
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
body{
    font-family: "poppins", sans-serif !important;
    /* font-size: 12px; */
}

.text-info {
    color: #780de2 !important;
}
a {
    color: #780de2;
    text-decoration: none !important; 
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 1.5rem;
    height: 1.5rem;
    background-color:transparent !important;
    border:none !important;
}

.navbar .navbar-brand, .navbar a.btn {
    height: 50px;
}
.h-125{
  height: 100px !important;
}

.navbar-nav .nav-link {
  color: #000; /* default color */
  transition: color 0.3s ease;
   font-family: 'Poppins', sans-serif !important;
   font-size:16px;
   text-transform: capitalize !important;
}

.navbar-nav .nav-link:hover {
    color: #DE1111 !important;
}
  .fs-8
  {
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02rem !important;
    color: #605f5ff8 !important;
  }
  /* home-page */
       .image-wrapper {
      position: relative;
      display: inline-block;
    }

    .image-border {
      position: absolute;
      top: -20px;
      left: -20px;
      width: 100%;
      height: 100%;
      background-color: orange;
      z-index: 1;
    }

    .image-wrapper img {
      position: relative;
      display: block;
      z-index: 2;
      width:600px;
      height: auto;
    }
    .custom-btn-green{
      padding: 10px 20px;
      font-size: 14px !important;
      color: black;
    }
/* why-travel */
  .why-travel-section {
    background-image: url('../img/bg1.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #000;
    margin-bottom: 70px; 
  }

  .why-travel-section ul {
    list-style: none;
    padding-left: 0;
  }

  .why-travel-section li {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  .why-travel-section i {
    color: #000;
    margin-right: 10px;
  }

  @media (max-width: 767px) {
    .why-travel-section {
      padding: 60px 20px;
      text-align: center;
    }
  }

/* end-home */

/* start-about */
  .breadcrumb-section {
    background-image: url('../img/about/bg-about.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    position: relative;
    color: #fff;
  }

  .breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .breadcrumb-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

    .about-image img {
    border: 10px solid #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    max-width: 100% !important;
    height: auto;
  }

  .about-content p {
    margin-bottom: 1rem;
    font-size: 16px !important;
    
  }

/* end-about */

/* start-service */
.breadcrumb-service{
   background-image: url('../img/bg-services.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    position: relative;
    color: #fff;
}
  .quest-box img {
    border: 6px solid #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

  .quest-title {
    color: #007bff; 
    font-weight: 600;
  }
  .quest-para{
    font-size: 18px;
    line-height:35px;
  }

  .quest-box {
    padding: 30px 0;
  }

    .service-box {
      text-align: center;
      padding: 15px;
    }

    .service-box img {
      width: 100%;
      border-radius: 20px;
      height: 180px;
      object-fit: cover;
      margin-bottom: 10px;
    }

    .service-box h5 {
      font-weight: 600;
    }

    .highlighted {
      background-color: #1e1e1e;
      color: #fff;
      display: inline-block;
      padding: 5px 10px;
      border-radius: 4px;
    }

/* end-service */

                 /* start-contact-page */

    .breadcrumb-contact{
        background-image: url('../img/bg-contact.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    position: relative;
    color: #fff;

    }
    .contact-box {
      border: 1px dashed #6ec1e4;
      padding: 30px 20px;
      text-align: center;
      height: 100%;
    }

    .contact-box i {
      font-size: 40px;
      color: #b8860b; 
      margin-bottom: 15px;
    }

    .contact-box h5 {
      margin-bottom: 15px;
      font-weight: 600;
      color: #333;
    }

    .contact-box p {
      margin-bottom: 5px;
      color: #000;
    }
    /* form */
        .form-section {
      max-width: 600px;
      margin: 50px auto;
      padding: 30px;
      border: 1px dashed #6ec1e4;
      }

    .form-section h4 {
      margin-bottom: 25px;
      color: #333;
      font-weight: 600;
    }

    .btn-submit {
      background-color: #f9f9f9 !important;
      color: white;
    }

    .btn-submit:hover {
      background-color: #a27500;
    }
  /* end-contact */

            /* start-destination */
  .breadcrumb-desti{
         background-image: url('../img/bg-destinations.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    position: relative;
    color: #fff;

  }
  .desti-box h5{
    color: #54546F;
    font-size: 14px;
    font-weight:bolder !important;
    }
    .desti-box img{
       width: 100%;
      height: 150px;
      object-fit: cover;
      margin: 15px 0;
    }

            /* end-destination */

            /* strat-packages */
    .breadcrumb-package{
         background-image: url('../img/bg-packages.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    position: relative;
    color: #fff;
    }

 .custom-card {
      background-color:#27acf2 !important; 
      color: white !important;
      border-radius: 12px;
      overflow: hidden;
      transition: background-color 0.3s ease;
      
    }

    .custom-card:hover {
      background-color: #084298 !important; 
    }

    .custom-card .card-title {
      color: white !important;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 0;
      padding: 15px;
    }

    .custom-card img {
      height: 220px;
      width: 100%;
      object-fit: cover;
      margin-top: 20px;
     
    }

    .custom-card .list-group-item {
      background-color: transparent !important;
      color: white !important;
      border: none;
      padding: 10px 20px;
      font-size: 0.85rem;
      transition: background-color 0.2s;
      border-bottom: 1px solid #f9f9f9;
    }

    .custom-card .list-group-item:hover {
      background-color: rgba(255, 255, 255, 0.1);
      cursor: pointer;
    }

    .custom-card .list-group-item i {
      margin-right: 8px;
      
    } 


            /* end-packages */

 /* footer-style */
   footer ul li {
    margin-bottom: 6px;
  }
  .footer-link-sm{
      font-size:16px !important;
  }
   footer ul li a{
    font-size: 16px !important;
  }
  footer ul li i {
    color: #bbb;
    margin-right: 6px;
  }
    .fa-circle {
   font-size: 0.6rem !important; 
    margin-right: 6px; 
  }
   .footer-link-sm {
    font-size:14px !important;
  }
  /* end-footer */





















 