body {
/*    margin: 0;
    padding: 0;*/
/*    background-image: url('https://img.freepik.com/free-photo/solid-green-concrete-textured-wall_53876-160652.jpg?w=1060&t=st=1693150786~exp=1693151386~hmac=2b7acb8f505db78568b2aa3c726804feed0540555a7720d72d01852dbebd801e');*/
/*    background: #023020;*/
/*    background: linear-gradient(to right,#032117,#023020);*/
/*    background-image: url('https://img.freepik.com/free-photo/dark-green-wall-backdrop-grunge-background-texture_1258-108737.jpg');*/
/*    background-image: url('darkgreen.jpg');*/
/*    background-image: url('AboutUsBG2.jpg');*/
    

/*    background-image: url('https://img.freepik.com/free-vector/realistic-black-background-golden-frames_52683-75885.jpg?w=1060&t=st=1697214431~exp=1697215031~hmac=3d1319b1c5bc6ffa20571e9904b2ea12c0653f484a151043c5a8150612d09203');
    background-size: cover;
    background-repeat: no-repeat;  
    height: 100vh; 
    width: 100%; */

/*    background-image: url('https://e1.pxfuel.com/desktop-wallpaper/606/510/desktop-wallpaper-dark-green-backgrounds-dark-green-grunge-aesthetic.jpg');*/
    /*background: #023020;
    background: #032117;*/
     margin: 0;
    padding: 0;
/*    background-image: url('https://img.freepik.com/free-vector/gradient-black-backgrounds-with-golden-frames_23-2149157269.jpg?w=1060&t=st=1697215752~exp=1697216352~hmac=f487c06f70d975166315a35f849b2917477c9167bac25eb148b8f645321d7a7d');*/

/*    background-image: url('https://img.freepik.com/free-vector/paper-style-luxury-background_52683-63408.jpg?w=1060&t=st=1697215635~exp=1697216235~hmac=3b69b38c5a214752e069347991449e87f9be07d6fe3d8d94f4c88fb6e522ddae');*/

/*    background-image: url('https://img.freepik.com/free-photo/golden-monstera-leaves-background-design-resource_53876-143096.jpg?w=1380&t=st=1697215579~exp=1697216179~hmac=2b503e24a8730cd9e4df7036bff3c171234605260319033121ce5c53d49d4bc0');*/

/*    background-image: url('https://img.freepik.com/free-photo/golden-monstera-leaves-background-design-resource_53876-143096.jpg?w=1380&t=st=1697833433~exp=1697834033~hmac=c3d9b657c55a376ba8ee492692acccf4db5be3cee1d9d70166f0bbd0ddeb5b62');*/
    background-image: url('homeBG.jpg');
/*    background-image: url('https://img.freepik.com/free-vector/realistic-luxury-background_23-2149354680.jpg?w=1060&t=st=1697833237~exp=1697833837~hmac=a00f0fc838713a39a74742e4d3d428a87983b66d1f23af4c3a90c6e9f4bfee43');*/
/*    background-image: url('https://img.freepik.com/free-vector/realistic-black-background-golden-frames_52683-75885.jpg?w=996&t=st=1697605066~exp=1697605666~hmac=2ccc7f5b0a28ce4999a54bef6259ba5e4c445979a77e6bc528b692ecdab39b18');*/
    background-size: cover;
    background-repeat: no-repeat;
/*    background-position: center;*/
    height: 100vh;
    width: 100%;
}

.go::-webkit-calendar-picker-indicator {
    filter: invert(1);
  }


*{
  box-sizing: border-box;
}
  
    .navbar{
      color: white;
      text-align: center;
    }

a {
    color: white;
    text-decoration: none;
    position: relative;
}

a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    top: 30px;
    left: 0;
    background-color: #FFCB74;
    transition: width 0.3s;
}

a:hover::before {
    width: 100%;
}


    .active{
        background: #FFCB74;
        padding: 10px 15px;
        color: black;
        border: 1px solid #FFCB74;
    /* Add a color shadow at the bottom */
    }

    hr{
      width: 400px;
      text-align: center;
    }

    li{
      display: inline-block;
      list-style: none;
      font-size: 15px;
      text-transform: uppercase;
      padding: 25px;
      margin-left: 10px;
      font-family: 'Montserrat', sans-serif;
    }



    .items{
        overflow: hidden;
    }
        
    .main_logo{
        position: absolute;
        top: 30px;
        margin-left: 7px;
    }

    .ap{
        color: white;
/*        display: ;*/
    }


.box {
/*  background-color: rgb(255 255 255 / 0.3);*/
    width: 155vmin;
    height: 400px;
    padding: 2.0rem 2.0rem;
/*    background: #ff9408;*/
/*    border: 2px solid #02ffc1;*/
/*    border: 0.1rem solid #FFCB74;*/
      border: 0.1rem solid #FFCB74;
/*    box-shadow: 0 10px 1.0rem #FFCB74;*/
/*    box-shadow:  0 0 10px #f8a100;*/
        backdrop-filter: blur(20px);
-moz-box-shadow: 5px 10px 2px #FFCB74;
-webkit-box-shadow: 15px 10px 20px #FFCB74;
box-shadow: 10px 5px 20px #FFCB74;

/*    box-shadow: 0 8px 10px 2px #FFCB74;*/

  
  
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-42%);
    border-radius: 1.0rem;
}

