* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  /*color Variable*/
  --primary-color1: #90b956;
  --primary-color2: #f2aa4cff;
  --primary-color3: #d55437;
  --primary-color1-light: rgba(144, 185, 86, 0.7);
  --primary-color1-light2: #a8cd758c;
  --primary1-dark: #359d9e;
  --white: #fff;
  --text-primary: #09100d;
  --text-secondary: #5e5e5e;
  --text-light: #878787;
  --border-color: #dddddd;
  --font-satisfy: "Satisfy";
  --font-merriw: "Merriweather", serif;
  --font-work-sans: "Work Sans", sans-serif;
}

::-moz-selection {
  color: var(--white);
  background: var(--primary-color1);
}

::selection {
  color: var(--white);
  background: var(--primary-color1);
}

/*================================================
1. Mixins Css
=================================================*/
/*================================================
2. Global Css
=================================================*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  html {
    font-size: 60%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 58%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 57%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  html {
    font-size: 56%;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 55%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-primary);
  font-family: var(--font-merriw);
}

body {
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  overflow-x: hidden;
}

button {
  outline: none;
  border: none;
}

a {
  color: unset;
  text-decoration: none;
}
a:focus {
  outline: 0 solid;
}
a:hover {
  text-decoration: none;
  color: unset;
}

input:focus, .asking-form-wrap .style-1 .form-inner textarea:focus,
textarea:focus,
button:focus {
  outline: none;
}

i.bx {
  vertical-align: middle;
}

.para {
  font-size: 17px;
  font-weight: 400;
  font-family: var(--font-work-sans);
  color: var(--text-secondary);
  line-height: 1.6;
}

.pt-120 {
  padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}

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

.pt-90 {
  padding-top: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-90 {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .pt-90 {
    padding-top: 60px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

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

.mt-120 {
  margin-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sec-mar {
  margin: 120px 0;
}
@media (max-width: 991px) {
  .sec-mar {
    margin: 80px 0;
  }
}

.bg--light {
  background: #fafafa;
}

.eg-card {
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

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

/*=======================================
 3. scroll top
=======================================*/
#progress {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  display: none;
  place-items: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
}

#progress-value {
  display: block;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 20px;
  color: var(--primary-color1);
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

/*=======================================
 3. section-title
=======================================*/
.section-title1 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.section-title1 span {
  display: block;
  font-family: var(--font-work-sans);
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--primary-color1);
  margin-bottom: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.section-title1 h2 {
  font-size: 4.2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 15px;
  margin-top: -7px;
  display: inline-block;
  font-family: var(--font-merriw);
  line-height: 1.4;
}
@media (max-width: 576px) {
  .section-title1 h2 {
    font-size: 3.6rem;
  }
}
.section-title1.sibling2 {
  font-size: 4rem;
  font-weight: 600;
  color: var(--text-primary);
}

.section-title2 svg {
  fill: var(--primary-color2);
  margin: 0 auto;
  margin-bottom: 15px;
  opacity: 0.55;
}
.section-title2 span {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--primary-color2);
  font-family: var(--font-work-sans);
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.section-title2 h2 {
  font-size: 4.2rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  line-height: 1.4;
}

.section-title3 {
  margin-bottom: 60px;
}
.section-title3 span {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--primary-color2);
  font-family: var(--font-work-sans);
  margin-top: -6px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.section-title3 h2 {
  font-size: 4.2rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
}

.section-title5 {
  margin-bottom: 62px;
}
.section-title5 img {
  margin: 0 auto 10px auto;
  width: 15px;
}
.section-title5 > span {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  letter-spacing: 2px;
  display: block;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.section-title5 h2 {
  font-size: 4.2rem;
  font-weight: 800;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  line-height: 1.35;
  margin-bottom: 10px;
}
.section-title5 h2 span {
  font-size: 4.2rem;
  font-weight: 500;
  color: var(--primary-color3);
  font-family: var(--font-merriw);
}
.section-title5 p, .section-title5 .info-single .info-text a, .info-single .info-text .section-title5 a {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
}

/*=======================================
 4. Buttons 
=======================================*/
.eg-btn {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  transition: all 0.45s ease-in-out;
  text-transform: capitalize;
  font-family: var(--font-exo);
  cursor: pointer;
  overflow: hidden;
}
.eg-btn i {
  font-weight: 200;
  vertical-align: middle;
  margin-right: 5px;
}

.btn--primary {
  background: var(--primary-color1);
  color: var(--white);
  border-radius: 0px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  border: 1px solid var(--primary-color1);
}
.btn--primary::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--white);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  transform: scale(0.6);
  border-radius: 0px;
  opacity: 0;
}
.btn--primary:hover {
  color: var(--primary-color1);
}
.btn--primary:hover::after {
  transform: scale(1);
  opacity: 1;
}

.btn--primary2 {
  background: var(--primary-color2);
  color: var(--text-primary);
  border-radius: 0px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  border: 2px solid var(--primary-color2);
}
.btn--primary2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--white);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  transform: scale(0.6);
  border-radius: 0px;
  opacity: 0;
}
.btn--primary2:hover {
  color: var(--text-primary);
}
.btn--primary2:hover::after {
  transform: scale(1);
  opacity: 1;
}

.btn--white {
  background: var(--white);
  color: var(--text-primary);
  border-radius: 0px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
}
.btn--white::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--primary-color2);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  transform: scale(0.6);
  border-radius: 0px;
  opacity: 0;
}
.btn--white:hover {
  color: var(--text-primary);
}
.btn--white:hover::after {
  transform: scale(1);
  opacity: 1;
}
.btn--white.sibling-2::after {
  content: "";
  background: var(--primary-color1);
}

.btn--primary3 {
  background: var(--primary-color3);
  color: var(--white);
  border-radius: 0px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  border: 2px solid var(--primary-color3);
}
.btn--primary3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--white);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  transform: scale(0.6);
  border-radius: 0px;
  opacity: 0;
}
.btn--primary3:hover {
  color: var(--text-primary);
}
.btn--primary3:hover::after {
  transform: scale(1);
  opacity: 1;
}

.btn--primary-outline {
  background: var(--white);
  color: var(--primary-color1);
  border-radius: 0px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  border: 1px solid var(--primary-color1);
}
.btn--primary-outline::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--primary-color1);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  transform: scale(0.6);
  border-radius: 0px;
  opacity: 0;
}
.btn--primary-outline:hover {
  color: var(--white);
}
.btn--primary-outline:hover::after {
  transform: scale(1);
  opacity: 1;
}

.btn--primary3-outline {
  background: var(--white);
  color: var(--text-secondary);
  border-radius: 0px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  border: 2px solid var(--text-secondary);
  transition: 0.5s ease;
}
.btn--primary3-outline::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--primary-color3);
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  z-index: -1;
  transform: scale(0.6);
  border-radius: 0px;
  opacity: 0;
}
.btn--primary3-outline:hover {
  color: var(--white);
  border: 2px solid transparent;
}
.btn--primary3-outline:hover::after {
  transform: scale(1);
  opacity: 1;
}
.btn--primary3-outline.sibling-2 {
  color: var(--text-primary);
}
.btn--primary3-outline.sibling-2::after {
  background: var(--primary-color2);
}

.btn-primary2-outline {
  background: transparent;
  color: var(--white);
  border-radius: 0px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  border: 1px solid var(--white);
}
.btn-primary2-outline::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--primary-color2);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  transform: scale(0.6);
  border-radius: 0px;
  opacity: 0;
}
.btn-primary2-outline:hover {
  border: 1px solid var(--primary-color2);
  color: var(--text-primary);
}
.btn-primary2-outline:hover::after {
  transform: scale(1);
  opacity: 1;
}
.btn-primary2-outline.sibling-2 {
  color: var(--text-primary);
  border: 1px solid var(--text-primary);
}
.btn-primary2-outline.sibling-2:hover {
  border: 1px solid transparent;
  color: var(--text-primary);
}
.btn-primary2-outline.sibling-2:hover::after {
  transform: scale(1);
  opacity: 1;
}

.capsule {
  border-radius: 30px;
}

.btn--lg {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px 35px;
}
@media (max-width: 767px) {
  .btn--lg {
    padding: 12px 25px;
  }
}

.btn--lg2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .btn--lg2 {
    padding: 12px 25px;
  }
}

.btn--md {
  padding: 10px 35px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .btn--md {
    padding: 10px 40px;
  }
}

.btn--sm {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 18px;
}

.eg-badge {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-work-sans);
  border-radius: 30px;
  padding: 4px 12px;
}
.eg-badge.badge-red {
  background: #df2258;
}
.eg-badge.badge-yellow {
  background: #f29727;
}
.eg-badge.badge-black {
  background: #09100d;
}
.eg-badge.badge-blue {
  background: #2f80ed;
}

/*=======================================
 5. Paginaiton
=======================================*/
.pagination-wrap .page-item.active .page-link {
  color: var(--primary-color1) !important;
  background-color: var(--white) !important;
  border-color: var(--primary-color1);
  z-index: 3;
}
.pagination-wrap .pagination {
  margin: 0;
  margin-top: 50px;
}
.pagination-wrap .page-item:first-child .page-link {
  border-radius: 2px;
}
.pagination-wrap .page-item:last-child .page-link {
  border-radius: 2px;
}
.pagination-wrap .page-link {
  position: relative;
  display: block;
  color: var(--text-primary) !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: unset !important;
  border-radius: 8px 8px 2px 8px;
  transition: 0.42s ease;
  padding: 0px 10px !important;
}
.pagination-wrap .page-link:focus {
  box-shadow: unset;
  color: var(--primary-color1);
}
.pagination-wrap .page-link:hover {
  color: var(--primary-color1);
}
.pagination-wrap .page-item.active .page-link {
  z-index: 3;
  color: var(--primary-color1);
}

/*=======================================
 5. preloader start 
=======================================*/
.egns-preloader {
  min-width: 100%;
  min-height: 100%;
  position: fixed !important;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}
.egns-preloader::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: -1;
}
.egns-preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-border {
  width: 100%;
  max-width: 140px;
  height: 100%;
  max-height: 140px;
  border: 0 solid var(--primary-color1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  border-radius: 50%;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}

.circle-border svg {
  fill: var(--primary-color1);
}

.circle-border svg path {
  stroke: var(--primary-color1);
}

.circle-border .moving-circle {
  width: 10px;
  height: 10px;
  background: var(--primary-color1);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  animation: circle 2s linear infinite;
}

.circle-border .moving-circle:nth-child(2) {
  width: 10px;
  height: 10px;
  background: var(--primary-color1);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  animation: circle 2.25s linear infinite;
}

.circle-border .moving-circle:nth-child(3) {
  width: 10px;
  height: 10px;
  background: var(--primary-color1);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  animation: circle 2.5s linear infinite;
}

@keyframes circle {
  0% {
    transform: rotate(0deg) translate(-70px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-70px) rotate(-360deg);
  }
}
#outline {
  stroke-dasharray: 2.42777px, 242.77666px;
  stroke-dashoffset: 0;
  animation: anim 1.6s linear infinite;
}

@keyframes anim {
  12.5% {
    stroke-dasharray: 33.98873px, 242.77666px;
    stroke-dashoffset: -26.70543px;
  }
  43.75% {
    stroke-dasharray: 84.97183px, 242.77666px;
    stroke-dashoffset: -84.97183px;
  }
  100% {
    stroke-dasharray: 2.42777px, 242.77666px;
    stroke-dashoffset: -240.34889px;
  }
}
.egns-preloader.close {
  display: none;
  transition: ease-in-out 0.5s linear;
}

.close-btn {
  position: absolute;
  right: 20px;
  top: 30px;
  font-size: 16px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  transition: ease-in-out 0.5s linear;
}
.close-btn i {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  background-color: var(--theme-color-rgba);
  border-radius: 50%;
}

/*=======================================
 6. pagination start 
=======================================*/
.pagination-wrap .page-item.active .page-link {
  color: var(--white);
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
  z-index: 3;
}
.pagination-wrap .pagination {
  margin: 0;
  margin-top: 50px;
}
.pagination-wrap .page-link {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-color: var(--white);
  border-radius: 5px;
  transition: 0.42s ease;
  border: 1px solid rgba(41, 43, 49, 0.3);
  border-radius: 5px;
  color: rgba(41, 43, 49, 0.3);
  padding: 7px 10px;
}
.pagination-wrap .page-link i {
  color: var(--text-primary);
  font-size: 17px;
  font-weight: 600;
  transition: 0.42s ease;
  vertical-align: middle;
}
.pagination-wrap .page-link:focus {
  box-shadow: unset;
  color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.pagination-wrap .page-link:hover {
  color: var(--primary-color1) !important;
}
.pagination-wrap .page-link:hover i {
  color: var(--primary-color1);
}
.pagination-wrap .page-item.active .page-link {
  z-index: 3;
  color: var(--primary-color1);
}

/*=======================================
  7. search area start
=======================================*/
.mobile-search {
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-items: center;
  position: fixed;
  cursor: popoppins;
  transform: scale(0);
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.65s ease;
  padding: 35px 100px;
}
@media (max-width: 767px) {
  .mobile-search {
    padding: 20px 20px;
  }
}
.mobile-search label {
  color: #fff;
  margin-bottom: 20px;
}
.mobile-search.slide {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.mobile-search input, .mobile-search .asking-form-wrap .style-1 .form-inner textarea, .asking-form-wrap .style-1 .form-inner .mobile-search textarea {
  border: none;
  border-radius: unset;
  padding-left: 0px;
  padding-bottom: 5px;
  width: 100%;
  background: transparent;
  transition: 0.3s ease-in-out;
  color: #fff;
  margin-bottom: 20px;
}
.mobile-search input:focus, .mobile-search .asking-form-wrap .style-1 .form-inner textarea:focus, .asking-form-wrap .style-1 .form-inner .mobile-search textarea:focus {
  border-bottom: 1px solid #fff;
}
.mobile-search .search-cross-btn {
  color: #fff;
  cursor: popoppins;
  background: rgba(var(--primary-color1), 0.6);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  line-height: 43px;
  transition: 0.5s ease;
}
.mobile-search .search-cross-btn:hover {
  background: var(--primary-color1);
  color: #fff;
}
.mobile-search .search-cross-btn i {
  font-size: 25px;
  cursor: pointer;
}

/*=======================================
   8. Mobile-menu Css
=======================================*/
.mobile-menu-form {
  margin-top: 50px;
}
.mobile-menu-form input, .mobile-menu-form .asking-form-wrap .style-1 .form-inner textarea, .asking-form-wrap .style-1 .form-inner .mobile-menu-form textarea {
  width: 100%;
  padding: 10px 15px;
  background-color: var(--white);
  margin-bottom: 15px;
  outline: none;
  border-radius: 5px;
}
.mobile-menu-form input::-moz-placeholder, .mobile-menu-form .asking-form-wrap .style-1 .form-inner textarea::-moz-placeholder, .asking-form-wrap .style-1 .form-inner .mobile-menu-form textarea::-moz-placeholder {
  font-size: 12px;
}
.mobile-menu-form input::placeholder, .mobile-menu-form .asking-form-wrap .style-1 .form-inner textarea::placeholder, .asking-form-wrap .style-1 .form-inner .mobile-menu-form textarea::placeholder {
  font-size: 12px;
}
.mobile-menu-form input.style-capsule, .mobile-menu-form .asking-form-wrap .style-1 .form-inner textarea.style-capsule, .asking-form-wrap .style-1 .form-inner .mobile-menu-form textarea.style-capsule {
  border-radius: 30px;
}
.mobile-menu-form button {
  outline: none;
  border: none;
  padding: 10px;
}
.mobile-menu-form.style-2 input, .mobile-menu-form.style-2 .asking-form-wrap .style-1 .form-inner textarea, .asking-form-wrap .style-1 .form-inner .mobile-menu-form.style-2 textarea {
  border-radius: 30px;
}

.phone-call2 .number {
  text-align: left;
}
.phone-call2 .number span {
  display: inline-block;
  color: var(--text-color2);
  font-family: var(--font-exo);
  font-size: 12px;
  font-weight: 500;
}
.phone-call2 .number h5 {
  margin-bottom: 0px;
  margin-top: -7px;
  white-space: nowrap;
}
.phone-call2 .number h5 a {
  color: var(--text-color1);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0px;
}

/*================================================
 10. Topbar-section
=================================================*/
.topbar {
  background: #202338;
  width: 100%;
  padding: 15px 0px;
  position: relative;
  z-index: 999;
}
.topbar .topbar-left .topbar-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
.topbar .topbar-left .topbar-info-list li {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
}
.topbar .topbar-left .topbar-info-list li i {
  color: var(--primary-color1);
  margin-right: 5px;
}
.topbar .topbar-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.topbar .topbar-right .topbar-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
  margin: 0;
}
.topbar .topbar-right-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}
.topbar .topbar-right-list li {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  transition: all 0.35s ease;
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
}
.topbar .topbar-right-list li span,
.topbar .topbar-right-list li a {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
  transition: all 0.35s ease;
}
.topbar .topbar-right-list li:hover {
  color: var(--primary-color1);
}
.topbar .topbar-right-list li:hover span,
.topbar .topbar-right-list li:hover a {
  color: inherit;
}
.topbar .topbar-right-list li:hover .topbar-sublist {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}
.topbar .topbar-right-list li > img {
  margin-left: 15px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.topbar .topbar-right-list li .topbar-sublist {
  position: absolute;
  top: 35px;
  left: -10px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #202338;
  min-width: 130px;
  height: auto;
  z-index: 9;
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.6s ease;
  visibility: hidden;
}
.topbar .topbar-right-list li .topbar-sublist li {
  padding: 8px 12px;
}
.topbar .topbar-right-list li .topbar-sublist li img {
  margin-left: 15px;
  width: 20px;
}
.topbar .topbar-right-social_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 1;
}
.topbar .topbar-right-social_list li {
  display: inline-block;
}
.topbar .topbar-right-social_list li a {
  font-size: 10px;
  color: #fff;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.5s;
}
.topbar .topbar-right-social_list li a:hover {
  color: #fff;
  border: 1px solid var(--primary-color1);
  background-color: var(--primary-color1);
}

/*================================================
 10. Header-section
=================================================*/
header.style-1 {
  background-color: transparent;
  width: 100%;
  z-index: 8;
  padding: 0px 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-1 {
    padding: 0px 5%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 {
    padding: 0px 4%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.style-1 {
    padding: 0px 4%;
    top: 0;
  }
}
@media (max-width: 767px) {
  header.style-1 {
    top: 0;
    padding: 0px 4%;
  }
}
header.style-1.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
  background: var(--text-primary);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  animation: smooth-header 0.65s linear;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-1 .header-logo {
    padding: 21px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .header-logo {
    padding: 21px 0px;
  }
}
@media (max-width: 991px) {
  header.style-1 .header-logo {
    padding: 21px 0px;
  }
}
header.style-1 .header-logo img {
  min-width: 120px;
  max-width: 100%;
}
@media (max-width: 767px) {
  header.style-1 .header-logo img {
    min-width: 90px;
  }
}
header.style-1 .main-nav {
  display: inline-block;
}
header.style-1 .main-nav .mobile-menu-logo {
  display: none;
}
header.style-1 .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.style-1 .main-nav ul > li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
header.style-1 .main-nav ul > li a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  padding: 30px 0;
  position: relative;
  font-family: var(--font-work-sans);
  transition: all 0.5s ease-out 0s;
}
header.style-1 .main-nav ul > li a:hover {
  color: var(--primary-color1);
}
header.style-1 .main-nav ul > li a.active {
  color: var(--primary-color1);
}
header.style-1 .main-nav ul > li i {
  width: 30px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-style: normal;
  position: absolute;
  right: -8px;
  top: 33px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
header.style-1 .main-nav ul > li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 215px;
  background: #0b0f14;
  text-align: left;
  transition: all 0.5s ease-out 0s;
  transform: translateY(20px);
}
header.style-1 .main-nav ul > li ul.sub-menu > li {
  padding: 0 10px;
  padding: 0;
  display: block;
  position: relative;
}
header.style-1 .main-nav ul > li ul.sub-menu > li i {
  position: absolute;
  top: 10px;
  right: 6px;
  display: block;
}
header.style-1 .main-nav ul > li ul.sub-menu > li a {
  display: block;
  padding: 15px 15px;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  transition: all 0.4s ease-out 0s;
}
header.style-1 .main-nav ul > li ul.sub-menu > li a:hover {
  color: var(--primary-color1);
  margin-left: 10px;
}
header.style-1 .main-nav ul > li ul.sub-menu > li a.active {
  color: var(--primary-color1);
}
header.style-1 .main-nav ul > li ul.sub-menu > li .sub-menu {
  left: 215px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: #0b0f14;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  header.style-1 .main-nav ul > li ul.sub-menu > li .sub-menu {
    margin-left: 10px;
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
  }
}
header.style-1 .main-nav ul > li ul.sub-menu > li .sub-menu li i {
  display: block;
}
header.style-1 .main-nav ul > li ul.sub-menu > li:last-child {
  border-bottom: none;
}
header.style-1 .main-nav ul > li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
header.style-1 .main-nav ul li.menu-item-has-children > i {
  display: block;
}
@media only screen and (max-width: 1199px) {
  header.style-1 .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--text-primary);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
  }
  header.style-1 .main-nav.show-menu {
    transform: translateX(0);
  }
  header.style-1 .main-nav .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.style-1 .main-nav ul {
    float: none;
    text-align: left;
    padding: 35px 10px 10px 0;
  }
  header.style-1 .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  header.style-1 .main-nav ul li i {
    display: block;
  }
  header.style-1 .main-nav ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 300;
  }
  header.style-1 .main-nav ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
  }
  header.style-1 .main-nav ul li .bi {
    top: 12px;
    font-size: 16px;
  }
  header.style-1 .mobile-menu {
    position: relative;
    top: 2px;
    padding: 0 5px;
    border-radius: 50%;
    display: inline-block;
  }
  header.style-1 .cross-btn {
    display: inline-block !important;
    position: relative;
    width: 30px !important;
    height: 22px !important;
    cursor: pointer;
    border: 3px solid transparent !important;
  }
  header.style-1 .cross-btn span {
    width: 100%;
    height: 2px;
    background: var(--primary-color1);
    display: block;
    position: absolute;
    right: 0;
    transition: all 0.3s;
  }
  header.style-1 .cross-btn .cross-top {
    top: 0;
  }
  header.style-1 .cross-btn .cross-middle {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  header.style-1 .cross-btn .cross-bottom {
    bottom: 0;
    width: 100%;
  }
  header.style-1 .cross-btn.h-active span.cross-top {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  header.style-1 .cross-btn.h-active span.cross-middle {
    transform: translateX(-30px);
    opacity: 0;
  }
  header.style-1 .cross-btn.h-active span.cross-bottom {
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
}

.phone-call .icon {
  margin-right: 10px;
}
.phone-call .icon svg {
  fill: var(--white);
}
.phone-call .number span {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
}
.phone-call .number h5 {
  white-space: nowrap;
  margin-bottom: 0px;
}
.phone-call .number h5 a {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-work-sans);
}
.phone-call.sibling2 svg {
  fill: var(--text-primary);
}
.phone-call.sibling2 .number {
  margin-top: -5px;
}
.phone-call.sibling2 .number span {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
}
.phone-call.sibling2 .number h5 {
  white-space: nowrap;
}
.phone-call.sibling2 .number h5 a {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
}
.phone-call.sibling3 {
  margin-right: 30px;
}
.phone-call.sibling3:hover svg {
  fill: var(--primary-color3);
}
.phone-call.sibling3 svg {
  fill: var(--text-primary);
  transition: all 0.4s ease;
}
.phone-call.sibling3 .number span {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
}
.phone-call.sibling3 .number h5 {
  white-space: nowrap;
}
.phone-call.sibling3 .number h5 a {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
}
.phone-call.sibling4 {
  margin-right: 20px;
}
.phone-call.sibling4:hover svg {
  fill: var(--primary-color2);
}
.phone-call.sibling4 svg {
  fill: var(--text-primary);
  transition: all 0.4s ease;
}
.phone-call.sibling4 .number span {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
}
.phone-call.sibling4 .number h5 {
  white-space: nowrap;
}
.phone-call.sibling4 .number h5 a {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
}

.header-social-area {
  position: relative;
  padding-right: 20px;
  padding-left: 9%;
}
.header-social-area::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 1px;
  background-color: var(--white);
}
@media (max-width: 1199px) {
  .header-social-area::after {
    content: unset;
  }
}
.header-social-area ul.header-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 25px;
}
.header-social-area ul.header-social li a i {
  font-size: 18px;
  font-weight: 500;
  color: Var(--white);
  transition: all 0.35s ease;
}
.header-social-area ul.header-social li a i:hover {
  color: var(--primary-color1);
}
.header-social-area.sibling-2 ul.header-social {
  gap: 20px;
}
.header-social-area.sibling-2 ul.header-social li a i {
  font-size: 18px;
  font-weight: 500;
  color: Var(--text-primary);
  transition: all 0.35s ease;
}
.header-social-area.sibling-2 ul.header-social li a i:hover {
  color: var(--primary-color2);
}

.sidebar-btn, .mobile-menu-btn {
  cursor: pointer;
}
.sidebar-btn i, .mobile-menu-btn i {
  font-size: 25px;
  color: var(--white);
  font-weight: 600;
}

