@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css"); 

* {
  box-sizing: border-box;
  padding: 0 ;
  margin: 0 ;
}
body{
    font-family: "Poppins", sans-serif;
    background-color: #FBFCFF;
}
img{
    object-fit: cover;
}
a{
    color: inherit;
    text-decoration: none;
}
@font-face {
  font-family: 'Windhavi';
  src: url('fonts/f24q3204-windhavi-windhavi-regular-400.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* header css start */
#headerCntr{
    img.head-logo{
        width: 205px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px 18px;
        font-size: 18px;
    }
    .navbar-toggler{
        border: none !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: 13px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }

    /* --------------customer support in header start--------------- */
    .phone_numberbtn {
        text-align: right;
        font-size: 12px;
        color: #1F1F1F;
        position: relative;
        font-weight: 400;
        .toll-free-number {
            font-weight: 500;
            font-size: 14px;
            color: #000000;
            text-decoration: none;
            padding: 5px 10px 5px 5px;
            background: #ffffff00;
            border-radius: 5px;
            position: relative;
            display: flex;
            margin-top: 3px;
        }
      }
      .phone_numberbtn .toll-free-number img {
        margin: 0 6px;
      }
      .phone_numberbtn .toll-free-number .bi-chevron-up {
        display: none;
      }
      .phone_numberbtn .toll-free-number:hover, .phone_numberbtn .toll-free-number.active{
        background: #e8eef6;
      }
      .phone_numberbtn .toll-free-number.active .bi-chevron-up {
        display: inline-block;
      }
      .phone_numberbtn .toll-free-number.active .bi-chevron-down{
        display: none;
      }
      .phone_numberbtn .bi-telephone-fill {
        position: absolute;
        left: 11px;
        font-size: 16px;
        top: 17px;
      }
      .phone_numberbtn .bi-person {
        font-size: 20px;
        line-height: 20px;
        position: relative;
        float: left;
        margin-right: 3px;
      }
      .phone_numberbtn .callpopup {
        z-index: 9;
        position: absolute;
        background: #fff;
        width: 238px;
        right: 0px;
        display: block;
        top: 46px;
        box-shadow: 0 0 3px #ccc;
        border-radius: 3px;
        text-align: left;
        border-radius: 10px;
        display: none;
      }
      .phone_numberbtn .callpopup .head {
        background: #fa365a;
        border-radius: 10px 10px 0 0;
        padding: 6px;
        font-size: 12px;
        color: #fff;
        font-weight: 500;
      }
      .phone_numberbtn .callpopup .head i {
        margin-right: 6px;
      }
      .phone_numberbtn .callpopup .call_row {
        font-size: 12px;
        position: relative;
        padding: 7px 5px 7px 35px;
        cursor: pointer;
        border-bottom: 1px solid #ccc;
      }
      .phone_numberbtn .callpopup .call_row:last-child {
        border: none;
      }
      .phone_numberbtn .callpopup .call_row a {
        text-decoration: none;
        color: #333;
        display: block;
      }
      .phone_numberbtn .callpopup .call_row strong {
        font-size: 16px;
      }
      .phone_numberbtn .callpopup .call_row:hover strong {
        color: #fa365a;
      }
      .phone_numberbtn .callpopup .bottom {
        background: #fff;
        padding: 5px;
        border-radius: 0 0 10px 10px;
        font-size: 12px;
        color: #fa365a;
        display: flex;
        align-items: center;
        justify-content: flex-start;
      }
      .phone_numberbtn .callpopup .bottom img {
        margin-right: 6px;
      }
      .phone-number {
        text-align: right;
        font-size: 12px;
        color: #1F1F1F;
        font-weight: 400;
        padding-left: 30px;
      }
      .phone-number .call_27 {
        padding-top: 5px;
      }
      .phone-number a {
        font-size: 18px;
        color: #fa365a;
        text-decoration: none;
        font-weight: 700;
        line-height: 20px;
      }
      .phone-number a:hover {
        color: #fa365a;
        text-decoration: none;
      }
      .mobile-overlay {
        display: none;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
      }
      #blink {
        animation: blinker 1.5s linear infinite; 
        display: none;
    }
    
    @keyframes blinker { 
        50% {
            opacity: .7;
        }
    }
    /* --------------customer support in header end--------------- */
}


