@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900&amp;family=Kaushan+Script&amp;display=swap");

:root {
  --remix-icon: "remixicon";
  --Kaushan: "Kaushan Script", cursive;
  --Dm: "DM Sans", sans-serif;
  --white: #fff;
  --light: #d8dbe0;
  --dark: #28292c;
  --info: #0dcaf0;
  --body: #fff;
  --primary-color: #0ca440;
  --secondary-color: #016a26;
  --tertiary-color: #39a1f0;
  --primary-soft-color: #daedef;
  --primary-soft-color-two: #efeedb;
  --primary-color-rgb: 1, 123, 110;
  --secondary-color-rgb: 242, 111, 85;
  --primary-title: #071516;
  --secondary-title: #505a59;
  --tertiary-title: #95b2b4;
  --pure-black: #000;
  --primary-paragraph: #4b5051;
  --secondary-paragraph: #333333;
  --tertiary-paragraph: #787787;
  --primary-btn: var(--primary-color);
  --secondary-btn: #ffd502;
  --tertiary-btn: #090e0d;
  --ratting-color: #fcac17;
  --ratting-color-rgb: 255, 193, 7;
  --section-bg-one: #fffff3;
  --section-bg-two: #f5f7f9;
  --section-bg-three: #e5f1ff;
  --primary-border: #c7d2d8;
  --secondary-border: #dddddd70;
  --tertiary-border: #eaebee;
  --primary-shadow: 0px 4.12121px 49.4545px rgba(0, 0, 0, 0.08);
  --primary-gray: #cccdd3;
  --secondary-gray: #f8f8f8;
  --available-card-bg: linear-gradient(180deg,
      #daedef 0%,
      rgba(218, 237, 239, 0) 98.91%);
}


.section-bg-one {
  background: var(--section-bg-one) !important;
}

.section-bg-two {
  background: var(--section-bg-two) !important;
}

.section-bg-three {
  background: var(--section-bg-three) !important;
}

.white-bg {
  background: var(--white);
}

.black-bg {
  background: #000000;
}

.main-color-one {
  color: var(--primary-color);
}

.main-color-two {
  color: var(--secondary-color);
}

.main-color-three {
  color: var(--tertiary-color);
}

.heading-color-one {
  color: var(--primary-title) !important;
}

.heading-color-two {
  color: var(--secondary-title) !important;
}

.paragraph-color-one {
  color: var(--primary-paragraph) !important;
}

.paragraph-color-two {
  color: var(--secondary-paragraph) !important;
}

.color-paragraph {
  color: var(--primary-paragraph);
}

.gray-bg {
  background: #f5f5f5;
}

.white-bg {
  background: var(--white);
}

.black-bg {
  background: #000000;
}

.main-color-bg {
  background-color: var(--primary-color) !important;
}

.height-100vh {
  height: 100vh;
}

.panel-bg {
  background-color: var(--panel-bg) !important;
}

.facebook {
  background: #3b5999 !important;
  color: var(--white) !important;
}

.twitter {
  background: #55acee !important;
  color: var(--white) !important;
}

.linkedin {
  background: #0077b5 !important;
  color: var(--white) !important;
}

.share-btn {
  background: rgba(221, 221, 221, 0.3411764706) !important;
  color: var(--primary-title) !important;
}

.color-effect {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, var(--primary-color)), color-stop(55%, var(--primay-title)));
  background-image: linear-gradient(to right, var(--primary-color) 45%, var(--primay-title) 55%);
  background-size: 220% 100%;
  background-position: 100% 50%;
  cursor: pointer;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  -webkit-transition: 0.9s ease-out;
  transition: 0.9s ease-out;

}

.color-effect:hover {
  background-position: 0% 50%;
}

.template-gradient {
  background: linear-gradient(115.87deg, #9a61e0 39.31%, #5b58ff 100.75%);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.visa-img {
  border-radius: 15px 15px 15px 15px;
}

* {
  scrollbar-color: inherit inherit;
  scrollbar-width: thin;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--primary-paragraph);
  overflow-x: hidden;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--Dm);
  background-color: var(--body);
  margin: auto;
}

p {
  color: var(--primary-paragraph);
  font-family: var(--Dm);
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.6;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
}

svg {
  vertical-align: baseline;
}

.alert svg {
  width: 20px;
  height: 20px;
}

code {
  display: inline-block;
  color: var(--primary-color);
  text-transform: none;
  background: rgba(var(--primary-rgb), 0.08);
  padding: 4px 6px;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 7px 9px;
  font-weight: 200;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.hide {
  display: none;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
  font-family: var(--Dm);
  color: var(--primary-title);
  margin-bottom: 0px;
  font-weight: 500;
}

p,
a,
span,
input {
  font-family: var(--Dm);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

a,
.button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

a {
  color: var(--primary-color);
  text-decoration: none;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.opacity-0 {
  opacity: 0;
}

.shadow-0 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  margin-top: 15px;
  background-color: whitesmoke;
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f5f5f5), color-stop(50%, #e6e6e6));
  background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
  background-size: 38px 38px;
  border: 1px solid #d4d4d4;
  display: block;
  line-height: 19px;
  margin-bottom: 20px;
  overflow: visible;
  overflow-y: hidden;
  padding: 0 0 0 4px;
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

ol:not([class]) {
  margin-bottom: 20px;
}

ol:not([class]) ol {
  margin-bottom: 0px;
}

ul ol:not([class]) {
  margin-bottom: 0px;
}

dl,
ol,
ul {
  padding-left: 0px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 0px;
}

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

li {
  list-style: none;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--primary-color);
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.h-100 {
  height: 100%;
}

embed,
iframe,
object {
  max-width: 100%;
}

.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #e6edef;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(68, 102, 242, 0.15);
}

.custom-dropdown .dropdown-toggle::after {
  display: none;
}

.custom-dropdown button {
  background: none;
  padding: 0;
  border: 0;
  font-size: 40px;
  color: var(--border-color-one);
  line-height: 1;
}

.font-20 {
  font-size: 20px;
}

.checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}

.checkbox-label .checkbox-style {
  margin-right: 10px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-label .checkmark-style {
  position: absolute;
  top: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1.5px solid var(--primary-border);
  margin-right: 12px;
  border-radius: 4px;
}

.checkbox-label .checkmark-style::after {
  position: absolute;
  left: 0;
  top: -1px;
  display: none;
  right: 0;
  margin: 0 auto;
  text-align: center;
  content: "\eb7b";
  font-family: var(--remix-icon);
  font-weight: 300;
  color: var(--white);
}

.checkbox-label .checkbox-style:checked~.checkmark-style {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.checkbox-label .checkbox-style:checked~.checkmark-style::after {
  display: block;
}

.title-effect {
  color: inherit;
  display: inline;
  padding-bottom: 0;
  -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
}

.title-effect:hover {
  background-size: 100% 1px;
}

.fancy-font {
  font-family: var(--Kaushan);
}

.header-title {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  color: var(--primary-title);
}

@media (max-width: 991px) {
  .header-title {
    font-size: 20px;
  }
}

.header-title-two {
  color: var(--pure-black);
  font-size: 39px;
  font-weight: 600;
  letter-spacing: 0.39px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .header-title-two {
    font-size: 20px;
  }
}

.dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0 3px 12px rgba(45, 23, 191, 0.09);
  box-shadow: 0 3px 12px rgba(45, 23, 191, 0.09);
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--primary-color);
  background-color: inherit;
}

.dropdown-item {
  font-weight: 500;
  color: var(--primary-paragraph);
}

.background-img {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*-----------   Back To Top  --------*/
/*-----------   Back To Top  --------*/
@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

.paginacontainer {
  height: 3000px;
}

.progressParent {
  position: fixed;
  right: 30px;
  bottom: 70px;
  height: 36px;
  width: 36px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px #d0d0d4;
  box-shadow: inset 0 0 0 2px #d0d0d4;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progressParent.rn-backto-top-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.progressParent::after {
  position: absolute;
  font-family: "remixicon" !important;
  content: "\f005";
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  color: var(--primary-color);
  left: 0;
  top: 0;
  height: 36px;
  width: 36px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progressParent:hover::before {
  opacity: 1;
}

.progressParent svg path {
  fill: none;
}

.progressParent svg.backCircle path {
  stroke: var(--primary-color);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*--- SHANE Mouse Cursor   ----*/
.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursorInner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--primary-border);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursorInner.cursor-hover {
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: var(--primary-border);
  opacity: 0.1;
}

.cursorOuter {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid var(--primary-border);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursorOuter.cursor-hover {
  opacity: 0;
}

.main-wrapper[data-magic-cursor=hide] .mouseCursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}


/*-- Section Padding -- */
.section-padding {
  padding-top: 1px;
  padding-bottom: 50px;
}

.space {
  padding-top: 50px;
  padding-bottom: 50px;
}

.tour-plan-space {
  padding-top: 16px;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .tour-plan-space {
    padding-top: 31px;
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

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

@media (max-width: 991px) {
  .top-padding {
    padding-top: 40px;
  }
}

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

@media (max-width: 991px) {
  .top-padding2 {
    padding-top: 70px;
  }
}

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

@media (max-width: 991px) {
  .top-padding4 {
    padding-top: 50px;
  }
}

.text-right {
  text-align: right;
}

.bottom-padding {
  padding-bottom: 98px;
}

@media (max-width: 991px) {
  .bottom-padding {
    padding-bottom: 70px;
  }
}

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

@media (max-width: 991px) {
  .bottom-padding1 {
    padding-bottom: 70px;
  }
}

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

@media (max-width: 991px) {
  .top-bottom-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.top-bottom-padding2 {
  padding-top: 70px;
  padding-bottom: 110px;
}

@media (max-width: 991px) {
  .top-bottom-padding2 {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

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

@media (max-width: 991px) {
  .bottom-padding2 {
    padding-bottom: 70px;
  }
}

.section-padding3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 575px) {
  .section-padding3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

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

@media (max-width: 575px) {
  .top-padding3 {
    padding-top: 30px;
  }
}

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

@media (max-width: 575px) {
  .bottom-padding3 {
    padding-top: 30px;
  }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bottom-padding-60 {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bottom-padding-60 {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .bottom-padding-60 {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .section-tittle {
    margin-bottom: 25px;
  }
}

.section-tittle .title {
  color: var(--primary-title);
  font-size: 34px;
  font-family: var(--Dm);
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .section-tittle .title {
    font-size: 24px;
  }
}

.section-tittle .title.tittleBg {
  position: relative;
}

.section-tittle .title.tittleBg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background: var(--primary-color);
  bottom: 10px;
  z-index: -1;
  border-radius: 16px;
}

.section-tittle .title.title-border {
  position: relative;
}

.section-tittle .title.title-border::before {
  position: absolute;
  content: "";
  width: 140px;
  height: 3px;
  background: #a8a8a8;
  left: 0;
  bottom: 0px;
  z-index: 2;
}

.section-tittle .title .title-border2 {
  position: relative;
}

.section-tittle .title .title-border2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #ccd1e5;
  left: 0;
  bottom: -8px;
  z-index: 2;
}

.section-tittle .title .lineBrack {
  display: block;
}

@media (max-width: 575px) {
  .section-tittle .title .lineBrack {
    display: none;
  }
}

.section-tittle .title .color {
  color: var(--primary-color);
}

.section-tittle .sub-tittle {
  color: var(--primary-color);
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 16px;
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-tittle .sub-tittle {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-tittle .sub-tittle {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .section-tittle .sub-tittle {
    font-size: 16px;
  }
}

.section-tittle .pera {
  color: var(--primary-title);
  font-size: 16px;
  font-family: var(--Dm);
}

.section-tittle .pera a {
  text-decoration: underline;
}

.section-title {
  margin-bottom: 60px;
}

.section-title .highlights {
  font-size: 20px;
  font-family: var(--Kaushan);
  color: var(--secondary-color);
  margin-bottom: 16px;
  display: block;
  text-transform: capitalize;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .section-title .highlights {
    font-size: 16px;
  }
}

.section-title .highlights-primary {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 16px;
  display: block;
  text-transform: capitalize;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .section-title .highlights-primary {
    font-size: 16px;
  }
}

.section-title .title {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary-title);
  text-transform: capitalize;
  line-height: 1.1;
}

@media (max-width: 991px) {
  .section-title .title {
    font-size: 26px;
  }
}

.section-title .pera {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-paragraph);
  line-height: 1.6;
}

@media (max-width: 991px) {
  .section-title .pera {
    margin-top: 16px;
    font-size: 14px;
  }
}

.section-title-two .title {
  color: var(--tertiary-title);
  font-family: var(--Dm);
  font-size: 24px;
  line-height: 1.4;
  z-index: 0;
  text-transform: capitalize;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title-two .title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .section-title-two .title {
    font-size: 20px;
  }
}

.section-title-two .title.tittleBg {
  position: relative;
}

.section-title-two .title.tittleBg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background: var(--primary-color);
  bottom: 10px;
  z-index: -1;
  border-radius: 16px;
}

.section-title-two .title.title-border {
  position: relative;
}

.section-title-two .title.title-border::before {
  position: absolute;
  content: "";
  width: 140px;
  height: 3px;
  background: #a8a8a8;
  left: 0;
  bottom: 0px;
  z-index: 2;
}

.section-title-two .title .title-border2 {
  position: relative;
}

.section-title-two .title .title-border2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #ccd1e5;
  left: 0;
  bottom: -8px;
  z-index: 2;
}

.section-title-two .title .lineBrack {
  display: block;
}

@media (max-width: 575px) {
  .section-title-two .title .lineBrack {
    display: none;
  }
}

.section-title-two .title .color {
  color: var(--primary-color);
}

.section-title-two .pera {
  color: var(--primary-title);
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 50px;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-two .pera {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .section-title-two .pera {
    font-size: 24px;
  }
}

.section-title-two .pera a {
  text-decoration: underline;
}

.section-title-three .title {
  text-transform: capitalize;
  font-size: 16px;
  color: var(--secondary-title);
  display: block;
  line-height: 1.3;
  margin-bottom: 10px;
  display: inline-block;
}

.simplePresentCart-one {
  padding: 30px 24px 2px 24px;
  border-radius: var(--radius-one);
}

.simplePresentCart-two {
  padding: 30px 30px;
  border-radius: var(--radius-one);
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

@media (max-width: 575px) {
  .simplePresentCart-two {
    padding: 20px 20px;
  }
}

.border-cart {
  padding: 25px 22px;
  border: 1px solid var(--border-color-one);
  border-radius: 8px;
}

@media (max-width: 575px) {
  .border-cart {
    padding: 25px 10px;
  }
}

.priceTittle {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: var(--Dm);
  color: var(--primary-title);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .priceTittle {
    font-size: 18px;
  }
}

.simplePresentCart2 {
  padding: 30px 30px;
  border: 1px solid var(--border-color-one);
  padding-bottom: 10px;
}

.simplePresentCart3 {
  padding: 40px 40px 40px 40px;
  -webkit-box-shadow: 0 3px 10px rgba(27, 30, 120, 0.1);
  box-shadow: 0 3px 10px rgba(27, 30, 120, 0.1);
  border: 1px solid var(--border-color-one);
  border-radius: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .simplePresentCart3 {
    padding: 30px 19px 30px 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .simplePresentCart3 {
    padding: 30px 19px 30px 16px;
  }
}

/* Sticky*/
.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

/* Sticky end */
.lineBreak {
  display: block;
}

@media (max-width: 1199px) {
  .lineBreak {
    display: inline-block;
  }
}

.positioningSection {
  position: relative;
  margin-bottom: -225px;
}

.sectionImg-bg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.sectionImg-bg2 {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

input[type=number] {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.mx-605 {
  max-width: 605px;
}

.mx-430 {
  max-width: 430px;
}

.mx-464 {
  max-width: 464px;
}

.mx-526 {
  max-width: 526px;
}

.overlayOne {
  position: relative;
  z-index: 0;
}

.overlayOne::before {
  position: absolute;
  content: "";
  background-color: rgba(var(--primary-title), 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
}

.overlayTwo {
  position: relative;
  z-index: 0;
}

.overlayTwo::before {
  position: absolute;
  content: "";
  background-color: rgba(var(--primary-color), 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.border-top {
  border-top: 1px solid #ebebeb !important;
}

.border-bottom {
  border-bottom: 1px solid var(--primary-border) !important;
}

.border-right {
  border-top: 1px solid var(--primary-border) !important;
}

.border-left {
  border-left: 1px solid var(--primary-border) !important;
}

.img-cover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.h-calc {
  height: calc(100% - 24px);
}

.h-calc {
  height: 100%;
}

.flexContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.line-clamp-1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.line-clamp-6 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.column-count1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.column-count2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.column-count3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.column-count4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

@media (max-width: 991px) {
  .column-count-md-none {
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
  }
}

@media (max-width: 767px) {
  .column-count-sm-none {
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
  }
}

.porgress-td {
  min-width: 170px;
}

.progress-btn, .progress-stop, .progress-running, .progress-incomplete, .progress-complite {
  padding: 9px 11px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  text-transform: capitalize;
}

.progress-complite {
  background: rgba(60, 193, 59, 0.1);
  color: #3cc13b;
}

.progress-incomplete {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}

.progress-running {
  background: rgba(220, 53, 69, 0.1);
  color: #3cc13b;
}

.progress-stop {
  background: rgba(var(--tertiary-rgb), 0.1);
  color: var(--tertiary-color);
}

.loading-page {
  background: #0d0d0d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin: 0 auto;
}

.loading-page .counter {
  text-align: center;
  position: relative;
  width: 200px;
}

.loading-page .counter .text {
  font-size: 40px;
  font-weight: 100;
  color: var(--primary-color);
}

.loading-page .counter .number {
  color: white;
  font-size: 60px;
  margin-top: -10px;
}

.loading-page .counter .number.abs {
  position: absolute;
  top: 0;
  width: 100%;
}

.loading-page .counter .line {
  display: block;
  border: 2px solid var(--primary-color);
  width: 0;
}

.text-normal {
  text-transform: none !important;
}

.bg-none {
  background: none !important;
}

.circle-primary-sm {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--primary-color);
  border: 1px solid transparent;
  color: var(--white);
}

.gradient-divider {
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(100%, #000000), color-stop(0%, #000000));
  background-image: linear-gradient(to right, #000000 0%, #000000 100%, #000000 0%);
}

.dropdown-shadow {
  -webkit-box-shadow: 0px -1px 13px 0px rgba(176, 176, 176, 0.45);
  box-shadow: 0px -1px 13px 0px rgba(176, 176, 176, 0.45);
}

.plan-shadow {
  -webkit-box-shadow: 0px 4px 40px 0px rgba(176, 176, 176, 0.25);
  box-shadow: 0px 4px 40px 0px rgba(176, 176, 176, 0.25);
}

.plan-divider {
  background: -webkit-gradient(linear, left top, left bottom, from(#4b5051), to(#4b5051));
  background: linear-gradient(to bottom, #4b5051 0%, #4b5051 100%);
}

/*---------------------------------------------
    :: Buttons
-----------------------------------------------*/
.btn-primary-fill {
  padding: 14px 30px;
  color: var(--white);
  text-transform: capitalize;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--primary-btn);
}

@media (max-width: 767px) {
  .btn-primary-fill {
    font-size: 14px;
    padding: 12px 20px;
  }
}

.btn-primary-fill:hover {
  background: none;
  border: 1px solid var(--primary-btn);
  color: var(--primary-btn);
}

.btn-primary-fill i {
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  left: 0;
  line-height: 1;
  top: 4px;
}

.btn-primary-fill:focus {
  border-color: var(--primary-btn);
  background: var(--primary-btn);
  color: var(--white);
}

.btn-primary-fill:focus:active {
  border-color: var(--primary-btn);
  background: var(--primary-btn);
  color: var(--white);
}

.btn-secondary-fill {
  padding: 14px 30px;
  color: var(--white);
  text-transform: capitalize;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--secondary-btn);
}

@media (max-width: 767px) {
  .btn-secondary-fill {
    font-size: 14px;
    padding: 12px 20px;
  }
}

.btn-secondary-fill:hover {
  background: none;
  border: 1px solid var(--secondary-btn);
  color: var(--secondary-btn);
}

.btn-secondary-fill i {
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  left: 0;
  line-height: 1;
  top: 4px;
}

.btn-secondary-fill:focus {
  border-color: var(--secondary-btn);
  background: var(--secondary-btn);
  color: var(--white);
}

.btn-secondary-fill:focus:active {
  border-color: var(--secondary-btn);
  background: var(--secondary-btn);
  color: var(--white);
}

.btn-tertiary-fill {
  padding: 14px 30px;
  color: var(--white);
  text-transform: capitalize;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--tertiary-btn);
}

@media (max-width: 767px) {
  .btn-tertiary-fill {
    font-size: 14px;
    padding: 12px 20px;
  }
}

.btn-tertiary-fill:hover {
  background: none;
  border: 1px solid var(--tertiary-btn);
  color: var(--tertiary-btn);
}

.btn-tertiary-fill i {
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  left: 0;
  line-height: 1;
  top: 4px;
}

.btn-tertiary-fill:focus {
  border-color: var(--tertiary-btn);
  background: var(--tertiary-btn);
  color: var(--white);
}

.btn-tertiary-fill:focus:active {
  border-color: var(--tertiary-btn);
  background: var(--tertiary-btn);
  color: var(--white);
}

.btn-light-fill {
  padding: 14px 30px;
  color: var(--white);
  text-transform: capitalize;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--white);
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .btn-light-fill {
    font-size: 14px;
    padding: 12px 20px;
  }
}

.btn-light-fill:hover {
  background: none;
  background-color: var(--white);
}

.btn-light-fill i {
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  left: 0;
  line-height: 1;
  top: 4px;
}

.btn-light-fill:focus {
  border-color: #e6edef;
  background: #e6edef;
  color: #2c323f;
}

.btn-light-fill:focus:active {
  border-color: #e6edef;
  background: #e6edef;
  color: #2c323f;
}

.btn-dark-fill {
  padding: 14px 30px;
  color: var(--white);
  text-transform: capitalize;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .btn-dark-fill {
    font-size: 14px;
    padding: 12px 20px;
  }
}

.btn-dark-fill:hover {
  background: none;
}

.btn-dark-fill i {
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  left: 0;
  line-height: 1;
  top: 4px;
}

.btn-dark-fill:focus {
  border-color: #2c323f;
  background: #2c323f;
  color: var(--white);
}

.btn-dark-fill:focus:active {
  border-color: #2c323f;
  background: #2c323f;
  color: var(--white);
}

.btn-white-fill {
  padding: 14px 30px;
  color: var(--white);
  text-transform: capitalize;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .btn-white-fill {
    font-size: 14px;
    padding: 12px 20px;
  }
}

.btn-white-fill:hover {
  background: none;
}

.btn-white-fill i {
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  left: 0;
  line-height: 1;
  top: 4px;
}

.btn-white-fill:focus {
  border-color: #2c323f;
  background: #2c323f;
  color: var(--white);
}

.btn-white-fill:focus:active {
  border-color: #2c323f;
  background: #2c323f;
  color: var(--white);
}

.btn-warning-fill {
  padding: 14px 30px;
  color: var(--white);
  text-transform: capitalize;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .btn-warning-fill {
    font-size: 14px;
    padding: 12px 20px;
  }
}

.btn-warning-fill:hover {
  background: none;
}

.btn-warning-fill i {
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  left: 0;
  line-height: 1;
  top: 4px;
}

.btn-warning-fill:focus {
  border-color: #e2c636;
  background: #e2c636;
  color: var(--white);
}

.btn-warning-fill:focus:active {
  border-color: #e2c636;
  background: #e2c636;
  color: var(--white);
}

.btn-primary-outline {
  padding: 11px 22px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: none;
  color: var(--primary-btn);
  border: 1px solid var(--primary-btn);
}

.btn-primary-outline:hover {
  color: var(--white);
  border: 1px solid var(--primary-btn);
  background: var(--primary-btn);
}

.btn-primary-outline i {
  font-size: 21px;
  line-height: 1;
  position: relative;
  top: 4px;
}

.btn-primary-outline:focus {
  border-color: var(--primary-btn);
  background: var(--primary-btn);
  color: var(--white);
}

.btn-primary-outline:focus:active {
  border-color: var(--primary-btn);
  background: var(--primary-btn);
  color: var(--white);
}

.btn-secondary-outline {
  padding: 11px 22px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: none;
  color: var(--secondary-btn);
  border: 1px solid var(--secondary-btn);
}

.btn-secondary-outline:hover {
  color: var(--white);
  border: 1px solid var(--secondary-btn);
  background: var(--secondary-btn);
}

.btn-secondary-outline i {
  font-size: 21px;
  line-height: 1;
  position: relative;
  top: 4px;
}

.btn-secondary-outline:focus {
  border-color: --secondary-btn;
  background: --secondary-btn;
  color: var(--white);
}

.btn-secondary-outline:focus:active {
  border-color: --secondary-btn;
  background: --secondary-btn;
  color: var(--white);
}

.btn-tertiary-outline {
  padding: 11px 22px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: none;
  color: var(--tertiary-btn);
  border: 1px solid var(--tertiary-btn);
}

.btn-tertiary-outline:hover {
  color: var(--white);
  border: 1px solid var(--tertiary-btn);
  background: var(--secondary-btn);
}

.btn-tertiary-outline i {
  font-size: 21px;
  line-height: 1;
  position: relative;
  top: 4px;
}

.btn-tertiary-outline:focus {
  border-color: --tertiary-btn;
  background: --tertiary-btn;
  color: var(--white);
}

.btn-tertiary-outline:focus:active {
  border-color: --tertiary-btn;
  background: --tertiary-btn;
  color: var(--white);
}

.btn-light-outline {
  padding: 11px 22px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: none;
  color: #2c323f;
}

.btn-light-outline:hover {
  color: var(--white);
}

.btn-light-outline i {
  font-size: 21px;
  line-height: 1;
  position: relative;
  top: 4px;
}

.btn-light-outline:focus {
  border-color: #e6edef;
  background: #e6edef;
  color: #2c323f;
}

.btn-light-outline:focus:active {
  border-color: #e6edef;
  background: #e6edef;
  color: #2c323f;
}

.btn-dark-outline {
  padding: 11px 22px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: none;
}

.btn-dark-outline:hover {
  color: var(--white);
}

.btn-dark-outline i {
  font-size: 21px;
  line-height: 1;
  position: relative;
  top: 4px;
}

.btn-dark-outline:focus {
  border-color: #2c323f;
  background: #2c323f;
  color: var(--white);
}

.btn-dark-outline:focus:active {
  border-color: #2c323f;
  background: #2c323f;
  color: var(--white);
}

.btn-warning-outline {
  padding: 11px 22px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: none;
}

.btn-warning-outline:hover {
  color: var(--white);
}

.btn-warning-outline i {
  font-size: 21px;
  line-height: 1;
  position: relative;
  top: 4px;
}

.btn-warning-outline:focus {
  border-color: #e2c636;
  background: #e2c636;
  color: var(--white);
}

.btn-warning-outline:focus:active {
  border-color: #e2c636;
  background: #e2c636;
  color: var(--white);
}

.btn-primary-submit {
  font-family: var(--primary-title);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
  background: var(--primary-color);
  color: var(--white);
  padding: 15px 48px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 6px;
  text-align: center;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .btn-primary-submit {
    font-size: 14px;
    padding: 12px 38px;
  }
}

.btn-primary-submit .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 5px;
  font-size: 16px;
  line-height: 1;
  position: relative;
  bottom: -3px;
}

.btn-primary-submit:hover {
  background: none;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.btn-primary-submit:hover .icon {
  color: var(--primary-color);
}

.btn-primary-submit:focus {
  background: var(--primary-color);
  color: var(--white);
}

.more-btn {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.more-btn::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: var(--primary-color);
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 2px;
}

.more-btn:hover {
  letter-spacing: 0.5px;
  color: var(--primary-color);
}

.browse-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  text-transform: capitalize;
  font-family: var(--Inter);
}

.browse-btn i {
  font-size: 22px;
  position: relative;
  top: 5px;
  margin-left: 6px;
}

.browse-btn:hover {
  letter-spacing: 0.3px;
}

.browse-btn2 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary-title);
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  text-transform: capitalize;
  font-family: var(--Inter);
}

.browse-btn2 i {
  font-size: 20px;
  position: relative;
  top: 5px;
  margin-left: 6px;
}

.browse-btn2:hover {
  letter-spacing: 0.3px;
}

.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.big-btn {
  padding: 14px 30px;
  font-weight: 600;
}

.pill-btn {
  border-radius: 50px;
  padding: 12px 25px;
}

.hero-btn {
  border-radius: 50px;
  padding: 14px 30px;
  font-family: var(--Sans);
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  .hero-btn {
    font-size: 14px;
    padding: 12px 20px;
  }
}

.btn-secondary-sm {
  background: linear-gradient(90deg, #006b26, rgb(73, 196, 116));
  border: 1px solid transparent;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
}

.btn-secondary-sm:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
  border: 1px solid #b36563;
  color: var(--secondary-color);
  color: white;
  background: linear-gradient(90deg, #3ec16d, rgb(1, 101, 36));

}

.btn-primary-sm {
  background-color: var(--primary-color);
  border: 1px solid transparent;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  border-radius: 8px;
  color: var(--white);
  display: inline-block;
}

.btn-primary-sm i {
  font-size: 20px;
}

.btn-primary-sm:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.btn-primary-icon-sm {
  background-color: var(--primary-color);
  border: 1px solid transparent;
  padding: 2px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  color: var(--white);
}

.btn-primary-icon-sm .pera {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--white);
}

.btn-primary-icon-sm.border-radius-20 {
  border-radius: 20px;
}

.btn-primary-icon-sm i {
  font-size: 24px;
}

.btn-primary-icon-sm:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.btn-primary-icon-sm:hover .pera {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary-color);
}

.btn-primary-icon-outline {
  padding: 5px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  background-color: transparent;
  border: 1px solid var(--primary-title);
  border-radius: 8px;
  color: var(--primary-title);
}

.btn-primary-icon-outline .pera {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.btn-primary-icon-outline i {
  font-size: 24px;
}

.btn-primary-icon-outline:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--primary-color);
  border: 1px solid transparent;
  color: var(--white);
}

.btn-primary-icon-outline:hover .pera {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-secondary-lg {
  background-color: var(--secondary-color);
  border: 1px solid transparent;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 8px;
  color: var(--white);
  display: inline-block;
}

.btn-secondary-lg:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}

.rounded-btn {
  background-color: var(--primary-btn);
  border: 1px solid transparent;
  color: var(--white);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rounded-btn i {
  color: var(--white);
  font-size: 17px;
}

.rounded-btn:hover {
  background: none;
  border: 1px solid var(--primary-btn);
  color: var(--primary-btn);
}

.rounded-btn:hover i {
  color: var(--primary);
}

/*---------------------------------------------
    :: Animations
-----------------------------------------------*/
.morphing-animated {
  -webkit-animation: morphing 10s infinite;
  animation: morphing 10s infinite;
  overflow: hidden;
}

@-webkit-keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }

  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }

  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    -webkit-box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }

  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}

@keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }

  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }

  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    -webkit-box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }

  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}

.slider-thumb {
  border-radius: 62% 47% 82% 35%/45% 45% 80% 66%;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 5s linear infinite;
  display: block;
  -webkit-animation: sliderShape 5s linear infinite;
}

@-webkit-keyframes sliderShape {
  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}

@keyframes sliderShape {
  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}

.wave-animated {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.wave-animated::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  z-index: 1;
  top: -250px;
  left: -100px;
  border-radius: 150px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-animation: rotate 30s linear infinite;
  animation: rotate 30s linear infinite;
  z-index: -1;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.wave-animated::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 150px;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
  top: -245px;
  left: -98px;
  z-index: 2;
  -webkit-animation: rotate 25s linear infinite;
  animation: rotate 25s linear infinite;
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.running {
  -webkit-animation: nudge 10s linear infinite alternate;
  animation: nudge 10s linear infinite alternate;
}

@-webkit-keyframes nudge {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(-60px, 0);
    transform: translate(-60px, 0);

    @media (max-width: 575px) {
      .running {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
      }
    }
  }

  80% {
    -webkit-transform: translate(60px, 0);
    transform: translate(60px, 0);

    @media (max-width: 575px) {
      .running {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0);
      }
    }
  }
}

@keyframes nudge {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(-60px, 0);
    transform: translate(-60px, 0);

    @media (max-width: 575px) {
      .running {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
      }
    }
  }

  80% {
    -webkit-transform: translate(60px, 0);
    transform: translate(60px, 0);

    @media (max-width: 575px) {
      .running {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0);
      }
    }
  }
}

