@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Noto Sans", sans-serif;
}

:root {
    --b: #1270E1;
    --p: #EF3A69;
    --d: #11172B;
    --w: white;
}

.container,
.container-fluid {
    padding: 0px;
}

.row {
    margin: 0px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    padding: 0px;
}

li,
a {
    list-style: none;
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    margin-bottom: 0px;
}

img {
    width: 100%;
}

.font_12 {
    font-size: 12px;
}

/**/
.w {
    color: var(--w);
}

.hh {
    padding-bottom: 10px;
    padding-top: 4rem;
    background-color: var(--d);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../imgs/bg.png");
    position: relative;
    z-index: 1; 
}

.hh::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left bottom, var(--d), rgba(0, 0, 0, 0.1), var(--d));
    z-index: -1;
}

.title {
    font-weight: 600;
    font-size: 27px;
}

.header-c {
    padding: 10px 0px;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.l-img img {
    height: 45px;
    width: auto;
}

.links ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.links ul li a {
    color: var(--d);
    font-weight: 600;
    font-size: 14px;
}

.link_a {
    gap: 3px !important;
    color: var(--b);
}

.link_a li a {
    border-radius: 50px;
    padding: 5px 12px;
    padding-left: 7px;
    font-weight: 700 !important;
    display: flex;
    gap: 5px;
    color: var(--b) !important;
    font-size: 12px !important;
}

.link_a li a img {
    height: 20px;
    width: auto;
}

.req_btn {
    background-color: var(--b);
    color: var(--w);
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    gap: 7px;
}
.req_btn span{
    border-radius: 50%;
    width: 31px;
    height: 31px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content:center;
}
.req_btn img{
    height: 18px;
    width: auto;
    filter: brightness(0) invert(0);
}
.semi_t {
    color: var(--b);
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 6px;
    text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6{
    margin-bottom: 0px;
}
.flex_prop {
    display: flex;
    align-items: center;
}

.semi_t {
    gap: 7px;
}

.line_b {
    height: 12px;
    width: 2px;
    background-color: var(--b);
    display: inline-flex;
    transform: rotate(6deg);
}

.white {
    color: var(--w);
}

.margin_top {
    margin-top: 60px;
}
 

.so-img img {
    height: 22px;
    width: auto;
}

.so_g {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 13px 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.so-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--b);
    border: 2px dashed var(--w);
}

.f-ul2 li a {
    color: var(--white);
}

.f-h {
    margin: 0px 6px;
}

 .form_m_m {
    margin: 0px -6px;
 }

.f-h input {
    border-radius: 3px;
}

.f-h input:focus {
    box-shadow: none;
}

.f-m {
    background-color: var(--w);
    padding: 14px 12px;
    border-radius: 3px;
}

.f-m img {
    height: 20px;
    width: auto;
}

.f-m input {
    background-color: transparent;
    border: none;
    padding: 0px;
    font-size: 12px;
    font-weight: 700;
}

.f-h label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

.se-btn {
    background-color: var(--p);
    color: var(--w);
    height: 54px;
    width: 100%;
    border: none;
    font-weight: 600;
    border-radius: 3px;
}

.btns-way {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.toggle_c{
    pointer-events:none;
    background-color: #eee !important;
}
.btns-way button {
    background-color: transparent;
    color: var(--w);
    border: none;
    padding: 8px 13px;
    font-weight: 600;
    font-size: 13px;
    border-radius: 3px 3px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;

}
.btns-way button img{
    height: 15px;
    width: auto;
}
.airline-g {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 20px;
}

.air-img {
    padding: 0px;
    border-radius: 3px 3px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}

.air-img img {
    height: 50px;
    width: 90px;
    object-fit: contain;

}

.title-t {
    font-weight: 600;
    font-size: 23px;
    color: var(--d);
    text-transform: capitalize;
}

.pr-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.font_14 {
    font-size: 13px;
}

.pr-t {
    font-size: 16px;
    line-height: 27px;
    color: var(--b);
    font-weight: 600;
}

.pr-c {
    padding: 16px 17px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid rgba(86, 86, 86, 0.1);
}

.pr-c .font_15 {
    color: grey;
    font-weight: 600;
    font-size: 12px;
}

.pr-c img {
    height: 52px;
    width: auto;
    margin-bottom: 6px;
}

.relative {
    position: relative;
}

.pr-n {
    font-weight: 700;
    font-size: 35px;
    position: absolute;
    top: 10px;
    right: 20px;
    opacity: 0.8;
}

.font_13 {
    font-size: 13px;
}

 


.bg-a::after {
    content: "";
    position: absolute;
    left: -30px;
    top: -20px;
    height: 100%;
    width: 24%;
    background-color: #FBF5F5;
    z-index: -1;
    border-radius: 10px;

}

 

.am-img2 {
    border-radius: 5px;
    height: 335px;
    object-fit: cover;
}

.tick li {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}

.tick li img {
    height: 26px;
    width: auto;
}

/**/
.call_aa {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background-color: var(--b);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    border-radius: 5px 0px 0px 5px;

}

.call_aa img {
    height: 25px;
    width: auto;
    animation: buzz_a 2s infinite;
}

.link_ss {
    padding: 3px 0px;
    justify-content: flex-end;
}

.links {
    width: 100%;
    margin-left: 35px;
}

@keyframes buzz_a {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(5px)
    }

    50% {
        transform: translateX(-5px)
    }

    75% {
        transform: translateX(5px)
    }

    100% {
        transform: translateX(0)
    }
}

.close_nav {
    display: none;
}

.des_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.destin_cont::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 75%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.0));
    border-radius: 5px;
}

