* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  background: #f9f9f9 !important;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* Modal Customizations */
.deals-modal .modal-content {
  border-radius: 15px;
  border: none;
  /* Transparent background so the cards provide the color */
  background-color: transparent;
}

.deals-modal .modal-body {
  padding: 0;
  background-color: #f0f2f5;
  border-radius: 15px;
  overflow: hidden;
}

/* Making the modal wider for side-by-side content */
.modal-xl {
  --bs-modal-width: 900px;
}

/* Close Button Styling */
.deals-modal .btn-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: white;
  border-radius: 50%;
  padding: 0.5rem;
  opacity: 1;
  z-index: 20;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.deal-card {
  cursor: pointer;
  color: white;
  text-align: center;
  height: 100%; /* Ensures both cards are same height */
  display: flex;
  flex-direction: column;
}

.deal-card-tanzania {
  background-color: #d1a355;
}

.deal-card-kenya {
  background-color: #6d5f4c;
}

.deal-card img.card-img-top {
  height: 250px;
  object-fit: cover;
  flex-shrink: 0; /* Prevents image from shrinking */
}

.deal-card .card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1; /* Allows body to take remaining space */
}

.deal-card hr {
  width: 60px;
  border: 2px solid white;
  opacity: 1;
  margin: 1rem auto;
}

.deal-card p {
  font-size: 1.1rem;
}

.deal-card .logo-container img {
  height: 45px;
}

.deal-card .contact-info p {
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
}

/* Remove padding on columns to make cards seamless */
.row > * {
  padding-right: 0;
  padding-left: 0;
}

.modal-header {
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
.inclusion {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: black;
}
.restrications {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: black;
  text-transform: none;
}
.wear {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: black;
}
.Cancellation {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: black;
}

.allbtn-1 {
  position: relative;
  height: 50px;
  width: 160px;
  background-color: transparent;
  letter-spacing: 0.2em;
  margin-right: 20px;
  color: white !important;
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  border: 1px solid white !important;
}
.allbtn-1:hover {
  background-color: #a6781b !important;
  color: white !important;
  border: none !important;
}
.allbtn {
  position: relative;

  height: 50px;
  width: 160px;
  background-color: transparent;
  letter-spacing: 0.2em;
  margin-right: 20px;
  color: black !important;
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  border: 1px solid #a6781b !important;
}
.allbtn:hover {
  background-color: #a6781b !important;
  color: white !important;
  border: none !important;
}

/* Navbar styles */
#navbar {
  background: transparent;
  transition: background-color 0.3s ease;
}
.navbar-brand img {
  margin-left: 30px;
}
.nav-item .nav-link {
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 17px;
  margin: 10px;
}
.nav-item .nav-link:hover {
  border-bottom: 1px solid #327080;
  color: white;
}

.navbar.scrolled {
  background-color: #a6781b !important; /* Add any color you want */
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
/* Mega Menu Styles */
.mega-menu {
  position: absolute;
  top: 100%;
  left: -350px;
  width: 80%;
  background: rgba(255, 255, 255, 0.1); /* Light white with transparency */

  padding: 10px 0;
  display: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;

  text-align: center;
  border-radius: 8px; /* thoda smooth look ke liye */
  backdrop-filter: blur(6px); /* optional: glass effect */
}

.nav-item.dropdown:hover .mega-menu {
  display: block;
  width: 1000px !important;
}

.mega-menu .row {
  margin: 0;
}

.mega-menu .col-md-4 {
  padding: 0 1px;
  text-align: center;
}

.mega-menu img {
  width: 100% !important;
  height: 250px;
  object-fit: cover;
  margin-top: 30px;
  border-radius: 20px;
  border-top-right-radius: 20px !important;
  transition: transform 0.3s ease;
}

.mega-menu img:hover {
  transform: scale(1.05);
}

.mega-menu p {
  margin-top: 10px;
  font-weight: 800;
  color: #d7a449;
}
.navbar-dark .navbar-nav .nav-link {
  color: white !important;
}
@media (max-width: 992px) {
  .dropdown {
    display: none !important;
  }
  .dropdownn {
    display: block !important;
  }
}
/* Video Background */
.video-background {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 991px) {
  .video-background {
    width: 100% !important;
  }
  #navbarsection {
    height: unset !important;
  }
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150vh;
  background-color: rgba(0, 0, 0, 0.2); /* Adjust opacity as needed */
  z-index: 1;
}

