
html, body {
  overflow-x: hidden;
}
/*Header*/
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    background: black;
    
}
a:hover{
    color: white;
}
body {
    padding-top: 50px;
}

.logo-header {
    flex: 0 0 auto;
}

.logo-header {
    margin-right: auto;
}

.navbar-brand img {
    height: 45px;
}

.nav-link {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 15px 10px !important;
    position: relative;
    transition: all 0.3s;
}

.nav-link:hover {
    color: #d99e3b !important;
    opacity: 0.8;
}


@media (min-width: 992px) {
    .nav-link.active {
        color: #d99e3b !important;
    }
    .site-header{
        padding: 10px;
    }
    .nav-link:after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 10px;
        left: 10px;
        background-color: #d99e3b;
        transition: all 0.3s;
    }
    
    .nav-link:hover:after {
        width: calc(100% - 20px);
    }
    
    .nav-link.active:after {
        width: calc(100% - 20px);
    }
}


@media (max-width: 991.98px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -280px;
        width: 280px;
        height: 100vh;
        background-color: black;
        padding: 70px 20px 20px;
        transition: all 0.3s;
        z-index: 1020;

    }
    
    .navbar-collapse.show {
        left: 0;
    }
    
    .nav1, .nav2 {
        width: 100%;
    }
    
    .nav-link {
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        z-index: 1010;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }
    
    .menu-overlay.show {
        opacity: 1;
        visibility: visible;
    }
    
    .navbar-toggler {
        order: 1;
        margin-left: auto;
    }
}

/* Desktop Menu Styles */
@media (min-width: 992px) {
    /* Center logo */
    .logo-header {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-right: 0;
    }
    .site-header{
        padding: none;
    }
    .nav1 {
        margin-right: auto;
    }
    
    .nav2 {
        margin-left: auto;
    }
    
    .menu-overlay {
        display: none !important;
    }
    
    /* Larger logo on desktop */
    .navbar-brand img {
        height: 75px;
        width: 20rem;
        margin-left: -45px;
    }
}

/* Toggle Button Styles */
.navbar-toggler {
    border: none;
    padding: 8px;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
    transition: all 0.3s;
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}


.a:hover{
    text-white;
}
/*1.Content*/
.btn0, .btn1-primary1 {
    background:linear-gradient(to right, #784a17, #d99e3b, #784a17);
    /*color: #fff;*/
    padding: 12px 30px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    color: white;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.7;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none
}

.custom-nav-container {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.custom-nav-container button.owl-prev,
.custom-nav-container button.owl-next {
    position: absolute;
    background: rgba(255,255,255,0.5) !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    color: #000 !important;
    font-size: 20px !important;
}

.custom-nav-container button.owl-prev {
    left: 20px;
}

.custom-nav-container button.owl-next {
    right: 20px;
}


.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3) !important;
    color: white !important;
    width: 40px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    transition: all 0.3s;
}

.owl-nav button:hover {
    background: rgba(0, 0, 0, 0.6) !important;
}

.owl-prev {
    left: 95px;
}

.owl-next {
    right:95px;
}


.owl-nav button i {
    font-size: 24px;
}

@media (max-width: 768px) {
    .owl-nav button {
        width: 30px;
        height: 60px;
    }

    .owl-nav button i {
        font-size: 18px;
    }
}

