@charset "UTF-8";

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

.preloader-logo {
    position: absolute;
    z-index: 200;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    border: 6px solid #070d59;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #e7f30f;
    color: #070d59;
    transition: all 0.4s;
}

.back-to-top i:hover {
    background: #e7f30f;
    color: #070d59;
}

/*--------------------------------------------------------------
# Custom color
--------------------------------------------------------------*/

.text-color-primary {
    color: #070d59 !important;
}
.text-color-secondary {
    color: #e7f30f !important;
}
.text-color-dark {
    color: #052316 !important;
}
.text-color-light {
    color: #f1f1f1 !important;
}
.text-primary-50 {
    color: rgba(7, 13, 89, 0.5) !important;
}
.text-primary-70 {
    color: rgba(7, 13, 89, 0.6) !important;
}
.text-dark-50 {
    color: rgba(5, 35, 22, 0.5) !important;
}
.text-dark-70 {
    color: rgba(5, 35, 22, 0.7) !important;
}
.bg-color-primary {
    background-color: #070d59 !important;
}
.bg-soft-color-primary {
    background-color: rgba(7, 13, 89, 0.1) !important;
}
.bg-color-secondary {
    background-color: #e7f30f !important;
}
.bg-soft-color-secondary {
    background-color: rgba(231, 243, 15, 0.1) !important;
}
.bg-color-dark {
    background-color: #052316 !important;
}
.bg-soft-color-dark {
    background-color: rgba(5, 35, 22, 0.1) !important;
}
.bg-color-light {
    background-color: #f1f1f1 !important;
}
.bg-color-info {
    background-color: #52cce7 !important;
}

.bg-gradient-primary {
    background-image: linear-gradient(
        to bottom,
        rgba(231, 243, 15, 1),
        rgba(82, 204, 231, 1)
    );
}

.hero h1 {
    text-shadow: 2px 2px 4px rgba(7, 13, 89, 0.4);
    color: #e7f30f !important;
}

.bg {
    line-height: 1.9;
    max-width: 780px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(3rem);
    border-radius: 10px 0 0 10px;
    box-shadow: var(--box-shadow);
}

/* .login h1 {
    text-shadow: 2px 2px 4px rgba(231, 243, 15, 0.2);
    color: #070d59;
} */
.login label {
    font-weight: 500;
}
/*--------------------------------------------------------------
# Border
--------------------------------------------------------------*/

.border-dark-70 {
    border-color: rgba(33, 50, 91, 0.7) !important;
}

.border-dark-50 {
    border-color: rgba(33, 50, 91, 0.5) !important;
}

/*--------------------------------------------------------------
# Width Column
--------------------------------------------------------------*/

.w-lg-45 {
    width: 45% !important;
}
.w-lg-55 {
    width: 55% !important;
}
.w-lg-50 {
    width: 50% !important;
}

/*====== Custom Text ======*/
.sub-title {
    font-size: calc(22px + 8 * (100vw - 300px) / 1620);
    font-weight: 700;
    font-family: "Caveat", cursive;
    color: #ffff;
}

.sub-title-content {
    font-size: calc(18px + 8 * (100vw - 300px) / 1620);
    font-weight: 700;
    font-family: "Caveat", cursive;
    color: #2f99b1;
}

.bg-frontend {
    background-color: #f1f1f1 !important;
}

/*--------------------------------------------------------------
# Swiper
--------------------------------------------------------------*/

.swiper {
    width: 100%;
    height: 30%;
}

.swiper-slide {
    text-align: center;
    font-size: 20px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

/*--------------------------------------------------------------
# Parallax
--------------------------------------------------------------*/
/* .parallax {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
} */

.parallax img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

#text {
    position: absolute;
    text-shadow: 4px 4px 4px rgba(7, 13, 89, 0.5);
}

#map {
    height: 400px;
}

.min-vh-50 {
    min-height: 100vh !important;
}
/*====== responsive screen ======*/

@media only screen and (max-width: 1199px) {
    .container figure img {
        width: 500px;
        margin-left: 35rem !important;
        display: flex;
    }

    .parallax {
        position: absolute;
        background-size: auto 600px;
    }

    .parallax h2 {
        font-size: 20px;
    }

    .navbar-brand img {
        width: 100px;
    }

    .login {
        background-image: url(/image/background/phone-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }
    .login .flex-grow-1 {
        margin-right: auto !important;
        margin-left: auto !important;
        padding: 0 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
    .container figure img {
        width: 950px;
        margin-left: 15rem !important;
        display: flex;
    }
}

@media (min-width: 992px) {
    .d-lg-flex {
        display: flex !important;
    }
}

@media (max-width: 768px) {
    .table-wrapper {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background-size: cover;
    padding: 120px 0;
}

@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f3f5fa;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper .card {
    background: #070d59;
    width: 500px;
    display: flex;
    align-items: center;
    padding: 20px;
    opacity: 0;
    pointer-events: 0;
    position: absolute;
    justify-content: space-between;
    animation: animate 15s linear infinite;
    animation-delay: calc(3s * var(--delay));
}

.wrapper:hover .card {
    animation-play-state: paused;
}

.wrapper .card:last-child {
    animation-delay: calc(-3s * var(--delay));
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: translateY(100%) scale(0.5);
    }
    5%,
    20% {
        opacity: 0.4;
        transform: translateY(100%) scale(0.7);
    }
    25%,
    40% {
        opacity: 0.4;
        transform: translateY(0%) scale(1);
    }
    45%,
    60% {
        opacity: 0.4;
        transform: translateY(-100%) scale(0.7);
    }
    65%,
    100% {
        opacity: 0;
        transform: translateY(-100%) scale(0.5);
    }
}
