body {
    font-family: 'Lato', sans-serif;
}

.text-vollkorn {
    font-family: 'Vollkorn', serif;
}


@media (min-width: 1200px) {
    .container{
        max-width: 1200px;
    }
}


/* Moblie Header */
.navbar-mobile {
    width: 100%;
    font-size: 0.90rem;
    color: white;
}

.call-action{
    background: #bb1f2e;
    padding: 10px 0 5px 0;
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;}

.navbar-mobile a {
    text-decoration: none;
    color: white;
}

.navbar-mobile span {
    display: block;
}

.btn-menu i {
    font-size: 1rem;
    line-height: 1.5rem;
}

.btn-menu {
    background: #bb1f2e;
    color: white;
}

.btn-menu:active, .btn-menu:focus, .btn-menu:hover  {
    background: #bb1f2e;
    color: white;
}


/* Menu Mobile */

#mobileMenu.offcanvas-start {
    width: 80%;
    background: #3b2a4a;
    color: white;
}

#mobileMenu .offcanvas-header {
    background: #1d1425;
}

#mobileMenu ul{
    padding: 0px;
    list-style: none;
}

#mobileMenu li{
    margin-bottom: 0.5em;
    font-size: 1.2rem;
}

#mobileMenu a{
    color:white;
}

#mobileMenu .btn-close{
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}


/* * */


.page-header {
    background: linear-gradient(0deg, rgb(70 26 70 / 64%), rgb(25 12 30 / 68%)), url(/assets/image/page-header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 0;
}

a:hover {  
    color: currentColor;

}

.info-box {
    border: 1px dashed white;
    border-radius: 0.1rem;
    padding: 10px;
}

#contactUs {
    padding: 80px 0;
}


#whyUS {
    padding: 80px 0;
    color: white;
}

#ourPhoto {
    padding: 120px 0;
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
}

.image-box {
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    border: 5px solid #fff;
    outline: 1px solid #9a9898;
    margin: 5px;
    transition: all 1s;
}

#salonSanitation {
    padding: 80px 0;
}


#ourServices {
    padding: 40px 0 120px 0;
    background-image: url('../images/background-lavender.png');
    background-repeat: no-repeat;
    background-size: 700px;
    background-position: center bottom;
}

.service-box {
    border: 1px solid #dcdcdc;
    padding: 20px;
    cursor: pointer;
}

.service-box a {
    text-decoration: none;
    color: rgb(70, 70, 70);
}

.service-box a:hover {
    text-decoration: none;
    color: rgb(255, 255, 255);
}


#customerReview {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}


/* Footer */


footer {
    background: rgb(242,242,242);
    background: linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
}

footer a {  
    color: white;
    text-decoration: none;
    border-radius: 50rem;
}


.float-menu {
    position: fixed;
    right:  -4px;
    top: 30%;
    background: #5f3f7a;
    padding: 15px 10px;
    border-radius: 4px 0 0 4px;
}


.float-menu a {
    display: block;
    margin-bottom: 5px;
}

.btn-circle {
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 12px 0;
    font-size: 1rem;
    line-height: 1;
    border-radius: 50rem;

}


/* New Color */

.text-purple {
    color: #3b2a4a
}

.bg-purple {
    background: #3b2a4a;
}

.btn-purple {
    color: #fff;
    background-color: #3b2a4a;
    border-color: #3b2a4a;
}

.btn-purple:hover {
    color: #fff;
    background-color: #201729;
    border-color: #201729;
}

.btn-outline-purple {
    color: #3b2a4a;
    background-color: white;
    border-color: #3b2a4a;
}


.gallery-image-box {
    cursor: pointer
}

/***/

.form-control {
    border-radius: 1px;
    background: whitesmoke;
    border: 0;
}

.custom-shape svg {
	display: block;
    height: 30px;
	fill: #3b2a4a;
	width: 100%;
}

.custom-shape-gray svg {
	display: block;
    height: 25px;
	fill: #3b2a4a;
	width: 100%;
    transform: rotate(180deg);
}


.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 30px;
    cursor: pointer;
 }
 

 .box-service {
     cursor: pointer;
 }

 a {
    text-decoration: none;
    color: currentColor;
 }
 
 
 .loadingv2 {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #3b2a4a;
    overflow-y: hidden;
    overflow-x: hidden;
    top: 0;
}
 
.loadingv2 .icon-loading {
    position: absolute;
    top: 35%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    user-select: none;
    opacity: 1;
}