@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap');

:root{
    --main:#FFC265;
    --second-color: #26374A;
    --light-color: #d1d8e0;
    --box-shadow:.5rem .5rem 0 rgba(110, 110, 110, 0.2);
    --text-shadow:.4rem .4rem 0 rgba(0,0,0, .2);
    --border:.2rem solid var(--main);
}

*{
    font-family: 'Poppins', sans-serif;
    margin: 0; padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    list-style: none;
    text-transform: none;
    transition: all .2s linear;
}

html,body{
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 7rem;
}

section{
    padding: 7rem 9%;
}



/*==========Header  Section CSS===========*/

.nav_btn{
    background-color: #00a164;
    outline: none;
    border: 2px solid #00a164;
    color: #fff;
    padding: 8px 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    border-radius: 50px;
    font-size: 13px;
}

.nav_btn:hover{
    background-color: #fff;
    color: #26374A;
    border: 2px solid #00a164;
    transition: all ease-in-out 0.3s;
}

.navbar{
    width: 100%;
    height: 90px;
}

.navbar-brand img{
    width: 100%;
    background: #ffffff;
    border-radius: 0% 0% 50% 50%;
    margin-top: 5rem;
    cursor: pointer;
    padding: 0px 10px;
}

.nav-item a{
    text-decoration: none;
    color: #26374A;
}

.nav-item a:hover{
    color: #00a164;
    transition: all 0.3s ease; 
}

.responsive_bg{
    padding: 5px 10px;
    background: #fff;
}


.dropdown-menu li a{
    text-align: left;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.8;
    width: 170px;
    padding: 5px 10px;
}

.dropdown:hover .dropdown-menu{
  position: absolute;
  top: 3rem;
  left: 0;
  display: grid;
  grid-template-columns: repeat(1,1fr);
}



/*==========Umrah Home Section CSS===========*/
.umrah_home{
    padding-top: 0rem;
}

.umrah_home .umrah_home_slider .box{
    background-size: cover !important;
    background-position: center !important;
    background: rgba(0, 0, 0, 0.5) url(image/umrah_image_2.jpg);
    background-blend-mode: darken;
    min-height: 40rem;
    position: relative;
    margin-top: 8rem;
}


.umrah_home .umrah_home_slider .box .content{
    position: absolute;
    top: 80%; left: 5%;
    transform: translateY(-50%);
    max-width: 45rem;
}

