/* goolgle fonts */

@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* ==== Global ==== */
*{
    margin: 0;
    padding: 0;
    
}

a{
    text-decoration: none;
    color: #ffff;
}

ul.button{
    box-sizing: border-box;
    text-align: center;
    text-decoration: underline;
    background-color: #75B664;
    list-style: none;
    border: #75B664;    
}

ul{
    list-style: none;
}

.active{
    text-decoration: none;
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/*--=== body ===--*/
body{
    background-color: #FFFCE9;
}

/*== Navbar ==*/

.navbar{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    background-color: #272727;    
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    
}


.nav-links{
    display: flex;
    
    align-items: center;
    padding-left: 220px;
    padding-right: 40px;
    /* width:100vw; */
}

.nav-links li{
    margin: 0 10px;
    font-size: 2.5vmin;
    padding-right: 20px;
    padding-top: 10px;
    font-weight: bold;
    color: white;
}

.img{
    padding-left: 40px;
    width: 180px;
}

/* --- header --- */


header{
 
    padding-top: 100px;
    background-position: bottom;
    background-size: cover; 
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.header-banner{
    width: 100%;
    height: 100%;
    padding-top: 10px;
    align-items: flex-end;
    display: flex;
    justify-content: center;
}


/*--- collections ---*/

section{
    padding-left: 100px;
    width: 90%;
       
}

.Explore-all-Categories{
    padding-left: 20px;
    
}

h1{
    text-align: center;
    font-family: 'poppins';
    font-weight: bold;
    font-size: 32px;
    color: #000;
    padding-left: 20px;
}

h4{
    font-family: 'poppins';
    font-weight: 50px;
    font-size: 20px;
    color: #000;
   
}

.row{
    padding-left: 20px;
    padding-top: 20px;
}

.col{
    padding-left: 30px;
    text-align: center;
}

.png{
    width: 250px;
}


/*--=== footer ===--*/

.footer{
    width: 100%;
    background-color: #0C2849;
    height: auto;
}

.row5{
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    padding-left: 20px;
    text-align: left;
}

.col5{
    padding-left: 150px;
    padding-top: 10px;
    

}

h2{
    font-size: 20px;
    font-weight: medium;
    font-family: 'Roboto';
    color: #fff;
}

h3{
    font-size: 14px;
    font-weight: 10px;
    font-family: 'roboto';
    color: #fff;
}