header.style-2 {
  background-color: var(--white);
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 0px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 3px 3px 30px rgba(32, 35, 56, 0.06);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-2 {
    padding: 0px 2%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-2 {
    padding: 0px 2%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.style-2 {
    padding: 0px 4%;
    top: 0;
  }
}
@media (max-width: 767px) {
  header.style-2 {
    top: 0;
    padding: 0px 4%;
  }
}
header.style-2.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
  background: var(--white);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  animation: smooth-header 0.65s linear;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.style-2 .header-logo {
  padding: 20px 0px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-2 .header-logo {
    padding: 20px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-2 .header-logo {
    padding: 15px 0px;
  }
}
@media (max-width: 991px) {
  header.style-2 .header-logo {
    padding: 15px 0px;
  }
}
header.style-2 .header-logo img {
  min-width: 120px;
}
header.style-2 .main-nav {
  display: inline-block;
}
header.style-2 .main-nav .mobile-menu-logo {
  display: none;
}
header.style-2 .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.style-2 .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
header.style-2 .main-nav ul li a {
  font-size: 18px;
  color: var(--text-primary);
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  padding: 30px 0;
  position: relative;
  font-family: var(--font-work-sans);
  transition: all 0.5s ease-out 0s;
  position: relative;
}
header.style-2 .main-nav ul li a:hover {
  color: var(--primary-color1);
}
header.style-2 .main-nav ul li a:hover:after {
  opacity: 1;
  width: 100%;
}
header.style-2 .main-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 0%;
  height: 2px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, var(--primary-color1), transparent);
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
header.style-2 .main-nav ul li.current-menu-parent a {
  color: var(--primary-color1);
}
header.style-2 .main-nav ul li.current_page_item a {
  color: var(--primary-color1);
}
header.style-2 .main-nav ul li i {
  width: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--text-primary);
  font-style: normal;
  position: absolute;
  right: -8px;
  top: 35px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
header.style-2 .main-nav ul li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 215px;
  background: #0b0f14;
  text-align: left;
  transition: all 0.55s ease-in-out;
  transform: translateY(20px);
}
header.style-2 .main-nav ul li ul.sub-menu > li {
  padding: 0;
  display: block;
  border-bottom: 1px solid rgba(56, 56, 56, 0.5);
  position: relative;
}
header.style-2 .main-nav ul li ul.sub-menu > li i {
  position: absolute;
  top: 10px;
  right: 6px;
  display: none;
  color: var(--white);
}
header.style-2 .main-nav ul li ul.sub-menu > li a {
  position: relative;
  font-size: 16px;
  display: block;
  padding: 15px;
  color: #fff;
  font-weight: 300;
  line-height: 1;
  text-transform: capitalize;
  transition: all 0.4s ease-out 0s;
}
header.style-2 .main-nav ul li ul.sub-menu > li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 1px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, var(--primary-color1), transparent);
  transition: all 0.5s ease-in-out;
}
header.style-2 .main-nav ul li ul.sub-menu > li a:hover {
  color: var(--primary-color1);
}
header.style-2 .main-nav ul li ul.sub-menu > li a:hover:after {
  width: 100%;
}
header.style-2 .main-nav ul li ul.sub-menu > li.current-menu-parent a {
  color: var(--primary-color1);
}
header.style-2 .main-nav ul li ul.sub-menu > li.current_page_item a {
  color: var(--primary-color1);
}
header.style-2 .main-nav ul li ul.sub-menu > li .sub-menu {
  left: 215px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: #0b0f14;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  header.style-2 .main-nav ul li ul.sub-menu > li .sub-menu {
    margin-left: 10px;
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
  }
}
header.style-2 .main-nav ul li ul.sub-menu > li .sub-menu li i {
  display: none;
}
header.style-2 .main-nav ul li ul.sub-menu > li .sub-menu li.current-menu-parent a {
  color: var(--primary-color1);
}
header.style-2 .main-nav ul li ul.sub-menu > li .sub-menu li.current_page_item a {
  color: var(--primary-color1);
}
header.style-2 .main-nav ul li ul.sub-menu > li .sub-menu li.menu-item-has-children i {
  display: block;
}
header.style-2 .main-nav ul li ul.sub-menu > li:last-child {
  border-bottom: none;
}
header.style-2 .main-nav ul li ul.sub-menu > li.menu-item-has-children > i {
  display: block;
}
header.style-2 .main-nav ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
header.style-2 .main-nav ul li.menu-item-has-children > i {
  display: block;
}
@media only screen and (max-width: 991px) {
  header.style-2 .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--white);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header.style-2 .main-nav.show-menu {
    transform: translateX(0);
  }
  header.style-2 .main-nav .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.style-2 .main-nav ul {
    float: none;
    text-align: left;
    padding: 35px 10px 10px 0;
  }
  header.style-2 .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  header.style-2 .main-nav ul li.menu-item-has-children i {
    display: block;
  }
  header.style-2 .main-nav ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 500;
    font-size: 18px;
  }
  header.style-2 .main-nav ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
  }
  header.style-2 .main-nav ul li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  header.style-2 .main-nav ul li ul.sub-menu > li a {
    color: var(--text-primary);
    font-size: 17px;
    font-weight: 500;
  }
  header.style-2 .main-nav ul li ul.sub-menu > li a:hover {
    color: var(--primary-color1);
    margin-left: 10px;
  }
  header.style-2 .main-nav ul li ul.sub-menu > li a.active {
    color: var(--primary-color1);
  }
  header.style-2 .main-nav ul li ul.sub-menu > li i {
    color: var(--text-primary);
    right: -13px;
  }
  header.style-2 .main-nav ul li .bi {
    top: 12px;
    font-size: 16px;
  }
  header.style-2 .mobile-menu {
    position: relative;
    top: 2px;
    padding: 0 5px;
    border-radius: 50%;
    display: inline-block;
  }
  header.style-2 .cross-btn {
    display: inline-block !important;
    position: relative;
    width: 30px !important;
    height: 22px !important;
    cursor: pointer;
    border: 3px solid transparent !important;
  }
  header.style-2 .cross-btn span {
    width: 100%;
    height: 2px;
    background: var(--primary-color1);
    display: block;
    position: absolute;
    right: 0;
    transition: all 0.3s;
  }
  header.style-2 .cross-btn .cross-top {
    top: 0;
  }
  header.style-2 .cross-btn .cross-middle {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  header.style-2 .cross-btn .cross-bottom {
    bottom: 0;
    width: 100%;
  }
  header.style-2 .cross-btn.h-active span.cross-top {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  header.style-2 .cross-btn.h-active span.cross-middle {
    transform: translateX(-30px);
    opacity: 0;
  }
  header.style-2 .cross-btn.h-active span.cross-bottom {
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
}

header.style-4 {
  background-color: var(--white);
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 0px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 3px 3px 30px rgba(32, 35, 56, 0.06);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-4 {
    padding: 0px 2%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-4 {
    padding: 0px 2%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.style-4 {
    padding: 0px 4%;
    top: 0;
  }
}
@media (max-width: 767px) {
  header.style-4 {
    top: 0;
    padding: 0px 4%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-4 .phone-call.sibling2 {
    display: none !important;
  }
}
header.style-4.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
  background: var(--white);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  animation: smooth-header 0.65s linear;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-4 .header-logo {
    padding: 21px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-4 .header-logo {
    padding: 15px 0px;
  }
}
@media (max-width: 991px) {
  header.style-4 .header-logo {
    padding: 15px 0px;
  }
}
header.style-4 .header-logo img {
  min-width: 120px;
  max-width: 100%;
}
header.style-4 .main-nav {
  display: inline-block;
}
header.style-4 .main-nav .mobile-menu-logo {
  display: none;
}
header.style-4 .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.style-4 .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
header.style-4 .main-nav ul li a {
  font-size: 18px;
  color: var(--text-primary);
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  padding: 30px 0;
  position: relative;
  font-family: var(--font-work-sans);
  transition: all 0.5s ease-out 0s;
  position: relative;
}
header.style-4 .main-nav ul li a:hover {
  color: var(--primary-color2);
}
header.style-4 .main-nav ul li a:hover:after {
  opacity: 1;
  width: 100%;
}
header.style-4 .main-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 0%;
  height: 2px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, var(--primary-color2), transparent);
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
header.style-4 .main-nav ul li.current_page_item a {
  color: var(--primary-color2);
}
header.style-4 .main-nav ul li.current-menu-parent a {
  color: var(--primary-color2);
}
header.style-4 .main-nav ul li i {
  width: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--text-primary);
  font-style: normal;
  position: absolute;
  right: -8px;
  top: 35px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
header.style-4 .main-nav ul li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 215px;
  background: #0b0f14;
  text-align: left;
  transition: all 0.55s ease-in-out;
  transform: translateY(20px);
}
header.style-4 .main-nav ul li ul.sub-menu > li {
  padding: 0;
  display: block;
  border-bottom: 1px solid rgba(56, 56, 56, 0.5);
  position: relative;
}
header.style-4 .main-nav ul li ul.sub-menu > li i {
  position: absolute;
  top: 10px;
  right: 6px;
  display: none;
  color: var(--white);
}
header.style-4 .main-nav ul li ul.sub-menu > li.menu-item-has-children i {
  display: block;
}
header.style-4 .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 15px 15px;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  transition: all 0.4s ease-out 0s;
  position: relative;
}
header.style-4 .main-nav ul li ul.sub-menu > li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 1px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, var(--primary-color2), var(--primary-color2));
  transition: all 0.5s ease-in-out;
}
header.style-4 .main-nav ul li ul.sub-menu > li a:hover {
  color: var(--primary-color2);
}
header.style-4 .main-nav ul li ul.sub-menu > li a:hover:after {
  width: 100%;
}
header.style-4 .main-nav ul li ul.sub-menu > li.current_page_item a {
  color: var(--primary-color2);
}
header.style-4 .main-nav ul li ul.sub-menu > li.current-menu-parent a {
  color: var(--primary-color2);
}
header.style-4 .main-nav ul li ul.sub-menu > li .sub-menu {
  left: 215px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: #0b0f14;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  header.style-4 .main-nav ul li ul.sub-menu > li .sub-menu {
    margin-left: 10px;
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
  }
}
header.style-4 .main-nav ul li ul.sub-menu > li .sub-menu li i {
  display: none;
}
header.style-4 .main-nav ul li ul.sub-menu > li .sub-menu li.menu-item-has-children i {
  display: block;
}
header.style-4 .main-nav ul li ul.sub-menu > li:last-child {
  border-bottom: none;
}
header.style-4 .main-nav ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
header.style-4 .main-nav ul li.menu-item-has-children > i {
  display: block;
}
@media only screen and (max-width: 991px) {
  header.style-4 .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--white);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header.style-4 .main-nav.show-menu {
    transform: translateX(0);
  }
  header.style-4 .main-nav .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.style-4 .main-nav ul {
    float: none;
    text-align: left;
    padding: 35px 10px 10px 0;
  }
  header.style-4 .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  header.style-4 .main-nav ul li i {
    display: block;
  }
  header.style-4 .main-nav ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 500;
    font-size: 18px;
  }
  header.style-4 .main-nav ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
  }
  header.style-4 .main-nav ul li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  header.style-4 .main-nav ul li ul.sub-menu > li a {
    color: var(--text-primary);
    font-size: 17px;
    font-weight: 500;
  }
  header.style-4 .main-nav ul li ul.sub-menu > li a:hover {
    color: var(--primary-color2);
    margin-left: 10px;
  }
  header.style-4 .main-nav ul li ul.sub-menu > li a.active {
    color: var(--primary-color2);
  }
  header.style-4 .main-nav ul li ul.sub-menu > li i {
    color: var(--text-primary);
    right: -20px;
  }
  header.style-4 .main-nav ul li .bi {
    top: 12px;
    font-size: 16px;
  }
  header.style-4 .mobile-menu {
    position: relative;
    top: 2px;
    padding: 0 5px;
    border-radius: 50%;
    display: inline-block;
  }
  header.style-4 .cross-btn {
    display: inline-block !important;
    position: relative;
    width: 30px !important;
    height: 22px !important;
    cursor: pointer;
    border: 3px solid transparent !important;
  }
  header.style-4 .cross-btn span {
    width: 100%;
    height: 2px;
    background: var(--primary-color2);
    display: block;
    position: absolute;
    right: 0;
    transition: all 0.3s;
  }
  header.style-4 .cross-btn .cross-top {
    top: 0;
  }
  header.style-4 .cross-btn .cross-middle {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  header.style-4 .cross-btn .cross-bottom {
    bottom: 0;
    width: 100%;
  }
  header.style-4 .cross-btn.h-active span.cross-top {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  header.style-4 .cross-btn.h-active span.cross-middle {
    transform: translateX(-30px);
    opacity: 0;
  }
  header.style-4 .cross-btn.h-active span.cross-bottom {
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
}

header.style-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5%;
}

.page-wrapper {
  width: 100%;
}
.page-wrapper .main-content-area {
  width: calc(100% - 230px);
  margin-left: auto;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .page-wrapper .main-content-area {
    width: calc(100% - 220px);
  }
}
@media (max-width: 1199px) {
  .page-wrapper .main-content-area {
    width: 100%;
  }
}

.main-nav-wrapper {
  transition: all 0.3s ease-in;
}
.main-nav-wrapper .mobile-logo-area {
  padding: 0px 25px;
}
.main-nav-wrapper .main-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 230px;
  padding: 20px 0px !important;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--white);
  transform: translateX(0);
  transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  box-shadow: 4px 3px 20px rgba(16, 33, 34, 0.06);
  z-index: 999;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.main-nav-wrapper .main-box::-webkit-scrollbar {
  width: 5px;
}
.main-nav-wrapper .main-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.main-nav-wrapper .main-box::-webkit-scrollbar-thumb {
  background: #999;
}
.main-nav-wrapper .main-box::-webkit-scrollbar-thumb:hover {
  background: var(--border-color);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-nav-wrapper .main-box {
    width: 220px;
  }
}
@media (max-width: 1199px) {
  .main-nav-wrapper .main-box {
    transform: translateX(-100%);
    width: 260px;
  }
}
.main-nav-wrapper .main-box .menu-close-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 0;
}
@media (max-width: 1199px) {
  .main-nav-wrapper .main-box .menu-close-btn {
    opacity: 1;
  }
}
.main-nav-wrapper .main-box .main-nav > ul {
  float: none;
  text-align: left;
  padding: 50px 0px 50px 0px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-nav-wrapper .main-box .main-nav > ul {
    padding: 45px 0px 45px 0px;
  }
}
@media (max-width: 767px) {
  .main-nav-wrapper .main-box .main-nav > ul {
    padding: 40px 0px 40px 0px;
  }
}
.main-nav-wrapper .main-box .main-nav > ul li {
  display: block;
  position: relative;
  padding: 8px 5px;
  border-bottom: 1px solid rgb(243, 243, 255);
  transition: all 0.55s ease;
}
.main-nav-wrapper .main-box .main-nav > ul li:last-child {
  border-bottom: 1px solid transparent;
}
.main-nav-wrapper .main-box .main-nav > ul li > i {
  position: absolute;
  right: 25px;
  top: 23px !important;
  font-weight: 700;
  cursor: pointer;
  display: none;
}
.main-nav-wrapper .main-box .main-nav > ul li.menu-item-has-children i {
  display: block;
}
.main-nav-wrapper .main-box .main-nav > ul li a {
  padding: 10px 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-jost);
  transition: all 0.4s ease;
}
.main-nav-wrapper .main-box .main-nav > ul li a:hover {
  color: #ac9004;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-nav-wrapper .main-box .main-nav > ul li a {
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 500;
    color: var(--text-primary);
  }
}
.main-nav-wrapper .main-box .main-nav > ul li a img {
  margin-right: 8px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-nav-wrapper .main-box .main-nav > ul li a img {
    margin-right: 5px;
  }
}
.main-nav-wrapper .main-box .main-nav > ul li ul.sub-menu {
  position: static;
  min-width: 180px;
  background: 0 0;
  border: none;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  transform: none;
  transition: none;
  display: none;
  margin-top: 0 !important;
  transform: translateY(0px);
  list-style: none;
  padding-left: 10px;
}
.main-nav-wrapper .main-box .main-nav > ul li ul.sub-menu li i {
  top: 12px;
  font-size: 16px;
  display: none;
}
.main-nav-wrapper .main-box .main-nav > ul li ul.sub-menu li.menu-item-has-children i {
  display: block;
}
.main-nav-wrapper .main-box .main-nav > ul li ul.sub-menu li a {
  font-size: 16px;
  padding: 5px 15px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-nav-wrapper .main-box .main-nav > ul li ul.sub-menu li a {
    font-size: 16px;
  }
}
.main-nav-wrapper .main-box.show-menu {
  transform: translateX(0%);
  opacity: 1;
}
.main-nav-wrapper .uesr-aera {
  width: 70px;
  height: 70px;
  line-height: 72px;
  text-align: center;
  border-radius: 50%;
  background: var(--primary-color2);
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.main-nav-wrapper .uesr-aera i {
  font-size: 35px;
  color: var(--text-primary);
  line-height: 70px;
}
.main-nav-wrapper .mobile-menu {
  position: relative;
  top: 2px;
  padding: 0 5px;
  border-radius: 50%;
  display: inline-block;
}

header.style-5 {
  background-color: var(--white);
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 0px 50px 0 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-5 {
    padding: 0px 50px 0 130px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-5 {
    padding: 0px 50px 0 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.style-5 {
    padding: 0px 4%;
    top: 0;
  }
}
@media (max-width: 767px) {
  header.style-5 {
    top: 0;
    padding: 0px 4%;
  }
}
header.style-5.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
  background: var(--white);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  animation: smooth-header 0.65s linear;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.style-5 .header-logo {
  background-color: var(--white);
  width: 100%;
  max-width: 145px;
  position: relative;
  text-align: center;
}
header.style-5 .header-logo::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 105px;
  border-radius: 0px 0px 50% 50%;
  background: var(--white);
  z-index: -1;
}
@media (max-width: 991px) {
  header.style-5 .header-logo::after {
    height: 95px;
  }
}
header.style-5 .header-logo svg {
  width: 100%;
  max-width: 55px;
}
header.style-5 .main-nav {
  display: inline-block;
}
header.style-5 .main-nav .mobile-menu-logo {
  display: none;
}
header.style-5 .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.style-5 .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
header.style-5 .main-nav ul li a {
  font-size: 17px;
  color: var(--text-primary);
  font-weight: 500;
  display: block;
  padding: 30px 0;
  position: relative;
  font-family: var(--font-work-sans);
  transition: all 0.5s ease-out 0s;
}
header.style-5 .main-nav ul li a:hover {
  color: var(--primary-color3);
}
header.style-5 .main-nav ul li a.active {
  color: var(--primary-color3);
}
header.style-5 .main-nav ul li i {
  width: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--text-primary);
  font-style: normal;
  position: absolute;
  right: -8px;
  top: 35px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
header.style-5 .main-nav ul li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 215px;
  background: var(--white);
  text-align: left;
  transition: all 0.5s ease-out 0s;
  transform: translateY(20px);
  box-shadow: 2px 2px 15px 10px rgba(0, 0, 0, 0.03);
}
header.style-5 .main-nav ul li ul.sub-menu > li {
  padding: 0;
  display: block;
  border-bottom: 1px solid rgba(56, 56, 56, 0.1);
  position: relative;
}
header.style-5 .main-nav ul li ul.sub-menu > li i {
  position: absolute;
  top: 15px;
  right: 6px;
  display: block;
}
header.style-5 .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 15px 15px;
  color: var(--text-primary);
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  transition: all 0.4s ease-out 0s;
}
header.style-5 .main-nav ul li ul.sub-menu > li a:hover {
  color: var(--primary-color3);
  margin-left: 10px;
}
header.style-5 .main-nav ul li ul.sub-menu > li a.active {
  color: var(--primary-color3);
}
header.style-5 .main-nav ul li ul.sub-menu > li .sub-menu {
  left: 215px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: var(--white);
  top: 0;
}
@media only screen and (max-width: 1199px) {
  header.style-5 .main-nav ul li ul.sub-menu > li .sub-menu {
    margin-left: 10px;
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
  }
}
header.style-5 .main-nav ul li ul.sub-menu > li .sub-menu li i {
  display: block;
}
header.style-5 .main-nav ul li ul.sub-menu > li:last-child {
  border-bottom: none;
}
header.style-5 .main-nav ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
header.style-5 .main-nav ul li.menu-item-has-children > i {
  display: block;
}
@media only screen and (max-width: 1199px) {
  header.style-5 .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--white);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
  }
  header.style-5 .main-nav.show-menu {
    transform: translateX(0);
  }
  header.style-5 .main-nav .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.style-5 .main-nav ul {
    float: none;
    text-align: left;
    padding: 50px 10px 50px 0px;
  }
  header.style-5 .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  header.style-5 .main-nav ul li i {
    display: block;
  }
  header.style-5 .main-nav ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 400;
    color: var(--text-primary);
  }
  header.style-5 .main-nav ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
  }
  header.style-5 .main-nav ul li .bi {
    top: 12px;
    font-size: 16px;
  }
  header.style-5 .mobile-menu {
    position: relative;
    top: 2px;
    padding: 0 5px;
    border-radius: 50%;
    display: inline-block;
  }
  header.style-5 .cross-btn {
    display: inline-block !important;
    position: relative;
    width: 30px !important;
    height: 22px !important;
    cursor: pointer;
    border: 3px solid transparent !important;
  }
  header.style-5 .cross-btn span {
    width: 100%;
    height: 2px;
    background: var(--primary-color1);
    display: block;
    position: absolute;
    right: 0;
    transition: all 0.3s;
  }
  header.style-5 .cross-btn .cross-top {
    top: 0;
  }
  header.style-5 .cross-btn .cross-middle {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  header.style-5 .cross-btn .cross-bottom {
    bottom: 0;
    width: 100%;
  }
  header.style-5 .cross-btn.h-active span.cross-top {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  header.style-5 .cross-btn.h-active span.cross-middle {
    transform: translateX(-30px);
    opacity: 0;
  }
  header.style-5 .cross-btn.h-active span.cross-bottom {
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
}

/*=======================================
   11. Banner-section
=======================================*/
.hero-banner {
  position: relative;
}
.hero-banner .searchbar-section {
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: -40px;
  z-index: 2;
}
@media (max-width: 767px) {
  .hero-banner .searchbar-section {
    position: static;
    margin-top: 80px;
  }
}

.swiper.hero-slider {
  position: relative;
}
.swiper.hero-slider .swiper-slide {
  position: relative;
}
.swiper.hero-slider .swiper-slide:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.35;
  background-color: #000;
  z-index: 2;
}
.swiper.hero-slider .swiper-slide img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .swiper.hero-slider .swiper-slide img {
    height: 600px;
  }
}
.swiper.hero-slider .hero-pagination.swiper-pagination-clickable {
  position: absolute;
  right: 5% !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  left: auto !important;
  bottom: auto !important;
  width: auto !important;
}
.swiper.hero-slider .hero-pagination.swiper-pagination-clickable span.swiper-pagination-bullet {
  color: #fff;
  font-size: 20px;
  display: block;
  margin: 15px 0;
  width: auto !important;
  background: transparent;
  height: auto !important;
}
.swiper.hero-slider .hero-pagination.swiper-pagination-clickable span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  font-size: 24px;
}
.swiper.hero-slider .hero-pagination.swiper-pagination-clickable span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  position: absolute;
  content: "";
  right: 40px;
  height: 2px;
  width: 60px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .swiper.hero-slider .hero-pagination.swiper-pagination-clickable span.swiper-pagination-bullet {
    display: none;
  }
}

.hero-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
}
.hero-wrapper .hero-content > span {
  color: #FFF;
  font-family: var(--font-satisfy);
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  display: inline-block;
}
.hero-wrapper .hero-content h1 {
  color: #FFF;
  font-family: var(--font-merriw);
  font-size: 75px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-wrapper .hero-content h1 {
    font-size: 65px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-wrapper .hero-content h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .hero-wrapper .hero-content h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hero-wrapper .hero-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.hero-wrapper .hero-content p, .hero-wrapper .hero-content .info-single .info-text a, .info-single .info-text .hero-wrapper .hero-content a {
  color: #FFF;
  font-family: var(--font-work-sans);
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
.hero-wrapper .hero-content .btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .hero-wrapper .hero-content .btn-group {
    margin-top: 40px;
  }
}
.hero-wrapper .hero-content .btn-group .dsc-btn a {
  position: relative;
  color: #FFF;
  text-align: center;
  font-family: var(--font-merriw);
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  background-color: #90B956;
  min-width: 195px;
  display: block;
  padding: 15px 30px;
  z-index: 1;
  transition: 0.5s;
}
.hero-wrapper .hero-content .btn-group .dsc-btn a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--white);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  transform: scale(0.6);
  border-radius: 0px;
  opacity: 0;
}
.hero-wrapper .hero-content .btn-group .dsc-btn a svg,
.hero-wrapper .hero-content .btn-group .dsc-btn a i {
  margin-right: 5px;
}
.hero-wrapper .hero-content .btn-group .dsc-btn a:hover {
  color: var(--primary-color1);
}
.hero-wrapper .hero-content .btn-group .dsc-btn a:hover:after {
  transform: scale(1);
  opacity: 1;
}
.hero-wrapper .hero-content .btn-group .trip-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.hero-wrapper .hero-content .btn-group .trip-rating .icon {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #34E0A1;
  border-radius: 50%;
}
.hero-wrapper .hero-content .btn-group .trip-rating .icon svg {
  height: 18px;
}
.hero-wrapper .hero-content .btn-group .trip-rating .icon svg path {
  fill: #000;
}
.hero-wrapper .hero-content .btn-group .trip-rating .cnt h4 {
  display: block;
  font-size: 24px;
  color: #fff;
  font-family: var(--font-work-sans);
  margin-bottom: 0;
}
.hero-wrapper .hero-content .btn-group .trip-rating .cnt p, .hero-wrapper .hero-content .btn-group .trip-rating .cnt .info-single .info-text a, .info-single .info-text .hero-wrapper .hero-content .btn-group .trip-rating .cnt a {
  color: #FFF;
  font-family: var(--font-work-sans);
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.hero-wrapper .hero-content .btn-group .trip-rating .cnt p span, .hero-wrapper .hero-content .btn-group .trip-rating .cnt .info-single .info-text a span, .info-single .info-text .hero-wrapper .hero-content .btn-group .trip-rating .cnt a span {
  position: relative;
  color: #FFF;
  font-family: var(--font-merriw);
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  padding-right: 15px;
  margin: 0;
}
.hero-wrapper .hero-content .btn-group .trip-rating .cnt p span:after, .hero-wrapper .hero-content .btn-group .trip-rating .cnt .info-single .info-text a span:after, .info-single .info-text .hero-wrapper .hero-content .btn-group .trip-rating .cnt a span:after {
  position: absolute;
  content: "";
  right: 6.5px;
  width: 2px;
  height: 10px;
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.1) 100%);
  top: 50%;
  transform: translateY(-50%);
}

.swiper-slide-active span {
  animation: fadeInDown 1.7s;
}

.swiper-slide-active h1 {
  animation: fadeInDown 1.7s;
}

.swiper-slide-active h2 {
  animation: fadeInDown 1.7s;
}

.swiper-slide-active p, .swiper-slide-active .info-single .info-text a, .info-single .info-text .swiper-slide-active a {
  animation: fadeInUp 1.7s;
}

.swiper-slide-active .trip-rating {
  animation: fadeInUp 1.7s;
}

.swiper-slide-active .dsc-btn {
  animation: fadeInUp 1.7s;
}

.swiper-slide-active .eg-btn {
  animation: fadeInUp 1.7s;
}

.banner-section1 {
  min-height: 80vh;
  padding: 0px 2%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.banner-section1 .banner-image2 {
  position: absolute;
  right: 2.5%;
  top: 4%;
}
.banner-section1 .banner-image2 img {
  max-width: 400px;
  max-height: 620px;
  border-radius: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section1 .banner-image2 .inner-img2 {
  position: absolute;
  left: -25%;
  bottom: 10%;
}
.banner-section1 .banner-image2 .inner-img2 img {
  width: 200px;
  height: 200px;
  border: 15px solid #fff;
}
@media (max-width: 991px) {
  .banner-section1 .banner-image2 {
    display: none;
    visibility: none;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section1 .banner-image2 {
    top: 8%;
  }
  .banner-section1 .banner-image2 img {
    max-width: 350px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-section1 .banner-image2 {
    top: 12%;
  }
  .banner-section1 .banner-image2 img {
    max-width: 280px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-section1 .banner-image2 {
    top: 22%;
  }
  .banner-section1 .banner-image2 img {
    max-width: 250px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-section1 {
    padding: 0px 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-section1 {
    padding: 0px 15px;
  }
}
@media (max-width: 991px) {
  .banner-section1 {
    min-height: auto;
    padding: 0px 0px;
  }
}
@media (max-width: 991px) {
  .banner-section1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../images/bg/banner-image2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center-top;
  }
}
.banner-section1 .cloud-icon1 {
  position: absolute;
  top: 10%;
  left: 15%;
  opacity: 0.5;
}
.banner-section1 .cloud-icon2 {
  position: absolute;
  top: 10%;
  left: 45%;
  opacity: 0.5;
}
.banner-section1 .cloud {
  position: absolute;
  top: 30px;
  right: -500px;
  opacity: 0.9;
  animation: cloud 20s linear 0s infinite reverse;
  z-index: 9;
}
.banner-section1 .cloud img {
  max-width: 90px;
  opacity: 0.6;
}
@media (max-width: 991px) {
  .banner-section1 .cloud img {
    max-width: 90px;
  }
}
@keyframes cloud {
  from {
    right: -500px;
  }
  to {
    right: 102%;
  }
}
.banner-section1 .banner-social-area {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background-color: var(--white);
  padding-left: 25px;
}
.banner-section1 .banner-social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.banner-section1 .banner-social-list li {
  width: 30px;
  height: 30px;
  line-height: 27px;
  border: 1px solid var(--primary-color1-light);
  text-align: center;
  background-color: var(--white);
  transition: all 0.45s ease;
}
.banner-section1 .banner-social-list li i {
  color: var(--primary-color1-light);
  transition: all 0.45s ease;
}
.banner-section1 .banner-social-list li:hover {
  background-color: var(--primary-color1);
}
.banner-section1 .banner-social-list li:hover i {
  color: var(--white);
}
.banner-section1 .banner1-content {
  position: relative;
  text-align: center;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
  padding: 180px 30px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-section1 .banner1-content {
    padding: 180px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-section1 .banner1-content {
    padding: 130px 15px;
  }
}
@media (max-width: 991px) {
  .banner-section1 .banner1-content {
    padding: 120px 10px;
  }
}
.banner-section1 .banner1-content span {
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--primary-color1);
  font-family: var(--font-work-sans);
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.banner-section1 .banner1-content span::after {
  content: url("../images/icons/fly-shape1.svg");
  position: absolute;
  right: -80px;
  top: 8px;
}
@media (max-width: 576px) {
  .banner-section1 .banner1-content span::after {
    right: -50px;
  }
}
@media (max-width: 767px) {
  .banner-section1 .banner1-content span {
    font-size: 2rem;
    font-weight: 400;
    color: var(--primary-color1);
  }
}
.banner-section1 .banner1-content h1,
.banner-section1 .banner1-content h2 {
  font-size: 5.6rem;
  font-weight: 800;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 25px;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 991px) {
  .banner-section1 .banner1-content h1,
  .banner-section1 .banner1-content h2 {
    color: var(--white);
  }
}
.banner-section1 .banner1-content h1::after,
.banner-section1 .banner1-content h2::after {
  content: url("../images/icons/banner-dot-vector.svg");
  position: absolute;
  right: -16px;
  top: -7px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .banner-section1 .banner1-content h1,
  .banner-section1 .banner1-content h2 {
    font-size: 5.8rem;
    font-weight: 700;
    color: var(--white);
  }
}
@media (max-width: 576px) {
  .banner-section1 .banner1-content h1,
  .banner-section1 .banner1-content h2 {
    font-size: 4.6rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 15px;
  }
}
.banner-section1 .banner1-content p, .banner-section1 .banner1-content .info-single .info-text a, .info-single .info-text .banner-section1 .banner1-content a {
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--text-secondary);
  margin-bottom: 46px;
}
@media (max-width: 991px) {
  .banner-section1 .banner1-content p, .banner-section1 .banner1-content .info-single .info-text a, .info-single .info-text .banner-section1 .banner1-content a {
    color: #eefeef;
  }
}
.banner-section1 .banner1-content .discover-btn {
  position: relative;
  z-index: 9;
  display: inline-block;
}
.banner-section1 .banner1-content .discover-btn::before {
  content: url("../images/icons/fly-shape2.svg");
  position: absolute;
  left: -90%;
  top: 8px;
}
.banner-section1 .banner-image1 {
  animation: jumping 10s linear infinite alternate;
  margin-top: -90px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section1 .banner-image1 {
    margin-top: 0;
  }
}
.banner-section1 .banner-image1 img {
  max-width: 285px;
  max-height: 450px;
  border-radius: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section1 .banner-image1 img {
    max-width: none;
  }
}
@keyframes jumping {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}

.banner-section2 {
  position: relative;
}
.banner-section2 .banner-form-container {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
.banner-section2 .banner-form-container .banner-form-box {
  pointer-events: auto;
}
@media (max-width: 991px) {
  .banner-section2 .banner-form-container {
    position: relative;
    transform: translateY(0);
  }
  .banner-section2 .banner-form-container::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border-radius: 50%;
    background: var(--primary-color2);
    left: -20px;
    top: -20px;
    z-index: 1;
    animation: move 6s linear infinite alternate;
  }
  @keyframes move {
    0% {
      transform: translateX(40%);
    }
    100% {
      transform: translateX(100%);
    }
  }
}
.banner-section2 .banner-form-wrapper {
  padding: 0px 10px;
}
@media (max-width: 991px) {
  .banner-section2 .banner-form-wrapper {
    background: var(--text-primary);
    padding: 90px 10px;
  }
}
.banner-section2 .swiper-slide {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .banner-section2 .swiper-slide {
    min-height: auto;
  }
}
.banner-section2 .swiper-slide::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-color: rgba(3, 0, 15, 0.25);
  z-index: 2;
}
.banner-section2 .swiper-slide .banner-bg11 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  animation: zoomin 18s linear infinite alternate;
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.banner2-content {
  padding: 150px 15px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .banner2-content {
    padding: 120px 15px;
  }
}
.banner2-content span {
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--primary-color2);
  font-family: var(--font-work-sans);
  display: inline-block;
  margin-bottom: 0px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .banner2-content span {
    font-size: 2rem;
    font-weight: 400;
    color: var(--primary-color2);
  }
}
.banner2-content h1,
.banner2-content h2 {
  font-size: 6.5rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-merriw);
  margin-bottom: 25px;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .banner2-content h1,
  .banner2-content h2 {
    font-size: 5.8rem;
    font-weight: 700;
    color: var(--white);
  }
}
.banner2-content p, .banner2-content .info-single .info-text a, .info-single .info-text .banner2-content a {
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-work-sans);
  margin-bottom: 46px;
}

.banner3-content {
  padding: 120px 35px 120px 0px;
  position: relative;
  z-index: 9;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner3-content {
    padding: 120px 15px 120px 0px;
  }
}
@media (max-width: 991px) {
  .banner3-content {
    padding: 110px 0px 60px 0px;
  }
}
.banner3-content span {
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--primary-color2);
  font-family: var(--font-work-sans);
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.banner3-content h1,
.banner3-content h2 {
  font-size: 6.5rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-merriw);
  margin-bottom: 25px;
  line-height: 1.35;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner3-content h1,
  .banner3-content h2 {
    font-size: 5.5rem;
    font-weight: 700;
    color: var(--white);
  }
}
@media (max-width: 767px) {
  .banner3-content h1,
  .banner3-content h2 {
    font-size: 5.8rem;
    font-weight: 700;
    color: var(--white);
  }
}
.banner3-content p, .banner3-content .info-single .info-text a, .info-single .info-text .banner3-content a {
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-work-sans);
  margin-bottom: 46px;
}

