*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    padding: 0;
    margin: 0;
}

html {
    font-family: 'poppins', sans-serif;
    font-family: 'Onest', sans-serif;
}


::-webkit-scrollbar {
    width: 2px;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #090a0f;
  }
  
  ::-webkit-scrollbar-track {
    background-color: #5e5e5e;
  }
main{
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    gap: 25px;
}



.section-1{
   background: #fff;
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;  
    flex-direction: column;
    gap: 50px; 
}
.container-1{
    width: 1000px;
    height: 600px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.wrap__01{
    display: flex;
    flex-direction: row;
    width: 1000px;
    height: 100%;
    position: relative;

}

.left__col{
    width: 500px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 60px;
}
.right__col{
    width: 500px;
    height: 550px;
   
}

 .wrap__02{
    width: 555px;
    height: 250px;
     background-image: url(../images/background.png);
     background-size: 90%;
     background-position: center;
     transition: background-size 800ms;
     border-radius: 30px;
     position: relative;

 }
 

 
.container-2{
    width: 1000px;
    margin: 0 auto; 
    display: flex;
    flex-direction: column;
    gap: 50px;

    & .feature_product{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 39px;
}
}

.front{
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 2;
}
.square{
    width: 480px;
    height: 480px;
    border-radius: 30px;
    display: grid;
    align-items: end;
    

}
.s1{
    background-image: url(../images/fashion1.jpg);
    background-repeat: no-repeat;
    background-position:bottom center;
    background-size: cover;
    background-size: 100%;
    transition: background-size 400ms;
    cursor: pointer;
   
}
.s1:hover,
.s2:hover,
.s3:hover,
.s4:hover
{
    background-size: 104%;
}
.s2{
    background-image: url(../images/fashion2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: 100%;
    transition: background-size 400ms;
    cursor: pointer;
}
.s3{
    background-image: url(../images/fashion3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: 100%;
    transition: background-size 400ms;
    cursor: pointer;
}
.s4{
    background-image: url(../images/fashion4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: 100%;
     transition: background-size 400ms;
    cursor: pointer;
}
.left-col-1, .right-col-1{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
   }
.text-block{
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.text-block h1{
    width: 400px;
    margin: 0;
    font-size: 32px;
    font-weight: 300;
    color: black;
}

.discount-box{
    width:  485px;
    height: 185px;
    background: #1C3F3A;
    border-radius: 30px;
    display: flex;
    align-items: center;
   
}
.db-txt{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 30px;
}
.txt-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 40px;
    padding: 8px;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
  }
  
.txt-2{
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}
.txt-3{
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    color: #c9f269;
}
header{
    width: 100%;
    height: 75px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar{
    width: 1000px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 35em;
}
.primary-nav ul{
    display: flex;
    flex-direction: row;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.primary-nav li a{
    text-decoration: none;
    color: #485B60;
    text-transform: capitalize;
    font-size: 16px;
    font-weight:500;
}
#logo{
    font-family: 'onest', sans-serif;
    text-decoration: none;
    color: #102226;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 800;
}


/*HERO SECTIONS */


 .front h1{ 
    font-family: 'Onest', sans-serif;
    margin: 0;
    font-size: 60px;
    font-weight: 700;
    color: #102226;
    line-height: 1.2em; 

}



.front p{
    margin: 0;
    margin-left: 4px;
    text-transform: uppercase;
    font-size: 14px;
    color: #485B60;
}
.arrow1 {
    margin: 0;
    width: 20px;
    height: 20px;  
}
.below{
    width: 175px;
    height: 50px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    background: #1C3F3A;

}

.below a{
   
    font-family: 'onest';
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
  
}
.below:hover img{
transform: translateX(5px);
transition: 500ms;
}

.left-col{
    margin: 0;
    font-size: 1;
    font-weight: 500;
   
}

.left-col  p{
    width: 180px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: 1px solid white;
    border-radius: 30px;
    font-family: 'onest', sans-serif;
    font-size: 18px;
    margin-top: 15px;
    margin-left: 15px;
    
}



#image1{
    margin: 0;
    width: 460px;
    position: absolute;
    top: 68px;
    right: 20px;
    z-index: 2;
}
.righticon {
    margin: 0;
    width: 30px;
    height: 30px;
    
}

.feeds{
    font-size: 12px;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 40px;
    border-radius: 30px;
    

}

#staricon {
    position: absolute;
    margin: 0;
    width: 120px;
    height: 120px;
    top: 200px;
    right: 476px;
    pointer-events: none;
    animation: clockwiseRotation 8s ease-in-out infinite,
               anticlockwiseRotation 8s ease-in-out infinite;
    transform-origin: center;
    z-index: 1;
  }
  #staricon-2 {
    position: absolute;
    margin: 0;
    width: 120px;
    height: 120px;
    top: -2px;
    left: -40px;
    pointer-events: none;
    animation: clockwiseRotation 8s ease-in-out infinite,
               anticlockwiseRotation 8s ease-in-out infinite;
    transform-origin: center;
    z-index: 1;
  }
  @keyframes clockwiseRotation {
    0%, 100% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(90deg);
    }
    50% {
      transform: rotate(180deg);
    }
    75% {
      transform: rotate(270deg);
    }
  }
  
  @keyframes anticlockwiseRotation {
    0%, 100% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(-90deg);
    }
    50% {
      transform: rotate(-180deg);
    }
    75% {
      transform: rotate(-270deg);
    }
  }
  
