/* Text */

* {
    font-family: "Montserrat", serif;
}



.menu-text-navbar {
    font-weight: 600;
    font-size: 20px;
    color: #EFF3F4;
    /* text-transform: uppercase; */
    margin-right: 15px;
}

.close-modal {
    display: none;
}

ul.navbar-nav {
    display: flex;
    align-items: center;
}


.fixed {
    top: 0;
    left: 0;
    position: fixed;
}

.bg {
    background-color: #FFFFFF;
    padding: 0px 250px !important;
    transition: 0.5s;
    max-width: unset !important;

}

.bg-blue {
    color: #365A9A !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #EFF3F4 !important;
    font-weight: 600;
    /* text-shadow: #000000 3px 0px 0px, #000000 2.83487px 0.981584px 0px, #000000 2.35766px 1.85511px 0px, #000000 1.62091px 2.52441px 0px, #000000 0.705713px 2.91581px 0px, #000000 -0.287171px 2.98622px 0px, #000000 -1.24844px 2.72789px 0px, #000000 -2.07227px 2.16926px 0px, #000000 -2.66798px 1.37182px 0px, #000000 -2.96998px 0.42336px 0px, #000000 -2.94502px -0.571704px 0px, #000000 -2.59586px -1.50383px 0px, #000000 -1.96093px -2.27041px 0px, #000000 -1.11013px -2.78704px 0px, #000000 -0.137119px -2.99686px 0px, #000000 0.850987px -2.87677px 0px, #000000 1.74541px -2.43999px 0px, #000000 2.44769px -1.73459px 0px, #000000 2.88051px -0.838247px 0px; */

    /* text-shadow: -1px 0 #000000, 0 1px black, 1px 0 #000000, 0 -1px #000000; */
    border-bottom: 2px solid #F3B61F;


}

.navbar-brand {
    position: relative;
    bottom: 25px;
}

.nav-link:focus,
.nav-link:hover {
    color: #F3B61F !important;
}


.bg-transparent {
    background-color: unset !important;
}

.bg-section-hero {
    background-color: #464F55B2;
    height: 110vh;
    background-image: url(/assets/images/background.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.container-menu {
    /* padding: 10px 200px; */
    transition: 0.5s;
}

#navbarNav {
    padding-right: 20px;
    /* justify-content: center; */
}

.yellow {
    color: #F3B61F !important;
}

.blue {
    color: #4970B7 !important;
}

.white {
    color: #EFF3F4 !important;
}

.blue2 {
    color: #C9DAEA;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110vh;
    overflow: hidden;
    z-index: -1;
    /* Behind the content */
}

img.hero {
    width: 100%;
    object-fit: cover;
}

.btn-warning {
    font-family: "Montserrat", serif !important;
    background-color: #F3B61F !important;
    border: none;
    border-radius: 0px !important;
}

.btn-text {
    color: #0D1821 !important;
    font-weight: 500;
    font-size: 14px;
}

.container-home {
    display: flex;
    /* padding: 0px 225px; */
    flex-direction: column;
    margin-top: 10%;
    max-width: 1280px;
}

.previewImage {
    cursor: pointer;
}

.previewImage:hover {
    transform: scale(1.1);
    transition: 0.4s;
}


.logo-header {
    box-shadow: 0px 8px 24px 0px rgba(33, 41, 52, 0.5);
}

.section-about {
    height: 672pxpx;
    padding: 100px 180px 100px 200px;
    gap: 80px;
    opacity: 0px;
    background-color: #4970B7;
}

.title-home {
    font-size: 32px;
    font-weight: 800;
    line-height: 38.4px;
    text-align: left;
    text-decoration-skip-ink: none;
    color: #F3B61F;

}

.content-home {
    font-weight: 800;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -2%;

    color: #EFF3F4;
}

.btn-primary {
    padding: 14px 24px 14px 24px !important;
    gap: 12px !important;
    height: 38px;
    opacity: 0px !important;
    background-color: #4970B7 !important;
    border: none !important;
    border-radius: 0px !important;
    /* width: 264px; */

}

.btn-primary:hover {
    background-color: #F3B61F !important;
}


.w-content-home {
    width: 1000px;
}

div.link:hover a.link,
div.link:hover .fa.link {
    color: #F3B61F !important;
}

div.link2:hover a.link.yellow,
div.link2:hover .fa.link2 {
    color: #FFFFFF !important;
}

.fa.link2 {
    color: #F3B61F !important;
}

div.link3:hover a.link.blue,
div.link3:hover .fa.link3 {
    color: #F3B61F !important;
}

.fa.link3 {
    color: #4970B7 !important;
}

.btn-primary-outline:hover {
    background-color: #4970B7 !important;

}

.btn-primary-outline:hover .text-btn.blue,
.btn-primary-outline:hover .fa-map {
    color: #FFFFFF !important;

}

.btn-primary-2:hover {
    background-color: #4970B7 !important;
    border: 1px solid #FFFFFF;
}

.btn-primary-2:hover .text-btn.black,
.btn-primary-2:hover .fa.black {
    color: #FFFFFF !important;
}

p#desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EFF3F4;
}