.banner4-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 180px 20px;
  position: relative;
  z-index: 9;
  text-align: center;
}
@media (max-width: 767px) {
  .banner4-content {
    padding: 90px 20px;
  }
}
.banner4-content span {
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--primary-color1);
  font-family: var(--font-work-sans);
  display: inline-block;
  margin-bottom: 0px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.banner4-content h2 {
  font-size: 6.5rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-merriw);
  margin-bottom: 20px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .banner4-content h2 {
    font-size: 5.8rem;
    font-weight: 700;
    color: var(--white);
  }
}
.banner4-content p, .banner4-content .info-single .info-text a, .info-single .info-text .banner4-content a {
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-work-sans);
  margin-bottom: 46px;
}

.banner5-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 120px 20px;
  position: relative;
  z-index: 9;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner5-content {
    padding: 160px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner5-content {
    padding: 140px 20px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .banner5-content {
    padding: 120px 20px;
  }
}
@media (max-width: 576px) {
  .banner5-content {
    padding: 120px 20px;
  }
}
.banner5-content span {
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .banner5-content span {
    font-size: 2rem;
    font-weight: 400;
    color: var(--white);
  }
}
.banner5-content h2 {
  font-size: 7.5rem;
  font-weight: 800;
  color: var(--white);
  font-family: var(--font-merriw);
  margin-bottom: 20px;
  line-height: 1.3;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .banner5-content h2 {
    font-size: 5.8rem;
    font-weight: 700;
    color: var(--white);
  }
}
.banner5-content p, .banner5-content .info-single .info-text a, .info-single .info-text .banner5-content a {
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
  margin-bottom: 46px;
}

.banner-form-box {
  position: relative;
  z-index: 9;
  text-align: center;
  padding: 45px 30px;
  background: linear-gradient(152.97deg, rgba(32, 42, 55, 0.4) 0%, rgba(12, 25, 43, 0.2) 100%);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid rgba(144, 185, 86, 0.33);
  border-radius: 5px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-form-box {
    padding: 40px 25px;
  }
}
@media (max-width: 576px) {
  .banner-form-box {
    padding: 40px 20px;
  }
}
.banner-form-box h3 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-merriw);
  margin-bottom: 15px;
  line-height: 1.35;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-form-box h3 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .banner-form-box h3 {
    font-size: 3rem;
  }
}
.banner-form-box p, .banner-form-box .info-single .info-text a, .info-single .info-text .banner-form-box a {
  font-size: 17px;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
}
.banner-form-box .banner-form {
  margin-top: 40px;
}
.banner-form-box .banner-form .searchbox-input {
  width: 100%;
}
.banner-form-box .banner-form .searchbox-input input, .banner-form-box .banner-form .searchbox-input .asking-form-wrap .style-1 .form-inner textarea, .asking-form-wrap .style-1 .form-inner .banner-form-box .banner-form .searchbox-input textarea {
  width: 100%;
  height: 50px;
  border: unset;
  background-color: #828286;
  padding-left: 10px;
  color: var(--white);
}
.banner-form-box .banner-form .searchbox-input input::-moz-placeholder, .banner-form-box .banner-form .searchbox-input .asking-form-wrap .style-1 .form-inner textarea::-moz-placeholder, .asking-form-wrap .style-1 .form-inner .banner-form-box .banner-form .searchbox-input textarea::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--white);
}
.banner-form-box .banner-form .searchbox-input input::placeholder, .banner-form-box .banner-form .searchbox-input .asking-form-wrap .style-1 .form-inner textarea::placeholder, .asking-form-wrap .style-1 .form-inner .banner-form-box .banner-form .searchbox-input textarea::placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--white);
}
.banner-form-box .banner-form .search-box-single {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  background: #828286;
  padding: 0px 20px;
}
@media (max-width: 576px) {
  .banner-form-box .banner-form .search-box-single {
    padding: 0px 12px;
  }
}
.banner-form-box .banner-form .search-box-single .searchbox-icon svg {
  fill: var(--white);
}
.banner-form-box .nice-select {
  background-color: #828286;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  outline: none;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  border-radius: 0px;
  border: unset;
  padding-left: 10px;
}
.banner-form-box .nice-select::after {
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
}
.banner-form-box .nice-select .option {
  min-height: 35px;
  line-height: 35px;
  font-size: 14px;
}
.banner-form-box .nice-select .option:hover {
  background: var(--primary-color2);
  color: var(--text-primary);
}
.banner-form-box .nice-select .option.selected {
  background: var(--primary-color2) !important;
}
.banner-form-box .nice-select .current {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--white);
}
.banner-form-box .nice-select .list {
  border: unset;
  margin-top: 6px;
  z-index: 100;
  border-radius: 0px;
  width: 100%;
  min-width: 80px;
}
.banner-form-box.sibling-2 {
  background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  border: 1px solid rgba(242, 170, 76, 0.3);
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 991px) {
  .banner-form-box.sibling-2 {
    margin: 0 auto;
    margin-bottom: 125px;
  }
}
.banner-form-box.sibling-2 h3 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-merriw);
  margin-bottom: 15px;
}
.banner-form-box.sibling-2 .banner-form .searchbox-input {
  width: 100%;
}
.banner-form-box.sibling-2 .banner-form .searchbox-input input, .banner-form-box.sibling-2 .banner-form .searchbox-input .asking-form-wrap .style-1 .form-inner textarea, .asking-form-wrap .style-1 .form-inner .banner-form-box.sibling-2 .banner-form .searchbox-input textarea {
  background-color: var(--white);
  padding-left: 10px;
}
.banner-form-box.sibling-2 .banner-form .searchbox-input input::-moz-placeholder, .banner-form-box.sibling-2 .banner-form .searchbox-input .asking-form-wrap .style-1 .form-inner textarea::-moz-placeholder, .asking-form-wrap .style-1 .form-inner .banner-form-box.sibling-2 .banner-form .searchbox-input textarea::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--text-secondary);
}
.banner-form-box.sibling-2 .banner-form .searchbox-input input::placeholder, .banner-form-box.sibling-2 .banner-form .searchbox-input .asking-form-wrap .style-1 .form-inner textarea::placeholder, .asking-form-wrap .style-1 .form-inner .banner-form-box.sibling-2 .banner-form .searchbox-input textarea::placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--text-secondary);
}
.banner-form-box.sibling-2 .banner-form .search-box-single {
  background: var(--white);
}
.banner-form-box.sibling-2 .banner-form .nice-select {
  background-color: var(--white);
}
.banner-form-box.sibling-2 .banner-form .nice-select .option:hover {
  background: var(--primary-color2);
  color: var(--text-primary);
}
.banner-form-box.sibling-2 .banner-form .nice-select .option.selected {
  background: var(--primary-color2) !important;
}
.banner-form-box.sibling-2 .banner-form .nice-select .current {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--text-secondary);
}
.banner-form-box.sibling-2 .banner-form .search-box-single .searchbox-icon svg {
  fill: var(--text-secondary);
}

.sidebar-icon {
  width: 80px;
  height: 89px;
  line-height: 80px;
  background: var(--primary-color3);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .sidebar-icon {
    display: none;
    visibility: none;
  }
}

.banner-section3 {
  position: relative;
  min-height: 95vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 40px;
}
@media (max-width: 991px) {
  .banner-section3 {
    min-height: auto;
  }
}
.banner-section3:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .banner-section3 {
    padding: 0px 15px;
  }
}
.banner-section3 .banner-bg31 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-section5 {
  position: relative;
}
.banner-section5.sibling-2 .swiper {
  padding-right: 80px;
  padding-left: 0px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-section5.sibling-2 .swiper {
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .banner-section5.sibling-2 .swiper {
    padding-right: 0px;
  }
}
.banner-section5 .swiper {
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .banner-section5 .swiper {
    padding-left: 0px;
  }
}
.banner-section5 .banner-social-area {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  background: var(--white);
  width: 80px;
  z-index: 9;
}
@media (max-width: 1199px) {
  .banner-section5 .banner-social-area {
    display: none;
    visibility: none;
  }
}
.banner-section5 .banner-social-area ul.banner-social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.banner-section5 .banner-social-area ul.banner-social li {
  background: var(--white);
  padding: 5px;
}
.banner-section5 .banner-social-area ul.banner-social li a i {
  font-size: 1.8rem;
  transition: all 0.35s ease-in;
  width: 35px;
  height: 35px;
  line-height: 34px;
  border-radius: 50%;
  border: 1px solid var(--text-primary);
  color: var(--text-primary);
  text-align: center;
}
.banner-section5 .banner-social-area ul.banner-social li a:hover i {
  color: var(--white);
  border: 1px solid var(--primary-color3);
  background: var(--primary-color3);
}
.banner-section5 .banner-social-area.sibling-2 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner-section5 .banner-social-area2 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  background: rgb(5, 15, 12);
  width: 80px;
  z-index: 9;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-section5 .banner-social-area2 {
    width: 60px;
  }
}
@media (max-width: 1199px) {
  .banner-section5 .banner-social-area2 {
    display: none;
    visibility: none;
  }
}
.banner-section5 .banner-social-area2 ul.banner-social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.banner-section5 .banner-social-area2 ul.banner-social li {
  padding: 5px;
}
.banner-section5 .banner-social-area2 ul.banner-social li a i {
  font-size: 1.8rem;
  transition: all 0.35s ease-in;
  width: 35px;
  height: 35px;
  line-height: 34px;
  border-radius: 50%;
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
}
.banner-section5 .banner-social-area2 ul.banner-social li a:hover i {
  color: var(--white);
  border: 1px solid var(--primary-color1);
  background: var(--primary-color1);
}
.banner-section5 .banner-social-area2.sibling-2 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner-section5 .swiper-slide {
  position: relative;
  z-index: 1;
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .banner-section5 .swiper-slide {
    min-height: auto;
  }
}
.banner-section5 .swiper-slide::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-image: linear-gradient(180deg, rgba(3, 0, 15, 0.8), transparent);
  z-index: 2;
}
.banner-section5 .swiper-slide .banner-bg11 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  animation: zoomin 18s linear infinite alternate;
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.inner-banner-section {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 550px;
  background-color: #000;
  background-position: center center;
}
@media (max-width: 767px) {
  .inner-banner-section {
    min-height: 360px;
  }
}
.inner-banner-section .inner-banner-vector {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
}
@media (max-width: 991px) {
  .inner-banner-section .inner-banner-vector {
    display: none;
    visibility: none;
  }
}
.inner-banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.inner-banner-section:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -4px;
  background-image: url(../images/bg/inner-banner-vctr.png);
  height: 50px;
  width: 100%;
}
.inner-banner-section .breadcrumb-area {
  text-align: center;
  position: relative;
}
.inner-banner-section .breadcrumb-area span {
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
  margin-bottom: 5px;
  letter-spacing: 3px;
}
.inner-banner-section .breadcrumb-area h2 {
  font-size: 5rem;
  font-weight: 800;
  color: var(--white);
  font-family: var(--font-merriw);
  margin-bottom: 0px;
  line-height: 1.25;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .inner-banner-section .breadcrumb-area h2 {
    font-size: 34px;
  }
}
.inner-banner-section .breadcrumb-area .review-area {
  margin-top: 10px;
}
.inner-banner-section .breadcrumb-area .review-area span {
  font-size: 2rem;
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-merriw);
}
.inner-banner-section .breadcrumb-area .review-area .star-list li i {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}
.inner-banner-section .breadcrumb-area .breadcrumb-meta-list {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
  gap: 40px;
}
@media (max-width: 576px) {
  .inner-banner-section .breadcrumb-area .breadcrumb-meta-list {
    flex-wrap: wrap;
    gap: unset;
  }
}
.inner-banner-section .breadcrumb-area .breadcrumb-meta-list li {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
}
.inner-banner-section .breadcrumb-area .breadcrumb-meta-list li::marker {
  color: var(--primary-color1);
}
@media (max-width: 576px) {
  .inner-banner-section .breadcrumb-area .breadcrumb-meta-list li {
    flex-wrap: wrap;
    margin: 5px 20px;
  }
}
.inner-banner-section .query-data {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 50px;
  margin-top: 20px;
}
.inner-banner-section .query-data h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.inner-banner-section .query-data h5 b {
  font-size: 22px;
  margin-right: 5px;
}
.inner-banner-section .video-breadcrumb {
  position: relative;
  width: 100%;
  height: 600px;
}
@media (max-width: 767px) {
  .inner-banner-section .video-breadcrumb {
    height: 450px;
  }
}
.inner-banner-section .video-breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.inner-banner-section .video-breadcrumb .container.video-content {
  position: relative;
  height: 600px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
@media (max-width: 767px) {
  .inner-banner-section .video-breadcrumb .container.video-content {
    height: 450px;
  }
}
.inner-banner-section.sibling-2 {
  background-image: none;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-banner-section.sibling-2 video {
  position: absolute;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-banner-section.sibling-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/*=======================================
   11. Searchbar-section
=======================================*/
.searchbar-section {
  margin-top: 20px;
  position: relative;
  z-index: 9;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .searchbar-section {
    margin-top: -90px;
  }
}
@media (max-width: 991px) {
  .searchbar-section {
    margin-top: -25px;
  }
}
.searchbar-section.sibling-2 {
  margin-top: -120px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .searchbar-section.sibling-2 .container {
    max-width: 1170px;
  }
}
@media (max-width: 767px) {
  .searchbar-section.sibling-2 {
    margin-top: -40px;
  }
}

.multi-main-search {
  background-color: var(--white);
  padding: 16px 25px 16px 0px;
  box-shadow: 1px 1px 10px 8px rgba(0, 0, 0, 0.04);
}
@media (max-width: 1199px) {
  .multi-main-search {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) {
  .multi-main-search {
    padding: 25px 15px;
  }
}
@media (max-width: 991px) {
  .multi-main-search .main-form-submit {
    margin-top: 20px;
  }
}
.multi-main-search .search-box-single {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 25px;
  position: relative;
}
.multi-main-search .search-box-single::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 2px;
  height: 40px;
  background: var(--border-color);
}
@media (max-width: 767px) {
  .multi-main-search .search-box-single::after {
    display: none;
    visibility: hidden;
  }
}
.multi-main-search .search-box-single.remove-after::after {
  content: unset;
}
.multi-main-search .search-box-single .searchbox-icon {
  line-height: 10px;
}

.searchbox-input {
  width: 100%;
}
.searchbox-input input, .searchbox-input .asking-form-wrap .style-1 .form-inner textarea, .asking-form-wrap .style-1 .form-inner .searchbox-input textarea {
  width: 100%;
  height: 40px;
  border: unset;
  padding-left: 15px;
}
.searchbox-input input::-moz-placeholder, .searchbox-input .asking-form-wrap .style-1 .form-inner textarea::-moz-placeholder, .asking-form-wrap .style-1 .form-inner .searchbox-input textarea::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--text-primary);
}
.searchbox-input input::placeholder, .searchbox-input .asking-form-wrap .style-1 .form-inner textarea::placeholder, .asking-form-wrap .style-1 .form-inner .searchbox-input textarea::placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--text-primary);
}

.nice-select {
  background-color: var(--white);
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  outline: none;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  border-radius: 0px;
  border: unset;
}
.nice-select:after {
  content: "";
  border-bottom: 2px solid var(--text-primary);
  border-right: 2px solid var(--text-primary);
  display: block;
  height: 10px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 10px;
}
.nice-select .option {
  min-height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding: 5px 10px;
}
.nice-select .option:hover {
  background: var(--primary-color1);
  color: var(--white);
}
.nice-select .option.selected {
  background: var(--primary-color1) !important;
}
.nice-select .current {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--text-primary);
}
.nice-select .list {
  border: unset;
  margin-top: 3px;
  z-index: 100;
  border-radius: 0px;
  width: 100%;
  min-width: 80px;
}

.ui-menu {
  border: 1px solid rgba(41, 43, 49, 0.03) !important;
  padding: 5px 0px;
}
.ui-menu .ui-menu-item {
  transition: all 0.35s ease;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 5px 20px;
  background: var(--white);
  border: 2px solid transparent;
  transition: all 0.35s ease;
}
.ui-menu .ui-menu-item:hover {
  background: var(--primary-color1);
}
.ui-menu .ui-menu-item:hover .ui-menu-item-wrapper {
  background: var(--primary-color1);
}
.ui-menu .ui-menu-item.sibling-2:hover {
  background: var(--primary-color2);
}

/*=======================================
   11. category-section
=======================================*/
.category-single1 {
  background: var(--white);
  box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06);
  text-align: center;
  padding: 30px 25px;
}
@media (max-width: 576px) {
  .category-single1 {
    padding: 25px 15px;
  }
}
.category-single1 .icon {
  width: 90px;
  height: 90px;
  line-height: 85px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  background: var(--white);
  margin-bottom: 20px;
  transition: all 0.45s ease;
  position: relative;
  z-index: 1;
  border: 1px solid #eee;
  overflow: hidden;
}
.category-single1 .icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--primary-color1-light);
  border-radius: 50%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.55s ease;
}
.category-single1 .icon svg {
  fill: var(--primary-color1);
  transition: all 0.45s ease;
}
.category-single1 .content h4 {
  margin-bottom: 0px;
}
.category-single1 .content h4:hover a {
  color: var(--primary-color1);
}
.category-single1 .content h4 a {
  font-size: 2.1rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
  transition: all 0.45s ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-single1 .content h4 a {
    font-size: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .category-single1 .content h4 a {
    font-size: 2rem;
  }
}
.category-single1 .content p, .category-single1 .content .info-single .info-text a, .info-single .info-text .category-single1 .content a {
  margin-bottom: 0;
}
.category-single1:hover .icon {
  border: 1px solid transparent;
}
.category-single1:hover .icon::before {
  opacity: 1;
  transform: scale(1);
  background-color: var(--white);
}
.category-single1:hover .icon svg {
  fill: var(--white);
}

/*=======================================
 Deal-section
=======================================*/
.deal-single1 {
  box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06);
}
@media (max-width: 767px) {
  .deal-single1 {
    max-width: 415px;
    margin: 0px auto;
  }
}
.deal-single1:hover .deal-image img {
  transform: scale(1.1);
}
.deal-single1:hover .deal-image span.discount-bagde::after {
  color: var(--white);
  background: var(--primary-color1);
}
.deal-single1:hover .deal-image span.favourite {
  opacity: 1;
}
.deal-single1:hover .deal-content .price span {
  color: var(--primary-color1);
}
.deal-single1 .deal-image {
  position: relative;
  overflow: hidden;
}
.deal-single1 .deal-image img {
  transition: all 0.55s ease-in-out;
}
.deal-single1 .deal-image span.discount-bagde {
  position: absolute;
  bottom: -1px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  background: var(--white);
  padding: 8px 5px 0 5px;
  border-radius: 100px 100px 0 0;
  min-width: 85;
  min-width: 85px;
  font-size: 20px;
  font-weight: 500;
  color: var(--primary-color1);
  font-family: var(--font-work-sans);
  text-align: center;
  line-height: 2;
  min-height: 40px;
}
.deal-single1 .deal-image span.discount-bagde::after {
  content: "off";
  position: absolute;
  top: 3px;
  right: -17px;
  border-radius: 50%;
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  background: var(--white);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color1);
  font-family: var(--font-work-sans);
  transition: all 0.55s ease;
}
.deal-single1 .deal-image span.favourite {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 1;
  background: var(--white);
  border-radius: 50%;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 37px;
  opacity: 0;
  transition: all 0.55s ease;
  cursor: pointer;
}
.deal-single1 .deal-image span.favourite i {
  color: #ff3a3a;
  font-size: 20px;
}
.deal-single1 .deal-content {
  text-align: center;
  padding: 35px 25px;
}
.deal-single1 .deal-content h4 {
  margin-bottom: 8px;
}
.deal-single1 .deal-content h4 a {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
}
.deal-single1 .deal-content .price {
  margin-bottom: 25px;
}
.deal-single1 .deal-content .price span {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  margin-right: 5px;
  transition: all 0.55s ease-in-out;
}
.deal-single1 .deal-content .price del {
  font-size: 1.4rem;
  font-weight: 500;
  color: #878787;
  font-family: var(--font-work-sans);
}

.tour-package-standard {
  box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.07);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tour-package-standard {
    padding: 25px 20px;
  }
}
@media (max-width: 991px) {
  .tour-package-standard {
    flex-wrap: wrap;
    justify-content: start;
    max-width: 370px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.tour-package-standard:hover .deal-image img {
  transform: scale(1.1);
}
.tour-package-standard:hover .deal-image span.discount-bagde::after {
  color: var(--white);
  background: var(--primary-color1);
}
.tour-package-standard:hover .deal-image span.favourite {
  opacity: 1;
}
.tour-package-standard:hover .deal-content .price span {
  color: var(--primary-color1);
}
.tour-package-standard .tour-standard-image {
  position: relative;
  overflow: hidden;
  width: 380px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tour-package-standard .tour-standard-image {
    width: 290px;
    height: 310px;
  }
}
.tour-package-standard .tour-standard-image img {
  transition: all 0.55s ease-in-out;
}
.tour-package-standard .tour-standard-image span.discount-bagde {
  position: absolute;
  top: 32px;
  left: 0px;
  z-index: 1;
  background: var(--white);
  padding: 8px 22px 8px 12px;
  border-radius: 0px 100px 100px 1px;
  min-width: 85px;
  font-size: 20px;
  font-weight: 500;
  color: var(--primary-color1);
  font-family: var(--font-work-sans);
  text-align: center;
  line-height: 1.3;
  min-height: 40px;
}
.tour-package-standard .tour-standard-image span.discount-bagde::after {
  content: "off";
  position: absolute;
  top: -10px;
  right: -8px;
  border-radius: 50%;
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  background: var(--primary-color1);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-work-sans);
  transition: all 0.55s ease 0s;
}
.tour-package-standard .tour-standard-image span.favourite {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 1;
  background: var(--white);
  border-radius: 50%;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 37px;
  opacity: 0;
  transition: all 0.55s ease;
  cursor: pointer;
}
.tour-package-standard .tour-standard-image span.favourite i {
  color: #ff3a3a;
  font-size: 20px;
}
.tour-package-standard .tour-standard-content {
  text-align: start;
  padding: 0px 0px 0 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tour-package-standard .tour-standard-content {
    padding: 0px 0px 0 20px;
  }
}
@media (max-width: 991px) {
  .tour-package-standard .tour-standard-content {
    padding: 30px 10px 10px 10px;
  }
}
.tour-package-standard .tour-standard-content h4 {
  margin-bottom: 10px;
}
.tour-package-standard .tour-standard-content h4 a {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  line-height: 1.5;
}
.tour-package-standard .tour-standard-content .price {
  margin-bottom: 20px;
}
.tour-package-standard .tour-standard-content .price span {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  margin-right: 5px;
  transition: all 0.55s ease-in-out;
}
.tour-package-standard .tour-standard-content .price del {
  font-size: 1.4rem;
  font-weight: 500;
  color: #878787;
  font-family: var(--font-work-sans);
}
.tour-package-standard .tour-standard-content .eg-btn {
  margin-top: 25px;
}
.tour-package-standard .tour-standard-content .review-area {
  justify-content: start;
}

.review-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.review-area .star-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.review-area .star-list li .bi {
  color: #ffd91c;
}
.review-area > span {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  margin-left: 12px;
}
.review-area.sibling-2 {
  justify-content: start;
  margin-bottom: 3px;
}
.review-area.sibling-2 .star-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.review-area.sibling-2 .star-list li .bi {
  color: var(--primary-color2);
  font-size: 14px;
}
.review-area.sibling-2 > span {
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-work-sans);
  margin-left: 12px;
}

/*=======================================
 destination-section
=======================================*/
.destination-section .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border: 1px solid #eee;
  margin-bottom: 45px;
}
.destination-section .nav-btn-style {
  background: var(--white);
  min-width: 0;
  color: var(--text-secondary);
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-work-sans);
  padding: 10px 20px;
  text-align: left;
  transition: all 0.42s ease;
  border-radius: 0;
}
.destination-section .nav-pills .nav-link.active,
.destination-section .nav-pills .show > .nav-link {
  color: var(--white);
  background-color: var(--primary-color1);
}
.destination-section .nav-pills .nav-link:last-child {
  border-right: unset;
}

.destination-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .destination-wrap {
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .destination-wrap .destination-single1 img {
    height: 350px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.destination-single1 {
  position: relative;
  width: calc(25% - 20px);
}
@media (max-width: 991px) {
  .destination-single1 {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .destination-single1 {
    min-width: 100%;
  }
}
.destination-single1::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
}
.destination-single1 .destination-img {
  min-height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .destination-single1 img {
    height: 100% !important;
    max-width: unset;
  }
}
.destination-single1 .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: end;
  align-content: flex-end;
  flex-direction: column;
  padding-bottom: 40px;
}
.destination-single1 .content .text-wrap {
  position: relative;
  transition: all 0.4s ease;
  height: auto;
}
.destination-single1 .content .text-wrap h4 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-merriw);
  transition: all 0.45s ease;
  transform: translateY(30px);
  margin-bottom: 10px;
}
.destination-single1 .content .text-wrap h4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 34px;
  height: 3px;
  border-radius: 30px;
  background-color: var(--white);
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .destination-single1 .content .text-wrap h4 {
    transform: translateY(20px);
  }
}
.destination-single1 .content .text-wrap p, .destination-single1 .content .text-wrap .info-single .info-text a, .info-single .info-text .destination-single1 .content .text-wrap a {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--primary-color1);
  font-family: var(--font-work-sans);
  transition: all 0.35s ease;
  transform: scaleY(0);
  margin-bottom: 5px;
}
.destination-single1:hover .content h4 {
  transform: translateY(0);
}
.destination-single1:hover .content .text-wrap::after {
  background: var(--primary-color1);
}
.destination-single1:hover .content .text-wrap p, .destination-single1:hover .content .text-wrap .info-single .info-text a, .info-single .info-text .destination-single1:hover .content .text-wrap a {
  transform: scaleY(1);
}
.destination-single1.sibling-2 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.destination-single1.sibling-2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(9, 16, 13, 0.8) 62.5%);
  z-index: 1;
  width: 100%;
  height: 25%;
  opacity: 1;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .destination-single1.sibling-2 img {
    max-width: 100%;
    height: 300px;
  }
}
.destination-single1.sibling-2 .content {
  z-index: 2;
}

