body {
    margin: 0;
}

#section3 {
    padding-bottom: 0px;
}


.section {
    height: 100svh; /* Use 100svh */
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100svh; /* Use 100svh */
}

.swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section1 {
    padding-top: 0;
}

.about-btn{
    display: block;
    padding:8px;
    padding-left:10px;
    padding-right:10px;
    background-color: #EC1B24;
    border:none;
    border-radius: 45px;
    width: 150px;
    margin-bottom: 10px;
    text-align: center;
}

.about-btn-txt{
    color: white;
    margin-bottom: 30px;
}

.about-btn > a:nth-child(1){
    color:white;
}




@media (max-width:767px){
    .intro-caption{
        padding-bottom: 100px;
    }
    .swiper-pagination {
        padding-bottom: 20px; /* Adjust the value as needed */
    }
    
}