.runningTwo {
  -webkit-animation: nudge 10s linear infinite alternate;
  animation: nudge 10s linear infinite alternate;
}

@keyframes nudge {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);

    @media (max-width: 575px) {
      .runningTwo {
        -webkit-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
      }
    }
  }

  80% {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);

    @media (max-width: 575px) {
      .runningTwo {
        -webkit-transform: translate(20px, 0);
        transform: translate(20px, 0);
      }
    }
  }
}

/* bounce-animate */
.bounce-animate {
  -webkit-animation-name: float-bob;
  animation-name: float-bob;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  /* animation-timing-function: linear; */
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

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

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* heartbeat */
.heartbeat {
  -webkit-animation: heartbeat 1s infinite alternate;
  animation: heartbeat 1s infinite alternate;
}

@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.heartbeat2 {
  -webkit-animation: heartbeat 2s infinite alternate;
  animation: heartbeat 2s infinite alternate;
}

@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.heartbeat3 {
  -webkit-animation: heartbeat 2s infinite alternate;
  animation: heartbeat 2s infinite alternate;
}

@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.ZoomTwo {
  position: relative;
  -webkit-animation-name: myanimation;
  animation-name: myanimation;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes myanimation {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes myanimation {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

/* Rotate */
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.bouncingAnimation {
  -webkit-animation: bouncebubble infinite 5s;
  animation: bouncebubble infinite 5s;
}

@-webkit-keyframes bouncebubble {
  1% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  75% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bouncebubble {
  1% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  75% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.live {
  display: inline-block;
  position: relative;
}

.live::before {
  content: "";
  position: absolute;
  left: 5px;
  top: -10px;
  background-color: var(--secondary-color);
  width: 10px;
  height: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 1;
}

.live::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(225, 36, 84, 0.3);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: live 2s ease-in-out infinite;
  animation: live 2s ease-in-out infinite;
  z-index: 1;
  top: -15px;
  left: 0px;
}

@-webkit-keyframes live {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    background-color: rgba(225, 36, 84, 0.3);
  }
}

@keyframes live {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    background-color: rgba(255, 0, 0, 0);
  }
}

.loader-line {
  width: 200px;
  height: 3px;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
  margin: 100px auto;
  border-radius: 20px;
}

.loader-line:before {
  content: "";
  position: absolute;
  left: -50%;
  height: 3px;
  width: 40%;
  background-color: coral;
  -webkit-animation: lineAnim 1s linear infinite;
  animation: lineAnim 1s linear infinite;
  border-radius: 20px;
}

@-webkit-keyframes lineAnim {
  0% {
    left: -40%;
  }

  50% {
    left: 20%;
    width: 80%;
  }

  100% {
    left: 100%;
    width: 100%;
  }
}

@keyframes lineAnim {
  0% {
    left: -40%;
  }

  50% {
    left: 20%;
    width: 80%;
  }

  100% {
    left: 100%;
    width: 100%;
  }
}

.routedOne {
  -webkit-animation-name: des2;
  animation-name: des2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes des2 {
  from {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}

@keyframes des2 {
  from {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}

.routedTwo {
  max-width: 800px;
  -webkit-animation-name: shape;
  animation-name: shape;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes shape {
  from {
    -webkit-transform: rotateY(-20deg);
    transform: rotateY(-20deg);
  }

  to {
    -webkit-transform: rotateY(15deg) rotateX(10deg);
    transform: rotateY(15deg) rotateX(10deg);
  }
}

@keyframes shape {
  from {
    -webkit-transform: rotateY(-20deg);
    transform: rotateY(-20deg);
  }

  to {
    -webkit-transform: rotateY(15deg) rotateX(10deg);
    transform: rotateY(15deg) rotateX(10deg);
  }
}

.slideEffect {
  background: -webkit-linear-gradient(left, var(--primary-title), rgba(var(--primary-rgb), 0.4), var(--primary-title));
  background-size: 1600px 200px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: animationgradienttitle;
  animation-name: animationgradienttitle;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes animationgradienttitle {
  0% {
    background-position: 0 1600px;
  }

  100% {
    background-position: 1600px 0;
  }
}

@keyframes animationgradienttitle {
  0% {
    background-position: 0 1600px;
  }

  100% {
    background-position: 1600px 0;
  }
}

.textEffect2 {
  background: url(../images/gallery/templates1.html);
  background-size: auto 200%;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 8s linear infinite;
  animation: shine 8s linear infinite;
}

.textEffect2:nth-child(2) {
  top: 50vh;
}

@keyframes shine {
  from {
    background-position: center 0;
  }

  to {
    background-position: center 200%;
  }
}

.LR-animated {
  -webkit-animation: question 1.5s linear 1;
  animation: question 1.5s linear 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes question {
  0% {
    -webkit-transform: scale(1), rotate(0deg);
    transform: scale(1), rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  50% {
    -webkit-transform: scale(1.1), rotate(0deg);
    transform: scale(1.1), rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes question {
  0% {
    -webkit-transform: scale(1), rotate(0deg);
    transform: scale(1), rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  50% {
    -webkit-transform: scale(1.1), rotate(0deg);
    transform: scale(1.1), rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.UD-animated {
  -webkit-animation: float 1.5s linear 1;
  animation: float 1.5s linear 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  25% {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }

  50% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  75% {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  25% {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }

  50% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  75% {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}

@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}

@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0.7;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0.7;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}

@-webkit-keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }

  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }

  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}

@-webkit-keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }

  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }

  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
    transform: translate(165px, -179px);
  }

  100% {
    -webkit-transform: translate(-346px, 617px);
    transform: translate(-346px, 617px);
  }
}

@-webkit-keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
  }

  100% {
    -webkit-transform: translate(-346px, 617px);
  }
}

@keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
    transform: translate(-300px, 151px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
    transform: translate(251px, -200px) rotate(180deg);
  }
}

@-webkit-keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
  }
}

@keyframes animationFramesFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
    transform: translate(61px, -99px) rotate(0deg);
  }

  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
    transform: translate(4px, -190px) rotate(38deg);
  }

  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
    transform: translate(-139px, -200px) rotate(74deg);
  }

  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
    transform: translate(-263px, -164px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
    transform: translate(-195px, -49px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
    transform: translate(-1px, 0px) rotate(180deg);
  }
}

@-webkit-keyframes animationFramesFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
  }

  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
  }

  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
  }

  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
  }
}

@keyframes gradientBG {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 300% 0;
  }

  100% {
    background-position: 0 0;
  }
}

@-webkit-keyframes gradientBG {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 300% 0;
  }

  100% {
    background-position: 0 0;
  }
}

@-webkit-keyframes imageBgAnim {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 120% 0;
  }

  100% {
    background-position: 0 0;
  }
}

@keyframes imageBgAnim {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 120% 0;
  }

  100% {
    background-position: 0 0;
  }
}

@-webkit-keyframes gradientBG {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 120% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.textFlip {
  position: relative;
  display: inline-block;
}

.textFlip .single {
  text-transform: lowercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  display: inline-block;
  -webkit-animation: flip 2s infinite;
  animation: flip 2s infinite;
  -webkit-animation-delay: calc(0.1s * var(--i));
  animation-delay: calc(0.1s * var(--i));
}

.textFlip .single:first-child {
  text-transform: uppercase;
}

@-webkit-keyframes flip {
  0%, 80% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes flip {
  0%, 80% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

.colorEffect {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, var(--primary)), color-stop(55%, var(--primary-title)));
  background-image: linear-gradient(to right, var(--primary) 45%, var(--primary-title) 55%);
  background-size: 220% 100%;
  background-position: 100% 50%;
  cursor: pointer;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  -webkit-transition: 0.9s ease-out;
  transition: 0.9s ease-out;
}

.colorEffect:hover {
  background-position: 0% 50%;
}

.colorEffect2 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, var(--primary)), color-stop(55%, var(--heading-color-tow)));
  background-image: linear-gradient(to right, var(--primary) 45%, var(--heading-color-tow) 55%);
  background-size: 220% 100%;
  background-position: 100% 50%;
  cursor: pointer;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.colorEffect2:hover {
  background-position: 0% 50%;
}

.colorEffect2 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, var(--primary)), color-stop(55%, var(--paragraph-color)));
  background-image: linear-gradient(to right, var(--primary) 45%, var(--paragraph-color) 55%);
  background-size: 220% 100%;
  background-position: 100% 50%;
  cursor: pointer;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.colorEffect2:hover {
  background-position: 0% 50%;
}

.colorEffect3 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, var(--primary)), color-stop(55%, #ffffff));
  background-image: linear-gradient(to right, var(--primary) 45%, #ffffff 55%);
  background-size: 220% 100%;
  background-position: 100% 50%;
  cursor: pointer;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  -webkit-transition: 0.9s ease-out;
  transition: 0.9s ease-out;
}

.colorEffect3:hover {
  background-position: 0% 50%;
}

.imgEffect {
  overflow: hidden;
  position: relative;
}

.imgEffect::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.imgEffect img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  -ms-transition: all 1.5s ease-out;
}

.imgEffect:hover::before {
  -webkit-animation: shine 0.8s;
  animation: shine 0.8s;
}

.imgEffect2 img {
  border-radius: 7px 7px 0 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  -ms-transition: all 1.5s ease-out;
}

.imgEffect2:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.zoomImg {
  overflow: hidden;
}

.zoomImg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  -ms-transition: all 1.5s ease-out;
}

.zoomImg:hover::before {
  -webkit-animation: shine 0.8s;
  animation: shine 0.8s;
}

.zoomImg:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.tittleBgColor::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: var(--primary);
  content: "";
  position: absolute;
  top: 7px;
  left: -10px;
  height: calc(84% + 5px);
  width: calc(100% + 20px);
  z-index: -1;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .tittleBgColor::before {
    top: 2px;
  }
}

.tittleBgColor:hover {
  color: var(--primary);
  background-position: 0% 50%;
}

.tittleBgColor:hover::before {
  background: var(--white);
}

.hvr-wobble-bottom {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.hvr-wobble-bottom:hover {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg);
  }

  33.3% {
    -webkit-transform: skew(8deg);
    transform: skew(8deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.imgEffect4 img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: 10px;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.imgEffect4:hover img {
  margin-left: 0;
}

/*---------------------------------------------
    :: Select2 Custom
-----------------------------------------------*/
.select2-results__option[aria-selected] {
  text-transform: capitalize;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 40px;
}

.select2-dropdown {
  border-color: #EAECF0;
}

.select2-container--default .select2-selection--single {
  border: none;
  background: transparent;
}

.ln-change .select2-container--default .select2-selection--single {
  background-color: transparent;
  padding-left: 0;
  border: 0;
}

.ln-change .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.select2-dropdown {
  z-index: 10060 !important;
  /*1051;*/
}

/*---------------------------------------------
    :: Date Picker
-----------------------------------------------*/
.daterangepicker td.active, td.active.end-date.in-range.available, .daterangepicker td.active:hover {
  background-color: var(--primary-color);
}

.daterangepicker td.in-range {
  background-color: var(--primary-soft-color);
}

button.applyBtn.btn.btn-sm.btn-primary {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.daterangepicker {
  -webkit-box-shadow: 0px -1px 13px 0px rgba(176, 176, 176, 0.45);
  box-shadow: 0px -1px 13px 0px rgba(176, 176, 176, 0.45);
  border: none;
  border-radius: 8px;
}

.daterangepicker::before {
  border-bottom: none;
}

/*---------------------------------------------
    :: Header 01
-----------------------------------------------*/
.header-area {
  background-color: var(--primary-soft-color);
}

.header-area .top-menu-wrapper {
  padding: 12px 30px;
  background-color: var(--white);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  position: relative;
}

@media (max-width: 991px) {
  .header-area .top-menu-wrapper {
    padding: 20px 18px;
    background-color: transparent;
  }
}

.header-area .top-menu-wrapper .top-header-left {
  gap: 120px;
}

@media (max-width: 1599px) {
  .header-area .top-menu-wrapper .top-header-left {
    gap: 30px;
  }
}

.header-area .top-menu-wrapper .top-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
}

.header-area .top-menu-wrapper .top-header-right .contact-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-area .top-menu-wrapper .top-header-right .contact-section .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-area .top-menu-wrapper .top-header-right .contact-section .info .pera {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.6;
  color: var(--primary-title);
}

.header-area .top-menu-wrapper .top-header-right .contact-section .info .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: var(--primary-title);
}

@media (max-width: 991px) {
  .header-area .top-menu-wrapper .top-header-right {
    display: none;
  }
}

.header-area .main-menu .listing .single-list {
  display: inline-block;
  position: relative;
  z-index: 9;
  margin-right: 12px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .header-area .main-menu .listing .single-list {
    margin-right: 8px;
  }
}

.header-area .main-menu .listing .single-list:not(:last-child) {
  margin-right: 12px;
}

.header-area .main-menu .listing .single-list .single {
  -webkit-transition: 0s;
  transition: 0s;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--primary-title);
  display: block;
  padding: 32px 20px;
  text-transform: capitalize;
  margin-top: 5px;
  padding-top: 27px;
  border-radius: 4px 4px 0 0;
}

