/* Text */



.menu-text-navbar {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #324148;
    text-transform: uppercase;
}

.text-section-about {
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32.74px;
    text-align: left;
    color: #FFFFFF;
    width: 760px;
}

.content-service {
    font-family: "Nunito Sans", sans-serif;
    color: #333;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400px;
}

b.title {
    font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 35.2px;
    color: #333;

}

/* Color */

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

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

.-animate {
    width: 54px;
    height: 54px;
    background-color: #999999;
    margin-right: 10px;
}

.footer {
    background-color: #E6E6E6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
}

.black {
    color: #333 !important;
}

.white {
    color: #FAFAFA !important;
}

.netral-1 {
    color: #E8BEC3 !important;
}

.netral-2 {
    color: #D0D4D8 !important;
}

.netral-3 {
    color: #D5DCC3 !important;
}

.netral-4 {
    color: #828C9B !important;
}

.netral-5 {
    color: #172B4C !important;
}

.green-light {
    color: #83AE52 !important;
}

.green {
    color: #5D8044 !important;
}

.blue {
    color: #265896 !important;
}

.collaborate {
    font-size: 48px !important;
}

.collaborate:hover {
    color: #83AE52 !important;
    ;
}

p.footer {
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.37px;
    text-align: left;
    text-decoration-skip-ink: none;
    color: #333333;

}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #333 !important;
}

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

div.mt-6 {
    margin-top: 50px;
}

.section-hero {
    /* padding-top: 50px; */
    /*height: 85%;*/
    /*display: flex;*/
    align-items: center;
}

.section-hero-work {
    height: 420px;
    display: flex;
    align-items: center;
}

.section-text-hero {
    font-family: "Nunito Sans", sans-serif;
    font-size: 64px;
    font-weight: 900;
    line-height: 70px;
    width: 951px;
    text-align: left;
    margin-top: 20px;
    /* position: relative;
    bottom: 50px; */
}

.container-hero {
    /* display: flex;
    align-items: end;
    flex-direction: column; */
    padding: 0px 130px;
}

