/* custom css starts here */

/* Please make a note for all members: if you are adding CSS, please add a comment explaining what it is for. */




.banner-btn {
    display: flex;
    gap: 12px;
    position: absolute;
    right: 5%;
    bottom: 5%;
}

.banner-btn .fButton {
    padding: .7vw 2vw;
    font-size: 1.1vw;
    border-radius: .5vw;
}

.f-countdown {
    padding: 1.6rem 0 !important;
    border-bottom: 1px solid #ccc;
}

.f-countdown .row {
    justify-content: center;
    gap: 1rem;
}

.f-countdown .row .col-count {
    width: auto;
    min-width: 100px;
    min-height: 80px;
    background-color: var(--brand-color-theme-1);
    text-align: center;
    align-content: center;
    padding: 10px;
    border-radius: 10px;
}

.f-countdown .row .col-count h4 {
    margin: 0;
    font-size: 1.7rem;
    font-weight: 700;
    color: white;
}

.f-countdown .row .col-count p {
    font-size: 1rem;
    color: white;
    margin-top: 10px;
    margin-bottom: 0;
}


.f-about-local-host .fGalleryImage img {
    width: auto;
    height: 100px;
}

.f-about-local-host .fGalleryText h3
{
    font-size: 1.2rem;
    color: var(--brand-color-theme-1);
}

.f-about-local-host .fGalleryItem
{
    padding: 12px!important;
}

.f-about-local-host .fGalleryItem .ItemfinnerGallery{
    height: 100%;
    padding: 2rem;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.f-why-kuching .fGalleryItem
{
    padding: 12px;
}

.brand-bg-light{
    background-color: #eaf0f5!important;
}
.f-why-kuching .fGalleryItem .ItemfinnerGallery
{
    height: 100%;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    transition: all .4s;
    &:hover{
        transform: translateY(-10px);
    }
}

.f-why-kuching .fGalleryItem .ItemfinnerGallery .fGalleryImage img{
    aspect-ratio: 1/.8;
    object-fit: cover;
}
.f-why-kuching .fGalleryItem .ItemfinnerGallery .fGalleryText{
    padding: 12px;
}
.f-why-kuching .fGalleryItem .ItemfinnerGallery .fGalleryText h3
{
    font-size: 1.1rem;
    color: var(--brand-color-theme-2);
    margin: 0;
}
/* responsive css starts here */

/* min-width media query */
@media (max-width: 574.9px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 767.9px) {
    html {
        font-size: 14px;
    }
}

@media(min-width:991.9px) {

    .f-about-local-host{
        padding-bottom: 0!important;
    }
    

    

}

/* max width media query */

@media (max-width: 991.9px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 767.9px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 575.9px) {
    html {
        font-size: 14px;
    }

    .f-countdown .row .col-count{
        min-width: 70px;
    }

    .banner-btn .fButton{
                padding: 1.7vw 4vw;
        font-size: 3vw;
        border-radius: 1.2vw;
    }
}