@media (max-width: 1199px) {
  .header-area .main-menu .listing .single-list .single {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .header-area .main-menu .listing .single-list .single {
    padding: 32px 12px;
  }
}

.header-area .main-menu .listing .single-list .single.active {
  position: relative;
  -webkit-transition: 0;
  transition: 0;
}

.header-area .main-menu .listing .single-list .single.active>.single {
  color: var(--primary-color);
}

.header-area .main-menu .listing .single-list .link-active {
  color: var(--primary-color);
}

.header-area .main-menu .listing .single-list:hover>.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.header-area .main-menu .listing .single-list:hover>.submenu>.single-list>.single {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: var(--primary-title);
  display: block;
  padding: 4px 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.header-area .main-menu .listing .single-list:hover>.submenu>.single-list>.single::after {
  background-color: unset;
  -webkit-clip-path: unset;
  clip-path: unset;
  position: unset;
}

.header-area .main-menu .listing .single-list:hover>.submenu .submenu {
  left: 100%;
  top: 0;
}

.header-area .main-menu .listing .submenu {
  position: absolute;
  width: 260px;
  background: var(--white);
  padding: 21px 0px;
  left: 0;
  right: 0;
  top: 105%;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  border-top: 3px solid var(--primary-color);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.header-area .main-menu .listing .submenu>.single {
  padding: 0;
}

.header-area .main-menu .listing .submenu>.single-list {
  margin: 0px;
  background-color: transparent;
  display: block;
}

.header-area .main-menu .listing .submenu>.single-list>.single {
  font-size: 15px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding: 6px 18px;
  color: var(--primary-paragraph);
}

.header-area .main-menu .listing .submenu>.single-list>.single::after {
  content: "";
  background-image: none;
}

.header-area .main-menu .listing .submenu>.single-list>.single:hover {
  color: var(--primary-color);
  letter-spacing: 0.3px;
}

.header-area .main-menu .listing .submenu>.single-list>.single i {
  margin-right: 0;
  line-height: 1;
  position: absolute;
  right: 13px;
  top: 9px;
  color: var(--primary-paragraph);
  font-size: 16px;
}

@media (max-width: 991px) {
  .header-area .main-menu .listing .submenu>.single-list>.single i {
    display: none;
  }
}

.header-area .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-area .header-right .lang {
  color: var(--primary-title);
  font-size: 20px;
  cursor: pointer;
}

.header-area .header-right .divider {
  width: 1px;
  height: 20px;
}

.header-area .header-right .money .pera {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--primary-title);
}

.header-area .mobile_menu {
  position: unset;
  right: 0px;
  width: 100%;
  z-index: 99;
}

.header-area .mobile_menu .slicknav_menu {
  background: transparent;
  margin-top: 0px;
}

.header-area .mobile_menu .slicknav_menu .slicknav_icon {
  top: 2px;
}

.header-area .mobile_menu .slicknav_menu .slicknav_btn {
  top: -53px;
  right: 0px;
}

.header-area .mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
  background-color: var(--primary-color);
  height: 2px;
  margin: 7px 0;
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav {
  margin-top: 6px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 999;
  padding: 19px;
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav ul {
  margin: 0 0 0 11px;
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav .btn-primary-fill {
  color: var(--white);
  padding: 11px 16px;
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav .single {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary-title);
  font-weight: 600;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav .single.active {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary-color);
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav .single.active>.single {
  color: var(--primary-color);
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: var(--primary-color);
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav .btn-secondary-sm {
  color: #fff;
  border-radius: 8px;
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav .btn-secondary-sm:hover {
  color: var(--secondary-color);
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav .header-btn2 {
  display: inline-block;
  border-radius: 30px;
  margin-left: 0;
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
  padding: 0;
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a i {
  display: none;
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav .slicknav_arrow {
  color: var(--primary-color);
  top: -30px;
}

.header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.header-sticky.sticky-bar {
  z-index: 20;
  background-color: var(--white);
}



.header-sticky.sticky-bar .main-menu .listing .single-list .active {
  background-color: var(--white);
}

.header-sticky.sticky-bar .main-menu .listing .single-list .active::after {
  content: "";
  opacity: 1;

}

.logo-large img {
  max-width: 250px;
}

@media (max-width: 1199px) {
  .logo-large img {
    max-width: 140px;
  }
}

.change-theme-mode {
  cursor: pointer;
  font-size: 22px;
  background: 0 0;
  border: 0;
  padding: 6px 11px;
  color: var(--primary-title);
  border: 1px solid transparent;
  font-weight: 500;
  border-radius: 6px;
  text-align: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*---------------------------------------------
    :: Header 02
-----------------------------------------------*/
.header-area {
  background: white;
}

@media (max-width: 991px) {
  .header-area-two .logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.header-area-two .top-header-two {
  background-image: linear-gradient(120deg, rgba(0, 214, 74, 0.21) 0%, rgb(0 211 73 / 67%) 90%);
  padding: 10px 0px;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;

}

.header-area-two .top-header-two .title {
  color: var(--primary-title);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .header-area-two .top-header-two .title {
    font-size: 16px;
  }
}

.header-area-two .top-header-two .contact {
  background: var(--primary-title);
  border-radius: 16px;
  padding: 5px 12px;
}

.header-area-two .top-header-two .contact .pera {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .header-area-two .top-header-two .contact .pera {
    font-size: 14px;
  }
}

.header-area-two .main-menu .listing .single-list {
  display: inline-block;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.header-area-two .main-menu .listing .single-list:not(:last-child) {
  margin-right: 12px;
}

@media (max-width: 1399px) {
  .header-area-two .main-menu .listing .single-list:not(:last-child) {
    margin-right: 0px;
  }
}

.header-area-two .main-menu .listing .single-list .single {
  -webkit-transition: 0s;
  transition: 0s;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--primary-title);
  display: block;
  padding: 32px 14px;
  text-transform: capitalize;
  margin-top: 5px;
  padding-top: 27px;
  border-radius: 4px 4px 0 0;
  font-family: "Cantora One", Sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-nav-list li img {
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
}

@media (max-width: 1199px) {
  .header-area-two .main-menu .listing .single-list .single {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .header-area-two .main-menu .listing .single-list .single {
    padding: 32px 12px;
  }
}

.header-area-two .main-menu .listing .single-list .single.active {
  position: relative;
}

.header-area-two .main-menu .listing .single-list .single.active>.single {
  color: var(--primary-color);
}

.header-area-two .main-menu .listing .single-list .link-active {
  color: var(--primary-color);
}

.header-area-two .main-menu .listing .single-list:hover>.single {
  color: var(--primary-color);
}

.header-area-two .main-menu .listing .single-list:hover>.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}


.header-area-two .main-menu .listing .single-list:hover>.submenu>.single-list>.single::after {
  background-color: unset;
  -webkit-clip-path: unset;
  clip-path: unset;
  position: unset;
}

.header-area-two .main-menu .listing .single-list:hover>.submenu .submenu {
  left: 100%;
  top: 0;
}

.header-area-two .main-menu .listing .submenu {
  position: absolute;
  width: 260px;
  background: var(--white);
  padding: 21px 0px;
  left: 0;
  right: 0;
  top: 105%;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  border-top: 3px solid var(--primary-color);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.header-area-two .main-menu .listing .submenu>.single {
  padding: 0;
}

.header-area-two .main-menu .listing .submenu>.single-list {
  margin: 0px;
  background-color: transparent;
  display: block;
}

.header-area-two .main-menu .listing .submenu>.single-list>.single {
  font-size: 15px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding: 6px 18px;
  color: var(--primary-paragraph);
}

.header-area-two .main-menu .listing .submenu>.single-list>.single::after {
  content: "";
  background-image: none;
}

.header-area-two .main-menu .listing .submenu>.single-list>.single:hover {
  color: var(--primary-color);
  letter-spacing: 0.3px;
}

.header-area-two .main-menu .listing .submenu>.single-list>.single i {
  margin-right: 0;
  line-height: 1;
  position: absolute;
  right: 13px;
  top: 9px;
  color: var(--primary-paragraph);
  font-size: 16px;
}

@media (max-width: 991px) {
  .header-area-two .main-menu .listing .submenu>.single-list>.single i {
    display: none;
  }
}

.header-area-two .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-area-two .header-right .lang {
  color: var(--primary-title);
  font-size: 20px;
  cursor: pointer;
}

.header-area-two .header-right .divider {
  width: 1px;
  height: 20px;
}

.header-area-two .header-right .money .pera {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--primary-title);
}

.header-area-two .mobile_menu {
  position: unset;
  right: 0px;
  width: 100%;
  z-index: 99;
}

.header-area-two .mobile_menu .slicknav_menu {
  background: transparent;
  margin-top: 0px;
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_icon {
  top: 2px;
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_btn {
  top: -86px;
  right: 0px;
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
  background-color: var(--primary-color);
  height: 2px;
  margin: 5px 0;
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_nav {
  margin-top: 6px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 999;
  padding: 19px;
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_nav ul {
  margin: 0 0 0 11px;
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_nav .btn-primary-fill {
  color: var(--white);
  padding: 11px 16px;
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_nav .single {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary-title);
  font-weight: 600;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_nav .single.active {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary-color);
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_nav .single.active>.single {
  color: var(--primary-color);
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: var(--primary-color);
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_nav .header-btn2 {
  display: inline-block;
  border-radius: 30px;
  margin-left: 0;
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_nav .btn-secondary-sm {
  color: #fff;
  border-radius: 8px;
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_nav .btn-secondary-sm:hover {
  color: var(--secondary-color);
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
  padding: 0;
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a i {
  display: none;
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_nav .slicknav_arrow {
  color: var(--primary-color);
  top: -30px;
}

.rating {
  color: var(--ratting-color);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*---------------------------------------------
    :: Footer
-----------------------------------------------*/
.footer-section {
  background-image: linear-gradient(3deg, #0393345c 0%, #ffffff 90%);
}

.footer-wrapper {
  background: #00cf4712;

}

.footer-wrapper .footer-area {
  padding: 20px 0;
}

.footer-wrapper .footer-area .footer-pera .pera {
  color: #000000;
  font-size: 16px;
  margin-bottom: 31px;
  line-height: 1.5;
}

.footer-wrapper .footer-area .footer-tittle .title {
  color: #4e4e4e;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .footer-wrapper .footer-area .footer-tittle .title {
    font-size: 18px;
  }
}

.footer-wrapper .footer-area .footer-tittle .listing .single-lsit a {
  color: #4f4f4f;
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 991px) {
  .footer-wrapper .footer-area .footer-tittle .listing .single-lsit a {
    font-size: 14px;
  }
}

.footer-wrapper .footer-area .footer-tittle .listing .single-lsit a i {
  font-size: 27px;

}

.footer-social-list {
  display: flex;
  list-style: none;
  padding: 0;
}

.single-list {
  margin-right: 6px;

}

.footer-social a {
  text-decoration: none;
  color: inherit;
  color: #a75857;
  font-weight: 600;
  font-size: 27px;
}

@media (max-width: 991px) {
  .footer-wrapper .footer-area .footer-tittle .listing .single-lsit a i {
    font-size: 20px;
  }
}

.footer-wrapper .footer-area .footer-tittle .listing .single-lsit a:hover {
  color: black;
}

.footer-wrapper .footer-area .footer-tittle .tag .single-tas {
  display: inline-block;
  margin: 0px 5px;
  margin-bottom: 10px;
}

.footer-wrapper .footer-area .footer-tittle .tag .single-tas a {
  color: #889f9a;
  padding: 9px 13px;
  border: 1px solid #889f9a;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.footer-wrapper .footer-area .footer-tittle .tag .single-tas a:hover {
  text-decoration: none;
  color: white;
}

.footer-wrapper .footer-area .footer-tittle p {
  color: #889f9a;
  font-size: 16px;
}

.footer-wrapper .footer-middle-area {
  border-radius: 20px;
}

.footer-wrapper .footer-middle-area .footer-body {
  padding: 30px 35px 30px 40px;
  border-bottom: 1px solid var(--tertiary-border);
}

@media (max-width: 991px) {
  .footer-wrapper .footer-middle-area .footer-body {
    padding: 30px;
  }
}

.footer-wrapper .footer-middle-area .footer-body .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-wrapper .footer-middle-area .footer-body .footer-content .pera {
  color: var(--primary-paragraph);
  font-size: 14px;
  font-weight: 400;
  max-width: 330px;
  line-height: 1.5;
}

.footer-wrapper .footer-middle-area .footer-body .footer-content .footer-right {
  width: 330px;
}

@media (max-width: 991px) {
  .footer-wrapper .footer-middle-area .footer-body .footer-content .footer-right {
    width: 250px;
  }
}

.footer-wrapper .footer-middle-area .footer-body .footer-content .footer-right .title {
  color: var(--primary-title);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .footer-wrapper .footer-middle-area .footer-body .footer-content .footer-right .title {
    font-size: 16px;
  }
}

.footer-wrapper .footer-middle-area .footer-bottom {
  padding: 30px 40px;
}

.footer-wrapper .footer-middle-area .footer-bottom .listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-bottom {
  border-bottom: 1px solid #e6e7eb;
}

.footer-top {
  border-top: 1px solid #e6e7eb;
}

.footer-wrapper .footer-middle-area .footer-bottom .listing .single {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-paragraph);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .footer-wrapper .footer-middle-area .footer-bottom .listing .single {
    font-size: 14px;
  }
}

.footer-wrapper .footer-middle-area .footer-bottom .listing .single::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background-color: var(--primary-title);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrapper .footer-middle-area .footer-bottom .listing .single:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary-title);
}

.footer-wrapper .footer-middle-area .footer-bottom .listing .single:hover::after {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrapper .footer-bottom-area {
  padding: 30px 0px;
}

@media (max-width: 991px) {
  .footer-wrapper .footer-bottom-area {
    padding: 20px 0;
  }
}

.footer-wrapper .footer-bottom-area .pera {
  color: var(--tertiary-title);
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .footer-wrapper .footer-bottom-area .pera {
    font-size: 14px;
  }
}

.subscribe-wraper {
  position: relative;
}

.subscribe-wraper .footer-search {
  border: 1px solid transparent;
  width: 100%;
  background-color: var(--tertiary-border);
  padding: 12px 102px 12px 16px;
  border-radius: 8px;
  color: var(--primary-title);
}

.subscribe-wraper .footer-search::-webkit-input-placeholder {
  color: var(--primary-paragraph);
  font-size: 14px;
  font-weight: 400;
}

.subscribe-wraper .footer-search::-moz-placeholder {
  color: var(--primary-paragraph);
  font-size: 14px;
  font-weight: 400;
}

.subscribe-wraper .footer-search:-ms-input-placeholder {
  color: var(--primary-paragraph);
  font-size: 14px;
  font-weight: 400;
}

.subscribe-wraper .footer-search::-ms-input-placeholder {
  color: var(--primary-paragraph);
  font-size: 14px;
  font-weight: 400;
}

.subscribe-wraper .footer-search::placeholder {
  color: var(--primary-paragraph);
  font-size: 14px;
  font-weight: 400;
}

.subscribe-wraper .footer-search:focus {
  border: 1px solid transparent;
  outline: 0;
}

.subscribe-wraper .subscribe-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-title);
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: 0;
}

.footer-social .listing {
  display: inline-block;
}

.footer-social .listing .single-social {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #e1eeeb;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

.footer-social .listing .single-social i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}

.footer-social .listing .single-social:hover {
  color: var(--primary-color);
}

.footer-social .listing .single-social:hover i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.border-1 {
  border-right: 0;
  padding-right: 0;
}

/*---------------------------------------------
    :: Hero Section 01
-----------------------------------------------*/
.hero-area-bg {
  background-image: url(../images/hero/hero-bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
}

.hero-area-bg::before {
  position: absolute;
  content: "";
  background-color: #071516;
  opacity: 0.75;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
}

.platform-area-bg {
  background-image: url(../images/gallery/promotion-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
}

.platform-area-bg::before {
  position: absolute;
  content: "";
  background: linear-gradient(89.17deg, #000000 0.61%, rgba(0, 0, 0, 0) 95.26%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
}

.hero-padding1 {
  padding: 85px 0px 120px 0px;
}

@media (max-width: 991px) {
  .hero-padding1 {
    padding: 60px 0px 110px 0px;
  }
}

.hero-padding2 {
  padding: 23px 0 108px 0;
}

@media (max-width: 991px) {
  .hero-padding2 {
    padding: 23px 0 60px 0;
  }
}

.hero-caption-one .title {
  margin-bottom: 20px;
  color: var(--white);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 1199px) {
  .hero-caption-one .title {
    font-size: 34px;
  }
}

.hero-caption-one .pera {
  margin-bottom: 30px;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .hero-caption-one .pera {
    font-size: 14px;
  }
}

.hero-slider-video {
  width: 100%;
  height: 100%;
}

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

.hero-banner img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-banner video {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-banner .h1-Hero-active {
  border-radius: 10px;
  overflow: hidden;
}

.hero-banner .shape {
  position: absolute;
  top: -62px;
  right: -62px;
  z-index: -1;
  max-width: 108px;
}

@media (max-width: 767px) {
  .hero-banner .shape {
    display: none;
  }
}

.video-player {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--primary-color);
  font-size: 36px;
  position: relative;
  z-index: 1;
}

.video-player:before, .video-player:after {
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

.video-player:after {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@-webkit-keyframes ripple {
  70% {
    background: rgba(255, 255, 255, 0);
    width: 120px;
    height: 120px;
  }

  100% {
    background: rgba(255, 255, 255, 0);
    width: 0px;
    height: 0px;
  }
}

@keyframes ripple {
  70% {
    background: rgba(255, 255, 255, 0);
    width: 120px;
    height: 120px;
  }

  100% {
    background: rgba(255, 255, 255, 0);
    width: 0px;
    height: 0px;
  }
}

.video_box:after {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.hero-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-footer .all-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-footer .all-user .happy-user {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hero-footer .all-user .happy-user:not(:first-child) {
  margin-right: -14px;
}

@media (max-width: 991px) {
  .hero-footer .all-user .happy-user:not(:first-child) {
    margin-right: -20px;
  }
}

.hero-footer .all-user .happy-user img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-footer .all-user .happy-user:hover {
  cursor: pointer;
  border: none;
  scale: 1.25;
}

.hero-footer .all-user .happy-user-count {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--white);
  background-color: var(--secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-footer .all-user .happy-user-count .user-count {
  color: var(--primary-title);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.hero-footer .all-user .pera {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--white);
  margin: 0px 12px;
}

/*---------------------------------------------
    :: Hero 02
-----------------------------------------------*/
.shape-one {
  position: absolute;
  bottom: 0;
  left: 0;
}

.shape-two {
  position: absolute;
  bottom: 20px;
  right: 0px;
}

.shape-two img {
  width: 100%;
  height: 100%;
}

.hero-caption-two {
  max-width: 605px;
  z-index: 2;
}

.hero-caption-two .highlights {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--secondary-color);
  font-family: var(--Kaushan);
}

.hero-caption-two .title {
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--primary-title);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 1199px) {
  .hero-caption-two .title {
    font-size: 34px;
  }
}

.hero-caption-two .pera {
  margin-bottom: 30px;
  color: var(--primary-title);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .hero-caption-two .pera {
    font-size: 14px;
  }
}

.hero-caption-two .button-section .hero-book-btn {
  padding: 12px 24px;
}

.hero-padding-two {
  position: relative;
  padding: 98px 0px 120px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-padding-two {
    padding: 80px 0px;
  }
}

@media (max-width: 575px) {
  .hero-padding-two {
    padding: 70px 0px;
  }
}

.hero-caption {
  max-width: 615px;
}

.hero-caption .short-dec {
  font-size: 28px;
  margin-bottom: 18px;
  display: block;
}

@media (max-width: 575px) {
  .hero-caption .short-dec {
    font-size: 22px;
  }
}

.hero-caption .key-title {
  color: var(--secondary-color);
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 575px) {
  .hero-caption .key-title {
    font-size: 16px;
  }
}

.hero-caption .title {
  display: block;
  font-size: 60px;
  line-height: 75px;
  margin-bottom: 30px;
  color: var(--white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-caption .title {
    font-size: 31px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-caption .title {
    font-size: 40px;
    line-height: 55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-caption .title {
    font-size: 45px;
    line-height: 45px;
  }
}

@media (max-width: 575px) {
  .hero-caption .title {
    font-size: 28px;
    line-height: 35px;
  }
}

.hero-caption .pera {
  font-size: 16px;
  display: block;
  margin-bottom: 30px;
  color: var(--hero-two-subtitle);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-caption .pera {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .hero-caption .pera {
    font-size: 12px;
  }
}

/*---------------------------------------------
    :: Hero 03
-----------------------------------------------*/
.hero-area-bg-three {
  background-image: url(../images/hero/hero-three-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
}

.hero-area-bg-three::before {
  position: absolute;
  content: "";
  background-color: #071516;
  opacity: 0.75;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
}

.video-overlay {
  position: relative;
}

.video-overlay::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 43, 61, 0)), to(rgb(6, 47, 42)));
  background: linear-gradient(180deg, rgba(26, 43, 61, 0) 0%, rgb(6, 47, 42) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-repeat: no-repeat;
}

.platform-area-bg {
  background-image: url(../images/gallery/promotion-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
}

.platform-area-bg::before {
  position: absolute;
  content: "";
  background: linear-gradient(89.17deg, #000000 0.61%, rgba(0, 0, 0, 0) 95.26%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
}

.hero-padding-for-three {
  padding: 200px 0px 214px 0px;
}

@media (max-width: 991px) {
  .hero-padding-for-three {
    padding: 60px 0px 90px 0px;
  }
}

.hero-padding2 {
  padding: 23px 0 108px 0;
}

@media (max-width: 991px) {
  .hero-padding2 {
    padding: 23px 0 60px 0;
  }
}


.hero-caption-site .title {
  margin-bottom: 20px;
  color: var(--white);
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 1199px) {
  .hero-caption-site .title {
    font-size: 34px;
  }
}

.hero-caption-site .pera {
  margin-bottom: 30px;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .hero-caption-site .pera {
    font-size: 14px;
  }
}

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

.hero-banner img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-banner video {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-banner .h1-Hero-active {
  border-radius: 10px;
  overflow: hidden;
}

.hero-banner .shape {
  position: absolute;
  top: -62px;
  right: -62px;
  z-index: -1;
  max-width: 108px;
}

@media (max-width: 767px) {
  .hero-banner .shape {
    display: none;
  }
}

.hero-slider-video {
  width: 100%;
  height: 100%;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.video-cover {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-background-position: center;
  background-position: center;
  width: 100%;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 0;
}

.wave-emoji {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: wave;
  animation-name: wave;
  display: inline-block;
  -webkit-transform-origin: 70% 70%;
  transform-origin: 70% 70%;
}

.wave-emoji img {
  max-width: 25px;
}

.tour-class {
  font-size: 12px;
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  10% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  20% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  30% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  40% {
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  10% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  20% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  30% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  40% {
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/*---------------------------------------------
    :: Breadcrumbs
-----------------------------------------------*/
.breadcrumbs-area {
  background-color: var(--primary-soft-color-two);
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .breadcrumbs-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.breadcrumbs-area .title {
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.1;
  margin-bottom: 6px;
  position: relative;
  color: var(--primary-title);
}

@media (max-width: 991px) {
  .breadcrumbs-area .title {
    font-size: 20px;
  }
}

.breadcrumbs-area .breadcrumb.listing {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.breadcrumbs-area .breadcrumb .single-list:last-child::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  content: "\f1af";
  font-family: "remixIcon";
  font-size: 16px;
  margin-top: 8px;
  line-height: 1;
  color: var(--primary-title);
}

.breadcrumbs-area .breadcrumb .single-list .single {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--primary-title);
  text-transform: capitalize;
  font-family: var(--Kaushan);
}

@media (max-width: 991px) {
  .breadcrumbs-area .breadcrumb .single-list .single {
    font-size: 14px;
  }
}

.breadcrumbs-area .breadcrumb .single-list .single.active {
  color: var(--secondary-color);
  font-family: var(--Kaushan);
}

/*---------------------------------------------
    :: Pagination
-----------------------------------------------*/
.pagination-nav {
  margin-top: 60px;
}

.pagination-nav .pagination {
  gap: 10px;
}

.pagination-nav .pagination .page-item {
  position: relative;
}

.pagination-nav .pagination .page-item .page-link {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--primary-title);
  font-size: 18px;
  font-weight: 400;
  border: 1px solid var(--primary-gray);
}

@media (max-width: 575px) {
  .pagination-nav .pagination .page-item .page-link {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.pagination-nav .pagination .page-item .page-link:hover {
  background-color: var(--primary-color);
  border: 1px solid transparent;
  color: var(--white);
}

.pagination-nav .pagination .page-item .page-link:hover i {
  color: var(--white);
}

.pagination-nav .pagination .page-item .page-link.next {
  width: 70px;
  height: 50px;
  border-radius: 30px;
}

@media (max-width: 575px) {
  .pagination-nav .pagination .page-item .page-link.next {
    width: 60px;
    height: 40px;
  }
}

.pagination-nav .pagination .page-item .page-link.active {
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
}

.page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*---------------------------------------------
    :: Plan Card
-----------------------------------------------*/
.plan-section {
  background-color: var(--white);
  border-radius: 8px;
  padding: 24px 30px 18px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .plan-section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    gap: 20px;
  }
}

@media (max-width: 491px) {
  .plan-section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    gap: 20px;
  }
}

.plan-section .dropdown-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.plan-section .dropdown-section i {
  color: var(--primary-title);
  font-size: 20px;
  margin-top: -4px;
}

@media (max-width: 1199px) {
  .plan-section .dropdown-section i {
    font-size: 16px;
  }
}


.plan-section .select-dropdown-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.plan-section .select-dropdown-section i {
  color: var(--primary-title);
  font-size: 20px;
  margin-top: 0px;
}

@media (max-width: 1199px) {
  .plan-section .select-dropdown-section i {
    font-size: 16px;
  }
}

.plan-section .destination-result,
.plan-section .tour-result,
.plan-section .date-result,
.plan-section .user-result {
  color: var(--primary-paragraph);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  padding-left: 32px;
}

@media (max-width: 1199px) {

  .plan-section .destination-result,
  .plan-section .tour-result,
  .plan-section .date-result,
  .plan-section .user-result {
    padding-left: 26px;
  }
}

.plan-section .divider {
  width: 1px;
  height: 20px;
  background: linear-gradient(270.04deg, rgba(75, 80, 81, 0) -5.7%, #4b5051 44.9%, rgba(75, 80, 81, 0) 101.96%);
}

.plan-section .custom-dropdown {
  position: relative;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .plan-section .custom-dropdown {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.plan-section .custom-dropdown .title {
  color: var(--primary-title);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .plan-section .custom-dropdown .title {
    font-size: 16px;
  }
}

.plan-section .custom-dropdown .arrow {
  margin-top: -10px;
}

.plan-section .custom-dropdown .arrow i {
  color: var(--primary-title);
  font-size: 28px;
}

@media (max-width: 991px) {
  .plan-section .sign-btn .btn-secondary-lg {
    font-size: 14px;
    padding: 12px;
  }
}

.airport-desc {
  color: var(--primary-title);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 6px;
}

@media (max-width: 575px) {
  .airport-desc {
    font-size: 14px;
  }
}

.airport-name {
  color: var(--primary-paragraph);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: capitalize;
}

.user-picker {
  background-color: var(--white);
  width: 350px;
  border-radius: 8px;
  padding: 20px;
  position: absolute;
  top: 100%;
  z-index: 1;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.user-picker.show {
  display: block;
}

@media (max-width: 420px) {
  .user-picker {
    width: 260px;
  }
}

@media (max-width: 991px) {
  .user-picker {
    right: 0;
  }
}

.user-picker .user-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--secondary-border);
  margin-bottom: 14px;
}

.user-picker .user-category .category-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.user-picker .user-category .category-name .title {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-title);
  text-transform: capitalize;
}

.user-picker .user-category .category-name .pera {
  font-size: 12px;
  font-weight: 400;
  color: var(--primary-paragraph);
  text-transform: capitalize;
}

.user-picker .btn-section {
  text-align: right;
}

.user-picker .btn-section .done-btn {
  background-color: var(--secondary-color);
  font-size: 14px;
  padding: 8px 16px;
  font-weight: 400;
  border-radius: 8px;
  color: var(--white);
  display: inline-block;
  margin-left: auto;
}

.qty-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.qty-container .input-qty {
  text-align: center;
  padding: 4px 8px;
  border: 1px solid var(--primary-border);
  max-width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 30px;
  background: transparent;
  color: var(--primary-title);
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
  padding: 10px 13px;
  font-size: 10px;
  height: 30px;
  width: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--white);
  border: 1px solid var(--primary-color);
}

.qty-container .qty-btn-minus i,
.qty-container .qty-btn-plus i {
  color: var(--white);
  font-size: 14px;
  margin-right: -1px;
  margin-top: unset;
}

.qty-container .qty-btn-plus {
  margin-left: -1px;
}

.plan-area {
  margin-top: -50px;
  z-index: 1;
  position: relative;
}

/*---------------------------------------------
    :: Offer card
-----------------------------------------------*/
.offer-banner {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  display: block;
}

.offer-banner::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.26%, #000000), color-stop(-0.26%, #071516), color-stop(33.39%, rgba(7, 21, 22, 0.6)), color-stop(45.1%, rgba(7, 21, 22, 0.5)), color-stop(59.82%, rgba(7, 21, 22, 0)));
  background: linear-gradient(90deg, #000000 -0.26%, #071516 -0.26%, rgba(7, 21, 22, 0.6) 33.39%, rgba(7, 21, 22, 0.5) 45.1%, rgba(7, 21, 22, 0) 59.82%);
}

@media (max-width: 991px) {
  .offer-banner::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(-0.26%, #000000), color-stop(-0.26%, #071516), color-stop(33.39%, rgba(7, 21, 22, 0.6)));
    background: linear-gradient(90deg, #000000 -0.26%, #071516 -0.26%, rgba(7, 21, 22, 0.6) 33.39%);
  }
}

.offer-banner img {
  width: 100%;
  height: 394px;
}

@media (max-width: 991px) {
  .offer-banner img {
    height: 280px;
  }
}

.offer-banner .offer-content {
  position: absolute;
  z-index: 0;
  top: 44px;
  left: 40px;
  z-index: 2;
}

.offer-banner .offer-content .highlights-text {
  font-family: var(--Kaushan);
  color: var(--secondary-color);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .offer-banner .offer-content .highlights-text {
    font-size: 18px;
  }
}

.offer-banner .offer-content .title {
  color: var(--white);
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
  width: 250px;
}

@media (max-width: 991px) {
  .offer-banner .offer-content .title {
    font-size: 28px;
  }
}

.offer-banner .offer-content .pera {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .offer-banner .offer-content .pera {
    font-size: 16px;
  }
}

.offer-banner .offer-content .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  font-size: 20px;
  color: var(--white);
  margin-bottom: 52px;
}

@media (max-width: 991px) {
  .offer-banner .offer-content .location {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.offer-banner .offer-content .location .name {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
}

@media (max-width: 991px) {
  .offer-banner .offer-content .location .name {
    font-size: 14px;
  }
}

.offer-banner .offer-content-two {
  position: absolute;
  z-index: 0;
  top: 38px;
  left: 42px;
  max-width: 250px;
  z-index: 2;
}

@media (max-width: 991px) {
  .offer-banner .offer-content-two {
    max-width: 200px;
  }
}

.offer-banner .offer-content-two .highlights-text {
  font-family: var(--Dm);
  color: var(--secondary-color);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .offer-banner .offer-content-two .highlights-text {
    font-size: 16px;
  }
}

.offer-banner .offer-content-two .title {
  color: var(--white);
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .offer-banner .offer-content-two .title {
    font-size: 28px;
  }
}

.offer-banner .offer-content-two .pera {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 5px;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .offer-banner .offer-content-two .pera {
    font-size: 16px;
  }
}

.offer-banner .offer-content-two .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  font-size: 20px;
  color: var(--white);
  margin-bottom: 18px;
}

.offer-banner .offer-content-two .location .name {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
}

.shape-bg {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .shape-bg {
    display: none;
  }
}

/*---------------------------------------------
    :: Select Style custom
-----------------------------------------------*/
.select2-container--default .select2-selection--single.custom-select2-dropdown .select2-selection__rendered {
  color: var(--primary-paragraph);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  padding-left: 32px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.select2-title {
  color: var(--primary-title);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--Dm);
  line-height: 1.1;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .select2-title {
    font-size: 16px;
  }
}

.select2-container--default .select2-selection--single.custom-select2-dropdown .select2-selection_placeholder, .select2-container--default .select2-selection--single.custom-select2-dropdown-three .select2-selection_placeholder {
  color: var(--primary-title);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--Dm);
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .select2-container--default .select2-selection--single.custom-select2-dropdown .select2-selection_placeholder, .select2-container--default .select2-selection--single.custom-select2-dropdown-three .select2-selection_placeholder {
    font-size: 16px;
  }
}

.select2-container--open .custom-select2-dropdown-container.select2-dropdown--below {
  width: 350px !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

@media (max-width: 767px) {
  .select2-container--open .custom-select2-dropdown-container.select2-dropdown--below {
    width: 200px !important;
  }
}

.select2-container--default .select2-selection--single.custom-select2-dropdown-three .select2-selection__rendered {
  text-align: right;
  padding-right: 0;
  color: var(--primary-title);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--Dm);
  line-height: 1.1;
}

.select2-dropdown.custom-select2-dropdown-container {
  border-radius: 8px;
  overflow: hidden;
  top: 4px;
  border: none;
  -webkit-box-shadow: 0px -1px 13px 0px rgba(176, 176, 176, 0.45);
  box-shadow: 0px -1px 13px 0px rgba(176, 176, 176, 0.45);
  width: 350px !important;
}

@media (max-width: 767px) {
  .select2-dropdown.custom-select2-dropdown-container {
    width: 200px !important;
  }
}

.custom-select2-dropdown-container .select2-search--dropdown, .select2-results__option {
  padding: 10px;
}

.select2-container--default .select2-selection--single.custom-select2-dropdown .select2-selection__arrow b {
  border-style: solid;
  position: absolute;
  top: 50%;
  width: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid var(--primary-title);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.select2-container--default.select2-container--open .select2-selection--single.custom-select2-dropdown .select2-selection__arrow b {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid var(--primary-title);
  border-width: 0 2px 2px 0;
}

.select2-container--default .select2-selection--single.custom-select2-dropdown .select2-selection__arrow {
  top: -32px;
  right: -5px;
}

@media (max-width: 991px) {
  .select2-container--default .select2-selection--single.custom-select2-dropdown .select2-selection__arrow {
    right: 5px;
  }
}

.select2-container--default .select2-results__option--highlighted[aria-selected] .airport-desc {
  color: var(--white);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] .airport-name {
  color: var(--white);
}

/*---------------------------------------------
    :: Search style
-----------------------------------------------*/
.search-container {
  display: none;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  width: 98%;
  max-width: 1000px;
  background-color: var(--white);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 500px;
  overflow: hidden;
  border-radius: 8px;
  z-index: 9999;
}

.search-container .search-icon {
  top: 18px;
  left: 20px;
}

.search-container .top-section {
  padding-top: 20px;
  border-bottom: 1px solid var(--secondary-border);
  padding-bottom: 0px;
  margin-bottom: 20px;
}

.search-container .top-section .modal-search-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.search-container .body-section {
  padding: 0 30px;
  max-height: 400px;
  overflow-y: scroll;
  min-height: 200px;
}

.search-container .body-section .search-label {
  font-size: 14px;
  color: var(--primary-paragraph);
  font-weight: 700;
  text-align: left;
}

.search-container .body-section .content-img img {
  width: 121px;
  height: 90px;
  border-radius: 8px;
}

.search-container .body-section .single-list {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--secondary-border);
}

.search-container .body-section .single-list:last-child {
  border-bottom: none;
}

.search-container .body-section .content .title {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-title);
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .search-container .body-section .content .title {
    font-size: 14px;
    margin-left: 10px;
  }
}

.search-container .body-section .content .pera {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-paragraph);
  text-transform: capitalize;
  text-align: left;
}

@media (max-width: 991px) {
  .search-container .body-section .content .pera {
    margin-left: 10px;
  }
}

.search-container .body-section .right-section {
  position: relative;
  padding-left: 30px;
  position: sticky;
  top: 0;
  display: block !important;
  overflow-y: auto;
}

@media (max-width: 767px) {
  .search-container .body-section .right-section {
    display: none;
  }
}

.search-container .body-section .right-section .title {
  font-size: 18px;
  color: var(--primary-title);
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .search-container .body-section .right-section .title {
    font-size: 16px;
  }
}

.search-container .body-section .right-section .listing {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .search-container .body-section .right-section .listing {
    margin-bottom: 12px;
  }
}

.search-container .body-section .right-section .search-label {
  font-size: 16px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .search-container .body-section .right-section .search-label {
    font-size: 14px;
  }
}

.search-container .body-section .right-section .single-list {
  border-bottom: none;
  padding-top: 4px;
  padding-bottom: 4px;
}

.search-container .body-section .right-section .pera {
  margin-left: 0;
  font-size: 16px;
}

@media (max-width: 991px) {
  .search-container .body-section .right-section .pera {
    font-size: 14px;
  }
}

.search-container .body-section .right-section::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: var(--secondary-border);
  left: 0;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  --tw-backdrop-blur: blur(3px);
  z-index: 999;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: url(../images/icon/close-cursor.png), auto;
}

.search-field {
  width: 100%;
  padding-left: 50px;
  padding-bottom: 10px;
  border: none;
  background: none;
  color: var(--primary-title);
}

.search-field:focus {
  outline: none;
  border: none !important;
}

.search-box {
  position: relative;
}

.search-box .header-search {
  border: none;
  padding: 12px 44px;
  width: 400px;
  cursor: pointer;
  border: 1px solid transparent;
}

@media (max-width: 1599px) {
  .search-box .header-search {
    padding: 12px 20px 12px 44px;
    width: 300px;
  }
}

.search-box .header-search .pera {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.2;
  color: var(--primary-paragraph);
}

.search-box .light-text {
  margin-left: 20px;
  padding: 4px;
  border: 1px solid var(--secondary-border);
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.2;
  opacity: 0.6;
  color: var(--primary-paragraph);
  background-color: transparent;
  font-family: var(--Dm);
}

.search-box .light-text abbr {
  text-decoration: none;
}

.search-box .light-text abbr:hover {
  cursor: pointer;
}

.search-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
  color: var(--primary-paragraph);
}

.search-header-position {
  position: absolute;
  right: 60px;
  top: 20px;
}

.close-search-btn {
  background-color: transparent;
  border: none;
  margin-right: 10px;
  width: 50px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.close-search-btn .light-text {
  padding: 4px;
  border: 1px solid var(--secondary-border);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.2;
  opacity: 0.8;
  color: var(--primary-paragraph);
  background-color: transparent;
  font-family: var(--Dm);
}

.close-search-btn .light-text abbr {
  text-decoration: none;
}

.close-search-btn .light-text abbr:hover {
  cursor: pointer;
}

.search-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  .search-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.filter_menu {
  position: absolute;
  top: 40px;
  right: 40px;
  display: none;
}

@media (max-width: 767px) {
  .filter_menu {
    display: block;
  }
}

.filter_menu .slicknav_menu .title {
  font-size: 18px;
  color: var(--primary-title);
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .filter_menu .slicknav_menu .title {
    font-size: 16px;
  }
}

.filter_menu .slicknav_menu .listing {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .filter_menu .slicknav_menu .listing {
    margin-bottom: 12px;
  }
}

.filter_menu .slicknav_menu .search-label {
  font-size: 16px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .filter_menu .slicknav_menu .search-label {
    font-size: 14px;
  }
}

.filter_menu .slicknav_menu .single-list {
  border-bottom: none;
  padding-top: 4px;
  padding-bottom: 4px;
}

.filter_menu .slicknav_menu .pera {
  margin-left: 0;
  font-size: 16px;
}

@media (max-width: 991px) {
  .filter_menu .slicknav_menu .pera {
    font-size: 14px;
  }
}

.filter_menu .slicknav_menu .slicknav_nav {
  width: 250px;
  height: 380px;
  overflow-y: scroll;
  margin-top: 10px;
  position: absolute;
  top: 50px;
  right: 0;
  -webkit-box-shadow: 0px -1px 13px 0px rgba(176, 176, 176, 0.45);
  box-shadow: 0px -1px 13px 0px rgba(176, 176, 176, 0.45);
}

.filter_menu .slicknav_menutxt {
  display: block;
  font-size: 16px;
  color: var(--primary-title);
  font-weight: 600;
  border: 1px solid var(--primary-border);
  padding: 8px 14px;
  border-radius: 12px;
  position: absolute;
  top: 50px;
  right: -29px;
  background: var(--white);
}

.filter_menu .slicknav_icon {
  display: none;
}

/*---------------------------------------------
    :: About
-----------------------------------------------*/
.about-banner {
  border-radius: 16px;
  overflow: hidden;
  max-height: 594px;
}

.about-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.key-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.key-points .key-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.key-points .key-point.active, .key-points .key-point:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-gradient(linear, left top, left bottom, from(#95b2b4), to(rgba(221, 245, 248, 0)));
  background: linear-gradient(180deg, #95b2b4 0%, rgba(221, 245, 248, 0) 100%);
}

.key-points .key-point.active .key-icon, .key-points .key-point:hover .key-icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white);
}

.key-points .key-point .key-icon {
  width: 52px;
  min-width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--primary-soft-color);
  border-radius: 12px;
  color: var(--primary-title);
  font-size: 20px;
  font-weight: 500;
}

.key-points .key-point .key-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.key-points .key-point .key-content .title {
  font-size: 20px;
  color: var(--primary-title);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

@media (max-width: 575px) {
  .key-points .key-point .key-content .title {
    font-size: 18px;
  }
}

.key-points .key-point .key-content .pera {
  font-size: 16px;
  color: var(--primary-paragraph);
  font-weight: 400;
  line-height: 1.2;
}

.key-points .key-point:last-child {
  padding-bottom: 0;
}

.available-card {
  border-radius: 12px;
  background: var(--available-card-bg);
  padding: 24px;
}

.shape-bg-about {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}

@media (max-width: 991px) {
  .shape-bg-about {
    display: none;
  }
}

/*---------------------------------------------
    :: Destinations Card
-----------------------------------------------*/
.destination-area {
  padding-top: 100px;
  position: relative;
}

.destination-area .shape {
  position: absolute;
  top: 110px;
  left: 70px;
}

@media (max-width: 991px) {
  .destination-area .shape {
    display: none;
  }
}

.destination-bg-before::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 70%;
  background-color: var(--primary-soft-color-two);
}

.destination-banner {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .destination-banner {
    height: 300px;
  }
}

.destination-banner:hover img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.destination-banner:hover::before {
  z-index: 1;
}

.destination-banner:hover .arrow-btn {
  background-color: var(--secondary-color);
  color: var(--white);
}

.destination-banner img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.destination-banner::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.destination-banner .destination-content .ratting-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 5px 9px 7px 8px;
  border-radius: 4px;
  font-size: 16px;
  color: var(--priamry-title);
  font-weight: 700;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--white);
  gap: 4px;
}

.destination-banner .destination-content .ratting-badge i {
  color: var(--ratting-color);
}

.destination-banner .destination-content .destination-info {
  z-index: 1;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  padding: 24px;
}

.destination-banner .destination-content .destination-info .pera {
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.4;
}

@media (max-width: 991px) {
  .destination-banner .destination-content .destination-info .pera {
    font-size: 18px;
  }
}

.destination-banner .destination-content .destination-info .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  font-size: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--white);
}

@media (max-width: 991px) {
  .destination-banner .destination-content .destination-info .location {
    font-size: 16px;
  }
}

.destination-banner .destination-content .destination-info .location .name {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
}

@media (max-width: 991px) {
  .destination-banner .destination-content .destination-info .location .name {
    font-size: 14px;
  }
}

.destination-banner .arrow-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--white);
  font-size: 20px;
  color: var(--primary-title);
}

/*---------------------------------------------
    :: Package card
-----------------------------------------------*/
.package-area .package-pills {
  margin-top: -20px !important;
  margin-bottom: 58px !important;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.package-area .package-pills .package-nav {
  background-color: transparent;
  border: 1px solid var(--tertiary-border);
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-title);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.package-area .package-pills .package-nav.active, .package-area .package-pills .package-nav:hover {
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px solid transparent;
}

.package-card {
  border-radius: 12px;
  border: 1px solid var(--tertiary-border);
  overflow: hidden;
}

.package-card:hover .package-img {
  overflow: hidden;
}

.package-card:hover .package-img img {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.package-card .package-img {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.package-card .package-img img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 100%;
  height: 100%;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

@media (max-width: 575px) {
  .package-card .package-img {
    height: 260px;
  }
}

.package-content {
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 16px;
  padding-bottom: 16px;
}

.package-content .area-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-title);
  margin-bottom: 2px;
}

.package-content .area-name:hover {
  color: var(--secondary-color);
}

@media (max-width: 991px) {
  .package-content .area-name {
    font-size: 16px;
  }
}

.package-content .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: var(--primary-color);
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .package-content .location {
    font-size: 16px;
  }
}

.package-content .location .name {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color);
  line-height: 1.8;
}

@media (max-width: 991px) {
  .package-content .location .name {
    font-size: 14px;
  }
}

.package-content .packages-person {
  background-color: var(--tertiary-border);
  padding: 4px 24px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.package-content .packages-person .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: var(--primary-title);
}

@media (max-width: 991px) {
  .package-content .packages-person .count {
    font-size: 16px;
  }
}

.package-content .packages-person .count .pera {
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-title);
}

.package-content .price-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 420px) {
  .package-content .price-review {
    gap: 0px;
  }
}

.package-content .price-review .pera {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-title);
}

@media (max-width: 991px) {
  .package-content .price-review .pera {
    font-size: 14px;
  }
}

.package-content .price-review .light-pera {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-paragraph);
}

@media (max-width: 991px) {
  .package-content .price-review .light-pera {
    font-size: 14px;
  }
}

.package-content .price-review .rating {
  color: var(--ratting-color);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .package-content .price-review .rating {
    font-size: 16px;
  }
}

.package-content .price-review .rating .pera {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-title);
}

.image-badge {
  padding: 3px 10px;
  border-radius: 4px;
  background-color: var(--white);
  position: absolute;
  top: 16px;
  left: 16px;
}

.image-badge .pera {
  color: var(--priamry-title);
  font-size: 14px;
  font-weight: 500;
}

.image-badge.active {
  background-color: var(--secondary-color);
  color: var(--white);
}

.section-button {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .section-button {
    margin-top: 30px;
  }
}

/*---------------------------------------------
    :: Testimonial
-----------------------------------------------*/
.testimonial-card-two {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 60px;
  background-color: white;
}

.testimonial-area {
  padding-top: 80px;
  padding-bottom: 80px;
}

.testimonial-active .swiper-button-prev,
.testimonial-active .swiper-button-next {
  display: none !important;
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card-two {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .testimonial-card-two {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .testimonial-card-two {
    border-radius: 25px;
  }
}

.testimonial-card-two .testimonial-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 28px;
}

.testimonial-card-two .testimonial-header .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--white);
}

.testimonial-card-two .testimonial-header .user-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.testimonial-card-two .testimonial-body {
  margin-bottom: 40px;
}

.testimonial-card-two .testimonial-body .pera {
  color: var(--primary-title);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.testimonial-card-two .testimonial-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-card-two .testimonial-footer .all-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.happy-user {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  justify-content: center;
}

.happy-user:not(:first-child) {
  margin-right: -14px;
}

@media (max-width: 991px) {
  .happy-user:not(:first-child) {
    margin-right: -20px;
  }
}

@media (max-width: 575px) {
  .happy-user {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
}

.happy-user img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.happy-user:hover {
  cursor: pointer;
  border: none;
  scale: 1.25;
}

.testimonial-card-two .testimonial-footer .all-user .happy-user-count {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--white);
  background-color: var(--secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



/*---------------------------------------------
    :: Pricing
-----------------------------------------------*/
.pricing-area {
  position: relative;
  padding: 100px 0px;
}

.price-card {
  border-radius: 16px;
  background-color: var(--white);
  padding: 24px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.price-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  border: 2px solid transparent;
  border-bottom: 0;
  z-index: -1;
}

.price-card:hover {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(141, 144, 153, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(141, 144, 153, 0.25);
}

.price-card:hover .btn-primary-icon-outline {
  background-color: var(--primary-color);
  border: 1px solid transparent;
  color: var(--white);
}

.price-card:hover .btn-primary-icon-outline span {
  color: var(--white);
}

.price-card .price-header {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--tertiary-border);
}

.price-card .price-header .title {
  font-size: 24px;
  font-weight: 700;
  color: var(--pure-black);
  line-height: 1;
}

.price-card .price-header .price-badge {
  background-color: var(--secondary-color);
  border-radius: 4px;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-title);
}

.price-card .price-header .pera {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-paragraph);
  line-height: 1.3;
}

.price-card .price-tag-section {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--tertiary-border);
}

.price-card .price-tag-section .price-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.93%, #daedef), color-stop(103.19%, rgba(218, 237, 239, 0)));
  background: linear-gradient(90deg, #daedef 2.93%, rgba(218, 237, 239, 0) 103.19%);
  padding: 10px 20px;
  border-radius: 12px;
}

.price-card .price-tag-section .price-tag .title {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary-title);
}

@media (max-width: 991px) {
  .price-card .price-tag-section .price-tag .title {
    font-size: 24px;
  }
}

.price-card .price-tag-section .price-tag .pera {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-paragraph);
}

@media (max-width: 991px) {
  .price-card .price-tag-section .price-tag .pera {
    font-size: 14px;
  }
}

.price-card .feature-points {
  padding-top: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--tertiary-border);
}

.price-card .feature-points .feature-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-bottom: 18px;
}

.price-card .feature-points .feature-point:last-child {
  padding-bottom: 0;
}

.price-card .feature-points .feature-point .tick-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(74, 210, 137, 0.3);
  font-size: 18px;
  color: #41c76f;
}

.price-card .feature-points .feature-point .pera {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-title);
  line-height: 1.2;
}

.price-card .feature-points .feature-point.disable {
  opacity: 0.3;
}

.price-card .button-section {
  margin-top: 24px;
}

.price-card .imp-note {
  padding-top: 16px;
}

.price-card .imp-note .pera {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-title);
}

.section-bg-before-two::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#efeedb), to(rgba(239, 238, 219, 0)));
  background: linear-gradient(180deg, #efeedb 0%, rgba(239, 238, 219, 0) 100%);
}


/*---------------------------------------------
    :: Platform Card
-----------------------------------------------*/


.platform-area .hero-caption-one .highlight {
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.platform-area .hero-caption-one .title {
  margin-top: 16px;
  margin-bottom: 20px;
  color: var(--white);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

@media (max-width: 1199px) {
  .platform-area .hero-caption-one .title {
    font-size: 24px;
  }
}

.platform-area .hero-caption-one .pera {
  margin-bottom: 20px;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .platform-area .hero-caption-one .pera {
    font-size: 14px;
  }
}

.platform-area .hero-banner {
  position: relative;
  z-index: 1;
}

.platform-area .hero-banner img {
  width: 100%;
  height: 100%;
}

.platform-area .hero-footer {
  gap: 20px;
}

.platform-area .hero-footer .pera {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.platform-area .hero-footer .pera::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: var(--white);
}

.platform-area .hero-footer .pera:hover {
  color: var(--secondary-color);
}

.platform-area .hero-footer .pera:hover::after {
  background-color: var(--secondary-color);
}

.app-section-padding {
  padding-top: 95px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .app-section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/*---------------------------------------------
    :: Plan Card 
-----------------------------------------------*/
.search-tour-card {
  background-color: var(--white);
  border-radius: 16px;
  padding: 30px;
  position: relative;
  z-index: 2;
}

.search-tour-card .section-title {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--tertiary-border);
  margin-bottom: 0;
}

.search-tour-card .section-title .title {
  font-size: 24px;
  line-height: 1.3;
}

.search-tour-card .section-title .pera {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
}

.search-tour-card .shape-three {
  position: absolute;
  left: -60%;
  top: -20%;
  width: 400px;
  height: 470px;
  z-index: -1;
}

.search-tour-card .shape-three img {
  width: 100%;
  height: 100%;
}

.plan-section-two {
  padding-top: 34px;
}

@media (max-width: 991px) {
  .plan-section-two {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    gap: 20px;
  }
}

.plan-section-two .dropdown-section {
  padding-bottom: 7px;
  border-bottom: 1px solid var(--tertiary-border);
  margin-bottom: 28px;
}

.plan-section-two .dropdown-section i {
  color: var(--primary-title);
  font-size: 20px;
  margin-top: -10px;
}

@media (max-width: 1199px) {
  .plan-section-two .dropdown-section i {
    font-size: 16px;
  }
}

.plan-section-two .select-dropdown-section {
  padding-bottom: 9px;
  border-bottom: 1px solid var(--tertiary-border);
  margin-bottom: 24px;
}

.plan-section-two .select-dropdown-section i {
  color: var(--primary-title);
  font-size: 20px;
  margin-top: 0px;
}

@media (max-width: 1199px) {
  .plan-section-two .select-dropdown-section i {
    font-size: 16px;
  }
}

.plan-section-two .select-dropdown-section .select2-container--default .select2-selection--single.custom-select2-dropdown .select2-selection__arrow {
  right: 5px;
}

.plan-section-two .destination-result,
.plan-section-two .tour-result,
.plan-section-two .date-result,
.plan-section-two .user-result {
  color: var(--primary-paragraph);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  padding-left: 32px;
}

@media (max-width: 1199px) {

  .plan-section-two .destination-result,
  .plan-section-two .tour-result,
  .plan-section-two .date-result,
  .plan-section-two .user-result {
    padding-left: 26px;
  }
}

.plan-section-two .divider {
  width: 1px;
  height: 20px;
  background: linear-gradient(270.04deg, rgba(75, 80, 81, 0) -5.7%, #4b5051 44.9%, rgba(75, 80, 81, 0) 101.96%);
}

.plan-section-two .custom-dropdown {
  position: relative;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.plan-section-two .custom-dropdown .title {
  color: var(--primary-title);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .plan-section-two .custom-dropdown .title {
    font-size: 16px;
  }
}

.plan-section-two .custom-dropdown .arrow {
  margin-top: -10px;
}

.plan-section-two .custom-dropdown .arrow i {
  color: var(--primary-title);
  font-size: 28px;
}

.plan-section-two .sign-btn .btn-secondary-lg {
  padding: 12px 24px;
  width: 100%;
  text-align: center;
}

@media (max-width: 991px) {
  .plan-section-two .sign-btn .btn-secondary-lg {
    font-size: 14px;
    padding: 12px;
  }
}

.airport-desc {
  color: var(--primary-title);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 6px;
}

@media (max-width: 575px) {
  .airport-desc {
    font-size: 14px;
  }
}

.airport-name {
  color: var(--primary-paragraph);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: capitalize;
}

.user-picker {
  background-color: var(--white);
  width: 350px;
  border-radius: 8px;
  padding: 20px;
  position: absolute;
  top: 100%;
  z-index: 1;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.user-picker.show {
  display: block;
}

@media (max-width: 420px) {
  .user-picker {
    width: 260px;
  }
}

@media (max-width: 991px) {
  .user-picker {
    right: 0;
  }
}

.user-picker .user-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--secondary-border);
  margin-bottom: 14px;
}

.user-picker .user-category .category-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.user-picker .user-category .category-name .title {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-title);
  text-transform: capitalize;
}

.user-picker .user-category .category-name .pera {
  font-size: 12px;
  font-weight: 400;
  color: var(--primary-paragraph);
  text-transform: capitalize;
}

.user-picker .btn-section {
  text-align: right;
}

.user-picker .btn-section .done-btn {
  background-color: var(--secondary-color);
  font-size: 14px;
  padding: 8px 16px;
  font-weight: 400;
  border-radius: 8px;
  color: var(--white);
  display: inline-block;
  margin-left: auto;
}


/* plan section */


/*---------------------------------------------
    :: Plan Card 02
-----------------------------------------------*/
.search-tour-card {
  background-color: var(--white);
  border-radius: 16px;
  padding: 30px;
  position: relative;
  z-index: 2;
}

.search-tour-card .section-title {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--tertiary-border);
  margin-bottom: 0;
}

.search-tour-card .section-title .title {
  font-size: 24px;
  line-height: 1.3;
}

.search-tour-card .section-title .pera {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
}

.search-tour-card .shape-three {
  position: absolute;
  left: -60%;
  top: -20%;
  width: 400px;
  height: 470px;
  z-index: -1;
}

.search-tour-card .shape-three img {
  width: 100%;
  height: 100%;
}

.plan-section-two {
  padding-top: 34px;
}

@media (max-width: 991px) {
  .plan-section-two {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    gap: 20px;
  }
}

.plan-section-two .dropdown-section {
  padding-bottom: 7px;
  border-bottom: 1px solid var(--tertiary-border);
  margin-bottom: 28px;
}

.plan-section-two .dropdown-section i {
  color: var(--primary-title);
  font-size: 20px;
  margin-top: -10px;
}

@media (max-width: 1199px) {
  .plan-section-two .dropdown-section i {
    font-size: 16px;
  }
}

.plan-section-two .select-dropdown-section {
  padding-bottom: 9px;
  border-bottom: 1px solid var(--tertiary-border);
  margin-bottom: 24px;
}

.plan-section-two .select-dropdown-section i {
  color: var(--primary-title);
  font-size: 20px;
  margin-top: 0px;
}

@media (max-width: 1199px) {
  .plan-section-two .select-dropdown-section i {
    font-size: 16px;
  }
}

.plan-section-two .select-dropdown-section .select2-container--default .select2-selection--single.custom-select2-dropdown .select2-selection__arrow {
  right: 5px;
}

.plan-section-two .destination-result,
.plan-section-two .tour-result,
.plan-section-two .date-result,
.plan-section-two .user-result {
  color: var(--primary-paragraph);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  padding-left: 32px;
}

@media (max-width: 1199px) {

  .plan-section-two .destination-result,
  .plan-section-two .tour-result,
  .plan-section-two .date-result,
  .plan-section-two .user-result {
    padding-left: 26px;
  }
}

.plan-section-two .divider {
  width: 1px;
  height: 20px;
  background: linear-gradient(270.04deg, rgba(75, 80, 81, 0) -5.7%, #4b5051 44.9%, rgba(75, 80, 81, 0) 101.96%);
}

.plan-section-two .custom-dropdown {
  position: relative;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.plan-section-two .custom-dropdown .title {
  color: var(--primary-title);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .plan-section-two .custom-dropdown .title {
    font-size: 16px;
  }
}

.plan-section-two .custom-dropdown .arrow {
  margin-top: -10px;
}

.plan-section-two .custom-dropdown .arrow i {
  color: var(--primary-title);
  font-size: 28px;
}

.plan-section-two .sign-btn .btn-secondary-lg {
  padding: 12px 24px;
  width: 100%;
  text-align: center;
}

@media (max-width: 991px) {
  .plan-section-two .sign-btn .btn-secondary-lg {
    font-size: 14px;
    padding: 12px;
  }
}

.airport-desc {
  color: var(--primary-title);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 6px;
}

@media (max-width: 575px) {
  .airport-desc {
    font-size: 14px;
  }
}

.airport-name {
  color: var(--primary-paragraph);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: capitalize;
}

.user-picker {
  background-color: var(--white);
  width: 350px;
  border-radius: 8px;
  padding: 20px;
  position: absolute;
  top: 100%;
  z-index: 1;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.user-picker.show {
  display: block;
}

@media (max-width: 420px) {
  .user-picker {
    width: 260px;
  }
}

@media (max-width: 991px) {
  .user-picker {
    right: 0;
  }
}

.user-picker .user-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--secondary-border);
  margin-bottom: 14px;
}

.user-picker .user-category .category-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.user-picker .user-category .category-name .title {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-title);
  text-transform: capitalize;
}

.user-picker .user-category .category-name .pera {
  font-size: 12px;
  font-weight: 400;
  color: var(--primary-paragraph);
  text-transform: capitalize;
}

.user-picker .btn-section {
  text-align: right;
}

.user-picker .btn-section .done-btn {
  background-color: var(--secondary-color);
  font-size: 14px;
  padding: 8px 16px;
  font-weight: 400;
  border-radius: 8px;
  color: var(--white);
  display: inline-block;
  margin-left: auto;
}


/*---------------------------------------------
    :: Plan Card 03
-----------------------------------------------*/
.plan-section-three {
  background-color: var(--white);
  border-radius: 8px;
  padding: 16px 20px;
  padding-left: 25px;
  padding-bottom: 22px;
}

.plan-section-three .select-dropdown-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.plan-section-three .select-dropdown-section i {
  color: var(--primary-title);
  font-size: 20px;
}

@media (max-width: 1199px) {
  .plan-section-three .select-dropdown-section i {
    font-size: 16px;
  }
}

.plan-section-three .select2-container--default .select2-selection--single.custom-select2-dropdown .select2-selection__arrow b,
.plan-section-three .select2-container--default .select2-selection--single.custom-select2-dropdown-three .select2-selection__arrow b {
  display: none;
}

.plan-section-three .select2-container--default .select2-selection--single.custom-select2-dropdown-three .select2-selection__rendered {
  padding-top: 6px;
  padding-bottom: 6px;
}

.plan-section-three .select2-container--default .select2-selection--single.custom-select2-dropdown-three .select2-selection__rendered .select2-selection__placeholder {
  color: var(--primary-title);
}

.plan-section-three .select2-container--default .select2-selection--single.custom-select2-dropdown .select2-selection__rendered {
  color: #7a7e7e;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--Dm);
  line-height: 1.1;
  cursor: pointer;
  cursor: pointer;
  padding-left: 0;
}

.plan-section-three .select2-container--default .select2-selection--single.custom-select2-dropdown .select2-selection__rendered .select2-selection__placeholder {
  color: var(--primary-title);
}

@media (max-width: 1199px) {
  .plan-section-three .select2-container--default .select2-selection--single.custom-select2-dropdown .select2-selection__rendered {
    font-size: 12px;
  }
}

.plan-section-three .destination-result,
.plan-section-three .destination-result-three,
.plan-section-three .tour-result,
.plan-section-three .date-result,
.plan-section-three .user-result {
  color: var(--primary-paragraph);
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

.plan-section-three .destination-result-three {
  text-align: right;
}

.plan-section-three .divider {
  width: 1px;
  height: 20px;
  background: linear-gradient(270.04deg, rgba(75, 80, 81, 0) -5.7%, #4b5051 44.9%, rgba(75, 80, 81, 0) 101.96%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .plan-section-three .sign-btn .btn-secondary-lg {
    font-size: 14px;
  }
}

@media (max-width: 1399px) {
  .plan-section-three .sign-btn .btn-secondary-lg i {
    margin-right: 2px;
    font-size: 14px;
  }
}

.airport-desc {
  color: var(--primary-title);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 6px;
}

@media (max-width: 575px) {
  .airport-desc {
    font-size: 14px;
  }
}

.airport-name {
  color: var(--primary-paragraph);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: capitalize;
}

.user-picker {
  background-color: var(--white);
  width: 350px;
  border-radius: 8px;
  padding: 20px;
  position: absolute;
  top: 100%;
  z-index: 1;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.user-picker.show {
  display: block;
}

@media (max-width: 420px) {
  .user-picker {
    width: 260px;
  }
}

@media (max-width: 991px) {
  .user-picker {
    right: 0;
  }
}

.user-picker .user-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--secondary-border);
  margin-bottom: 14px;
}

.user-picker .user-category .category-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.user-picker .user-category .category-name .title {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-title);
  text-transform: capitalize;
}

.user-picker .user-category .category-name .pera {
  font-size: 12px;
  font-weight: 400;
  color: var(--primary-paragraph);
  text-transform: capitalize;
}

.user-picker .btn-section {
  text-align: right;
}

.user-picker .btn-section .done-btn {
  background-color: var(--secondary-color);
  font-size: 14px;
  padding: 8px 16px;
  font-weight: 400;
  border-radius: 8px;
  color: var(--white);
  display: inline-block;
  margin-left: auto;
}

.plan-area-three {
  margin-top: -142px;
  z-index: 1;
  position: relative;
}

@media (max-width: 991px) {
  .plan-area-three {
    margin-top: -30px;
  }
}

/* .choose-plan-nav .nav-tabs {
  border-bottom: 2px solid var(--tertiary-border);
} */
.nav-link {
  display: block;
  color: black;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-tabs .nav-link.active {
  color: rgb(255, 255, 255);
  background-color: var(--primary-color);
  border-color: white;
}

.nav-link:focus, .nav-link:hover {
  color: black
}

.choose-plan-nav .plan-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--primary-title);
  border: none;
  background-color: transparent;
  padding-bottom: 12px;
  margin-right: 20px;
}

.choose-plan-nav .plan-link i {
  font-size: 20px;
  font-weight: 500;
}

.choose-plan-nav .plan-link.active {
  border-bottom: 2px solid var(--primary-color);
  margin-bottom: -2px;
}

.choose-plan-nav .tab-content {
  padding-top: 30px;
  padding-left: 8px;
}

.choose-plan-nav label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
}

.choose-plan-nav label input {
  position: absolute;
  left: -9999px;
}

.choose-plan-nav label input:checked+.circle {
  background-color: var(--primary-color);
  border-color: var(--white);
}

.choose-plan-nav label input:checked+.circle:before {
  background: var(--white);
  border: 2px solid var(--primary-color);
}

.choose-plan-nav label input:checked~span {
  background-color: var(--primary-color);
  color: var(--white);
}

.choose-plan-nav label .circle {
  content: "";
  position: absolute;
  top: 12px;
  left: 20px;
  height: 16px;
  width: 16px;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  border-color: rgba(75, 80, 81, 0.5);
  border-style: solid;
  border-width: 2px;
}

.circle {
  content: "";
  position: absolute;
  top: 12px;
  left: 20px;
  height: 16px;
  width: 16px;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  border-color: rgba(75, 80, 81, 0.5);
  border-style: solid;
  border-width: 2px;
}

.circle::before {
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  -ms--transition: background 0.25s linear;
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 12px;
  width: 12px;
  content: "";
  background: transparent;
  border-radius: 50%;
}

.choose-plan-nav label .circle::before {
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  -ms--transition: background 0.25s linear;
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 12px;
  width: 12px;
  content: "";
  background: transparent;
  border-radius: 50%;
}

.choose-plan-nav label .radio-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 20px 8px 45px;
  border-radius: 8px;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  background-color: #ccc;
  color: var(--primary-title);
}

.choose-plan-nav .select-dropdown-section,
.choose-plan-nav .custom-date-three {
  border: 1px solid var(--tertiary-border);
  border-radius: 12px;
  padding: 8px 20px;
  background: transparent;
  width: 100%;
  max-width: 248px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .choose-plan-nav .select-dropdown-section,
  .choose-plan-nav .custom-date-three {
    max-width: 205px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .choose-plan-nav .select-dropdown-section,
  .choose-plan-nav .custom-date-three {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .choose-plan-nav .select-dropdown-section,
  .choose-plan-nav .custom-date-three {
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .choose-plan-nav .select-dropdown-section,
  .choose-plan-nav .custom-date-three {
    max-width: 225px;
  }
}

@media (max-width: 575px) {

  .choose-plan-nav .select-dropdown-section,
  .choose-plan-nav .custom-date-three {
    max-width: 100%;
  }
}

.choose-plan-nav .dropdown-section {
  width: 100%;
}

.choose-plan-nav .destination-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 575px) {
  .choose-plan-nav .destination-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
  }
}

.choose-plan-nav .month-title {
  color: var(--primary-title);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.choose-plan-nav .year-title {
  color: var(--primary-paragraph);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.choose-plan-nav .select2-container .select2-selection--single {
  height: 30px;
  background: transparent;
}

.choose-plan-nav .select2-container--default .select2-selection--single.custom-select2-dropdown .select2-selection__placeholder,
.choose-plan-nav .select2-container--default .select2-selection--single.custom-select2-dropdown-three .select2-selection__placeholder {
  line-height: 1.5;
}

.choose-plan-nav .swap-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--tertiary-border);
  font-size: 20px;
  color: var(--primary-title);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.choose-plan-nav .rotate-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.choose-plan-nav .btn-secondary-lg {
  padding: 18px 20px;
}

/*---------------------------------------------
    :: Trip
-----------------------------------------------*/
.trip-pills {
  margin-top: -30px;
  margin-bottom: 58px;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trip-pills .trip-nav {
  background-color: transparent;
  border: 1px solid var(--tertiary-border);
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-title);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.trip-pills .trip-nav.active, .trip-pills .trip-nav:hover {
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px solid transparent;
}

.trip-card {
  background-color: var(--tertiary-border);
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.trip-card:hover {
  background-color: var(--white);
  border: 1px solid var(--primary-color);
}

.trip-card:hover .trip-icon {
  background-color: var(--tertiary-border);
}

.trip-card .from-flex .from-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--primary-title);
  margin-bottom: 4px;
}

.trip-card .from-flex .from-pera {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--primary-paragraph);
}

.trip-card .trip-icon-flex {
  position: relative;
}

@media (max-width: 420px) {
  .trip-card .trip-icon-flex {
    display: none;
  }
}

.trip-card .trip-icon-flex::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -22px;
  left: 18px;
  width: 1px;
  height: 80px;
  border: 1px dashed var(--primary-paragraph);
}

.trip-card .trip-icon {
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--white);
  color: var(--primary-title);
  z-index: 12;
  position: relative;
}

/*---------------------------------------------
    :: About
-----------------------------------------------*/
.about-area {
  padding-top: 100px;
  padding-bottom: 110px;
  background-image: linear-gradient(350deg, #00d64a36 0%, #ffffff 90%);
}

@media (max-width: 991px) {
  .about-area .mx-430 {
    max-width: 100%;
  }
}

.about-imp-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.about-imp-link .icon {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--primary-title);
  color: var(--white);
  font-size: 20px;
}

.about-imp-link .content .pera {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.about-imp-link .content .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.about-count-section {
  position: relative;
}

.about-count-section .banner {
  border-radius: 16px;
  overflow: hidden;
}

.about-count-section .banner img {
  width: 100%;
  height: 100%;
}

.about-count-section .all-count-list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-count-section .all-count-list .count {
  color: var(--primary-title);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .about-count-section .all-count-list .count {
    font-size: 24px;
  }
}

.about-count-section .all-count-list .pera {
  color: var(--primary-title);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.5;
}

@media (max-width: 991px) {
  .about-count-section .all-count-list .pera {
    font-size: 14px;
  }
}

.about-count-section .divider {
  width: 1px;
  height: 30px;
  opacity: 0.3;
  background: -webkit-gradient(linear, right top, left top, color-stop(-5.7%, rgba(75, 80, 81, 0)), color-stop(44.9%, #4b5051), color-stop(101.96%, rgba(75, 80, 81, 0)));
  background: linear-gradient(270deg, rgba(75, 80, 81, 0) -5.7%, #4b5051 44.9%, rgba(75, 80, 81, 0) 101.96%);
}

@media (max-width: 991px) {
  .about-count-section .divider {
    display: none;
  }
}

.about-count-before-bg::before {
  content: "";
  position: absolute;
  bottom: -38px;
  left: -72px;
  border-radius: 32px 0px 0px 32px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(149, 178, 180, 0.6)), to(rgba(221, 245, 248, 0)));
  background: linear-gradient(90deg, rgba(149, 178, 180, 0.6) 0%, rgba(221, 245, 248, 0) 100%);
  width: 100%;
  height: 350px;
  z-index: -1;
}

@media (max-width: 1399px) {
  .about-count-before-bg::before {
    left: -34px;
  }
}

/*---------------------------------------------
    :: Destination Details
-----------------------------------------------*/
.destination-details-banner {
  position: relative;
}

.destination-details-banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 21, 22, 0)), to(#071516));
  background: linear-gradient(180deg, rgba(7, 21, 22, 0) 0%, #071516 100%);
  width: 100%;
  height: 76px;
  z-index: 10;
  border-radius: 12px;
}

.destination-details-banner .swiper-slide {
  border-radius: 12px;
}

.destination-details-banner .swiper-slide img {
  border-radius: 12px;
  width: 100%;
}

.destination-details-banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #d9d9d9;
  margin: 0 6px;
  z-index: 12;
}

.destination-details-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--white);
}

.destination-details-sectio .tour-list-card .list {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.destination-details-content {
  padding-top: 30px;
}

.destination-details-content .title {
  color: var(--primary-title);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .destination-details-content .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.destination-details-content .pera {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .destination-details-content .pera {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.destination-details-info .title {
  color: var(--primary-title);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .destination-details-info .title {
    font-size: 16px;
  }
}

.info-table .table {
  background-color: var(--tertiary-border);
  border-radius: 12px;
  border-collapse: unset;
}

.info-table .table tr {
  border: none;
}

.info-table .table th,
.info-table .table td {
  padding: 20px;
  border-bottom: 1px solid rgba(223, 222, 222, 0.8);
}

.info-table .table th {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-title);
  line-height: 1.5;
}

@media (max-width: 991px) {
  .info-table .table th {
    font-size: 14px;
  }
}

.info-table .table td {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-paragraph);
  line-height: 1.5;
}

@media (max-width: 991px) {
  .info-table .table td {
    font-size: 14px;
  }
}

.expect-list .list {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-paragraph);
  line-height: 1.5;
  padding-left: 22px;
  padding-bottom: 16px;
}

@media (max-width: 991px) {
  .expect-list .list {
    font-size: 14px;
  }
}

.expect-list .list::before {
  content: "\f3c1";
  position: absolute;
  top: 10px;
  left: 8px;
  font-size: 5px;
  font-family: "remixIcon";
  color: var(--primary-paragraph);
  font-weight: 400;
}

.expect-list .list:last-child {
  padding-bottom: 0;
}

.destination-accordion {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .destination-accordion {
    margin-bottom: 20px;
  }
}

.destination-accordion .accordion-item,
.destination-accordion .accordion-button:not(.collapsed) {
  background-color: var(--tertiary-border);
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-title);
  line-height: 1.4;
  border-radius: 12px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991px) {

  .destination-accordion .accordion-item,
  .destination-accordion .accordion-button:not(.collapsed) {
    font-size: 16px;
  }
}

.destination-accordion .accordion-item {
  margin-bottom: 20px;
}

.destination-accordion .accordion-button,
.destination-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  padding: 20px;
  background-color: var(--tertiary-border);
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-title);
  line-height: 1.4;
  border-radius: 12px;
  border: none;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991px) {

  .destination-accordion .accordion-button,
  .destination-accordion .accordion-item:last-of-type .accordion-button.collapsed {
    font-size: 16px;
  }
}

.destination-accordion .accordion-body {
  border-top: 1px solid rgba(75, 80, 81, 0.3);
  padding: 17px 20px 20px 20px;
}

.destination-accordion .accordion-body .list {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-paragraph);
  line-height: 1.5;
  padding-left: 22px;
  padding-bottom: 0px;
}

@media (max-width: 991px) {
  .destination-accordion .accordion-body .list {
    font-size: 14px;
  }
}

.destination-accordion .accordion-body .list::before {
  content: "\f3c1";
  position: absolute;
  top: 10px;
  left: 8px;
  font-size: 5px;
  font-family: "remixIcon";
  color: var(--primary-paragraph);
  font-weight: 400;
}

.destination-accordion .accordion-item:first-of-type .accordion-button {
  border-radius: 12px;
}

.destination-accordion .accordion-button::after {
  content: "\ea4e";
  position: absolute;
  top: 10px;
  right: 26px;
  font-size: 30px;
  font-family: "remixIcon";
  color: var(--primary-title);
  font-weight: 500;
  background-image: none;
}

@media (max-width: 991px) {
  .destination-accordion .accordion-button::after {
    font-size: 24px;
  }
}

.destination-accordion .accordion-button:not(.collapsed)::after {
  top: 32px;
}

.tour-list-card {
  padding: 24px;
  background-color: var(--primary-soft-color);
  border-radius: 12px;
}

@media (max-width: 420px) {
  .tour-list-card {
    padding: 20px 12px 20px 12px;
  }
}

.tour-list-card .package-content {
  padding: 0;
}

.tour-list-card .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(75, 80, 81, 0.3);
}

.tour-list-card .list:last-child {
  border: none;
}

.tour-list-card .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-title);
  line-height: 1.4;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(75, 80, 81, 0.3);
}

