@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ==========================
   MAIN SLIDER
========================== */

.ts-banner-area {
  position: relative;
}

.ts-main-slider .ts-slide-item {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}


.ts-slide-content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
}

.ts-slide-content h1 {
  margin-bottom: 20px;
}


.ts-btn {
  display: inline-block;
  padding: 15px 40px;
  background: #58c6c6;
  color: #fff;
  text-decoration: none;
}

/* ==========================
   THUMBNAILS
========================== */

.ts-thumb-nav {
  position: absolute;
  right: 0;
  bottom: -250px;
  display: flex;
  z-index: 9;
}

.ts-thumb-item {
  width: 220px;
  height: 420px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: .4s;
}

.ts-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1px;
}

.ts-thumb-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .25);
}

.ts-thumb-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  z-index: 2;
}

.ts-thumb-content h4 {
  font-size: 28px;
  color: #fff;
}

.ts-thumb-content span {
  display: block;
  margin-top: 10px;
}

.ts-thumb-active {
  transform: translateY(-50px);
}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:991px) {

  .ts-thumb-nav {
    display: none;
  }

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

}

.about-tour-section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
  background-color: #ffffff;
}

/* vertical background lines */



.about-tour-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  position: relative;
  z-index: 2;
}

.about-tour-image {
  flex: 0 0 530px;
}

.about-tour-image img {
  width: 100%;
  display: block;
  border-radius: 5px;
}

.about-tour-content {
  max-width: 720px;
}

.about-tour-subtitle {
  font-size: 38px;
  font-family: 'Times New Roman', serif;
  font-weight: 400;
  margin-bottom: 8px;
  color: #444;
}

.about-tour-title {
  font-family: 'Abril Fatface', display;
  font-size: 60px;
  line-height: 65px;
  font-weight: 400;
  margin-bottom: 35px;
  color: #3d3d44;
}

.about-tour-text {
  font-size: 16px;
  line-height: 2;
  color: #252525;
  margin-bottom: 40px;
  text-align: justify;
  font-weight: 500;
}

.about-tour-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 17px 38px;
  background: #4eb0b1;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: .4s;
}

.about-tour-btn span {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.about-tour-btn:hover {
  background: #2e9798;
}

@media(max-width:991px) {

  .about-tour-container {
    flex-direction: column;
    gap: 60px;
  }

  .about-tour-image {
    flex: 100%;
  }

  .about-tour-title {
    font-size: 56px;
  }

  .about-tour-content {
    max-width: 100%;
  }

}

@media(max-width:576px) {

  .about-tour-section {
    padding: 80px 20px;
  }

  .about-tour-title {
    font-size: 42px;
  }

  .about-tour-subtitle {
    font-size: 30px;
  }

  .about-tour-text {
    font-size: 15px;
    line-height: 1.9;
  }

  .about-tour-btn {
    width: 100%;
    justify-content: center;
  }

}

/*====================================
 TOUR BANNER
=====================================*/

.tt-tour-banner-section {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background: #ffffff;
  overflow: hidden;
}

/* Vertical Background Lines */


.tt-tour-banner-container {

  position: relative;
  z-index: 5;

  width: 1200px;
  max-width: 92%;

  margin: auto;

  padding-top: 95px;
}

.tt-tour-banner-subtitle {

  display: block;

  font-family: Georgia, serif;

  font-size: 22px;

  color: #444;

  margin-bottom: 15px;

}

.tt-tour-banner-title {

  font-family: 'Abril Fatface', display;

  font-size: 72px;

  font-weight: 400;

  line-height: 1;

  color: #3b3b3b;

  margin-bottom: 42px;

}

.tt-tour-banner-button {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 12px;

  padding: 16px 35px;

  background: #4db3b2;

  color: #fff;

  text-decoration: none;

  text-transform: uppercase;

  letter-spacing: 1px;

  font-size: 12px;

  font-weight: 600;

  transition: .35s;

}

.tt-tour-banner-button:hover {

  background: #319a99;

}

.tt-tour-banner-icon {

  width: 17px;

  height: 17px;

  border: 1px solid rgba(255, 255, 255, .9);

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 10px;

}

/*=========================
 Responsive
=========================*/

@media(max-width:991px) {

  .tt-tour-banner-section {

    height: 520px;

  }

  .tt-tour-banner-title {

    font-size: 54px;

  }

}

@media(max-width:768px) {

  .tt-tour-banner-section {

    height: 420px;

  }

  .tt-tour-banner-container {

    padding-top: 70px;

  }

  .tt-tour-banner-title {

    font-size: 42px;

  }

  .tt-tour-banner-subtitle {

    font-size: 18px;

  }

  .tt-tour-banner-button {

    padding: 14px 28px;

  }

}

.ts-slide-item {
  position: relative;
  overflow: hidden;
  height: 900px;
}

.ts-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* .ts-slide-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.35);
} */
.ts-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgb(255 255 255) 0%,
      /* Top - White */
      rgba(47, 47, 47, 0.5) 50%,
      /* Middle - Medium */
      rgba(0, 0, 0, 0.80) 100%
      /* Bottom - Dark */
    );
}