.destin_content {
    position: absolute;
    top: 10%;
    width: 100%;
    height: 100%;
    padding: 40px;
    z-index: 9;
}
 
 
.destin_img img {
    height: 360px;
    border-radius: 5px;
    object-fit: cover;
}
.img_desti{
    position: absolute;
    top: 0px;
    left: 10px;
    width: 79%;
    height: 100%;
}
.des_sml {
    font-weight: 600;
    width: 70%;
}

.exp_btn11 {
    position: absolute;
    bottom: 50px;
    right: 20px;
    background-color: var(--w);
    color: var(--d);
    font-size: 13px;
    padding: 9px 24px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}
 
.title_desti {
    font-size: 20px;
    font-weight: 500;
    background-color: var(--w);
    color: var(--b);
    display: inline-flex;  
    padding: 6px 20px;  
    padding-top: 11px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 30px; 
    margin-left: 15px;
}

.hot_s {
    position: absolute;
    top: -12px;  
    background-color: rgb(225, 225, 0);
    color: var(--d);
    display: inline-flex;
    font-weight: 600;
    font-size: 10px;
    padding: 2px 7px;  
}
.common_banner{
    background-color: var(--d);
    padding: 2.5rem 0px;
}
.common_banner h3{
    font-weight: 700; 
}
.sp_spacing h1, .sp_spacing h2, .sp_spacing h3, .sp_spacing h4, .sp_spacing h5, .sp_spacing h6{
    margin-top: 14px;
    font-weight: 600;
}
.sp_spacing p{
    margin-top: 14px;  
}
.sp_spacing ol, .sp_spacing ul{
    margin-top: 7px;
}
.sp_spacing ul{
    padding-left: 25px;
}
.sp_spacing ul li{
    list-style: disc;
    margin: 11px 0px;
}
.sp_spacing ol li{
    list-style: disc;
    margin: 11px 0px;
}
.menu_btn{
    display: none;
}
/**/
.ab_bg{
    background:#f6fbfd;
}
.common_title{
    font-size: 25px;
    font-weight: 600;
    line-height: 37px;
}
.flights_ab img{
    border-radius: 10px;
    height: 500px;
    object-fit: cover;
}
.color_blue{
    color: var(--b);
}
.semi_about{
    font-size: 14px;
}
.color_grey{
    font-size: 14px;
    color: grey;
    line-height: 25px;
}
.ab_img img{
    height: 330px;
    object-fit: cover; 
    border-radius: 10px 10px 0px 0px;
}
.ab_cont_semi{
    background-color: var(--d);
    color: white;
    padding: 30px;
    border-radius: 10px 10px 0px 0px;
}
.ab_cont_semi p{
    font-size: 14px;
}
.connect_with{
    display: inline-flex;
    background-color: var(--w);
    color: black;
    font-size: 15px;
    border-radius: 50px;
    padding: 12px 35px;
    font-weight: 600;
}
.connect_with_ab{
    background-color: var(--b);
    color: white;
}
/*Footer*/
 .footer_bg{
    padding: 0px 2rem;
 }
.connect_btn {
    background-color: var(--w);
    border-radius: 50px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: var(--b);
}

.about_f {
    background-color: var(--b);
    border-radius: 20px;
    padding: 30px;
    height: 100%;
}

.logo_f { 
    background-color: var(--color-w); 
}

.logo_f img {
    height: 35px;
    width: auto;
    filter: brightness(0) invert(1);
}

.title-f {
    font-size: 20px;
    font-weight: 500;
}

.f-title {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.foo-ul li a {
    color: var(--color-w);
    font-size: 14px;
    font-weight: 500;
}

.foo-ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.foo_soc {
    gap: 10px;
}

.foo_soc li a {
    width: 33px;
    height: 33px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--w);
    color: var(--d);
}