@media (max-width: 991px) {
  .tour-list-card .title {
    font-size: 16px;
  }
}

.tour-list-card .package-img {
  width: 120px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
}

.tour-list-card .package-img img {
  width: 100%;
  height: 100%;
}

.tour-list-card .see-more-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--secondary-color);
}

@media (max-width: 991px) {
  .tour-list-card .see-more-text {
    font-size: 14px;
  }
}

/*---------------------------------------------
    :: Contact us
-----------------------------------------------*/
.contact-card {
  background-color: #02c14347;
  border-radius: 12px;
  padding: 30px 40px;
  z-index: 1;
  position: relative;
}

@media (max-width: 991px) {
  .contact-card {
    padding: 20px;
  }
}

.contact-card .contact-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--primary-title);
  margin-bottom: 19px;
  margin-top: 38px;
}

@media (max-width: 991px) {
  .contact-card .contact-heading {
    font-size: 20px;
  }
}

.custom-form {
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid var(--primary-border);
  background: var(--body);
  height: 52px;
  width: 100%;
  color: var(--primary-title);
}

.custom-form-textarea {
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid var(--primary-border);
  background: var(--body);
  min-height: 317px;
  width: 100%;
  color: var(--primary-title);
}

@media (max-width: 767px) {
  .custom-form-textarea {
    min-height: 200px;
  }
}