.ts-slide-content {
  position: absolute;
  top: 55%;
  left: 7%;
  transform: translateY(-50%);
  z-index: 10;
  max-width: 1200px;
}

.ts-slide-title,
.ts-slide-text,
.ts-btn {
  opacity: 0;
  transform: translateY(70px);
}

.ts-slide-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

.ts-slide-text {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 35px;
  max-width: 800px;
}

.ts-btn {
  display: inline-block;
  padding: 15px 40px;
  background: #00b4b4;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.owl-item.active .ts-slide-title {

  animation: titleMove .8s ease forwards;
  animation-delay: .3s;

}

.owl-item.active .ts-slide-text {

  animation: titleMove .8s ease forwards;
  animation-delay: .6s;

}

.owl-item.active .ts-btn {

  animation: titleMove .8s ease forwards;
  animation-delay: .9s;

}

@keyframes titleMove {

  0% {

    opacity: 0;
    transform: translateY(70px);

  }

  100% {

    opacity: 1;
    transform: translateY(0);

  }

}

.header-enquiry,
.header-call {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff !important;
  font-weight: 600;
  transition: .3s;
}

.header-enquiry {
  background: #00a79d;
  margin-right: 10px;
}

.header-enquiry:hover {
  background: #008b83;
}

.header-call {
  background: #00b4b4;
}

.header-call:hover {
  background: #e85b29;
}

.header-enquiry span,
.header-call span {
  font-size: 16px;
}

.tt-service-area {
  padding: 60px 0;
  background: #f8fbfd;
}

.tt-service-heading {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.tt-service-heading span {
  color: #16a6a3;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.tt-service-heading h2 {
  font-size: 48px;
  font-family: 'Abril Fatface', serif;
  margin: 15px 0;
  color: #222;
}

.tt-service-heading p {
  color: #666;
  line-height: 28px;
  font-size: 16px;
}

.tt-service-box {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
  transition: .4s;
  margin-bottom: 30px;
}

.tt-service-box:hover {
  transform: translateY(-10px);
}

.tt-service-img {
  overflow: hidden;
}

.tt-service-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: .5s;
}

.tt-service-box:hover .tt-service-img img {
  transform: scale(1.1);
}

.tt-service-content {
  padding: 30px;
}

.tt-service-content h3 {
  margin-bottom: 15px;
}

.tt-service-content p {
  color: #666;
  line-height: 28px;
  margin-bottom: 20px;
}

.tt-service-content a {
  color: #16a6a3;
  text-decoration: none;
  font-weight: 700;
}

.tt-service-content a i {
  margin-left: 8px;
}

@media(max-width:991px) {

  .tt-service-heading h2 {
    font-size: 40px;
  }

}

@media(max-width:767px) {

  .tt-service-area {
    padding: 70px 0;
  }

  .tt-service-heading h2 {
    font-size: 32px;
  }

}

/*==============================
 Sticky Call & WhatsApp
===============================*/

.tt-sticky-contact {
  position: fixed;
  right: 20px;
  bottom: 125px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tt-sticky-call,
.tt-sticky-whatsapp {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .20);
  transition: .35s ease;
}

.tt-sticky-call {
  background: #ff6b35;
}

.tt-sticky-whatsapp {
  background: #25D366;
}

/* Hover */

.tt-sticky-call:hover,
.tt-sticky-whatsapp:hover {
  transform: scale(1.12);
}