/*----------------about us----------------------*/
@media (max-width: 991px) {
  #aboutus {
    height: auto !important;
  }
}
#aboutus {
  padding: 40px 20px;
  color: #222;
  height: 100vh;
}
.main {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 992px) {
  #aboutus {
    height: auto !important;
  }
  .main {
    flex-direction: row;
    align-items: center;
  }
}

.images {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex: 1;
}

.left-img,
.right-imgs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.left-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.right-imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right-imgs img:first-child {
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
}

.right-imgs img:last-child {
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
}

.text {
  flex: 1;
  text-align: center;
}
.text h2 {
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px !important;
  color: #a6781b;
}
.text p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
.text.bg-badge {
  position: relative;
  background: rgba(
    255,
    255,
    255,
    0.85
  ); /* Light background for better readability */
  padding: 40px;
  z-index: 1;
  overflow: hidden;
}

.text.bg-badge::before {
  content: "";
  background: url("./40years-removebg-preview.png") no-repeat center center;
  background-size: 60%; /* Adjust size as needed */
  opacity: 0.5; /* Light transparency */
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media (min-width: 992px) {
  .text {
    text-align: left;
  }
}

.text h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.highlight {
  color: deeppink;
}

.text p {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
}

.text p strong {
  color: #000;
}

.sec-title2 {
  color: #fff;
}
.sec-title {
  position: relative;
  padding-bottom: 50px;
  z-index: 1;
}
.sec-title::before {
  content: "";
  position: absolute;
  top: 33%;
  left: 25%;
  transform: translate(-50%, -50%);
  background-image: url("./bg-text.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.15;
  width: 200px;
  height: 200px;
  z-index: -1;
}
.sec-title .golden-text {
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: 60px !important;
  padding-bottom: 10px !important;
}
.sec-title .title {
  position: relative;
  color: #d7a449;
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}
.sec-title .title:before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 7px;
  width: 40px;
  height: 1px;
  background-color: #bbbbbb;
}

/*---------------------------experience------------------------*/
.section-title {
  text-align: center;
  font-size: 40px;
  margin-top: 40px;
  font-weight: bold;
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #a6781b;
}
.section-titlee {
  font-weight: bold;
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #a6781b;
}
.section-titlee li {
  font-weight: bold;
  font-family: "Aboreto", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: #a6781b;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px;
}

.card {
  width: 270px !important;
  height: 400px !important;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  border-radius: 2.5mm;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  border-radius: 20px !important;
}

.heading-ex {
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #a6781b;
  background-color: lightgray;
  margin-top: -15px;
}

.card:hover {
  transform: scale(1.1);
  z-index: 1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.card-button {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 14px;
  font-weight: bold;
  color: white;
  height: 30px;
  width: 190px;
  background-color: transparent;
  letter-spacing: 0.2em;
  color: white !important;
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  border: 1px solid #a6781b !important;
  background-color: #a6781b !important;
  padding-top: 5px;
}
.card-button:hover {
  background-color: #a6781b !important;
  color: white !important;
  border: none !important;
}

.details {
  display: none;
  height: auto;
}

.details.active {
  display: block;
}

.details .hero {
  height: 300px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
}

.heroh2 {
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  color: #a6781b;
}
.content-p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 1.8;
}
.details .content {
  text-align: center;
  padding: 40px 20px;
  max-width: 800px;
  margin: auto;
}

.details .content h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.details .content p {
  font-size: 18px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .card {
    width: 45%;
    height: 220px;
  }

  .details .hero h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 480px) {
  .card {
    width: 90%;
    height: 200px;
  }

  .details .hero h1 {
    font-size: 26px;
  }
}

.card-fleet {
  background: rgb(0, 0, 0, 0.2)
    url("./images-adv/102\ -\ Adventures\ Aloft\ Balloon\ Safaris.JPG")
    top/cover;
  background-blend-mode: darken;
  background-repeat: no-repeat;
}

.card-experience {
  background: rgb(0, 0, 0, 0.1)
    url("https://ik.imagekit.io/fags5cddy/WhatsApp%20Image%202025-08-25%20at%201.31.26%20PM.jpeg?updatedAt=1756366273854")
    center/cover;
  background-blend-mode: darken !important;
  background-repeat: no-repeat;
}

.card-story {
  background: rgb(0, 0, 0, 0.1)
    url("./images-adv/29\ -\ Adventures\ Aloft\ Balloon\ Safaris.JPG")
    center/cover;
  background-blend-mode: darken !important;
  background-repeat: no-repeat;
}

.card-team {
  background: url("./images-adv/IMG_9454\ copy.jpg");
  background-size: cover;
  background-blend-mode: darken !important;
  background-repeat: no-repeat;
}

.card-safety {
  background: rgb(0, 0, 0, 0.1)
    url("./images-adv/3\ -\ Adventures\ Aloft\ Balloon\ Safaris.JPG")
    center/cover;
  background-blend-mode: darken !important;
  background-repeat: no-repeat;
}
/*testimonial icon*/

#datess {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.timeline {
  width: 100%;
  max-width: 1000px;
}

