* {
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", "sans-serif";
}

#pag1 {
    background-image: url(img/fundohome.webp);
    background-size: cover;
    height: 100vh;
}

#searchicon {
    width: 15px;
}

#cabecariohome {
    font-size: 12px;
    width: 100%;
    height: 80px;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: rgba(0, 0, 0, 0.493);

}

#heardhover {
    color: white;
}

#heardhover:hover {
    color: #fcdc00;
}

a {
    text-decoration: none;
}

#bitmaphotography {
    position: absolute;
    left: 31%;
    top: 40%;
    padding: 60px 40px;
    text-align: center;
    background-color: black;
    width: 550px;
    height: 250px;
    color: white;
}

#bitmaptittle {
    font-size: 36px;
    margin-bottom: 20px;
}

#bitmaptext {
    font-size: 14px;
}

#explorebutton {
    position: absolute;
    top: 230px;
    right: 33%;
    width: 175px;
    height: 40px;
    font-size: 14px;
    background-color: yellow;
    padding: 10px 28px;
}

#homegallery {
    background-color: white;
    height: 180vh;
}

#headergallery {
    margin-top: 50px;
    margin-bottom: 50px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 1100px;
    height: 60px;
    border: solid 1px #eeee;
    display: flex;
    align-items: center;
    justify-content: center;
}

#effectheadergallery {
    color: black;
    border: solid 1px #eeee;
    padding: 16px 30px;
    margin-right: -40px;
}

#effectheadergallery:hover {
    background-color: #fcdc00;
}

#effectheadergallery1 {
    border: solid 1px #eeee;
    padding: 16px 30px;
    margin-right: -40px;
    background-color: #fcdc00;
    color: black;
}

#galleryeffect {
    width: 25%;
}

#imggallery {
    width: 100%;
}

#expandimg {
    width: 18px;
    display: none;
}

#gallerydescription {
    font-size: 15px;
    position: relative;
    top: -75px;
    margin-bottom: 50px;
    color: rgb(255, 255, 255);
    text-align: center;
    transition: 0.2s;
}

#divimg {
    width: 75%;

}

#galleryeffect:hover {
    filter: saturate(50%);

    #gallerydescription {
        top: -175px;
    }

    #expandimg {
        display: inline;
    }
}

#galleryspace {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin: auto;
    flex-wrap: wrap;
}
#loadmoreimages{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fcdc00;
    width: 190px;
    height: 40px;
    margin: auto;  
}

/* cliente feedback */


#clientfeedback {
    padding: 120px;

    background-color: #fcdc00;
}

#clienttittle {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-top: 30px;
}

#clienttext {
    font-size: 14px;
    font-weight: normal;
}

#clienttextarea {

    height: 250px;
    width: 40%;
}

#ceogooglearea {
    padding: 40px 45px 40px 40px;
    display: flex;
    width: 40%;
    height: 200px;

    background-color: white;
    align-items: center;


}

#ceoimg {
    width: 80px;
    margin-bottom: 75px;
}

#ceotext {
    margin-top: 20px;
    font-size: 14px;
    margin-left: 30px;
    width: 255px;
    height: 170px;

    #ceobold {
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 5px;
    }

}

#feedback {
    display: flex;
    width: 80%;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}
/*whywearethebest*/

#whywearethebest{
    background-color: white;
    height: 85vh;
}
#whywearethebesttext{
    line-height: 50px;
    text-align: center;
    margin-top: 125px;
    margin-bottom: 50px;
 #title{
    font-size: 35px;
    font-weight: bold;
}
#desc{
    font-size: 13px;
}
}
#thebestitens{
    margin: auto;
    transition: 0.3s;
    padding: 40px;
    border: solid #eeee 0.5px;
    text-align: center;
    width: 25.1%;
    height: 200px;
    #itensdesc{
        font-size: 14px;
    }
    #itenstext{
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: bold;
    }
}
#thebestitens:hover{
    background-color: #fcdc00;
}
#itensarea{
    display: flex;
    flex-wrap: wrap;
}
#followinstagram{
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fcdc00;
    width: 250px;
    height: 60px;
    margin: auto;  
    margin-bottom: 50px;
}
#imginstagram{
    width: 170px;
}
#instagramimg{

    display: flex;
    justify-content: center;
}
#rodape{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    height: 75vh;
    background-color: #04091e;
}
#aboutme{
    width: 25%;
    margin-right: 200px;
    height: 270px;
    #tittleaboutme{
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 50px;
    }
    #aboutmedesc{
        font-size: 14px;
        color: #777777;
        margin-bottom: 50px;
    }
    #aboutmedesc2{
        font-size: 14px;
        color: #777777;
    }
}
#emailtittle{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 25px;
}
#email{
    margin-right: 150px;
}