.destination-single3 {
  position: relative;
}
@media (max-width: 991px) {
  .destination-single3 img {
    height: 300px;
    width: 100%;
  }
}
.destination-single3 .content {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(9, 16, 13, 0.8));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: end;
  align-content: flex-end;
  flex-direction: column;
  padding-bottom: 35px;
}
.destination-single3 .content .text-wrap {
  position: relative;
  transition: all 0.4s ease;
  height: auto;
}
.destination-single3 .content .text-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 3px;
  border-radius: 30px;
  background-color: var(--white);
  transition: all 0.4s ease;
}
.destination-single3 .content .text-wrap h4 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-merriw);
  transition: all 0.45s ease;
  transform: translateY(30px);
}
@media (max-width: 767px) {
  .destination-single3 .content .text-wrap h4 {
    transform: translateY(20px);
  }
}
.destination-single3 .content .text-wrap p, .destination-single3 .content .text-wrap .info-single .info-text a, .info-single .info-text .destination-single3 .content .text-wrap a {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--primary-color3);
  font-family: var(--font-work-sans);
  transition: all 0.35s ease;
  transform: scaleY(0);
  margin-bottom: 5px;
}
.destination-single3:hover .content h4 {
  transform: translateY(0);
}
.destination-single3:hover .content .text-wrap::after {
  background: var(--primary-color3);
}
.destination-single3:hover .content .text-wrap p, .destination-single3:hover .content .text-wrap .info-single .info-text a, .info-single .info-text .destination-single3:hover .content .text-wrap a {
  transform: scaleY(1);
}

.destination-single4 {
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.destination-single4 img {
  width: 100%;
}
@media (max-width: 991px) {
  .destination-single4 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .destination-single4 img {
    width: 100%;
  }
}
.destination-single4:hover .desti-content {
  opacity: 1;
  transform: translateY(0px);
}
.destination-single4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(20, 22, 28, 0) 65.09%, rgba(20, 22, 28, 0.7) 84.38%);
  z-index: 1;
}
.destination-single4 .desti-content {
  opacity: 0;
  transition: all 0.55s ease;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  padding: 20px 25px;
  transform: translateY(10px);
}
.destination-single4 .desti-content h4 {
  margin-bottom: 8px;
}
.destination-single4 .desti-content h4 a {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-merriw);
}
.destination-single4 .desti-content .bx {
  color: var(--white);
  vertical-align: baseline;
  margin-right: 5px;
}
.destination-single4 .desti-content span {
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-work-sans);
  display: inline-block;
}

@media (max-width: 991px) {
  .destination-sidebar {
    margin-top: 45px;
  }
}

/*=======================================
 video-section
=======================================*/
.video-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/bg/video-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0px 220px 0px;
  background-attachment: fixed;
  background-position: center top;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-section {
    padding: 120px 0px;
  }
}
@media (max-width: 991px) {
  .video-section {
    padding: 90px 0px;
  }
}

.video-section2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../images/bg/video-bg3.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 220px 0px;
  background-attachment: fixed;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-section2 {
    padding: 120px 0px;
  }
}
@media (max-width: 991px) {
  .video-section2 {
    padding: 90px 0px;
  }
}

.video-section-content span {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 15px;
  text-transform: uppercase;
}
.video-section-content h2 {
  font-size: 4.2rem;
  font-weight: 800;
  color: var(--white);
  font-family: var(--font-merriw);
  margin-bottom: 20px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .video-section-content h2 {
    font-size: 4rem;
  }
}
.video-section-content p, .video-section-content .info-single .info-text a, .info-single .info-text .video-section-content a {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
  margin-bottom: 38px;
}
@media (max-width: 991px) {
  .video-section-content {
    text-align: center;
  }
}
.video-section-content.sibling-2 {
  text-align: center;
}
.video-section-content.sibling-2 h2 {
  font-size: 4.2rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-merriw);
}
.video-section-content.sibling-2 p, .video-section-content.sibling-2 .info-single .info-text a, .info-single .info-text .video-section-content.sibling-2 a {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
  margin-bottom: 0px;
}

.video-play {
  text-align: center;
  z-index: 9;
  position: relative;
}
.video-play .video-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  position: relative;
  border: 1px solid transparent;
  font-size: 30px;
  color: var(--primary-color1);
  background: var(--white);
}
.video-play .video-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  animation: ripple-1 2s infinite ease-in-out;
  z-index: -1;
}
.video-play .video-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
  animation: ripple-2 2s infinite ease-in-out;
  animation-delay: 0.5s;
}
.video-play.sibling-2 .video-icon {
  color: var(--text-primary);
  background: var(--primary-color2);
}
.video-play.sibling-2 .video-icon::before {
  background: var(--primary-color2);
}
.video-play.sibling-2 .video-icon::after {
  background: var(--primary-color2);
}
.video-play.sibling-3 .video-icon {
  color: var(--white);
  background: var(--primary-color3);
}
.video-play.sibling-3 .video-icon::before {
  background: var(--primary-color3);
}
.video-play.sibling-3 .video-icon::after {
  background: var(--primary-color3);
}
@keyframes ripple-1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}
@keyframes ripple-2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.video-play.sibling-4 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .video-wrapper {
    margin-top: 40px;
  }
}
.video-wrapper span.watch-video {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-work-sans);
  position: relative;
  display: inline-block;
  padding-right: 60px;
  transform: rotate(-90deg);
  margin-right: 0px;
  margin-top: 80px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .video-wrapper span.watch-video {
    transform: rotate(0deg);
    margin-top: 30px;
  }
}
.video-wrapper span.watch-video::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 2px;
  border-radius: 30px;
  background: var(--white);
  right: 0;
}
.video-wrapper.sibling-2 {
  position: absolute;
  top: -50px;
  left: 85px;
  background-color: var(--white);
  width: 110px;
  min-height: 290px;
  padding: 40px 25px;
  z-index: 9;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-wrapper.sibling-2 {
    top: -40px;
    left: 40px;
  }
}
@media (max-width: 991px) {
  .video-wrapper.sibling-2 {
    min-height: 110px;
    left: 0px;
    top: -40px;
    background: transparent;
  }
}
.video-wrapper.sibling-2 span.watch-video {
  white-space: nowrap;
  margin-top: 82px;
  padding-right: 16px;
  padding-bottom: 40px;
  color: var(--text-primary);
  white-space: nowrap;
}
.video-wrapper.sibling-2 span.watch-video::after {
  content: "";
  position: absolute;
  top: 20%;
  transform: translateY(24%);
  width: 50px;
  height: 2px;
  border-radius: 30px;
  background: var(--text-primary);
  right: -45px;
}
@media (max-width: 991px) {
  .video-wrapper.sibling-2 span.watch-video {
    display: none;
    visibility: hidden;
  }
}
.video-wrapper.sibling-3 {
  overflow: hidden;
  position: absolute;
  top: -60px;
  right: 2%;
  background-color: var(--white);
  box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.08);
  width: 90px;
  min-height: 290px;
  padding: 40px 25px;
  z-index: 9;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .video-wrapper.sibling-3 {
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-wrapper.sibling-3 {
    top: -60px;
  }
}
@media (max-width: 1399px) {
  .video-wrapper.sibling-3 {
    min-height: 110px;
    right: 0px;
    top: -60px;
    background: transparent;
    box-shadow: unset;
  }
}
.video-wrapper.sibling-3 span.watch-video {
  white-space: nowrap;
  margin-top: 90px;
  padding-right: 0px;
  padding-bottom: 40px;
  color: var(--primary-color3);
}
.video-wrapper.sibling-3 span.watch-video::after {
  content: "";
  position: absolute;
  top: 18%;
  transform: translateY(24%);
  width: 50px;
  height: 2px;
  border-radius: 30px;
  background: var(--primary-color3);
  right: -60px;
}
@media (max-width: 1399px) {
  .video-wrapper.sibling-3 span.watch-video {
    display: none;
    visibility: hidden;
  }
}
.video-wrapper.sibling-4 {
  width: 140px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15%;
  margin-top: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-wrapper.sibling-4 {
    right: 5%;
  }
}
@media (max-width: 991px) {
  .video-wrapper.sibling-4 {
    right: 0%;
    top: 15%;
  }
  .video-wrapper.sibling-4 span.watch-video {
    display: none;
    visibility: hidden;
  }
}

/*=======================================
 form-section
=======================================*/
@media (max-width: 767px) {
  .asking-form-section {
    padding: 90px 0 0 0;
  }
}

.asking-form-wrap {
  background: #fff7f5;
  padding: 45px 40px;
  margin-top: -100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .asking-form-wrap {
    margin-top: -40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .asking-form-wrap {
    margin-top: -20px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .asking-form-wrap {
    padding: 50px 30px;
  }
}
@media (max-width: 576px) {
  .asking-form-wrap {
    margin-top: 0px;
    padding: 50px 25px;
  }
}
.asking-form-wrap .style-1 input[type=submit]:hover, .asking-form-wrap .style-1 .form-inner textarea[type=submit]:hover {
  border: 1px solid var(--primary-color1);
  background-color: var(--white);
}
.asking-form-wrap .style-1 .form-inner input, .asking-form-wrap .style-1 .form-inner textarea {
  border: 1px solid var(--border-color);
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: var(--text-primary);
  width: 100%;
  background-color: #fff7f5;
  padding: 0px 20px;
  transition: all 0.4s ease;
}
.asking-form-wrap .style-1 .form-inner input:focus, .asking-form-wrap .style-1 .form-inner textarea:focus {
  border: 1px solid var(--primary-color1);
}
.asking-form-wrap .style-1 .form-inner input::-moz-placeholder, .asking-form-wrap .style-1 .form-inner textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
}
.asking-form-wrap .style-1 .form-inner input::placeholder, .asking-form-wrap .style-1 .form-inner textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
}
.asking-form-wrap .style-1 .form-inner textarea {
  min-height: 140px;
}

/*=======================================
 best-plan-section
=======================================*/
.best-plan-section .swiper {
  margin: -15px;
  padding: 15px;
}

.best-plan-single1 {
  width: 100%;
  max-width: 415px;
  border: 1px solid #eeeeee;
  transition: all 0.6s ease;
  margin-left: auto;
  margin-right: auto;
}
.best-plan-single1 .content del {
  font-size: 14px;
  color: var(--text-light);
}
.best-plan-single1:hover {
  border: 1px solid transparent;
  box-shadow: 4px 3px 10px rgba(16, 33, 34, 0.06);
}
.best-plan-single1 .image {
  position: relative;
}
.best-plan-single1 .image .plan-icon {
  background: #ffffff;
  box-shadow: 4px 3px 35px rgba(117, 117, 117, 0.15);
  border-radius: 5px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  left: 25px;
  bottom: -20px;
}
.best-plan-single1 .content {
  padding: 30px 25px 35px 25px;
}
@media (max-width: 991px) {
  .best-plan-single1 .content {
    padding: 30px 12px 30px 12px;
  }
}
.best-plan-single1 .content h4 {
  margin-bottom: 15px;
}
.best-plan-single1 .content h4 a {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  transition: all 0.5s ease;
  line-height: 1.4;
}
.best-plan-single1 .content h4:hover a {
  color: var(--primary-color1);
}
.best-plan-single1 .content p, .best-plan-single1 .content .info-single .info-text a, .info-single .info-text .best-plan-single1 .content a {
  font-size: 2rem;
  font-weight: 600;
  color: var(--primary-color1);
  margin-bottom: 5px;
}
.best-plan-single1 .content .best-plan-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.best-plan-single1 .content .best-plan-meta span.duration {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-secondary);
}
.best-plan-single1 .content .best-plan-meta span.duration .bi {
  font-family: var(--font-work-sans);
  margin-right: 10px;
  vertical-align: middle;
  color: var(--primary-color1);
}
.best-plan-single1 .content .best-plan-meta span.rating {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-secondary);
}
.best-plan-single1 .content .best-plan-meta span.rating .bi {
  color: var(--primary-color1);
  margin: 0px 5px;
}
.best-plan-single1 .list-area {
  margin-bottom: 25px;
}

.list-area h5 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 15px;
}
.list-area ul.plan-list1 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-area ul.plan-list1 li {
  position: relative;
  padding-left: 25px;
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  margin-bottom: 5px;
}
.list-area ul.plan-list1 li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 2px;
  background: var(--text-secondary);
  border-radius: 30px;
}

.arrows-style-1 .swiper-prev-arrow {
  height: 45px;
  width: 45px;
  line-height: 42px;
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .arrows-style-1 .swiper-prev-arrow {
    left: -50px;
  }
}
.arrows-style-1 .swiper-prev-arrow svg {
  fill: var(--border-color);
  transition: all 0.4s ease;
}
.arrows-style-1 .swiper-prev-arrow:hover {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
.arrows-style-1 .swiper-prev-arrow:hover svg {
  fill: var(--white);
}
.arrows-style-1 .swiper-next-arrow {
  height: 45px;
  width: 45px;
  line-height: 42px;
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .arrows-style-1 .swiper-next-arrow {
    right: -50px;
  }
}
.arrows-style-1 .swiper-next-arrow svg {
  fill: var(--border-color);
  transition: all 0.4s ease;
}
.arrows-style-1 .swiper-next-arrow:hover {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
.arrows-style-1 .swiper-next-arrow:hover svg {
  fill: var(--white);
}
.arrows-style-1.sibling-1 .swiper-prev-arrow {
  height: 45px;
  width: 45px;
  line-height: 42px;
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .arrows-style-1.sibling-1 .swiper-prev-arrow {
    left: -50px;
  }
}
.arrows-style-1.sibling-1 .swiper-prev-arrow svg {
  fill: var(--border-color);
  transition: all 0.4s ease;
}
.arrows-style-1.sibling-1 .swiper-prev-arrow:hover {
  background-color: var(--primary-color3);
  border: 1px solid var(--primary-color3);
}
.arrows-style-1.sibling-1 .swiper-prev-arrow:hover svg {
  fill: var(--white);
}
.arrows-style-1.sibling-1 .swiper-next-arrow {
  height: 45px;
  width: 45px;
  line-height: 42px;
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .arrows-style-1.sibling-1 .swiper-next-arrow {
    right: -50px;
  }
}
.arrows-style-1.sibling-1 .swiper-next-arrow svg {
  fill: var(--border-color);
  transition: all 0.4s ease;
}
.arrows-style-1.sibling-1 .swiper-next-arrow:hover {
  background-color: var(--primary-color3);
  border: 1px solid var(--primary-color3);
}
.arrows-style-1.sibling-1 .swiper-next-arrow:hover svg {
  fill: var(--white);
}

.arrows-style-2 .swiper-prev-arrow {
  height: 45px;
  width: 45px;
  line-height: 42px;
  text-align: center;
  border: 1px solid var(--white);
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  z-index: 9;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .arrows-style-2 .swiper-prev-arrow {
    left: 5px;
  }
}
@media (max-width: 1199px) {
  .arrows-style-2 .swiper-prev-arrow {
    display: none;
    visibility: hidden;
  }
}
.arrows-style-2 .swiper-prev-arrow svg {
  fill: var(--white);
  transition: all 0.4s ease;
}
.arrows-style-2 .swiper-prev-arrow:hover {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
.arrows-style-2 .swiper-prev-arrow:hover svg {
  fill: var(--white);
}
.arrows-style-2 .swiper-next-arrow {
  height: 45px;
  width: 45px;
  line-height: 42px;
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  z-index: 9;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .arrows-style-2 .swiper-next-arrow {
    right: 5px;
  }
}
@media (max-width: 1199px) {
  .arrows-style-2 .swiper-next-arrow {
    display: none;
    visibility: hidden;
  }
}
.arrows-style-2 .swiper-next-arrow svg {
  fill: var(--border-color);
  transition: all 0.4s ease;
}
.arrows-style-2 .swiper-next-arrow:hover {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
.arrows-style-2 .swiper-next-arrow:hover svg {
  fill: var(--white);
}
.arrows-style-2.sibling-2 .swiper-prev-arrow:hover {
  background-color: var(--primary-color2);
  border: 1px solid var(--primary-color2);
}
.arrows-style-2.sibling-2 .swiper-prev-arrow:hover svg {
  fill: var(--white);
}
.arrows-style-2.sibling-2 .swiper-next-arrow:hover {
  background-color: var(--primary-color2);
  border: 1px solid var(--primary-color2);
}
.arrows-style-2.sibling-2 .swiper-next-arrow:hover svg {
  fill: var(--white);
}
.arrows-style-2.sibling-3 .swiper-prev-arrow {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid var(--white);
  border-radius: 0;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  z-index: 9;
}
.arrows-style-2.sibling-3 .swiper-prev-arrow i {
  color: var(--white);
}
.arrows-style-2.sibling-3 .swiper-prev-arrow:hover {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
.arrows-style-2.sibling-3 .swiper-prev-arrow:hover svg {
  fill: var(--white);
}
.arrows-style-2.sibling-3 .swiper-next-arrow {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid var(--white);
  border-radius: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  z-index: 9;
}
.arrows-style-2.sibling-3 .swiper-next-arrow i {
  color: var(--white);
}
.arrows-style-2.sibling-3 .swiper-next-arrow:hover {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
.arrows-style-2.sibling-3 .swiper-next-arrow:hover svg {
  fill: var(--white);
}

.arrows-style-3 .swiper-prev-arrow {
  height: 42px;
  width: 42px;
  line-height: 43px;
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  z-index: 9;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .arrows-style-3 .swiper-prev-arrow {
    left: 10px;
  }
}
.arrows-style-3 .swiper-prev-arrow i {
  font-size: 34px;
  margin-right: -32px;
  color: var(--border-color);
  transition: all 0.4s ease;
}
.arrows-style-3 .swiper-prev-arrow:hover {
  border: 1px solid var(--primary-color2);
}
.arrows-style-3 .swiper-prev-arrow:hover i {
  color: var(--primary-color2);
  margin-right: 0px;
}
.arrows-style-3 .swiper-next-arrow {
  height: 42px;
  width: 42px;
  line-height: 43px;
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  z-index: 9;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .arrows-style-3 .swiper-next-arrow {
    right: 10px;
  }
}
.arrows-style-3 .swiper-next-arrow i {
  font-size: 34px;
  margin-left: -28px;
  color: var(--border-color);
  transition: all 0.4s ease;
}
.arrows-style-3 .swiper-next-arrow:hover {
  border: 1px solid var(--primary-color2);
}
.arrows-style-3 .swiper-next-arrow:hover i {
  color: var(--primary-color2);
  margin-left: 0px;
}
.arrows-style-3.sibling-2 .swiper-prev-arrow:hover {
  border: 1px solid var(--primary-color1);
}
.arrows-style-3.sibling-2 .swiper-prev-arrow:hover i {
  color: var(--primary-color1);
  margin-right: 0px;
}
.arrows-style-3.sibling-2 .swiper-next-arrow:hover {
  border: 1px solid var(--primary-color1);
}
.arrows-style-3.sibling-2 .swiper-next-arrow:hover i {
  color: var(--primary-color1);
  margin-right: 0px;
}

.arrows-style-4 .swiper-prev-arrow {
  height: 42px;
  width: 42px;
  line-height: 43px;
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  transition: all 0.4s ease;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .arrows-style-4 .swiper-prev-arrow {
    left: 10px;
  }
}
.arrows-style-4 .swiper-prev-arrow i {
  font-size: 34px;
  margin-right: -32px;
  color: var(--border-color);
  transition: all 0.4s ease;
}
.arrows-style-4 .swiper-prev-arrow:hover {
  border: 1px solid var(--primary-color2);
}
.arrows-style-4 .swiper-prev-arrow:hover i {
  color: var(--primary-color2);
  margin-right: 0px;
}
.arrows-style-4 .swiper-next-arrow {
  height: 42px;
  width: 42px;
  line-height: 43px;
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  transition: all 0.4s ease;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .arrows-style-4 .swiper-next-arrow {
    right: 10px;
  }
}
.arrows-style-4 .swiper-next-arrow i {
  font-size: 34px;
  margin-left: -28px;
  color: var(--border-color);
  transition: all 0.4s ease;
}
.arrows-style-4 .swiper-next-arrow:hover {
  border: 1px solid var(--primary-color2);
}
.arrows-style-4 .swiper-next-arrow:hover i {
  color: var(--primary-color2);
  margin-left: 0px;
}
.arrows-style-4.sibling-2 .swiper-prev-arrow {
  border: none;
}
.arrows-style-4.sibling-2 .swiper-prev-arrow img {
  transition: all 0.5s ease;
}
.arrows-style-4.sibling-2 .swiper-prev-arrow:hover img {
  padding-right: 15px;
}
.arrows-style-4.sibling-2 .swiper-next-arrow {
  border: none;
}
.arrows-style-4.sibling-2 .swiper-next-arrow img {
  transition: all 0.5s ease;
}
.arrows-style-4.sibling-2 .swiper-next-arrow:hover img {
  padding-left: 15px;
}

/*=======================================
 Counter-section 
=======================================*/
.counter-wrapper {
  background: #ffffff;
  box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06);
  padding: 20px;
}

.counter-single {
  padding: 25px 0px;
}
.counter-single svg {
  fill: var(--primary-color1);
  transition: all 0.5s ease;
}
.counter-single:hover svg {
  transform: scale(1.2);
}
.counter-single .counter-icon {
  margin-bottom: 12px;
}
.counter-single .coundown .counter-icon {
  margin-bottom: 30px;
}
.counter-single .coundown h3 {
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 5px;
  display: inline-block;
}
.counter-single .coundown p, .counter-single .coundown .info-single .info-text a, .info-single .info-text .counter-single .coundown a {
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 1.3;
}
.counter-single.sibling-2 {
  background-color: var(--white);
  position: relative;
  z-index: 1;
}
.counter-single.sibling-2 svg {
  fill: var(--primary-color2) !important;
}
.counter-single.sibling-3 {
  background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(42px);
          backdrop-filter: blur(42px);
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  border: 1px solid rgba(23, 179, 132, 0.25);
  transition: all 0.6s ease;
}
@media (max-width: 991px) {
  .counter-single.sibling-3 {
    max-width: unset;
  }
}
.counter-single.sibling-3:hover {
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.counter-single.sibling-3 .counter-icon {
  margin-bottom: 5px;
}
.counter-single.sibling-3 .coundown .bi {
  font-size: 40px;
  color: var(--white);
  font-weight: 800;
}
.counter-single.sibling-3 .coundown h3 {
  font-size: 3.6rem;
  font-weight: 800;
  color: var(--white);
  font-family: var(--font-merriw);
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .counter-single.sibling-3 .coundown h3 {
    font-size: 3.4rem;
    font-weight: 800;
    color: var(--white);
  }
}
.counter-single.sibling-3 .coundown p, .counter-single.sibling-3 .coundown .info-single .info-text a, .info-single .info-text .counter-single.sibling-3 .coundown a {
  color: var(--white);
  margin-bottom: 0;
  margin-top: -5px;
}

.partner-single {
  text-align: center;
}
.partner-single img {
  vertical-align: middle;
  filter: grayscale(0);
  opacity: 1;
  transition: all 0.45s ease;
}
.partner-single img:hover {
  filter: grayscale(1);
  opacity: 0.8;
}
.partner-single.sibling-2 img {
  vertical-align: middle;
  filter: grayscale(1);
  opacity: 0.8;
  transition: all 0.45s ease;
}
.partner-single.sibling-2 img:hover {
  filter: grayscale(0);
  opacity: 1;
}

.insta-feed-single {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.section-title-small {
  margin-bottom: 40px;
  margin-top: -8px;
}
.section-title-small i {
  font-size: 22px;
  color: var(--text-secondary);
}
.section-title-small span {
  font-size: 3rem;
  font-weight: 600;
  color: var(--text-secondary);
  padding-left: 18px;
}

.section-title4 {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.section-title4 span {
  display: block;
  font-family: var(--font-work-sans);
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--text-secondary);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.section-title4 h2 {
  font-size: 4.2rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 15px;
  margin-top: -7px;
  display: inline-block;
  font-family: var(--font-merriw);
}
.section-title4 img {
  max-width: 370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section-title4.sibling2 span {
  display: block;
  font-family: var(--font-work-sans);
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--primary-color1);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.section-title4.sibling2 h2 {
  font-size: 4.2rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 15px;
  margin-top: -7px;
  display: inline-block;
  font-family: var(--font-merriw);
}
.section-title4.sibling3 span {
  display: block;
  font-family: var(--font-work-sans);
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--primary-color1);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.section-title4.sibling3 h2 {
  font-size: 4.2rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 15px;
  margin-top: -7px;
  display: inline-block;
  font-family: var(--font-merriw);
}

.counter-section5 {
  position: relative;
  height: auto;
}
.counter-section5 .counter5-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*=======================================
 Tour Place-section 
=======================================*/
.tour-place-section {
  overflow: hidden;
}

.tour-card-wrapper {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tour-card-wrapper {
    align-items: center;
  }
}
.tour-card-wrapper .col-equal {
  width: calc(33.33% - 30px);
  height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tour-card-wrapper .col-equal {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .tour-card-wrapper .col-equal {
    width: 100%;
  }
}

.tour-card-alpha {
  transition: all 0.5s ease;
}
.tour-card-alpha:hover .tour-badge {
  background: var(--primary-color2);
}
.tour-card-alpha img {
  width: 100%;
}

.tour-card-beta {
  position: relative;
  transition: all 0.5s ease;
}
.tour-card-beta:hover .tour-badge {
  background: var(--primary-color2);
}
.tour-card-beta img {
  width: 100%;
}

.tour-card-gamma {
  transition: all 0.5s ease;
}
.tour-card-gamma:hover .tour-badge {
  background: var(--primary-color2);
}
.tour-card-gamma img {
  width: 100%;
}

.tour-card-delta {
  transition: all 0.5s ease;
}
.tour-card-delta:hover .tour-badge {
  background: var(--primary-color2);
}
.tour-card-delta img {
  width: 100%;
}

.tour-badge {
  background: #ffffff;
  padding: 20px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06);
  width: 100%;
  max-width: 200px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -100px;
  position: relative;
  transition: all 0.5s ease;
}
@media (max-width: 576px) {
  .tour-badge {
    width: 100%;
    max-width: 160px;
    min-height: 160px;
  }
}
.tour-badge h5 {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 8px;
  line-height: 1.4;
}
.tour-badge p, .tour-badge .info-single .info-text a, .info-single .info-text .tour-badge a {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
  margin-bottom: 5px;
}
.tour-badge span {
  display: inline-block;
  border-radius: 30px;
  width: 34px;
  height: 2px;
  background: var(--text-primary);
}
.tour-badge.sibling-2 {
  position: absolute;
  bottom: 30%;
  right: -70px;
  z-index: 99;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tour-badge.sibling-2 {
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tour-badge.sibling-2 {
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tour-badge.sibling-2 {
    position: relative;
  }
}
@media (max-width: 1600px) {
  .tour-badge.sibling-2 {
    right: 0px;
  }
}

.footer-section {
  background-image: linear-gradient(rgba(9, 16, 13, 0.88), rgba(9, 16, 13, 0.88)), url("../images/bg/footer1-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  padding: 0px 10px;
}
.footer-section .footer-plane1 {
  position: absolute;
  right: 2%;
  top: 10%;
  animation: jump 1s linear infinite alternate;
}
.footer-section .footer-plane1 svg {
  fill: var(--primary-color1);
}
@media (max-width: 1199px) {
  .footer-section .footer-plane1 {
    display: none;
    visibility: none;
  }
}
@keyframes jump {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  70% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.footer-section .footer-plane2 {
  position: absolute;
  left: 4%;
  top: 10%;
}
.footer-section .footer-plane2 svg {
  fill: var(--primary-color1);
}
@media (max-width: 991px) {
  .footer-section .footer-plane2 {
    display: none;
    visibility: none;
  }
}
.footer-section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #292b31;
  z-index: -2;
}
.footer-section .footer-about {
  background-color: rgba(17, 17, 17, 0.9);
  padding: 25px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  max-width: 280px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-section .footer-about {
    max-width: 220px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .footer-section .footer-about {
    max-width: 220px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-about {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .footer-section .footer-about {
    padding: 20px;
  }
}
.footer-section .footer-about .footer-plane {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  opacity: 0.1;
}
.footer-section .footer-about .footer1-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.footer-section .footer-about .footer1-logo p, .footer-section .footer-about .footer1-logo .info-single .info-text a, .info-single .info-text .footer-section .footer-about .footer1-logo a {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color1);
  font-family: var(--font-work-sans);
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .footer-section .footer-about .footer1-logo img {
    max-width: 130px;
    width: 100%;
  }
}
.footer-section .footer-about svg {
  animation: rotate 15s linear infinite;
}
.footer-section .footer-about svg path {
  fill: #fff;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.footer-section .pay-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 15px;
}
.footer-section .footer-top {
  padding: 90px 0px;
}
.footer-section .footer-meta {
  margin-top: 70px;
}
@media (max-width: 576px) {
  .footer-section .footer-meta {
    margin-top: 50px;
  }
}
.footer-section .footer-meta h4 {
  font-size: 2rem;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-work-sans);
  margin-right: 20px;
  margin-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-meta h4 {
    margin-right: 10px;
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-meta h4 {
    display: none;
    visibility: hidden;
  }
}
.footer-section .footer-social {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 0px;
}
.footer-section .footer-social i {
  border: 1px solid #5e5e5e;
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: var(--white);
  background: #0f1012;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  transition: all 0.5s ease-out 0s;
}
.footer-section .footer-social i:hover {
  background: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
.footer-section .footer-item h3 {
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 25px;
  font-family: var(--font-merriw);
  position: relative;
  padding-bottom: 10px;
}
.footer-section .footer-item h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, var(--primary-color1), transparent);
}
.footer-section .footer-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-section .footer-item ul li {
  margin-bottom: 15px;
  padding-left: 0px;
  transition: all 0.55s ease;
  position: relative;
}
.footer-section .footer-item ul li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 2px;
  display: block;
  background: var(--primary-color1);
  opacity: 0;
  transition: all 0.55s ease;
}
.footer-section .footer-item ul li:last-child {
  margin-bottom: 0;
}
.footer-section .footer-item ul li:hover {
  padding-left: 15px;
}
.footer-section .footer-item ul li:hover::after {
  content: "";
  opacity: 1;
}
.footer-section .footer-item ul li:hover a {
  color: var(--primary-color1);
}
.footer-section .footer-item ul a {
  font-size: 17px;
  font-weight: 400;
  font-family: var(--font-work-sans);
  color: var(--border-color);
  transition: all 0.4s ease;
  color: rgb(215, 211, 211);
  margin: 0;
  padding: 0;
}
.footer-section .footer-item .contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-section .footer-item .contact-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
  gap: 12px;
}
.footer-section .footer-item .contact-list li:hover .icon .bi {
  background: var(--primary-color1);
  color: var(--white);
}
.footer-section .footer-item .contact-list li:last-child {
  margin-bottom: 0px;
}
.footer-section .footer-item .contact-list li:hover {
  padding: 0;
}
.footer-section .footer-item .contact-list li:after {
  content: none !important;
}
.footer-section .footer-item .contact-list li .icon .bi {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
  color: var(--primary-color1);
  display: block;
  transition: all 0.45s ease;
  font-size: 16px;
}
.footer-section .footer-item .contact-list li .text {
  color: var(--border-color);
}
.footer-section .footer-item .contact-list li .text a {
  display: block;
  margin-bottom: 3px;
}
.footer-section .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-section .footer-bottom p, .footer-section .footer-bottom .info-single .info-text a, .info-single .info-text .footer-section .footer-bottom a {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-exo);
  color: var(--white);
  margin-bottom: 0;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .footer-section .footer-bottom p, .footer-section .footer-bottom .info-single .info-text a, .info-single .info-text .footer-section .footer-bottom a {
    margin-right: 0px;
  }
}
.footer-section .footer-bottom p a, .footer-section .footer-bottom .info-single .info-text a a, .info-single .info-text .footer-section .footer-bottom a a {
  font-size: 13px;
  font-weight: 500;
  color: var(--primary-color1);
}
.footer-section .footer-bottom .footer-logo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}
.footer-section .footer-bottom .footer-logo-list li {
  margin-right: 20px;
}
.footer-section .footer-bottom .footer-logo-list li img {
  transition: all 0.6s ease;
}
.footer-section .footer-bottom .footer-logo-list li:last-child {
  margin-right: 0px;
}
.footer-section .footer-bottom .footer-logo-list li:hover img {
  transform: rotate(360deg);
}
.footer-section .footer-bottom .f-bottom-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-section .footer-bottom .f-bottom-list li:first-child a {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.footer-section .footer-bottom .f-bottom-list li:first-child a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 15px;
  background: var(--white);
}
.footer-section .footer-bottom .f-bottom-list a {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  transition: all 0.42s ease;
}
.footer-section .footer-bottom .f-bottom-list a:hover {
  color: var(--primary-color1);
}
.footer-section.sibling-2 .footer1-logo p, .footer-section.sibling-2 .footer1-logo .info-single .info-text a, .info-single .info-text .footer-section.sibling-2 .footer1-logo a {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color2);
}
.footer-section.sibling-2 .footer-item h4 {
  font-weight: 500;
}
.footer-section.sibling-2 .footer-item h4::after {
  content: "";
  background: linear-gradient(90deg, var(--primary-color2), transparent);
}
.footer-section.sibling-2 .link-list li:hover a {
  color: var(--primary-color2);
}
.footer-section.sibling-2 .link-list li::after {
  background: var(--primary-color2);
}
.footer-section.sibling-2 .link-list a {
  color: var(--border-color);
}
.footer-section.sibling-2 .contact-list li .icon .bi {
  border: 1px solid var(--primary-color2);
  color: var(--primary-color2);
}
.footer-section.sibling-2 .contact-list li:hover .icon .bi {
  background: var(--primary-color2);
  color: var(--white);
}
.footer-section.sibling-2 .footer-social i:hover {
  background: var(--primary-color2);
  border: 1px solid var(--primary-color2);
  color: var(--text-primary);
}
.footer-section.sibling-2 .footer-bottom p .egns-lab, .footer-section.sibling-2 .footer-bottom .info-single .info-text a .egns-lab, .info-single .info-text .footer-section.sibling-2 .footer-bottom a .egns-lab {
  color: var(--primary-color2);
}
.footer-section.sibling-2 .footer-bottom .f-bottom-list a:hover {
  color: var(--primary-color2);
}
.footer-section.sibling-3 .footer1-logo p, .footer-section.sibling-3 .footer1-logo .info-single .info-text a, .info-single .info-text .footer-section.sibling-3 .footer1-logo a {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color3);
}
.footer-section.sibling-3 .footer-item h4::after {
  content: "";
  background: linear-gradient(90deg, var(--primary-color3), transparent);
}
.footer-section.sibling-3 .link-list li:hover a {
  color: var(--primary-color3);
}
.footer-section.sibling-3 .link-list li::after {
  background: var(--primary-color3);
}
.footer-section.sibling-3 .link-list a {
  color: var(--border-color);
}
.footer-section.sibling-3 .contact-list li .icon .bi {
  border: 1px solid var(--primary-color3);
  color: var(--primary-color3);
}
.footer-section.sibling-3 .contact-list li:hover .icon .bi {
  background: var(--primary-color3);
  color: var(--white);
}
.footer-section.sibling-3 .footer-social i:hover {
  background: var(--primary-color3);
  border: 1px solid var(--primary-color3);
  color: var(--text-primary);
}
.footer-section.sibling-3 .footer-bottom p .egns-lab, .footer-section.sibling-3 .footer-bottom .info-single .info-text a .egns-lab, .info-single .info-text .footer-section.sibling-3 .footer-bottom a .egns-lab {
  color: var(--primary-color3);
}
.footer-section.sibling-3 .footer-bottom .f-bottom-list a:hover {
  color: var(--primary-color3);
}

/*=======================================
 Blog-section
=======================================*/
.blog-single1 {
  overflow: hidden;
  position: relative;
  max-width: 470px;
  margin: 0px auto;
  margin-top: 40px;
}
.blog-single1 .image {
  position: relative;
}
.blog-single1 .image span.blog-date {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-primary);
  background: var(--white);
  padding: 6px 12px;
}
@media (max-width: 576px) {
  .blog-single1 .image image {
    width: 100%;
  }
}
.blog-single1 .content {
  padding-top: 24px;
}
.blog-single1 .content h4 {
  margin-bottom: 15px;
}
.blog-single1 .content h4 a {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  line-height: 1.45;
  transition: all 0.4s ease;
}
.blog-single1 .content h4 a:hover {
  color: var(--primary-color1);
}
.blog-single1 .content i {
  margin-left: 5px;
  vertical-align: baseline;
}

.blog-single2 {
  overflow: hidden;
  position: relative;
  box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06);
}
.blog-single2:hover .image img {
  transform: scale(1.1) rotate(2deg);
}
.blog-single2 .image {
  position: relative;
  overflow: hidden;
}
.blog-single2 .image img {
  transition: all 0.6s ease;
}
@media (max-width: 576px) {
  .blog-single2 .image img {
    width: 100%;
  }
}
.blog-single2 .image span.blog-category {
  position: absolute;
  left: 25px;
  top: 25px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  background: var(--text-primary);
  padding: 6px 12px;
}
.blog-single2 .content {
  padding: 30px 20px;
  text-align: center;
}
.blog-single2 .content h5 a {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  line-height: 1.45;
  transition: all 0.4s ease;
}
.blog-single2 .content h5 a:hover {
  color: var(--primary-color1);
}
.blog-single2 .content .blog-date {
  margin-top: 15px;
}
.blog-single2 .content .blog-date i {
  font-size: 13px;
  color: var(--text-secondary);
}
.blog-single2 .content .blog-date span {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  display: inline-block;
  padding-left: 10px;
}
.blog-single2.sibling-2 {
  box-shadow: unset;
  overflow: unset;
  margin-bottom: 25px;
}
.blog-single2.sibling-2:hover .content {
  background: #fff7f5;
}
.blog-single2.sibling-2:hover .content h5 a {
  color: var(--primary-color3);
}
.blog-single2.sibling-2:hover .content a .bi {
  background: var(--primary-color3);
  color: var(--white);
}
.blog-single2.sibling-2 .image img {
  min-height: 330px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-single2.sibling-2 .image img {
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  .blog-single2.sibling-2 .image img {
    min-height: 280px;
  }
}
.blog-single2.sibling-2 .content {
  width: 90%;
  background-color: var(--white);
  box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06);
  margin: -90px auto 0 auto;
  z-index: 1;
  position: relative;
  transition: all 0.55s ease;
  position: relative;
  padding: 30px 20px 40px 20px;
}
.blog-single2.sibling-2 .content .blog-date {
  margin-top: 0;
  margin-bottom: 5px;
}
.blog-single2.sibling-2 .content h5 a {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  line-height: 1.45;
  transition: all 0.4s ease;
}
.blog-single2.sibling-2 .content > a .bi {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--primary-color3);
  color: var(--primary-color3);
  display: inline-block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  font-weight: 600;
  background-color: var(--white);
  transition: all 0.5s ease;
}
.blog-single2.sibling-3 {
  box-shadow: unset;
  overflow: unset;
}
.blog-single2.sibling-3 .image img {
  min-height: 330px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-single2.sibling-3 .image img {
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  .blog-single2.sibling-3 .image img {
    min-height: 280px;
  }
}
.blog-single2.sibling-3 .content {
  width: 90%;
  background-color: var(--white);
  box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06);
  margin: -45px auto 0 auto;
  z-index: 1;
  position: relative;
  transition: all 0.55s ease;
  position: relative;
  padding: 30px 20px;
}
.blog-single2.sibling-3 .content .blog-date {
  margin-top: 0;
  margin-bottom: 8px;
}
.blog-single2.sibling-3 .content h5 {
  margin-bottom: 15px;
}
.blog-single2.sibling-3 .content h5 a {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  line-height: 1.45;
  transition: all 0.45s ease;
}
.blog-single2.sibling-3 .content h5 a:hover {
  color: var(--primary-color1);
}
.blog-single2.sibling-4 {
  box-shadow: unset;
  overflow: unset;
}
.blog-single2.sibling-4 .image {
  position: relative;
}
.blog-single2.sibling-4 .image .blog-date {
  position: absolute;
  left: 0px;
  top: 20px;
  background-color: var(--white);
  padding: 5px 15px;
}
.blog-single2.sibling-4 .image .blog-date .bi {
  margin-right: 8px;
}
.blog-single2.sibling-4 .image img {
  min-height: 330px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-single2.sibling-4 .image img {
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  .blog-single2.sibling-4 .image img {
    min-height: 280px;
  }
}
.blog-single2.sibling-4 .content {
  background-color: var(--white);
  box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06);
  z-index: 1;
  position: relative;
  transition: all 0.55s ease;
  position: relative;
  padding: 25px 20px;
  text-align: left;
}
.blog-single2.sibling-4 .content .blog-date {
  margin-top: 0;
  margin-bottom: 8px;
}
.blog-single2.sibling-4 .content span.tour-category {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  display: block;
  margin-bottom: 5px;
}
.blog-single2.sibling-4 .content h5 {
  margin-bottom: 15px;
}
.blog-single2.sibling-4 .content h5 a {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  line-height: 1.45;
  transition: all 0.45s ease;
}
.blog-single2.sibling-4 .content h5 a:hover {
  color: var(--primary-color1);
}
.blog-single2.sibling-5 .content h5 a:hover {
  color: var(--primary-color1);
}

.blog-single3 {
  overflow: hidden;
  position: relative;
  box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06);
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.blog-single3:hover .image img {
  transform: scale(1.1);
}
.blog-single3:hover .image span.blog-date {
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
  background: var(--text-primary);
}
.blog-single3:hover .image span.blog-date .bi {
  color: var(--white);
  font-size: 14px;
  margin-right: 8px;
}
.blog-single3 .image {
  position: relative;
  overflow: hidden;
}
.blog-single3 .image img {
  transition: all 0.55s ease;
}
.blog-single3 .image span.blog-date {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-secondary);
  background: var(--white);
  padding: 6px 12px;
  transition: all 0.45s ease;
}
.blog-single3 .image span.blog-date .bi {
  color: var(--text-secondary);
  font-size: 14px;
  margin-right: 8px;
}
.blog-single3 .content {
  background: #ffffff;
  padding: 25px 25px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-single3 .content {
    padding: 20px;
  }
}
.blog-single3 .content span.category {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  margin-bottom: 8px;
  display: inline-block;
}
.blog-single3 .content h4 {
  margin-bottom: 25px;
}
.blog-single3 .content h4 a {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  line-height: 1.45;
  transition: all 0.4s ease;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-single3 .content h4 a {
    font-size: 2.2rem;
  }
}
.blog-single3 .content h4 a:hover {
  color: var(--text-secondary);
}
.blog-single3 .content i {
  margin-left: 5px;
  vertical-align: baseline;
}

.read-more-btn {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  transition: all 0.4s ease;
  font-family: var(--font-work-sans);
  position: relative;
  padding-bottom: 5px;
  display: inline-flex;
  margin-top: 0px;
  transition: all 0.55s ease;
  transform: translateY(0px);
  transition: all 0.4s ease;
}
.read-more-btn i {
  margin-left: 10px;
}
.read-more-btn::after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #5e5e5e;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.55s ease;
}
.read-more-btn:hover {
  color: var(--primary-color1);
}
.read-more-btn:hover::after {
  border-bottom: 1px dashed var(--primary-color1);
}
.read-more-btn.sibling-2 {
  border: 1px solid #5e5e5e;
  padding-bottom: unset;
  padding: 8px 20px;
}
.read-more-btn.sibling-2::after {
  content: unset;
}
.read-more-btn.sibling-2:hover {
  background-color: var(--primary-color2);
  color: var(--text-primary);
  border: 1px solid var(--primary-color2);
}

h3.blog-details-subtitle {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  line-height: 1.7;
  margin-bottom: 10px;
}

.blog-details-single {
  margin-bottom: 40px;
  overflow: hidden;
}
.blog-details-single > img {
  margin-bottom: 30px;
}
.blog-details-single p, .blog-details-single .info-single .info-text a, .info-single .info-text .blog-details-single a {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  line-height: 1.7;
  margin-bottom: 20px;
}
.blog-details-single blockquote {
  background: #fff7f5;
  padding: 40px 45px;
  position: relative;
  margin: 30px 0px;
}
.blog-details-single blockquote h4 {
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-merriw);
  font-style: italic;
  line-height: 1.5;
}
.blog-details-single blockquote .quote-icon {
  position: absolute;
  right: 50px;
  bottom: -12px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
}
.blog-details-single blockquote .quote-icon svg {
  fill: var(--primary-color1);
}
.blog-details-single .details-img-group {
  margin-top: 0px;
  margin-bottom: 35px;
}
.blog-details-single .blog-details-feature-list {
  margin-bottom: 20px;
}
.blog-details-single .blog-details-feature-list li {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  margin-bottom: 12px;
}
.blog-details-single .blog-details-feature-list li:last-child {
  margin-bottom: 0px;
}
.blog-details-single .blog-details-feature-list li::marker {
  color: var(--primary-color1);
  font-size: 24px;
}

.blog-share-area {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}
.blog-share-area .blog-share {
  overflow: hidden;
  height: 24px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .blog-share-area .blog-share {
    margin: 10px 0 15px;
  }
}
.blog-share-area .blog-share:hover .front {
  transform: translateY(-24px);
}
.blog-share-area .blog-share:hover .back {
  transform: translateY(-24px);
}
.blog-share-area .blog-share .front {
  text-align: end;
  transition: all 0.62s ease-in-out;
}
@media (max-width: 576px) {
  .blog-share-area .blog-share .front {
    text-align: center;
  }
}
.blog-share-area .blog-share .front img {
  vertical-align: baseline;
}
.blog-share-area .blog-share .front span {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--text-color);
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 5px;
}
.blog-share-area .blog-share .back {
  text-align: end;
  transition: all 0.62s ease-in-out;
}
@media (max-width: 576px) {
  .blog-share-area .blog-share .back {
    text-align: center;
  }
}
.blog-share-area .blog-share .back .share-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 576px) {
  .blog-share-area .blog-share .back .share-list {
    justify-content: center !important;
  }
}
.blog-share-area .blog-share .back .share-list a i {
  color: var(--text-color2);
  transition: all 0.35s ease-in-out;
  height: 20px;
}
.blog-share-area .blog-share .back .share-list a:hover i {
  color: var(--primary-color1);
}