.timeline-track {
  position: relative;
  margin-bottom: 40px;
  padding: 0 20px;
}

.timeline-nav {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  position: relative;
}

.timeline-nav li {
  position: relative;
  text-align: center;
  flex: 1;
}

.icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: white;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  padding: 0;
  border: 2px solid #a6781b;
}

.icon-circle img {
  height: 60%;
  width: 60%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .icon-circle img {
    height: 40px !important;
    width: 120px !important;
  }
}
.timeline-nav li.active .icon-circle {
  background: white;
  color: #a6781b;
  border: 2px solid #a6781b;
  transform: scale(1.1);
}

.filling-line {
  position: absolute;
  top: 38px;
  left: 0;
  height: 2px;
  background-color: #a6781b;
  width: 0%;
  transition: width 0.4s ease;
  z-index: 1;
}

.timeline-content {
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 60px;
  border-radius: 10px;
  text-align: left;
}

.timeline-content h2 {
  color: #a6781b;
  font-size: 24px;
  margin-bottom: 10px;
  font-family: "Georgia", serif;
}

.timeline-content p {
  color: #333;
  font-size: 16px;
  margin: 0;
}

.event {
  display: none;
  animation: fade 0.5s ease-in-out;
}
.event h2 {
  color: #a6781b !important;
}
.event.active {
  display: block;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 600px) {
  .icon-circle {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }

  .timeline-content h2 {
    font-size: 20px;
  }

  .timeline-content p {
    font-size: 14px;
  }
}

/*gallery*/
#gallery-main-div {
  height: auto !important;
  margin-bottom: 80px;
}
.galleryy {
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  color: #a6781b;
}
#gallery-grid img {
  height: 100%;
  width: 100%;
}
.btn {
  font-size: 14px;
  font-weight: bold;
  color: white;
  height: 40px;
  width: 200px;
  background-color: transparent;
  letter-spacing: 0.2em;
  color: #a6781b !important;
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  border: 1px solid #a6781b !important;

  padding-top: 10px;
}
.btn:hover {
  background-color: #a6781b !important;
  color: white !important;
  border: none !important;
}
/*-------contact----------*/
.kenya-flag {
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kenya-flag img {
  width: 30px;
  height: 40px;
}
.input-group::placeholder {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.contact-box {
  width: 90%;
  height: 90vh;
  display: flex;
  background: #ececec;
}

.first-contact-box {
  width: 40%;
  height: 90vh;
  background-color: #f9f9f9;
  margin-top: 0px;
  margin-left: -100px;
  padding: 20px;
  border: 1px solid #a6781b;
}
.first-contact-box h2 {
  color: #a6781b !important;
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}
.first-contact-box p {
  font-family: "Aboreto", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px !important;
  color: black !important;
}
.second-contact-box {
  width: 50%;
  height: 60vh;
  margin-left: 10%;
  margin-top: 30px;
}
.second-contact-box h2 {
  font-size: 45px;

  color: #a6781b !important;
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#name {
  width: 300%;
  height: 40px;
}
#namee {
  width: 100% !important;
}
#emaill {
  width: 100% !important;
}
#email {
  width: 300%;
  height: 40px;
}

#phone-no {
  width: 300%;
  height: 40px;
}

#message {
  width: 300%;
  height: 40px;
}
::placeholder {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  padding-left: 10px;
}

