/*===============================================
Template Name: travelik â€“ Hotel Booking & Travel Resort HTML5 Template
Author:  https://themeforest.net/user/dreamit-solution
Description: Description
Version: 1.0.0
Text Domain: travelik
Tags: consulting, finance, corporate, business, consultant, multipurpose, technology, it-solution, software, agency, company, portfolio, bangking, insurance, digital-agency, digital-marketing.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. travelik Header-top Area Css
02. travelik sign up form Css
03. travelik Header Area Css
04. header cart sidebar css
05. Cart Item Css
06. travelik Search Popup Css
07. travelik Sidbar Css
08. travelik hero Area css
09. travelik feature Area Css
10. travelik section title Css
11. travelik about Area Css
12. travelik marquee Area css
13. travelik case study Area css
14. travelik why choose Area css
15. travelik offer Area css
16. travelik team Area css
17. travelik testimonial Area css
18. travelik call to action Area css
19. travelik blog Area css 
20. travelik brand Area css
21. travelik footer Area css
22. travelik course category css
23. travelik Service  css
24. travelik Destination Area Css
25. travelik choose area css
26. travelik Galary  Area css
27. travelik joint area css
28. travelik breadcub area css
29. travelik Blog list  section css
30. travelik Blog 2Clounm Areacss
31. travelik Blog Details Area css
32. travelik Donation area css
33. travelik Donation Details area css
34. travelik Service Details area css
35. travelik Tour Grid Section css
36. Product Tour List css
37. travelik Tour Details css
38. travelik Conatct Area css
39. Loader Css
=======================*/

/* =========================================================
  <--- StartTopber Area CSS --->
============================================================ */

.topber_area {
  background: var(--primary-color);
  position: relative;
  z-index: 1;
  padding: 15px 58px 115px 55px;
}

.topber_area .header-address-info p {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
}

.topber_area .header-address-info span i {
  font-size: 15px;
  margin-right: 5px;
}

.topber_area .right_info {
  margin-left: 40px;
}

.topber_right_social {
  display: flex;
  align-items: center;
  justify-content: right;
}

.topber_right_social .closed {
  font-size: 16px;
  color: var(--color-white);
}

.topber_right_social .closed i {
  margin-right: 8px;
}

.topber_right_social li {
  display: inline-block;
  margin-right: 7px;
}

.topber_right_social li a {
  display: inline-block;
  color: var(--color-white);
  background: var(--color-border2);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  font-size: 15px;
}

.topber_right_social li a::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 50%;
  background: var(--primary-color);
  transition: all 300ms ease;
}

.topber_right_social li a:hover::before {
  transform: scale(1);
}

/*---=====================================================
   <!--travelik Header Area Css-->
=========================================================---*/
.travelik-header-area {
  position: relative;
  z-index: 2;
  background: var(--bg-color1);
  border-bottom: 1px solid #ffffff1f;
}

a.logo_two {
  display: none;
}

.sticky a.logo_two {
  display: block;
}

.sticky a.active_logo {
  display: none;
}

.travelik-header-area ul {
  display: inline-block;
}

.header-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.header-menu ul li a {
  display: inline-block;
  padding: 36px 12px 36px 12px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  color: var(--color-white);
  font-family: var(--title-font);
  transition: 0.5s;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 2px;
}

.header-menu ul li a i {
  display: inline-block;
  font-size: 12px;
  margin-left: 5px;
  transition: 0.5s;
  font-weight: 700;
  color: var(--color-white);
  position: relative;
  top: -2px;
}

.header-menu ul li a:hover {
  color: var(--primary-color);
}

.header-menu ul li a:hover i {
  color: var(--primary-color);
}

.sticky .header-menu ul li a:hover {
  color: var(--primary-color);
}

.sticky .header-menu ul li a:hover i {
  color: var(--primary-color);
}

.sticky .header-btn a:hover {
  color: var(--primary-color);
}

/* sticky header */

.header-menu ul li span {
  font-size: 15px;
  color: #131414;
  margin-left: 5px;
  position: relative;
  top: -1px;
  display: inline-block;
  transform: rotate(88deg);
}

.travelik-header-area .travelik_btn a {
  margin-right: 23px;
  border-radius: 0;
}

/* Mega Menu */

.header-menu ul .mega-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 520px;
  text-align: left;
  background: #fff;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  border-top: 3px solid var(--primary-color);
  opacity: 0;
  transition: 0.5s;
  display: flex;
  gap: 20px;
}

.header-menu ul li:hover > .mega-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.sticky .header-menu ul .maga_sub_menu {
  background: var(--title-color);
}

.header-menu ul .maga_sub_menu li {
  position: relative;
  margin: 0;
  display: block;
}

.header-menu ul .maga_sub_menu li a {
  display: block;
  padding: 12px 25px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  transition: 0.5s;
  visibility: inherit !important;
  color: var(--theme-bg-color2);
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.header-menu ul .maga_sub_menu li:hover > a {
  color: var(--color-white) !important;
}

.header-menu ul .maga_sub_menu li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background: var(--primary-color);
  z-index: -1;
  transition: 0.5s;
}

.header-menu ul .maga_sub_menu li a:hover:before {
  height: 100%;
  top: 0;
}

.sticky .maga_sub_menu li a {
  padding: 12px 20px !important;
}

/* submenu tà¦“à§Ÿ */

.header-menu ul .sub_menu_two {
  position: absolute;
  left: 100%;
  top: 130%;
  width: 225px;
  text-align: left;
  background: #fff;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  border-top: 3px solid var(--primary-color);
  opacity: 0;
  transition: 0.5s;
}

.header-menu ul li:hover > .sub_menu_two {
  visibility: visible;
  top: -3px;
  opacity: 1;
}

/*** Sub Menu Style ***/
.header-menu ul .sub_menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 225px;
  text-align: left;
  background: #fff;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  border-top: 3px solid var(--primary-color);
  opacity: 0;
  transition: 0.5s;
}

.sticky .header-menu ul .sub_menu {
  background: var(--title-color);
}

.header-menu ul li:hover > .sub_menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.header-menu ul .sub_menu li {
  position: relative;
  margin: 0;
  display: block;
}

.header-menu ul .sub_menu li a {
  display: block;
  padding: 12px 25px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  transition: 0.5s;
  visibility: inherit !important;
  color: var(--theme-bg-color2);
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.header-menu ul .sub_menu li:hover > a {
  color: var(--color-white) !important;
}

.header-menu ul .sub_menu li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background: var(--primary-color);
  z-index: -1;
  transition: 0.5s;
}

.header-menu ul .sub_menu li a:hover:before {
  height: 100%;
  top: 0;
}

.sticky .sub_menu li a {
  padding: 12px 20px !important;
}

/* header right */

.header_right .nav-btn.navSidebar-button {
  margin-top: -8px;
}

.header-button {
  display: inline-block;
  margin: 10px 0 0;
}

.header-button a {
  display: inline-block;
  border-radius: 8px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  transition: 0.5s;
}

/* header button */

/* sticky */
.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: var(--theme-bg-color) !important;
  transition: 0.5s;
  z-index: 999 !important;
  -webkit-animation: 300ms running fadeInDown;
  animation: 800ms running fadeInUp;
  animation-name: slideInDown;
}

.sticky .header-menu ul li a i {
  color: #fff;
}

.travelik-header-area.style_two .header-menu ul .sub_menu li a:before {
  left: 6px;
}

.sticky .travelik_btn a::before {
  background: #efa122;
}

/* header menu right */
.row.header-wrap {
  padding: 0px 65px 0px 58px;
}

.header-right-wrapper {
  text-align: right;
}

.header-btn {
  display: inline-block;
}

.header-sidbar-button {
  display: inline-block;
  margin-left: 10px;
}

.header-sidbar-button a {
  display: inline-block;
  color: var(--primary-color);
  transition: 0.5s;
}

.header-sidbar-button a:hover {
  color: var(--title-color);
}

.header-sidbar-button a svg {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  margin-right: 16px;
}

.header-btn a {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--color-white);
  font-weight: 400;
  font-family: var(--title-font);
  border-radius: 55px;
  background: var(--primary-color);
  padding: 16px 30px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  line-height: 0;
  letter-spacing: 2px;
}

.header-btn a:hover {
  color: var(--theme-bg-color2);
}

.header-btn a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--title-color);
  border-radius: 30px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
}

.header-btn a:hover::before {
  clip-path: polygon(
    25% -70%,
    75% -70%,
    120% 50%,
    75% 170%,
    25% 170%,
    -20% 50%
  );
}

.header-btn a svg {
  display: inline-block;
  margin-left: 10px;
  transition: 0.5s;
}

.header-btn a:hover svg {
  filter: brightness(0);
}

.header-call-info {
  display: inline-block;
}

.header-call-info p {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--color-white);
  letter-spacing: 1.6px;
  font-weight: 400;
  font-size: 18px;
}

.header-call-info svg {
  margin-right: 6px;
}

.header-sidebar {
  display: inline-block;
  margin-left: 25px;
}

/*===========================
<-- travelik-header-area Two Css -->
=============================*/

.travelik-header-area.two {
  margin-top: -99px;
}

.sticky.travelik-header-area.two {
  margin-top: 0;
}

/*===========================
<-- travelik Sidbar Css -->
=============================*/

.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 23px;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: var(--theme-bg-color2);
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px 32px;
}

.close-side-widget i {
  color: var(--primary-color);
  font-size: 28px;
  display: block;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

.xs-bg-black {
  background-color: var(--primary-color);
}

/*html css*/
.nav-logo {
  margin: 0 0 50px;
}

.content-box h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.content-box p {
  display: inline-block;
  color: #fff;
  padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
  color: #fff;
  font-size: 20px;
  padding-top: 10px;
  display: inline-block;
}

a.theme-btn.btn-style-two i {
  color: var(--primary-color);
}

.contact-info h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
}

ul.list-style-one li {
  display: block;
  list-style: none;
  color: #fff;
  padding: 16px 0 0;
  overflow: hidden;
}

ul.list-style-one li span {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0 10px 0 0px;
}

ul.social-box {
  margin: 30px 0 0;
}

ul.social-box li {
  display: inline-block;
  list-style: none;
  margin: 0 6px 0 0;
}

ul.social-box li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  color: var(--primary-color);
  transition: 0.5s;
  font-size: 18px;
  border-radius: 3px;
}

ul.social-box li a:hover {
  background: var(--primary-color);
  color: #fff;
}

/*===========================================
<-- travelik hero section one css -->
==============================================*/

.hero-section-1 {
  background-color: white;
  height: 1130px;
  margin-top: -99px;
  position: relative;
  z-index: 1;
}

.hero-section-1 .hero-plane {
  position: absolute;
  top: 13%;
  right: 14%;
  z-index: -1;
}

.hero-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.hero-thumb {
  position: absolute;
  left: 0;
  right: -14%;
  text-align: center;
  margin: auto;
  z-index: 1;
  bottom: -191px;
}

.hero-section-1 .hero_content span {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  font-family: var(--style-font);
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 28px;
  margin-bottom: 25px;
  display: inline-block;
}

.hero-section-1 .hero_content h1 {
  color: var(--color-white);
  font-weight: 400;
  font-size: 400px;
  line-height: 0.9;
}

.hero-section-1.hero_content h2 span {
  display: inline-block;
  color: var(--primary-color);
  font-weight: 800;
  font-size: 100px;
  line-height: 110px;
}

/* hero journey box */

.hero-section-1 .hero-journey-box {
  backdrop-filter: blur(50px);
  display: inline-block;
  background: #ffffff1a;
  border: 1.5px solid #ffffff1a;
  padding: 42px 40px 50px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.hero-section-1 .hero-journey-box h2 {
  font-family: Bebas Neue;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  color: var(--color-white);
}

.hero-section-1 .hero-btn a {
  display: inline-block;
  background: var(--color-btn);
  backdrop-filter: blur(50px);
  font-family: var(--title-font);
  color: var(--color-white);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1.3px;
  padding: 13px 35px;
  margin-top: 40px;
  border-radius: 30px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.hero-section-1 .hero-btn a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--color-btn1);
  border-radius: 30px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
}

.hero-section-1 .hero-btn a:hover::before {
  clip-path: polygon(
    25% -70%,
    75% -70%,
    120% 50%,
    75% 170%,
    25% 170%,
    -20% 50%
  );
}

.hero-section-1 .hero-btn a svg {
  margin-left: 5px;
}

.hero__video__btn {
  position: absolute;
  right: 130px;
  bottom: 16%;
  z-index: 1;
}

.arrow-shape {
  position: absolute;
  right: 0;
  bottom: 15%;
  z-index: -1;
}

.hero__video__btn a {
  display: inline-block;
  border: 10px solid #ffffff1a;
  border-radius: 50%;
}

.hero__video__btn a i {
  display: inline-block;
  background: var(--primary-color);
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  color: var(--color-white);
}

/*===========================================
<-- travelik hero section one classic css  -->
==============================================*/

.hero-section-1-classic {
  background: url("https://html.ditsolution.net/travelik/assets/images/main-home-classic/hero-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 190px 0px 0;
  position: relative;
  margin-top: -100px;
  overflow: hidden;
}

.hero-section-1-classic .hero_content h1 {
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-color);
  font-family: var(--style-font);
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 28px;
  margin-bottom: 20px;
}

.hero-section-1-classic .hero_content h2 {
  color: var(--color-white);
  font-weight: 400;
  font-size: 160px;
  line-height: 0.9;
}

.hero-section-1-classic .hero-btn a {
  display: inline-block;
  background: var(--color-btn);
  backdrop-filter: blur(50px);
  font-family: var(--title-font);
  color: var(--color-white);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1.3px;
  padding: 13px 35px;
  margin-top: 20px;
  border-radius: 30px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.hero-section-1-classic .hero-btn a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--color-btn1);
  border-radius: 30px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
}

.hero-section-1-classic .hero-btn a:hover::before {
  clip-path: polygon(
    25% -70%,
    75% -70%,
    120% 50%,
    75% 170%,
    25% 170%,
    -20% 50%
  );
}

.hero-section-1-classic .hero-btn a svg {
  margin-left: 5px;
}

.hero-section-1-classic .hero-thumbs img {
  position: absolute;
  left: 0;
  right: -32%;
  text-align: center;
  margin: auto;
  z-index: -1;
  bottom: -77%;
  opacity: 0;
  transform: translateY(20px);
  animation: slideShow 12s infinite;
}

.hero-section-1-classic .hero-thumbs img:nth-child(1) {
  animation-delay: 0s;
}

.hero-section-1-classic .hero-thumbs img:nth-child(2) {
  animation-delay: 4s;
}

.hero-section-1-classic .hero-thumbs img:nth-child(3) {
  animation-delay: 8s;
}

.hero-section-1-classic .hero-thumbs img:nth-child(4) {
  animation-delay: 12s;
}

@keyframes slideShow {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  5% {
    opacity: 1;
    transform: translateY(0);
  }

  25% {
    opacity: 1;
    transform: translateY(0);
  }

  30% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}

.hero-section-1-classic .hero__video__btn {
  right: 5%;
  bottom: 73%;
}

.hero-section-1-classic .hero__video__btn a {
  float: left;
  border: 0;
  margin-right: 15px;
}

.hero-section-1-classic .hero__video__btn a i {
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  font-size: 15px;
}

