﻿/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

/*** Spinner End ***/


/*** Button Start ***/
.G7RjHIA4 {
    font-weight: 600;
    transition: .5s;
}

.Umuq8I {
    width: 38px;
    height: 38px;
}

.HsSPPU4 {
    width: 32px;
    height: 32px;
}

.cCm0NT {
    width: 46px;
    height: 46px;
}

.XuukgGEJ {
    width: 58px;
    height: 58px;
}

.Umuq8I,
.HsSPPU4,
.cCm0NT,
.XuukgGEJ {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/


/*** Topbar Start ***/

.YcKbb4hs5 .UFWcNDL8qqk {
    letter-spacing: 1px;
}

.YcKbb4hs5 .nQprHkrzp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.YcKbb4hs5 .nQprHkrzp a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 5s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
}

/*** Topbar End ***/


/*** Navbar Start ***/
.navbar .OSaXzp {
    padding: 15px 0;
}

.navbar .OSaXzp .nav-link {
    padding: 10px;
    color: var(--bs-white);
    font-size: 18px;
    outline: none;
    
}

.navbar .OSaXzp .nav-link:hover,
.navbar .OSaXzp .nav-link.active {
    color: var(--bs-secondary) !important;
}

.navbar .hmLJhBFur::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .IbmKGW .CM33fjYv {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}

