* {
  font-family: "Poppins", sans-serif;
}

body, html {
  overflow-x: hidden !important;
}

.home-heading {
  font-size: 20px;
  font-weight: 600;
}

.padtb-15 {
  padding: 15px 0 20px 0;
}

.section-pad {
  padding: 2.5rem 0;
}

.pl-5 {
  padding-left: 3rem;
}

.mt-70 {
  margin-top: 70px;
}

.card-min-height {
  min-height: 175px;
}

.fs-40 {
  font-size: 40px !important;
}
@media screen and (max-width: 992px) {
  .fs-40 {
    font-size: 20px !important;
  }
}

.fs-22 {
  font-size: 22px !important;
}
@media screen and (max-width: 992px) {
  .fs-22 {
    font-size: 15px !important;
  }
}

.fs-35 {
  font-size: 35px !important;
}

.fw-light {
  font-weight: 100;
}

.semibold {
  font-weight: 600;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.fs-30 {
  font-size: 30px;
}

.col-md-6.colored.c1.p-4.text-white.py-5 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.bg-dark {
  background-color: black !important;
}

@media screen and (max-width: 992px) {
  .row.mt-3 {
    margin: auto;
  }
}

.navSection {
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
}
.navSection .navbar .navbar-nav li.active a {
  color: #dd6d51;
}
.navSection .navbar .navbar-nav .nav-item {
  padding-left: 25px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .navSection .navbar .navbar-nav .nav-item {
    font-size: 12px;
    padding-left: 18px;
  }
}
.navSection .navbar .navbar-nav .nav-item a.wa-btn {
  padding: 5px 25px 5px 48px;
  background-color: #be5d44;
  border-radius: 25px;
  color: #fff !important;
  font-size: 20px;
  position: relative;
  bottom: 2px;
}
@media screen and (max-width: 767px) {
  .navSection .navbar .navbar-nav .nav-item a.wa-btn {
    margin-top: 14px;
    padding: 5px 25px 5px 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navSection .navbar .navbar-nav .nav-item a.wa-btn {
    margin-top: 10px;
    padding: 5px 25px 5px 65px;
    width: 40%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .navSection .navbar .navbar-nav .nav-item a.wa-btn {
    font-size: 12px;
    bottom: 0;
  }
}
.navSection .navbar .navbar-nav .nav-item a.wa-btn i {
  font-size: 26px;
  color: #fff;
  margin-right: 5px;
  position: absolute;
  left: 13px;
  bottom: 0px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navSection .navbar .navbar-nav .nav-item a.wa-btn i {
    left: 28px;
  }
}
@media screen and (max-width: 767px) {
  .navSection .navbar .navbar-nav .nav-item a.wa-btn i {
    left: 55px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .navSection .navbar .navbar-nav .nav-item a.wa-btn i {
    font-size: 18px;
  }
}
.navSection .navbar .navbar-nav .nav-link:hover {
  color: #dd6d51 !important;
}

.footer.py-5 {
  background-image: url("../../assets/img/footer-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .footer.py-5 {
    background-image: url("../../assets/img/footer-bg-mobile.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.footer .bottom-button {
  display: none;
}
@media (max-width: 767px) {
  .footer .bottom-button {
    display: block;
    position: fixed;
    bottom: 5%;
    z-index: 100;
    box-shadow: 0px 2px 13px -1px;
    border-radius: 10px;
  }
  .footer .bottom-button.call {
    left: 32%;
  }
  .footer .bottom-button.call a {
    background: #be5d44;
    height: 50px;
    width: 50px;
    display: block;
    padding: 10px;
    border-radius: 10px;
  }
  .footer .bottom-button.call a i {
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 8px;
  }
  .footer .bottom-button.whatsapp {
    right: 32%;
  }
  .footer .bottom-button.whatsapp a {
    background: #25d366;
    height: 50px;
    width: 50px;
    display: block;
    padding: 11px;
    border-radius: 10px;
  }
  .footer .bottom-button.whatsapp a i {
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 8px;
  }
  .footer .bottom-button a {
    background: #be5d44;
    height: 50px;
    width: 50px;
    display: block;
    padding: 11px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer .col-xs-6 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-desc {
    text-align: center;
  }
}
.footer .footer-desc .footer-social a.bi {
  color: #ffffff;
  font-size: 20px;
}
.footer .footer-desc .footer-social a.bi:hover {
  color: #ff7900;
}
.footer .footer-contact tr td p span {
  font-size: 12px;
}
.footer .footer-contact i.bi {
  color: white;
}
.footer .footer-contact .text-white a {
  text-decoration: none !important;
  color: #DDDDDD;
}
.footer .footer-contact .text-white a:hover {
  color: #ffffff;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .footer .footer-nav {
    margin-top: 10px;
  }
}
.footer .footer-nav li a:hover {
  transition: all ease-in-out 0.2s;
}
.footer .footer-nav li a.text-white:hover {
  color: #dd6d51 !important;
}
.footer .footer-nav li a.fs-14 {
  font-size: 14px !important;
}

@media screen and (max-width: 992px) {
  .banner .py-3 {
    padding-bottom: 15px !important;
  }
}
.banner .container {
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .banner .card .banner-big-img {
    display: none !important;
  }
}
.banner .card .banner-big-img img {
  width: 100%;
}
.banner .card .banner-small-img {
  display: none;
}
@media screen and (max-width: 767px) {
  .banner .card .banner-small-img {
    display: block;
  }
}
.banner .card .banner-small-img img {
  width: 100%;
}
.banner .card .card-details {
  border-radius: 0 100px 0 0;
  position: absolute;
  width: 75%;
  left: 15%;
  bottom: 25%;
}
@media screen and (max-width: 992px) {
  .banner .card .card-details {
    position: unset;
    width: 100%;
    border-radius: 0;
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .banner .card .card-details {
    bottom: 8%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner .card .card-details {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .banner .card .card-details {
    bottom: 6%;
    left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .banner .card .card-details .banner-text {
    text-align: center;
  }
}
.banner .card .card-details .banner-text .banner-btn {
  margin-top: 1.5rem;
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .banner .card .card-details .banner-text .banner-btn {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1110px) {
  .banner .card .card-details .banner-text .banner-btn {
    font-size: 10px;
  }
}
@media screen and (min-width: 1111px) and (max-width: 1399px) {
  .banner .card .card-details .banner-text .banner-btn {
    font-size: 12px;
  }
}
.banner .card .card-details .banner-text .banner-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #be5d44;
  border-radius: 10rem;
  z-index: -2;
}
.banner .card .card-details .banner-text .banner-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #87412f;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.banner .card .card-details .banner-text .banner-btn:hover {
  color: #fff;
}
.banner .card .card-details .banner-text .banner-btn:hover:before {
  width: 100%;
}
.banner .card .card-details h1 {
  font-weight: bold;
  font-size: 45px;
  color: #be5d44;
}
@media screen and (max-width: 767px) {
  .banner .card .card-details h1 {
    font-size: 30px;
    padding: 0 18px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1110px) {
  .banner .card .card-details h1 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1111px) and (max-width: 1180px) {
  .banner .card .card-details h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1181px) and (max-width: 1254px) {
  .banner .card .card-details h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1255px) and (max-width: 1336px) {
  .banner .card .card-details h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1337px) and (max-width: 1399px) {
  .banner .card .card-details h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .banner .card .card-details h5 {
    padding: 0 18px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1110px) {
  .banner .card .card-details h5 {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1111px) and (max-width: 1399px) {
  .banner .card .card-details h5 {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .top-selling-sec {
    margin-top: 3rem;
  }
}
.top-selling-sec h2 {
  font-weight: bold;
  color: #fff;
}
.top-selling-sec p {
  color: #fff;
  font-weight: 500;
}
.top-selling-sec .slider-section {
  margin-top: 3rem;
}
.top-selling-sec .top-selling-bg {
  padding: 50px 0;
  background: url("../../assets/img/banner-gradient.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .top-selling-sec .top-selling-bg {
    background: url("../../assets/img/banner-gradient-mobile.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.top-selling-sec .top-selling-bg .slider-section .slide-container {
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content {
  margin: 0 40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content {
    margin: 0 10px;
  }
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card {
  border-radius: 25px;
  background-color: #FFF;
  border: none;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-image {
  position: relative;
  height: auto;
  width: auto;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all ease-in-out 0.4s;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-image span.package-price {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: 16px;
  left: 0px;
  bottom: 10px;
  padding: 5px 20px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-image span.package-price strong {
  font-size: 18px;
  font-weight: 600;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-content {
  background-color: #f2f2f2;
  padding: 18px 25px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  min-height: 280px;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-content .name {
  font-size: 20px;
  font-weight: 600;
  color: #505050;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-content .name {
    font-size: 18px;
  }
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-content ul {
  list-style: none;
  padding-left: 10px !important;
  margin-bottom: 20px;
  min-height: 140px;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-content ul li {
  font-size: 13px;
  line-height: 1.5;
  position: relative;
  left: 18px;
}
@media screen and (max-width: 992px) {
  .top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-content ul li {
    font-size: 11px;
  }
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-content ul li i {
  margin-right: 6px;
  color: #be5d44;
  position: absolute;
  left: -20px;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-content a.book-now-btn {
  padding: 6px 16px;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-content a.book-now-btn {
    font-size: 12px;
  }
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-content a.book-now-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b5956f;
  border-radius: 6px;
  z-index: -2;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-content a.book-now-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #8e6f49;
  transition: all 0.3s;
  border-radius: 6px;
  z-index: -1;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-content a.book-now-btn:hover {
  color: #fff;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-content a.book-now-btn:hover:before {
  width: 100%;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-content a.book-now-btn i {
  margin-right: 5px;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-content a.more-details-btn {
  padding: 6px 12px;
  background-color: transparent !important;
  color: #b5956f;
  text-decoration: none;
  font-size: 14px;
  border-radius: 6px;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-content a.more-details-btn {
    font-size: 12px;
  }
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-content a.more-details-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #b5956f;
  border-radius: 6px;
  z-index: -2;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-content a.more-details-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #b5956f;
  transition: all 0.3s;
  border-radius: 6px;
  z-index: -1;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-content a.more-details-btn:hover {
  color: #fff;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .slide-content .card-wrapper .card .card-content a.more-details-btn:hover:before {
  width: 100%;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .swiper-navBtn {
  color: #858585;
  transition: color 0.3s ease;
  background: #fff;
  padding: 20px 23px;
  border-radius: 50%;
  box-shadow: 1px 0px 6px #4e4e4e;
}
@media screen and (max-width: 767px) {
  .top-selling-sec .top-selling-bg .slider-section .slide-container .swiper-navBtn {
    display: none;
    visibility: hidden;
  }
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .swiper-navBtn:hover {
  color: #be5d44 !important;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .swiper-button-next {
  right: 4px;
  color: #616161 !important;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .swiper-button-next:after {
  font-family: "bootstrap-icons" !important;
  content: "\f138" !important;
  font-size: 20px !important;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .swiper-button-next:hover {
  margin-right: 5px !important;
  transition: all ease-in-out 0.3s !important;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .swiper-button-prev {
  left: 4px;
  color: #616161 !important;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .swiper-button-prev:after {
  font-family: "bootstrap-icons" !important;
  content: "\f12f" !important;
  font-size: 20px !important;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .swiper-button-prev:hover {
  margin-left: 5px !important;
  transition: all ease-in-out 0.3s !important;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .swiper-pagination {
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .top-selling-sec .top-selling-bg .slider-section .slide-container .swiper-pagination {
    visibility: visible;
  }
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .swiper-pagination-bullet {
  background-color: #eb7355;
  opacity: 1;
}
.top-selling-sec .top-selling-bg .slider-section .slide-container .swiper-pagination-bullet-active {
  background-color: #be5d44;
}
.top-selling-sec .top-selling-bg .slider-section .swiper {
  max-width: 1200px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.top-selling-sec .top-selling-info {
  padding: 0 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .top-selling-sec .top-selling-info {
    padding: 0 0 4rem 0;
  }
}
.top-selling-sec .top-selling-info h2 {
  color: #be5d44;
  font-weight: bold;
  font-size: 45px;
}
@media screen and (max-width: 767px) {
  .top-selling-sec .top-selling-info h2 {
    font-size: 38px;
  }
}
.top-selling-sec .top-selling-info h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.top-selling-sec .top-selling-info p {
  color: #000;
  font-weight: 100;
  line-height: 1.8;
}

.top-tours {
  background: #f2f2f2;
  padding: 50px 0;
  margin-bottom: 3rem;
}
.top-tours .tour-img {
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .top-tours .tour-img {
    height: 0% !important;
  }
}
.top-tours .tour-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.top-tours .tour-img .tour-price {
  position: absolute;
  bottom: 14px;
  right: 24px;
  background-color: #f1f1f1;
  color: #404040;
  padding: 4px 15px;
  letter-spacing: 1px;
  border-radius: 3px;
  font-size: 12px;
}
.top-tours .tour-img .tour-price strong {
  font-weight: 600;
  font-size: 16px;
}
.top-tours a.book-now-btn {
  padding: 10px 30px;
  background-color: #b5956f;
  color: #fff;
  text-decoration: none;
  border-radius: 10rem;
  font-size: 18px;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-tours a.book-now-btn {
    font-size: 16px;
  }
}
.top-tours a.book-now-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b5956f;
  border-radius: 10rem;
  z-index: -2;
}
.top-tours a.book-now-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #8e6f49;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.top-tours a.book-now-btn:hover {
  color: #fff;
}
.top-tours a.book-now-btn:hover:before {
  width: 100%;
}
.top-tours h3 {
  font-weight: 600;
}
.top-tours p {
  color: #000;
  font-weight: 100;
}
@media screen and (max-width: 991px) {
  .top-tours .pl-5 {
    padding-left: 0.75rem;
  }
}
.top-tours a.more-details-btn {
  padding: 10px 30px;
  background-color: transparent !important;
  color: #b5956f;
  text-decoration: none;
  font-size: 18px;
  border-radius: 10rem;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-tours a.more-details-btn {
    font-size: 16px;
  }
}
.top-tours a.more-details-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #b5956f;
  border-radius: 10rem;
  z-index: -2;
}
.top-tours a.more-details-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #b5956f;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.top-tours a.more-details-btn:hover {
  color: #fff;
}
.top-tours a.more-details-btn:hover:before {
  width: 100%;
}
.top-tours .more-tour-btn a.banner-btn {
  margin-top: 3rem;
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
}
.top-tours .more-tour-btn a.banner-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b5956f;
  border-radius: 10rem;
  z-index: -2;
}
.top-tours .more-tour-btn a.banner-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #8e6f49;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.top-tours .more-tour-btn a.banner-btn:hover {
  color: #fff;
}
.top-tours .more-tour-btn a.banner-btn:hover:before {
  width: 100%;
}

.speak-us {
  padding: 50px 0;
  background: linear-gradient(to right, #d9ad8a 0%, #d9ad8a 40%, #fff 0%, #fff 85%, #d9ad8a 0%, #d9ad8a 0%);
}
@media screen and (max-width: 767px) {
  .speak-us {
    background: #d9ad8a;
  }
}
.speak-us img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .speak-us img {
    margin-bottom: 20px;
  }
}
.speak-us h3 {
  margin-bottom: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .speak-us h3 {
    font-size: 24px;
  }
}
.speak-us p {
  margin-bottom: 2rem;
}
.speak-us a.btn-call {
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  border-radius: 10rem;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.speak-us a.btn-call:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #be5d44;
  border-radius: 10rem;
  z-index: -2;
}
.speak-us a.btn-call:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #87412f;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.speak-us a.btn-call:hover {
  color: #fff;
}
.speak-us a.btn-call:hover:before {
  width: 100%;
}
.speak-us a.btn-book {
  padding: 10px 30px;
  background-color: transparent;
  color: #be5d44;
  text-decoration: none;
  border-radius: 10rem;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.speak-us a.btn-book:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #be5d44;
  border-radius: 10rem;
  z-index: -2;
}
.speak-us a.btn-book:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #87412f;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.speak-us a.btn-book:hover {
  color: #fff;
}
.speak-us a.btn-book:hover:before {
  width: 100%;
}

.inclusions {
  padding: 5rem 0;
}
.inclusions h2 {
  font-weight: bold;
  margin-bottom: 3rem;
  color: #be5d44;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .inclusions h2 {
    font-size: 30px;
  }
}
.inclusions .inclusions-content {
  padding: 0 6rem 0 0;
}
@media screen and (max-width: 991px) {
  .inclusions .inclusions-content {
    padding: 0 2rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .inclusions .inclusions-content {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .inclusions .inclusions-content p {
    margin-bottom: 2.5rem;
  }
}

.safari-types {
  padding: 50px 0;
  background: url("../../assets/img/desert-safari-types-img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .safari-types {
    background: url("../../assets/img/desert-safari-types-img-mobile.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
}
.safari-types .type-contents h2 {
  font-weight: bold;
  margin-bottom: 1rem;
}
.safari-types .type-contents h4 {
  margin-bottom: 2rem;
}

.dubai-desert {
  padding: 50px 0;
}
.dubai-desert h2 {
  color: #be5d44;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.dubai-desert p {
  line-height: 2;
}
.dubai-desert .desert-img-pos img {
  width: 100%;
  height: auto;
}

.why-choose-us {
  padding: 5rem 0;
  background-image: url("../../assets/img/why-choose-us-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .why-choose-us {
    background-image: url("../../assets/img/why-choose-us-banner-mobile.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.why-choose-us .why-choose-content {
  color: #fff;
}
.why-choose-us .why-choose-content h2 {
  margin-bottom: 2rem;
}
.why-choose-us .why-choose-content .mb-4-a {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .why-choose-us .why-choose-content .mb-4-a {
    margin-bottom: 1.5rem;
  }
}
.why-choose-us .why-choose-content .col-md-6 {
  padding-right: 5.5rem;
}
@media screen and (max-width: 767px) {
  .why-choose-us .why-choose-content .col-md-6 {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-us .why-choose-content .col-md-6 {
    padding: 0 3rem 0 1rem;
  }
}

.about-home {
  padding: 50px 0;
}
.about-home h2 {
  font-weight: bold;
  margin-bottom: 1rem;
  color: #be5d44;
}
.about-home p {
  line-height: 2;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .about-home p {
    line-height: 28px;
  }
}
.about-home .book-us-content img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 5px 18px rgba(13, 41, 51, 0.3);
}
@media screen and (max-width: 767px) {
  .about-home .book-us-content img {
    margin-bottom: 1.5rem;
    width: 50%;
  }
}
.about-home .book-us-content h4 {
  color: #be5d44;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .about-home .book-us-content h5 {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.about-home .book-us-content P {
  line-height: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .about-home .book-us-content P {
    text-align: center;
    margin-bottom: 2rem;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-home .book-us-content .mb-b {
    margin-bottom: 25px;
  }
}
.about-home .book-us-content .mb-8 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .about-home .book-us-content .mb-8 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-home .book-us-content .mb-8 {
    margin-bottom: 2rem;
  }
}
.about-home .book-us-content .pad-a {
  padding: 0 3.5rem 0 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-home .book-us-content .pad-a {
    padding: 0 2rem 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .about-home .book-us-content .pad-a {
    padding: 0;
  }
}

.dos-donts {
  padding: 50px 0;
  background-color: #f4f4f4;
}
.dos-donts h2 {
  color: #707070;
}
.dos-donts ul {
  list-style: none;
}
.dos-donts ul li {
  line-height: 25px;
  margin-bottom: 10px;
  position: relative;
  left: 20px;
}
.dos-donts ul li i {
  position: absolute;
  left: -22px;
  color: #be5d44;
}

.faq-sec {
  padding: 50px 0;
}
.faq-sec .faq-accordions {
  width: 100%;
  margin: 20px auto;
}
.faq-sec .faq-accordions .faq-item {
  background-color: #fff;
  color: #6a6a6a;
  margin-bottom: 20px;
  border: 1px solid #6a6a6a;
}
.faq-sec .faq-accordions .faq-item .faq-title {
  cursor: pointer;
  padding: 10px;
  transition: all ease-in-out 0.4s;
}
.faq-sec .faq-accordions .faq-item .faq-title.active-title {
  background-color: #6a6a6a;
  color: #ffffff;
  transition: all ease-in-out 0.4s;
}
.faq-sec .faq-accordions .faq-item .faq-title h4 {
  margin: 2px;
  justify-content: space-between;
  font-size: 15px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .faq-sec .faq-accordions .faq-item .faq-title h4 {
    font-size: 12px;
  }
}
.faq-sec .faq-accordions .faq-item .faq-title i.bi-chevron-down {
  transform: rotate(0);
  transition: 0.4s;
}
.faq-sec .faq-accordions .faq-item .faq-title i.bi-chevron-down.chevron-top {
  transform: rotate(-180deg);
  color: #fff;
}
.faq-sec .faq-accordions .faq-item .faq-content {
  display: none;
  line-height: 1.7;
  color: #6a6a6a;
  padding: 14px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .faq-sec .faq-accordions .faq-item .faq-content {
    padding: 12px;
  }
}
.faq-sec .faq-accordions .faq-item .faq-content.active {
  display: block;
}
.faq-sec .faq-accordions .faq-item .faq-content p {
  margin: 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .faq-sec .faq-accordions .faq-item .faq-content p {
    font-size: 11px;
  }
}
.faq-sec .faq-accordions .faq-item .faq-content ul li {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .faq-sec .faq-accordions .faq-item .faq-content ul li {
    font-size: 11px;
  }
}

.safety-guaranteed {
  padding: 50px 0;
  background: linear-gradient(to right, #cbd3dc 0%, #cbd3dc 40%, #fff 0%, #fff 85%, #cbd3dc 0%, #cbd3dc 0%);
}
@media screen and (max-width: 767px) {
  .safety-guaranteed {
    background: #cbd3dc;
  }
}
.safety-guaranteed img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .safety-guaranteed img {
    margin-bottom: 2rem;
  }
}
.safety-guaranteed h2 {
  margin-bottom: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .safety-guaranteed h2 {
    margin-bottom: 1rem;
  }
}
.safety-guaranteed p {
  line-height: 30px;
  font-size: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .safety-guaranteed p {
    padding-right: 5rem;
  }
}

.topcontrol {
  background: #be5d44 none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 22px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  transition: all ease-in-out 0.2s;
  width: 50px;
}
.topcontrol:hover {
  background: #222;
  color: #fff;
}

#topSelling, #inclusion, #whyChoose, #faq {
  scroll-margin-top: 100px;
}

#tourBookForm {
  z-index: 1000000 !important;
  top: 4.5rem;
  padding-right: 0 !important;
}
#tourBookForm .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 16px;
}
#tourBookForm .modal-dialog .modal-content .modal-header .modal-title span {
  color: #d76d00;
  font-weight: 600;
}
#tourBookForm .modal-dialog .modal-content .modal-header .close {
  background-color: transparent;
  border: 0;
}
#tourBookForm .modal-dialog .modal-content .modal-header .close i {
  font-size: 20px;
  font-weight: 700;
}
#tourBookForm .modal-dialog .modal-content .modal-body {
  background: #fff;
  border-radius: 10px;
}
#tourBookForm .modal-dialog .modal-content .modal-body .form-group {
  margin-bottom: 1rem;
}
#tourBookForm .modal-dialog .modal-content .modal-body .form-group label {
  margin-bottom: 0 !important;
}
#tourBookForm .modal-dialog .modal-content .modal-body .form-group .form-control {
  font-size: 14px;
  font-weight: 300;
  background-color: #fff;
  border: 1px solid #eceaea;
  border-radius: 5px;
  padding: 10px 25px;
  width: 100%;
  color: #444444;
  height: auto;
  margin-bottom: 0px;
  box-shadow: none;
}
#tourBookForm .modal-dialog .modal-content .modal-body .submit-btn {
  float: right;
  border: 0;
  padding: 5px 20px;
  font-size: 18px;
  border-radius: 15px;
  background-color: #be5d44;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
#tourBookForm .modal-dialog .modal-content .modal-body .submit-btn:hover {
  background-color: #87412f;
}

#successModal {
  z-index: 1000001 !important;
  top: 4.5rem;
  padding-right: 0 !important;
}
#successModal .modal-content {
  border-radius: 6px;
}
#successModal .modal-content .modal-body {
  border: 3px solid #008337;
  border-radius: 6px;
}
#successModal .modal-content .modal-body .icon i {
  font-size: 50px;
  color: #008337;
}/*# sourceMappingURL=custom-style.css.map */