*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Playfair Display;   
}
a, p, .btn-category, label{
    font-family: Arial, Helvetica, sans-serif;
}
a{
    color: #e0e0e0d8;
}

header {
  background-color: #121629c7;
  border-bottom: 1px solid #ffc10742;
  /* position: relative; */
  resize: vertical;
  backdrop-filter: blur(10px);
  position: fixed;
    width: 100%;
    z-index: 999;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.logo {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #ebb93b;
}
.logo .fa-plane {
  
  font-size: 1.75rem;
  background: linear-gradient(to bottom right,#f7bf32, gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: transform 0.3s ease;
}
.logo:hover .fa-plane { 
    transform: rotate(-20deg) scale(1.1); 
}
.logo-text h3 {
  background: linear-gradient(to right,#f1ec9b, gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.logo-text h6 {
  color: rgba(255,255,255,0.45);
  font-size: 0.7rem;
  letter-spacing: 3px;
  font-weight: 400;
}
.navbar-toggler {
  display: none;
  background: transparent;
  border: 1px solid rgba(255,193,7,0.4);
  border-radius: 6px;
  padding: 7px 10px;
  cursor: pointer;
  color: gold;
  font-size: 18px;
  transition: all 0.2s;
}
.navbar-toggler:hover { 
    background: rgba(255,193,7,0.1); 
}
.nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 4px;
}
.nav-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  color: rgba(224,224,224,0.85);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
.nav-item:hover { 
    background: rgba(255,193,7,0.1); 
    color: gold; 
}
.nav-item.active {
  background: #FFC107;
  color: #222;
  font-weight: 700;
}
@media (max-width: 768px) {
    .navbar-toggler {
        display: block; 
    }

    .nav-collapse {
        display: none;
        position: absolute;
        top: 100%;
        left: 0; right: 0;
        background: #0d0d1a;
        border-top: 1px solid rgba(255,193,7,0.15);
        padding: 8px 0;
        z-index: 99;
    }

    .nav-collapse.open { 
        display: block; 
    }

    .nav-menu {
        flex-direction: column;
        align-items: stretch;
        padding: 0 16px;
        gap: 0;
  }

    .nav-item {
    padding: 12px 16px;
    font-size: 15px;
  }
  .content{
    position: absolute;
    left: 10%;
    top: 10%;
    right: 10%;
    text-align: center;
    }
    .data, .one{
        margin-bottom: 7px;
    }
    footer{
        display: block;
        gap: 30px;
        margin: auto;
    }
    .col-lg-6{
        margin-bottom: 6px;
    }
    
}
i{
    transition: 0.2s;
}
.section1{
    height: 80vh;
    width: 100%;
    position: relative;
    background: linear-gradient(to bottom ,#121629 60%,#121629ee);
}
section{
    width: 100%;
    position: relative;
    padding: 50px 20px;
}
.text1{
    position: absolute;
    top: 30%;
    left: 15%;
    margin: auto;
}
.text1 h1{
    background: linear-gradient(to left,#fff87d, #FFC107); 
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 4.9vw;
    letter-spacing: 1px;
    text-align: center;
    width: 50%;
    margin: auto;
}
.text1 p{
    color: #e0e0e0e5 ; 
    font-size: 1.7vw;
    width: 75%;
    text-align: center;
    margin: auto;
}
.data{
    border: 1px solid #f7bf3242;
    padding: 20px;
    border-radius: 15px;
    transition: 0.5s;
    background-color: #20253d69;
   
}
.data:hover i {   
    box-shadow: 
        0 0 15px rgba(255, 193, 7, 0.9), 
        0 0 30px rgba(255, 193, 7, 0.6),
        0 0 50px rgba(255, 152, 0, 0.3);    
}
.data:hover{
    border: 1px solid #f8e802c5;
}
.data h4{
    color: #f8e802;
    font-family: Arial, Helvetica, sans-serif;
    margin: 13px 0;
    font-size: 20px;
    letter-spacing: 1px;
}
.data p{
    color: #ffffff96;
    width: 80%;
    font-size: 14px;
}
.data i{
    background: linear-gradient(to bottom right,#f7bf32, #faa200);
    font-size: 25px;
    padding: 9px 12px;
    border-radius: 10px;
    margin-right: 13px;
    color: #111;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.info, .one, .tow,.three{
    border: 1px solid #f7bf3242;
    padding: 30px;
    border-radius: 15px;
    
}
.info h2, .section2 h2{
    background: linear-gradient(to left,#fff87d, #FFC107); 
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
label{
    color: #FFD700;
    font-weight: 600;
    font-size: 14px;
    margin: 15px 0px;
}
input, select{
    width: 100%;
    padding: 12px;
    border: 1px solid #f7bf3242;
    border-radius:15px;
    font-family: inherit;
    transition: 0.2s;
    outline: none;
    background-color: #121629;
}
textarea {
    width: 100%;           
    padding: 12px;
    border: 1px solid #f7bf3242;
    border-radius:15px;    
    font-family: inherit;  
    resize: vertical;      
    background-color: #121629;
    outline: none;         
}

textarea:focus, input:focus{
    border-color: #FFC107;
    box-shadow: 0 0 5px rgba(255, 193, 7, 0.5);
}
form button{
    justify-content: center;
    align-items: center;
    background-color: #FFD700;
    border-radius: 15px;
    cursor: pointer;
    color: #121629;
    font-weight: 600;
    padding: 12px;
    outline: none;
    border: none;
    transition: 0.3s;
}
form button:hover{
   box-shadow: 0 0 5px rgba(255, 193, 7, 0.5);
}
select{
    color: #e0e0e0e5;
    cursor: pointer;
    padding: 15px;
}
select option{
    background-color: #121629;
}
.tow, .three{
    margin: auto;
    text-align: center;

}
.one{
    padding: 120px auto;
    text-align: center;
    
    /* background-color: #121629; */
    background-image: linear-gradient( #121629bb 1px , transparent 1px),
     linear-gradient(90deg , #121629bb 1px , transparent 1px);

    background-size: 40px 40px;
} 
.one i{
    font-size: 80px;
    color: #FFC107;
    margin-bottom: 15px;
}
.one p{
    color: #e0e0e0cb;
}
.acounts{
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.acounts h5{
    width: 48%;
    padding: 15px;
    border: 1px solid #f7bf3242;
    border-radius:15px;
    font-family: inherit;
    transition: 0.5s;
    outline: none;
    background-color: #121629;
    color: #ffffffc7;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    transition: 0.5s;
}
/* .acounts h5:hover{
    color: #FFC107;
} */
.acounts h5 i{
    color: #FFC107;
    margin-right: 15px;
    transition: 0.2s;

}
.questions{
    display: block;
    margin: 50px auto;
    
}
.questions button{
    width: 80%;
    padding: 20px;
    border: 1px solid #f7bf3242;
    border-radius:15px;
    resize: vertical;
    outline: none;
    display: block;
    margin: auto;
    font-size: 18px;
    color: #f8e802;
    cursor: pointer;
    transition:0.5s ;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #1c1f30;
}
.questions button:hover{
    border: 1px solid #f8bb20;
}
.questions button p{
    margin: 15px 0px;
    color: #ffffff96;
    width: 80%;
    margin: auto;
    font-size: 16px;
    text-align: center;
    line-height: 1.25;
}
footer{
    background-color: #0a0f20;
    padding:50px 60px;
    justify-content: space-between;
    align-items: center;
    
}
footer p , .footer p{
    color: #eeeeee9d;
}
.foot{
    width: 35%;
}
.quick-links h4, .number h4{
    color: #f7b612;
    font-size: 20px;
}
.quick-links ul li a, .number ul li{
    color: #eeeeee9d;
    line-height: 1.75;
}
.quick-links, .number{
    margin-right: 70px;

}
.footer{
    background-color: #0a0f20;
    padding: 1px;
    text-align: center;
}