@charset "UTF-8";
/***************************************************
	Template Name: Insight Travel & Tour Booking
	Author: Insight Travel & Tours
****************************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Marcellus&amp;family=Outfit:wght@100..900&amp;family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;family=Jost:ital,wght@0,100..900;1,100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap");
.insight-back-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.insight-dashboard-nav-menu a .insight-svg-icon, .insight-tour-card-price-regular, .insight-tour-author-info-content .bottom svg, .insight-destination-item.style-3 .insight-destination-3-btn a span, .insight-hero-2-search-input span, .insight-footer-widget-info-item a span, .insight-header-user-menu a .insight-svg-icon, .insight-header-2-top-info a svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.insight-dashboard-review-item-title svg, .insight-shop-action a svg, .insight-shop-action button svg, .insight-item-plus svg, .insight-item-minus svg, .insight-tour-card-meta svg, .insight-tour-card-rating svg, .insight-tour-author-info-content span svg, .insight-checkout-payment-item-title svg, .insight-tour-details-booking-list ul li span, .insight-cta-4-list ul li span, .insight-footer-8-info a svg, .insight-blog-item-meta .date svg, .insight-btn-primary span {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.insight-tour-details-booking-info a span {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

.insight-review-item-title span, .insight-tour-details-review-left .rating svg, .insight-section-subtitle.ff-jost img {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/* transform */
@font-face {
  font-family: "Otomanopee";
  src: url("../fonts/OtomanopeeOne-Regular.ttf");
  src: url("../fonts/OtomanopeeOne-Regular.ttf") format("embedded-opentype"), url("../fonts/OtomanopeeOne-Regular.ttf") format("woff"), url("../fonts/OtomanopeeOne-Regular.ttf") format("woff2"), url("../fonts/OtomanopeeOne-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
:root {
  /**
  @font family declaration
  */
  --insight-ff-body: 'DM Sans', sans-serif;
  --insight-ff-heading: 'Playfair Display', serif;
  --insight-ff-p: 'DM Sans', sans-serif;
  --insight-ff-outfit : 'Outfit', sans-serif;
  --insight-ff-marcellus : 'Marcellus', serif;
  --insight-ff-jost : 'Jost', sans-serif;
  --insight-ff-playfair : 'Playfair Display', serif;
  --insight-ff-otomanopee: 'Otomanopee', sans-serif;
  --insight-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --insight-common-white: #FFFFFF;
  --insight-common-black: #111111;
  --insight-common-black-2: #1E1E1E;
  --insight-common-red: #FF252B;
  --insight-common-orange: #ED2B04;
  --insight-common-yellow: #FFE453;
  --insight-common-green: #46E86A;
  --insight-common-brown: #664117;
  --insight-theme-primary: #ee1d23;
  --insight-theme-secondary: #FBDFD1;
  --insight-text-body: #333333;
  --insight-gray-1: #DDDDDD;
  --insight-gray-2: #EEEEEE;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1265px;
  }
  .container-1440 {
    max-width: 1465px;
  }
  .container-1640 {
    max-width: 1640px;
  }
  .container-1850 {
    max-width: 1850px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  color: var(--insight-text-body);
  font-family: var(--insight-ff-body);
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  color: var(--insight-common-black);
  font-family: var(--insight-ff-outfit);
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.55;
  color: var(--insight-text-body);
  font-family: var(--insight-ff-p);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  padding-left: 26px;
  padding-right: 26px;
  color: var(--insight-common-black);
  border: 1px solid var(--insight-common-black);
  background-color: var(--insight-common-white);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--insight-common-black);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: var(--insight-common-black);
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  color: var(--insight-common-black);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--insight-common-black);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: var(--insight-common-black);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--insight-common-black);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--insight-common-black);
  color: var(--insight-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--insight-common-black);
  color: var(--insight-common-white);
  text-shadow: none;
}