.hero-section-1-classic .hero__video__btn .video-text {
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: var(--color-white);
  margin-top: -4px;
  display: inline-block;
}

/* ===========================
    Start Main Banner  02
============================== */

.main-banner {
  background: url("https://html.ditsolution.net/travelik/assets/images/home2/banner-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero-section-1.style_2 {
  margin: -99px 20px 0;
  background: url("https://html.ditsolution.net/travelik/assets/images/home2/hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 900px;
  border-radius: 25px;
}

.hero-section-1.style_2 .hero_content h2 {
  font-size: 200px;
}

.hero-section-1.style_2 .hero_content.relative-title {
  position: absolute;
  right: 0;
  bottom: -14%;
}

.hero-section-1.style_2 .hero-thumb {
  right: -5%;
  z-index: -1;
  bottom: 0;
}

.hero-section-1.style_2 .hero-sp {
  margin: 20px 0 9px;
}

.hero-bio-bx {
  position: absolute;
  right: -25%;
  top: 5%;
}

.hero-section-1.style_2 .hero__video__btns {
  float: left;
  margin-right: 15px;
}

.hero-section-1.style_2 .hero__video__btns a {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background: var(--primary-color);
  text-align: center;
  border-radius: 50%;
  color: var(--color-white);
}

.hero-section-1.style_2 .bio-content h3 {
  font-size: 28px;
  font-weight: 400;
}

.bio-content p {
  width: 46%;
  font-size: 18px;
  line-height: 26px;
  overflow: hidden;
}

.hero-section-1.style_2 .hero-btn a::before {
  background: var(--color-white);
}

.hero-section-1.style_2 .hero-btn a:hover {
  color: var(--theme-bg-color2);
}

.hero-section-1.style_2 .hero-btn a svg {
  transition: 0.5s;
}

.hero-section-1.style_2 .hero-btn a:hover svg {
  filter: brightness(0);
}

.main-banner .travel-boking.style-two {
  padding: 50px 50px 50px;
  z-index: 1;
  margin-top: 100px;
  margin-bottom: 100px;
  border-radius: 20px;
  background: rgb(255 255 255 / 5%);
  backdrop-filter: blur(10px);
}

/* ================================
    Start Travel Mian Slider 
==================================== */

.main-slider-wrpper {
  margin-top: -100px;
}

.main-slider-wrpper .slider-section {
  height: 950px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.slider-bg {
  background: url("https://html.ditsolution.net/travelik/assets/images/home3/slider-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}

.slider-bg.two {
  background: url("https://html.ditsolution.net/travelik/assets/images/home3/slider-two.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}

.slider-section .hero_content h1 {
  font-size: 230px;
  font-weight: 400;
  line-height: 190px;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
}

.slider-section .hero_content .slider-contect-des {
  font-size: 24px;
  position: relative;
  font-weight: 500;
  color: var(--color-white);
  width: 40%;
  line-height: 34px;
  margin: 10px 0 5px;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}

.slider-section .defult-btn a {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}

.swiper-slide-active .slider-section .hero_content .slider-contect-des {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.swiper-slide-active .slider-section .hero_content h1 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.swiper-slide-active .slider-section .defult-btn a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.swiper-slide-active .slider-bg {
  animation: zoomAnimation 20s infinite;
}

@keyframes zoomAnimation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

.circle__video {
  position: absolute;
  width: 164px;
  height: 164px;
  line-height: 164px;
  background: #355a69;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  backdrop-filter: blur(20px);
  left: 41%;
  top: 21%;
}

.circle__video svg {
  width: 80%;
  max-width: 80%;
  height: auto;
  overflow: visible;
  word-spacing: 17px;
  transform: rotate(0) scaleX(1) scaleY(1);
}

.circle__video text {
  fill: var(--color-white);
  font-size: 30px;
  font-family: var(--title-font);
  font-weight: 500;
}

.circle__video .rotate-text {
  animation: rotateText 10s linear infinite;
  transform-origin: center;
}

.circle__video .circle-vide_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 2;
  background: var(--primary-color);
  height: 50px;
  width: 50px;
  border: 0;
  font-size: 18px;
  color: var(--color-white);
}

@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.travel-slider-dots {
  width: 590px !important;
  position: absolute;
  right: 0;
  left: inherit !important;
  bottom: -10px !important;
  display: flex;
  gap: 32px;
  background: var(--color-white);
  height: 190px;
  z-index: 1;
  border-radius: 30px 0 0 0;
  padding: 30px 25px 0 26px;
}

.travel-slider-dots::before {
  position: absolute;
  content: "";
  left: -30px;
  bottom: 6px;
  background: url("https://html.ditsolution.net/travelik/assets/images/home3/slider-sp.png");
  height: 34px;
  width: 35px;
}

.travel-slider-dots::after {
  position: absolute;
  content: "";
  right: -5px;
  bottom: 184px;
  background: url("https://html.ditsolution.net/travelik/assets/images/home3/slider-sp.png");
  height: 35px;
  width: 35px;
}

.travel-slider-dots .swiper-pagination-bullet {
  width: 240px;
  height: 140px;
  display: inline-block;
  border-radius: 15px;
  opacity: 1;
  background: url("https://html.ditsolution.net/travelik/assets/images/home3/slider-prevew.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.travel-slider-dots .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  left: -10px;
  top: -10px;
  height: 160px;
  width: 260px;
  border-radius: 20px;
  border: 1px solid #12232726;
}

.travel-slider-dots .swiper-pagination-bullet-active {
  position: relative;
  z-index: 1;
  background: url("https://html.ditsolution.net/travelik/assets/images/home3/slider-prevew2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.travel-slider-dots .swiper-pagination-bullet-active::before {
  border: 1px solid var(--primary-color);
}

/* ===========================
    Start Hero Section Four
============================== */

.hero-section-4 {
  background: url("https://html.ditsolution.net/travelik/assets/images/home4/banner-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 1000px;
  margin-top: -99px;
}

.hero-section-4 .hero_content h2 {
  font-family: var(--style-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--primary-color);
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.hero-section-4 .hero_content h1 {
  font-size: 90px;
  font-weight: 400;
  line-height: 90px;
}

.hero-section-4 .hero_content .slider-contect-des {
  width: 41%;
  font-size: 20px;
  line-height: 30px;
  margin: 15px 0 0;
}

/* ===========================
    Start Travel Bokking
============================== */

.travel-boking {
  background: url("https://html.ditsolution.net/travelik/assets/images/main-home/boking-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 65px 0 90px 40px;
  margin-bottom: 100px;
  position: relative;
  border-radius: 20px;
}

/*bokking tab */

.bokking-tabs .tab-buttons {
  display: flex;
  gap: 20px;
  text-align: center;
  justify-content: center;
}

.bokking-tabs .tab-buttons .tab {
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 400;
  color: var(--color-white);
  background: var(--theme-bg-color);
  border: none;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
  transition: 0.25s;
  font-family: var(--title-font);
}

.bokking-tabs .tab-buttons .tab img {
  margin-right: 10px;
}

.bokking-tabs .tab-buttons .tab:hover {
  background: #163538;
}

.bokking-tabs .tab-buttons .tab.active {
  background: var(--primary-color);
}

.bokking-tabs .tab-buttons .tab.active img {
  filter: brightness(0) invert(1);
}

.travel-boking .add-bg {
  display: none;
}

.travel-boking .add-bg.active {
  display: block;
}

.travel-boking .bokking-author {
  position: absolute;
  bottom: 0;
  left: 50px;
}

.bokking-title {
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: var(--color-white);
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.bokking-title svg {
  margin-right: 8px;
}

.travel-boking .booking-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-left: 340px;
}

.travel-boking .booking-input-box {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 12px 13px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 5px;
  border: 1px solid #ffffff1a;
}

.travel-boking .booking-input-box input {
  width: 100%;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  border: 0px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: transparent;
  outline: 0;
}

input#arrive {
  color: transparent;
}

.travel-boking .booking-input-box label {
  position: absolute;
  left: 10px;
  top: 12px;
  color: var(--color-white2);
  font-size: 16px;
  display: inline-block;
  padding: 2px 10px;
  font-weight: 300;
  -moz-transition:
    color 0.3s,
    top 0.3s,
    background-color 0.8s;
  -o-transition:
    color 0.3s,
    top 0.3s,
    background-color 0.8s;
  -webkit-transition:
    color 0.3s,
    top 0.3s,
    background-color 0.8s;
  transition:
    color 0.3s,
    top 0.3s,
    background-color 0.8s;
}

.travel-boking input[type="date"]::-webkit-calendar-picker-indicator {
  filter: brightness(24.3) invert(15);
}

.travel-boking .booking-input-box select {
  outline: 0;
  color: var(--color-white2);
  border: 0px;
  width: 100%;
  background: transparent;
  font-size: 16px;
  font-weight: 300;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.travel-boking .booking-input-box option {
  color: var(--color-black1);
  font-family: var(--title-font);
  font-size: 16px !important;
  display: inline-block;
}

.travel-boking .booking-button {
  display: inline-block;
  margin-top: 40px;
}

.travel-boking .booking-button button {
  background: var(--primary-color);
  padding: 13px 40px;
  border: transparent;
  text-transform: uppercase;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-white);
  letter-spacing: 2px;
  transition: 0.5s;
}

.travel-boking .booking-button button i {
  margin-left: 10px;
  transition: 0.5s;
}

.travel-boking .booking-button button:hover {
  color: var(--theme-bg-color2);
}

.travel-boking .booking-button button:hover i {
  color: var(--theme-bg-color2);
}

.travel-boking .booking-button button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--title-color);
  border-radius: 5px;
  z-index: -1;
  transition: 0.5s;
}

.travel-boking .booking-button button:hover:before {
  width: 100%;
  left: 0;
}

/* =====================================
    Travel bokking Style Two
======================================== */

.travel-boking.style-two {
  background: url("https://html.ditsolution.net/travelik/assets/images/main-home-classic/bokking-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 50px 50px;
  margin-bottom: 0;
  z-index: 1;
  margin-top: 120px;
  border-radius: 20px 20px 0 0;
}

.travel-boking.style-two .booking-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  margin-left: 0;
}

.travel-boking.style-two .bokking-title svg {
  filter: brightness(0) invert(1);
}

.travel-boking.style-two .booking-input-box {
  border-radius: 50px;
  border: 1px solid #ffffff42;
}

.travel-boking.style-two .booking-button button {
  background: var(--color-white);
  color: var(--title-color2);
  border-radius: 50px;
  overflow: hidden;
  width: 100%;
}

.travel-boking.style-two .booking-button button:before {
  background: var(--theme-bg-color2);
}

.travel-boking.style-two .booking-button button:hover,
.travel-boking.style-two .booking-button button:hover i {
  color: var(--color-white);
}

/*===========================================
<-- travelik section title Css  -->
==============================================*/
.section-main-title {
  margin-bottom: 38px;
}

.section-title {
  margin-top: 15px;
}

.section-title h1 {
  text-transform: uppercase;
  font-family: Bebas Neue;
  font-weight: 400;
  font-size: 80px;
  line-height: 76px;
}

.section-title h1 span {
  font-family: Satisfy;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 6px 25px;
  border-radius: 40px;
  transform: rotate(350deg);
  display: inline-block;
  line-height: 21px;
  position: relative;
  top: -21px;
  margin-right: 3px;
}

.section-title h1 .section__style {
  padding: 0;
  font-family: var(--title-font);
  border: 0;
  font-size: 80px;
  font-weight: 400;
  transform: rotate(0deg);
  top: 0 !important;
  margin: 0;
}

p.section-desc {
  font-size: 18px;
  width: 73%;
}

.section-title.classic__title h1 span {
  transform: rotate(0deg);
  top: -19px;
  margin-right: 0;
}

.section-title.style__color h1 {
  color: var(--theme-bg-color) !important;
}

.section-title.style__two h1 {
  font-size: 60px;
  line-height: 60px;
}

.section-title.style__two h1 .section__style {
  font-size: 60px;
  line-height: 60px;
}

/*===========================================
<-- Destination Section -->
==============================================*/

.destination-section {
  background: url("https://html.ditsolution.net/travelik/assets/images/main-home/destination-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 195px 0 140px;
  margin-top: -100px;
}

.destination-section.style__inner {
  background: var(--theme-bg-color2);
  padding: 98px 0 120px;
  margin: 0;
}

.destination-section .section-desc {
  margin-top: -28px;
}

.destination-single-box {
  background: var(--theme-bg-color);
  border-radius: 23px;
}

.destination-thumb figure {
  width: 100%;
}

.destination-single-box:hover .image-anime::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.destination-single-box .destination-content {
  padding: 22px 30px 25px;
}

.destination-single-box .destination-content h1 {
  font-weight: 400;
  font-size: 30px;
  color: var(--color-white);
  cursor: pointer;
}

.destination-single-box .destination-content p {
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: var(--primary-color);
}

/* Slider Prev And Next Button */
.custom-swiper-slider {
  position: relative;
  z-index: 1;
}

.destination__arrow__bx {
  position: absolute;
  right: 0;
  top: -152px;
  display: flex;
  gap: 12px;
}

.destination__arrow__bx .slider-prev {
  font-size: 24px;
  height: 59px;
  line-height: 55px;
  width: 59px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  color: #f6f2ed4f;
  background: transparent;
  z-index: 5;
  border: 0;
  border: 1px solid #ffffff14;
}

.destination__arrow__bx .slider-prev:hover {
  background: var(--primary-color);
  color: var(--color-white);
}

.destination__arrow__bx .slider-prev i {
  display: inline-block;
  font-size: 20px;
}

.destination__arrow__bx .slider-next {
  font-size: 24px;
  height: 59px;
  line-height: 55px;
  width: 59px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  color: #f6f2ed4f;
  background: transparent;
  z-index: 5;
  border: 0;
  border: 1px solid #ffffff14;
}

.destination__arrow__bx .slider-next:hover {
  background: var(--primary-color);
  color: var(--color-white);
}

.destination__arrow__bx .slider-next i {
  display: inline-block;
  font-size: 20px;
}

/* Start Destination Section Main Home Classic */

.destination-section.classic {
  margin-top: 0;
  background: url("https://html.ditsolution.net/travelik/assets/images/main-home-classic/destionatin-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 84px 0 94px;
}

.destination-section.classic .destination-single-box {
  background: var(--theme-bg-color2);
  border-radius: 23px;
}

.destination-section.classic .section-main-title {
  margin-bottom: 46px;
}

/* Start Destination Section Two*/

.destination-section.style__two {
  margin-top: 0;
  padding: 100px 0 120px;
  background: var(--theme-bg-color2);
}

.destination-single-box.style__two {
  background: transparent;
}

.destination-single-box.style__two .destination-thumb {
  position: relative;
  line-height: 0;
  overflow: hidden;
}

.destination-single-box.style__two .destination-content {
  position: absolute;
  bottom: 25px;
  text-align: center;
  padding: 0 0 30px;
  right: 0;
  left: 0;
  margin: 0 20px 0;
  background: var(--theme-bg-color2);
  border-radius: 0 0 200px 200px;
}

.destination-single-box.style__two .destination-content h1 {
  margin-bottom: 5px;
}

.destination-btn a {
  display: inline-block;
  height: 50px;
  width: 50px;
  backdrop-filter: blur(30px);
  background: #ffffff1a;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  color: var(--color-white);
  font-size: 16px;
  margin-top: -25px;
  margin-bottom: 25px;
  transform: rotate(-45deg);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.destination-btn a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  transition: 0.5s;
  background: var(--primary-color);
  z-index: -1;
}

.destination-single-box.style__two:hover .destination-btn a::before {
  transform: scale(1);
}

/*===========================================
<-- destination section Style Three-->
==============================================*/

.destination-section.style__three {
  background: url("https://html.ditsolution.net/travelik/assets/images/home4/destination-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 0 120px;
}

.destination-single-box.style__three .destination-content {
  position: inherit;
  text-align: center;
  padding: 20px 0 30px;
  margin: -20px 0 0;
  background: var(--color-white);
  border-radius: 0 0 250px 250px;
  transition: 0.5s;
}

.destination-single-box.style__three .destination-content p {
  transition: 0.5s;
}

.destination-single-box.style__three:hover .destination-content {
  background: var(--primary-color);
}

.destination-single-box.style__three .destination-content h2 {
  color: var(--theme-bg-color);
  transition: 0.5s;
  font-size: 30px;
}

.destination-single-box.style__three:hover .destination-content h2 a,
.destination-single-box.style__three:hover .destination-content p {
  color: var(--color-white);
}

.destination-single-box.style__three .destination-btn a {
  background: var(--primary-color);
}

.destination-single-box.style__three:hover .destination-btn a {
  color: var(--primary-color);
}

.destination-single-box.style__three .destination-btn a::before {
  background: var(--color-white);
}

/*===========================================
<-- about-section-one-->
==============================================*/
.about-section-one {
  background: url("https://html.ditsolution.net/travelik/assets/images/main-home/about-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  margin-top: -29px;
  padding: 180px 0px 120px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about-section-one .about-shape {
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: -1;
}

.about-section-one .section-main-title {
  margin-bottom: 28px;
}

.about-section-one .section-desc {
  width: 85%;
  margin: 20px 0 0;
}

.about-section-one .about-thumb {
  position: relative;
  z-index: 1;
  margin-left: -150px;
}

.about-section-one .about-thumb .about-img2 {
  position: absolute;
  bottom: 60px;
  right: 47px;
}

.about-icon-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
  margin-top: 30px;
}

.about-icon-box.bx2 {
  margin-top: 28px;
}

.about-icon-box .about-icon {
  background: var(--theme-bg-color);
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  margin-top: -10px;
}

.about-icon-box .about-icon-box-content h1 {
  color: var(--color-white);
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 2px;
  margin: 0;
  display: inline-block;
}

.about-icon-box .about-icon-box-content p {
  line-height: 26px;
  font-size: 16px;
  width: 64%;
  padding: 5px 0 0;
}

.about-section-one .about-btn a {
  display: inline-block;
  background: var(--primary-color);
  padding: 12px 30px;
  border: transparent;
  font-size: 17px;
  text-transform: uppercase;
  color: var(--color-white);
  font-weight: 500;
  font-family: var(--title-font);
  border-radius: 30px;
  letter-spacing: 1.5px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-top: 25px;
}

.about-section-one .about-btn a:hover {
  color: var(--theme-bg-color2);
}

.about-section-one .about-btn a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--title-color);
  border-radius: 30px;
  z-index: -1;
  transition: 0.5s;
}

.about-section-one .about-btn a svg {
  margin-left: 10px;
  transition: 0.5s;
}

.about-section-one .about-btn a:hover svg {
  filter: brightness(0);
}

.about-section-one .about-btn a:hover:before {
  width: 100%;
  left: 0;
}

/*===========================================
<-- about-section-one classic-->
==============================================*/

.about-section-one.classic {
  background: url("https://html.ditsolution.net/travelik/assets/images/main-home-classic/about-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0 0px 110px;
  margin-top: -1px;
}

.about-section-one.classic .section-main-title {
  margin-bottom: 38px;
}

.about-section-one.classic .about-thumb {
  margin-left: 90px;
}

.about-section-one.classic .about-thumb .about-since {
  align-items: center;
  background: #ffffff08;
  display: inline-block;
  padding: 24px 40px 16px;
  width: 48%;
  border-radius: 20px;
  position: absolute;
  top: 39%;
  left: -14%;
  transform: rotate(-8deg);
  backdrop-filter: blur(90px);
}

.about-section-one.classic .about-thumb .since-icon {
  display: inline-block;
  position: relative;
  top: -22px;
  margin-right: 20px;
}

.about-section-one.classic .about-thumb .since-counter-title {
  display: inline-block;
  position: relative;
}

.about-section-one.classic .about-thumb .since-counter-title .since-shape {
  position: absolute;
  right: -73%;
  bottom: 0;
  z-index: -1;
}

.about-section-one.classic .about-thumb .since-counter-title p {
  color: var(--color-white);
  margin-bottom: -4px;
  display: inline-block;
}

.about-section-one.classic .about-thumb .since-counter-title h2 {
  font-size: 46px;
  font-weight: 400;
  letter-spacing: 2px;
}

.about-section-one.classic .about-icon-box .about-icon {
  background: var(--primary-color);
}

.about-section-one.classic .about-icon-box .about-icon svg {
  filter: brightness(0) invert(1);
}

.about-section-one.classic .about-icon-box .about-icon-box-content h1 {
  margin: 0 0 8px;
}

.about-section-one.classic .about-shapes {
  position: absolute;
  right: 5%;
  bottom: 41%;
  z-index: -1;
}

/* ============================================= */
/* start About section Two css*/
/* ============================================= */

.about-section-one.style_two {
  margin-top: 0;
  background: url("https://html.ditsolution.net/travelik/assets/images/home2/about-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 120px 0 0;
  overflow: visible;
}

.about-section-one.style_two .about-shape {
  right: 138px;
  bottom: -125px;
}

.about-section-one.style_two .about-thumb {
  position: relative;
  z-index: 1;
  margin-left: 0;
  line-height: 0;
}

.about-section-one.style_two .about-main-warpper {
  display: flex;
  gap: 75px;
  border-top: 1px solid #edf5f61c;
  border-bottom: 1px solid #edf5f60f;
  padding-top: 38px;
  padding-bottom: 12px;
  position: relative;
  z-index: 1;
}

.about-section-one.style_two .about-main-warpper .about-icon-box {
  margin-top: 0;
}

.about-section-one.style_two .about-main-warpper::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 100%;
  width: 1px;
  text-align: center;
  background: #edf5f60f;
  margin: auto;
  bottom: 0;
}

.about-section-one.style_two .about-main-warpper .about-icon-box .about-icon {
  background: #20353b;
  flex-shrink: 0;
  border: 1px solid #0cb2db96;
}

.about-section-one.style_two
  .about-main-warpper
  .about-icon-box
  .about-icon-box-content
  h1 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 400;
}

.about-section-one.style_two .about-btn {
  float: left;
  margin-top: 16px;
  margin-right: 30px;
}

.about-section-one.style_two .about-author {
  display: flex;
  margin-top: 40px;
  gap: 15px;
}

.about-section-one.style_two .about-author .about-author-bio h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
}

/* ============================================= */
/* start About section Three css*/
/* ============================================= */

.about-section-one.style_three {
  background: var(--color-white);
  padding: 140px 0 120px;
  margin-top: -20px;
  z-index: -1;
}

.about-section-one.style_three .about-shape {
  bottom: 19px;
}

.about-section-one.style_three .about-thumb {
  margin-left: -122px;
}

.about-section-one.style_three .about-main-warpper {
  border-top: 1px solid #edf5f6;
  border-bottom: 1px solid #edf5f6;
}

.about-section-one.style_two .about-main-warpper::before {
  background: #edf5f6;
}

.about-section-one.style_three .about-main-warpper .about-icon-box .about-icon {
  background: var(--primary-color);
}

.about-section-one.style_three
  .about-main-warpper
  .about-icon-box
  .about-icon
  img {
  filter: brightness(0) invert(1);
}

.about-section-one.style_three
  .about-main-warpper
  .about-icon-box
  .about-icon-box-content
  h1 {
  color: var(--theme-bg-color);
}

.about-section-one.style_three .about-author .about-author-bio h2 {
  color: var(--theme-bg-color);
}

.about-section-one.style_three .about-btn a {
  background: var(--theme-bg-color);
}

.about-section-one.style_three .about-btn a::before {
  background: var(--primary-color);
}

/* ============================================= */
/* start About section Four css*/
/* ============================================= */

.about-section-one.style__four {
  top: 0;
  padding: 75px 0 120px;
  z-index: 1;
}

.about-section-one.style__four .about-shape_02 {
  position: absolute;
  bottom: 8%;
  right: 1%;
  z-index: -1;
}

.about-section-one.about-section-one.style__four .about-thumb {
  margin-left: 0;
}

.about-section-one.style__four .about-icon-box.right {
  margin-left: 30px;
}

.about-section-one.style__four .about-icon-list h2 {
  color: var(--theme-bg-color);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--text-font);
}

.about-section-one.style__four .about-list .about-icon-box {
  gap: 10px;
  margin-bottom: 10px;
}

.about-section-one.style__four .about-icons i {
  color: var(--primary-color);
  font-size: 20px;
}

.about-client {
  background: var(--primary-color);
  display: inline-block;
  padding: 25px 30px;
  border-radius: 20px;
  position: absolute;
  bottom: 60px;
  left: 0;
}

.about-client .client-card {
  margin-top: 0;
}

.about-client .client-avatars .avatar {
  background: var(--theme-bg-color2);
}

.about-section-one.about-section-one.style__four .about-shape {
  bottom: inherit;
  right: 56px;
  top: 38px;
}

/* ============================================= */
/* start Populer section css*/
/* ============================================= */

.populer-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 90px 120px;
  margin-top: -20px;
  color: black;
}

.populer-section .section-main-title {
  margin-bottom: 48px;
}

.populer-single-box {
  border-radius: 20px;
  padding: 45px 15px 25px;
  border: 1px solid #ffffff1a;
  backdrop-filter: blur(30px);
  background: #ffffff0d;
  text-align: center;
  transition: 0.5s;
  margin-bottom: 30px;
}

.populer-single-box .populer-country {
  font-size: 50px;
  display: inline-block;
  color: var(--primary-color);
  font-weight: 400;
  font-family: var(--title-font);
  letter-spacing: 2px;
  line-height: 50px;
  margin-bottom: 15px;
}

.populer-thumb figure {
  width: 100%;
}

.populer-single-box .populer-contnet {
  text-align: left;
  padding: 22px 25px 0;
}

.populer-single-box .populer-contnet .popular-title {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 2px;
}

.populer-single-box .populer-contnet .populer-list span {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  font-family: var(--text-font);
  margin: 8px 0 25px;
  display: inline-block;
}

.populer-single-box .populer-contnet .populer-list span svg {
  margin-right: 6px;
}

.populer-single-box .populer-contnet .populer-price h2 {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 27px;
  border-bottom: 1px solid #00000026;
  padding-bottom: 22px;
}

.populer-single-box .populer-contnet .populer-price h2 span {
  color: #555555;
  font-size: 16px;
  font-family: var(--text-font);
}

.populer-single-box .populer-contnet .populer-days span {
  font-size: 22px;
  color: #555555;
  font-weight: 400;
  transition: 0.5s;
  font-family: var(--title-font);
}

.populer-single-box .populer-contnet .populer-days span svg {
  margin-right: 8px;
}

.populer-single-box .populer-btn {
  margin-top: -27px;
}

.populer-single-box .populer-contnet .populer-btn a {
  display: inline-block;
  color: var(--primary-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -5px;
  opacity: 0;
  transition: 0.5s;
}

.populer-single-box .populer-contnet .populer-btn a svg {
  margin-left: 8px;
  display: inline-block;
}

/* All Hover */
.populer-single-box:hover .populer-contnet .populer-days span {
  opacity: 0;
}

.populer-single-box:hover .populer-contnet .populer-btn a {
  opacity: 1;
  letter-spacing: 2px;
}

/* paginaton button */

.pagination-btn a {
  font-size: 18px;
  letter-spacing: 0.3px;
  padding: 12px 40px;
  margin-top: 30px;
}

/* ============================================= 
    Start Popuar Section Classic
 ============================================= */

.populer-section.classic {
  padding: 120px 0 90px;
  background: var(--theme-bg-color2);
}

.populer-single-box.style-classic {
  padding: 20px 20px 35px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.populer-single-box.style-classic .populer-thumb {
  position: relative;
  z-index: 1;
}

.populer-single-box.style-classic:hover .image-anime::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.populer-single-box.style-classic .populer-thumb .populer-price {
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  backdrop-filter: blur(30px);
  background: #ffffff29;
  text-align: left;
  padding: 20px 35px 16px;
  border-radius: 0 0 20px 20px;
}

.populer-single-box.style-classic .populer-thumb .populer-price h2 {
  color: var(--color-white);
  font-size: 24px;
  font-weight: 400;
}

.populer-single-box.style-classic .populer-thumb .populer-price h2 span {
  color: #ffffff;
  font-size: 16px;
  font-family: var(--text-font);
}

.populer-single-box.style-classic:hover {
  border: 1px solid var(--primary-color);
}

.populer-single-box.style-classic .about-sp {
  position: absolute;
  right: -14%;
  bottom: -11%;
  transition: 0.5s;
  opacity: 0;
}

.populer-single-box.style-classic:hover .about-sp {
  right: 0;
  bottom: 0;
  opacity: 1;
}

.populer-single-box.style-classic .populer-contnet .populer-list span {
  margin: 14px 0 18px;
}

.populer-single-box.style-classic .populer-contnet .populer-days span {
  opacity: 1;
}

.populer-single-box.style-classic .populer-contnet .populer-days span svg {
  margin-top: -3px;
}

.populer-single-box.style-classic .popular-ratting ul li {
  display: inline-block;
  color: #ff974d;
  letter-spacing: 2px;
  margin: 12px 0 18px;
}

.populer-single-box.style-classic .popular-ratting ul span {
  font-size: 22px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--color-white);
}

.populer-single-box.style-classic .populer-btn {
  margin-top: 0;
}

.populer-single-box.style-classic .populer-contnet .populer-btn a {
  padding: 6px 25px;
  display: inline-block;
  border: 1px solid #ffffff1a;
  background: transparent;
  margin-top: 5px;
  opacity: 1;
  letter-spacing: 2px;
}

.populer-single-box .populer-contnet .populer-btn a:hover {
  color: var(--color-white);
}

.populer-single-box .populer-contnet .populer-btn a:hover svg {
  filter: brightness(0) invert(1);
}

.populer-single-box.style-classic .populer-contnet .populer-btn a::before {
  background: var(--primary-color);
}

/* Start Populer Section Style Two */

.populer-section.style__two {
  background: url("https://html.ditsolution.net/travelik/assets/images/home2/populer-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 90px 90px;
  margin-top: 0;
}

.populer-single-box.style__two .populer-single-box {
  padding: 45px 15px 8px;
}

.populer-single-box.style__two .populer-contnet .populer-price h2 {
  margin: 0 0 12px;
}

.populer-single-box.style__two .populer-btn-and-days {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.populer-single-box.style__two .populer-contnet .populer-days span {
  opacity: 1;
}

.populer-single-box.style__two .popular-ratting ul li {
  display: inline-block;
  color: #ff974d;
  letter-spacing: 2px;
  margin: 12px 0 18px;
}

.populer-single-box.style__two .popular-ratting ul span {
  font-size: 22px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--color-white);
}

/* ============================================= 
    Start Populer Section Style Three
 ============================================= */

.populer-section.classic.style__three {
  background-image: url("https://html.ditsolution.net/travelik/assets/images/home3/popular-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 83px 0 90px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
  margin-top: 0;
}

.populer-sp {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -76%;
  z-index: -1;
}

.populer-single-box.style__three {
  border: 1px solid transparent;
}

.populer-single-box.style__three .populer-list {
  margin-top: 20px;
}

.populer-single-box.style__three .populer-list h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--text-font);
  font-weight: 500;
  font-size: 18px;
  color: var(--color-white);
  border-top: 1px solid #ffffff2b;
}

.populer-single-box.style__three .populer-list h4 span {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 400;
}

.populer-single-box.style__three .populer-contnet .populer-btn a {
  background: #ffffff1a;
  margin-top: 25px;
}

/* ============================================= 
    Start Populer Section Style Four
 ============================================= */

.populer-section.classic.style__three.style__four {
  background-image: url("https://html.ditsolution.net/travelik/assets/images/home4/destination-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.populer-single-box.style__four {
  background: var(--color-white);
}

.populer-single-box.style-classic.style__three.style__inner {
  border: 1px solid #00000024;
}

.populer-single-box.style__four .populer-contnet {
  text-align: left;
  padding: 22px 20px 0;
}

.populer-single-box.style__four .populer-contnet .popular-title {
  color: var(--theme-bg-color);
  margin: 0 0 12px;
}

.populer-single-box.style__four .populer-contnet .populer-price h2 {
  color: var(--primary-color);
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}

.popular-info-box {
  display: flex;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.popular-info-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background: #e6e6e6;
}

.info-item {
  flex: 1;
  text-align: center;
  padding: 13px 20px;
}

.info-item:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}

.popular-info-box .label {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-bg-color);
  font-family: var(--text-font);
  margin-bottom: 28px;
}

.popular-info-box .value {
  font-size: 16px;
  color: var(--text-color);
}

.populer-single-box.style__four .populer-btn {
  margin-top: 5px;
}

.populer-single-box.style__four .populer-contnet .populer-btn a {
  border: 1px solid #909da173;
  color: var(--text-color);
}

.populer-single-box.style__four .populer-contnet .populer-btn a:hover {
  color: var(--color-white);
}

.populer-single-box.style__four .populer-contnet .populer-btn a svg {
  margin-left: 8px;
  display: inline-block;
  filter: brightness(0.3) invert(0);
  opacity: 0.4;
}

.populer-single-box.style__four .populer-contnet .populer-btn a:hover svg {
  filter: brightness(0) invert(1);
  opacity: 1;
}

/* ============================================= 
    Start Galary Section
 ============================================= */

.photography-sectoin {
  background: var(--theme-bg-color2);
  padding: 100px 0 94px;
  position: relative;
  z-index: 1;
}

.photography-sectoin .galary-sp1 {
  position: absolute;
  top: 213px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.photography-sectoin .galary-sp1.style {
  top: -99px;
}

.photography-sectoin .galary-sp2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.photography-sectoin .section-main-title {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.gallery-marquee {
  width: 100%;
  overflow: hidden;
}

.gelary-track {
  display: flex;
  gap: 20px;
  animation: marquee 15s linear infinite;
}

.galary-thumb {
  min-width: calc(100% / 5);
}

.galary-thumb img {
  width: 100%;
  display: block;
  border-radius: 6px;
}

/* Infinite marquee effect */
@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.galary-thumb figure {
  width: 100%;
}

.galary-thumb img {
  width: 100%;
}

/* counter box */

.counter-single-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.counter-single-box .counter-title h2 {
  display: inline-block;
  font-size: 100px;
  font-weight: 400;
  color: var(--primary-color);
}

.counter-single-box .counter-des p {
  font-family: var(--title-font);
  line-height: 28px;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
}

.photography-sectoin.style__two {
  padding: 0 0 94px;
}

/* ============================================= 
    Start Team Section
 ============================================= */

.team-sectoin {
  background: var(--theme-bg-color2);
  padding: 0 0 90px;
}

.team-single-box {
  background: url("https://html.ditsolution.net/travelik/assets/images/main-home/team-box-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 0 0 35px;
  margin-bottom: 30px;
  border-radius: 20px;
  border: 1px transparent;
}

.team-single-box .team-thumb {
  position: relative;
  z-index: 1;
  top: -50px;
}

.team-single-box .team-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(28, 45, 49, 0) 66.29%, #1c2d31 98%);
  transition: 0.5s;
}

.team-single-box:hover .team-thumb::before {
  height: 100%;
}

.team-single-box .team-thumb .team-social {
  position: absolute;
  bottom: -18px;
  left: 0;
  text-align: center;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: 0.5s;
}

.team-single-box:hover .team-thumb .team-social {
  bottom: 20px;
  opacity: 1;
}

.team-single-box .team-thumb .team-social li {
  display: inline-block;
  margin: 0 3px;
}

.team-single-box .team-thumb .team-social li a {
  display: inline-block;
  background: #ffffff26;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: var(--color-white);
}

.team-single-box .team-content {
  margin-top: -25px;
}

.team-single-box .team-content h1 {
  font-size: 30px;
  font-weight: 400;
  color: var(--color-white);
  letter-spacing: 2px;
}

.team-single-box .team-content .team-bio {
  border: 1px solid #ffffff1a;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  background: #20353b;
  border-radius: 30px;
  padding: 2px 25px;
  margin-top: 12px;
  transition: 0.5s;
}

/* all hover */
.team-single-box:hover .team-content .team-bio {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--color-white);
}

.team-single-box .team-thumb .team-social li a:hover {
  background: var(--primary-color);
}

/* ============================================= 
    Start Team Section Style Two
============================================= */
.team-sectoin.style__two {
  padding: 120px 0 90px;
  margin-top: -20px;
}

.team-sectoin.style__inner {
  margin: 0;
  padding: 95px 0 90px;
}

.team-sectoin.style__two .section-main-title {
  margin-bottom: 0;
}

.team-single-box.style__two {
  background: transparent;
  padding: 0;
  border: 0;
}

.team-single-box.style__two .team-thumb {
  top: 0;
  overflow: hidden;
}

.team-single-box.style__two .team-thumb::before {
  background: linear-gradient(
    180deg,
    rgba(12, 178, 219, 0) 65%,
    rgba(12, 178, 219, 0.9) 90%
  );
  border-radius: 20px;
}

.team-single-box.style__two .team-content {
  margin-top: 25px;
}

.team-single-box.style__two .team-thumb .team-social li a {
  background: #ffffff4d;
}

.team-single-box .team-thumb .team-social li a:hover {
  color: var(--primary-color);
  background: var(--color-white);
}

.right-btn a {
  font-weight: 400;
  padding: 12px 25px;
}

/* ============================================= 
    Start Testimonial Section
 ============================================= */

.testimonial-sectoin {
  background: url("https://html.ditsolution.net/travelik/assets/images/main-home/testi-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 120px 0 90px;
}

/* testi counter */

.testi-counter {
  display: flex;
  justify-content: flex-start;
  gap: 100px;
  border-top: 1px solid #ffffff29;
  border-bottom: 1px solid #ffffff2b;
  margin-top: 46px;
  padding-top: 20px;
  padding-bottom: 8px;
}

.testi-counter .counter-single-box .counter-des p {
  color: var(--color-white);
}

/* client card */
.client-card {
  display: flex;
  align-items: center;
  margin-left: 15px;
  margin-top: 40px;
}

.client-avatars {
  display: flex;
  align-items: center;
}

.client-avatars .avatar {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  margin-left: -15px;
}

.avatar.count span {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  font-family: var(--title-font);
}

.client-text h2 {
  margin: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
  margin-left: 20px;
}

/* single testi box */

.single-testi-box {
  display: flex;
  padding: 45px 40px 50px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.25);
  gap: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
  transition: all 0.4s ease;
}

.single-testi-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px 0 rgba(0, 0, 0, 0.35);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.testi-arrwo {
  flex-shrink: 0;
  margin-top: 5px;
}

h2.testi-title {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ffffff;
}

.testi-ratting ul li {
  display: inline-block;
  color: #ffd700;
  letter-spacing: 2px;
  margin: 4px 0 18px;
}

.testi-desc p {
  line-height: 32px;
  width: 90%;
  color: #e8e8e8;
  font-style: italic;
  font-size: 17px;
}

.testi-autor-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}

.testi-autor-box .autor-title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
}

/* ============================================= 
  Testimonial Classic Section 
 ============================================= */

.testimonial-sectoin.classic {
  background: var(--theme-bg-color);
  padding: 60px 0 90px;
  position: relative;
  z-index: 1;
}

.testi-palen-sp.bounce-animate {
  position: absolute;
  top: 17%;
  right: 35%;
  z-index: -1;
}

.testimonial-sectoin.classic .section-main-title {
  margin-bottom: 46px;
}

.testi-clients-bx {
  background: url("https://html.ditsolution.net/travelik/assets/images/main-home-classic/testi-clint-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 43px 0 0;
  text-align: center;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.testi-clients-bx::before {
  position: absolute;
  content: "";
  left: 0;
  background: #2594b0;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  top: 24%;
  right: 0;
  text-align: center;
  margin: auto;
  z-index: -1;
}

.testi-clients-title h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 38px;
}

.single-testi-box.style_two {
  background: url("https://html.ditsolution.net/travelik/assets/images/main-home-classic/testi-bx-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.single-testi-box.style_two .testi-autor-box {
  margin-top: 42px;
}

.single-testi-box.style_two .testi-desc p {
  line-height: 28px;
  width: 100%;
  font-size: 18px;
}

/* ============================================= 
  Start Testimonial Section Two 
 ============================================= */

.testimonial-sectoin.style__two {
  background: var(--theme-bg-color2);
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 120px 0 100px;
}

.testimonial-sectoin.style__two .testi-sape {
  position: absolute;
  right: 0;
  top: 15%;
  z-index: -1;
}

.testi-rating-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 175px;
}

.testi-rating-box .ratting-icon {
  height: 50px;
  width: 50px;
  line-height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--theme-bg-color2);
  text-align: center;
  border: 1px solid #ffffff2e;
}

.ratting-content ul li {
  display: inline-block;
  color: #ff974d;
  letter-spacing: 2px;
}

.ratting-content ul span {
  font-size: 22px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--color-white);
}

/* testimonial single box */

.single-testi-box.style__two {
  background: transparent;
  padding: 0;
  margin: 0;
  gap: 0;
}

.single-testi-box.style__two .aroow-bx {
  display: flex;
  gap: 15px;
}

.single-testi-box.style__two .testi-arrwo {
  margin-top: 0;
}

.single-testi-box.style__two .testi-desc p {
  line-height: 28px;
  width: 100%;
  font-size: 18px;
  color: var(--color-white);
  margin: 0 0 30px;
}

.single-testi-box.style__two .testi-autor-box {
  border-bottom: 1px solid #ffffff1c;
  padding-bottom: 35px;
}

.testimonial-sectoin.style__two .destination__arrow__bx {
  right: inherit;
  left: 0;
  top: inherit;
  bottom: -92px;
}

/* ============================================= 
  Testimonial Section Style Three
 ============================================= */

.testimonial-sectoin.style__three {
  background: var(--theme-bg-color4);
  padding: 0 0 90px;
}

.testimonial-sectoin.style__pb {
  padding: 95px 0 120px;
}

.testimonial-sectoin.style__three .client-card {
  margin-top: 0;
}

.testimonial-sectoin.style__three .client-card .client-text h2 {
  color: var(--theme-bg-color);
}

.single-testi-box.style__three {
  background: var(--color-white);
  padding: 50px 40px 45px;
  position: relative;
  z-index: 1;
}

.single-testi-box.style__three .testi-arrwo {
  margin-top: 0;
  margin-bottom: 26px;
}

.single-testi-box.style__three .testi-desc p {
  line-height: 32px;
  width: 100%;
  font-size: 20px;
  color: var(--theme-bg-color);
  margin: 0 0 5px;
}

.single-testi-box.style__three .testi-autor-box {
  border-bottom: 0;
  padding-bottom: 0;
  margin-top: 90px;
}

.single-testi-box.style__three .testi-autor {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.single-testi-box.style__three .testi-autor-box .autor-title {
  color: var(--theme-bg-color2);
  font-size: 28px;
}

/* ============================================= 
  Travelling Section 
 ============================================= */

.travelling-offer-section {
  background: url("https://html.ditsolution.net/travelik/assets/images/main-home/travelling-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 60px 0 55px;
  position: relative;
  z-index: 1;
}

.travelling-img {
  position: absolute;
  left: 42%;
  bottom: 0;
  z-index: -1;
}

.travelling-offer {
  padding-left: 330px;
  position: relative;
}

.travelling-offer h3 {
  font-size: 24px;
}

.travelling-title h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 66px;
}

.travelling-offer h1 {
  font-size: 70px;
  font-weight: 400;
  line-height: 75px;
}

.travelling-offer p {
  font-size: 20px;
  color: var(--color-white);
  font-family: var(--text-font);
  display: inline-block;
}

.bokking-btn {
  text-align: right;
}

.bokking-btn a {
  background: var(--theme-bg-color2);
  font-weight: 400;
  font-size: 18px;
  padding: 12px 30px;
  margin-top: 0;
}

.bokking-btn a:hover {
  color: var(--color-white);
}

.bokking-btn a:hover svg {
  filter: brightness(0) invert(1);
}

.bokking-btn a::before {
  background: var(--theme-bg-color);
}

/* ============================================= 
  Start Blog Section 
============================================= */

.latest-blog-section {
  padding: 100px 0 5px;
  position: relative;
  z-index: 1;
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.single-blog-box .blog-thumb {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-blog-box .blog-thumb img {
  border-radius: 20px;
}

.single-blog-box .blog-thumb::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  transition: all 600ms linear;
}

.single-blog-box:hover .blog-thumb::before {
  height: 250%;
  background-color: transparent;
}

.single-blog-box .blog-content .blog-meta {
  display: flex;
  align-items: center;
  gap: 25px;
}

.single-blog-box .blog-content .blog-meta a {
  display: inline-block;
  font-family: var(--text-font);
  font-weight: 500;
  font-size: 14px;
  background: var(--theme-color2);
  color: var(--theme-color-white);
  border-radius: 20px;
}

.single-blog-box .blog-content .blog-meta p {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  margin: 0;
}

.blog-content .blog-meta svg {
  margin-right: 10px;
}

.single-blog-box .blog-content .blog-title a {
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 44px;
  line-height: 50px;
  padding: 0 70px 5px 0;
  border-bottom: 1px solid rgba(12, 35, 24, 0.1);
  margin: 0 0 5px 0;
  transition: 0.5s;
}

.single-blog-box .blog-content .blog-title a:hover {
  color: var(--theme-color2);
}

.single-blog-box .blog-content .blog-btn a {
  display: inline-block;
  color: var(--color-white);
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 18px;
  transition: 0.5s;
  letter-spacing: 2px;
  padding: 10px 30px;
}

.single-blog-box .blog-content .blog-btn a:hover {
  color: var(--theme-bg-color);
}

.single-blog-box .blog-content .blog-btn a svg {
  transition: 0.5s;
}

.single-blog-box .blog-content .blog-btn a:hover svg {
  filter: brightness(0);
}

/* --- BLOG SINGLE BOX --- */

.blog-single-box {
  display: flex;
  gap: 30px;
  margin-bottom: 24px;
  background: var(--theme-bg-color);
  padding: 15px 15px 15px 35px;
  border-radius: 20px;
  align-items: center;
}

.blog-single-box .blog-thumb {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blog-single-box .blog-thumb img {
  border-radius: 20px;
}

.blog-single-box .blog-thumb::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  transition: all 600ms linear;
}

.blog-single-box:hover .blog-thumb::before {
  height: 250%;
  background-color: transparent;
}

.blog-single-box .blog-content .blog-title a {
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  padding: 0 22px 11px 0;
  transition: 0.5s;
}

.blog-single-box .blog-content .blog-meta {
  display: flex;
  align-items: center;
  gap: 25px;
}

.blog-single-box .blog-content .blog-meta a {
  display: inline-block;
  font-family: var(--text-font);
  font-weight: 500;
  font-size: 14px;
  background: var(--theme-color2);
  color: var(--theme-color-white);
  border-radius: 20px;
}

.blog-single-box .blog-content .blog-meta p {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  margin: 0;
}

.blog-single-box .blog-content .blog-btn-right a {
  display: inline-block;
  color: var(--primary-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  transition: 0.5ms;
  margin-top: 20px;
}

.blog-btn-right a svg {
  margin-left: 10px;
}

.latest-blog-section.style__two {
  background: var(--theme-bg-color2);
  padding: 0 0 100px;
}

/* Blog Section Style Three */

.latest-blog-section.style__three {
  background: var(--theme-bg-color4);
  padding: 130px 0 95px;
}

.latest-blog-section.style__three .single-blog-box .blog-content .blog-title a {
  border-bottom: 0;
  color: var(--theme-bg-color);
}

.latest-blog-section.style__three .blog-single-box {
  background: transparent;
  border: 1px solid #1c2d311c;
}

.latest-blog-section.style__three .blog-single-box .blog-content .blog-title a {
  color: var(--theme-bg-color);
}

/* ============================================= 
  Start Blog Section  Classic
============================================= */

.latest-blog-section.classic {
  padding: 85px 0 110px;
  background: var(--theme-bg-color2);
}

.latest-blog-section.classic__two {
  background: var(--color-white);
}

.latest-blog-section.classic__two
  .single-blog-box.style__classic
  .blog-content
  .blog-title
  a {
  color: var(--theme-bg-color);
}

.latest-blog-section.classic__two
  .single-blog-box.style__classic
  .blog-content
  .blog-meta
  span {
  color: var(--theme-bg-color);
}

.latest-blog-section.classic__two
  .single-blog-box.style__classic
  .blog-content
  .blog-btn
  a {
  color: var(--theme-bg-color);
}

.single-blog-box.style__classic .blog-content .blog-btn a svg {
  filter: brightness(0) invert(0);
}

/* single blog box style classic */
.single-blog-box.style__classic .blog-thumb {
  margin-bottom: 25px;
}

.single-blog-box.style__classic .blog-content .blog-title a {
  font-size: 32px;
  line-height: 38px;
  padding: 0 0 5px 0;
  margin: 0 10px 5px 0;
}

.single-blog-box.style__classic .blog-content .blog-title a:hover {
  color: var(--primary-color);
}

.single-blog-box.style__classic .blog-content .blog-meta span {
  color: var(--color-white);
}

.single-blog-box.style__classic .blog-content .blog-meta span a {
  color: var(--text-color);
}

.single-blog-box.style__classic .blo-date {
  position: absolute;
  left: 25px;
  bottom: 25px;
  backdrop-filter: blur(20px);
  background: #ffffff29;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-white);
  padding: 4px 20px;
  border-radius: 20px;
  transition: 0.5s;
}

.single-blog-box.style__classic .blo-date:hover {
  background: var(--primary-color);
}

.single-blog-box.style__classic .meta-blogs {
  border-top: 1px solid #ffffff36;
  padding-top: 14px;
}

.single-blog-box.style__classic .blog-content .blog-btn a {
  display: inline-block;
  color: var(--color-white);
  font-family: var(--text-font);
  font-weight: 500;
  font-size: 15px;
  transition: 0.5s;
  letter-spacing: 2px;
  padding: 0;
  margin-left: 30px;
  position: relative;
  z-index: 1;
}

.single-blog-box.style__classic .blog-content .blog-btn a:hover {
  color: var(--primary-color);
}

.single-blog-box.style__classic .blog-content .blog-btn a::before {
  position: absolute;
  content: "";
  left: -15px;
  bottom: 6px;
  width: 1px;
  height: 14px;
  background: var(--text-color);
}

.single-blog-box.style__classic .blog-content .blog-btn a svg {
  margin-left: 8px;
  filter: blur(0);
}

.latest-blog-section.blog__inner {
  padding: 83px 0 85px;
}

.latest-blog-section.blog__inner .single-blog-box {
  margin-bottom: 25px;
}

/* ============================================= 
  Start Brand Section 
============================================= */
.brand-warrper {
  margin: 0;
  padding-top: 95px;
}

.brand-box {
  width: 100%;
  height: 110px;
  line-height: 110px;
  border-radius: 16px;
  text-align: center;
  background: var(--theme-bg-color);
}

/*===========================================
<-- travelik footer Area css-->
==============================================*/
.main-footer-one {
  padding: 200px 0px 12px;
  background: url("https://html.ditsolution.net/travelik/assets/images/main-home/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: -100px;
  position: relative;
}

.main-footer-one .main-footer-section {
  position: relative;
  z-index: 1;
  padding: 0 0 8px;
}

.footer-widget-content .footer-desc {
  color: var(--color-white);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding: 25px 0 27px;
  width: 68%;
}

.footer-widget-content.text-center {
  margin-right: 100px;
}

.footer-widget-content.social {
  padding-right: 0px;
  padding-top: 15px;
}

.footer-widget-content .footer-social li {
  display: inline-block;
  margin-right: 7px;
}

.footer-widget-content .footer-social li a {
  display: inline-block;
  color: var(--color-white);
  background: var(--color-border2);
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.footer-widget-content .footer-social li a::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 50%;
  background: var(--primary-color);
  transition: all 300ms ease;
}

.footer-widget-content .footer-social li a:hover::before {
  transform: scale(1);
}

/* footer sing up */

h1.footer-sing-up-title {
  font-size: 44px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 22px;
}

.form-input-bx {
  position: relative;
  z-index: 1;
}

.form-input-bx input {
  width: 100%;
  outline: 0;
  border: 0;
  backdrop-filter: blur(20px);
  background: #ffffff1a;
  padding: 0 60px;
  color: var(--color-white);
  height: 60px;
  border-radius: 50px;
}

.form-input-bx span {
  position: absolute;
  top: 18px;
  left: 30px;
}

.form-input-bx button {
  position: absolute;
  right: 0;
  top: 0;
  outline: 0;
  border: none;
  background: var(--primary-color);
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 20px;
  color: var(--color-white);
  border-radius: 0 50px 50px 0;
  letter-spacing: 2px;
  height: 60px;
  padding: 0 35px;
}

/* footer sidget content menu */

.footer-widget-content .footer-title {
  color: var(--color-white);
  font-weight: 400;
  font-size: 34px;
  margin: 0px 0 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

.footer-widget-content .footer-title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  height: 3px;
  width: 40px;
  background: var(--primary-color);
}

.footer-widget-content .footer-menu li a {
  display: flex;
  justify-content: space-between;
  color: var(--color-white);
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 18px;
  transition: 0.5s;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}

.footer-widget-content .footer-menu li a::before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  height: 10px;
  width: 10px;
  background: var(--primary-color);
  border-radius: 20px;
  opacity: 0;
  transition: 0.5s;
}

.footer-widget-content .footer-menu li a:hover:before {
  opacity: 1;
}

.footer-widget-content .footer-menu li a:hover {
  color: var(--primary-color);
  padding-left: 20px;
}

.footer-bottom {
  margin-top: 22px;
}

.footer-automation-title .typing {
  color: var(--color-white);
  font-weight: 300;
  text-transform: uppercase;
  background: linear-gradient(180deg, #0cb2db 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--title-font);
  font-size: 341px;
  line-height: 400px;
  letter-spacing: 64px;
  text-align: center;
}

/* ==============================================
    Start Footer Section Classic
================================================ */

.main-footer-one.classic {
  padding: 120px 0 22px;
  background: url("https://html.ditsolution.net/travelik/assets/images/main-home-classic/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.main-footer-one.classic::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 82px;
  width: 100%;
  height: 1px;
  background: #ffffff17;
}

.main-footer-one.classic .footer-widget-content .footer-desc {
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding: 25px 0 27px;
  width: 80%;
}

.main-footer-one.classic .footer-widget-content .footer-menu li a {
  font-family: var(--text-font);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 17px;
  letter-spacing: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ffffff36;
  padding-bottom: 15px;
}

.main-footer-one.classic .footer-widget-content .footer-menu li a:hover {
  padding-left: 0;
}

.main-footer-one.classic .footer-widget-content .footer-menu li a::before {
  display: none;
}

.main-footer-one.classic .footer-widget-content.right {
  margin-right: 32px;
}

.main-footer-one.classic .footer-widget-content .footer-title:before {
  display: none;
}

.location {
  color: var(--color-white);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  padding-bottom: 38px;
}

.location span {
  display: block;
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 17px;
  padding-bottom: 10px;
  color: var(--text-color);
}

.email-address a {
  display: inline-block;
  color: var(--color-white);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 17px;
}

.contact-info .email-text a {
  display: block;
  color: var(--text-color);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 17px;
  padding-bottom: 10px;
}

.recent-post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.main-footer-one.classic .footer-bottom {
  margin-top: 130px;
}

.copyright-text {
  color: var(--color-white);
}

.copyright-text a {
  display: inline-block;
  color: var(--primary-color);
}

.footer-bottom-menu {
  text-align: right;
}

.footer-bottom-menu ul li {
  display: inline-block;
}

.footer-bottom-menu ul li a {
  display: inline-block;
  color: var(--color-white);
  margin-left: 30px;
}

.footer-bottom-menu ul li a:hover {
  color: var(--primary-color);
}

/* ==============================================
    Start Home Classic Cetagoris Section
================================================ */

.categori-section {
  background: var(--theme-bg-color2);
  padding: 82px 0 120px;
}

.cetagoris-left-warpper .categoris-main-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

/* Cetagoris left Warpper */

.cetagoris-left-warpper .categoris-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
}

.cetagoris-left-warpper .categoris-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(23, 42, 47, 0) 50%, #172a2f 100%);
  border-radius: 20px;
}

.cetagoris-left-warpper .categoris-thumb .categoris-content {
  position: absolute;
  bottom: 0;
  margin-left: 35px;
  opacity: 0;
  transition: 0.5s;
}

.cetagoris-left-warpper .categoris-thumb:hover .categoris-content {
  opacity: 1;
  bottom: 28px;
}

.cetagoris-left-warpper .categoris-thumb .categoris-content h2 a {
  display: inline-block;
  font-size: 26px;
  font-weight: 400;
}

.cetagoris-left-warpper .categoris-thumb .cetagoris-btn {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s;
}

.cetagoris-left-warpper .categoris-thumb:hover .cetagoris-btn {
  opacity: 1;
  top: 20px;
  right: 20px;
}

.cetagoris-left-warpper .categoris-thumb .cetagoris-btn a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: var(--primary-color);
  display: inline-block;
  text-align: center;
  color: var(--color-white);
  border-radius: 50%;
  transform: rotate(-45deg);
}

/* Cetagoris Right Warpper */

.cetagoris-right-warpper .categoris-signle-box {
  background: url("https://html.ditsolution.net/travelik/assets/images/main-home-classic/categri-bg-box.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding: 55px 50px 60px;
  border-radius: 20px;
}

.cetagoris-right-warpper .categoris-signle-box .categoris-content h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
}

.cetagoris-right-warpper .categoris-signle-box .categoris-content h2 span {
  color: var(--primary-color);
}

.cetagoris-right-warpper .categoris-signle-box .categoris-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.cetagoris-right-warpper .categoris-signle-box .arrow-shapes {
  position: absolute;
  left: 40px;
  bottom: 23%;
  z-index: -1;
}

.cetagoris-right-warpper .categoris-signle-box .cetagory-btn {
  margin-top: 200px;
}

.cetagoris-right-warpper .categoris-signle-box .cetagory-btn a {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 12px 30px;
}

/* ==============================================
    Start Counter Section
================================================ */

.counter-section {
  background: var(--theme-bg-color2);
  padding: 120px 0 120px;
}

.counter-warpper {
  display: flex;
  position: relative;
  z-index: 1;
}

.counter-warpper .counter-single-bx:last-child {
  margin-left: -30px;
  background: #20353b;
}

.counter-single-bx {
  background: var(--theme-bg-color);
  border-radius: 50%;
  height: 244px;
  width: 244px;
  line-height: 244px;
  text-align: center;
}

.counter-single-bx .counter-content {
  text-align: center;
  line-height: 18;
}

.counter-content h2 {
  display: inline-block;
  color: var(--primary-color);
  font-size: 70px;
  font-weight: 400;
}

.counter-content .title {
  font-size: 30px;
  color: var(--color-white);
}

/* circle */

.marque-circle {
  position: relative;
  width: 295px;
  height: 295px;
  line-height: 295px;
  background: var(--primary-color);
  border-radius: 50%;
  text-align: center;
  margin: auto;
}

.marque-circle:before {
  position: absolute;
  content: "";
  left: -54%;
  top: 26px;
  height: 244px;
  width: 244px;
  border: 1px solid #ffffff38;
  border-radius: 50%;
}

.marque-circle::after {
  position: absolute;
  content: "";
  right: -54%;
  top: 26px;
  height: 244px;
  width: 244px;
  border: 1px solid #ffffff38;
  border-radius: 50%;
}

.marque-circle svg {
  width: 90%;
  max-width: 90%;
  height: auto;
  overflow: visible;
  word-spacing: 14px;
  transform: rotate(0) scaleX(1) scaleY(1);
}

.marque-circle text {
  fill: var(--color-white);
  font-size: 20px;
  font-family: var(--title-font);
  font-weight: 500;
}

.rotate-text {
  animation: rotateText 10s linear infinite;
  transform-origin: center;
}

.circle-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 2;
  font-size: 28px;
  border: 1px solid #ffffff7a;
  padding: 30px;
}

@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.marque-circle.style__two {
  width: 220px;
  height: 220px;
  line-height: 220px;
  background: var(--color-white);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-10%);
}

.marque-circle.style__two text {
  fill: var(--theme-bg-color);
}

.marque-circle.style__two::after,
.marque-circle.style__two::before {
  display: none;
}

.marque-circle.style__two .circle-img {
  background: var(--primary-color);
}

/* ==============================================
    Start Gallery Section
================================================ */

.gallery-area {
  background: var(--theme-bg-color);
  padding: 120px 0 0;
}

.gallery__thumb__box {
  margin-bottom: 22px;
}

.gallery__thumb {
  border-radius: 20px;
  line-height: 0;
  overflow: hidden;
}

.gallery__thumb .image-anime:after {
  border-radius: 20px;
}

.gallery__thumb a img {
  border-radius: 20px;
}

/* ==============================================
    Start Gallery Section Style Two
================================================ */

.gallery-area.style__two {
  background: var(--theme-bg-color4);
  padding: 68px 0 70px;
  position: relative;
  z-index: 1;
}

.gallery__card {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 25px;
  margin-bottom: 30px;
}

.gallery__card .gallery__thumb {
  border-radius: 20px;
  line-height: 0;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 25px;
  min-width: 100%;
  -webkit-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.gallery__card.card__bottom .gallery__thumb {
  animation: scroll-right 40s linear infinite;
}

@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes scroll-right {
  0% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* ==============================================
    Start Subscribe  Section
================================================ */

.subscribe-section {
  background: url("https://html.ditsolution.net/travelik/assets/images/main-home-classic/subscribe-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 120px 0 90px;
}

.subscribe-signle-box {
  background: url("https://html.ditsolution.net/travelik/assets/images/main-home-classic/subscribe-bg-bx.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 43px 50px 60px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  margin-bottom: 30px;
}

.subscribe-coun h2 {
  font-size: 90px;
  font-weight: 400;
  line-height: 1.2;
}

.subscribe-coun p {
  font-size: 20px;
  line-height: 26px;
}

.subscribe-btn a {
  font-size: 18px;
  letter-spacing: 2px;
  padding: 12px 30px;
  margin-top: 68px;
}

.subscribe-signle-box .subscribe-sp {
  position: absolute;
  top: 16%;
  left: 45%;
  z-index: -1;
}

.subscribe-signle-box .subscribe-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* right box */

.subscribe-signle-box.right-warpper {
  backdrop-filter: blur(50px);
  background: #ffffff12;
  padding: 56px 50px 60px;
}

.subscribe-title h2 {
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 2px;
}

p.subscribe-list {
  font-size: 20px;
  line-height: 26px;
  display: flex;
  margin-top: 12px;
  margin-bottom: 93px;
}

p.subscribe-list i {
  color: var(--primary-color);
  position: relative;
  top: 4px;
  margin-right: 8px;
}

.subscribe-signle-box.right-warpper .subscribe-img {
  right: 30px;
}

.subscribe-signle-box.right-warpper .form-input-bx input {
  width: 69%;
  backdrop-filter: blur(20px);
  background: #ffffff1a;
  height: 56px;
}

.subscribe-signle-box.right-warpper .form-input-bx input::placeholder {
  font-size: 16px;
  color: var(--text-color);
}

.subscribe-signle-box.right-warpper .form-input-bx span {
  top: 15px;
}

.subscribe-signle-box.right-warpper .form-input-bx button {
  height: 56px;
  right: 31%;
}

/* travelling style two */

.travelling-offer-section.style__two {
  padding: 10px 0 0;
}

.subscribe-signle-box.right-warpper.style__two {
  backdrop-filter: inherit;
  background: transparent;
  padding: 0;
}

.subscribe-signle-box.right-warpper.style__two .form-input-bx input {
  width: 100%;
  height: 56px;
  border: 1px solid #ffffff4d;
}

.subscribe-signle-box.right-warpper.style__two
  .form-input-bx
  input::placeholder {
  color: var(--color-white);
}

.subscribe-signle-box.right-warpper.style__two .form-input-bx span {
  color: var(--color-white);
}

.subscribe-signle-box.right-warpper.style__two .form-input-bx button {
  height: 56px;
  right: 0;
  background: var(--color-white);
  color: var(--primary-color);
}

.news-img {
  text-align: center;
}

/* ==============================================
    Start Feature  Section
================================================ */

.feature-section {
  background: url("https://html.ditsolution.net/travelik/assets/images/home2/feature-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0 90px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.feature-right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  line-height: 0;
}

.feature-single-box {
  backdrop-filter: blur(100px);
  border: 1px solid #ffffff1f;
  padding: 35px;
  border-radius: 20px 80px 20px 20px;
  margin-bottom: 30px;
  background: #ffffff12;
}

.feature-single-box.center {
  border-radius: 80px 80px 20px 20px;
}

.feature-single-box .feature-thumb {
  line-height: 0;
  margin-top: 27px;
}

.feature-single-box:hover .image-anime::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.feature-single-box .feature-icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
  background: var(--primary-color);
  text-align: center;
  border-radius: 50%;
  transition: 0.5s;
}

.feature-single-box .feature-title {
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  margin: 25px 0 12px;
  letter-spacing: 2px;
}

.feature-single-box .feature-contnet p {
  line-height: 28px;
  font-size: 18px;
}

.feature-single-box:hover .feature-icon {
  transform: scaleX(-1);
}

/* ==============================================
    Start Work Process Section
================================================ */
.work-process-section {
  background: var(--theme-bg-color2);
  padding: 100px 0 110px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* all shape */
.shape1.bounce-animate2 {
  position: absolute;
  top: 17%;
  left: 12%;
  z-index: -1;
}

.work-process-section .shape2 {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  text-align: center;
  z-index: -1;
}

.work-process-section .shape3 {
  position: absolute;
  right: 13%;
  top: 14%;
  z-index: -1;
}

/* process single box */

.work-process-section .section-main-title {
  margin-bottom: 105px;
}

.process__upper {
  text-align: center;
  position: relative;
  z-index: 1;
}

.process__upper::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: -65px;
  background: url("https://html.ditsolution.net/travelik/assets/images/home2/process-border.png");
  background-repeat: no-repeat;
  width: 56%;
  height: 50px;
  left: -9px;
  right: 0;
  margin: auto;
  text-align: center;
}

.process-single-box {
  text-align: center;
  position: relative;
  z-index: 1;
}

.process-single-box .process-bg-buler {
  height: 24px;
  width: 24px;
  position: absolute;
  top: -22px;
  right: 0;
  left: 35%;
  margin: auto;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
}

.process-single-box .process-bg-buler::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  top: 4px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  background: var(--primary-color);
}

.process-single-box.right .process-bg-buler {
  left: -32%;
}

.process-single-box.center .process-bg-buler {
  top: -35px;
  right: 0;
  left: 0;
}

.process-single-box .process-number {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 36px;
  height: 120px;
  width: 120px;
  line-height: 120px;
  text-align: center;
  background: var(--primary-color);
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 50% 8% 50% 50%;
}

.process-single-box.center .process-number {
  border-radius: 50% 50% 8% 50%;
  transform: rotate(45deg);
}

.process-single-box.right .process-number {
  border-radius: 8% 50% 50% 50%;
}

.process-single-box.center .process-number span {
  transform: rotate(-45deg);
}

.process-single-box .process-number span {
  height: 80px;
  width: 80px;
  line-height: 80px;
  background: var(--theme-bg-color2);
  display: inline-block;
  border-radius: 50%;
  font-family: var(--title-font);
  font-size: 40px;
  font-weight: 400;
  color: var(--color-white);
}

.process-single-box.bx2 .process-contnet {
  margin-top: 20px;
}

.process-single-box .process-contnet h1 {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0 0 12px;
}

.process-single-box .process-contnet p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 41px 0;
}

/* ========================================
    Start Video Section 
========================================== */

.video-section {
  position: relative;
  background: url("https://html.ditsolution.net/travelik/assets/images/home2/video-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 175px 0 0;
}

.video-section.style__two {
  background: url("https://html.ditsolution.net/travelik/assets/images/home4/video-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.video-section .video-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  z-index: 2;
}

.video-section .content-box {
  width: 585px;
  padding: 50px 0 0;
  backdrop-filter: blur(20px);
  border-radius: 20px 20px 0 0;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
}

.video-section .play-icon a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #14b7e6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
}

.video-section .video-content h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

.video-section .booking-btn {
  background: #ffffff24;
  padding: 14px 30px;
  color: #fff;
  border-radius: 50px;
  font-size: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 400;
  transition: 0.3s;
}

.video-section .booking-btn span {
  margin-left: 10px;
}

.video-section .call-box {
  margin-top: 50px;
  padding: 27px 0;
  background: var(--theme-bg-color);
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  font-family: var(--text-font);
}

/*<!-- =====================================-->
<!-- Start travelik  Yacht Facilities section-->
<!-- =====================================-->*/

.yacht-facilities-section {
  background: url("https://html.ditsolution.net/travelik/assets/images/home3/facilities-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0 65px;
  margin-top: -30px;
}

.facilities-single-bx {
  display: flex;
  gap: 20px;
  margin-bottom: 65px;
}

.facilities-icon {
  background: var(--primary-color);
  display: inline-block;
  height: 65px;
  width: 65px;
  text-align: center;
  line-height: 65px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 5px;
}

.facilities-content h2 {
  font-size: 30px;
  font-weight: 400;
  color: var(--theme-bg-color);
}

.facilities-content p {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}

/*<!-- ==================================================-->
<!-- Start travelik  Facilities section Style Two -->
<!-- ====================================================-->*/

.yacht-facilities-section.style__two {
  background: url("https://html.ditsolution.net/travelik/assets/images/home4/facilities-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  padding: 98px 0 210px;
}

.facilities-single-bx-two {
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  padding: 40px 35px 30px;
  background: var(--theme-bg-color5);
  transition: 0.5s;
}

.facilities-single-bx-two:hover {
  background: transparent;
  border: 1px solid var(--primary-color);
}

.facilities-single-bx-two .facilities-icon {
  background: var(--primary-color);
  display: inline-block;
  height: 65px;
  width: 65px;
  text-align: center;
  line-height: 65px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0;
  margin-bottom: 28px;
}

.facilities-single-bx-two .facilities-content h2 {
  font-size: 30px;
  font-weight: 400;
  color: var(--color-white);
}

.facilities-single-bx-two .facilities-content p {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}

/* facilities thumb */

.yacht-facilities-section.style__two .facilities-thumb {
  text-align: right;
  margin-bottom: -262px;
  position: relative;
  z-index: 1;
}

.yacht-facilities-section.style__two .shape__01 {
  position: absolute;
  left: 65px;
  top: -25%;
  z-index: 1;
}

.yacht-facilities-section.style__two .shape__02 {
  position: absolute;
  left: 45px;
  bottom: -35px;
  z-index: 1;
}

.yacht-facilities-section.style__two .shape__plane {
  position: absolute;
  right: 40px;
  top: -25%;
  z-index: -1;
}

/* slider prev box */

.yacht-facilities-section.style__two .destination__arrow__bx {
  position: absolute;
  right: inherit;
  top: inherit;
  bottom: -91px;
  left: 0;
}

.yacht-facilities-section.style__two .destination__arrow__bx .slider-prev,
.yacht-facilities-section.style__two .destination__arrow__bx .slider-next {
  height: 50px;
  line-height: 45px;
  width: 50px;
}

/*<!-- =====================================-->
<!-- Start travelik  Marquee section-->
<!-- =====================================-->*/

.marquee-section {
  position: relative;
  padding: 28px 20px 23px;
  z-index: 1;
  background-color: var(--primary-color);
  margin-top: -20px;
  border-radius: 20px;
}

.marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 0px;
}

.marquee-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 0px;
  min-width: 100%;
  -webkit-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
}

.marquee-block h3 {
  font-size: 40px;
  text-transform: uppercase;
  color: var(--color-white);
  font-weight: 400;
  letter-spacing: 2px;
}

.marquee-block h3 span {
  display: inline-block;
  margin: 0 30px 0 35px;
  transition: 0.5s;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.marquee-section.style__two {
  margin-top: 0;
  border-radius: 0;
}

/*<!-- =====================================-->
<!-- Start travelik  Contact Section-->
<!-- =====================================-->*/

.contact-section {
  background: url("https://html.ditsolution.net/travelik/assets/images/home3/contact-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 170px 0 0;
  margin-top: -50px;
  border-radius: 30px;
}

.info__right {
  margin-right: 110px;
}

.info-box {
  display: flex;
  backdrop-filter: blur(20px);
  border-radius: 15px;
  padding: 22px 30px 20px;
  gap: 15px;
  background: #ffffff24;
}

.info-icon {
  height: 40px;
  width: 40px;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: var(--primary-color);
  flex-shrink: 0;
  margin-top: 6px;
}

.info-content h2 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
}

.info-content p {
  font-size: 18px;
  margin-bottom: 3px;
}

.contact-form-box {
  background: var(--color-white);
  border-radius: 30px;
  padding: 52px 50px 60px;
  position: relative;
  z-index: 2;
  margin-bottom: -60px;
}

.form__title {
  font-size: 40px;
  font-weight: 400;
  color: var(--theme-bg-color);
  text-align: center;
  margin-bottom: 40px;
}

.form-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.form-box input {
  transition: 0.3s;
  outline: 0;
  width: 100%;
  height: 52px;
  border: 1px solid rgb(12, 35, 24, 0.15);
  background: transparent;
  border-radius: 50px;
  padding: 0 25px;
}

.form-box input::placeholder {
  color: var(--text-color);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
}

.form-box textarea {
  width: 100%;
  height: 140px;
  border: 1px solid rgb(12, 35, 24, 0.15);
  border-radius: 30px;
  padding: 15px 25px 0;
  background: transparent;
  outline: 0;
}

.form-box textarea::placeholder {
  color: var(--text-color);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
}

.contact-form button {
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  color: var(--color-white);
  background: var(--primary-color);
  border-radius: 45px;
  padding: 12px 30px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  outline: 0;
  border: 0;
  letter-spacing: 2px;
}

.contact-form button::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--theme-bg-color);
  border-radius: 45px;
  margin: auto;
  z-index: -1;
  transition: 0.5s;
}

.contact-form button:hover::after {
  width: 100%;
}

/* ============================================= */
/* travelik galary section one css */
/* ============================================= */
.galary-section-one {
  padding: 100px 0px 100px;
}

.galary-section-one .section-title {
  margin-top: 0px;
}

.gallary-active {
  width: 100%;
  position: relative;
}

.gallary-active .swiper-slide {
  overflow: hidden;
  transition: all 0.35s ease;
}

.gallary-active .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide.swiper-slide-active {
  transform: scale(1);
}

/* ===== Arrows ===== */
.galary-arrow-box {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.galary-arrow-box button {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  border: none;
  pointer-events: auto;
  cursor: pointer;
}

/*
<!-- ============================== -->
<!-- Start breadcumb Secttion -->
<!-- ==============================-->*/
.breadcumb-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 535px;
  position: relative;
  margin-top: -100px;
  z-index: 1;
}

.breadcumb-section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  z-index: -1;
}

.breadcumb-section.style__two {
  height: 0;
  padding: 370px 0 290px;
}

.breadcumb-section .travel-boking.style-two {
  border-radius: 5px;
  margin-top: 40px;
}

ul.breadcumb-item li i {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 12px;
}

.breadcumb-content h1 {
  color: var(--theme-bg-color);
  font-weight: 400;
  font-size: 54px;
}

ul.breadcumb-item li {
  list-style: none;
  display: inline-block;
  padding: 10px 0 0;
  font-size: 16px;
  color: var(--theme-bg-color);
  font-weight: 400;
}

ul.breadcumb-item li a {
  transition: 0.5s;
  padding: 0 12px 0 0;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: var(--theme-bg-color);
  font-weight: 400;
}

ul.breadcumb-item li a:hover {
  color: var(--primary-color);
}

ul.breadcumb-item li a i {
  display: inline-block;
  font-size: 12px;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

/*==============================
/* Team details Section 
==============================*/

.team-details-area {
  padding: 120px 0 68px;
  background: var(--color-white);
}

.team-details {
  box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
  padding: 50px;
  margin-bottom: 50px;
  border-radius: 20px;
}

.team-details-thumb img {
  width: 100%;
}

/* Team details content */

.team-details-content {
  padding: 0 0 0 35px;
}

.team-details-title h2 {
  color: var(--theme-bg-color);
  font-size: 30px;
  font-weight: 400;
}

.team-details-title p {
  font-size: 16px;
  margin: 10px 0 0;
  color: var(--theme-bg-color);
  font-weight: 400;
}

.team-details-content-text ul li {
  margin-bottom: 17px;
  display: block;
  color: #65677a;
}

.team-details-content-text ul li span {
  font-weight: 500;
  margin-right: 15px;
  font-size: 17px;
  color: var(--theme-bg-color);
}

.team-details-content-icon a {
  margin: 3px;
  background: var(--primary-color);
  line-height: 1;
  display: inline-block;
  border-radius: 3px;
  color: var(--color-white);
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  transition: 0.5s;
  border: 1px solid var(--primary-color);
}

.team-details-content-icon a:hover {
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.skill-wrapper h6 {
  margin-bottom: 8px;
  margin-top: 20px;
}

.team-detail-title h2 {
  font-size: 35px;
  font-weight: 600;
  color: #161616;
  line-height: 0;
}

.team-detail-title p {
  font-size: 16px;
  font-weight: 400;
  color: #63636b;
  margin-top: 40px;
}

/*==============================
/* Blog List Section 
==============================*/

.blog-list {
  padding: 120px 0 90px;
}

.blog-list .single-blog-box.style__classic {
  margin-bottom: 20px;
}

.blog-list .single-blog-box.style__classic .blog-thumb {
  margin-bottom: 25px;
  width: 100%;
}

.blog-list .single-blog-box.style__classic .blog-content .blog-title a {
  color: var(--theme-bg-color);
}

.blog-list .single-blog-box.style__classic .blog-content .blog-meta span {
  color: var(--primary-color);
}

/* catefory box */

.hotelio-category-box {
  padding: 40px 40px 30px;
  border-radius: 0;
  background-color: #f3f4f3;
  border: 2px solid #fff;
  margin-bottom: 30px;
}

.search-bx {
  position: relative;
  z-index: 1;
}

.search-bx input {
  padding: 10px 25px;
  width: 100%;
  height: 60px;
  border-radius: 0;
  background: var(--color-white);
  border: none;
  font-size: 16px;
  color: var(--theme-bg-color);
  font-weight: 500;
  outline: 0;
}

.search-bx input::placeholder {
  color: var(--theme-bg-color);
}

.search-bx button.subscribe-btn {
  border: 0;
  background: transparent;
  color: var(--color-gray);
  position: absolute;
  right: 20px;
  top: 16px;
  border-radius: 5px;
  font-size: 17px;
}

.category-title {
  padding: 0px 0 19px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 28px;
  color: var(--theme-bg-color);
  font-weight: 400;
  margin-top: 0;
}

.category-title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 7px;
  width: 30px;
  height: 1px;
  background: var(--theme-bg-color);
  transition: 0.5s;
}

h3.category-title:hover:before {
  width: 50px;
}

/* recent box */

.hotelio-category-items {
  margin-bottom: 20px;
}

.post-thumb {
  flex-shrink: 0;
  overflow: hidden;
}

.category-content {
  padding-left: 20px;
}

.category-content h2 a {
  display: inline-block;
  transition: 0.5s;
  font-size: 20px;
  line-height: 24px;
  color: var(--theme-bg-color);
  font-weight: 400;
}

.category-content h2 a:hover {
  color: var(--primary-color);
}

.category-content h3 {
  text-transform: uppercase;
  font-size: 16px;
  color: var(--text-color);
  font-weight: 400;
  line-height: 1.2;
  margin: 8px 0 0;
}

.hotelio-category-box.two .category-title {
  margin-bottom: 12px;
}

ul.hotelio-service li {
  list-style: none;
  border-radius: 0;
  border: 0;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border-bottom: 1px solid rgba(16, 16, 16, 0.10196078431372549);
}

ul.hotelio-service li span {
  float: right;
}

ul.hotelio-service li span i {
  font-size: 15px;
  font-weight: 700;
  opacity: 0;
  transition: 0.5s;
  color: var(--theme-bg-color);
}

ul.hotelio-service li a {
  font-size: 16px;
  color: var(--theme-bg-color);
  font-weight: 500;
  padding: 11px 0 11px;
  display: block;
}

ul.hotelio-service li a i {
  padding: 0 10px 0 0;
  font-size: 14px;
  display: inline-block;
  color: var(--theme-bg-color);
  transition: 0.5s;
}

ul.hotelio-service li:hover:before {
  width: 100%;
  left: 0;
}

ul.hotelio-service li:hover a {
  color: var(--primary-color);
}

ul.hotelio-service li:hover a i {
  color: var(--primary-color);
}

ul.hotelio-service li:last-child {
  border-bottom: 0;
}

ul.hotelio-service li:last-child a {
  padding: 11px 0 0;
}

ul.hotelio-service li:hover span i {
  opacity: 1;
}

/* list category  */

ul.list_category li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 7px;
}

ul.list_category li a {
  display: inline-block;
  padding: 5px 20px;
  background: var(--color-white);
  font-size: 15px;
  line-height: 30px;
  color: var(--title-color);
  font-weight: 400;
}

ul.list_category li a:hover {
  background: var(--primary-color);
  color: var(--color-white);
}

.hotelio-btn.style_inner {
  margin-top: 30px;
}

ul.list_category li a {
  display: inline-block;
  padding: 5px 20px;
  background: var(--color-white);
  font-size: 15px;
  line-height: 30px;
  color: var(--theme-bg-color);
  font-weight: 400;
}

ul.list_category li a:hover {
  background: var(--primary-color);
  color: var(--color-white);
}

/*==============================
/* Blog Details Section 
==============================*/

.details .blog-thumb img {
  width: 100%;
}

/* hotelio blog details section */

.blog-meta {
  padding: 8px 0 16px;
}

.blog-meta span a {
  transition: 0.5s;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #616161;
  font-weight: 400;
}

.blog-meta span i {
  display: inline-block;
  transform: rotate(68deg);
  font-size: 10px;
  position: relative;
  top: -2px;
  margin: 0 6px 0;
}

.blog-content-text.text-left h2 {
  margin: 0 0 22px;
  font-size: 32px;
  color: var(--theme-bg-color);
  font-weight: 400;
}

p.qouik {
  margin-right: 33px;
}

p.qouik2 {
  margin: 25px 44px 46px 0;
}

h3.blog-dtls-title3 {
  font-size: 28px;
  color: var(--theme-bg-color);
  font-weight: 400;
  margin: 0 0 18px;
}

p.desc-style1 {
  margin: 0 34px 28px 0;
}

.blog-details-list-item {
  margin-top: 29px;
  margin-bottom: 52px;
}

ul.blog-details-list li {
  margin-bottom: 14px;
  font-size: 16px;
  color: var(--theme-bg-color);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-dtls-img img {
  width: 100%;
}

p.desc-style1 {
  margin: 20px 34px 28px 0;
}

.blog-details-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 56px;
  border-top: 1px solid rgba(16, 16, 16, 0.10196078431372549);
  border-bottom: 1px solid rgba(16, 16, 16, 0.10196078431372549);
  padding: 25px 0 25px;
  margin-bottom: 0;
}

.blog-social-tags ul li {
  display: inline-block;
}

.blog-social-tags ul li strong {
  font-size: 20px;
  color: var(--theme-bg-color);
  font-weight: 400;
  margin-right: 10px;
}

.blog-social-tags ul li a {
  display: inline-block;
  text-align: center;
  padding: 2px 20px;
  margin-right: 8px;
  border: 1px solid rgba(16, 16, 16, 0.1);
  font-size: 15px;
  color: #616161;
  font-weight: 400;
}

.single-blog-social-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-blog-social-icon ul li {
  display: inline-block;
  margin-left: 12px;
}

.category-content h4 {
  margin: 0;
}

.comment-bx {
  margin-top: 60px;
}

.comment-title h3 {
  margin-bottom: 33px;
  font-size: 32px;
  color: var(--theme-bg-color);
  font-weight: 500;
}

.blog-details-comment {
  margin-bottom: 20px;
  position: relative;
  border: 1px solid rgba(16, 16, 16, 0.1);
  padding: 25px 44px 6px 30px;
}

.blog-details-comment-thumb {
  float: left;
  margin-right: 25px;
  position: relative;
  top: 5px;
}

.blog-details-comment-content {
  overflow: hidden;
}

.blog-details-comment-content h2 {
  margin: 0;
  margin-bottom: 13px;
  font-size: 20px;
  color: #1e1e1e;
  font-weight: 500;
}

.blog-details-comment-content p {
  font-size: 15px;
  line-height: 26px;
  color: #616161;
  font-weight: 400;
}

.blog-details-comment-reply a {
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 15px;
  text-decoration: underline;
  color: #1e1e1e;
  font-weight: 400;
  text-transform: uppercase;
}

.blog-details-comment.reply {
  margin-left: 100px;
  padding: 25px 44px 6px 30px;
}

.comment-title.two h3 {
  margin: 90px 0 35px;
}

input.comment-box {
  border: 0;
  width: 100%;
  margin-bottom: 20px;
  padding: 25px;
  height: 60px;
  background-color: #f3f4f2;
  outline: 0;
}

input.comment-box::placeholder {
  color: var(--theme-bg-color);
}

#comment-msg-box::placeholder {
  color: var(--theme-bg-color);
}

#comment-msg-box {
  width: 100%;
  transition: 0.5s;
  height: 180px;
  background-color: #f3f4f2;
  border: 0;
  padding: 21px 25px;
  outline: 0;
}

.check_bx {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 27px;
  margin-top: 6px;
}

.check_bx.two {
  margin: 13px 0 20px;
}

.check_bx input[type="checkbox"] {
  height: 20px;
  width: 20px;
}

.check_bx.two p {
  font-size: 15px;
  color: #616161;
  font-weight: 400;
}

.comment-form .submit-comment {
  padding: 14px 10px;
  margin-left: 15px;
  border: 0;
  transition: 0.5s;
  border-radius: 0;
  margin-top: 10px;
  font-family: "Open Sans";
  width: 165px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  background: var(--primary-color);
}

.comment-form .submit-comment:hover {
  background: var(--theme-bg-color);
}

.blog-thumb figure {
  width: 100%;
}

.donation-details {
  padding: 120px 0 120px;
}

.blog-list .destination__arrow__bx {
  right: 50%;
  transform: translateX(50%);
  top: inherit;
  bottom: 120px;
  z-index: 1;
}

.blog-list .destination__arrow__bx .slider-prev,
.blog-list .destination__arrow__bx .slider-next {
  color: var(--color-white);
  background: var(--theme-bg-color);
  border: 1px solid var(--theme-bg-color);
}

.blog-list .destination__arrow__bx .slider-prev:hover,
.blog-list .destination__arrow__bx .slider-next:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

/*===================================
    Service Details 
=================================== */

.hotelio-thumb img {
  width: 100%;
}

.hotelio-title h2 {
  padding: 24px 0 19px;
  font-size: 30px;
  color: var(--theme-bg-color);
  font-weight: 400;
}

.hotelio-title.two h2 {
  padding: 14px 0 44px;
}

.hotelio-single-box {
  margin-bottom: 30px;
}

.hotelio-single-box ul li {
  font-size: 17px;
  line-height: 26px;
  color: var(--theme-bg-color);
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  gap: 10px;
}

.hotelio-single-box ul li img {
  border-radius: 50%;
  background: #52614e2b;
  flex-shrink: 0;
  padding: 13px 12px;
}

.team-single-box.style__two.inner__team__bx {
  padding: 15px 15px 30px;
  background: var(--theme-bg-color);
}

.inner__team__bx .team-thumb img {
  width: 100%;
}

/*===================================
    Login Page 
=================================== */

.login-page {
  padding: 120px 0 120px;
}

.image-box img {
  border-radius: 20px;
}

.login-card {
  background: #f3f4f3;
  border-radius: 18px;
  padding: 40px 40px 40px;
}

.demo-box {
  background: #fff;
  padding: 20px 60px 20px;
  font-size: 16px;
  border-radius: 6px;
  margin-bottom: 20px;
  text-align: center;
}

.login-card h2 {
  font-size: 30px;
  color: var(--theme-bg-color);
  font-weight: 400;
}

.subtitle {
  color: #555;
  margin-bottom: 20px;
}

.tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
}

.tabs button {
  border: none;
  background: transparent;
  font-size: 15px;
  color: #5aa83c;
  cursor: pointer;
}

.tabs .active {
  background: #5aa83c;
  color: #fff;
  padding: 8px 18px;
  border-radius: 6px;
}

.input-box {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 15px;
}

.input-box span {
  margin-right: 8px;
  font-size: 14px;
}

.input-box input {
  border: none;
  outline: none;
  flex: 1;
}

.input-box input::placeholder {
  color: var(--text-color);
}

.eye {
  cursor: pointer;
}

.options {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 20px;
}

.options a {
  color: #5aa83c;
  text-decoration: none;
}

.login-btn {
  width: 100%;
  padding: 14px;
  background: #6fb24c;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
}

.divider {
  height: 1px;
  background: #ddd;
  margin: 25px 0;
}

.bottom-text {
  text-align: center;
  font-size: 14px;
}

.bottom-text a {
  color: #5aa83c;
  text-decoration: none;
}

.hidden {
  display: none;
}

/* ========================================
    Start Tour Section 
=========================================== */

.tour__section {
  padding: 120px 0 120px;
}

.tour__section.style__two {
  padding: 120px 0 90px;
}

.tour-sidebar-bg-image-items {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}

.tour-sidebar-bg-image-items .tour-bg-content {
  position: absolute;
  left: 40px;
  bottom: 50px;
}

.tour-sidebar-bg-image-items .tour-bg-content span {
  color: var(--color-white);
}

.tour-sidebar-bg-image-items .tour-bg-content h3 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.theme-btn {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  padding: 15px 35px;
  text-align: center;
  z-index: 1;
  color: var(--color-white);
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.5s;
  background-color: var(--theme-bg-color);
  border-radius: 10px;
}

.theme-btn:hover {
  background: var(--color-white);
  color: var(--theme-bg-color2);
}

.tour__section .populer-single-box {
  background: var(--theme-bg-color2);
}

.tour-list-wrapper .tour-main-sideber {
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  padding: 30px;
  filter: drop-shadow(10px 4px 60px rgba(215, 215, 215, 0.25));
}

.price-filter {
  width: 100%;
  max-width: 360px;
}

.range-slider {
  position: relative;
  height: 24px;
}

/* full track */
.track {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  width: 100%;
  background: var(--theme-bg-color);
  border-radius: 10px;
}

/* active range */
.range {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  background: var(--primary-color);
  border-radius: 10px;
}

/* sliders */
.range-slider input {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
}

/* thumb */
.range-slider input::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
}

.range-slider input::-moz-range-thumb {
  pointer-events: auto;
  width: 16px;
  height: 16px;
  background: var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
}

.price-text {
  margin-top: 10px;
  font-size: 20px;
  color: var(--theme-bg-color);
  font-weight: 500;
}

.nav-link {
  color: var(--primary-color);
  transition: 0.5s;
  padding: 0;
}

.active {
  color: var(--theme-bg-color2);
}

.list-wrap {
  display: flex;
  gap: 20px;
}

.list-wrap .nav {
  display: flex;
  gap: 15px;
}

.list-wrap .nav p {
  color: var(--primary-color);
  font-weight: 500;
}

.tour-list-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.right-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.right-item h6 {
  color: #6b6b6b;
  /* $text-color */
  font-weight: 400;
}

.right-item .form-clt .nice-select {
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 50px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  background: #f9f9f9;
  width: 204px;
  color: #151515;
  /* $header-color */
  height: auto !important;
  line-height: normal !important;
}

.right-item .form-clt .nice-select span {
  color: #151515;
  /* $header-color */
}

.right-item .form-clt .nice-select::after {
  right: 30px;
  border-bottom: 2px solid #151515;
  border-right: 2px solid #151515;
  height: 7px;
  width: 7px;
  margin-top: -5px;
}

.right-item .form-clt .nice-select .list {
  width: 100%;
  background-color: #ffffff;
  /* $bg-color */
}

.right-item .form-clt .nice-select .focus {
  background-color: transparent;
  font-weight: 400;
  color: #6b6b6b;
  /* $text-color */
}

.right-item .form-clt .nice-select .option {
  border: none;
}

.right-item .form-clt .nice-select .option:hover {
  background-color: transparent;
}

.sort-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: inherit;
}

.sort-label {
  font-size: 16px;
  color: #666;
}

.sort-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  padding: 12px 44px 12px 20px;
  border-radius: 50px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  font-size: 16px;
  cursor: pointer;
  min-width: 200px;

  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23000' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
}

.sort-select:focus {
  outline: none;
  border-color: #ccc;
}

.tour-main-sideber {
  background: var(--theme-bg-color4);
  padding: 30px 40px 30px;
}

.tour-main-sideber .widget-title h2 {
  color: var(--theme-bg-color);
  font-size: 30px;
  font-weight: 400;
  margin: 20px 0 20px;
}

.tour-main-sideber .tour-sidebar-items .radio-filter li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.tour-main-sideber .tour-sidebar-items .radio-filter li i {
  font-size: 16px;
  color: var(--primary-color);
}

.tour-main-sideber .tour-sidebar-items .radio-filter li input {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  margin-right: 8px;
}

.tour-main-sideber .tour-sidebar-items .radio-filter label {
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

.tour-main-sideber .tour-sidebar-items .radio-filter li input:checked {
  background: transparent;
  border-color: var(--border);
}

.tour-main-sideber .tour-sidebar-items .radio-filter li input:checked {
  background: transparent;
  border-color: var(--primary-color);
}

.tour-main-sideber .tour-sidebar-items .radio-filter li input::before {
  content: "";
  width: 5px;
  height: 5px;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
  border-radius: 50%;
  background: var(--primary-color);
}

.tour-main-sideber .tour-sidebar-items .radio-filter li input:checked::before {
  opacity: 1;
}

.tour-main-sideber .tour-sidebar-items .radio-filter li label {
  width: 100%;
  display: flex;
  margin-bottom: 0;
  align-items: center;
  justify-content: space-between;
}

.tour-details-side .tour-sidebar-items {
  border-radius: 10px;
  background: var(--theme-bg-color4);
  filter: drop-shadow(10px 4px 60px rgba(215, 215, 215, 0.25));
  padding: 40px;
}

.tour-details-side .tour-sidebar-items h3 {
  font-size: 24px;
  font-weight: 400;
  color: var(--theme-bg-color2);
}

/* ================= Form List ================= */

.tour-details-side .form-list {
  position: relative;
  margin-top: 10px;
}

.tour-details-side .form-list li {
  color: #151415;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(21, 20, 21, 0.09);
  padding: 15px 0 20px;
}

.tour-details-side .form-list li .form-clt input {
  width: 100%;
  outline: none;
  padding: 11px 16px;
  background: transparent;
  border-radius: 8px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  font-size: 14px;
  font-weight: 700;
  color: #696969;
}

.tour-details-side .form-list li .form-clt input::placeholder {
  color: #455151;
}

.number-select {
  width: 100%;
  padding: 11px 16px;
  font-size: 16px;
  font-weight: 400;
  color: #455151;
  background-color: transparent;
  border: 1px solid rgba(21, 20, 21, 0.15);
  border-radius: 8px;
  cursor: pointer;
  outline: none;
}

/* focus effect */
.number-select:focus {
  border-color: var(--primary-color);
}

/* option style */
.number-select option {
  font-size: 14px;
  font-weight: 500;
}

/* ================= Checkbox ================= */

.checkbox-single {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: block;
}

.checkbox-single input {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  left: -24px;
  top: 7px;
}

.checkbox-single.two input {
  left: 15px;
}

/* ================= Tickets List ================= */

.tour-details-side .tickets-list {
  margin: 20px 0;
  border-bottom: 1px solid rgba(21, 20, 21, 0.09);
  padding-bottom: 24px;
}

.tour-details-side .tickets-list p {
  font-size: 16px;
  font-weight: 400;
  color: #455151;
  margin-bottom: 10px;
}

.tour-details-side .tickets-list ul li {
  display: flex;
  justify-content: space-between;
  color: #8b8b8b;
}

.tour-details-side .tickets-list ul li:not(:last-child) {
  margin-bottom: 20px;
}

/* ================= Extra Items ================= */

.tour-details-side .extra-items {
  border-bottom: 1px solid rgba(21, 20, 21, 0.09);
  padding-bottom: 24px;
}

.tour-details-side .extra-items p {
  font-size: 16px;
  font-weight: 400;
  color: #455151;
  margin-bottom: 20px;
}

.tour-details-side .extra-items .checkbox-single:not(:last-child) {
  margin-bottom: 10px;
}

/* ================= Total ================= */

.tour-details-side .total-list {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  margin-bottom: 30px;
}

.tour-details-side .total-list li {
  font-size: 20px;
  font-weight: 400;
  color: var(--theme-bg-color2);
}

/* ================= Button & Text ================= */

.tour-details-side .theme-btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}

.tour-details-side .text {
  text-align: center;
  text-transform: capitalize;
  color: #696969;
}

/****************************** 
Start hotel appoinment css   
*******************************/

.travel-appoinment {
  padding: 120px 0 120px;
  background: #fff;
}

.hotelio-appoinment .hotelio-section-title {
  margin-bottom: 39px;
}

/* contact info item */

.row.contact-info_item {
  border-radius: 20px;
  margin: 0;
  background: url("https://html.ditsolution.net/travelik/assets/images/main-home/travelling-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.travel-appoinment .contact-form-box {
  padding: 0;
  background: transparent;
  border-radius: 20px;
}

.travel-appoinment .form-box input {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 20px;
  outline: 0;
  font-size: 15px;
  color: var(--primary-color);
  font-weight: 400;
  font-family: "Open Sans";
  height: 58px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid rgba(27, 52, 52, 0.1);
}

.travel-appoinment .form-box input::placeholder {
  color: #868681;
}

.travel-appoinment .form-box input:focus,
button:focus {
  outline-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}

.travel-appoinment .form-box textarea {
  width: 100%;
  height: 150px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid rgba(27, 52, 52, 0.1);
  padding: 12px 20px 0;
}

.travel-appoinment .form-box textarea::placeholder {
  color: #868681;
}

.travel-appoinment .check_bx p {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  color: #868681;
  font-weight: 400;
  font-family: "Open Sans";
}

.travel-appoinment .check_bx {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 37px;
  margin-top: 17px;
}

.travel-appoinment button.submit-btn {
  padding: 15px 25px;
  border-radius: 5px;
}

.contact-service-box {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding: 60px 0 14px;
}

.contact-service-box:before {
  position: absolute;
  right: 0;
  top: 92px;
  content: "";
  width: 2px;
  height: 130px;
  background-color: rgba(255, 255, 255, 0.5019607843137255);
}

.contact-service-box.last:before {
  display: none;
}

.contact-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffff;
  padding-bottom: 50px;
  margin-bottom: 45px;
}

.contact-title h5 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans";
  color: #65677a;
}

