
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.hTZt5oGF {
    width: 32px;
    height: 32px;
}

.fADVuzE {
    width: 34px;
    height: 34px;
}

.aabHndpuk {
    width: 44px;
    height: 44px;
}

.dexTF18If {
    width: 56px;
    height: 56px;
}

.zwls9j {
    width: 66px;
    height: 66px;
}

.hTZt5oGF,
.fADVuzE,
.aabHndpuk,
.dexTF18If,
.zwls9j {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.fIBkE1hV {
    color: var(--bs-white);
}

.btn.fIBkE1hV:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.r0UWtBxN {
    color: var(--bs-white);
   
}

.btn.r0UWtBxN:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}
/*** Topbar Start ***/

/*** Navbar ***/
.Ts3VuYS .Y6YQVog .CJ3LaH {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.Ts3VuYS .Y6YQVog .CJ3LaH {
    padding: 20px 0;
    color: var(--bs-dark);
}

.Ts3VuYS .Y6YQVog .CJ3LaH:hover,
.Ts3VuYS .Y6YQVog .CJ3LaH.active {
    color: var(--bs-primary);
}

.Ts3VuYS .cVeNDzi8wj img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.Ts3VuYS .cVeNDzi8wj img {
    max-height: 45px;
}

.navbar .wPaFxsU::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.wEEmc1 .O1sklQ3P a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .vurIUN97b9g:hover .O1sklQ3P {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.Ts3VuYS {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.KOUjIq6Ev0A .ouSHKT {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .Ts3VuYS .cqG4w3a {
        margin-top: 15px;
        border-top: 1px solid rgba(0, 0, 0, .08);
    }

    .Ts3VuYS .Y6YQVog .CJ3LaH,
    .sticky-top.Ts3VuYS .Y6YQVog .CJ3LaH {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }

    .Ts3VuYS .cVeNDzi8wj img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar .vurIUN97b9g .O1sklQ3P {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .Ts3VuYS {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid;
        border-left: 0;
        border-style: dotted;
        z-index: 999;
    }
    
    .sticky-top.Ts3VuYS {
        position: fixed;
        background: var(--bs-light);
        border: none;
    }

    .Ts3VuYS .Y6YQVog .vurIUN97b9g::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .sticky-top.Ts3VuYS .Y6YQVog .vurIUN97b9g::before {
        bottom: 0;
    }

    .Ts3VuYS .Y6YQVog .vurIUN97b9g::after {
        content: "";
        position: absolute;
        bottom: 1px;
        left: 50%;
        transform: translateX(-50%);
        border: 10px solid;
        border-color: transparent transparent var(--bs-primary) transparent;
        opacity: 0;
        transition: 0.5s;
    }

    .Ts3VuYS .Y6YQVog .vurIUN97b9g:hover::after,
    .Ts3VuYS .Y6YQVog .vurIUN97b9g.active::after {
        bottom: 1px;
        opacity: 1;
    }

    .Ts3VuYS .Y6YQVog .vurIUN97b9g:hover::before,
    .Ts3VuYS .Y6YQVog .vurIUN97b9g.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .Ts3VuYS .Y6YQVog .CJ3LaH.dDTLeGLwC::before {
        display: none;
    }
}
/*** Carousel Hero Header Start ***/
.akAhIGdTq {
    position: relative;
    overflow: hidden;
}

.Kstt1aNRBEW {
    display: none;
}

.carousel .rySALe,
.carousel .edNwRL {
    width: 0;
}

.carousel .rySALe .aln6leyK,
.carousel .edNwRL .EPmXkE3NA {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.carousel .rySALe .aln6leyK {
    left: 0;
    border-left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;

}

.carousel .edNwRL .EPmXkE3NA {
    right: 0;
    border-right: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
}

.carousel .rySALe .aln6leyK:hover,
.carousel .edNwRL .EPmXkE3NA:hover {
    background: var(--bs-secondary);
}

.carousel .Tfn3xfK .TSng93F {
    position: relative;
}

.carousel .Tfn3xfK .TSng93F .aUbS20Fn  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: end;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

.qAJYfqGc {
    text-align: end;
    padding-right: 100px;
}

.qAJYfqGc .tFzZ5de30z {
    display: flex;
    justify-content: end;
}

.carousel .Tfn3xfK .TSng93F .taqTDW  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

.W0fds3op6 {
    text-align: start;
    padding-left: 100px;
}

.W0fds3op6 .KFkbEsk {
    display: flex;
    justify-content: start;
}


@media (max-width: 992px) {
    .carousel .Tfn3xfK .TSng93F {
        height: 700px;
        margin-top: -100px;
    }

    .carousel .Tfn3xfK .TSng93F img {
        height: 700px;
        object-fit: cover;
    }


    .carousel .Tfn3xfK .TSng93F .aUbS20Fn {
        max-width: 100% !important;
        justify-content: center;
    }

    .qAJYfqGc {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .qAJYfqGc .tFzZ5de30z {
        justify-content: center;
    }


    .carousel .Tfn3xfK .TSng93F .taqTDW {
        max-width: 100% !important;
        justify-content: center;
    }

    .W0fds3op6 {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .W0fds3op6 .KFkbEsk {
        justify-content: center;
    }



    .carousel .rySALe .aln6leyK,
    .carousel .edNwRL .EPmXkE3NA {
        display: none;
    }
}

.FQwckKXx .BtpRh8a {
    height: 100px;
}

#searchModal .Gez2WU {
    background: rgba(255, 255, 255, .6);
}
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.vphppdA {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)), url(../Jcv2cYbR0PF/ljHaKMK.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 60px 0;
    transition: 0.5s;
}

.vphppdA .BkFacjoP1h1 {
    position: relative;
}

.vphppdA .BkFacjoP1h1 .GLCabc1IiZd a {
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .vphppdA {
        padding: 60px 0 60px 0;
    }
}
/*** Single Page Hero Header End ***/


/*** Features Start ***/
.eD5ReDW4J1b .Cnj3IvDQHe {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--bs-white);
    border-radius: 10px;
    transition: 0.5s;
}

.eD5ReDW4J1b .Cnj3IvDQHe:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.eD5ReDW4J1b .Cnj3IvDQHe .JlIZtu8 {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
}

.eD5ReDW4J1b .Cnj3IvDQHe .JlIZtu8 i {
    transition: 0.5s;
}

.eD5ReDW4J1b .Cnj3IvDQHe:hover .JlIZtu8 i {
    transform: rotate(360deg);
}

.eD5ReDW4J1b .Cnj3IvDQHe a.btn {
    transition: 0.5s;
}

.eD5ReDW4J1b .Cnj3IvDQHe:hover a.btn:hover {
    color: var(--bs-primary) !important;
}
/*** Features End ***/

/*** About Start ***/
.VxR23Ve .C5cPpbQg3kN {
    position: relative;
    padding-bottom: 30px;
    margin-top: 30px; 
    margin-left: 30px;
}

.VxR23Ve .C5cPpbQg3kN::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: -30px;
    right: 0;
    border-radius: 10px;
    background: var(--bs-secondary);

}

.VxR23Ve .C5cPpbQg3kN::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    left: -30px;
    bottom: 30px;
    border-radius: 10px;
    background: var(--bs-secondary);
}

.VxR23Ve .C5cPpbQg3kN .KenM8eiu9 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    font-size: 30px;
    font-weight: bold;
    background: var(--bs-secondary);
    color: var(--bs-white);
    border: 1px solid var(--bs-secondary);
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 10px;
}
/*** About End ***/

/*** Service Start ***/
.C8a5VL2ett {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.C8a5VL2ett::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.C8a5VL2ett:hover::after {
    width: 100%;
    height: 100%;
}

.C8a5VL2ett:hover .BsdV26Uof,
.C8a5VL2ett:hover .cz43axZodo {
    position: relative;
    z-index: 2;
}

.C8a5VL2ett .BsdV26Uof a,
.C8a5VL2ett .BsdV26Uof p {
    transition: 0.5s;
}

.C8a5VL2ett:hover .BsdV26Uof a:hover {
    color: var(--bs-secondary);
}

.C8a5VL2ett:hover .BsdV26Uof p {
    color: var(--bs-white);
} 

.C8a5VL2ett .cz43axZodo {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.C8a5VL2ett .cz43axZodo i {
    transition: 0.5s;
}

.C8a5VL2ett:hover .cz43axZodo {
    background: var(--bs-white);
}

.C8a5VL2ett:hover .cz43axZodo i {
    transform: rotate(360deg);
    color: var(--bs-primary) !important;
}
/*** Service End ***/


/*** Counter Start ***/
.counter {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(25, 64, 154, 0.9), rgba(25, 64, 154, 1)), url(../Jcv2cYbR0PF/PkTIZMH.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter .TVxJCKcN8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.counter .TVxJCKcN8 .fxgHdrMG3r1 {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: var(--bs-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/*** Counter End ***/


/*** Products Start ***/
.l0DuOaNs .ESiEgq {
    border: 1px solid rgba(196, 211, 211, 0.9);
    border-radius: 10px;
}

/*** Products End ***/

/*** Blog Start ***/
.z1MkisbMSz .vshg9UaOT {
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.z1MkisbMSz .vshg9UaOT:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.z1MkisbMSz .vshg9UaOT .x9YAczonEc {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.z1MkisbMSz .vshg9UaOT .x9YAczonEc::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.z1MkisbMSz .vshg9UaOT .x9YAczonEc img {
    transition: 0.5s;
}

.z1MkisbMSz .vshg9UaOT:hover .x9YAczonEc img {
    transform: scale(1.2);
}

.z1MkisbMSz .vshg9UaOT:hover .x9YAczonEc::after {
    background: rgba(0, 209, 249, 0.2);
}

.z1MkisbMSz .vshg9UaOT .RZc0FHmA {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 10px;
    background: var(--bs-primary);
    color: var(--bs-white);
    z-index: 2;
}

.z1MkisbMSz .vshg9UaOT .ECVFzKHK a {
    transition: 0.5s;
}

.z1MkisbMSz .vshg9UaOT:hover .ECVFzKHK a:hover {
    color: var(--bs-primary) !important;
}
/*** Blog End ***/

/*** Team Start ***/
.O2sOtow2Aeb .HCrnvPb4HS {
    position: relative;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
}

.O2sOtow2Aeb .HCrnvPb4HS .KsFmaF {
    transition: 0.5s;
}
.O2sOtow2Aeb .HCrnvPb4HS:hover .KsFmaF {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.O2sOtow2Aeb .HCrnvPb4HS .KsFmaF .hyFokJ {
    position: relative;
    z-index: 2;
}

.O2sOtow2Aeb .HCrnvPb4HS .KsFmaF .hyFokJ::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(0, 209, 249, 0.2);
    transition: 0.5s;
    z-index: 3;
}

.O2sOtow2Aeb .HCrnvPb4HS:hover .KsFmaF .hyFokJ::after {
    height: 100%;
}

.O2sOtow2Aeb .HCrnvPb4HS .KsFmaF .hyFokJ .ER0MTe9eD1S {
    position: absolute;
    left: 10px;
    bottom: 10px;
    transition: 0.5s;
    z-index: 2;
}

.O2sOtow2Aeb .HCrnvPb4HS:hover .KsFmaF .hyFokJ .ER0MTe9eD1S {
    opacity: 0;
}

.O2sOtow2Aeb .HCrnvPb4HS .KsFmaF .hyFokJ .TTzW2e {
    position: absolute;
    bottom: 0;
    left: -100%;
    border-bottom-left-radius: 0 !important; 
    border-top-left-radius: 0 !important;
    display: inline-flex;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 4;
}

.O2sOtow2Aeb .HCrnvPb4HS:hover .KsFmaF .hyFokJ .TTzW2e { 
    left: -25px; 
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-left: 20px;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 15px;
    border: 1px solid var(--bs-secondary);
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid var(--bs-primary);
    background: var(--bs-secondary) !important;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

@media (max-width: 992px) {
    .Fw7RpeEQTe.testimonial-carousel {
        padding-top: 30px;
    }

    .testimonial .owl-nav .owl-prev,
    .testimonial .owl-nav .owl-next {
        top: -30px;
    }
}
/*** testimonial End ***/

/*** Footer Start ***/
.O7degna9W {
    background: var(--bs-dark);
}

.O7degna9W .OtV6dNBh a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.O7degna9W .OtV6dNBh p {
    line-height: 35px;
}

.O7degna9W .OtV6dNBh a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.O7degna9W .OtV6dNBh .zE4xlnXEMH0 a,
.O7degna9W .OtV6dNBh .zE4xlnXEMH0 a i {
    transition: 0.5s;
}

.O7degna9W .OtV6dNBh .zE4xlnXEMH0 a:hover {
    background: var(--bs-white);
}

.O7degna9W .OtV6dNBh .zE4xlnXEMH0 a:hover i {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.pQyqjZ {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/



/* Satamayo Lounge brand adaptation */
:root{--bs-primary:#C8A24A;--bs-secondary:#0F6B5E;--bs-light:#F7F0E2;--bs-dark:#071426;--satamayo-black:#050506;--satamayo-bronze:#8A5A2B;}
body{background:#fffaf0;}
.KZJRXH6Tn9v{color:#C8A24A!important}.lJHyoFk{background-color:#C8A24A!important}.fIBkE1hV{background-color:#C8A24A!important;border-color:#C8A24A!important;color:#071426!important}.r0UWtBxN{background-color:#0F6B5E!important;border-color:#0F6B5E!important}.O7degna9W,.pQyqjZ{background:#050506}.eD5ReDW4J1b .Cnj3IvDQHe{background:#F7F0E2;border:1px solid rgba(200,162,74,.25)}.eD5ReDW4J1b .JlIZtu8{background:#071426}.vphppdA{background:linear-gradient(rgba(7,20,38,.78),rgba(5,5,6,.82)),url(../Jcv2cYbR0PF/deZ9JrmVdsc.jpg);background-position:center;background-size:cover}.aUbS20Fn,.taqTDW{background:rgba(5,5,6,.58)}.KenM8eiu9{background:#C8A24A;color:#071426}.Jp6Tym1wW{position:fixed;left:20px;right:20px;bottom:20px;z-index:100000;background:#071426;color:#F7F0E2;border:1px solid #C8A24A;border-radius:16px;padding:18px;display:none;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 10px 35px rgba(0,0,0,.35)}.Jp6Tym1wW p{margin:0;color:#F7F0E2}@media(max-width:767px){.Jp6Tym1wW{flex-direction:column;align-items:flex-start}}