.send-btn {
  border-radius: 8px;
  background-color: var(--primary-color);
  padding: 14px 30px;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border: 1px solid var(--primary-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .send-btn {
    font-size: 14px;
  }
}

.send-btn:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.contact-bg-before::before {
  content: "";
  position: absolute;
  top: 0;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.map-frame {
  -webkit-filter: grayscale(100%) invert(92%) contrast(83%);
  filter: grayscale(100%) invert(92%) contrast(83%);
  margin-bottom: -15px;
  width: 100%;
}

.comment-section {
  padding-top: 30px;
}

.comment-section .main-profile {
  position: relative;
  padding: 40px 50px;
  border-radius: 12px;
  background-color: var(--tertiary-border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .comment-section .main-profile {
    padding: 24px;
    margin-bottom: 24px;
  }
}

@media (max-width: 420px) {
  .comment-section .main-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comment-section .main-profile::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 12px;
  background-color: var(--primary-color);
}

.comment-section .main-profile .user-info .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--primary-title);
  margin-bottom: 4px;
}

@media (max-width: 991px) {
  .comment-section .main-profile .user-info .name {
    font-size: 18px;
  }
}

.comment-section .main-profile .user-info .desg {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--primary-title);
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .comment-section .main-profile .user-info .desg {
    font-size: 14px;
  }
}