.foo_soc li a i {
    font-size: 14px;
}
.ul_1_f{
        flex-wrap: wrap;
        padding-left: 25px;
        gap: 10px 40px;
}
.ul_1_f li{
    list-style: disc;
}
.ul_1_f li a {
    color: var(--color-w);
    font-size: 14px;
}
.bg_b_f p {
    color: var(--b);
    display: inline-flex;
    margin-right: -30px;
    padding: 7px 8px 7px 15px;
    border-radius: 50px 0px 0px 50px;
    background-color: var(--w);
    font-weight: 600;
    font-size: 14px;
}
.footer_title{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 9px;
    text-transform: uppercase;
    font-style: italic;
}
.table-responsive table{
    width: 100%;
    margin-top: 16px;
    border: 1px solid rgba(0,0,0,0.1);
}
.table-responsive table tr:nth-child(even){
    background-color: #eee;
}
.table-responsive table thead{
    background-color: var(--b);
    color: white;
}
.table-responsive table td, .table-responsive table th{
    padding: 10px;
}
/**/
.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;
    color: black;
    cursor: pointer;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.progress-bar{
    background-color: var(--b);
}
.color_red{
    font-family: var(--font-dm);
    color: black !important;
}
.active_me{
    background-color: var(--b) !important;
    color: white !important;
}
.searc_data li span{
    background-color: var(--p);
    color: white;
    font-size: 10px;
    padding: 2px 4px;
    border-radius: 3px;
}
.ti-control{
    font-size: 30px;
}
.color_grey{
    font-size: 13px;
    color: grey;
}
.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(--b);
    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(--b);
    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(--b);
    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: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: var(--b);
    font-size: 21px;
    padding: 14px;
    border-radius: 5px 5px 0px 0px;
  }
  .call_uss img{
    height: 33px;
    width: auto;
  }
  /**/
  .ui-datepicker-header{
    background-color: var(--b);
    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(--b);
    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;
}
.active_me{
    background-color: var(--b) !important;
    color: white !important;
}
.banner_common_cust{
    padding: 6rem 0px;
}
.banner_common_cust{
    background-image: url('../imgs/reservarmiviajes-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.banner_common_cust::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right top, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
    z-index: -1;
}
.title_common{
    font-size: 32px;
    font-weight: 700;
    line-height: 55px;
}
.ofertas_bg{ 
    color: white; 
    display: inline-flex;
    font-size: 15px;
    border-radius: 3px;
}
.banner_a_btnss a{
    color: white;
    background: linear-gradient(to right, #1270e1, #004ca8);
    border-radius: 5px;
    padding: 16px 25px;
    font-weight: 600;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.banner_a_btnss a img{
    height: 25px;
    width: auto;
}
@media screen and (max-width: 992px) {
    .links {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 99; 
        margin: 0px;
        display: none;
    }
    .links_active{
        display: block;
    }
    .menu_btn{
        background-color: transparent;
        border: none;
        display: flex;
    }
    .menu_btn img{
        height: 40px;
        width: auto;
    }
    .link_ss {
        background-color: white;
        flex-direction: column;
        width: 45%;
        position: relative;
        height: 100%;
        padding: 20px;
        justify-content: center;
    }

    .link_ss ul {
        flex-direction: column;
    }

    .link_ss ul span {
        display: none;
    }

    .link_a {
        display: none !important;
    }

    .close_nav {
        position: absolute;
        top: 10px;
        right: 15px;
        width: 30px;
        height: 30px;
        padding: 8px;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        background-color: var(--b)
    }
}

@media screen and (max-width: 568px) {
    .link_ss {
        width: 100%;
    }

    .req_btn {
        width: 100%;
        padding: 13px 0px;
    }
    .menu_btn img{
        height: 32px;}
        .title_common {
    font-size: 24px;
        line-height: 39px;
}
.banner_a_btnss a{
    display: flex;
    width: 100%;
    font-size: 20px;
}
.banner_a_btnss_none{
    display: none !important;
}
.banner_common_cust{
    padding: 7rem 0px;
}
}
 
/**/
.process_cont_1{
    padding-bottom: 14px;
}
.process_title{
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 3px;
}
.process_cont_1{
    gap: 10px;
}
.process_cont_1_img img{
    height: 50px;
    width: auto;
}
.grey_font{
    font-size: 12px;
    color: grey;
}
.touch_grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 40px;
}
.touch_title{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
    color: var(--b);
}
.touch_para{
    color: grey;
    font-size: 15px;
}
.touch_img{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--b);
    border-radius: 50%;
    margin-bottom: 8px;
}
.touch_img img{
    height: 45px;
    width: auto;
}
.touch_container{
    background: #f7fbff;
    padding: 20px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px
}
.touch_content{
    width: calc(100% - 70px);
}
.flights_grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
}
.flight_iconn img{
    height: 15px;
    width: auto;
}
.flight_semi_container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.flight_rounte{
    font-weight: 600;
    font-size: 15px;
}
.flights_container{
    background: #f7fbff;
    padding: 27px 20px;
    border-radius: 10px;
    text-align: center;
}
.accordion-button:not(.collapsed){
    background-color: var(--b);
    color: white;
}
.accordion-button{
    font-weight: 600;
    font-size: 17px;
    padding: 22px 17px;
    box-shadow: none !important;
}
.accordion-body p{
    color: grey;
    font-size: 15px;
}
.accordion-button:not(.collapsed)::after{
   filter: brightness(0) invert(1);
}
.llama_bg{
    background-color: black;
    padding: 4rem 0px;
    background-image: url(../imgs/reservarmiviajes-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.llama_bg::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
}
.vuelos_title{
font-size: 31px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
}
.req_btn_1{
    font-size: 17px;
    padding: 12px 20px;
}