input{
            width: 300px;
            padding: 8px;
            font-size: 15px;
            color: #FFCB74;
            background: none;
            letter-spacing: 1px;
            border:none;
            border-bottom: 1px solid #FFCB74;
/*            border-radius: 5px;*/
            outline: none;
}


        h4{
            margin-bottom: 3px;
            color: white;
            font-size: 15px;
            font-family: 'Josefin Sans', sans-serif;
        }

        select {
            width: 300px;
            padding: 8px;
            font-size: 15px;
            color: #FFCB74;
            background: none;
            border: 1px solid #FFCB74;
            border-radius: 5px;
            outline: none;
        }

        .go{
            width: 300px;
            padding: 8px;
            font-size: 15px;
            color: #FFCB74;
            background: none;
            border: 1px solid #FFCB74;
            border-radius: 5px;
            outline: none;
        }

        .depret{
            display: flex;
        }

        .ret{
            padding-left: 80px;
        }

        .meal{
            padding-left: 80px;
        }

        .classbtn{
            display: flex;
        }


        select:hover {
            border-color: #FFCB74;
        }

        select:focus {
            border-color: #FFCB74;
        }

        /* Optional: If you want to remove the default dropdown arrow in some browsers */
        select::-ms-expand {
            display: none;
        }

        /* Optional: If you want to style the dropdown arrow */
        select:before {
            content: "▼";
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 12px;
            pointer-events: none;
        }

#birthday{
    background: none;
    border: 0.5px solid #FFCB74;
    color: #FFCB74;
}

.arrive{
    padding-left: 80px;
}

.class{
    padding-left: 80px;
}

.Dates{
    padding-left: 100px;
    color: white;
}

.deparrive{
    display: flex;
}

.container1{
    width: 100%;
    height: 87vh;
}

.container2{
    width: 100%;
    height: 100vh;
    font-family: 'Montserrat', sans-serif;
}

.slides{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    color: #fff;
/*    background: linear-gradient(to right, #140b04,#120801,#140b04);*/
/*    background: #1B1B17;*/
    background-image: url('https://img.freepik.com/free-photo/dirty-old-wallpaper-textured-backdrop_53876-128512.jpg?t=st=1693150373~exp=1693150973~hmac=71da4a0a062f32e87403d0f8000a150019dcc1569620008e4da93894b02d4be0');
    background-size: cover;
    background-repeat: no-repeat;    
}

h2{
    color: #FFCB74;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Russo One', sans-serif;
    letter-spacing: 2px;
}

