
:root {
    --animate-duration: 2s;
  }
#container{
    width: 1150px;
}
.one{
    width: 100%;

}

ul, ol{
    margin-left: 0 !important;
    padding-left: 0 !important
}

.m-bg{
    background-color: #ffc107;

}
.m-color{
    color: #ffc107;
}


#main{
    margin-top: 4rem !important;
}
.main-sec{
    background-image: url(../img/ban1.webp);
    background-size: cover;
    background-position:center ;
    background-repeat: no-repeat;
    width: 100%;
    height: 90vh;
    padding-top: 10rem;
   
}





.font{
    /* font-family: "Dancing Script", cursive; */
}
.logo img{
    width:100% !important;
}

.logo{
    width: 10%;
}

.nav{
    background-color: #e0e0e0;
    color: #000;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    display: flex;
    align-items:center !important;
    justify-content: space-evenly;
    padding: 1rem 0rem;
    position:fixed;
    z-index: 9;
    top: 0;


}

.nav-ul{
    display: flex;
    padding-top: 0.5rem;
}

.nav-ul li{
    padding: 0.5rem 1.2rem;
    border-radius: 14px;
    list-style:none;
    display: flex;
    font-size: 14px;
}

#nav a{
    color: #000;
}

#men-u:hover + .mens{
    display: block !important;
}

#nav{
    position: relative;
}

.mens{
    width:50%;
    height: min-content;
    background-color: #e0e0e0;
    position: absolute;
    top: 152.5%;
    left: 18%;
    padding: 2rem 1rem;
    display: none;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
}

.under-nav{
    list-style: none
}

.under-nav a{
    text-decoration: none;
    color: #000;
    font-size: 1rem;
}

.under-nav a:hover{
    color: #3c3c3c;
}





.nav input{
    border: none;
    padding: 0.65rem 4rem;
    padding-left: 1.5rem;
    border-radius: 4px;
    
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.nav input:focus{
    border: none;
    outline: none;
}

.icons-wrapper{
    display: flex;
    gap: 1.2rem;
    position: relative;
 
}

#accountBox{
    width: 20%;
    height: min-content;
    position: absolute;
    top: 100%;
    right: 2%;
    background-color: #e0e0e0;
    padding: 1rem 2rem;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);

    display: none;
}
#accountBox h6{
    /* font-size: 0.5rem; */
}
#accountBox p{
    font-size: 0.85rem;
}

.log-btn{
    border: none;
   background-color: #e0e0e0;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    border: 1px solid #ffc107;
    color: #ffc107;
}

#accountBox a{
    font-size: 0.85rem;
}

.icons-wrapper i{
    font-size: 1.24rem;
    cursor: pointer;
}


h1{
    /* font-family: "Dancing Script", cursive; */
    font-weight: 800;

}
.main-heading{
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center ;
    padding: 0rem 4rem;
    color: #fff;
   
   
    
}
.main-p{
    width: 75%;
}
.first-line{
    letter-spacing: 2px;
}
.top-line{
    width: 100%;
    /* padding: 0rem 20rem; */
    font-size: 56px;
   
}
.mybtn{
    background-color: transparent;
    border: 1.5px solid #ffc107;
    border-radius: 4px;
    color: #fff;;
    text-decoration: none;
    padding: 0.85rem 1.2rem;
    margin-top: 2.2rem;
    font-weight: 400;
    letter-spacing: 2px;
}

.mybtn:hover{
    transition: all 100ms;
    background-color: #ffc107;
    box-shadow: 0px 0px 5px 0px rgba(255, 191, 0, 0.5);
}


/* --------------------------------------------------- sec-main-ends */

.most-sec{
    background-color: #fff;
    width: 100%;
    /* height: 100vh; */
    padding: 3rem 0rem;
    text-align: center;

}
.most-sec h2{
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 2rem;
}

.card{
    border: transparent;
    outline: transparent;
}

.card img{
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.35);
    margin-bottom: 1rem;
    cursor: pointer;
    border-radius: 5px;
    transition: all 200ms ease-in-out;


}

.card img:hover{
    transform: scale(1.01);
    transform-origin: 10% 50%;
}

