@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital@1&display=swap');

html {
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
}


.custom-navbar-color {
    background-color: #aac5dd !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

@keyframes scaleIn {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}


.navbar-nav .nav-link {
    animation: scaleIn 0.3s ease;
    color: #17549f !important;
    font-weight: bold;
    padding-left: 10px;
}


.navbar-nav .nav-link:hover {
    border: 1px solid #144989;
    border-radius: 5px;
    background-color: #144989;
    color: #aac5dd !important;
    transition: 0.2s ease-in;
}



.block {
    height: 50px;
    width: 55px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    transition: all 1s ease;
    background-image: linear-gradient(90deg, #7494c0, #3b5d87);
    box-shadow: 0 2px 18px 0 rgba(230, 245, 255, 0.5), 0 1px 2px 0 rgba(230, 245, 255, 0.3);
}

.cta {
    height: 50px;
    width: 60px;
    cursor: pointer;
}

.toggle-btn {
    height: 2px;
    width: 25px;
    background-color: #fff;
    position: relative;
    top: 50%;
    left: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
}

.toggle-btn:before {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 -10px 0 0 #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.toggle-btn:after {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 10px 0 0 #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.active .toggle-btn {
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}

.active .toggle-btn:before {
    top: 0;
    transition: all 0.3s ease-in-out;
}

.active .toggle-btn:after {
    top: 0;
    transition: all 0.3s ease-in-out;
}

.active .type16 {
    transform: rotate(360deg);
    transition: all 0.6s ease-in-out;
}

.active .type16:before {
    left: 6px;
    transform: translateY(6px) rotate(-45deg);
}

.active .type16:after {
    left: 6px;
    transform: translateY(-8px) rotate(45deg);
}

.image-section {
    max-width: 100vw;
}

.mobileVideo {
    display: none;
}

.hero-logo {
    position: absolute;
    top: 22.22%;
    left: 50%;
    transform: translateX(-50%) scale(1.5);
    height: 90px;
}

.image-section h1 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
    color: #05aaec;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: bold;
}


.image-section .background-img {
    width: 100%;
    height: 120vh;
}


.hero-message {
    position: absolute;
    bottom: 33.33%;
    left: 5%;
    width: 80%;
    padding-left: 20px;
    color: black;
    font-weight: bold;
    font-family: 'Montserrat Alternates', sans-serif;
}


.hero-message h2 {
    font-size: 26px;
    line-height: 1.2;
}

.hero-message p {
    position: absolute;
    margin-top: -75px;
}

.hero-message p,
.hero-message ol {
    font-size: 27px;
    line-height: 1.4;

}

.about h2 {
    text-align: center;
    margin: 33px 0;
}

.about img {
    width: 100%;
    height: 44.44vh;
}

.about-text {
    padding: 0px 60px;
    font-size: 18px;
}

.about-text h2 {
    position: relative;
    text-align: start;
    font-size: 22px;
    /* color: #7494c0; */
    color: #637da3;
}


.about-text p {
    position: relative;
    text-align: start;
    line-height: 1.8;
}

.about-text ol li {
    position: relative;
    padding: 2px 0;
}



.services-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.services-heading {
    text-align: center;
    width: 100%;
    margin: 50px 0;
    padding-top: 100px;
}

.services {
    display: flex;
}


.services-right {
    width: 96%;
    display: flex;
}

.right-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    text-align: center;
    perspective: 1000px;
}

.right-child .child-img img {
    width: 100%;
    height: 200px;
}

.right-child .child-title {
    background-color: #17549f;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 7px;
    text-align: center;
}

.child-title h3 {
    color: white;
    margin: 0;
}

.right-child .child-text p {
    margin: 0;
}

.right-child .child-button {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* opacity: 0; */
    transition: opacity 0.3s ease-in;
    /* transform: translateY(-100px); */
}

.right-child .child-button button {
    color: white;
    background-color: #17549f;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.right-child .child-button button a {
    text-decoration: none;
    color: white;
}

.right-child .child-button button:hover a {
    text-decoration: none;
    color: #17549f;
}

.child-button button:hover {
    color: #17549f;
    background-color: white;
    border: 1px solid #17549f;
}

.services-right .right-child:nth-child(3) .child-title h3 {
    padding: 0 20px;
}

.services-right .right-child:nth-child(4) .child-title h3 {
    padding: 0 50px;
}

.projects-section {
    margin-top: 160px;
}

.projects-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.projects-heading {
    text-align: center;
    width: 100%;
    margin: 50px 0;
    padding: 50px 0;
}

.projects {
    display: flex;
}


.projects-child {
    margin-bottom: 10px;
    text-align: center;
}

.projects-child img {
    width: 100%;
    height: 200px;
}

.projects-child-title {
    color: #17549f;
    background-color: white;
    width: calc(100% - 10px);
    margin: 0;
    padding: 5px;
    text-align: center;
}

