/* General styles for the entire page except header and footer */

/* hero section */
.hero {
    position: relative;
    width: 100%;
    height: auto;

    margin-top: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    display: flex;
    flex-direction: column;

    background: url('/assets/backgrounds/Art-background-1.jpg') no-repeat center center/cover;

    
    color:#4d4d4d;
    z-index: 0;
    

}
/* .hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background-color: #000000a4; 
    z-index: 1;
} */
.bg-logo{
    width: 50%;
    height: auto;

    position: relative;

    z-index: 1;
    opacity: 0.2;
    
}

/* Contain seal and stamp with relevant text */

.hero .container .wrapper{
    align-content: center;

    filter: drop-shadow(3px 3px 10px rgb(0, 0, 0)); /* Shadow for visible pixels */
    z-index: 2;
    
}
.icon-wrapper{
    width: 70%;

    text-align: center;
    align-items: center;
    margin-left: 13%;
    display: flex;
    flex-direction: row;
    z-index: 2; 
 
}
.icon-wrapper:hover{
    scale: 1.05;
}
.icon{
    width: 60px;
    height: auto;
    margin-right: 20px;
    
}
.container .wrapper p{
    margin-left: 13%;
    margin-top: 25px;
    width: 100%;
    text-align: left;
    color: #856411;
    opacity: 0; /* Make the text invisible */
    transition: opacity 0.3s ease-in-out; /* Smooth transition */
}
.wrapper .icon-wrapper:hover + p{
    opacity: 1;
}

/** featured Artwork Section */


/* .section-title{
    color: #8d7844;
    font-family:'Times New Roman', Times, serif ;
    font-size: 35px;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
    margin-bottom: 75px;
    margin-top: 25px;
    margin-left: 80px;
} */


.featured-art .main-container .wrapper .container{
    width: 100%;
}

/* !! Update TODO After New content !! */
/*  todo = Featured Artwork Text Alighnment */
.featured-art .main-container{
    text-align: center;
}
/* todo = Featured Artwork Image Size */
.featured-art-img{
    width: 50%;
    height: auto;
    object-fit: cover;
    padding: 10px;
    border: #856411 solid 1px;
}
/* todo = Featured Art Text Width */
.featured-art-text{
    width: 50%;
    height: auto;
    padding: 10px;

    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
}
/* todo = Featured Artwork Paragraph Alignment */
.featured-art-text .paragraph{
    text-align: center
}

.featured-art-text {
    display: flex;
    flex-direction: column;
}


/* art news */
.art-news .wrapper{
    width: 100%;
    gap: 5rem;
    display: inline-flex;
}


/* * Exhibition */

.exhibitions .paragraph{
    text-align: left;
    
}




/* testimonials */
/* .testimonials-img{
    width: 20%;
    padding: 10px;
    border: #856411 solid 1px;

}
.testimonials .wrapper{
    margin-bottom: 50px;
} */

/* News from the Studio */
.art-news img{
    width: 500px;
    height: auto;
}
.news-art-text .paragraph{
    text-align: left;
}

/* about me */
.about-me .paragraph{
    text-align: left;
    margin-left: 80px;
}
.about-me .wrapper{
    display: flex;
    flex-direction: row;
}
.about-me .wrapper img{
    height: 300px;
    width: auto;

}


/* Large Desktop Screens */
@media (min-width: 2560px){
    
    .section-title{
        margin-left: 210px;
    }
    .featured-art-text h3{
        font-size: 25px;
    }


    /* p = paragraph */
    .paragraph{
        color: #7c7c7c;
        text-align: center;
        margin: 10px 0;
        font-size: 20px;
    }
    
}
/* laptops */
@media (min-width:1200px) and (max-width : 1366px){

    /* hero section */
    .hero-text h1{
        font-size: 40px;
    }
    .icon-wrapper{


        margin-left: 50px;
     
    }
    .hero .wrapper{
        width: 100%;

        
    }
    .hero .container{
        width: 80%;
        margin-left: 10%;
    }
    .hero .container .wrapper p{
        width: 70%;
    }



}

@media (max-width: 450px){
    /* hero section */

    .hero {
        margin-bottom: -50px;
        height: 700px;
    
    }
    .hero .bg-logo{
        margin-top: 100px;
        width: 70%;

    }
    .hero .hero-text{
        margin-bottom: -40px;
        
    }
    .hero .container{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .hero .container.wrapper{
        margin: 0;
        width: 100%;
        text-align: left;
    }
    .hero .container p{
        width: 70%;
        opacity: 1;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .cta-container button{

        background-color: #5a430800;
        width: 95%;
        margin: 20px;
        margin-left: 0;
    
        padding-top: 10px;
        padding-bottom: 10px;
        border-style: solid;
        border-width: 1px;
        border-color: #5a4308;
        border-radius: 10px;
    
        color: #a77e19;
        
    }

    /** featured Artwork */
    /* !! Update TODO After New content !! */
    /*  todo = Featured Artwork Text Alighnment */
    .featured-art .main-container{
        text-align: center;
    }
    /* todo = Featured Artwork Image Size */
    .featured-art-img{
        width: 100%;
        height: auto;
        object-fit: cover;
        padding: 10px;
        border: #856411 solid 1px;
    }
    /* todo = Featured Art Text Width */
    .featured-art-text{
        width: 100%;
        height: auto;
        padding: 10px;

        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    /* todo = Featured Artwork Paragraph Alignment */
    .featured-art-text .paragraph{
        text-align: center
    }


    /* News from the Studio */
    .art-news .wrapper{
        width: 100%;
        gap: 5rem;
        display: flex;
        flex-direction: column;
    }
    /* todo = Update after new Upload */
    .art-news img{
        width: 100%;
        height: auto;
        
    }

    /* About Section */

    .about-me .wrapper{
        flex-direction: column;
    }
    .about-me .wrapper .paragraph{
        margin: 0;
        margin-top: 20px;
    }
    .about-me .wrapper img{
        width: 100%;
        height: auto;
    }

}