*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Playfair Display;   
}
a, p, .btn-category{
    font-family: Arial, Helvetica, sans-serif;
}
header {
  background-color: #121629c7;
  border-bottom: 1px solid #ffc10742;
  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;
    }
    .btn-category{
        font-size: 12px;
        padding: 4px 8px;
        gap: 5px;
    }
    .nav2{
        padding: 10px;
        
    }
    .contanier{
        width: 95%;
        margin: auto;
    }
    .item{
        margin-bottom: 10px;
    }
    .item .img1{
        height: 100%;
    }
}
i{
    transition: 0.2s;
}
.section1{
    height: 80vh;
    width: 100%;
    position: relative;
    background: linear-gradient(to bottom ,#121629 60%,#121629ee);
}
section{
    width: 100%;
    position: relative;
    background: linear-gradient(to bottom ,#121629 60%,#121629ee);
}
.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;
}

.nav2 {
    background-color: #ffffff1a;
    padding: 20px;
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #ffc10742;
    z-index: 99;
    width: 100%;
    transition:1s ;
    backdrop-filter: blur(10px);
    display: block;
}

#category-filters{
    justify-content: left;
    align-items: center;
    margin-bottom: 15px;
}
#category-filters h3, #price-filters h3{
    margin-right: 10px;
    color:#ffc107 ;
    font-size: 20px;
    letter-spacing: 1px;
}
#category-filters, #price-filters{
   gap: 5px;
   display: flex;
   flex-wrap: wrap;
}
.btn-category{
    padding: 7px 14px;
    border: 1px solid #ffc10742;
    background-color: #2d3748;
    color: #f4f4f4;
    cursor: pointer;
    border-radius: 10px;
    transition: background-color 0.3s;
    outline: none;
}

.btn-category:hover {
    background-color: #4a5568;
    border-radius: 5px;
}
.active{
    background-color: #ffbf00;
    color: #1a2238;
    border-color: #ffc107;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.90);
}
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.item{
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ffc10742;
    border-radius: 15px;
    overflow: hidden;
    background-color: transparent;
    transition: 0.8s;
    flex: 1;
}
.item:hover{
    box-shadow: 0px 1px 8px 0px #ffbf0083;
}

.item .img1{
    background-image: url('../images/paris0.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 63vh;
    /* height: 100%; */
    width: 250px;
    left: 0;
    position: relative;
    
}
.item .img2{
    background-image: url('../images/dubai0.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 63vh;
  
    /* height: 100%; */
    width: 250px;
    left: 0;
    position: relative;
    
}
.item .img3{
    background-image: url('../images/maldiv.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 66vh;
    width: 260px;
    left: 0;
    position: relative;
    
}
.item .img4{
    background-image: url('../images/tokyo.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 66vh;
    width: 250px;
    left: 0;
    position: relative;
    
}
.item .img5{
    background-image: url('../images/Santorini.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 66vh;
    width: 250px;
    left: 0;
    position: relative;
    
}
.item .img6{
    background-image: url('../images/Bali.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 66vh;
    width: 250px;
    left: 0;
    position: relative;
    
}
.item .img7{
    background-image: url('../images/SwissAlps.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 66vh;
    width: 250px;
    left: 0;
    position: relative;
    
}
.item .img8{
    background-image: url('../images/Caribbean.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 66vh;
    width: 250px;
    left: 0;
    position: relative;
    
}
.item .img9{
    background-image: url('../images/Mountain.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 66vh;
    width: 250px;
    left: 0;
    position: relative;
    
}
.item .img10{
    background-image: url('../images/turky.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 66vh;
    width: 250px;
    left: 0;
    position: relative;
    
}
.item .img11{
    background-image: url('../images/italy.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 66vh;
    width: 250px;
    left: 0;
    position: relative;
    
}
.item .img12{
    background-image: url('../images/china.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 66vh;
    width: 250px;
    left: 0;
    position: relative;
    
}
.item .img13{
    background-image: url('../images/deadsea.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 66vh;
    width: 250px;
    left: 0;
    position: relative;
    
}
.item .img14{
    background-image: url('../images/jadaa.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 66vh;
    width: 250px;
    left: 0;
    position: relative;
    
}
.item h5{
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    background-color:#121629 ;
    border-radius: 15px;
    padding:2px 8px;
}
.conect{
    padding:40px 30px;
    /* flex: 1.70; */
}
.conect h3, .item h5 i{
    color: #FFC107;
}
.conect h6{
    color: #eeeeeee8;
    font-size: 14px;
}
.conect span{
    color: #eeeeee85;
    margin-bottom: 15px;
    font-size: 16px;
}
.conect span, .conect h6, .conect li{
    font-family: Arial, Helvetica, sans-serif;
}
.box, .end{
    justify-content: space-between;
    align-items: center;
}
.box i{
    color: #FFC107;
}
.conect ul li{
    color: #3e8000;
    background-color: #00803159;
    border-radius: 5px;
    font-size: 12px;
}
.conect ul li i{
    color: #3e8000;
    margin-right: 5px;
}
.end button{
    background: linear-gradient(to right,#fcbd20, #faa200);
    padding:12px 20px;
    border-radius: 10px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    transition: 0.4s;
}
.end button:hover{
    box-shadow:0px 5px 8px  #eeae0e91;
}
.end button a{
    color: #040127de;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 550;
}
.no-results {
    text-align: center;
    padding: 50px;
    color: #b0bec5;
    font-size: 20px;
}

footer{
    background-color: #121629;
    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: #121629;
    padding: 1px;
    text-align: center;
}