html {
  scroll-behavior: smooth;
}

/*

https://freepngimg.com/thumb/shopping/8-2-shopping-high-quality-png.png
https://i.pinimg.com/474x/11/0d/0d/110d0d3fc10e191c1bbbbfe2eebd460e--dress-design-drawing-dress-design-sketches.jpg
https://hdqwalls.com/download/anime-girl-in-chinese-pink-dress-dancing-ve-3840x2160.jpg


*/


.h{
  padding: 0px;

}

.logo{
    /* box-shadow: 0 5px 40px rgba(0, 0, 0, 0.6); */
    height: auto;
    padding-left: 100px;
    
}
  


#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    background-color: #E3E6F3;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 0;
    z-index: 999;
    height: 80px;
  }
  
#navbar{
    display: flex;
    align-items: center;
    justify-content: center;
}
#navbar li {
list-style: none;
padding: 0 20px;
position: relative;

}
#navbar li a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    transition: 0.3s ease;
}
#navbar li a:hover,
#navbar li a.active{
color: #088178;

}
#navbar li a.active::after,
#navbar li a:hover::after {
content: "";
width: 30%;
height: 2px;
background: #088178;
position: absolute;
bottom: -4px;
left: 20px;

}


#hero {
    background-image: url("/asset/girl-160326_1280.webp");
    background-size: contain;
    background-color: #d4d7e4;
    background-position: top right;
    background-repeat: no-repeat;
    padding: 0 200px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-items: flex-start;
    justify-content: flex-start;
}
#hero h4{
/* padding-bottom: 15px; */
height: 0px;
font-size: 90px;
padding: 0%;

}
#hero h1{
    color: #088178;
    height: 0px;
    font-size: 90px;
    padding: 0%;
   
}
#hero h2{
    height: 0px;
    padding: 0%;
    font-size: 90px;
}
#hero p{
    padding: 20px;
    font-size: larger;
   
  }

#hero button {
    background-image: url("https://tse2.mm.bing.net/th?id=OIP._GGX8knnOy8MYIH0yJnlJgHaEF&pid=Api&P=0&h=180");
    background-color: transparent;
    color: rgb(252, 249, 249);
    font-weight: bold;

    border: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 20px 40px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 1.1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
    
}

/* Optional: Add a semi-transparent dark overlay for better text contrast */
#hero button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Dark overlay */
    border-radius: 50%;
    z-index: -1;
    
}

/* Hover effect */
#hero button:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
    color: rgb(177, 227, 209);         /* or any color you want */
  text-decoration: none;
}


  .section-p1 {
    padding: 20px; 
  }
  
  .section-p1 h6 {
    font-size: large; 
  }
  .section-p1 img {
    width: 200px; 
    height: auto; 
  }
#feature{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#feature .fe-box{
    width: 180px;
    text-align: center;
    padding: 25px 22px;
    box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
    border: 1px solid #cce7d0;
    border-radius: 10px;
    margin: 15px 0;
    
    
}
#feature .fe-box:hover{
    box-shadow: 40px 50px 54px rgba(70, 62, 221, 0.1);

}
#feature .fe-box img{
    width: 100%;
    height: 150px; 
    object-fit: contain; 
    margin-bottom: 10px ;
}
#feature .fe-box h6{
    padding: 9px 8px 6px 8px;
    line-height: 1;
    border-radius: 4px;
    color: #030303;
    background-color: #fddde4; 
    margin-bottom: 0;
    margin-top: 0;
}
#feature .fe-box:nth-child(2) h6{
    background-color: plum;
}
#feature .fe-box:nth-child(3) h6{
    background-color: lightgreen;
}
#feature .fe-box:nth-child(4) h6{
    background-color: lightseagreen;
}
#feature .fe-box:nth-child(5) h6{
    background-color: rgb(220, 220, 101);
}
#feature .fe-box:nth-child(6) h6{
    background-color: cyan;
}

#product1{
    text-align: center;
   
}
#product1 .pro-container{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
}
#product1 .pro{
    width: 23%;
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid #cce7d0;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 10px 20px rgba(33, 5, 117, 0.05);
    margin: 15px 0;
    transition: 0.2s ease;
    position: relative;
    
}

#product1 .pro:hover{
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
}
#product1 .pro img{
    width: 100%;
    height: 60%;
    border-radius: 50px;
    margin-bottom: 10px ;
    
}
#product1 .pro .des{
    text-align: start;
    padding: 10px 0;
}
#product1 .pro .des span{
    color: #d4d7e4;
    font-size:12px;
}
#product1 .pro .des h5{
    padding-top: 7px;
    color: #1a1a1a;
    font-size: 14px;
}
#product1 .pro .des i{
    font-size: 20px;
    color: rgb(234, 181, 25);
}
#product1 .pro .des h4{
    padding-top: 7px;
    font-size: 20px;
    font-weight: 700;
    color: #088178;
    padding-bottom: 0%;
   


}
#product1 .pro .cart{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    background-color: #e8f6ea;
    font-weight: 500;
    color: #088178;
    border: 1px solid #cce7d0;
