@media (max-width: 575.98px) {
    .pt-custom {
        padding: 150px 0px 100px 0px !important;
    }

    .iframe-parent iframe {
        object-fit: cover !important;
        width: 100%;
        height: 100%;
    }

    .video-height {
        height: 90vh;
    }

    .about-img {
        width: 100%;
    }

    .fs-custom-1 {
        font-size: 3rem;
    }

    .icon-set-1 {
        position: absolute;
        z-index: 1;
        top: 39%;
        left: 58%;
        width: 85px;
        animation: rotatingY 5s linear infinite;
    }

    .icon-set-3 {
        position: absolute;
        z-index: 1;
        top: 45%;
        left: 43%;
        width: 85px;
        animation: rotatingY 5s linear infinite;
    }

    .mob-col {
        transform: rotate(180deg);
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .pt-custom {
        padding: 150px 0px 100px 0px !important;
    }

    .video-height {
        height: 70vh;
    }

    .about-img {
        width: 100%;
    }

    .fs-custom-1 {
        font-size: 3rem;
    }
    .bg-set {
    background-size: contain;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .pt-custom {
        padding: 170px 50px 170px 50px !important;
    }

    .bg-set {
        height: 430px;
    }

    .video-height {
        height: 70vh;
    }

    .about-img {
        width: 400px;
    }

    .fs-custom-1 {
        font-size: 3rem;
    }
    
    .bg-set {
    background-size: contain;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .pt-custom {
        padding: 170px 50px 100px 50px !important;
    }

    .bg-set {
        height: 450px;
    }

    .video-height {
        height: 100vh;
    }

    .about-img {
        width: 400px;
    }

    .fs-custom-1 {
        font-size: 3.7rem;
    }
    .bg-set {
    background-size: contain;
    }
}

@media (min-width: 1200px) {
    .pt-custom {
        padding: 170px 50px 170px 50px !important;
    }

    .bg-set {
        height: 450px;
    }

    .video-height {
        height: 100vh;
    }

    .offcanvas.offcanvas-start {
        width: 50% !important;
    }

    .about-img {
        width: 400px;
    }

    .fs-custom-1 {
        font-size: 4rem;
    }
    .bg-set {
    background-size: contain;
    }
}

@media (min-width:1400px) {
    .active-serv {
        font-size: 2rem !important;
    }
    .bg-set {
    background-size: contain;
    }
}