*{
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
html{
    scroll-behavior: smooth;
}

/* font-family: 'Prata', serif; */

.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;}

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%;
    height: 140vh;
    background-color: #f0e1da;
}
.navbar {
    padding-top: 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;
}
.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;
    
}
.logo:hover{
    color: #000000;
}
.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;
}
.bg-img1{
    height: 660px;
    width:  570px;
    left: -100px;
    background-color: darkcyan;
    top: 205px;
    position: absolute;
}
.border{
    height: 488px;
    width: 448px;
    z-index: 99;
    border: 7px solid white;
}
.bg-img2{
    height: 458px;
    width: 420px;
    background-color: rgb(34, 33, 34);
    margin: 8px;
}
.cont1-wrap{
    display: block;
    margin: auto;
    width: 77%;
}
.container1{
    display: flex;
    margin: auto;
    position: relative;
    z-index: 999;
    margin-top:  180px;
}
.heading{
    margin-left: 40px;
}
.heading h5{
    font-family: montserrat;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 5px;
    font-weight: lighter;
    margin-top: 30px;
    color: rgb(105, 104, 104);
}
.heading h2{
    font-family: 'Prata', serif; ;
    font-size: 40px;
    color: darkcyan;
    font-weight: normal;
    letter-spacing: 3px;
    line-height: 50px;
}
.heading p{
    font-family: ubuntu;
    font-size: 15px;
    letter-spacing: 1.2px;
    line-height: 20px;
    color: rgb(105, 104, 104);
    line-height: 25px;
}
.heading a{
    color: white;
}
.about{
    cursor: pointer;
    background-color: #ba8f87;
    height: 40px;
    width: 210px;
    border: none;
    color: white;
    font-family: montserrat;
    font-weight: lighter;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 30px;
}
.about:hover{
    background-color: #83625c;
}

/* section2 */
.wrap2{
    height: 120vh;
    background-color: #407d78;
    display: flex;
}
.vert{
    font-family: prata;
    font-size: 120px;
    margin-left: 100px;
    writing-mode: vertical-rl;
    transform:scale(-1);  
    color: #9bafb0;
    margin-bottom: 100px;
}
.wrap21{
    margin-left: 100px;
}
.section2 h1{
    padding-top: 105px;
    margin: 0%;
    color: white;
    font-family: 'Prata', serif; 
    font-weight: normal;
    font-size: 37px;
    text-align: center;
    letter-spacing: 2px;
}
.card-wrap{
    display: flex;
}
.card1{
    padding: 0px 20px 0px 20px;
}
.card-img{
    height: 306px;
    width: 270px;
    background-color: black;
    margin-top: 130px;  
}
.card1 h5{
    color: white;
    font-family: montserrat;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
}
.shop-now{
    color: white;
}
.card1 button{
    display: block;
    margin: auto;
    cursor: pointer;
    background-color: #cc7c6a;
    height: 50px;
    width: 200px;
    border: none;
    color: white;
    font-family: montserrat;
    font-weight: lighter;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.card1 button:hover{
    background-color: #83625c;
}

/* section3 */
.section3 h1{
    font-weight: normal;
    text-align: center;
    margin-top: 100px;
    font-family: prata;
    margin-bottom: 60px;
}
.product{
    padding: 0px 20px 40px 20px;
}
.p-container{
    width: 75.6%;
    margin: auto;
    display: flex;
}
.p-img{
    height: 300px;
    width: 300px;
    background-color: #333;
}
.p-img:hover{
    background-color: darkgray;
}
.title{
    font-family: montserrat;
    font-size: 14px;   
    margin-top: 10px;
    margin: 10px 0px 10px 0px;
}
.title:hover{
    cursor: pointer;
    color: darkcyan;
}
/* section4 About Us */
.section4{
    height: 110vh;
    background-color: #f0e1da;
    padding-top: 1px;
    margin-top: 50px;
    padding-bottom: 100px;
}
.new-br{
    border-color:#407d78;
    margin-left: 40px;

}
.section4 p{
    line-height: 30px;
    font-size: 15px;
    text-align: justify;
}
.about{
    width: 250px;
}

/* 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;
}