position: absolute;
bottom: 20px;
right: 10px;
    text-align: center;
  font-size: 20px;
  display: inline-block;
 
}
#product1 h2{
    font-size: 60px;
    color: #04514c;
}
#product1 p{
    font-size: 40px;
    
}

#banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url("/asset/banner.jpg");
    background-repeat: no-repeat;
    width: 100%;
    height: 40vh; /* Adjust the height as needed */
    background-size: cover;
    background-position: center top;
    padding: 10px;
    
  }
  
  
#banner h4{
    font-size: 32px;
    margin: 0;
    padding: 0;
    color: #d4d7e4;
    box-shadow: 0 0 40px 20px rgba(0, 0, 100, 0.4);
}
#banner h2{
    font-size: 50px;
    padding-top: 0%;
    margin: 1;
    color: aliceblue;
    box-shadow: 0 0 40px 20px rgba(0, 0, 100, 0.4);
}

#banner button{
    color: rgb(133, 133, 221);
    box-shadow: 0 0 40px 20px rgba(0, 0, 100, 0.4);   
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 4px;
    border: none;
    outline: none;
    transition: 0.2s;
    
    background-color:  transparent;
}
#banner button:hover{
    background-color: rgb(59, 59, 100);
    box-shadow: 0 0 40px 20px rgba(221, 221, 235, 0.4);
}
#banner h2 span{
    color: red;
    
}
#sm-banner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#sm-banner .banner-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;  
    background-image: url("/asset/banner2.jpg");
    min-width: 580px;
    height: 50vh; 
    background-size: cover;
    background-position: center;
   
}
.banner-box{
    padding: 65px;
    border-radius: 10px;
}
.banner-box h4{
    font-size: 40px;
    margin-bottom: 10px;
}
.banner-box h2{
    font-size: 50px;
    margin: 0%;
    margin-bottom: 10px;
}
.banner-box span{
    font-size: 25px;
    margin-bottom: 10px;
}
.banner-box button{
    font-size: 60px;
    
    box-shadow: 0 0 90px 20px rgba(0, 0, 10, 0.4);   
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 4px;
    border: none;
    outline: none;
    transition: 0.2s;
    margin: 40px;
    background-color:  transparent;
    margin-bottom: 10px;
}

.banner-box .white{
    font-size: 13px;
    font-weight: 600;
    padding: 11px 18px;
   
    cursor:pointer;
    border: 1px solid #fff;
    outline: none;
    transition: 0.2s;
    background: transparent;
}
 #sm-banner .banner-box:hover button{
    background-color: rgb(243, 243, 6);
    box-shadow: 0 0 40px 50px rgba(221, 221, 235, 0.4);
}

#sm-banner .banner-box2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;  
    background-image: url("/asset/banner3.jpg");
    min-width: 580px;
    height: 50vh; 
    background-size: cover;
    background-position: center;
   color: black;
}
#sm-banner .banner-box2:hover button{
    background-color: rgb(86, 153, 180);
    box-shadow: 0 0 40px 50px rgba(221, 221, 235, 0.4);
}


#banner3 {
    display: flex;
    
    justify-content: space-between;
    
    flex-wrap: wrap;
    padding: 20px;
    
}

#banner3 .banner-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; 
    background-image: url("/asset/banner5.jpg");
    width: 400px;
    height: 30vh;
    background-size: cover;
    background-position: center;
    padding: 20px;
margin-bottom: 20px;
   
}
#banner3 .banner-box2{
    background-image: url("/asset/banner4.jpg");
}
#banner3 .banner-box3{
    background-image: url("http://getwallpapers.com/wallpaper/full/f/1/f/339511.jpg");
}
#banner3 h2{
    color: #fff;
    font-weight: 900;
    font-size: 22px;
}
#banner3 h3{
    color: #c73131;
    font-weight: 800;
    font-size: 15px;
}

#newsletter{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px;
    background-image: url("/asset/footer.webp");
    background-repeat: no-repeat;
    background-position: 20% 30%;
    background-color: #041e42;
}
#newsletter h4{
    color: #E3E6F3;
    font-size: 33px;
}
#newsletter p{
    color: #cce7d0;
    font-size: 20px;
}
#newsletter p span{
    color: orange;
}

#newsletter .form{
    display: flex;
    width: 40%;

}
#newsletter input{

    height: 3.125rem;
    padding: 0 1.25em;
    font-size: 14px;
    width: 100%;
    border: 1px solid transparent;
    
    border-radius: 4px;
    outline: none;
    background: transparent;
    box-shadow: 0 0 100px 20px rgba(221, 221, 235, 0.4);
    border-bottom-right-radius: 0%;

}
#newsletter button{
    background-color: #088178;
    color: #fff;
    white-space: nowrap;
    height: 3.125rem;
    width: 50%;

}
