@import url(./reset.css);
.section-title {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.section-title h1 {
  text-transform: uppercase;
  font-weight: 800;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  color: #297637;
  opacity: 0.05;
  font-size: 108px;
}
.section-title h4,
.section-title a {
  position: relative;
  z-index: 2;
}
.section-title h4 {
  margin-bottom: 15px;
}
.section-title a {
  color: var(--green);
  font-weight: 600;
}
.section-title a:hover i {
  margin-left: 10px;
}
.section-title a i {
  margin-left: 5px;
  transition: 0.5s;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #bfbfbf;
  opacity: 1;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  content: "";
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid var(--green);
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: var(--green);
}

.breadcrumb {
  margin-bottom: 0;
}

.lb-outerContainer {
  background: transparent;
}
.lb-outerContainer .lb-image {
  border: 0;
}
.lb-outerContainer .lb-nav a.lb-next,
.lb-outerContainer .lb-nav a.lb-prev {
  background: url(../images/chevron.png);
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  top: 42%;
  opacity: 1;
  position: absolute;
}
.lb-outerContainer .lb-nav a.lb-prev {
  transform: rotate(180deg);
}

.submit {
  color: #1b4422;
  border: 1px solid #1b4422;
  padding: 12px 20px;
  font-weight: 500;
  background-color: transparent;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
}
.submit:hover {
  background-color: #297637;
  border-color: #297637;
  color: rgba(255, 255, 255, 0.9254901961);
}

textarea {
  height: 150px !important;
}

header .navbar-nav {
  margin-left: auto;
}
header .navbar-brand img {
  height: 70px;
}
header .nav-item {
  margin: 0 10px;
  position: relative;
}
header .nav-item.search .dropdown-toggle::after {
  display: none;
}
header .nav-item.search .dropdown-menu.show {
  top: 140%;
  left: auto;
  right: 0;
  width: 350px;
  padding: 5px;
}
header .nav-item:last-child {
  margin-right: 0;
}
header .nav-link {
  font-family: var(--paragraph-font);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.96rem;
}
header .nav-link.active {
  color: var(--green) !important;
}
header .dropdown-menu {
  width: 230px;
}
header .dropdown-menu.show {
  top: 140%;
}
header .dropdown-menu li {
  margin: 0;
}
header .dropdown-menu li a {
  padding: 10px;
}
header .dropdown-menu li a:active {
  background: var(--green);
}

.hero:hover .swiper-btn {
  opacity: 1;
  transform: scale(1);
}
.hero .swiper-slide {
  width: 100%;
  height: 670px;
  position: relative;
  overflow: hidden;
}
.hero .swiper-slide.swiper-slide-active .hero-slide {
  transform: scale(1);
}
.hero .swiper-slide.swiper-slide-active .hero-text {
  opacity: 1;
  transition-delay: 850ms;
  top: 50%;
}
.hero .swiper-slide::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.hero .hero-slide {
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  transform: scale(1.1);
  transition: all 8000ms linear;
}
.hero .hero-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  max-width: 90%;
  width: 720px;
  opacity: 0;
  transition: 0.8s;
}
.hero .hero-text h1 {
  color: #fff;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
}
.hero .hero-text p {
  color: rgba(255, 255, 255, 0.9254901961);
  margin: 0 auto;
  font-size: 1.23rem;
  line-height: 1.83rem;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
}
.hero .swiper-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(68, 68, 68, 0.4784313725);
  border: 1px solid #fff;
  opacity: 0;
  transform: scale(0.5);
  transition: 0.5s all linear;
}
.hero .swiper-btn:hover {
  background: var(--green);
  border-color: var(--green);
}
.hero .swiper-btn:hover::after {
  color: #fff;
}
.hero .swiper-btn::after {
  color: #fff;
  font-size: 18px;
}

.banner {
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  height: 370px;
  position: relative;
}
.banner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
}
.banner .text {
  color: #fff;
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
.banner .text p {
  color: #fff;
  line-height: 1;
  margin: 10px 10px 0;
}

.intro {
  position: relative;
  overflow: hidden;
}
.intro .intro-bg {
  position: absolute;
  width: 100%;
  height: 90%;
  background-repeat: no-repeat;
  opacity: 0.08;
  background-position: bottom;
  z-index: 1;
}
.intro .intro-text {
  position: relative;
  z-index: 2;
}
.intro .intro-img {
  position: relative;
  width: 100%;
  height: 602px;
  z-index: 2;
}
.intro .intro-img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.intro .intro-img img:first-child {
  height: 50%;
  width: 50%;
  top: 0;
  left: 0;
  z-index: 2;
  box-shadow: 1px 1px 5px #2c2c2c;
}
.intro .intro-img img:last-child {
  width: 85%;
  height: 80%;
  right: 0;
  bottom: 0;
  box-shadow: 1px 2.5px 10px #2c2c2c;
}
.intro .h3 {
  margin-bottom: 40px;
}
.intro .intro-fact {
  margin: 40px 40px 20px 0;
}
.intro .intro-fact img {
  height: 55px;
}
.intro .intro-fact h2 {
  color: var(--green);
  margin: 15px 0;
}

.package-card {
  width: 100%;
  height: 425px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.package-card::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  transition: 0.3s all linear;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 42.73%, rgba(0, 0, 0, 0.5) 100%);
}
.package-card:hover::before {
  background: rgba(0, 0, 0, 0.65);
}
.package-card:hover .detail h5 {
  padding-bottom: 10px;
}
.package-card:hover .detail .hover-text {
  height: auto;
  transform: translateY(0px);
}
.package-card .package-img {
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
}
.package-card .detail {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
.package-card .detail h5 {
  color: #fff;
  transition: 0.3s all linear;
}
.package-card .detail .hover-text {
  height: 0;
  display: block;
  overflow: hidden;
  color: #fff;
  transition: 0.3s all linear;
  font-size: 0.88rem;
  font-weight: 600;
  transform: translateY(10px);
}
.package-card .detail .hover-text i {
  margin-left: 5px;
}
.package-card .detail .hover-text:hover {
  color: var(--green);
}
.package-card .detail .hover-text:hover i {
  margin-left: 8px;
}
.package-card .badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--green);
  padding: 10px;
}

