.hero {
    width: 100%;
    /* height: 600px; */
    aspect-ratio: 22 / 9;
    padding: 0;
    margin: 0;
    position: relative;
}

.heroSwiper {
    width: 100%;
    overflow: visible;
}

.hero-img {
    width: 100%;
    max-width: 1440px;
    height: 90%;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}
.swiper {
    width: 100%;
    height: full;
    padding-bottom: 30px;
}
.swiper-slide {
    display: flex;
    flex-direction: column;
    background: white;
}

.swiper-pagination {
    position: relative;
    margin-top: 10px;
}

.hero .swiper-pagination-bullet {
    width: 25px;
    height: 12px;
    border-radius: 20px;
    background-color: var(--secondary-color);
    opacity: 0.5;
}

.hero .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
    opacity: 1;
}

.home-aboutus {
    display: flex;
    gap: 30px;
    padding-top: 50px;
}

.message-card {
    width: 40%;
    background-color: var(--primary-color);
    color: white;
    padding: 20px 30px;
    border-radius: 10px;
}

.home-aboutus-content {
    width: 60%;
}

.message-meta-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.home-service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 100px;
}

.galary {
    text-align: center;
    padding-top: 100px;
}

.home-notice {
    display: flex;
    padding-top: 100px;
    gap: 30px;
}

.home-notice-board {
    width: 50%;
}

.home-f-exchange {
    width: 50%;
    background: var(--secondary-color);
    padding: 25px 30px;
    border-radius: 18px;
}

.fx-table {
    width: 100%;
}

.fx-row {
    display: flex;
    padding: 7px 0;
}

.fx-header {
    font-weight: 550;
}
.fx-col.currency {
    flex: 2;
}

.fx-col {
    flex: 1;
}

.home-events {
    padding-top: 100px;
    text-align: center;
}

.home-news-article {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

@media (max-width: 992px) {
    .galary,
    .home-service,
    .home-notice,
    .home-events {
        padding-top: 70px;
    }
}

@media (max-width: 768px) {
    .home-aboutus,
    .home-notice {
        flex-direction: column;
    }

    .home-aboutus-content {
        width: 100%;
    }
    .home-notice-board {
        width: 100%;
    }
    .message-card,
    .home-f-exchange {
        margin: 0 auto;
        width: 80%;
    }
}
