body {
  background-color: #F4F4F4;
}

a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.relative {
  position: relative;
}

.font-inter {
  font-family: "Inter", sans-serif;
}

.font-lato {
  font-family: "Lato", sans-serif;
}

.weight-300 {
  font-weight: 300;
}

.weight-400 {
  font-weight: 400;
}

.weight-600 {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.text-lime {
  color: #C5D939;
}

.text-yellow {
  color: #FFD900;
}

.text-light {
  color: #fff;
}

.text-gray {
  color: #898989;
}

.text-dark {
  color: #000;
}

.bg-lime {
  background-color: #C5D939;
}

.bg-yellow {
  background-color: #FFD900;
}

.img-holder {
  position: relative;
}
.img-holder img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.topbar img {
  height: 20px;
  width: auto;
}
@media (max-width: 991px) {
  .topbar img {
    height: 16px;
  }
}
.topbar a {
  padding: 10px;
}
@media (max-width: 991px) {
  .topbar a {
    padding: 10px 5px;
  }
}
@media (max-width: 991px) {
  .topbar p {
    font-size: 12px;
  }
}

.btn-toggle {
  border: none !important;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 2px 8px 1px;
  font-size: 18px;
  border-radius: 5px;
  background-color: #FFD900;
  color: #000;
}
@media (min-width: 992px) {
  .btn-toggle {
    display: none;
  }
}
.btn-toggle:hover {
  background-color: #FFD900;
}

.header {
  position: sticky;
  top: 0px;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 7px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 7px -5px rgba(0, 0, 0, 0.5);
}
.header .brand img {
  max-height: 76px;
  width: auto;
}
@media (max-width: 991px) {
  .header .navs {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    background-color: #fafafa;
    height: calc(100vh - 102px);
    -webkit-box-shadow: 0px 36px 0px 1px #fafafa;
            box-shadow: 0px 36px 0px 1px #fafafa;
    -webkit-transform: rotateX(90deg) rotateY(90deg);
            transform: rotateX(90deg) rotateY(90deg);
    visibility: hidden;
    -webkit-transition: 0.25s cubic-bezier(0.75, 0.23, 0.26, 0.97);
    transition: 0.25s cubic-bezier(0.75, 0.23, 0.26, 0.97);
  }
  .header .navs.view {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateY(0deg);
    visibility: visible;
  }
}
.header .navs a {
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 6px;
  -webkit-transition: 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1200px) {
  .header .navs a {
    font-size: 13px !important;
    padding: 8px 16px !important;
  }
}
@media (min-width: 992px) {
  .header .navs a {
    font-size: 12px;
    padding: 8px 12px;
  }
}
.header .navs a.active, .header .navs a:hover {
  background-color: #FFD900;
  color: #000;
}

.banner {
  position: relative;
  z-index: 20;
}
.banner h1 {
  font-size: 39px;
  line-height: 47px;
  text-align: center;
  margin: 0;
}
@media (max-width: 991px) {
  .banner h1 {
    font-size: 20px;
    line-height: 28px;
  }
}
.banner h2 {
  font-style: normal;
  font-size: 25px;
  line-height: 40px;
  margin: 0;
}
@media (max-width: 991px) {
  .banner h2 {
    font-size: 17px;
    line-height: 20px;
  }
}
.banner .bannerText {
  width: 100%;
  border-radius: 20px;
  padding: 50px 10vw 40px;
  -webkit-transform: translateY(-220px);
          transform: translateY(-220px);
  -webkit-box-shadow: 0px 4px 74px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 74px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .banner .bannerText {
    margin-bottom: 0px;
    padding: 30px 5vw;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
.banner .bannerText small {
  font-size: 18px;
  color: #829500;
  font-weight: bold;
}

.diamond {
  text-align: center;
}
@media (max-width: 991px) {
  .diamond {
    margin: 5px 0 15px 0;
  }
}
.diamond img {
  height: 12px;
  width: auto;
  display: inline-block;
}

.whyUs.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .whyUs.mb-100 {
    margin-bottom: 30px;
  }
}
.whyUs h2 {
  margin-bottom: 100px;
  font-size: 29px;
  line-height: 35px;
}
@media (max-width: 991px) {
  .whyUs h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
  }
}
.whyUs h3 {
  font-size: 20px;
  line-height: 44px;
  margin: 100px 0 -50px;
}
@media (max-width: 991px) {
  .whyUs h3 {
    font-size: 16px;
    line-height: 28px;
    margin: 50px 0 -10px;
  }
}
.whyUs .simpleP {
  font-size: 24px;
  line-height: 41px;
}
@media (max-width: 991px) {
  .whyUs .simpleP {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }
}

.pointy {
  position: relative;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .pointy {
    margin-top: 30px;
  }
}
.pointy::before {
  height: 100%;
  width: 2px;
  background-color: #C5D939;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
}
@media (max-width: 991px) {
  .pointy::before {
    left: 14px;
    width: 1px;
  }
}
.pointy .point {
  background-color: #fff;
  border: 1px solid #C5D939;
  padding: 25px 35px 20px;
  position: relative;
}
@media (max-width: 991px) {
  .pointy .point {
    padding: 15px 20px 10px;
  }
}
.pointy .point::before {
  content: "";
  position: absolute;
  left: 0px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  top: 5px;
  height: 0px;
  width: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #C5D939;
}
.pointy .point::after {
  content: "";
  position: absolute;
  left: -38px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  top: -1px;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  border: 2px solid #C5D939;
  background-color: #fff;
}
@media (max-width: 991px) {
  .pointy .point::after {
    left: -24px;
  }
}
.pointy .point ~ .point {
  margin-top: 12px;
}
.pointy .point h4 {
  font-size: 18px;
  line-height: 12px;
}
@media (max-width: 991px) {
  .pointy .point h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
.pointy .point p {
  font-size: 15px;
  line-height: 23px;
  margin: 0;
}
@media (max-width: 991px) {
  .pointy .point p {
    font-size: 14px;
    line-height: 18px;
  }
}

.callUs .number {
  background-color: #F4F4F4;
  padding: 32px;
  font-size: 34px;
  line-height: 44px;
  text-align: center;
  position: relative;
  z-index: 5;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (max-width: 991px) {
  .callUs .number {
    padding: 15px;
    font-size: 20px;
    line-height: 28px;
  }
}

.border-box {
  z-index: 20;
  margin-block: -80px;
}
@media (max-width: 991px) {
  .border-box {
    margin-block: -35px;
  }
}
.border-box .box {
  background-color: #F4F4F4;
  position: relative;
  padding: 120px 35px;
  height: 100%;
}
@media (max-width: 991px) {
  .border-box .box {
    padding: 50px 25px;
  }
}
.border-box .box.minPad {
  padding: 60px 35px;
}
@media (max-width: 991px) {
  .border-box .box.minPad {
    padding: 45px 25px;
  }
}
.border-box .box::after {
  height: calc(100% - 50px);
  width: calc(100% - 40px);
  border: 2px solid #898989;
  position: absolute;
  top: 25px;
  left: 20px;
  content: "";
}
@media (max-width: 991px) {
  .border-box .box::after {
    border: 1px solid #898989;
    height: calc(100% - 24px);
    width: calc(100% - 24px);
    top: 12px;
    left: 12px;
  }
}
.border-box .box .diamond {
  margin: 32px 0 40px;
}
@media (max-width: 991px) {
  .border-box .box .diamond {
    margin: 12px 0 20px;
  }
}
.border-box .box h2 {
  font-size: 32px;
  line-height: 29px;
  letter-spacing: 2.5px;
}
@media (max-width: 991px) {
  .border-box .box h2 {
    font-size: 20px;
    line-height: 20px;
  }
}
.border-box .box h3 {
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 2.5px;
}
@media (max-width: 991px) {
  .border-box .box h3 {
    font-size: 15px;
    line-height: 22px;
  }
}
.border-box .box p {
  font-size: 21px;
  line-height: 37px;
}
@media (max-width: 991px) {
  .border-box .box p {
    font-size: 14px;
    line-height: 20px;
  }
}

.reviews {
  position: relative;
  z-index: 10;
  padding: 150px 0;
}
@media (max-width: 991px) {
  .reviews {
    padding: 50px 0;
  }
}
.reviews.inject-below {
  margin-top: -100px;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
@media (max-width: 991px) {
  .reviews.inject-below {
    margin-top: -40px;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
.reviews h1 {
  text-align: center;
  font-size: 32px;
  line-height: 29px;
  letter-spacing: 2.5px;
}
@media (max-width: 991px) {
  .reviews h1 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1.5px;
  }
}
.reviews .diamond {
  margin: 25px 0 50px;
}
@media (max-width: 991px) {
  .reviews .diamond {
    margin: 5px 0 30px;
  }
}
.reviews .box {
  background-color: #FFF;
  position: relative;
  padding: 90px 30px;
}
@media (max-width: 991px) {
  .reviews .box {
    padding: 50px 0px;
  }
}
.reviews .box::after {
  height: calc(100% - 50px);
  width: calc(100% - 40px);
  border: 2px solid #898989;
  position: absolute;
  top: 25px;
  left: 20px;
  content: "";
}
@media (max-width: 991px) {
  .reviews .box::after {
    border: 1px solid #898989;
    height: calc(100% - 24px);
    width: calc(100% - 24px);
    top: 12px;
    left: 12px;
  }
}
.reviews .box p {
  font-size: 21px;
  line-height: 38px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .reviews .box p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
    padding-top: 0px;
  }
}
.reviews .box .rating {
  color: #ffbf00;
  font-size: 20px;
}
.reviews .carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews .carousel-control-prev,
.reviews .carousel-control-next {
  color: #C5D939;
  opacity: 1;
  position: relative;
  width: auto;
  padding: 20px 80px 20px 65px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .reviews .carousel-control-prev,
.reviews .carousel-control-next {
    padding: 10px 25px 10px;
    font-size: 17px;
  }
}

.counters {
  margin-top: -150px;
  position: relative;
  z-index: 20;
}
@media (max-width: 991px) {
  .counters {
    margin-top: -60px;
  }
}
.counters .counter {
  background-color: #FFF;
  position: relative;
  padding: 80px 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .counters .counter {
    padding: 50px 16px;
    margin-bottom: 15px;
  }
}
.counters .counter::after {
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  border: 2px solid #898989;
  position: absolute;
  top: 15px;
  left: 15px;
  content: "";
}
@media (max-width: 991px) {
  .counters .counter::after {
    border: 1px solid #898989;
  }
}
.counters .counter h1 {
  letter-spacing: 2.5px;
  font-size: 74px;
  line-height: 29px;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .counters .counter h1 {
    font-size: 36px;
    line-height: 29px;
    margin: 0 0 20px;
  }
}
.counters .counter p {
  font-size: 24px;
  line-height: 23px;
  margin: 0;
}
@media (max-width: 991px) {
  .counters .counter p {
    font-size: 16px;
    line-height: 18px;
  }
}

.pay {
  text-align: center;
  padding: 40px 0 30px 0;
}
.pay h4,
.pay h5 {
  font-size: 29px;
  line-height: 35px;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .pay h4,
.pay h5 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px;
  }
}
.pay .text-gray {
  color: #908B8B;
}

.copy {
  background-color: #E7E7E7;
  padding: 15px 0;
}
.copy p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
  line-height: 14px;
  margin: 0;
}

.destinations {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .destinations {
    margin-bottom: 30px;
  }
}
.destinations .d-card {
  position: relative;
  margin-bottom: 80px;
}
.destinations .d-card .img-holder {
  padding-top: 100%;
  margin-bottom: 40px;
}
.destinations .d-card .text {
  background: #fff;
  position: absolute;
  bottom: 0px;
  padding: 30px 20px;
  text-align: center;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  left: 20px;
  -webkit-box-shadow: 0px 2px 10px -5px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 2px 10px -5px rgba(0, 0, 0, 0.7);
  width: calc(100% - 40px);
}
.destinations .d-card .text h6 {
  color: #888;
  text-transform: uppercase;
  font-family: inter;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 16px;
  margin: 0 0 15px;
}
.destinations .d-card .text a {
  background-color: rgb(41, 111, 0);
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  font-family: lato;
  letter-spacing: 1px;
  padding: 8px 15px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.12s linear;
  transition: 0.12s linear;
}
.destinations .d-card .text a:hover {
  background-color: #FFD900;
  color: #000;
}
.destinations .d-card2 {
  position: relative;
  margin-bottom: 40px;
}
.destinations .d-card2 .img-holder {
  padding-top: 100%;
}
.destinations .d-card2 .text {
  padding: 30px 20px;
  text-align: left;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  left: 0;
  -webkit-box-shadow: 0px 2px 10px -5px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 2px 10px -5px rgba(0, 0, 0, 0.7);
  width: 100%;
}

.contact-info {
  text-align: left;
}
.contact-info h4 {
  font-size: 26px;
  line-height: 29px;
  margin-bottom: 24px;
  letter-spacing: 2.5px;
}
@media (max-width: 991px) {
  .contact-info h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 16px;
    letter-spacing: 1px;
    text-align: center;
  }
}
.contact-info p {
  font-size: 21px;
  line-height: 39px;
  letter-spacing: 2.5px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .contact-info p {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.contact-info a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 2.5px;
  color: #000;
}
@media (max-width: 991px) {
  .contact-info a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
  }
}
.contact-info a:hover {
  text-decoration: underline;
}

.image {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .image {
    padding-top: 85%;
  }
  .image img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}