@media (min-width: 1200px) and (max-width: 1399px) {
    .section-1 {
        height: 80vh;
    }

    .content1 {
        top: 25%;
    }

    .carousel-control-prev {
        top: -75px;
    }

    .carousel-control-next {
        top: -75px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .content1 {
        top: 24%;
        left: -20%;
    }

    .content-3 {
        margin-top: 10%;
    }

    .section-2 {
        height: auto;
    }

    .section-1 {
        height: auto;
    }

    .services-head {
        color: rgba(66, 66, 66, 1);
    }

    .carousel-inner {
        overflow: visible;
    }

    .carousel-control-prev {
        top: -25%;
    }

    .carousel-control-next {
        top: -25%;
    }


    .carousel {
        height: 250px;
    }

    .main-vid {
        top: 0% !important;
    }

}

@media (min-width: 281px) and (max-width: 575.98px) {

    .caro-img1{
        width: 65% !important;
        height: auto !important;
    }
    

    .carousel-control-next {
        right: 15px;
        top: -15px;
    }

    .carousel-control-prev {
        left: 15px;
        top: -15px;
    }



    .sev-img {
        width: 15%;
    }

    .section-2 {
        height: 130vh;
    }


    .wrapper1 {
        padding-top: 0;
    }


    .section-1 {
        height: 80vh;
    }

    .content-3 {
        margin-top: 0;
    }

    .services-head {
        color: rgba(66, 66, 66, 1);
    }


}

@media (min-width: 0px) and (max-width: 280.98px) {
    .caro-img1{
        width: 65% !important;
        height: auto !important;
    }

    .carousel-control-next {
        right: 15px;
        top: -15px;
    }

    .carousel-control-prev {
        left: 15px;
        top: -15px;
    }




    .btt-img {
        width: 100%;
        height: auto;
    }

    .sev-img {
        width: 15%;
    }

    .section-2 {
        height: 145vh;
    }


    .wrapper1 {
        padding-top: 0;
    }


    .section-1 {
        height: 100vh;
    }

    .content-3 {
        margin-top: 0;
    }

    .services-head {
        color: rgba(66, 66, 66, 1);
    }

}


@media (min-width: 768px) and (max-width: 991.98px) {
    .caro-img1{
        width: 65% !important;
        height: auto !important;
    }
    .carousel-control-next {
        right: 15px;
        top: -15px;
    }

    .carousel-control-prev {
        left: 15px;
        top: -15px;
    }



    .top-img {
        width: 160%;
        height: auto;
    }

    .content1 {
        top: 36%;

    }

    .sev-img {
        width: 15%;
    }

    .section-2 {
        height: 55vh;
    }


    .wrapper1 {
        padding-top: 0;
    }


    .section-1 {
        height: 55vh;
    }

    .content-3 {
        margin-top: -12%;
    }

    .services-head {
        color: white;
    }

}