@media screen and (max-width: 900px) {


    .whatsapp {
        max-width: 1800px;
        margin: auto;
        position: fixed;
        width: fit-content;
        padding: 0;
        /* right: 20px; */
        margin-top: 98%;
    }

    .whatsapp img {
        width: 50px;
        margin-top: 100px;
        padding: 0;
    }

    .loadingScreen #page img {
        width: 250px;
    }

    .loadingScreen #page h1 {
        font-size: 16px;
        margin-top: -10px;
    }

    .Gallery {
        height: 150px;
        padding-top: 80px;
    }

    .Gallery h1 {
        font-size: 25px;
    }


    .slider .swiper-slide {
        width: 100%;
        height: 220px;
        display: flex;
    }

    .slider .swiper-slide .text {
        margin-top: 30px;
        width: 80%;
        margin-left: 5%;
    }

    .slider .swiper-slide .text h3 {
        font-size: 20px;
    }

    .slider .swiper-slide .text h1 {
        font-size: 35px;
        color: black;
    }

    .slider .swiper-slide .text h1 sup {
        font-size: 12px;
        color: black;
    }

    .slider .swiper-slide .text p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .slider .swiper-slide .text h4 {
        font-size: 15px;
    }

    .slider .swiper-slide .text .btn {
        margin-left: -5px;
        padding-left: 0;
        margin-top: 0;
    }

    .slider .swiper-slide .text .btn button {
        padding: 6px 15px;
        font-size: 12px;
    }

    .slider .swiper-slide .text .btn button img {
        height: fit-content;
    }





    .sec1 h1 {
        font-size: 35px;
    }

    .sec1 .sec1-container {
        padding-top: 0;
    }

    .sec1 .sec1-container .box {
        width: 90%;
        margin-top: 40px;
    }

    .sec1 .sec1-container .box h2 {
        font-size: 25px;
    }

    .sec1 .sec1-container .box h2 {
        font-size: 25px;
    }

    .sec1 .sec1-container .box h3 {
        font-size: 22px;
    }

    .sec2 {
        margin: 0;
        padding: 0;
    }


    .sec3 img:nth-child(1) {
        display: none;
    }

    .sec3 img:nth-child(2) {
        display: block;
    }



    .sec4 img {
        margin: auto;
        width: 80%;
    }

    .sec4 .text {
        margin-top: 20%;
    }


    .sec4 .text h3 {
        font-size: 16px;
    }

    .sec4 .text p {
        font-size: 10px;
        margin-top: 0;
        margin-bottom: 5px;
    }


    .sec4 .text .line {
        width: 10%;
        margin: 0;
    }

    .sec4 .text2 .line {
        margin-left: 90%;
    }

    .sec4 .text h1 {
        font-size: 25px;
        margin-top: 10px;
    }

    .sec4 .text h1 span {
        font-size: 25px;
        margin-top: 5px;
    }



    .sec5 {
        padding: 00px 0px;
        margin-bottom: 0;
    }


    .sec6 h1 {
        font-size: 25px;
        margin-top: 10px;
    }

    .sec6-container {
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .sec6-container .box {
        width: 100%;
    }

    .sec6-container .box img {
        width: 100%;
        height: 220px;
    }

    .sec6-container .box p {
        font-size: 13.6px;
    }


    .sec7 {
        padding: 50px 20px;
    }

    .sec7 h1 {
        font-size: 26px;
        margin: 0;
        margin-top: 10px;
    }

    .sec7 .text {
        width: 100%;
        padding: 10px;
        padding-right: 0px;
    }

    .sec7 .text p {
        font-size: 15px;
        margin: 5px 0;
    }

    .sec7 .text button {
        margin-top: 20px;
    }

    .sec7 img {
        width: 103%;
        margin: auto;
        margin-left: -4px;
    }




    .sec7a {
        height: fit-content;
        padding-top: 10px;
        margin-top: -10px;
    }

    .sec7a .box {
        width: 48%;
        margin-top: 30px;
    }

    .sec7a .box img {
        width: 60px;
    }

    .sec7a .box h4 {
        font-size: 18px;
    }

    .sec7a .box p {
        font-size: 13.8px;
    }


    .sec8 .text {
        width: 90%;
        padding: 30px;
        text-align: left;
    }

    .sec8 .text h1 {
        width: 100%;
        /* text-align: center; */
    }

    .sec8 .text button {
        padding: 10px 20px;
        font-size: 15px;
        margin: 0;
        margin-top: 10px;
    }


    .sec9 img:nth-child(1) {
        display: none;
    }

    .sec9 img:nth-child(2) {
        display: block;
    }


    .sec10 img:nth-child(1) {
        display: none;
    }

    .sec10 img:nth-child(2) {
        display: block;
    }



    .sec11-heading h2 {
        font-size: 33px;
        font-weight: 600;
    }

    .sec11-clients img {
        width: 140px;
    }


    .sec12 img {
        display: none;
    }

    .sec12-container {
        display: block;
    }

    .sec12-container img {
        display: block;
    }

    .footer {
        padding: 20px;
        padding-bottom: 0;
        padding-top: 20px;
        background-size: 200% 100%;

    }

    .footer .menu ul {
        width: 100%;
        padding: 10px 0;
    }

    .footer .menu ul li {
        font-size: 14.5px;
    }

    .footer .menu ul li:nth-child(4) {
        display: none;
    }



}