
   
   body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
   }
   @font-face {
    font-family: sans;
    src: url(../fonts/OpenSans-VariableFont_wdth\,wght.ttf);
   }
   
   
   /* First Navbar (Contact & Socials) */
   .top-nav {
    background: linear-gradient(to bottom, #75a3ff , #4a76c6);
    color: white;
    padding: 6px 0;
    /* position: fixed; */
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: top 0.4s ease-in-out;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    
}
.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.nav-left a, .nav-right a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.nav-center {
    font-size: 15px;
    font-weight: bold;
}
.nav-right a {
    font-size: 18px;
    margin: 0 8px;
    transition: opacity 0.3s;
}
.nav-right a:hover {
    opacity: 0.8;
}
@media (max-width: 768px) {
    .email {
        display: none;
    }
    .nav-left a, .nav-right a {
        color: white;
        text-decoration: none;
        font-size: 10px;
        font-weight: 500;
    }
  
    .nav-right a {
        font-size: 12px;
        margin: 0 8px;
        transition: opacity 0.3s;
    }

   
}

/* Second Navbar (Main Navigation) */
/* Second Navbar */
.second-nav {
    position: fixed;
    top: 40px;
    width: 100%;
    background: transparent;
    padding: 5px 0;
    border-bottom: 1px solid white;
    z-index: 999;
    transition: background 0.4s ease-in-out, top 0.4s ease-in-out;
}

.second-nav.scrolled {
    background: linear-gradient(to bottom, #75a3ff , #4a76c6);
  
   
    top: 0;
}

/* Logo Styling */
.logo-img {
    width: 60px;
    height: auto;
}

/* Center Links */
.nav-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 380px;
}

/* Navigation Links */
.nav-links {
    list-style: none;
    display: flex;
    gap: 6%;
    
}

.nav-links li {
    display: inline-block;
    
   
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    /* font-family: sans; */
    font-size: 13px;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #6355ff;
}

/* Right Logo */
.nav-logo-right {
    display: flex;
}

/* Mobile Menu - Hide by Default */
.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: white;
}

/* Responsive: Show Toggle Button in Mobile */
@media (max-width: 991px) {
    .menu-toggle {
        display: block;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.8);
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }

    .nav-menu.show {
        display: flex;
    }

    .nav-links {
        flex-direction: column;
        gap: 15px;
    }

    .nav-logo-right {
        display: block;
        /* margin-top: 15px; */
    }
}


/* Video Banner */
.banner {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}
.banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 40px;
    /* font-family: sans; */
    font-weight:bold;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}

@media (max-width: 480px) {
    .banner-content{
        [data-aos^=fade][data-aos^=fade].aos-animate {
            opacity: 1;
            transform: translateZ(0);
            font-size:30px;
        }

        #custxt{
            font-size: 20px;
        }
    }
    
}

    

/* travel with us section */
.travel-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}
.travel-heading {
    text-align: center;
    margin-bottom: 40px;
}
.travel-heading h3 {
    color: #0056b3;
    font-weight: bold;
    text-transform: uppercase;
}
.travel-heading h2 {
    font-size: 36px;
    font-weight: bold;
}
.travel-content {
    display: flex;
    /* align-items: center; */
   
   

}
.travel-text h2 {
    color: #002244;
    font-weight:bold;
    /* font-family: sans; */
    font-size: 40px;
    margin-top: 50px;
}
.travel-text p {
    font-size: 16px;
    color: #414141;
    line-height: 1.6;
}
/* Small Box for Carousel */
.carousel-box {
    width: 500px;
    height: 500px;
    /* border-radius: 10px; */
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 991px) {
    .travel-content {
        flex-direction: column;
        text-align: center;
    }
    .carousel-box {
        margin-top: 20px;
    }
}

/* destination */

.destination {
    position: relative;
}
.destination img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.destination .caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    /* background: rgba(0, 0, 0, 0.5); */
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.lbox{
    width: 110%;

}

.lbox img {
    width: 110%;
    height: 280px;
    object-fit: cover;
    /* border-radius: 10px; */
}