/* Pulse Ring */

.tt-sticky-call::before,
.tt-sticky-whatsapp::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .6);
  animation: ttPulse 2s infinite;
}

@keyframes ttPulse {

  0% {
    transform: scale(1);
    opacity: .7;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }

}

/* Floating Effect */

.tt-sticky-call {
  animation: ttFloat 2.5s ease-in-out infinite;
}

.tt-sticky-whatsapp {
  animation: ttFloat 2.5s ease-in-out infinite .8s;
}

@keyframes ttFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

}

/* Mobile */

@media(max-width:767px) {

  .tt-sticky-contact {
    right: 15px;
    bottom: 20px;
  }

  .tt-sticky-call,
  .tt-sticky-whatsapp {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

}

/*==========================================
        Footer
==========================================*/

.footer-top {
  padding: 80px 0 50px;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget img {
  max-width: 190px;
}

.footer-widget p {
  color: #cbd5e1;
  line-height: 30px;
  margin-top: 20px;
}

.footer-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #14b8a6;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu ul li {
  margin-bottom: 14px;
}

.footer-menu ul li:last-child {
  margin-bottom: 0;
}

.footer-menu ul li a {
  color: #cbd5e1;
  text-decoration: none;
  transition: .3s;
}

.footer-menu ul li a:hover {
  color: #14b8a6;
  padding-left: 8px;
}

/* Contact */

.footer-contact-info {
  margin-top: 20px;
}

.footer-address {
  display: flex;
  align-items: flex-start;
  margin-bottom: 22px;
}

.footer-address span {
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 50%;
  background: #14b8a6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 15px;
  font-size: 18px;
  transition: all .4s ease;
}

.footer-address:hover span {
  background: #ff6b35;
  transform: scale(1.15) rotate(360deg);
  box-shadow: 0 10px 25px rgba(20, 184, 166, .4);
}

.addr-info p,
.addr-info a {
  margin: 0;
  color: #cbd5e1;
  text-decoration: none;
  line-height: 28px;
}

.addr-info a:hover {
  color: #14b8a6;
}

/* Social */

.footer-social-widget {
  margin-top: 30px;
}

.nav-social {
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-social li a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #1e293b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: .3s;
  font-size: 18px;
}

.nav-social li a:hover {
  background: #14b8a6;
  transform: translateY(-5px);
}

/* Footer Bottom */

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 22px 0;
}

.footer-bottom p {
  margin: 0;
  color: #cbd5e1;
}

.footer-bottom a {
  color: #cbd5e1;
  text-decoration: none;
  transition: .3s;
}

.footer-bottom a:hover {
  color: #14b8a6;
}

/* Responsive */

@media(max-width:991px) {

  .footer-top {
    padding: 60px 0 30px;
  }

  .footer-title {
    margin-top: 20px;
  }

}