.circleicon{
    position: absolute;
    margin: 0;
    width: 45px;
    height: 45px;
    top: 15px;
    right:15px;
}

.cir{
    background: -webkit-linear-gradient(#ECE8D9 -40%, #fff );
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    top: 100px;
    right: 74px;
    z-index: 1;
    
}
.card-ui{
    width: 180px;
    height: 300px;
    background: #1C3F3A;
    position: absolute;
    top: 0px;
    right: 30px;
}
#staricon-1{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 130px;
    height: 130px;
}
.txt_featured{
    position: relative;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
}

.txt_featured span{
    position: absolute;
    font-size: 50px;
    font-weight: 600;
    color: #102226;
    z-index: 2;
}
.left_b{
    display: flex;
    align-items: center;
    width: 100%;
}
.illustration{
    width: 150px;
}
.btn_f_wrap{
    width: 148px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s ease;
    flex-direction: row;
    gap: 10px;
}
.arr-an{
    width: 20px;
    height: 20px;
}
.arr-an1{
    display: none;
    width: 25px;
    height: 25px;
}



.btn_f_wrap:hover{
    background: #c9f269;
    & a{
        color: #000;
        font-weight: 500;
        transform: translateX(10px);
        transition: 400ms;
    }
    .arr-an{
        transform: translateX(10px);
        transition: 500ms;
        animation: moveAndFadeOut 0.5s forwards;
    }
    .arr-an1{
        
        width: 22px;
        height: 22px;
        display: block;
        transform: translateX(10px);
        transition: 500ms;
        animation: moveIn 0.4s ease-out;
    }
}
@keyframes moveAndFadeOut {
    0% {
      transform: translateX(0);
      opacity: 1;
    }
    100% {
      transform: translateX(50%);
      opacity: 0;
    }
  }
  
  @keyframes moveIn {
    0% {
      transform: translateX(0);
      opacity: 0;
    }
    100% {
      transform: translateX(10px);
      opacity: 1;
    }
  }
.btn-s1{
    background: #496E98;
}
.btn-s2{
    background: #413a37;
}
.btn-s3{
    background: #5e5e5e;
}
.btn-s4{
    background: #dbbe9d;
}
.btn_f_wrap a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.f_style{
    width: 210px;
    height: 155px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.f_style span{
    font-size: 28px;
    color: #fff;
}
.f_style p{
    font-size: 18px;
    color: #b5b5b5;

    
}