img#image {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.modal {
    background: rgba(0, 0, 0, 0.7) !important;
}

.modal-content {
    background-color: transparent;
    border: none !important;

}

.modal-footer {
    border: none !important;
}

.btn-text-primary {

    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    text-decoration-skip-ink: none;
    color: #EFF3F4;
}

.title-about-2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -2%;
    text-align: center;

}

.title-about {
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: right;


    color: #F3B61F;

}

.desc-about {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EFF3F4;
    width: 472px;

}

div.gap {
    padding: 30px 0px;
}

.link {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    text-decoration-skip-ink: none;
    text-decoration: none;
    color: #EFF3F4;

}

.link:hover {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    text-decoration-skip-ink: none;
    text-decoration: none;
    /* color: #F3B61F; */

}

.section-footer {
    width: 480px;
}

.wrapper-title {
    width: 480px;
}

#bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /* Ensures the video covers the entire section */
}

.section-partner {
    gap: 0px;
    opacity: 0px;
    background-color: #FFFFFF;
    height: 294px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container-item-quote {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0px 75px;
}

.partners-marquee {
    width: 100%;
    overflow: hidden;
    display: flex;
    position: relative;
}

.marquee-content {
    display: flex;
    animation: scroll 25s linear infinite;
}

.marquee-content>div {
    margin-right: 20px;
}

img.img-partner {
    max-width: 160px;
    max-height: 60px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-25%);
    }
}

