body {
    font-family: "Poppins", sans-serif;
}

.text-img {
    height: 35px;
}

.text-img-2 {
    height: 80px;
}

.text-img-3 {
    height: 50px;
}

.buy-ticket-btn {
    height: 50px;
}

.hero-banner {
    background-image: url(../img/SCALE-2026-October-10-112.png);
    background-size: cover;
    background-position: center;
}

.first-sec {
    padding: 100px 0;
    background-image: url(../img/first-sec-bg_02.png);
    background-position: center;
    background-size: cover;
}

.first-sec .first-sec-box {
    background-color: white;
}

.first-box {
    padding: 50px;
}

.second-sec {
    background-color: #f2f9f3;
    padding: 50px 0;
}

.second-sec h5 {
    font-weight: 700;
    font-size: 16px;
}

.third-sec {
    padding: 50px 0;
}

.third-sec .media-object h5 {}

.third-sec .media-object img {
    height: 80px;
}

.third-sec .third-sec-img {
    max-width: 90%;
}

.fourth-sec {
    padding: 50px 0;
}

.fifth-sec {
    padding: 50px 0;
}

.sixth-sec {
    background-image: url(../img/footer-bg_04.png);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.sixth-sec p {
    color: white;
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto;
    display: block;
}

/* Swiper Carousel Styles */
.mySwiper {
    width: 100%;
    padding: 50px 0;
}

.mySwiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 40%;
    height: 350px;
    border-radius: 8px;
    overflow: hidden;
}

.mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

.swiper-pagination-bullet {
    background: #000;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: #000;
    opacity: 1;
}

/* Tablet Breakpoint (768px and below) */
@media (max-width: 768px) {
    .text-img {
        height: 25px;
    }

    .text-img-2 {
        height: 60px;
    }

    .text-img-3 {
        height: 40px;
    }

    .buy-ticket-btn {
        height: 40px;
    }

    .first-sec {
        padding: 60px 0;
    }

    .first-box {
        padding: 30px;
    }

    .second-sec {
        padding: 40px 0;
    }

    .second-sec h5 {
        font-size: 14px;
    }

    .third-sec {
        padding: 40px 0;
    }

    .third-sec .media-object img {
        height: 60px;
    }

    .fourth-sec {
        padding: 40px 0;
    }

    .fifth-sec {
        padding: 40px 0;
    }

    .sixth-sec {
        padding: 60px 0;
    }

    .sixth-sec p {
        font-size: 16px;
    }

    .mySwiper .swiper-slide {
        width: 75%;
        height: 280px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 16px;
    }
}

/* Phone Breakpoint (576px and below) */
@media (max-width: 576px) {
    .text-img {
        height: 20px;
    }

    .text-img-2 {
        height: 50px;
    }

    .text-img-3 {
        height: 23px;
    }

    .buy-ticket-btn {
        height: 35px;
    }

    .first-sec {
        padding: 40px 0;
    }

    .first-box {
        padding: 20px;
        text-align: center;
    }

    .second-sec {
        padding: 30px 0;
    }
    
    .second-sec .col-lg-5{
        text-align: center;
    }
    
    .second-sec .col-lg-5 ul{
        text-align: left;
        max-width: 280px;
        margin: 20px auto 20px;
    }

    .second-sec h5 {
        font-size: 13px;
    }

    .third-sec {
        padding: 30px 0;
    }

    .third-sec .media-object img {
        height: 50px;
    }

    .d-flex.media-object {
        margin-bottom: 15px !important;
    }

    .fourth-sec {
        padding: 30px 0;
    }

    .fifth-sec {
        padding: 30px 0;
    }

    .sixth-sec {
        padding: 40px 0;
    }

    .sixth-sec p {
        font-size: 14px;
        max-width: 100%;
    }

    .mySwiper {
        padding: 30px 0;
    }

    .mySwiper .swiper-slide {
        width: 85%;
        height: 220px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 14px;
    }

    .second-sec img{
        margin-bottom: 20px;
    }
    
    .third-sec .third-sec-img{
        margin-bottom: 20px;
        max-width: 100%;
    }
}