/* Engine section start */
 .engine-section{
    background-color: #FFD0BE;
   background-image: url(/resources/images/pakages/mainbanner.webp);
   background-repeat: no-repeat;
   background-size: cover;
   height: 480px;
   display: flex;
   align-items: center;
   justify-content: center;
 

 .selecty span{
   background: #F61E51;
   padding: 10px 4px 10px 4px !important;
   border-left: 7px solid #002374;
   box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
   img{
     filter: brightness(0) invert(1);
   }
 }
 .radio{
   display: flex;
   align-items: center;
   input{
     accent-color: #002374;
     width: 15px;
     height: 15px;
   }
 }
 .engine {
   background-color: #FFFFFF;
   box-shadow: 3px 7px 17.3px 4px #6E6E6E40;
   border-radius: 15px;
   padding: 20px;
   p.engine-tabs {
     border-radius: 8px 8px 0 0;
     background: #FFF;
     box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
     display: flex;
     align-items: center;
     margin-right: 4px;
     margin-top: -66px;
     margin-bottom: 0;
     width: 145px;
     height: 47px;
     color: #323232;
     span {
           height: 100%;
           padding: 10px 4px 10px 10px;
           margin-right: 12px;
           border-radius: 8px 0 0 4px;
     }

   }
   .col-lg-6, .col-lg-3 {
       border: 1px solid #B4B4B4;
       border-right: none;
       padding: 12px 16px;
       background-color: white;
   }

   img.exchange {
     position: absolute;
     width: auto;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     z-index: 1;
   }
   .radius-start{
       border-top-left-radius: 10px;
       border-bottom-left-radius: 10px;
   }
   p.label-stick {
       color: #707070;
       font-weight: 300;
       font-size: 14px;
       margin-bottom: 5px;
   }
   /*.result-found{*/
    /*  !*display: none ;*!*/
    /*}*/
      p.big-org {
        color: #002374;
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 1px;
        span{
          font-size: 14px;
          font-weight: 400;
        }
    }
    p.sml-org {
        font-size: 14px;
        color: #404040;
        margin-bottom: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    img.cross-img{
      position: absolute;
      top: 15px;
      right: 15px;
    }
    
   
    input.form-control {
      border: none;
      padding: 0;
      font-size: 16px;
      font-weight: 600;
        &::placeholder{
          color: #002374;
        }
        &:focus {
          box-shadow: none;
        }
    }
    .btn-search {
        border-radius: 0 10px 10px 0;
        background: linear-gradient(180deg, #FD5D68 0%, #F62053 100%);
        border-left: 4px solid #002374;
        border-top: none;
        border-bottom: none;
        display: flex;
        align-items: center;
        justify-content: center;
        button{
          background: none;
          border: none;
          color: white;
          font-size: 18px;
          font-weight: 600;
        }
    }
  }
  .pop-log, .pop-2log {
    position: absolute;
    background: white;
    width: 275px;
    z-index: 9;
    left: 0px;
    display: none;
    .seacrhing {
      padding: 13px;
      box-shadow: 0 1px 5.3px 0 rgba(120, 120, 120, 0.15);
      p{
        margin: 0;
        color: #323232;
        font-weight: 600;
        font-size: 14px;
        display: flex;
        align-items: center;
      }
    
  }
    
    .result-ssearch{
      border: 1px solid #EAEAEA;
      ul{
        padding: 0;
        height: 248px;
        overflow-y: scroll;
        scrollbar-width: thin;
        margin: 0;
        li{
          list-style: none;
          padding: 10px 20px 10px 32px;
          border-bottom: 1px solid #eaeaea;
          &:first-child{
            padding: 10px;
          }
          &:hover{
            background: #F4F7FF;
          }
          p{
            color: #505050;
            font-weight: 300;
            font-size: 12px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            width: 190px; 
            &:first-child{
            color: #303030;
              font-weight: 600;
            }
            
          }
          .nearby {
            background: #FFD9CA;
            width: fit-content;
            margin-left: 33px;
            padding: 2px 5px;
            border-radius: 2px;
            margin-top: 3px;
            p{
              font-size: 10px !important;
              font-weight: 400 !important;
              color: #323232 !important;
              width: fit-content;
            }
        }
        }
      }
    }
  }
  .label-stick1{
    display: none;
  }
.pop-log1 {
  position: absolute;
  background: white;
  width: 232px;
  z-index: 9;
  top: 109px;
  left: 0px;
  box-shadow: 0 1px 5.3px 0 rgba(0, 0, 0, 0.15);
  padding: 12px;
  display: none;
  p{
    font-size: 12px;
    font-weight: 300;
    color: #505050;
    &:first-child{
      font-size: 14px;
      font-weight: 600;
      color: #323232;
      margin-bottom: 10px;
    }
  }
  .icnre{
    border: 1px solid #ACACAC;
    border-radius: 6px;
    width: fit-content;
    overflow: hidden;
    margin-bottom: 20px;
    button{
      border: none;
      background: white;
      width: 28px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #404040;
      font-size: 21px;
      font-weight: 300;
    }
    p{
      width: 43px;
      height: 32px;
      display: flex;
      border-left: 1px solid #ACACAC;
      background: #F3F7FF;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: 600;
      color: #000000;
      border-right: 1px solid #ACACAC;
    }
  }
  .line-divide{
    border-bottom: 1px solid #F4EBEB;
    margin-bottom: 10px;
    padding-bottom: 10px;
    .more9{
      background: #F3F7FF;
      padding: 7px 10px 10px 31px;
      color: #000000;
      border-radius: 8px;
      margin: 0;     
      input{
        width: 20px;
        height: 20px;
      }
      label{
        font-size: 12px;
      }
    }

  }
  
  button {
    border: none;
    border-radius: 6px;
    background: linear-gradient(180deg, #FD5D68 0%, #F62053 100%);
    width: 100%;
    color: white;
    font-size: 14px;
    padding: 9px;
}
}
.drop-downy {
  position: absolute;
  z-index: 99;
  background: white;
  width: 206px;
  top: 30px;
  padding: 14px;
  box-shadow: 0 1px 5.3px 0 rgba(0, 0, 0, 0.15);
  display: none;
  .class-cabin{
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #000000;
    &:nth-child(4){
      border-bottom: 1px solid #F4EBEB;
      padding-bottom: 11px;
      margin-bottom: 14px;
    }
    input{
      accent-color: #323232;
      font-size: 75px;
      width: 15px;
      height: 15px;
      margin-right: 6px;
    }
   
  }
  button{
    border: none;
    border-radius: 6px;
    background: linear-gradient(180deg, #FD5D68 0%, #F62053 100%);
    width: 100%;
    color: white;
    font-size: 14px;
    padding: 9px;
  }
}
.fares-opt{
  input{
    accent-color: black;
  }
}
.one-hide{
  display: none;
}
.num-trav{
  display: none;
}
  }

 
  
  /* special-offer-sec-start */
  
  .offer{
      font-size: 45px ;
      font-weight: 600 ;
      color: #323232 ;
      font-family: "Montserrat", sans-serif !important;
  }
  .owl-carousel .item {
    background: #FCECDE;
    border-radius: 10px;
    height: 155px ;
    position: relative;
  }
  .item.item2{
       background: #E5FFFA ;
  }
  .item.item3{
       background: #DEF8FF ;
  }
  .item.item4{
       background: #FFF5D4 ;
  }
  .item.item5{
      background: #E3EBFF ;
  }
  .bird_saver_circle{
      min-width:44px ;
      height: 44px ;
      border-radius: 50% ;
      background-color:white ;
      display: flex;
      justify-content: center;
      align-items: center;
      img{
          max-width: 30px ;
          min-width: 30px ;
      }
  }
  .slide-top-txt {
      top: 10px ;
      left: 10px ;
  }
  .slide-top-txt .early{
      font-size: 18px ;
      font-weight: 700 ;
      color: #FFFFFF ;
      margin-bottom: 0 ;
  }
  .book-txt{
      padding: 10px ;
      p{
          font-size: 12px ;
          font-weight: 400 ;
          color: #000000 ;
      }
  }
  .view-details{
      text-align: right;
      position: absolute;
      bottom: 10px ;
      right: 10px ;
  }
  .view-details .view{
      font-size: 10px ;
      font-weight: 500 ;
      color: #002374 ;
  }
  .subtract_img{
      filter: drop-shadow(0px 3px 3px #00000033);
  }
  .owl-nav {
      width: 100%;
      position: absolute;
      top: 38%;
  }
  .slide1 .owl-nav button{
      width: 50px ;
      height: 50px ;
      border-radius: 50% ;
      background: #FFFFFF !important;
      box-shadow: 0px 1px 3.4px 2px #00000026;
  }
  .slide1 .owl-nav button.owl-prev{
      position: absolute;
      left: -55px ;
  }
  .slide1 .owl-nav button.owl-next{
      position: absolute;
      right: -55px ;
  }
  
  
  /* special-offer-sec-end */
  
  
  
  /* popular-flight-routes-start */
  .route-heading-main{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background-image: url(../../resources/images/homepage/popular_flight_bg.png);
      background-size: cover;
      background-repeat: repeat;
      width: 100%;
      padding: 40px 0 40px 0;
  }
  .select-route{
      display: flex;
      justify-content: center ;
      align-items: center;
      gap: 10px ;
  }
  .route{
      font-size: 24px ;
      font-weight: 600 ;
      color: #002374 ;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px ;
      .destination{
          font-weight: 500 ;
      }
  }
  .dottedline{
      border-bottom: 1px dashed #002374;
      height: 2px;
      position: relative;
      transform: translate(0%, 0%);
      width: 100px;
      display: inline-block;
  }
  .dottedline:before{
          background: #002374;
      border-radius: 20px;
      content: "";
      height: 7px;
      position: absolute;
      top: 50%;
      transform: translateY(-40%);
      width: 7px;
  }
  .dottedline:after{
          background: #002374;
      border-radius: 20px;
      content: "";
      height: 7px;
      position: absolute;
      top: 50%;
      transform: translateY(-40%);
      width: 7px;
  }
  .dottedline:after{
      right: 0 ;
  }
  .dottedline::before{
      left: 0 ;
  }
  .explore-btn{
      button{
          width: 120px ;
          height: 38px ;
          border-radius: 10px ;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 14px ;
          font-weight: 600 ;
          color: #002374 ;
          border: 1px solid #002374;
      }
  }
  .city-name-main{
      background-image: url(../../resources/images/homepage/routes_city_bg.png);
      background-size:contain ;
      background-repeat: repeat;
      width: 100%;
      padding: 20px ;
  }
  
  .cityname{
      font-size: 50px ;
      font-weight: 400 ;
      color: #002374 ;
      font-family: 'Windhavi', sans-serif;
  }
  .city-txt{
      font-size: 22px ;
      font-weight: 500 ;
      color: #002374 ;
  }
  .booking-section{
      padding: 20px ;
  }
  .dep-name{
      font-size: 20px ;
      font-weight: 600 ;
      color: #303030 ;
  }
  .dep-date{
      font-size: 14px ;
      font-weight: 400 ;
      color: #505050 ;
  }
  .price-main p{
      font-size: 28px ;
      font-weight: 600 ;
      color: #1F194E ;
      line-height: 25px;
      span{
          font-size: 12px ;
          font-weight: 400 ;
          color: #505050 ;
          display: block ;
          text-align: right;
      line-height: 15px !important;
      }
  }
  .book-sec-inner{
      background-color: white ;
      padding: 20px 10px;
      border-radius: 10px ;
  }
  .book-btn{
      button{
          width: 108px ;
          height: 47px ;
          border-radius: 10px ;
          border: 1px solid #002374;
          display: flex ;
          justify-content: center ;
          align-items: center ;
          font-size: 18px ;
          font-weight: 600 ;
          color: #002374 ;
      }
  }
  
  .brdr-left{
      border-left: 10px solid #FF4600;
  }
  
  /* parallax-sec-css-start */
   .cards-container {
    position: relative !important;
    padding: 100px 0 40px 0; 
  }
  
  .card {
    position: sticky !important;
    top: 20%;
    max-width: 100% ;
    margin: 0 auto 40px auto;
    background: white;
    border-radius: 15px;
    z-index: 1;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
   
  }
  
  #card1:not(.stacked){
      transform: translateY(-124px) ;
      z-index: 2;
  }
  #card2:not(.stacked){
      transform: translateY(-34px) ;
      z-index: 3;
  }
  #card3:not(.stacked){
      transform: translateY(51px) ;
      z-index: 4;
  }
  /* #card4:not(.stacked){
      transform: translateY(230px) !important;
      z-index: 5;
  } */
  
  
  #card1{
      background-color: #EBF5FF !important;
      border: none ;
  }
  #card2{
      background-color: #FFF5D4 !important;
       /* rotate: 355deg ; */
    transition: 0.5s ;
      border: none ;
  }
  #card3{
      background-color: #E5FFFA !important;
       /* rotate: 355deg ; */
    transition: 0.5s ;
      border: none ;
  }
  /* #card2.active{
      rotate: 360deg;
  }
  #card2.inactive{
      rotate: 360deg;
  }
  #card3.active{
      rotate: 360deg;
  }
  #card3.inactive{
      rotate: 360deg;
  } */
  .top-heading{
    background: white;
    box-shadow: none !important;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border: none !important;
    border-radius: 0 !important;
  
  }
  
  
  /* supre-sale-section-start */
  .super-sale-inner{
      background-image: url(../../resources/images/homepage/super_sale_bg.png);
      background-repeat: no-repeat ;
      background-size: cover ;
      padding: 60px 0;
  }
  .sale-inner-bg{
      padding: 10px ;
      border-radius: 10px ;
      background-color: #FFFFFF ;
  }
  .super-sale-booking{
      width: 100% ;
      img{
          width: 100% ;
      }
  }
  .sale-top{
      padding: 0 10px ;
      border-left: 3px solid #FF4600;
      p{
          font-size: 22px ;
          font-weight: 500 ;
          color: #323232 ;
          line-height: 25px ;
          max-width: 90%;
          span{
            color: #FF4600;
            margin-top: 5px ;
            display: inline-block;
          }
      }
  }
  /* .super-sale-txt{
      display: flex ;
      flex-direction: column ;
      justify-content: space-between ;
      align-items: start;
      height: 100% ;
  } */
  .sale-btm-txt{
      padding-left: 13px ;
      .specialize{
      font-size: 14px ;
      font-weight: 400 ;
      color: #323232 ;
      margin-bottom: 20px ;
      }
  }
  .call-btn{
      background: linear-gradient(180deg, #FD5D68 0%, #F62053 100%);
      font-size: 18px ;
      font-weight: 600 ;
      color: #FFFFFF ;
      padding: 8px 35px ;
      text-decoration: none ;
      border-radius: 10px ;
      margin-top: 20px ;
      display: inline-block;
  }
  
  
  /* exclusive-cities-section */
  
  .exclusive-name{
      top: 20px ;
      left: 20px ;
      .excl{
          font-size: 90px ;
          font-weight: 400 ;
          color: #FFFFFF ;
          line-height: 90px ;
          font-family: 'Windhavi', sans-serif;
      }
      .cities{
          font-size: 45px ;
          font-weight: 500 ;
          color: #FFFFFF;
          letter-spacing: 10px ;
          text-transform: uppercase;
          text-align:right  ;
      }
      .percentage{
          font-size: 80px ;
          font-weight: 600 ;
          color:#FFFFFF ;
          text-transform: uppercase;
          line-height: 80px ;
      }
  }
  .lake-img{
      width: 100% ;
      img{
          width: 100% ;
      }
  }
  .excl-tfn{
      bottom: 10px ;
      left: 0 ;
      right: 0 ;
      margin: auto;
      border: 1px solid;
      border-radius: 6px ;
      width: 90% ;
      border: 1px solid rgba(243, 243, 243, 0.13);
      background: linear-gradient(180deg, rgba(243, 243, 243, 0.28) 0%, rgba(216, 216, 216, 0.14) 92.63%);
  
      a{
          padding: 0 5px ;
          font-size: 35px ;
          font-weight: 700 ;
          color: #FFFFFF ;
          text-decoration: none ;
          padding-left: 5px ;
          border-left: 1px solid #ffffff;
      }
  }
  .slider-img{
      width: 100% ;
      img{
      width: 100% ;
          
      }
  }
  .slide2 .owl-stage-outer{
      height: 100% ;
  }
  .top-city-name{
      top: 20px ;
      left: 20px ;
      p{
          font-size: 22px ;
          font-weight: 500 ;
          color: #FFFFFF;
          text-shadow: 2px 2px 10px #00000087 ;
      }
  }
  .slide-btm-txt{
      bottom: 10px ;
      left: 20px ;
  }
  .slide-price{
      font-size: 24px ;
      line-height: 24px ;
      font-weight: 600 ;
      color: #FFFFFF ;
  }
  .airline-name{
      background: linear-gradient(180deg, rgba(243, 243, 243, 0.28) 0%, rgba(216, 216, 216, 0.14) 92.63%);
      border: 1px solid rgba(243, 243, 243, 0.13);
      font-size: 18px ;
      font-weight: 400 ;
      color: #FFFFFF ;
      padding: 2px 10px ;
      border-radius: 6px ;
  }
  .slide2 .item{
      box-shadow: -5px -1px 6.6px 0px #00000059;
      height: 100% ;
  }
  .owl-nav {
      width: 100%;
      position: absolute;
      top: 38%;
  }
  .slide2 .owl-nav button{
      width: 45px;
      height: 90px;
      border-radius: 50px 0 0 50px;
      background: #FFFFFF !important;
      box-shadow: 0px 1px 3.4px 2px #00000026;
  
  }
  .slide2 .owl-nav button.owl-prev{
      position: absolute;
      left: 0px ;
      display: none ;
  }
  .slide2 .owl-nav button.owl-next{
      position: absolute;
      right: 0px ;
  }
  .poplar-main{
      .offer{
          text-transform: uppercase;
      }
  }
  
  
  
  /* international flights-section */
  
  .int-name{
      bottom: 10px ;
      left: 0 ;
      right: 0 ;
      margin: auto ;
      p{
      font-size: 28px ;
      font-weight: 600 ;
      color: #FFFFFF;
      text-shadow: 2px 2px 10px #00000087;
      text-align: center;
      }
  }
  .slide3 .item{
      height: 100% ;
  }
  
  .slide3 .owl-nav button{
      width: 45px;
      height: 90px;
      border-radius: 50px 0 0 50px;
      background: #FFFFFF !important;
  
  }
  .slide3 .owl-nav button.owl-prev{
      position: absolute;
      left: 0px ;
      display: none ;
  }
  .slide3 .owl-nav button.owl-next{
      position: absolute;
      right: 0px ;
  }
  
  
  
  
  /* choose-section */
  
  .choose-inner{
      background-color: #FFF4F0 ;
      border-radius: 15px ;
      padding: 10px ;
  }
  .why-choose{
      font-size: 22px ;
      font-weight: 600 ;
      color: #002374 ;
  }
  .usp-main{
      gap: 20px ;
      border-left: 1px solid #DEDEDE;
      padding:10px 10px 10px 20px ;
  }
  .usp-txt{
      font-size: 16px ;
      font-weight: 400 ;
  }
  .Travel-Themes{
      display: flex;
      justify-content: flex-start;
      align-items: center;
  }
  .spritual {
      bottom: 30px;
      left: 0;
      right: 0;
      margin: auto;
  }
  .spritual-heading{
      font-size: 28px ;
      font-weight: 500 ;
      color: #FFFFFF;
      transition: 0.5s ;
  }
  .spritual-main{
      width: 20% ;
      img{
          width: 100% ;
      }
  }
  .spritual-main:hover .spritual-heading{
      text-decoration: underline ;
      text-underline-offset: 10px ;
  }
  
  
  
  /* footer-section */

  .newsletter{
         background-color: rgb(2 35 118);
      padding: 40px 0;
	  color:#fff;
  }
  .updates{
      font-size: 34px ;
      font-weight: 600 ;
      color: #FFFFFF ;
  }
  .Thoughtful{
      font-size: 20px ;
      font-weight: 400 ;
      color: #FFFFFF ;
  }
  .thought-txt{
      display: flex; 
      justify-content: center ;
      align-items: flex-start ;
      flex-direction: column ;
  }
  .clicking{
      font-size: 15px ;
      font-weight: 400 ;
      color: #FFFFFF ;
  }
  .input-main{
      width: 100% ;
      input{
          width: 100% ;
          background-color: #F6FAFF;
          border: 1px solid #DFDFDF;
          border-radius: 10px ;
          padding: 17px ;
          margin-bottom: 10px ;
          &:focus{
              outline: none ;
          }
      }
  }
  .subscribe-btn{
      button{
          font-size: 18px ;
          font-weight: 500 ;
          color: #FFFFFF ;
          width: 100% ;
          height: 60px ;
          background: linear-gradient(180deg, #FD5D68 0%, #F62053 100%);
          display: flex ;
          justify-content:center ;
          align-items: center;
          border: none ;
          border-radius: 10px ;
      }
  }
  .footer-btm{
       background-image: url(../images/homepage/footer_bg.png);
      background-size: cover ;
      background-repeat: no-repeat ;
      padding: 40px 0;
  }
  .footer-heading{
      font-size: 24px ;
      font-weight: 500 ;
      color: #FFFFFF ;
      margin-bottom: 20px ;
  }
  .footer-list{
     li{
       font-size: 18px ;
      font-weight: 400 ;
      color: #FFFFFF;
      list-style: none ;
      margin-bottom: 10px ;
     }
  }
  .footer-call{
      p{ 
      color: #FFFFFF;
      font-size: 18px ;
      font-weight: 400 ;
      a{
          font-weight: 600 ;
          color:#FFFFFF;
          text-decoration: none ;
      }
      span{
          font-weight: 600 ;
      }
      }
  }
  .social-media{
          display: flex ;
          justify-content: flex-start ;
          align-items: center;
          gap: 10px ;
          flex-wrap: wrap ;
          li{
              list-style: none ;
              a{
                  width: 50px ;
                  height: 50px ;
                  border-radius: 50% ;
                  display: flex ;
                  justify-content: center ;
                  align-items: center ;
                  overflow: hidden;
                  img{
                      width: 100% ;
                  }
              }
          }
      }
  .copyright-sec{
      border-top: 1px solid #FFFFFF;
      padding-top: 20px ;
      p{
      font-size: 14px ;
      font-weight: 500 ;
      color: #FFFFFF;
      }
  }
  
  .slide1.owl-carousel button.owl-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background:#FFC9D6 ;
      margin-right: 5px ;
  }
  .slide1.owl-carousel button.owl-dot.active{
      background-image: url(../../resources/images/homepage/active_ellipse.png);
      width: 15px ;
      height: 11px ;
  }
  .slide1.owl-carousel .owl-dots{
      width: 100% ;
      display: flex ;
      justify-content: center ;
      align-items: center;
      margin-top: 10px ;
  }
  
  /* mobile-responsive */
  
  @media screen and (max-width:768px) {
       /* header css start */
       #headerCntr{
        img.head-logo{
            width: 155px;      
        }
    }
    .engine-section {
      height: auto;
      .engine {
            margin: 70px 0 30px;
            border-radius: 30px;
            border-top-left-radius: 0;
            padding: 10px;
            p.engine-tabs {
              margin-top: -56px;
              margin-left: -10px;
            }
            img.exchange {
                top: 46%;
                left: 76%;
                rotate: 90deg;
                padding: 0;
            }
            input.form-control {
                font-size: 18px;
            }
            
            .col-lg-6, .col-lg-3 {
              border: 1px solid #C0C0C0;
              border-right: 1px solid #C0C0C0;
              margin-bottom: 10px;
              border-radius: 13px !important;
              padding: 8px;
            }
            p.label-stick {
                margin-bottom: 0px;
            }
            p.big-org {
                font-size: 18px;
                margin-bottom: 0px;
            }
            p.sml-org{
              display: none;
            }
            .radius-start{
              border-radius: 0;
            }
            .mob-radio{
              background: #FFEBF0;
              border-radius: 13px;
              .radio {
                input {
                  visibility: hidden;
                  position: absolute;
              }
            label{
              display: flex;
              white-space: nowrap;
              padding: 10px;
              border-radius: 13px;
              font-weight: 500;
            }
            input[type="radio"]:checked + label {
              background: #f61e51;
              color: white;
              box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
            }
            
            }
            .cabin-sec{
              border-radius: 13px;
              border: 1px solid #F51A50;
              box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
              padding: 10px 14px;
              font-weight: 500;
            }
            }
            .date-border{
              border-top-right-radius: 0 !important;
              border-bottom-right-radius: 0 !important;
              border-right: 0 !important;
            }
            .date-border1{
              border-top-left-radius: 0 !important;
              border-bottom-left-radius: 0 !important;
              border-left: 0 !important;
            }
            .btn-search{
              border: none !important;
              border-radius: 20px !important;
              margin-bottom: 14px;
              button{
                font-size: 19px;
                font-weight: 500;
              }
            }
      }
      .fares-opt {
          font-size: 12px;
          justify-content: start !important;
      }
      .drop-downy {
        top: 47px;
        right: 0;
    }
  }
  .mob-pop{
    position: fixed !important;
    top: 59px !important;
    left: 0 !important;
    bottom: -100% !important;
    width: 100% !important;
    height: 100vh;
    background: #ffffff;
    z-index: 9 !important;
    overflow-y: auto;
    transition: bottom 0.4s ease-in-out;
    .label-stick1{
      display: block !important;
    }
    .num-trav {
        color: #3B3B3B;
        background: #FFEDE6;
        font-weight: 600;
        padding: 10px 15px;
        display: block;
    }
    .des-org, .des-dep {
      padding: 12px;
      background: #FFD0BE;
      .inner-org, .inner-dep{
        padding: 8px;
        border: 1px solid #C0C0C0;
        border-radius: 13px;
        background: white;
    }
  }
   
    .pop-log, .pop-2log{
      width: 100%;
    }
  }
  .pop-log1 {
    width: 100% !important;
    top: auto !important;
}
.class-cabin {
    display: flex;
    align-items: center;
    input{
      margin-right: 5px;
      accent-color: #323232;
    }
    label{
      color: #323232;
    }
}
.pop-log1 {
    box-shadow: none;
}

      .offer{
          font-size: 22px ;
          text-align: left;
      }
      .route{
          font-size: 12px !important;
      }
  .route-heading-main{
      padding: 40px 0 20px 0;
      align-items: flex-start !important;
      justify-content: flex-start !important;
  }
  .dottedline{
      width: 27px !important;
  }
  .slide1 .owl-prev,
  .slide1 .owl-next {
    display: none !important;
  }
  .select-route{
      flex-direction: column ;
      justify-content: flex-start ;
      align-items: flex-start;
      gap: 0 ;
  }
  .cityname {
      font-size: 22px ;
  }
  .city-name-main{
      align-items: flex-start ;
      justify-content: flex-start;
      flex-direction: column !important;
      gap: 10px ;
      padding: 20px 10px;
  }
  .city-txt{
      font-size: 12px ;
  }
  .booking-section{
      padding: 10px ;
  }
  .explore-btn{
      display: none ;
  }
  .dep-name{
      font-size: 16px ;
  }
  .dep-date{
      font-size: 12px ;
  }
  .price-main p{
      font-size: 16px ;
      line-height: 17px ;
      span{
          font-size: 9px ;
      }
  }
  .sale-top{
      p{
          font-size: 18px ;
          width: 100% ;
      }
  }
  .sale-btm-txt{
      .specialize {
          font-size: 12px 
      }
  }
  .call-btn{
      margin-top: 0 ;
      font-size: 15px ;
      padding: 5px 25px ;
      border-radius: 6px ;
  }
  .excl-heading{
      font-size: 22px ;
      font-weight: 600 ;
      color: #323232 ;
  }
  .top-city-name {
      top: 10px;
      left: 10px;
      p {
          font-size: 14px;
      }
  }
  .slide-btm-txt {
      bottom: 10px;
      left: 10px;
  }
  .slide-price {
      font-size: 16px;
      margin-bottom: 0 !important;
  }
  .airline-name{
      font-size: 12px ;
  }
  .slide2 .owl-nav button{
      width: 30px ;
      height: 60px ;
  }
  .slide2 .owl-next{
      img{
          width: 5px 10px !important;
      }
  }
  .slide2 .owl-nav img.nav-btn {
      width: 8px; /* smaller on mobile */
    }
    .slide2 .owl-nav button.owl-next {
      right: -1px;
  }
  .slide3 .owl-nav button {
      width: 30px;
      height: 60px;
  }
  .slide3 .owl-nav img.nav-btn {
      width: 8px; /* smaller on mobile */
    }
  .int-name{
      p{
          font-size: 16px ;
      }
  }
  .Travel-Themes{
      padding: 10px ;
      width: 100% ;
      overflow-x: scroll ;
      flex-wrap: nowrap;
  }
  .spritual-heading{
      font-size: 16px ;   
  }
  .updates {
      font-size: 20px;
  }
  .Thoughtful {
      font-size: 12px;
  }
  .clicking {
      font-size: 12px ;
  }
  .footer-heading{
      font-size: 20px ;
  }
  .footer-list {
      li {
          font-size: 14px;
      }
  }
  .footer-call {
      p {
          font-size: 14px;
      }
  }
  .social-media {
      & li {
          a {
              width: 30px;
              height: 30px;
          }
      }
  }
  .super-sale-inner{
      padding: 25px 0;
  }
  .copyright-sec{
      margin-top: 20px ;
      p{
          font-size: 12px ;
      }
  }
  .airline-logo{
      img{
          width: 100% ;
      }
  }
  .spritual-main{
      width: 45% ;
      img{
          width: 100% ;
      }
  }
  
  .thought-txt{
      align-items: center !important;
      justify-content: center !important;
  }
  .usp-main{
      gap: 20px ;
      border-top: 1px solid #DEDEDE;
      padding:10px ;
      border-left: 0 ;
  }
  .book-btn {
      button {
          width: 74px;
          height: 33px;
          font-size: 14px;
          border-radius: 6px ;
      }
  }
  .spritual-main {
      img {
          width: 170px;
      }
  }

 

}


.sticky-col {
  position: sticky;
  top: 80px;
  z-index: 10;
  align-self: flex-start;
}
