* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    cursor: pointer;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 8%;
}

.navbar-left {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.navbar-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.menu-toggler {
    display: none;
}

.navbar-item {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.navbar-item:hover {
    color: #6946EB;
}

.logo {
    height: 30px;
}

.close-menu {
    display: none;
}

/* TRANSLATOR FLAG AND DROPDOWN*/
/* .gt_container--hich1m .gt_switcher .gt_selected {
    background: transparent !important;
}

.gt_container--hich1m .gt_switcher .gt_selected a {
    border: none !important;
    font-size: 16px;
    color: #000 !important;
}

.gt_container--hich1m .gt_switcher .gt_selected a:hover {
    background: transparent !important;
}

.gt_container--hich1m .gt_switcher a img {
    width: 18px !important;
    height: 18px !important;
}

.gt_container--hich1m .gt_switcher .gt_selected a:after {
    height: 18px !important;
}

.gt_container--hich1m .gt_switcher .gt_option {
    position: absolute !important;
    border-radius: 5px;
} */

/* TRANSLATOR FLOAT */
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0 !important;
}

.gt_float_switcher {
    box-shadow: none !important;
}

.gt_float_switcher img {
    width: 24px !important;
    margin: 0 !important;
}

.gt_float_switcher .gt_options {
    position: absolute !important;
    top: 61px;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
    background: #FFF;
}

/* HERO */

.hero {
    padding: 32px 8% 32px 4%;
    display: flex;
    gap: 32px;
    align-items: start;
}

.hero-image {
    width: 55%;
    min-width: 55%;
    max-width: 55%;
    border-radius: 20px;
}

.hero-right {
    width: 45%;
    min-width: 45%;
    max-width: 45%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.hero-right h1 {
    /* font-size: 54px; */
    /* font-size: 3rem; */
    font-size: 4vw;
    line-height: 125%;
}

.hero-right .hero-icons {
    display: flex;
    justify-content: space-between;
}

.hero-right .hero-icons i {
    color: #6946EB;
    background: rgba(105, 70, 235, 0.1);
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-right-footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-right-footer form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-right-footer form .row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.hero-right-footer form .row .input-group {
    position: relative;
    flex: 1;
}

.hero-right-footer form .row .input-group input,
.hero-right-footer form .row .input-group select {
    width: 100%;
    border-radius: 30px;
    font-size: 16px;
    padding: 20px;
    padding-left: 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.hero-right-footer form .row .input-group input:focus,
.hero-right-footer form .row .input-group select:focus {
    outline-color: #6946EB;
}

.hero-right-footer form .row .input-group i {
    position: absolute;
    color: rgba(0, 0, 0, 0.5);
    font-size: 24px;
    top: 18px;
    left: 20px;
}

.hero-right-footer form button {
    background: #6946EB;
    border: none;
    color: #FFF;
    border-radius: 30px;
    padding: 20px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 32px;
}

.hero-right-footer form a.track-btn {
    background: #6946EB;
    border: none;
    color: #FFF;
    border-radius: 30px;
    padding: 20px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 32px;
    text-align: center;
}

.hero-right-footer form button:hover {
    background: #4b33a3;
    color: rgba(255, 255, 255, 0.5);
}

.hero-right-footer form a.track-btn:hover {
    background: #4b33a3;
    color: rgba(255, 255, 255, 0.5);
}



/* ABOUT SECTION */
.about-section {
    padding: 32px 8%;
    display: flex;
    justify-content: space-between;
    gap: 32px;
    margin-top: 100px;
}

.about-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-right {
    width: 50%;
}

.about-left h2 {
    /* font-size: 68px; */
    font-size: 4vw;
    line-height: 150%;
}

.about-left .about-left-footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-left .about-left-footer h3 {
    display: flex;
    align-items: center;
    font-size: 30px;
    gap: 16px;
    color: #000;
}

.about-left .about-left-footer {
    color: rgba(0, 0, 0, 0.7);
}

.about-right .about-top-image {
    width: 100%;
    border-radius: 20px;
}

.about-right .about-bottom-image {
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
    max-height: 500px;
}

/* DISCOVERY SECTION */
.discovery-section {
    padding: 32px 8%;
    margin-top: 100px;
}

.discovery-section h2 {
    /* font-size: 64px; */
    font-size: 4vw;
    text-align: center;
    line-height: 150%;
    margin-bottom: 50px;
}

.discovery-section .row {
    display: flex;
    gap: 32px;
}

.discovery-section .discovery-image {
    width: 100%;
    height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 64px;
    color: #FFF;
    /* font-size: 56px; */
    font-size: 3vw;
    display: flex;
    align-items: end;
}

.discovery-section .discovery-image-full {
    margin-top: 32px;
    padding-right: 50%;
    align-items: center;
}

/* STATISTICS SECTION */
.statistics-section {
    padding: 32px 8%;
    margin-top: 50px;
}

.statistics-content {
    background: #EDEDED;
    border-radius: 30px;
    padding: 64px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.statistics-content .stats-item-title {
    font-size: 72px;
    font-weight: 600;
}

.statistics-content .stats-item-caption {
    color: #9C9C9C;
    font-weight: 700;
}

/* CLIENTS SECTION */
.clients-section {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.clients-section .client-header {
    padding: 32px 8%;
    display: flex;
    align-items: end;
}

.clients-section .client-header h2 {
    /* font-size: 64px; */
    font-size: 4vw;
    line-height: 150%;
}

.clients-section .client-header .client-header-caption {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
}

.clients-section .clients-slide {
    display: flex;
    overflow: auto;
    cursor: all-scroll;
    gap: 32px;
}

.clients-section .clients-slide::-webkit-scrollbar {
    display: none;
}

.clients-section .clients-slide .client-image-container {
    background: #EDEDED;
    border-radius: 20px;
    min-width: 20%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-section .clients-slide .client-image-container .client-image {
    width: 80%;
    filter: grayscale(100%);
}

/* CALL TO ACTION */
.call-to-action-section {
    padding: 32px 8%;
    margin-top: 200px;
}

.call-to-action-section .cta-content {
    border-radius: 30px;
    padding: 64px 64px 0 64px;
}

.call-to-action-section .cta-content .cta-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.call-to-action-section .cta-content .cta-header h2 {
    color: #FFF;
    /* font-size: 72px; */
    font-size: 4vw;
    line-height: 150%;
    font-weight: 500;
    width: 50%;
}

.call-to-action-section .cta-content .cta-header button {
    padding: 18px 40px;
    background: #000;
    color: #FFF;
    border-radius: 30px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.call-to-action-section .cta-content .cta-container {
    width: 100%;
}

.call-to-action-section .cta-content .cta-header button:hover {
    opacity: .7;
}

/* FOOTER */
footer {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 32px 8%;
    margin-top: 100px;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.footer-main .footer-logo {
    height: 30px;
    width: 250px;
}

.footer-main .footer-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-main .footer-column .fc-title {
    font-weight: 700;
    font-size: 24px;
}

.footer-main .footer-column .fc-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-main .footer-column .fc-links a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 600;
}

.footer-main .footer-column .fc-links a:hover {
    color: #6946EB;
}

footer hr {
    border: none;
    border-top: 1px solid #EDEDED;
}

footer .copyright {
    display: flex;
    justify-content: space-between;
}

#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

/* ABOUT US PAGE */
.about-hero-section {
    padding: 32px 8%;
    text-align: center;
}

.about-hero-section h1 {
    font-size: 4vw;
}

.about-hero-section .caption {
    color: rgba(0, 0, 0, 0.7);
}

.about-hero-section .divider {
    width: 10vw;
    height: 2px;
    background: #6946EB;
    margin: 16px auto;
}

.about-statistics-section {
    padding: 32px 8%;
    display: flex;
    gap: 32px;
}

.about-statistics-section .as-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0 10px 10px 0;
    padding: 16px;
    position: relative;
    flex: 1;
}

.about-statistics-section .as-item::before {
    content: "";
    width: 4px;
    height: 100%;
    background: #6946EB;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px 0 0 10px;
}

.about-statistics-section .as-item .as-item-title {
    font-size: 28px;
}

.about-statistics-section .as-item .as-item-caption {
    font-weight: 400;
    font-size: 12px;
}

.about-cta-section {
    padding: 32px 8%;
}

.about-cta-section .about-cta-container {
    border-radius: 10px;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-cta-section .about-cta-container .about-cta-overlay {
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-radius: 10px;
    padding: 16px;
    width: 50%;
    text-align: center;
}

.about-cta-section .about-cta-container .about-cta-overlay button {
    padding: 8px 16px;
    background: #6946EB;
    border: none;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
}

.about-cta-section .about-cta-container .about-cta-overlay button:hover {
    opacity: .5;
}

.features-section {
    padding: 32px 8%;
}

.features-section h2 {
    text-align: center;
}

.features-section .divider {
    width: 10vw;
    height: 2px;
    background: #6946EB;
    margin: 16px auto;
}

.features-section .features-caption {
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.features-section .features-cards {
    margin-top: 32px;
    display: flex;
    gap: 16px;
}

.features-section .features-cards .fc-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.features-section .features-cards .fc-item .fc-image {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
}

.features-section .features-cards .fc-item .fc-body {
    padding: 8px;
}

.features-section .features-cards .fc-item .fc-body .fc-body-title {
    font-weight: bold;
}

.features-section .features-cards .fc-item .fc-body .fc-body-caption {
    font-size: 12px;
    font-weight: 400;
}

.values-section {
    padding: 32px 8%;
}

.values-section .values-header {
    text-align: center;
}

.values-section .values-header p {
    color: rgba(0, 0, 0, 0.7);
}

.values-section .values-body {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.values-section .values-body .vb-item {
    display: flex;
    gap: 8px;
}

.values-section .values-body .vb-item .value-image {
    width: 70px;
    height: 70px;
}

.values-section .values-body .vb-item .vbi-title {
    font-weight: bold;
}

.values-section .values-body .vb-item .vbi-caption {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    margin-top: 8px;
}

/* CONTACT US PAGE */
section.contact {
    padding: 32px 8%;
    display: flex;
    gap: 32px;
    font-weight: 400;
}

section.contact .left {
    flex: 1;
    color: #868686;
}

section.contact .right {
    flex: 1;
}

section.contact .left .header h2 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #000;
}

section.contact .left .body {
    padding-block: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

section.contact .left .body .contact-item {
    display: flex;
    gap: 16px;
    align-items: center;
}

section.contact .left .body .contact-item i {
    font-size: 32px;
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

section.contact .left .body .contact-item.c-mail i {
    color: #F9592A;
    background-color: rgba(249, 89, 42, 0.1);
}

section.contact .left .body .contact-item.c-phone i {
    color: dodgerblue;
    background-color: rgba(30, 144, 255, 0.1);
}

section.contact .left .body .contact-item.c-fax i {
    color: blueviolet;
    background-color: rgba(138, 43, 226, 0.1);
}

section.contact .left .body .contact-item.c-office i {
    color: green;
    background-color: rgba(0, 128, 0, 0.1);
}

section.contact .left .footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

section.contact .left .footer .title {
    font-size: 32px;
    color: #000;
}

section.contact .left .footer .socials {
    justify-content: left;
}

section.contact .left .footer .socials {
    display: flex;
    gap: 16px;
    align-items: center;
}

section.contact .left .footer .socials a {
    color: #6946EB;
    text-decoration: none;
}

section.contact .left .footer .socials i {
    font-size: 24px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: rgba(105, 70, 235, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

section.contact .right {
    display: flex;
    flex-direction: column;
    gap: 32px;
    background: #6946EB;
    border-radius: 20px;
    padding: 32px;
    color: #FFF;
}

section.contact .right .header {
    text-align: center;
}

section.contact .right .header h2 {
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 500;
}

section.contact .right form .input-group label {
    margin-bottom: 8px;
    display: inline-block;
    font-weight: bold;
}

section.contact .right form .input-group input {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: transparent;
    border-radius: 8px;
    color: #FFF;
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    outline: none;
}

form .input-group textarea {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: transparent;
    border-radius: 8px;
    height: 150px;
    color: #FFF;
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    outline: none;
}

section.contact .right form button {
    width: 100%;
    border-radius: 10px;
    padding-block: 16px;
    color: #6946EB;
    font-weight: bold;
    margin-top: 16px;
    border: none;
    cursor: pointer;
}

section.contact .right form button:hover {
    opacity: .5;
}

section.faq {
    padding: 32px 8%;
}

section.faq .faq-title {
    font-size: 32px;
    margin-bottom: 32px;
}

section.faq .faq-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-block: 16px;
}

section.faq .faq-item:hover {
    border-color: #000;
}

section.faq .faq-item .faq-item-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    gap: 16px;
}

section.faq .faq-item .faq-item-header h2 {
    font-size: 16px;
    font-weight: 500;
}

section.faq .faq-item .faq-item-header i {
    font-size: 24px;
}

section.faq .faq-item .faq-item-body {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    display: none;
    margin-top: 16px;
}

section.faq .faq-item .faq-item-body p {
    margin-bottom: 8px;
}

/* TRACK PAGE */
section.track {
    text-align: center;
    padding: 50px 8%;
}

section.track p {
    color: #868686;
    font-size: 14px;
    font-weight: 400;
}

section.track .input-group {
    position: relative;
    max-width: 500px;
    margin: 32px auto;
}

section.track .input-group input {
    width: 100%;
    padding: 16px;
    outline: none;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 110px;
}

section.track .input-group button {
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 14px 32px;
    border: none;
    border-radius: 0 8px 8px 0;
    background: #6946EB;
    color: #FFF;
    cursor: pointer;
}

section.track .input-group button:hover {
    background: #4b33a3;
    opacity: .9;
}


@media(max-width: 992px) {}

@media(max-width: 768px) {
    nav {
        padding: 16px;
    }

    .navbar-left {
        position: fixed;
        width: 80%;
        max-width: 300px;
        z-index: 1000;
        top: 0;
        right: -300px;
        height: 100vh;
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 16px;
        background: #FFF;
        border-radius: 20px 0 0 20px;
        transition: left .5s ease-in-out;
    }

    .logo {
        height: 24px;
    }

    .menu-toggler {
        display: inline-block;
        font-size: 24px;
        font-weight: bold;
    }

    .menu-toggler:hover {
        color: #6946EB;
    }

    .close-menu {
        display: inline-block;
        margin: 0 0 0 auto;
        font-size: 24px;
        color: rgba(0, 0, 0, 0.7);
    }

    .close-menu:hover {
        color: #6946EB;
    }

    /* HERO */
    .hero {
        flex-direction: column;
        padding: 16px;
    }

    .hero-image {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .hero-right {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .hero-right h1 {
        font-size: 24px;
    }

    .hero-right-footer form .row .input-group {
        flex: auto;
    }

    /* ABOUT */
    .about-section {
        padding: 16px;
        margin-top: 50px;
        flex-direction: column;
    }

    .about-left {
        width: 100%;
    }

    .about-right {
        width: 100%;
    }

    .about-left h2 {
        font-size: 24px;
        margin-bottom: 50px;
    }

    .about-left .about-left-footer h3 {
        font-size: 20px;
    }

    /* DISCOVERY SECTION */
    .discovery-section {
        padding: 16px;
    }

    .discovery-section h2 {
        font-size: 24px;
    }

    .discovery-section .row {
        flex-direction: column;
        gap: 16px;
    }

    .discovery-section .discovery-image {
        height: 40vh;
        font-size: 24px;
        padding: 32px;
    }

    /* STATISTICS SECTION */
    .statistics-section {
        padding: 16px;
        margin-top: 50px;
    }

    .statistics-content {
        justify-content: space-between;
        text-align: center;
        padding: 32px 16px;
    }

    .statistics-content .stats-item-title {
        font-size: 24px;
    }

    .statistics-content .stats-item-caption {
        font-size: 12px;
    }

    /* CLIENTS SECTION */
    .clients-section {
        margin-top: 50px;
        gap: 32px;
    }

    .clients-section .client-header {
        padding: 16px;
        flex-direction: column;
    }

    .clients-section .client-header h2 {
        font-size: 24px;
    }

    .clients-section .client-header .client-header-caption {
        font-size: 14px;
    }

    .clients-section .clients-slide {
        gap: 16px;
    }

    .clients-section .clients-slide .client-image-container {
        min-width: 100px;
        height: 100px;
    }

    /* CALL TO ACTION */
    .call-to-action-section {
        padding: 16px;
        margin-top: 50px;
    }

    .call-to-action-section .cta-content {
        border-radius: 20px;
        padding: 32px 32px 0 32px;
    }

    .call-to-action-section .cta-content .cta-header {
        flex-direction: column;
        gap: 16px;
        align-items: start;
    }

    .call-to-action-section .cta-content .cta-header h2 {
        width: 100%;
        font-size: 24px;
    }

    .call-to-action-section .cta-content .cta-header button {
        padding: 15px 20px;
        margin-bottom: 20px;
    }

    /* FOOTER */
    footer {
        padding: 16px;
    }

    .footer-main {
        flex-direction: column;
    }

    /* ABOUT US */
    .about-hero-section {
        padding-inline: 16px;
    }

    .about-statistics-section {
        flex-direction: column;
        padding-inline: 16px;
    }

    .about-hero-section h1 {
        font-size: 24px;
    }

    .about-cta-section {
        padding-inline: 16px;
    }

    .about-cta-section .about-cta-container {
        padding: 16px;
    }

    .about-cta-section .about-cta-container .about-cta-overlay {
        width: 100%;
    }

    .features-section {
        padding-inline: 16px;
    }

    .features-section .features-cards {
        flex-direction: column;
    }

    .values-section {
        padding-inline: 16px;
    }

    .values-section .values-body {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    /* CONTACT US PAGE */
    section.contact {
        flex-direction: column;
        padding-inline: 16px;
    }

    section.contact .left {
        text-align: center;
    }

    section.contact .left .body .contact-item {
        flex-direction: column;
    }

    section.contact .left .footer .socials {
        justify-content: center;
    }

    section.contact .right {
        padding: 16px;
    }

    /* TRACK PAGE */
    section.track {
        padding-inline: 16px;
    }
}

@media(max-width: 360px) {
    .gt_float_switcher img {
        display: none !important;
    }
}