@media screen and (max-width:1400px) {


    .vacation_content_box p {
        width: 70%;
    }
     .carousel_img::before {
        display: none !important;
    }

}

@media screen and (max-width:1200px) {

    .travel_experience,
    .adventure_section {
        padding-block: 70px;
    }

    .my_carousel img {
        height: 500px;

    }

    .my_carousel h5 {
        font-size: 70px;
        line-height: 4.5rem;


    }
    

    .destination_box {

        width: 70%;
        padding-top: 40px;

    }

    .vision_mission_box {
        height: 260px;
    }

    .travel_experience_box {
        width: 80%;

    }



    .scale_text,
    .scale_text2 {
        width: 80%;
    }

    .experience_content_box img {
        height: 450px;
    }

    .ab_small_imgs img {
        height: 225px;
    }
}

/* for normal screen laptop */
@media screen and (max-width:992px) {
    .myNav .nav-link.active::before {
        content: '';
        /* background-color: rgba(233, 40, 40, 0.942);  */
        color: rgba(233, 40, 40, 0.942);
        height: 2px;
        width: 0;


        position: absolute;
        left: 0;
        bottom: -1px;
        transition: all 0.3s ease;
        z-index: 2;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        color: rgba(233, 40, 40, 0.942);
    }

    .my_carousel img {
        height: 450px;
    }


    .experience_content_box {
        margin-top: 30px;
    }

    .famous_destination_box {
        margin-bottom: 20px;

    }

   

    .travel_experience_box {
        width: 100%;

    }

      .carousel_img::before {
        display: none !important;
    }

    .vision_mission_box{
        margin-bottom: 0;
    }

    .directionReverse{
        display: flex;
        flex-direction: column-reverse;
    }

    .top_nav{
        display: none;
    }

    .mobile_topNav{
        display: block;
    }
}

/* for tablet */
@media screen and (max-width:767px) {
  

    .my_carousel img{
        height: 400px;
    }

  

  

    .destination_box {
        text-align: center;
        width: 90%;



    }

    .destination_content_box h2 {
        font-size: 36px;
    }

    
    .travel_experience_box h2{
        font-size: 32px;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        display: none;

    }

    

}

@media screen and (max-width:600px) {
   

    .greenfield_content_box {
        /* margin-top: 40px; */
    }

        .greenfield_content_box h2 {
        width: 100%;
        font-weight: 600;
        font-size: 32px;
    }

    .my_carousel img {
       height: 350px;
    }
    .common_heading {
        font-size: 32px;
        font-weight: 600;
    }

    .destination_box {
        width: 100%;
    }
    .destination_content_box h2 {
        font-size: 32px;
        font-weight:600;
    }

    
.adventure_right_content_box h4 {
    font-size: 32px;
    font-weight: 600;
}
.vacation_content_box h2{
    font-size: 32px;
    font-weight: 600;
}


    .vacation_content_box p {
        width: 100%;
    }
}

@media screen and (max-width:300px) {
   
    .experience_content_box {
        display: none;
    }

    .service_content {
        height: 220px;
    }

    .vision_mission_box {
        height: 300px;
    }

    .travel_experience_box h2 {
        font-size: 30px;

    }

    .vacation_content_box p {
        width: 100%;
    }

    .ft_second p {
        font-size: 14px;
    }

}