.umrah_home .umrah_home_slider .box .content h3{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 2.1rem;
    letter-spacing: 1.5;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 3rem 0;
    background: linear-gradient(135deg, rgba(7, 145, 145, 0.1), rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px 0 50px 0;
    width: 350px;
    height: 100px;
}

/*==========Hajj Home Section CSS===========*/
.hajj_home{
    padding-top: 0rem;
}

.hajj_home .hajj_home_slider .box{
    background-size: cover !important;
    background-position: center !important;
    background: rgba(0, 0, 0, 0.5) url(image/hajj-hero-2.jpg);
    background-blend-mode: darken;
    min-height: 40rem;
    position: relative;
    margin-top: 8rem;
}


.hajj_home .hajj_home_slider .box .content{
    position: absolute;
    top: 80%; left: 5%;
    transform: translateY(-50%);
    max-width: 45rem;
}

.hajj_home .hajj_home_slider .box .content h3{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 2.1rem;
    letter-spacing: 1.5;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 3rem 0;
    background: linear-gradient(135deg, rgba(7, 145, 145, 0.1), rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px 0 50px 0;
    width: 350px;
    height: 100px;
}


/*==========Visa Package Page Home Section CSS===========*/
.visa_home{
    padding-top: 0rem;
}

.visa_home .visa_home_slider .box{
    background-size: cover !important;
    background-position: center !important;
    background: rgba(0, 0, 0, 0.5) url(image/visa_service_image.jpeg);
    background-blend-mode: darken;
    min-height: 40rem;
    position: relative;
    margin-top: 8rem;
}


.visa_home .visa_home_slider .box .content{
    position: absolute;
    top: 80%; left: 5%;
    transform: translateY(-50%);
    max-width: 45rem;
}

.visa_home .visa_home_slider .box .content h3{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 2.1rem;
    letter-spacing: 1.5;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 3rem 0;
    background: linear-gradient(135deg, rgba(7, 145, 145, 0.1), rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px 0 50px 0;
    width: 350px;
    height: 100px;
}

/*========== Visa Service For Asia Home Section CSS===========*/
.home_asia{
    padding-top: 0rem;
}

.home_asia .home_asia_slider .box{
    background-size: cover !important;
    background-position: center !important;
    background: rgba(1, 14, 32, 0.5) url(image/Asia_image.jpg);
    background-blend-mode: darken;
    min-height: 40rem;
    position: relative;
    margin-top: 8rem;
}

.home_asia .home_asia_slider .box .content{
    position: absolute;
    top: 80%; left: 5%;
    transform: translateY(-50%);
    max-width: 45rem;
}

.home_asia .home_asia_slider .box .content h3{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 2.1rem;
    letter-spacing: 1.5;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 3rem 0;
    background: linear-gradient(135deg, rgba(7, 145, 145, 0.1), rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px 0 50px 0;
    width: 350px;
    height: 100px;
}


/*========== Visa Service For Europe Home Section CSS===========*/
.home_europe{
    padding-top: 0rem;
}

.home_europe .home_europe_slider .box{
    background-size: cover !important;
    background-position: center !important;
    background: rgba(1, 14, 32, 0.5) url(image/Europe_image.jpg);
    background-blend-mode: darken;
    min-height: 50rem;
    position: relative;
    margin-top: 8rem;
}

.home_europe .home_europe_slider .box .content{
    position: absolute;
    top: 80%; left: 5%;
    transform: translateY(-50%);
    max-width: 45rem;
}

.home_europe .home_europe_slider .box .content h3{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 2.1rem;
    letter-spacing: 1.5;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 3rem 0;
    background: linear-gradient(135deg, rgba(7, 145, 145, 0.1), rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px 0 50px 0;
    width: 350px;
    height: 100px;
}




/*========== Visa Service For South America Home Section CSS===========*/
.home_south_america{
    padding-top: 0rem;
}

.home_south_america .home_south_america_slider .box{
    background-size: cover !important;
    background-position: center !important;
    background: rgba(1, 14, 32, 0.5) url(image/South_America.jpg);
    background-blend-mode: darken;
    min-height: 60rem;
    position: relative;
    margin-top: 8rem;
}

.home_south_america .home_south_america_slider .box .content{
    position: absolute;
    top: 80%; left: 5%;
    transform: translateY(-50%);
    max-width: 45rem;
}

.home_south_america .home_south_america_slider .box .content h3{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 2.1rem;
    letter-spacing: 1.5;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 3rem 0;
    background: linear-gradient(135deg, rgba(7, 145, 145, 0.1), rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px 0 50px 0;
    width: 450px;
    height: 100px;
}


/*========== Visa Service For South America Home Section CSS===========*/
.home_north_america{
    padding-top: 0rem;
}

.home_north_america .home_north_america_slider .box{
    background-size: cover !important;
    background-position: center !important;
    background: rgba(1, 14, 32, 0.5) url(image/North_America.jpg);
    background-blend-mode: darken;
    min-height: 50rem;
    position: relative;
    margin-top: 8rem;
}

.home_north_america .home_north_america_slider .box .content{
    position: absolute;
    top: 80%; left: 5%;
    transform: translateY(-50%);
    max-width: 45rem;
}

.home_north_america .home_north_america_slider .box .content h3{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 2.1rem;
    letter-spacing: 1.5;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 3rem 0;
    background: linear-gradient(135deg, rgba(7, 145, 145, 0.1), rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px 0 50px 0;
    width: 450px;
    height: 100px;
}


/*========== Visa Service For South Oceania Home Section CSS===========*/
.home_oceania{
    padding-top: 0rem;
}

.home_oceania .home_oceania_slider .box{
    background-size: cover !important;
    background-position: center !important;
    background: rgba(1, 14, 32, 0.5) url(image/Oceania.jpg);
    background-blend-mode: darken;
    min-height: 50rem;
    position: relative;
    margin-top: 8rem;
}

.home_oceania .home_oceania_slider .box .content{
    position: absolute;
    top: 80%; left: 5%;
    transform: translateY(-50%);
    max-width: 45rem;
}

.home_oceania .home_oceania_slider .box .content h3{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 2.1rem;
    letter-spacing: 1.5;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 3rem 0;
    background: linear-gradient(135deg, rgba(7, 145, 145, 0.1), rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px 0 50px 0;
    width: 350px;
    height: 100px;
}


/*========== Visa Service For South Oceania Home Section CSS===========*/
.home_africa{
    padding-top: 0rem;
}

.home_africa .home_africa_slider .box{
    background-size: cover !important;
    background-position: center !important;
    background: rgba(1, 14, 32, 0.5) url(image/Africa.jpg);
    background-blend-mode: darken;
    min-height: 50rem;
    position: relative;
    margin-top: 8rem;
}

.home_africa .home_africa_slider .box .content{
    position: absolute;
    top: 80%; left: 5%;
    transform: translateY(-50%);
    max-width: 45rem;
}

.home_africa .home_africa_slider .box .content h3{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 2.1rem;
    letter-spacing: 1.5;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 3rem 0;
    background: linear-gradient(135deg, rgba(7, 145, 145, 0.1), rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px 0 50px 0;
    width: 350px;
    height: 100px;
}




/*========== Tour Home Section CSS===========*/
.tour_home{
    padding-top: 0rem;
}

.tour_home .tour_home_slider .box{
    background-size: cover !important;
    background-position: center !important;
    background: rgba(0, 0, 0, 0.5) url(image/Tour_image.jpg);
    background-blend-mode: darken;
    min-height: 40rem;
    position: relative;
    margin-top: 8rem;
}

.tour_home .tour_home_slider .box .content{
    position: absolute;
    top: 80%; left: 5%;
    transform: translateY(-50%);
    max-width: 45rem;
}

.tour_home .tour_home_slider .box .content h3{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 2.1rem;
    letter-spacing: 1.5;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 3rem 0;
    background: linear-gradient(135deg, rgba(7, 145, 145, 0.1), rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px 0 50px 0;
    width: 350px;
    height: 100px;

}



/*========== Visa Service For South Oceania Home Section CSS===========*/
.try_home{
    padding-top: 0rem;
}

.try_home .try_home_slider .box{
    background-size: cover !important;
    background-position: center !important;
    background: rgba(1, 14, 32, 0.5) url(image/Oceania.jpg);
    background-blend-mode: darken;
    min-height: 50rem;
    position: relative;
    margin-top: 8rem;
}

.try_home .try_home_slider .box .content{
    position: absolute;
    top: 80%; left: 5%;
    transform: translateY(-50%);
    max-width: 45rem;
}

.try_home .try_home_slider .box .content h3{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 2.1rem;
    letter-spacing: 1.5;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 3rem 0;
    background: linear-gradient(135deg, rgba(7, 145, 145, 0.1), rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px 0 50px 0;
    width: 350px;
    height: 100px;
}


/*==========Scroll Progress Button Section CSS===========*/
#progress{
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 60px;
    height: 60px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    cursor: pointer;
    z-index: 1000;
}

#progress_value{
    display: block;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 2rem;
    color: var(--second-color);
}

/*==========Breadcrumb Section CSS===========*/
.breadcrumb{
    background: #e2e5e7;
    padding-block: 1.5rem;

}

.breadcrumb_list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.75rem;
    list-style: none;
}


.breadcrumb_list li a{
    color: #000;
    font-size: 1.8rem;
    text-decoration: none;
}

.breadcrumb_list li a:hover{
    color: #005c5a;
}


.breadcrumb_list li span{
    color: #000;
    font-size: 1.8rem;
}

/*==========Umrah Package Pages CSS===========*/


.text1{
    line-height: 1.2;
}

.text1 a{
    background-color: #f39d12cb;
    color: #34495e;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px;
    text-decoration: none;
    outline: none;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    list-style: none;
    font-size: 1.5rem;
}

.text1 a:hover{
    background-color: #34495e;
    color: #fff;
    transition: all 0.3s ease;
    border: none;
}

.text2 a{
    background-color: #f39d12cb;
    color: #34495e;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px;
    text-decoration: none;
    outline: none;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    list-style: none;
    font-size: 1.5rem;
    margin-top: 18px;
    
}

.text2 a:hover{
    background-color: #34495e;
    color: #fff;
    transition: all 0.3s ease;
    border: none;
}

.card_heading a{
    list-style: none;
    text-decoration: none;
}

.card_heading h5{
    color: #02ca6d;
    font-size: 1.8rem;
    text-align: center;
}

.card_heading h5:hover{
    text-decoration: underline;
    color: #f39d12cb;
    transition: all 0.3s ease;
}

.umrah_package{
background-color: #F7F0E5;
}

.button{
    padding: 10px 25px;
    border-radius: 50px;
    background-color: #FFC265;
    color: #26374A; 
    font-size: 1.5rem;
    font-weight: 600;
    border: none;
    outline: none;
    transition: all 0.3s ease-in;
}

.button:hover{
    background-color: var(--second-color);
    color: #ffffff;
}

.button1{
    padding: 10px 25px;
    border-radius: 50px;
    background-color: #FFC265;
    color: #26374A; 
    font-size: 1.5rem;
    font-weight: 600;
    border: none;
    outline: none;
    transition: all 0.3s ease-in; 
}

.button1:hover{
    background-color: var(--second-color);
    color: #fff;
}

/*==========Text Area  Section CSS===========*/
.text_area{
    background: #fff;
}

.text_area h2{
    font-size: 3rem;
    color: var(--second-color);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    font-weight: 700;
    line-height: 1.8;
    justify-content: space-between;
}

.visa_service_button{
    width: 100%;
    margin-top: 5rem;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.button_1{
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px 45px;
    border-radius: 50px;
    background-color: #FFC265;
    color: #26374A; 
    font-size: 1.8rem;
    font-weight: 600;
    border: 2px solid #FFC265;
    outline: none;
    text-decoration: none;
    list-style: none;
    transition: all 0.3s ease-in;
}

.button_1:hover{
    background-color: #F7F0E5;
    color: #26374A;
    border: 2px solid #FFC265;
    transition: all 0.3s ease-in;
}


.button_2{
    margin-top: 1rem;
    padding: .9rem 1.8rem;
    padding-left: 1rem;
    border: none;
    border-radius: 5rem;
    box-shadow: 0px 0px 4px rgb(145, 142, 142);
    background: #FFC265;
    color: var(--second-color);
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}


.button_2 span{
    padding: .7rem 1rem;
    border-radius: .5rem;
    background: var(--main);
    color: #fff;
    margin-left: .5rem;
}

.button_2:hover{
    background: var(--second-color);
    color: #fff;
}

.button_2:hover span{
    color: var(--main);
    background: #fff;
    margin-left: 1rem;
}


/*==========TourPackage Section CSS===========*/

.card_btn{
    width: 50%;
      background-color: #FFC265;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      padding: 6px 20px;
      border-radius: 50px;
      font-size: 12px;
      color: #26374A;
      text-decoration: none;
      list-style: none;
      font-weight: 500;
      border: 1px solid #FFC265;
      margin-bottom: 20px;
      transition: all 0.5s ease;
  }
  .card_btn:hover{
      background-color: #26374A;
      color: #fff;
      border: 1px solid #26374A;
  }
  
  .image_text{
    text-decoration: none;
    color: var(--second-color);
    font-weight: 500;
  }

  .image_text:hover{
    color: #045db6;
    font-weight: 500;
  }


  /*==========Visa Package Page Section CSS===========*/

 .visa_service{
    background-color: #F7F0E5;
}

.visa_service_heading{
    color: var(--second-color);
    display: block;
    font-size: 3rem;
    line-height: 50px;
    text-align: center;
    padding: 20px 0px;
    position: relative;
    margin-bottom: 5rem;
}

.visa_service_heading::before{
    content: '';
    position: absolute;
    top: 44px;
    left: 200px;
    width: 80px;
    background: #ffa801;
    height: 3px;
    width: 149px;
}

.visa_service_heading::after{
    content: '';
    position: absolute;
    top: 44px;
    right: 200px;
    width: 80px;
    background: #ffa801;
    height: 3px;
    width: 149px;
}



.visa_service .box-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}


.visa_service .box-container .box{
    overflow: hidden;
    box-shadow: 0 1rem 2rem rgba(0,0,0,.1);
    border-radius: .5rem;
    width: 100%;
    height: 20rem;
    position: relative;
}


.visa_service .box-container .box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .8s;
    cursor: pointer;
}

.visa_service .box-container .box  img:hover{
    transform: scale(1.5);
    z-index: 2;
}
.visa_service .box-container .box .content_visa{
    position: absolute;
    top: -10px; left: 0;
    margin-top: 150px;
    height: 100%;
    width: 100%;
    text-align:center;
    background: #1e272eb4;
    transition: .8s;
}


.visa_service .box-container .box .content_visa a{
   text-decoration: none;
}

.visa_service .box-container .box .content_visa h3{
    font-size: 2rem;
    color: #fff;
    margin-top: 2rem;
    text-decoration: none;
 }


/*==========Company-Overview Section CSS===========*/

.company_text p{
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
}

.company_text ul li{
    font-size: 1.5rem;
    line-height: 1.5;
    color: #000;
  }
  


  /*==========Gallery Page protfolio Section CSS===========*/

.gallery_section{
    width: 100%;
    background-color: #F7F0E5;
  }

  /*==========TourPackage Section CSS===========*/

.tour_heading{
    color: var(--second-color);
    display: block;
    font-size: 3rem;
    line-height: 50px;
    text-align: center;
    padding: 20px 0px;
    position: relative;
}

.tour_heading::before{
    content: '';
    position: absolute;
    top: 44px;
    left: 290px;
    width: 80px;
    background: #ffa801;
    height: 3px;
    width: 149px;
}

.tour_heading::after{
    content: '';
    position: absolute;
    top: 44px;
    right: 290px;
    width: 80px;
    background: #ffa801;
    height: 3px;
    width: 149px;
}



.portfolio-item {
    margin-bottom: 20px;
}


.portfolio-btn {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    font-size: 120px;
    line-height: 0;
    transition: .1s;
    transition-delay: .3s;
    z-index: 2;
    opacity: 0;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
}

.portfolio-box{
    border: 3px dashed var(--second-color);
    box-shadow: 2px 2px 14px rgb(145, 142, 142);
}

.portfolio-box::before,
.portfolio-box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    transition: .5s;
    z-index: 1;
    background: rgba(4, 40, 13, 0.7);
}

.portfolio-box::before {
    left: 0;
}

.portfolio-box::after {
    right: 0;
}

.portfolio-item:hover .portfolio-box::before {
    left: 0;
    width: 50%;
}

.portfolio-item:hover .portfolio-box::after {
    right: 0;
    width: 50%;
}






/*==========Footer Section CSS===========*/

.footer{
    background: rgba(0, 0, 0, 0.3) url(image/Footer_image_2.jpg);
    background-blend-mode: darken;
    background-position: center;
    background-size: cover;
    margin-top: 0;
}

.footer .box-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.footer .box-container .box h3{
    font-size: 2.5rem;
    color: #fff;
    text-decoration: none;
    padding: 1rem 0;
}

.footer .box-container .box img{
    width: 40%; 
}

.footer .box-container .box .company_logo_description{
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 90%;
}

.footer .box-container .box .company_logo_description h2{
    font-size: 3rem;
    color: #ffa801;
    font-weight: 600;
    font-family: italic;
    margin-top: 2rem;
}

.footer .box-container .box .company_logo_description span{
    font-size: 3rem;
    color: #02a559;
    font-weight: 600;
}


.footer .box-container .box h3 i{
    color: #ffa801;
}

.footer .box-container .box .links{
    display: block;
    text-decoration: none;
    font-size: 1.6rem;
    color: #d1d8e0;
    padding: 1rem 0;
    text-transform: none;
}

.footer .box-container .box .links:hover{
    color: #fff;
}
.footer .box-container .box .links i{
    color: #ffa801;
    padding-right: .5rem;
}

.footer .box-container .box .link i{
    color: #ffa801;
    padding-right: .5rem;
}

.footer .box-container .box .links:hover i{
    padding-right: 2rem;
    color: #fff;
}
.footer .box-container .box p{
    line-height: 1.8;
    font-size: 1.6rem;
    color: #d1d8e0;
    text-decoration: none;
    padding: 1rem 0;
}

.footer .box-container .box .share a{
    height: 4rem;
    width: 4rem;
    text-decoration: none;
    line-height: 4rem;
    border-radius: .5rem;
    font-size: 2rem;
    color: #2f3542;
    margin-left: .2rem;
    background: #dfe6e9;
    text-align: center;
}


.footer .box-container .box .share a:hover{
    background: #00a164;
    color: #d1d8e0;
}

.footer .box-container .box .email{
    margin: .7rem 0;
    padding: 1rem;
    border-radius: .5rem;
    background: #eee;
    font-size: 1.6rem;
    color: #2d3436;
    text-transform: none;
}

.footer .box-container .box .payment-img{
    margin-top: 2rem;
    height: 3rem;
}


.footer .credit{
    text-align: center;
    margin-top: 2rem;
    padding: 1rem;
    padding-top: 2.5rem;
    font-size: 2rem;
    font-weight: 500;
    color: #d1d8e0;
    border-top: var(--border);
}

.footer .credit span{
    color: #ffa801;
}

.footer .credit a{
    color: #1e90ff;
    text-decoration: none;
    text-transform: none;
}

.footer .credit a:hover{
    text-decoration: underline;
}


/*============Flight Title ===================*/
.heading-2{
    text-align: center;
    margin-bottom: 8rem;
    position: relative;
    z-index: 1;
}

.heading-2::before{
    content: '';
    position: absolute;
    top: 50%; left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: .02rem;
    background: #808080;
    z-index: -1;
}

.heading-2 span{
    font-size: 2.5rem;
    padding: .5rem 2rem;
    color: #282c2c;
    background: #eee;
    border: 1px solid #808080;
}
 

/*==========Selection  Section CSS===========*/

.booking {
    width: 100%;
    height: 105vh;
    background-color: rgba(218, 220, 228, 0.582);
    padding: 0px 26px;
    border-radius: 10px 0 10px 0;
    box-shadow: 2px 2px 14px rgb(145, 142, 142);
    z-index: 1000;
  }


  
  .booking__type {
    width: fit-content;
    padding: 5px;
    display: grid;
    grid-template-columns: max-content max-content max-content;
    align-items: center;
    background-color: #26374A;
    border-radius: 2px;
  }
  
  .booking__type > div {
    padding: 10px;
    color: #fff;
    border-radius: 2px;
    font-size: 1.5rem;
    cursor: pointer;
    transition: 0.3s;
  }

  .booking__type a{
    padding: 10px;
    color: #fff;
    border-radius: 2px;
    font-size: 1.5rem;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
    list-style: none;
    transition: all 0.3s ease;
  }

  .booking__type a:hover{
    color: #5484dd;
    background-color: #fff;
  }
  
  .booking__type > :is(div:hover, div.active) {
    color: #5484dd;
    background-color: #fff;
  }
  
.inputBox{
    padding: 1.5rem 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 2rem;
    background-color: rgb(218, 220, 228);
    border-radius: 2px;
    margin-top: 1rem;
  }

  .booking__form__select {
    padding: 1.5rem 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 5rem;
    background-color: rgb(218, 220, 228);
    border-radius: 2px;
  }
  

  .booking__input {
    display: grid;
    gap: 5px;
  }
  
  .booking__input label {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--white);
  }
  
  .booking__input input {
    width: 100%;
    padding: 0.5rem;
    font-size: 1.8rem;
    color: #2d3436;
    outline: none;
    border: 1px solid var(--extra-light);
    border-radius: 2px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }

  .booking__input .drop_1 {
    width: 100%;
    padding: 0.5rem;
    font-size: 1.8rem;
    color: #2d3436;
    outline: none;
    border: 1px solid var(--extra-light);
    border-radius: 2px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }


  .booking__btn {
    text-align: right;
  }

  .booking__btn .btn_1 {
    padding: 0.75rem 2rem;
    font-size: 1.5rem;
    color: #fff;
    background-color: #e06602;
    outline: none;
    border: none;
    border-radius: 20px;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 2rem;
  }
  
  .booking__btn .btn_1:hover {
    background-color: #e06602;
  }
  
  .booking__btn_1 {
    text-align: left;
  }

  .inputBox   .booking__btn_1 button[type="submit"]{
    padding: 0.70rem 5rem;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background-color: #e06602;
    outline: none;
    border: none;
    border-radius: 20px;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 2rem;
}

.inputBox  .booking__btn_1 button[type="submit"]:hover{
    background-color: #e06602;
}

/*==========First Form Selection Section CSS Start===========*/


.wrapper{
    width: 100%;
    margin: 0px auto 0;
  }
 .select-btn, li{
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .select-btn{
    height: 39px;
    padding: 0.8rem;
    font-size: 18px;
    background: #fff;
    border-radius: 5px;
    justify-content: space-between;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }
  .select-btn i{
    font-size: 15px;
    transition: transform 0.3s linear;
  }
  .wrapper.active .select-btn i{
    transform: rotate(-180deg);
  }
  .content{
    position: absolute;
    display: none;
    padding: 10px;
    margin-top: 15px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }
  .wrapper.active .content{
    display: block;
  }
  .content .search{
    position: relative;
  }
  .search i{
    top: 50%;
    left: 15px;
    color: #999;
    font-size: 20px;
    pointer-events: none;
    transform: translateY(-50%);
    position: absolute;
  }
  .search input{
    height: 50px;
    width: 100%;
    outline: none;
    font-size: 17px;
    border-radius: 5px;
    padding: 0 20px 0 43px;
    border: 1px solid #B3B3B3;
  }
  .search input:focus{
    padding-left: 42px;
    border: 2px solid #4285f4;
  }
  .search input::placeholder{
    color: #bfbfbf;
  }
  .content .options{
    margin-top: 10px;
    max-height: 250px;
    overflow-y: auto;
    padding-right: 7px;
  }
  .options::-webkit-scrollbar{
    width: 7px;
  }
  .options::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 25px;
  }
  .options::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 25px;
  }
  .options::-webkit-scrollbar-thumb:hover{
    background: #b3b3b3;
  }
  .options li{
    height: 50px;
    padding: 0 13px;
    font-size: 21px;
  }
  .options.item li:hover, li .selected{
    border-radius: 5px;
    background: #f2f2f2;
  }


/*==========City / Aiport Selection Section CSS===========*/

       .wrapper_6{
        width: 100%;
        margin: 0px auto 0;
      }
     .select-btn-6, li{
        display: flex;
        align-items: center;
        cursor: pointer;
      }
      .select-btn-6{
        height: 39px;
        padding: 0.8rem;
        font-size: 18px;
        background: #fff;
        border-radius: 5px;
        justify-content: space-between;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      }
      .select-btn-6 i{
        font-size: 15px;
        transition: transform 0.3s linear;
      }
      .wrapper_6.active .select-btn-6 i{
        transform: rotate(-180deg);
      }
      .content_6{
        position: absolute;
        display: none;
        padding: 10px;
        margin-top: 15px;
        background: #fff;
        border-radius: 7px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      }
      .wrapper_6.active .content_6{
        display: block;
      }
      .content_6 .search_6{
        position: relative;
      }
      .search_6 i{
        top: 50%;
        left: 15px;
        color: #999;
        font-size: 20px;
        pointer-events: none;
        transform: translateY(-50%);
        position: absolute;
      }
      .search_6 input{
        height: 50px;
        width: 100%;
        outline: none;
        font-size: 17px;
        border-radius: 5px;
        padding: 0 20px 0 43px;
        border: 1px solid #B3B3B3;
      }
      .search_6 input:focus{
        padding-left: 42px;
        border: 2px solid #4285f4;
      }
      .search_6 input::placeholder{
        color: #bfbfbf;
      }
      .content_6 .options_6{
        margin-top: 10px;
        max-height: 250px;
        overflow-y: auto;
        padding-right: 7px;
      }
      .options_6::-webkit-scrollbar{
        width: 7px;
      }
      .options_6::-webkit-scrollbar-track{
        background: #f1f1f1;
        border-radius: 25px;
      }
      .options_6::-webkit-scrollbar-thumb{
        background: #ccc;
        border-radius: 25px;
      }
      .options_6::-webkit-scrollbar-thumb:hover{
        background: #b3b3b3;
      }
      .options_6 li{
        height: 50px;
        padding: 0 13px;
        font-size: 21px;
      }
      .options_6 li:hover, li.selectes_6{
        border-radius: 5px;
        background: #f2f2f2;
      }

        /*==========City / Aiport Selection Section CSS===========*/

  .wrapper_3{
    width: 100%;
    margin: 0px auto 0;
  }
 .select-btn-3, li{
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .select-btn-3{
    height: 39px;
    padding: 0.8rem;
    font-size: 18px;
    background: #fff;
    border-radius: 5px;
    justify-content: space-between;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }
  .select-btn-3 i{
    font-size: 15px;
    transition: transform 0.3s linear;
  }
  .wrapper_3.active .select-btn-3 i{
    transform: rotate(-180deg);
  }
  .content_3{
    position: absolute;
    display: none;
    padding: 10px;
    margin-top: 15px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }
  .wrapper_3.active .content_3{
    display: block;
  }
  .content_3 .search_3{
    position: relative;
  }
  .search_3 i{
    top: 50%;
    left: 15px;
    color: #999;
    font-size: 20px;
    pointer-events: none;
    transform: translateY(-50%);
    position: absolute;
  }
  .search_3 input{
    height: 50px;
    width: 100%;
    outline: none;
    font-size: 17px;
    border-radius: 5px;
    padding: 0 20px 0 43px;
    border: 1px solid #B3B3B3;
  }
  .search_3 input:focus{
    padding-left: 42px;
    border: 2px solid #4285f4;
  }
  .search_3 input::placeholder{
    color: #bfbfbf;
  }
  .content_3 .options_3{
    margin-top: 10px;
    max-height: 250px;
    overflow-y: auto;
    padding-right: 7px;
  }
  .options_3::-webkit-scrollbar{
    width: 7px;
  }
  .options_3::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 25px;
  }
  .options_3::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 25px;
  }
  .options_3::-webkit-scrollbar-thumb:hover{
    background: #b3b3b3;
  }
  .options_3 li{
    height: 50px;
    padding: 0 13px;
    font-size: 21px;
  }
  .options_3 li:hover, li.selectes_3{
    border-radius: 5px;
    background: #f2f2f2;
  }

  /*==========First Form Selection Section CSS End ===========*/


  /*==========second Form Selection Section CSS Start ===========*/


  /*==========City / Aiport Selection Section CSS===========*/
  
  .wrapper_1{
    width: 100%;
    margin: 0px auto 0;
  }
 .select-btn-1, li{
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .select-btn-1{
    height: 39px;
    padding: 0.8rem;
    font-size: 18px;
    background: #fff;
    border-radius: 5px;
    justify-content: space-between;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }
  .select-btn-1 i{
    font-size: 15px;
    transition: transform 0.3s linear;
  }
  .wrapper_1.active .select-btn-1 i{
    transform: rotate(-180deg);
  }
  .content_1{
    position: absolute;
    display: none;
    padding: 10px;
    margin-top: 15px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }
  .wrapper_1.active .content_1{
    display: block;
  }
  .content_1 .search_1{
    position: relative;
  }
  .search_1 i{
    top: 50%;
    left: 15px;
    color: #999;
    font-size: 20px;
    pointer-events: none;
    transform: translateY(-50%);
    position: absolute;
  }
  .search_1 input{
    height: 50px;
    width: 100%;
    outline: none;
    font-size: 17px;
    border-radius: 5px;
    padding: 0 20px 0 43px;
    border: 1px solid #B3B3B3;
  }
  .search_1 input:focus{
    padding-left: 42px;
    border: 2px solid #4285f4;
  }
  .search_1 input::placeholder{
    color: #bfbfbf;
  }
  .content_1 .options_1{
    margin-top: 10px;
    max-height: 250px;
    overflow-y: auto;
    padding-right: 7px;
  }
  .options_1::-webkit-scrollbar{
    width: 7px;
  }
  .options_1::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 25px;
  }
  .options_1::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 25px;
  }
  .options_1::-webkit-scrollbar-thumb:hover{
    background: #b3b3b3;
  }
  .options_1 li{
    height: 50px;
    padding: 0 13px;
    font-size: 21px;
  }
  .options_1 li:hover, li.selectes{
    border-radius: 5px;
    background: #f2f2f2;
  }


    /*==========City / Aiport Selection Section CSS===========*/

    .wrapper_4{
        width: 100%;
        margin: 0px auto 0;
      }
     .select-btn-4, li{
        display: flex;
        align-items: center;
        cursor: pointer;
      }
      .select-btn-4{
        height: 39px;
        padding: 0.8rem;
        font-size: 18px;
        background: #fff;
        border-radius: 5px;
        justify-content: space-between;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      }
      .select-btn-4 i{
        font-size: 15px;
        transition: transform 0.3s linear;
      }
      .wrapper_4.active .select-btn-4 i{
        transform: rotate(-180deg);
      }
      .content_4{
        position: absolute;
        display: none;
        padding: 10px;
        margin-top: 15px;
        background: #fff;
        border-radius: 7px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      }
      .wrapper_4.active .content_4{
        display: block;
      }
      .content_4 .search_4{
        position: relative;
      }
      .search_4 i{
        top: 50%;
        left: 15px;
        color: #999;
        font-size: 20px;
        pointer-events: none;
        transform: translateY(-50%);
        position: absolute;
      }
      .search_4 input{
        height: 50px;
        width: 100%;
        outline: none;
        font-size: 17px;
        border-radius: 5px;
        padding: 0 20px 0 43px;
        border: 1px solid #B3B3B3;
      }
      .search_4 input:focus{
        padding-left: 42px;
        border: 2px solid #4285f4;
      }
      .search_4 input::placeholder{
        color: #bfbfbf;
      }
      .content_4 .options_4{
        margin-top: 10px;
        max-height: 250px;
        overflow-y: auto;
        padding-right: 7px;
      }
      .options_4::-webkit-scrollbar{
        width: 7px;
      }
      .options_4::-webkit-scrollbar-track{
        background: #f1f1f1;
        border-radius: 25px;
      }
      .options_4::-webkit-scrollbar-thumb{
        background: #ccc;
        border-radius: 25px;
      }
      .options_4::-webkit-scrollbar-thumb:hover{
        background: #b3b3b3;
      }
      .options_4 li{
        height: 50px;
        padding: 0 13px;
        font-size: 21px;
      }
      .options_4 li:hover, li.selectes_4{
        border-radius: 5px;
        background: #f2f2f2;
      }

    /*==========City / Aiport Selection Section CSS===========*/

      .wrapper_7{
        width: 100%;
        margin: 0px auto 0;
      }
     .select-btn-7, li{
        display: flex;
        align-items: center;
        cursor: pointer;
      }
      .select-btn-7{
        height: 39px;
        padding: 0.8rem;
        font-size: 18px;
        background: #fff;
        border-radius: 5px;
        justify-content: space-between;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      }
      .select-btn-7 i{
        font-size: 15px;
        transition: transform 0.3s linear;
      }
      .wrapper_7.active .select-btn-7 i{
        transform: rotate(-180deg);
      }
      .content_7{
        position: absolute;
        display: none;
        padding: 10px;
        margin-top: 15px;
        background: #fff;
        border-radius: 7px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      }
      .wrapper_7.active .content_7{
        display: block;
      }
      .content_7 .search_7{
        position: relative;
      }
      .search_7 i{
        top: 50%;
        left: 15px;
        color: #999;
        font-size: 20px;
        pointer-events: none;
        transform: translateY(-50%);
        position: absolute;
      }
      .search_7 input{
        height: 50px;
        width: 100%;
        outline: none;
        font-size: 17px;
        border-radius: 5px;
        padding: 0 20px 0 43px;
        border: 1px solid #B3B3B3;
      }
      .search_7 input:focus{
        padding-left: 42px;
        border: 2px solid #4285f4;
      }
      .search_7 input::placeholder{
        color: #bfbfbf;
      }
      .content_7 .options_7{
        margin-top: 10px;
        max-height: 250px;
        overflow-y: auto;
        padding-right: 7px;
      }
      .options_7::-webkit-scrollbar{
        width: 7px;
      }
      .options_7::-webkit-scrollbar-track{
        background: #f1f1f1;
        border-radius: 25px;
      }
      .options_7::-webkit-scrollbar-thumb{
        background: #ccc;
        border-radius: 25px;
      }
      .options_7::-webkit-scrollbar-thumb:hover{
        background: #b3b3b3;
      }
      .options_7 li{
        height: 50px;
        padding: 0 13px;
        font-size: 21px;
      }
      .options_7 li:hover, li.selectes_7{
        border-radius: 5px;
        background: #f2f2f2;
      }




/*==========second Form Selection Section CSS End ===========*/




/*==========Third  Form Selection Section CSS Start ===========*/


  /*==========City / Aiport Selection Section CSS===========*/

  
.wrapper_2{
  width: 100%;
  margin: 0px auto 0;
}
.select-btn-2, li{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.select-btn-2{
  height: 39px;
  padding: 0.8rem;
  font-size: 18px;
  background: #fff;
  border-radius: 5px;
  justify-content: space-between;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.select-btn-2 i{
  font-size: 15px;
  transition: transform 0.3s linear;
}
.wrapper_2.active .select-btn-2 i{
  transform: rotate(-180deg);
}
.content_2{
  position: absolute;
  display: none;
  padding: 10px;
  margin-top: 15px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.wrapper_2.active .content_2{
  display: block;
}
.content_2 .search_1{
  position: relative;
}
.search_2 i{
  top: 11%;
  left: 25px;
  color: #999;
  font-size: 20px;
  pointer-events: none;
  transform: translateY(-50%);
  position: absolute;
}
.search_2 input{
  height: 50px;
  width: 100%;
  outline: none;
  font-size: 17px;
  border-radius: 5px;
  padding: 0 20px 0 43px;
  border: 1px solid #B3B3B3;
}
.search_2 input:focus{
  padding-left: 42px;
  border: 2px solid #4285f4;
}
.search_2 input::placeholder{
  color: #bfbfbf;
}
.content_2 .options_2{
  margin-top: 10px;
  max-height: 250px;
  overflow-y: auto;
  padding-right: 7px;
}
.options_2::-webkit-scrollbar{
  width: 7px;
}
.options_2::-webkit-scrollbar-track{
  background: #f1f1f1;
  border-radius: 25px;
}
.options_2::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 25px;
}
.options_2::-webkit-scrollbar-thumb:hover{
  background: #b3b3b3;
}
.options_2 li{
  height: 50px;
  padding: 0 13px;
  font-size: 21px;
}
.options_2 li:hover, li.selectess{
  border-radius: 5px;
  background: #f2f2f2;
}


  /*==========City / Aiport Selection Section CSS===========*/

    .wrapper_5{
        width: 100%;
        margin: 0px auto 0;
      }
     .select-btn-5, li{
        display: flex;
        align-items: center;
        cursor: pointer;
      }
      .select-btn-5{
        height: 39px;
        padding: 0.8rem;
        font-size: 18px;
        background: #fff;
        border-radius: 5px;
        justify-content: space-between;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      }
      .select-btn-5 i{
        font-size: 15px;
        transition: transform 0.3s linear;
      }
      .wrapper_5.active .select-btn-5 i{
        transform: rotate(-180deg);
      }
      .content_5{
        position: absolute;
        display: none;
        padding: 10px;
        margin-top: 15px;
        background: #fff;
        border-radius: 7px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      }
      .wrapper_5.active .content_5{
        display: block;
      }
      .content_5 .search_5{
        position: relative;
      }
      .search_5 i{
        top: 50%;
        left: 15px;
        color: #999;
        font-size: 20px;
        pointer-events: none;
        transform: translateY(-50%);
        position: absolute;
      }
      .search_5 input{
        height: 50px;
        width: 100%;
        outline: none;
        font-size: 17px;
        border-radius: 5px;
        padding: 0 20px 0 43px;
        border: 1px solid #B3B3B3;
      }
      .search_5 input:focus{
        padding-left: 42px;
        border: 2px solid #4285f4;
      }
      .search_5 input::placeholder{
        color: #bfbfbf;
      }
      .content_5 .options_5{
        margin-top: 10px;
        max-height: 250px;
        overflow-y: auto;
        padding-right: 7px;
      }
      .options_5::-webkit-scrollbar{
        width: 7px;
      }
      .options_5::-webkit-scrollbar-track{
        background: #f1f1f1;
        border-radius: 25px;
      }
      .options_5::-webkit-scrollbar-thumb{
        background: #ccc;
        border-radius: 25px;
      }
      .options_5::-webkit-scrollbar-thumb:hover{
        background: #b3b3b3;
      }
      .options_5 li{
        height: 50px;
        padding: 0 13px;
        font-size: 21px;
      }
      .options_5 li:hover, li.selectes_5{
        border-radius: 5px;
        background: #f2f2f2;
      }


      /*==========City / Aiport Selection Section CSS===========*/

    .wrapper_8{
      width: 100%;
      margin: 0px auto 0;
    }
   .select-btn-8, li{
      display: flex;
      align-items: center;
      cursor: pointer;
    }
    .select-btn-8{
      height: 39px;
      padding: 0.8rem;
      font-size: 18px;
      background: #fff;
      border-radius: 5px;
      justify-content: space-between;
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }
    .select-btn-8 i{
      font-size: 15px;
      transition: transform 0.3s linear;
    }
    .wrapper_8.active .select-btn-8 i{
      transform: rotate(-180deg);
    }
    .content_8{
      position: absolute;
      display: none;
      padding: 10px;
      margin-top: 15px;
      background: #fff;
      border-radius: 7px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }
    .wrapper_8.active .content_8{
      display: block;
    }
    .content_8 .search_8{
      position: relative;
    }
    .search_8 i{
      top: 50%;
      left: 15px;
      color: #999;
      font-size: 20px;
      pointer-events: none;
      transform: translateY(-50%);
      position: absolute;
    }
    .search_8 input{
      height: 50px;
      width: 100%;
      outline: none;
      font-size: 17px;
      border-radius: 5px;
      padding: 0 20px 0 43px;
      border: 1px solid #B3B3B3;
    }
    .search_8 input:focus{
      padding-left: 42px;
      border: 2px solid #4285f4;
    }
    .search_8 input::placeholder{
      color: #bfbfbf;
    }
    .content_8 .options_8{
      margin-top: 10px;
      max-height: 250px;
      overflow-y: auto;
      padding-right: 7px;
    }
    .options_8::-webkit-scrollbar{
      width: 7px;
    }
    .options_8::-webkit-scrollbar-track{
      background: #f1f1f1;
      border-radius: 25px;
    }
    .options_8::-webkit-scrollbar-thumb{
      background: #ccc;
      border-radius: 25px;
    }
    .options_8::-webkit-scrollbar-thumb:hover{
      background: #b3b3b3;
    }
    .options_8 li{
      height: 50px;
      padding: 0 13px;
      font-size: 21px;
    }
    .options_8 li:hover, li.selectes_8{
      border-radius: 5px;
      background: #f2f2f2;
    }


          /*==========City / Aiport Selection Section CSS===========*/

          .wrapper_9{
            width: 100%;
            margin: 0px auto 0;
          }
         .select-btn-9, li{
            display: flex;
            align-items: center;
            cursor: pointer;
          }
          .select-btn-9{
            height: 39px;
            padding: 0.8rem;
            font-size: 18px;
            background: #fff;
            border-radius: 5px;
            justify-content: space-between;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
          }
          .select-btn-9 i{
            font-size: 15px;
            transition: transform 0.3s linear;
          }
          .wrapper_9.active .select-btn-9 i{
            transform: rotate(-180deg);
          }
          .content_9{
            position: absolute;
            display: none;
            padding: 10px;
            margin-top: 15px;
            background: #fff;
            border-radius: 7px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
          }
          .wrapper_9.active .content_9{
            display: block;
          }
          .content_9 .search_9{
            position: relative;
          }
          .search_9 i{
            top: 50%;
            left: 15px;
            color: #999;
            font-size: 20px;
            pointer-events: none;
            transform: translateY(-50%);
            position: absolute;
          }
          .search_9 input{
            height: 50px;
            width: 100%;
            outline: none;
            font-size: 17px;
            border-radius: 5px;
            padding: 0 20px 0 43px;
            border: 1px solid #B3B3B3;
          }
          .search_9 input:focus{
            padding-left: 42px;
            border: 2px solid #4285f4;
          }
          .search_9 input::placeholder{
            color: #bfbfbf;
          }
          .content_9 .options_9{
            margin-top: 10px;
            max-height: 250px;
            overflow-y: auto;
            padding-right: 7px;
          }
          .options_9::-webkit-scrollbar{
            width: 7px;
          }
          .options_9::-webkit-scrollbar-track{
            background: #f1f1f1;
            border-radius: 25px;
          }
          .options_9::-webkit-scrollbar-thumb{
            background: #ccc;
            border-radius: 25px;
          }
          .options_9::-webkit-scrollbar-thumb:hover{
            background: #b3b3b3;
          }
          .options_9 li{
            height: 50px;
            padding: 0 13px;
            font-size: 21px;
          }
          .options_9 li:hover, li.selectes_9{
            border-radius: 5px;
            background: #f2f2f2;
          }

      /*==========City / Aiport Selection Section CSS===========*/

      .wrapper_10{
        width: 100%;
        margin: 0px auto 0;
      }
     .select-btn-10, li{
        display: flex;
        align-items: center;
        cursor: pointer;
      }
      .select-btn-10{
        height: 39px;
        padding: 0.8rem;
        font-size: 18px;
        background: #fff;
        border-radius: 5px;
        justify-content: space-between;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      }
      .select-btn-10 i{
        font-size: 15px;
        transition: transform 0.3s linear;
      }
      .wrapper_10.active .select-btn-10 i{
        transform: rotate(-180deg);
      }
      .content_10{
        position: absolute;
        display: none;
        padding: 10px;
        margin-top: 15px;
        background: #fff;
        border-radius: 7px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      }
      .wrapper_10.active .content_10{
        display: block;
      }
      .content_10 .search_10{
        position: relative;
      }
      .search_10 i{
        top: 50%;
        left: 15px;
        color: #999;
        font-size: 20px;
        pointer-events: none;
        transform: translateY(-50%);
        position: absolute;
      }
      .search_10 input{
        height: 50px;
        width: 100%;
        outline: none;
        font-size: 17px;
        border-radius: 5px;
        padding: 0 20px 0 43px;
        border: 1px solid #B3B3B3;
      }
      .search_10 input:focus{
        padding-left: 42px;
        border: 2px solid #4285f4;
      }
      .search_10 input::placeholder{
        color: #bfbfbf;
      }
      .content_10 .options_10{
        margin-top: 10px;
        max-height: 250px;
        overflow-y: auto;
        padding-right: 7px;
      }
      .options_10::-webkit-scrollbar{
        width: 7px;
      }
      .options_10::-webkit-scrollbar-track{
        background: #f1f1f1;
        border-radius: 25px;
      }
      .options_10::-webkit-scrollbar-thumb{
        background: #ccc;
        border-radius: 25px;
      }
      .options_10::-webkit-scrollbar-thumb:hover{
        background: #b3b3b3;
      }
      .options_10 li{
        height: 50px;
        padding: 0 13px;
        font-size: 21px;
      }
      .options_10 li:hover, li.selectes_10{
        border-radius: 5px;
        background: #f2f2f2;
      }


     /*==========City / Aiport Selection Section CSS===========*/

  
.wrapper_11{
  width: 100%;
  margin: 0px auto 0;
}
.select-btn-11, li{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.select-btn-11{
  height: 39px;
  padding: 0.8rem;
  font-size: 18px;
  background: #fff;
  border-radius: 5px;
  justify-content: space-between;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.select-btn-11 i{
  font-size: 15px;
  transition: transform 0.3s linear;
}
.wrapper_11.active .select-btn-11 i{
  transform: rotate(-180deg);
}
.content_11{
  position: absolute;
  display: none;
  padding: 10px;
  margin-top: 15px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.wrapper_11.active .content_11{
  display: block;
}
.content_11 .search_11{
  position: relative;
}
.search_11 i{
  top: 50%;
  left: 15px;
  color: #999;
  font-size: 20px;
  pointer-events: none;
  transform: translateY(-50%);
  position: absolute;
}
.search_11 input{
  height: 50px;
  width: 100%;
  outline: none;
  font-size: 17px;
  border-radius: 5px;
  padding: 0 20px 0 43px;
  border: 1px solid #B3B3B3;
}
.search_11 input:focus{
  padding-left: 42px;
  border: 2px solid #4285f4;
}
.search_11 input::placeholder{
  color: #bfbfbf;
}
.content_11 .options_11{
  margin-top: 10px;
  max-height: 250px;
  overflow-y: auto;
  padding-right: 7px;
}
.options_11::-webkit-scrollbar{
  width: 7px;
}
.options_11::-webkit-scrollbar-track{
  background: #f1f1f1;
  border-radius: 25px;
}
.options_11::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 25px;
}
.options_11::-webkit-scrollbar-thumb:hover{
  background: #b3b3b3;
}
.options_11 li{
  height: 50px;
  padding: 0 13px;
  font-size: 21px;
}
.options_11 li:hover, li.selectes_11{
  border-radius: 5px;
  background: #f2f2f2;
}   


     /*==========City / Aiport Selection Section CSS===========*/

  
     .wrapper_12{
      width: 100%;
      margin: 0px auto 0;
    }
    .select-btn-12, li{
      display: flex;
      align-items: center;
      cursor: pointer;
    }
    .select-btn-12{
      height: 39px;
      padding: 0.8rem;
      font-size: 18px;
      background: #fff;
      border-radius: 5px;
      justify-content: space-between;
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }
    .select-btn-12 i{
      font-size: 15px;
      transition: transform 0.3s linear;
    }
    .wrapper_12.active .select-btn-12 i{
      transform: rotate(-180deg);
    }
    .content_12{
      position: absolute;
      display: none;
      padding: 10px;
      margin-top: 15px;
      background: #fff;
      border-radius: 7px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }
    .wrapper_12.active .content_12{
      display: block;
    }
    .content_12 .search_12{
      position: relative;
    }
    .search_12 i{
      top: 50%;
      left: 15px;
      color: #999;
      font-size: 20px;
      pointer-events: none;
      transform: translateY(-50%);
      position: absolute;
    }
    .search_12 input{
      height: 50px;
      width: 100%;
      outline: none;
      font-size: 17px;
      border-radius: 5px;
      padding: 0 20px 0 43px;
      border: 1px solid #B3B3B3;
    }
    .search_12 input:focus{
      padding-left: 42px;
      border: 2px solid #4285f4;
    }
    .search_12 input::placeholder{
      color: #bfbfbf;
    }
    .content_12 .options_12{
      margin-top: 10px;
      max-height: 250px;
      overflow-y: auto;
      padding-right: 7px;
    }
    .options_12::-webkit-scrollbar{
      width: 7px;
    }
    .options_12::-webkit-scrollbar-track{
      background: #f1f1f1;
      border-radius: 25px;
    }
    .options_12::-webkit-scrollbar-thumb{
      background: #ccc;
      border-radius: 25px;
    }
    .options_12::-webkit-scrollbar-thumb:hover{
      background: #b3b3b3;
    }
    .options_12 li{
      height: 50px;
      padding: 0 13px;
      font-size: 21px;
    }
    .options_12 li:hover, li.selectes_12{
      border-radius: 5px;
      background: #f2f2f2;
    }   
    


         /*==========City / Aiport Selection Section CSS===========*/

  
         .wrapper_13{
          width: 100%;
          margin: 0px auto 0;
        }
        .select-btn-13, li{
          display: flex;
          align-items: center;
          cursor: pointer;
        }
        .select-btn-13{
          height: 39px;
          padding: 0.8rem;
          font-size: 18px;
          background: #fff;
          border-radius: 5px;
          justify-content: space-between;
          box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        .select-btn-13 i{
          font-size: 15px;
          transition: transform 0.3s linear;
        }
        .wrapper_13.active .select-btn-13 i{
          transform: rotate(-180deg);
        }
        .content_13{
          position: absolute;
          display: none;
          padding: 10px;
          margin-top: 15px;
          background: #fff;
          border-radius: 7px;
          box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        .wrapper_13.active .content_13{
          display: block;
        }
        .content_13 .search_13{
          position: relative;
        }
        .search_13 i{
          top: 50%;
          left: 15px;
          color: #999;
          font-size: 20px;
          pointer-events: none;
          transform: translateY(-50%);
          position: absolute;
        }
        .search_13 input{
          height: 50px;
          width: 100%;
          outline: none;
          font-size: 17px;
          border-radius: 5px;
          padding: 0 20px 0 43px;
          border: 1px solid #B3B3B3;
        }
        .search_13 input:focus{
          padding-left: 42px;
          border: 2px solid #4285f4;
        }
        .search_13 input::placeholder{
          color: #bfbfbf;
        }
        .content_13 .options_13{
          margin-top: 10px;
          max-height: 250px;
          overflow-y: auto;
          padding-right: 7px;
        }
        .options_13::-webkit-scrollbar{
          width: 7px;
        }
        .options_13::-webkit-scrollbar-track{
          background: #f1f1f1;
          border-radius: 25px;
        }
        .options_13::-webkit-scrollbar-thumb{
          background: #ccc;
          border-radius: 25px;
        }
        .options_13::-webkit-scrollbar-thumb:hover{
          background: #b3b3b3;
        }
        .options_13 li{
          height: 50px;
          padding: 0 13px;
          font-size: 21px;
        }
        .options_13 li:hover, li.selectes_13{
          border-radius: 5px;
          background: #f2f2f2;
        } 
        
        
           /*==========City / Aiport Selection Section CSS===========*/

  
           .wrapper_14{
            width: 100%;
            margin: 0px auto 0;
          }
          .select-btn-14, li{
            display: flex;
            align-items: center;
            cursor: pointer;
          }
          .select-btn-14{
            height: 39px;
            padding: 0.8rem;
            font-size: 18px;
            background: #fff;
            border-radius: 5px;
            justify-content: space-between;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
          }
          .select-btn-14 i{
            font-size: 15px;
            transition: transform 0.3s linear;
          }
          .wrapper_14.active .select-btn-14 i{
            transform: rotate(-180deg);
          }
          .content_14{
            position: absolute;
            display: none;
            padding: 10px;
            margin-top: 15px;
            background: #fff;
            border-radius: 7px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
          }
          .wrapper_14.active .content_14{
            display: block;
          }
          .content_14 .search_14{
            position: relative;
          }
          .search_14 i{
            top: 50%;
            left: 15px;
            color: #999;
            font-size: 20px;
            pointer-events: none;
            transform: translateY(-50%);
            position: absolute;
          }
          .search_14 input{
            height: 50px;
            width: 100%;
            outline: none;
            font-size: 17px;
            border-radius: 5px;
            padding: 0 20px 0 43px;
            border: 1px solid #B3B3B3;
          }
          .search_14 input:focus{
            padding-left: 42px;
            border: 2px solid #4285f4;
          }
          .search_14 input::placeholder{
            color: #bfbfbf;
          }
          .content_14 .options_14{
            margin-top: 10px;
            max-height: 250px;
            overflow-y: auto;
            padding-right: 7px;
          }
          .options_14::-webkit-scrollbar{
            width: 7px;
          }
          .options_14::-webkit-scrollbar-track{
            background: #f1f1f1;
            border-radius: 25px;
          }
          .options_14::-webkit-scrollbar-thumb{
            background: #ccc;
            border-radius: 25px;
          }
          .options_14::-webkit-scrollbar-thumb:hover{
            background: #b3b3b3;
          }
          .options_14 li{
            height: 50px;
            padding: 0 13px;
            font-size: 21px;
          }
          .options_14 li:hover, li.selectes_14{
            border-radius: 5px;
            background: #f2f2f2;
          }       
        

/*==========Third  Form Selection Section CSS End ===========*/



/*==========validation one way form Section CSS===========*/

.inputBox .booking__input .item{
    width: 100%;
    padding: 0.5rem;
    font-size: 1.8rem;
    color: #2d3436;
    outline: none;
    border: 1px solid var(--extra-light);
    border-radius: 2px;
    cursor: pointer;
}


.inputBox .booking__input.error .item{
    border: 1px solid #d93036;
}


/*==========Active tab Product Section CSS===========*/

.tab_btn.active-tab{
    background: #fff;
    color: #000;
    border-radius: 2px;
}

.tab_item:not(.active-tab){
    display: none;
}





/*==========validation round trip form Section CSS===========*/


/*==========Selection  Section CSS===========*/


.inputBox_1{
    padding: 1.5rem 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 2rem;
    background-color: rgb(218, 220, 228);
    border-radius: 2px;
    margin-top: 1rem;
  }

  .inputBox_1 .booking__form__select {
    padding: 1.5rem 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 5rem;
    background-color: rgb(218, 220, 228);
    border-radius: 2px;
  }

  .inputBox_1 .booking__input_1 {
    display: grid;
    gap: 5px;
  }
  
  .inputBox_1 .booking__input_1 label {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--white);
  }
  
  .inputBox_1  .booking__input_1 input {
    width: 100%;
    padding: 0.5rem;
    font-size: 1.8rem;
    color: #2d3436;
    outline: none;
    border: 1px solid var(--extra-light);
    border-radius: 2px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }

  .inputBox_1 .booking__input_1 .drop_2 {
    width: 100%;
    padding: 0.5rem;
    font-size: 1.8rem;
    color: #2d3436;
    outline: none;
    border: 1px solid var(--extra-light);
    border-radius: 2px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }


.inputBox_1   .booking__btn_2 button[type="submits"]{
    padding: 0.70rem 5rem;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background-color: #e06602;
    outline: none;
    border: none;
    border-radius: 20px;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 2rem;
}

.inputBox_1  .booking__btn_2 button[type="submits"]:hover{
    background-color: #e06602;
}

.inputBox_1 .booking__input_1 .item_1{
    width: 100%;
    padding: 0.5rem;
    font-size: 1.8rem;
    color: #2d3436;
    outline: none;
    border: 1px solid var(--extra-light);
    border-radius: 2px;
    cursor: pointer;
}


.inputBox_1 .booking__input_1.errors .item_1{
    border: 1px solid #d93036;
}




/*==========validation Multy City form Section CSS===========*/


/*==========Selection  Section CSS===========*/


.inputBox_2{
    padding: 1.5rem 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 2rem;
    background-color: rgb(218, 220, 228);
    border-radius: 2px;
    margin-top: 1rem;
  }



  .inputBoxs{
    padding: 1.5rem 1rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 2rem;
    background-color: rgb(218, 220, 228);
    border-radius: 2px;
    margin-top: 1rem;
  }



  .three_from .dynamic_btn{
    padding: 0.5rem 1rem;
    margin-top: 2rem;
    border-radius: 20px;
  }



  .three_from .dynamic_btn_1{
    background: #048b70;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 50px;
    padding: 8px 55px;
    margin-left: 80%;
    border: none;
  }

  .inputBox_2 .booking__form__select {
    padding: 1.5rem 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 5rem;
    background-color: rgb(218, 220, 228);
    border-radius: 2px;
  }



  .inputBox_2 .booking__input_2 {
    display: grid;
    gap: 5px;
  }
  
  .inputBox_2 .booking__input_2 label {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--white);
  }
  
  .inputBox_2  .booking__input_2 input {
    width: 100%;
    padding: 0.5rem;
    font-size: 1.8rem;
    color: #2d3436;
    outline: none;
    border: 1px solid var(--extra-light);
    border-radius: 2px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    cursor: pointer;
  }

  .inputBox_2 .booking__input_2 .drop_3 {
    width: 100%;
    padding: 0.5rem;
    font-size: 1.8rem;
    color: #2d3436;
    outline: none;
    border: 1px solid var(--extra-light);
    border-radius: 2px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    cursor: pointer;
  }


  .inputBoxs .booking__input_2 {
    display: grid;
    gap: 5px;
  }
  
  .inputBoxs .booking__input_2 label {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--white);
  }
  
  .inputBoxs  .booking__input_2 input {
    width: 100%;
    padding: 0.5rem;
    font-size: 1.8rem;
    color: #2d3436;
    outline: none;
    border: 1px solid var(--extra-light);
    border-radius: 2px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    cursor: pointer;
  }

  .inputBoxs .booking__input_2 .drop_3 {
    width: 100%;
    padding: 0.5rem;
    font-size: 1.8rem;
    color: #2d3436;
    outline: none;
    border: 1px solid var(--extra-light);
    border-radius: 2px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    cursor: pointer;
  }


.inputBox_2   .booking__btn_3 button[type="submited"]{
    padding: 0.70rem 5rem;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background-color: #e06602;
    outline: none;
    border: none;
    border-radius: 20px;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 2rem;
}

.inputBox_2  .booking__btn_3 button[type="submited"]:hover{
    background-color: #e06602;
}

.inputBox_2 .booking__input_2 .item_2{
    width: 100%;
    padding: 0.5rem;
    font-size: 1.8rem;
    color: #2d3436;
    outline: none;
    border: 1px solid var(--extra-light);
    border-radius: 2px;
    cursor: pointer;
}


.inputBox_2 .booking__input_2.errored .item_2{
    border: 1px solid #d93036;
}






/*==========Responsive media queries===========*/

@media (max-width:991px){
    html{
        font-size: 55%;
    }
    .header-1{
        padding: 2rem;
    }
    section{
        padding: 2rem;
    }
    html,body{
        font-size: 62.5%;
        overflow-x: hidden;
        width: 100%;
        height: 100%;
        scroll-behavior: smooth;
        scroll-padding-top: 7rem;
    }

    .home .home_slider .box .content{
        position: absolute;
        top: 50%; left: 10%;
        transform: translateY(-50%);
        max-width: 10rem;
    }
    
    .home .home_slider .box .content h3{
        font-size: 1.5rem;
        letter-spacing: 1.5;
        text-align: center;
        color: #fff;
        padding: 2rem 0;
        background: linear-gradient(135deg, rgba(7, 145, 145, 0.1), rgba(255, 255, 255, 0.1));
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 50px 0 50px 0;
        width: 300px;
        height: 100px;
        margin-left: -1rem;
    
    }

    .try_home .try_home_slider .box .content{
        position: absolute;
        top: 50%; left: 10%;
        transform: translateY(-50%);
        max-width: 10rem;
    }
    
    .try_home .try_home_slider .box .content h3{
        font-size: 1.5rem;
        letter-spacing: 1.5;
        text-align: center;
        color: #fff;
        padding: 2rem 0;
        background: linear-gradient(135deg, rgba(7, 145, 145, 0.1), rgba(255, 255, 255, 0.1));
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 50px 0 50px 0;
        width: 300px;
        height: 100px;
        margin-left: -1rem;
    
    }


    .tour_home .tour_home_slider .box .content{
        position: absolute;
        top: 50%; left: 10%;
        transform: translateY(-50%);
        max-width: 10rem;
    }
    
    .tour_home .tour_home_slider .box .content h3{
        font-size: 1.5rem;
        letter-spacing: 1.5;
        text-align: center;
        color: #fff;
        padding: 2rem 0;
        background: linear-gradient(135deg, rgba(7, 145, 145, 0.1), rgba(255, 255, 255, 0.1));
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 50px 0 50px 0;
        width: 300px;
        height: 100px;
        margin-left: -1rem;
    
    }

    .navbar-brand img{
        background: #ffffff;
        margin-top: -2rem;
        cursor: pointer;
        padding: 0px 5px;
    }

    .dropdown .dropdown-menu li a{
      text-align: left;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 1.8;
      width: 300px;
      padding: 5px 10px;
  }



    .booking {
        max-width: 100%;
        padding: 1.5rem;
      }

    
      .booking__form__select {
        padding: 1.5rem;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
      }

      .booking__type {
        width: fit-content;
        padding: 5px;
        display: grid;
        grid-template-columns: max-content max-content max-content;
        align-items: left;
        justify-content: left;
        text-align: left;
        margin-left: -2.2rem;
        background-color: #26374A;
        border-radius: 2px;
      }
    .button_2{
        margin-top: 1rem;
        padding: .9rem 1rem;
        padding-left: 1rem;
        border: var(--border);
        border-radius: 5rem;
        box-shadow: 0px 0px 4px rgb(145, 142, 142);
        background: #FFC265;
        color: var(--second-color);
        cursor: pointer;
        font-size: 1.5rem;
        font-weight: 600;
        align-items: center;
        justify-content: center;
        text-align: center;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .tour_heading::before{
        display: none;
    }
    
    .tour_heading::after{
      display: none;
    }

    
    .visa_service_heading::before{
        display: none;
    }
    
    .visa_service_heading::after{
      display: none;
    }


    
}


@media(max-width: 991px){
    .footer .box-container{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
        gap: 2.5rem;
    }

    .footer{
        text-align: left;
    }

    .footer .credit{
        text-align: center;
        margin-top: 2rem;
        padding: 1rem;
        padding-top: 2.5rem;
        font-size: 1.5rem;
        font-weight: 500;
        color: #d1d8e0;
        border-top: var(--border);
    }


}

@media(max-width: 768px){
    .visa_service .box-container{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .visa_services .box-container{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .booking {
        width: 100%;
        height: 120vh;
        background-color: rgba(218, 220, 228, 0.582);
        position: relative;
        bottom: 1rem;
        left: 0;
        padding: 0px 26px;
        border-radius: 10px 0 10px 0;
        box-shadow: 2px 2px 14px rgb(145, 142, 142);
      }

      
    .inputBox{
        padding: 1.5rem 1rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        gap: 2rem;
        background-color: rgb(218, 220, 228);
        border-radius: 2px;
        margin-top: 1rem;
      }

      .inputBox_1{
        padding: 1.5rem 1rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        gap: 2rem;
        background-color: rgb(218, 220, 228);
        border-radius: 2px;
        margin-top: 1rem;
      }

      .inputBox_2{
        padding: 1.5rem 1rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        gap: 2rem;
        background-color: rgb(218, 220, 228);
        border-radius: 2px;
        margin-top: 1rem;
      }

      .inputBoxs{
        padding: 1.5rem 1rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        gap: 2rem;
        background-color: rgb(218, 220, 228);
        border-radius: 2px;
        margin-top: 1rem;
      }


      .three_from .dynamic_btn_1{
        background: #048b70;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 600;
        border-radius: 50px;
        padding: 8px 55px;
        margin-left: 0%;
        border: none;
      }
    
}

@media(max-width: 568px){


    .visa_service .box-container{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    }

    .visa_services .box-container{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    }

    .booking {
        width: 100%;
        height: 225vh;
        background-color: rgba(218, 220, 228, 0.582);
        position: relative;
        bottom: 1rem;
        left: 0;
        padding: 0px 26px;
        border-radius: 10px 0 10px 0;
        box-shadow: 2px 2px 14px rgb(145, 142, 142);
      }

    .inputBox{
        padding: 1.5rem 1rem;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        gap: 2rem;
        background-color: rgb(218, 220, 228);
        border-radius: 2px;
        margin-top: 1rem;
      }

      .inputBox_1{
        padding: 1.5rem 1rem;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        gap: 2rem;
        background-color: rgb(218, 220, 228);
        border-radius: 2px;
        margin-top: 1rem;
      }

      .inputBox_2{
        padding: 1.5rem 1rem;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        gap: 2rem;
        background-color: rgb(218, 220, 228);
        border-radius: 2px;
        margin-top: 1rem;
      }

      .inputBoxs{
        padding: 1.5rem 1rem;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        gap: 2rem;
        background-color: rgb(218, 220, 228);
        border-radius: 2px;
        margin-top: 1rem;
      }

      .three_from .dynamic_btn_1{
        background: #048b70;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 600;
        border-radius: 50px;
        padding: 8px 55px;
        margin-left: 0%;
        border: none;
      }

      .heading-2 span{
        font-size: 2rem;
        padding: .5rem 2rem;
        color: #282c2c;
        background: #eee;
        border: 1px solid #808080;
    }
    
}

