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');*/
    font-family: 'poppins', sans-serif;
    background-image: url('map.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.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;
}

    .active{
        background: #FFCB74;
        padding: 10px 15px;
        color: black;
        border: 1px solid #FFCB74;
    }
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%;
}
 width: 100%;
}



    hr{
      width: 200px;
      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;
    }

#flight-info{
    color: white;
}

.material-symbols-outlined{
    font-size: 50px;
}

/* styles.css */
.trackContainer {
    height: 75vmin;
    width: 60%;
    backdrop-filter: blur(15px);
    border: 2px solid #FFCB74;
    border-radius: 24px;
    padding: 20px 20px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px #FFCB74;
}

#fnum {
    width: 150px;
    padding: 8px;
    font-size: 15px;
    color: #FFCB74;
    background: none;
    letter-spacing: 1px;
    border: 1px solid #FFCB74;
    border-radius: 2px;
    outline: none;
    text-align: center;
}

.forSide {
    display: flex;
    align-items: center;
}

.point {
    flex: 1;
    text-align: center;
    font-size: 17px;
}

.icon {
    flex: 1;
    text-align: center;
}

#btn:hover{
    cursor: pointer;
}

.airports{
    color: #D0D4CA;
}

h1{
    color: white;
    font-family: 'raleway',sans-serif;
    letter-spacing: 6px;
    text-transform: uppercase;
}

/* Add styling for the airplane icon if needed */
.vertical-line {
    border-left: 2px solid #FFCB74;
    height: 100px; /* Adjust the height as needed */
    margin: 0 150px;
}

 .green-text {
        color: #AEF359;
    }
    
    .gold-text {
        color: darkgoldenrod;
    }

.slides2{
    width: 100%;
    height: 100vh;  
    background: url('6.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


svg {
     width: 100%;
     height: 100%;
  }
  svg path#curve {
    fill:none; 
    stroke:#295BA9;
    stroke-width:2;  
  }

svg path#maskCurve {
  stroke: white;
  stroke-width: 7;
}

  svg #arrow {
    fill:#d21; 
    stroke: #000;
    stroke-width:1;
    width:20%;
  }

  .main_footer
{
    display:flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 70vh;
    flex-direction: column;
    background: #ede7f6;
    font-family: 'Poppins',sans-serif;
}

.footlast{
    position: relative;
    top: 750px;
}

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;

} 

.link{
    color: lightblue;
}