@charset "utf-8";
/* CSS Document */
body{
    background-color: var(--secondary)!important; 
}
/*----------------------------Color Guide ---------------------------*/
:root{
    --primary: #616432;
    --secondary: #EBE6D7;
    --shading1: #81835C;
    --shading2: #A1A285;
    --shading3: #E0E0D6;
    --white: #ffffff;
    --dark: #2E2E2E;
    --text: #717171;
    --disable: #B8BEC5;
    --danger: #FF5A4F;
    --success: #84DFC1;
    --warning: #FFD596;
}
/*--LOOKBOOK--*/
.lookbook-main-header{
    height: 80px;
    padding-top: 18px;
    border-bottom: 1px solid var(--shading2);
}
.lookbook-main-header p{
    color: var(--dark);
    text-align: center;
}

.sub1-pc{
    font-family: subfont;
    font-size: 16px;
    line-height: 19px;
    color: var(--shading2);
    width: 70%;
    margin: auto;
    text-transform: uppercase;
}

.sub2-pc{
    font-family: titlefont;
    font-size: 20px;
    line-height: 24px;
    color: var(--dark);
    width: 70%;
    text-align: center;
    margin: 16px auto 0px auto;
    text-transform: uppercase;
}



/*--BREADCRUMB--*/
/*--BREADCRUMB--*/

.breadcrumbb{
    height: 40px;
    padding-top: 8px;
    

}

/*-----------LOOKBOOK------------*/
/*----------------------------Main Section Desktop---------------------------*/

.main-section{
    padding: 0px;
    background-color: var(--secondary);
    height: 900px;
    display: flex;
    border-top: 1px solid var(--shading2);
    border-bottom: 1px solid var(--shading2);
    overflow: hidden;
}

.left-section{
    height:inherit;
    width: 50%;
    display: flex;
    border-right: 1px solid var(--shading2);
}

.right-section{
    height:inherit;
    width: 50%;
}

.left-title{
    height: inherit;
    width: 80px;
    display: flex;
    align-items: end;
    border-right: 1px solid var(--shading2);
}

.left-title p{
    color: var(--primary);
    transform: rotate(-90deg) translate(70px, -50px);
}