.rbox{
    width: 110%;
    height: 280px;
    /* display: flex; */
    background: linear-gradient(to bottom, #75a3ff , #4a76c6);
   
}

.rbox h3{
   /* justify-content: center; */
    color: white;
   height: 280px;
   line-height: 280px;
   margin-bottom: 20px;
   margin-left: 30px;

    
}
.rbox h2{
    color: white;
    /* font-family:sans-serif; */
    font-weight: bold;
    margin-top: -140px;
    margin-left: 30px;
    
}

.bo {
    width: 109%;
    height: 180px; /* Adjust height as needed */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 32px;
    font-weight: bold;
    margin-top: -20px;
}

.box1 { background-color: #ffffff;
    border-right: 3px solid rgb(177, 177, 177);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
} 
.box2 { background-color: #ffffff;
    border-right: 3px solid rgb(190, 190, 190);
 } 
.box3 { background-color: #ffffff; 
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;} /* Red */


    @media (max-width: 1184px) {
        .box1 { background-color: #ffffff;
    border-right: 0px solid rgb(177, 177, 177);
  
} 
.box2 { background-color: #ffffff;
    border-right: 0px solid rgb(190, 190, 190);
 } 
    }
    


.image-box img {
    width: 80px; /* Adjust size */
    height: auto;
}

p {
    font-size: 18px;
    margin-top: 5px;
    color: black;
}
.counter{
    color: #4a76c6;
}

.hero-section {
    background: url('../images/bnr.png') no-repeat center center;
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    color: white;
}

/* service */
.swiper-container {
    padding: 20px;
}
.swiper-slide {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
   
}

.swiper-slide:hover{
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, #75a3ff , #4a76c6);
   
}
.swiper-slide:hover .service-title {
    color: white;
}

.swiper-slide:hover .service-logo {
    color: white;
}
.service-logo {
    /* width: 80px;
    height: 80px; */
    font-size: 50px;
    color: #4a76c6;
    object-fit: contain;
    margin-bottom: 10px;
}

.service-title {
    font-size: 18px;
    font-weight: bold;
    color: #4a76c6;

}

.swiper-button-next, .swiper-button-prev {
    width: 35px;  /* Reduce size */
    height: 35px;
    /* background: rgba(255, 255, 255, 0.6); Light transparent background */
    /* border-radius: 50%; Make it circular */
    /* border: 1px solid rgba(0, 0, 0, 0.2); Light border */
    color: #000000; /* Lighter arrow color */
    font-size: 16px; /* Adjust arrow size */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

/* Hover effect */
.swiper-button-next:hover, .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #000;
}

/* Remove default Swiper button background images */
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 18px !important; /* Smaller arrow size */
    font-weight: bold;
}




.image-containe {
    position: relative;
    background: url('../images/karta_mira.jpg') center/cover no-repeat;
    height: 300px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
  
}
.image-containe::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity (0 = fully transparent, 1 = fully opaque) */
}

/* Inner content container */
.content-box {
    position: relative; /* Keeps content above the overlay */
    /* background: rgba(255, 255, 255, 0.8);  */
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
}

.cus-btn {
    color: white;
    background-color: #4a76c6;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    width: 150px;
    height: 40px;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Hover Effect */
.cus-btn:hover {
    background-color: #3b65b0; /* Darker shade of blue */
    transform: scale(1.05); /* Slightly increases size */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Adds soft shadow */
}

/* Active (Click) Effect */
.cus-btn:active {
    transform: scale(0.98); /* Slightly shrinks when clicked */
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .content-box {
        flex-direction: column;
        text-align: center;
    }
    .content-box .btn {
        margin-top: 10px;
    }
}


/* testimonial */


.testimonial-box {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .testimonial-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
  }
  .testimonial-box .review {
    flex: 1;
  }
  .testimonial-box .stars {
    color: #ffc107;
    font-size: 1.2rem;
  }
  .carousel-control-prev, .carousel-control-next {
    width: 5%;
  }


  /* footer */
  .footer {
    position: relative;
    background: url('../images/download\ \(1\).jpeg') no-repeat center center/cover; /* Change image */
    color: white;
    text-align: center;
    padding: 50px 20px;
    position: relative;
}

.footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Dark overlay for readability */
}

.footer-content {
    position: relative;
    z-index: 2;
}

/* Logo Styling */
.footer-logo img {
    width: 120px;  /* Adjust logo size */
    margin-bottom: 15px;
}

.footer-title {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}

