body {
    margin: 0;
    padding: 0;
    font-family: 'poppins', sans-serif;
    background-image: url('goldleaf.jpeg');
    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%;
}




    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: 80%;
    width: 75%;
    backdrop-filter: blur(15px);
/*    border: 2px solid #FFCB74;*/
    border-radius: 24px;
    padding: 20px 20px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 2px #FFCB74;
/*    box-shadow: 20 20 20px black;*/
}

#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;
    font-weight: 500;
}

.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: 50vh;
    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;
}