.left-content{
    height: inherit;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 65px;
    color: var(--primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.left-content .content-info{
    width: 60%;
}

.left-content .content-info p{
    margin-bottom: 40px;
    color: var(--dark);
}
.left-content h4{
    color: var(--dark);
}

.right-section{
    padding: 30px 0px;
}

.upper-section{
    height: 40px;
    border-top: 1px solid var(--shading2);
    border-bottom: 1px solid var(--shading2);
    display: flex;
    overflow: hidden;
}

.upper-left{
    padding-left: 30px;
    width: 50%;
    height: inherit;
    border-right: 1px solid var(--shading2);
}

.upper-left p{
    color: var(--primary);
    font-family: subfont;
    margin-top: 10px;
}

.upper-right{
    width: 50%;
    height: inherit;
    padding-right: 30px;
}

.upper-right p{
    text-align: right;
    color: var(--primary);
    font-family: subfont;
    margin-top: 10px;
}

.img-section{
    padding: 30px;
    height: 670px;
    border-bottom: 1px solid var(--shading2);
}

.main-img{
    height: 90%;
    background: var(--secondary);
}

.main-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-info{
    padding: 16px 0px 0px 0px;
    height: 20%;
    display: flex;
    justify-content: space-between;
}

.img-section .img-info a{
    font-family: subfont;
    color: var(--shading1);
}

.img-section .img-info a::after{
    content: '';
    height: 1.5px;
    width: 0%;
    background-color: var(--primary);
    display: block;
    transition: all ease .5s;
}

.img-section .img-info a:hover{
    color: var(--primary);
    text-decoration: none;
}

.img-section .img-info a:hover::after{
    width: 80%;
    transition: all ease .5s;
}

.data-section{
    padding: 10px 30px 0 30px;
    height: 40px;
    border-bottom: 1px solid var(--shading2);
    display: flex;
    justify-content: space-between;
}

.data-section p{
    text-transform: uppercase;
    font-family: subfont;
    color: var(--primary);
}




/*----------------------------Main Section Mobile---------------------------*/
.main-section-mb{
    padding: 30px 0px 30px 0px;
    background-color: var(--secondary);
    border-top: 1px solid var(--shading2);
}


.main-section-mb .info-mb{
    text-align: left;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.main-section-mb .info-mb h6{
    color: var(--primary);
    margin-bottom: 16px;
    text-align: left;
}
.main-section-mb .info-mb p{
    margin-top: 0px;
    color: var(--dark);
    text-align: left;
    margin-bottom: 24px;
}

.main-img-mb{
    padding-left: 0px;
    padding-right: 0px;
    height: 570px;
    
    background-color: var(--secondary);
}

.main-img-mb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upper-section-mb{
    margin-top: 30px;
    height: 40px;
    border-top: 1px solid var(--shading2);
    border-bottom: 1px solid var(--shading2);
    overflow: hidden;
}

.hidden-upper-section{
    overflow: hidden;
}

.upper-left-mb{
    height: inherit;
    border-right: 1px solid var(--shading2);
}

.upper-left-mb p{
    color: var(--primary);
    font-family: subfont;
    margin-top: 10px;
}

.upper-right-mb{
    height: inherit;
}

.upper-right-mb p{
    text-align: right;
    color: var(--primary);
    font-family: subfont;
    margin-top: 10px;
}

.lower-section-mb{
    padding: 0px;
    height: 40px;
    border-bottom: 1px solid var(--shading2);
}

.data-section-mb-left{
    margin-top: 10px;
    font-family: subfont;
    color: var(--dark);
}

.data-section-mb-left p{
    text-transform: uppercase;
}

.data-section-mb-right{
    margin-top: 10px;
    font-family: subfont;
    color: var(--primary);
}

.data-section-mb-right p{
    float: right;
    white-space: nowrap;
    text-align: right;
    text-transform: uppercase;
}



















/*----------------------------CAROUSEL---------------------------*/
/*----------------------------box slider-------------------------*/
.lookbook-slider-title{
    margin-bottom: 8px;
    color: var(--dark);
}

.lookbook-slider-title p.lookbook-slider-subtitle{
    color: var(--primary);
    font-family: subfont;
    text-transform: uppercase;
}

.lookbook-slider-title p.display3-pc{
    text-transform: uppercase;
}

#lookbook-slider{
	margin-top: 30px;
	margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

.lookbook-carousel{
    padding-left: 0px;
    padding-right: 0px;
}

.owl-carousel{
    height: 475px;
}

.owl-stage-outer{
    padding-top: 40px;
    height: inherit;
}

.owl-dots{
    visibility: hidden;
}

/* --------------Slider Dots--------------- */

/* .owl-theme .owl-dots .owl-dot{
    outline: none;
}

.owl-theme .owl-dots .owl-dot span{
    background-color: var(--white) !important;
    width: 50px !important;
    height: 4px !important;
    margin: 8px 0px !important;
    border-radius: 0% !important;
    outline: none !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    outline: none !important;
    background: var(--dark) !important;
}

.owl-theme .owl-dots .owl-dot:hover span{
    outline: none !important;
    background: var(--shading1) !important
} */

.lookbook-card{
    transition: all ease .3s;
}

.lookbook-box{
	width: 300px;
    height: 300px;
    margin: auto;
    
}

.lookbook-box img{
    text-align: center;
    border-radius: 8px;
}





/*---------------------VISIT BLOGS---------------------------*/
.visit-blog-bg{
    background-image: url("../img/career-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;   
}

.visit-blog{
    height:inherit;
}

.visit-blog-trai{
    color: var(--white);
    height: 100%;
}

.visit-blog-trai p{
    margin-bottom: 0px;
    text-shadow: 1px 1px 5px rgba(46, 46, 46, .5);
}

.visit-blog-trai h6{
    margin-bottom: 16px;
}

.visit-blog-phai{
    margin-top: 48px;
    text-align: right;
    height: 100%;
}
    





/*-----------------------------------MEDIA QUERY-------------------------------*/

/*---------------------Extra Large---------------------*/
@media (min-width: 1200px) {
    /*--VISIT-BLOGS--*/
    .visit-blog-bg{
        height: 550px;
    }    

    .lookbook-card:hover{
        transform: translateY(-30px);
        transition: all ease .3s;
    }
    
    .lookbook-card:hover img{
        box-shadow: 0px 3px 10px rgba(46, 46, 46, 0.9);
    }
    


}



/*-----------------------Large-------------------------*/
@media (max-width: 1199px) and (min-width: 992px) {
    .left-content .content-info{
        width: 90%;
    }

    .display2-pc {
        font-family: displayfont;
        font-size: 67.5px;
        line-height: 68px;
    }

    /*--VISIT-BLOGS--*/

    .visit-blog-bg{
        height: 500px;
    }    
    .visit-blog-trai p.display4-pc{
        font-size: 52.5px;
    }

    .lookbook-card:hover{
        transform: translateY(-30px);
        transition: all ease .3s;
    }
    
    .lookbook-card:hover img{
        box-shadow: 0px 3px 10px rgba(46, 46, 46, 0.9);
    }
    
}


/*-----------------------Medium------------------------*/
@media (max-width: 991px) and (min-width: 768px) {
    .breadcrumbb{
        padding-top: 8px;
        font-size: 16px !important;
    }
     /*--VISIT-BLOGS--*/
     .visit-blog-bg{
        height: 550px;
    }    

    
    .visit-blog-phai{
        margin-top: 40px;

    }

    .upper-left-mb p{
        color: var(--primary);
    }

    .data-section-mb-left p{
        color: var(--primary);
    }

    .lookbook-slider-title p.display3-pc{
        font-size: 52.5px;
        line-height: 53px;
    }

    .visit-blog-phai{
        margin-top: 24px;
        text-align: left;
        color: var(--white);
        height: 100%;
    }
}

/*------------------------Small------------------------*/
@media (max-width: 767px) and (min-width: 576px) {
    .breadcrumbb{
        height: inherit;
        padding-top: 0px;
    
    }
    .breadcrumbb{
        padding-top: 8px;
        font-size: 14px !important;
    }

    /*--VISIT-BLOGS--*/
    .visit-blog-bg{
        height: 550px;
    }



    .main-section-mb .info-mb p.display3-mb{
        font-size: 63px;
        line-height: 63px;
        margin-bottom: 8px;
    }
    
    .main-section-mb .info-mb p{
        margin-bottom: 30px;
    }

    .upper-left-mb p{
        color: var(--primary);
    }

    .data-section-mb-left p{
        color: var(--primary);
    }

    .lookbook-slider-title p.display3-pc{
        width: 90%;
        font-size: 63px;
        line-height: 63px;
    }

    .visit-blog-phai{
        margin-top: 24px;
        text-align: left;
        color: var(--white);
        height: 100%;
    }


}

/*---------------------Extra Small---------------------*/
@media (max-width: 575px) {
    .breadcrumbb{
        padding-top: 8px;
        font-size: 14px !important;
    } 

    .upper-left-mb{
        padding-left: 0px;
    }

    .upper-right-mb{
        padding-right: 0px;
    }
    /*--VISIT-BLOGS--*/
    .visit-blog-bg{
        height: 500px;
    }    
    

    .upper-left-mb p{
        color: var(--primary);
    }

    .data-section-mb-left p{
        color: var(--primary);
    }

    .lookbook-slider-title p.display3-pc{
        font-size: 63px;
        line-height: 63px;
    }

    .visit-blog-phai{
        margin-top: 24px;
        text-align: left;
        color: var(--white);
        height: 100%;
    }
}