.blog-tag-area {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.blog-tag-area h6 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin: 0;
}
.blog-tag-area a {
  margin: 0 10px;
  font-size: 17px;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  transition: all 0.4s ease;
}
.blog-tag-area a:hover {
  color: var(--primary-color1);
}

.blog-details-author {
  padding: 25px;
  margin: 70px 5px 5px;
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: nowrap;
  background-color: #ffffff;
  justify-content: flex-start;
  border: 1.5px solid #eeeeee;
}
@media (max-width: 991px) {
  .blog-details-author {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.blog-details-author .author-image img {
  max-height: 100px;
  max-width: 100px;
  border-radius: 50%;
}
.blog-details-author .author-content h5 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 10px;
}
.blog-details-author .author-content p, .blog-details-author .author-content .info-single .info-text a, .info-single .info-text .blog-details-author .author-content a {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
}
.blog-details-author .author-content .blog-author-social {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.blog-details-author .author-content .blog-author-social li i {
  color: var(--primary-color1);
  transition: all 0.45s ease;
}
.blog-details-author .author-content .blog-author-social li i:hover {
  transform: scale(1.1);
}

.post-formate-quote blockquote {
  background: #fff7f5;
  padding: 40px 45px;
  position: relative;
  margin: 30px 0px;
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-merriw);
  font-style: italic;
  line-height: 1.8;
}
.post-formate-quote blockquote .quote-icon {
  position: absolute;
  right: 50px;
  bottom: -12px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
}
.post-formate-quote blockquote .quote-icon svg {
  fill: var(--primary-color1);
}

.blog-thum-image {
  margin-bottom: 20px;
}

.post-video iframe {
  min-height: 480px;
  height: 100%;
}

.post-audio .post-media iframe {
  height: 100%;
  min-height: 340px;
}

.blog-details .post-audio,
.blog-details .post-video {
  margin-bottom: 20px;
}

.comment-area .comment-list {
  padding: 0px;
  margin: 35px 0 0 0;
  list-style: none;
}
.comment-area .comment-list #respond.comment-respond {
  background: #ffffff;
  border: 1.5px solid #eeeeee;
  padding: 40px;
  margin: 0 0 40px 0px;
}
.comment-area .comment-list #respond.comment-respond h3#reply-title {
  display: flex;
  justify-content: space-between;
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  line-height: 1.7;
  margin-bottom: 10px;
}
.comment-area .comment-list #respond.comment-respond h3#reply-title a#cancel-comment-reply-link {
  font-size: 16px;
  color: var(--primary-color1);
}
.comment-area .comment-list #respond.comment-respond textarea {
  background: none;
}
.comment-area .comment-list .single-comment {
  border-radius: 5px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 35px;
  gap: 20px;
}
@media (max-width: 991px) {
  .comment-area .comment-list .single-comment {
    flex-wrap: wrap;
  }
}
.comment-area .comment-list .single-comment .image img {
  border-radius: 90%;
  min-width: 70px;
}
.comment-area .comment-list .comment-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .comment-area .comment-list .comment-meta {
    gap: 5px;
    flex-wrap: wrap;
  }
}
.comment-area .comment-list .comment-meta h5 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-right: 0px;
}
.comment-area .comment-list .comment-meta span {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color2);
}
.comment-area .comment-list .content p, .comment-area .comment-list .content .info-single .info-text a, .info-single .info-text .comment-area .comment-list .content a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.comment-area .comment-list .content .reply-btn a {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
  padding-bottom: 3px;
  border-bottom: 1px dashed var(--text-primary);
  background-color: var(--white);
  outline: none;
  margin-top: 5px;
  transition: all 0.4s ease;
}
.comment-area .comment-list .content .reply-btn a:hover {
  color: var(--primary-color1);
  border-bottom: 1px dashed var(--primary-color1);
}
.comment-area .comment-list .content .reply-btn a .bi {
  margin-left: 5px;
}

.blog-comment-form {
  margin-top: 55px;
}

.comment-form-area .contact-from-wrapper {
  padding: 15px 55px 50px 55px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .comment-form-area .contact-from-wrapper {
    padding: 15px 35px 50px 35px;
  }
}
@media (max-width: 767px) {
  .comment-form-area .contact-from-wrapper {
    padding: 15px 25px 50px 25px;
  }
}

/*=======================================
 Testimonial-section  
=======================================*/
.testimonial-section .swiper {
  padding: 12px;
  margin: -12px;
}
.testimonial-section .testimonial-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
@media (max-width: 991px) {
  .testimonial-section .testimonial-wrapper {
    flex-wrap: wrap;
  }
}
.testimonial-section .testimonial-wrapper .testimonial-area {
  padding: 100px 0px;
  width: 100%;
  background: var(--text-primary);
  min-height: 660px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .testimonial-section .testimonial-wrapper .testimonial-area {
    width: 100%;
    min-height: auto;
    padding: 60px 0px;
  }
}
.testimonial-section .testimonial-wrapper .testimonial-area .testi-quote {
  position: absolute;
  top: 10%;
  right: 5%;
}
.testimonial-section .testimonial-wrapper .newsletter-area {
  min-height: 660px;
  background: url("../images/bg/newsletter-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 10px;
  width: 42%;
  min-width: 440px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .testimonial-section .testimonial-wrapper .newsletter-area {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .testimonial-section .testimonial-wrapper .newsletter-area {
    min-width: 280px;
  }
}
.testimonial-section .testimonial-wrapper .newsletter-area .newsletter-form-box {
  text-align: center;
  padding: 50px 35px;
  background: linear-gradient(152.97deg, rgba(0, 0, 0, 0.32) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
  width: 100%;
  max-width: 400px;
  border: 1px solid rgba(0, 255, 178, 0.15);
}
@media (max-width: 576px) {
  .testimonial-section .testimonial-wrapper .newsletter-area .newsletter-form-box {
    padding: 50px 25px;
  }
}
.testimonial-section .testimonial-wrapper .newsletter-area .newsletter-form-box h3 {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-merriw);
  margin-bottom: 15px;
}
.testimonial-section .testimonial-wrapper .newsletter-area .newsletter-form-box p, .testimonial-section .testimonial-wrapper .newsletter-area .newsletter-form-box .info-single .info-text a, .info-single .info-text .testimonial-section .testimonial-wrapper .newsletter-area .newsletter-form-box a {
  font-size: 17px;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
}

.testimonial-section4 .swiper {
  margin: -15px;
  padding: 15px;
}

.newsletter-form {
  margin-top: 40px;
}
.newsletter-form .form-inner {
  width: 100%;
  margin-bottom: 25px;
}
.newsletter-form .form-inner input, .newsletter-form .asking-form-wrap .style-1 .form-inner textarea, .asking-form-wrap .style-1 .newsletter-form .form-inner textarea {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(221, 221, 221, 0.431372549);
  height: 52px;
  line-height: 52px;
  padding: 0px 20px;
  color: var(--white);
  transition: all 0.4s ease;
}
.newsletter-form .form-inner input:focus, .newsletter-form .asking-form-wrap .style-1 .form-inner textarea:focus, .asking-form-wrap .style-1 .newsletter-form .form-inner textarea:focus {
  border: 1px solid var(--primary-color1);
}
.newsletter-form .form-inner input::-moz-placeholder, .newsletter-form .asking-form-wrap .style-1 .form-inner textarea::-moz-placeholder, .asking-form-wrap .style-1 .newsletter-form .form-inner textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
  text-align: center;
}
.newsletter-form .form-inner input::placeholder, .newsletter-form .asking-form-wrap .style-1 .form-inner textarea::placeholder, .asking-form-wrap .style-1 .newsletter-form .form-inner textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
  text-align: center;
}

.testimonial-wrap {
  width: 100%;
  max-width: 690px;
  margin-left: auto;
  margin-right: 40px;
  padding: 30px 30px 30px 0px;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1399px) {
  .testimonial-wrap {
    padding: 20px;
  }
}

.testimonial-single1 {
  padding-bottom: 30px;
}
.testimonial-single1 .testimonial-content {
  border: 1px solid rgba(249, 248, 248, 0.16);
  padding: 35px 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-single1 .testimonial-content {
    padding: 30px 25px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .testimonial-single1 .testimonial-content {
    padding: 25px 25px;
  }
}
@media (max-width: 576px) {
  .testimonial-single1 .testimonial-content {
    padding: 25px 20px;
  }
}
.testimonial-single1 .testimonial-content > p, .testimonial-single1 .info-single .info-text .testimonial-content > a, .info-single .info-text .testimonial-single1 .testimonial-content > a {
  font-size: 2.4rem;
  font-weight: 300;
  color: var(--white);
  font-family: var(--font-work-sans);
  margin-bottom: 0px;
}
.testimonial-single1 .star-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.testimonial-single1 .star-list li .bi {
  color: var(--primary-color1);
}
.testimonial-single1 .testi-author1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  gap: 18px;
  padding-top: 30px;
  padding-left: 55px;
  position: relative;
  margin-top: 20px;
  padding-bottom: 3px;
}
.testimonial-single1 .testi-author1::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 60px;
  width: 50px;
  height: 50px;
  background: #09100d;
  border-bottom: 1px solid rgba(249, 248, 248, 0.16);
  border-left: 1px solid rgba(249, 248, 248, 0.16);
  transform: rotate(-45deg);
}
.testimonial-single1 .testi-author1 .image {
  width: 60px;
  height: 60px;
}
.testimonial-single1 .testi-author1 .image img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
}
.testimonial-single1 .testi-author1 .author-text h5 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-merriw);
}
.testimonial-single1 .testi-author1 .author-text p, .testimonial-single1 .testi-author1 .author-text .info-single .info-text a, .info-single .info-text .testimonial-single1 .testi-author1 .author-text a {
  font-size: 16px;
  font-weight: 400;
  color: #cbcbcb;
  margin-bottom: 0;
}
.testimonial-single1.siblling-2 {
  position: relative;
  padding: 0px 15px;
}
.testimonial-single1.siblling-2 svg {
  fill: var(--text-light);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}
.testimonial-single1.siblling-2 .star-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-bottom: 10px;
}
.testimonial-single1.siblling-2 .star-list li .bi {
  color: var(--primary-color2);
}
@media (max-width: 991px) {
  .testimonial-single1.siblling-2 .star-list {
    justify-content: start;
  }
}
.testimonial-single1.siblling-2 > p, .info-single .info-text .testimonial-single1.siblling-2 > a {
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
  margin-bottom: 35px;
}
.testimonial-single1.siblling-2 .testi-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.testimonial-single1.siblling-2 .testi-author .image {
  width: 60px;
  height: 60px;
}
.testimonial-single1.siblling-2 .testi-author .image img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
}
.testimonial-single1.siblling-2 .author-text h5 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
}
.testimonial-single1.siblling-2 .author-text p, .testimonial-single1.siblling-2 .author-text .info-single .info-text a, .info-single .info-text .testimonial-single1.siblling-2 .author-text a {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  margin-bottom: 0;
}
.testimonial-single1.sibling-3 {
  text-align: center;
  border: 1px solid #eeeeee;
  padding: 30px 25px;
}
.testimonial-single1.sibling-3 > p, .info-single .info-text .testimonial-single1.sibling-3 > a {
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
  line-height: 1.6;
  margin-bottom: 22px;
}
.testimonial-single1.sibling-3 .image {
  position: relative;
}
.testimonial-single1.sibling-3 .image .testi-quote {
  position: absolute;
  top: -3px;
  left: -15px;
  width: 30px;
  height: 30px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(213, 84, 55, 0.2);
  padding: 5px;
}
.testimonial-single1.sibling-3 .testi-author {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.testimonial-single1.sibling-3 .author-text h5 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
  margin-bottom: 0px;
}
.testimonial-single1.sibling-4 {
  text-align: left;
  padding: 30px 25px;
  background: #ffffff;
  box-shadow: 4px 3px 15px rgba(16, 33, 34, 0.06);
}
.testimonial-single1.sibling-4 > p, .info-single .info-text .testimonial-single1.sibling-4 > a {
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
  line-height: 1.6;
  margin-bottom: 22px;
}
.testimonial-single1.sibling-4 .image {
  position: relative;
}
.testimonial-single1.sibling-4 .image > img {
  width: 60px;
  height: 60px;
}
.testimonial-single1.sibling-4 .image .testi-quote {
  position: absolute;
  top: -3px;
  left: -15px;
  width: 30px;
  height: 30px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: var(--white);
  padding: 5px;
  box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06);
}
.testimonial-single1.sibling-4 .testi-author {
  display: flex;
  flex-direction: row;
  gap: 25px;
  margin-bottom: 15px;
  align-items: center;
}
.testimonial-single1.sibling-4 .author-text h5 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 0px;
}
.testimonial-single1.sibling-4 .author-text span {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  display: block;
}