.section-service {
    min-height: 680px;
    background: linear-gradient(132deg, #464F55 50%, #353F45 50%);

    padding: 110px 0px 110px 0px;
    opacity: 0px;

    /* background-image: url(/assets/images/dark.svg); */
}

.section-service-2 {
    min-height: 680px;
    background: linear-gradient(226deg, #EFF3F4 65%, #E4EAEC 35%);
    padding: 110px 0px 110px 0px;
    opacity: 0px;

    /* background-image: url(/assets/images/dark.svg); */
}

.section-header {
    height: 400px;
    /* padding: 230px 144px 100px 144px; */
    gap: 12px;
    opacity: 0px;
    background-color: #365A9A;
}

.section-header-about {
    background: linear-gradient(350deg, #FFFFFF 75%, #E4EAEC 25%);
    /* height: 2108px; */


}

.container-footer {
    padding: 20px 0px;
    max-width: 1280px;

}

.container-header {
    display: flex;
    padding: 0px 225px;
    flex-direction: column;
    margin-top: 50px;

}

.card-service {
    /* height: Hug (314px)px; */
    padding: 36px;
    /* width: 860px; */
    gap: 48px;
    opacity: 0px;
    border: 1px solid #D4D8D9;
    display: flex;
    justify-content: center;
    align-items: center;

}

.card-title {
    color: #4970B7;
    font-size: 32px;
    font-weight: 800;
    line-height: 38.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.card-content {
    color: #0D1821;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.card-img {
    width: 220px;
    height: 220px;
    gap: 0px;
    opacity: 0px;
    object-fit: cover;

}

.wrapper-card-content {
    display: flex;
}

.container-service {
    padding: 100px 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-content-card {
    width: 520px;
}

.section-contact {
    height: 424pxpx;
    padding: 100px 200px 100px 200px;
    border: 0px 0px 5px 0px;
    opacity: 0px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.title-blue {
    font-size: 32px;
    font-weight: 800;
    line-height: 38.4px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #4970B7;
}

.text-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #464F55;
}

.btn-primary-2 {
    padding: 10px 15px 10px 15px;
    /* gap: 8px; */
    opacity: 0px;
    border-radius: 0px !important;
    background-color: #4970B7 !important;

}

.wrapper-nav-service {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
    top: 160px;
}

.btn-primary-outline {
    padding: 10px 18px 10px 18px;
    gap: 8px;
    opacity: 0px;
    border-radius: 0px !important;
    border: 1px solid #4970B7 !important;

}

.text-btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.img-section-gallery {
    display: none;
}

.gallery-left {
    background-image: url(/assets/images/image2.jpeg);
    width: 50%;
    /* background-size: 100% 100%; */
    background-size: cover;
    height: 100%;
}

.about-left {
    background-image: url(/assets/images/image2.png);
    width: 50%;
    /* background-size: 100% 100%; */
    background-size: cover;
    height: 100%;
}

.gallery-right {

    width: 50%;
    background-color: #4970B7;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
}

.section-gallery {
    height: 600px;
    display: flex;
}

.title-section {
    color: #EFF3F4;
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0%;


}


.black {
    color: #0D1821 !important;
}

.bg-yellow {
    background-color: #F3B61F !important;
}

.bg-white {
    background-color: #EFF3F4 !important;
}

.wrapper-footer-content {
    width: 480px
}

.footer {
    display: flex;
    align-items: center;
    /* height: 98px; */
    /* padding: 0px 250px 12px 250px; */
    gap: 0px;
    opacity: 0px;
    /* justify-content: space-between; */

}

.footer-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #464F55;
}

.container-gallery {
    /* height: 1208px; */
    padding: 80px 225px;
    gap: 60px;
    opacity: 0px;
    background-color: #464F55;
}

.img-gallery {
    width: 300px;
    height: 200px;
    gap: 0px;
    opacity: 0px;
    margin: 0px 30px 30px 0px;
    object-fit: cover;
}

.desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EFF3F4;
}

.img-service {
    width: 300px;
    height: 200px;
    gap: 0px;
    opacity: 0px;

}

.wrapper-location {
    height: 785px;
    background: linear-gradient(347deg, #E4EAEC 60%, #FFFFFF 20%);

}

li a,
li span {
    /* margin: 0px 20px; */
}

li a {
    font-size: 20px;
    font-weight: 600;
    /* line-height: 20px; */
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EFF3F4;
    text-decoration: none;
}

li.active span {
    font-size: 20px;
    font-weight: 600;
    /* line-height: 20px; */
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EFF3F4;
    border-bottom: 3px solid #F3B61F;
    padding-bottom: 5px;
    text-decoration: none;

}

img,
svg {
    vertical-align: unset;
}


li img,
li a img {
    width: 10px !important;
}

ul.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 334px;
}

div.owl-item {
    /* width: uns !important; */
    /* width: 300px !important;
    height: 200px !important; */
}

.owl-carousel .owl-item img {
    width: 300px !important;
    height: 200px !important;
    object-fit: cover;

}


#wrapper-service,
#wrapper-service-2 {
    /* padding: 0px 400px; */
    width: 1100px;
}

.wrapper-section-service {
    width: 450px
}

.title-gallery {
    width: 500px;
}

.content-about {
    width: 600px
}

.w-title-service {
    width: 390px;
    text-align: end;
}

.wrapper-content-service {
    width: 500px;
}

.desc-about-2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -2%;

}

.wrapper-desc-about {
    width: 500px;
}
@media (min-width: 320px) and (max-width: 900px) {

    .wrapper-content-service {
        width: unset;
    }

    #bg-video {
        display: none;
    }

    .wrapper-desc-about {
        width: 100%;
    }

    .desc-about-2 {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: -2%;
        
    
    }

    .title-about-2 {
        font-weight: 800;
        font-size: 32px;
        line-height: 35.2px;
        letter-spacing: -2%;
        text-align: center;

    }

    .body-about {
        margin: unset !important;
    }

    .wrapper-about-home {
        flex-direction: column;
    }

    div.gap {
        padding: 10px 0px;
    }

    .section-service {
        padding: 80px 36px;
        min-height: 680px;

    }

    .section-about {
        padding: 80px 36px;
    }

    .wrapper-title {
        width: unset;
        margin-top: 20px;
    }

    .desc-about {
        width: unset;
    }

    h5.desc {
        padding-top: 15px;
        font-size: 14px;
    }

    .link {
        font-size: 16px;
    }

    .title-about {
        font-weight: 800;
        font-size: 22px;
        line-height: 22px;
        letter-spacing: 0%;


    }

    .w-title-service {
        width: unset;
        text-align: start;
        margin-right: 0px !important;
    }

    .wrapper-service-home {
        flex-direction: column;
    }

    .section-service-2 {
        padding: 80px 36px;
        min-height: 680px;

    }

    .container-home {
        padding: 0px 36px;
    }

    .owl-carousel .owl-item img {
        width: 100% !important;
        object-fit: cover;
    }

    .title-home {
        display: none;
    }

    .btn-text-primary {
        font-size: 18px;
    }

    #wrapper-service,
    #wrapper-service-2 {
        width: 100%;
    }

    .bg-mobile {
        /* height: 800px; */
        background-image: url('../../assets/images/mobile.jpeg');
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    

    .w-content-home {
        width: unset;
    }

    .content-home {
        line-height: 35.2px;
    }

    .gallery-left {
        width: 100%;
        padding: 0px 36px;

    }
    
    .about-left {
        width: 100%;
        padding: 0px 36px;

    }

    .gallery-right {
        width: 100%;
        padding: 0px 36px;
    }

    .content-about {
        width: unset;
        padding: 0px 36px;
    }

    .wrapper-section-service {
        width: unset
    }

    .section-gallery {
        flex-direction: column;
    }

    .wrapper-footer-content {
        width: unset;
    }


    .title-gallery {
        width: unset;
    }

    .container-footer {
        padding: unset;
    }

    .footer {
        display: flex;
        flex-direction: column-reverse;
    }

    .footer-text {
        margin-top: 10px;
    }

    .img-location {
        width: 100%;
    }

    .wrapper-map {
        padding: 20px 36px;
        margin-bottom: unset !important;
    }

    .section-contact {
        padding: 80px 36px;
    }

    .w-50 {
        width: 100% !important;
    }

    .text-btn {
        font-size: 14px;
    }

    .wrapper-btn-service {
        justify-content: center;
        flex-direction: column;

    }

    .btn-primary-outline {
        margin-right: 0px !important;
    }

    .icon-wa {
        margin-left: 10px !important;
    }

    .container-content-card {
        width: unset;
    }

    .wrapper-card-content {
        flex-direction: column;
    }

    .container-service {
        /* padding: 80px 36px; */
        padding: 12px;
    }

    .container-header {
        padding: 0px 36px;
    }

    .content-home {
        font-weight: 800;
        font-size: 22px;
        line-height: 22px;
        letter-spacing: 0%;

    }

    .container-menu {
        padding: 10px 20px;
    }

    button.navbar-toggler {
        position: relative;
        bottom: 30px;
        border: none;
        padding-top: 20px;
    }

    .navbar-toggler-icon {
        background-image: url(/assets/icons/bar.svg);

    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .section-header {
        height: unset;
        padding-bottom: 100px;
    }

    .card-img {
        width: 100%;
    }

    .card-service {
        padding: 24px;
    }

    .body-card {
        margin: 0px !important;
        padding-top: 10px;
    }

    .menu-text-navbar {
        margin-bottom: 20px;
    }

    .img-gallery {
        width: 150px;
        height: 100px;
        object-fit: cover;

        margin: 10px;
    }

    .container-gallery {
        padding: 48px 0px;
    }

    .close-modal {
        display: flex;
        flex-direction: row-reverse;
        padding: 20px 30px 0px 0px;
        cursor: pointer;
    }

    img#image {
        max-width: 320px;
        height: 213.33px;
        gap: 0px;
        opacity: 0px;

    }

    .footer-wrapper {
        flex-direction: column-reverse !important;
    }

    .btn-primary.home {
        width: 196px !important;
        padding: 10px 0px !important;
    }

    .wrapper-navbar {
        width: 100%;
        display: unset !important;
        justify-content: space-between;
        height: 50px;
    }

    .collapse-navbar {
        display: flex;
        justify-content: space-between;
        /* margin-top: 20px; */
    }

    .logo-header {
        width: 52px;
        height: 62px;
    }

    .overlay-left,
    .overlay-right {
        display: none;
    }

    .wrappper-carousel {
        width: 90% !important;
    }

    p#desc {
        font-size: 12px;
    }

    B.title-blue {
        line-height: 120%;
    }

    #navbarNav {
        height: 100vh;
    }

    iframe {
        width: 100% !important;
    }

    /* .collapse.show {
        position: absolute;
        top: 100px;
        background: rgb(54, 90, 154);
        width: 100%;
        left: 0px;
        height: 100vh;
    } */

    .navbar-mobile {
        width: 100%;
        height: 100%;
        background: #365A9A;
        position: fixed;
        z-index: 1000;
        /* display: nono !important; */
    }

    .container-navbar-mobile {
        display: flex;
        /* align-items: center; */
        padding-top: 100px;
        justify-content: center;
        height: 100%;

    }

    .close-menu {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        top: 20px;
        right: 50px;
        cursor: pointer;
    }

    .logo-header.web {
        /* display: none !important; */
    }

    .logo-header.mobile {
        display: none;
    }

    .navbar-brand {
        /* background-color: #FFFFFF; */
    }

    .icon-nav-carousel {
        width: 28px;
        height: 28px;
    }

    .customNextBtn2,
    .customNextBtn {
        left: 40px !important;
    }

    .fa-bars {
        font-size: 21px !important;
        color: #FFFFFF;
    }

    .mobile {
        width: 200px !important;
    }

    .card-title {
        font-size: 22px;
        line-height: 26.4px;
    }

    .card-content {
        font-size: 14px;
        line-height: 21px;

    }

    .logo-about {
        width: 248px;
        height: 148px;
    }

    .section-header-about {
        background: linear-gradient(344deg, #FFFFFF 84%, #E4EAEC 16%) !important;
    }

}