.comment-section .main-profile .user-info .pera {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--primary-paragraph);
}

@media (max-width: 991px) {
  .comment-section .main-profile .user-info .pera {
    font-size: 14px;
  }
}

.comment-section .main-profile-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  margin-right: -20px;
}

.comment-section .main-profile-two .user-info {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--tertiary-border);
}

.comment-section .main-profile-two .user-info .name-sm {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--primary-title);
}

@media (max-width: 991px) {
  .comment-section .main-profile-two .user-info .name-sm {
    font-size: 16px;
  }
}

.comment-section .main-profile-two .user-info .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--primary-title);
  margin-bottom: 20px;
}

.comment-section .main-profile-two .user-info .pera {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--primary-paragraph);
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .comment-section .main-profile-two .user-info .pera {
    font-size: 14px;
  }
}

.comment-section .user-img-lg {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.comment-section .user-img-lg img {
  width: 100%;
  height: 100%;
}

.comment-section .user-img-sm {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.comment-section .user-img-sm img {
  width: 100%;
  height: 100%;
}

.comment-count {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--primary-title);
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .comment-count {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.replied-profile {
  margin-left: 50px;
}

@media (max-width: 575px) {
  .replied-profile {
    margin-left: 20px;
  }
}

.search-filter-section {
  padding: 10px 20px 10px 20px;
  border: 1px solid var(--tertiary-border);
  border-radius: 12px;
}

.search-filter-section .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--tertiary-border);
  padding-top: 20px;
}

.search-filter-section .heading i {
  font-size: 30px;
  font-weight: 700;
}

.search-filter-section .heading .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .search-filter-section .heading .title {
    font-size: 18px;
  }
}


.news-card-two {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--tertiary-border);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news-card-two:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(144, 149, 150, 0.2);
  box-shadow: 0px 8px 12px 0px rgba(144, 149, 150, 0.2);
}

.news-card-two .news-banner-two img {
  width: 100%;
}

.news-card-two .news-content {
  padding: 20px;
  overflow: hidden;
  cursor: pointer;
}

.news-card-two .news-content .heading {
  margin-bottom: 4px;
}

.news-card-two .news-content .heading .heading-pera {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .news-card-two .news-content .heading .heading-pera {
    font-size: 14px;
  }
}

.news-card-two .news-content .title {
  color: var(--primary-title);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

.news-card-two .news-content .title:hover {
  color: var(--primary-color);
}

@media (max-width: 991px) {
  .news-card-two .news-content .title {
    font-size: 16px;
  }
}

.news-card-two .news-content .news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-card-two .news-content .news-info .all-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-card-two .news-content .news-info .all-user .happy-user {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid var(--white);
  overflow: hidden;
  margin-right: -10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .news-card-two .news-content .news-info .all-user .happy-user {
    margin-right: -20px;
  }
}

@media (max-width: 575px) {
  .news-card-two .news-content .news-info .all-user .happy-user {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
}

.news-card-two .news-content .news-info .all-user .happy-user img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-card-two .news-content .news-info .all-user .happy-user:hover {
  cursor: pointer;
  border: none;
  scale: 1.25;
}

.news-card-two .news-content .news-info .name {
  font-size: 14px;
  color: var(--primary-title);
  font-weight: 400;
  line-height: 1.2;
}

.news-card-two .news-content .news-info .time {
  font-size: 14px;
  color: var(--primary-paragraph);
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
}

.news-detals-search {
  position: relative;
  margin-top: 20px;
}

.news-detals-search .search-input {
  width: 100%;
  padding: 12px 12px 12px 46px;
  border-radius: 8px;
  border: 1px solid var(--tertiary-border);
  height: 44px;
  color: var(--primary-title);
}

.news-detals-search .search-input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--primary-paragraph);
}

.news-detals-search .search-input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--primary-paragraph);
}

.news-detals-search .search-input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--primary-paragraph);
}

.news-detals-search .search-input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--primary-paragraph);
}

.news-detals-search .search-input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--primary-paragraph);
}

.news-detals-search .icon {
  position: absolute;
  top: 10px;
  left: 16px;
  font-size: 18px;
  color: var(--primary-paragraph);
}

.recent-news-list {
  padding-top: 20px;
}

.recent-news-list .list {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--tertiary-border);
  margin-bottom: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.recent-news-list .list:hover .title {
  color: var(--primary-color);
}

.recent-news-list .list .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--primary-title);
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .recent-news-list .list .title {
    font-size: 16px;
  }
}

.recent-news-list .list .date {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--primary-color);
}

@media (max-width: 991px) {
  .recent-news-list .list .date {
    font-size: 14px;
  }
}

.recent-news-list .list .time {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--primary-paragraph);
}

/*---------------------------------------------
    :: Tour List
-----------------------------------------------*/
@media (max-width: 1199px) {
  .tour-list-section .search-filter-section {
    left: -412px;
    width: 412px;
    position: fixed;
    height: 100vh;
    padding-right: 0;
  }
}

@media (max-width: 420px) {
  .tour-list-section .search-filter-section {
    left: -320px;
    width: 320px;
  }
}

.tour-list-section .search-filter-section.sidenav-active {
  -webkit-transform: translateX(412px);
  transform: translateX(412px);
  top: 0;
  background: var(--white);
  padding: 20px;
  z-index: 99;
  position: fixed;
  overflow-y: auto;
  opacity: 1;
  height: 100%;
  border-radius: 0;
}

@media (max-width: 420px) {
  .tour-list-section .search-filter-section.sidenav-active {
    -webkit-transform: translateX(320px);
    transform: translateX(320px);
  }
}

.tour-list-section .search-filter-section {
  padding: 0px 20px 30px 20px;
  border: 1px solid var(--tertiary-border);
  border-radius: 12px;
}

.tour-list-section .search-filter-section .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--tertiary-border);
  padding-top: 30px;
}

.tour-list-section .search-filter-section .heading i {
  font-size: 30px;
  font-weight: 700;
}

.tour-list-section .search-filter-section .heading .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.tour-list-section .search-filter-section .tour-search {
  margin-top: 20px;
}

.tour-list-section .search-filter-section .tour-search .select2-title {
  font-size: 16px;
}

.tour-list-section .search-filter-section .tour-search .select2-container--default .select2-selection--single.custom-select2-dropdown .select2-selection__placeholder {
  font-size: 16px;
}

.tour-list-section .search-filter-section .tour-search .select2-container--default .select2-selection--single.custom-select2-dropdown .select2-selection__rendered {
  padding-top: 0;
  padding-left: 26px;
}

.tour-list-section .search-filter-section .tour-search .select2-container .select2-selection--single {
  height: 20px;
}

.tour-list-section .search-filter-section .tour-search .user-picker {
  z-index: 13;
}

.tour-list-section .search-filter-section .tour-search .select-dropdown-section {
  border: 1px solid var(--tertiary-border);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
  padding-bottom: 6px;
  padding-top: 13px;
}

.tour-list-section .search-filter-section .tour-search .dropdown-section {
  border: 1px solid var(--tertiary-border);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
  padding-bottom: 14px;
  padding-top: 13px;
}

.tour-list-section .search-filter-section .tour-search .dropdown-section .dropdown-icon {
  color: var(--primary-title);
  font-size: 16px;
  margin-top: -5px;
}

@media (max-width: 1199px) {
  .tour-list-section .search-filter-section .tour-search .dropdown-section .dropdown-icon {
    font-size: 16px;
  }
}

.tour-list-section .search-filter-section .tour-search .dropdown-section:last-child {
  margin-bottom: 0;
}

.tour-list-section .search-filter-section .tour-search .select-dropdown-section .dropdown-icon {
  color: var(--primary-title);
  font-size: 18px;
  margin-top: -5px;
}

@media (max-width: 1199px) {
  .tour-list-section .search-filter-section .tour-search .select-dropdown-section .dropdown-icon {
    font-size: 16px;
  }
}

.tour-list-section .search-filter-section .tour-search .select-dropdown-section .select2-container--default .select2-selection--single.custom-select2-dropdown .select2-selection__arrow {
  right: 5px;
}

.tour-list-section .search-filter-section .tour-search .destination-result,
.tour-list-section .search-filter-section .tour-search .tour-result,
.tour-list-section .search-filter-section .tour-search .date-result,
.tour-list-section .search-filter-section .tour-search .user-result {
  color: var(--primary-paragraph);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  padding-left: 29px;
  margin-bottom: -3px;
}

@media (max-width: 1199px) {

  .tour-list-section .search-filter-section .tour-search .destination-result,
  .tour-list-section .search-filter-section .tour-search .tour-result,
  .tour-list-section .search-filter-section .tour-search .date-result,
  .tour-list-section .search-filter-section .tour-search .user-result {
    padding-left: 26px;
  }
}

.tour-list-section .search-filter-section .tour-search .custom-dropdown {
  position: relative;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.tour-list-section .search-filter-section .tour-search .custom-dropdown .title {
  color: var(--primary-title);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .tour-list-section .search-filter-section .tour-search .custom-dropdown .title {
    font-size: 14px;
  }
}

.tour-list-section .search-filter-section .tour-search .custom-dropdown .arrow {
  margin-top: -10px;
}

.tour-list-section .search-filter-section .tour-search .custom-dropdown .arrow i {
  color: var(--primary-title);
  font-size: 28px;
}

.tour-list-section .search-filter-section .price-range-slider {
  width: 100%;
  padding-top: 24px;
}

.tour-list-section .search-filter-section .price-range-slider .range-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  margin-top: 24px;
}

.tour-list-section .search-filter-section .price-range-slider .range-value .pera {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--primary-paragraph);
  text-transform: capitalize;
}

.tour-list-section .search-filter-section .price-range-slider .range-value input {
  border: none;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--primary-paragraph);
  background: transparent;
}

.tour-list-section .search-filter-section .price-range-slider .range-bar {
  border: none;
  background: var(--primary-soft-color);
  height: 8px;
  width: 96%;
  margin-left: 8px;
}

.tour-list-section .search-filter-section .price-range-slider .range-bar .ui-slider-range {
  background: var(--primary-color);
}

.tour-list-section .search-filter-section .price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid var(--primary-color);
  height: 20px;
  width: 20px;
  top: -6px;
  cursor: pointer;
}

.tour-list-section .search-filter-section .price-range-slider .range-bar .ui-slider-handle+span {
  background: var(--primary-color);
}

