@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Rouge+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@font-face {
    font-family: "Almondita";
    src: url("../js/Almondita.otf")
}
* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: "Gabarito", sans-serif;
}

:root {
    --color-ble: #C01C7A;
    --color-black: #1e1e1e;
    --color-white: white;
    --color-light: #f5f5f5;
    --color-red:#C01C7A;
    --font-rouge: "Rouge Script",
        cursive;
    --font-bebas: "Bebas Neue",
        sans-serif;
}
.bg-p{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
a,
li {
    list-style: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
}

a {
    color: #3a3a3a;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    margin: 0px;
    padding: 0px;
}

.b-r-3 {
    border-radius: 3px;
}

.container,
.container-fluid {
    padding: 0px;
}

.color-grey {
    color: rgb(80, 80, 80);
}

img {
    width: 100%;
}

.row,
ul {
    margin: 0px;
    padding: 0px;
}

.flex_prop {
    display: flex;
    align-items: center;
}

.relative {
    position: relative;
}

.bg_props {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.white {
    color: var(--color-white);
}

.margin_top {
    margin-top: 70px;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.font_12 {
    font-size: 12px;
}

.font_14 {
    font-size: 13px;
}

.font_15 {
    font-size: 15px;
}
.color_red{
    color: var(--color-red);
}
.mt_4{
    margin-top: 2rem;
}
.common_title2 {
    font-family: var(--font-young);
    font-weight: 700;
    text-transform: capitalize;
}
header{
    padding: 10px 0px; 
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.logo_img img{
    height: 55px;
    width: auto;
}
.nav-cust-li ul{
    display: flex;
    align-items: center;
    gap: 35px;
}
.nav-cust-li ul span{
    margin-top: -3px;
}
.nav-cust-li li a{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.nav-cust-li li a i{
    font-size: 12px;
    margin-top: 3px;
}
.nav-cust-li li a span img{
    height: 12px;
    width: auto;
    margin-top: -5px;
    display: none;
}
.nav-link-c{
    display: flex;
    align-items: center;
    gap: 45px;
    justify-content: space-between;
    max-width: 1400px;
}
.nav-1{
    gap: 38px;
}
.call-navv{
    display: flex;
    align-items: center;
    gap: 5px;
}
.num_c{
    font-size: 19px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}
.call-nav .font_12{
    margin-top: -6px;
}
.call-navv img{
    height: 43px;
    width: auto;
}
.exp-btn img{
    height: 19px;
    width: auto;
}
.exp-btn{
    display: inline-flex;
    align-items: center; 
    font-weight: 500;
    color: var(--color-white);
    background: linear-gradient(to right, #E77A32, #C01C7A);
    font-size: 13px;
    padding: 8px 14px;
    padding-left: 8px;
    border-radius: 50px;
    gap: 5px;
    text-transform: capitalize; 
}
.exp-btn span{
    background-color: white;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center; 
    margin-right: 1px;
}
.menu_bt{
    background-color: transparent;
    border: none;
    display: none;
}
.menu_bt img{
    height: 32px;
    width: auto;
}
.common_b{
    height: 240px;
    background-image: url("../imgs/bg/bg5.png");
}
.bread_bg{
    background-color: #fff7ee;
}
.bg_cont_br{
    gap: 7px;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}
.ol_li{
    margin-top: 12px;
}
.ol_li li{
    list-style:decimal;
    margin: 6px 0px;
}
.c_pspacing p{
    margin-top: 15px;
}
.c_pspacing h3, .c_pspacing h4, .c_pspacing h5{
    margin-top: 15px;
}
.c_pspacing ul li {
    list-style: disc;
    margin: 6px 0px;
}
.c_pspacing ul{
    padding-left: 27px;
    margin-top: 8px;
}
.toggle_c{
    pointer-events:none;
    background-color: #eee !important;
}
/**/
.searc_data{
    position: absolute;
    top: 54px;
    left: 0px;
    background-color: white;
    width: 100%;
    z-index: 9;
    font-size: 13px; 
    border-radius: 0px 0px 3px 3px;
    max-height: 120px;
    overflow-y: scroll; 
}
.searc_data1{
    display: none;
}
.searc_data2{
    display: none;
}
.searc_data_ac1{
    display: block;
}
.searc_data_ac2{
   display: block;
}
.searc_data li{
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 6px 10px;
    cursor: pointer;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.progress-bar{
    background-color: var(--color-red);
}
.active_me{
    background-color: var(--color-red) !important;
    color: white !important;
}
.searc_data li span{
    background-color: var(--color-red);
    color: var(--color-white);
    font-size: 10px;
    padding: 2px 4px;
    border-radius: 3px;
} 
.searc_data::-webkit-scrollbar {
    width: 10px;
  }
   
.searc_data::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
    
  .searc_data::-webkit-scrollbar-thumb {
    background: #888; 
  }
    
  .searc_data::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
  .des_fr{
    font-weight: 500;
    font-size: 18px;
    color: var(--color-ble);
    margin: 3px 0px;
  }
  .loader {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
  }
  .loader::after,
  .loader::before {
    content: '';  
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid var(--color-ble);
    position: absolute;
    left: 0;
    top: 0;
    animation: animloader 2s linear infinite;
  }
  .loader::after {
    animation-delay: 1s;
  }
  
  @keyframes animloader {
    0% {
      transform: scale(0);
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 0;
    }
  }
  .box_c{
    background-color: #f1f6fa;
    padding: 20px;
    border-radius: 5px;
  }
  .fr_f{
    background-color: var(--color-ble);
    color: var(--color-white);
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 1px 4px;
    border-radius: 3px;
  }
  .date_d_box{
    font-size: 14px;
  }
  .ae_img{
    border-radius: 5px;
    height: 350px;
    object-fit: cover;
  }
  .serch_p{
    font-size: 17px;
    color: var(--color-ble);
  }
  .call_uss{
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: var(--color-ble);
    font-size: 21px;
    padding: 14px;
    border-radius: 5px 5px 0px 0px;
  }
  .call_uss img{
    height: 33px;
    width: auto;
  }
  /**/
  .ui-datepicker-header{
    background-color: var(--color-ble);
    color: var(--color-white);
  }
  .ui-widget-header .ui-icon{
    filter: brightness(0) invert(1);
  }
  .ui-datepicker .ui-datepicker-next{
    background-color: transparent !important;
  }
  .ui-datepicker .ui-datepicker-prev{
    background-color: transparent !important;
  }
  .ui-datepicker-month{
    border-radius: 3px;
    padding: 4px;
    font-size: 14px;
    font-weight: 600;
    width: 35% !important;
    margin-right: 10px;
}
.arr_ds{
    width: 35px;
    height: 35px;
    background-color: var(--color-ble);
    border-radius: 3px;
    background: linear-gradient(to right, #E77A32, #C01C7A);
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    font-size: 14px;
    color: white;
    font-weight: 600;
    
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 14px;
    color: white;
    font-weight: 600; 
}
.bg_des111{
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-top: 10px;
border-radius: 3px;
}
/**/
.email_ic img{
    height: 5rem;
    width: auto;
}
.mail_in{
    display: flex;
    align-items: center;
    background-color: white;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px;
    border-radius: 5px;
}
.mail_in button{
    border: none;
}
.form_news input{
    box-shadow: none !important;
    border-radius: 0px;
    padding: 0px;
    padding-left: 10px;
    border: none;
}
.mail_in button{
    border-radius: 5px; 
    background-color: var(--color-ble);
    color: var(--color-white);
    padding: 12px 24px;  
    text-transform: capitalize;
}
.font_13{
    font-size: 13px;
}
.news_ccc{
    background-color: #fcfbf3;
    padding: 18px 30px; 
    border-radius: 5px 5px 0px 0px;
    border: 1px solid rgba(0,0,0,0.1);
}
.destination-gr-cont{
    position: relative;
}
.destination-gr-cont::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    border-radius: 5px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
   
}
.destination-gr-cont img{
    height: 340px;
    object-fit: cover;
    border-radius: 5px;
}
.gr-destination{
    padding: 0px 10px;
    display: flex;
    width: 100%;
}
.dest-gr-g{
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 75%;
    z-index: 2;
}
.gr_g{
    display: inline-flex;
    background-color: var(--color-white);
    padding: 7px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
}
.font_15_1{
    font-size: 14px;
}
.dest-gr-g2{
    width: 50%;
}
.destination-slider img{
    height: 250px;
}
.destination-slider .dest-gr-g{
    width: 90%;
}
.destination-slider .dest-gr-g .gr_g{
    font-size: 14px;
}
.destination-gr-cont{
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
}
.gr-destination img{
    transition: 0.3s;
}
.destination-gr-cont:hover img{
    transform: scale(1.1);
}
.deals-title{
    font-weight: 600;
    font-size: 20px;
}
.deals-container{
    border-top: 1px solid rgba(0,0,0,0.1); 
} 
.deals-image img{
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 12px;
    height: 260px; 
    object-fit: cover;
}
.read_more{
    color: var(--color-white);
    background: linear-gradient(to right, #E77A32, #C01C7A);
    font-size: 14px;
    padding: 7px 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    border-radius: 3px;
}
/*Modal*/
.pop_airliness{ 
    position: relative;
}
 
.air_title{
    font-weight: 500;
    font-size: 21px;
    border-radius: 0px 0px 100px 100px;
    background-color: #DE1F26;
    color: var(--color-white);
    padding: 16px 10px;
    padding-top: 12px;
    position: relative;
    z-index: 1;
}
.air_title::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    height: 50px;
    width: 100%;
    background-color: #DE1F26;
    border-radius: 0px 0px 100px 100px;
    opacity: 0.1;
    z-index: -1;
}
.air_head_up{
    background-color: #168BC6; 
    padding: 8px 12px;
    border-bottom: 1px solid white;
}
.air_head_up p{
    font-size: 15px;
}
.tel_t img{
    height: 22px;
    width: auto;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.offer_exx p{
    font-weight: 500;
    font-size: 22px;
    color: #36495A;
}
.list_air{
    padding: 0px 5px;
    margin-top: 22px;
    font-size: 17px;
}
.list_air ul{
    gap: 10px;
    padding-bottom: 4px;
    border-bottom: 1px dashed #09a62e;
    color: #09a62e;
    flex-wrap: wrap;
}
.list_air ul li{
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
}
.list_air ul li img{
    height: 15px;
    width: auto;
}
.call_btns_air .tel_t{
    background-color: #36495A;
    color: white;
    padding: 11px 7px;
    gap: 7px !important;
    font-size: 25px;
}
 
.call_btns_air .tel_t img{
    height: 32px;
}
.res_hoy p{
    font-size: 29px;
    font-weight: 500;
    color: #074a8e;
}
.tick_ul_air ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 13px;
}
.tick_ul_air li{
    text-align: center;
    background-color: #168BC6;
    color: var(--color-white);
    padding: 11px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
     border-radius: 0px 10px 10px 0px;
}
.tick_ul_air li img{
    height: 22px;
    width: auto;
}
.sec_c{
    margin-top: 30px;
}
.ass_a{
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 5px;
    margin-top: -10px;
}
.sec_c{
    padding: 8px 0px;
    border-top: 2px dashed #074a8e;
}
.cust_ii img{
    height: 190px;
    width: auto;
}
.air_img{
    width: 75%;
    margin: auto;
}
.tick_ul_air li:nth-child(even) {
    border-radius: 10px 0px 0px 10px;
}