/* media queries for Mobiles Sizes */




@media (max-width: 767px) {


    /* .left-content {
        margin-left: 0 !important;
    } */
    .video {
        width: 100% !important;
        height: 230px !important;
        border: 5px solid white !important;

        border-radius: 20px !important;
    }

    .embed-responsive-item {
        border-radius: 15px !important;
    }

    .icon-overlay {
        top: 38%;
        left: 44%;
        width: 50px;
        height: 50px;
    }
}



@media screen and (max-width: 600px) {
    .brand-imgs {
        max-width: 100%;
        height: fit-content;
        padding: 20px 10px 20px 10px;

    }

    .f-logo-cont {
        padding: 0px 20px !important;
    }

    .fb-container {
        display: block;
        justify-content: center;
        padding-bottom: 15px;
    }

    .footer-btext {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer-btextsnd {
        width: 100%;
    }

    .img-link {
        max-width: 33%;
    }

    .img-link .brand-imgs {
        max-width: 100%;
        height: fit-content;
        padding: 20px 10px 20px 10px;
    }
}




/* media queries for Tablete Sizes */
@media (max-width: 992px) {
    .navigationbar .logo img {
        width: 85px !important;
        object-fit: cover;
        left: 3px !important;
    }

    .left-content {
        margin-left: 0px !important;
    }

    .topbar .topbar-btn img {
        width: 120px;
        height: 33px;
        object-fit: cover;
    }

    .section1 h2 {
        font-size: 20px;

    }

    p {
        font-size: 15px;
    }

    .icon-overlay {
        left: 45%;
    }
    .Featured-tour {
        width: 40%;
    }
    
    .image-gallery {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .video {
            width: 100%;
            height: 420px;
            border: 10px solid white;
            border-radius: 45px;
        }
    
        .embed-responsive-item {
            border-radius: 30px;
        }
}






/* media queries for Mobiles Sizes */

@media (max-width: 1024px) {
    .navigationbar .navbar-nav li {
        font-size: 14px !important;
    }
}



@media (min-width: 992px) and (max-width: 1024px) {
    .topbar-links a {
        font-size: 14px !important;
        /* margin-left: -8px; */
    }

    .navigationbar .logo img {
        width: 170px;
    }

    .video {
        width: 100%;
        height: 550px;
    }
}


@media screen and (max-width: 1000px) {
    .left-text {
        margin-bottom: 20px;
    }
}

@media (max-width: 320px) {
    .video {
        width: 100% !important;
        height: 150px !important;
        border: 3px solid white !important;
        border-radius: 20px !important;
    }
}