.btn1, .btn1-secondry {
    /*background-color: #d19f68;*/
    background:linear-gradient(to right, #784a17, #d99e3b, #784a17);
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.7;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 30px;
    margin-top: 30px
}

.btn1.white {
    background-color: #fff;
    color: #000;
}


.header-nav .nav > li .sub-menu li a:hover {
    background-color: #f8f9fa;
}



img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.logo-header > a, .logo-footer > a {
    display: table-cell;
    vertical-align: middle;
}


/*Content*/
/* Slider Section */
.nail-slider {
    padding: 0;
    /*background-color: var(--color-primary);*/
    /*background:linear-gradient(91.1deg, #784a17, #d99e3b, #784a17);*/
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.main-slider .slide {
    background-position: center  ;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    height: calc(100vh - 95px);
    background-position: center;
    position: relative;
    background-size: cover;
    margin-top: 5rem;
}

.nail-slider .main-slider .content {
    padding-left: 10%;
    text-align: left;
    background: transparent;
    position: relative;
    z-index: 2;
}

.nail-slider .main-slider .content span {
    font-family: 'Kaushan Script', cursive;
    color: #fff !important;
    font-size: 15vw;
    position: absolute;
    z-index: -1;
    top: -30%;
    left: -15%;
    opacity: 0.7;
    line-height: 1;
}

.nail-slider .main-slider .title {
    font-size: 120px;
    font-weight: 400;
    color: var(--color-primary);
    line-height: 1.1;
    margin-bottom: 15px;
}

.nail-slider .main-slider .title1 {
    font-size: 95px;
    font-weight: 490;
    color: #784a17;
    line-height: 1.1;
    margin-bottom: 15px;
}

.nail-slider .main-slider .sub-title {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin-bottom: 30px;
    max-width: 600px;
}

.btn-group {
    display: flex;
    gap: 15px;
}



.btn2, .btn-dark {
    background-color: #333;
    color: #fff;
    padding: 12px 30px;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

/* Navigation Arrows */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.owl-prev, .owl-next {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 30px 5px;
    font-size: 20px;
    border: none;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

/* Responsive Adjustments */
@media (max-width: 1199.98px) {
    .nail-slider .main-slider .title {
        font-size: 100px;
    }

    .nail-slider .main-slider .title1 {
        font-size: 80px;
    }

    .nail-slider .main-slider .sub-title {
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {
    .main-slider .slide {
        height: 70vh;
        min-height: 450px;
    }

    .nail-slider .main-slider .title {
        font-size: 80px;
    }

    .nail-slider .main-slider .title1 {
        font-size: 65px;
    }

    .nail-slider .main-slider .sub-title {
        font-size: 18px;
    }

    .nail-slider .main-slider .content span {
        font-size: 20vw;
        top: -20%;
    }
}

@media (max-width: 767.98px) {
    .main-slider .slide {
        height: 60vh;
        min-height: 400px;
    }

    .nail-slider .main-slider .content {
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
    }

    .nail-slider .main-slider .title {
        font-size: 60px;
    }

    .nail-slider .main-slider .title1 {
        font-size: 50px;
    }

    .nail-slider .main-slider .sub-title {
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
    }

    .nail-slider .main-slider .content span {
        left: 50%;
        transform: translateX(-50%);
    }

    .btn-group {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 575.98px) {
    .main-slider .slide {
        height: 50vh;
        min-height: 350px;
    }

    .nail-slider .main-slider .title {
        font-size: 40px;
    }

    .nail-slider .main-slider .title1 {
        font-size: 36px;
    }

    .nail-slider .main-slider .sub-title {
        font-size: 14px;
    }

    .btn0, .btn1-primary, 
    .btn2, .btn-dark {
        padding: 10px 20px;
        font-size: 13px;
    }
}
.nail-slider {
    padding-left: 85px;
    padding-right: 85px;
    background-color: #911439;
    position: relative;
    z-index: 1;
    height:80vh;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.main-slider a {
    margin: 0 10px;
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nail-slider .main-slider .slide {
    height: calc(100vh - 85px);
}

.main-slider .slide {
    height: 100vh;
    background-position: center;
    position: relative;
    background-size: cover;
}

.nail-slider .main-slider .slide .content {
    padding: 0;
    text-align: left;
    background: transparent;
    left: 10%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.nail-slider .main-slider .content span {
    font-family: 'Kaushan Script', cursive;
    color: #fff !important;
    font-size: 15vw;
    position: absolute;
    z-index: -1;
    top: -30%;
    left: -15%;
    opacity: 0.7;
}

.nail-slider .main-slider .title {
    font-size: 120px;
    font-weight: 400;
    color: #911439;
}

.nail-slider .main-slider .sub-title {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin-top: 15px;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.nail-slider .main-slider .slide .content {
    padding: 0;
    text-align: left;
    background: transparent;
    left: 10%;

}
.center.active .slide .content {
    opacity: 1;

}

.main-slider .slide .content {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 50%;
    transition: all .8s;
}

.main-slider .owl-next, .main-slider .owl-prev {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 30px 5px;
    font-size: 20px;
    transition: all 0.5s;
}

.owl-btn-center-lr .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.main-slider .owl-next, .main-slider .owl-prev {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 30px 5px;
    font-size: 20px;    
}
.owl-prev, .owl-next {

    display: inline-block;
    cursor: pointer;
    border-width: 0px;
    border-style: solid;
}


.title1{
    font-size: 95px;
    font-weight: 490;
    color: #911439;
}

/*About Sect*/
.widget-about .dlab-title{
    margin:15px 0 5px 0;
    color:#000;
}
.widget-about p{
    color: #333333;
    font-size: 13px;
    line-height: 20px;
}
.widget-about .button-sm {
    font-weight: 700;
    padding: 5px 20px;
}
/* widget testimonial */
.widget-testimonial .testimonial-pic{
    height:70px;
    width:70px;
    border: 3px solid #ffffff;
    margin-bottom:10px;
}
.widget-testimonial .testimonial-name{
    font-weight:600;
    font-size:13px;
    text-transform:uppercase;
    color:#000;
}
.widget-testimonial .testimonial-position{
    text-transform:uppercase;
    color:#888q;
    font-size:12px;
    font-style: inherit;
}
.widget-testimonial .testimonial-position p{
    line-height: 26px;
}
.widget-testimonial .testimonial-text{
    color: #505050;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
    padding:0;
}


.content-inner {
    /*padding-top: 100px;*/
    /*padding-bottom: 70px;*/
}


.section-full {
    position: relative;
}

.row { 
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.section-head.m-b20 {
    margin-bottom: 20px;
}
.salon-head {
    position: relative;
    z-index: 1;
}

.salon-head .sub-title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    color: #3c3c3c;
    text-transform: uppercase;
    margin-bottom: 5px;

}
.salon-head .title {
    font-size: 45px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #3c3c3c;
    font-weight: unset;
}
.text-primary1
{
    color:
    #d99e3b;
}

.salon-head:after {
    content: attr(data-content);
    font-family: 'Kaushan Script', cursive;
    font-size: 150px;
    white-space: nowrap;
    opacity: 0.05;
    line-height: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: -80px;
    font-style: unset;
    z-index: -1;
}

.salon-about p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.list-2 li {
    float: left;

    width: 50%;

}
.list-check{
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    line-height: 30px
}

.primary li:before {
    color: #EFBB20;
}
.list-check li:before {
    content: "✓";
    color: #EFBB20;
    font-weight: bold;
    margin-right: 8px;
}

.btn, .btn-secondry {
    background-color: #d19f68;
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.7;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 30px;
    margin-top: 30px
}

.btn.white {
    background-color: #fff;
    color: #000;
}

.section-full 
{
    padding: 10px 0;
}

.section-full2{
    margin-top: -20px;
    margin-bottom: -55px;
}

.section-full {
    position: relative;
}
.portfolio-carousel .item {
    /*padding: 0 15px;*/
}

.portfolio-bx {
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);

}

.portfolio-bx img {
    width: 200%;
    height: auto;
    transition: all 0.5s ease;
}

.dlab-img-overlay1 {
    position: relative;

}

.dlab-img-effect {
    overflow: hidden;

}

.overlay-bx {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    /*background: rgba(0,0,0,0.5);*/
    opacity: 0;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.portfolio-bx:hover img {
    content: "";
    background: #1a1a1a;

}

.port-box {
    padding: 20px;
}

.port-box .title a {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
}

.ti-zoom-in {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}

.section-full1{
    padding: 30px 0;
}
/* Responsive adjustments */
@media (max-width: 767.98px) {
    .section-full {
        padding: 10px 0;
    }
    .section-full1{
        margin-top: -40px !important;
    }
    .section-full2{
        margin-top: -50px !important;

    }
    .section-full2.item.dlab-team{
        margin-top: -40px !important;
    }
    

    .port-box .title a {
        font-size: 18px;
    }
}


.portfolio-bx img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}

.overlay-bx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.portfolio-bx:hover .overlay-bx {
    opacity: 0.7 !important;
    /*background-color: #911439; */
    /*background-color: #d99e3b;*/
}
.portfolio-bx:hover img {
    transform: scale(1.05);
}
.port-box {
    /*padding: 20px;*/
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*background: rgba(0,0,0,0.7);*/
    color: #fff;
}

.ti-zoom-in {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .section-full {
        padding: 20px 0 !important;
    }
    .port-box .title a {
        font-size: 18px;
    }
    .section-full1{
        padding:0px 0 !important;
    }
}



/* For the specific section-splr inside section-splr */
@media (max-width: 991.98px) {
  section-splr .section-splr {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
}

@media (min-width: 992px) {
  section-splr .section-splr {
    margin-right: 85px;
    margin-left: 85px;
}
}


/* Remove margins on small and medium screens */
@media (max-width: 991.98px) {
  .section-splr {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
}

/* Keep margins only on large screens */
@media (min-width: 992px) {
  .section-splr {
    margin-right: 85px;
    margin-left: 85px;
}
}


.service-box:hover{
  transform: translateY(-10px);
  /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
}

.service-box.style2 {
    margin-bottom: 55px;
}

.service-box.style2 .dlab-info {
    margin: 0 15px;
    padding: 30px 15px 40px 15px;
    text-align: center;
    background: #fff;
    margin-top: -30px;
    box-shadow: 0px 15px 30px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px;

}

.dlab-box, .dlab-info, .dlab-title, .dlab-title-inner {
    position: relative;
}

.service-box.style2 .dlab-info .title {
    font-weight: 900;
    margin-bottom: 10px;
}

h4 {
    font-size: 22px;
    line-height: 28px;

}
.service-box.style2 .dlab-info .readmore {
    width: 45px;
    /*background: #00aab5;*/
    background:linear-gradient(to right, #784a17, #d99e3b, #784a17);
    display: block;
    height: 45px;
    border-radius: 45px;
    color: #fff;
    line-height: 45px;
    font-size: 24px;
    bottom: -20px;
    position: absolute;
    left: 50%;
    margin-left: -22px;
}


.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.service-box.style2 .dlab-info .readmore1 {
    width: 100%;
    background: #911439;
    display: block;
    height: 45px;
    /*border-radius: 45px;*/
    color: #fff;
    line-height: 45px;
    font-size: 24px;
    text-decoration: none;
    position: absolute;
    /*left: 50%;*/
    margin-left: -15px;
}

.nail-service .dlab-media {
    border: 6px solid #fff;
    background: black;
}

.btn1{
    text-decoration: none;
    border-radius: 0px;
    background-color: #911439;
}
.btn2, .btn2-secondry {
    background-color: #d19f68;
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.7;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 30px;
    margin-top: 30px
}

.btn2.white {
    background-color: #fff;
    color: #000;
}

.btn2{
    text-decoration: none;
    border-radius: 0px;
    background-color: black;
}

.nail-post {
    background: #fff;
    
}

.dlab-media, .dlab-media, .dlab-post-media {
    position: relative;
    overflow: hidden;
}

.dlab-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
    vertical-align: middle;
}

.nail-post .dlab-info {
    text-align: center;
    padding: 20px 10px 10px 10px;
}

.nail-post .post-title {
    font-weight: 400;
    font-size: 26px;
    line-height: 1.4;
    text-decoration: none
}

.dlab-post-title .post-title {
    /* margin-bottom: 5px; */
    font-weight: 600;
    text-decoration: none

}

.nail-post .dlab-post-meta {
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.nail-post .dlab-post-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: capitalize;
    display: flex
    ;
    align-items: center;
    justify-content: center;
}

.nail-post .dlab-post-meta li {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: flex
    ;
    align-items: center;
    color: var(--color-primary);
}


.nail-post .dlab-post-meta li i

{
    font-size: 20px;
}


.dlab-post-meta li:after {
    content: "|";
    display: inline-block;
    font-weight: normal;
    margin-right: 5px;
    margin-left: 8px;
    opacity: 0.5;
}


.section-splr {
    margin-right: 85px;
    margin-left: 85px;
}
.content-inner-2 {
    /*padding-top: 100px;*/
    /*padding-bottom: 100px;*/
}


.section-head.text-center {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.salon-head {
    position: relative;
    z-index: 1;
}
.section-head {
    margin-bottom: 40px;
}


.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel.owl-loaded {
    display: block;
}

.dlab-separator {
    width: 40%;
    height: 1px;
    margin: 15px auto 10px;
    background-color: rgba(0, 0, 0, .09);
}

.owl-btn-3 .owl-prev, .owl-btn-3 .owl-next {
    background-color: rgba(0, 0, 0, 0);
    color: #000000;
    font-size: 35px;
    height: auto;
    width: auto;
    opacity: 0.2;
}

.dlab-team .dlab-media
{
    width: 250px;
    height: 250px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    /*background: #911439;*/
    z-index: 1;
}

.dlab-team .dlab-media:before

{
    content: "";
    position: absolute;
    width: 235px;
    height: 235px;
    background: #fff;
    left: 3px;
    top: 3px;
    z-index: -1;
    border-radius: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.dlab-team .dlab-media img {
    width: 100%;
    /*height: 100%;*/
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
}

.dlab-team .overlay-bx {
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: 220px;
    height: 220px;
    text-align: center;
    z-index: 10;
    visibility: hidden;
    background: rgba(255, 188, 0, 0);
    border-radius: 100%;
    opacity: 0;
}

.overlay-icon, .overlay-bx .align-m
{
    height: auto;
    left: 50%;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
}

.dlab-social-icon {
    display: inline-block;
    margin: 0 -3px;
    padding: 0;
    text-align: center;
}

.overlay-bx:hover, .dlab-media:hover .overlay-bx, .dlab-box:hover .overlay-bx, .ow-img:hover .overlay-bx, .ow-portfolio-img:hover .overlay-bx {
    opacity: 1;
    visibility: visible;
}

.dlab-social-icon li {
    display: inline-block;
    padding: 0;
    font-size: 12px;
}


.dlab-team .dlab-info {
    text-align: center;
    padding-top: 20px;
}


.site-footer {
    position: relative;
    

}

footer p, footer strong, footer b, footer {
    color: #fff;
}

.bg-primary {
    background-color: #911439 !important;
}

.footer-bottom {
    background-color: black;

}
.footer-top {
    background-color: black;
    background-size: cover;
    background-position: center;
    /*padding: 40px 0 40px;*/
}

.footer-fixed .site-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}
.footer-fixed .page-content {
    position: relative;
    z-index: 1;
    background-color: #fff;
}


footer a,
footer a:visited {
    color: #fff;
}

footer a:active,
footer a:focus,
footer a:hover {
    color: #fff;
}


.nail-footer .dlab-separator {
    opacity: 0.2;
}
.dlab-separator {
    width: 40%;
    height: 1px;
    margin: 15px auto 10px;
    background-color: rgba(0, 0, 0, .09);
}


.dz-social-icon li {
  display: inline-block; }
  .dz-social-icon li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: var(--border-radius-base); 
    text-decoration: none;

}

.dz-social-icon.space-10 ul {
  margin-left: -5px;
  margin-right: -5px; }
  .dz-social-icon.space-10 ul li {
    padding-left: 5px;
    padding-right: 5px; 
}

.dz-social-icon.transparent li a {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  line-height: 43px;
  border-radius: 45px;
  font-size: 18px;
}
}
.dz-social-icon.transparent li a:hover {
    background-color: #fff; }

    .dlab-team {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        transition: all 0.5s ease;
    }

    .dlab-team .dlab-media img {
        transition: all 0.5s ease;
        width: 100%;
        height: auto;
        display: block;
    }

    .dlab-team:hover .dlab-media img {
        transform: scale(1.05);
        filter: brightness(0.8);
    }

    .dlab-team .overlay-bx {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(158, 46, 80, 0);
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transform: scale(0.8);
    }

    .dlab-team:hover .overlay-bx {
        opacity: 1;
        visibility: visible;
        /*background: rgba(158, 46, 80, 0.9);*/
        transform: scale(1);
        margin-top: 20px;
    }

    .dlab-social-icon {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .dlab-social-icon li {
        transform: translateY(20px);
        opacity: 0;
        transition: all 0.3s ease;
    }


    

    .dlab-social-icon li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.2);
        color: white;
        border-radius: 50%;
        font-size: 16px;
        transition: all 0.3s ease;
    }

    

    .dlab-team .dlab-info {
        text-align: center;
        padding: 20px 15px;
        background: white;
        transition: all 0.3s ease;
    }

    .dlab-team .dlab-info {
        transform: translateY(-10px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .dlab-team .dlab-title {
        margin-bottom: 5px;
        transition: all 0.3s ease;
    }

    .dlab-team:hover .dlab-title {
        color: #9e2e50;
    }

    .dlab-team .dlab-position {
        display: block;
        font-size: 14px;
        color: #777;
        transition: all 0.3s ease;
    }

    .dlab-team:hover .dlab-position {
        color: #555;
    }


    .dlab-team .overlay-bx {
        position: absolute;
        left: 15px;
        bottom: 15px;
        width: 220px;
        height: 220px;
        text-align: center;
        z-index: 10;
        visibility: hidden;
        /*background: rgba(255, 188, 0, 0);*/
        border-radius: 100%;
        opacity: 0;
    }

    .dz-social-icon1 li {
      display: inline-block; 
  }

  .dz-social-icon1 li a {
    height: 20px;
    width: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: var(--border-radius-base); 
    text-decoration: none;
    color: black;

}

.dz-social-icon1.space-10 ul {
  margin-left: -5px;
  margin-right: -5px;
}
.dz-social-icon1.space-10 ul li {
}

.dz-social-icon1.white li a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  line-height: 43px;
  border-radius: 45px;
  font-size: 18px;
  background-color: white
}
}
.dz-social-icon1.white li a:hover {
    background-color: #fff; }


    .widget-link ul li {
        list-style: none;
        display: inline-block;
        padding-left: 3px;
        padding-right: 10px;
        position: relative;
        text-decoration: none;
    }


  button.scroltop {
    /*background: var(--color-primary);*/
    background:black;
    border-radius: 4px;
    border: none;
    bottom: 35px;
    color: #fff !important;
    cursor: pointer;
    display: none;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 50px;
    z-index: 999;
    box-shadow: -4px 4px 24px -10px;
    transition: opacity 0.3s;
}
button.scroltop:hover {
    opacity: 0.9;
}


.main-footer .footer-top .contact-widget .list li i{
    position: inherit;
    /*margin-bottom: 10px; */
}
.main-footer .footer-top .contact-widget .widget-title, .main-footer .footer-top .widget-title{
    /*margin-bottom: 10px;*/
}
.main-footer .footer-top .contact-widget .list li{
    padding-left: 0px !important;
}

.feature-style-two .feature-block:nth-child(2){
  padding-top: 80px;
}

.feature-style-two .feature-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  color: #fe5681;
  margin-bottom: 62px;
  padding: 37px 64px 35px 53px;
  z-index: 1;
}

.feature-style-two .feature-block:nth-child(2) .feature-block-one .inner-box .icon-box{
  color: crimson;
}

.feature-style-two .feature-block:last-child .feature-block-one .inner-box .icon-box{
  color: #48d019;
}

.feature-style-two .feature-block-one .inner-box .icon-box .bg-layer{
  position: absolute;
  width: 165px;
  height: 146px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  z-index: -1;
}

.feature-style-three{
  position: relative;
  background: #f9f9f9;
  padding: 100px 0px 210px 0px;
}

.feature-style-three .inner-box .content-box{
  position: relative;
  display: block;
}

.feature-style-three .inner-box:first-child{
  margin-bottom: 355px;
}

.text{
    position: relative;
    display: inline-block;
    margin-left: 15px;
}

.whatsapp-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 15px;
    bottom: 125px;
    font-size: 16px;
    z-index: 99;
    /*background: #2220;*/
    transition: 1s ease;
}

.call-btn{
    width: 40px;
    height: 40px;
    line-height: 50px;
    position: fixed;
    right: 22px;
    bottom: 185px;
    font-size: 16px;
    z-index: 99;
    /*background: #2220;*/
    transition: 1s ease;
}

/* =============== Bridal Service Carousel =============== */
.bridal-carousel.owl-carousel {
  position: relative;
  padding: 20px 0;
}

/* Desktop - Bridal */
@media (min-width: 992px) {
  .bridal-carousel:hover .owl-nav {
    display: flex;
}

.bridal-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: calc(100% + 80px);
    left: -40px;
    /*transform: translateY(-50%);*/
    display: none;
    justify-content: space-between;
    pointer-events: none;
}

.bridal-carousel .owl-prev,
.bridal-carousel .owl-next {
    pointer-events: auto;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.9) !important;
    color: #333 !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    /*transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);*/
    border: 2px solid rgba(0,0,0,0.05);
    font-size: 24px !important;
    /*transform: scale(0.9);*/
    opacity: 0;
}

.bridal-carousel:hover .owl-prev,
.bridal-carousel:hover .owl-next {
    /*transform: scale(1);*/
    opacity: 1;
}
}

/* Mobile - Bridal */
@media (max-width: 991.98px) {
  .bridal-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: -38px;
    gap: 20px;
}

.bridal-carousel .owl-prev,
.bridal-carousel .owl-next {
    width: 50px;
    height: 50px;
    /*background: #d99e3b !important;*/
    color: white !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    /*transition: all 0.3s ease;*/
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: none;
    font-size: 20px !important;
}
}

/* =============== Portfolio Carousel =============== */
.portfolio-carousel.owl-carousel {
  position: relative;
  /*padding: 30px 0;*/
}


@media(max-width: 991.98px) {
    .portfolio-carousel.owl-carousel .owl-nav {
        display: flex;
        position: relative;
        top: auto;
        transform: none;
        padding:;
        justify-content: center;
        margin-top: 35px; 
        gap: 20px;
        margin-bottom: -80px; 
    }
}

}

/* =============== Hair Service Carousel =============== */
.hair-carousel.owl-carousel {
  position: relative;
  padding: 20px 0;
}

/* Desktop - Hair */
@media (min-width: 992px) {
  .hair-carousel .owl-nav {
    display: none;
}
}

/* Mobile - Hair */
@media(max-width: 991.98px) {
    .portfolio-carousel.owl-carousel .owl-nav {
        display: flex
        ;
        position: relative;
        top: auto;
        transform: none;
        justify-content: center;
        margin-top: 35px; 
        gap: 20px;
        margin-bottom: -70px; 
    }
}
.hair-carousel .owl-prev,
.hair-carousel .owl-next {
    position: relative;
    margin: 0;
    background: #d99e3b;
    color: white;
    width: 40px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    border: 2px solid transparent;
}
}

/* =============== Shared Carousel Styles =============== */
/* Navigation arrows - hidden by default for all */
.owl-carousel .owl-nav {
  display: none;
}

/* Shared arrow icon styling */
.owl-carousel .owl-prev span,
.owl-carousel .owl-next span {
  display: none;
}

.owl-carousel .owl-prev:before,
.owl-carousel .owl-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
}

.owl-carousel .owl-prev:before { content: "\f104"; }
.owl-carousel .owl-next:before { content: "\f105"; }

/* Shared hover effects */
.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  /*transform: translateY(-3px) !important;*/
  box-shadow: 0 8px 25px ;
  background-color: 
}

/* Shared active state */
.owl-carousel .owl-prev:active,
.owl-carousel .owl-next:active {
  /*transform: translateY(0) scale(0.95) !important;*/
}
.owl-dots{
    display: none;      
}   

/* Special no-bg version styling */
.owl-carousel .owl-prev.no-bg,
.owl-carousel .owl-next.no-bg {
  background: transparent !important;
  color: #333 !important;
  border: 2px solid #333 !important;
}

.owl-carousel .owl-prev.no-bg:hover,
.owl-carousel .owl-next.no-bg:hover {
  background: #333 !important;
  color: white !important;
  border-color: #333 !important;
}

/*Hair Carousel*/

/* Hide arrows by default for all carousels */
.owl-carousel .owl-nav {
  display: none;
}

/* Show arrows only on small screens (max-width: 991.98px) */
@media (max-width: 991.98px) {
  .owl-carousel .owl-nav {
    display: flex;
    position: relative;
    top: auto;
    transform: none;
    justify-content: center;
    margin-top: 45px;
    gap: 20px;
    margin-bottom: -38px;
    margin-top: 20px;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .team-carousel.owl-carousel .owl-nav {
    display: flex;
    position: relative;
    top: auto;
    transform: none;
    justify-content: center;
    margin-top: 45px;
    gap: 20px;
    margin-bottom: -38px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.service-carousel.owl-carousel .owl-nav {
    margin-top: -15px; 
    margin-bottom: -30px;
}


.team-carousel.owl-carousel.owl-nav{
    margin-top: -50px;
}
.owl-carousel .owl-prev, 
.owl-carousel .owl-next {
    position: relative;
    margin: 0;
    /* background: #d99e3b; */
    background-color: :#d99e3b !important;
    color: white;
    padding: 10px;
    width: 40px;
    height: 45px !important;
    border-radius: 50%;
    display: flex
    ;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* transition: all 0.3s ease; */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border: 2px solid transparent;
}

/* Active state when pressed */
.owl-carousel .owl-prev:active, 
.owl-carousel .owl-next:active {
    background-color: :#d99e3b !important;
    /*transform: scale(0.95);*/
    box-shadow: 0 1px 3px ;
}

/* Focus state for accessibility */
.owl-carousel .owl-prev:focus, 
.owl-carousel .owl-next:focus {
    outline: none;
    /*border-color: #fff;*/
    background-color: :#d99e3b !important;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.4);
}

/* Disabled state styling */
.owl-carousel .owl-prev.disabled, 
.owl-carousel .owl-next.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
}
}

/* Hover and active states */
.owl-carousel .owl-prev:hover, 
.owl-carousel .owl-next:hover {
  /*background: #555;*/
  background-color:#d99e3b !important;
  /*transform: translateY(-2px);*/
  /*box-shadow: 0 4px 8px rgba(0,0,0,0.3);*/
}

.owl-carousel .owl-prev:active, 
.owl-carousel .owl-next:active {
  /*transform: translateY(0) scale(0.98);*/
}


.owl-carousel .owl-prev::before,
.owl-carousel .owl-next::before {
  content: "";
  display: block;
  width: 16px;
  /*background-color:#d99e3b !important;*/
  height: 16px;
  border: 2px solid white;
  border-width: 3px 3px 0 0;
}

.owl-carousel .owl-prev::before {
  transform: rotate(-135deg);
  margin-right: -5px;

}

.owl-carousel .owl-next::before {
  transform: rotate(45deg);
  margin-left: -5px;

}

.owl-dots{
    display: none !important;
}

.owl-prev span{
    display: none !important;
}

.owl-next span{
    display: none !important;
}


/*whatsapp*/
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
  color: #fff;
}
#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 134px;
  right: 32px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}
a.blantershow-chat {
background: #fff;
color: #404040;
position: fixed;
display: flex;
font-weight: 400;
justify-content: space-between;
z-index: 98;
bottom: 192px;
right: 43px;
font-size: 18px;
padding: 4px;
border-radius: 30px;
box-shadow: 0 1px 15px rgb(32 33 36 / 61%);
}
a.blantershow-chat svg {
  transform: scale(1.2);
}
.header-chat {
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}
.header-chat h3 {
  margin: 0 0 10px;
}
.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.info-avatar {
  position: relative;
}
.info-avatar img {
  border-radius: 100%;
  width: 60px;
  float: left;
  margin: 0 10px 0 0;
  background: #fff;
}
a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}
a.informasi:hover {
  background: #f1f1f1;
}
.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 46px;
  outline: none;
  resize: none;
  padding: 9px;
  font-size: 14px;
  border-radius: 0px;
  min-height: 50px;
}
a#send-it {
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
}
a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
}
.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}
.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}
.start-chat .blanter-msg {
  display: flex;
}
#get-number {
  display: none;
}
a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}
@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }
  15% {
    background-color: #111111;
  }
  25% {
    background-color: #b6b5ba;
  }
}
@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }
  25% {
    background-color: #111111;
  }
  35% {
    background-color: #b6b5ba;
  }
}
@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }
  35% {
    background-color: #111111;
  }
  45% {
    background-color: #b6b5ba;
  }
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
@media screen and (max-width: 1200px) {
.index-page.show{
  display: none !important;
}
}
#whatsapp-chat.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
#whatsapp-chat.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.whatsapp-message-container {
  display: flex;
  z-index: 1;
}
.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
.whatsapp-chat-body {
  padding: 4px 0px 0px 2px;
  background-color: #e6ddd4;
  position: relative;
}.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("../../images/web-images/whatsapp/whatsapp-bg.webp");
}
.dAbFpq {
  display: flex;
  z-index: 1;
}
.eJJEeC {
  background-color: white;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}
.hFENyl {
  position: relative;
  display: flex;
}
.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}
.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}
.kAZgZq {
/*  padding: 7px 14px 6px;*/
 /* background-color: white;
  border-radius: 0px 8px 8px;*/
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
/*  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;*/
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
/*.kAZgZq::before {
  position: absolute;
  background-image: url("../../solar-image/images/whatsapp/side-extend.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}*/
.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
}
.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}
.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}
.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}
.phone .phon1 {
    position: fixed;
    bottom: 135px;
    right: 44px;
    z-index: 9;
    width: 35px;
}

.foot-insta{
    text-decoration: none !important;
}

.head-insta{
    font-size: 30px !important;
}


@media(max-width: 991px){
    .mb-view a{
        display: block !important;
    }
}
.mb-view a{
    display: none !important;
}