.para{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: darkgray;
}
.sizes{
    margin-top: 1rem;
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
    justify-content: center;
}

.sizes span{
    border: 1px solid darkgray;
    padding: 0.25rem 0.75rem;
    cursor: pointer;
}
.active{
    border: 2px solid black !important;
}
.colors{
    width: 100%;
    display: flex;
    padding: 0.25rem;
    padding-top: 1rem;
    gap: 0.5rem;
    justify-content:center;
    cursor: pointer;

}
.red {
    width: 25px;
    aspect-ratio: 1;
    background-color: red !important;
    border-radius: 100px;
    border: 1px solid darkgray;
}
.green{
    width: 25px;
    aspect-ratio: 1;
    background-color: forestgreen!important;
    border-radius: 100px;
    border: 1px solid darkgray;
}
.black{
    width: 25px;
    aspect-ratio: 1;
    background-color: black!important;
    border-radius: 100px;
    border: 1px solid darkgray;
}

.white{

    width: 25px;
    aspect-ratio: 1;
    background-color: white !important;
    border-radius: 100px;
    border: 1px solid darkgray;
}

/* --------------------------------------------------- sec-most-ends */

.sec-men{
    z-index: 2;
    width:100%;
    /* height:85vh; */
    margin-top: 5rem;
    background-image: url(../img/menn.webp);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 2rem 0rem;

}

.sec-men img{
    width: 90% !important;
    margin-top:0%;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.25);
}

.sec-men h4{
    color: #fff;
    font-size: 48px;
    width: 60%;
    text-align: center;
}

.sec-men #btn{
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
   outline: 1.5px solid #fff;
    margin-top: 1rem;
    padding: 0.75rem 1.50rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sec-men #btn:hover{
 
 
    transition: all 100ms;
    background-color: #ffc107;
    box-shadow: 0px 0px 5px 0px rgba(255, 191, 0, 0.5);
    color: black;
    color: #fff;
    border: transparent;
    outline: transparent;
    transition: all 200ms;
}
.latest{
    /* border: 1px solid blue; */
    background-color: #fff;
    width: 100%;
    /* height: 90vh; */
    margin-top: 3rem;
    
}
.latest h3{
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.latest h6{
    text-align: center;
}
.latest p{
    text-align: center;
}



.sec-women{
    z-index: 2;
    width:100%;
    /* height:85vh; */
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../img/women.webp);

}

.sec-women img{
    width: 90%;
    margin-top: 20%;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.25);
}

.sec-women h4{
    color: #fff;
    font-size: 48px;
    width: 65%;
    text-align: center;
}

.sec-women #btn{
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
   outline: 1.5px solid #fff;
    margin-top: 1rem;
    padding: 0.75rem 1.50rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sec-women #btn:hover{
 
    transition: all 100ms;
    background-color: #ffc107;
    box-shadow: 0px 0px 5px 0px rgba(255, 191, 0, 0.5);
    color: black;
    color: #fff;
    border: transparent;
    outline: transparent;
    transition: all 200ms;
}