.tour-list-section .search-filter-section .apply-btn {
  padding: 4px 10px;
  border-radius: 4px;
  background-color: var(--tertiary-border);
  color: var(--primary-paragraph);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.tour-list-section .search-filter-section .ratting-section {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.tour-list-section .search-filter-section .ratting-section .ratting-checkbox {
  position: relative;
  float: left;
  border: 1px solid var(--tertiary-border);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.tour-list-section .search-filter-section .ratting-section .ratting-checkbox span {
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--primary-paragraph);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.tour-list-section .search-filter-section .ratting-section .ratting-checkbox div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 25px;
}

.tour-list-section .search-filter-section .ratting-section .ratting-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.tour-list-section .search-filter-section .ratting-section .ratting-checkbox input[type=checkbox]:checked+div {
  background-color: var(--primary-color);
  border-radius: 4px;
}

.tour-list-section .search-filter-section .ratting-section .ratting-checkbox input[type=checkbox]:checked+div span {
  color: var(--white);
}

.tour-list-section .search-filter-section .offer-list {
  padding-top: 20px;
}

.tour-list-section .search-filter-section .offer-list .pera {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--primary-paragraph);
}

.showing-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--tertiary-border);
}

.showing-result .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--primary-title);
}

.showing-result .sorting-dropdown .select2-container--default .select2-selection--single {
  background-color: var(--tertiary-border);
  padding: 12px 16px;
  height: 100%;
}

.showing-result .sorting-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--primary-title);
}

.showing-result .sorting-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-style: solid;
  position: absolute;
  top: 50%;
  width: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid var(--primary-title);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.showing-result .sorting-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 20px;
}

.all-tour-list {
  padding-top: 30px;
}

.expand-icon {
  border-radius: 12px;
  min-width: 60px;
  width: 60px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--tertiary-border);
  font-size: 24px;
  margin-left: auto;
  cursor: pointer;
}

.cover-active {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 10;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

/*---------------------------------------------
    :: Tour Details
-----------------------------------------------*/

@media (max-width: 991px) {
  .tourSwiper-active {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.tourSwiper-active .swiper-slide {
  max-height: 400px;
  border-radius: 12px;
  overflow: hidden;
  width: 70%;
}

@media (max-width: 1891px) {
  .tourSwiper-active .swiper-slide {
    height: 400px;
    width: 100%;
  }
}

@media (max-width: 1691px) {
  .tourSwiper-active .swiper-slide {
    height: 400px;
    width: 100%;
  }
}

@media (max-width: 1391px) {
  .tourSwiper-active .swiper-slide {
    height: 300px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .tourSwiper-active .swiper-slide {
    height: 300px;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .tourSwiper-active .swiper-slide {
    height: 290px;
    width: 100%;
  }
}

.tourSwiper-active .swiper-slide img {
  width: 100%;
  height: 100%;
}

.tourSwiper-active .swiper-slide-prev,
.tourSwiper-active .swiper-slide-next {
  opacity: 0.5;
}

.tourSwiper-active .swiper-button-next::after,
.tourSwiper-active .swiper-button-prev::after {
  content: "";
}

.tourSwiper-active .swiper-button-next {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--primary-color);
  right: unset;
  right: 22%;
  font-size: 30px;
  color: var(--white);
}

@media (max-width: 991px) {
  .tourSwiper-active .swiper-button-next {
    display: none;
  }
}

.tourSwiper-active .swiper-button-prev {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--white);
  right: unset;
  left: 22%;
  font-size: 30px;
  color: var(--primary-title);
}

@media (max-width: 991px) {
  .tourSwiper-active .swiper-button-prev {
    display: none;
  }
}

.tour-details-container .details-heading {
  padding-top: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--tertiary-border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tour-details-container .details-heading .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--primary-title);
}

@media (max-width: 991px) {
  .tour-details-container .details-heading .title {
    font-size: 24px;
  }
}

.tour-details-container .details-heading .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--primary-color);
}

@media (max-width: 991px) {
  .tour-details-container .details-heading .location {
    font-size: 16px;
  }
}

.tour-details-container .details-heading .location .name {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.5;
}

@media (max-width: 991px) {
  .tour-details-container .details-heading .location .name {
    font-size: 16px;
  }
}

.tour-details-container .details-heading .divider {
  width: 1px;
  height: 20px;
  opacity: 0.3;
  background: -webkit-gradient(linear, right top, left top, color-stop(-5.7%, rgba(75, 80, 81, 0)), color-stop(44.9%, #4b5051), color-stop(101.96%, rgba(75, 80, 81, 0)));
  background: linear-gradient(270deg, rgba(75, 80, 81, 0) -5.7%, #4b5051 44.9%, rgba(75, 80, 81, 0) 101.96%);
}

.tour-details-container .details-heading .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: var(--primary-title);
}

@media (max-width: 991px) {
  .tour-details-container .details-heading .count {
    font-size: 16px;
  }
}

.tour-details-container .details-heading .count .pera {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-title);
  line-height: 1.5;
}

.tour-details-container .price-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tour-details-container .price-review .pera {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary-title);
  line-height: 1.1;
}

@media (max-width: 991px) {
  .tour-details-container .price-review .pera {
    font-size: 24px;
  }
}

.tour-details-container .price-review .light-pera {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--primary-paragraph);
}

@media (max-width: 991px) {
  .tour-details-container .price-review .light-pera {
    font-size: 14px;
  }
}

.tour-details-container .price-review .rating {
  color: var(--ratting-color);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .tour-details-container .price-review .rating {
    font-size: 16px;
  }
}

.tour-details-container .price-review .rating .pera {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-title);
  line-height: 1.5;
}

.tour-details-container .tour-details-content .title {
  color: var(--primary-title);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .tour-details-container .tour-details-content .title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.tour-details-container .tour-details-content .pera {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .tour-details-container .tour-details-content .pera {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.tour-details-container .date-travel-card {
  background-color: var(--tertiary-border);
  border-radius: 12px;
  padding: 24px;
}

.tour-details-container .date-travel-card .price-review {
  gap: 2px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(75, 80, 81, 0.3);
}

.tour-details-container .date-travel-card .price-review .rating {
  color: var(--ratting-color);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .tour-details-container .date-travel-card .price-review .rating {
    font-size: 16px;
  }
}

.tour-details-container .date-travel-card .price-review .rating .pera {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-title);
  line-height: 1.5;
}

.tour-details-container .date-travel-card .heading-card {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--primary-title);
  padding-top: 24px;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .tour-details-container .date-travel-card .heading-card {
    font-size: 18px;
  }
}

.tour-details-container .date-travel-card .date-time-dropdown {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: var(--white);
  border: 1px solid var(--tertiary-border);
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.tour-details-container .date-travel-card .date-time-dropdown:hover {
  cursor: pointer;
}

.tour-details-container .date-travel-card .date-time-dropdown .date-time-result {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--primary-title);
}

.tour-details-container .date-travel-card .dropdown-section {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: var(--white);
  border: 1px solid var(--tertiary-border);
}

.tour-details-container .date-travel-card .dropdown-section .dropdown-icon {
  color: var(--primary-title);
  font-size: 24px;
}

.tour-details-container .date-travel-card .custom-dropdown {
  position: relative;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.tour-details-container .date-travel-card .custom-dropdown .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--primary-title);
  cursor: pointer;
}

@media (max-width: 1199px) {
  .tour-details-container .date-travel-card .custom-dropdown .title {
    font-size: 14px;
  }
}

.tour-details-container .date-travel-card .custom-dropdown .arrow {
  margin-top: -10px;
}

.tour-details-container .date-travel-card .custom-dropdown .arrow i {
  color: var(--primary-title);
  font-size: 28px;
}

.tour-details-container .date-travel-card .footer {
  padding-top: 24px;
}

.tour-details-container .date-travel-card .footer .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--primary-title);
  padding-bottom: 6px;
}

@media (max-width: 991px) {
  .tour-details-container .date-travel-card .footer .title {
    font-size: 16px;
  }
}

.tour-details-container .date-travel-card .footer .pera {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--primary-paragraph);
}

@media (max-width: 991px) {
  .tour-details-container .date-travel-card .footer .pera {
    font-size: 14px;
  }
}

.footer-policy {
  border-right: 1px solid #000000 !important;
  margin-right: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 13px;
}

.footer-contact {
  font-size: 16px;
}

.support-footer, .mail-footer {
  position: relative;
  margin-top: 0px;
  left: 0;
  top: 0;
  font-size: 14px;
}

@media (min-width: 576px) {
  .support-footer {
    left: 205px;
    top: -43px;
  }

  .mail-footer {
    left: 82px;
    top: -17px;
  }
}

.testimonial-area-three .hero-banner .video-player {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tour-details-container .tour-include-exclude {
  border: 1px solid var(--tertiary-border);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .tour-details-container .tour-include-exclude {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.tour-details-container .tour-include-exclude .divider {
  opacity: 0.3;
  background: -webkit-gradient(linear, right top, left top, color-stop(-5.7%, rgba(75, 80, 81, 0)), color-stop(44.9%, #4b5051), color-stop(101.96%, rgba(75, 80, 81, 0)));
  background: linear-gradient(270deg, rgba(75, 80, 81, 0) -5.7%, #4b5051 44.9%, rgba(75, 80, 81, 0) 101.96%);
  width: 1px;
  height: 182px;
}

@media (max-width: 991px) {
  .tour-details-container .tour-include-exclude .divider {
    display: none;
  }
}

.tour-details-container .includ-exclude-point .title {
  color: var(--primary-title);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .tour-details-container .includ-exclude-point .title {
    font-size: 18px;
  }
}

.tour-details-container .policy-point {
  padding-left: 20px;
}

.tour-details-container .policy-point .list {
  list-style-type: decimal;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-paragraph);
  line-height: 1.5;
}

/*---------------------------------------------
    :: Login
-----------------------------------------------*/
.login-area .login-card {
  padding: 48px;
  background: var(--white);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 30px 0px rgb(21 21 21 / 11%);
}

@media (max-width: 575px) {
  .login-area .login-card {
    padding: 30px;
  }
}

.login-area .login-card img {
  margin: auto;
  display: block;
}

.login-area .login-card .title {
  padding-top: 60px;
  padding-bottom: 40px;
}

.login-area .login-card .title h4 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: var(--primary-title);
  text-align: center;
}

.login-area .login-card .remember-me {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.login-area .login-card .remember-me label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}

.login-area .login-card .remember-me label small {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-title);
  margin-left: 8px;
}

.login-area .login-card .remember-me .checkbox {
  margin-right: 10px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.login-area .login-card .remember-me .checkbox:checked~.checkmark {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.login-area .login-card .remember-me .checkbox:checked~.checkmark::after {
  display: block;
}

.login-area .login-card .remember-me .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1.5px solid #b1b5c4;
  margin-right: 12px;
  border-radius: 50%;
}

.login-area .login-card .remember-me .checkmark::after {
  content: "\eb7b";
  font-family: var(--remix-icon);
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--white);
  display: none;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.login-area .login-card .remember-me .forget-section span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  letter-spacing: 0.5px;
  color: var(--tertiary-color);
}

.login-area .terms-condition span {
  color: var(--tertiary-color);
}

.login-area .login-image img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .login-area .login-image img {
    display: none;
  }
}

.gutter-x-120 {
  --bs-gutter-x: 120px;
}

.login-bg {
  position: relative;
}

.login-bg::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url(../images/auth-bg.html);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .login-bg::before {
    width: 50%;
    background-size: contain;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .login-bg::before {
    width: 50%;
    background-size: contain;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .login-bg::before {
    width: 40%;
    background-size: contain;
  }
}

@media (max-width: 991px) {
  .login-bg::before {
    display: none;
  }
}

.login-btn {
  border: 1px solid var(--primary-border);
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  color: var(--primary-paragraph);
  font-size: 14px;
  padding: 12px 15px;
  font-weight: 500;
}

.login-btn:hover {
  background: var(--primary-color);
  border: 1px solid transparent;
  color: var(--white);
}

.login-footer .create-account p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: var(--primary-paragraph);
  text-align: center;
  margin-block: 28px;
}

.contact-form .contact-label {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--primary-paragraph);
  margin-bottom: 8px;
}

.contact-form .contact-input {
  color: var(--primary-title);
  height: 49px;
  width: 100%;
  font-size: 16px;
  padding: 11px 14px 11px 14px;
  position: relative;
  border-radius: 8px;
  background: transparent;
  border: 1px solid var(--primary-border);
  text-transform: none;
}

.contact-form .contact-input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.contact-form .contact-input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.contact-form .contact-input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.contact-form .contact-input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.contact-form .contact-input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.sign-with p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: var(--primary-color);
}

.sign-with .icon-login-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

@media (max-width: 575px) {
  .sign-with .icon-login-section {
    gap: 20px;
  }
}

.sign-with .icon-login-section .icon-login a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid var(--primary-border);
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: var(--primary-paragraph);
  font-size: 18px;
}

@media (max-width: 575px) {
  .sign-with .icon-login-section .icon-login a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}

.sign-with .icon-login-section .icon-login a:hover {
  background: var(--primary-color);
  border: 1px solid transparent;
  color: var(--white);
}

.password-input {
  padding-right: 32px;
}

.toggle-password {
  position: absolute;
  top: 45px;
  right: 16px;
  cursor: pointer;
  z-index: 2;
  font-size: 18px;
}

/*---------------------------------------------
    :: Payment
-----------------------------------------------*/
.payment-gateway-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.payment-gateway-list .single-gateway-item {
  display: inline-block;
  position: relative;
  width: 111px;
  height: 50px;
  border: 1px solid var(--primary-border);
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
  cursor: pointer;
}

.payment-gateway-list .single-gateway-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 6px;
}

.payment-gateway-list .single-gateway-item::after {
  position: absolute;
  right: -8px;
  top: -10px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  background-color: transparent;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 10px;
  text-align: center;
  margin: 0 auto;
  z-index: 9;
}

.payment-gateway-list .single-gateway-item.selected {
  position: relative;
  background: rgba(var(--primary-color-rgb), 0.05);
}

.payment-gateway-list .single-gateway-item.selected::before {
  content: "";
  border: 1px solid var(--primary-color);
}

.payment-gateway-list .single-gateway-item.selected::after {
  content: "\eb7b";
  font-weight: 900;
  font-family: var(--remix-icon);
}

.payment-gateway-list .single-gateway-item img {
  padding: 9px 20px;
  margin-right: 12px;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
}

.donation-payment .select2-container--default .select2-selection--single {
  border: 1px solid var(--primary-border);
  padding: 11px 14px 11px 14px;
  border-radius: 8px;
  height: 50px;
}

.donation-payment .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px;
}

.donation-payment .remember-me {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.donation-payment .remember-me label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}

.donation-payment .remember-me label small {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-title);
  margin-left: 8px;
}

.donation-payment .remember-me .checkbox-style {
  margin-right: 10px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.donation-payment .remember-me .checkbox-style:checked~.checkmark-style {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.donation-payment .remember-me .checkbox-style:checked~.checkmark-style::after {
  display: block;
}

.donation-payment .remember-me .checkmark-style {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1.5px solid var(--primary-border);
  margin-right: 12px;
  border-radius: 4px;
}

.donation-payment .remember-me .checkmark-style::after {
  content: url("../images/imgLLC/tick.png");
  position: absolute;
  left: 0;
  top: -2px;
  display: none;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.donation-payment .remember-me .forget-section span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  letter-spacing: 0.5px;
  color: var(--primary-color);
}

.priceListing .listing .listItem .rightCap {
  font-family: var(--heading-font);
  font-size: 16px;
  color: #667085;
  display: block;
}

.input-form.input-form2 input {
  padding: 9px 18px 9px 19px;
}

.paymentDetails .donationPostUser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  .paymentDetails .donationPostUser {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.paymentDetails .donationPostUser .tittle {
  color: var(--heading-color);
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}

.paymentDetails .donationPostUser img {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 10px;
  font-size: 16px;
  max-width: 80px;
  height: auto;
}

.priceListing .listing .listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.priceListing .listing .listItem:last-child {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-bottom: 0;
}

.date-time .single {
  background: var(--primary-color);
  display: inline-block;
  text-align: center;
  height: 66px;
  width: 70px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 3px 4px;
  border-radius: 8px;
  border: 1px solid var(--primary-color);
}

@media (max-width: 575px) {
  .date-time .single {
    margin-left: 3px;
    width: 57px;
  }
}

.date-time .single:first-child {
  margin-left: 0;
}

.date-time .single .cap {
  font-size: 12px;
  margin-bottom: 0;
  color: var(--white);
  font-weight: 500;
}

.date-time .time {
  font-size: 24px;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 0px;
  display: block;
}

.payment-invoice {
  padding: 40px;
  max-width: 950px;
}

.payment-invoice .table-sm> :not(caption)>*>* {
  padding: 8px 16px;
}

.payment-invoice .listing {
  float: left;
}

.payment-invoice .listing .single-list:not(:last-child) {
  border-right: 1px solid var(--primary-border);
  padding-right: 15px;
  margin-right: 15px;
}

.blog-section-two .single-blog {
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--white);
  cursor: pointer;
}

.blog-section-two .single-blog:hover {
  -webkit-box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
}

.blog-section-two .single-blog:hover .blog-img .blog-badge {
  background-color: var(--secondary-color);
}

.blog-section-two .single-blog:hover .blog-img .blog-badge .subtitle {
  color: var(--primary-title);
}

.blog-section-two .single-blog:hover .blog-info {
  border-color: transparent;
}

.blog-section-two .single-blog .blog-img img {
  border-radius: 10px 10px 0 0;
}

.blog-section-two .single-blog .blog-img .blog-img-overlay-text {
  position: absolute;
  left: 24px;
  bottom: 0px;
  color: white;
  font-size: 14px;
}

.blog-section-two .single-blog .blog-img .blog-img-overlay-text .info,
.blog-section-two .single-blog .blog-img .blog-img-overlay-text i {
  color: var(--white);
  font-size: 14px;
}

.blog-section-two .single-blog .blog-img .blog-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--primary);
  border-radius: 10px;
  padding: 15px;
}

.blog-section-two .single-blog .blog-img .blog-badge .subtitle {
  text-align: center;
  font-size: 14px;
  color: var(--white);
  font-weight: 700;
}

.blog-section-two .single-blog .blog-info {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 0 10px 10px;
  border: 1px solid var(--primary-gray);
  border-top: 0;
}

.blog-section-two .single-blog .blog-info-title {
  padding: 20px;
  margin-top: 6px;
  color: var(--primary-title);
}

.blog-section-two .single-blog .blog-info-title .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--primary-title);
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .blog-section-two .single-blog .blog-info-title .title {
    font-size: 16px;
  }
}

.blog-section-two .single-blog .blog-info-title .subtitle {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--primary-paragraph);
}

@media (max-width: 767px) {
  .blog-section-two .single-blog .blog-info-title .subtitle {
    font-size: 14px;
  }
}

.blog-section-two .single-blog .blog-info-title .imp-link {
  color: var(--primary-title);
  font-size: 16px;
  font-weight: 600;
}

.blog-section-two .single-blog .blog-info-title .imp-link:hover {
  color: var(--primary);
}

/*---------------------------------------------
    :: Terms & condition
-----------------------------------------------*/
.single-terms .title {
  font-size: 22px;
  margin-bottom: 18px;
  text-transform: capitalize;
}

.single-terms .pera {
  font-size: 14px;
  line-height: 1.6;
}

.single-policy .title {
  font-size: 22px;
  margin-bottom: 18px;
  text-transform: capitalize;
}

.single-policy .pera {
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1.6;
}

.experience.listing {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

@media (max-width: 575px) {
  .experience.listing {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.experience.listing.listing2 {
  -webkit-column-count: unset;
  -moz-column-count: unset;
  column-count: unset;
}

@media (max-width: 575px) {
  .experience.listing.listing2 {
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
  }
}

.experience.listing .single-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.experience.listing .single-list i {
  color: var(--primary-paragraph);
  margin-right: 15px;
  font-size: 20px;
}

.experience.listing .single-list .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-transform: capitalize;
  color: var(--primary-title);
  margin-bottom: 6px;
}

.experience.listing .single-list .pera {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  text-transform: capitalize;
  color: var(--primary-paragraph);
}

.experience.listing .single-list .pera .sub-pera {
  color: var(--primary-title);
}

/*---------------------------------------------
    :: Questions 
-----------------------------------------------*/
.question-area .section-title {
  padding-right: 60px;
}

@media (max-width: 991px) {
  .question-area .section-title {
    padding-right: 0;
  }
}

.question-area .section-title .title {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: var(--primary-title);
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .question-area .section-title .title {
    font-size: 24px;
  }
}

.question-area .section-title .pera {
  color: var(--tertiary-title);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 25px;
}

@media (max-width: 767px) {
  .question-area .section-title .pera {
    font-size: 14px;
  }
}

.question-area .accordion {
  padding-right: 60px;
}

@media (max-width: 991px) {
  .question-area .accordion {
    padding-right: 0;
  }
}

.question-area .accordion-button:not(.collapsed) {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-title) !important;
  background-color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .question-area .accordion-button:not(.collapsed) {
    font-size: 14px;
  }
}

.question-area .accordion-body {
  padding-top: 0;
  font-size: 16px;
}

@media (max-width: 767px) {
  .question-area .accordion-body {
    font-size: 14px;
  }
}

.question-area .accordion-item {
  color: var(--tertiary-title);
  font-size: 16px;
  font-weight: 400;
  border: 1px solid rgba(241, 241, 241, 0.5411764706);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .question-area .accordion-item {
    font-size: 14px;
  }
}

.question-area .accordion-item .accordion-collapse.collapse.show {
  background-color: var(--white);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
}

.question-area .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.question-area .accordion-item .accordion-button {
  padding: 20px 46px 20px 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-title);
}

@media (max-width: 767px) {
  .question-area .accordion-item .accordion-button {
    font-size: 14px;
  }
}

.question-area .accordion-item .accordion-button::after {
  background-image: none;
  content: "\ea12";
  font-family: "remixIcon";
  font-size: 24px;
  color: var(--primary-title);
  font-weight: 400;
  right: 21px;
  top: 15px;
  position: absolute;
  -webkit-transform: unset;
  transform: unset;
}

.question-area .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f1ae";
}

/*---------------------------------------------
    :: Landing Page
-----------------------------------------------*/
.home-page {
  background-color: rgba(var(--primary-rgb), 0.1);
}

.Inner-page {
  background-color: #f9f5e9;
}

.lan-hero-overly {
  position: relative;
  z-index: 0;
}

.lan-hero-overly::before {
  position: absolute;
  content: "";
  background-color: rgba(var(--primary-rgb), 0.9);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

.lan-hero-overly2 {
  position: relative;
  z-index: 0;
}

.lan-hero-overly2::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.8901960784);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

