
@media (max-width: 1600.98px) { 
   .download-app .illustration {
	    left: -18%;
    }
 }

@media (max-width: 1440.98px) { 
    .download-app .illustration {
        left: -10%;
    }
}
@media (max-width: 1366.98px) { 



    :root {
        --text-xl:16px;
        --text-4xl: 30px;
        --text-2xl:20px;
        --text-base:14px;
    }

    .download-app .illustration {
        left: -20%;
    }

       

    section, .section {
	    padding: 60px 0;
    }


    .swiper-full-mobile {
        height: 490px;
    }

    .swiper-container {
        max-width: 70%;
    }

    .swiper-full-mobile::before {
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }
    .swiper-full-mobile .swiper-slide img {
        margin: 30px 28px 0;
    }


}
@media (max-width: 1199.98px) { 
    :root {
        --text-3xl: 25px;
       
    }

    section, .section {
	    padding: 40px 0;
    }

    
    .home-banner .logo{
        max-height: 120px;
    }


    .home-banner .swiper {
        width: 100%;
    }

    .swiper-full-mobile::before{
        width: 100%;
     }

    .swiper-full-mobile .swiper-slide img {
        max-width: 90%;
        height: auto;
        margin-left: 15px
    }

    .swiper-full-mobile {
        height: auto;
    }

    .webshows{
        margin-bottom: -25px;
    }

    .swiper-full-mobile::before {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .banner-mobile-illustration{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .swiper-container {
	    max-width: 85%;
    }
}

@media (max-width: 991.98px) { 
    
}


@media (max-width: 767.98px) { 
    .swiper-full-mobile::before {
        border-top-left-radius: 55px;
        border-top-right-radius: 55px;
    }

    
    section, .section {
        padding: 20px 0;
    }


    .home-banner{
        padding-bottom: 0;
    }

    .home-banner .logo{
        max-height: 100px;
    }

    .btn-outline {
        padding: 14px 28px;
    }

    .home-banner .swiper{
        max-width: 90%;
        margin: 0 auto !important;
    }

    .home-banner .swiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .about-tuktuki .logo {
        max-height: 60px;
    }

    .about-us,.download-app{
        padding:40px 0;
    }
    

    .about-tuktuki p {
        max-width: 100%;
    }

    .about-us .yellow-arr {
        max-height: 80px;
    }

    .qr {
        max-height: 140px;
        max-width: 140px;
    }
    .btn-solid {
        padding: 7px 14px;
    }

    .footer .footer-links{
        padding-top: 25px;
        padding-bottom: 25px;
        position: relative;
        margin-bottom: 0;
    }

     .footer .footer-links::after{
        content:"";
        border-bottom: 2px solid var(--stone-700);
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
    }
    .footer .footer-links:last-child{
        padding-bottom: 0;
    }

     .footer .footer-links:last-child::after{
        display: none;
     }

    .privacy-policy h4 {
	    margin-bottom: 15px;
    }

    .privacy-policy h1 ,.data-deletion-policy h3{
        margin-bottom: 30px;
    }
 }




@media (max-width: 575.98px) { 
 


    

   

 }