/*--------------footer-----------------*/
footer {
  background-color: #a6781b;
  color: white;
  padding: 30px 2px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.footer-top {
  text-align: center;
  margin-bottom: 10px;
}

.footer-top img {
  width: 80px;
  margin-top: -180px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 40px;
}

.footer-col {
  flex: 1;
  min-width: 200px;
}
.footer-col li {
  list-style: none !important;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: 2px;
}
.footer-col h3 {
  margin-bottom: 15px;
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
}

.footer-col p,
.footer-col li {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.footer-col p {
  text-transform: uppercase !important;
  letter-spacing: 2px;
}
.footer-col ul {
  list-style: none;
  padding-left: 0;
}

.footer-col a {
  color: white;
  text-decoration: none;
}

.footer-col a:hover {
  text-decoration: unset !important;
  color: #c4c2c2 !important;
}
.footer-bottom {
  background-color: black;
  padding: 10px 0;
}

.copyright {
  color: white;
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 17px !important;
}
.footer-bottom {
  text-align: center;
}

.footer-bottom img {
  height: 40px;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
  }

  .footer-col {
    text-align: center;
  }
}

/*------------------------------about page-----------------------------------*/
.navbarsectionn {
  height: 60vh;
}
.image-background {
  background-image: url("./images-adv/163\ -\ Adventures\ Aloft\ Balloon\ Safaris.JPG"); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  height: 60vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1); /* Dark overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.overlay-text h2 {
  font-size: 45px;
  color: white !important;
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.overlay-text p {
  color: #f1f1f1;
  font-size: 1.2rem;
  margin-top: 10px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/*our strory*/
#team-para {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
#ourstory {
  line-height: 1.6;
  background: #fff;
}
#ourstory h2 {
  font-size: 45px;
  color: #a6781b !important;
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.section {
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  background: #fff;
}

.text-col {
  flex: 1;
  min-width: 300px;
  position: relative;
  padding: 20px;
}

.year-background {
  font-size: 90px;
  font-weight: bold;
  position: absolute;
  top: -30px;
  left: 150;
  z-index: 0;

  background: linear-gradient(
    135deg,
    rgba(95, 195, 187, 0.6),
    /* Softer teal */ rgba(176, 217, 125, 0.4),
    /* Softer green */ rgba(227, 234, 105, 0.3) /* Softer yellow */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.text-content {
  position: relative;
  z-index: 1;
}

.text-content h2 {
  margin-bottom: 20px;
  font-size: 50px;
  color: #a6781b !important;
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0c7822;
}

.text-content p {
  font-size: 16px;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.image-col {
  flex: 1;
  min-width: 300px;
}

.image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .year-background {
    font-size: 80px;
    top: -50px;
  }

  .text-content h2 {
    font-size: 28px;
  }
}

/*------------------------------------OUR WINGS-----------------------------------------*/
.img-container {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.text-container h2 {
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  color: #a6781b;
  margin-left: 30px;
}

.text-container p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  margin-left: 30px;
}

.img-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.2s linear;
  will-change: transform;
}

.img-inner img {
  width: 100%;
  height: 120%;
  /* Bigger for scroll effect */
  object-fit: cover;
}

/*------------------------------faq-------------------------------*/
.faqh2 {
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  color: #a6781b;
}
.accordion-header {
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.accordion-body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
}
.accordion-button:not(.collapsed) {
  background-color: #a6781b !important;
  color: white !important;
  border: 2px solid #a6781b !important;
}
.accordion {
  --bs-accordion-btn-focus-box-shadow: unset !important;
}
.btnbox {
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 440px) {
  .allbtn {
    margin-bottom: 20px;
  }
}
.mapad h2 {
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #a6781b;
}
.mapad p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
}

.booking-form {
  margin-top: 30px !important;
  background: white;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  max-width: 1200px;
  margin: auto;
}
.form-label {
  font-weight: 600;
  font-family: "Aboreto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #a6781b;
}
@media (max-width: 576px) {
  .form-control,
  .form-select {
    font-size: 14px;
  }
  .btn {
    width: 100%;
  }
}

@media (max-width: 991px) {
  #Serengeti-mob {
    display: block !important;
  }
  #Serengeti {
    display: none !important;
  }
  #Tarangire-mobile {
    display: block !important;
  }
  #Tarangire {
    display: none !important;
  }
}
@media (max-width: 450px) {
  #masaimara {
    height: auto !important;

    margin-bottom: 130px !important;
  }
  #Serengeti-mob {
    display: block !important;
    height: auto !important;
    margin-bottom: 130px !important;
  }
  #Tarangire-mobile {
    display: block !important;
    height: auto !important;
    margin-bottom: 130px !important;
  }
}