bglogo-header.web {
    display: block;
}

.logo-header.mobile {
    display: none;
}

.img-section-gallery {
    width: 100%;
}

.navbar-mobile {
    display: none;
}

.collapse-navbar {
    display: flex;
}

.modal-body {
    display: flex;
    justify-content: center;
}



.wrapper-location {
    height: unset;
}

.title-section {
    font-weight: 800;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0%;

}

.title-blue {
    font-size: 22px;
}

.section-header-about {
    height: unset;
}

.text-content {
    font-size: 14px;
}

p {
    font-size: 14px;
}

.container-item-quote {
    padding: 0px;
}

img.img-partner {
    max-width: 90px;
    max-height: 36px;
}


.wrapper-nav-service {
    /* display: none !important; */
}



.bg {
    padding: 20px !important
}

.title-partner {
    font-size: 14px;
}



li img,
li a img {
    width: unset !important;
}

.overlay-left {
    background: linear-gradient(90deg, #FFFFFF 30%, rgba(255, 255, 255, 0) 100%);
    width: 200px;
    height: 294px;
    position: absolute;
    z-index: 10;
}


.overlay-right {
    background: linear-gradient(270deg, #FFFFFF 30%, rgba(255, 255, 255, 0) 100%);
    width: 200px;
    height: 294px;
    position: absolute;
    z-index: 10;
    right: 0px;
}

.navbar-header {
    width: 100%;
    display: flex;

    z-index: 999;
    /* justify-content: center;
    align-items: center; */
}

.wrapper-navbar {
    display: flex;
    max-width: 1280px;
}

.footer-wrapper {
    flex-direction: row;
}

i.fa-brands {
    font-size: 40px !important;
    color: #7F8688;
}

i.fa-brands:hover {
    font-size: 40px !important;
    color: #4970B7 !important;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.box-shadow {
    box-shadow: unset !important;
}
