*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
    font-family: 'Raleway', sans-serif;
  

}

/* Navbar Start */
#navbar{
    background: rgb(210, 210, 210);
    height: 80px;
   
}

#logo{
    font-size: 40px;
    font-weight: 550;
    color: black;
    text-shadow: 1px 1px 1px black;
    margin-bottom: 5px;
    margin-left: 0.5px;
}
#logo span{
    color:crimson;
}
.navbar-toggler span{
    color: crimson;
}
.navbar-nav{
    margin-left: 20px;
}
.nav-item .nav-link{
    font-size: 20px;
    font-weight: 570;
    color: black;
    letter-spacing: 1px;
    border-radius: 3px;
    transition: 0.10s ease;
    margin-left: 5px
}
.nav-item .nav-link:hover{
    background:crimson;
    color: white;
}
#navbar form button{
    background: crimson;
    color: black;
    border: black;
    font-weight: 520;
    margin-right: 1px;
}
/* Navbar End */




/* Home Section Start */
.home{
    width: 100%;
    height: 110vh;
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.2)), url(./images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.home .content{
    text-align: center;
    padding-top: 200px;
}
.home .content h5{
    color: rgb(255, 255, 255);
    font-size: 38px;
    font-weight: 550;
    text-shadow: 0px 1px 1px black;
}
.home .content h3{
    color: rgb(255, 255, 255);
    font-size: 30;
    font-weight: 550;
}
.home .content h1{
    color: rgb(255, 255, 255);
    font-size: 70px;
    font-weight: 550;
    text-shadow: 0px 1px 1px rgb(255, 255, 255);
    margin-top: 5px;
}


.changecontent::after{
    content: ' ';
    color:crimson;
    text-shadow: 0px 1px 1px black;
    animation: changetext 10s infinite linear;
}
@keyframes changetext{
    0%{content: "France";}
    10%{content: "Spain";}
    20%{content: "United States";}
    30%{content: "China";}
    40%{content: "India";}
    50%{content: "Pakistan";}
    60%{content: "Italy";}
    70%{content: "Turkey";}
    80%{content: "Mexico";}
    90%{content: "Germany";}
    100%{content: "United kingdom";}
} 
.home .content p{
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: 600;
    
    text-align: justify center;
    margin-bottom: 30px;
    margin-top: 5px;
}

.home .content a{
    padding: 10px;
    background: white;
    color: black;
    letter-spacing: 2px;
    font-weight: 550;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.5s;
}
.home .content a:hover{
    background: crimson;
    color: white;
}
@media (max-width:850px){
    .home{
        background-position: 50%;
    }
}
@media (max-width:450px){
    .home .content h5{
        font-size: 25px;
    }
    .home .content h1{
        font-size: 38px;
    }
    .home .content p{
        font-size: 13px;
    }
    
      
}
/* Home Section End */



/*booking section start*/

.booking{
background: url(./images/bg2.jpg);

background-repeat: no-repeat;
background-size: cover;
padding: 50px;
}
.main-text h1{
    text-align: center;
    text-shadow: 0px 1px 1px black;
    font-weight: 650;
}
.main-text h1 span{
    color:crimson;
}
.book .card{
    border-radius: 10px;
    box-shadow: 0px 15px 5px -6px black;
}
.book .row{
    margin-top: 30px;
}
.book form input{
    padding: 10px;
    color: black;
    border: none;
    font-size: 15px;
    border-radius: 10px;
    box-shadow: 0px 5px 5px -6px black;
}

button[type="submit"] {
    background-color:crimson;
    color: black;
    font-weight: 550;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button[type="submit"]:hover {
    background-color: #8b0000;
}
.button-container {
    text-align: center;
    margin-top: 20px; 
}
.booking .col-md-6 .card img {
    max-height: 400px; /* Increase the height */
    width: 100; /* Maintain the aspect ratio */
    border-radius: 10px; /* Keep the rounded corners */
    object-fit: cover; /* Ensures the image fills its container while cropping edges if needed */
    display: block;
}

/* Styling for the form fields */
.booking .col-md-6 form input,
.booking .col-md-6 form label {
    width: 100%; 
    max-width: 300px; 
    margin-bottom: 10px; 
}
.booking .col-md-6 form label {
    font-weight: bold;
    font-size: 1.2rem; 
    color: black; 
}

.button-container {
    margin-top: 20px; 
    width: 100%;
    text-align: center; 
    display: flex;
    justify-content: center; 
}

    

@media(max-width:765px){
    .book{
        padding:0;
    }
    .main-text h1{
        padding:20px;
    }
}


/*booking section end*/


/* Packages Section Start */
.Packages {
   margin-top: 0px;
    width: 100%;
    padding: 30px 20px;
    background-image: url(./images/packages.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.main-text h1 {
    text-align: center;
    font-size: 3rem;
    color: #000000;
    margin-bottom: 30px;
  }

  .main-text h1 span {
    color:crimson;
  }

.Packages .card {
    max-width: 300px; /* Compact card width */
    margin: 15px auto; /* Center cards within section */
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.Packages .card img {
    width: 100%; 
    height: 180px; /* Compact image height */
    object-fit: cover; /* Crop images neatly */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.Packages .card .card-body {
    background: transparent;
    padding: 15px; /* Internal spacing */
    text-align: center; /* Center-align content */
}

.Packages .card .card-body h3 {
    font-size: 18px; /* Smaller heading */
    font-weight: 600;
    margin-bottom: 10px;
}

.Packages .card .card-body p {
    font-size: 14px; /* Smaller paragraph text */
    color: #555;
    margin-bottom: 10px;
}

.Packages .card .card-body h6 {
    font-size: 16px; /* Adjusted price font size */
    font-weight: 500;
}

.Packages .card .card-body a {
    padding: 8px 12px; /* Compact button size */
    font-size: 14px;
    text-decoration: none;
    background: crimson;
    color: #fff;
    border-radius: 5px;
    transition: background 0.5s;
}

.Packages .card .card-body a:hover {
    background: #d00000; /* Darker red on hover */
}

.Packages .card:hover {
    transform: scale(1.2); /* Subtle hover effect */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}


.Packages .card .star {
    display: flex;
    justify-content: center; 
    margin-bottom: 10px;
}

.Packages .card .star i {
    font-size: 15px; 
    color:black;
    margin: 0 2px;
}
.Packages .card .star i.checked {
    color: crimson; 
}

/* Responsive Design for Packages Section */
@media (max-width: 768px) {
    .Packages .card {
        max-width: 90%; /* Full width for smaller screens */
    }

    .Packages .card img {
        height: 150px; 
    }

    .Packages .card .card-body h3 {
        font-size: 16px; 
    }

    .Packages .card .card-body p {
        font-size: 13px; 
    }
}

/* Section Packages End */

 /* Destination section start */
 .top-destinations {
    background: url(./images/booking.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    color: #fff;
  }
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  
  /* Section Title */
  .section-title {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 30px;
    color: #000000;
  }
  
  .section-title span {
    color: red;
  }
  
  /* Destination Cards Wrapper */
  .destination-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  
  /* Individual Destination Card */
  .destination-card {
    display: flex;
    flex-direction: row; /* Image on the left */
    align-items: center;
    width: calc(50% - 20px); /* Two cards per row */
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .destination-card:hover {
    transform: translateY(-10px); /* Pop-up effect */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
  
  /* Card Image */
  .destination-img {
    width: 50%; /* Image takes half the card width */
    height: 100%;
    object-fit: cover;
  }
  
  /* Card Content */
  .destination-content {
    width: 50%; /* Text takes the remaining half */
    padding: 15px;
  }
  
  .destination-content h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
    text-align: left;
  }
  
  .destination-content p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
    text-align: left;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .destination-card {
      flex-direction: column; /* Stack image and text vertically */
      width: 100%; /* Full-width on smaller screens */
    }
  
    .destination-img {
      width: 100%; /* Image takes full width */
      height: 250px;
    }
  
    .destination-content {
      width: 100%; /* Text takes full width */
    }
  
    .destination-content h3 {
      font-size: 1.25rem;
    }
  
    .destination-content p {
      font-size: 0.9rem;
    }
  }
  
 
  #top-destinations {
    background: url(./images/booking.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    color: #fff;
  }
  

/* Destination section ends*/

/* Section Services Start */

.services{
    background-image:url(./images/kashmir.jpg);
    
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 20px; /* ✅ Add padding */
    position: relative;
}

.services .card{
    box-shadow: rgba(0,0,0,0.1) 0px 4px 12px;
    border: none;
    cursor: pointer;
    margin-bottom: 30px;
}
.services .card i{
    font-size: 80px;
    text-align: center;
    color:crimson;
    margin-top: 20px;
}
.services .card .card-body h3{
    font-weight: 600;
}
.services .card .card-body{
    text-align: center;
}
/* Section Services End */


/* Testimonial Section Start */

.testimonials {
    padding: 50px 20px;
    background: #d9d8d8;
    text-align: center;
    background-image:url(./images/images.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.section-title {
    font-size: 3rem;
    margin-bottom: 40px;
    font-weight: bold;
    color: #060606;
}

.section-title span {
    color: crimson;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Three cards per row */
    gap: 20px;
    justify-content: center;
}

.testimonial-card {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.testimonial-img {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px; /* Center the image and add spacing */
    border-radius: 50%; /* Makes the image circular */
    overflow: hidden;
    border: 4px solid rgb(246, 244, 244);   
}

.testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image fits within the circular frame */
}

.testimonial-content {
    background-color: #f9f9f9; /* Background color */
    padding: 15px;
    border-radius: 8px;
}

.testimonial-content h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #333;
}

.testimonial-content p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

/* Card Backgrounds for Variety */
.testimonial-card:nth-child(1) {
    background-color: #fb848e; /* Light Red */
}   

.testimonial-card:nth-child(2) {
    background-color: #88f6a5; /* Light Green */
}

.testimonial-card:nth-child(3) {
    background-color: #48c7dd; /* Light Blue */
}

.testimonial-card:nth-child(4) {
    background-color: #f3d36b; /* Light Yellow */
}

.testimonial-card:nth-child(5) {
    background-color: #d567f7; /* Light Purple */
}

.testimonial-card:nth-child(6) {
    background-color: #41f0c7; /* Light Orange */
}

/* Responsive Design */
@media (max-width: 768px) {
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
}  
/* testmonial section end*/

/* Basic Gallery Styling */
.gallery {
    padding: 50px 20px;
    background: #d9d8d8;
    background-image:url(./images/gallerybackground.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f8f9fa;
    color: #333;
  }
  .section-title {
    font-size: 3rem;
    margin-bottom: 40px;
    font-weight: bold;
    color: #060606;
}

.section-title span {
    color: crimson;
}
  /* Gallery Section */
  .gallery {
    text-align: center;
    padding: 40px 20px;
  }
  
  .gallery-heading {
    font-size: 36px;
    font-weight: bold;
    color: #f4511e;
    margin-bottom: 20px;
  }
  
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 30px;
    justify-items: center;
  }
  
  .gallery-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }
  
  .gallery-img:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  }
  
  /* Lightbox */
  .lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  .lightbox img {
    max-width: 80%;
    max-height: 80%;
    border-radius: 10px;
  }
  
  .lightbox .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 36px;
    color: white;
    cursor: pointer;
  }
  
  .lightbox-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
  }
  
  .lightbox-controls span {
    color: white;
    font-size: 36px;
    cursor: pointer;
    padding: 10px;
  }
  
  
/* About End start*/
.about {
    padding: 50px 20px;
    font-family: Arial, sans-serif;
    background: url(./images/subway-stairs-4950141.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
  }
 
  
  .main-text h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 400px;
    color: #000000;
    margin-bottom: 30px;
  }

  .main-text h1 span {
    color:crimson;
  }

  .team-section {
    text-align: center;
    margin-bottom: 35px;
  }

  .team-section h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    color: #000000;
  }

  .row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .team-member {
    text-align: center;
    margin: 15px;
  }

  .team-img {
    border-radius: 70%;
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
  }

  .team-member h4 {
    font-size: 1.rem;
    font-weight: bold;
    margin: 5px 0;
    color: #030303;
  }

  .team-member p {
    font-size: 1.5rem;
    font-weight: bold;
    color: rgb(212, 13, 53);
  }
  .about-item {
    text-align: center;
    color: black;
    font-size: 2rem;
    margin: 20px 0;
    }
 

  .about-item h2 {
    font-size: 2.4rem;
    font-weight: 400px;
    color: #000000;
    margin-bottom: 10px;
  }

  .about-item p {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: justify;
    color: #000000;
    line-height: 1.6;
  }
/*about section end*/  

/* Footer Start */
#footer{
    width: 100%;
    margin-top: 0px;
    text-align: center;
    background: crimson;
}
#footer h1{
    font-weight: 600;
    padding-top: 30px;
    text-shadow: 0px 0px 1px black;
    color: white;
}
#footer h1 span{
    color: rgb(0, 0, 0);
}
.social-links i{
    padding: 10px;
    border-radius: 5px;
    font-size: 20px;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    margin-left: 10px;
    margin-bottom: 10px;
    transition: 0.5s ease;
    cursor: pointer;
}
.social-links i:hover{
    background: rgb(0, 0, 0);
    color: white;
}
/* Footer End */