.swiper-pagination,
.testimonial1-pagination {
  position: relative;
  z-index: 89;
  margin-top: -45px;
}
@media (max-width: 576px) {
  .swiper-pagination,
  .testimonial1-pagination {
    margin-top: unset;
  }
}
.swiper-pagination .swiper-pagination-bullet,
.testimonial1-pagination .swiper-pagination-bullet {
  border: 1px solid var(--white);
  width: 15px;
  height: 15px;
  z-index: 9;
  background: var(--white);
}
.swiper-pagination .swiper-pagination-bullet-active,
.testimonial1-pagination .swiper-pagination-bullet-active {
  position: relative;
  border: 1px solid var(--primary-color1);
  background: transparent;
}
.swiper-pagination .swiper-pagination-bullet-active::before,
.testimonial1-pagination .swiper-pagination-bullet-active::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--primary-color1);
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  z-index: -1;
}
.swiper-pagination.sibling-2,
.testimonial1-pagination.sibling-2 {
  height: 16px;
  bottom: 0;
  margin-top: 50px;
}
.swiper-pagination.sibling-2 .swiper-pagination-bullet,
.testimonial1-pagination.sibling-2 .swiper-pagination-bullet {
  position: relative;
}
.swiper-pagination.sibling-2 .swiper-pagination-bullet::before,
.testimonial1-pagination.sibling-2 .swiper-pagination-bullet::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--text-primary);
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  z-index: -1;
}
.swiper-pagination.sibling-2 .swiper-pagination-bullet-active,
.testimonial1-pagination.sibling-2 .swiper-pagination-bullet-active {
  position: relative;
  border: 1px solid var(--primary-color2);
  background: transparent;
}
.swiper-pagination.sibling-2 .swiper-pagination-bullet-active::before,
.testimonial1-pagination.sibling-2 .swiper-pagination-bullet-active::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--primary-color2);
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  z-index: -1;
}
.swiper-pagination.sibling-3,
.testimonial1-pagination.sibling-3 {
  height: 16px;
  bottom: 0;
  margin-top: 50px;
}
.swiper-pagination.sibling-3 .swiper-pagination-bullet,
.testimonial1-pagination.sibling-3 .swiper-pagination-bullet {
  position: relative;
}
.swiper-pagination.sibling-3 .swiper-pagination-bullet::before,
.testimonial1-pagination.sibling-3 .swiper-pagination-bullet::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--text-primary);
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  z-index: -1;
}
.swiper-pagination.sibling-3 .swiper-pagination-bullet-active,
.testimonial1-pagination.sibling-3 .swiper-pagination-bullet-active {
  position: relative;
  border: 1px solid var(--primary-color3);
  background: transparent;
}
.swiper-pagination.sibling-3 .swiper-pagination-bullet-active::before,
.testimonial1-pagination.sibling-3 .swiper-pagination-bullet-active::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--primary-color3);
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  z-index: -1;
}
.swiper-pagination.sibling-4,
.testimonial1-pagination.sibling-4 {
  height: 16px;
  bottom: 0;
  margin-top: 50px;
}
.swiper-pagination.sibling-4 .swiper-pagination-bullet,
.testimonial1-pagination.sibling-4 .swiper-pagination-bullet {
  position: relative;
}
.swiper-pagination.sibling-4 .swiper-pagination-bullet::before,
.testimonial1-pagination.sibling-4 .swiper-pagination-bullet::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--text-primary);
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  z-index: -1;
}
.swiper-pagination.sibling-4 .swiper-pagination-bullet-active,
.testimonial1-pagination.sibling-4 .swiper-pagination-bullet-active {
  position: relative;
  border: 1px solid var(--primary-color1);
  background: transparent;
}
.swiper-pagination.sibling-4 .swiper-pagination-bullet-active::before,
.testimonial1-pagination.sibling-4 .swiper-pagination-bullet-active::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--primary-color1);
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  z-index: -1;
}

.swiper-pagination-number .swiper-pagination-bullet {
  background: transparent;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-primary);
}
.swiper-pagination-number .swiper-pagination-bullet-active {
  background: transparent;
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-color3);
}

.swiper-banner-pagination {
  position: relative;
  z-index: 89;
}
.swiper-banner-pagination .swiper-pagination-bullet {
  border: 1px solid var(--white);
  width: 15px;
  height: 15px;
  z-index: 9;
  background: var(--white);
}
.swiper-banner-pagination .swiper-pagination-bullet-active {
  position: relative;
  border: 1px solid var(--primary-color1);
  background: transparent;
}
.swiper-banner-pagination .swiper-pagination-bullet-active::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--primary-color1);
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  z-index: -1;
}

/*=======================================
 Intro-section 
=======================================*/
.intro-sectoin {
  background-color: #fff7f5;
  padding: 115px 15px 230px 15px;
}
.intro-sectoin .intro-content {
  text-align: center;
}
.intro-sectoin .intro-content span {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--primary-color2);
  font-family: var(--font-work-sans);
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.intro-sectoin .intro-content span::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
  width: 2px;
  height: 40px;
  background: var(--primary-color2);
  opacity: 0.55;
}
.intro-sectoin .intro-content h2 {
  font-size: 4.2rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 20px;
  line-height: 1.4;
}
.intro-sectoin .intro-content p, .intro-sectoin .intro-content .info-single .info-text a, .info-single .info-text .intro-sectoin .intro-content a {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  margin-bottom: 28px;
}

/*=======================================
 Offer-section 
=======================================*/
.offer-single {
  position: relative;
  height: 300px;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding: 30px 30px;
  overflow: hidden;
}
.offer-single:hover .offer-bg {
  transform: scale(1.1) rotate(2deg);
}
.offer-single .offer-badge {
  position: absolute;
  top: 25px;
  right: 25px;
}
.offer-single .offer-badge .offer-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.offer-single .offer-badge .offer-text h5 {
  font-family: "Leckerli One";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #09100d;
  text-transform: uppercase;
  margin-bottom: 0;
}
.offer-single .offer-badge .offer-text h5 span {
  white-space: nowrap;
}
.offer-single .offer-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  transition: all 0.6s ease;
}
.offer-single .content a {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-work-sans);
  line-height: 1.2;
}
.offer-single .content span {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-work-sans);
  display: block;
}
.offer-single.sibling-2 .content a {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-merriw);
}
.offer-single.sibling-2 .content span {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-work-sans);
  display: block;
  margin-top: 5px;
}

.offer-section .swiper {
  background: #ffffff;
  box-shadow: 4px 3px 35px rgba(117, 117, 117, 0.12);
  padding: 20px;
}
.offer-section.sibling-2 {
  margin-top: unset;
}

/*=======================================
 feature-section 
=======================================*/
.feature-section {
  background-image: url("../images/bg/feature-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .feature-section {
    margin-bottom: 0px;
  }
}
.feature-section .feature-image {
  transform: translateY(120px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-section .feature-image {
    transform: translateY(0px);
  }
}
.feature-section .feature-content {
  padding: 50px 15px;
  width: 100%;
  max-width: 600px;
}
.feature-section .feature-content span {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--primary-color2);
  font-family: var(--font-work-sans);
  text-transform: uppercase;
  letter-spacing: 3px;
}
.feature-section .feature-content h2 {
  font-size: 4.2rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 20px;
  line-height: 1.4;
}
.feature-section .feature-content ul.feature-list {
  list-style: none;
  margin: 35px 0 25px 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
}
.feature-section .feature-content ul.feature-list li {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  margin-bottom: 15px;
  display: block;
  position: relative;
  padding-left: 30px;
  min-width: 250px;
  transition: all 0.35s ease;
}
.feature-section .feature-content ul.feature-list li:hover {
  transform: translateX(10px);
}
.feature-section .feature-content ul.feature-list li svg {
  position: absolute;
  left: 0;
  top: 8px;
  fill: var(--text-secondary);
}

.feature2-list {
  margin-bottom: 40px;
}
.feature2-list li {
  font-size: 17px;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  margin-bottom: 15px;
  padding-left: 12px;
}
.feature2-list li:last-child {
  margin-bottom: 0px;
}
.feature2-list li::marker {
  content: "\f272";
  font-family: "Bootstrap-icons";
  font-weight: 500;
}

.feature3-list {
  margin-bottom: 30px;
}
.feature3-list li {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  margin-bottom: 8px;
  padding-left: 0px;
}
.feature3-list li:last-child {
  margin-bottom: 0px;
}
.feature3-list li::marker {
  color: var(--primary-color2);
}
.feature3-list.sibling-2 li {
  font-size: 2rem;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
}
.feature3-list.sibling-2 li::marker {
  color: var(--primary-color1);
}

.feature-image-group {
  position: relative;
  margin-left: 0;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-image-group {
    margin-left: -20px;
  }
}
@media (max-width: 991px) {
  .feature-image-group {
    margin-left: 0;
    margin-top: 40px;
  }
}
.feature-image-group .feature3-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  z-index: 2;
}
.feature-image-group .feature-image {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: auto;
}
.feature-image-group .feature-image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  width: 90%;
  height: 90%;
  border: 1px solid #e2e2e2;
}
.feature-image-group .feature-image.translate-y {
  transform: translateY(30px);
}

/*================================================
 Tour package
=================================================*/
.tour-package-section {
  padding-left: 3%;
  padding-right: 3%;
}
.tour-package-section .swiper-wrapper {
  padding-bottom: 60px;
}
.tour-package-section .swiper-wrapper .swiper-slide:nth-child(even) {
  padding-top: 70px;
}
@media (max-width: 576px) {
  .tour-package-section .swiper-wrapper .swiper-slide:nth-child(even) {
    padding-top: 0px;
  }
}
.tour-package-section .swiper-wrapper .swiper-slide-active p, .tour-package-section .swiper-wrapper .swiper-slide-active .info-single .info-text a, .info-single .info-text .tour-package-section .swiper-wrapper .swiper-slide-active a {
  animation: unset;
}

.tour-package-single {
  position: relative;
  width: 100%;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.tour-package-single::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.3;
}
.tour-package-single:hover .package-content p, .tour-package-single:hover .package-content .info-single .info-text a, .info-single .info-text .tour-package-single:hover .package-content a {
  height: 100%;
  opacity: 1;
}
.tour-package-single .package-content {
  padding: 60px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  transition: all 0.6s ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tour-package-single .package-content {
    padding: 60px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tour-package-single .package-content {
    padding: 60px 25px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .tour-package-single .package-content {
    padding: 60px 25px;
  }
}
@media (max-width: 576px) {
  .tour-package-single .package-content {
    padding: 60px 25px;
  }
}
.tour-package-single .package-content h4 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-merriw);
  margin-bottom: 5px;
  transition: all 0.6s ease;
  line-height: 1.4;
}
.tour-package-single .package-content p, .tour-package-single .package-content .info-single .info-text a, .info-single .info-text .tour-package-single .package-content a {
  font-size: 17px;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
  height: 0px;
  opacity: 0;
  transition: all 0.6s ease;
}
.tour-package-single .package-content span.price {
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-work-sans);
}
.tour-package-single .explore-btn {
  background-color: var(--text-primary);
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-work-sans);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  z-index: 99;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
}
.tour-package-single .explore-btn:hover {
  background: var(--primary-color2);
}

.tour-package-single2 {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
.tour-package-single2:hover .image img {
  transform: scale(1.1);
}
.tour-package-single2:hover .image span.blog-date {
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
  background: var(--primary-color2);
  color: var(--text-primary);
}
.tour-package-single2:hover .image span.blog-date .bi {
  color: var(--text-primary);
  font-size: 14px;
  margin-right: 8px;
}
.tour-package-single2 .image {
  position: relative;
  overflow: hidden;
}
.tour-package-single2 .image img {
  height: 280px;
  width: 100%;
  transition: all 0.55s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.tour-package-single2 .image span.blog-date {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-secondary);
  background: var(--text-secondary);
  color: var(--white);
  padding: 6px 12px;
  transition: all 0.45s ease;
}
.tour-package-single2 .image span.blog-date .bi {
  color: var(--white);
  font-size: 14px;
  margin-right: 8px;
  transition: all 0.45s ease;
}
.tour-package-single2 .content {
  background: #ffffff;
  padding: 25px 25px 35px 25px;
  text-align: center;
  border: 1px solid #eeeeee;
}
.tour-package-single2 .content span.category {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  margin-bottom: 8px;
  display: inline-block;
}
.tour-package-single2 .content p, .tour-package-single2 .content .info-single .info-text a, .info-single .info-text .tour-package-single2 .content a {
  margin-bottom: 28px;
}
.tour-package-single2 .content h4 {
  margin-bottom: 10px;
}
.tour-package-single2 .content h4 a {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  line-height: 1.49;
  transition: all 0.4s ease;
}
.tour-package-single2 .content h4 a:hover {
  color: var(--text-secondary);
}
.tour-package-single2 .content i {
  margin-left: 5px;
  vertical-align: baseline;
}

.tour-package-widget {
  border: 1px solid rgba(238, 238, 238, 0.8);
  padding: 25px 25px;
  margin-bottom: 35px;
  position: relative;
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
@media (max-width: 767px) {
  .tour-package-widget {
    padding: 25px 20px;
  }
}
.tour-package-widget .select-widget .nice-select {
  background-color: var(--white);
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  height: 50px;
  line-height: 46px;
  outline: none;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  border-radius: 0px;
  border: 1px solid #eeeeee;
  font-size: 18px;
}
.tour-package-widget .select-widget .nice-select::after {
  border-bottom: 1px solid var(--text-primary);
  border-right: 1px solid var(--text-primary);
}
.tour-package-widget .select-widget .nice-select .option {
  min-height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.tour-package-widget .select-widget .nice-select .option:hover {
  background: var(--primary-color1);
  color: var(--white);
}
.tour-package-widget .select-widget .nice-select .option.selected {
  background: var(--primary-color1) !important;
}
.tour-package-widget .select-widget .nice-select .current {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary);
}
.tour-package-widget .select-widget .nice-select .list {
  border: unset;
  border: 1px solid rgba(41, 43, 49, 0.03);
  margin-top: 6px;
  z-index: 100;
  border-radius: 0px;
  width: 100%;
  min-width: 80px;
}
.tour-package-widget .range-widget .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
  touch-action: none;
  border: 1px solid var(--primary-color1-light) !important;
  border-radius: 50%;
  background: var(--white) !important;
  transition: all 0.45s ease-in-out;
}
.tour-package-widget .range-widget .ui-slider .ui-slider-handle:hover {
  background-color: var(--primary-color1) !important;
}
.tour-package-widget .range-widget .ui-widget.ui-widget-content {
  background: white;
  border: 1px solid var(--primary-color1-light);
  border-radius: 3px;
}
.tour-package-widget .range-widget .ui-slider-horizontal {
  height: 8px;
}
.tour-package-widget .range-widget .ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: -0.6em;
}
.tour-package-widget .range-widget .ui-slider-horizontal .ui-slider-handle:focus {
  border: unset;
  outline: unset;
  background-color: var(--primary-color1) !important;
}
.tour-package-widget .range-widget .ui-widget-header {
  border: 1px solid var(--primary-color1-light);
  background: var(--primary-color1-light);
  color: #333333;
  font-weight: bold;
}
.tour-package-widget .range-widget button,
.tour-package-widget .range-widget input,
.tour-package-widget .range-widget .asking-form-wrap .style-1 .form-inner textarea,
.asking-form-wrap .style-1 .form-inner .tour-package-widget .range-widget textarea,
.tour-package-widget .range-widget optgroup,
.tour-package-widget .range-widget select,
.tour-package-widget .range-widget textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #eee;
  padding: 4px 15px;
  font-size: 16px;
  width: 48%;
}
.tour-package-widget .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 500;
}
.tour-package-widget .container .bi {
  color: #ffcc33;
  margin-right: 3px;
}
.tour-package-widget .checkbox-container input, .tour-package-widget .checkbox-container .asking-form-wrap .style-1 .form-inner textarea, .asking-form-wrap .style-1 .form-inner .tour-package-widget .checkbox-container textarea {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.tour-package-widget .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  transform: translateY(-50%);
}
.tour-package-widget .checkbox-container:hover input ~ .checkmark, .tour-package-widget .checkbox-container:hover .asking-form-wrap .style-1 .form-inner textarea ~ .checkmark, .asking-form-wrap .style-1 .form-inner .tour-package-widget .checkbox-container:hover textarea ~ .checkmark {
  background-color: #ccc;
}
.tour-package-widget .checkbox-container input:checked ~ .checkmark, .tour-package-widget .checkbox-container .asking-form-wrap .style-1 .form-inner textarea:checked ~ .checkmark, .asking-form-wrap .style-1 .form-inner .tour-package-widget .checkbox-container textarea:checked ~ .checkmark {
  background-color: var(--primary-color1);
}
.tour-package-widget .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.tour-package-widget .checkbox-container input:checked ~ .checkmark:after, .tour-package-widget .checkbox-container .asking-form-wrap .style-1 .form-inner textarea:checked ~ .checkmark:after, .asking-form-wrap .style-1 .form-inner .tour-package-widget .checkbox-container textarea:checked ~ .checkmark:after {
  display: block;
}
.tour-package-widget .checkbox-container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

h4.package-widget-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 30px;
}

.package-filter-area {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.package-filter-area h4 {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
}

.tour-package-sidebar {
  max-width: 100%;
}

.check-box-item {
  margin-bottom: 35px;
}
.check-box-item h5 {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 20px;
  font-family: var(--font-merriw);
}

/*================================================
1. About Css
=================================================*/
.about5-title > span {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 3px;
  display: block;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.about5-title h2 {
  font-size: 4.2rem;
  font-weight: 800;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  line-height: 1.45;
  margin-bottom: 20px;
}
.about5-title h2 span {
  font-size: 4.2rem;
  font-weight: 500;
  color: var(--primary-color3);
  font-family: var(--font-merriw);
}
.about5-title p, .about5-title .info-single .info-text a, .info-single .info-text .about5-title a {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  line-height: 1.7;
  margin-bottom: 20px;
}
.about5-title a {
  font-size: 17px;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
}

.about3-title {
  padding-right: 40px;
}
.about3-title > span {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--primary-color2);
  font-family: var(--font-work-sans);
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.about3-title h2 {
  font-size: 3.9rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  line-height: 1.4;
  margin-bottom: 20px;
}
.about3-title p, .about3-title .info-single .info-text a, .info-single .info-text .about3-title a {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  line-height: 1.7;
  margin-bottom: 20px;
}
.about3-title a {
  font-size: 17px;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
}

.about5-content {
  padding-left: 45px;
}
@media (max-width: 991px) {
  .about5-content {
    padding-left: 0px;
  }
}
.about5-content p, .about5-content .info-single .info-text a, .info-single .info-text .about5-content a {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  margin-bottom: 15px;
}
.about5-content ul.about-list {
  margin-bottom: 45px;
}
.about5-content ul.about-list li {
  font-size: 2rem;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  margin-bottom: 10px;
}
.about5-content ul.about-list li:last-child {
  margin-bottom: 0px;
}
.about5-content ul.about-list li::marker {
  font-size: 120%;
  color: var(--text-primary);
}
.about5-content .quote-area {
  position: relative;
  padding-left: 30px;
}
.about5-content .quote-area::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  height: 100%;
  width: 2px;
  background: var(--primary-color3);
}
.about5-content .quote-area > p, .about5-content .info-single .info-text .quote-area > a, .info-single .info-text .about5-content .quote-area > a {
  font-size: 2rem;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  line-height: 1.7;
  margin-bottom: 20px;
}
.about5-content .quote-area .author h5 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
}
.about5-content .quote-area .author p, .about5-content .quote-area .author .info-single .info-text a, .info-single .info-text .about5-content .quote-area .author a {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
}

/*=======================================
 wild-package-section
=======================================*/
.wild-package-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.wild-package-section::before {
  content: url("../images/bg/wildtour-bg.png");
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.wild-package-section .container {
  position: relative;
}
.wild-package-section .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -99.6%;
  width: 100%;
  background: #fff7f5;
  height: 110%;
  z-index: 9;
}
.wild-package-section .container .swiper {
  overflow: visible;
}

.wild-package-single {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  min-height: 450px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(179.97deg, rgba(32, 32, 32, 0) 20.42%, #202020 99.97%);
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .wild-package-single {
    min-height: 450px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .wild-package-single {
    min-height: 420px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wild-package-single {
    min-height: 380px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wild-package-single {
    min-height: 330px;
  }
}
@media (max-width: 767px) {
  .wild-package-single {
    min-height: 300px;
  }
}
.wild-package-single .wild-package-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.65s ease-in-out;
}
.wild-package-single .text {
  margin-bottom: 35px;
  padding-left: 30px;
  transition: all 0.35s ease-in-out;
  transform: scaleY(1);
}
.wild-package-single .text span {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-work-sans);
  color: var(--white);
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.wild-package-single .text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: linear-gradient(90.05deg, #ffffff 0%, rgba(255, 255, 255, 0) 100.84%);
}
.wild-package-single .text h4 a {
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-merriw);
}
.wild-package-single .content-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.65s ease;
}
.wild-package-single .content {
  transition: all 0.65s ease-in-out;
  background: var(--white);
  width: 100%;
  padding: 25px 30px;
}
.wild-package-single .content h4 {
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 10px;
}
.wild-package-single .content p, .wild-package-single .content .info-single .info-text a, .info-single .info-text .wild-package-single .content a {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color3);
  font-family: var(--font-work-sans);
  margin-bottom: 20px;
}
.wild-package-single .content .details-btn {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-bottom: 5px;
}
.wild-package-single .content .details-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 2px;
  border-radius: 4px;
  background: linear-gradient(90.05deg, #000000 0%, rgba(255, 255, 255, 0) 100.84%);
  transition: all 0.4s ease;
}
.wild-package-single .content .details-btn:hover::before {
  width: 100%;
}
.wild-package-single:hover .content-wrapper {
  opacity: 1;
  transform: translateY(0%);
}
.wild-package-single:hover .text {
  opacity: 0;
  transform: scaleY(1);
}

/*=======================================
 facilities-section
=======================================*/
.facility-single {
  border: 1px dashed #5e5e5e;
  padding: 25px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transition: all 0.55s ease;
}
.facility-single:hover {
  background: var(--primary-color2);
  border: 1px dashed transparent;
}
@media (max-width: 767px) {
  .facility-single {
    gap: 15px;
  }
}
.facility-single .text h4 {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 10px;
}
.facility-single .text p, .facility-single .text .info-single .info-text a, .info-single .info-text .facility-single .text a {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  margin-bottom: 0;
}

.facility-single2 {
  background: #ffffff;
  box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06);
  text-align: center;
  padding: 35px 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.facility-single2:hover::before {
  transform: scale(1);
  opacity: 1;
}
.facility-single2:hover .facility-content h4 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--white);
}
.facility-single2:hover .facility-content p, .facility-single2:hover .facility-content .info-single .info-text a, .info-single .info-text .facility-single2:hover .facility-content a {
  font-size: 17px;
  font-weight: 400;
  color: var(--white);
}
.facility-single2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color1);
  z-index: -1;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.55s ease;
}
.facility-single2 .facility-icon {
  margin-bottom: 30px;
}
.facility-single2 .facility-content h4 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  transition: all 0.45s ease;
  margin-bottom: 15px;
}
.facility-single2 .facility-content p, .facility-single2 .facility-content .info-single .info-text a, .info-single .info-text .facility-single2 .facility-content a {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  margin-bottom: 0px;
  transition: all 0.45s ease;
}

/*=======================================
 tour-guide
=======================================*/
.tour-guide-single {
  overflow: hidden;
  box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06);
  border-radius: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 470px;
}
.tour-guide-single:hover .guide-image img {
  transform: scale(1.1);
}
.tour-guide-single:hover .guide-image .social-area {
  opacity: 1;
  transform: translateY(0%);
}
.tour-guide-single .guide-image {
  overflow: hidden;
  position: relative;
}
.tour-guide-single .guide-image img {
  transition: all 0.65s ease;
}
.tour-guide-single .guide-image .social-area {
  background-color: rgba(9, 16, 13, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.65s ease;
  opacity: 0;
  transform: translateY(100%);
}
.tour-guide-single .guide-contnent {
  padding: 20px 20px 25px 20px;
  text-align: center;
  transition: all 0.55s ease;
}
.tour-guide-single .guide-contnent h4 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
}
.tour-guide-single .guide-contnent p, .tour-guide-single .guide-contnent .info-single .info-text a, .info-single .info-text .tour-guide-single .guide-contnent a {
  font-size: 17px;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  margin-bottom: 0;
}
.tour-guide-single .guide-social {
  margin: 0px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 25px;
  border-radius: 3px;
  transition: all 0.45s ease;
}
.tour-guide-single .guide-social i {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  line-height: 24px;
  color: #0f1012;
  background: var(--white);
  text-align: center;
  font-size: 16px;
  transition: all 0.5s ease-out 0s;
}
.tour-guide-single .guide-social i:hover {
  background: var(--primary-color2);
  border: 1px solid var(--primary-color2);
}
.tour-guide-single.sibling-2 .guide-contnent h4 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
}

.tour-guide-single2 {
  background: var(--white);
  border-radius: 0px;
  transition: all 0.5s ease-in-out;
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
}
.tour-guide-single2:hover .tour-guide-image .tour-guide-content {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.tour-guide-single2 .tour-guide-image {
  position: relative;
}
.tour-guide-single2 .tour-guide-image .social-area {
  position: absolute;
  top: 30px;
  left: 25px;
  width: 45px;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}
.tour-guide-single2 .tour-guide-image .social-area:hover .social-links {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.tour-guide-single2 .tour-guide-image .social-area .social-links {
  padding: 0;
  margin: 0;
  transform: scaleY(0);
  transition: all 0.55s ease-in-out;
  transform-origin: top;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tour-guide-single2 .tour-guide-image .social-area .social-links a .bx {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  font-size: 18px;
  color: var(--primary-color1);
  transition: all 0.42s ease-in-out;
}
.tour-guide-single2 .tour-guide-image .social-area .social-links a .bx:hover {
  background-color: var(--primary-color1);
  color: var(--white);
}
.tour-guide-single2 .tour-guide-image .social-area .social-plus {
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  transition: all 0.42s ease-in-out;
}
.tour-guide-single2 .tour-guide-image .social-area .social-plus:hover {
  background-color: var(--primary-color1);
  color: var(--white);
}
.tour-guide-single2 .tour-guide-image .social-area .social-plus:hover .bx {
  font-size: 18px;
  color: var(--white);
}
.tour-guide-single2 .tour-guide-image .social-area .social-plus .bx {
  font-size: 18px;
  color: var(--primary-color1);
  transition: all 0.42s ease-in-out;
  cursor: pointer;
}
.tour-guide-single2 .tour-guide-image .tour-guide-content {
  background: #ffffff;
  border-radius: 0px;
  text-align: center;
  padding: 20px 25px;
  transition: all 0.45s ease-in;
  width: 90%;
  z-index: 1;
  opacity: 0;
  transition: all 0.65s ease;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) scale(0.7);
  z-index: 9;
}
.tour-guide-single2 .tour-guide-image .tour-guide-content .name {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 5px;
  text-transform: capitalize;
}
.tour-guide-single2 .tour-guide-image .tour-guide-content .designation {
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  margin-bottom: 0;
}

.newsletter-section {
  background-image: linear-gradient(rgba(8, 4, 17, 0.8), rgba(8, 4, 17, 0.8)), url("../images/bg/newsletter3-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px;
}
.newsletter-section .newsletter-area .newsletter-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .newsletter-section .newsletter-area .newsletter-title {
    margin-bottom: 30px;
  }
}
.newsletter-section .newsletter-area .newsletter-title h5 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-merriw);
  margin-bottom: 0;
}
.newsletter-section .newsletter-area .newsletter-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .newsletter-section .newsletter-area .newsletter-wrap {
    gap: 0px;
  }
}
.newsletter-section .newsletter-area .newsletter-wrap form {
  width: 100%;
}
.newsletter-section .newsletter-area .newsletter-wrap form input, .newsletter-section .newsletter-area .newsletter-wrap form .asking-form-wrap .style-1 .form-inner textarea, .asking-form-wrap .style-1 .form-inner .newsletter-section .newsletter-area .newsletter-wrap form textarea {
  height: 60px;
  line-height: 60px;
  border: 1px solid var(--text-secondary);
  width: 100%;
  background-color: transparent;
  padding: 20px;
  color: var(--white);
  transition: all 0.45s ease;
}
.newsletter-section .newsletter-area .newsletter-wrap form input:focus, .newsletter-section .newsletter-area .newsletter-wrap form .asking-form-wrap .style-1 .form-inner textarea:focus, .asking-form-wrap .style-1 .form-inner .newsletter-section .newsletter-area .newsletter-wrap form textarea:focus {
  border: 1px solid var(--primary-color2);
}
@media (max-width: 767px) {
  .newsletter-section .newsletter-area .newsletter-wrap form input, .newsletter-section .newsletter-area .newsletter-wrap form .asking-form-wrap .style-1 .form-inner textarea, .asking-form-wrap .style-1 .form-inner .newsletter-section .newsletter-area .newsletter-wrap form textarea {
    height: 50px;
  }
}
.newsletter-section .newsletter-area .newsletter-wrap button {
  height: 60px;
  background: var(--primary-color2);
  color: var(--white);
  min-width: 120px;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .newsletter-section .newsletter-area .newsletter-wrap button {
    height: 50px;
  }
}
.newsletter-section .newsletter-area .newsletter-wrap button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--white);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  transform: scale(0.6);
  border-radius: 0px;
  opacity: 0;
}
.newsletter-section .newsletter-area .newsletter-wrap button:hover::after {
  transform: scale(1);
  opacity: 1;
}

