@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Jost", sans-serif;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
section {
  padding: 60px 0px;
}
.container {
  max-width: 1180px;
  width: 100%;
  margin: auto;
  display: block;
}

.navigation .logo {
  width: 9%;
  display: flex;
}
.navigation .logo img {
  width: 85%;
}

.navigation {
  position: sticky;
  z-index: 99;
  top: 0;
  padding: 8px 0px;
  -webkit-box-shadow: -1px 6px 15px -7px #000000;
  box-shadow: -1px 6px 3px -7px #000000;
  background-color: #fff;
  transition: all 0.5s ease;
}
.navigation.sticky {
  animation: slideDown 0.5s ease forwards;

  box-shadow: 0px 8px 25px rgb(0 0 0 / 42%);

  background: rgba(255, 255, 255, 0.96);

  backdrop-filter: blur(10px);
}

/* Animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.navigation .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation .menus ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navigation .menus ul li {
  margin-left: 25px;
}

.navigation .menus ul li a {
  color: #92774f;
  font-size: 16px;

  transition: all ease-in-out 0.5s;
  font-weight: 570;
  padding-bottom: 4px;
  border-width: 0px;
  border-bottom: 2px solid #b17010;
  border: hidden;
}
.navigation .menus ul li a:hover {
  color: #b17010;
  padding-bottom: 4px;

  border-width: 100%;
}

.navigation .menus ul li a.active {
  color: #d57301;
  padding-bottom: 4px;
}

/* slider  */
.main-slider {
  width: 95%;
  margin: auto;
  margin-top: 25px;
  padding-top: 0px;
  padding-bottom: 0;
}

.slider {
  height: 560px;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.1) rotate(2deg);
  transition: 1.2s ease;
}

.slide.active {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  z-index: 2;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay */
.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.15));
  z-index: 1;
}

/* Content */
.content {
  position: absolute;
  left: 50px;
  bottom: 50px;
  color: #fff;
  z-index: 3;
  width: 55%;
}

.tag {
  background: #ffffff2a;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 18px;
  backdrop-filter: blur(8px);
}

.content h1 {
  font-size: 54px;
  line-height: 1.05;
  margin-bottom: 18px;
  font-weight: 700;
}

.content p {
  font-size: 20px;
  line-height: 1.7;
  color: #ddd;
}

/* Dots */
.dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 5;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff6e;
  transition: 0.4s;
  cursor: pointer;
}

.dot.active {
  width: 35px;
  border-radius: 20px;
  background: #fff;
}

/* filter  */
.filter ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

.filter {
  padding: 40px 0px;
}