.contact-icon img {
  position: relative;
  z-index: 1;
}

.contact-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  background-color: #ffffff3d;
  display: inline-block;
  font-size: 25px;
  color: #ffff;
  position: relative;
}

.contact-icon:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  z-index: 1;
  top: -10px;
  left: -10px;
  margin: auto;
  right: 0;
  border: 2px solid #ffffff6e;
  text-align: center;
}

.contact-address h2 {
  margin: 30px 0 12px;
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}

.contact-address span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

.google-map {
  overflow: hidden;
}

/* Map Section */
.contact-section__inner {
  background: var(--theme-bg-color5);
  padding: 120px 0 110px;
}

.contact-section__inner .contact-form-box {
  margin-bottom: 0;
}

/* ================ All Animation CSS ===================*/

.rotate {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-position: center center;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate-slow {
  animation-name: float-bob5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate-3 {
  animation-name: float-bob6;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

@keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes float-bob6 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/*--==============================================->
<!-- Consen Animation Dance -->
==================================================-*/
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
  animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
  animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}

.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes watermark-animate {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

/*==========================
	Prelaoder
===========================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: var(--theme-bg-color);
}

.preloader::before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  color: var(--title-color);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  content: "Loading";
  text-transform: uppercase;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -75px 0 0 -50px;
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  border-top-color: var(--text-color);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--primary-color);
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.loader::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--text-color);
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* .about-section-one.classic .about-icon-box .about-icon-box-content h1 {
    color: var(--title-color2) !important;
} */

.split-line,
.text-effect,
.section-title h1,
.section-title {
  overflow: visible !important;
}

/* ============================================= 
   NEW Testimonial Section Styles 
============================================= */
.testimonial-section-new {
  background-color: #f8f9fa;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.section-title-new {
  font-size: 44px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}

.section-title-new .subtitle {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}

.testimonial-swiper {
  padding-bottom: 50px;
  margin-top: 50px;
}

.testimonial-card-new {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin: 15px;
}

.testimonial-card-new:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.testimonial-card-new .quote-icon {
  color: var(--primary-color);
  font-size: 50px;
  opacity: 0.1;
  position: absolute;
  top: 30px;
  right: 30px;
}

.testi-ratting-new ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.testi-ratting-new ul li {
  display: inline-block;
  color: #ffd700;
  font-size: 14px;
  margin-right: 2px;
}

.testi-title-new {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1a1a1a;
  margin-top: 15px;
}

.testi-desc-new {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 30px;
}

.testi-author-new {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.testi-author-new img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.testi-author-new h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}

.testi-author-new span {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 500;
}

.testimonial-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  opacity: 0.5;
}

.testimonial-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 24px;
  border-radius: 6px;
}

/* ============================================= 
   Premium Services Grid Styles 
============================================= */
.premium-services-row {
  margin-top: 50px;
}

.premium-service-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 480px;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #000;
  cursor: pointer;
}

