@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


* {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

:root {
    --site: #68afe1;
    --site2: #68afe1;
    --grays: #e5f1f9;
}

.btn-call {
    border: 1px solid var(--site);
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 16px;
}

.btn-call:hover {
    background-color: var(--site);
    color: white;
}

.site-text {
    color: var(--site);
}

.about-text {
    font-size: 14px;
}

.nav-link:hover {
    color: var(--site);
}

.actives {
    background-color: var(--site2);
    color: white;
}

.actives:hover {
    background-color: var(--site2);
    color: white;
}

#home {
    color: white;
}

.hero {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content h1 {
    font-size: 200%;
    color: white;
    font-weight: 500;
    text-align: center;
}

.content p {
    font-size: 150%;
    color: white;
    font-weight: 500;
    text-align: center;
}

.content h2 {
    font-size: 200%;
    color: white;
    font-weight: 500;
    text-align: center;
}

.back-video {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.explore {
    background: transparent;
    border: 1px solid white;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 25px;
}

.explore:hover {
    background-color: white;
    color: black;
}



.img_box {
    margin-left: 24%;
}


.vartical-link {
    font-size: 13px;
    margin-left: 0;
    transition: margin-left 0.5s ease;
    /* Smooth transition with 'ease' */
}

.vartical-link:hover {
    margin-left: 5px;
}

.add {
    font-size: 13px;
}

.call {
    font-size: 13px;
    margin-left: 0;
    transition: margin-left 0.5s ease;
    /* Smooth transition with 'ease' */
}

.call:hover {
    margin-left: 5px;
}

.footer {
    font-size: 13px;
}

#off-menubar {
    display: none;
}

.fa-bars-staggered {
    color: var(--site);
}

@media only screen and (max-width: 991px) {
    .navbar-toggler {
        display: none;
    }

    #off-menubar {
        display: block;
    }

    .splide__arrow--next {
        display: none;
    }

    .splide__arrow--prev {
        display: none;
    }

}

/*slider partner*/
.splide__arrow--next {
    display: none;
}

.splide__arrow--prev {
    display: none;
}