/* Media Queries CSS
    ========================================================================== */




@media (max-width: 1399.98px) {
    .hoverable.c01 {
        left: 234px;
        top: 106px;
    }

    .hoverable.c02 {
        left: 386px;
        top: 295px;
    }

    .hoverable.c03 {
        right: 371px;
        top: 231px;
    }

    .font-satoshi-black.fz-60 {
        font-size: 3.15rem!important;
    }
}

/* XL */

@media (max-width: 1199.98px) {
    .home-slider-video {
        height: 400px;
    }

    .board_section.secondary {
        height: 260px;
    }

    .disable-smaller-than-1200 {
        display: none;
    }

    .map_section-content {
        bottom: 20px;
    }

    .w-lg-auto {
        width: 100%;
    }

    .hoverable.c01 {
        left: 201px;
        top: 94px;
        width: 40px;
        height: 40px;
    }

    .hoverable.c02 {
        left: 323px;
        top: 246px;
        width: 34px;
        height: 34px;
    }

    .hoverable.c03 {
        right: 316px;
        top: 197px;
        width: 24px;
        height: 24px;
    }

    .hoverable-content {
        display: none;
        background-color: #fff;
        border-radius: 20px;
        position: absolute;
        width: 300px;
        padding: 10px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 26px;
        font-size: 12px;
    }
}


/* LG */

@media (max-width: 991.98px) {
    .homepage_slider-content {
        left: 20px;
    }

    .play-btn {
        right: 20px;
    }

    .d-flex.align-items-center.gap-3.mb-4.flex-lg-nowrap.flex-wrap label {
        width: calc(50% - 15px);
    }

    .hoverable.c01 {
        left: 143px;
        top: 66px;
        width: 40px;
        height: 40px;
    }

    .hoverable.c02 {
        left: 237px;
        top: 179px;
        width: 34px;
        height: 34px;
    }

    .hoverable.c03 {
        right: 231px;
        top: 145px;
        width: 24px;
        height: 24px;
    }

    .font-satoshi-medium.fz-18 {
        display: none;
    }

    .d-f-n {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}


/* MD */

@media (max-width: 767.98px) {
    html, body {
        font-size: 12px;
    }
    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 10px;
    }

    .homepage_slider-content {
        bottom: 70px;
    }

    .news {
        flex-direction: column;
        gap: 10px;
    }

    html, body {
        font-size: 10px;
    }

    .project-detail-image {
        height: 300px;
    }

    .fz-13.fw-700.mb-0 {
        font-size: 14px!important;
    }

    .c-gray.fz-11.mb-0 {
        font-size: 14px!important;
    }

    .hoverable.c01 {
        left: 104px;
        top: 44px;
    }

    .hoverable.c02 {
        left: 175px;
        top: 129px;
    }

    .hoverable.c03 {
        right: 170px;
        top: 106px;
    }
}


/* SM */

@media (max-width: 575.98px) {
    .hoverable.c01 {
        left: 89px;
        top: 40px;
        width: 24px;
        height: 25px;
    }

    .hoverable.c02 {
        left: 146px;
        top: 110px;
        width: 21px;
        height: 22px;
    }

    .hoverable.c03 {
        right: 137px;
        top: 85px;
    }

    .link-primary.link-bigger {
        padding: 7px 19px;
        border-radius: 26px;
    }
}