.navbar .IbmKGW:hover .CM33fjYv {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

/*** Navbar End ***/


/*** Carousel Start ***/

.ChoAlOUWe {
    position: relative;
}

.ChoAlOUWe::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.gq3FtxHRkAw {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.ChoAlOUWe p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.VafhgJ4Uo {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--bs-primary);
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.VafhgJ4Uo:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.EGmZPm4hv {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: var(--bs-primary);
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.EGmZPm4hv:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.gq3FtxHRkAw .IGdFhKu9J a button.ONPcyBPKi {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.gq3FtxHRkAw .IGdFhKu9J a button.ONPcyBPKi:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.gq3FtxHRkAw .IGdFhKu9J a button.e6qNKZnk {
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.gq3FtxHRkAw .IGdFhKu9J a button.e6qNKZnk:hover {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .zeHmVg4 li {
    width: 30px;
    height: 10px;
    background: var(--bs-primary);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .zeHmVg4 li:hover {
    background: var(--bs-secondary);
    opacity: 1;
}

@media (max-width: 992px) {
    .ChoAlOUWe {
        min-height: 500px;
    }
    
    .ChoAlOUWe img {
        min-height: 500px;
        object-fit: cover;
    }

    .ChoAlOUWe h1 {
        font-size: 40px !important;
    }

    .ChoAlOUWe p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .ChoAlOUWe {
        min-height: 400px;
    }
    
    .ChoAlOUWe img {
        min-height: 400px;
        object-fit: cover;
    }

    .ChoAlOUWe h1 {
        font-size: 28px !important;
    }

    .ChoAlOUWe p {
        font-size: 14px !important;
    }
}

.Xhf2GF {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../bVcNpMqiN/Pb5HXut.jpg) center center no-repeat;
    background-size: cover;
}

.Xhf2GF .M501LY7IkGI+.M501LY7IkGI::before {
    color: var(--bs-white);
}

.Xhf2GF .M501LY7IkGI,
.Xhf2GF .M501LY7IkGI a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Carousel End ***/


/*** Services Start ***/

.c6vdlIFt8j2 .aoRQdB {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}


.klvpiQvFo::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(3, 43, 243, 0.8);
    transition: .5s;
}

.klvpiQvFo::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

.aoRQdB:hover .klvpiQvFo::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}

.aoRQdB:hover .jTnYDVTEMI {
    position: relative;
    z-index: 2;
}

.aoRQdB .jTnYDVTEMI i,
.aoRQdB .jTnYDVTEMI p {
    transition: .5s;
}

.aoRQdB:hover .jTnYDVTEMI i {
    color: var(--bs-secondary) !important;
}

.aoRQdB:hover .jTnYDVTEMI p {
    color: var(--bs-white);
}

/*** Services End ***/


/*** Project Start ***/

.d4MzQfY {
    position: relative;
    padding: 15px;
}

.d4MzQfY::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: var(--bs-secondary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.d4MzQfY::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.Ri5AEDee {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.Ri5AEDee a {
    display: inline-block;
    padding: 20px 25px;
    background: var(--bs-primary);
    border-radius: 10px;
}

.XGqjQDOYX:hover .Ri5AEDee {
    opacity: 1;
    transition: .5s;
}

.XGqjQDOYX:hover .d4MzQfY::before,
.XGqjQDOYX:hover .d4MzQfY::after {
    opacity: 0;
}

/*** Project End ***/


/*** Blog Start ***/
.m2xRGY .DZNlASOgEj9 {
    z-index: 2;
}

.DZNlASOgEj9 .nWbV4aPFDfB {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.nWbV4aPFDfB .hRSuNKj {
    display: flex;
    position: absolute;
    top: 6px;
    left: -140px;
    
}

.nWbV4aPFDfB:hover .hRSuNKj {
    transition: 1s;
    left: 5px;
    top: 6px;
    padding-bottom: 5px;
}
.LwkVGmlx {
    position: relative;
    top: -4px;
}
.nWbV4aPFDfB:hover .LwkVGmlx {
    top: 0;
    right: -140px;
    transition: 1s;
}

/*** Blog End ***/


/*** Team Start ***/

.gdY3kW4JcEh {
    border-top: 30px solid var(--bs-secondary) !important;
    background: rgba(239, 239, 241, 0.8);
}

.cylWFr::before {
    height: 200px;
    display: block;
    content: "";
    position: relative;
    top: -101px;
    background: var(--bs-secondary);
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px;
    opacity: 1;
}

.OPZd0c {
    position: relative;
    margin-top: -200px;
    padding: 30px;
    padding-bottom: 0;
}

.YIbx932G {
    border: 15px solid var(--bs-white);
}

.YIbx932G img {
    border: 10px solid var(--bs-secondary);
    transition: .5s;
}

.gdY3kW4JcEh:hover h4 {
    color: var(--bs-primary);
    transition: .5s;
}

.gdY3kW4JcEh:hover .YIbx932G img {
    transform: scale(1.05);
    border: 10px solid var(--bs-secondary);
}

.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 50px;
    display: flex;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    margin-left: 15px;
    background: var(--bs-secondary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .team-carousel {
        margin-top: 3rem;
    }

    .team-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: -15px;
    }
}

/*** Team End ***/


/*** Testimonial Start ***/

.QAASck9VdcJ {
    background: #e3f0eb;

}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #c1dad0;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .QAASck9VdcJ {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .QAASck9VdcJ {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

/*** Testimonial End ***/


/*** Contact Start ***/
.BntoVtudQh::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../bVcNpMqiN/NfYmb3SJY.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.MvkoHeyrN {
    background: #26d48c;
}

.contact-form {
    background: #26d48c;
}

/*** Contact End ***/


/*** Footer Start ***/

.DICxCQc .efc8yXhKs a,
.DICxCQc .rj4s0h a,
.DICxCQc .Rkd44alL a {
    transition: .5s;
}

.DICxCQc .efc8yXhKs a:hover,
.DICxCQc .rj4s0h a:hover,
.DICxCQc .Rkd44alL a:hover {
    letter-spacing: 1px;
}

.DICxCQc .IVMGZ45E a:hover {
    background: var(--bs-secondary);
    border: 0;
}

/*** Footer End ***/
/*** Legend Heros Brand Adaptation Start ***/
:root { --bs-primary: #251412; --bs-secondary: #c18a4a; --lh-obsidian: #100f0e; --lh-bronze: #3d241a; --lh-burgundy: #5a1820; --lh-forest: #18372c; --lh-ivory: #f7f1e7; }
html { scroll-behavior: smooth; }
body { color: #4d4037; background: var(--lh-ivory); }
h1, h2, h3, h4, h5, h6, .WIAJhk h1 { font-family: "Cormorant Garamond", Georgia, serif; letter-spacing: .01em; }
.YcKbb4hs5 { font-size: .9rem; }
.YcKbb4hs5 a { color: inherit; }
.navbar .WIAJhk h1 { margin: 0; font-size: 2.25rem; letter-spacing: .04em; }
.navbar .OSaXzp .nav-link { font-size: .93rem; font-weight: 600; letter-spacing: .025em; padding-left: .58rem; padding-right: .58rem; }
.x0ixO8o1Dli { display: inline-flex; width: 30px; height: 30px; margin-right: 8px; align-items: center; justify-content: center; border: 1px solid var(--bs-secondary); border-radius: 50%; color: var(--bs-secondary); font: 700 15px/1 Georgia, serif; vertical-align: middle; }
.ChoAlOUWe::after { background: linear-gradient(90deg, rgba(11, 9, 8, .88), rgba(11, 9, 8, .58)); }
.ChoAlOUWe img { height: min(76vh, 760px); width: 100%; object-fit: cover; }
.gq3FtxHRkAw .IGdFhKu9J { max-width: 900px; }
.gq3FtxHRkAw .IGdFhKu9J h1 { max-width: 850px; margin-left: auto; margin-right: auto; }
.gq3FtxHRkAw .IGdFhKu9J p { max-width: 660px; }
.gq3FtxHRkAw .ONPcyBPKi, .gq3FtxHRkAw .e6qNKZnk, .cK8iT08R { border-radius: 0 !important; letter-spacing: .05em; text-transform: uppercase; font-size: .86rem; }
.cK8iT08R { background: var(--bs-secondary); border-color: var(--bs-secondary); color: #160e0b; }
.cK8iT08R:hover, .cK8iT08R:focus { background: #e1b373; border-color: #e1b373; color: #160e0b; }
.iBS0qCs1 { color: var(--lh-ivory); border: 1px solid var(--bs-secondary); border-radius: 0; }
.iBS0qCs1:hover { background: var(--bs-secondary); color: #160e0b; }
.MSL0LzFQldX { background: var(--lh-burgundy); color: #fff5e8; }
.MSL0LzFQldX i { color: var(--bs-secondary); }
.LYkTf8BVI9t { color: #966633; font: 700 1rem/1.2 "Inter", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.YNrmPbZ { background: var(--lh-obsidian); color: var(--lh-ivory); }
.YNrmPbZ h1, .YNrmPbZ h2, .YNrmPbZ h3, .YNrmPbZ h4 { color: var(--lh-ivory); }
.Qd7ZxPIGcvP { background: var(--lh-burgundy); color: #fff; }
.YkRkrvdKpe { background: var(--lh-forest); color: #fff; }
.c6vdlIFt8j2 .aoRQdB { background: #fffdf9 !important; border: 1px solid rgba(193, 138, 74, .23); box-shadow: 0 16px 40px rgba(49, 28, 18, .11); }
.klvpiQvFo::after { background: rgba(90, 24, 32, .94); }
.aoRQdB .jTnYDVTEMI i { color: var(--bs-secondary) !important; }
.d4MzQfY::before { background: var(--bs-secondary); }
.d4MzQfY::after { background: var(--lh-burgundy); }
.Ri5AEDee a { background: var(--lh-burgundy); }
.nIrOxSgCS { overflow: hidden; box-shadow: 0 16px 36px rgba(30, 20, 16, .16); }
.nIrOxSgCS img { display: block; width: 100%; height: 280px; object-fit: cover; filter: saturate(.9); }
.nIrOxSgCS .tVgQ2Usg { background: #fffdf9; }
.QAASck9VdcJ { background: #f4eadc; border-color: rgba(193, 138, 74, .35) !important; }
.testimonial-carousel .owl-item.center .QAASck9VdcJ { background: #fffdfa !important; box-shadow: 0 12px 30px rgba(50, 28, 19, .16); }
.testimonial-carousel .owl-dot { background: #d6c0a3; }
.Xhf2GF { position: relative; background: linear-gradient(rgba(16, 15, 14, .72), rgba(16, 15, 14, .72)), url(../bVcNpMqiN/Pb5HXut.jpg) center center no-repeat; background-size: cover; }
.tU4ZQgSe { max-width: 920px; }
.tU4ZQgSe h2 { margin-top: 2.4rem; color: var(--lh-burgundy); }
.tU4ZQgSe h3 { margin-top: 1.7rem; font-size: 1.45rem; }
.tU4ZQgSe a { color: #7b3b22; text-decoration: underline; }
.Yy3cwahhhvo { height: 100%; padding: 2.1rem; border: 1px solid rgba(193, 138, 74, .35); background: rgba(255, 253, 249, .96); }
.Yy3cwahhhvo i { color: var(--bs-secondary); }
.a25Ioo6GPTm { height: 100%; padding: 1.75rem; border: 1px solid rgba(193, 138, 74, .4); background: rgba(255, 255, 255, .06); }
.a25Ioo6GPTm i { color: #e7bd79; }
.bVWuev8IDq { overflow: hidden; border: 1px solid rgba(193, 138, 74, .35); border-radius: 0 !important; background: #fffdfa; }
.xQFM5RgLf { color: #301a14; font-weight: 700; background: #fffdfa; }
.xQFM5RgLf:not(.O9NvF4mE) { color: #fff8ee; background: var(--lh-burgundy); box-shadow: none; }
.xQFM5RgLf:focus { border-color: rgba(193, 138, 74, .7); box-shadow: 0 0 0 .15rem rgba(193, 138, 74, .25); }
.BntoVtudQh::before { background: linear-gradient(rgba(54, 31, 21, .94), rgba(54, 31, 21, .84)), url(../bVcNpMqiN/NfYmb3SJY.jpg) center center no-repeat; background-size: cover; }
.MvkoHeyrN, .contact-form { background: var(--lh-forest); }
.contact-form .QeVXa1Klc { border-radius: 0; }
.contact-form .QeVXa1Klc:focus { box-shadow: 0 0 0 .15rem rgba(193, 138, 74, .36); }
.DICxCQc { background: #100f0e !important; }
.DICxCQc .J3KR5g5w, .DICxCQc a.J3KR5g5w { color: #e1ad68 !important; }
.d4h6xRI { position: fixed; z-index: 1080; right: 1rem; bottom: 1rem; width: min(420px, calc(100% - 2rem)); padding: 1.25rem; background: #171211; color: #f7f1e7; border: 1px solid rgba(193, 138, 74, .8); box-shadow: 0 16px 40px rgba(0, 0, 0, .38); }
.d4h6xRI p { font-size: .9rem; }
.d4h6xRI.is-hidden { display: none; }
.form-feedback { display: none; margin-top: 1rem; color: #f7f1e7; }
.form-feedback.is-visible { display: block; }
@media (max-width: 991.98px) { .navbar .OSaXzp { padding: .65rem 0; } .navbar .OSaXzp .nav-link { padding: .7rem 0; } }
@media (max-width: 768px) { .ChoAlOUWe img { height: 560px; } .gq3FtxHRkAw .IGdFhKu9J h1 { font-size: 2.6rem !important; } }
/*** Legend Heros Brand Adaptation End ***/