::selection {
  background: var(--insight-common-black);
  color: var(--insight-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--insight-common-black);
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: var(--insight-common-black);
  font-size: 16px;
  opacity: 1;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.z-index-4 {
  position: relative;
  z-index: 4;
}

.z-index-5 {
  position: relative;
  z-index: 5;
}

.z-index-6 {
  position: relative;
  z-index: 6;
}

.z-index-7 {
  position: relative;
  z-index: 7;
}

.z-index-8 {
  position: relative;
  z-index: 8;
}

.z-index-9 {
  position: relative;
  z-index: 9;
}

.z-index-10 {
  position: relative;
  z-index: 10;
}

.gx-5 {
  --bs-gutter-x: 5px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-45 {
  --bs-gutter-x: 45px;
}
@media (max-width: 767px) {
  .gx-45 {
    --bs-gutter-x: 0px;
  }
}

.gx-50 {
  --bs-gutter-x: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .gx-50 {
    --bs-gutter-x: 24px;
  }
}
@media (max-width: 767px) {
  .gx-50 {
    --bs-gutter-x: 0px;
  }
}

.gx-60 {
  --bs-gutter-x: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .gx-60 {
    --bs-gutter-x: 24px;
  }
}
@media (max-width: 767px) {
  .gx-60 {
    --bs-gutter-x: 15px;
  }
}

.gx-70 {
  --bs-gutter-x: 70px;
}

.gx-80 {
  --bs-gutter-x: 80px;
}

.gx-90 {
  --bs-gutter-x: 90px;
}

.gx-100 {
  --bs-gutter-x: 100px;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.bg-pos {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

p.fs-18 {
  font-size: 18px;
}
p.ff-jost {
  font-family: var(--insight-ff-jost);
}
p.ff-outfit {
  font-family: var(--insight-ff-outfit);
}
p.color-white {
  color: var(--insight-common-white);
}
.text-primary{
  color: var(--insight-theme-primary)!important;
}
/* dropcap */
.insight-dropcap::first-letter {
  float: left;
  width: 65px;
  height: 85px;
  font-size: 90px;
  line-height: 0.8;
  font-weight: 500;
  margin-right: 5px;
  text-align: center;
  line-height: inherit;
  text-transform: capitalize;
  color: var(--insight-common-white);
  font-family: var(--insight-ff-body);
}

.insight-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.insight-slide-transtion .swiper-slide {
  width: auto;
}

.insight-line-anim {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.insight-line-anim:hover {
  background-size: 0% 1px, 100% 1px;
}

a.line-border,
button.line-border {
  position: relative;
  display: inline-flex;
  align-items: center;
}
a.line-border:hover span::after,
button.line-border:hover span::after {
  transform: translate(1rem);
}
a.line-border:hover span::before,
button.line-border:hover span::before {
  transform: translate(calc(100% + 1rem));
}
a.line-border span,
button.line-border span {
  position: relative;
  overflow: hidden;
}
a.line-border span::before, a.line-border span::after,
button.line-border span::before,
button.line-border span::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0.2em;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: transform 0.5s cubic-bezier(0.59, 0.23, 0.22, 0.96);
}
a.line-border span::before,
button.line-border span::before {
  left: 0;
}
a.line-border span::after,
button.line-border span::after {
  left: -1rem;
  transform: translate(-100%);
}
a.hover-line,
button.hover-line {
  position: relative;
}
a.hover-line::after,
button.hover-line::after {
  content: "";
  bottom: 2px;
  right: 0;
  width: 0;
  height: 1px;
  position: absolute;
  transition: 0.3s ease-in-out;
  background-color: currentColor;
}
a.hover-line:hover::after,
button.hover-line:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.datepicker {
  background: #fff;
  border-radius: 24px;
  padding: 25px;
  max-width: 700px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.datepicker__topbar, .datepicker__info {
  display: none !important;
}
.datepicker__inner {
  padding: 0;
  color: #222;
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
  display: inline-block;
}
.datepicker__nav {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.datepicker__nav button {
  background: #fff;
  border: 1px solid #eee;
  color: #333;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
.datepicker__nav button:hover {
  background: #f5f5f5;
  border-color: #ddd;
}
.datepicker__months {
  gap: 35px;
  display: flex;
  justify-content: space-between;
}
.datepicker__month {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
.datepicker__month caption,
.datepicker__month th.month-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
  color: #222;
}
.datepicker__month-button {
  height: 36px;
  width: 36px;
  display: inline-grid;
  text-align: center;
  place-content: center;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  background-color: var(--insight-common-white);
}
.datepicker__month-button::after {
  transform: translate(0px, -6px);
}
.datepicker__month-button:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.datepicker__month-caption {
  border: none;
}
.datepicker__month th {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: var(--insight-common-black);
}
.datepicker__month th.datepicker__week-name {
  font-size: 14px;
  font-weight: 500;
}
.datepicker__month th.datepicker__week-days {
  color: #666;
  text-transform: capitalize;
}
.datepicker__month td {
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  color: #333;
  position: relative;
}
.datepicker__month td:hover {
  background-color: #f5f5f5;
}
.datepicker__month td.active, .datepicker__month td.-selected- {
  background: #000 !important;
  color: #fff !important;
  font-weight: 500;
}
.datepicker__month-day--today {
  font-weight: bold;
  color: var(--insight-common-white) !important;
  background-color: var(--insight-theme-primary);
}
.datepicker__month-day--today:hover {
  background-color: #000;
}
.datepicker__month.-in-range- {
  background: #f8f8f8;
  border-radius: 0 !important;
  color: #000;
}
.datepicker__buttons {
  display: flex;
  margin-top: 20px;
  justify-content: flex-end;
}
.datepicker__buttons button {
  background: transparent;
  color: #000;
  border: none;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}
.datepicker__buttons button:hover {
  color: #444;
}

.datepicker__month td.active,
.datepicker__month td.-selected- {
  color: #fff !important;
  font-weight: 500;
}

.datepicker__month-day--first-day-selected,
.datepicker__month-day--last-day-selected {
  background-color: var(--insight-theme-primary) !important;
  color: #fff !important;
}

.datepicker__month-day--selected,
.datepicker__month-day--hovering {
  background-color: rgba(253, 70, 33, 0.2);
  color: #fff;
}

.datepicker__month-day--today {
  font-weight: bold;
  color: var(--insight-common-white) !important;
  background-color: var(--insight-theme-primary);
}

#chart {
  min-height: 450px;
}

.insight-pagination nav ul {
  display: flex;
  align-items: center;
}
.insight-pagination nav ul li {
  list-style: none;
  margin-right: 5px;
  display: inline-block;
}
.insight-pagination nav ul li a {
  height: 36px;
  width: 36px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  text-align: center;
  display: inline-grid;
  place-content: center;
  color: var(--insight-common-black);
}
.insight-pagination nav ul li a.next {
  border: 1px solid rgba(238, 238, 238, 0.9);
}
.insight-pagination nav ul li a.active, .insight-pagination nav ul li a:hover {
  color: var(--insight-common-white);
  background-color: var(--insight-theme-primary);
}

/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.insight-back-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .insight-back-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.insight-back-wrapper.insight-back-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}
.insight-back-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: var(--insight-common-black);
  background: var(--insight-common-white);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.insight-back-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.insight-back-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/
.insight-btn-primary,.insight-btn-white {
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 26px 8px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--insight-common-white);
  background-color: var(--insight-theme-primary);
}
.insight-btn-white{
  background-color: var(--insight-common-white);
  color: var(--insight-theme-primary);
}
.insight-btn-primary span {
  line-height: 1;
  margin-right: 4px;
  display: inline-block;
}
.insight-btn-primary:hover {
  color: var(--insight-common-white);
  background-color: var(--insight-common-orange);
}
.insight-btn-primary.bdr-style {
  background-color: transparent;
  color: var(--insight-common-white);
  border: 1px solid var(--insight-common-white);
}
.insight-btn-primary.bdr-style:hover {
  border-color: transparent;
  background-color: var(--insight-common-orange);
}
.insight-btn-primary.bdr-style.orange-bdr {
  color: var(--insight-theme-primary);
  border-color: var(--insight-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .insight-btn-primary.bdr-style.orange-bdr {
    padding: 8px 18px 8px;
  }
}
.insight-btn-primary.bdr-style.orange-bdr:hover {
  color: var(--insight-common-white);
}
.insight-btn-primary.bdr-style-black {
  background-color: transparent;
  color: var(--insight-common-black);
  border: 1px solid var(--insight-common-black);
}
.insight-btn-primary.bdr-style-black:hover {
  border-color: transparent;
  color: var(--insight-common-white);
  background-color: var(--insight-theme-primary);
}
.insight-btn-primary.btn-white-bg {
  color: var(--insight-common-black);
  background-color: var(--insight-common-white);
}
.insight-btn-primary.btn-white-bg:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/*----------------------------------------*/
/*  2.3 Animations
/*----------------------------------------*/
@keyframes rotate_anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes text_upper {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-105%);
  }
}
@keyframes text_bottom {
  0% {
    transform: translateY(105%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/*----------------------------------------*/
/*  2.4 Preloader
/*----------------------------------------*/
.insight-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: var(--insight-theme-primary);
}
.insight-loader span {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(calc(18deg * var(--i)));
}
.insight-loader span::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(5px);
  transform: scale(0);
  animation: load 2s linear infinite;
  animation-delay: calc(0.1s * var(--i));
  background-color: var(--insight-common-white);
}

.insight-preloader {
  width: 130px;
  height: 130px;
  top: 42%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@keyframes load {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  10% {
    transform: scale(1.2);
    opacity: 1;
  }
  80%, 100% {
    transform: scale(0);
    opacity: 0;
  }
}
.plane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  animation: rotate 2s linear infinite;
  animation-delay: -1.5s;
}
.plane svg {
  position: absolute;
  top: -10px;
  left: 80px;
  transform: rotate(65deg);
  color: var(--insight-common-white);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*----------------------------------------*/
/*  2.6 Breadcrumb
/*----------------------------------------*/
.insight-breadcrumb-bg {
  position: relative;
}
.insight-breadcrumb-bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.insight-breadcrumb-content {
  display: inline-block;
}
.insight-breadcrumb-content .insight-hero-11-input-wrapper {
  display: flex;
  align-items: center;
  padding: 1px 15px;
  border-radius: 40px;
  border: 1px solid #EEE;
  background-color: var(--insight-common-white);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .insight-breadcrumb-content .insight-hero-11-input-wrapper {
    flex-wrap: wrap;
  }
}
.insight-breadcrumb-content .insight-hero-11-input-wrapper .datepicker {
  top: 60px;
}
.insight-breadcrumb-content .insight-hero-11-input-wrapper .insight-hero-11-input-search {
  margin: 0;
  border: none;
}
@media (max-width: 767px) {
  .insight-breadcrumb-content .insight-hero-11-input-wrapper .insight-hero-11-input-search {
    width: 100%;
  }
}
.insight-breadcrumb-content .insight-hero-11-input-wrapper .insight-hero-11-input-search:nth-child(-n+2) {
  margin-right: 10px;
  border-right: 1px solid #EEE;
}
@media (max-width: 767px) {
  .insight-breadcrumb-content .insight-hero-11-input-wrapper .insight-hero-11-input-search:nth-child(-n+2) {
    width: 100%;
    border: none;
  }
}
@media (max-width: 767px) {
  .insight-breadcrumb-content .insight-hero-11-input-wrapper .insight-hero-2-search-btn {
    padding-bottom: 15px;
  }
}
.insight-breadcrumb-list ul {
  display: flex;
  align-items: center;
}
.insight-breadcrumb-list ul li {
  font-size: 16px;
  font-weight: 400;
  list-style: none;
  color: var(--insight-common-black);
}
.insight-breadcrumb-list ul li.dev {
  margin: 0 8px;
}
.insight-breadcrumb-list ul li a:hover {
  color: var(--insight-theme-primary);
}
.insight-breadcrumb-style-2-ptb {
  padding-top: 230px;
  padding-bottom: 210px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .insight-breadcrumb-style-2-ptb {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .insight-breadcrumb-style-2-ptb {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
.insight-breadcrumb-heading p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--insight-common-white);
  font-family: var(--insight-ff-outfit);
}
@media (max-width: 767px) {
  .insight-breadcrumb-heading p br {
    display: none;
  }
}
.insight-breadcrumb-title {
  font-size: 56px;
  line-height: 1;
  color: var(--insight-common-white);
}
@media (max-width: 767px) {
  .insight-breadcrumb-title {
    font-size: 40px;
  }
  .insight-breadcrumb-title br {
    display: none;
  }
}
.insight-breadcrumb-sub_title {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  color: var(--insight-common-white);
}

/*----------------------------------------*/
/*  2.8 Section Title
/*----------------------------------------*/
.insight-section-subtitle {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  color: var(--insight-theme-primary);
}
.insight-section-subtitle.color-white {
  color: var(--insight-common-white);
}
.insight-section-subtitle.color-black {
  color: var(--insight-common-black);
}
.insight-section-subtitle.ff-jost {
  color: var(--insight-text-body);
  font-family: var(--insight-ff-jost);
}
.insight-section-subtitle.ff-jost img {
  margin-right: 4px;
  animation: rotate2 4s linear infinite;
}
.insight-section-title {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
  color: var(--insight-common-black);
  font-family: var(--insight-ff-outfit);
}
@media (max-width: 767px) {
  .insight-section-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-section-title br {
    display: none;
  }
}
.insight-section-title.ff-playfair {
  font-family: var(--insight-ff-playfair);
}
.insight-section-title.ff-marcellus {
  font-family: var(--insight-ff-marcellus);
}
.insight-section-title.ff-jost {
  font-family: var(--insight-ff-jost);
}
.insight-section-title.ff-outfit {
  font-family: var(--insight-ff-outfit);
}
.insight-section-title.fs-28 {
  font-size: 28px;
}
.insight-section-title.fs-36 {
  font-size: 36px;
}
.insight-section-title.fs-46 {
  font-size: 46px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .insight-section-title.fs-46 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .insight-section-title.fs-46 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .insight-section-title.fs-46 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-section-title.fs-46 br {
    display: none;
  }
}
.insight-section-title.fs-56 {
  font-size: 56px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .insight-section-title.fs-56 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .insight-section-title.fs-56 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .insight-section-title.fs-56 {
    font-size: 34px;
  }
}
.insight-section-title.fs-64 {
  font-size: 64px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .insight-section-title.fs-64 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .insight-section-title.fs-64 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .insight-section-title.fs-64 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .insight-section-title.fs-64 {
    font-size: 36px;
  }
}
.insight-section-title.fw-400 {
  font-weight: 400;
}
.insight-section-title.fw-600 {
  font-weight: 600;
}
.insight-section-title.color-white {
  color: var(--insight-common-white);
}

/* No pointer-events fallback */
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

.ui-button-icon-only, .ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-checkboxradio-disabled, .ui-state-disabled {
  pointer-events: none;
}

.ui-datepicker .ui-icon, .ui-icon {
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-helper-reset, .ui-menu {
  outline: 0;
  list-style: none;
}

.ui-helper-hidden, .ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  overflow: hidden;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-autocomplete, .ui-menu .ui-menu {
  position: absolute;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}

.ui-button, .ui-controlgroup {
  display: inline-block;
  vertical-align: middle;
}

.ui-button, .ui-menu-icons, .ui-resizable {
  position: relative;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-button, .ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*---------------------------------
    2.10  Spacing
---------------------------------*/
.pt-1 {
  padding-top: 1px;
}

.pt-2 {
  padding-top: 2px;
}

.pt-3 {
  padding-top: 3px;
}

.pt-4 {
  padding-top: 4px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-6 {
  padding-top: 6px;
}

.pt-7 {
  padding-top: 7px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-9 {
  padding-top: 9px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-11 {
  padding-top: 11px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-13 {
  padding-top: 13px;
}

.pt-14 {
  padding-top: 14px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-17 {
  padding-top: 17px;
}

.pt-18 {
  padding-top: 18px;
}

.pt-19 {
  padding-top: 19px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-21 {
  padding-top: 21px;
}

.pt-22 {
  padding-top: 22px;
}

.pt-23 {
  padding-top: 23px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-26 {
  padding-top: 26px;
}

.pt-27 {
  padding-top: 27px;
}

.pt-28 {
  padding-top: 28px;
}

.pt-29 {
  padding-top: 29px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-1 {
  padding-bottom: 1px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pb-7 {
  padding-bottom: 7px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-9 {
  padding-bottom: 9px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-11 {
  padding-bottom: 11px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-13 {
  padding-bottom: 13px;
}

.pb-14 {
  padding-bottom: 14px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-17 {
  padding-bottom: 17px;
}

.pb-18 {
  padding-bottom: 18px;
}

.pb-19 {
  padding-bottom: 19px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-21 {
  padding-bottom: 21px;
}

.pb-22 {
  padding-bottom: 22px;
}

.pb-23 {
  padding-bottom: 23px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-26 {
  padding-bottom: 26px;
}

.pb-27 {
  padding-bottom: 27px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pb-29 {
  padding-bottom: 29px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-1 {
  padding-left: 1px;
}

.pl-2 {
  padding-left: 2px;
}

.pl-3 {
  padding-left: 3px;
}

.pl-4 {
  padding-left: 4px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-6 {
  padding-left: 6px;
}

.pl-7 {
  padding-left: 7px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-9 {
  padding-left: 9px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-11 {
  padding-left: 11px;
}

.pl-12 {
  padding-left: 12px;
}

.pl-13 {
  padding-left: 13px;
}

.pl-14 {
  padding-left: 14px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-17 {
  padding-left: 17px;
}

.pl-18 {
  padding-left: 18px;
}

.pl-19 {
  padding-left: 19px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-21 {
  padding-left: 21px;
}

.pl-22 {
  padding-left: 22px;
}

.pl-23 {
  padding-left: 23px;
}

.pl-24 {
  padding-left: 24px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-26 {
  padding-left: 26px;
}

.pl-27 {
  padding-left: 27px;
}

.pl-28 {
  padding-left: 28px;
}

.pl-29 {
  padding-left: 29px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-1 {
  padding-right: 1px;
}

.pr-2 {
  padding-right: 2px;
}

.pr-3 {
  padding-right: 3px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-6 {
  padding-right: 6px;
}

.pr-7 {
  padding-right: 7px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-9 {
  padding-right: 9px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-11 {
  padding-right: 11px;
}

.pr-12 {
  padding-right: 12px;
}

.pr-13 {
  padding-right: 13px;
}

.pr-14 {
  padding-right: 14px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-17 {
  padding-right: 17px;
}

.pr-18 {
  padding-right: 18px;
}

.pr-19 {
  padding-right: 19px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-21 {
  padding-right: 21px;
}

.pr-22 {
  padding-right: 22px;
}

.pr-23 {
  padding-right: 23px;
}

.pr-24 {
  padding-right: 24px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-26 {
  padding-right: 26px;
}

.pr-27 {
  padding-right: 27px;
}

.pr-28 {
  padding-right: 28px;
}

.pr-29 {
  padding-right: 29px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.mt-1 {
  margin-top: 1px;
}

.mt-2 {
  margin-top: 2px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.mt-7 {
  margin-top: 7px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-9 {
  margin-top: 9px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-11 {
  margin-top: 11px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-13 {
  margin-top: 13px;
}

.mt-14 {
  margin-top: 14px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-17 {
  margin-top: 17px;
}

.mt-18 {
  margin-top: 18px;
}

.mt-19 {
  margin-top: 19px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-21 {
  margin-top: 21px;
}

.mt-22 {
  margin-top: 22px;
}

.mt-23 {
  margin-top: 23px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-26 {
  margin-top: 26px;
}

.mt-27 {
  margin-top: 27px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-29 {
  margin-top: 29px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-1 {
  margin-bottom: 1px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-9 {
  margin-bottom: 9px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-11 {
  margin-bottom: 11px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-17 {
  margin-bottom: 17px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-19 {
  margin-bottom: 19px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-21 {
  margin-bottom: 21px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-26 {
  margin-bottom: 26px;
}

.mb-27 {
  margin-bottom: 27px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-29 {
  margin-bottom: 29px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-1 {
  margin-left: 1px;
}

.ml-2 {
  margin-left: 2px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-6 {
  margin-left: 6px;
}

.ml-7 {
  margin-left: 7px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-9 {
  margin-left: 9px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-11 {
  margin-left: 11px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-13 {
  margin-left: 13px;
}

.ml-14 {
  margin-left: 14px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-17 {
  margin-left: 17px;
}

.ml-18 {
  margin-left: 18px;
}

.ml-19 {
  margin-left: 19px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-21 {
  margin-left: 21px;
}

.ml-22 {
  margin-left: 22px;
}

.ml-23 {
  margin-left: 23px;
}

.ml-24 {
  margin-left: 24px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-26 {
  margin-left: 26px;
}

.ml-27 {
  margin-left: 27px;
}

.ml-28 {
  margin-left: 28px;
}

.ml-29 {
  margin-left: 29px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-1 {
  margin-right: 1px;
}

.mr-2 {
  margin-right: 2px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-6 {
  margin-right: 6px;
}

.mr-7 {
  margin-right: 7px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-9 {
  margin-right: 9px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-11 {
  margin-right: 11px;
}

.mr-12 {
  margin-right: 12px;
}

.mr-13 {
  margin-right: 13px;
}

.mr-14 {
  margin-right: 14px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-17 {
  margin-right: 17px;
}

.mr-18 {
  margin-right: 18px;
}

.mr-19 {
  margin-right: 19px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-21 {
  margin-right: 21px;
}

.mr-22 {
  margin-right: 22px;
}

.mr-23 {
  margin-right: 23px;
}

.mr-24 {
  margin-right: 24px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-26 {
  margin-right: 26px;
}

.mr-27 {
  margin-right: 27px;
}

.mr-28 {
  margin-right: 28px;
}

.mr-29 {
  margin-right: 29px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}
.theme-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  border-radius: 30px;
  background: var(--insight-theme-primary);
  color: var(--insight-common-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 30px;
}
.theme-btn i {
  margin-right: 10px;
  color: var(--insight-common-white);
}
.theme-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--insight-common-black);
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}
.theme-btn:hover {
  color: var(--insight-common-white);
  box-shadow: none;
}
.theme-btn:hover::before {
  width: 100%;
}
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-header-ptb {
    padding: 10px 0;
  }
}
.insight-header-wrapper {
  padding: 0 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .insight-header-wrapper {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-header-wrapper {
    padding: 20px 20px;
  }
}
.insight-header-menu {
  position: relative;
}
.insight-header-menu > nav > ul > li {
  margin: 0 11px;
  list-style: none;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .insight-header-menu > nav > ul > li {
    margin: 0 8px;
  }
}
.insight-header-menu > nav > ul > li > a {
  padding: 21px 0;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: var(--insight-common-black);
  text-transform: uppercase;
}
.insight-header-menu > nav > ul > li.p-static {
  position: static;
}
.insight-header-menu > nav > ul > li.insight-dropdown > a::after {
  content: "\f107";
  font-size: 14px;
  font-weight: 300;
  margin-left: 4px;
  display: inline-block;
  color: var(--insight-common-black);
  transition: all 0.3s 0s ease-out;
  font-family: var(--insight-ff-fontawesome);
}
.insight-header-menu > nav > ul > li.insight-dropdown:hover > a {
  color: var(--insight-theme-primary);
}
.insight-header-menu > nav > ul > li.insight-dropdown:hover > a::after {
  transform: rotate(-180deg);
  color: var(--insight-theme-primary);
}
.insight-header-menu > nav > ul > li .insight-submenu {
  position: absolute;
  left: 0;
  width: 240px;
  z-index: 99;
  padding: 16px 0;
  text-align: start;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  top: calc(100% + 20px);
  transform: translateY(10px);
  border: 1px solid #eeeeee;
  border-radius: 0 0 16px 16px;
  background: var(--insight-common-white);
  box-shadow: 1px 9px 26px 0px rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .insight-header-menu > nav > ul > li .insight-submenu {
    width: 200px;
  }
}
.insight-header-menu > nav > ul > li .insight-submenu li {
  width: 100%;
  padding: 0 20px;
  list-style: none;
  position: relative;
}
.insight-header-menu > nav > ul > li .insight-submenu li:not(:last-of-type) {
  margin-bottom: 12px;
}
.insight-header-menu > nav > ul > li .insight-submenu li a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  display: inline-block;
  color: var(--insight-common-black);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .insight-header-menu > nav > ul > li .insight-submenu li a {
    font-size: 14px;
  }
}
.insight-header-menu > nav > ul > li .insight-submenu li .insight-submenu {
  left: 100%;
  top: calc(100% + 10px);
}
.insight-header-menu > nav > ul > li .insight-submenu li.insight-dropdown > a::after {
  position: absolute;
  right: 0;
  content: "\f105";
  font-size: 14px;
  font-weight: 400;
  margin-left: 4px;
  display: inline-block;
  color: var(--insight-common-black);
  transition: all 0.3s 0s ease-out;
  font-family: var(--insight-ff-fontawesome);
}
.insight-header-menu > nav > ul > li .insight-submenu li.insight-dropdown:hover > a::after {
  transform: rotate(90deg);
}
.insight-header-menu > nav > ul > li .insight-submenu li:hover > a, .insight-header-menu > nav > ul > li .insight-submenu li.active > a {
  padding-left: 5px;
  color: var(--insight-theme-primary);
}
.insight-header-menu > nav > ul > li .insight-submenu li:hover > .insight-submenu, .insight-header-menu > nav > ul > li .insight-submenu li.active > .insight-submenu {
  top: -15px;
  opacity: 1;
  visibility: visible;
}
.insight-header-menu > nav > ul > li .insight-megamenu {
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: 99;
  width: 1175px;
  text-align: start;
  visibility: hidden;
  transition: all 0.3s;
  top: calc(100% + 20px);
  padding: 16px 24px 16px 0;
  transform: translateY(10px);
  border: 1px solid #eeeeee;
  border-radius: 0 0 16px 16px;
  background: var(--insight-common-white);
  box-shadow: 1px 9px 26px 0px rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .insight-header-menu > nav > ul > li .insight-megamenu {
    width: 1050px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .insight-header-menu > nav > ul > li .insight-megamenu {
    width: 1012px;
    left: -120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .insight-header-menu > nav > ul > li .insight-megamenu {
    width: 930px;
    left: -120px;
  }
}
.insight-header-menu > nav > ul > li:hover > .insight-submenu, .insight-header-menu > nav > ul > li:hover > .insight-megamenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.insight-header-menu > nav > ul > li.active > a {
  color: var(--insight-theme-primary) !important;
}
.insight-header-menu > nav > ul > li.active > a::after {
  transform: rotate(-180deg);
  color: var(--insight-theme-primary) !important;
}
.insight-header-logo img {
  max-width: inherit;
}
.insight-header-cart-btn:hover {
  color: var(--insight-theme-primary);
}
.insight-header-user {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.insight-header-user:hover {
  cursor: pointer;
  color: var(--insight-theme-primary);
}
.insight-header-user:hover .insight-header-user-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.insight-header-user-submenu {
  position: absolute;
  top: 100%;
  bottom: auto;
  right: 0;
  opacity: 0;
  left: auto;
  z-index: 9;
  width: 220px;
  padding: 20px;
  text-align: start;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: translateY(10px);
  border-radius: 0 0 16px 16px;
  border: 1px solid var(--insight-gray-2);
  background-color: var(--insight-common-white);
  box-shadow: 1px 9px 26px 0px rgba(0, 0, 0, 0.04);
}
.insight-header-user-thumb a {
  display: block;
}
.insight-header-user-thumb a:hover span {
  color: var(--insight-theme-primary);
}
.insight-header-user-thumb a img {
  border-radius: 50%;
}
.insight-header-user-thumb a span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--insight-common-black);
}
.insight-header-user-menu a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: var(--insight-common-black);
}
.insight-header-user-menu a:not(:last-of-type) {
  margin-bottom: 10px;
}
.insight-header-user-menu a:hover {
  color: var(--insight-theme-primary);
}
.insight-header-user-menu a .insight-svg-icon {
  width: 24px;
  margin-right: 5px;
  display: inline-block;
}
.insight-header-style-1 {
  margin-left: -20px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-header-style-1 {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .insight-header-style-1 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .insight-header-style-2 {
    margin-left: 25px;
  }
}
.insight-header-style-2 .insight-header-menu > nav > ul > li > a {
  color: var(--insight-common-white);
}
.insight-header-style-2 .insight-header-menu > nav > ul > li.insight-dropdown > a::after {
  color: var(--insight-common-white);
}
.insight-header-style-2 .insight-header-menu > nav > ul > li.insight-dropdown:hover > a {
  color: var(--insight-theme-primary);
}
.insight-header-style-2 .insight-header-menu > nav > ul > li.insight-dropdown:hover > a::after {
  transform: rotate(-180deg);
  color: var(--insight-theme-primary);
}
.insight-header-style-4 .insight-header-menu > nav > ul > li > a {
  color: var(--insight-common-white);
}
.insight-header-style-4 .insight-header-menu > nav > ul > li.insight-dropdown > a::after {
  color: var(--insight-common-white);
}
.insight-header-style-4 .insight-header-menu > nav > ul > li.insight-dropdown:hover > a {
  color: var(--insight-common-white);
}
.insight-header-style-4 .insight-header-menu > nav > ul > li.insight-dropdown:hover > a::after {
  transform: rotate(-180deg);
  color: var(--insight-common-white);
}
.insight-header-style-4 .insight-header-menu > nav > ul > li.active > a {
  color: var(--insight-common-white) !important;
}
.insight-header-style-4 .insight-header-menu > nav > ul > li.active > a::after {
  color: var(--insight-common-white) !important;
}
.insight-header-2-top {
  padding: 7px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .insight-header-2-top {
    padding: 7px 30px;
  }
}
@media (max-width: 767px) {
  .insight-header-2-top {
    padding: 0 20px;
  }
}
.insight-header-2-top-info a {
  color: var(--insight-common-white);
}
.insight-header-2-top-info a:not(:last-of-type) {
  margin-right: 15px;
}
.insight-header-2-top-info a:hover {
  color: var(--insight-theme-primary);
}
.insight-header-2-top-text p {
  margin: 0;
  font-weight: 500;
  color: var(--insight-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .insight-header-2-top-text p {
    font-size: 13px;
  }
}
.insight-header-2-top-text p a {
  color: var(--insight-theme-primary);
}
.insight-header-2-top-border {
  border-bottom: 1px solid #7f7e79;
}
.insight-header-2-top-social a {
  color: var(--insight-common-white);
}
.insight-header-2-top-social a:not(:last-of-type) {
  margin-right: 10px;
}
.insight-header-2-top-social a:hover {
  color: var(--insight-theme-primary);
}
.insight-header-2-top.header-style-4 {
  padding: 0px 50px;
}
.insight-header-2-top.header-style-4 .insight-header-2-top-info a {
  color: var(--insight-common-black);
}
.insight-header-2-top.header-style-4 .insight-header-2-top-info a:hover {
  color: var(--insight-theme-primary);
}
.insight-header-2-top.header-style-4 .insight-header-2-top-text p {
  color: var(--insight-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .insight-header-2-top.header-style-4 .insight-header-2-top-text p {
    font-size: 15px;
  }
}
.insight-header-3-cart-btn {
  color: var(--insight-common-black);
}
.insight-header-3-cart-btn span:hover {
  color: var(--insight-theme-primary);
}
.insight-header-3-bar {
  color: var(--insight-common-black);
}
.insight-header-3-bar .insight-offcanvas-3-open-btn:hover {
  color: var(--insight-theme-primary);
}
.insight-header-4-top-right {
  padding: 9px 0;
  padding-right: 12px;
}
.insight-header-4-top-right .insight-header-4-user {
  padding-left: 12px;
  margin-left: 12px;
  border-left: 1px solid #EEEEEE;
}
.insight-header-4-top-right .insight-header-4-cart-btn {
  padding-left: 12px;
  margin-left: 12px;
  padding-right: 12px;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
}
.insight-header-4-top-right .insight-footer-copyright-currence-btn {
  padding-left: 12px;
  border-left: 1px solid #EEEEEE;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-header-6-style {
    margin-left: 20px;
  }
}
.insight-header-6-style .insight-header-menu > nav > ul > li {
  margin: 0 8px;
}
.insight-header-6-top {
  padding: 20px 0;
}
.insight-header-6-top-content span {
  display: block;
  line-height: 1;
  color: var(--insight-common-white);
}
.insight-header-6-top-content a {
  font-size: 16px;
  font-weight: 500;
  color: var(--insight-common-white);
}
.insight-header-6-top-content a:hover {
  color: var(--insight-theme-primary);
}
.insight-header-6-top-right {
  display: flex;
}
.insight-header-6-top-right .insight-header-6-top-content:not(:last-of-type) {
  margin-right: 24px;
  padding-right: 24px;
  border-right: 1px solid rgba(238, 238, 238, 0.5);
}
.insight-header-6-top-right.style-7 .insight-header-6-top-content span {
  color: var(--insight-text-body);
}
.insight-header-6-top-right.style-7 .insight-header-6-top-content a {
  color: var(--insight-common-black);
}
.insight-header-6-top-right.style-7 .insight-header-6-top-content a:hover {
  color: var(--insight-theme-primary);
}
.insight-header-6-top-right.style-7 .insight-header-6-top-content:not(:last-of-type) {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.insight-header-6-top-right.style-7 .insight-header-6-top-content:nth-child(2n) {
  margin-left: 24px;
  padding-left: 24px;
  border-left: 1px solid #EEEEEE;
}
.insight-header-6-wrapper {
  border-radius: 33px;
  background: #FFFBF8;
  padding: 0 15px 0 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-header-6-wrapper {
    margin-top: 20px;
    padding: 15px 15px 15px 40px;
  }
}
.insight-header-6-user span {
  color: var(--insight-common-black);
}
.insight-header-7-wrapper {
  padding: 0 34px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-header-7-wrapper {
    padding: 22px 34px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .insight-header-7-style .insight-header-menu > nav > ul > li .insight-megamenu {
    left: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .insight-header-8-style .insight-header-menu > nav > ul > li .insight-megamenu {
    left: 0;
  }
}
.insight-header-10-right .insight-header-cart-btn {
  color: var(--insight-common-white);
}
.insight-header-10-right .insight-header-cart-btn:hover {
  color: var(--insight-theme-primary);
}
.insight-header-10-right .insight-header-user {
  color: var(--insight-common-white);
}
.insight-header-10-right .insight-header-user:hover {
  color: var(--insight-theme-primary);
}
.insight-header-11-style {
  margin-left: -20px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-header-11-style {
    margin-left: 20px;
  }
}
.insight-header-11-right .insight-header-cart-btn {
  color: var(--insight-common-black);
}
.insight-header-11-right .insight-header-cart-btn:hover {
  color: var(--insight-theme-primary);
}
.insight-header-11-right .insight-header-user {
  color: var(--insight-common-black);
}
.insight-header-11-right .insight-header-user:hover {
  color: var(--insight-theme-primary);
}

.insight-hdr-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
}
.insight-hdr-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 55;
  border-radius: 0px 0px 35px 35px;
  background: rgba(255, 255, 255, 0.8);
}
[id="maldives"],
[id="makkah"],
[id="russia"],
[id="phuket"],
[id="scotland"] {
  scroll-margin-top: 120px;
}
.insight-hdr-bdr {
  border-bottom: 1px solid #EEEEEE;
}
.insight-megamenu-nav {
  display: flex;
  height: 100%;
  padding: 0 26px;
  flex-direction: column;
  border-right: 1px solid #EEE;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-megamenu-nav {
    padding: 0;
    display: block;
    margin-bottom: 20px;
  }
}
.insight-megamenu-nav ul {
  display: block;
}
.insight-megamenu-nav ul li {
  list-style: none;
}
.insight-megamenu-nav ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.insight-megamenu-nav ul li:hover a, .insight-megamenu-nav ul li.active a {
  color: var(--insight-theme-primary);
}
.insight-megamenu-nav ul li a {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--insight-common-black);
}
.insight-megamenu-nav ul li a span {
  display: inline-block;
}
.insight-megamenu-nav ul li a span svg {
  width: 18px;
}
.insight-megamenu-banner {
  border-radius: 8px;
  padding: 24px 24px 50px;
  background-size: cover;
  background-repeat: no-repeat;
}
.insight-megamenu-banner-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--insight-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .insight-megamenu-banner-title {
    font-size: 22px;
  }
}
.insight-megamenu-banner p {
  padding-bottom: 20px;
  color: var(--insight-common-white);
}
.insight-megamenu-destination-wrap {
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.25s ease-in-out;
}
.insight-megamenu-destination-wrap.show {
  opacity: 1;
  transform: translateX(0px);
}
.insight-megamenu-destination-title {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 18px;
  display: inline-block;
  text-transform: uppercase;
}
.insight-megamenu-destination-item {
  gap: 12px;
  display: flex;
  align-items: center;
}
.insight-megamenu-destination-item:hover .insight-megamenu-destination-thumb img {
  transform: scale(1.1);
}
.insight-megamenu-destination-thumb {
  overflow: hidden;
  border-radius: 50%;
}
.insight-megamenu-destination-thumb img {
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.insight-megamenu-destination-content a {
  font-size: 16px;
  font-weight: 500;
  color: var(--insight-common-black);
}
.insight-megamenu-destination-content a:hover {
  color: var(--insight-theme-primary);
}

/*----------------------------------------*/
/*  3.2 Mobile Style
/*----------------------------------------*/

.insight-mobilemenu-content .insight-submenu {
  display: none;
}
.insight-mobilemenu-content ul {
  position: static;
  display: block;
  box-shadow: none;
}
.insight-mobilemenu-content ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}
.insight-mobilemenu-content ul li:not(:last-child) a {
  border-bottom: 1px solid rgba(234, 235, 237, 0.7);
}
.insight-mobilemenu-content ul li.insight-dropdown > a {
  position: relative;
}
.insight-mobilemenu-content ul li.insight-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  transform: translateY(-15px);
  color: var(--insight-common-black);
  border: 1px solid rgba(234, 235, 237, 0.7);
  z-index: 1;
}
.insight-mobilemenu-content ul li.insight-dropdown > a .dropdown-toggle-btn i {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.insight-mobilemenu-content ul li.insight-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.insight-mobilemenu-content ul li.insight-dropdown > a .dropdown-toggle-btn:hover {
  background-color: var(--insight-theme-primary);
  border-color: var(--insight-theme-primary);
  color: var(--insight-common-white);
}
.insight-mobilemenu-content ul li.insight-dropdown > a .dropdown-toggle-btn:hover i {
  color: var(--insight-common-white);
}
.insight-mobilemenu-content ul li.insight-dropdown > a.expanded {
  color: var(--insight-theme-primary);
}
.insight-mobilemenu-content ul li.insight-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--insight-theme-primary);
  border-color: var(--insight-theme-primary);
  color: var(--insight-common-white);
}
.insight-mobilemenu-content ul li.insight-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--insight-common-white);
}
.insight-mobilemenu-content ul li.insight-dropdown:hover > a::after {
  color: var(--insight-theme-green);
}
.insight-mobilemenu-content ul li:last-child a span {
  border-bottom: 0;
}
.insight-mobilemenu-content ul li > a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding: 10px 20px 10px 0;
  color: var(--insight-common-black);
}
.insight-mobilemenu-content ul li > a > i {
  width: 11%;
  font-size: 21px;
  line-height: 1;
  margin-right: 13px;
  display: inline-block;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}
.insight-mobilemenu-content ul li > a svg {
  transform: insight-translateY(2px);
}
.insight-mobilemenu-content ul li img {
  width: 100%;
}
.insight-mobilemenu-content ul li ul {
  padding: 0;
}
.insight-mobilemenu-content ul li ul li {
  padding: 0;
}
.insight-mobilemenu-content ul li ul li a {
  width: 93%;
  padding: 10px 20px 10px 0;
  margin-left: auto;
  text-shadow: none !important;
}
.insight-mobilemenu-content ul li ul li li a {
  width: 88%;
}
.insight-mobilemenu-content ul li ul li li li a {
  width: 83%;
}
.insight-mobilemenu-content ul li ul li li li li a {
  width: 68%;
}
.insight-mobilemenu-content ul li:hover > a {
  color: var(--insight-theme-primary);
}
.insight-mobilemenu-content ul li:hover > a::after,
.insight-mobilemenu-content ul li:hover > a .dropdown-toggle-btn i {
  color: var(--insight-theme-primary);
}
.insight-mobilemenu-content ul li .mega-menu,
.insight-mobilemenu-content ul li .mobile-slide {
  position: static;
  min-width: 100%;
  display: none;
  padding: 0;
  visibility: visible;
  opacity: 1;
  box-shadow: none;
}
.insight-mobilemenu-content ul li .mega-menu li,
.insight-mobilemenu-content ul li .mobile-slide li {
  float: none;
  width: 100%;
  padding: 0;
}
.insight-mobilemenu-content ul li .mega-menu li:hover a .dropdown-toggle-btn,
.insight-mobilemenu-content ul li .mobile-slide li:hover a .dropdown-toggle-btn {
  color: var(--insight-theme-primary);
}
.insight-mobilemenu-content .insight-megamenu-nav {
  padding: 0;
  display: block;
  margin-bottom: 20px;
}
.insight-mobilemenu-content .insight-megamenu-banner {
  display: none;
}
.insight-mobilemenu-content * ul,
.insight-mobilemenu-content * li {
  transition: none !important;
}

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-sidebar-box {
    padding-bottom: 80px;
  }
}
.insight-sidebar-widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--insight-common-black);
}
.insight-sidebar-search-input {
  position: relative;
}
.insight-sidebar-search-input input {
  height: 54px;
  border-radius: 8px;
  padding-right: 60px;
  border-color: #DDD;
  color: var(--insight-common-black);
  background: var(--insight-common-white);
}
.insight-sidebar-search-input input:focus {
  border-color: var(--insight-theme-primary);
}
.insight-sidebar-search-input button {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.insight-sidebar-search-input button:hover {
  color: var(--insight-theme-primary);
}
.insight-sidebar-post-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
}
.insight-sidebar-post-title:hover {
  color: var(--insight-theme-primary);
}
.insight-sidebar-item {
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-sidebar-item {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.insight-sidebar-item:hover .insight-sidebar-item-thumb img {
  transform: scale(1.1);
}
.insight-sidebar-item-thumb {
  width: 340px;
  height: 240px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-sidebar-item-thumb {
    width: 100%;
    height: 300px;
  }
}
.insight-sidebar-item-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-sidebar-item-thumb img {
    object-fit: cover;
  }
}
.insight-sidebar-item-tag {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}
.insight-sidebar-item-title {
  margin-bottom: 15px;
}
.insight-sidebar-item-title a:hover {
  color: var(--insight-theme-primary);
}

/*----------------------------------------*/
/*  4.2 offcanvas scss
/*----------------------------------------*/
.offcanvas-area.opened .offcanvas-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas-area.opened .cart-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  height: 100vh;
  z-index: 999;
  padding: 40px;
  overflow-y: scroll;
  transition: all 0.3s;
  background: #FFF;
  scrollbar-width: none;
  overscroll-behavior-y: contain;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
}
@media (max-width: 767px) {
  .offcanvas-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offcanvas-wrapper {
    width: 400px;
  }
}
.offcanvas-top {
  margin-bottom: 50px;
}
.offcanvas-close-btn {
  color: black;
}
.offcanvas-close-btn:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.insight-offcanvas-hamburger-btn {
  height: 40px;
  width: 40px;
  border-radius: 6px;
  line-height: 38px;
  text-align: center;
  transition: 0.3s linear;
  border: 1px solid rgba(3, 31, 66, 0.2);
  background-color: var(--insight-common-white);
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  4.1 Mobile Menu
/*----------------------------------------*/
.insight-offcanvas-menu {
  margin-bottom: 80px;
}
.insight-offcanvas-menu ul {
  list-style: none;
}
.insight-offcanvas-menu ul li {
  position: relative;
}
.insight-offcanvas-menu ul li > a {
  padding: 10px 0;
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.insight-offcanvas-menu ul li.active > a {
  color: var(--insight-common-black);
}
.insight-offcanvas-menu ul li.active > .insight-menu-close i {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.insight-offcanvas-menu ul li .submenu {
  display: none;
}
.insight-offcanvas-menu ul li .submenu .submenu {
  margin-left: 30px;
}
.insight-offcanvas-menu .insight-megamenu-wrapper.megamenu-white-bg {
  backdrop-filter: none;
  background: transparent;
  box-shadow: none;
}
.insight-offcanvas-menu .mega-menu {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: none;
  position: static;
  display: none;
  -webkit-transform: perspective(0) rotateX(0);
  -moz-transform: perspective(0) rotateX(0);
  -ms-transform: perspective(0) rotateX(0);
  -o-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0);
}
.insight-offcanvas-menu .insight-megamenu-list ul li {
  padding: 0;
}
.insight-offcanvas-menu .insight-megamenu-list ul li a {
  font-size: 17px;
  padding: 12px 20px;
}
.insight-offcanvas-menu .insight-submenu > li > a {
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 17px;
}
.insight-offcanvas-menu .insight-submenu > li > a:hover {
  background-color: #f8f8fb;
  color: var(--insight-common-black);
}
.insight-offcanvas-menu .insight-megamenu-box {
  padding: 20px 0;
}
.insight-offcanvas-menu .insight-megamenu-box li a {
  font-size: 17px;
  padding: 8px 20px;
  border-radius: 10px;
}
.insight-offcanvas-menu .insight-megamenu-box li a:hover {
  background-color: #f8f8fb;
  color: var(--insight-common-black);
}

.insight-menu-close {
  position: absolute;
  right: 7px;
  top: 12px;
}
.insight-menu-close i {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 500;
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.insight-footer-widget-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--insight-common-black);
  font-family: var(--insight-ff-body);
}
.insight-footer-widget-info-item{
  gap: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
  font-family: var(--insight-ff-outfit);
}
.insight-footer-widget-info-item a{
  display: inline-flex;
  color: var(--insight-common-black);
}
.insight-footer-widget-info-item span {
  display: inline-block;
  width: 25px;
}
.insight-footer-widget-info-item a:hover {
  color: var(--insight-theme-primary);
}
.insight-footer-widget-menu ul li {
  list-style-type: none;
}
.insight-footer-widget-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}
.insight-footer-widget-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: var(--insight-common-black);
}
.insight-footer-widget-menu ul li a:hover {
  color: var(--insight-theme-primary);
}
.insight-footer-widget-input input {
  font-size: 16px;
  border-radius: 28px;
  padding-right: 55px;
  background: var(--insight-common-white);
  border: 1px solid var(--insight-gray-1);
}
.insight-footer-widget-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 16px;
  font-weight: 400;
  color: var(--insight-text-body);
}
.insight-footer-widget-input input::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  font-weight: 400;
  color: var(--insight-text-body);
}
.insight-footer-widget-input input:-moz-placeholder { /* Firefox 4-18 */
  font-size: 16px;
  font-weight: 400;
  color: var(--insight-text-body);
}
.insight-footer-widget-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 16px;
  font-weight: 400;
  color: var(--insight-text-body);
}
.insight-footer-widget-input input::placeholder { /* MODERN BROWSER */
  font-size: 16px;
  font-weight: 400;
  color: var(--insight-text-body);
}
.insight-footer-widget-input input:focus {
  border-color: var(--insight-theme-primary);
}
.insight-footer-widget-input-btn {
  position: absolute;
  top: 12px;
  right: 25px;
}
.insight-footer-widget-input-btn span {
  color: var(--insight-theme-primary);
}
.insight-footer-widget-social-icon a:not(:last-of-type) {
  margin-right: 10px;
}
.insight-footer-widget-social-icon a:hover {
  color: var(--insight-theme-primary);
}
.insight-footer-main-wrapper.black-style .insight-footer-widget-title {
  color: var(--insight-gray-1);
}
.insight-footer-main-wrapper.black-style .insight-footer-widget-info-item a {
  color: var(--insight-common-white);
}
.insight-footer-main-wrapper.black-style .insight-footer-widget-info-item a:hover {
  color: var(--insight-theme-primary);
}
.insight-footer-main-wrapper.black-style .insight-footer-widget-menu ul li a {
  color: var(--insight-common-white);
}
.insight-footer-main-wrapper.black-style .insight-footer-widget-input p {
  color: var(--insight-common-white);
}
.insight-footer-main-wrapper.black-style .insight-footer-widget-social-icon a {
  color: var(--insight-common-white);
}
.insight-footer-main-wrapper.black-style .insight-footer-widget-social-icon a:hover {
  color: var(--insight-theme-primary);
}
.insight-footer-top-border {
  border-top: 1px solid var(--insight-gray-2);
}
.insight-footer-copyright-text p {
  margin: 0;
}
.insight-footer-copyright-text p a {
  color: var(--insight-theme-primary);
}
.insight-footer-copyright-currence-btn {
  position: relative;
  display: inline-block;
}
.insight-footer-copyright-currence-btn:hover .insight-footer-copyright-currence-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.insight-footer-copyright-currence-btn span {
  font-size: 16px;
  font-weight: 500;
  padding: 7px 22px;
  cursor: pointer;
  border-radius: 23px;
  display: inline-block;
  color: var(--insight-common-black);
  border: 1px solid var(--insight-gray-1);
}
.insight-footer-copyright-currence-btn span svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.insight-footer-copyright-currence-btn span:hover svg {
  transform: rotate(-180deg);
}
.insight-footer-copyright-currence-btn.bottom-style span {
  padding: 0;
  border: none;
  font-size: 14px;
}
.insight-footer-copyright-currence-btn.bottom-style:hover .insight-footer-copyright-currence-content {
  transform: translateY(0px);
}
.insight-footer-copyright-currence-btn.bottom-style .insight-footer-copyright-currence-content {
  top: 100%;
  bottom: auto;
  transform: translateY(10px);
  border-radius: 0 0 16px 16px;
}
.insight-footer-copyright-currence-content {
  position: absolute;
  top: auto;
  bottom: 100%;
  right: 0;
  opacity: 0;
  left: auto;
  width: 200px;
  padding: 20px;
  text-align: start;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: translateY(-10px);
  border-radius: 16px 16px 0 0;
  border: 1px solid var(--insight-gray-2);
  background-color: var(--insight-common-white);
  box-shadow: 1px 9px 26px 0px rgba(0, 0, 0, 0.04);
}
.insight-footer-copyright-currence-content h4 {
  color: #555;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 12px;
  text-transform: uppercase;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}
.insight-footer-copyright-currence-content ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
  background-color: #f8f9fa;
  color: var(--insight-common-black);
}
.insight-footer-copyright-currence-content ul li:not(:last-of-type) {
  border-bottom: 1px solid #e9ecef;
}
.insight-footer-copyright-currence-content ul li.active, .insight-footer-copyright-currence-content ul li:hover {
  color: #007bff;
  background-color: rgba(0, 123, 255, 0.1);
}
.insight-footer-copyright-currence-content ul li a {
  display: flex;
  transition: none;
  justify-content: space-between;
}
.insight-footer-col-4 {
  padding-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-footer-col-4 {
    padding-left: 0;
  }
}

.insight-footer-2-top-border {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.insight-footer-2-top-border .insight-footer-copyright-text p {
  color: var(--insight-common-white);
}
.insight-footer-2-top-border .insight-footer-copyright-currence-btn span {
  color: var(--insight-common-white);
}
.insight-footer-2-main-wrapper.black-style .insight-footer-widget-title {
  color: var(--insight-common-white);
}
.insight-footer-2-main-wrapper.black-style .insight-footer-widget-info p {
  color: var(--insight-gray-1);
}
.insight-footer-2-main-wrapper.black-style .insight-footer-widget-info-item a {
  color: var(--insight-common-white);
}
.insight-footer-2-main-wrapper.black-style .insight-footer-widget-info-item a:hover {
  color: var(--insight-theme-primary);
}
.insight-footer-2-main-wrapper.black-style .insight-footer-widget-menu ul li a {
  color: var(--insight-common-white);
}
.insight-footer-2-main-wrapper.black-style .insight-footer-widget-menu ul li a:hover {
  color: var(--insight-theme-primary);
}
.insight-footer-2-main-wrapper.black-style .insight-footer-2-social-item a {
  color: var(--insight-common-white);
}
.insight-footer-2-main-wrapper.black-style .insight-footer-2-social-item a:hover {
  color: var(--insight-theme-primary);
}
.insight-footer-2-main-wrapper .insight-footer-widget-title {
  font-size: 18px;
  font-family: var(--insight-ff-outfit);
}
.insight-footer-2-social-item {
  margin-bottom: 10px;
}
.insight-footer-2-social-item a {
  font-size: 16px;
  font-weight: 500;
  color: var(--insight-common-black);
}
.insight-footer-2-social-item a span {
  width: 100%;
  max-width: 24px;
  margin-right: 6px;
  display: inline-block;
}
.insight-footer-2-social-item a:hover {
  color: var(--insight-theme-primary);
}

.insight-footer-5-t-bdr {
  border-top: 1px solid #EEEEEE;
}

/*----------------------------------------*/
/*  7.1 Hero css
/*----------------------------------------*/
.insight-hero-hight {
  height: 92vh;
  background-position: bottom center;
}
@media (max-width: 767px) {
  .insight-hero-hight {
    height: 600px;
  }
}
.insight-hero-heading p {
  font-size: 18px;
  margin-bottom: 22px;
  color: var(--insight-common-black);
  font-family: var(--insight-ff-outfit);
}
@media (max-width: 767px) {
  .insight-hero-heading p br {
    display: none;
  }
}
.insight-hero-title {
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  color: var(--insight-common-black);
  font-family: var(--insight-ff-playfair);
}
@media (max-width: 767px) {
  .insight-hero-title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .insight-hero-9-heading {
    margin-top: 50px;
  }
}
.insight-hero-9-title {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.07;
  margin-bottom: 15px;
  font-family: var(--insight-ff-otomanopee);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-hero-9-title {
    font-size: 45px;
  }
}

/*----------------------------------------*/
/*  7.3 chose css
/*----------------------------------------*/
@media (max-width: 767px) {
  .insight-chose-ptb {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .insight-chose-shape-box {
    display: none;
  }
}
.insight-chose-shape-box .shape-1 {
  position: absolute;
  bottom: 0;
  left: 25%;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .insight-chose-shape-box .shape-1 {
    left: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .insight-chose-shape-box .shape-1 {
    bottom: 20%;
  }
}
.insight-chose-shape-box .shape-2 {
  position: absolute;
  bottom: 0;
  right: 25%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .insight-chose-shape-box .shape-2 {
    right: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .insight-chose-shape-box .shape-2 {
    display: none;
  }
}
.insight-chose-item {
  padding-left: 80px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .insight-chose-item {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-chose-item {
    padding-left: 0px;
  }
}
.insight-chose-item-title {
  font-size: 20px;
  line-height: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-chose-item p br {
    display: none;
  }
}
.insight-chose-item.chose-style-2 .insight-chose-item-icon {
  max-height: 50px;
  min-width: 52px;
}
.insight-chose-item.chose-style-2 .insight-chose-item-icon img {
  max-width: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-chose-heading {
    padding-left: 0;
  }
}

.insight-chose-12-shape {
  position: absolute;
  top: 10%;
  right: 17%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .insight-chose-12-shape {
    right: 7%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .insight-chose-12-shape {
    right: 5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-chose-12-shape {
    display: none;
  }
}


.insight-add-10-item {
  gap: 40px;
  border-radius: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .insight-add-10-item {
    gap: 20px;
  }
}
.insight-add-10-item:hover .insight-add-10-item-thumb img {
  transform: scale(1.1);
}
.insight-add-10-item-thumb {
  overflow: hidden;
  border-radius: 16px 0px 0 16px;
}
@media (max-width: 767px) {
  .insight-add-10-item-thumb {
    border-radius: 20px;
  }
}
.insight-add-10-item-thumb img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  border-radius: 16px 0px 0 16px;
}
.insight-add-10-item-thumb .shape-right {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  height: 100%;
  width: 100px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .insight-add-10-item-thumb .shape-right {
    display: none;
  }
}
.insight-add-10-item-sub {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--insight-common-white);
}
.insight-add-10-item-title {
  font-size: 36px;
  color: var(--insight-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-add-10-item-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .insight-add-10-item-title br {
    display: none;
  }
}
.insight-add-10-item-price {
  display: flex;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  align-items: center;
  color: var(--insight-common-white);
}
.insight-add-10-item-price i {
  margin: 0;
  font-size: 36px;
  line-height: 1;
  font-style: normal;
  transform: translateY(-3px);
  color: var(--insight-common-white);
  font-family: var(--insight-ff-outfit);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-add-10-item-price i {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .insight-add-10-item-content {
    padding: 30px;
  }
}


/*----------------------------------------*/
/*  7.7 testimonial css
/*----------------------------------------*/
.insight-testimonial-shape {
  position: absolute;
  bottom: 7%;
  right: 18%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-testimonial-shape {
    right: 2%;
    bottom: 2%;
  }
}
.insight-testimonial-thumb-wrap img {
  z-index: 1;
  position: relative;
  border: 18px solid var(--insight-common-white);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.26);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-testimonial-thumb-wrap img {
    width: 100%;
  }
}
.insight-testimonial-thumb-wrap .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 91%;
  height: 40vh;
  min-height: 392px;
  display: inline-block;
  transform: rotate(-8.489deg);
  background: var(--insight-common-white);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .insight-testimonial-thumb-wrap .bg-shape {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .insight-testimonial-thumb-wrap .bg-shape {
    display: none;
  }
}
.insight-testimonial-item-content {
  margin-bottom: 28px;
}
.insight-testimonial-item-content p {
  font-size: 18px;
}
.insight-testimonial-item-user {
  gap: 12px;
}
.insight-testimonial-item-user-thumb img {
  width: 50px;
  border-radius: 50%;
}
.insight-testimonial-item-user-content h4 {
  font-size: 18px;
  margin: 0;
}
.insight-testimonial-item-user-content p {
  margin: 0;
}
.insight-testimonial-arrows {
  gap: 12px;
}
.insight-testimonial-arrows button {
  height: 36px;
  width: 36px;
  display: grid;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  color: var(--insight-common-black);
  border: 1px solid var(--insight-gray-2);
  background-color: var(--insight-common-white);
}
.insight-testimonial-arrows button span {
  display: inline-block;
  transform: translate(-1px, -1px);
}
.insight-testimonial-arrows button:hover {
  color: #999999;
}
.insight-testimonial-2-shape {
  position: absolute;
  right: 22%;
  top: 12%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-testimonial-2-shape {
    display: none;
  }
}
.insight-testimonial-2-item {
  position: relative;
  border-radius: 16px;
  padding: 20px 35px 24px 24px;
  background: var(--insight-common-white);
}
.insight-testimonial-2-item-title {
  font-size: 18px;
  margin-bottom: 15px;
}
.insight-testimonial-2-item-quote {
  position: absolute;
  top: 0;
  right: 28px;
}
.insight-testimonial-2-item-content p {
  font-size: 18px;
  font-family: var(--insight-ff-outfit);
}
.insight-testimonial-2-item-user {
  gap: 16px;
  align-items: center;
}
.insight-testimonial-2-item-user-thumb img {
  border-radius: 50%;
}
.insight-testimonial-2-item-user-content h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-family: var(--insight-ff-p);
}
.insight-testimonial-2-item-user-content span {
  font-size: 16px;
  display: inline-block;
}
.insight-testimonial-2-item.tes-style-5 {
  padding-right: 100px;
  background-color: transparent;
  border-right: 1px solid #EEEEEE;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .insight-testimonial-2-item.tes-style-5 {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-testimonial-2-item.tes-style-5 {
    padding-right: 35px;
  }
}
.insight-testimonial-2-item.tes-style-5 .insight-testimonial-2-item-title {
  font-family: var(--insight-ff-marcellus);
}

.insight-testimonial-3-ptb {
  padding-bottom: 200px;
}
.insight-testimonial-3-wrapper {
  padding: 0 15px;
}
.insight-testimonial-3-title {
  font-weight: 400;
}
.insight-testimonial-3-content p {
  font-size: 22px;
  font-style: italic;
}
.insight-testimonial-3-user-content {
  margin-bottom: 5px;
  margin-bottom: 16px;
}
.insight-testimonial-3-user-content h4 {
  font-size: 16px;
  margin-bottom: 1px;
  font-family: var(--insight-ff-p);
}
.insight-testimonial-3-user-content span {
  font-weight: 400;
}
.insight-testimonial-3-user-thumb img {
  border-radius: 50%;
}


/*----------------------------------------*/
/*  7.8 destination css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-destination-heading {
    margin-bottom: 0px;
  }
}
.insight-destination-heading .insight-section-title {
  margin-bottom: 15px;
}
.insight-destination-heading p {
  font-size: 18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-destination-heading p br {
    display: none;
  }
}
.insight-destination-item:hover .insight-destination-item-thumb img {
  transform: scale(1.2);
}
.insight-destination-item-thumb {
  overflow: hidden;
  border-radius: 16px;
}
.insight-destination-item-thumb img {
  width: 100%;
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
}
.insight-destination-item-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 4px;
  font-family: var(--insight-ff-outfit);
}
.insight-destination-item-title a:hover {
  color: var(--insight-theme-primary);
}
.insight-destination-item-count {
  font-size: 16px;
  line-height: 1;
}
.insight-destination-item-content {
  padding: 24px 0 0;
}
.insight-destination-item.style-3 {
  position: relative;
}
.insight-destination-item.style-3 .insight-destination-item-wrap {
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  margin: 0 auto;
  position: absolute;
  align-items: center;
}
.insight-destination-item.style-3 .insight-destination-item-thumb {
  position: relative;
}
.insight-destination-item.style-3 .insight-destination-item-thumb ::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  z-index: 1;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.insight-destination-item.style-3 .insight-destination-item-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--insight-common-white);
}
.insight-destination-item.style-3 .insight-destination-item-count {
  color: var(--insight-common-white);
}
.insight-destination-item.style-3 .insight-destination-item-content {
  padding: 0;
}
.insight-destination-item.style-3 .insight-destination-3-btn a {
  display: inline-grid;
  place-content: center;
  text-align: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--insight-common-white);
  border: 1px solid var(--insight-common-white);
}
.insight-destination-item.style-3 .insight-destination-3-btn a span {
  display: inline-block;
}
.insight-destination-item.style-3 .insight-destination-3-btn a:hover {
  transform: rotate(45deg);
  border-color: transparent;
  background-color: var(--insight-theme-primary);
}
.insight-destination-arrows {
  gap: 12px;
}
.insight-destination-arrows button {
  height: 36px;
  width: 36px;
  display: grid;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  color: var(--insight-common-black);
  border: 1px solid var(--insight-gray-2);
  box-shadow: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.05));
}
.insight-destination-arrows button:hover {
  color: #999999;
}
.insight-destination-2-slider-wrapper .insight-destination-item-title {
  font-size: 24px;
  font-weight: 500;
}
.insight-destination-3-slider-wrapper .insight-tour-2-active .swiper-wrapper .swiper-slide:nth-child(odd) {
  margin-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-destination-3-slider-wrapper .insight-tour-2-active .swiper-wrapper .swiper-slide:nth-child(odd) {
    margin-top: 0;
  }
}
.insight-destination-3-slider-wrapper .insight-tour-2-active .swiper-wrapper .swiper-slide:nth-child(odd) .insight-destination-item.style-3 {
  transform: translateY(-20px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-destination-3-slider-wrapper .insight-tour-2-active .swiper-wrapper .swiper-slide:nth-child(odd) .insight-destination-item.style-3 {
    transform: translateY(0);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .insight-destination-4-ptb {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-destination-4-ptb {
    padding-top: 0px;
    padding-bottom: 80px;
  }
}
.insight-destination-4-heading {
  padding-left: 300px;
  padding-right: 130px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .insight-destination-4-heading {
    padding-left: 200px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .insight-destination-4-heading {
    padding-left: 50px;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .insight-destination-4-heading {
    padding-left: 25px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .insight-destination-4-heading {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.insight-destination-4-slider-wrapper::after {
  position: absolute;
  top: -99px;
  right: 8px;
  content: "";
  height: calc(100% + 150px);
  width: calc(100% - 130px);
  background-color: #FFF1F0;
  border-radius: 16px 0 0 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-destination-4-slider-wrapper::after {
    content: none;
  }
}
.insight-destination-4-slider-arrow {
  position: absolute;
  top: -60px;
  z-index: 2;
  right: 40px;
}
.insight-destination-4-slider-arrow button {
  background-color: var(--insight-common-white);
}
.insight-counter-wrapper {
  margin-top: -130px;
  padding: 40px 0px;
  border-radius: 16px;
  background: var(--insight-common-white);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
.insight-counter-wrapper .row [class*=col-]:not(:last-of-type) {
  border-right: 1px solid #EEEEEE;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-counter-wrapper .row [class*=col-]:not(:last-of-type) {
    border: none;
  }
}
.insight-counter-item-icon {
  margin-bottom: 25px;
}
.insight-counter-item-title {
  font-size: 40px;
  font-weight: 700;
  color: var(--insight-common-black);
  font-family: var(--insight-ff-body);
}
.insight-counter-item-title i {
  font-style: normal;
}
.insight-counter-item-content p {
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  8.1 tour css
/*----------------------------------------*/
.insight-tour-card {
  z-index: 0;
  position: relative;
  border-radius: 16px;
  border: 1px solid var(--insight-gray-2);
  background-color: var(--insight-common-white);
}
.insight-tour-card:hover .insight-tour-card-thumb img {
  transform: scale(1.2);
}
.insight-tour-card-thumb {
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.insight-tour-card-thumb img {
  width: 100%;
  border-radius: 16px 16px 0 0;
  transition: all 0.5s ease-in-out;
}
.insight-tour-card-wishlist {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
}
.insight-tour-card-wishlist span {
  height: 32px;
  width: 32px;
  cursor: pointer;
  text-align: center;
  place-content: center;
  border-radius: 50%;
  display: inline-grid;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--insight-common-black);
  background-color: var(--insight-common-white);
}
.insight-tour-card-wishlist span svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.insight-tour-card-wishlist span:hover {
  color: var(--insight-common-white);
  background-color: var(--insight-theme-primary);
}
.insight-tour-card-meta {
  margin: 0;
  gap: 5px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  font-family: var(--insight-ff-body);
}
.insight-tour-card-meta:not(:last-of-type)::after {
  position: absolute;
  content: "";
  top: 6px;
  right: -12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--insight-gray-1);
}
.insight-tour-card-meta-wrap {
  gap: 20px;
  margin-bottom: 10px;
  display: inline-flex;
}
.insight-tour-card-review {
  position: relative;
  line-height: 1;
}
.insight-tour-card-review::after {
  position: absolute;
  top: -4px;
  right: -14px;
  height: 24px;
  width: 1px;
  content: "";
  background-color: var(--insight-gray-2);
}
.insight-tour-card-rating {
  font-size: 16px;
  font-weight: 500;
  color: var(--insight-theme-primary);
}
.insight-tour-card-active {
  position: initial;
}
.insight-tour-card-active .slider_pagination {
  position: absolute;
  bottom: 5px;
  z-index: 2;
  text-align: center;
}
.insight-tour-card-active .slider_pagination .swiper-pagination-bullet {
  transform: scale(0.8);
  background-color: var(--insight-common-white);
}
.insight-tour-card-active .slider_pagination .swiper-pagination-bullet-active {
  transform: scale(1.1);
}
.insight-tour-card.style-list {
  display: flex;
  align-items: center;
  padding-right: 24px;
  justify-content: space-between;
}
.insight-tour-2-card-content{
  padding: 0 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .insight-tour-card.style-list {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-tour-card.style-list.tour-filter {
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-tour-card.style-list.tour-filter .insight-tour-list-left {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .insight-tour-card.style-list.tour-filter .insight-tour-list-left {
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-tour-card.style-list.tour-filter .insight-tour-2-card-thumb {
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-tour-card.style-list.tour-filter .insight-tour-2-card-content {
    padding: 0 20px 20px;
  }
}
.insight-tour-card.style-list .insight-tour-2-card-thumb {
  max-width: 300px;
  border-radius: 16px 0 0 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .insight-tour-card.style-list .insight-tour-2-card-thumb {
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
  }
}
.insight-tour-card.style-list .insight-tour-2-card-thumb img {
  width: 100%;
  border-radius: 16px 0 0 16px;
}
.insight-tour-card.style-list .insight-tour-2-card-thumb:hover img {
  transform: scale(1.1);
}
.insight-tour-card.style-list .insight-tour-2-card-content {
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .insight-tour-card.style-list .insight-tour-2-card-content {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .insight-tour-card.style-list.list-filter {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-tour-card.style-list.list-filter {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .insight-tour-card.style-list.list-filter .insight-tour-list-left {
    gap: 10px;
    display: flex;
    flex-wrap: inherit;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .insight-tour-card.style-list.list-filter .insight-tour-list-right {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-tour-card.style-list.list-filter .insight-tour-list-right {
    border: none;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-tour-card.style-list.list-filter .insight-tour-card-bottom p br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-tour-card.style-list.list-filter .insight-tour-2-card-title br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .insight-tour-card.style-list.list-filter .insight-tour-2-card-thumb {
    max-width: 300px;
  }
}
.insight-tour-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--insight-theme-primary);
}
.insight-tour-btn:hover {
  color: var(--insight-theme-primary);
}
.insight-tour-btn.color-black {
  color: var(--insight-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-tour-2-heading {
    margin-bottom: 0px;
  }
}
.insight-tour-2-card {
  height: 100%;
}
.insight-tour-2-card:hover .insight-tour-2-card-thumb img {
  transform: scale(1.1);
}
.insight-tour-2-card-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 8px;
  color: var(--insight-common-black);
  min-height: 50px;
}
@media (max-width: 767px) {
  .insight-tour-2-card-title br {
    display: none;
  }
}
.insight-tour-2-card-title a:hover {
  color: var(--insight-theme-primary);
}
.insight-tour-2-card-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.insight-tour-2-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
}
.insight-tour-2-card-thumb::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  z-index: 1;
  pointer-events: none;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.insight-tour-2-card-thumb .insight-tour-card-active .swiper-slide {
  height: auto;
}
.insight-tour-2-card-content .insight-tour-card-price-regular {
  font-size: 16px;
  font-weight: 500;
}
.insight-tour-2-card-review-box {
  gap: 20px;
}
.insight-tour-2-card-review-box .insight-tour-card-review::after {
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--insight-gray-1);
}
.insight-tour-2-active {
  height: 100%;
}
.insight-tour-2-active .swiper-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-tour-9-heading {
    margin-bottom: 0;
  }
}

.insight-tour-details-slide {
  border-radius: 8px;
}
.insight-tour-details-slide img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.insight-tour-details-arrows {
  left: 0;
  top: 50%;
  z-index: 2;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .insight-tour-details-arrows {
    display: none;
  }
}
.insight-tour-details-arrows button {
  height: 36px;
  width: 36px;
  display: grid;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  display: inline-block;
  color: var(--insight-common-black);
  border: 1px solid var(--insight-gray-2);
  background-color: rgba(255, 255, 255, 0.9);
}
.insight-tour-details-arrows .insight-tour-prev {
  left: 30px;
  position: absolute;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-tour-details-arrows .insight-tour-prev {
    left: 0;
  }
}
.insight-tour-details-arrows .insight-tour-next {
  right: 30px;
  position: absolute;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-tour-details-arrows .insight-tour-next {
    right: 0;
  }
}
.insight-tour-details-related-ptb {
  border-top: 1px solid #EEE;
}

/*----------------------------------------*/
/*  8.2 contact css
/*----------------------------------------*/
.insight-contact-wrapper {
  padding: 30px;
  border-radius: 16px;
  background: var(--insight-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-contact-wrapper {
    margin-bottom: 40px;
  }
}
.insight-contact-wrapper.signin-style .insight-contact-input label {
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--insight-text-body);
}
.insight-contact-wrapper.signin-style .insight-contact-input-wrap a {
  font-size: 16px;
  font-weight: 500;
  color: var(--insight-common-black);
}
.insight-contact-wrapper.signin-style .insight-contact-input-wrap a:hover {
  color: var(--insight-theme-primary);
}
.insight-contact-wrapper.signin-style .insight-from-checkbox label::before {
  filter: invert(0);
}
.insight-contact-wrapper.signin-style .insight-from-checkbox input:checked ~ label::after {
  background-color: var(--insight-common-black);
}
.insight-contact-wrapper.signin-style .insight-btn-primary {
  display: block;
  border-radius: 8px;
  margin-bottom: 15px;
  background-color: var(--insight-common-black);
}
.insight-contact-wrapper.signin-style .insight-btn-primary:hover {
  background-color: var(--insight-theme-primary);
}
.insight-contact-input input, .insight-contact-input textarea {
  height: 54px;
  border-radius: 8px;
  border-color: #DDD;
  background: var(--insight-common-white);
}
.insight-contact-input input:focus, .insight-contact-input textarea:focus {
  border-color: var(--insight-theme-primary);
}
.insight-contact-input input::placeholder, .insight-contact-input textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--insight-text-body);
}
.insight-contact-input textarea {
  resize: none;
  height: 200px;
}
@media (max-width: 767px) {
  .insight-contact-input textarea {
    height: 150px;
  }
}
.insight-contact-input .insight-tour-grid-select-wrap .nice-select {
  height: 54px;
  line-height: 54px;
  border-radius: 8px;
}
.insight-contact-input .insight-tour-grid-select-wrap .nice-select .list {
  width: 100%;
  left: 0 !important;
}
.insight-contact-input .insight-tour-grid-select-wrap .nice-select::after {
  right: 16px;
}
.insight-contact-input-wrap span {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  display: inline-block;
}
.insight-contact-input-wrap .insight-from-checkbox {
  margin-bottom: 25px;
}
.insight-contact-widget {
  padding: 30px;
  border-radius: 16px;
  background-color: var(--insight-common-white);
}
.insight-contact-widget-title {
  font-size: 24px;
}
.insight-contact-widget-add a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  color: var(--insight-common-black);
}
.insight-contact-widget-add a:hover {
  color: var(--insight-theme-primary);
}
.insight-contact-widget-text span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
.insight-contact-widget-text p {
  font-weight: 500;
}


/*----------------------------------------*/
/*  8.7 about css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-about-4-ptb {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
.insight-about-4-shape {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .insight-about-4-shape {
    bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-about-4-shape {
    display: none;
  }
}
.insight-about-4-shape img {
  width: 100%;
}
@media (max-width: 767px) {
  .insight-about-4-heading {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .insight-about-4-heading p br {
    display: none;
  }
}
.insight-about-4-counter-item span {
  font-size: 16px;
  display: inline-block;
  color: var(--insight-common-black);
}
.insight-about-4-counter-title {
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
}
.insight-about-4-counter-title i {
  font-style: normal;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-about-9-ptb {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-about-9-ptb {
    padding-bottom: 0;
  }
}
.insight-about-9-text-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.15;
  color: var(--insight-common-black);
  font-family: var(--insight-ff-outfit);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-about-9-text-title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-about-9-heading {
    padding-top: 30px;
  }
}
.insight-about-9-heading .insight-section-subtitle {
  font-weight: 500;
}
.insight-about-9-thumb-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .insight-about-9-thumb-left {
    left: -55px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .insight-about-9-thumb-left {
    left: -10%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .insight-about-9-thumb-left {
    left: -20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-about-9-thumb-left {
    position: static;
    text-align: center;
  }
}
.insight-about-9-thumb-left img {
  height: 100%;
}
.insight-about-9-thumb-left .shape-right {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  height: 100%;
  width: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-about-9-thumb-left .shape-right {
    display: none;
  }
}
.insight-about-9-thumb-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .insight-about-9-thumb-right {
    right: -55px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .insight-about-9-thumb-right {
    right: -10%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .insight-about-9-thumb-right {
    right: -20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-about-9-thumb-right {
    position: static;
    text-align: center;
  }
}
.insight-about-9-thumb-right img {
  height: 100%;
}
.insight-about-9-thumb-right .shape-left {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  height: 100%;
  width: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .insight-about-9-thumb-right .shape-left {
    display: none;
  }
}

@media (max-width: 767px) {
  .insight-about-story-ptb {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

/*----------------------------------------*/
/*  8.9 city css
/*----------------------------------------*/
.insight-ct-details-slider-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  font-size: 64px;
  line-height: 1;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: translateY(-50%);
  color: var(--insight-common-white);
  text-shadow: rgba(0, 0, 0, 0.06) 0 2px 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .insight-ct-details-slider-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .insight-ct-details-slider-title {
    font-size: 44px;
  }
}
.insight-ct-details-slider-wrapper .insight-tour-active-3 .swiper-wrapper .swiper-slide.swiper-slide-active .insight-ct-details-slider-title {
  opacity: 1;
  visibility: visible;
}
.insight-ct-details-slider-style .insight-testimonial-12-item .insight-testimonial-2-item {
  border: 1px solid #111111;
  background-color: transparent;
}
.insight-ct-details-btn-wrap {
  gap: 20px;
}
@media (max-width: 767px) {
  .insight-ct-details-btn-wrap {
    flex-wrap: wrap;
  }
}
.insight-ct-details-faq-heading p {
  font-weight: 500;
  color: var(--insight-common-black);
}
@media (max-width: 767px) {
  .insight-ct-details-top-bar {
    gap: 20px;
    flex-wrap: wrap;
  }
}



/*# sourceMappingURL=main.css.map */
/*hero banner*/
.hero-1 {
  padding: 240px 0 200px;
  position: relative;
  background: url(../img/home/hero/banner-bg-home.jpg) no-repeat;
}
@media (max-width: 1199px) {
  .hero-1 {
    padding: 100px 0 100px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .hero-1 {
    padding: 80px 0 80px;
  }
}
@media (max-width: 1199px) {
  .hero-1::before {
    height: 100%;
  }
}
.hero-1 .right-shape {
  position: absolute;
  top: 0;
  right: 0;
}
.hero-1 .right-shape img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .hero-1 .right-shape {
    display: none;
  }
}
.hero-1 .bottom-shape {
  position: absolute;
  left: 66px;
  bottom: 13%;
  z-index: 999;
}
@media (max-width: 1199px) {
  .hero-1 .bottom-shape {
    display: none;
  }
}
.hero-1 .left-shape {
  position: absolute;
  left: 0;
  top: 154px;
}
@media (max-width: 1199px) {
  .hero-1 .left-shape {
    display: none;
  }
}
.hero-1 .plane-shape {
  position: absolute;
  left: 42%;
  top: 80px;
}
@media (max-width: 1199px) {
  .hero-1 .plane-shape {
    display: none;
  }
}
.hero-1 .plane-shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
}
@media (max-width: 1199px) {
  .hero-1 .plane-shape-2 {
    display: none;
  }
}
.hero-1 .top-shape {
  position: absolute;
  top: 200px;
  left: 36%;
}
@media (max-width: 1199px) {
  .hero-1 .top-shape {
    display: none;
  }
}
.hero-1 .bg-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .hero-1 .bg-shape {
    display: none;
  }
}
.hero-1 .hero-content {
  position: relative;
}
.hero-1 .hero-content p {
  margin-top: 20px;
}
.hero-1 .hero-image {
  max-width: 304px;
  position: relative;
  top: -40px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-image {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-image {
    max-width: initial;
  }
}
.hero-1 .hero-image img {
  width: 100%;
  height: 100%;
  border: 6px solid #fff;
  border-radius: 200px 16px 16px 200px;
}
.hero-1 .hero-image .hero-image-3 img {
  border-radius: 16px 200px 200px 16px;
}
.hero-1 .hero-image .hero-image-2 {
  max-width: 246px;
  position: absolute;
  top: -130px;
  right: -180px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-image .hero-image-2 {
    max-width: 170px;
    left: 0;
    right: initial;
    top: 0;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-image .hero-image-2 {
    max-width: 246px;
    left: 0;
    right: initial;
    top: 0;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-image .hero-image-2 {
    max-width: 170px;
    left: 0;
    right: initial;
    top: 0;
  }
}
.hero-1 .hero-image .hero-image-3 {
  max-width: 300px;
  position: absolute;
  bottom: -50%;
  right: -108%;
}
@media (max-width: 1199px) {
  .hero-1 .hero-image .hero-image-3 {
    max-width: 170px;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-image .hero-image-3 {
    max-width: 360px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-image .hero-image-3 {
    max-width: 170px;
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
.float-bob-x2 {
  -webkit-animation-name: float-bob-x2;
  animation-name: float-bob-x2;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x2 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(-30px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
@keyframes float-bob-x2 {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
.trv-hor-add {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #FFAA0D;
  height: 184px;
  border-radius: 20px;
  overflow: hidden;
  background-image: url(../img/add-hr-cloud.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 30px;
}
@media (max-width: 1024px) {
  .trv-hor-add {
    padding: 30px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .trv-hor-add {
    display: block;
    text-align: center;
    padding: 30px 20px 20px 20px;
  }
}
.trv-hor-add .ofr-price {
  display: flex;
  align-items: end;
}
@media (max-width: 991px) {
  .trv-hor-add .ofr-price {
    justify-content: center;
    margin-bottom: 15px;
  }
}
.trv-hor-add .ofr-price .lg-title {
  font-style: normal;
  font-weight: 900;
  font-size: 120px;
  line-height: 0.75;
  color: #fff;
  font-family: "Figtree", sans-serif;
  margin-bottom: 0px;
  margin-right: 18px;
}
@media (max-width: 1365px) {
  .trv-hor-add .ofr-price .lg-title {
    font-size: 80px;
  }
}
.trv-hor-add .ofr-price .per-off {
  display: block;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  color: var(--insight-theme-primary);;
  text-transform: uppercase;
}
.trv-hor-add .ofr-price .per-off span {
  display: block;
}
.trv-hor-add .trv-hor-add-mid {
  font-family: "Kaushan Script", cursive;
  font-size: 44px;
  line-height: 74px;
  color: var(--insight-theme-primary);;
  flex: 1;
  margin: 0px;
  text-align: center;
}
@media (max-width: 1365px) {
  .trv-hor-add .trv-hor-add-mid {
    font-size: 40px;
    line-height: normal;
  }
}
@media (max-width: 1199px) {
  .trv-hor-add .trv-hor-add-mid {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .trv-hor-add .trv-hor-add-mid {
    margin-bottom: 15px;
  }
}
.trv-hor-add .trv-hor-add-mid .sm-title {
  font-family: "Figtree", sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  display: block;
}
.about-thumb_controller {
  width: 670px;
  height: 680px;
  margin-left: 50px;
}
.about-thumb_controller img{
  border-radius: 5px;
  border:#fff solid 5px;
}
@media (max-width: 1199px) {
  .about-thumb_controller {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .about-thumb_controller {
    width: 100%;
    height: 400px;
    margin-left: 0;
  }
  .about-thumb_controller .thumb1 {
    max-width: 150px;
  }
  .about-thumb_controller .thumb2 {
    max-width: 200px;
  }
  .about-thumb_controller .thumb3 {
    max-width: 300px;
  }
}
@media (max-width: 1199px) {
  .insight-about-story-ptb .list-item {
    flex-wrap: wrap;
    gap: 10px !important;
    margin-top: 30px !important;
  }
}
.insight-about-story-ptb .list-item .list li {
  color: #566a70;
  font-size: 16px;
}
.insight-about-story-ptb .list-item .list li i {
  margin-right: 5px;
  color: var(--insight-theme-primary);
}
.insight-about-story-ptb .list-item .list li:not(:last-child) {
  margin-bottom: 8px;
}
.insight-about-story-ptb .about-button {
  margin-top: 48px;
}
@media (max-width: 1199px) {
  .insight-about-story-ptb .about-button {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .insight-about-story-ptb .list-item {
    margin-top: 20px !important;
  }
}
.whatsapp-icon {
  color: #25d366;
}
.insight-tour-card-meta-wrap .theme-btn,.insight-ct-details-btn .theme-btn {
  background: transparent;
  border: 1px solid var(--insight-theme-primary);
  padding: 12px 18px;
  color: var(--theme-2);
  font-size: 14px;
}
.insight-tour-card-meta-wrap .theme-btn::before,.insight-ct-details-btn .theme-btn::before {
  background-color: var(--insight-theme-primary);
}
.insight-tour-card-meta-wrap .theme-btn i,.insight-ct-details-btn .theme-btn i {
  color: var(--insight-theme-primary);
}
.insight-tour-card-meta-wrap .theme-btn:hover,.insight-ct-details-btn .theme-btn:hover {
  color: var(--insight-common-white);
  border: 1px solid var(--insight-theme-primary);
}
.insight-tour-card-meta-wrap .theme-btn:hover i,.insight-ct-details-btn .theme-btn:hover i {
  color: var(--insight-common-white);
}

/* thank-you content */
.thank-you-card{background:#fff;border-radius:12px;padding:40px 30px;text-align:center;box-shadow:0 12px 30px rgba(16,24,40,.08)}
.thank-you-icon{width:96px;height:96px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00b894,#0984e3);color:#fff;margin-bottom:20px;font-size:42px}
.thank-you-title{font-size:28px;margin-bottom:8px;font-weight:700}
.thank-you-sub{color:#666;margin-bottom:20px}
.thank-you-actions .theme-btn{margin:0 8px}
@media (max-width:767px){.thank-you-card{padding:28px}}