.slides2{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    color: #fff;
    background-image: url('https://e0.pxfuel.com/wallpapers/443/915/desktop-wallpaper-gallery-navy-blue-solid-background-for-your-mobile-tablet-explore-dark-blue-background-dark-blue.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.slides3{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    color: #fff;
    background-image: url('https://e1.pxfuel.com/desktop-wallpaper/186/607/desktop-wallpaper-dark-grey-background-dark.jpg');
    background-size: cover;
    background-repeat: no-repeat;  
}

.slides img{
    width: 500px;
}

.slides2 img{
    width: 600px;
}

.slides3 img{
    width: 400px;
/*    height: 500px;*/
    height: 540px;
}

.info{
    height: 300px;
    width: 430px;
}

.subinfo{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
}

.pilot_down{
/*    padding-top: 95px;*/
    position: relative;
    top: 60px;
}

/*.main_container2
 {
    height: 63vh;
    width: 100vw;
    background: none;
 }
*/
/*.slides{
    width:100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    color: #fff;
    background: linear-gradient(to right,#422419 ,black );
}*/




     .dropdown {
            display: inline-block;
            margin-right: 20px;
        }

        .dropdown button {
            width: 30px;
            height: 30px;
            font-size: 16px;
            border: 1px solid #ccc;
            border-radius: 5px;
            cursor: pointer;
            background-color: #f5f5f5;
        }

        .dropdown button:hover {
            background-color: #ddd;
        }

        .dropdown input {
            width: 40px;
            padding: 5px;
            font-size: 16px;
            border: 1px solid #ccc;
            border-radius: 5px;
            text-align: center;
        }

        /* Optional: To center the input vertically */
        .dropdown .passenger-count {
            display: flex;
            align-items: center;
        }


.search_btn{
    padding-top: 70px;
}


.Btn {
  width: 140px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(to right,#77530a,#ffd277,#77530a,#77530a,#ffd277,#77530a);
  background-size: 250%;
  background-position: left;
  color: #ffd277;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 1s;
  overflow: hidden;
}

.Btn::before {
  position: absolute;
  content: "Search Flights";
  letter-spacing: 1px;
  color: #ffd277;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97%;
  height: 90%;
  border-radius: 8px;
  transition-duration: 1s;
  background-color: rgba(0, 0, 0, 0.842);
  background-size: 200%;
}

.Btn:hover {
  background-position: right;
  transition-duration: 1s;
}

.Btn:hover::before {
  background-position: right;
  transition-duration: 1s;
}

.Btn:active {
  transform: scale(0.95);
}

.custom_btn{
/*      background: #FFCB74;*/
/*      background: #FFD700;*/
      padding: 15px;
      border-radius: 8px;
      outline: none;
      border: 1px solid #FFCB74;
      color: #FFCB74;
      font-family: 'Montserrat', sans-serif;
      font-size: 15px;
/*    font-family: san;*/
      background: none;
}

.custom_btn:hover{
    cursor: pointer;
    transform: 0.5s;
    background: linear-gradient(to right,#FFCB74,#FFCA74);
    color: black;
    -moz-box-shadow: 10px 10px 2px #FFCB74;
    -webkit-box-shadow: 10px 10px 20px #FFCB74;
    box-shadow: 0px 0px 30px #FFCB74;
    transition: 0.1s;
}

/*.hidden { opacity: 0; filter: blur(5px); transform: translateX(50%); transition: all 1s; } 

.show { opacity: 1; filter: blur(0); transform: translateX(0); }

@media (prefers-reduced-motion) { .hidden { transition: none; } }

*/
/*
.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 2s all ease;
}
.reveal.active{
  transform: translateY(0);
  opacity: 1;
}*/

.fade-in-element {
  opacity: 0; /* Start with 0 opacity */
  transition: opacity 1s ease; /* Apply a smooth transition */
}

/* Add the class and increase opacity when element is in view */
.fade-in-element.active {
  opacity: 1;
}




.main_footer
{
    display:flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 70vh;
    flex-direction: column;
    background: #ede7f6;
    font-family: 'Poppins',sans-serif;
}

p{
    line-height: 30px;
}

footer
{
    position:relative;
    width:100%;
    height:auto;
/*    padding:50px,100px;*/
    padding: 50px;
    background:#111;
    display:flex;
    justify-content:space-evenly;
    flex-wrap: wrap;

}
footer .container
{
    display:flex;
    justify-content: space-evenly;
    flex-wrap:wrap;
    flex-direction:row;
/*    padding-left: 100px;*/
}
footer .container .sec
{
  margin-right: 35px;
}
footer .container .sec.aboutus
{
 width: 30%;
}
footer .container  h2
{
    position:relative;
    color:#fff;
    font-weight:500;
    margin-bottom: 15px;
/*    margin-left: 70px;*/
    text-align: center;
}

.third{
    position: relative;
    right: 50px;
}

footer.container h2:before
{
  content: '';
  position:absolute;
  bottom: -5px;
  left: 0;
  width:50px;
  height: 2px;
  background: #f00;    
}
footer p
{
    color:#999;
}
.sci
{
    margin-top:20px;
    display:flex;
    position: relative;
    right: 75px;
}
.sci li
{
    list-style: none;
}
.sci li a
{
    display: inline-block;
    width:40px;
    height: 40px;
    background: #222;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 4px;
}
.sci li a:hover
{
    background:#FFCB74;
    box-shadow: 0 0 15px #FFCB74;
}
.sci li a .fa
{
    color: #fff;
    font-size: 20px;
}
.quickLinks
{
 position: relative;
 width: 25%;

}
.quickLinks ul li 
{
list-style: none;
}
.quickLinks ul li a
{
    color:#999;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}
.quickLinks ul li a:hover
{
    color: #FFCB74;
}
.contact
{
    width: calc(40% - 60px);
    margin-right: 0 !important;
    color: #999;
}
.contact .info
{
/*    position: relative;*/
    
}
.contact .info li
{
    display: flex;
    margin-bottom: 16px;
   
    
}
.contact .info li span:nth-child(1)
{
    color:#fff;
    font-size: 20px;
    margin-right: 10px;
}
.contact .info li span
{
    color:#999;
}
.contact .info li a
{
    color:#999;
    text-decoration: none;
}
.contact .info li a:hover
{
    color:#fff;
}
.copyrightText
{
    width: 100%;
    background: #181818; 
    padding: 8px 100px;
    text-align:center;
    color:white;
    font-family: 'Poppins',sans-serif;

} 

/*@media (max-width: 991px)
{
    footer
    {
        padding: 40px;
    }
    footer .container
    {
        flex-directional:column
    }
}*/

/* styles.css */
.slide {
    height: 100vh; /* Adjust the height according to your design */
    overflow: hidden;
    position: relative;
}

.content {
    opacity: 0;
    transform: translateX(100%); /* Initially move content out of view */
    transition: transform 0.5s, opacity 0.5s;
}

/* Define animations */
