@keyframes zoomInOut {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

img {
    cursor: pointer;
}

.container {
    .row {
        margin: 0;
    }
    .imgbg {
        width: 100%;
    }
}
.bg1 { 
    position: relative;
    .imgbg1 {
        width: 100%;
    }
}
.btnPlay {
    cursor: pointer;
    position: absolute;
    bottom: 6%;
    width: 40%;
    left: 32%;
    animation: zoomInOut 3s infinite;
}
.bg2 {
    margin-top: -2px;
}
.bg3 {
    position: relative;
    .bg3viodeo {
        position: absolute;
        border-radius: 8px;
        width: 70%;
        /* height: calc(width * 0.5625); */
        top: 2%;
        left: 15%;
        aspect-ratio: 1.2;
        z-index: 100;
    }
}
.bg4 {
    position: relative;
    margin-top: -2px !important;
}
.swiper-slide {
    display: inline-block;
}
.swiper-wrapper {
    transition-timing-function: linear !important
}
.bg7 {
    position: relative;
    .btnGo {
        width: 40%;
        position: absolute;
        top: 5%;
        left: 28%;
        animation: zoomInOut 3s infinite;
        cursor: pointer;
    }
}
.videodiv {
    z-index: 100;
}
@media screen and (min-width: 769px) {
    .videodiv {
        position: absolute;
        top: 1%;
        left: 21.5%;
        width: 67.5%;
        border-radius: 8px;
    }
    .bg5 {
        position: relative;
        .swiperrq {
            position: absolute;
            border-radius: 8px;
            width: 90%;
            left: 5%;
            bottom: 10%;
        }
    }
    .bg51 {
        position: relative;
        .swiperrq51 {
            position: absolute;
            border-radius: 8px;
            width: 80%;
            left: 10%;
            bottom: 6%;
            .swiper51 {
                margin-bottom: 20px;
            }
        }
    }
}
.bg6 {
    margin-top: -2px;
}
@media screen and (max-width: 768px) {
    .container {
        padding: 0;
        margin: 0;
        .col-md-12 {
            padding: 0;
            margin: 0;
        }
    }
    .videodiv {
        position: absolute;
        top: 1%;
        left: 15%;
        width: 21.6rem;
        border-radius: 8px;
        max-width: 83%;
    }
    .bg5 {
        position: relative;
        .swiperrq {
            position: absolute;
            border-radius: 8px;
            width: 90%;
            left: 5%;
            bottom: 4%;
        }
    }
    .bg3 {
        position: relative;
        .bg3viodeo {
            position: absolute;
            border-radius: 8px;
            width: 90%;
            top: 1%;
            left: 5%;
        }
    }
}