*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Playfair Display;
    
}
i{
    transition: 0.2s;
}
.overlay{
    position: absolute;
     background-color: #0a0f209a; 
     top: 0; 
     right: 0; 
     height: 100%;
     width: 100%;
}

a, p{
    font-family: Arial, Helvetica, sans-serif;
}

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;
    }

    
}


.img-main{
    background-image: url('../images/main.jpg');
    background-position: center;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.content{
    position: absolute;
    left: 20%;
    top: 20%;
    right: 20%;
    text-align: center;
}
.content h6{
    text-align: center;
    margin: auto;
    color: #f8e802;
    background-color: #f8cb023f;
    border: 1px solid #f8b202bb;
    padding:10px;
    width: 35%;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 30px;
    font-weight: 350;
    font-size: 1vw;
}
.content h1{
    background: linear-gradient(to right,#f1ec9b, gold, #f1ec9b); 
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 4.8vw;
    letter-spacing: 1px;
}
.content p{
    color: #ffffffb7;
    width: 65%;
    text-align: center;
    margin: auto;
    font-size: 1.6vw;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55;
    margin: 40px auto;
}
.btn-Destinations{
    background: linear-gradient(to right,#fcbd20, #faa200);
    padding:17px 25px;
    border-radius: 30px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    transition: 0.5s;
    
}
.btn-Destinations:hover{
    box-shadow:0px 8px 8px  #eeae0e91;
}
.btn-Destinations a, .btn-Tours a{
    color: #040127de;
    font-size: 1.2vw;
    letter-spacing: 0.1vw;
    font-weight: 550;
}
.btn-Tours{
    padding:17px 25px;
    border-radius: 30px;
    outline: none;
    border: .1px solid #f8e8027a;
    background-color: #04012744;
    margin-left: 10px;
    transition: 0.5s;
    backdrop-filter: blur(10px);
}
.btn-Tours:hover{
    background-color: #04012769;
    backdrop-filter: blur(10px);
}
/* @media screen and (max-width: 1024px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
        background-color: #ffffff;
        border-top: 1px solid #e1e8ed;
        padding: 20px;
        gap: 15px;
        text-align: center;
    }
    .nav-links.active {
        display: flex;
    }
    .hamburger {
        display: block;
    }
    .nav-link {
        display: block;
        width: 100%;
        border: none;
        padding: 10px 0;
    }
    .nav-link:hover {
        background-color: #f1f3f5;
    }
    .auth-buttons{
        margin: auto;
    }
} */
.data{
    border: 1px solid #f7bf3242;
    padding: 20px;
    border-radius: 15px;
    transition: 0.5s;

}
.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: #e0def3a8;
    width: 80%;
}
.data i{
   background: linear-gradient(to bottom right,#f1c554, #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);
}
.data:hover i {   
    box-shadow: 
        0 0 15px #ffc107e6, 
        0 0 30px #ffc10799,
        0 0 50px #ff98004d;    
}
.head h1{
     color: #f8e802;
     letter-spacing: 1px;
}
.head p{
    color: #e0def3a8;
}
.overlay-img{
  position: absolute;
  background-color: #0a0f2033;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  transition:0.5s;
  z-index: 1;
}
.img1 {
  position: relative;
  overflow: hidden;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  border-radius: 15px;
}
.img1::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 60%, #0a0f20 100%),
    url('../images/paris0.jpg');
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  z-index: 1; /* لجعلها خلف النص */
}
.img1:hover::before {
  transform: scale(1.07);
}
.img2 {
  position: relative;
  overflow: hidden;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  border-radius: 15px;
}
.img2::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 60%, #0a0f20 100%),
    url('../images/dubai0.jpg');
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  z-index: 1; /* لجعلها خلف النص */
}
.img2:hover::before {
  transform: scale(1.07);
}
.img3 {
  position: relative;
  overflow: hidden;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  border-radius: 15px;
}
.img3::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 60%, #0a0f20 100%),
    url('../images/maldiv.jpg');
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  z-index: 1; /* لجعلها خلف النص */
}
.img3:hover::before {
  transform: scale(1.07);
}

.overlay-img h3, span{
    font-family: Arial, Helvetica, sans-serif;
}
.contact{
    background-color: #f7b612;
    text-align: center;
    padding: 50px;
    width: 80%;
    margin: auto;
    border-radius: 20px;
}
.contact button{
    background-color: #0a0f20;
}
.contact button:hover{
    background-color: #0a0f20ce;
}
footer{
    background-color: #121629fa;
    padding:50px 60px;
    justify-content: space-between;
    align-items: center;
    
}
footer p , .footer p{
    color: #eeeeee9d;
    font-size: 1.5vw;
}
.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;
    font-size: 1.5vw;
}
.quick-links, .number{
    margin-right: 70px;

}
.footer{
    background-color: #0a0f20;
    padding: 1px;
    text-align: center;
}
.scroll-btn{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* position: absolute; */
    bottom: 10px;
    right: 10px;
    background: linear-gradient(to top,#f7c139, #FFC107);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 99;
}