/*----------------------------------------------------------------------------------- 

Template Name: Tripex - Travel & Tour Booking HTML Template
URI: pixelfit.agency
Description: Tripex is a clean and elegant Travel & Tour Booking HTML template designed for travel agencies, tour operators, and booking platforms. With its modern layout and smooth user experience, it allows you to beautifully showcase destinations, tour packages, and booking options all in one place. Perfect for creating a professional online presence with style and simplicity. 
Author: Pixelfit
Author URI: https://themeforest.net/user/pixelfit
Version: 1.0 


------------------------------------------------------
   CSS INDEX
-----------------------------------------------------

    01# Common CSS
    02# Hero Section CSS
    03# Destination Section CSS
    04# About Section CSS
    05# Tour Section CSS
    06# Choose Section  CSS
    07# Offer Section CSS
    08# Counter Section CSS
    09# Testimonial Section CSS
    10# Features Section CSS
    11# Blogs Section CSS
    12# Client Section CSS
    13# Gallery Section CSS
    14# CTA Section CSS

-------------------------------------------------------    */
/*==== 01# Common CSS ====*/
.big-text h2 {
  font-size: 200px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
/*   background: url(../../image/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: 128px;
  }
}
@media (max-width: 1399.98px) {
  .big-text h2 {
    font-size: 110px;
  }
}
@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 CSS ====*/
.tripex-hero-sec .hero-wrapper {
  background-color: #11221C;
  padding: 165px 0 60px;
  margin: 20px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .tripex-hero-sec .hero-wrapper {
    margin: 0;
    border-radius: 0;
  }
}
.tripex-hero-sec .hero-wrapper .shape {
  position: absolute;
  z-index: -1;
}
@media (max-width: 1650px) {
  .tripex-hero-sec .hero-wrapper .shape img {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .tripex-hero-sec .hero-wrapper .shape {
    display: none;
  }
}
.tripex-hero-sec .hero-wrapper .shape.shape-one {
  top: 20%;
  left: 5%;
}
.tripex-hero-sec .hero-wrapper .shape.shape-two {
  left: 85px;
  top: 65%;
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .hero-wrapper .shape.shape-two {
    display: none;
  }
}
.tripex-hero-sec .hero-wrapper .shape.shape-three {
  right: 80px;
  top: 20%;
}
@media (max-width: 1650px) {
  .tripex-hero-sec .hero-wrapper .shape.shape-three {
    right: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .hero-wrapper .shape.shape-three {
    right: 0;
  }
  .tripex-hero-sec .hero-wrapper .shape.shape-three img {
    width: 50%;
  }
}
@media screen and (max-width: 991.98px) {
  .tripex-hero-sec .hero-wrapper .shape.shape-three {
    right: -10%;
  }
}
.tripex-hero-sec .hero-wrapper .overlay-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tripex-hero-sec .hero-wrapper .overlay-image img {
  width: 100%;
}
.tripex-hero-sec .hero-wrapper .hero-content {
  text-align: center;
}
.tripex-hero-sec .hero-wrapper .hero-content h1 {
  color: var(--white-color);
  margin-bottom: 50px;
}
.tripex-hero-sec .hero-wrapper .hero-content h1 span {
  font-size: 100px;
  font-weight: 300;
  display: block;
  font-family: var(--accent-font);
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .hero-wrapper .hero-content h1 span {
    font-size: 24px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .hero-wrapper .hero-content h1 {
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}
.tripex-hero-sec .hero-wrapper .hero-content p {
  color: var(--white-color);
  font-size: 24px;
}
.tripex-hero-sec .hero-wrapper .hero-content p span {
  padding: 5px 10px;
  border-radius: 20px;
  background-color: var(--secondary-color);
  font-weight: 600;
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .hero-wrapper .hero-content p span {
    padding: 2px 10px;
  }
}
@media screen and (max-width: 991.98px) {
  .tripex-hero-sec .hero-wrapper .hero-content p span {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .hero-wrapper .hero-content p {
    font-size: 18px;
  }
}
.tripex-hero-sec .hero-wrapper .hero-search-wrapper {
  position: relative;
  padding: 20px 50px;
  /* background-color: var(--white-color); */
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 260px;
  border-radius: 12px;
}
@media (max-width: 1650px) {
  .tripex-hero-sec .hero-wrapper .hero-search-wrapper {
    max-width: 90%;
    padding: 20px 20px;
    margin-top: 200px;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .hero-wrapper .hero-search-wrapper {
    padding: 20px 15px;
    margin-top: 50px;
    width: 95%;
  }
}
.tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search {
  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;
  gap: 0 30px;
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search .form-group {
  position: relative;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .hero-wrapper .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) {
  .tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search .form-group {
    width: 47%;
  }
}
@media (max-width: 767.98px) {
  .tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search .form-group {
    width: 100%;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search .form-group:not(:last-child) {
    margin-bottom: 20px;
  }
}
.tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search .form-group:not(:last-child):after {
  position: absolute;
  top: 15px;
  right: 0;
  content: "";
  width: 1px;
  height: 30px;
  background-color: var(--border-color);
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search .form-group:not(:last-child):after {
    background-color: inherit;
    border-bottom: 1px solid var(--border-color);
  }
}
.tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search .form-group:first-child {
  padding-left: 0;
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search .form-group:first-child {
    padding-left: 20px;
  }
}
.tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search .form-group:last-child {
  text-align: end;
  padding-right: 0;
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search .form-group:last-child {
    padding: 0;
    text-align: center;
    border: none;
    width: 100%;
  }
}
.tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search label {
  display: block;
  font-size: 14px;
}
.tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search label i {
  margin-right: 10px;
  font-size: 16px;
}
.tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search .nice-select {
  border: none;
  color: var(--heading-color);
  padding-left: 25px;
  line-height: 1;
}
.tripex-hero-sec .hero-wrapper .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);
}
.tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search .submit-btn i {
  margin-left: 20px;
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .hero-wrapper .hero-search-wrapper .hero-search .submit-btn {
    width: 100%;
  }
}

/*===   03# Destination Section CSS ===*/
.destination-slider .slick-list {
  padding-top: 30px;
}
.destination-slider .slick-slide {
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .destination-slider .slick-slide {
    margin-right: 12px;
  }
}

.tripex-destination-sec {
  overflow: hidden;
}
.tripex-destination-sec .section-title h2 span {
  background-color: var(--secondary-color);
  padding: 3px 10px;
  line-height: 1;
  border-radius: 20px;
  color: var(--white-color);
}
.tripex-destination-sec .tripex-destination-item {
  position: relative;
  width: 300px;
}
.tripex-destination-sec .tripex-destination-item .number {
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 14px;
  font-weight: 600;
  background-color: var(--secondary-color);
  border: 1px solid var(--white-color);
  padding: 7px 15px;
  line-height: 1;
  color: var(--white-color);
  z-index: 1;
}
.tripex-destination-sec .tripex-destination-item .thumbnail {
  position: relative;
  width: 300px;
  overflow: hidden;
  border-radius: 150px;
}
.tripex-destination-sec .tripex-destination-item .thumbnail img {
  width: 100%;
  border-radius: 150px;
}
.tripex-destination-sec .tripex-destination-item .thumbnail .bottom-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
}
.tripex-destination-sec .tripex-destination-item .thumbnail .hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}
.tripex-destination-sec .tripex-destination-item .thumbnail .content h4 {
  color: var(--white-color);
}


/*===   04# About Section CSS ===*/
.tripex-about-sec {
  position: relative;
  z-index: 1;
}
.tripex-about-sec .shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .tripex-about-sec .shape {
    display: none;
  }
}
.tripex-about-sec .shape.shape-one {
 top: 18%;
 left: 27px;
}
.tripex-about-sec .shape.shape-two {
  bottom: 120px;
  left: 90px;
}
.tripex-about-sec .shape.shape-three {
  bottom: 100px;
  right: 0;
}
.tripex-about-sec .tripex-image-box {
  position: relative;
}
@media (max-width: 767.98px) {
  .tripex-about-sec .tripex-image-box {
    text-align: center;
  }
}
.tripex-about-sec .tripex-image-box .tripex-image.image-one {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.tripex-about-sec .tripex-image-box .tripex-image.image-one img {
  border-radius: 120px;
}
.tripex-about-sec .tripex-image-box .tripex-image.image-two {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .tripex-about-sec .tripex-image-box .tripex-image.image-two {
    position: relative;
    right: 0;
    bottom: 0;
  }
  .tripex-about-sec .tripex-image-box .tripex-award-card {
  position: relative;
  margin-left: 30px;
  z-index: 3;
  display:none;
}

}
.tripex-about-sec .tripex-image-box .tripex-image.image-three {
  position: absolute;
  top: 85px;
  right: 60px;
  z-index: 1;
  max-width: 227px;
}
.tripex-about-sec .tripex-image-box .tripex-award-card {
  position: relative;
  margin-left: 30px;
  z-index: 3;
}
.tripex-about-sec .tripex-content-box .tripex-iconic-list {
  padding-top: 30px;
  border-top: 1px solid var(--border-color);
}
.tripex-about-sec .tripex-content-box .tripex-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tripex-about-sec .tripex-content-box .tripex-button-wrap .tripex-button {
  margin-right: 50px;
}
@media screen and (max-width: 1199.98px) {
  .tripex-about-sec .tripex-content-box .tripex-button-wrap .tripex-button {
    margin-right: 20px;
  }
}

.tripex-award-card {
  background-color: var(--primary-color);
  padding: 35px 40px;
  border-radius: 30px;
  max-width: 300px;
}
.tripex-award-card .icon {
  margin-bottom: 25px;
}
.tripex-award-card .content h5 {
  color: var(--white-color);
}

.tripex-iconic-item .content h5 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.tripex-iconic-item .content h5 i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  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;
  background-color: var(--secondary-color);
  font-size: 40px;
  color: var(--white-color);
  margin-right: 20px;
}
.tripex-iconic-item .content p {
  line-height: 28px;
  font-weight: 500;
}

.tripex-avatar-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid var(--border-color);
  border-radius: 30.5px;
  padding: 8px 25px 8px 8px;
  background-color: var(--white-color);
  -webkit-box-shadow: 10px 4px 60px 0px rgba(115, 180, 88, 0.2);
          box-shadow: 10px 4px 60px 0px rgba(115, 180, 88, 0.2);
}
.tripex-avatar-card ul li {
  display: inline-block;
}
.tripex-avatar-card ul li:not(:first-child) {
  margin-left: -15px;
}
.tripex-avatar-card ul li img {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  border: 2px solid var(--border-color);
  -webkit-box-shadow: 10px 4px 60px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 4px 60px 0px rgba(0, 0, 0, 0.1);
}
.tripex-avatar-card span {
  font-size: 18px;
  font-weight: 500;
  margin-left: 15px;
}

/*===  05# Tour Section CSS ===*/
.tripex-popular-sec {
  position: relative;
  z-index: 1;
  background-color: #11221cdb;
  margin: 0 30px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1199.98px) {
  .tripex-popular-sec {
    margin: 0;
  }
}
.tripex-popular-sec .shape {
  position: absolute;
  z-index: -1;
}
@media (max-width: 1650px) {
  .tripex-popular-sec .shape img {
    width: 70%;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-popular-sec .shape {
    display: none;
  }
}
.tripex-popular-sec .shape.shape-one {
  top: 90px;
  left: 70px;
}
.tripex-popular-sec .shape.shape-two {
  top: 90px;
  right: 80px;
}
.tripex-popular-sec .tour-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5000%;
  height: 80%;
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: contain;
  -webkit-animation: translateBg 40s linear infinite;
          animation: translateBg 40s linear infinite;
}

.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 {
  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 {
  background-color: var(--secondary-color);
  border-radius: 3.5px;
  width: 30px;
}

.tripex-tour-card {
  background-color: var(--white-color);
  padding: 5px;
  border-radius: 15px;
}
.tripex-tour-card .thumbnail {
  position: relative;
  z-index: 1;
}
.tripex-tour-card .thumbnail .category {
  position: absolute;
  top: 10px;
  left: 10px;
}
.tripex-tour-card .thumbnail .category a {
  padding: 8px 15px;
  background-color: var(--secondary-color);
  border-radius: 20px;
  font-weight: 700;
  color: var(--white-color);
  font-family: var(--heading-font);
  line-height: 1;
}
.tripex-tour-card .thumbnail .duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 30px;
  padding: 12px 20px;
  background-color: var(--white-color);
  color: var(--heading-color);
  line-height: 1;
  font-weight: 500;
}
.tripex-tour-card .thumbnail img {
  width: 100%;
  border-radius: 15px;
}
.tripex-tour-card .content {
  padding: 30px;
}
@media (max-width: 1650px) {
  .tripex-tour-card .content {
    padding: 15px 10px;
  }
}
.tripex-tour-card .content h4 {
  margin-bottom: 15px;
}
@media (max-width: 1650px) {
  .tripex-tour-card .content h4 {
    font-size: 19px;
  }
}
.tripex-tour-card .content .tour-meta {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 20px;
}
.tripex-tour-card .content .tour-meta span {
  margin-bottom: 10px;
}
.tripex-tour-card .content .tour-meta span:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 1199.98px) {
  .tripex-tour-card .content .tour-meta span:not(:last-child) {
    margin-right: 10px;
  }
}
.tripex-tour-card .content .tour-meta span i {
  margin-right: 7px;
}
.tripex-tour-card .content .tour-meta span i.fa-star {
  color: var(--secondary-color);
}
.tripex-tour-card .content p {
  margin-bottom: 20px;
}
.tripex-tour-card .content .tour-footer {
  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;
}
.tripex-tour-card .content .tour-footer .offer-price span {
  font-size: 14px;
}
.tripex-tour-card .content .tour-footer .offer-price span span.off {
  font-weight: 600;
  font-size: 10px;
  background-color: var(--secondary-color);
  padding: 5px 7px;
  color: var(--white-color);
  line-height: 1;
  text-transform: uppercase;
  border-radius: 6px;
}
/*===   09# Choose Section CSS ===*/
.tripex-choose-sec {
  position: relative;
  z-index: 1;
}
.tripex-choose-sec .shape {
  position: absolute;
  z-index: -1;
}
@media (max-width: 1650px) {
  .tripex-choose-sec .shape img {
    width: 70%;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-choose-sec .shape {
    display: none;
  }
}
.tripex-choose-sec .shape.shape-one {
  top: 100px;
  left: 55px;
}
@media (max-width: 1650px) {
  .tripex-choose-sec .shape.shape-one {
    top: 40px;
    left: 0;
  }
}
.tripex-choose-sec .shape.shape-two {
  top: 115px;
  right: 40px;
}
@media (max-width: 1650px) {
  .tripex-choose-sec .shape.shape-two {
    top: 40px;
    right: 0;
  }
}
.tripex-choose-sec .tripex-content-box {
  position: relative;
}
.tripex-choose-sec .tripex-content-box p {
  margin-bottom: 20px;
}
.tripex-choose-sec .tripex-content-box ul.check-list {
  margin-bottom: 33px;
}
.tripex-choose-sec .tripex-content-box ul.check-list li i {
  font-size: 20px;
  color: var(--primary-color);
}
.tripex-choose-sec .tripex-content-box .tripex-image-box img {
  border-radius: 15px;
}
.tripex-choose-sec .tripex-content-box .tripex-award-card {
  position: absolute;
  bottom: 40px;
  right: 100px;
}
@media (max-width: 767.98px) {
  .tripex-choose-sec .tripex-content-box .tripex-award-card {
    position: relative;
    bottom: 50px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.tripex-award-card {
  position: relative;
  background-color: var(--primary-color);
  text-align: center;
  padding: 30px 20px 20px;
  display: inline-block;
  border-radius: 15px;
  max-width: 200px;
}
.tripex-award-card .icon {
  margin-bottom: 35px;
}
.tripex-award-card .content h5 {
  color: var(--white-color);
  line-height: 30px;
}

.tripex-iconic-box {
  background-color: #EAF4E6;
  padding: 40px;
  border-radius: 15px;
}
@media (max-width: 1650px) {
  .tripex-iconic-box {
    padding: 40px 25px;
  }
}
.tripex-iconic-box .icon {
  color: var(--primary-color);
  font-size: 40px;
  margin-bottom: 20px;
}
.tripex-iconic-box .content h5 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(17, 34, 28, 0.1);
}
@media (max-width: 1399.98px) {
  .tripex-iconic-box .content h5 {
    font-size: 18px;
  }
}

/*===   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: -2px;
  bottom: 45px;
}
.tripex-offer-sec .shape.shape-two {
  bottom: 100px;
  right: 21px;
}

.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: 17px 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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  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: 960px;
  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 .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);
}

/*====  Testimonial Section  ====*/
.tripex-testimonial-sec {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tripex-testimonial-sec .map-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 550px;
}
.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: 90px;
  left: 135px;
}
.tripex-testimonial-sec .shape.shape-two {
  top: 90px;
  right: 200px;
}
.tripex-testimonial-sec .tripex-image {
  position: absolute;
  z-index: -1;
}
@media (max-width: 1650px) {
  .tripex-testimonial-sec .tripex-image {
    width: 20%;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-testimonial-sec .tripex-image {
    display: none;
  }
}
.tripex-testimonial-sec .tripex-image.image-one {
  bottom: 0;
  left: 55px;
}
.tripex-testimonial-sec .tripex-image.image-two {
  bottom: 90px;
  right: 0;
}
.tripex-testimonial-sec .testimonial-slider .slick-dots {
  text-align: center;
}
.tripex-testimonial-sec .testimonial-slider .slick-dots li {
  margin-left: 5px;
  margin-right: 5px;
}
.tripex-testimonial-sec .testimonial-slider .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 .testimonial-slider .slick-dots li.slick-active button {
  width: 30px;
  border-radius: 3.5px;
}
.tripex-testimonial-sec .tripex-testimonial-item {
  margin-bottom: 53px;
}

.tripex-testimonial-item .testimonial-content {
  text-align: center;
}
.tripex-testimonial-item .testimonial-content .author-thumb-quote {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tripex-testimonial-item .testimonial-content .author-thumb-quote .author-thumb {
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.tripex-testimonial-item .testimonial-content .author-thumb-quote .author-thumb img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.tripex-testimonial-item .testimonial-content .author-thumb-quote .quote {
  width: 64px;
  height: 64px;
  background-color: var(--primary-color);
  border-radius: 50%;
  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;
  font-size: 26px;
  color: var(--white-color);
  margin-left: -15px;
}
.tripex-testimonial-item .testimonial-content h3 {
  font-size: 50px;
  line-height: 60px;
  font-family: var(--heading-font);
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 7px;
}
@media (max-width: 1650px) {
  .tripex-testimonial-item .testimonial-content h3 {
    font-size: 22px;
    line-height: 35px;
  }
}
@media (max-width: 767.98px) {
  .tripex-testimonial-item .testimonial-content h3 {
    font-size: 20px;
    line-height: 35px;
  }
}
.tripex-testimonial-item .testimonial-content .author-rating-box h5 span {
  font-size: 16px;
  color: var(--text-color);
  font-weight: 400;
}
.tripex-testimonial-item .testimonial-content .author-rating-box .ratings span {
  color: var(--heading-color);
  font-weight: 600;
  margin-right: 10px;
}

/*===   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: var(--secondary-color);
  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 15px 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);
}

/*====   12# Client Section CSS ====*/
.tripex-clients-sec {
  margin: 0 8px;
}

.client-wrapper {
  border: 1px solid var(--border-color);
  padding: 24px 30px 20px;
  border-radius: 15px;
}
@media screen and (max-width: 1199.98px) {
  .client-wrapper {
    padding: 40px 30px 50px;
  }
}
.client-wrapper h4 {
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 37px;
}
@media screen and (max-width: 1199.98px) {
  .client-wrapper h4 {
    font-size: 18px;
  }
}

.tripex-client-item .thumbnail {
  text-align: center;
}
.tripex-client-item .thumbnail img {
  margin: 0 auto;
}

/*===   08# Gallery Section CSS ===*/
.gallery-slider {
  margin-left: -10px;
  margin-right: -10px;
}
.gallery-slider .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

.tripex-gallery-item:hover .thumbnail .hover-content {
  visibility: visible;
  opacity: 1;
}
.tripex-gallery-item .thumbnail {
  position: relative;
}
.tripex-gallery-item .thumbnail img {
  border-radius: 15px;
}
.tripex-gallery-item .thumbnail .hover-content {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 10px 10px 10px;

}
.tripex-gallery-item .thumbnail .inner-content {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(202, 202, 202, 0.1)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(202, 202, 202, 0.1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  width: 100%;
  padding: 40px 50px;
  text-align: center;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 15px;
}
@media screen and (max-width: 1199.98px) {
  .tripex-gallery-item .thumbnail .inner-content {
    padding: 20px 30px;
  }
}
.tripex-gallery-item .thumbnail .content {
  border-radius: 50%;
}
.tripex-gallery-item .thumbnail .content a {
  font-weight: 500;
  margin-bottom: 10px;
}
.tripex-gallery-item .thumbnail .content a:hover {
  color: var(--secondary-color);
}
.tripex-gallery-item .thumbnail .content h4 {
  color: var(--white-color);
  font-size: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 1650px) {
  .tripex-gallery-item .thumbnail .content h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-gallery-item .thumbnail .content h4 {
    font-size: 20px;
  }
}
.tripex-gallery-item .thumbnail .content p {
  color: var(--white-color);
  margin-bottom: 20px;
}
.tripex-gallery-item .thumbnail .content .icon-btn.style-one {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--white-color);
  border: none;
}

/*===   09# Choose Section CSS ===*/
.tripex-choose-sec {
  position: relative;
  z-index: 1;
}
.tripex-choose-sec .shape {
  position: absolute;
  z-index: -1;
}
@media (max-width: 1650px) {
  .tripex-choose-sec .shape img {
    width: 70%;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-choose-sec .shape {
    display: none;
  }
}
.tripex-choose-sec .shape.shape-one {
  top: 100px;
  left: 55px;
}
@media (max-width: 1650px) {
  .tripex-choose-sec .shape.shape-one {
    top: 40px;
    left: 0;
  }
}
.tripex-choose-sec .shape.shape-two {
  top: 115px;
  right: 40px;
}
@media (max-width: 1650px) {
  .tripex-choose-sec .shape.shape-two {
    top: 40px;
    right: 0;
  }
}
.tripex-choose-sec .tripex-content-box {
  position: relative;
}
.tripex-choose-sec .tripex-content-box p {
  margin-bottom: 20px;
}
.tripex-choose-sec .tripex-content-box ul.check-list {
  margin-bottom: 33px;
}
.tripex-choose-sec .tripex-content-box ul.check-list li i {
  font-size: 20px;
  color: var(--primary-color);
}
.tripex-choose-sec .tripex-content-box .tripex-image-box img {
  border-radius: 15px;
}
.tripex-choose-sec .tripex-content-box .tripex-award-card {
  position: absolute;
  bottom: 40px;
  right: 100px;
}
@media (max-width: 767.98px) {
  .tripex-choose-sec .tripex-content-box .tripex-award-card {
    position: relative;
    bottom: 50px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.tripex-award-card {
  position: relative;
  background-color: var(--secondary-color);
  text-align: center;
  padding: 30px 20px 20px;
  display: inline-block;
  border-radius: 15px;
  max-width: 200px;
}
.tripex-award-card .icon {
  margin-bottom: 35px;
}
.tripex-award-card .content h5 {
  color: var(--white-color);
  line-height: 30px;
}

.tripex-iconic-box {
  background-color: var(--primary-color);
  padding: 40px;
  border-radius: 15px;
}
@media (max-width: 1650px) {
  .tripex-iconic-box {
    padding: 40px 25px;
  }
}
.tripex-iconic-box .icon {
  color: var(--secondary-color);
  font-size: 40px;
  margin-bottom: 20px;
}
.tripex-iconic-box .content h5 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(17, 34, 28, 0.1);
}
@media (max-width: 1399.98px) {
  .tripex-iconic-box .content h5 {
    font-size: 18px;
  }
}

/*===== 14# CTA Section CSS ====*/
.tripex-cta-sec {
  margin: 0 20px;
}
@media (max-width: 767.98px) {
  .tripex-cta-sec {
    margin: 0 10px;
  }
}
.tripex-cta-sec .cta-wrapper {
  position: relative;
  z-index: 1;
  background-color: var(--primary-black-color);
  border-radius: 15px;
  padding-top: 40px;
}
.tripex-cta-sec .cta-wrapper .shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .tripex-cta-sec .cta-wrapper .shape {
    display: none;
  }
}
.tripex-cta-sec .cta-wrapper .shape.shape-one {
  top: 80px;
  left: 55px;
}
@media (max-width: 1650px) {
  .tripex-cta-sec .cta-wrapper .shape.shape-one {
    top: 30px;
    left: 0;
  }
}
@media (max-width: 1399.98px) {
  .tripex-cta-sec .cta-wrapper .shape.shape-one {
    top: 30px;
    left: 20px;
  }
  .tripex-cta-sec .cta-wrapper .shape.shape-one img {
    width: 60%;
  }
}
.tripex-cta-sec .cta-wrapper .shape.shape-two {
  top: 75px;
  right: 44px;
}
@media (max-width: 1399.98px) {
  .tripex-cta-sec .cta-wrapper .shape.shape-two {
    display: none;
  }
}
.tripex-cta-sec .cta-wrapper .map-bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 40px;
  width: 50%;
  height: 100%;
  background-size: contain;
}
.tripex-cta-sec .tripex-content-box {
  padding-bottom: 52px;
}
@media (max-width: 1399.98px) {
  .tripex-cta-sec .tripex-content-box {
    padding-right: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .tripex-cta-sec .tripex-content-box {
    margin-bottom: 40px;
    padding-right: 0;
  }
}
.tripex-cta-sec .tripex-content-box h2 {
  color: var(--white-color);
  margin-bottom: 15px;
}
@media (max-width: 1650px) {
  .tripex-cta-sec .tripex-content-box h2 {
    font-size: 50px;
  }
}
@media (max-width: 1399.98px) {
  .tripex-cta-sec .tripex-content-box h2 {
    font-size: 45px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-cta-sec .tripex-content-box h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
@media (max-width: 767.98px) {
  .tripex-cta-sec .tripex-content-box h2 {
    font-size: 24px;
    line-height: 35px;
  }
}
.tripex-cta-sec .tripex-content-box p {
  color: var(--white-color);
  max-width: 575px;
  margin-bottom: 25px;
}


/* Slick Slider Fix */
.destination-slider {
    overflow: hidden;
}

.destination-slider .slick-track {
    display: flex !important;
}

.destination-slider .slick-slide {
    position: relative;
    width: 320px;
    height: 525px;
    border-radius: 180px 180px 40px 40px;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
}

.destination-slider .tripex-destination-item {
    margin: 0 10px;
}
/*------------------logo ---------------------------*/
.logo-size{
	max-width:160px;
}



/*===   07# Service Section CSS ===*/
.tripex-service-sec {
  position: relative;
  z-index: 1;
}
.tripex-service-sec .shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .tripex-service-sec .shape {
    display: none;
  }
}
.tripex-service-sec .shape.shape-one {
  top: 80px;
  left: 0;
}

.tripex-service-card {
  background-color: var(--primary-color);
  border: 1px solid rgba(17, 34, 28, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  border-radius: 15px;
}
.tripex-service-card .thumbnail {
  max-width: 180px;
  width: 100%;
}
.tripex-service-card .thumbnail img {
  border-radius: 5px;
  width: 100%;
  height: 205px;
}
@media screen and (max-width: 991.98px) {
  .tripex-service-card .thumbnail {
    max-width: 170px;
  }
  .tripex-service-card .thumbnail img {
    height: 190px;
  }
}
.tripex-service-card .content {
  padding: 20px;
}
@media screen and (max-width: 991.98px) {
  .tripex-service-card .content {
    padding: 20px 15px;
  }
}
.tripex-service-card .content i {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: 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;
  font-size: 40px;
  color: var(--heading-color);
  margin-bottom: 20px;
}
.tripex-service-card .content h5 {
  letter-spacing: -0.025em;
  line-height: 30px;
  max-width: 160px;
}
@media (max-width: 1650px) {
  .tripex-service-card .content h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 991.98px) {
  .tripex-service-card .content h5 {
    font-size: 16px;
  }
}
/*----------------Logo Size------------------*/
.logo-size
{
	max-width:190px;
}
header {
  overflow: hidden;
}

.hero-text h2 {
  margin-bottom: 50px;
}

.hero-text .hero {
  position: relative;
}

.hero-text .hero .hero-slide a:hover span {
  color: #033a71;
}

.hero .hero-slide img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: top center;
}

.hero .hero-slide .header-content {
  top: 20%;
  margin-left: 8rem;
  max-width: 550px;
  width: 100%;
  padding: 2rem;
}

.slide-content {
  padding: 10px 20px 10px 0;
}

.slide-content .h1 {
  font-size: 62px;
}

.btn-primary {
  background-color: #5302FE;
  border-radius: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  outline: none;
}

.slick-dots li button::before {
  font-size: 18px;
  color: #fff;
  opacity: 1;
}

.slick-active button {
  background: var(--primary-color);
}

/** Text Animation **/

@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-active .slide-content {
  animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
  padding: 10px 20px 30px 0;
}

/* Media Queries */

@media (max-width: 768px) {
  .hero-text .hero .hero-slide a {
    padding-top: 0.8rem;
  }

  .hero-text .hero .hero-slide a span {
    font-size: 20px;
    margin-top: 0.5rem;
  }

  .hero .hero-slide .header-content {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
  }
}
/* INITIAL STATE */
.hero-content h1,
.hero-content p,
.hero-content .hero-button {
    opacity: 0;
    transform: translateY(-80px);
}

/* ACTIVE SLIDE ANIMATION */
.home-slider .slick-active .hero-content h1 {
    animation: slideDown 1s ease forwards;
}

.home-slider .slick-active .hero-content p {
    animation: slideDown 1.2s ease forwards;
}

.home-slider .slick-active .hero-content .hero-button {
    animation: slideDown 1.4s ease forwards;
}

/* KEYFRAMES */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-80px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.footer-copyright-text-prime p a img {
    height: 25px !important;
    opacity: 0.45 !important;
    /* filter: grayscale(100%) !important; */
    transition: all 0.3s ease !important;
}
.sidesocialhandler {
    position: fixed;
    text-decoration: none;
    font-size: 13px;
    z-index: 999;
    top: 58%;
    font-family: "Intelo Bold", sans-serif;
    right: 0;
}
.sidesocial-handlericon {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    border-radius: 0 10px 10px 0;
    margin-bottom: 15px;
    border-radius: 30px 0 0 30px;
    background: #fff;
    box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 28%);
    right: -96px;
    transition: all 800ms ease-in-out;
    position: relative;
    z-index: 100;
}
.sidesocial-handlericon img {
    width: 30px;
}
.sidesocial-handlericon span {
    width: 84px;
    display: inline-block;
    margin-left: 5px;
}
.sidesocial-handlericon:hover {
    right: 0;
    transition: all 800ms ease-in-out;
}
.sidesocialhandler1 {
    position: fixed;
    text-decoration: none;
    font-size: 16px;
    z-index: 999;
    top: 50%;
    font-family: "Intelo Bold", sans-serif;
    right: 0;
}
.icon-footer {
       font-size: 14px;
    padding: 7px;
    width: 27px;
    height: 28px;
    justify-content: center;
    display: inline-flex;
    border-radius: 50%;
    color:  var(--theme-color);
    background: var(--tj-color-theme-primary);
    margin-right: 5px;
}
.float-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tripex-iconic-box-two {
    padding: 30px 15px 23px;
  }
  
  .hero-prime::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#0000004d;
    opacity: 70%;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.footericon
{
	display: flex;
    gap: 9px;
}
.coloricon
{
	color:var(--secondary-color);
}
@media (max-width: 767.98px) {
	.butpadding{
	margin-top:20px;
	}
	.imgh
	{
		height:600px;
	}
	
}
.destination-wrapper{
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: nowrap;
}

/* CARD */
.destination-card{
    position: relative;
    width: 320px;
    height: 640px;
    border-radius: 180px 180px 40px 40px;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
}

.destination-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

/* DARK OVERLAY */
.destination-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background:linear-gradient(to top, rgb(0 0 0 / 69%) 8%, rgb(0 0 0 / 29%) 35%, rgb(0 0 0 / 0%) 70%);
    z-index: 1;
}

/* BADGE */
.tour-badge{
    position: absolute;
    top: 35px;
    left: 52px;
    background: #9b5b2d;
    color: #fff;
    padding: 7px 18px;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 700;
    z-index: 3;
}

/* CONTENT */
.card-content{
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 35px;
    z-index: 2;
    color: #fff;
}

.card-content h3{
    font-size: 27px;
    line-height: 6px;
    font-weight: 700;
    margin-bottom: 23px;
    color: #fff;
}

.card-content p{
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 20px;
    color: rgba(255,255,255,0.9);
}

/* BUTTON */
.explore-btn{
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 5px 7px 9px;
    border: 1px solid var(--secondary-color);
    border-radius: 60px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: 0.4s;
}

.explore-btn:hover{
    background-color: var(--secondary-color);
    color: var(--white-color);
}

/* IMAGE ZOOM */
.destination-card:hover img{
    transform: scale(1.08);
}