

    .bg_deals {
        background-image: url("../imgs/deals_banner.png");
        background-attachment: fixed;
    }
.know_more_btn{
    background-color: var(--color-must);
    color: var(--color-white);
    padding: 12px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.aero_plan_icon{
    height: 80px;
    width: auto;
     opacity: .1;
     display: none;
}

/* .starting_from{
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: rgba(255,255,255,0.4);
    padding: 5px 10px;
} */
.small_para{
    font-size: 14px;
}
.steps_img img{
    height: 65px;
    width: auto;
}
.book_grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}
.border_dots{
    border: 1px dashed rgba(0,0,0,0.2);
}
.book_container{
    border: 1px solid rgba(0,0,0,0.2);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    background-color: var(--color-white);
}
.img2{
    margin-top: -14rem;
    margin-left: -8rem;
    width: 400px;
}
.img2 img{
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    width:100%;
}
.border_radius img{
    border-radius: 5px;
}

.about_img img{
   object-fit: cover;
   box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
   width:100%;
}
/*Escape*/
.escape_bg {
    background-image: url("/images/home/trip_banner.webp");
    /* background-attachment: fixed; */
}
.book_trip {
    background-image: url("/images/home/pattern.jpg");
    color: var(--color-black);
    padding: 30px 40px;
    justify-content: space-between;
    width: 80%;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
    .book_trip a {
        text-decoration: none;
        color: var(--color-green);
    }
        .book_trip a:hover {
            color: var(--color-green-dark);
        }
        .book_now {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: var(--color-black);
            color: var(--color-white);
            padding: 10px 20px;
            gap: 5px;
            border-radius: 50px;
        }
.book_now span{
    font-size: 18px;
}
.width_1{
    width: 70%;
}
.trip_title{
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}
.line_book_trip{
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 100px;
    width: 7px;
    background-color: var(--color-must);
    border-radius: 0px 5px 5px 0px;
}
.margin_left{
    margin-left: 100px;
}
.common_title_es{
    font-size: 30px;
    line-height: 38px;
}
/**/

.desti_content{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    padding: 8px;
}
.desti_content p{
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--color-black);
    margin:0;
}
.read_more{
    background-color: var(--color-must);
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}
.read_more span{
    color: var(--color-white);
    
}
/*Clients*/
.img_star img{
    height: 40px;
    width: auto;
}
.testi_grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}
.testi_profile img{
    height: 20px;
    width: auto;
    margin: auto;
}
.testi_container {
height:100%;
padding-bottom:25px;
}
.text-sec {
    text-align: center;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height:100%;
}
.arrow_down {
    height: 30px;
    position: relative;
}
.arrow_down span{
position:absolute;
top:12px;
}

.name_person{
 font-weight: 600;
 font-size:16px;
 position:relative;
}

    .name_person:after{
        height:2px;
        width:50%;
        position:absolute;
        bottom:-5px;
        background:var(--color-black);
        content:"";
        left:0;
    }

    .testi_flex {
        flex-direction: column;
    }
.cust_align{
    text-align: start !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{
    background-color: var(--color-purple) !important;
}
.pagination_none{
    display: none !important;
}
@media screen and (max-width: 1600px){
    .width_1 {
        width: 60%;
    }
    .testi_container{
        padding: 15px;
    }
}
@media screen and (max-width: 1400px){
    .book_trip{
        width: 90%;
    }
}
@media screen and (max-width: 1300px){
    .air_img img {
        height: 200px;
}
}
@media screen and (max-width: 1200px){
    .book_trip {
        width: 50%;
        margin-top: 20px;
    }
    .book_grid {
        display: grid;
        grid-template-columns: repeat(3,1fr);
}
.center_center{
    text-align: center;
}
}
@media screen and (max-width: 1024px){
    .air_grid {
        display: grid;
        grid-template-columns: repeat(3,1fr)}
}
@media screen and (max-width: 992px){
    .air_img img {
        height: 200px;
}
.img2 {
    margin-top: -14rem;
    margin-left: -8rem;
    width: 300px;
}
.about_img {
    height: 100%;
}
.air_title {
    font-size: 16px;}
    .steps_img img {
        height: 55px;
    }   
    .book_trip{
        width: 60%;
        padding:20px 30px;
    } 
}
@media screen and (max-width: 768px){
    
    .air_grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 15px;
    }
    .book_grid{
        grid-gap: 10px;
    }
    .book_trip{
        width: 70%;}
        .trip_title {
            font-weight: 700;
            font-size: 18px;}
            .book_now{
                font-size: 14px;
            }
            .common_title_es {
                font-size: 24px;
                line-height: initial;
            }
            .desti_content p{
                font-size: 16px;
            }
            .img_star img {
                height: 30px;
                width: auto;
            }
}
@media screen and (max-width: 568px){
    .air_title {
        font-size: 14px;}
        .air_title::after{
            width: 80px;
        }
        .air_img img {
            height: 120px;
        }
        .book_grid {
            grid-template-columns: repeat(2,1fr);
        }
        .book_trip{
            width: 100%;}
            .small_para {
                font-size: 12px;
            }
                .air_content {
                    padding: 0px 10px;
                }
                .air_title::after{
                    height: 4px;
                }
                .air_grid{
                    grid-gap: 10px;
                }
                .book_trip {
                    flex-direction: column;
                    text-align: center;
                }
                .width_1 {
                    width: 100%;
                }
                .book_trip{
                    padding: 15px;
                }
                .desti_content p {
                    font-size: 12px;
                }
                .desti_content{
                    padding: 5px;
                }
                .read_more{
                    width: 35px;
                    height: 35px;
                }
                .read_more span{
                    font-size: 18px;
                }
                .testi_container{
                    padding: 10px 15px;
                }
                .footer_logo img {
                    height: 50px;}
                    .social_footer a{
                        width: 35px;
                        height: 35px;
                    }
                    .footer_title {
                        font-size: 18px;
                    }
                    .line2 {
                        height: 4px;
                    }
                    .line1{
                        height: 2px;
                    }
                    .line1 {
                        width: 90px;}
                        .line2{
                            width: 40px;
                        }
                        .footer_ul li a span{
                            font-size: 18px;
                        }
                        .hr {
                            margin: 8px 0px;
                        }
                        .book_container{
                            padding: 10px;
                        }
                        .steps_img img {
                            height: 50px;
                        }
                        .common_title_es {
                            font-size: 17px;}
                            .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
                                position: relative;
                                margin-top: 10px;
                                bottom: 0px !important;
                            }
                            .pagination_none{
                                display: flex !important;
                            }
}
@media screen and (max-width: 412px){
    .book_grid{
        grid-template-columns: repeat(1,1fr);
    }
}
.swiper-slide{
    height:100%;
}
.testi_align {
    height: 100%;
}