.trip-category-section {
  position: relative;
  padding-bottom: 80px;
  z-index: 1;
}
.trip-category-section .trip-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: auto;
}
@media (max-width: 576px) {
  .trip-category-section .trip-bg {
    height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.trip-category-single {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  background: var(--white);
}
.trip-category-single:hover .trip-image img {
  transform: scale(1.1);
}
.trip-category-single:hover .trip-content .trip-bottom .trip-meta-list {
  margin-top: -25px;
}
.trip-category-single:hover .trip-content .trip-bottom .explore-btn {
  margin-top: -25px;
}
.trip-category-single .trip-image {
  position: relative;
  overflow: hidden;
}
.trip-category-single .trip-image img {
  transition: all 0.65s ease;
}
.trip-category-single .trip-image span.blog-date {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  background: #359d9e;
  padding: 6px 12px;
}
@media (max-width: 576px) {
  .trip-category-single .trip-image image {
    width: 100%;
  }
}
.trip-category-single .trip-content {
  padding: 30px 20px;
  border-left: 1px solid rgba(238, 238, 238, 0.8);
  border-bottom: 1px solid rgba(238, 238, 238, 0.8);
  border-right: 1px solid rgba(238, 238, 238, 0.8);
  background-color: var(--white);
}
.trip-category-single .trip-content h4 a {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  line-height: 1.5;
  transition: all 0.4s ease;
}
.trip-category-single .trip-content h4 a:hover {
  color: var(--primary-color1);
}
.trip-category-single .trip-content .explore-btn {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
}
.trip-category-single .trip-content .explore-btn i {
  margin-left: 5px;
  vertical-align: baseline;
}
.trip-category-single .trip-content .trip-text {
  transition: all 0.55s ease;
}
.trip-category-single .trip-content .trip-text p, .trip-category-single .trip-content .trip-text .info-single .info-text a, .info-single .info-text .trip-category-single .trip-content .trip-text a {
  transition: all 0.55s ease;
}
.trip-category-single .trip-content .trip-bottom {
  width: 100%;
  height: 25px;
  overflow: hidden;
}
.trip-category-single .trip-content .trip-bottom .trip-meta-list {
  margin-top: 0px;
  transition: all 0.5s ease;
}
.trip-category-single .trip-content .trip-bottom .explore-btn {
  margin-top: 0px;
  transition: all 0.5s ease;
}
.trip-category-single .trip-meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.trip-category-single .trip-meta-list li {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
  margin-right: 16px;
}
.trip-category-single .trip-meta-list li .bx {
  font-size: 16px;
  vertical-align: center;
  margin-right: 8px;
  margin-top: -3px;
}

/*=======================================
 contact-section
=======================================*/
.info-title-area {
  text-align: center;
  margin-bottom: 50px;
}
.info-title-area h3 {
  font-size: 4rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 20px;
  margin-top: -5px;
}
.info-title-area p, .info-title-area .info-single .info-text a, .info-single .info-text .info-title-area a {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
}

.info-single {
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 35px 20px;
  text-align: center;
  transition: all 0.55s ease;
}
.info-single:hover {
  border: 1px solid transparent;
}
.info-single:hover .info-icon::before {
  transform: scale(1);
  opacity: 1;
}
.info-single:hover .info-icon i {
  color: var(--white);
}
.info-single .info-icon {
  border: 1px solid #eeeeee;
  margin: 0px auto 20px auto;
  position: relative;
  z-index: 1;
  background: var(--white);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
}
.info-single .info-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--primary-color1);
  border-radius: 50%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 1;
  transition: all 0.55s ease;
  opacity: 0;
  transform: scale(0.3);
}
.info-single .info-icon svg {
  width: 35px;
  font-weight: 300;
  transition: all 0.55s ease;
}
.info-single .info-text h3 {
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 15px;
}
.info-single .info-text p, .info-single .info-text a {
  font-size: 2rem;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  margin-bottom: 0px;
}
.info-single .info-text a {
  display: block;
  margin-bottom: 0px;
}

.contact-from-wrapper .form-inner {
  padding: 15px 0px;
}

.review-item-list .rating {
  border: none;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  direction: rtl;
}
.review-item-list .rating > input, .review-item-list .asking-form-wrap .style-1 .form-inner .rating > textarea, .asking-form-wrap .style-1 .form-inner .review-item-list .rating > textarea {
  display: none;
}
.review-item-list .rating > label:before {
  display: inline-block;
  content: " \f586";
  font-size: 19px;
  font-family: bootstrap-icons !important;
}
.review-item-list .rating > label {
  float: right;
}
.review-item-list .rating > input:checked ~ label, .review-item-list .asking-form-wrap .style-1 .form-inner .rating > textarea:checked ~ label, .asking-form-wrap .style-1 .form-inner .review-item-list .rating > textarea:checked ~ label,
.review-item-list .rating:not(:checked) > label:hover,
.review-item-list .rating:not(:checked) > label:hover ~ label {
  color: var(--primary-color1);
}
.review-item-list .rating > input:checked + label:hover,
.review-item-list .rating > input:checked ~ label:hover,
.review-item-list .asking-form-wrap .style-1 .form-inner .rating > textarea:checked ~ label:hover,
.asking-form-wrap .style-1 .form-inner .review-item-list .rating > textarea:checked ~ label:hover,
.review-item-list .rating > label:hover ~ input:checked ~ label,
.review-item-list .asking-form-wrap .style-1 .form-inner .rating > label:hover ~ textarea:checked ~ label,
.asking-form-wrap .style-1 .form-inner .review-item-list .rating > label:hover ~ textarea:checked ~ label,
.review-item-list .rating > input:checked ~ label:hover ~ label,
.review-item-list .asking-form-wrap .style-1 .form-inner .rating > textarea:checked ~ label:hover ~ label,
.asking-form-wrap .style-1 .form-inner .review-item-list .rating > textarea:checked ~ label:hover ~ label {
  color: var(--primary-color1);
}

.contact-from-wrapper {
  background: #fff;
}
.contact-from-wrapper #respond {
  margin: 0px;
  background: #ffffff;
  border: 1.5px solid #eeeeee;
  padding: 40px 60px 50px 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-from-wrapper #respond {
    padding: 10px 40px 45px 40px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .contact-from-wrapper #respond {
    padding: 5px 30px 40px 30px;
    border: none;
  }
}
@media (max-width: 576px) {
  .contact-from-wrapper #respond {
    padding: 10px 25px 45px 25px;
    border: none;
  }
}
@media (max-width: 576px) {
  .contact-from-wrapper #respond {
    padding: 8px 0px;
  }
}
.contact-from-wrapper #respond h3.comment-reply-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  line-height: 1.7;
  margin-bottom: 10px;
}
.contact-from-wrapper input[type=text], .contact-from-wrapper .asking-form-wrap .style-1 .form-inner textarea[type=text], .asking-form-wrap .style-1 .form-inner .contact-from-wrapper textarea[type=text],
.contact-from-wrapper input[type=email],
.contact-from-wrapper .asking-form-wrap .style-1 .form-inner textarea[type=email],
.asking-form-wrap .style-1 .form-inner .contact-from-wrapper textarea[type=email] {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0px;
  padding: 12px 0px;
  transition: all 0.45s ease;
  font-size: 16px;
  color: var(--text-primary);
  background: none;
}
.contact-from-wrapper input[type=text]::-moz-placeholder, .contact-from-wrapper .asking-form-wrap .style-1 .form-inner textarea[type=text]::-moz-placeholder, .asking-form-wrap .style-1 .form-inner .contact-from-wrapper textarea[type=text]::-moz-placeholder, .contact-from-wrapper input[type=email]::-moz-placeholder, .contact-from-wrapper .asking-form-wrap .style-1 .form-inner textarea[type=email]::-moz-placeholder, .asking-form-wrap .style-1 .form-inner .contact-from-wrapper textarea[type=email]::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  -moz-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.contact-from-wrapper input[type=text]::placeholder, .contact-from-wrapper .asking-form-wrap .style-1 .form-inner textarea[type=text]::placeholder, .asking-form-wrap .style-1 .form-inner .contact-from-wrapper textarea[type=text]::placeholder,
.contact-from-wrapper input[type=email]::placeholder,
.contact-from-wrapper .asking-form-wrap .style-1 .form-inner textarea[type=email]::placeholder,
.asking-form-wrap .style-1 .form-inner .contact-from-wrapper textarea[type=email]::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  transition: all 0.45s ease;
}
.contact-from-wrapper input[type=text]:focus, .contact-from-wrapper .asking-form-wrap .style-1 .form-inner textarea[type=text]:focus, .asking-form-wrap .style-1 .form-inner .contact-from-wrapper textarea[type=text]:focus,
.contact-from-wrapper input[type=email]:focus,
.contact-from-wrapper .asking-form-wrap .style-1 .form-inner textarea[type=email]:focus,
.asking-form-wrap .style-1 .form-inner .contact-from-wrapper textarea[type=email]:focus {
  border-bottom: 1px solid var(--primary-color1);
}
.contact-from-wrapper input[type=text]:focus::-moz-placeholder, .contact-from-wrapper .asking-form-wrap .style-1 .form-inner textarea[type=text]:focus::-moz-placeholder, .asking-form-wrap .style-1 .form-inner .contact-from-wrapper textarea[type=text]:focus::-moz-placeholder, .contact-from-wrapper input[type=email]:focus::-moz-placeholder, .contact-from-wrapper .asking-form-wrap .style-1 .form-inner textarea[type=email]:focus::-moz-placeholder, .asking-form-wrap .style-1 .form-inner .contact-from-wrapper textarea[type=email]:focus::-moz-placeholder {
  color: var(--primary-color1);
}
.contact-from-wrapper input[type=text]:focus::placeholder, .contact-from-wrapper .asking-form-wrap .style-1 .form-inner textarea[type=text]:focus::placeholder, .asking-form-wrap .style-1 .form-inner .contact-from-wrapper textarea[type=text]:focus::placeholder,
.contact-from-wrapper input[type=email]:focus::placeholder,
.contact-from-wrapper .asking-form-wrap .style-1 .form-inner textarea[type=email]:focus::placeholder,
.asking-form-wrap .style-1 .form-inner .contact-from-wrapper textarea[type=email]:focus::placeholder {
  color: var(--primary-color1);
}
.contact-from-wrapper textarea {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0px;
  padding: 12px 0px;
  transition: all 0.45s ease;
  font-size: 16px;
  color: var(--text-primary);
  background: none;
  height: 180px;
}
.contact-from-wrapper .submit-btn {
  background: var(--primary-color1);
  color: var(--white);
  border-radius: 0;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  border: 2px solid var(--primary-color1);
}
.contact-from-wrapper .submit-btn:hover {
  color: var(--primary-color1);
  background-color: #fff;
}

.error-wrapper {
  padding: 0px 30px;
}
.error-wrapper .error-image {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 20px 30px 20px;
}
.error-wrapper .error-image img {
  margin-bottom: 30px;
  animation: jump 2s linear infinite alternate;
}
@keyframes jump {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
.error-wrapper .error-text p, .error-wrapper .error-text .info-single .info-text a, .info-single .info-text .error-wrapper .error-text a {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  margin-bottom: 30px;
  line-height: 1.7;
}

/*=======================================
 faq-section
=======================================*/
.faq-wrap .accordion-item {
  margin-bottom: 24px;
  border: none;
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
}
.faq-wrap .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-wrap .accordion-button {
  font-weight: 500;
  font-size: 20px;
  background: var(--white);
  border-radius: 5px;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  padding: 25px 60px 25px 25px;
  padding-right: 60px;
  position: relative;
  transition: 0.4s ease-in;
  line-height: 1.7;
  justify-content: flex-start;
  word-break: break-all;
  white-space: normal;
}
@media (max-width: 767px) {
  .faq-wrap .accordion-button {
    padding: 20px 55px 20px 20px;
  }
}
.faq-wrap .accordion-button:hover {
  color: #fff;
  background: var(--primary-color1);
}
.faq-wrap .accordion-button:focus {
  z-index: unset;
  border-color: unset;
  outline: 0;
  background: var(--white);
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
  color: var(--text-primary);
}
.faq-wrap .accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  background-image: none;
  background-repeat: unset;
  background-size: unset;
  font-family: bootstrap-icons !important;
  font-size: 15px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f282";
  transition: unset;
  font-size: 20px;
  color: var(--text-primary);
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.faq-wrap .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: unset;
  font-family: bootstrap-icons !important;
  content: "\f286";
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
}
.faq-wrap .accordion-body {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  font-family: var(--font-work-sans);
  border-top: none;
  text-align: left;
  padding: 25px;
}
.faq-wrap .accordion-button:not(.collapsed) {
  box-shadow: unset;
  color: var(--white);
  border-radius: 5px 5px 0px 0px;
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
  background: var(--primary-color1);
}
.faq-wrap.sibling-2 .accordion-button {
  font-size: 18px;
  padding: 20px 60px 20px 20px;
  word-break: break-all;
  white-space: normal;
}

.sidebar-widget:last-child {
  margin-bottom: 0px;
}
.sidebar-widget .newsletter-area {
  background-image: url("../images/bg/side-newsletter.png");
  padding: 35px 25px;
  border-radius: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.sidebar-widget .newsletter-area .banner-form-box {
  border-radius: 0px;
  border: 1px solid rgba(144, 185, 86, 0.33);
}
.sidebar-widget .newsletter-area .newsletter-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .sidebar-widget .newsletter-area .newsletter-title {
    margin-bottom: 30px;
  }
}
.sidebar-widget .newsletter-area .newsletter-title h5 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-merriw);
  margin-bottom: 0;
}
.sidebar-widget .newsletter-area .newsletter-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .sidebar-widget .newsletter-area .newsletter-wrap {
    gap: 0px;
  }
}
.sidebar-widget .newsletter-area .newsletter-wrap form {
  width: 100%;
}
.sidebar-widget .newsletter-area .newsletter-wrap form input, .sidebar-widget .newsletter-area .newsletter-wrap form .asking-form-wrap .style-1 .form-inner textarea, .asking-form-wrap .style-1 .form-inner .sidebar-widget .newsletter-area .newsletter-wrap form textarea {
  height: 60px;
  line-height: 60px;
  border: 1px solid var(--text-secondary);
  width: 100%;
  background-color: transparent;
  padding: 20px;
  color: var(--white);
  transition: all 0.45s ease;
}
.sidebar-widget .newsletter-area .newsletter-wrap form input:focus, .sidebar-widget .newsletter-area .newsletter-wrap form .asking-form-wrap .style-1 .form-inner textarea:focus, .asking-form-wrap .style-1 .form-inner .sidebar-widget .newsletter-area .newsletter-wrap form textarea:focus {
  border: 1px solid var(--primary-color2);
}
@media (max-width: 767px) {
  .sidebar-widget .newsletter-area .newsletter-wrap form input, .sidebar-widget .newsletter-area .newsletter-wrap form .asking-form-wrap .style-1 .form-inner textarea, .asking-form-wrap .style-1 .form-inner .sidebar-widget .newsletter-area .newsletter-wrap form textarea {
    height: 50px;
  }
}
.sidebar-widget .newsletter-area .newsletter-wrap button {
  height: 60px;
  background: var(--primary-color2);
  color: var(--white);
  min-width: 120px;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sidebar-widget .newsletter-area .newsletter-wrap button {
    height: 50px;
  }
}
.sidebar-widget .newsletter-area .newsletter-wrap button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--white);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  transform: scale(0.6);
  border-radius: 0px;
  opacity: 0;
}
.sidebar-widget .newsletter-area .newsletter-wrap button:hover::after {
  transform: scale(1);
  opacity: 1;
}

.sidebar-offer {
  position: relative;
  z-index: 1;
}
.sidebar-offer::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
}
@media (max-width: 576px) {
  .sidebar-offer {
    max-width: 435px;
    margin: 0px auto;
  }
}
.sidebar-offer img {
  width: 100%;
}
.sidebar-offer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  z-index: 1;
}
.sidebar-offer .offer-badge {
  position: absolute;
  right: 25px;
  top: 25px;
}
.sidebar-offer .offer-content {
  text-align: center;
  padding: 0px 25px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  width: 100%;
}
.sidebar-offer .offer-content .review-area span {
  font-size: 12px;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
}
.sidebar-offer .offer-content .review-area .star-list li i {
  font-size: 10px;
  font-weight: 400;
  color: var(--white);
}
.sidebar-offer .offer-content h4 {
  margin-bottom: 10px;
}
.sidebar-offer .offer-content h4 a {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-merriw);
}
.sidebar-offer .offer-content .price {
  margin-bottom: 25px;
}
.sidebar-offer .offer-content .price span {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-work-sans);
}
.sidebar-offer .offer-content .price del {
  font-size: 1.4rem;
  font-weight: 500;
  color: #e6e6e6;
  font-family: var(--font-work-sans);
}

/*=======================================
    sidebar-widget 
=======================================*/
.desti-sidebar-widget {
  margin-bottom: 60px;
}
.desti-sidebar-widget h4.widget-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-top: -5px;
  margin-bottom: 30px;
}

.sidebar-search form .form-inner {
  border: 1px solid #eeeeee;
  display: flex;
  flex-direction: row;
  padding: 15px 15px;
}
.sidebar-search form .form-inner input, .sidebar-search form .asking-form-wrap .style-1 .form-inner textarea, .asking-form-wrap .style-1 .sidebar-search form .form-inner textarea {
  outline: none;
  border: none;
  width: 100%;
  color: var(--text-primary);
  padding: 0;
}
.sidebar-search form .form-inner input::-moz-placeholder, .sidebar-search form .asking-form-wrap .style-1 .form-inner textarea::-moz-placeholder, .asking-form-wrap .style-1 .sidebar-search form .form-inner textarea::-moz-placeholder {
  font-size: 15px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  -moz-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.sidebar-search form .form-inner input::placeholder, .sidebar-search form .asking-form-wrap .style-1 .form-inner textarea::placeholder, .asking-form-wrap .style-1 .sidebar-search form .form-inner textarea::placeholder {
  font-size: 15px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  transition: all 0.45s ease;
}
.sidebar-search form .form-inner input:focus::-moz-placeholder, .sidebar-search form .asking-form-wrap .style-1 .form-inner textarea:focus::-moz-placeholder, .asking-form-wrap .style-1 .sidebar-search form .form-inner textarea:focus::-moz-placeholder {
  color: var(--primary-color1);
}
.sidebar-search form .form-inner input:focus::placeholder, .sidebar-search form .asking-form-wrap .style-1 .form-inner textarea:focus::placeholder, .asking-form-wrap .style-1 .sidebar-search form .form-inner textarea:focus::placeholder {
  color: var(--primary-color1);
}
.sidebar-search form .form-inner button {
  border: none;
  outline: none;
  background-color: var(--white);
}
.sidebar-search form .form-inner button i {
  font-size: 28px;
  color: var(--text-primary);
  transition: all 0.45s ease;
  display: block;
}
.sidebar-search form .form-inner button:hover i {
  color: var(--primary-color1);
}

.tour-package-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tour-package-list li {
  margin-bottom: 25px;
}
.tour-package-list li:last-child {
  margin-bottom: 0px;
}
.tour-package-list .sidebar-package-single {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 18px;
  align-items: center;
}
.tour-package-list .sidebar-package-single img {
  height: 90px;
  width: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tour-package-list .sidebar-package-single .package-content h5 {
  margin-bottom: 8px;
}
.tour-package-list .sidebar-package-single .package-content h5 a {
  font-size: 17px;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
}
.tour-package-list .sidebar-package-single .package-content span {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-secondary);
  margin-bottom: 10px;
  display: inline-block;
}
.tour-package-list .sidebar-package-single .package-content span .bi {
  color: var(--primary-color1);
  font-weight: 600;
}
.tour-package-list .sidebar-package-single .package-content .package-price {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color1);
  font-family: var(--font-work-sans);
  margin-bottom: 0px;
}

.tour-category .tour-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tour-category .tour-category-list li {
  position: relative;
  transition: all 0.65s ease;
  margin-bottom: 20px;
}
.tour-category .tour-category-list li:last-child {
  margin-bottom: 0px;
}
.tour-category .tour-category-list li a {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  color: var(--text-primary);
  display: block;
  font-family: var(--font-exo);
  transition: all 0.5s ease-out 0s;
}
.tour-category .tour-category-list li:hover::before {
  color: var(--primary-color1);
}
.tour-category .tour-category-list li:hover a {
  color: var(--primary-color1);
}

.sidebar-social-area .sidebar-social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 25px;
}
.sidebar-social-area .sidebar-social-list i {
  border: 1px solid #eeeeee;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: var(--text-secondary);
  background: var(--white);
  text-align: center;
  font-size: 18px;
  transition: all 0.45s ease-out 0s;
}
.sidebar-social-area .sidebar-social-list i:hover {
  background: var(--primary-color1);
  border: 1px solid var(--primary-color1);
  color: var(--white);
}

/*=======================================
    destination
=======================================*/
.destination-block h3 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 22px;
}
.destination-block p, .destination-block .info-single .info-text a, .info-single .info-text .destination-block a {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
}

.desti-details-block {
  margin-bottom: 50px;
}
.desti-details-block:last-child {
  margin-bottom: 0px;
}
.desti-details-block h3 {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 25px;
}
.desti-details-block p, .desti-details-block .info-single .info-text a, .info-single .info-text .desti-details-block a {
  margin-bottom: 25px;
}
.desti-details-block .desti-details-img {
  margin: 33px 0px 33px 0px;
}
.desti-details-block h5 {
  font-size: 19px;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  font-style: italic;
  margin-bottom: 25px;
}
.desti-details-block h6 {
  font-size: 17px;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  line-height: 1.7;
  margin-bottom: 25px;
  margin-top: -5px;
}
.desti-details-block .desti-details-sm-img {
  margin-top: 10px;
  margin-bottom: 30px;
}
.desti-details-block .desti-details-sm-img p, .desti-details-block .desti-details-sm-img .info-single .info-text a, .info-single .info-text .desti-details-block .desti-details-sm-img a {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-secondary);
  font-style: italic;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
}

.map-area {
  height: 300px;
}
.map-area iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(199%) invert(98%) contrast(122%);
}

/*=======================================
 blog-section
=======================================*/
.blog-standard-single {
  position: relative;
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 30px 30px 40px 30px;
  margin-bottom: 60px;
}
.blog-standard-single:last-child {
  margin-bottom: 0px;
}
.blog-standard-single .blog-format {
  margin-bottom: 30px;
  position: relative;
}
.blog-standard-single .blog-format span.blog-date {
  position: absolute;
  bottom: 30px;
  left: 35px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
  padding: 5px 15px;
  background: var(--white);
  z-index: 9;
}
@media (max-width: 576px) {
  .blog-standard-single .blog-format span.blog-date {
    bottom: 20px;
    left: 25px;
  }
}
.blog-standard-single .blog-format .video-js {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 99;
}
.blog-standard-single .blog-content h3 {
  margin-bottom: 10px;
}
.blog-standard-single .blog-content h3 a {
  font-size: 3rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  transition: all 0.35s ease;
}
.blog-standard-single .blog-content h3:hover a {
  color: var(--primary-color1);
}
.blog-standard-single .author-area {
  margin-bottom: 20px;
}
.blog-standard-single .author-area p, .blog-standard-single .author-area .info-single .info-text a, .info-single .info-text .blog-standard-single .author-area a {
  font-size: 17px;
  font-weight: 400;
  color: #9e9e9e;
  font-family: var(--font-work-sans);
}
.blog-standard-single .author-area p a, .blog-standard-single .author-area .info-single .info-text a a, .info-single .info-text .blog-standard-single .author-area a a {
  color: var(--primary-color1);
}
.blog-standard-single .blog-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  flex-wrap: wrap;
  gap: 35px;
}
.blog-standard-single ul.share-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
}
.blog-standard-single ul.share-list > li {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  padding-right: 15px;
  cursor: pointer;
  transition: all 0.45s ease;
}
.blog-standard-single ul.share-list > li:hover {
  color: var(--primary-color1);
}
.blog-standard-single ul.share-list > li:hover .blog-social {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.blog-standard-single ul.share-list > li:last-child {
  padding-right: 0px;
}
.blog-standard-single ul.share-list > li:last-child::after {
  content: unset;
}
.blog-standard-single ul.share-list > li i {
  margin-right: 8px;
}
.blog-standard-single ul.share-list > li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: var(--border-color);
}
.blog-standard-single ul.share-list > li ul.blog-social {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
  position: absolute;
  top: 29px;
  right: -23px;
  display: flex;
  flex-direction: row;
  padding: 2px 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s ease;
  transform: translateY(-10px);
}
.blog-standard-single ul.share-list > li ul.blog-social li {
  color: var(--text-primary);
  transition: all 0.45s ease;
}
.blog-standard-single ul.share-list > li ul.blog-social li:hover {
  color: var(--primary-color1);
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 90px;
    padding: 0px 10px;
  }
}

.blog-widget-item {
  margin-bottom: 60px;
  clear: both;
  display: table;
  content: "";
  width: 100%;
}
.blog-widget-item .trending-post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-widget-item .trending-post-list li {
  margin-bottom: 30px;
}
.blog-widget-item .trending-post-list li:last-child {
  margin-bottom: 0px;
}
.blog-widget-item .trending-post-list .trending-post-single {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 15px;
  align-items: center;
}
.blog-widget-item .trending-post-list .trending-post-single .post-content h6 {
  margin-bottom: 10px;
}
.blog-widget-item .trending-post-list .trending-post-single .post-content h6 a {
  font-size: 17px;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  line-height: 1.55;
  transition: all 0.45s ease;
}
.blog-widget-item .trending-post-list .trending-post-single .post-content h6:hover a {
  color: var(--primary-color1);
}
.blog-widget-item .trending-post-list .trending-post-single .post-content span.post-date {
  font-size: 15px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
}
.blog-widget-item .trending-post-list .trending-post-single .package-image img {
  max-width: 100px;
}
.blog-widget-item:last-child {
  margin-bottom: 0px;
}

.blog-widget-title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  display: inline-block;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.blog-widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  background: linear-gradient(90.04deg, var(--primary-color1) 0%, rgba(30, 204, 209, 0) 99.27%);
  border-radius: 30px;
  height: 2px;
}

.footer-social {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer-social li a i {
  border: 1px solid #eee;
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: var(--text-secondary);
  background: var(--white);
  text-align: center;
  font-size: 18px;
  transition: all 0.45s ease-out 0s;
  display: block;
}
.footer-social li a i:hover {
  background: var(--primary-color1);
  border: 1px solid var(--primary-color1);
  color: var(--white);
}

/*=======================================
    tour-package-details
=======================================*/
h3.tour-details-subtitle {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  line-height: 1.7;
  margin-bottom: 25px;
}

.nav-btn-style {
  background: var(--white);
  min-width: 0px;
  color: var(--text-secondary);
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-work-sans);
  padding: 10px 20px;
  text-align: left;
  transition: all 0.42s ease;
  border-radius: 0px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .nav-btn-style {
    padding: 10px 15px;
  }
}
.nav-btn-style svg {
  margin-right: 5px;
  color: var(--text-secondary);
  transition: all 0.42s ease;
}
.nav-btn-style:hover {
  background-color: var(--primary-color1);
  color: var(--white);
}
.nav-btn-style:hover svg {
  fill: var(--white);
}

.destination-tab .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .destination-tab .nav {
    padding: 20px;
    gap: 12px;
  }
}
.destination-tab .nav-pills .nav-link.active,
.destination-tab .nav-pills .show > .nav-link {
  color: var(--white);
  background-color: var(--primary-color1);
}
.destination-tab .nav-pills .nav-link.active svg,
.destination-tab .nav-pills .show > .nav-link svg {
  fill: var(--white);
}
.destination-tab .nav-pills .nav-link {
  border-left: 0;
  font-size: 18px;
  min-width: 165px;
  text-align: center;
  border-radius: 0rem;
  border: 1px solid #eee;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .destination-tab .nav-pills .nav-link {
    min-width: 140px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .destination-tab .nav-pills .nav-link {
    border-left: 1px solid #eee;
  }
}
.destination-tab .nav-pills .nav-link:first-child {
  border-left: 1px solid #eee;
}
.destination-tab .nav-pills .nav-link:last-child {
  border-right: 1px solid #eee;
}
@media (max-width: 576px) {
  .destination-tab .nav-pills .nav-link {
    width: 100%;
  }
}

.booking-form-box .nav-pills .nav-link {
  font-size: 16px;
  font-weight: 500;
  border-radius: 0rem;
  color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
.booking-form-box .nav-pills .nav-link:hover {
  color: var(--white);
}
.booking-form-box .nav-pills .nav-link.active,
.booking-form-box .nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--primary-color1);
}
.booking-form-box .separate-line {
  opacity: 0.1;
  margin: 20px 0px 36px 0px;
}

.separate-line2 {
  opacity: 0.1;
  margin: 30px 0px;
}

.text-danger {
  color: #dc3545 !important;
  margin-bottom: 10px;
  display: block;
}

/* The container */
.check-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 500;
}
.check-container .bi {
  color: #ffcc33;
  margin-right: 3px;
}
.check-container span.price {
  color: var(--text-primary);
  font-weight: 600;
}