.footer-text {
    font-size: 16px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.footer-social {
    margin-bottom: 20px;
}

.social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    text-align: center;
    margin: 0 8px;
    font-size: 18px;
    transition: 0.3s;
}

.social-icon:hover {
    background: #007bff;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.footer-links li {
    display: inline;
    margin: 0 15px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.8;
}

.footer-links a:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer-copy {
    font-size: 14px;
    opacity: 0.7;
}


/* about */
 /* Banner Container */
 .about-banner {
    position: relative;
    height: 400px; /* Adjust height as needed */
    background-image: url('../images/car3.jpg'); /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
  }

  /* Overlay for better text visibility */
  .about-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
  }

  /* Heading */
  .about-banner h1 {
    position: relative;
    font-size: 4rem; /* Large font size */
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); /* Text shadow for better readability */
  }

  /* Responsive Design */
  @media (max-width: 768px) {
    .about-banner {
      height: 300px; /* Smaller height for smaller screens */
    }
    .about-banner h1 {
      font-size: 3rem; /* Smaller font size for smaller screens */
    }
  }

  @media (max-width: 576px) {
    .about-banner {
      height: 200px; /* Even smaller height for mobile screens */
    }
    .about-banner h1 {
      font-size: 2rem; /* Smaller font size for mobile screens */
    }
  }


  /* teammebers */
 
  .team-members {
    text-align: center;
    padding: 50px 20px;
    background: #f9f9f9;
}
.circle-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.node {
    text-align: center;
}
.circle {
    width: 250px;
    height: 300px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
    overflow: hidden;
    /* border: 4px solid #007bff; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.label {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}


.signix-section {
    padding: 60px 0;
    background: #f9f9f9;
}
.signix-section h1 {
    color: #003A7B;
    font-size: 2rem;
    font-weight: bold;
}
.signix-section p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}
.stats-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.stat-box {
    background: #00AEEF;
    color: white;
    text-align: center;
    padding: 10px; /* Reduce padding */
    /* border-radius: 8px; */
    min-width: 130px; /* Reduce width */
    max-width: 150px; /* Set max-width for smaller boxes */
    flex: 1;
}
.stat-box:nth-child(2) {
    background: #003A7B;
}


.stat-number {
    font-size: 1.2rem;
    font-weight: bold;
}
.stat-text {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.right-container img{
    width: 50%;
}


.contact-banner {
    position: relative;
    height: 400px; /* Adjust height as needed */
    background-image: url('../images/car2.jpg'); /* Replace with your image URL */
    background-size: cover;
    /* background-position: center; */
    background-position:initial center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
  }

  
 
.contact-cont {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .image-container {
    flex: 1 1 40%;
    max-width: 40%;
    padding: 10px;
  }
  
  .image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  
  .form-container {
    flex: 1 1 55%;
    max-width: 55%;
    padding: 10px;
  }
  
  .contact-cont h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    /* font-family: abhaya; */
  
  }
  
  .contact-cont p {
    font-size: 1rem;
    color: #000000;
    margin-bottom: 20px;
    /* font-family: abhaya; */
  
  }
  
  form {
    display: flex;
    flex-direction: column;
  }
  
  .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  
  .form-row input, .form-row textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
  }
  


  .form-row textarea {
    resize: vertical;
  }
  
  ::placeholder{
          font-family:'Courier New', Courier, monospace !important;
  }
  
  button {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
  }
  
  button:hover {
    background-color: #0056b3;
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {
    .image-container, .form-container {
        flex: 1 1 100%;
        max-width: 100%;
    }
  
    .contact-cont h1 {
        font-size: 2rem;
    }
  
    .contact-cont p {
        font-size: 0.9rem;
    }
  }
  
  @media (max-width: 480px) {
    .form-row {
        flex-direction: column;
    }
  
    .form-row input, .form-row textarea {
        margin-bottom: 10px;
    }
  }
  ::placeholder{
    color: black;
    font-family: abhaya;
  
  }



  html, body {
    overflow-x: hidden;
}


img, video, iframe {
    max-width: 100%;
    height: auto;
}

* {
    box-sizing: border-box;
}

.container {
    margin: 0 auto;
    padding: 0;
}


@media (max-width: 480px){
    .futli{
        font-size: 10px !important;
    }
}