.button-container {
    display: flex;
    justify-content: center;

}

.learn-more-button {
    color: #17549f;
    background-color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border: 1px solid #17549f;
}

.learn-more-button:hover {
    color: white;
    background-color: #17549f;
}


.container {
    max-width: 100%;
    padding: 0;
}


.projects-right {
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.responsive {
    display: flex;
    flex-direction: column;
    width: 96%;
    height: 320px;
    text-align: center;
}

.right-projects-child {
    display: flex;
    flex-direction: column;
    width: 60%;
    text-align: center;
    perspective: 1000px;
    transition: transform 0.5s, background-color 0.3s;

}


.right-projects-child .child-img img {
    width: 100%;
    height: 200px;
}

.right-projects-child .child-title {
    background-color: #17549f;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 5px;
    text-align: center;
    transition: opacity 0.3s;
}

.right-projects-child .child-title h3 {
    font-size: 20px;
}

.right-projects-child .child-text p {
    margin: 0;
}

.right-projects-child .child-button {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s;
    margin-top: 20px;
}

.right-projects-child:hover .child-button {
    opacity: 1;
}

.right-projects-child .child-button button {
    color: white;
    background-color: #17549f;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    transition: color 0.3s, background-color 0.3s;
    border-radius: 4px;
}

.right-projects-child .child-button button a {
    text-decoration: none;
    color: white;
}

.right-projects-child .child-button button:hover {
    color: #2482c2;
    background-color: white;
    border: 1px solid #17549f;
}

.right-projects-child .child-button button:hover a {
    text-decoration: none;
    color: #17549f;
}


.right-projects-child .child-title,
.right-projects-child .child-text {
    backface-visibility: hidden;
    transition: transform 0.5s;
}

.slick-slide {
    margin: 0 5px;
}

.slick-slide img {
    width: 100%;
}

.responsive {
    position: relative;
}

.responsive .priv_arrow {
    position: absolute;
    top: 90px;
    left: 5px;
    display: inline-block;
    cursor: pointer;
    background-color: #8b8d965e;
    font-size: 190%;
    padding: 5px 10px;
    transition: background-color 0.3s ease;
    border-radius: 25%;
}

.responsive .priv_arrow:hover {
    background-color: #8b8d96;
}


.responsive .next_arrow {
    position: absolute;
    top: 90px;
    right: 5px;
    display: inline-block;
    cursor: pointer;
    background-color: #8b8d965e;
    font-size: 190%;
    padding: 5px 10px;
    transition: background-color 0.3s ease;
    border-radius: 25%;
}

.responsive .next_arrow:hover {
    background-color: #8b8d96;
}

.priv_arrow,
.next_arrow {
    z-index: 2;
}

.news {
    width: 100%;
    height: 450px;
    margin-bottom: 50px;
}

.news-heading {
    text-align: center;
    width: 100%;
    margin: 50px 0;
    padding: 50px 0;
}

.swiper {
    width: 80%;
    height: 550px;
    margin-top: 20px;
}

.swiper-container {
    width: 100%;
    height: 80%;
    position: relative;
}

.swiper-slide {
    font-size: 20px;
    background-color: #eee;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute !important;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.5);
}

.swiper-button-prev {
    top: 34%;
    rotate: 90deg;
    left: 103.52%;
}

.swiper-button-next {
    top: 70%;
    bottom: 20% !important;
    right: -5.91% !important;
    rotate: 90deg;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    display: none;
}

.swiper-pagination {
    right: -5% !important;
}

.slide-container {
    height: 100%;
    display: flex;
}

.slide1-text {
    width: 51%;
}

.image-container img {
    width: 20%;
}

.swiper-slide {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.thumbnail {
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    transition: transform 0.2s ease;
}


.thumbnail:hover {
    transform: scale(1.05);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}


.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 80vw;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}


.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.our-partners h2 {
    text-align: center;
    padding-top: 130px;
}

.logos p {
    font-weight: bold;
}


.logos img {
    padding: 50px 0;
}

.torishima-text {
    color: #6b45b3;
    display: flex;
    justify-content: center;
}

.imesa-text {
    color: #99c120;
    display: flex;
    justify-content: center;
}


.ganz-text {
    margin-top: -30px;
    margin-bottom: 40px;
    color: #005c77;
    display: flex;
    justify-content: center;
}

.apollo-logo {
    position: relative;
    top: 18px;
}

.apollo-text {
    color: #006ab4;
    display: flex;
    justify-content: center;
}


.contact-us {
    height: 30vh;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    justify-content: center;
}


.contact-us h2 {
    text-align: center;
    font-size: xx-large;
}

.contact-content {
    display: flex;
}

.contact-info i,
.contact-info h3,
.contact-info a {
    margin-bottom: 10px;
    margin-left: 5px;
}

.contact-info .icon-text {
    display: flex;
    align-items: center;
}

.icon-text svg {
    /* margin-right: 30px; */
    color: #637da3;
}

.material-symbols-outlined {
    color: #637da3;

}

.contact-info p {
    margin-top: 10px;
    font-weight: bold;
}

.contact-info a {
    margin-top: 10px;
    font-size: 19.2px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: #212529;
}

.site-footer {
    display: flex;
    justify-content: center;
    background-color: #aac5dd;
    padding-top: 15px;
    text-align: center;
    color: #333;
    margin-top: 95px;
}

/* Moblie */
@media (max-width: 769px) {

    video {
        width: -webkit-fill-available;
        height: 100vh;
        object-fit: fill;
    }

    #heroVideo {
        display: none;
    }

    #mobileVideo {
        display: block;
    }

    .hero-logo {
        width: 100px;
        height: 80px;
        position: absolute;
    }

    .image-section img {
        object-fit: cover;
    }

    .image-section::before {
        height: 745px;
        background-position: center;
        background-size: cover;
    }

    .image-section h1 {
        display: flex;
        justify-content: center;
        font-size: 20px;
        width: 400px;
        position: absolute;
        top: 40%;
    }

    #about-us {
        padding-top: 60px;
    }

    .about img {
        height: 22.44vh;
    }

    .hero-text p {
        font-size: 18px;
        margin-top: -115px;
    }

    .services {
        justify-content: center;
    }

    .services-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .right-child {
        width: 355px;
    }

    .right-projects-child .child-title h3 {
        font-size: 14px;
    }

    .right-child .child-img img {
        width: 350px;
    }

    .right-child .child-button {
        margin-bottom: 60px;
        margin-top: 20px;
    }

    .slick-dots li button:before {
        font-size: 10px !important;
    }

    .projects-section {
        margin-top: 80px;
    }

    .slide-text {
        font-size: small;
    }

    .image-container img {
        width: 40%;
        margin-bottom: 4px;
    }

    .slide3-imgs .image-container img {
        width: 55%;
        margin-bottom: 4px;
    }

    .swiper-pagination {
        right: -9% !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }


    .modal-content {
        margin-top: 10vh;
    }

    .our-partners {
        margin-bottom: 45vh;
        margin-top: 45vh;
    }

    .logos img {
        object-fit: contain;
        max-width: 90%;
        max-height: 90%;
        margin: 0 20px;
    }

    .logos p {
        font-size: 16px;
    }

    .contact-info p {
        font-size: 14px;
        margin-left: 5px;
    }

    .contact-info a {
        font-size: 14px;
        margin-left: 5px;
    }
}