.tours .row {
  row-gap: 24px;
}
@media screen and (max-width: 576px) {
  .tours .row {
    row-gap: 10px;
  }
}

.tour-card {
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #cdcdcd;
  transition: 0.5s;
}
.tour-card:hover {
  box-shadow: rgba(10, 10, 10, 0.29) 3px 4px 10px;
}
.tour-card figure {
  width: 100%;
  height: 285px;
  position: relative;
}
.tour-card figure::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 42.73%, rgba(0, 0, 0, 0.5) 100%);
}
.tour-card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tour-card figure i {
  background: #4d4d4d;
  padding: 8px;
  border-radius: 4px;
  color: #feb602;
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 13px;
}
.tour-card .detail {
  padding: 30px;
  padding-top: 40px;
  position: relative;
}
.tour-card .detail .badge {
  background: var(--green);
  font-size: 1rem;
  padding: 13px 20px;
  font-weight: 500;
  position: absolute;
  top: -25px;
}
.tour-card .detail .badge:hover {
  background: #1b4422;
}
.tour-card .detail .badge:hover a {
  color: #fff;
}
.tour-card .detail h5 {
  font-size: 1.35rem;
  line-height: 1.68rem;
  margin-bottom: 20px;
}
.tour-card .detail h5:hover {
  color: var(--green);
}
.tour-card .detail p {
  color: #626262;
  margin-bottom: 10px;
}
.tour-card .detail p:last-child {
  margin-bottom: 0;
}
.tour-card .detail p strong {
  font-weight: 600;
}
.tour-card .detail p i {
  color: var(--green);
  margin-right: 5px;
}

.news {
  background-position: center;
  background-size: cover;
}

.event-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  box-shadow: rgba(10, 10, 10, 0.09) 0px 30px 35px;
}
.event-card .img {
  width: 100%;
  height: 250px;
  position: relative;
}
.event-card .img .event-date {
  background: var(--green);
  color: #fff;
  width: 65px;
  border-radius: 4px;
  position: absolute;
  right: 30px;
  bottom: -20px;
  text-align: center;
  padding: 10px 0;
}
.event-card .img .event-date h3 {
  line-height: 1;
  margin-bottom: 0px;
  font-weight: 600;
}
.event-card .img .event-date span {
  line-height: 1.35;
  font-size: 15px;
}
.event-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-card h5 {
  font-size: 1.25rem;
  line-height: 1.68rem;
  margin-bottom: 20px;
}
.event-card .text {
  padding: 30px 60px 30px 30px;
}
.event-card .tags span {
  color: var(--black);
  font-weight: 400;
  padding: 10px;
  margin: 5px 0;
}

footer {
  background: #222222;
  padding-bottom: 0 !important;
}
footer .row > * {
  margin-bottom: 40px;
}
footer .footer-contact h6 {
  color: var(--green);
}
footer .footer-contact p {
  margin-bottom: 30px;
}
footer .footer-contact p:last-child {
  margin-bottom: 0;
}
footer h6 {
  color: #fff;
  font-size: 1.28rem;
  font-weight: 700;
  margin-bottom: 10px;
}
footer p {
  color: #fff;
}
footer ul {
  margin-top: 25px;
}
footer ul.d-flex li {
  margin-right: 15px;
}
footer ul li {
  margin-bottom: 15px;
}
footer ul li:last-child {
  margin-bottom: 0;
}
footer ul li a {
  color: #fff;
  font-size: 1rem;
}
footer .copyright {
  background: #181818;
  margin-top: 40px;
  padding-top: 20px;
}

.tour-nav {
  border-bottom: 1px solid #cdcdcd;
  position: sticky;
  background: #fff;
  top: 0;
  z-index: 9;
}
.tour-nav ul li {
  margin-right: 40px;
}
.tour-nav ul li a {
  font-weight: 600;
  padding: 20px 0;
  display: block;
  position: relative;
}
.tour-nav ul li a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 5px;
  content: "";
  background: var(--green);
  transition: 0.1s ease-in;
}
.tour-nav ul li a.active {
  color: var(--green);
}
.tour-nav ul li a.active::before {
  width: 100%;
}