.section-about {
    /* background-color: ; */
    height: 400px;
    background-image: url('/assets/svg/illustration.svg'), linear-gradient(84.42deg, #172D4C 0%, #26589A 100%);
    background-repeat: no-repeat;
}

.wrapper-section-about {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 250px;
    height: 100%;
}

/* Section Vision */

.section-vision {
    padding: 120px 0px 10px 0px;
}

.wrapper-illustration-vision {
    display: flex;
    width: 100%;
    padding: 0px 30px;
    margin-bottom: 20px;
}

.wrapper-content-believe {
    padding: 40px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.believe-svg {
    width: 100%;
}

.wrapper-card-left {
    width: 410px;
    gap: 24px;
    opacity: 0px;
}

.wrapper-card-right {
    width: 410px;
    gap: 24px;
    opacity: 0px;
    
}

.-animate-card {
    width: 410px;
    height: 240px;
    gap: 0px;
    opacity: 0px;
    border-radius: 24px;
    background-color: #D9D9D9;
}

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

/*  */
.section-services {
    padding: 100px 0px 160px 0px;
}

.imgbelieve2, .imgbelieve1 {
    margin-bottom: 24px;
}

.pill-badge {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    cursor: pointer;
    font-weight: 900;
    line-height: 21.82px;
    text-align: left;

    padding: 5px 25px;
    border-radius: 50px;
    /* width: 20%; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px 10px 5px;
    border: 2px solid #26589A;
    color: #333;
}

.pill-badge:hover {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    cursor: pointer;
    font-weight: 900;
    line-height: 21.82px;
    text-align: left;

    background-color: #83AE52;
    padding: 5px 25px;
    border-radius: 50px;
    /* width: 20%; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px 10px 5px;
    color: #FAFAFA;
    border: 2px solid #83AE52;

}

.pill-badge.active {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    cursor: pointer;
    font-weight: 900;
    line-height: 21.82px;
    text-align: left;

    background-color: #26589A;
    padding: 5px 25px;
    border-radius: 50px;
    /* width: 20%; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px 10px 5px;
    color: #FAFAFA;
    border: 2px solid #26589A;

}

.wrapper-section-hero {
    height: 90%;
    display: flex;
    align-items: center;
}

.container-item-services {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
    /* position: relative;
    bottom: 10px; */
}

.wrapper-item-services {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 42px;
}

/* .wrapper-detail-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} */

.wrapper-detail-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
    transition: background-image 0.5s ease-in-out;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.wrapper-detail-item.fade-up {
    animation: fadeInUp 0.9s ease-out forwards;
}



.section-qoute {
    padding: 100px 0px 50px 0px;
    background-color: #D0D4D8;
}

.container-title-quote {
    display: flex;
    justify-content: center;
}

.text-content-white {
    font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 35.2px;
    text-align: center;
    color: #FFFFFF;
}

.wrapper-content-quote {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 200px;
}

.wrapper-content-desc-quote {
    width: 750px;
    position: relative;
    bottom: 180px;

}

.-animate-quote {
    width: 240px;
    height: 80px;
    gap: 0px;
    border-radius: 40px;
    opacity: 0px;
    background-color: #D9D9D9;
    margin: 5px;
}

.container-item-quote {
    display: flex;
    justify-content: center;
}

.text-desc {
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32.74px;
    text-align: left;
    color: #333;
    margin-top: 24px;
}

/*  */

.section-engage {
    padding: 150px 400px;
    display: flex;
    justify-content: center;
}

li.nav-item {
    margin: 0px 10px !important;
}

.pointer {
    cursor: pointer;
}

/* 
 .box-animate {
    position: relative;
    left: 0; 
    animation: moveRight 2s linear infinite; 
  }
  
  @keyframes moveRight {
    0% {
      left: -50px; 
    }
    100% {
      left: 100vw;
    }
  }  */

.text-contact-us {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 900;
    text-align: left;
    color: #828C9B;
}

.wrapper-icon-mail {
    margin-right: 5px;
    border-left: 2px solid #828C9B;
    padding-left: 15px;
}

.container-hero-work {
    display: flex;
    align-items: end;
    flex-direction: column;
    padding: 0px 120px;
}

.secondary {
    background-color: #828C9B !important;
}

.footer-top {
    position: relative;
    top: 25px;
}

.white {
    color: #F7F9FA !important;
}

.img-card {
    width: 362px;
    height: 252px;
    gap: 0px;
    border-radius: 12px 0px 0px 0px;
    opacity: 0px;
    padding-bottom: 10px;

}

.title-card {
    font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 35.2px;
    text-align: left;
    color: #26589A;
}

.desc-card {
    font-family: "Nunito Sans", sans-serif;
    width: 80%;
    font-size: 24px;
    font-weight: 400;
    line-height: 32.74px;
    text-align: left;
    color: #324148;
}

.link-card {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 27.28px;
    text-align: left;
    color: #26589A;
    text-decoration: none;
}

.container-content-work {
    padding: 0px 100px 50px 100px;
}

.content-left {
    padding-right: 100px;
}

.content-right {
    padding-left: 100px;
}

.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;
}

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

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


.card-work {
    width: 30%;
}

.title-modal {
    font-family: "Nunito Sans", sans-serif !important;
    font-size: 32px !important;
    font-weight: 900 !important;
    line-height: 35.2px !important;
    text-align: left !important;
    color: #324148 !important;
}

.btn-send {

    padding: 8px 24px 8px 24px !important;
    gap: 6px !important;
    border-radius: 6px !important;
    background-color: #26589A !important;
    border-color: #26589A;
    font-family: "Nunito Sans", sans-serif !important;
    color: #F7F9FA !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 27.28px !important;
    text-align: left !important;
}

.btn-send:visited,
.btn-send:hover,
.btn-send:active {

    padding: 8px 24px 8px 24px !important;
    gap: 6px !important;
    border-radius: 6px !important;
    background-color: #83AE52 !important;
    border-color: #83AE52 !important;
    font-family: "Nunito Sans", sans-serif !important;
    color: #F7F9FA !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 27.28px !important;
    text-align: left !important;


}

.title.pointer:hover {
    .zoom {
        transform: scale(1.2);
        transition: 0.2s all;

    }
}

.container-hero-work-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 700px;
}

.title-text-white {
    font-family: "Nunito Sans", sans-serif !important;
    color: #F7F9FA;
    font-size: 48px;
    font-weight: 900;
    line-height: 52.8px;
    text-align: center;

}