/*  Responsive navbar */

/* Large laptop */
@media screen and (max-width: 1400px) {
  #logo {
    font-size: 32px;
  }

  .nav-item .nav-link {
    font-size: 1rem;
  }
}

/* laptop */
@media screen and (max-width: 1300px) {
  #logo {
    font-size: 28px;
  }

  .nav-item .nav-link {
    font-size: 0.95rem;
    padding: 5px 10px;
  }
}

/* Tablet */
@media screen and (min-width: 600px) {
  #logo {
    font-size: 24px;
  }

  .nav-item .nav-link {
    font-size: 0.9rem;
  }
}

/* Tablet */
@media screen and (min-width: 768px) {
  #logo {
    font-size: 22px;
  }

  .nav-item .nav-link {
    font-size: 0.85rem;
    padding: 4px 8px;
  }
}

/* Mobile phones */
@media screen and (max-width: 430px) {
  #navbar {
    height: auto;
  }

  #logo {
    font-size: 20px;
    text-align: left;
    margin-left: 10px;
  }

  .navbar-nav {
    margin-left: 20;
  }

  .nav-item .nav-link {
    font-size: 0.85rem;
    display: block;
    padding: 8px 10px;
    text-align: left;
  }

  .navbar-toggler {
    margin-left: 10px;
  }

  #navbar form button {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}