*{
    margin: 0;
    padding: 0;
    font-family: 'poppins', sans-serif;
    box-sizing: border-box;
    
}

/*----------------------------------------------*/

/* banner starts Here */

.banner{
    width: 100%;
    height: 90px;
    background: linear-gradient(to right, #091c8a, #091c8a);*/
    background-size: cover;
    background-position: center; 
    
}

/* banner ends here*/


/*---------------------------------------------------------------------------------*/


/*navbar starts here*/


.navbar{
    width: 95%;
    height: 85px;
    margin: auto;
    padding: 45px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    width: 120px;
    cursor: pointer;
}
.navbar ul li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
.navbar ul li a{
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
}
.navbar ul li::after{
    content: '';
    height: 3px;
    width: 0;
    background: #009687;
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: 0.3s;
}
.navbar ul li:hover::after{
    width: 100%;
}
 
/*navbar ends here*/

/*---------------------------------------------------------------------------------------------------------*/

/*------------banner ads starts here--------------*/

.banner-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-container .banner1{
    background: linear-gradient(-55deg, #ff7675 29%, #d63031 29.1%, #d63031 68%, #ff7675 68.1% );
    border-radius: 5px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: 0 5px 10px #0005;
    overflow: hidden;
}

.banner-container .banner1 .bottlead{
    flex: 1 1 250px;
    padding: 15px;
    text-align: center;
}

.banner-container .banner1 .bottlead img{
    width: 80%;
}
.banner-container .banner1 .content{
    flex: 1 1 250px;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}
.banner-container .banner1 .content span{
    color: #eee;
    font-size: 25px;
}

.banner-container .banner1 .content h3{
    color: #fff;
    font-size: 40px;
}

.banner-container .banner1 .content span p{
    color: #eee;
    font-size: 20px;
    padding: 10px 0;
}

.banner-container .banner1 .content .btn{
    display: block;
    height: 40px;
    width: 150px;
    line-height: 40px;
    background: #fff;
    color: #d63031;
    margin: 5px auto;
    text-decoration: none;
}
.banner-container .banner1 .women{
    position: relative;
    bottom: -33px;
    padding: 10px;
    flex: 1 1 250px;
}
.banner-container .banner1 .women img{
    width: 100%;
}

@media (max-width:768px){
    .banner-container .banner1 .women{
        display: none;
    }
}


/*-----------banner ads starts here--------------------------------------------------------*/



/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/






/* Search Box starts here*/

.box{
    height: 45px;
    display: flex;
    cursor: pointer;
    padding: 10px 20px;
    background: #fff;
    border-radius: 30px;
    margin: 75px 450px;
    align-items: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.box:hover input{
    width: 400px;
}
.box input{
    width: 0;
    outline: none;
    border: none;
    font-weight: 500;
    transition: 0.3s;
    background: transparent;
}
.box a .fa{
    color: #1daf;
    font-size: 18px;

}

/* search box ends here*/

/*---------------------------------------------------------------------------*/
/* Product css starting */
















/* Product css ends */

/* --------------------------------------------------------------------------------------------*/

/* Footer css starting */


*{
    margin: 0;
    padding: 0;
    font-family: 'poppins', sans-serif;
    box-sizing: border-box;
}

body{
    background: #eef8ff;
}
footer{
    width: 100%;
    position: bottom;
    bottom: 0;
    background: linear-gradient(to right, #091c8a, #091c8a);
    color: #fff;
    padding: 100px 0 30px;
    /*border-top-left-radius: 125px;*/
    font-size: 13px;
    line-height: 20px;
}
.row{
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

}
.col{
    flex-basis: 25%;
    padding: 10px;
}
.col:nth-child(2), .col:nth-child(3){
    flex-basis: 15%;
}
.logo{
    width: 80px;
    margin-bottom: 30px;
}
.col h3{
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
}
.email-id{
    width: fit-content;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
}
ul li{
    list-style: none;
    margin-bottom: 12px;

}
ul li a{
    text-decoration: none;
    color: #fff;
}
form{
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}
form .fa-regular{
    font-size: 18px;
    margin-right: 10px;

}
form input{
    width: 100%;
    background: transparent;
    color: #ccc;
    border: 0;
    outline: none;
}
form button{
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
}
form button .fa-solid{
    font-size: 16px;
    color: #ccc;
}
.social-icons .fa-brands{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #000;
    background: #fff;
    margin-right: 15px;
    cursor: pointer;
}
hr{
    width: 90%;
    border: 0;
    border-radius: 1px solid #ccc;
    margin: 20px auto;
}
.copyright{
    text-align: center;
}
.underline{
    width: 100%;
    height: 5px;
    background: #767676;
    border-radius: 3px;
    position: absolute;
    top: 25px;
    left: 0;
    overflow: hidden;
}
.underline span{
    width: 15px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    animation:moving 2s linear infinite;
}
@keyframes moving{
    0%{
        left: -20px;
    }
    100%{
        left: 100%;
    }
}
@media (max-width: 700px){
    footer{
        bottom: unset;
    }
    .col{
        flex-basis: 100%;
    }
    .col:nth-child(2), .col:nth-child(3){
        flex-basis: 100%;
    }
}

/* Footer css ends */

/*-----------------------------------------------------------------------------------------------*/

