.big-text h2 {
  font-size: 200px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  background: url(../../images/home-one/gallery/footer-text-bg.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1650px) {
  .big-text h2 {
    font-size: 160px;
  }
}
@media (max-width: 1399.98px) {
  .big-text h2 {
    font-size: 140px;
  }
}
@media screen and (max-width: 1199.98px) {
  .big-text h2 {
    font-size: 120px;
  }
}
@media screen and (max-width: 991.98px) {
  .big-text h2 {
    font-size: 80px;
  }
}
@media (max-width: 767.98px) {
  .big-text h2 {
    font-size: 40px;
  }
}

/*===   02# Hero Section CSS ===*/

.tripex-hero-sec {
    background-image: url(../../images/banner-1.jpg);
    position: relative;    margin-top: -191px;
    background-size: cover;background-position: center;
}
.tripex-hero-sec .hero-wrapper {
  padding: 500px 0 300px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.tripex-hero-sec .hero-wrapper .hero-content{
  position: relative;
}
.tripex-hero-sec .hero-wrapper .hero-content .hero-bg{
    position: absolute;
    left: -23px;
    top: -82px;
    width: 110%;
    height: 100%;
    z-index: -1;
}

.tripex-hero-sec .svg-shape-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 265px;
  z-index: -1;
}
.tripex-hero-sec .svg-shape-wrapper svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tripex-hero-sec .svg-shape-wrapper svg use {
  -webkit-animation: wave 7s linear infinite;
          animation: wave 7s linear infinite;
}
.tripex-hero-sec .svg-shape-wrapper svg use:nth-child(2) {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}
.tripex-hero-sec .shape {
  position: absolute;
  transition: opacity 1s ease;
  animation: fadeBox 4s infinite;
}
@media (max-width: 767.98px) {
  .tripex-hero-sec .shape {
    display: none;
  }
}
.tripex-hero-sec .shape.shape-one {
  top: 60%;
  left: 40%;
  z-index: 11;
  animation-delay: 0s;
}
@media (max-width: 1650px) {
  .tripex-hero-sec .shape.shape-one {
    top: 60%;
    left: 40%;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .shape.shape-one {
    top: 0;
  }
}
.tripex-hero-sec .shape.shape-one img{
  position: relative; width: 300px;
}
.tripex-hero-sec .shape.shape-one .txt{
  position: absolute;
  left: 9%;
  top: 20%;
}
.tripex-hero-sec .shape.shape-one .txt .fa-phone{
  font-size: 35px;
  color: var(--white-color);
}
.tripex-hero-sec .shape.shape-one .txt .name-number{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 25px;
  font-weight: 800;
  color: var(--white-color);
}
.tripex-hero-sec .shape.shape-one .txt .name-number a{
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
}


.hero-content .shape-one {
  position: absolute;
  width: 200px;
  right: -27%;
  top: -190px;
  z-index: 2;
}
.hero-content .shape-one svg {
    position: relative;
}

.hero-content .shape-one a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.hero-content .shape-one a span{
  font-size: 20px;
  font-weight: 800;
  font-family: var(--font_dosis);
  text-transform: uppercase;
  color: var(--primary-color);
}


.hero-content .shape-two {
    position: absolute;
  width: 200px;
  left: -31%;
  top: -190px;
  z-index: 2;
}
.hero-content .shape-two svg {
    position: relative;
}

.hero-content .shape-two a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.hero-content .shape-two a span{
  font-size: 20px;
  font-weight: 800;
  font-family: var(--font_dosis);
  text-transform: uppercase;
  color: var(--primary-color);
}



.hero-content .shape-three {
  position: absolute;
  width: 200px;
  right: -27%;
  bottom: -180px;
  z-index: 2;
}
.hero-content .shape-three svg {
    position: relative;
}

.hero-content .shape-three a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.hero-content .shape-three a span{
  font-size: 18px;
  font-weight: 800;
  font-family: var(--font_dosis);
  text-transform: uppercase;
  color: var(--primary-color);
}



.hero-content .shape-four {
  position: absolute;
  width: 200px;
  left: -31%;
  bottom: -180px;
  z-index: 2;
}
.hero-content .shape-four svg {
    position: relative;
}

.hero-content .shape-four a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.hero-content .shape-four a span{
  font-size: 20px;
  font-weight: 800;
  font-family: var(--font_dosis);
  text-transform: uppercase;
  color: var(--primary-color);
}


.hero-content .shape-five {
  position: absolute;
  width: 400px;
  left: 50%;
  top: -300px;
  z-index: 2;
  transform: translateX(-50%) !important;
}
.hero-content .shape-five svg {
    position: relative;
}

.hero-content .shape-five a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.hero-content .shape-five a span{
  font-size: 20px;
  font-weight: 800;
  font-family: var(--font_dosis);
  text-transform: uppercase;
  color: var(--white-color);
}


.hero-content .main-heading span{
  box-sizing: border-box;
  display: inline-block;
  transform-origin: bottom center;
  transition: all 0.3s ease;
}
.hero-content .main-heading span:hover {
    transform: scale(1, 1.3);cursor: pointer;
  }
.tripex-hero-sec .shape.shape-two {
  top: 75%;
  left: 40%;
  z-index: 11;
  animation-delay: 1s;
}
@media (max-width: 1650px) {
  .tripex-hero-sec .shape.shape-two {
    top: 75%;
    left: 40%;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .shape.shape-two {
    top: 0;
  }
}
.tripex-hero-sec .shape.shape-two img{
  position: relative; width: 300px;
}
.tripex-hero-sec .shape.shape-two .txt{
  position: absolute;
  left: 9%;
  top: 20%;
}
.tripex-hero-sec .shape.shape-two .txt .fa-phone{
  font-size: 35px;
  color: var(--white-color);
}
.tripex-hero-sec .shape.shape-two .txt .name-number{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 25px;
  font-weight: 800;
  color: var(--white-color);
}
.tripex-hero-sec .shape.shape-two .txt .name-number a{
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
}
@keyframes fadeBox {
  0%, 25%   { opacity: 1; }
  50%, 100% { opacity: 0; }
}
.tripex-hero-sec .shape.shape-three {
  right: 35%;
  top: 60px;
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .shape.shape-three {
    top: 0;
  }
}
.tripex-hero-sec .shape.shape-four {
  top: 65px;
  right: 75px;
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .shape.shape-four {
    display: none;
  }
}
.tripex-hero-sec .shape.shape-five {
  right: 7%;
  bottom: 30%;
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .shape.shape-five {
    bottom: 15%;
  }
}
.tripex-hero-sec .hero-content .sub-title {
  font-size: 40px;
  margin-bottom: 15px;
}
.tripex-hero-sec .hero-content h1 {
  font-size: 46px;
  font-weight: 800;
  line-height: 60px;
  margin-bottom: 20px;
  color: var(--dark-color);
}
.tripex-hero-sec .hero-content h1 span img {
  border-radius: 35px;max-width: 80px;
}
@media (max-width: 1650px) {
  .tripex-hero-sec .hero-content h1 {
    font-size: 46px;
  }
}
@media (max-width: 767.98px) {
  .tripex-hero-sec .hero-content h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
.tripex-hero-sec .hero-content h2 {
  font-size: 28px;
  line-height: 35px;
  font-weight: 500!important;
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-family: var(--font_dosis);
  color: var(--secondary-color);
}
.tripex-hero-sec .hero-content h3 {
  font-size: 27px;
  line-height: 30px;
  letter-spacing: -1.25px;
  color: var(--white-color);
}
.tripex-hero-sec .hero-content p {
  font-size: 20px;
  margin-bottom: 10px;
}
.tripex-hero-sec .hero-content p span {
  color: var(--secondary-color);
  font-weight: 700;
}
.tripex-hero-sec .hero-content .hero-button .theme-btn {
  margin-bottom: 15px;
}
.tripex-hero-sec .hero-content .hero-button .theme-btn:not(:last-child) {
  margin-right: 15px;
}
.tripex-hero-sec .hero-image-box {
  position: relative;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .hero-image-box {
    display: none;
  }
}
.tripex-hero-sec .hero-image-box .blur-shape {
  position: absolute;
  z-index: -1;
  top: 80px;
  right: 80px;
}
.tripex-hero-sec .hero-image-box .blur-shape span {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: var(--primary-color);
  -webkit-filter: blur(100px);
          filter: blur(100px);
}
.tripex-hero-sec .hero-image-box .tripex-image {
  position: relative;
  /*bottom: -155px;*/
  right: 0;
}
.tripex-hero-sec .hero-search-wrapper {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.hero-search-wrapper {
  position: relative;
  padding: 30px;
  background-color: var(--white-color);
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 12px;
  -webkit-box-shadow: 10px 4px 30px rgba(197, 197, 197, 0.25);
          box-shadow: 10px 4px 30px rgba(197, 197, 197, 0.25);
}
@media (max-width: 1650px) {
  .hero-search-wrapper {
    width: 95%;
  }
}
.hero-search-wrapper .hero-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 30px;
}
@media screen and (max-width: 1199.98px) {
  .hero-search-wrapper .hero-search {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hero-search-wrapper .hero-search .form-group {
  position: relative;
  width: 100%;
  padding: 0 0px;
  margin-bottom: 13px;
}
.hero-search-wrapper .hero-search .form-group input::placeholder {
  color: var(--heading-color);
}
@media screen and (max-width: 1199.98px) {
  .hero-search-wrapper .hero-search .form-group {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 10px 20px;
    width: 48%;
  }
}
@media screen and (max-width: 991.98px) {
  .hero-search-wrapper .hero-search .form-group {
    width: 47%;
  }
}
@media (max-width: 767.98px) {
  .hero-search-wrapper .hero-search .form-group {
    width: 100%;
  }
}
@media screen and (max-width: 1199.98px) {
  .hero-search-wrapper .hero-search .form-group:not(:last-child) {
    margin-bottom: 20px;
  }
}

.hero-search-wrapper .hero-search .form-group:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1199.98px) {
  .hero-search-wrapper .hero-search .form-group:last-child {
    padding: 0;
    text-align: center;
    border: none;
    width: 100%;
  }
}
.hero-search-wrapper .hero-search label {
  display: block;
  font-size: 14px;
}
.hero-search-wrapper .hero-search label i {
  margin-right: 10px;
  font-size: 16px;
}
.hero-search-wrapper .hero-search .nice-select {
  border: none;
  color: var(--heading-color);
  padding: 11px 8px;
  line-height: 1;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.hero-search-wrapper .hero-search .submit-btn {
  padding: 11px 35px;
  background-color: var(--primary-color);
  border-radius: 30px;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--heading-font);
}
.hero-search-wrapper .hero-search .submit-btn i {
  margin-left: 20px;
}
@media screen and (max-width: 1199.98px) {
  .hero-search-wrapper .hero-search .submit-btn {
    width: 100%;
  }
}

/*===   05# Tour Section CSS ===*/
.tripex-tour-sec {
  position: relative;
  z-index: 1;
  background-color: #EAF4E6;
  margin: 0 20px;
  border-radius: 15px;
}
.tripex-tour-sec .container-fluid {
  padding-left: 65px;
  padding-right: 65px;
}
@media (max-width: 1650px) {
  .tripex-tour-sec .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tripex-tour-sec .shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .tripex-tour-sec .shape {
    display: none;
  }
}
.tripex-tour-sec .shape.shape-one {
  top: 100px;
  left: 150px;
}
@media (max-width: 1650px) {
  .tripex-tour-sec .shape.shape-one {
    left: 60px;
  }
}
.tripex-tour-sec .shape.shape-two {
  top: 90px;
  right: 160px;
}
@media (max-width: 1650px) {
  .tripex-tour-sec .shape.shape-two {
    right: 60px;
  }
}

.tour-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.tour-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
.tour-slider .slick-dots {
  text-align: center;
}
.tour-slider .slick-dots li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.tour-slider .slick-dots li button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--white-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tour-slider .slick-dots li.slick-active button {
  width: 30px;
  background-color: var(--secondary-color);
  border-radius: 3.5px;
}

.tripex-tour-item {
  padding: 10px;
  border-radius: 15px;
  background-color: var(--white-color);
}
.tripex-tour-item .thumbnail {
  position: relative;
}
.tripex-tour-item .thumbnail img {
  border-radius: 15px;
  width: 100%;
}
.tripex-tour-item .thumbnail .features-tag {
  position: absolute;
  top: 15px;
  left: 15px;
}
.tripex-tour-item .thumbnail .offer, .tripex-tour-item .thumbnail .tag-text {
  background-color: var(--secondary-color);
  color: var(--white-color);
  padding: 8px 15px;
  line-height: 1;
  font-family: var(--heading-font);
  font-weight: 600;
  border-radius: 10px;
}
.tripex-tour-item .thumbnail .offer {
  background-color: var(--primary-color);
}
.tripex-tour-item .thumbnail .duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-weight: 500;
  padding: 11px 20px;
  line-height: 1;
  background-color: var(--white-color);
  color: var(--heading-color);
  border-radius: 30px;
}
.tripex-tour-item .content-wrap .content {
  padding: 25px 35px 28px;
}
@media (max-width: 1650px) {
  .tripex-tour-item .content-wrap .content {
    padding: 25px 30px 28px;
  }
}
@media screen and (max-width: 991.98px) {
  .tripex-tour-item .content-wrap .content {
    padding: 25px 10px 28px;
  }
}
.tripex-tour-item .content-wrap .content .ratings {
  margin-bottom: 5px;
}
.tripex-tour-item .content-wrap .content h4 {
  margin-bottom: 15px;
}
@media screen and (max-width: 991.98px) {
  .tripex-tour-item .content-wrap .content h4 {
    font-size: 20px;
  }
}
.tripex-tour-item .content-wrap .content span {
  margin-bottom: 20px;
}
.tripex-tour-item .content-wrap .content span i {
  margin-right: 10px;
}
.tripex-tour-item .content-wrap .tour-meta {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tripex-tour-item .content-wrap .tour-meta .meta-item {
  padding: 8px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.33%;
}
@media (max-width: 575.98px) {
  .tripex-tour-item .content-wrap .tour-meta .meta-item {
    padding: 15px 10px;
  }
}
.tripex-tour-item .content-wrap .tour-meta .meta-item:nth-child(2) {
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}
.tripex-tour-item .content-wrap .tour-meta .meta-item .meta-title {
  color: var(--text-color);
  display: block;
}
.tripex-tour-item .content-wrap .tour-meta .meta-item .meta-title i {
  margin-right: 5px;
  color: var(--secondary-color);
}
.tripex-tour-item .content-wrap .tour-meta .meta-item .meta-value {
  color: var(--heading-color);
  font-weight: 700;
  font-size: 20px;
}
.tripex-tour-item .content-wrap .tour-footer {
  padding: 0 35px 10px;
}
@media screen and (max-width: 991.98px) {
  .tripex-tour-item .content-wrap .tour-footer {
    padding: 0 10px 10px;
  }
}
.tripex-tour-item .content-wrap .tour-footer .theme-btn.style-one {
  padding: 5px 5px 5px 25px;
}

/*===   06# Why Choose Section CSS ===*/
.tripex-activities-sec {
  position: relative;
  z-index: 1;
}
.tripex-activities-sec .shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .tripex-activities-sec .shape {
    display: none;
  }
}
.tripex-activities-sec .shape.shape-one {
  top: 120px;
  left: 45px;
}
@media (max-width: 1650px) {
  .tripex-activities-sec .shape.shape-one {
    left: 15px;
  }
}
.tripex-activities-sec .shape.shape-two {
  top: 120px;
  right: 145px;
}
@media (max-width: 1650px) {
  .tripex-activities-sec .shape.shape-two {
    right: 40px;
  }
}
.tripex-activities-sec .tripex-image-box {
  position: relative;
  padding-left: 10px;
}
@media (max-width: 767.98px) {
  .tripex-activities-sec .tripex-image-box {
    text-align: center;
    padding-left: 0;
  }
}
.tripex-activities-sec .tripex-image-box .tripex-image img {
  border-radius: 30px;
}
.tripex-activities-sec .tripex-image-box .tripex-country-card {
  position: absolute;
  bottom: 0;
  left: 33%;
}
@media (max-width: 767.98px) {
  .tripex-activities-sec .tripex-image-box .tripex-country-card {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 30px auto 0;
  }
}

.tripex-country-card {
  background-color: var(--secondary-color);
  padding: 30px 40px 40px;
  max-width: 295px;
  border-radius: 30px;
}
.tripex-country-card .content h5 {
  margin-bottom: 20px;
  color: var(--white-color);
}
.tripex-country-card .content ul.avatar-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tripex-country-card .content ul.avatar-list li:not(:first-child) {
  margin-left: -10px;
}
.tripex-country-card .content ul.avatar-list li img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--border-color);
}

.tripex-features-table {
  border: 1px solid var(--border-color);
  border-radius: 10px;
}
.tripex-features-table .features-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tripex-features-table .features-table-row:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .tripex-features-table .features-table-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tripex-features-table .features-table-row .features-table-col {
  padding: 10px;
  width: 50%;
}
.tripex-features-table .features-table-row .features-table-col:not(:last-child) {
  border-right: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .tripex-features-table .features-table-row .features-table-col {
    width: 100%;
  }
}

.tripex-iconic-box {
  background-color: var(--primary-red);
  padding: 30px 35px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1650px) {
  .tripex-iconic-box {
    padding: 30px;
  }
}
.tripex-iconic-box .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--white-color);
  color: var(--heading-color);
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tripex-iconic-box .content h5 {
  line-height: 20px;
}
@media (max-width: 1650px) {
  .tripex-iconic-box .content h5 {
    font-size: 16px;
  }
}
.tripex-iconic-box:hover .icon {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

/*===   07. Offer Section CSS ===*/
.tripex-offer-sec {
  position: relative;
  z-index: 1;
}
.tripex-offer-sec .shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .tripex-offer-sec .shape {
    display: none;
  }
}
.tripex-offer-sec .shape.shape-one {
  left: 65px;
  bottom: 45px;
}
.tripex-offer-sec .shape.shape-two {
  bottom: 100px;
  right: 70px;
}

.tripex-offer-item {
  background-color: var(--primary-color);
  padding: 40px;
  position: relative;
  border-radius: 15px;
  z-index: 1;
}
.tripex-offer-item .offer-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tripex-offer-item .content {
  width: 50%;
}
@media (max-width: 767.98px) {
  .tripex-offer-item .content {
    width: 100%;
  }
}
.tripex-offer-item .content span {
  font-family: var(--accent-font);
  font-size: 30px;
  color: var(--white-color);
  padding: 7px 25px;
  background-size: contain;
  line-height: 1;
  background-position: center left;
  margin-bottom: 10px;
}
.tripex-offer-item .content h3 {
  margin-bottom: 30px;
  color: var(--white-color);
}
.tripex-offer-item .content .theme-btn {
  background-color: var(--white-color);
  color: var(--heading-color);
}
.tripex-offer-item .content .theme-btn i {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.tripex-offer-item .content .theme-btn:hover {
  background-color: var(--primary-black-color);
  color: var(--white-color);
}
.tripex-offer-item .thumbnail {
  position: absolute;
  right: 20px;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .tripex-offer-item .thumbnail {
    display: none;
  }
}

/*===   08# Counter Section CSS ===*/
.tripex-counter-sec {
  padding: 0 20px;
}
.tripex-counter-sec .counter-feat-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1199.98px) {
  .tripex-counter-sec .counter-feat-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tripex-counter-sec .counter-feat-wrapper .counter-wrapper {
  width: calc(65% - 10px);
}
@media (max-width: 1650px) {
  .tripex-counter-sec .counter-feat-wrapper .counter-wrapper {
    width: calc(55% - 10px);
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-counter-sec .counter-feat-wrapper .counter-wrapper {
    width: 100%;
  }
}
.tripex-counter-sec .counter-feat-wrapper .features-wrapper {
  width: 35%;
}
@media (max-width: 1650px) {
  .tripex-counter-sec .counter-feat-wrapper .features-wrapper {
    width: 45%;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-counter-sec .counter-feat-wrapper .features-wrapper {
    width: 100%;
  }
}
.tripex-counter-sec .counter-feat-wrapper .counter-wrapper {
  padding: 30px;
  min-height: 665px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .tripex-counter-sec .counter-feat-wrapper .counter-wrapper {
    margin-right: 0;
  }
}
.tripex-counter-sec .counter-feat-wrapper .counter-wrapper .counter-area {
  background-color: var(--white-color);
  border-radius: 15px;
  max-width: 100px;
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tripex-counter-sec .counter-feat-wrapper .counter-wrapper .counter-area button {
    height: 100px;
    width: 100px;
    color: var(--primary-color);border-radius: 15px;
    text-align: center;
    line-height: 100px;
    font-size: 50px;
}
.tripex-counter-sec .counter-feat-wrapper .counter-wrapper .counter-area .tripex-counter-item:not(:last-child) {
  border-right: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .tripex-counter-sec .counter-feat-wrapper .counter-wrapper .counter-area .tripex-counter-item:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
    border-right: none;
  }
}
@media (max-width: 767.98px) {
  .tripex-counter-sec .counter-feat-wrapper .counter-wrapper .counter-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tripex-counter-sec .counter-feat-wrapper .features-wrapper {
  background-color: var(--primary-black-color);
  border-radius: 15px;
  padding: 80px 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199.98px) {
  .tripex-counter-sec .counter-feat-wrapper .features-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .tripex-counter-sec .counter-feat-wrapper .features-wrapper {
    padding: 40px 30px;
  }
}
.tripex-counter-sec .counter-feat-wrapper .features-wrapper .shape {
  position: absolute;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .tripex-counter-sec .counter-feat-wrapper .features-wrapper .shape {
    display: none;
  }
}
.tripex-counter-sec .counter-feat-wrapper .features-wrapper .shape.shape-one {
  top: 50px;
  right: 50px;
}
.tripex-counter-sec .counter-feat-wrapper .features-wrapper .map-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: bottom;
  z-index: -1;
  opacity: 0.05;
}
.tripex-counter-sec .counter-feat-wrapper .features-wrapper .tripex-content-box p {
  margin-bottom: 40px;
  color: var(--white-color);
}
.tripex-counter-sec .counter-feat-wrapper .features-wrapper .tripex-content-box ul.check-list {
  margin-bottom: 25px;
}
.tripex-counter-sec .counter-feat-wrapper .features-wrapper .tripex-content-box ul.check-list li {
  color: var(--white-color);
}
.tripex-counter-sec .counter-feat-wrapper .features-wrapper .tripex-content-box ul.check-list li:not(:last-child) {
  margin-bottom: 20px;
}
.tripex-counter-sec .counter-feat-wrapper .features-wrapper .tripex-content-box .tripex-image img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 767.98px) {
  .tripex-counter-sec .counter-feat-wrapper .features-wrapper .tripex-content-box .tripex-image {
    margin-bottom: 30px;
  }
}

.tripex-counter-item {
  padding: 39px 80px 50px;
}
@media (max-width: 1650px) {
  .tripex-counter-item {
    padding: 39px 30px 50px;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-counter-item {
    padding: 39px 60px 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .tripex-counter-item {
    padding: 39px 30px 50px;
  }
}
@media (max-width: 767.98px) {
  .tripex-counter-item {
    text-align: center;
  }
}
.tripex-counter-item .content {
  margin-bottom: 45px;
}
.tripex-counter-item .icon {
  font-size: 65px;
  color: var(--primary-color);
}

/*===   09# Testimonial Section CSS ===*/
.ratings i {
  color: var(--secondary-color);
}

.tripex-testimonial-sec {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--border-color);
}
.tripex-testimonial-sec .shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .tripex-testimonial-sec .shape {
    display: none;
  }
}
.tripex-testimonial-sec .shape.shape-one {
  top: 140px;
  left: 75px;
}
@media (max-width: 1650px) {
  .tripex-testimonial-sec .shape.shape-one {
    top: 40px;
    left: 20px;
  }
}
.tripex-testimonial-sec .shape.shape-two {
  bottom: 100px;
  left: 75px;
}
@media (max-width: 1650px) {
  .tripex-testimonial-sec .shape.shape-two {
    bottom: 40px;
  }
}
.tripex-testimonial-sec .shape.shape-three {
  top: 120px;
  right: 140px;
}
@media (max-width: 1650px) {
  .tripex-testimonial-sec .shape.shape-three {
    top: 40px;
    right: 40px;
  }
}
.tripex-testimonial-sec .shape.shape-four {
  bottom: 100px;
  right: 85px;
}
@media (max-width: 1650px) {
  .tripex-testimonial-sec .shape.shape-four {
    bottom: 40px;
  }
}
.tripex-testimonial-sec .tripex-image-box .tripex-image.image-one img, .tripex-testimonial-sec .tripex-image-box .tripex-image.image-two img {
  border-radius: 150px;
}
@media (max-width: 767.98px) {
  .tripex-testimonial-sec .tripex-image-box {
    display: none;
  }
}
.tripex-testimonial-sec .tripex-content-box {
  padding-left: 60px;
}
@media screen and (max-width: 1199.98px) {
  .tripex-testimonial-sec .tripex-content-box {
    padding-left: 0;
  }
}
.tripex-testimonial-sec .tripex-content-box .testimonial-dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 25px;
  border: 1px solid #F29727;
  -webkit-box-shadow: 10px 4px 20px 0px rgba(242, 151, 39, 0.2);
          box-shadow: 10px 4px 20px 0px rgba(242, 151, 39, 0.2);
  border-radius: 19px;
  margin-top: 13px;
  position: absolute;
  margin-left: 250px;
}
.tripex-testimonial-sec .tripex-content-box .testimonial-dots .slick-dots {
  line-height: 0;
}
.tripex-testimonial-sec .tripex-content-box .testimonial-dots .slick-dots li {
  margin-left: 5px;
  margin-right: 5px;
}
.tripex-testimonial-sec .tripex-content-box .testimonial-dots .slick-dots li button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tripex-testimonial-sec .tripex-content-box .testimonial-dots .slick-dots li.slick-active button {
  background-color: var(--secondary-color);
  border-radius: 3.5px;
  width: 30px;
}

.tripex-testimonial-item .testimonial-content .quote-author-item {
  padding: 20px 30px;
  border: 1px solid var(--border-color);
  border-radius: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.tripex-testimonial-item .testimonial-content .quote-author-item .quote {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  border-color: 3px solid var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 10px 4px 30px 0px rgba(242, 151, 39, 0.5);
          box-shadow: 10px 4px 30px 0px rgba(242, 151, 39, 0.5);
  font-size: 25px;
  color: var(--white-color);
  margin-right: -13px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .tripex-testimonial-item .testimonial-content .quote-author-item .quote {
    display: none;
  }
}
.tripex-testimonial-item .testimonial-content .quote-author-item .author-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 70px;
}
.tripex-testimonial-item .testimonial-content .quote-author-item .author-item .author-thumb {
  width: 90px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 30px;
}
.tripex-testimonial-item .testimonial-content .quote-author-item .author-item .author-thumb img {
  width: 100%;
  border-radius: 50px 50px 0px 50px;
}
.tripex-testimonial-item .testimonial-content p {
  font-size: 27px;
  line-height: 42px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

/*===   10# Features Section CSS ===*/
.tripex-choose-sec {
  position: relative;
  z-index: 1;
}
.tripex-choose-sec .shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .tripex-choose-sec .shape {
    display: none;
  }
}
.tripex-choose-sec .shape.shape-one {
  bottom: 90px;
  left: 85px;
}
@media (max-width: 1650px) {
  .tripex-choose-sec .shape.shape-one {
    left: 10px;
  }
}
.tripex-choose-sec .shape.shape-two {
  top: 85px;
  right: 40px;
}
.tripex-choose-sec .tripex-image-box {
  padding-left: 30px;
  margin-right: -130px;
}
@media (max-width: 1650px) {
  .tripex-choose-sec .tripex-image-box {
    margin-right: -80px;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-choose-sec .tripex-image-box {
    margin-right: 0;
  }
}

.tripex-iconic-box-two {
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 15px;
  padding: 30px 35px 23px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tripex-iconic-box-two .content h6 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 28px;
  margin-bottom: 25px;
}
.tripex-iconic-box-two .content h6 i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66px;
  height: 66px;
  border-radius: 10px;
  background-color: #EAF4E6;
  color: var(--primary-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  margin-right: 20px;
  line-height: 1;
}
.tripex-iconic-box-two:hover {
  border-color: var(--primary-color);
  -webkit-filter: drop-shadow(10px 4px 60px rgba(115, 180, 88, 0.2));
          filter: drop-shadow(10px 4px 60px rgba(115, 180, 88, 0.2));
}
@media (max-width: 1650px) {
  .tripex-iconic-box-two {
    padding: 30px 25px 23px;
  }
}

/*===   11# Blogs Section CSS ===*/
.tripex-blog-sec {
  margin: 0 20px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .tripex-blog-sec {
    margin: 0 20px;
  }
}
.tripex-blog-sec:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  max-height: 1014px;
  height: 100%;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF4E6), to(rgba(234, 244, 230, 0)));
  background: linear-gradient(180deg, #EAF4E6 0%, rgba(234, 244, 230, 0) 100%);
  z-index: -2;
}
.tripex-blog-sec .map-bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: contain;
  background-position: top;
  z-index: -1;
  width: 100%;
  height: 700px;
  opacity: 0.05;
}
.tripex-blog-sec .shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .tripex-blog-sec .shape {
    display: none;
  }
}
.tripex-blog-sec .shape.shape-one {
  left: 50px;
  top: 50%;
}
.tripex-blog-sec .shape.shape-two {
  top: 100px;
  right: 70px;
}

