
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&display=swap');

:root{
    --dmnColor: #9B6DB0;
}

html{
    text-decoration: none;
}

body{
    background: #fff!important;
}

.navbar{
    background-color: #151515 !important;
}

.background{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url("../Images/IMG_4060.jpg");
    background-size: cover;
}

/* Btn */
.btn-orange{
    width: 144px!important;
    font-size: 13px!important;
    color: #fefefe!important;
    background-color: var(--dmnColor)!important;
}

/* color */
.colorDefaultDmn{
    background-color:var(--dmnColor);
}

.white{
    color:#fefefe!important;
}

.blackDmn{
    background-color: #151515 !important;
}
/* box content */
.title-small{
    font-size: 13px;
    color:#686868;
    font-family: 'Montserrat', sans-serif;
}

.title-small-white{
    font-size: 13px;
    color:#fefefe!important;
    font-family: 'Montserrat', sans-serif;
}

.box{
    width: 100%;
    height: auto;
    margin-left: 34px;
    margin-right: 34px;
    padding-top: 34px;
    padding-bottom: 34px;
    
    /* background-color: #ffff; */
}

.box-content{
    width: 70%;
    height: auto;
    display: table;
    color: #686868;
    padding-top: 55px;
    text-align: justify;
    text-justify: distribute;

    font-size: 13px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.info-box{
    padding-bottom: 55px;
}

.title-info-box{
    font-size: 13px;
    color: #252525;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.text-info-box{
    font-size: 13px;
    color: #686868;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

/* Navbar */
.nav-link{
    font-size: 13px;
    color:#fefefe!important;
    font-family: 'Montserrat', sans-serif;
}

.fa{
    font-size: 15px!important;
    padding: 8px;
    color: #fefefe;
}

footer{
    width: 100%;
    height: auto;
    padding-top: 34px;
    margin: 0 auto!important;
    text-align: center;
}

.horizontal-menu{
    display: inline!important;
}

.info-footer{
    padding-bottom: 55px;
}

.border-top-footer{
    margin-top: 233px;
    border-top: 34px solid #252525;
}


.nav-link{
    font-size: 11px;
    text-transform: uppercase;
    transition: 1s;
}

.nav-link:hover{
    color: var(--dmnColor)!important;
    transition: 1s;
}
/*  Look Book */
.box-content-lookook{
    width: 100%;
    height: auto;
}

.spc{
    padding-bottom: 55px;
    margin-bottom: 55px;
}