.lan-shape-one {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.lan-shape-one img {
  max-width: 370px;
}

.lan-shape-two {
  position: absolute;
  top: 21%;
  right: 0;
  z-index: 0;
}

.lan-shape-two img {
  max-width: 570px;
}

.lan-hero-bg {
  padding: 250px 0 200px 0;
  width: 100%;
  background-image: url("../images/hero.html");
  color: #ffffff;
  position: relative;
  text-align: center;
  -webkit-animation: action-bg 30s linear infinite;
  animation: action-bg 30s linear infinite;
  background-position: 0 0;
  background-repeat: repeat-x;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lan-hero-bg {
    min-height: 900px;
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lan-hero-bg {
    min-height: 700px;
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .lan-hero-bg {
    min-height: 700px;
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

@-webkit-keyframes action-bg {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -1080px 0;
  }
}

@keyframes action-bg {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -1080px 0;
  }
}

.lan-hero-bg2 {
  padding-top: 145px;
  position: relative;
  text-align: center;
  background-position: 0 0;
  background-repeat: repeat;
  z-index: 0;
  background-color: var(--primary-soft-color-two);
}

@media (max-width: 991px) {
  .lan-header-area {
    padding: 18px 10px;
  }
}

.lan-header-area .main-menu .listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.lan-header-area .main-menu .listing .single-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.lan-header-area .main-menu .listing .single-list .single {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary-title);
  font-weight: 500;
  padding: 38px 20px;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
}

.lan-header-area .main-menu .listing .single-list.search {
  margin-left: 12px;
}

.lan-header-area .main-menu .listing .single-list.search .single {
  padding: 5px 8px;
}

.lan-header-area .main-menu .listing .single-list.search i {
  background: var(--primary-color);
  cursor: pointer;
  padding: 15px 15px;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
}

.lan-header-area .main-menu .listing .single-list:hover>.single {
  color: var(--white);
}

.lan-header-area .main-menu .listing .single-list:hover>.single::before {
  left: 0;
  right: auto;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.lan-header-area .main-menu .listing .listing.submenu {
  display: block;
  position: absolute;
  width: 220px;
  background: #fff;
  left: 0;
  top: 90%;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lan-header-area .main-menu .listing .listing.submenu {
    right: 0;
    left: auto;
  }
}

.lan-header-area .main-menu .listing .listing.submenu>.single-list {
  margin-left: 7px;
  display: block;
}

.lan-header-area .main-menu .listing .listing.submenu>.single-list>.single {
  padding: 6px 10px;
  font-size: 16px;
  text-transform: capitalize;
}

.lan-header-area .main-menu .listing .listing.submenu>.single-list>.single::before {
  position: unset;
}

.lan-header-area .main-menu .listing .listing.submenu>.single-list>.single:hover {
  color: var(--primary-color);
  background: none;
  padding-left: 13px;
}

.lan-header-area .main-header .listing>.single-list:hover>.listing.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

@media (max-width: 767px) {
  .lan-section-tittle {
    margin-bottom: 25px;
  }
}

.lan-section-tittle .title {
  color: var(--primary-title);
  font-size: 55px;
  font-family: var(--Dm);
  line-height: 1.1;
}

@media (max-width: 767px) {
  .lan-section-tittle .title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lan-section-tittle .title {
    font-size: 35px;
  }
}

.lan-section-tittle .title .color {
  color: var(--primary-color);
}

.lan-section-tittle .pera {
  color: var(--primary-title);
  font-size: 16px;
  font-family: var(--Dm);
}

.lan-section-tittle .pera a {
  text-decoration: underline;
}

.single-cat {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0px 25px;
}

.single-cat .cat-icon {
  margin: auto;
  max-width: 70px;
  max-height: 70px;
  margin-bottom: 14px;
}

.single-cat .cat-icon img {
  max-width: 100%;
  height: auto;
}

.single-cat .cat-cap .title {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  line-height: 1.5;
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
  color: var(--primary-title);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-cat .cat-cap .title {
    font-size: 21px;
  }
}

@media (max-width: 575px) {
  .single-cat .cat-cap .title {
    font-size: 21px;
  }
}

.single-cat .cat-cap .pera {
  font-size: 14px;
  margin: 0;
  padding: 8px 25px;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  background-color: #f4f5fa;
  font-weight: 600;
  color: #7a7a83;
}

.single-cat:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-cat:hover .cat-cap .title {
  color: var(--primary-title);
}

.single-cat:hover .cat-cap .browse-btn2 {
  visibility: visible;
  opacity: 1;
}

/* Preview img */
.single-preview a {
  position: relative;
  display: block;
  text-align: center;
  height: 500px;
  -webkit-transition: background-position 8s ease-in-out;
  transition: background-position 8s ease-in-out;
  background-size: contain;
  width: 100%;
  background-position: center;
  background-size: 100% 100%;
}

@media (max-width: 575px) {
  .single-preview a {
    height: 350px;
  }
}

.single-preview a:hover {
  background-position: 0px 100%;
}

.single-preview a:hover::before {
  background: rgba(173, 170, 169, 0.3);
}

.single-preview a:hover::after {
  opacity: 1;
}

.stickyStye {
  color: var(--primary-color);
  background: #f3f3f5;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 800;
  padding: 6px 54px 5px 18px;
  padding-right: 54px;
  display: inline-block;
  text-align: center;
  padding-right: 34px;
  margin-bottom: 15px;
  border-radius: 25px;
}

.max-h-800 {
  max-height: 1200px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .max-h-800 {
    max-height: 600px;
  }
}

.max-h-700 {
  max-height: 700px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .max-h-700 {
    max-height: 600px;
  }
}

.max-h-500 {
  max-height: 500px;
  overflow: hidden;
}

.max-h-350 {
  max-height: 350px;
  overflow: hidden;
}

/* destination slider */

.destination-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.destination-card img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  height: 375px;
}

.caption {
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: white;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.6);
}

.caption h3 {
  margin: 0;
  font-size: 1.2em;
}

.caption p {
  margin: 5px 0 0;
  font-size: 0.9em;
}

.swiper-pagination-bullet {
  background-color: #007bff;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background-color: #0056b3;
  opacity: 1;
}

.lan-sliderArea .slider-content {
  overflow: hidden;
}

.lan-sliderArea .slider-content.slider-content .title {
  color: var(--white);
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lan-sliderArea .slider-content.slider-content .title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lan-sliderArea .slider-content.slider-content .title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .lan-sliderArea .slider-content.slider-content .title {
    font-size: 25px;
  }
}

.lan-sliderArea .slider-content.slider-content .pera {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  padding: 0;
  margin: 0;
}

.lan-sliderArea .slider-content.slider-content2 .title {
  color: var(--primary-title);
  font-size: 53px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: var(--Dm);
  text-transform: capitalize;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lan-sliderArea .slider-content.slider-content2 .title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lan-sliderArea .slider-content.slider-content2 .title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .lan-sliderArea .slider-content.slider-content2 .title {
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  .lan-sliderArea .slider-content.slider-content2 .title {
    font-size: 30px;
  }
}

.lan-sliderArea .slider-content.slider-content2 .pera {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .lan-sliderArea .slider-content.slider-content2 .pera {
    font-size: 15px;
  }
}

.lan-sliderArea .slider-content .upcoming {
  background: #fcd303;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 30px;
  color: var(--primary-title);
  line-height: 1;
}

.single-preview-items {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0px 30px 0px rgba(0, 0, 30, 0.1);
  box-shadow: 0 0px 30px 0px rgba(0, 0, 30, 0.1);
}

.single-preview-items:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.lan-breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
}

.lan-breadcrumb a {
  color: var(--primary-title);
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 400;
}

.lan-breadcrumb .breadcrumb-item {
  line-height: 1;
}

.lan-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  color: var(--primary-title);
  content: "\e649";
  font-family: "themify";
  font-size: 16px;
  padding: 0 0px;
  margin: 0 13px;
  font-weight: 600;
  position: relative;
  top: 3px;
  padding-right: 10px;
}

.lan-tags span {
  background-color: var(--white);
  color: var(--primary-color);
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}

@media (max-width: 575px) {
  .lan-tags span {
    margin: 0 3px 5px 0;
    padding: 3px 9px;
    font-size: 13px;
  }
}

.plr {
  padding-left: 70px;
  padding-right: 70px;
}

@media (max-width: 1199px) {
  .plr {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.lan-header-style-one .main-menu .listing>.single-list>.single {
  color: #fff;
}

.lan-header-style-one .main-menu .listing.submenu>.single-list>.single {
  color: var(--primary-title);
  padding: 8px 14px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

@media (max-width: 1199px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}

.lan-header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

.lan-header-sticky.sticky-bar {
  background: var(--section-bg-two);
}

@media (max-width: 991px) {
  .lan-header-sticky.sticky-bar {
    padding: 15px 0;
  }
}

.lan-header-sticky.sticky-bar .main-menu .listing .single-list .single {
  padding: 24px 17px;
}

.lan-footer {
  background-color: whitesmoke;
  background-image: url("../images/icon/flight-bg-1.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lan-footer .copyright {
  padding: 20px 5px;
}

.lan-footer .copyright p {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.lan-footer .copyright a {
  font-weight: 600;
}

.rate-section li {
  display: inline-block;
  padding: 0 3px;
}

.rate-section li i {
  font-size: 30px;
}

@media (max-width: 575px) {
  .rate-section li i {
    font-size: 20px;
  }
}

.feature-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}

.feature-icons .icon-box {
  background: #fff;
  width: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
  box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
  border-radius: 10%;
  padding: 8px;
}

.feature-icons .icon-box img {
  max-width: 100%;
  height: auto;
}

.feature-icons .icon-box:hover {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.landing-header .header-area {
  height: 65px;
  background: transparent;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.631372549);
}

.landing-header .header-area .header-info-left .logo {
  background: transparent;
  margin-right: 5px;
  padding: 15px 71px 8px 63px;
  position: relative;
  z-index: 2;
  height: 65px;
  width: 285px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .landing-header .header-area .header-info-left .logo {
    padding: 15px 18px 8px 63px;
    width: auto;
  }
}

.landing-header .header-area .header-info-left .logo::before {
  background: transparent;
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  left: 0;
  bottom: -10px;
  right: 0;
  z-index: 1;
}

.landing-header .header-area .header-info-left .main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0 18px;
}

.landing-header .header-area .header-info-left .main-menu ul li:first-child {
  margin-left: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-header .header-area .header-info-left .main-menu ul li:first-child {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .landing-header .header-area .header-info-left .main-menu ul li:first-child {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .landing-header .header-area .header-info-left .main-menu ul li {
    margin: 0 2px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-header .header-area .header-info-left .main-menu ul li {
    margin: 0 2px;
  }
}

.landing-header .header-area .header-info-left .main-menu ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  font-weight: 600;
  padding: 16px 4px;
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .landing-header .header-area .header-info-left .main-menu ul li a {
    padding: 16px 9px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .landing-header .header-area .header-info-left .main-menu ul li a {
    padding: 216px 9px;
  }
}

.landing-header .header-area .header-info-left .main-menu ul li:hover>a {
  color: var(--primary-color);
}

.landing-header .header-area .header-info-left .main-menu ul li:hover>a::after {
  left: 0;
  right: auto;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.landing-header .header-area .header-info-left .main-menu ul li:hover>ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.landing-header .header-area .header-info-left .main-menu ul ul.submenu {
  position: absolute;
  width: 190px;
  background: #1e1e1e;
  left: 0;
  top: 90%;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.landing-header .header-area .header-info-left .main-menu ul ul.submenu>li {
  margin-left: 7px;
  display: block;
}

.landing-header .header-area .header-info-left .main-menu ul ul.submenu>li>a {
  padding: 6px 10px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.landing-header .header-area .header-info-left .main-menu ul ul.submenu>li>a::after {
  position: unset;
}

.landing-header .header-area .header-info-left .main-menu ul ul.submenu>li>a:hover {
  color: #fff;
  background: none;
  padding-left: 13px;
}

.landing-header .header-sticky.sticky-bar {
  background: #f2f2f2;
  height: 80px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .landing-header .header-sticky.sticky-bar {
    height: 77px;
  }
}

@media (max-width: 575px) {
  .landing-header .header-sticky.sticky-bar {
    height: 77px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .landing-header .header-sticky.sticky-bar .header-right-btn {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .landing-header .header-sticky.sticky-bar .header-right-btn {
    display: none;
  }
}

@media (max-width: 575px) {
  .landing-header .header-sticky.sticky-bar .header-right-btn {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .landing-header .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .landing-header .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

@media (max-width: 575px) {
  .landing-header .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

.landing-header .header-btn2 {
  color: #fff;
  background: #1a1a1a;
  padding: 21px 64px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  height: 65px;
  float: left;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-header .header-btn2 {
    padding: 21px 47px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .landing-header .header-btn2 {
    padding: 21px 47px;
  }
}

.landing-header .header-btn {
  color: var(--primary-color);
  font-size: 17px;
  font-weight: 600;
  border-radius: 0;
  padding: 20px 44px;
  text-transform: capitalize;
  background: #fff;
  height: 65px;
  float: left;
}

.landing-header .header-right-btn {
  margin-right: -12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .landing-header .header-right-btn {
    margin-right: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .landing-header .header-right-btn {
    margin-right: 10px;
    position: absolute;
    right: 14px;
    top: 127px;
    z-index: 1;
    display: none;
  }
}

@media (max-width: 575px) {
  .landing-header .header-right-btn {
    margin-right: 10px;
    position: absolute;
    right: 12px;
    top: 127px;
    z-index: 1;
    display: none;
  }
}

.preview-box {
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0px 30px 0px rgba(0, 0, 30, 0.1);
  box-shadow: 0 0px 30px 0px rgba(0, 0, 30, 0.1);
}

.preview-box .template-name {
  color: var(--primary-title);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.preview-box .preview-technology {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.preview-box .preview-technology .view-btn {
  opacity: 0.3;
  cursor: default;
  background: #8b84a8;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  padding: 2px 11px;
  border-radius: 5px;
}

.preview-box .preview-technology .view-btn.active {
  background-color: #e96228;
  -webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 1;
}

.mask-img-2 {
  -webkit-mask-image: url(../../../assets/images/icon/mask-1.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}

.lan.shape-two {
  bottom: 15%;
}

.lan.shape-one {
  top: auto;
  z-index: -1;
}


.flight_search_items {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flight_search_item_wrappper {
  margin-bottom: 30px;
}

.flight_search_left {
  display: flex;
  align-items: center;
  padding: 0 0px 0 23px;
}

.flight_search_middel {
  display: flex;
  align-items: center;
  padding-left: 47px;
}

.flight_multis_area_wrapper {
  display: flex;
  justify-content: space-between;
}

.flight_search_destination {
  padding-left: 33px;
}

.flight_search_destination p {
  font-size: 14px;
  line-height: 16px;
}

.flight_search_destination h3 {
  font-weight: 500;
  padding-top: 5px;
}

.flight_search_destination h6 {
  padding-top: 5px;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 140px;
}

.flight_right_arrow {
  text-align: center;
  font-size: 30px;
}

.flight_right_arrow img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.1);
}

.flight_right_arrow p {
  font-size: 11px;
  line-height: 18px;
}

.flight_right_arrow h6 {
  font-size: 11px;
  font-weight: 700;
  padding-top: 10px;
}

.flight_search_right {
  background: #05DE5026;
  padding: 25px 16px 20px 25px;
}

.f-arrow {
  background: #0ca440;
  font-size: 24px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  border: 3px solid #fff;
  color: white;
}

.flight_search_right h5 {
  font-size: 18px;
  font-weight: 500;
  color: var(--paragraph-color);
}

.flight_search_right h2 {
  padding-top: 10px;
}

.flight_search_right h2 sup {
  font-size: 13px;
  color: var(--main-color);
  font-weight: 600;
  top: -19px;
  padding-left: 5px;
}

.flight_search_right a {
  margin-top: 13px;
}

.flight_search_right p {
  font-size: 12px;
  padding-top: 2px;
  font-weight: 500;
  color: var(--black-color);
}

.flight_search_right h6 {
  font-size: 16px;
  font-weight: 500;
  padding-top: 7px;
  cursor: pointer;
}

.load_more_flight {
  text-align: center;
  padding-top: 40px;
}

.load_more_flight button {
  border: 1px solid #71675C;
  background-color: #f4900e;
}

.load_more_flight button:hover {
  background: var(--main-color);
}

.flight_policy_refund {
  border: 1px solid #d7d6d6;
  border-radius: 10px;
  padding: 0px 20px;
}

.airline-details {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.airline-details .img {
  height: 24px;
  width: 24px;
  margin-right: 8px;
}

.airline-details .airlineName {
  margin-right: 8px;
  font-size: 11px;
  font-weight: 600;
}

.airline-details .flightNumber {
  font-size: .625rem;
  color: #4c4c4c;
}

.flight_inner_show_component .flight_det_wrapper {
  display: flex;
  align-items: flex-start;
  width: 185px;
}

.flight_inner_show_component .flight_det_wrapper .flight_det .code_time {
  font-size: 18px;
}

.flight_inner_show_component .flight_det_wrapper .flight_det .code_time .code {
  color: #4c4c4c;
  margin-right: 8px;
}

.flight_inner_show_component .flight_det_wrapper .flight_det .code_time .time {
  font-weight: 600;
}

.flight_inner_show_component .flight_det_wrapper .flight_det .airport {
  color: #4c4c4c;
  font-size: .75rem;
  line-height: 16px;
}

.flight_inner_show_component .flight_det_wrapper .flight_det .date {
  color: #4c4c4c;
  font-size: .625rem;
}

.flight_inner_show_component .flight_duration {
  justify-content: center;
  width: 96px;
  text-align: center;
  align-items: flex-start;
  color: rgb(76, 76, 76);
  flex-wrap: wrap;
  line-height: 1;
}

.flight_inner_show_component .flight_duration span {
  font-size: 0.625rem;
  color: rgb(76, 76, 76);
  margin-top: 8px;
  font-weight: 500;
  display: inline-block;
}

.flight_inner_show_component .arrow_right {
  flex-basis: 88px;
  margin: 4px 1rem 0px;
  background-repeat: no-repeat;
  background-position: 50% center;
  text-align: center;
  min-height: 24px;
  min-width: 24px;
  background-size: 24px;
}

.flight_inner_show_component {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.TabPanelInner p {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 16px
}

.TabPanelInner h4 {
  font-size: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid #dd9d26;
  display: inline-block;
  margin-bottom: 12px;
}

.flight_show_down_wrapper {
  display: flex;
  border-bottom: 1px solid #cdcdcd;
  padding-top: 25px;
}

.flight_refund_policy {
  display: flex;
  justify-content: space-between;
}

.flex_widht_less {
  width: 68%;
  padding-left: 22px;
}

.flight_info_taable h3 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 4px;
}

.fligth_top_search_main_form_wrapper .flight_categories_search {
  position: inherit;
  right: 30px;
  top: 0;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .flight_multis_area_wrapper {
    display: inherit;
    padding: 20px 0;
  }
}

@media (max-width: 576px) {
  .flight_search_left {
    display: inherit;
    padding: 0;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .flight_search_middel {
    display: inherit;
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .flight_search_items {
    display: inherit;
  }
}

@media (max-width: 576px) {
  .flight_search_left {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .f-arrow {
    display: none;
  }
}

@media (max-width: 576px) {
  .flight_search_destination h6 {
    padding-top: 10px;
    margin: 0 auto;
    padding-bottom: 15px;
  }
}

.visa-process-item img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border: 2px solid #ccc
}

.visa-process-item .name {
  bottom: 0;
  left: 2px;
  right: 2px;
  background: #0000008f
}

.property-listing.list_view .list_view_flex {
  padding-left: 15px;
}

.property-listing.list_view.style_new .listing-short-detail-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
}

.square--30 {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotel-list img {
  height: 212px;
  width: 100%;
  width: 431px;
  border-radius: 0.5rem;
  object-fit: cover;
}

.label {
  padding: 4px 15px;
  color: black;
  font-weight: 500;
  border-radius: 4px;
  font-size: 75%;
  background-color: #b32e2e38;
}

.property-listing {
  position: relative;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #efeedb8f;
}

@media (max-width: 767px) {
  .property-listing.list_view.style_new {
    display: flex;
    flex-wrap: wrap;
  }
}

.rating-star i {
  color: #ff8f00;
}

.property-listing.list_view.style_new {
  padding: 0.8rem;
  display: flex;
  align-items: flex-start;
}

.property-listing.list_view.style_new .price-features-wrapper {
  padding: 0;
}

.property-listing.list_view.style_new .list-fx-features {
  margin-top: 15px;
  justify-content: flex-start;
}

.property-listing.list_view.style_new .listing-detail-footer {
  border: none;
  padding: 1rem 0.4rem;
}

.property-listing.list_view.style_new .footer-first {
  flex: 1;
}

.property-listing.list_view.style_new .foot-rates {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.foot-rates span.elio_rate {
  width: auto;
  padding: 2px 8px;
  background: #e42d29;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  margin-right: 5px;
}

.property-listing.list_view .listing-name {
  font-size: 16px;
  line-height: 1.4;
  max-width: 375px;
}

span.elio_rate.good {
  background: rgba(33, 150, 243, 0.1);
  color: #2196f3;
}

span.elio_rate.perfect {
  background: rgba(0, 150, 129, 0.1);
  color: #009681;
}

span.elio_rate.poor {
  background: rgba(222, 27, 23, 0.1);
  color: #de1b17;
}

._rate_stio {
  display: flex;
  align-items: center;
  letter-spacing: 3px;
  font-size: 10px;
  color: #ff9800;
  position: relative;
}

.call-view {
  padding: 4px 18px;
  background: #ecf0f8;
  color: #455588;
  border-radius: 0.2rem;
  height: 42px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.default-terms_wrap {
  display: flex;
  align-items: flex-start;
}

.like_unlike_prt {
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 12px;
  z-index: 1;
}

.like_unlike_prt .toggler {
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1;
}

.like_unlike_prt [type=checkbox]:checked, .like_unlike_prt [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.like_unlike_prt input:checked+i {
  color: #ff5722;
}

ul.featur_5269 {
  padding: 0 !important;
  display: flex;
  align-items: center;
  width: 100%;
}

ul.featur_5269 li {
  display: inline-block !important;
  margin-right: 10px;
  flex: 0 !important;
  width: auto !important;
}

ul.featur_5269 li .ft_th {
  width: 20px;
  display: inline-flex;
}

ul.featur_5269 li .ft_th img {
  max-width: 18px;
}

.single-frt-slide {
  padding: 0 8px;
}