/* Hide the browser's default checkbox */
.checkbox-container input, .checkbox-container .asking-form-wrap .style-1 .form-inner textarea, .asking-form-wrap .style-1 .form-inner .checkbox-container textarea {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark, .checkbox-container:hover .asking-form-wrap .style-1 .form-inner textarea ~ .checkmark, .asking-form-wrap .style-1 .form-inner .checkbox-container:hover textarea ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark, .checkbox-container .asking-form-wrap .style-1 .form-inner textarea:checked ~ .checkmark, .asking-form-wrap .style-1 .form-inner .checkbox-container textarea:checked ~ .checkmark {
  background-color: var(--primary-color1);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after, .checkbox-container .asking-form-wrap .style-1 .form-inner textarea:checked ~ .checkmark:after, .asking-form-wrap .style-1 .form-inner .checkbox-container textarea:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

h4.package-widget-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 30px;
}

.package-filter-area {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  padding: 0px 10px;
  align-items: center;
  justify-content: space-between;
}
.package-filter-area h4 {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
}

.tour-package-sidebar {
  max-width: 100%;
}

.check-box-item {
  margin-bottom: 35px;
}
.check-box-item h5 {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 20px;
  font-family: var(--font-merriw);
}

.booking-form-item-type {
  text-align: left;
}
.booking-form-item-type h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: var(--font-work-sans);
}

.total-price {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-secondary);
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
}
.total-price span {
  font-size: 28px;
  color: var(--text-primary);
  font-weight: 700;
}
.total-price input, .total-price .asking-form-wrap .style-1 .form-inner textarea, .asking-form-wrap .style-1 .form-inner .total-price textarea {
  width: 110px;
  font-size: 28px;
  font-weight: 700;
  height: 35px;
  border: none;
}

.sidebar-booking-form input[type=radio], .sidebar-booking-form .asking-form-wrap .style-1 .form-inner textarea[type=radio], .asking-form-wrap .style-1 .form-inner .sidebar-booking-form textarea[type=radio],
.sidebar-booking-form input[type=checked],
.sidebar-booking-form .asking-form-wrap .style-1 .form-inner textarea[type=checked],
.asking-form-wrap .style-1 .form-inner .sidebar-booking-form textarea[type=checked] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.sidebar-booking-form label {
  font-size: 18px;
  display: flex;
  text-align: left;
}
.sidebar-booking-form input, .sidebar-booking-form .asking-form-wrap .style-1 .form-inner textarea, .asking-form-wrap .style-1 .form-inner .sidebar-booking-form textarea {
  accent-color: var(--text-secondary);
}

.radio-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}
.radio-item .custom-date {
  display: inline-block;
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  top: -13px;
  left: 45px;
  background: #fff;
  padding: 5px;
}
.radio-item:last-child {
  margin-bottom: 0px;
}
.radio-item > label {
  width: 100%;
  align-items: center;
}
.radio-item #customDateDatepicker {
  width: 100%;
  border: 1px solid var(--border-color);
  padding: 8px 20px;
}
.radio-item .tour-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.radio-item .tour-date .radio-arrow .bi {
  font-size: 22px;
  color: var(--primary-color1);
}
.radio-item .tour-date .start-date span,
.radio-item .tour-date .end-date span {
  color: var(--text-secondary);
}
.radio-item .tour-date .start-date span:first-child,
.radio-item .tour-date .end-date span:first-child {
  font-size: 16px;
  font-weight: 600;
  display: block;
  line-height: 1;
}
.radio-item .tour-date .start-date span:last-child,
.radio-item .tour-date .end-date span:last-child {
  font-size: 15px;
  font-weight: 400;
}

.number-input-item {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}
.number-input-item:last-child {
  margin-bottom: 0px;
}
.number-input-item .number-input-lable {
  min-width: 125px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-primary);
  gap: 15px;
}
.number-input-item .number-input-lable del {
  font-size: 14px;
}

.number-input {
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  border-radius: 50px;
  padding: 4px 5px;
  background-color: rgba(237, 237, 237, 0.237);
}
.number-input input, .number-input .asking-form-wrap .style-1 .form-inner textarea, .asking-form-wrap .style-1 .form-inner .number-input textarea {
  width: 70px;
  text-align: center;
  border: none;
  background-color: rgba(237, 237, 237, 0.237);
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 600;
  padding: 0;
}
.number-input .minus-qty,
.number-input .plus-qty {
  width: 25px;
  height: 25px;
  line-height: 21px;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
  color: var(--primary-color1);
  text-align: center;
  display: inline-block;
  transition: all 0.4s ease;
}
.number-input .minus-qty:hover,
.number-input .plus-qty:hover {
  background-color: var(--primary-color1);
  color: var(--white);
}

.tour-information .details-img-group {
  margin: 18px 0px 40px 0px;
}
.tour-information .tour-price {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
.tour-information .tour-price h3 {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
}
.tour-information .tour-price h3 del {
  font-size: 70%;
  opacity: 0.5;
}
.tour-information .tour-price span {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-merriw);
}
.tour-information ul.tour-info-metalist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .tour-information ul.tour-info-metalist {
    flex-wrap: wrap;
    gap: 5px;
  }
}
.tour-information ul.tour-info-metalist li {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  margin-right: 35px;
}
.tour-information ul.tour-info-metalist li svg {
  margin-top: -5px;
  margin-right: 8px;
  fill: var(--primary-color1);
}
.tour-information P {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  line-height: 1.7;
}

.tour-info-list-area {
  border: 1px solid #eeeeee;
  background-color: var(--white);
  margin: 30px 0px 30px 0px;
}
.tour-info-list-area ul.info-list-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eeeeee;
  padding: 30px;
}
@media (max-width: 767px) {
  .tour-info-list-area ul.info-list-1 {
    padding: 25px 20px;
  }
}
.tour-info-list-area ul.info-list-1 > li {
  display: block;
  margin-bottom: 25px;
}
.tour-info-list-area ul.info-list-1 > li span:first-child {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  width: 35%;
  display: inline-block;
}
@media (max-width: 767px) {
  .tour-info-list-area ul.info-list-1 > li span:first-child {
    width: 100%;
    margin-bottom: 8px;
  }
}
.tour-info-list-area ul.info-list-1 > li span:last-child {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  width: 65%;
}
.tour-info-list-area ul.info-list-1 > li ul.info-sublist {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 65%;
  margin-left: auto;
  margin-top: -25px;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 767px) {
  .tour-info-list-area ul.info-list-1 > li ul.info-sublist {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}
.tour-info-list-area ul.info-list-1 > li ul.info-sublist li {
  display: inline-block;
  width: 47%;
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
}
@media (max-width: 767px) {
  .tour-info-list-area ul.info-list-1 > li ul.info-sublist li {
    width: 100%;
  }
}
.tour-info-list-area ul.info-list-1 > li ul.info-sublist i {
  color: var(--primary-color1);
  font-size: 20px;
  font-weight: 500;
  vertical-align: middle;
  margin-right: 8px;
}

.tour-plan-single {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.tour-plan-single:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 576px) {
  .tour-plan-single {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.tour-plan-single .plan-serial {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
  min-width: 54px;
  border-radius: 0px;
  background: var(--white);
  transition: all 0.45s cubic-bezier(0.84, 0.35, 0.39, 0.74);
}
.tour-plan-single .plan-serial span {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--primary-color1);
  font-family: var(--font-work-sans);
  transition: all 0.45s cubic-bezier(0.84, 0.35, 0.39, 0.74);
}
.tour-plan-single h4.plan-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 20px;
}
.tour-plan-single p, .tour-plan-single .info-single .info-text a, .info-single .info-text .tour-plan-single a {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
}
.tour-plan-single:hover .plan-serial {
  background: var(--primary-color1);
}
.tour-plan-single:hover .plan-serial span {
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--white);
}
.tour-plan-single .plan-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
.tour-plan-single .plan-list li {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.tour-plan-single .plan-list li::before {
  content: "\f633";
  font-family: "Bootstrap-icons";
  position: absolute;
  left: 0;
  top: 5px;
  font-weight: 300;
  font-size: 14px;
  color: var(--primary-color1);
}

.tour-location .map-area {
  margin-bottom: 30px;
}

.tour-gallery {
  position: relative;
  overflow: hidden;
}
.tour-gallery a {
  display: inline-block;
  overflow: hidden;
}
.tour-gallery a img {
  transition: all 0.55s ease;
}
.tour-gallery a:hover img {
  width: 100%;
  transform: scale(1.1);
}

.tour-review-area {
  padding: 0px 10px;
}

.review-progress-box {
  border: 1px solid #eeeeee;
  margin: 45px 0px;
  padding: 35px;
}
@media (max-width: 767px) {
  .review-progress-box {
    padding: 25px;
  }
}
.review-progress-box .tour-review-number {
  text-align: center;
}
@media (max-width: 991px) {
  .review-progress-box .tour-review-number {
    margin-bottom: 15px;
  }
}
.review-progress-box .tour-review-number span {
  font-size: 5rem;
  font-weight: 500;
  color: var(--primary-color1);
  font-family: var(--font-work-sans);
}
.review-progress-box .tour-review-number h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
}
.review-progress-box .progress-singl {
  position: relative;
  margin-bottom: 35px;
}
.review-progress-box .progress-singl:last-child {
  margin-bottom: 0px;
}
.review-progress-box .progress-singl span {
  position: absolute;
  top: -6px;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
}
.review-progress-box .progress-bar {
  position: relative;
  display: block;
  text-align: right;
  background: transparent;
  color: var(--text-secondary);
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  overflow: visible;
}
.review-progress-box .progress-bar:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  display: block;
  height: 6px;
  border-radius: 5px;
  width: var(--progress);
  animation: progress 2s;
  background: var(--primary-color1-light);
  border-radius: 5px 0 0 5px;
  border-right: 0;
  outline: none;
  z-index: 9;
}
.review-progress-box .progress-bar:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  display: block;
  height: 6px;
  border-radius: 5px;
  width: 100%;
  background: var(--primary-color1-light2);
  border-radius: 5px 0 0 5px;
  border-right: 0;
  outline: none;
  z-index: 9;
}
@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: var(--progress);
  }
}

.review-commetn-area {
  margin-bottom: 54px;
}
.review-commetn-area .review-comment-list {
  padding: 0px;
  margin: 35px 0 0 0;
  list-style: none;
}
.review-commetn-area .review-comment-list > li:last-child .comment-item {
  margin-bottom: 0px;
}
.review-commetn-area .review-comment-list > li .comment-reply {
  margin: 0px;
  padding: 0px 0px 0px 10%;
  list-style: none;
}
.review-commetn-area .review-comment-list .comment-item {
  border-radius: 5px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  margin-bottom: 35px;
}
.review-commetn-area .review-comment-list .comment-item .comment-title {
  margin-bottom: 11px;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
}
.review-commetn-area .review-comment-list .comment-item .image img {
  height: auto;
  width: 120px;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .review-commetn-area .review-comment-list .comment-item {
    flex-wrap: wrap;
  }
}
.review-commetn-area .review-comment-list .comment-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .review-commetn-area .review-comment-list .comment-meta {
    gap: 5px;
    flex-wrap: wrap;
  }
}
.review-commetn-area .review-comment-list .comment-meta h5 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-right: 0px;
}
.review-commetn-area .review-comment-list .comment-meta span {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color2);
}
.review-commetn-area .review-comment-list .content p, .review-commetn-area .review-comment-list .content .info-single .info-text a, .info-single .info-text .review-commetn-area .review-comment-list .content a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.review-commetn-area .review-comment-list .content .reply {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  padding-bottom: 3px;
  border-bottom: 1px dashed var(--text-secondary);
  background-color: var(--white);
  outline: none;
  margin-top: 5px;
  transition: all 0.4s ease;
}
.review-commetn-area .review-comment-list .content .reply:hover {
  color: var(--primary-color1);
  border-bottom: 1px dashed var(--primary-color1);
}
.review-commetn-area .review-comment-list .content .reply .bi {
  margin-left: 5px;
}

.review-item-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}
.review-item-list > li {
  display: inline-flex;
  width: calc(33.33% - 20px);
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .review-item-list > li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 991px) {
  .review-item-list > li {
    width: calc(100% - 20px);
  }
}
.review-item-list > li span {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
}
.review-item-list > li .star-list {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 5px;
}
.review-item-list > li .star-list li {
  color: var(--primary-color1);
}

.material-icons.star-icon {
  font-size: 38px;
  cursor: pointer;
}

.star-rating-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}
.star-rating-wrapper ul.star-rating-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.star-rating-wrapper ul.star-rating-list li {
  margin-right: 10px;
}
.star-rating-wrapper ul.star-rating-list li span {
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
}

.booking-form-box {
  position: relative;
  z-index: 9;
  text-align: center;
  padding: 35px 30px;
  background: #ffffff;
  box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06);
  width: 100%;
  margin: 0 auto 60px auto;
  border-radius: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .booking-form-box {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .booking-form-box {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .booking-form-box {
    padding: 40px 20px;
  }
}
.booking-form-box h3 {
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 15px;
}
.booking-form-box p, .booking-form-box .info-single .info-text a, .info-single .info-text .booking-form-box a {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
}
.booking-form-box .banner-form {
  margin-top: 40px;
}
.booking-form-box .banner-form .searchbox-input {
  width: 100%;
}
.booking-form-box .banner-form .searchbox-input input, .booking-form-box .banner-form .searchbox-input .asking-form-wrap .style-1 .form-inner textarea, .asking-form-wrap .style-1 .form-inner .booking-form-box .banner-form .searchbox-input textarea {
  width: 100%;
  height: 50px;
  border: unset;
  background-color: var(--white);
  padding-left: 10px;
  color: var(--text-primary);
  transition: all 0.45s ease;
}
.booking-form-box .banner-form .searchbox-input input:focus::-moz-placeholder, .booking-form-box .banner-form .searchbox-input .asking-form-wrap .style-1 .form-inner textarea:focus::-moz-placeholder, .asking-form-wrap .style-1 .form-inner .booking-form-box .banner-form .searchbox-input textarea:focus::-moz-placeholder {
  color: var(--primary-color1);
}
.booking-form-box .banner-form .searchbox-input input:focus::placeholder, .booking-form-box .banner-form .searchbox-input .asking-form-wrap .style-1 .form-inner textarea:focus::placeholder, .asking-form-wrap .style-1 .form-inner .booking-form-box .banner-form .searchbox-input textarea:focus::placeholder {
  color: var(--primary-color1);
}
.booking-form-box .banner-form .searchbox-input input::-moz-placeholder, .booking-form-box .banner-form .searchbox-input .asking-form-wrap .style-1 .form-inner textarea::-moz-placeholder, .asking-form-wrap .style-1 .form-inner .booking-form-box .banner-form .searchbox-input textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  -moz-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.booking-form-box .banner-form .searchbox-input input::placeholder, .booking-form-box .banner-form .searchbox-input .asking-form-wrap .style-1 .form-inner textarea::placeholder, .asking-form-wrap .style-1 .form-inner .booking-form-box .banner-form .searchbox-input textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  transition: all 0.45s ease;
}
.booking-form-box .banner-form .searchbox-input textarea {
  width: 100%;
  border: none;
  outline: none;
  padding: 13px 10px;
  background: transparent;
}
.booking-form-box .banner-form .searchbox-input textarea:focus::-moz-placeholder {
  color: var(--primary-color1);
}
.booking-form-box .banner-form .searchbox-input textarea:focus::placeholder {
  color: var(--primary-color1);
}
.booking-form-box .banner-form .searchbox-input textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  -moz-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.booking-form-box .banner-form .searchbox-input textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  transition: all 0.45s ease;
}
.booking-form-box .banner-form .search-box-single {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  margin-bottom: 25px;
  padding: 0px 20px;
  border: 1px solid #eeeeee;
  transition: all 0.45s ease;
}
@media (max-width: 576px) {
  .booking-form-box .banner-form .search-box-single {
    padding: 0px 12px;
  }
}
.booking-form-box .banner-form .search-box-single .searchbox-icon {
  padding-top: 13px;
}
.booking-form-box .banner-form .search-box-single .searchbox-icon .bi {
  vertical-align: middle;
  transition: all 0.45s ease;
}
.booking-form-box .banner-form .search-box-single:hover {
  border: 1px solid var(--primary-color1);
}
.booking-form-box .banner-form .search-box-single:hover .bi {
  color: var(--primary-color1);
}
.booking-form-box .nice-select {
  background-color: #828286;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  outline: none;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  border-radius: 0px;
  border: unset;
  padding-left: 10px;
}
.booking-form-box .nice-select::after {
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
}
.booking-form-box .nice-select .option {
  min-height: 35px;
  line-height: 35px;
  font-size: 14px;
}
.booking-form-box .nice-select .option:hover {
  background: var(--primary-color2);
  color: var(--text-primary);
}
.booking-form-box .nice-select .option.selected {
  background: var(--primary-color2) !important;
}
.booking-form-box .nice-select .current {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--white);
}
.booking-form-box .nice-select .list {
  border: unset;
  border: 1px solid rgba(41, 43, 49, 0.03);
  margin-top: 6px;
  z-index: 100;
  border-radius: 0px;
  width: 100%;
  min-width: 80px;
}

.ui-datepicker {
  width: 17em;
  padding: 0.5em 0.5em 0;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 13;
}

.calendar {
  font-size: 16px;
}

.ui-datepicker td {
  border: 0;
  padding: 2px;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  background: var(--primary-color1);
  border: 1px solid var(--primary-color1);
  color: #fff;
  border-radius: 0px;
}

div#ui-datepicker-div {
  border: 1px solid transparent;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.07);
  border-radius: 0px;
  margin-top: 8px;
  margin-left: -15px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid transparent;
  background: var(--white);
  font-weight: normal;
  padding: 4px;
  transition: all 0.45s ease;
  color: var(--text-color1);
}
.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover,
.ui-button:hover,
html .ui-button.ui-state-disabled:hover:hover,
html .ui-button.ui-state-disabled:active:hover {
  border: 1px solid var(--primary-color1);
  color: var(--primary-color1);
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid var(--primary-color1) !important;
  color: var(--primary-color1) !important;
}

.ui-widget-header .ui-icon {
  background-image: unset;
  position: relative;
}
.ui-widget-header .ui-icon::after {
  content: "\f12c";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "bootstrap-icons";
  color: var(--white);
  z-index: 9;
}

.ui-datepicker-prev {
  border: 1px solid var(--primary-color1);
}
.ui-datepicker-prev:hover {
  border: 1px solid var(--primary-color1);
  background-color: inherit;
}
.ui-datepicker-prev::after {
  content: "\f12c";
  font-family: "bootstrap-icons";
  font-weight: 400;
  position: absolute;
  top: -1px;
  left: 5px;
  z-index: 9;
  margin: auto;
  font-size: 22px;
  color: var(--white);
  transition: all 0.35s ease;
}
.ui-datepicker-prev span.ui-icon {
  display: none !important;
  visibility: hidden;
}

.ui-datepicker-next {
  border: 1px solid var(--primary-color1);
}
.ui-datepicker-next:hover {
  border: 1px solid var(--primary-color1);
  background-color: inherit;
}
.ui-datepicker-next::after {
  content: "\f135";
  font-family: "bootstrap-icons";
  font-weight: 400;
  position: absolute;
  top: -1px;
  left: 5px;
  z-index: 9;
  margin: auto;
  font-size: 22px;
  color: var(--white);
  transition: all 0.35s ease;
}
.ui-datepicker-next span.ui-icon {
  display: none !important;
  visibility: hidden;
}

.image-gallery-single {
  margin-bottom: 15px;
}
.image-gallery-single img {
  width: 100%;
}
.image-gallery-single .image-view {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.45s ease-in-out;
}
.image-gallery-single .image-view .bi {
  color: var(--primary-color1);
  font-size: 35px;
  opacity: 0;
  transition: all 0.45s ease-in-out;
}
.image-gallery-single:hover .image-view {
  transform: scale(1);
  opacity: 1;
}
.image-gallery-single:hover .image-view .bi {
  opacity: 1;
}

.video-gallery-single {
  margin-bottom: 25px;
}
.video-gallery-single img {
  width: 100%;
}

.form-wrapper {
  border-radius: 5px;
  box-shadow: 5px 7px 35px rgba(139, 139, 139, 0.1);
  padding: 40px;
  background: var(--white);
}
@media (max-width: 576px) {
  .form-wrapper {
    padding: 25px;
  }
}
.form-wrapper .form-title {
  text-align: center;
  margin-bottom: 60px;
}
.form-wrapper .form-title h3 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  text-align: center;
  margin-bottom: 20px;
}
.form-wrapper .form-title p, .form-wrapper .form-title .info-single .info-text a, .info-single .info-text .form-wrapper .form-title a {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-primary);
}
.form-wrapper .form-title p a, .form-wrapper .form-title .info-single .info-text a a, .info-single .info-text .form-wrapper .form-title a a {
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--text-primary);
}
.form-wrapper .form-title2 {
  margin-bottom: 30px;
}
.form-wrapper .form-title2 h3 {
  font-size: 35px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 15px;
}
.form-wrapper label {
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.form-wrapper input, .form-wrapper .asking-form-wrap .style-1 .form-inner textarea, .asking-form-wrap .style-1 .form-inner .form-wrapper textarea,
.form-wrapper textarea {
  border: 1px solid #eeeeee;
  height: 50px;
  width: 100%;
  padding: 10px 20px;
  transition: 0.4s ease;
  border-radius: 0px;
}
.form-wrapper input::-moz-placeholder, .form-wrapper .asking-form-wrap .style-1 .form-inner textarea::-moz-placeholder, .asking-form-wrap .style-1 .form-inner .form-wrapper textarea::-moz-placeholder, .form-wrapper textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
}
.form-wrapper input::placeholder, .form-wrapper .asking-form-wrap .style-1 .form-inner textarea::placeholder, .asking-form-wrap .style-1 .form-inner .form-wrapper textarea::placeholder,
.form-wrapper textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
}
.form-wrapper input:focus, .form-wrapper .asking-form-wrap .style-1 .form-inner textarea:focus, .asking-form-wrap .style-1 .form-inner .form-wrapper textarea:focus,
.form-wrapper textarea:focus {
  border: 1px solid var(--primary-color1);
}
.form-wrapper textarea {
  min-height: 150px;
}
.form-wrapper .check-box-text {
  font-size: 16px;
}
.form-wrapper .form-inner {
  margin-bottom: 18px;
  position: relative;
}
.form-wrapper .form-inner i {
  position: absolute;
  right: 20px;
  bottom: 14px;
}
.form-wrapper .form-agreement {
  margin-bottom: 16px;
  margin-top: 6px;
}
.form-wrapper .form-agreement label {
  font-size: 16px;
  font-weight: 400;
}
.form-wrapper .form-agreement label a {
  font-weight: 600;
  font-size: 16;
}
.form-wrapper .alternate-signup-box {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 35px;
}
.form-wrapper .alternate-signup-box h6 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.form-wrapper .alternate-signup-box .btn-group {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.form-wrapper .alternate-signup-box .btn-group a {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 15px;
  color: #fff;
  border-radius: 0px;
  transition: 0.5s ease;
}
.form-wrapper .alternate-signup-box .btn-group a:hover {
  background: var(--text-primary);
}
.form-wrapper .alternate-signup-box .btn-group i {
  font-size: 16px;
}
.form-wrapper .alternate-signup-box .google-btn {
  background: #db4437;
}
.form-wrapper .alternate-signup-box .facebook-btn {
  background: #4267b2;
}
.form-wrapper .form-poicy-area {
  text-align: center;
}
.form-wrapper .form-poicy-area a {
  font-weight: 600;
  color: var(--primary-color1);
  text-decoration: underline;
}
.form-wrapper .form-group input[type=checkbox], .form-wrapper .form-group .asking-form-wrap .style-1 .form-inner textarea[type=checkbox], .asking-form-wrap .style-1 .form-inner .form-wrapper .form-group textarea[type=checkbox] {
  display: none;
  cursor: pointer;
}
.form-wrapper input[type=checkbox] + label:before, .form-wrapper .asking-form-wrap .style-1 .form-inner textarea[type=checkbox] + label:before, .asking-form-wrap .style-1 .form-inner .form-wrapper textarea[type=checkbox] + label:before {
  content: "";
  -webkit-appearance: none;
  background-color: var(--text-primary);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.form-wrapper input[type=checkbox]:checked + label:after, .form-wrapper .asking-form-wrap .style-1 .form-inner textarea[type=checkbox]:checked + label:after, .asking-form-wrap .style-1 .form-inner .form-wrapper textarea[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 4px;
  height: 10px;
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.gallery-layout .gallery-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.gallery-layout .gallery-wrapper .col-equal {
  background: #ccc;
  width: calc(25% - 20px);
}
@media (max-width: 991px) {
  .gallery-layout .gallery-wrapper .col-equal {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .gallery-layout .gallery-wrapper .col-equal {
    min-width: 100%;
  }
}
.gallery-layout .gallery-wrapper .col-equal .destination-single2 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.gallery-layout .gallery-wrapper .col-equal .destination-single2:hover img {
  transform: scale(1.1);
}
.gallery-layout .gallery-wrapper .col-equal .destination-single2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.55s ease-in-out;
}
.gallery-layout .gallery-wrapper .col-equal .destination-single2 .destination-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: fe;
  justify-content: flex-end;
  padding: 20px;
}
.gallery-layout .gallery-wrapper .col-equal .destination-single2 .destination-content h4 {
  margin-bottom: 6px;
}
.gallery-layout .gallery-wrapper .col-equal .destination-single2 .destination-content h4 a {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-merriw);
}
.gallery-layout .gallery-wrapper .col-equal .destination-single2 .destination-content p, .gallery-layout .gallery-wrapper .col-equal .destination-single2 .destination-content .info-single .info-text a, .info-single .info-text .gallery-layout .gallery-wrapper .col-equal .destination-single2 .destination-content a {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
  margin-bottom: 0px;
}
.gallery-layout .gallery-wrapper .col-equal .destination-single2 .destination-content p span, .gallery-layout .gallery-wrapper .col-equal .destination-single2 .destination-content .info-single .info-text a span, .info-single .info-text .gallery-layout .gallery-wrapper .col-equal .destination-single2 .destination-content a span {
  font-size: 17px;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-work-sans);
}

#menu-login {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-sticky-logo {
  display: none;
}

.sticky .header-logo {
  display: none;
}

.sticky .header-sticky-logo {
  display: block;
}

.topbar-horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.astrip-spinner.active {
  position: absolute;
  visibility: hidden;
  display: inline-block;
  background-color: #000;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  left: 46%;
  border-radius: 100%;
  padding: 0;
  visibility: visible;
  top: 10px;
  opacity: 1;
}

.astrip-spinner::before {
  position: absolute;
  content: "";
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.newsletter-form input[type=submit]:hover, .newsletter-form .asking-form-wrap .style-1 .form-inner textarea[type=submit]:hover, .asking-form-wrap .style-1 .form-inner .newsletter-form textarea[type=submit]:hover {
  color: #000;
  background-color: #fff;
}

.enquiries_success_message p, .enquiries_success_message .info-single .info-text a, .info-single .info-text .enquiries_success_message a {
  color: #007900;
  font-weight: 500;
  line-height: 24px;
}

.offer-single.sibling-2 .content span {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-work-sans);
  display: unset;
  margin-top: 5px;
}

.offer-single.sibling-2 .content span.tt {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-work-sans);
  display: block;
  margin-top: 5px;
}

.ui-datepicker table {
  border: none;
}

.ui-datepicker table tr {
  border: none;
}

.content-none::after {
  display: none;
}
.content-none::before {
  display: none;
}

.swiper.breadcrumb-slider .swiper-slide {
  position: relative;
  min-height: 550px;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.swiper.breadcrumb-slider .swiper-slide::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: -1;
}
.swiper.breadcrumb-slider .swiper-slide .breadcrumb-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 550px;
}

.loading #tourFilterData {
  opacity: 0.3;
}
.loading .circle-loader {
  display: block;
}

.circle-loader {
  position: relative;
  left: 50%;
  top: 350px;
  width: 100px;
  border: 3px dotted #FFF;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
  transform: translateX(-50%);
  display: none;
}
.circle-loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted var(--primary-color1);
  border-style: solid solid dotted;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: rotationBack 1s linear infinite;
  transform-origin: center center;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.package-sidebar-close {
  display: none;
}

.no-package {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 120px;
}
.no-package img {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}
.no-package span,
.no-package p,
.no-package .info-single .info-text a,
.info-single .info-text .no-package a {
  font-size: 60px;
  display: block;
  line-height: 1;
  color: var(--primary-color1);
  text-transform: capitalize;
  font-family: var(--font-satisfy);
}

.banner-form span.text-start.text-danger {
  margin-top: -20px;
  margin-bottom: 14px;
  font-size: 15px;
}

@media only screen and (max-width: 991px) {
  .tour-package-sidebar {
    background: var(--white);
    width: 100%;
    max-width: 290px;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.55s ease-in-out;
    z-index: 999;
    padding: 30px 20px;
    height: 100%;
    overflow: auto;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.07);
  }
  .tour-package-sidebar.show {
    transform: translateX(0%);
    opacity: 1;
  }
  .tour-package-sidebar .package-sidebar-close {
    margin-bottom: 30px;
    text-align: right;
    display: block;
  }
  .tour-package-sidebar .package-sidebar-close i {
    font-size: 28px;
    color: var(--primary-color1);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .banner-section1 .banner1-content {
    padding: 120px 30px;
  }
  .banner-section1 .banner1-content span {
    font-size: 1.5rem;
  }
  .banner-section1 .banner1-content h1,
  .banner-section1 .banner1-content h2 {
    font-size: 4.4rem;
    line-height: 1.6;
  }
  .banner-section1 .banner1-content .info-single .info-text a,
  .banner-section1 .banner1-content p,
  .info-single .info-text .banner-section1 .banner1-content a {
    font-size: 2.2rem;
    font-weight: 400;
  }
}/*# sourceMappingURL=style.css.map */