@media (max-width: 1540px) {
    .mobile-p {
        width: 70%;
    }
}



@media (max-width: 1360px) {
    .icon-box {
        height: initial;
    }

    .tour-box {
        width: 44%;
    }

    .tours-content {
        justify-content: center;
    }

    .team-member {
        width: 44%;
    }
}


@media (max-width: 1295px) {
    .banner-content {
        justify-content: center;
    }
}


@media (max-width: 1280px) {
    .bg {
        display: none;
    }

    .mobile {
        flex-wrap: wrap;
        justify-content: center;
    }

    .mobile-img img {
        position: relative;
    }

    .mobile-app {
        margin-top: 100px;
        margin-bottom: 0;
    }
}



@media (max-width: 1250px) {
    .home-img {
        display: none;
    }

    .partner-box {
        text-align: center;
        width: 260px;
        margin: 30px 0;
    }

    .about {
        flex-wrap: wrap;
    }

    .about-text {
        width: 100%;
    }


    .about-icons {
        width: 100%;
        padding: 50px 0;
    }

    .icon-box {
        width: 42%;
    }




}


@media (max-width: 990px) {
    .contact-content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .contact-text {
        margin-left: 0;
        margin-top: 50px;
    }
}


@media (max-width: 920px) {
    .team-member {
        width: 60%;
    }

    .our-team {
        justify-content: center;
    }
}


@media (max-width: 790px) {
    .tour-box {
        width: 80%;
    }

    .modal {
        width: 80%;
    }
}




@media (max-width: 750px) {
    .slide-out {
        background-color: white;
        color: black;
        top: 0%;
        box-shadow: 0px 5px 0px 0px rgb(0 0 0 / 20%);
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .hamburger-menu {
        display: flex;
    }

    header ul {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 500px;
        justify-content: center;
        top: -80%;
        position: absolute;
        left: 0;
        transition: all .5s ease-in-out;
        width: 100%;
        z-index: 11;
        margin: 0;
        padding: 0;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .navbar-content ul a {
        margin: 20px 0;
    }

    .icon-box {
        width: 40%;
    }

    .footer-content {
        flex-wrap: wrap;
    }

    .footer-content .logo {
        width: 100%;
        text-align: center;
    }

    .socials {
        width: 100%;
        text-align: center;
        margin: 50px 0;
    }

    .powered-by {
        width: 100%;
        text-align: center;
    }


    .banner-content img {
        width: 100%;
    }

    .mobile-img img {
        width: 100%;
    }

    .team-member {
        width: 80%;
    }



}


@media (max-width: 628px) {
    .icon-box {
        width: 80%;
        margin: 20px 0;
    }

    .about-icons {
        justify-content: center;
    }

    .our-partner {
        justify-content: center;
    }
}


@media (max-width: 600px) {
    input {
        width: 40%;
    }
    
    .team-member {
     flex-wrap: wrap;
     justify-content: Center;
    }

}


@media (max-width: 450px) {

    .home {

        margin-top: 30px;
    }
    
    .member-details {
      width: 30% 
    }
    

    .home-text h1 {
        width: 100%;
        font-size: 45px;
        line-height: 55px;
    }

    .home-text p {
        width: 100%;
    }

    .mobile-content h2 {
        padding: 0 20px;
    }

    .checked {
        padding: 0 20px;
    }

    .mobile-p {
        padding: 0 20px;
    }

    .tours {
        padding: 0;
    }

    .member-image {
        width: initial;
    }

    .mobile-p {
        width: 100%;
    }
    
        @media (max-width: 500px) {
        iframe {
            height: initial;
        }
}