.tour-detail .main-text p {
  margin: 20px 30px 20px 0;
}
.tour-detail .main-text p i {
  color: var(--green);
  margin-right: 8px;
}
.tour-detail strong {
  font-weight: 600;
}
.tour-detail h5,
.tour-detail h6 {
  margin-bottom: 20px;
}
.tour-detail ul {
  padding-left: 20px;
}
.tour-detail ul li {
  position: relative;
  list-style: circle;
  margin-bottom: 10px;
}
.tour-detail .tour-content {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(205, 205, 205, 0.3803921569);
}
.tour-detail .tour-content:last-of-type {
  border-bottom: 0;
}
.tour-detail #inex ul, .tour-detail #inex ol {
  padding-left: 0;
}
.tour-detail #inex ul li, .tour-detail #inex ol li {
  list-style: none;
  padding-left: 26px;
}
.tour-detail #inex ul li:before, .tour-detail #inex ol li:before {
  background: url(../images/include.png) no-repeat;
  width: 18px;
  height: 18px;
  left: 0;
  top: 4px;
  position: absolute;
  content: "";
}
.tour-detail #inex ol li {
  position: relative;
  margin-bottom: 10px;
}
.tour-detail #inex ol li::before {
  background: url(../images/exclude.png) no-repeat;
}
@media screen and (max-width: 576px) {
  .tour-detail #inex .row {
    gap: 10px;
  }
}
.tour-detail #gallery .col-md-3:nth-child(1), .tour-detail #gallery .col-md-3:nth-child(6), .tour-detail #gallery .col-md-3:nth-child(7), .tour-detail #gallery .col-md-3:nth-child(12) {
  width: 50%;
}
.tour-detail #gallery img {
  width: 100%;
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}
.tour-detail .card {
  padding: 20px;
  position: sticky;
  top: 80px;
}
.tour-detail .card a {
  display: block;
  text-decoration: underline;
  margin-bottom: 10px;
}
.tour-detail .card a i {
  margin-right: 8px;
}

.accordion-item {
  margin: 20px 0;
  border: 0;
  border-bottom: 1px solid rgba(205, 205, 205, 0.3803921569);
}
.accordion-item:last-child {
  border-bottom: 0;
}
.accordion-item .accordion-button:not(.collapsed)::after {
  transform: none;
  content: "-";
}
.accordion-item .accordion-button {
  padding: 0.5rem 1.25rem;
  font-weight: 700;
  font-size: 1rem;
}
.accordion-item .accordion-button:after {
  background-image: none;
  content: "+";
  font-weight: 500;
  line-height: 1;
  font-size: 1.5rem;
  font-family: var(--heading-font);
}
.accordion-item .accordion-button span {
  width: 80px;
}

.event-detail .event-head {
  margin-bottom: 30px;
}
.event-detail .event-head h3 {
  margin-bottom: 10px;
}
.event-detail .event-head img {
  max-width: 100%;
}
.event-detail .event-tag span {
  color: var(--black);
  font-weight: 400;
  padding: 10px;
  margin: 5px 0;
}

.team .tour-card figure {
  height: 595px;
}
.team .tour-card figure::before {
  display: none;
}

@media screen and (max-width: 1400px) {
  header .dropdown-menu.show {
    border: 0;
  }
  footer .copyright {
    padding: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .nav-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .nav-item {
    margin: 5px;
  }
  header .search a {
    display: none;
  }
  header .search .dropdown-menu {
    display: block;
    top: 140%;
    left: auto;
    right: 0;
    width: 350px;
    padding: 5px;
  }
}
@media screen and (max-width: 500px) {
  .intro-text {
    margin-top: 80px;
  }
  .navbar-light .navbar-toggler {
    border: 0;
  }
  .tour-nav ul li {
    margin-right: 25px;
  }
  #gallery .col-md-3:nth-child(1), #gallery .col-md-3:nth-child(6), #gallery .col-md-3:nth-child(7), #gallery .col-md-3:nth-child(12) {
    width: 100% !important;
  }
}
.discovered .result {
  border-bottom: 1px solid #4a5568;
}
.discovered input {
  border: 0;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.discovered input:focus-visible {
  outline: 0px;
}
.discovered input::-webkit-search-cancel-button {
  display: none;
}
.discovered input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.discovered .findings p {
  font-size: 14px;
}

.contact .details h6 {
  font-size: 16px;
  color: #0d1d10;
}
.contact .details a {
  text-decoration: underline;
  transition: all 0.2s ease-in;
}
.contact .map {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 30rem;
  margin: 40px auto 0;
  overflow: hidden;
  text-align: right;
}
.contact .map iframe {
  transition: border-radius 0.3s ease-in-out;
  border: 0;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
.contact .map:hover iframe {
  border-radius: 0;
}
@media screen and (max-width: 900px) {
  .contact .map {
    width: 100%;
  }
  .contact .map iframe {
    border-radius: 0%;
  }
}/*# sourceMappingURL=style.css.map */