.benefits-sec{
    background-image:url(../img/customers.webp);
    width:100%;
    /* height:85vh; */
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 5rem;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.benefits-sec p{
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 1rem 2rem;
    width: 100%;
}
.benefits-sec h4{
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    color: #fff;
}

.stars{
    text-align: center;
    color: #ffc107;
    font-size: 28px;
}

.secure{
    text-align: center;
    padding: 2rem 2rem !important;
    padding-top: 0rem !important;
}
.secure h4{
    font-size: 24px;
}

.secure i{
    font-size: 36px;
}
footer{
    background-color: #000;
    width: 100%;
    padding: 4rem 0rem;
    padding-bottom: 2rem;

    
}
.up{
    display: flex;;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}
.up h6{
    font-size: 18px;
    font-weight: 500;
    color: #ffc107;
}

.down{
    display: flex;;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.down h6{
    color: #fff;
    color: #ffc107;
}
.down p{
    color: #fff;
    font-weight: lighter;
}

footer h6{
    color: #fff;
}
.f-btn{
    color: #fff;
    text-decoration: none;
    outline: 1px solid #fff;
    padding: 0.5rem 1rem;
}

.f-btn:hover{
    transition: all 200ms;
    background-color: #ffc107;
    box-shadow: 0px 0px 5px 0px rgba(255, 191, 0, 0.5);
    color: #000;
   outline: transparent;
}
.line{
    border-top: 1px solid #fff;
    width: 90%;
    text-align: center;
    margin: 2rem 0rem;
}

.company{
    display: flex;;
    flex-direction: column;
    padding-left: 0rem;
  
 
    
}

.company h6{
    color: #ffc107;
}
.company a{
    color:#fff;
    text-decoration: none;;
    font-weight: lighter;
}
.company a:hover{
    color:#ffffffc0;
   
}

.copy{
    font-size: 12px;
    color: #a7a7a7;
}

@media only screen and (max-width: 821px) {
    .top-se{
        display: none;
    }
    .icons-wrapper{
        display: none;
    }

    .main-sec{
        height: 50vh;
    }
}
@media only screen and (max-width: 768px) {

  
    .top-se{
        display: none;
    }
    .sec-men{
        padding: 2rem 0rem;
    
    }
    
    .main-heading{
        padding-top: 5rem;
    }

    .sec-men img{
        width: 50%;
        text-align: center;
    }
    .sec-men h4{
        
        font-size: 28px;
        padding: 1rem 0rem;
    }

    .most-sec h2{
        font-weight: 500;
        font-size: 32px;
    }

    .latest{
        margin: 1rem 0rem;
        margin-bottom: 3rem;
    }

    .latest h3{
        font-weight: 500;
    }

    .sec-women{
        padding: 2rem 0rem;
        margin-top: 0% !important;
    
    }

    .sec-women img{
        margin-top: 0;
    }

    .sec-men img{
        width: 50%;
        text-align: center;
    }

    .sec-women h4{
        font-size: 28px;
        padding: 1rem 0rem;
        
    }

    .benefits-sec h4{
        font-weight: 500;
    }

    .benefits-sec p{
        width: 100%;
        font-size: 16px;
    }

    .benefits-sec{
        padding: 1.5rem 0rem;
    }

    .secure{
        padding: 0;
    }
}

@media only screen and (max-width: 768px){
    #nav{
        display: none;
    }

    .logo{
        text-align: center;
        width: 25%;
        padding: 1rem 0rem;
    }

    .main-heading{
        padding: 0;
        padding-top: 2rem;
        width: 100%;;
    }
    .main-sec {
        height: 40vh;
        padding:2rem 0rem;

    }

    .top-line{
        font-size: 36px;

    }

    .main-heading{

        padding: 4rem 0rem;
    }

    .card{
        gap: 1rem;
        margin-top: 1rem;
    }

    .most-sec{
        padding-bottom: 0;
    }

    .sec-men{
        padding: 1.5rem 0rem;
    }

    .sec-men img{
        width: 40%;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .sec-men h4{
        width: 100%;
    }

    .sec-women{
        padding: 1.5rem 0rem;
        margin-top: 1rem;
    }
    .sec-women img {
        margin-top: 5%;
        width: 100%;
    }

    .sec-women h4{
        width: 100%;
    }

    .benefits-sec p{
        width: 100%;
        padding: 2rem 1rem;
        font-weight: 400;
    }
}

@media only screen and (max-width: 576px){


    .logo img{
        width: 100%;
    }

    .logo{
        width: 25%;
    }
    .top-line{
        font-size: 32px !important;
        font-weight: 500 !important;
    }
    .main-sec {
        height: 80vh;
    }

    .mybtn{
        padding: 0.5rem 1rem;
    }
    .most-sec h2{
        font-size: 28px;
        font-weight: 500;
    }
    .sec-men h4{
        font-size: 28px;
        width: 100%;
    }
    .sec-men img{
        width: 100%;
    }
    .sec-women h4{
        font-size: 28px;
        width: 100%;
        padding: 1rem 0rem;
    }
    .sec-women img{
        width: 100%;
    }

    .benefits-sec p{
        font-size: 16px;
        font-weight: lighter;
    }
    .benefits-sec h4{
        font-weight: 500;
    }

    .latest h3{
        font-weight: 500;
        padding-top: 0;
    }
    .company{
       
        padding-left: 1rem;
      
     
        
    }
}



