:root {
  --mainColor: #ff7350;
  --secondColor: #125875;
  --gt-base-or: #eb662b;
  --gt-gradient-1: linear-gradient(90deg, #8CC541 0%, #5b891f 100%);
  /* --gt-gradient-1: linear-gradient(
    90deg,
    rgb(67, 0, 231) 0%,
    rgb(125, 0, 252) 100%
  ); */
  --gt-gradient-1: linear-gradient(90deg, #8CC541 0%, #5b891f 100%);
  --gt-cursive: "Just Another Hand", cursive;
  --gt-button: #36608c;
  --primary-color1-opc: 99, 171, 69;
  --primary-color2-opc: 251, 176, 59;
  --journey-filters-background: #8CC541;
  --journey-filters-hover: #5b891f;
}
.gt-banner-section {
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1920px;
}
.gt-banner-section .gt-banenr-shape1 {
  z-index: -1;
  top: -300px;
  right: -200px;
  -webkit-transition: all 1200ms ease;
  transition: all 1200ms ease;
}
.gt-banner-section .gt-banenr-shape2 {
  bottom: 0;
  left: -20px;
  z-index: -2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-banner-section .gt-banenr-shape2 {
    display: none;
  }
}
.gt-banner-section .gt-banenr-shape3 {
  top: 0;
  left: 0;
  z-index: -3;
}
.gt-banner-section.active .gt-banenr-shape1 {
  right: -300px;
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.gt-banner-text {
  max-width: 670px;
  padding: 275px 0px 135px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gt-banner-text {
    max-width: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-banner-text {
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
    padding: 200px 0px 0px;
  }
}
.gt-banner-text .gt-cursive-text {
  font-size: 42px;
}
.gt-banner-text .banner_title {
  font-size: 90px;
  font-weight: 800;
  line-height: 1.111;
  padding: 5px 0px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .gt-banner-text .banner_title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-banner-text .banner_title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .gt-banner-text .banner_title {
    font-size: 40px;
    padding-bottom: 15px;
  }
}
.gt-banner-text p {
  max-width: 570px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gt-banner-text p {
    max-width: 460px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-banner-text p {
    margin: 0 auto;
    max-width: 100%;
  }
}
.gt-banner-text .gt-play-btn-grp {
  gap: 20px 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-banner-text .gt-play-btn-grp {
    gap: 20px;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media (max-width: 480px) {
  .gt-banner-text .gt-play-btn-grp {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.gt-banner-text .gt-play-btn-grp .gt-play a {
  gap: 13px;
}
.gt-banner-text .gt-play-btn-grp .gt-play a:hover span {
  letter-spacing: 2px;
}
.gt-banner-text .gt-play-btn-grp .gt-play i {
  color: #fff;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--gt-gradient-1);
}
.gt-banner-text .gt-play-btn-grp .gt-play span {
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gt-banner-content {
  z-index: 1;
}
.gt-banner-content .gt-banner-img {
  top: 0;
  z-index: -1;
  right: -150px;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .gt-banner-content .gt-banner-img {
    right: -100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .gt-banner-content .gt-banner-img {
    right: -250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-banner-content .gt-banner-img {
    position: static !important;
  }
}
.gt-banner-content.active .gt-banner-img {
  right: 0;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.gt-btn-1 a {
  z-index: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  overflow: hidden;
  padding: 19px 45px;
  position: relative;
  border-radius: 50px;
  display: inline-block;
  background-color: var(--gt-button);
}
.gt-btn-1 a:hover {
  color: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-btn-1 a {
    padding: 12px 30px;
  }
}
.gt-btn-1 a:before {
  top: 0;
  right: 0;
  left: auto;
  z-index: -1;
  width: 0%;
  height: 100%;
  content: "";
  position: absolute;
  border-radius: 50px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--gt-gradient-1);
}
.gt-btn-1 a:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}

@keyframes gt-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.btn-spin span {
  display: inline-block;
  pointer-events: none;
}

.btn-spin span.gt-spin {
  animation: gt-spin 0.5s 1;
}
.gt-booking-search-content {
  border-radius: 100px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 3px 73px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 73px 0px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-booking-search-content {
    border-radius: 0;
  }
}
.gt-booking-search-content .gt-booking-option .submit-btn button {
  width: 145px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-booking-search-content .gt-booking-option .submit-btn button {
    width: 100%;
    height: 60px;
    border-radius: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-booking-option {
    gap: 15px;
    padding: 30px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.gt-booking-option .option_action {
  width: 100%;
  padding-right: 18px;
}
.gt-booking-option .option_action:before {
  right: 0;
  top: -26px;
  width: 2px;
  content: "";
  height: 108px;
  position: absolute;
  background-color: #f5f5f5;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-booking-option .option_action:before {
    display: none;
  }
}
.gt-booking-option .option_action:nth-child(1) {
  max-width: 307px;
  padding-left: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px),
  (max-width: 480px) {
  .gt-booking-option .option_action:nth-child(1) {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px),
  (max-width: 480px) {
  .gt-booking-option .option_action:nth-child(1) {
    max-width: 100%;
    padding-left: 30px;
  }
}
.gt-booking-option .option_action:nth-child(2) {
  max-width: 280px;
  padding-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .gt-booking-option .option_action:nth-child(2) {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px),
  (max-width: 480px) {
  .gt-booking-option .option_action:nth-child(2) {
    max-width: 100%;
    padding-left: 30px;
  }
}
.gt-booking-option .option_action:nth-child(3) {
  max-width: 270px;
  padding-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gt-booking-option .option_action:nth-child(3) {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gt-booking-option .option_action:nth-child(3) {
    max-width: 170px;
    padding-left: 15px;
  }
}
.gt-booking-option .option_action:nth-child(3) h3 {
  padding-bottom: 0px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px),
  (max-width: 480px) {
  .gt-booking-option .option_action:nth-child(3) {
    max-width: 100%;
    padding-left: 30px;
  }
}
.gt-booking-option .option_action:nth-child(4) {
  max-width: 222px;
  padding-left: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .gt-booking-option .option_action:nth-child(4) {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px),
  (max-width: 480px) {
  .gt-booking-option .option_action:nth-child(4) {
    max-width: 100%;
    padding-left: 30px;
  }
}
.gt-booking-option .option_action:last-child:before {
  display: none;
}
.gt-booking-option .option_action h3 {
  font-size: 23px;
  font-weight: 800;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gt-booking-option .option_action h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-booking-option .option_action h3 {
    font-size: 18px;
  }
}
.gt-booking-option .option_action .nice-select {
  padding: 0;
  float: none;
  border: none;
  height: auto;
  line-height: 1;
  background-color: transparent;
}
.gt-booking-option .option_action .nice-select:after {
  display: none;
}
.gt-booking-option .option_action .nice-select span {
  font-size: 15px;
  font-weight: 500;
}
.gt-booking-option .option_action .nice-select .list {
  width: 100%;
}
.gt-booking-option .option_action .action-icon {
  top: 0;
  right: 20px;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: #f2f2f2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .gt-booking-option .option_action .action-icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gt-booking-option .option_action .action-icon {
    right: 0;
    background-color: transparent;
  }
}
.gt-booking-option .option_action .date-pick {
  border: none;
  line-height: 1;
  color: #363539;
  font-size: 15px;
  padding: 0;
}
.gt-booking-option .option_action .date-pick::-webkit-input-placeholder {
  color: #363539;
  font-size: 15px;
  font-weight: 500;
}
.gt-booking-option .option_action .date-pick::-moz-placeholder {
  color: #363539;
  font-size: 15px;
  font-weight: 500;
}
.gt-booking-option .option_action .date-pick:-ms-input-placeholder {
  color: #363539;
  font-size: 15px;
  font-weight: 500;
}
.gt-booking-option .option_action .date-pick::-ms-input-placeholder {
  color: #363539;
  font-size: 15px;
  font-weight: 500;
}
.gt-booking-option .option_action .date-pick::placeholder {
  color: #363539;
  font-size: 15px;
  font-weight: 500;
}
.gt-booking-option .option_action .guest-number-field {
  max-width: 90px;
}
.gt-booking-option .option_action .guest-number-field input {
  border: none;
  font-size: 15px;
  max-width: 30px;
  font-weight: 500;
}
.gt-booking-option .option_action .guest-number-field .custom-prev,
.gt-booking-option .option_action .guest-number-field .custom-next {
  color: #fff;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 100%;
  background-color: #363539;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-booking-option .option_action.ver_2 {
    margin-bottom: 20px;
  }
}
.gt-booking-option .option_action.ver_2:before {
  height: 102px;
}
.gt-booking-option .option_action.ver_2:nth-child(2) h3 {
  padding-bottom: 7px;
}
.gt-booking-option .option_action.ver_2 h3 {
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 15px;
}
.gt-booking-option .option_action.ver_2 h3 i {
  color: #4400e7;
  font-size: 18px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-booking-option .option_action.ver_2 h3 {
    font-size: 16px;
    font-weight: 800;
  }
  .gt-booking-option .option_action.ver_2 h3 i {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-booking-option .submit-btn {
    width: 100%;
  }
}
.gt-booking-option .submit-btn button {
  z-index: 1;
  color: #fff;
  width: 160px;
  border: none;
  height: 108px;
  font-size: 20px;
  overflow: hidden;
  position: relative;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background: var(--gt-gradient-1);
}
.gt-booking-option .submit-btn button i {
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.gt-booking-option .submit-btn button:before {
  top: 0;
  right: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-booking-option .submit-btn button {
    width: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-booking-option .submit-btn button {
    width: 100%;
    height: 60px;
    border-radius: 0;
  }
}
.gt-booking-option .submit-btn button:hover i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.gt-booking-option .submit-btn button:hover:before {
  width: 100%;
}
.gt-booking-option .submit-btn.ver_2 button {
  width: 90px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-booking-option .submit-btn.ver_2 button {
    width: 100%;
  }
}
/* .prthalign {
  text-align: left;
} */
.gt-section-title-1 .subtitle {
  font-size: 42px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gt-section-title-1 .subtitle {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-section-title-1 .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .gt-section-title-1 .subtitle {
    font-size: 24px;
  }
}
.gt-section-title-1 .section_title {
  font-size: 60px;
  font-weight: 900;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gt-section-title-1 .section_title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-section-title-1 .section_title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .gt-section-title-1 .section_title {
    font-size: 32px;
  }
}
.gt-section-title-1 {
  /* text-align: center; */
}
.gt-section-title-1 p {
  padding-top: 4px;
}
.gt-section-title-1.ver_2 .section_title {
  font-size: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gt-section-title-1.ver_2 .section_title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-section-title-1.ver_2 .section_title {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .gt-section-title-1.ver_2 .section_title {
    font-size: 32px;
  }
}
.gt-section-title-1.ver_2 .section_title.ver_2 {
  color: #1f224c;
}
.gt-section-title-1.ver_2 p {
  padding-top: 15px;
}
.cursive-font {
  line-height: 1;
}

.gt-wc-feature-item {
  gap: 20px;
  margin-bottom: 45px;
}
.gt-wc-feature-item .inner-icon {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: #fff;
}
.gt-wc-feature-item .inner-text {
  max-width: 395px;
}
.gt-wc-feature-item .inner-text h3 {
  font-size: 24px;
  font-weight: 900;
}
.gt-wc-feature-item .inner-text p {
  padding-top: 5px;
}
.gt-wc-feature-item:hover .inner-icon {
  animation: icon-bounce 0.8s ease-out infinite;
}
.gt-why-choose-img-wrapper {
  right: 0;
  top: 15px;
}
.gt-why-choose-img-wrapper .img-col-2 {
  margin-top: 15px;
}
.gt-why-choose-img-wrapper .img-wrap {
  overflow: hidden;
  border-radius: 100%;
  position: relative;
}
.gt-why-choose-img-wrapper .img-wrap:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
}
.gt-why-choose-img-wrapper .img-wrap span {
  left: 0;
  right: 0;
  top: 50%;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gt-why-choose-img-wrapper .inner-img_1 {
  width: 249px;
  height: 249px;
  margin-bottom: 10px;
}
.gt-why-choose-img-wrapper .inner-img_2 {
  width: 273px;
  height: 273px;
  -webkit-transform: translateX(25px);
  transform: translateX(25px);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-why-choose-img-wrapper .inner-img_2 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.gt-why-choose-img-wrapper .inner-img_3 {
  width: 354px;
  height: 354px;
  margin-bottom: 8px;
  -webkit-transform: translateX(-22px);
  transform: translateX(-22px);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-why-choose-img-wrapper .inner-img_3 {
    width: 300px;
    height: 300px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.gt-why-choose-img-wrapper .inner-img_4 {
  width: 295px;
  height: 295px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-why-choose-img-wrapper .inner-img_4 {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-why-choose-img-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-why-choose-img-wrapper {
    flex-wrap: wrap;
  }
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.gt-photo-view-section {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1920px;
}

.gt-photo-view-top-content {
  gap: 20px;
}
.gt-photo-view-top-content .gt-section-title-1 {
  max-width: 630px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-photo-view-top-content .gt-section-title-1 {
    max-width: 100%;
  }
}
.gt-photo-view-top-content .gt-title-text {
  max-width: 550px;
  padding-left: 40px;
  position: relative;
}
.gt-photo-view-top-content .gt-title-text:before {
  top: 0;
  left: 0;
  width: 7px;
  content: "";
  height: 0%;
  position: absolute;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  background: var(--gt-gradient-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-photo-view-top-content .gt-title-text {
    max-width: 100%;
  }
}
.gt-photo-view-top-content.active .gt-title-text:before {
  height: 100%;
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.gt-photo-view-item {
  overflow: hidden;
  max-height: 760px;
}
.gt-photo-view-item video {
  width: 100%;
  height: 100%;
}
.gt-top-destination-item
  .destination-img
  .desti-btn-grp
  .wte-trip-vidgal-popup-trigger:after {
  content: "\f04b";
  top: 50%;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
}
.gt-photo-view-nav-content {
  z-index: 1;
  padding: 45px;
  margin-top: -80px;
  border-radius: 10px;
  background-color: #1a1e21;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-photo-view-nav-content {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .gt-photo-view-nav-content {
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 30px;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
.gt-photo-view-nav-content .photo-view-nav-text {
  width: 100%;
  max-width: 310px;
}
@media (max-width: 480px) {
  .gt-photo-view-nav-content .photo-view-nav-text {
    text-align: center;
  }
}
.gt-photo-view-nav-content .photo-view-nav-text h3 {
  color: #fff;
  font-size: 29px;
  font-weight: 900;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .gt-photo-view-nav-content .photo-view-nav-text h3 {
    font-size: 24px;
  }
}
.gt-photo-view-nav-content .photo-view-nav-text p {
  color: #d3d3d3;
  font-size: 17px;
}
.gt-photo-view-nav-content .photo-swiper-pagination {
  color: #fff;
  font-size: 16px;
  max-width: 50px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .gt-photo-view-nav-content .photo-swiper-pagination {
    display: none;
  }
}
.gt-photo-view-nav-content .photo-slide-progress:before {
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  position: absolute;
}
.gt-photo-view-nav-content .photo-view-arrow {
  gap: 10px;
}
.gt-photo-view-nav-content .photo-view-arrow .arrow-nav {
  z-index: 1;
  width: 53px;
  height: 53px;
  position: relative;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.gt-photo-view-nav-content .photo-view-arrow .arrow-nav:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 100%;
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: var(--gt-gradient-1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.gt-photo-view-nav-content .photo-view-arrow .arrow-nav:hover {
  color: #fff;
}
.gt-photo-view-nav-content .photo-view-arrow .arrow-nav:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gt-photo-swiper-progress-bar {
  width: 100%;
  height: 5px;
  max-width: 400px;
  position: relative;
  border-radius: 10px;
  background-color: #7e7e7e;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-photo-swiper-progress-bar {
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-photo-swiper-progress-bar {
    display: none;
  }
}

.gt-photo-swiper-progress-bar .slide_progress-bar {
  position: absolute;
  height: 100%;
  background: #7e7e7e;
  width: auto;
  clear: both;
  opacity: 0;
  top: 0;
  left: 0;
  border-radius: 10px;
  right: 0;
}

.gt-photo-swiper-progress-bar .slide_progress-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gt-gradient-1);
  height: 100%;
  width: 0;
  content: "";
  border-radius: 10px;
  -webkit-transition: 0.1s width linear;
  transition: 0.1s width linear;
}

.gt-photo-swiper-progress-bar.active .slide_progress-bar {
  opacity: 1;
}

.gt-photo-swiper-progress-bar.animate .slide_progress-bar:after {
  -webkit-transition: width linear;
  transition: width linear;
  -webkit-transition-delay: unset;
  transition-delay: unset;
  width: 100%;
  -webkit-transition-duration: 5s;
  transition-duration: 5s;
}
.gt-feature-content {
  gap: 45px;
}
.gt-feature-content .gt-feature-title-text {
  width: 100%;
  max-width: 445px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-feature-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

.gt-feature-img {
  width: 100%;
  overflow: hidden;
  max-width: 337px;
  border-radius: 200px;
}

.gt-feature-text-area {
  max-width: 360px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-feature-text-area {
    padding-top: 0;
    max-width: 700px;
  }
}
.gt-feature-text-area h3 {
  font-size: 26px;
  max-width: 300px;
  font-weight: 800;
  padding-bottom: 8px;
}
.gt-feature-text-area p {
  padding-bottom: 20px;
}
.gt-feature-text-area .gt-feature-slug {
  gap: 15px;
  z-index: 2;
  max-width: 365px;
  margin-left: -100px;
  padding: 20px 40px;
  border-radius: 100px;
  position: relative;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-feature-text-area .gt-feature-slug {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .gt-feature-text-area .gt-feature-slug {
    padding: 20px 20px;
  }
}
.gt-feature-text-area .gt-feature-slug .inner-text {
  line-height: 1.2;
  font-size: 20px;
  max-width: 210px;
  font-weight: 800;
}
.gt-feature-text-area .gt-item-list li {
  width: 100%;
}
.gt-blog-thumb-post {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 40px;
}
.gt-blog-thumb-post .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gt-blog-thumb-post .blog-text {
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gt-blog-thumb-post .blog-text {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-blog-thumb-post .blog-text {
    width: 100%;
    position: static;
    padding: 30px 20px;
    background-color: rgb(0, 0, 0);
  }
}
.gt-blog-thumb-post .blog-text .blog_title {
  color: #fff;
  font-size: 45px;
  font-weight: 800;
  padding-bottom: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-blog-thumb-post .blog-text .blog_title {
    font-size: 28px;
  }
}
.gt-blog-thumb-post .blog-text p {
  color: #c7c5db;
  padding-bottom: 25px;
}
.gt-blog-thumb-post .blog-text .read_more {
  z-index: 1;
  color: #fff;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 38px;
  position: relative;
  border-radius: 40px;
  display: inline-block;
  background: var(--gt-gradient-1);
}
.gt-blog-thumb-post .blog-text .read_more:before {
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 0%;
  position: absolute;
  border-radius: 40px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-blog-thumb-post .blog-text .read_more {
    padding: 12px 28px;
  }
}
.gt-blog-thumb-post .blog-text .read_more:hover {
  color: #000;
}
.gt-blog-thumb-post .blog-text .read_more:hover:before {
  height: 100%;
}
.gt-blog-thumb-post .text-content {
  max-width: 485px;
}

.gt-blog-item {
  margin-bottom: 40px;
}
.gt-blog-item .blog-text {
  border-radius: 20px;
  padding: 45px 40px 40px;
  background-color: #f1ebe4;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-blog-item .blog-text {
    padding: 30px 20px 30px;
  }
}
.gt-blog-item .blog-text .blog-meta {
  color: #535ee0;
  font-size: 16px;
  font-weight: 800;
}
.gt-blog-item .blog-text .blog_title {
  color: #183153;
  font-size: 28px;
  font-weight: 800;
  padding-bottom: 15px;
}
.gt-blog-item .blog-text .blog_title a {
  width: 100%;
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(
    transparent calc(100% - 1px),
    currentColor 1px
  );
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gt-blog-item .blog-text .blog_title a:hover {
  color: inherit;
  background-size: 100% 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-blog-item .blog-text .blog_title {
    font-size: 24px;
  }
}
.gt-blog-item .blog-author {
  gap: 15px;
  padding-left: 55px;
}
.gt-blog-item .blog-author .inner-img {
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 100%;
}
.gt-blog-item .blog-author .inner-text {
  color: #535ee0;
  font-size: 17px;
  font-weight: 800;
}
.header-nav {
  justify-content: center !important;
}
.header-nav li.menu-item {
  margin: 0px 35px;
}

.header-nav li.menu-item a {
  font-weight: 700;
  font-size: 16px;
  color: black !important;
}
.header-cta-btn {
  border-radius: 40px;
  padding-right: 45px;
  background: var(--gt-gradient-1);
}
.header-cta-btn a {
  color: #fff;
  font-weight: 800;
  display: inline-block;
  padding: 20px 20px 20px 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-cta-btn {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .header-cta-btn {
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-cta-btn a {
    padding: 15px 15px 15px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .header-cta-btn a {
    display: none;
  }
}
.header-cta-btn a span {
  line-height: 1;
  margin-left: 5px;
  position: relative;
  display: inline-block;
  font-size: 18px;
}
.header-cta-btn a span:before {
  left: 0;
  right: 0;
  width: 0%;
  bottom: 0;
  content: "";
  height: 1px;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: #b890f8;
}
.header-cta-btn a i {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.header-cta-btn a:hover span:before {
  width: 100%;
}
header-cta-btn a:hover i {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.header-cta-btn button {
  padding: 0;
  color: #fff;
  border: none;
  background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .header-cta-btn button {
    padding: 8px 25px;
  }
}
.gt-testimonial-section {
  z-index: 1;
  overflow: hidden;
}
.gt-testimonial-section .gt-testimonial-shape1 {
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-testimonial-section .gt-testimonial-shape1 {
    display: none;
  }
}
.gt-testimonial-section .gt-testimonial-shape2 {
  top: 0;
  right: 0;
  z-index: -1;
}

.gt-testimonial-text-area {
  max-width: 480px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-testimonial-text-area {
    max-width: 450px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-testimonial-text-area {
    max-width: 800px;
  }
}

.gt-testimonial-slider-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-testimonial-slider-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.gt-testimonial-slider {
  width: 100%;
  height: 450px;
  max-width: 680px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-testimonial-slider {
    max-width: 740px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-testimonial-slider {
    margin-top: 80px;
  }
}
.gt-testimonial-slider .testimonial-btn {
  bottom: 0;
  right: -30px;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-testimonial-slider .testimonial-btn {
    right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-testimonial-slider .testimonial-btn {
    left: 0;
    right: 0;
    gap: 15px;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .gt-testimonial-slider .testimonial-btn {
    bottom: -80px;
  }
}
.gt-testimonial-slider .testimonial-btn div a {
  width: 53px;
  height: 53px;
  color: #1a1e21;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f0f0f0;
}
.gt-testimonial-slider .testimonial-btn div a:hover {
  color: #fff;
  background-color: #4700e8;
}
.gt-testimonial-slider .choose_slider_items li {
  text-align: left;
  max-width: 595px;
}
@media (max-width: 767px) {
  .gt-testimonial-slider .choose_slider_items li {
    max-width: 100%;
  }
}
.gt-testimonial-slider .choose_slider_items .current_item {
  left: 0px;
  top: 0px;
  right: 0;
}
.gt-testimonial-slider
  .choose_slider_items
  .current_item
  .gt-testimonial-innerbox-item
  .gt-testimonial-img {
  opacity: 1;
  left: -55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-testimonial-slider
    .choose_slider_items
    .current_item
    .gt-testimonial-innerbox-item
    .gt-testimonial-img {
    left: 0;
  }
}
.gt-testimonial-slider .choose_slider_items .next_item {
  top: 150px;
  left: 40px;
  opacity: 1;
  right: -40px;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.gt-testimonial-slider
  .choose_slider_items
  .next_item
  .gt-testimonial-innerbox-item {
  background: #f1ebe4;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gt-testimonial-slider .choose_slider_items .next_item {
    top: 100px;
  }
}
@media (max-width: 767px) {
  .gt-testimonial-slider .choose_slider_items .next_item {
    opacity: 0;
  }
}
.gt-testimonial-slider .choose_slider_items .previous_item {
  top: 0px;
  left: 35px;
  z-index: 0;
  opacity: 0;
  right: -30px;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.gt-testimonial-slider .choose_slider_items .previous_hidden,
.gt-testimonial-slider .choose_slider_items .next_hidden {
  top: 0;
  left: 0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.gt-testimonial-innerbox-item {
  border-radius: 20px;
  padding: 50px 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  /* background: #4700e8; */
  background: var(--gt-gradient-1);
}
@media (max-width: 767px) {
  .gt-testimonial-innerbox-item {
    padding: 30px 20px;
  }
}
.gt-testimonial-innerbox-item .gt-testimonial-img {
  left: 0px;
  top: -35px;
  opacity: 0;
  width: 125px;
  height: 125px;
  overflow: hidden;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .gt-testimonial-innerbox-item .gt-testimonial-img {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 767px) {
  .gt-testimonial-innerbox-item .gt-testimonial-img {
    height: 80px;
    width: 80px;
    position: static;
    margin-bottom: 10px;
  }
}
.gt-testimonial-innerbox-item .gt-testimonial-text p {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.684;
}
.gt-testimonial-innerbox-item .gt-testimonial-meta-rate {
  margin-top: 24px;
}
.gt-testimonial-innerbox-item
  .gt-testimonial-meta-rate
  .gt-testimonial-meta
  h3 {
  line-height: 1;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  background-color: #fff;
  padding: 13px 40px 13px 20px;
  border-radius: 30px 30px 30px 0px;
}
@media (max-width: 767px) {
  .gt-testimonial-innerbox-item
    .gt-testimonial-meta-rate
    .gt-testimonial-meta
    h3 {
    font-size: 18px;
    padding: 8px 40px 8px 20px;
  }
}
.gt-testimonial-innerbox-item
  .gt-testimonial-meta-rate
  .gt-testimonial-meta
  span {
  top: -1px;
  color: #000000;
  line-height: 1;
  font-size: 15px;
  position: relative;
  display: inline-block;
  padding: 8px 15px 10px;
  background-color: #fff;
  border-radius: 0px 0px 20px 20px;
}
@media (max-width: 767px) {
  .gt-testimonial-innerbox-item
    .gt-testimonial-meta-rate
    .gt-testimonial-meta
    span {
    top: -4px;
    font-size: 13px;
    padding: 5px 15px;
  }
}
.gt-testimonial-innerbox-item .gt-testimonial-meta-rate .gt-testimonial-rate {
  text-align: center;
}
.gt-testimonial-innerbox-item .gt-testimonial-meta-rate .gt-testimonial-rate i {
  color: #f8c245;
}
.gt-footer-gallery {
  margin: 0 auto;
  max-width: 1920px;
}

.gt-gallery-img {
  position: relative;
}
/* .gt-gallery-img:before {
  top: 0;
  right: 0;
  left: auto;
  width: 0%;
  opacity: 0.7;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--gt-gradient-1);
} */
.gt-gallery-img i {
  left: 0;
  right: 0;
  top: 70%;
  z-index: 2;
  opacity: 0;
  color: #fff;
  text-align: center;
  font-size: 30px;
  position: absolute;
  visibility: hidden;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* .gt-gallery-img:hover:before {
  left: 0;
  right: auto;
  width: 100%;
} */
/* .gt-gallery-img:hover i {
  top: 50%;
  opacity: 1;
  visibility: visible;
} */

.gt-footer-widget .widget-title {
  color: #183153;
  font-size: 28px;
  font-weight: 800;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 12px;
  display: inline-block;
}
.gt-footer-widget .widget-title:before {
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  content: "";
  position: absolute;
  border-radius: 30px;
  background: var(--gt-gradient-1);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-footer-widget .menu-widget {
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
  }
}
.gt-footer-widget .menu-widget li {
  font-size: 20px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-footer-widget .menu-widget li {
    font-size: 15px;
  }
}
.gt-footer-widget .menu-widget li a {
  padding-left: 28px;
  position: relative;
}
.gt-footer-widget .menu-widget li a:after {
  left: 0;
  right: 0;
  width: 0%;
  height: 1px;
  content: "";
  bottom: -3px;
  margin: 0 auto;
  position: absolute;
  background: var(--gt-gradient-1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.gt-footer-widget .menu-widget li a:before {
  top: 0;
  left: 0;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  background: var(--gt-gradient-1);
  font-family: "Font Awesome 5 Free";
}
.gt-footer-widget .menu-widget li a:hover {
  color: #4300e7;
}
.gt-footer-widget .menu-widget li a:hover:after {
  width: 100%;
}
.gt-footer-widget .cta-widget {
  padding-top: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-footer-widget .cta-widget {
    padding-top: 20px;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
  }
}
.gt-footer-widget .cta-widget .cta-widget-content {
  max-width: 220px;
}
.gt-footer-widget .cta-widget .cta-widget-content li {
  font-weight: 800;
  margin-bottom: 5px;
}
.gt-footer-widget .cta-widget .cta-widget-content li i {
  color: #434cda;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-footer-widget .cta-widget .cta-widget-content li i {
    font-size: 13px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-footer-widget .cta-widget .cta-widget-content li {
    font-size: 15px;
  }
}
.gt-footer-widget .cta-widget .cta-widget-content .footer-social {
  margin-top: 25px;
}
.gt-footer-widget .cta-widget .cta-widget-content .footer-social a {
  font-size: 20px;
  margin-right: 30px;
}
.gt-footer-widget .cta-widget .cta-widget-content .footer-social a:hover {
  color: #4300e7;
}

.gt-footer-instagram-item {
  margin: 0 auto;
  max-width: 1120px;
}
.gt-footer-instagram-item li {
  width: 200px;
  height: 135px;
  overflow: hidden;
  margin: 0px 10px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .gt-footer-instagram-item li {
    width: 100px;
    height: 65px;
    margin: 0px 5px;
  }
}
.gt-footer-instagram-item li a {
  width: 100%;
  display: block;
  position: relative;
}
.gt-footer-instagram-item li a:after {
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  opacity: 0.7;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--gt-gradient-1);
}
.gt-footer-instagram-item li a span {
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
}
.gt-footer-instagram-item li a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gt-footer-instagram-item li a:hover span {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.gt-footer-copyright {
  color: #183153;
  font-size: 17px;
  font-weight: 800;
  padding: 30px 0px;
}

.gt-footer-section-2 {
  background-color: #1a1b1d;
}

.gt-footer-widget-area-2 {
  gap: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-footer-widget-area-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

.gt-footer-widget-2.about-widget {
  width: 100%;
  max-width: 420px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-footer-widget-2.about-widget {
    text-align: center;
  }
}
.gt-footer-widget-2.about-widget .brand-logo {
  margin-bottom: 20px;
}
.gt-footer-widget-2.about-widget .brand-logo a {
  width: 100%;
  display: block;
}
.gt-footer-widget-2.about-widget p {
  color: #7f7f7f;
  line-height: 1.529;
  padding-bottom: 30px;
}
.gt-footer-widget-2.about-widget .footer-social a {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  margin-right: 30px;
}
.gt-footer-widget-2.about-widget .footer-social a i {
  margin-right: 8px;
}
.gt-footer-widget-2.about-widget .footer-social a:hover {
  color: #7900fb;
}
.gt-footer-widget-2.menu-widget {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 785px;
  padding-top: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-footer-widget-2.menu-widget {
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.gt-footer-widget-2.menu-widget li {
  margin-bottom: 12px;
}
.gt-footer-widget-2.menu-widget li a {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  padding-left: 25px;
  position: relative;
}
.gt-footer-widget-2.menu-widget li a:before {
  left: 0;
  top: -6px;
  color: #7200f8;
  content: "\f178";
  font-weight: 900;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-family: "Font Awesome 5 Free";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.gt-footer-widget-2.menu-widget li a:hover {
  color: #7900fb;
}
.gt-footer-widget-2.menu-widget li a:hover:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.gt-footer-newslatter {
  gap: 20px 55px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-footer-newslatter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
.gt-footer-newslatter:before {
  top: 0;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #232426;
}
.gt-footer-newslatter:after {
  top: 0;
  left: 42%;
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #232426;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-footer-newslatter:after {
    display: none;
  }
}

.gt-footer-newslatter .gt-gallery-img {
  height: 87px;
  width: 112px;
  overflow: hidden;
  border-radius: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-footer-newslatter .gt-gallery-img {
    width: 90px;
  }
}
.gt-footer-newslatter .footer-gallery li {
  margin: 5px;
}
.gt-footer-newslatter .newslatter-forms {
  width: 100%;
  max-width: 395px;
}
.gt-footer-newslatter .newslatter-forms .widget-title {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  padding-bottom: 10px;
}
.gt-footer-newslatter .newslatter-forms form {
  position: relative;
}
.gt-footer-newslatter .newslatter-forms input {
  width: 100%;
  height: 55px;
  border: none;
  padding-left: 15px;
  border-radius: 5px;
  background-color: #fff;
}
.gt-footer-newslatter .newslatter-forms button {
  top: 0;
  right: 0;
  color: #fff;
  width: 135px;
  border: none;
  height: 55px;
  font-size: 16px;
  font-weight: 800;
  position: absolute;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--gt-gradient-1);
}
@media (max-width: 480px) {
  .gt-footer-newslatter .newslatter-forms button {
    width: 105px;
  }
}
.gt-footer-newslatter .newslatter-forms button:hover {
  letter-spacing: 2px;
}
.gt-footer-newslatter .newslatter-forms-cta {
  width: 100%;
  gap: 30px 50px;
  max-width: 700px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-footer-newslatter .newslatter-forms-cta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.gt-footer-newslatter .newslatter-forms-cta .footer-cta-area {
  max-width: 255px;
}
.gt-footer-newslatter .newslatter-forms-cta .footer-cta-area a {
  width: 100%;
  color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 800;
  margin-bottom: 10px;
}
.gt-footer-newslatter .newslatter-forms-cta .footer-cta-area a i {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  margin-right: 10px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--gt-gradient-1);
}

.gt-footer-copyright-2 {
  padding: 30px 0px;
}
.gt-footer-copyright-2 p {
  color: #fff;
  font-weight: 800;
}
.gt-footer-copyright-2 p a {
  color: #7200f8;
}

.gt-footer-content-warpper {
  width: 100%;
  max-width: 1285px;
}

.gt-footer-newslatter-4 {
  gap: 20px 30px;
  padding: 35px 75px;
  background-color: #281963;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-footer-newslatter-4 {
    padding: 35px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-footer-newslatter-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.gt-footer-newslatter-4 .newsletter-text-4 h3 {
  color: #fff;
  font-weight: 900;
  font-size: 42px;
  max-width: 590px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-footer-newslatter-4 .newsletter-text-4 h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-footer-newslatter-4 .newsletter-text-4 h3 {
    max-width: 100%;
  }
}
.gt-footer-newslatter-4 .newsletter-form-4 {
  width: 100%;
  max-width: 445px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-footer-newslatter-4 .newsletter-form-4 {
    max-width: 100%;
  }
}
.gt-footer-newslatter-4 .newsletter-form-4 input {
  width: 100%;
  height: 60px;
  padding-left: 22px;
  border-radius: 15px;
  background-color: #fff;
  border: none;
}
.gt-footer-newslatter-4 .newsletter-form-4 input::-webkit-input-placeholder {
  color: #4f4e54;
}
.gt-footer-newslatter-4 .newsletter-form-4 input::-moz-placeholder {
  color: #4f4e54;
}
.gt-footer-newslatter-4 .newsletter-form-4 input:-ms-input-placeholder {
  color: #4f4e54;
}
.gt-footer-newslatter-4 .newsletter-form-4 input::-ms-input-placeholder {
  color: #4f4e54;
}
.gt-footer-newslatter-4 .newsletter-form-4 input::placeholder {
  color: #4f4e54;
}
.gt-footer-newslatter-4 .newsletter-form-4 button {
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  padding: 16px 35px;
  border-radius: 10px;
  text-transform: uppercase;
  background: var(--gt-gradient-1);
}

.gt-footer-widget-area-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-footer-widget-area-4 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.gt-footer-widget-content-4 {
  gap: 50px;
  max-width: 970px;
  padding: 80px 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-footer-widget-content-4 {
    gap: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-footer-widget-content-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.gt-footer-widget-4 .widget-title {
  gap: 0px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2b2a30;
  font-size: 24px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
}
.gt-footer-widget-4 .widget-title i {
  width: 100%;
  height: 1px;
  position: relative;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
}
.gt-footer-widget-4 .logo-widget {
  max-width: 380px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-footer-widget-4 .logo-widget {
    max-width: 100%;
  }
}
.gt-footer-widget-4 .logo-widget p {
  font-size: 16px;
  padding: 25px 0px 35px;
}
.gt-footer-widget-4 .logo-widget .footer-social a {
  color: #fff;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 14px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #454753;
}
.gt-footer-widget-4 .logo-widget .footer-social a:hover {
  background-color: #4300e7;
}
.gt-footer-widget-4 .menu-widget {
  max-width: 530px;
  padding-right: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-footer-widget-4 .menu-widget {
    max-width: 100%;
  }
}
.gt-footer-widget-4 .menu-widget li {
  width: 32.33%;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .gt-footer-widget-4 .menu-widget li {
    width: 100%;
  }
}
.gt-footer-widget-4 .menu-widget li a {
  color: #2b2a30;
  font-size: 16px;
  padding-left: 15px;
  position: relative;
}
.gt-footer-widget-4 .menu-widget li a:before {
  left: 0;
  top: -5px;
  color: #4400e7;
  font-size: 18px;
  content: "\f105";
  font-weight: 300;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Font Awesome 5 Free";
}
.gt-footer-widget-4 .menu-widget li a:hover {
  color: #4400e7;
  font-weight: 700;
}
.gt-footer-widget-4 .menu-widget li a:hover:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gt-footer-copyright-text-4 {
  color: #2b2a30;
  padding: 15px 0px;
  background-color: #d3dfe9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-footer-img-4 {
    display: none;
  }
}
.gt-footer-img-4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gt-footer-section-6 {
  z-index: 1;
  overflow: hidden;
}
.gt-footer-section-6 .gt-footer-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.gt-footer-section-6 .gt-footer-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gt-footer-section-6 .background_overlay {
  z-index: -1;
  background-color: rgba(8, 12, 18, 0.95);
}
.gt-footer-section-6 .footer-copyright {
  padding: 20px 0px;
  color: rgba(255, 255, 255, 0.7);
}

.gt-footer-content-6 {
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .gt-footer-content-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.gt-footer-widget-6 .logo-widget {
  max-width: 385px;
}
.gt-footer-widget-6 .logo-widget p {
  color: #fff;
  padding: 30px 0px 40px;
}
.gt-footer-widget-6 .logo-widget .footer-social {
  gap: 18px;
}
.gt-footer-widget-6 .logo-widget .footer-social a {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--gt-base-or);
  background-color: #333636;
}
.gt-footer-widget-6 .logo-widget .footer-social a:hover {
  color: #fff;
  background-color: var(--gt-base-or);
}

.gt-footer-cta-6 h2 {
  color: #2c3138;
  font-weight: 800;
  font-size: 170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gt-footer-cta-6 h2 {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gt-footer-cta-6 h2 {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .gt-footer-cta-6 h2 {
    display: none;
  }
}

.gt-footer-cta-info {
  gap: 30px;
  max-width: 550px;
}
@media (max-width: 767px) {
  .gt-footer-cta-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.gt-footer-cta-info .cta-item-info span {
  font-weight: 500;
  display: block;
  color: rgba(255, 255, 255, 0.7);
}
.gt-footer-cta-info .cta-item-info a {
  color: #fff;
  display: block;
  font-size: 26px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gt-footer-cta-info .cta-item-info a {
    font-size: 18px;
  }
}
.gt-footer-cta-info .cta-item-info a:hover {
  color: var(--gt-base-or);
}
ul li {
  list-style: none;
}
.elementor-icon-list-icon i {
  color: #434cda;
  transition: color 0.3s;
}
.elementor-icon-list-icon {
  padding-right: 2px;
}
.elementor-icon-list-text {
  font-size: 18px;
  font-weight: 800;
}
.copyright-footer {
  font-size: 18px;
  font-weight: bold;
}
.elementor-background-overlay-left {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url("https://themexriver.com/wp/goyto/wp-content/uploads/2024/03/shape-3.webp");
  background-position: center right;
  background-repeat: no-repeat;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-background-overlay-right {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background-image: url("https://themexriver.com/wp/goyto/wp-content/uploads/2024/03/shape-2.webp");
  background-position: center left;
  background-repeat: no-repeat;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: -1;
}
.home1-banner-bottom
  .filter-wrapper
  .filter-group
  form
  .filter-area
  .single-search-box
  .icon
  svg {
  fill: rgb(67, 0, 231) !important;
}
.home1-banner-bottom
  .filter-wrapper
  .filter-group
  form
  .filter-area
  .single-search-box
  .searchbox-input
  .custom-select-dropdown
  .select-input
  input {
  box-shadow: none !important;
}
.home1-banner-bottom
  .filter-wrapper
  .filter-group
  form
  .filter-area
  .single-search-box {
  width: 100%;
}
.home1-banner-bottom
  .filter-wrapper
  .filter-group
  form
  .filter-area
  .single-search-box
  .searchbox-input
  .custom-select-dropdown
  .custom-select-wrap
  .custom-select-search-area
  i {
  color: rgb(67, 0, 231) !important;
}
.filter-area
  .single-search-box
  .searchbox-input
  .custom-select-dropdown
  .custom-select-wrap
  .option-list
  li
  .tour
  span {
  background-color: rgb(67, 0, 231) !important;
}
.section-z-index {
  z-index: 999;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-why-choose-img-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-why-choose-img-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static !important;
  }
}
.gt-explore-event-item {
  max-width: 398px;
  border-radius: 15px;
  margin-bottom: 30px;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  (max-width: 480px) {
  .gt-explore-event-item {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.gt-explore-event-item .explore-img-text-area {
  padding: 20px;
}
.gt-explore-event-item .explore-img-area .inner-img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.gt-explore-event-item .explore-img-area .inner-img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
}
.gt-explore-event-item .explore-img-area .inner-img img {
  height: 259px;
  object-fit: cover;
  width: 100%;
}
.gt-explore-event-item .explore-img-area .inner-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gt-gradient-1);
  opacity: 0;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  border-radius: 6px;
  z-index: 2;
}
.gt-explore-event-item .explore-img-area .ex-location-rate {
  left: 0;
  right: 0;
  top: 25px;
  width: 90%;
  z-index: 2;
  margin: 0 auto;
}
.gt-explore-event-item .explore-img-area .ex-location-rate span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  padding: 7px 15px;
  border-radius: 30px;
  display: flex;
  background: var(--gt-gradient-1);
}
.gt-explore-event-item .explore-img-area .ex-location-rate li {
  color: #000000;
  font-size: 15px;
}
.gt-explore-event-item .explore-meta {
  gap: 10px;
  margin: 0 auto;
  max-width: 85%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 25px;
  margin-bottom: 25px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #252525;
}
.gt-explore-event-item .explore-meta span {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  (max-width: 480px) {
  .gt-explore-event-item .explore-meta {
    padding: 10px 15px;
  }
  .gt-explore-event-item .explore-meta span {
    font-size: 13px;
  }
}
.gt-explore-event-item .exp_title {
  font-size: 20px;
  font-weight: 800;
  padding-left: 15px;
  height: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  (max-width: 480px) {
  .gt-explore-event-item .exp_title {
    font-size: 24px;
  }
}
.gt-explore-event-item .explore-price-btn {
  padding: 15px 35px;
  border-top: 2px solid #f6f6f6;
}
.gt-explore-event-item .explore-price-btn .ex-price span {
  font-size: 15px;
  font-weight: 500;
}
.gt-explore-event-item .explore-price-btn .ex-price h3 {
  line-height: 1;
  font-size: 22px;
  font-weight: 800;
}
.gt-explore-event-item .explore-price-btn .ex_more {
  font-size: 15px;
  font-weight: 800;
  padding: 15px;
  background-color: var(--secondColor);
  color: white;
  border-radius: 25px;
}
.gt-explore-event-item:hover {
  border: 2px solid #4700e9;
}
.gt-explore-event-item:hover .explore-img-area .inner-img img {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.gt-explore-event-item:hover .explore-img-area .inner-img:before {
  opacity: 0.3;
  -webkit-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}
.gt-explore-event-item .explore-img-area .ex-location-rate ul li a {
  color: white;
}
.gt-explore-event-item .explore-img-area .ex-location-rate ul li {
  margin: 0 10px;
}
.gt-explore-event-item .explore-img-area .ex-location-rate ul {
  margin: 0;
}
.gt-explore-event-item .explore-price-btn .ex-price h3 span {
  font-weight: bold;
  font-size: 22px;
}

.gt-fv-discount {
  gap: 30px;
}
@media (max-width: 480px) {
  .gt-fv-discount {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.gt-fv-discount .inner-amount {
  width: 139px;
  height: 132px;
  border-radius: 15px;
  background: var(--gt-gradient-1);
}
.gt-fv-discount .amount-value h3 {
  color: #fff;
  font-size: 57px;
  line-height: 1;
  font-weight: 900;
}
.gt-fv-discount .amount-value h3 sub {
  bottom: 0;
  font-size: 30px;
  font-weight: 600;
}
.gt-fv-discount .amount-value span {
  color: #fff;
  line-height: 1;
  font-size: 31px;
  font-weight: 900;
}
.gt-fv-discount .inner-text {
  font-size: 22px;
  font-weight: 700;
  max-width: 310px;
  line-height: 1.3;
  font-style: italic;
}
.gt-fv-discount .inner-text a {
  text-decoration: underline;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-fv-discount .inner-text {
    max-width: 250px;
  }
}
.gt-explor-visit-info h3 {
  font-size: 18px;
  font-weight: 900;
  padding-bottom: 8px;
}
.gt-explor-visit-info h4 {
  font-size: 37px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-explor-visit-info h4 {
    font-size: 26px;
  }
}
.gt-explor-visit-info h4 span {
  font-weight: 900;
  margin-right: 10px;
}
.gt-explor-visit-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gt-explor-visit-info ul li {
  width: 45%;
  font-size: 19wpx;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-explor-visit-info ul li {
    width: 100%;
  }
}
.gt-explor-visit-info ul li i {
  margin-right: 10px;
  background: var(--gt-gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}
.gt-btn-2 a {
  z-index: 1;
  color: #fff;
  font-size: 19px;
  overflow: hidden;
  font-weight: 800;
  padding: 13px 42px;
  border-radius: 50px;
  position: relative;
  display: inline-block;
  background: var(--gt-gradient-1);
}
.gt-btn-2 a:before {
  left: 0;
  top: 0;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 0%;
  content: "";
  border-radius: 50px;
  position: absolute;
  background-color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.gt-btn-2 a:hover:before {
  top: auto;
  height: 100%;
  bottom: 0;
}
.gt-favorite-place-section .gt-favorite-place-img {
  top: 0;
  right: 0;
  width: 41%;
  z-index: -1;
  height: 100%;
}
.gt-favorite-place-section .gt-favorite-place-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-favorite-place-section .gt-favorite-place-img {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-favorite-place-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.gt-explor-item {
  margin: 0 auto;
  overflow: hidden;
  max-width: 290px;
  border-radius: 20px;
}
.gt-explor-item .item-img-price {
  position: relative;
  margin: 0;
}
.wpte_trip-details-btn-wrap .category-trip-loc.ex-location {
  top: 0 !important;
}

.gt-explor-item .item-img-price:before {
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 0%;
  content: "";
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(5%, #4d00eb),
    to(rgba(67, 0, 231, 0))
  );
  background-image: linear-gradient(
    to top,
    #4d00eb 5%,
    rgba(67, 0, 231, 0) 100%
  );
}
.gt-explor-item .item-img-price .inner-price {
  top: 25px;
  left: 25px;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 5px 20px;
  position: absolute;
  border-radius: 30px;
  background: var(--gt-gradient-1);
}
.gt-explor-item .item-img-price .inner-img {
  overflow: hidden;
}
.gt-explor-item .item-img-price .inner-img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 293px;
  object-fit: cover;
  width: 100%;
}
.gt-explor-item .item-text-area {
  z-index: 2;
  position: relative;
  background-color: #f9f9f9;
  padding: 0px 25px 30px 25px;
}
.gt-explor-item .item-text-area .ex-location {
  top: -17px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 5px 20px;
  position: relative;
  border-radius: 30px;
  display: inline-block;
  background: var(--gt-gradient-1);
}
.gt-explor-item .item-text-area .ex_title {
  font-size: 22px;
  font-weight: 800;
  padding-bottom: 15px;
  border-bottom: 2px solid #f1f1f1;
}
.gt-explor-item .item-text-area .ex_title a {
  width: 100%;
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(
    transparent calc(100% - 1px),
    currentColor 1px
  );
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gt-explor-item .item-text-area .ex_title a:hover {
  color: inherit;
  background-size: 100% 100%;
}
.gt-explor-item .item-text-area .ex-review {
  margin-top: 8px;
}
.gt-explor-item .item-text-area .ex-review li {
  color: #000000;
  font-size: 12px;
}
.gt-explor-item .item-text-area .ex-review span {
  font-size: 13px;
  font-weight: 800;
}
.gt-explor-item.ver_2 {
  max-width: 396px;
}
.gt-explor-item.ver_2 .item-text-area {
  background-color: #fff;
}
.gt-explor-item:hover .item-img-price:before {
  height: 100%;
}
.gt-explor-item:hover .item-img-price .inner-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-explor-nav {
    gap: 15px;
    margin-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.gt-explor-nav .gt-explor-prev,
.gt-explor-nav .gt-explor-next {
  top: 40%;
  z-index: 1;
  width: 88px;
  height: 88px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #000000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-explor-nav .gt-explor-prev,
  .gt-explor-nav .gt-explor-next {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-explor-nav .gt-explor-prev,
  .gt-explor-nav .gt-explor-next {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.gt-explor-nav .gt-explor-prev:before,
.gt-explor-nav .gt-explor-next:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: var(--gt-gradient-1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.gt-explor-nav .gt-explor-prev:hover,
.gt-explor-nav .gt-explor-next:hover {
  color: #fff;
}
.gt-explor-nav .gt-explor-prev:hover:before,
.gt-explor-nav .gt-explor-next:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gt-explor-nav .gt-explor-prev {
  left: -120px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-explor-nav .gt-explor-prev {
    left: -70px;
  }
}
.gt-explor-nav .gt-explor-next {
  right: -120px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .gt-explor-nav .gt-explor-next {
    right: -70px;
  }
}
.gt-explor-item.ver_2 {
  max-width: 396px;
}
.gt-explor-item .item-img-price h3 span {
  color: white;
}
.gt-explor-item .item-text-area .ex-location ul {
  margin: 0;
}
.gt-explor-item .item-text-area .ex-location ul li {
  margin: 0 10px;
}
.gt-explor-item .item-text-area .ex-location ul li a {
  color: white;
}
.gt-explor-item .item-text-area .ex-location {
  display: -webkit-inline-box;
}
.gt-explor-item .item-img-price .inner-price h6 {
  color: white;
}
.gt-blog-section {
  overflow: hidden;
}

.gt-blog-list-item {
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
  border: 1px solid #d5d5d6;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .gt-blog-list-item {
    padding: 20px 15px;
  }
}
.gt-blog-list-item .gt-blog-img {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.gt-blog-list-item .gt-blog-img .item-img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 340px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .gt-blog-list-item .gt-blog-img .item-img {
    height: 250px;
  }
  .gt-blog-list-item .gt-blog-img .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.gt-blog-list-item .play-icon {
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gt-blog-list-item .play-icon a {
  color: #fff;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--gt-gradient-1);
}
.gt-blog-list-item .blog-item-arrow .nav-arrow {
  top: 50%;
  z-index: 1;
  width: 62px;
  height: 62px;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: rgba(255, 255, 255, 0.4);
}
.gt-blog-list-item .blog-item-arrow .nav-arrow:hover {
  color: #fff;
  background-color: var(--gt-button);
}
.gt-blog-list-item .blog-item-arrow .gt-blog-button-prev {
  left: 30px;
}
.gt-blog-list-item .blog-item-arrow .gt-blog-button-next {
  right: 30px;
}
.gt-blog-list-item .blog-meta-author {
  margin-bottom: 20px;
  margin-top: 20px;
  gap: 15px;
}
.gt-blog-list-item .blog-author .inner-img {
  width: 44px;
  height: 44px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 100%;
}
.gt-blog-list-item .blog-author .inner-text {
  color: #111010;
  font-size: 16px;
  font-weight: 500;
}
.gt-blog-list-item .blog-meta a {
  margin-right: 38px;
  position: relative;
}
.gt-blog-list-item .blog-meta a:last-child {
  margin-right: 0;
}
.gt-blog-list-item .blog-meta a:last-child:before {
  display: none;
}
.gt-blog-list-item .blog-meta a:before {
  top: -3px;
  width: 1px;
  right: -20px;
  height: 24px;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
}
.gt-blog-list-item .blog-meta a i {
  margin-right: 5px;
  background: var(--gt-gradient-1);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gt-blog-list-item .blog-text-wrap .blog_title {
  color: #363539;
  font-size: 32px;
  font-weight: 800;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .gt-blog-list-item .blog-text-wrap .blog_title {
    font-size: 28px;
  }
}
.gt-blog-list-item .blog-text-wrap .blog_title:hover {
  color: var(--gt-button);
}
.gt-blog-list-item .blog-text-wrap p {
  padding-bottom: 15px;
}
.gt-blog-list-item .blog-text-wrap .read_more {
  color: #4f4e54;
  font-weight: 700;
  display: inline-block;
}
.gt-blog-list-item .blog-text-wrap .read_more span {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 10px 20px 10px 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.gt-blog-list-item .blog-text-wrap .read_more span i {
  color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--gt-button);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gt-blog-list-item .blog-text-wrap .read_more span:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  content: "";
  position: absolute;
  border-radius: 30px;
  background-color: var(--gt-button);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.gt-blog-list-item .blog-text-wrap .read_more span:hover {
  color: #fff;
  padding: 10px 20px 10px 20px;
}
.gt-blog-list-item .blog-text-wrap .read_more span:hover:before {
  width: 100%;
}
.gt-blog-list-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1215686275);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1215686275);
}
.gt-blog-list-item:hover .gt-blog-img .item-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*---------------------------------------------------- */
/*Blog Details */
/*----------------------------------------------------*/
.gt-blog-details-thumb-img {
  overflow: hidden;
  border-radius: 15px;
}
.gt-blog-details-thumb-img img {
  width: 100%;
}

.gt-blog-details-content-wrap .blog-author .inner-img {
  width: 44px;
  height: 44px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 100%;
}
.gt-blog-details-content-wrap .blog-author .inner-text {
  color: #111010;
  font-size: 16px;
  font-weight: 500;
}
.gt-blog-details-content-wrap .blog-meta a {
  font-weight: 500;
  margin-right: 38px;
  position: relative;
}
@media (max-width: 767px) {
  .gt-blog-details-content-wrap .blog-meta a {
    font-size: 14px;
    margin-right: 10px;
  }
}
.gt-blog-details-content-wrap .blog-meta a:last-child {
  margin-right: 0;
}
.gt-blog-details-content-wrap .blog-meta a:last-child:before {
  display: none;
}
.gt-blog-details-content-wrap .blog-meta a:before {
  top: -3px;
  width: 1px;
  right: -20px;
  height: 24px;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .gt-blog-details-content-wrap .blog-meta a:before {
    display: none;
  }
}
.gt-blog-details-content-wrap .blog-meta a i {
  margin-right: 5px;
}

.gt-blog-details-text-wrap h2,
.gt-blog-details-text-wrap h3 {
  color: #363539;
  font-size: 42px;
  font-weight: 800;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .gt-blog-details-text-wrap h2,
  .gt-blog-details-text-wrap h3 {
    font-size: 35px;
  }
}
.gt-blog-details-text-wrap p {
  padding-bottom: 20px;
}
.gt-blog-details-text-wrap h3 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .gt-blog-details-text-wrap h3 {
    font-size: 30px;
  }
}
.gt-blog-details-text-wrap .gt-blog-details-video .item-img {
  overflow: hidden;
  border-radius: 10px;
  display: inline-block;
}
.gt-blog-details-text-wrap .gt-blog-details-video .play-icon {
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gt-blog-details-text-wrap .gt-blog-details-video .play-icon a {
  color: #fff;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--gt-gradient-1);
}
blockquote {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  border-radius: 10px;
  position: relative;
  padding: 40px 40px 35px 70px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(68, 0, 231, 0.05)),
    to(rgba(123, 0, 254, 0.05))
  );
  background: linear-gradient(
    90deg,
    rgba(68, 0, 231, 0.05) 0%,
    rgba(123, 0, 254, 0.05) 100%
  );
}
.gt-blog-details-text-wrap blockquote p {
  padding-bottom: 0;
}
blockquote:before {
  top: 40px;
  left: 20px;
  line-height: 1;
  font-size: 40px;
  content: "\f10d";
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
blockquote cite {
  display: block;
  color: var(--gt-button);
  font-weight: 700;
  padding-top: 20px;
}

.gt-blog-details-double-img .item-img {
  overflow: hidden;
  border-radius: 10px;
  display: inline-block;
}

.gt-blog-share-tag {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.gt-blog-share-tag span {
  color: #363539;
  font-size: 22px;
  font-weight: 600;
  margin-right: 15px;
}
.gt-blog-share-tag .gt-blog-tag a {
  margin: 5px;
  font-size: 14px;
  padding: 5px 25px;
  border-radius: 50px;
  display: inline-block;
  background-color: #f7f7f7;
}
.gt-blog-share-tag .gt-blog-share a {
  width: 36px;
  margin: 5px;
  height: 36px;
  border-radius: 100%;
  display: inline-block;
}

.gt-blog-next-prev-item-area {
  gap: 30px;
  padding: 50px 25px;
  border-radius: 15px;
  background: #f7f7f7;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .gt-blog-next-prev-item-area {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
.gt-blog-next-prev-item-area .gt-blog-next-prev-item {
  gap: 20px;
}
.gt-blog-next-prev-item-area .gt-blog-next-prev-item .inner-img {
  width: 130px;
  height: 130px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
}
.gt-blog-next-prev-item-area .gt-blog-next-prev-item .inner-img:before {
  top: 0;
  opacity: 0.4;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--gt-gradient-1);
}
.gt-blog-next-prev-item-area .gt-blog-next-prev-item .inner-img:after {
  color: #fff;
  left: 0;
  top: 50%;
  right: 0;
  font-size: 40px;
  margin: 0 auto;
  content: "\f137";
  font-weight: 900;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Font Awesome 5 Free";
}
.gt-blog-next-prev-item-area .gt-blog-next-prev-item .inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gt-blog-next-prev-item-area .gt-blog-next-prev-item .inner-text {
  max-width: 190px;
}
.gt-blog-next-prev-item-area .gt-blog-next-prev-item .inner-text span {
  font-size: 14px;
  color: var(--gt-button);
  display: block;
  font-weight: 500;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.gt-blog-next-prev-item-area .gt-blog-next-prev-item .inner-text h3 {
  color: #363539;
  font-size: 18px;
  font-weight: 800;
}
.gt-blog-next-prev-item-area
  .gt-blog-next-prev-item:nth-child(2)
  .inner-img:after {
  content: "\f138";
}
.gt-blog-next-prev-item-area .gt-blog-next-prev-item:hover .inner-img:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gt-blog-next-prev-item-area .gt-blog-next-prev-item:hover .inner-img:after {
  color: #fff;
}

.gt-blog-details-author {
  gap: 30px;
  padding: 30px;
  border-radius: 10px;
  background: var(--gt-gradient-1);
}
.gt-blog-details-author .admin-title-social {
  margin-bottom: 10px;
}
.gt-blog-details-author .inner-img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 100%;
  border: 4px solid #fff;
}
.gt-blog-details-author .inner-text {
  max-width: 515px;
}
.gt-blog-details-author .inner-text h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}
.gt-blog-details-author .inner-text p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.gt-blog-details-author .inner-social {
  margin-top: 15px;
}
.gt-blog-details-author .inner-social a {
  color: #fff;
  margin-right: 15px;
}
.gt-blog-details-author .inner-social a:hover {
  color: #36608c;
}
p.comment-form-cookies-consent {
  display: none;
}
p.form-submit {
  display: none;
}
p.logged-in-as {
  margin-bottom: 20px;
}
.gt-comment-list-wrap .gt-team-details-contact-info .comment-notes {
  margin-bottom: 20px;
}
.gt-comment-list-wrap li {
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 30px 30px 0;
  background-color: #f7f7f7;
}
.gt-comment-list-wrap .children {
  margin-left: 50px;
}
.gt-comment-list-wrap .gt-team-details-contact-info h3 {
  color: #363539;
  font-size: 34px !important;
  font-weight: 700;
}
h3.comments-title {
  color: #363539;
  font-size: 34px;
  font-weight: 700;
  padding-bottom: 20px;
}
.gt-comment-list-wrap .gt-comment-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.gt-comment-list-wrap .gt-comment-item .gt-comment-img {
  width: 78px;
  height: 78px;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 100%;
}
.gt-comment-list-wrap .gt-comment-item .gt-comment-text {
  max-width: 595px;
}
.gt-comment-list-wrap .gt-comment-item .gt-comment-text .author-name-date span {
  display: block;
}
.gt-comment-list-wrap
  .gt-comment-item
  .gt-comment-text
  .author-name-date
  .cm-name {
  color: #363539;
  font-size: 26px;
  font-weight: 600;
}
.gt-comment-list-wrap
  .gt-comment-item
  .gt-comment-text
  .author-name-date
  .cm-date {
  font-weight: 500;
  font-size: 16px;
}
.gt-comment-list-wrap .gt-comment-item .gt-comment-text p {
  color: #363539;
  line-height: 30px;
  max-width: 850px;
  padding: 10px 0px 25px;
}
.gt-comment-list-wrap .gt-comment-item .gt-like-reply {
  top: 0;
  right: 0;
  font-weight: 500;
}
.gt-comment-list-wrap .gt-comment-item .gt-like-reply a {
  font-size: 17px;
}
.gt-comment-list-wrap .children-comment {
  padding-top: 10px;
  margin-bottom: 40px;
}

.gt-team-details-contact-info {
  border-radius: 15px;
  margin-top: 50px;
  padding: 45px 50px;
  background-color: #fff;
  border: 1px solid rgba(6, 13, 55, 0.1019607843);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.0588235294);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.0588235294);
}
.gt-team-details-contact-info h3 {
  color: #363539;
  font-size: 34px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .gt-team-details-contact-info {
    padding: 45px 30px;
  }
}

.gt-team-details-contact-form {
  margin-top: 30px;
}
.gt-team-details-contact-form input,
.gt-team-details-contact-form textarea {
  width: 100%;
  height: 62px;
  border: none;
  padding-left: 20px;
  margin-bottom: 25px;
  border-radius: 30px;
  background: #f7f7f7;
}
.gt-team-details-contact-form input::-webkit-input-placeholder,
.gt-team-details-contact-form textarea::-webkit-input-placeholder {
  color: #4f4e54;
}
.gt-team-details-contact-form input::-moz-placeholder,
.gt-team-details-contact-form textarea::-moz-placeholder {
  color: #4f4e54;
}
.gt-team-details-contact-form input:-ms-input-placeholder,
.gt-team-details-contact-form textarea:-ms-input-placeholder {
  color: #4f4e54;
}
.gt-team-details-contact-form input::-ms-input-placeholder,
.gt-team-details-contact-form textarea::-ms-input-placeholder {
  color: #4f4e54;
}
.gt-team-details-contact-form input::placeholder,
.gt-team-details-contact-form textarea::placeholder {
  color: #4f4e54;
}
.gt-team-details-contact-form textarea {
  padding-top: 20px;
  height: 178px;
  border-radius: 15px;
}
.gt-team-details-contact-form button {
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 700;
  padding: 18px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  background-color: var(--gt-button);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.gt-team-details-contact-form button:hover {
  background-color: #000;
}
.gt-breadcrumb-content {
  padding: 220px 0px 250px;
}
.gt-breadcrumb-section {
  background-color: #b1b1b1;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .gt-breadcrumb-content {
    padding: 180px 0px 140px;
  }
}
@media (max-width: 767px), (max-width: 480px) {
  .gt-breadcrumb-content {
    padding: 150px 0px 120px;
  }
}
.gt-breadcrumb-content h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 900;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .gt-breadcrumb-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px), (max-width: 480px) {
  .gt-breadcrumb-content h2 {
    font-size: 38px;
  }
}
.gt-breadcrumb-content ul {
  left: 0;
  bottom: 0;
  padding: 15px 25px;
  position: absolute;
  border: 5px solid #fff;
  border-bottom: none;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: var(--gt-gradient-1);
  margin-bottom: 0;
}
@media (max-width: 767px), (max-width: 480px) {
  .gt-breadcrumb-content ul {
    padding: 8px 15px;
  }
}
.gt-breadcrumb-content ul li {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0px 17px;
  position: relative;
}
.gt-breadcrumb-content ul li a {
  color: #fff;
}
.gt-breadcrumb-content ul li:before {
  top: 4px;
  right: -28px;
  font-size: 16px;
  content: "\f013";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
.gt-breadcrumb-content ul li:last-child:before {
  display: none;
}
.facility-card {
  background-color: rgba(var(--primary-color1-opc), 0.1);
  border-radius: 10px;
  padding: 13px 22px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.5s;
}
.facility-card.two {
  background-color: rgba(var(--primary-color2-opc), 0.1);
}
.facility-card .icon {
  width: 65px;
  height: 36px;
  border-radius: 50%;
  background-color: white;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
}
.facility-card .icon svg {
  max-width: 26px;
}
.facility-card .content h6 {
  font-size: 17px;
  font-weight: 900;
  line-height: 22px;
  letter-spacing: 0.34px;
  text-transform: capitalize;
  margin-bottom: 0;
  transition: 0.5s;
}
.activities-counter .single-activity .content .number h5 {
  width: auto;
}
.tripadvisor-review ul.rating fePointLight {
  margin-left: 0;
}
.feature-card {
  height: 200px;
}
.gt-contact-page-text-info h2 {
  color: #262b37;
  font-size: 60px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .gt-contact-page-text-info h2 {
    font-size: 30px;
  }
}

.gt-contact-page-info-list {
  border-radius: 10px;
  padding: 45px 50px 10px;
}
@media (max-width: 767px) {
  .gt-contact-page-info-list {
    padding: 45px 30px 10px;
  }
}
.gt-contact-page-info-list .gt-contact-info-item {
  gap: 20px;
  margin-bottom: 30px;
}
.gt-contact-page-info-list .gt-contact-info-item .inner-icon {
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: var(--gt-gradient-1);
}
.gt-contact-page-info-list .gt-contact-info-item .inner-text h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 5px;
}
.gt-contact-page-info-list .gt-contact-info-item .inner-text p {
  color: #fff;
  opacity: 0.8;
  font-size: 18px;
  font-weight: 500;
  max-width: 290px;
}

.gt-contact-page-form {
  padding: 40px 40px;
  border-radius: 15px;
  background: rgb(247, 247, 247);
  border: 1px solid rgba(79, 78, 84, 0.15);
}
@media (max-width: 767px) {
  .gt-contact-page-form {
    margin-top: 40px;
    padding: 45px 15px 40px;
  }
}
.gt-contact-page-form input,
.gt-contact-page-form textarea {
  width: 100%;
  height: 58px;
  padding-left: 30px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid rgba(79, 78, 84, 0.15);
}
.gt-contact-page-form textarea {
  height: 180px;
  padding-top: 20px;
  border-radius: 20px;
}
.gt-contact-page-form button {
  color: #fff;
  width: 100%;
  height: 58px;
  border: none;
  font-weight: 700;
  border-radius: 100px;
  background-color: #4400e7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.gt-contact-page-form button:hover {
  background-color: #000;
}

.gt-contact-page-social {
  gap: 13px;
}
.gt-contact-page-social a {
  width: 25%;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  border-radius: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1.5px solid #3d6ad6;
}
.gt-contact-page-social a:hover {
  color: #fff;
  background-color: #3d6ad6;
}
.gt-contact-page-social a:nth-child(1) {
  color: #3d6ad6;
}
.gt-contact-page-social a:nth-child(1):hover {
  color: #fff;
  background-color: #3d6ad6;
}
.gt-contact-page-social a:nth-child(2) {
  color: #ff0100;
  border: 1.5px solid #ff0100;
}
.gt-contact-page-social a:nth-child(2):hover {
  color: #fff;
  background-color: #ff0100;
}
.gt-contact-page-social a:nth-child(3) {
  color: #ff0000;
  border: 1.5px solid #ff0000;
}
.gt-contact-page-social a:nth-child(3):hover {
  color: #fff;
  background-color: #ff0000;
}
.gt-contact-page-social a:nth-child(4) {
  color: #e60023;
  border: 1.5px solid #e60023;
}
.gt-contact-page-social a:nth-child(4):hover {
  color: #fff;
  background-color: #e60023;
}

.gt-contact-map iframe {
  width: 100%;
  height: 645px;
}
.form-inner label {
  text-align: left;
}
.booking-form-wrap .nav-pills .nav-link {
  font-size: 12px;
}
.booking-form-wrap .nav-pills {
  flex-wrap: inherit;
}
.journey-filters {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: right;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1025px) {
  .journey-filters {
    margin-top: -55px;
  }
}

.journey-filters__mobile-controls {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px 0;
  background-color: #2a3943;
}
@media only screen and (min-width: 1025px) {
  .journey-filters__mobile-controls {
    display: none;
  }
}

.journey-filters__selector {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 20px 0 0;
  height: 55px;
  border: 2px solid white !important;
  border-radius: 4px !important;
  color: #fff !important;
  background-color: transparent !important;
  padding: 2px 30px 0 !important;
  font-size: 12px !important;
  letter-spacing: 1.5px !important;
}
.journey-filters__selector--country {
  text-align: left;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
@media only screen and (min-width: 641px) {
  .journey-filters__selector {
    display: -webkit-inline-box !important;
    display: inline-flex !important
;
    margin: 20px 15px 0;
  }
}
.journey-filters__selector--country-icon,
.journey-filters__selector--country-no-icon {
  height: 70px;
}
.journey-filters__selector--country-icon {
  padding-left: 15px !important;
}
[data-filter-type="country"] .journey-filters__selector {
  color: white !important;
}
.journey-filters a {
  transition: background-color 0.2s ease, border-color 0.2s ease;
  font-weight: 600;
  padding: 1.65rem 2rem 1.4rem;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.2rem;
  position: relative;
  line-height: 1.65;
  font-size: 0.7rem;
  border: 2px solid white;
  background-color: #2a3943;
  color: #fff;
  max-width: 100%;
  cursor: pointer;
  outline: 0;
  backface-visibility: hidden;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
@media only screen and (min-width: 1025px) {
  .journey-filters__desktop-clear-button {
    font-weight: 600;
    display: block;
    margin: 0 2px 3px 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  }
}
.journey-filters__desktop-clear-button {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .journey-filters__container {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  }
}
.journey-filters__container {
  background: var(--journey-filters-background);
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .journey-filters__mobile-button-close {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  .journey-filters__filter-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #36608c;
    -webkit-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
  }
}
.journey-filters__filter-item[data-filter-type="country"]::before {
  background-color: #36608c;
}
@media only screen and (min-width: 1025px) {
  .journey-filters__filter-item:hover::before,
  [data-active-dropdown="adventure"]
    .journey-filters__filter-item[data-filter-type="adventure"]::before,
  [data-active-dropdown="country"]
    .journey-filters__filter-item[data-filter-type="country"]::before,
  [data-active-dropdown="date"]
    .journey-filters__filter-item[data-filter-type="date"]::before,
  [data-active-dropdown="environment"]
    .journey-filters__filter-item[data-filter-type="environment"]::before,
  [data-active-dropdown="focus"]
    .journey-filters__filter-item[data-filter-type="focus"]::before {
    height: 8px;
  }
}

.journey-filters__filter-item-title {
  display: -webkit-box;
  display: flex;
  margin-top: 25px;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .journey-filters__filter-item-title {
    width: auto;
  }
}
.journey-filters__filter-item-title-text {
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
}
.journey-filters__filter-item-icon {
  margin-left: 10px;
  width: 11px;
  height: 11px;
  color: var(--journey-filters-hover);
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}

.journey-filters__filter-item-subtext {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .journey-filters__filter-item-subtext {
    font-weight: 600;
    display: block;
    margin: 15px 0 0;
    font-size: 10.5px;
    color: white;
    letter-spacing: 0.75px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 20px);
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
  }
}
.journey-filters__filter-item-subtext--highlight {
  color: #01b49b;
}
@media only screen and (min-width: 1025px) {
  .journey-filters__filter-item::after {
    height: 1px;
    background-color: transparent;
    transition: background-color 0.2s ease-in-out;
  }
}
.journey-filters__filter-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
@media only screen and (min-width: 1025px) {
  .journey-filters__mobile-button-bar {
    display: none !important;
  }
}
.journey-filters__mobile-button-bar {
  z-index: 2;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px 25px;
  background-color: #505f6a;
}
.journey-filters__filter-item {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 0 15px 0;
  text-align: center;
  cursor: pointer;
  background-color: var(--journey-filters-background);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .journey-filters__filter-item {
    width: 25%;
    border-left: 1px solid #374955;
    border-right: 1px solid #374955;
  }
}
@media only screen and (min-width: 1025px) {
  .journey-filters__filter-item:hover,
  [data-active-dropdown="adventure"]
    .journey-filters__filter-item[data-filter-type="adventure"],
  [data-active-dropdown="country"]
    .journey-filters__filter-item[data-filter-type="country"],
  [data-active-dropdown="date"]
    .journey-filters__filter-item[data-filter-type="date"],
  [data-active-dropdown="environment"]
    .journey-filters__filter-item[data-filter-type="environment"],
  [data-active-dropdown="focus"]
    .journey-filters__filter-item[data-filter-type="focus"] {
    background-color: var(--journey-filters-hover);
    border-top-width: 8px;
  }
}
.journey-filters__filter-dropdown {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 641px) {
  .journey-filters__filter-dropdown {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) {
  .journey-filters__filter-dropdown {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
    max-height: none;
    padding: 10px 40px 30px;
    background-color: var(--journey-filters-hover);
    display: none;
  }
}
.menu-journey-filters-accordion .accordion-item {
  background: var(--journey-filters-background);
}
.menu-journey-filters-accordion .accordion-item a span {
  color: white;
}
#button-contact-vr {
  position: fixed;
  bottom: 0;
  z-index: 99999;
}
/*phone*/
#button-contact-vr .button-contact {
  position: relative;
}
#button-contact-vr .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
.phone-vr-circle-fill {
  width: 55px;
  height: 55px;
  top: 17px;
  left: 17px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}
.phone-vr-img-circle {
  background-color: #e60808;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr-img-circle a {
  display: block;
  line-height: 37px;
}
.phone-vr-img-circle img {
  max-height: 25px;
  max-width: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@-webkit-keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
.phone-bar a {
  position: fixed;
  bottom: 25px;
  left: 30px;
  z-index: -1;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px 7px 50px;
  border-radius: 100px;
  white-space: nowrap;
}
.phone-bar a:hover {
  opacity: 0.8;
  color: #fff;
}
.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
  background-color: var(--journey-filters-background);
}
@media (max-width: 736px) {
  .phone-bar {
    display: none;
  }
}

#zalo-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
}
#zalo-vr .phone-vr-img-circle {
  background-color: #ffffff;
}
#viber-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #714497;
  background-color: rgba(113, 68, 151, 0.8);
}
#viber-vr .phone-vr-img-circle {
  background-color: #714497;
}
#contact-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}
#contact-vr .phone-vr-img-circle {
  background-color: #2196f3;
}

/*css all in one*/
#gom-all-in-one #phone-vr {
  transition: 0.7s all;
  -moz-transition: 0.7s all;
  -webkit-transition: 0.7s all;
}
#gom-all-in-one #zalo-vr {
  transition: 1s all;
  -moz-transition: 1s all;
  -webkit-transition: 1s all;
}
#gom-all-in-one #viber-vr {
  transition: 1.3s all;
  -moz-transition: 1.3s all;
  -webkit-transition: 1.3s all;
}
#gom-all-in-one #contact-vr {
  transition: 1.6s all;
  -moz-transition: 1.6s all;
  -webkit-transition: 1.6s all;
}
#button-contact-vr.active #gom-all-in-one .button-contact {
  margin-left: -100%;
}
#all-in-one-vr .phone-bar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  color: #fff;
  padding: 5px 15px 5px 48px;
  border-radius: 50px;
  margin-left: -64px;
  width: max-content;
  cursor: pointer;
}
#zalo-vr .phone-vr-img-circle img {
  max-width: 71px;
  max-height: 71px;
}
.secondary-btn4 {
  color: white;
}
.tour-plan ul li {
  list-style: initial;
}
.package-details-area .tour-plan .accordion-item .accordion-body ul {
  margin: 0.5em 0 0.5em 3em;
}
.package-details-area .tour-price h3 {
  width: auto;
}
.journey-filters__filter-item[data-filter-type="focus"]::before {
  background-color: #d9ce71;
}
.journey-filters__filter-item[data-filter-type="adventure"]::before {
  background-color: #35c5df;
}
.journey-filters__filter-item[data-filter-type="environment"]::before {
  background-color: #caccd1;
}
.section-menu .section-content {
  z-index: 2;
}
.header-main {
  background-color: #e4e4e74f;
}
.transparent .header-main {
  height: 98px !important;
}
.slider-img {
  position: relative;
  scrollbar-width: none;
  width: 100%;
}
.slider-img:not(.flickity-enabled) > * {
  /* display: inline-block !important; */
  vertical-align: top;
  white-space: normal !important;
}

.slider-img .swiper-container {
  width: 100%;
  height: 100%;
}
.slider_img__flex {
  display: flex;
  align-items: flex-start;
  width: 100%;
  vertical-align: top;
  white-space: normal !important;
}
.slider__col {
  display: flex;
  flex-direction: column;
  width: 150px;
  margin-right: 15px;
}
.slider__prev,
.slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider__prev:focus,
.slider__next:focus {
  outline: none;
}
.slider__thumbs {
  height: 450px;
}
.slider__thumbs .slider__image {
  transition: 0.25s;
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5; */
}
.slider__thumbs .slider__image:hover {
  opacity: 1;
}
.slider__thumbs .swiper-slide-thumb-active .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.slider__images {
  height: 450px;
  width: 100%;
}
.slider__images .slider__image img {
  transition: 3s;
}
.slider__images .slider__image:hover img {
  transform: scale(1.1);
}
.slider__image {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .slider_img__flex {
    flex-direction: column-reverse;
  }
  .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }
  .slider__images {
    width: 100%;
  }
  .slider__thumbs {
    height: 100px;
    width: calc(100% - 96px);
    margin: 0 16px;
  }
  .slider__prev,
  .slider__next {
    height: auto;
    width: 32px;
  }
}
.wpte-gallery-wrapper .wpte-gallery-container {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  padding: 22px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wpte-gallery-wrapper .wte-trip-vidgal-popup-trigger:hover,
.wpte-gallery-wrapper .wte-trip-image-gal-popup-trigger:hover {
  background: var(--gt-gradient-1);
}
.wpte-gallery-wrapper {
  position: relative;
}

.wpte-gallery-wrapper img {
  /* max-width: 100%;
  width: 100%;
  height: auto */
}

.wpte-gallery-wrapper .wpte-gallery-container {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  padding: 22px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wpte-gallery-wrapper .wp-travel-engine-vid-gal-popup {
  margin: 0;
}
.wpte-gallery-wrapper .wpte-gallery-container {
  left: auto;
  right: 0;
}

.wpte-gallery-wrapper .wte-trip-vidgal-popup-trigger,
.wpte-gallery-wrapper .wte-trip-image-gal-popup-trigger {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  padding: 4px 16px;
  background-color: #fff;
  border-radius: 50px;
  text-decoration: none;
  color: rgba(6, 22, 38, 0.8);
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06),
    0px 0px 1px rgba(0, 0, 0, 0.04);
}

.wpte-gallery-wrapper .wte-trip-vidgal-popup-trigger::before,
.wpte-gallery-wrapper .wte-trip-image-gal-popup-trigger::before {
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 8px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.1475 5.3625C16.0335 5.29667 15.9042 5.26202 15.7725 5.26202C15.6408 5.26202 15.5115 5.29667 15.3975 5.3625L12.75 6.6675C12.7286 6.08518 12.4822 5.53385 12.0625 5.12958C11.6429 4.7253 11.0827 4.49961 10.5 4.5H3.75C3.15326 4.5 2.58097 4.73705 2.15901 5.15901C1.73705 5.58097 1.5 6.15326 1.5 6.75V11.25C1.5 11.8467 1.73705 12.419 2.15901 12.841C2.58097 13.2629 3.15326 13.5 3.75 13.5H10.5C11.0827 13.5004 11.6429 13.2747 12.0625 12.8704C12.4822 12.4661 12.7286 11.9148 12.75 11.3325L15.42 12.6675C15.5222 12.7199 15.6351 12.7481 15.75 12.75C15.8904 12.7505 16.0281 12.7115 16.1475 12.6375C16.2556 12.5699 16.3447 12.476 16.4063 12.3644C16.468 12.2529 16.5003 12.1275 16.5 12V6C16.5003 5.87254 16.468 5.74712 16.4063 5.63558C16.3447 5.52404 16.2556 5.43005 16.1475 5.3625ZM11.25 11.25C11.25 11.4489 11.171 11.6397 11.0303 11.7803C10.8897 11.921 10.6989 12 10.5 12H3.75C3.55109 12 3.36032 11.921 3.21967 11.7803C3.07902 11.6397 3 11.4489 3 11.25V6.75C3 6.55109 3.07902 6.36032 3.21967 6.21967C3.36032 6.07902 3.55109 6 3.75 6H10.5C10.6989 6 10.8897 6.07902 11.0303 6.21967C11.171 6.36032 11.25 6.55109 11.25 6.75V11.25ZM15 10.785L12.75 9.66V8.34L15 7.215V10.785Z%27 fill=%27%23061626%27 fill-opacity=%270.8%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.1475 5.3625C16.0335 5.29667 15.9042 5.26202 15.7725 5.26202C15.6408 5.26202 15.5115 5.29667 15.3975 5.3625L12.75 6.6675C12.7286 6.08518 12.4822 5.53385 12.0625 5.12958C11.6429 4.7253 11.0827 4.49961 10.5 4.5H3.75C3.15326 4.5 2.58097 4.73705 2.15901 5.15901C1.73705 5.58097 1.5 6.15326 1.5 6.75V11.25C1.5 11.8467 1.73705 12.419 2.15901 12.841C2.58097 13.2629 3.15326 13.5 3.75 13.5H10.5C11.0827 13.5004 11.6429 13.2747 12.0625 12.8704C12.4822 12.4661 12.7286 11.9148 12.75 11.3325L15.42 12.6675C15.5222 12.7199 15.6351 12.7481 15.75 12.75C15.8904 12.7505 16.0281 12.7115 16.1475 12.6375C16.2556 12.5699 16.3447 12.476 16.4063 12.3644C16.468 12.2529 16.5003 12.1275 16.5 12V6C16.5003 5.87254 16.468 5.74712 16.4063 5.63558C16.3447 5.52404 16.2556 5.43005 16.1475 5.3625ZM11.25 11.25C11.25 11.4489 11.171 11.6397 11.0303 11.7803C10.8897 11.921 10.6989 12 10.5 12H3.75C3.55109 12 3.36032 11.921 3.21967 11.7803C3.07902 11.6397 3 11.4489 3 11.25V6.75C3 6.55109 3.07902 6.36032 3.21967 6.21967C3.36032 6.07902 3.55109 6 3.75 6H10.5C10.6989 6 10.8897 6.07902 11.0303 6.21967C11.171 6.36032 11.25 6.55109 11.25 6.75V11.25ZM15 10.785L12.75 9.66V8.34L15 7.215V10.785Z%27 fill=%27%23061626%27 fill-opacity=%270.8%27/%3E%3C/svg%3E%0A");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.wpte-gallery-wrapper .wte-trip-vidgal-popup-trigger:hover,
.wpte-gallery-wrapper .wte-trip-image-gal-popup-trigger:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.wpte-gallery-wrapper .wp-travel-engine-image-gal-popup {
  margin-right: 16px;
}

.wpte-gallery-wrapper
  .wp-travel-engine-image-gal-popup
  .wte-trip-image-gal-popup-trigger::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2712%27 viewBox=%270 0 16 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.25 0H2.75C2.15326 0 1.58097 0.237053 1.15901 0.65901C0.737053 1.08097 0.5 1.65326 0.5 2.25V9.75C0.5 10.3467 0.737053 10.919 1.15901 11.341C1.58097 11.7629 2.15326 12 2.75 12H13.25C13.8467 12 14.419 11.7629 14.841 11.341C15.2629 10.919 15.5 10.3467 15.5 9.75V2.25C15.5 1.65326 15.2629 1.08097 14.841 0.65901C14.419 0.237053 13.8467 0 13.25 0ZM2.75 10.5C2.55109 10.5 2.36032 10.421 2.21967 10.2803C2.07902 10.1397 2 9.94891 2 9.75V7.935L4.475 5.4675C4.6152 5.33008 4.80369 5.25311 5 5.25311C5.19631 5.25311 5.3848 5.33008 5.525 5.4675L10.5575 10.5H2.75ZM14 9.75C14 9.94891 13.921 10.1397 13.7803 10.2803C13.6397 10.421 13.4489 10.5 13.25 10.5H12.6725L9.815 7.6275L10.475 6.9675C10.6152 6.83008 10.8037 6.75311 11 6.75311C11.1963 6.75311 11.3848 6.83008 11.525 6.9675L14 9.435V9.75ZM14 7.32L12.59 5.9175C12.1625 5.50682 11.5928 5.27747 11 5.27747C10.4072 5.27747 9.83746 5.50682 9.41 5.9175L8.75 6.5775L6.59 4.4175C6.16254 4.00682 5.59277 3.77747 5 3.77747C4.40723 3.77747 3.83746 4.00682 3.41 4.4175L2 5.82V2.25C2 2.05109 2.07902 1.86032 2.21967 1.71967C2.36032 1.57902 2.55109 1.5 2.75 1.5H13.25C13.4489 1.5 13.6397 1.57902 13.7803 1.71967C13.921 1.86032 14 2.05109 14 2.25V7.32Z%27 fill=%27%23061626%27 fill-opacity=%270.8%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2712%27 viewBox=%270 0 16 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.25 0H2.75C2.15326 0 1.58097 0.237053 1.15901 0.65901C0.737053 1.08097 0.5 1.65326 0.5 2.25V9.75C0.5 10.3467 0.737053 10.919 1.15901 11.341C1.58097 11.7629 2.15326 12 2.75 12H13.25C13.8467 12 14.419 11.7629 14.841 11.341C15.2629 10.919 15.5 10.3467 15.5 9.75V2.25C15.5 1.65326 15.2629 1.08097 14.841 0.65901C14.419 0.237053 13.8467 0 13.25 0ZM2.75 10.5C2.55109 10.5 2.36032 10.421 2.21967 10.2803C2.07902 10.1397 2 9.94891 2 9.75V7.935L4.475 5.4675C4.6152 5.33008 4.80369 5.25311 5 5.25311C5.19631 5.25311 5.3848 5.33008 5.525 5.4675L10.5575 10.5H2.75ZM14 9.75C14 9.94891 13.921 10.1397 13.7803 10.2803C13.6397 10.421 13.4489 10.5 13.25 10.5H12.6725L9.815 7.6275L10.475 6.9675C10.6152 6.83008 10.8037 6.75311 11 6.75311C11.1963 6.75311 11.3848 6.83008 11.525 6.9675L14 9.435V9.75ZM14 7.32L12.59 5.9175C12.1625 5.50682 11.5928 5.27747 11 5.27747C10.4072 5.27747 9.83746 5.50682 9.41 5.9175L8.75 6.5775L6.59 4.4175C6.16254 4.00682 5.59277 3.77747 5 3.77747C4.40723 3.77747 3.83746 4.00682 3.41 4.4175L2 5.82V2.25C2 2.05109 2.07902 1.86032 2.21967 1.71967C2.36032 1.57902 2.55109 1.5 2.75 1.5H13.25C13.4489 1.5 13.6397 1.57902 13.7803 1.71967C13.921 1.86032 14 2.05109 14 2.25V7.32Z%27 fill=%27%23061626%27 fill-opacity=%270.8%27/%3E%3C/svg%3E%0A");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.wpte-tabs-container {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 0 0 40px;
}

.wpte-tabs-container.fixed-header {
  padding-top: 86px;
}

.wpte-tabs-container.fixed-header .tab-inner-wrapper {
  justify-content: center;
}

.wpte-tabs-container.fixed-header .tab-anchor-wrapper .nav-tab {
  padding: 16px;
  transition: all 0.3s ease;
}

.wpte-tabs-container .nb-configurations {
  padding: 56px 24px 0;
}

.wpte-tabs-container.wpte-tabs-scrollable .nb-configurations {
  display: block !important;
}
.nav-tab-wrapper {
  padding: 0 24px;
  border-bottom: 1px solid rgba(4, 15, 26, 0.1);
}

.nav-tab-wrapper .tab-icon {
  display: flex;
  margin: 0 0 8px;
}

.nav-tab-wrapper .wte-tab-title {
  margin: 0 !important;
  font-size: inherit !important;
  font-weight: normal;
  height: 100%;
}

.nav-tab-wrapper .tab-inner-wrapper {
  display: flex;
  margin: 0 -8px;
  width: auto !important;
}

.nav-tab-wrapper .tab-anchor-wrapper {
  font-size: 15px;
  margin: 0 8px;
}

.nav-tab-wrapper .tab-anchor-wrapper.nav-tab-active {
  border-bottom-color: #fff;
}

.nav-tab-wrapper .tab-anchor-wrapper .nav-tab {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 0 16px 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  text-decoration: none;
  height: 100%;
  font-size: 24px;
}

.nav-tab-wrapper .tab-anchor-wrapper .nav-tab svg {
  height: 1em;
}

.nav-tab-wrapper .tab-anchor-wrapper .nav-tab.nav-tab-active {
  color: var(--primary-color);
  border-bottom-color: var(--primary-color);
}

.nav-tab-wrapper .tab-anchor-wrapper .nav-tab:hover {
  color: var(--primary-color);
}

.nav-tab-wrapper .tab-anchor-wrapper .nb-configurations {
  padding: 32px 24px;
}

@media (min-width: 768px) {
  .wpte-tabs-container.fixed-header .nav-tab-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
    z-index: 111;
  }

  .wpte-tabs-container.wpte-tabs-sticky.fixed-header .nb-configurations {
    padding-top: 95px !important;
    transition: all 0.3s ease;
  }
}
.expand-all-button {
  display: inline-flex;
  align-items: center;
}

.expand-all-button label {
  font-size: 14px;
  margin-right: 8px;
}

.expand-all-button input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 54px;
  height: 24px;
  border-radius: 12px;
  background-color: rgba(4, 15, 26, 0.15);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease;
  cursor: pointer;
}

.expand-all-button input[type="checkbox"]::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  transition: all 0.3s ease;
  z-index: 1;
}

.expand-all-button input[type="checkbox"]::after {
  content: "OFF";
  color: rgba(0, 0, 0, 0.32);
  position: absolute;
  top: 50%;
  left: 27px;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.expand-all-button input[type="checkbox"]:checked {
  background-color: var(--primary-color);
}

.expand-all-button input[type="checkbox"]:checked::before {
  left: 31px;
}

.expand-all-button input[type="checkbox"]:checked::after {
  content: "ON";
  color: #fff;
  left: 8px;
}
.wp-travel-engine-itinerary-header,
.wp-travel-engine-faq-tab-header {
  margin: 0 0 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.wte-itinerary-header-wrapper .wp-travel-engine-itinerary-header {
  margin: 0 0 30px;
}
h2[class*="wpte"],
.wte-fsd-list-header h2,
.trip-review-title {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 24px;
  width: auto;
}
.wp-travel-engine-itinerary-header .wpte-itinerary-title,
.wp-travel-engine-itinerary-header .wpte-faqs-title,
.wp-travel-engine-faq-tab-header .wpte-itinerary-title,
.wp-travel-engine-faq-tab-header .wpte-faqs-title {
  margin: 0;
}
.itinerary .wte-itinerary-head-wrap {
  display: flex;
  position: relative;
  cursor: pointer;
  font-weight: bolder;
}

.itinerary-row {
  padding: 0 0 24px !important;
  margin: 0 0 24px 45px !important;
  position: relative !important;
  border: none !important;
  border-bottom: 1px solid rgba(4, 15, 26, 0.1) !important;
}

.itinerary-row:not(:last-child)::before {
  width: 0;
  height: 100%;
  border-left: 1px solid rgba(4, 15, 26, 0.1);
  background: none;
  position: absolute;
  top: 0px;
  left: -30px;
}

.itinerary-row::before {
  content: "" !important;
}

.itinerary-row:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.itinerary-row .title,
.itinerary-row .itinerary-title {
  font-size: 18px !important;
  color: var(--journey-filters-background);
  font-weight: 500 !important;
  margin-bottom: 0 !important;
}

.itinerary-row .title {
  position: relative;
  /* white-space: nowrap; */
  margin-right: 6px;
}

.itinerary-row .title::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--primary-color);
  position: absolute;
  left: -30px;
  top: 14px;
  transform: translate(-50%, -50%);
}

.itinerary-row .itinerary-content > *:first-child:not(.itinerary-title) {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .itinerary-row .itinerary-content .content img {
    float: none;
  }
}

.itinerary-row:first-child .title::before,
.itinerary-row.advanced-itinerary-row:first-child .title::before,
.itinerary-row:last-child .title::before {
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9 1.5C7.4087 1.5 5.88258 2.13214 4.75736 3.25736C3.63214 4.38258 3 5.9087 3 7.5C3 11.55 8.2875 16.125 8.5125 16.32C8.64835 16.4362 8.82124 16.5 9 16.5C9.17877 16.5 9.35165 16.4362 9.4875 16.32C9.75 16.125 15 11.55 15 7.5C15 5.9087 14.3679 4.38258 13.2426 3.25736C12.1174 2.13214 10.5913 1.5 9 1.5ZM9 14.7375C7.4025 13.2375 4.5 10.005 4.5 7.5C4.5 6.30653 4.97411 5.16193 5.81802 4.31802C6.66193 3.47411 7.80653 3 9 3C10.1935 3 11.3381 3.47411 12.182 4.31802C13.0259 5.16193 13.5 6.30653 13.5 7.5C13.5 10.005 10.5975 13.245 9 14.7375ZM9 4.5C8.40666 4.5 7.82664 4.67595 7.33329 5.00559C6.83994 5.33524 6.45542 5.80377 6.22836 6.35195C6.0013 6.90013 5.94189 7.50333 6.05764 8.08527C6.1734 8.66721 6.45912 9.20176 6.87868 9.62132C7.29824 10.0409 7.83279 10.3266 8.41473 10.4424C8.99667 10.5581 9.59987 10.4987 10.1481 10.2716C10.6962 10.0446 11.1648 9.66006 11.4944 9.16671C11.8241 8.67336 12 8.09334 12 7.5C12 6.70435 11.6839 5.94129 11.1213 5.37868C10.5587 4.81607 9.79565 4.5 9 4.5ZM9 9C8.70333 9 8.41332 8.91203 8.16665 8.7472C7.91997 8.58238 7.72771 8.34811 7.61418 8.07403C7.50065 7.79994 7.47094 7.49834 7.52882 7.20736C7.5867 6.91639 7.72956 6.64912 7.93934 6.43934C8.14912 6.22956 8.41639 6.0867 8.70737 6.02882C8.99834 5.97094 9.29994 6.00065 9.57403 6.11418C9.84811 6.22771 10.0824 6.41997 10.2472 6.66665C10.412 6.91332 10.5 7.20333 10.5 7.5C10.5 7.89782 10.342 8.27936 10.0607 8.56066C9.77936 8.84196 9.39783 9 9 9Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
}

.itinerary-row:not(:last-child)::before {
  height: calc(100% + 32px);
}

.itinerary-row .accordion-tabs-toggle {
  border: none;
  flex-grow: 1;
  padding: 0 32px 0 0;
  text-decoration: none;
}

.itinerary-row .accordion-tabs-toggle::after {
  content: none !important;
}

.itinerary .itinerary-content {
  display: block;
  overflow: hidden;
  transition: all 0.3s ease;
  will-change: max-height;
}

.itinerary .itinerary-content .mCustomScrollBox {
  height: auto;
}

.itinerary .itenary-detail-gallery {
  clear: both;
  margin-top: 32px;
}

.itinerary .itenary-detail-gallery a {
  vertical-align: top;
}

.itinerary
  .itenary-detail-gallery
  .mCSB_horizontal.mCSB_inside
  > .mCSB_container {
  margin: 0;
}

.itinerary .itenary-detail-gallery img {
  max-width: 100%;
  height: auto;
}

.itinerary .itinerary-detail-additional-info {
  display: flex;
  flex-wrap: wrap;
  margin: -8px -30px;
  padding-top: 24px !important;
}

.itinerary .itinerary-detail-additional-info [class*="itinerary-"] {
  border-right: none;
  margin: 8px 30px !important;
  color: rgba(6, 22, 38, 0.6);
  display: inline-flex;
  align-items: center;
}

.itinerary
  .itinerary-detail-additional-info
  [class*="itinerary-"]
  .itinierary-icon-wrap {
  display: flex;
  align-items: center;
  height: 1.5em;
}

.itinerary .itinerary-detail-additional-info [class*="itinerary-"] a {
  text-decoration: none;
  color: inherit;
}

.itinerary .itinerary-detail-additional-info [class*="itinerary-"] a:hover {
  color: var(--primary-color);
}

.itinerary .itinerary-detail-additional-info > .itinerary-sleep-mode .label a {
  display: inline-flex;
  align-items: center;
}

.itinerary
  .itinerary-detail-additional-info
  > .itinerary-sleep-mode
  .label
  a:hover
  span {
  color: var(--primary-color);
}

.itinerary
  .itinerary-detail-additional-info
  > .itinerary-sleep-mode
  .label
  span {
  position: static;
  margin-left: 4px;
}

.itinerary
  .itinerary-detail-additional-info
  > .itinerary-sleep-mode
  .label
  span
  path {
  fill: currentColor;
}
.accordion-tabs-toggle .rotator,
.accordion-tabs-toggle .rotator {
  width: 16px !important;
  height: 16px !important;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  position: absolute;
  top: 6px !important;
  right: 0;
  transform: unset;
}

.accordion-tabs-toggle .rotator::before,
.accordion-tabs-toggle .rotator::after,
.accordion-tabs-toggle .rotator::before,
.accordion-tabs-toggle .rotator::after {
  all: unset;
  content: "";
  width: 2px !important;
  height: 8px !important;
  border-radius: 2px;
  background-color: var(--primary-color) !important;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  right: unset !important;
  bottom: unset !important;
  transform: translate(-50%, -50%) !important;
  opacity: 1 !important;
  transition: all 0.3s ease;
}

.accordion-tabs-toggle .rotator::after,
.accordion-tabs-toggle .rotator::after {
  transform: translate(-50%, -50%) rotate(90deg) !important;
}

.accordion-tabs-toggle.active .rotator::before,
.accordion-tabs-toggle.active .rotator::before {
  transform: translate(-50%, -50%) rotate(90deg) !important;
  opacity: 0;
}

.accordion-tabs-toggle.active .rotator::after,
.accordion-tabs-toggle.active .rotator::after {
  opacity: 1;
}
.faq-row {
  border-bottom: 1px solid rgba(4, 15, 26, 0.1);
  padding: 24px 0;
}
.faq-row:first-child {
  border-top: 1px solid rgba(4, 15, 26, 0.1);
}

.faq-row .accordion-tabs-toggle {
  text-decoration: none;
  color: rgba(6, 22, 38, 0.8);
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-right: 24px;
  display: block;
  border: none;
}

.faq-row .faq-content {
  padding-top: 16px;
}

.faq-row .faq-content p {
  margin: 0;
}
.faq .faq-content {
  display: block;
  overflow: hidden;
  transition: all 0.3s ease;
  will-change: max-height;
}
.q-included {
  background-color: #f8f1ff;
}
.q-excluded {
  background-color: #fff0f0;
}
.q-included,
.q-excluded {
  padding: 10px;
  list-style-type: none;
  padding: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
}
.q-included li,
.q-excluded li {
  display: flex;
  padding-bottom: calc(15px / 2);
}
.icon-list-icon {
  display: flex;
  position: relative;
  top: 0;
}
.icon-list-text {
  padding-inline-start: 5px;
}
.gt-tour-details-info {
  width: 100%;
  gap: 30px 55px;
  padding: 10px 0px 30px;
  border-bottom: 1px solid #d9d9d9;
}
.gt-tour-details-info .gt-td-info-item {
  gap: 15px;
}
.gt-tour-details-info .gt-td-info-item .inner-icon {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: #fff;
  background-color: #f1f1f1;
}
.gt-tour-details-info .gt-td-info-item .inner-icon i {
  font-size: 22px;
  color: var(--gt-button);
}
.gt-tour-details-info .gt-td-info-item .inner-text {
}
.gt-tour-details-info .gt-td-info-item .inner-text span {
  color: black;
  font-size: 16px;
}
.gt-tour-details-info .gt-td-info-item .inner-text h3 {
  color: #363539;
  font-size: 18px;
  font-weight: 600;
}
.itinerary-content .content ul {
  margin: 0.5em 0 0.5em 3em;
}
.itinerary-content .content ul li {
  list-style: inside;
}
.nav-tab-wrapper .tab-anchor-wrapper .nav-tab.active {
  color: var(--primary-color);
  border-bottom-color: var(--primary-color);
  font-weight: bold;
}
.breadcrumb-section .banner-content h1 {
  color: var(--white-color);
  text-align: center;
  font-family: inherit;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
  line-height: 1.2;
  word-break: break-all;
}
.booking-form-wrap h4,
.booking-form-wrap .nav-pills .nav-link,
.booking-form-wrap p,
.booking-form-wrap .total-price,
.home1-destination-section .destination-banner h2,
.primary-btn1,
p,
.destination-details-wrap p,
.desti-title h3,
.destination-details-wrap ul li,
.destination-sidebar .destination-info .single-info span,
.destination-sidebar .destination-info .single-info h5,
.banner2-card .banner2-content-wrap .banner2-content h3,
.banner2-card .banner2-content-wrap .banner2-content p,
.booking-form-wrap .single-total .total,
.booking-form-wrap .single-total span,
.booking-form-wrap h6,
.feature-card .feature-card-content h6,
.feature-card .feature-card-content p {
  font-family: inherit;
}
.booking-form-wrap .nav-pills .nav-link {
  font-size: 11px;
  font-weight: bold;
}
.footer-3 {
  background-color: var(--journey-filters-background);
}
.footer-3 .contact-box span i {
  color: #fff;
  font-size: 20px;
}
.footer-3 .contact-box span {
  margin-top: 2px;
  width: 25px;
  color: #fff;
  position: absolute;
}
.footer-3 .contact-box div {
  padding-left: 30px;
  color: white;
}
.footer-3 h2 {
  color: white;
}

.footer-3 .gt-footer-widget .menu-widget li a {
  color: white;
}
.booking-form-wrap {
  background-color: #0883b645;
}
.booking-form-wrap p {
  color: black;
  border-bottom: 1px solid #0554b14f;
}
.wpte-itinerary-title {
  font-weight: bold !important;
}
.booking-form-wrap h4 {
  font-weight: bold;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .breadcrumb-section .banner-content h1 {
    font-size: 17px;
  }
}
.booking-form-wrap .sidebar-booking-form .checkbox-container {
  border-bottom: 1px solid #0554b14f;
}
.booking-form-wrap .single-total {
  border: 1px solid #0554b14f;
}
.booking-form-wrap .total-price {
  border-top: 1px solid #0554b14f;
}
.booking-form-wrap .nav-pills .nav-link {
  border: 1px solid #0554b14f;
}
.breadcrumb-section .banner-content .breadcrumb-list li a {
  color: white;
}
.destination-details-wrap p {
  color: black;
}
.new-price {
  color: red !important;
  font-size: 20px !important;
}
.old-price {
  color: grey !important;
  font-size: 10px !important;
}
.new-price-front {
  color: red !important;
  font-size: 22px !important;
}
.old-price-front {
  color: grey !important;
  font-size: 15px !important;
}
.destination-details-wrap p {
  font-size: 16px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .nav-tab-wrapper .tab-inner-wrapper {
    display: flex;
    flex-direction: column;
  }
  .nav-tab-wrapper .tab-anchor-wrapper .nav-tab {
    align-items: flex-start;
  }
}
.itinerary-content p {
  margin-bottom: 5px;
}
.woocommerce-column--billing-address,
.woocommerce-column--shipping-address {
  width: 80%;
}
.entry-content {
  text-align: justify;
}
.entry-content ol li,
.entry-content ul li,
.entry-summary ol li,
.entry-summary ul li {
  list-style: inherit;
}
.button-whatsapp-contact,
.button-email-contact {
  width: 100%;
  text-decoration: none;
  font-weight: 300;
  font-size: 25px;
  display: inline-block;
  position: relative;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.button-whatsapp-contact i,
.button-email-contact i {
  margin-right: 5px;
}
.button-whatsapp-contact {
  color: #00e777;
  border: 1px solid #00e777;
}
.button-email-contact {
  color: #39abe1;
  border: 1px solid #39abe1;
}
.button-whatsapp-contact:hover,
.button-email-contact:hover {
  color: white;

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.button-whatsapp-contact:hover {
  box-shadow: 0 0 30px 0 rgba(0, 199, 236, 0.5);
  background-color: #00e777;
}
.button-email-contact:hover {
  box-shadow: 0 0 30px 0 rgba(0, 199, 236, 0.5);
  background-color: #39abe1;
}
.button-whatsapp-contact:before,
.button-email-contact:before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 15px 3px white;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.button-whatsapp-contact:hover:before,
.button-email-contact:hover:before {
  -webkit-animation: shine 0.5s 0s linear;
  -moz-animation: shine 0.5s 0s linear;
  animation: shine 0.5s 0s linear;
}
@keyframes shine {
  0% {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 100%;
  }
}
.woocommerce-error {
  display: none;
}
.woocommerce-shipping-totals {
  display: none;
}
.woocommerce-shipping-fields {
  display: none;
}
.woocommerce-column--shipping-address {
  display: none;
}
.woocommerce a.button.alt {
  height: inherit !important;
}
.booking-form-contact {
  width: 100%;
  justify-content: center;
  padding: 18px 34px;
  border-radius: unset;
  cursor: pointer;
}