.premium-service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
}

.service-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.premium-service-card:hover .service-bg {
  transform: scale(1.1);
}

.service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.85) 100%
  );
  transition: opacity 0.4s ease;
  z-index: 1;
}

.premium-service-card:hover .service-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.5) 40%,
    rgba(0, 0, 0, 0.95) 100%
  );
}

.service-content {
  position: relative;
  z-index: 2;
  padding: 35px 25px;
  width: 100%;
  transform: translateY(20px);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.premium-service-card:hover .service-content {
  transform: translateY(0);
}

.service-category {
  color: var(--primary-color, #0cb2db);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.service-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}

.service-price {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.service-price span {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
}

.service-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-meta span {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0.9;
}

.service-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.service-btn i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.service-btn:hover {
  color: var(--primary-color, #0cb2db);
}

.service-btn:hover i {
  transform: translateX(5px);
}

/* ============================================= 
   New Elegant Footer Styles 
============================================= */
.new-elegant-footer {
  background-color: #111111;
  color: #a0a0a0;
  font-family: "Inter", sans-serif;
  padding-top: 80px;
}

.footer-top-area {
  padding-bottom: 60px;
}

.footer-widget .widget-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-widget .widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #0cb2db;
}

/* Brand Widget */
.brand-widget .footer-logo {
  font-size: 28px;
  font-weight: 900;
  color: #0cb2db;
  text-decoration: none;
  letter-spacing: 1px;
  display: inline-block;
}

.brand-widget .footer-desc {
  font-size: 15px;
  line-height: 1.8;
}

.footer-social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.footer-social-links a:hover {
  background-color: #0cb2db;
  color: #ffffff;
  transform: translateY(-3px);
}

/* Quick Links Widget */
.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 15px;
}

.footer-links-list li a {
  color: #a0a0a0;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.footer-links-list li a i {
  font-size: 12px;
  margin-right: 10px;
  color: #0cb2db;
  transition: all 0.3s ease;
}

.footer-links-list li a:hover {
  color: #0cb2db;
  padding-left: 5px;
}

/* Contact Widget */
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-list li {
  display: flex;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.6;
}

.footer-contact-list li i {
  color: #0cb2db;
  font-size: 18px;
  margin-top: 4px;
  margin-right: 15px;
  width: 20px;
  text-align: center;
}

.footer-contact-list li span a {
  color: #a0a0a0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact-list li span a:hover {
  color: #0cb2db;
}

/* Newsletter Widget */
.footer-newsletter-form .input-group {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  overflow: hidden;
  display: flex;
}

.footer-newsletter-form .form-control {
  background: transparent;
  border: none;
  color: #fff;
  padding: 15px 25px;
  height: 55px;
  box-shadow: none;
  flex: 1;
}

.footer-newsletter-form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.footer-newsletter-form .subscribe-btn {
  background-color: #0cb2db;
  color: #fff;
  border: none;
  padding: 0 25px;
  font-size: 18px;
  transition: background-color 0.3s ease;
}

.footer-newsletter-form .subscribe-btn:hover {
  background-color: #099abf;
}

/* Footer Bottom Area */
.footer-bottom-area {
  background-color: #0a0a0a;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.copyright-text {
  font-size: 14px;
  color: #888888;
}

.copyright-text strong {
  color: #ffffff;
}

.footer-bottom-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 20px;
}

.footer-bottom-links li a {
  color: #888888;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-bottom-links li a:hover {
  color: #0cb2db;
}
@media (max-width: 991px) { .breadcumb-section, .breatcome-area, .hero-section-1 { margin-top: 100px !important; } }

.single-blog-box .blog-thumb img { width: 100%; height: 400px; object-fit: cover; }
.blog-single-box .blog-thumb img { width: 200px; height: 200px; object-fit: cover; }