.filter ul li a {
  display: block;
  color: #7f7b7b;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}
.filter ul li a img {
  width: 45px;
}
.filter ul li a h5 {
  font-size: 17px;
  font-weight: 600;
}

.filter ul li a.active {
  color: #f37002;
  position: relative;
}
.filter ul li a.active::after {
  content: "";
  position: absolute;
  background-color: #ea9104;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -8px;
}

/* heading  */
.heading {
  margin-bottom: 15px;
}
.heading .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heading .container h2 {
  color: #312e2e;
}

/* packageBody */
.packageBody {
  margin-bottom: 60px;
}

.packageBody .container {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.packageBody .packagebox img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 10px;
}

.packageBody .packagebox .days h5 {
  color: #857d7d;
  font-weight: 500;
  margin: 5px 0px;
  font-size: 14px;
}
.packageBody .packagebox h4 {
  font-size: 19px;
  color: #4d4d4d;
  margin: 8px 0px;
  font-weight: 600;
  height: 52px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.packageBody ul li {
  font-size: 13px;
  color: #737272;
  margin-bottom: 2px;

  list-style: disc;
  margin-left: 15px;
}

.packageBody .price h5 {
  color: red;
  font-size: 18px;
  margin: 10px 0;
}

.packageBody .price h5 span {
  color: red;
  font-weight: 400;
}
.packageBody .packagebox .getQuote {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.packageBody .packagebox .getQuote .call {
  border: 1px solid #f37002;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.packageBody .packagebox .getQuote .call img {
  width: 22px;
  height: auto;
}

.packageBody .packagebox .getQuote .get {
  background: #4caf50;
  padding: 10px;
  width: 100%;
  text-transform: capitalize;
  text-align: center;
  padding: 14px 0px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
}

.heading a {
  background: #ea9104;
  padding: 9px 15px;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.heading a img {
  width: 20px;
  background: #fff;
  padding: 5px;
  border-radius: 100%;
  margin-left: 5px;
}

/* package card  */
.packageBody .container {
  position: relative;
}
.packageBody .packageContainer.activeTab {
  display: block;
}
.packageBody .packageContainer {
  display: none;
  width: 100%;
}
.packageSlider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  flex-wrap: wrap;
}
.packagebox {
  width: calc(100% / 3 - 24px);
  background: white;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 12px;
  height: 565px;
  margin-bottom: 40px;
  position: relative;
}
.packagebox .price {
  position: absolute;
  bottom: 60px;
}

.packagebox p {
  font-weight: 500;
  color: #853939d4;
  font-size: 13px;
  padding: 4px 10px;
  background: linear-gradient(45deg, #dcb88878, #dc943600);
  display: inline-block;
  margin-top: 8px;
}
.packageSlider .controls button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
  visibility: hidden;
}
.packageSlider .controls button.visible {
  visibility: visible;
}

.packageBody .controls button.nextBtn {
  width: 45px;
  height: 45px;
  background: #ea9104;
  border: unset;
  border-radius: 100%;
  position: absolute;
  right: 5px;
  top: 34%;
  color: #fff;
  font-size: 20px;
}
.packageBody .controls button.prevBtn {
  width: 45px;
  height: 45px;
  background: #ea9104;
  border: unset;
  border-radius: 100%;
  position: absolute;
  left: 5px;
  top: 34%;
  color: #fff;
  font-size: 20px;
}

/* footer  */
footer {
  background-color: #c52d20;
  padding: 45px 0px 45px;
}

.footer-body {
  text-align: center;
  color: #fff;
  background: #fff;
  border-radius: 10px;
  padding: 55px 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 80%;
  margin: auto;
}
.footer-body h3 {
  font-size: 32px;
  color: #7e4617;
  margin: 10px 0px;
}

footer ul li {
  margin: 10px 0px;
  font-size: 22px;
  color: #7e4617;
  font-weight: 500;
}

footer .footer-ul li {
  font-size: 18px;
  margin-bottom: 10px;
}

footer ul li {
  margin: 10px 0px;
  font-size: 18px;
  color: #5f5f5f;
  font-weight: 500;
}

footer .social-links {
  width: 20%;
  margin: auto;
  margin-top: 15px;
}

footer .social-links ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .social-links ul li {
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #fff;
}

footer .social-links ul li a img {
  width: 20px;
}

footer .social-links ul li a {
  text-decoration: unset;
  display: flex;
}
footer .footer-ul li span {
  font-weight: 300;
}

footer .footer-ul li a {
  text-decoration: none;
  color: #5f5f5f;
  font-size: 14px;
  margin-top: 7px;
  display: inline-block;
}
footer .footer-ul li h4 {
  font-size: 18px;
  color: #f5aa32;
  font-weight: 400;
}
footer .footer-ul li ul li {
  display: inline-block;
  margin: 5px;
}

footer .contact a {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  display: block;
}
footer .contact a img {
  width: 17px;
  transform: translateY(2px);
}
footer .contact h4 {
  font-size: 25px;
  margin: 12px 0px;
}
footer .whatsapp {
  position: fixed;
  top: 80%;
  right: 15px;
  z-index: 9999;
  width: 5%;
}

footer .contactInfo a {
  color: #5f5f5f;
  font-size: 18px;
  display: block;
  margin: 0;
  display: block;
  line-height: 0;
  font-weight: 600;
  margin: 15px 0px;
}
footer .contactInfo a img {
  width: 20px;
  margin-right: 5px;
  transform: translateY(4px);
}

footer .contactInfo h4 {
  font-size: 25px;
  color: #7e4617;
}
.copyright {
  background-color: #76251a;
  text-align: center;
  padding: 12px 25px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #9b8c8c3d;
}
.copyright p {
  color: #ffffff;
  font-size: 18px;
}
.copyright ul {
  display: flex;
}

footer #whatsapp {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
.copyright ul li a {
  color: #fff;
  margin-left: 19px;
}

@media (max-width: 575px) {
  .navigation {
    display: none;
  }
  .slider {
    height: 240px;
  }
  .packagebox {
    width: 100%;
  }
  .filter {
    padding: 10px 0px;

    width: 90%;
    margin: auto;
  }
  .filter ul {
    flex-wrap: wrap;
  }
  .filter ul li {
    width: 100px;
  }
  .packagebox {
    width: 95%;
    margin: 20px auto;
  }
  .footer-body {
    width: 90%;
  }
  .footer-body {
    padding: 15px 0px;
  }
  .footer-body h3 {
    font-size: 20px;
  }
  .packageBody {
    margin-bottom: 35px;
  }
  .copyright {
    flex-wrap: wrap;
  }
  footer #whatsapp {
    z-index: 9999;
  }
}