.blog-post-item .thumbnail img {
  border-radius: 15px;
  width: 100%;
}
.blog-post-item .content {
  position: relative;
  border: 1px solid var(--border-color);
  border-radius: 15px;
  background-color: var(--white-color);
  -webkit-filter: drop-shadow(10px 4px 60px rgba(115, 180, 88, 0.1));
          filter: drop-shadow(10px 4px 60px rgba(115, 180, 88, 0.1));
  padding: 25px 40px 35px;
  margin-top: -30px;
}
@media (max-width: 1650px) {
  .blog-post-item .content {
    padding: 25px 25px 35px;
  }
}
.blog-post-item .content .post-meta {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 20px;
}
.blog-post-item .content .post-meta span:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 1650px) {
  .blog-post-item .content .post-meta span:not(:last-child) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .blog-post-item .content .post-meta span:not(:last-child) {
    margin-right: 10px;
  }
}
.blog-post-item .content .post-meta span i {
  margin-right: 7px;
}
.blog-post-item .content h4 {
  margin-bottom: 20px;
}
.blog-post-item .content h4:hover {
  color: var(--primary-color);
}
@media (max-width: 1650px) {
  .blog-post-item .content h4 {
    font-size: 20px;
  }
}
.blog-post-item .content p {
  margin-bottom: 20px;
}
.blog-post-item .content .post-footer {
  border-top: 1px solid var(--border-color);
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  .blog-post-item .content .post-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 991.98px) {
  .blog-post-item .content .post-footer .author {
    margin-bottom: 20px;
  }
}
.blog-post-item .content .post-footer .author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.blog-post-item .content .post-footer .theme-btn.style-one {
  background-color: var(--gray-color);
  color: var(--text-color);
}
.blog-post-item .content .post-footer .theme-btn.style-one i {
  color: var(--text-color);
}
.blog-post-item .content .post-footer .theme-btn.style-one:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.blog-post-item .content .post-footer .theme-btn.style-one:hover i {
  color: var(--primary-color);
}