@media(max-width:767px) {

  .footer {
    text-align: center;
  }

  .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-address {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-address span {
    margin: 0 0 15px;
  }

  .nav-social {
    justify-content: center;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-bottom .text-md-end {
    margin-top: 12px;
  }

}

/*==================================
    Packages Section
==================================*/

.tt-package-section {

  position: relative;

  padding: 60px 0;

  background:
    linear-gradient(rgba(5, 20, 35, .92),
      rgba(5, 20, 35, .92)),
    url("../img/package-bg.jpg");

  background-size: cover;

  background-position: center;

  overflow: hidden;

}



/* Glow */

.tt-package-overlay {

  position: absolute;

  inset: 0;

  background:

    radial-gradient(circle at top right,

      rgba(20, 184, 166, .20),

      transparent 45%),

    radial-gradient(circle at bottom left,

      rgba(0, 150, 255, .18),

      transparent 40%);

}

.tt-package-section .container {

  position: relative;

  z-index: 5;

}

/* Heading */

.tt-package-heading {

  max-width: 760px;

  margin: auto;

  text-align: center;

  margin-bottom: 70px;

}

.tt-package-heading span {

  color: #19b5b3;

  text-transform: uppercase;

  font-size: 17px;

  letter-spacing: 3px;

  font-weight: 700;

}

.tt-package-heading h2 {

  color: #fff;

  font-size: 54px;

  font-family: 'Abril Fatface', serif;

  margin: 20px 0;

}

.tt-package-heading p {

  color: #d4dde5;

  font-size: 17px;

  line-height: 32px;

}

/* Card */

.tt-package-card {

  background: #ffffff;

  border-radius: 15px;

  overflow: hidden;

  transition: .4s;

  box-shadow: 0 20px 40px rgba(0, 0, 0, .25);

  margin-bottom: 30px;

}

.tt-package-card:hover {

  transform: translateY(-12px);

}

/* Image */

.tt-package-image {

  position: relative;

  overflow: hidden;

}

.tt-package-image img {

  width: 100%;

  height: 280px;

  object-fit: cover;

  transition: .6s;

}

.tt-package-card:hover img {

  transform: scale(1.12);

}

/* Days */

.tt-package-days {

  position: absolute;

  left: 20px;

  top: 20px;

  background: #19b5b3;

  color: #fff;

  padding: 8px 18px;

  border-radius: 30px;

  font-size: 13px;

  font-weight: 600;

}

/* Content */

.tt-package-content {

  padding: 30px;

}

.tt-package-content h3 {

  font-size: 28px;

  margin-bottom: 15px;

  color: #222;

}

.tt-package-content p {

  color: #666;

  line-height: 30px;

  margin-bottom: 25px;

}

.tt-package-content a {

  display: inline-block;

  padding: 13px 30px;

  background: #19b5b3;

  color: #fff;

  border-radius: 40px;

  text-decoration: none;

  transition: .3s;

}

.tt-package-content a:hover {

  background: #0b2238;

}

/* Responsive */

@media(max-width:991px) {

  .tt-package-heading h2 {

    font-size: 42px;

  }

}

@media(max-width:767px) {

  .tt-package-section {

    padding: 80px 0;

  }

  .tt-package-heading h2 {

    font-size: 34px;

  }

  .tt-package-image img {

    height: 240px;

  }

}


.tt-package-section {
  position: relative;
  padding: 60px 0;
  background:
    linear-gradient(rgba(7, 22, 36, .88), rgba(7, 22, 36, .92)),
    url('../img/bg/package.jpg') center/cover no-repeat;
  overflow: hidden
}


.tt-package-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: 60px 60px;
}

.tt-package-heading {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 60px
}
.tt-feature h4 {
    color: #ffff;
}

.tt-package-heading span {
  color: #25d2c8;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase
}

.tt-package-heading h2 {
  font: 400 52px 'Abril Fatface', serif;
  margin: 18px 0
}

.tt-package-heading p {
  color: #d6dde4;
  line-height: 30px
}

.tt-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
  transition: .4s
}

.tt-card:hover {
  transform: translateY(-12px)
}

.tt-img {
  position: relative;
  overflow: hidden
}

.tt-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: .6s
}

.tt-card:hover img {
  transform: scale(1.1)
}

.tt-badge {
  position: absolute;
  left: 20px;
  top: 20px;
  background: #19b5b3;
  color: #fff;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 13px
}

.tt-content {
  padding: 28px;
  color: #444
}

.tt-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #19b5b3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -58px;
  position: relative;
  border: 5px solid #fff;
  font-size: 24px
}

.tt-content h3 {
  margin: 18px 0 12px;
  font-size: 27px;
  color: #222
}

.tt-content p {
  line-height: 28px;
  color: #666
}

.tt-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px
}

.tt-btn {
  background: #19b5b3;
  color: #fff;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none
}

.tt-price {
  font-weight: 700;
  color: #19b5b3;
  font-size: 24px
}

.tt-features {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.tt-feature {
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px);
  padding: 30px;
  border-radius: 15px;
  text-align: center
}

.tt-feature i {
  font-size: 36px;
  color: #25d2c8;
  margin-bottom: 15px
}

@media(max-width:992px) {
  .tt-features {
    grid-template-columns: repeat(2, 1fr)
  }

  .tt-package-heading h2 {
    font-size: 42px
  }
}

@media(max-width:768px) {

  .tt-features {
    grid-template-columns: 1fr
  }

  .tt-package-heading h2 {
    font-size: 34px
  }
  .tt-card {
    margin: 25px 0 0;
}
}
.section-padding {
  padding: 60px 0;
}