*{
box-sizing: border-box;
-webkit-overflow-scrolling: touch;
}
html{
    scroll-behavior: smooth;
}

/* font-family: 'Prata', serif; */


body { 
    margin: 0;
    padding: 0%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}
a{
    text-decoration: none;
}
.container{
    padding: 0%;
}
.navbar {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    margin: auto;
}
.logo{
    font-family: 'Abril Fatface', cursive;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #7b6862;
    padding-left: 89px;
}
.logo:hover{
    color: #000000;
}
.menu{
    margin-top: 25px;
    margin-left: 200px;
}
.menu a{
    color: #7b6862;
    text-transform: uppercase;
    font-family: montserrat;
    font-size: 16px;
    letter-spacing: 1px;
    padding-right: 40px;
    font-weight: lighter;
}
.menu a:hover{
    color: #00b5a5;
    
}

.dropbtn {
    background: none;
    border: none;
    color: #7b6862;
    text-transform: uppercase;
    font-family: montserrat;
    font-size: 16px;
    letter-spacing: 1px;
    padding-right: 40px;
    font-weight: lighter;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {color: #00b5a5;
background: none;
border: none;}
.search-f{
    background: transparent;
    border: none;
    border-bottom: 1px solid #7b6862;
    width: 145px;
}

.search-f:focus{
    outline: none;
}
.search-btn, .cart{  
    background: transparent;
    border: none;   
    font-size: 16px;
    cursor: pointer;
}
.menu button:hover{
    color: darkcyan;
}

/* section1 */
.cont-p{
    display: flex;
    margin-left: 89px;
    margin-bottom: 150px;
}
.image{
    height: 450px;
    width: 430px;
    background-color:
    #f8f9fb;
}
.details{
    margin-left: 60px;
}
.details h2{
    font-weight: normal;
    font-family: prata;
    color: #407d78;
    font-size: 32px;
}
.price{
    font-family: montserrat;
    letter-spacing: 0.4px;
    color: #a57660;
    font-size: 16px;
}
.info{
    font-family: ubuntu;
    width: 700px;
    letter-spacing: 0.5px;
    line-height: 32px;
    padding-top: 30px;
}
.add{
    margin-top: 40px;
    display: block;
    cursor: pointer;
    background-color: #ba8f87;
    height: 50px;
    width: 300px;
    border: none;
    color: white;
    font-family: montserrat;
    font-weight: lighter;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.add:hover{
    background-color: #83625c;
}
    
/* footer */
.footer{
    height: 50vh;
    background-color: black;
    display: flex;
}
.footer-wrap{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
}
.footer h4{
    color: white;
    font-family: montserrat;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: lighter;
}
.submit{
    display: block;
    margin: auto;
    cursor: pointer;
    background-color: #ba8f87;
    height: 50px;
    width: 300px;
    border: none;
    color: white;
    font-family: montserrat;
    font-weight: lighter;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.submit:hover{
    background-color: #83625c;
}
.email input{
    height: 42px;
    width: 300px;
    border: none;
    margin-bottom: 10px;
    padding-inline-start: 12px;
    font-family: montserrat;
}
.links{
    margin: 80px 90px 20px 90px;
    text-align: center;
}
.links a{
    text-decoration: none;
    color: #ffffff;
    font-family: roboto;  
    line-height: 35px; 
    
}
.section4 a:hover{
    color: darkcyan;
}
.copyr{
    font-family: ubuntu;
    font-size: 15px;
    color: white;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    background-color: black;
    margin: 0px;
    padding-bottom: 30px;
    font-weight: lighter;

}
.follow i:hover{
    color: #83625c;
}
.links a:hover{
    color: #e8bab2;
    border-bottom: 3px solid #e8bab2;
    padding-bottom: 5px;
    font-weight: bolder;
}
.follow{
    text-align: center;
}
.follow i{
    color: white;
    font-size: 40px;
    padding: 12px 0px 12px 0px;
}