.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--primary-black-color);
  padding: 20px;
  width: 65%;
  height: auto;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.close {
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 20px;
  cursor: pointer;
  background: #111;
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
}
.client-wrapper .tripex-client-item {
    text-align: center;
}




.tripex-contact-form .form_control {
  border-radius: 10px;
  border: 1px solid rgba(17, 34, 28, 0.1);
  padding: 10px 20px;
  margin-bottom: 25px;
  height: 50px;
  color: var(--heading-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tripex-contact-form textarea{
  height: 150px !important;
}
.tripex-contact-form .form_control::-webkit-input-placeholder {
  color: var(--heading-color);
}
.tripex-contact-form .form_control::-moz-placeholder {
  color: var(--heading-color);
}
.tripex-contact-form .form_control:-ms-input-placeholder {
  color: var(--heading-color);
}
.tripex-contact-form .form_control::-ms-input-placeholder {
  color: var(--heading-color);
}
.tripex-contact-form .form_control::placeholder {
  color: var(--heading-color);
}
.tripex-contact-form .form_control:focus {
  -webkit-box-shadow: 10px 4px 30px 0px rgba(115, 180, 88, 0.3);
          box-shadow: 10px 4px 30px 0px rgba(115, 180, 88, 0.3);
}
.tripex-contact-form label{
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: var(--dark-color);
  font-family: var(--font_dosis);
  margin: 10px 0px 5px 3px;
}




@media (max-width: 991px) and (min-width: 768px){
  .hero-content .shape-one {
    right: -4%;
    top: -240px;
  }
  .hero-content .shape-two {
    left: -6%;
    top: -230px;
  }
  .hero-content .shape-three {
    right: -5%;
    bottom: -243px;
  }
  .hero-content .shape-four {
    left: -5%;
    bottom: -243px;
  }
}
@media (max-width: 767px){
  .tripex-hero-sec .hero-content h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 2px;
  }
  .tripex-hero-sec .hero-content h1 {
      font-size: 26px;
      line-height: 30px;
      margin-bottom: 10px;
      letter-spacing: -1.3px;
  }
  .tripex-hero-sec .hero-wrapper {
    padding: 450px 0 200px;
  }
  .tripex-hero-sec .hero-wrapper .hero-content .hero-bg {
    left: -18px;
    top: -72px;
    width: 109%;
  }
  .space {
    width: 5px;
  }
  .shape-window,
  .shape-one,
  .shape-two {
    display: none !important;
  }
  .header-navigation .main-menu ul > li .sub-menu li {
    border: 0;
  }
  .header-navigation .main-menu ul > li {
    border: 0;
  }

  .tripex-testimonial-item .testimonial-content p {
    font-size: 19px;
    line-height: 26px;
    font-weight: 600;
  }
  .footer-widget {
    margin-left: 30px;
  }
  .footer-content.pl-40{padding-left: 0!important;}
  .tripex-testimonial-sec .nav-tabs li {margin: 10px 0;}
  .blog-post .page-title{font-size: 35px;line-height: 48px;}
  
  
  
}