@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'League Spartan', sans-serif;
    border: 0;
}

html{
    scroll-behavior: smooth;
}

h1{
    font-size: 50px;
    line-height: 64px;
    color: black;
}

h2{
    font-size: 46px;
    line-height: 54px;
    color: black;
}

h4{
    font-size: 20px;
    color: #222;
}

h6{
    font-weight: 700;
    font-size: 12px;
}

p{
    font-size: 16px;
    color: #465b52;
    margin: 15px 0 20px 0;
}

.section-p1{
padding: 40px 0;
}

.section-m1{
    margin: 40px 0;
}

body{
    width: 100%;
}

/**********************HEADER**********************/
a{
    text-decoration: none;
    color: black;
}

.logo{
    font-family: 'Bebas Neue', cursive;
    font-size: 25px;
    font-weight: 800;
    color: black;
}

#header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    background: #e5e6ee;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
}

#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: 700;
    color: #1a1a1a;
    transition: 0.3s ease;

}

#navbar li a:hover, #navbar li a.active{
color: rgba(92, 92, 92, 0.9);

}

#navbar li a.active::after, #navbar li a:hover::after{
    content: "";
    width: 30%;
    height: 2px;
    background-color: rgb(0, 174, 255);
    position: absolute;
    bottom: -4px;
    left: 20px;
}

/************** WELCOME SECTION *****************/
#welcome{
background-image: url(assets/pexels-ox-street-5710082.jpg);
height: 90vh;
width: 100%; 
background-size: cover;
background-position: top 30% right 0;
padding: 0 80px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
}

#welcome h4{
    padding-bottom: 15px;
    
}

#welcome h1{
 /* color: #088178;   */
 color: rgba(170, 5, 5, 0.842);
}

#welcome button{
    background: transparent;
    border: 1px solid black;
    padding: 10px;
    transition: 0.3s ease;
}

#welcome button:hover{
   background: black;
   color: white;
}

/***************** FEATURES************ */
#feature{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#feature .feature-box{
   width: 180px;
   text-align: center;
   padding: 25px 15px;
   box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.063);
   border: 1px solid #cce7d0;
   border-radius: 4px;
   margin: 15px 70px 0 70px;
}

#feature .feature-box:hover{
    box-shadow: 10px 10px 14px rgba(70, 62, 221, 0.2); 
}

#feature .feature-box img{
width: 60%;
margin-bottom: 10px;
}

#feature .feature-box h6{
    display: inline-block;
    line-height: 1px;
    font-size: 15px;
}


/****************PRODUCT*********************/
#products{
    text-align: center;
    margin: 0 70px;

}

#products .product-container{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
    
}


#products .product{
    width: 23%;
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid #cce7d0;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
    margin: 15px 0;
    transition: 0.2s ease;
    position: relative;
}

#products .product:hover{
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);  
}

#products .product img{
    width: 100%;
    border-radius: 20px; 
}

#products .product .description{
    text-align: start;
    padding: 10px 0;
    margin-top: -80px;

}

#products .product .description span{
    color: #606063;
    font-size: 12px;
}

#products .product .description h5{
    padding-top: 7px;
    color: #1a1a1a;
    font-size: 14px;
}

#products .product .description .star span{
    font-size: 12px;
    color: rgb(243, 181, 25);
}

#products .product .description h4{
    padding-top: 7px;
    font-size: 15px;
    font-weight: 700;
    color: #088178;
}

#products .product .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;
}
/**************** BANNER*****************  */
/* .banner-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
} */
#wear h3{
    margin-left: 70px;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  
}

 /* .banner-box{
   
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; 
    background-image: url(assets/pexels-marcela-oliveira-8047038.jpg);
    min-width: 530px;
    height: 50vh; 
    background-size: cover;
    background-position: center;
    padding: 20px;
    margin-left: 70px;
    margin-right: 70px;
    margin-bottom: 20px;
}  */
.banner-container{
    /* display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: 500px 500px;
    grid-template-rows: auto  auto;
    row-gap: 10px;
    column-gap: 60px;
}

.item1{
    grid-row-start: 1;
    grid-row-end: 3;
    background-size: 100%;
}


#wear .banner-box{
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; 
    background-image: url(assets/pexels-marcela-oliveira-8047038.jpg);
    min-width: 530px;
    width: 30%;
    height: 50vh; 
    background-size: cover;
    background-position: center;
    padding: 240px 0 0 20px;
    margin-left: 70px;
    margin-right: 70px;
    margin-bottom: 20px;
}

#wear .banner-box h4{
    color: white;
    padding-bottom: 5px;
}

#wear .banner-box button{
    padding: 10px 20px;
    background: black;
    color: white;
    transition: 0.3s ease;
    border-radius: 50px;
}

#wear .banner-box button:hover{
    background: white;
    color: black;
    cursor: pointer;
    
}
 
/********************NEWSLETTER *****************/
#newsletter{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background: #e5e6ee;
    padding: 30px 70px;
}

#newsletter h4{
    font-size: 22px;
    font-weight: 700;
    color: black;

}

#newsletter p{
    font-size: 14px;
    font-weight: 600;
    color: #818ea9;
}

#newsletter p span{
    color: #088178;
}

#newsletter .form{
    display: flex;
    width: 40%;
}
#newsletter input{
    height: 3.125rem;
    padding: 0 1.25rem;
    font-size: 14px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.signup-btn{
    background: #088178;
    color: #fff;
    white-space: nowrap;
    padding: 10px;
    border-radius: 2px;
    transition: 0.3s ease;
}

.signup-btn:hover{
    background: rgba(8, 129, 120, 0.8);
    cursor: pointer;
}

/****************FOOTER****************************/
footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 70px;
    margin-right: 70px;
}

footer .logo{
    margin-bottom: 10px;
}

footer h4{
    font-size: 14px;
    padding-bottom: 20px;
}

footer p{
    font-size: 13px;
    margin: 0 0 8px 0;
}

footer a{
    font-size: 13px;
    color: #222;
    margin-bottom: 10px;
}

footer .col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;

}

footer .social-media{
    margin-top: 20px;
}

footer .social-media i{
    color: #465b52;
    padding-right: 4px;
    cursor: pointer;
    transition:  ease-in-out;
}
footer .social-media i:hover{
    color: #088178;
    transform: scale(1.05);
}

footer .app .row img {
   width: 100px;
   margin-bottom: 20px;
}

img.googleplay{
    width: 100%;
}

 img.payment{
width: 250px;
}

footer .copyrights{
    width: 100%;
    text-align: center;
}