@media (max-width: 350px) {
    .right-child {
        width: 300px;
    }

    .right-child .child-img img {
        width: 300px;
    }

}

@media (min-width: 769px) and (orientation: landscape) {
    #mobileVideo {
        display: none;
    }
}

/* Desktop */
@media (min-width: 768px) {
    #mobileVideo {
        display: none;
    }

    .navbar-nav .nav-link {
        font-size: large;
        padding: 14px !important;
        margin: 0 5px !important;
    }

    video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .image-section::before {
        background-size: 100%;
    }

    .about h2 {
        padding-top: 95px;
    }

    .services-right {
        margin-left: 25px;
    }


    .right-child .child-title,
    .right-child .child-text {
        backface-visibility: hidden;
        transition: transform 0.5s;
    }

    .right-child:hover .child-title,
    .right-child:hover .child-text {
        transform: rotateY(180deg);
    }

    .right-child .child-button {
        transition: opacity 0.3s ease-in;
        transform: translateY(-100px);
        opacity: 0;
    }

    .right-child {
        margin-left: 10px;
        perspective: 1000px;
        transition: transform 0.5s, background-color 0.3s;
    }

    .right-child:hover .child-button {
        opacity: 1;
    }

    .right-projects-child .child-button {
        margin-top: 70px;
        opacity: 0;
        transform: translateY(-90px);
    }

    .right-projects-child:hover .child-title,
    .right-projects-child:hover .child-text {
        transform: rotateY(180deg);
    }

    .slide2-imgs .image-container img {
        width: 266px;
        height: 266px;
    }


    .slide3-imgs .image-container img {
        height: 150px;
    }

    .our-partners {
        height: 155vh;
        margin-top: 70vh;
    }

    .logos p {
        font-size: 22px;
        left: 5px;
        position: relative;
    }

    .logos img {
        max-width: 50%;
    }

    .logos .Row-parent {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
        align-items: flex-start;
        margin-bottom: 60px;
    }

    .logos .Row-child-1 {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        height: 250px;
    }

    .logos .Row-child-2 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 250px;

    }

    .contact-info p {
        margin-left: 10px;
        font-size: larger;
    }


}