/* goolgle fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* ==== Global ==== */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

a{
    text-decoration: none;
    color: #bc8647;
}
ul{
    list-style: none;
}
.active{
    color: whitesmoke;
    text-decoration: underline;
    font-weight: bold;
    
}
body , html{
    overflow-x: hidden;
    
}
h1{
    font-size: 4vmin;
}
h6{
    font-size: 3vmin;
    color: #bc8647;
}
.line{
    width: 200PX;
    height: 4px;
    background: whitesmoke;
    margin: 10px auto;
    border-radius: 5px;
}
h5{
    font-size: 1.8vmin;
    color: #bc8647;
    padding-right: 1200px;
}



/*== Navbar ==*/

.navbar{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    background-color: black;
   
    
    justify-content: space-between;
    padding: 20px;
    color: #bc8647;
   
}




.nav-links{
    display: flex;
    align-items: center;
    /* width:100vw; */
}

.nav-links li{
    margin: 0 10px;
    font-size: 2vmin;
}
.logo{
    width: 160px;
    height: 80px;
    position: relative;
    object-fit: fill;
    

}



/* --- header --- */


header{
 
    padding-top: 110px;
    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;
}
.col-img{
    width: 40px;
    height: 40px;
    padding-right: 60px;
}



/*--=== body ===--*/

body{
    background-color: black;
}

/*--- collections ---*/
section{
    width: 100%;
    margin: 80px auto;
    padding-top: 20px;
    
}
.womens-wear{
    text-align: center;
    font-size: 2vmin;
    color: #bc8647;
}
.row{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    
}
.row .col{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;


}
.row .col img{
    width: 80%;
    
}
.collections .row{
    margin-top: 30px;
}
.row .content{
    text-align: center;

}
h2{
   
    text-align: center;
    align-items: center;
    font-size: 2vmin;
    color: #ffb45e;
    margin: 20px auto;
    
}
h4{
   
    text-align: center;
    align-items: center;
    font-size: 3vmin;
    font-weight: bolder;
    color: whitesmoke;
    margin: 20px auto;
    
}
.ctn{
    box-shadow: whitesmoke;
    width: 40%;
    padding: 4px 10px;
    background: #bc8647;
    border-radius: 10px;
}
.mens-wear{
    text-align: center;
    font-size: 2vmin;
    color: #bc8647;
}
.kids-wear{
    text-align: center;
    font-size: 2vmin;
    color: #bc8647;
}

/*---== footer ==---*/


.footer{
    position: absolute;
    bottom: auto;
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
    padding: 20px;
    padding-left: 20px;
   
    background-color: #151313;
}

h3{
    color: whitesmoke;
    font-size: 2vmin;
}


/* mobile device */
@media (max-width: 600px ) {
    
    .navbar{
        width: 100%;
        height: 20%;     
        z-index:10!important;
   }
    .logo{
        
        position: absolute;
        width: 81px;
        height: 40px;
        top: 24px;
        left: 10px;
        right: 250px;
        justify-content: left;
        
    }
    .nav-links{
        padding-top: 1px;
        width: 100%;
        height: 8vh;
        right: 10px;
        justify-content: right;     
    }
    
    
    .nav-links a li{
        margin: 15px 4px;
        
    }

    .line{
        width: 40PX;
        height: 2px;
        background: whitesmoke;
        margin: 10px auto;
        border-radius: 4px;
    }
    
   
    
    .header{
        position: absolute;
        width: 100vw;
        height: 40vh;
        padding-top: 10px;
        justify-content: center;


    }
    .header-banner{
        position: absolute;
        padding-top: 10px;
        width: 100vw;
        height: 30vh;
        justify-content: center;
        z-index:10!important;

    }
    h1{
        font-size: 5vmin;
        color: #bc8647;
        justify-content: center;
        
        
    }
    h6{
        font-size: 6vmin;
        color: #bc8647;
    }
    .col img-1{
        width: 10px;
        height: 10px;
        padding-left: 1200px;
    }
    /*--- collections ---*/
    section{
        width: 95%;
        margin: 40px auto;
        padding-top: 300px;
        
        
        justify-content: center;
    }
    
    .row{
        flex-direction: column;
    }
    .row .col{
        margin: 20px auto;
        padding-top: 1px;
        padding-left: 50px;
        padding-right: 30px;
    }
    .col img{
        max-width: 375px;
        
    }
    .col-img-1{
        width: 20px;
        height: 20px;
        padding-left: 100px;

    }
    .footer-banner{
        position: absolute;
    }
    .footer{
        padding-left: 20px;
        text-align: justify;
        justify-content: center;

    }
    h2{
   
        text-align: center;
        align-items: center;
        font-size: 15px;
        color: #bc8647;
        margin: 20px auto;
        
    }
    h3{
        text-align: center;
        align-items: center;
        color: whitesmoke;
        font-size: 15px;
    }
    
}