.section-work-detail {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header {
    position: relative;
    height: 420px;

    /* Replace with your image */
}

.container-header {
    height: 100%;
    background: rgba(55, 76, 85, 0.7);
}

.conten-work-detail {
    padding: 50px 450px;
}

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

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


.illustration-header {
    /*width: 70%;*/
}

.illustration-service {
    /*width: 75%;*/
}

.warpper-illustration-service {

    width: 100%;
    display: flex;
    justify-content: center;

}

.fa-solid.fa-arrow-right {
    font-size: 20px;
    color: #26589A;
    margin-left: 5px;
}

.card-hover:hover {
    .fa-arrow-right {
        font-size: 20px;
        color: #83AE52;
        margin-left: 5px;
    }

    .link-card,
    .title-card {
        color: #83AE52;
    }


    /* .card-img-top { */
    transform: scale(1.02);
    transition: 0.2s all;

    /* } */
}




.card-hover:hover .card-img-top {
    color: rgba(119, 176, 50, 1);
}

p.footer-text {
    width: 650px;
}

.green {
    color: #77B032 !important;
}

.blockquote-mobile {
    display: none;
}

.blockquote-web {
    display: block;
}

.believe-svg.mobile {
    display: none;
}

.believe-svg.web {
    display: block;
}

.wrapper-desc-service {
    width: 450px;
}

.container-section-hero,
.video-container {
    height: 100vh !important;
}


@media (min-width: 250px) and (max-width: 900px) {

    html,
    body {
        width: 100vw !important;
        overflow-x: hidden !important;
    }

    .card-item {
        width: 100% !important;
    }

    .container-content-work {
        padding: 0px 20px 50px 20px;
    }

    .container-menu {
        padding: 20px !important;
    }

    .section-engage {
        padding: 150px 20px !important;
        position: relative !important;
        /* top: 25px !important; */
    }

    .section-text-hero {
        width: 100% !important;
        font-size: 32px !important;
        line-height: 35.2px !important;
    }

    p.footer-text {
        width: 100% !important;
    }

    .container-hero-work {
        padding: 0px 20px !important;
    }

    span.hr {
        padding-bottom: 20px !important;
    }

    .conten-work-detail {
        padding: 50px 20px !important;
    }

    .title-text-white {
        font-size: 32px !important;
        line-height: 35.2px !important;
    }

    .wrapper-content-desc-quote {
        width: 90% !important;
    }

    .section-qoute {
        height: 581px !important;
        padding: unset !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .wrapper-content-believe {
        padding: 40px 20px;
        display: flex;
        flex-direction: column;
    }

    .text-desc {
        line-height: 24.55px !important;
        font-size: 18px !important;
    }



    b.title {
        font-size: 24px !important;
        line-height: 26.4px !important;
        padding: 5px 0px;
    }

    .wrapper-card-left {
        width: 100% !important;
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }

    .wrapper-card-right {
        width: 100% !important;
        position: static !important;
    }

    .blockquote-mobile {
        display: block !important;
    }

    .blockquote-web {
        display: none;
    }

    .text-blockquote {
        font-size: 24px !important;
        line-height: 26.4px !important;
    }

    .wrapper-content-quote {
        height: unset;
    }

    .section-about {
        height: 560px !important;
        padding: 0px 20px !important;
    }

    .wrapper-section-about {
        padding: unset !important;
    }

    .text-section-about {
        font-size: 18px !important;
        line-height: 24.55px !important;
        text-align: center;
    }

    .container-section-hero,
    .video-container {
        height: 100vh !important;
    }

    /* .section-hero {
        height: unset !important;
    } */

    .container-hero {
        padding: 0px 20px !important;
    }

    .illustration-header {
        width: 100% !important;
    }

    .believe-svg.mobile {
        display: block !important;
    }

    .believe-svg.web {
        display: none !important;
    }

    .content-left {
        width: 100% !important;
        padding: 0px;

    }

    .content-right {
        width: 100% !important;
        padding: 0px;
    }

    .imgbelieve1, .imgbelieve2 {
        width: 100%;
    }

    .gap-title-card {
        padding: 10px 0px;
    }

    .wrapper-desc-service {
        width: 100% !important;
    }

    .section-services {
        padding: 0px 20px !important;
    }

    .illustration-service {
        width: 100% !important;
    }

    .wrapper-item-services {
        width: 100% !important;
    }

    .pill-badge {
        font-size: 12px !important;
        line-height: 16.37px !important;
    }

    .pill-badge.active {
        font-size: 12px !important;
        line-height: 16.37px !important;
    }

    b.title-service {
        text-align: center !important;
        margin-top: 20px !important;
    }

    .gap-tab-service {
        bottom: 180px !important;
    }

    .warpper-illustration-service {
        margin-bottom: 20px !important;
    }

    .text-section-about {
        width: 100% !important;
    }

    /* body {
        overflow-x: hidden;
        overflow-x: clip !important;
      } */
}