@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');
/* font-family: "Lexend Deca", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap');
/* font-family: "Rowdies", sans-serif; */

header {
    top: -1px !important;
}

.link:hover {
    color: #d4801f !important;
}

@media (max-width: 497px) {
    video {
        height: 400px !important;
    }

    .flat-title .title {
        font-size: 28px !important;

    }

    .header-bottom {
        display: none;
    }

}


.logo-header img {
    width: 50% !important;
}




/* Style for the left banner */
#msubbantxt {
    color: white;
}

.left-banner {
    background: url('myimg/mainban.jpeg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px 20px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 10px
}

.left-banner div {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
}

/* Button Styling */
.left-banner button {
    background-color: #ffffffde;
    color: #000000;
    border: none;
    padding: 15px 30px;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    /* width: 80%; */
    /* Make it responsive */
}

.left-banner button:hover {
    background-color: #000000;
    transform: scale(1.05);
    color: white;
}

.right-images {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.right-images img {
    width: 100%;
    height: 48%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 497px) {
    .left-banner button {
        font-size: 1rem;
        padding: 8px 10px;
        /* width: 90%; */
        /* Make it fit better on smaller screens */
    }

    .right-images img {
        margin-bottom: 15px;
        /* height: auto; */
        margin-block: 1vh;
    }

    .left-banner {
        height: 239px;
        border-radius: 10px;
    }
}



.flat-title .title {

    font-family: "Rowdies", sans-serif;
}

.widget-tab-3 {
    font-family: "Rowdies", sans-serif;
}


.swiper-slide .tf-icon-box {

    background: blanchedalmond !important;
}