/*
Template Name: Astrip - Tour Booking and Travel Agency HTML Template
*/
/*================================================
1. Mixins Css
2. Global CSS
3. Section Title
4. Buttons
5. Preloader
6. Pagination
7. search area
8. Mobile-menu 
9. Topbar-section
10. Header-section
11. Banner-section
12. Intro-section
13. About-section
14. Practice-area-section
15. Info-section
16. Casestudy Section
17. Attorney Section
18. Latest News Section
19. Lawyer Profile Section
20. Error-page
21. Footer-section
22. Testimonial Seciton
23. Breadcrumb-section
24. Service details
25. Faq section
26. History section

================================================*/
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
/* line 34, ../sass/style.scss */
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

/* line 40, ../sass/style.scss */
:root {
  /*color Variable*/
  --primary-color2: #ef4747;
  --primary-color3: #D55437;
  --primary-color1: #ef4747;
  --primary-color1-light: rgba(144, 185, 86, 0.7);
  --primary1-dark: #359D9E;
  --white: #fff;
  --text-primary: #09100D;
  --text-secondary: #5E5E5E;
  --text-light: #878787;
  --border-color: #DDDDDD;
  --font-merriw: 'Merriweather', serif;
  --font-work-sans: 'Work Sans', sans-serif;
}

/* line 59, ../sass/style.scss */
::selection {
  color: var(--white);
  background: var(--primary-color1);
}

/*================================================
1. Mixins Css
=================================================*/
/*================================================
2. Global Css
=================================================*/
/* line 193, ../sass/style.scss */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 193, ../sass/style.scss */
  html {
    font-size: 60%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 193, ../sass/style.scss */
  html {
    font-size: 58%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 193, ../sass/style.scss */
  html {
    font-size: 57%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  /* line 193, ../sass/style.scss */
  html {
    font-size: 56%;
  }
}
@media (max-width: 576px) {
  /* line 193, ../sass/style.scss */
  html {
    font-size: 55%;
  }
}

/* line 219, ../sass/style.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-primary);
  font-family: var(--font-merriw);
}

/* line 229, ../sass/style.scss */
body {
  font-family: var(--font-work-sans);
  color: var(--text-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

/* line 237, ../sass/style.scss */
button {
  outline: none;
  border: none;
}

/* line 242, ../sass/style.scss */
a {
  color: unset;
  text-decoration: none;
}
/* line 246, ../sass/style.scss */
a:focus {
  outline: 0 solid;
}
/* line 250, ../sass/style.scss */
a:hover {
  text-decoration: none;
  color: unset;
}

/* line 256, ../sass/style.scss */
input:focus, form.style-1 .form-inner textarea:focus, .contact-from-wrapper .form-inner textarea:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* line 262, ../sass/style.scss */
i.bx {
  vertical-align: middle;
}

/* line 266, ../sass/style.scss */
.para {
  font-size: 17px;
  font-weight: 400;
  font-family: var(--font-work-sans);
  color: var(--text-secondary);
  line-height: 1.6;
}

/* line 273, ../sass/style.scss */
.pt-120 {
  padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 273, ../sass/style.scss */
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  /* line 273, ../sass/style.scss */
  .pt-120 {
    padding-top: 90px;
  }
}

/* line 284, ../sass/style.scss */
.pt-90 {
  padding-top: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 284, ../sass/style.scss */
  .pt-90 {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  /* line 284, ../sass/style.scss */
  .pt-90 {
    padding-top: 60px;
  }
}

/* line 295, ../sass/style.scss */
.pb-90 {
  padding-bottom: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 295, ../sass/style.scss */
  .pb-90 {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  /* line 295, ../sass/style.scss */
  .pb-90 {
    padding-bottom: 60px;
  }
}

/* line 306, ../sass/style.scss */
.pb-120 {
  padding-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 306, ../sass/style.scss */
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  /* line 306, ../sass/style.scss */
  .pb-120 {
    padding-bottom: 90px;
  }
}

/* line 317, ../sass/style.scss */
.pb-65 {
  padding-bottom: 65px;
}

/* line 320, ../sass/style.scss */
.mt-120 {
  margin-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 320, ../sass/style.scss */
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  /* line 320, ../sass/style.scss */
  .mt-120 {
    margin-top: 90px;
  }
}

/* line 331, ../sass/style.scss */
.mb-120 {
  margin-bottom: 120px;
}

/* line 334, ../sass/style.scss */
.pt-80 {
  padding-top: 80px;
}

/* line 337, ../sass/style.scss */
.pt-50 {
  padding-top: 50px;
}

/* line 340, ../sass/style.scss */
.pb-80 {
  padding-bottom: 80px;
}

/* line 343, ../sass/style.scss */
.pe-80 {
  padding-right: 80px;
}

/* line 346, ../sass/style.scss */
.pb-60 {
  padding-bottom: 60px;
}

/* line 349, ../sass/style.scss */
.mb-60 {
  margin-bottom: 60px;
}

/* line 353, ../sass/style.scss */
.mb-50 {
  margin-bottom: 50px;
}

/* line 357, ../sass/style.scss */
.mb-45 {
  margin-bottom: 45px;
}

/* line 360, ../sass/style.scss */
.mb-35 {
  margin-bottom: 35px;
}

/* line 364, ../sass/style.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 368, ../sass/style.scss */
.mt-40 {
  margin-top: 40px;
}

/* line 372, ../sass/style.scss */
.mb-40 {
  margin-bottom: 40px;
}

/* line 376, ../sass/style.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 380, ../sass/style.scss */
.mt-50 {
  margin-top: 50px;
}

/* line 384, ../sass/style.scss */
.mb-50 {
  margin-bottom: 50px;
}

/* line 388, ../sass/style.scss */
.mt-60 {
  margin-top: 60px;
}

/* line 392, ../sass/style.scss */
.mt-70 {
  margin-top: 70px;
}

/* line 396, ../sass/style.scss */
.bg--light {
  background: #FAFAFA;
}

/* line 400, ../sass/style.scss */
.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;
}

/* line 411, ../sass/style.scss */
.text--primary {
  color: var(--text-primary) !important;
}

/*=======================================
 3. scroll top
=======================================*/
/* line 444, ../sass/style.scss */
.circle-container {
  background: transparent;
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.07);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media (max-width: 991px) {
  /* line 444, ../sass/style.scss */
  .circle-container {
    display: none;
    visibility: hidden;
  }
}
/* line 466, ../sass/style.scss */
.circle-container.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* line 472, ../sass/style.scss */
.circle-container::after {
  position: absolute;
  font-family: 'Bootstrap-icons';
  content: '\F145';
  text-align: center;
  line-height: 46px;
  font-size: 28px;
  color: var(--primary-color1);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/* line 491, ../sass/style.scss */
.circle-container:hover::after {
  position: absolute;
  font-family: 'Bootstrap-icons';
  content: '\F145';
  color: var(--green);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/* line 501, ../sass/style.scss */
.circle-container svg path {
  fill: none;
}
/* line 505, ../sass/style.scss */
.circle-container svg.circle-progress path {
  stroke: var(--primary-color1);
  stroke-width: 5;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/* line 515, ../sass/style.scss */
.circle-container.sibling-2::after {
  color: var(--primary-color2);
}
/* line 520, ../sass/style.scss */
.circle-container.sibling-2 svg.circle-progress path {
  stroke: var(--primary-color2);
}
/* line 527, ../sass/style.scss */
.circle-container.sibling-3::after {
  color: var(--primary-color3);
}
/* line 532, ../sass/style.scss */
.circle-container.sibling-3 svg.circle-progress path {
  stroke: var(--primary-color3);
}

/*=======================================
 3. section-title
=======================================*/
/* line 544, ../sass/style.scss */
.section-title1 {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
/* line 552, ../sass/style.scss */
.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;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* line 561, ../sass/style.scss */
.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) {
  /* line 561, ../sass/style.scss */
  .section-title1 h2 {
    font-size: 3.6rem;
  }
}
/* line 573, ../sass/style.scss */
.section-title1 img {
  max-width: 370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 580, ../sass/style.scss */
.section-title1.sibling2 {
  font-size: 4rem;
  font-weight: 600;
  color: var(--text-primary);
}

/* line 585, ../sass/style.scss */
.section-title2 {
  margin-bottom: 37px;
}
/* line 588, ../sass/style.scss */
.section-title2 svg {
  fill: var(--primary-color2);
  margin: 0 auto;
  margin-bottom: 15px;
  opacity: 0.55;
}
/* line 595, ../sass/style.scss */
.section-title2 span {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--primary-color2);
  font-family: var(--font-satisfy);
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* line 603, ../sass/style.scss */
.section-title2 h2 {
  font-size: 4.2rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 20px;
  line-height: 1.4;
}

/* line 611, ../sass/style.scss */
.section-title3 {
  margin-bottom: 60px;
}
/* line 613, ../sass/style.scss */
.section-title3 span {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--primary-color2);
  font-family: var(--font-satisfy);
  margin-top: -6px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* line 622, ../sass/style.scss */
.section-title3 h2 {
  font-size: 4.2rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
}

/* line 628, ../sass/style.scss */
.section-title5 {
  margin-bottom: 62px;
}
/* line 631, ../sass/style.scss */
.section-title5 img {
  margin: 0 auto 10px auto;
  width: 15px;
}
/* line 636, ../sass/style.scss */
.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;
}
/* line 647, ../sass/style.scss */
.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;
}
/* line 653, ../sass/style.scss */
.section-title5 h2 span {
  font-size: 4.2rem;
  font-weight: 500;
  color: var(--primary-color3);
  font-family: var(--font-merriw);
}
/* line 659, ../sass/style.scss */
.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 
=======================================*/
/* line 669, ../sass/style.scss */
.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;
}
/* line 679, ../sass/style.scss */
.eg-btn i {
  font-weight: 200;
  vertical-align: middle;
  margin-right: 5px;
}

/* line 687, ../sass/style.scss */
.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: 2px solid var(--primary-color1);
}
/* line 698, ../sass/style.scss */
.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;
}
/* line 715, ../sass/style.scss */
.btn--primary:hover {
  color: var(--primary-color1);
}
/* line 718, ../sass/style.scss */
.btn--primary:hover::after {
  transform: scale(1);
  opacity: 1;
}

/* line 725, ../sass/style.scss */
.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);
}
/* line 736, ../sass/style.scss */
.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;
}
/* line 753, ../sass/style.scss */
.btn--primary2:hover {
  color: var(--text-primary);
}
/* line 756, ../sass/style.scss */
.btn--primary2:hover::after {
  transform: scale(1);
  opacity: 1;
}

/* line 763, ../sass/style.scss */
.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;
}
/* line 774, ../sass/style.scss */
.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;
}
/* line 791, ../sass/style.scss */
.btn--white:hover {
  color: var(--text-primary);
}
/* line 794, ../sass/style.scss */
.btn--white:hover::after {
  transform: scale(1);
  opacity: 1;
}
/* line 801, ../sass/style.scss */
.btn--white.sibling-2::after {
  content: "";
  background: var(--primary-color1);
}

/* line 808, ../sass/style.scss */
.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);
}
/* line 819, ../sass/style.scss */
.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;
}
/* line 836, ../sass/style.scss */
.btn--primary3:hover {
  color: var(--text-primary);
}
/* line 839, ../sass/style.scss */
.btn--primary3:hover::after {
  transform: scale(1);
  opacity: 1;
}

/* line 846, ../sass/style.scss */
.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: 2px solid var(--primary-color1);
}
/* line 857, ../sass/style.scss */
.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;
}
/* line 874, ../sass/style.scss */
.btn--primary-outline:hover {
  color: var(--white);
}
/* line 877, ../sass/style.scss */
.btn--primary-outline:hover::after {
  transform: scale(1);
  opacity: 1;
}

/* line 884, ../sass/style.scss */
.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;
}
/* line 896, ../sass/style.scss */
.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;
}
/* line 913, ../sass/style.scss */
.btn--primary3-outline:hover {
  color: var(--white);
  border: 2px solid transparent;
}
/* line 917, ../sass/style.scss */
.btn--primary3-outline:hover::after {
  transform: scale(1);
  opacity: 1;
}
/* line 923, ../sass/style.scss */
.btn--primary3-outline.sibling-2 {
  color: var(--text-primary);
}
/* line 926, ../sass/style.scss */
.btn--primary3-outline.sibling-2::after {
  background: var(--primary-color2);
}

/* line 932, ../sass/style.scss */
.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);
}
/* line 943, ../sass/style.scss */
.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;
}
/* line 960, ../sass/style.scss */
.btn-primary2-outline:hover {
  border: 1px solid var(--primary-color2);
  color: var(--text-primary);
}
/* line 964, ../sass/style.scss */
.btn-primary2-outline:hover::after {
  transform: scale(1);
  opacity: 1;
}
/* line 970, ../sass/style.scss */
.btn-primary2-outline.sibling-2 {
  color: var(--text-primary);
  border: 1px solid var(--text-primary);
}
/* line 974, ../sass/style.scss */
.btn-primary2-outline.sibling-2:hover {
  border: 1px solid transparent;
  color: var(--text-primary);
}
/* line 978, ../sass/style.scss */
.btn-primary2-outline.sibling-2:hover::after {
  transform: scale(1);
  opacity: 1;
}

/* line 987, ../sass/style.scss */
.capsule {
  border-radius: 30px;
}

/* line 991, ../sass/style.scss */
.btn--lg {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px 35px;
}
@media (max-width: 767px) {
  /* line 991, ../sass/style.scss */
  .btn--lg {
    padding: 12px 25px;
  }
}

/* line 1002, ../sass/style.scss */
.btn--lg2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  /* line 1002, ../sass/style.scss */
  .btn--lg2 {
    padding: 12px 25px;
  }
}

/* line 1013, ../sass/style.scss */
.btn--md {
  padding: 10px 35px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  /* line 1013, ../sass/style.scss */
  .btn--md {
    padding: 10px 40px;
  }
}

/* line 1024, ../sass/style.scss */
.btn--sm {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 18px;
}

/* line 1030, ../sass/style.scss */
.eg-badge {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-work-sans);
  border-radius: 30px;
  padding: 4px 12px;
}
/* line 1036, ../sass/style.scss */
.eg-badge.badge-red {
  background: #DF2258;
}
/* line 1040, ../sass/style.scss */
.eg-badge.badge-yellow {
  background: #F29727;
}
/* line 1044, ../sass/style.scss */
.eg-badge.badge-black {
  background: #09100D;
}
/* line 1048, ../sass/style.scss */
.eg-badge.badge-blue {
  background: #2F80ED;
}

/*=======================================
 5. Paginaiton
=======================================*/
/* line 1059, ../sass/style.scss */
.pagination-wrap .page-item.active .page-link {
  z-index: 3;
  color: var(--primary-color1) !important;
  background-color: var(--white) !important;
  border-color: var(--primary-color1);
}
/* line 1067, ../sass/style.scss */
.pagination-wrap .pagination {
  margin: 0;
}
/* line 1073, ../sass/style.scss */
.pagination-wrap .page-item:first-child .page-link {
  border-radius: 2px;
}
/* line 1078, ../sass/style.scss */
.pagination-wrap .page-item:last-child .page-link {
  border-radius: 2px;
}
/* line 1084, ../sass/style.scss */
.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;
}
/* line 1096, ../sass/style.scss */
.pagination-wrap .page-link:focus {
  box-shadow: unset;
  color: var(--primary-color1);
}
/* line 1101, ../sass/style.scss */
.pagination-wrap .page-link:hover {
  color: var(--primary-color1);
}
/* line 1105, ../sass/style.scss */
.pagination-wrap .page-item.active .page-link {
  z-index: 3;
  color: var(--primary-color1);
}

/*=======================================
 5. preloader start 
=======================================*/
/* line 1116, ../sass/style.scss */
.home1preloader .egns-preloader {
  position: fixed !important;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 1127, ../sass/style.scss */
.home1preloader .egns-preloader::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
/* line 1140, ../sass/style.scss */
.home1preloader .egns-preloader .circle-border {
  width: 100%;
  max-width: 140px;
  height: 100%;
  max-height: 140px;
  border: 0px 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);
}
/* line 1174, ../sass/style.scss */
.home1preloader .egns-preloader .circle-border svg {
  fill: var(--primary-color1);
}
/* line 1195, ../sass/style.scss */
.home1preloader .egns-preloader .circle-border svg path {
  stroke: var(--primary-color1);
}
/* line 1218, ../sass/style.scss */
.home1preloader .egns-preloader .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;
}
/* line 1252, ../sass/style.scss */
.home1preloader .egns-preloader .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;
}
/* line 1287, ../sass/style.scss */
.home1preloader .egns-preloader .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);
  }
}
/* line 1116, ../sass/style.scss */
.home2preloader .egns-preloader {
  position: fixed !important;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 1127, ../sass/style.scss */
.home2preloader .egns-preloader::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
/* line 1140, ../sass/style.scss */
.home2preloader .egns-preloader .circle-border {
  width: 100%;
  max-width: 140px;
  height: 100%;
  max-height: 140px;
  border: 0px solid var(--primary-color2);
  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);
}
/* line 1174, ../sass/style.scss */
.home2preloader .egns-preloader .circle-border svg {
  fill: var(--primary-color2);
}
/* line 1195, ../sass/style.scss */
.home2preloader .egns-preloader .circle-border svg path {
  stroke: var(--primary-color2);
}
/* line 1218, ../sass/style.scss */
.home2preloader .egns-preloader .circle-border .moving-circle {
  width: 10px;
  height: 10px;
  background: var(--primary-color2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  animation: circle 2s linear infinite;
}
/* line 1252, ../sass/style.scss */
.home2preloader .egns-preloader .circle-border .moving-circle:nth-child(2) {
  width: 10px;
  height: 10px;
  background: var(--primary-color2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  animation: circle 2.25s linear infinite;
}
/* line 1287, ../sass/style.scss */
.home2preloader .egns-preloader .circle-border .moving-circle:nth-child(3) {
  width: 10px;
  height: 10px;
  background: var(--primary-color2);
  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);
  }
}
/* line 1116, ../sass/style.scss */
.home3preloader .egns-preloader {
  position: fixed !important;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 1127, ../sass/style.scss */
.home3preloader .egns-preloader::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
/* line 1140, ../sass/style.scss */
.home3preloader .egns-preloader .circle-border {
  width: 100%;
  max-width: 140px;
  height: 100%;
  max-height: 140px;
  border: 0px solid #A044FF;
  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);
}
/* line 1174, ../sass/style.scss */
.home3preloader .egns-preloader .circle-border svg {
  fill: #A044FF;
}
/* line 1195, ../sass/style.scss */
.home3preloader .egns-preloader .circle-border svg path {
  stroke: #A044FF;
}
/* line 1218, ../sass/style.scss */
.home3preloader .egns-preloader .circle-border .moving-circle {
  width: 10px;
  height: 10px;
  background: #A044FF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  animation: circle 2s linear infinite;
}
/* line 1252, ../sass/style.scss */
.home3preloader .egns-preloader .circle-border .moving-circle:nth-child(2) {
  width: 10px;
  height: 10px;
  background: #A044FF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  animation: circle 2.25s linear infinite;
}
/* line 1287, ../sass/style.scss */
.home3preloader .egns-preloader .circle-border .moving-circle:nth-child(3) {
  width: 10px;
  height: 10px;
  background: #A044FF;
  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);
  }
}
/* line 1116, ../sass/style.scss */
.home4preloader .egns-preloader {
  position: fixed !important;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 1127, ../sass/style.scss */
.home4preloader .egns-preloader::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
/* line 1140, ../sass/style.scss */
.home4preloader .egns-preloader .circle-border {
  width: 100%;
  max-width: 140px;
  height: 100%;
  max-height: 140px;
  border: 0px solid #27AE60;
  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);
}
/* line 1174, ../sass/style.scss */
.home4preloader .egns-preloader .circle-border svg {
  fill: #27AE60;
}
/* line 1195, ../sass/style.scss */
.home4preloader .egns-preloader .circle-border svg path {
  stroke: #27AE60;
}
/* line 1218, ../sass/style.scss */
.home4preloader .egns-preloader .circle-border .moving-circle {
  width: 10px;
  height: 10px;
  background: #27AE60;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  animation: circle 2s linear infinite;
}
/* line 1252, ../sass/style.scss */
.home4preloader .egns-preloader .circle-border .moving-circle:nth-child(2) {
  width: 10px;
  height: 10px;
  background: #27AE60;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  animation: circle 2.25s linear infinite;
}
/* line 1287, ../sass/style.scss */
.home4preloader .egns-preloader .circle-border .moving-circle:nth-child(3) {
  width: 10px;
  height: 10px;
  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);
  }
}
/* line 1116, ../sass/style.scss */
.home5preloader .egns-preloader {
  position: fixed !important;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 1127, ../sass/style.scss */
.home5preloader .egns-preloader::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
/* line 1140, ../sass/style.scss */
.home5preloader .egns-preloader .circle-border {
  width: 100%;
  max-width: 140px;
  height: 100%;
  max-height: 140px;
  border: 0px solid #FF7342;
  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);
}
/* line 1174, ../sass/style.scss */
.home5preloader .egns-preloader .circle-border svg {
  fill: #FF7342;
}
/* line 1195, ../sass/style.scss */
.home5preloader .egns-preloader .circle-border svg path {
  stroke: #FF7342;
}
/* line 1218, ../sass/style.scss */
.home5preloader .egns-preloader .circle-border .moving-circle {
  width: 10px;
  height: 10px;
  background: #FF7342;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  animation: circle 2s linear infinite;
}
/* line 1252, ../sass/style.scss */
.home5preloader .egns-preloader .circle-border .moving-circle:nth-child(2) {
  width: 10px;
  height: 10px;
  background: #FF7342;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  animation: circle 2.25s linear infinite;
}
/* line 1287, ../sass/style.scss */
.home5preloader .egns-preloader .circle-border .moving-circle:nth-child(3) {
  width: 10px;
  height: 10px;
  background: #FF7342;
  background: #FF7342;
  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);
  }
}
/* line 1366, ../sass/style.scss */
#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;
  }
}
/*=======================================
 6. pagination start 
=======================================*/
/* line 1397, ../sass/style.scss */
.pagination-wrap .page-item.active .page-link {
  z-index: 3;
  color: var(--white);
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
/* line 1406, ../sass/style.scss */
.pagination-wrap .pagination {
  margin: 0;
}
/* line 1410, ../sass/style.scss */
.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;
}
/* line 1424, ../sass/style.scss */
.pagination-wrap .page-link i {
  color: var(--text-primary);
  font-size: 17px;
  font-weight: 600;
  transition: 0.42s ease;
  vertical-align: middle;
}
/* line 1432, ../sass/style.scss */
.pagination-wrap .page-link:focus {
  box-shadow: unset;
  color: var(--primary-color1);
  border-color: var(--primary-color1);
}
/* line 1438, ../sass/style.scss */
.pagination-wrap .page-link:hover {
  color: var(--primary-color1) !important;
}
/* line 1441, ../sass/style.scss */
.pagination-wrap .page-link:hover i {
  color: var(--primary-color1);
}
/* line 1447, ../sass/style.scss */
.pagination-wrap .page-item.active .page-link {
  z-index: 3;
  color: var(--primary-color1);
}

/*=======================================
  7. search area start
=======================================*/
/* line 1457, ../sass/style.scss */
.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: .65s ease;
  padding: 35px 100px;
}
@media (max-width: 767px) {
  /* line 1457, ../sass/style.scss */
  .mobile-search {
    padding: 20px 20px;
  }
}
/* line 1484, ../sass/style.scss */
.mobile-search label {
  color: #fff;
  margin-bottom: 20px;
}
/* line 1490, ../sass/style.scss */
.mobile-search.slide {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
/* line 1497, ../sass/style.scss */
.mobile-search input, .mobile-search form.style-1 .form-inner textarea, form.style-1 .form-inner .mobile-search textarea, .mobile-search .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .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;
}
/* line 1509, ../sass/style.scss */
.mobile-search input:focus, .mobile-search form.style-1 .form-inner textarea:focus, form.style-1 .form-inner .mobile-search textarea:focus, .mobile-search .contact-from-wrapper .form-inner textarea:focus, .contact-from-wrapper .form-inner .mobile-search textarea:focus {
  border-bottom: 1px solid #fff;
}
/* line 1519, ../sass/style.scss */
.mobile-search .search-cross-btn {
  color: #fff;
  cursor: popoppins;
  background: var(--primary-color1);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  line-height: 43px;
  transition: 0.5s ease;
}
/* line 1531, ../sass/style.scss */
.mobile-search .search-cross-btn:hover {
  background: var(--primary-color1);
  color: #fff;
}
/* line 1537, ../sass/style.scss */
.mobile-search .search-cross-btn i {
  font-size: 25px;
  cursor: pointer;
}

/*=======================================
   8. Mobile-menu Css
=======================================*/
/* line 1548, ../sass/style.scss */
.mobile-menu-form {
  margin-top: 50px;
}
/* line 1551, ../sass/style.scss */
.mobile-menu-form input, .mobile-menu-form form.style-1 .form-inner textarea, form.style-1 .form-inner .mobile-menu-form textarea, .mobile-menu-form .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .form-inner .mobile-menu-form textarea {
  width: 100%;
  padding: 10px 15px;
  background-color: var(--white);
  margin-bottom: 15px;
  outline: none;
  border-radius: 5px;
}
/* line 1560, ../sass/style.scss */
.mobile-menu-form input::placeholder, .mobile-menu-form form.style-1 .form-inner textarea::placeholder, form.style-1 .form-inner .mobile-menu-form textarea::placeholder, .mobile-menu-form .contact-from-wrapper .form-inner textarea::placeholder, .contact-from-wrapper .form-inner .mobile-menu-form textarea::placeholder {
  font-size: 12px;
}
/* line 1564, ../sass/style.scss */
.mobile-menu-form input.style-capsule, .mobile-menu-form form.style-1 .form-inner textarea.style-capsule, form.style-1 .form-inner .mobile-menu-form textarea.style-capsule, .mobile-menu-form .contact-from-wrapper .form-inner textarea.style-capsule, .contact-from-wrapper .form-inner .mobile-menu-form textarea.style-capsule {
  border-radius: 30px;
}
/* line 1569, ../sass/style.scss */
.mobile-menu-form button {
  outline: none;
  border: none;
  padding: 10px;
}
/* line 1576, ../sass/style.scss */
.mobile-menu-form.style-2 input, .mobile-menu-form.style-2 form.style-1 .form-inner textarea, form.style-1 .form-inner .mobile-menu-form.style-2 textarea, .mobile-menu-form.style-2 .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .form-inner .mobile-menu-form.style-2 textarea {
  border-radius: 30px;
}

/* line 1583, ../sass/style.scss */
.phone-call2 .number {
  text-align: left;
}
/* line 1586, ../sass/style.scss */
.phone-call2 .number span {
  display: inline-block;
  color: var(--text-color2);
  font-family: var(--font-exo);
  font-size: 12px;
  font-weight: 500;
}
/* line 1594, ../sass/style.scss */
.phone-call2 .number h5 {
  margin-bottom: 0px;
  margin-top: -7px;
  white-space: nowrap;
}
/* line 1599, ../sass/style.scss */
.phone-call2 .number h5 a {
  color: var(--text-color1);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0px;
}

/*================================================
 10. Topbar-section
=================================================*/
/* line 1611, ../sass/style.scss */
.topbar {
  background: #202338;
  width: 100%;
  padding: 15px 0px;
  position: relative;
  z-index: 999;
}
/* line 1618, ../sass/style.scss */
.topbar .topbar-left .topbar-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
/* line 1624, ../sass/style.scss */
.topbar .topbar-left .topbar-info-list li {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
}
/* line 1627, ../sass/style.scss */
.topbar .topbar-left .topbar-info-list li i {
  color: var(--primary-color1);
  margin-right: 5px;
}
/* line 1634, ../sass/style.scss */
.topbar .topbar-right-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}
/* line 1640, ../sass/style.scss */
.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);
}
/* line 1649, ../sass/style.scss */
.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;
}
/* line 1654, ../sass/style.scss */
.topbar .topbar-right-list li:hover {
  color: var(--primary-color1);
}
/* line 1656, ../sass/style.scss */
.topbar .topbar-right-list li:hover span, .topbar .topbar-right-list li:hover a {
  color: inherit;
}
/* line 1659, ../sass/style.scss */
.topbar .topbar-right-list li:hover .topbar-sublist {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}
/* line 1665, ../sass/style.scss */
.topbar .topbar-right-list li > img {
  margin-left: 15px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
/* line 1671, ../sass/style.scss */
.topbar .topbar-right-list li .topbar-sublist {
  position: absolute;
  top: 35px;
  left: -10px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #202338;
  min-width: 120px;
  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;
}
/* line 1685, ../sass/style.scss */
.topbar .topbar-right-list li .topbar-sublist li {
  padding: 8px 12px;
}
/* line 1687, ../sass/style.scss */
.topbar .topbar-right-list li .topbar-sublist li img {
  margin-left: 15px;
  width: 20px;
}

/*================================================
 10. Header-section
=================================================*/
/* line 1702, ../sass/style.scss */
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) {
  /* line 1702, ../sass/style.scss */
  header.style-1 {
    padding: 0px 5%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1702, ../sass/style.scss */
  header.style-1 {
    padding: 0px 4%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1702, ../sass/style.scss */
  header.style-1 {
    padding: 0px 4%;
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 1702, ../sass/style.scss */
  header.style-1 {
    top: 0;
    padding: 0px 4%;
  }
}
/* line 1733, ../sass/style.scss */
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) {
  /* line 1756, ../sass/style.scss */
  header.style-1 .header-logo {
    padding: 21px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1756, ../sass/style.scss */
  header.style-1 .header-logo {
    padding: 21px 0px;
  }
}
@media (max-width: 991px) {
  /* line 1756, ../sass/style.scss */
  header.style-1 .header-logo {
    padding: 21px 0px;
  }
}
/* line 1769, ../sass/style.scss */
header.style-1 .header-logo img {
  min-width: 120px;
  max-width: 100%;
}
@media (max-width: 767px) {
  /* line 1769, ../sass/style.scss */
  header.style-1 .header-logo img {
    min-width: 90px;
  }
}
/* line 1778, ../sass/style.scss */
header.style-1 .main-nav {
  display: inline-block;
}
/* line 1781, ../sass/style.scss */
header.style-1 .main-nav .mobile-menu-logo {
  display: none;
}
/* line 1785, ../sass/style.scss */
header.style-1 .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 1790, ../sass/style.scss */
header.style-1 .main-nav ul > li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
/* line 1795, ../sass/style.scss */
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);
  -webkit-transition: all .5s ease-out 0s;
  -moz-transition: all .5s ease-out 0s;
  -ms-transition: all .5s ease-out 0s;
  -o-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}
/* line 1810, ../sass/style.scss */
header.style-1 .main-nav ul > li a:hover {
  color: var(--primary-color1);
}
/* line 1815, ../sass/style.scss */
header.style-1 .main-nav ul > li a.active {
  color: var(--primary-color1);
}
/* line 1819, ../sass/style.scss */
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;
}
/* line 1833, ../sass/style.scss */
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 .5s ease-out 0s;
  transform: translateY(20px);
}
/* line 1848, ../sass/style.scss */
header.style-1 .main-nav ul > li ul.sub-menu > li {
  padding: 0 10px;
  padding: 0;
  display: block;
  position: relative;
}
/* line 1851, ../sass/style.scss */
header.style-1 .main-nav ul > li ul.sub-menu > li i {
  position: absolute;
  top: 10px;
  right: 6px;
  display: block;
}
/* line 1863, ../sass/style.scss */
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;
  -webkit-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}
/* line 1874, ../sass/style.scss */
header.style-1 .main-nav ul > li ul.sub-menu > li a:hover {
  color: var(--primary-color1);
  margin-left: 10px;
}
/* line 1880, ../sass/style.scss */
header.style-1 .main-nav ul > li ul.sub-menu > li a.active {
  color: var(--primary-color1);
}
/* line 1884, ../sass/style.scss */
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) {
  /* line 1884, ../sass/style.scss */
  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;
  }
}
/* line 1901, ../sass/style.scss */
header.style-1 .main-nav ul > li ul.sub-menu > li .sub-menu li i {
  display: block;
}
/* line 1906, ../sass/style.scss */
header.style-1 .main-nav ul > li ul.sub-menu > li:last-child {
  border-bottom: none;
}
/* line 1913, ../sass/style.scss */
header.style-1 .main-nav ul > li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
/* line 1921, ../sass/style.scss */
header.style-1 .main-nav ul li.menu-item-has-children > i {
  display: block;
}
@media only screen and (max-width: 1199px) {
  /* line 1928, ../sass/style.scss */
  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);
    -webkit-transform: translateX(-260px);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
  }
  /* line 1945, ../sass/style.scss */
  header.style-1 .main-nav.show-menu {
    transform: translateX(0);
  }
  /* line 1949, ../sass/style.scss */
  header.style-1 .main-nav .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  /* line 1956, ../sass/style.scss */
  header.style-1 .main-nav ul {
    float: none;
    text-align: left;
    padding: 35px 10px 10px 0;
  }
  /* line 1962, ../sass/style.scss */
  header.style-1 .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  /* line 1967, ../sass/style.scss */
  header.style-1 .main-nav ul li i {
    display: block;
  }
  /* line 1971, ../sass/style.scss */
  header.style-1 .main-nav ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 300;
  }
  /* line 1977, ../sass/style.scss */
  header.style-1 .main-nav ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
  }
  /* line 1995, ../sass/style.scss */
  header.style-1 .main-nav ul li .bi {
    top: 12px;
    font-size: 16px;
  }
  /* line 2008, ../sass/style.scss */
  header.style-1 .mobile-menu {
    position: relative;
    top: 2px;
    padding: 0 5px;
    border-radius: 50%;
    display: inline-block;
  }
  /* line 2016, ../sass/style.scss */
  header.style-1 .cross-btn {
    display: inline-block !important;
    position: relative;
    width: 30px !important;
    height: 22px !important;
    cursor: pointer;
    border: 3px solid transparent !important;
  }
  /* line 2024, ../sass/style.scss */
  header.style-1 .cross-btn span {
    width: 100%;
    height: 2px;
    background: var(--primary-color1);
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  /* line 2035, ../sass/style.scss */
  header.style-1 .cross-btn .cross-top {
    top: 0;
  }
  /* line 2039, ../sass/style.scss */
  header.style-1 .cross-btn .cross-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
  /* line 2046, ../sass/style.scss */
  header.style-1 .cross-btn .cross-bottom {
    bottom: 0;
    width: 100%;
  }
  /* line 2053, ../sass/style.scss */
  header.style-1 .cross-btn.h-active span.cross-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  /* line 2060, ../sass/style.scss */
  header.style-1 .cross-btn.h-active span.cross-middle {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  /* line 2066, ../sass/style.scss */
  header.style-1 .cross-btn.h-active span.cross-bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
}

/* line 2077, ../sass/style.scss */
.phone-call .icon, .cart-widget .icon {
  margin-right: 10px;
}
/* line 2080, ../sass/style.scss */
.phone-call .icon svg, .cart-widget .icon svg {
  fill: var(--white);
}
/* line 2083, ../sass/style.scss */
.phone-call .icon .bi, .cart-widget .icon .bi {
  font-size: 34px;
}
/* line 2089, ../sass/style.scss */
.phone-call .number span, .cart-widget .number span {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
}
/* line 2094, ../sass/style.scss */
.phone-call .number h5, .cart-widget .number h5 {
  white-space: nowrap;
  margin-bottom: 0px;
}
/* line 2098, ../sass/style.scss */
.phone-call .number h5 a, .cart-widget .number h5 a {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-work-sans);
}
/* line 2106, ../sass/style.scss */
.phone-call.sibling2 svg, .cart-widget.sibling2 svg {
  fill: var(--text-primary);
}
/* line 2110, ../sass/style.scss */
.phone-call.sibling2 .number, .cart-widget.sibling2 .number {
  margin-top: -5px;
}
/* line 2112, ../sass/style.scss */
.phone-call.sibling2 .number span, .cart-widget.sibling2 .number span {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
}
/* line 2117, ../sass/style.scss */
.phone-call.sibling2 .number h5, .cart-widget.sibling2 .number h5 {
  white-space: nowrap;
}
/* line 2120, ../sass/style.scss */
.phone-call.sibling2 .number h5 a, .cart-widget.sibling2 .number h5 a {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
}
/* line 2128, ../sass/style.scss */
.phone-call.sibling3, .cart-widget.sibling3 {
  margin-right: 30px;
}
/* line 2132, ../sass/style.scss */
.phone-call.sibling3:hover svg, .cart-widget.sibling3:hover svg {
  fill: var(--primary-color3);
}
/* line 2137, ../sass/style.scss */
.phone-call.sibling3 svg, .cart-widget.sibling3 svg {
  fill: var(--text-primary);
  transition: all 0.4s ease;
}
/* line 2143, ../sass/style.scss */
.phone-call.sibling3 .number span, .cart-widget.sibling3 .number span {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
}
/* line 2148, ../sass/style.scss */
.phone-call.sibling3 .number h5, .cart-widget.sibling3 .number h5 {
  white-space: nowrap;
}
/* line 2151, ../sass/style.scss */
.phone-call.sibling3 .number h5 a, .cart-widget.sibling3 .number h5 a {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
}
/* line 2159, ../sass/style.scss */
.phone-call.sibling4, .cart-widget.sibling4 {
  margin-right: 20px;
}
/* line 2163, ../sass/style.scss */
.phone-call.sibling4:hover svg, .cart-widget.sibling4:hover svg {
  fill: var(--primary-color2);
}
/* line 2168, ../sass/style.scss */
.phone-call.sibling4 svg, .cart-widget.sibling4 svg {
  fill: var(--text-primary);
  transition: all 0.4s ease;
}
/* line 2174, ../sass/style.scss */
.phone-call.sibling4 .number span, .cart-widget.sibling4 .number span {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
}
/* line 2179, ../sass/style.scss */
.phone-call.sibling4 .number h5, .cart-widget.sibling4 .number h5 {
  white-space: nowrap;
}
/* line 2182, ../sass/style.scss */
.phone-call.sibling4 .number h5 a, .cart-widget.sibling4 .number h5 a {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
}

/* line 2191, ../sass/style.scss */
.header-social-area {
  position: relative;
  padding-right: 20px;
  padding-left: 9%;
}
/* line 2196, ../sass/style.scss */
.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) {
  /* line 2196, ../sass/style.scss */
  .header-social-area::after {
    content: unset;
  }
}
/* line 2211, ../sass/style.scss */
.header-social-area ul.header-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 25px;
}
/* line 2219, ../sass/style.scss */
.header-social-area ul.header-social li a i {
  font-size: 18px;
  font-weight: 500;
  color: Var(--white);
  transition: all 0.35s ease;
}
/* line 2223, ../sass/style.scss */
.header-social-area ul.header-social li a i:hover {
  color: var(--primary-color1);
}
/* line 2232, ../sass/style.scss */
.header-social-area.sibling-2 ul.header-social {
  gap: 20px;
}
/* line 2237, ../sass/style.scss */
.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;
}
/* line 2241, ../sass/style.scss */
.header-social-area.sibling-2 ul.header-social li a i:hover {
  color: var(--primary-color2);
}

/* line 2251, ../sass/style.scss */
.sidebar-btn, .mobile-menu-btn {
  cursor: pointer;
}
/* line 2254, ../sass/style.scss */
.sidebar-btn i, .mobile-menu-btn i {
  font-size: 25px;
  color: var(--white);
  font-weight: 600;
}

/* line 2265, ../sass/style.scss */
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) {
  /* line 2265, ../sass/style.scss */
  header.style-2 {
    padding: 0px 2%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 2265, ../sass/style.scss */
  header.style-2 {
    padding: 0px 2%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 2265, ../sass/style.scss */
  header.style-2 {
    padding: 0px 4%;
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 2265, ../sass/style.scss */
  header.style-2 {
    top: 0;
    padding: 0px 4%;
  }
}
/* line 2294, ../sass/style.scss */
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);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 2317, ../sass/style.scss */
  header.style-2 .header-logo {
    padding: 21px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 2317, ../sass/style.scss */
  header.style-2 .header-logo {
    padding: 15px 0px;
  }
}
@media (max-width: 991px) {
  /* line 2317, ../sass/style.scss */
  header.style-2 .header-logo {
    padding: 15px 0px;
  }
}
/* line 2330, ../sass/style.scss */
header.style-2 .header-logo img {
  max-width: 120px;
  min-width: 80px;
}
/* line 2336, ../sass/style.scss */
header.style-2 .main-nav {
  display: inline-block;
}
/* line 2338, ../sass/style.scss */
header.style-2 .main-nav .mobile-menu-logo {
  display: none;
}
/* line 2341, ../sass/style.scss */
header.style-2 .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 2345, ../sass/style.scss */
header.style-2 .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
/* line 2349, ../sass/style.scss */
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);
  -webkit-transition: all .5s ease-out 0s;
  -moz-transition: all .5s ease-out 0s;
  -ms-transition: all .5s ease-out 0s;
  -o-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  position: relative;
}
/* line 2364, ../sass/style.scss */
header.style-2 .main-nav ul li a:hover {
  color: var(--primary-color1-light);
}
/* line 2366, ../sass/style.scss */
header.style-2 .main-nav ul li a:hover:after {
  opacity: 1;
  width: 100%;
}
/* line 2371, ../sass/style.scss */
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-light), transparent);
  opacity: 0;
  transition: all .5s ease-out 0s;
}
/* line 2386, ../sass/style.scss */
header.style-2 .main-nav ul li a.active {
  color: var(--primary-color1-light);
}
/* line 2389, ../sass/style.scss */
header.style-2 .main-nav ul li a.deals {
  color: var(--primary-color1);
}
/* line 2393, ../sass/style.scss */
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;
}
/* line 2407, ../sass/style.scss */
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 .55s ease-in-out;
  transform: translateY(20px);
}
/* line 2422, ../sass/style.scss */
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;
}
/* line 2423, ../sass/style.scss */
header.style-2 .main-nav ul li ul.sub-menu > li i {
  position: absolute;
  top: 10px;
  right: 6px;
  display: block;
  color: var(--white);
}
/* line 2436, ../sass/style.scss */
header.style-2 .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;
  -webkit-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  position: relative;
}
/* line 2447, ../sass/style.scss */
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;
}
/* line 2461, ../sass/style.scss */
header.style-2 .main-nav ul li ul.sub-menu > li a:hover {
  color: var(--primary-color1);
}
/* line 2463, ../sass/style.scss */
header.style-2 .main-nav ul li ul.sub-menu > li a:hover:after {
  width: 100%;
}
/* line 2469, ../sass/style.scss */
header.style-2 .main-nav ul li ul.sub-menu > li a.active {
  color: var(--primary-color1);
}
/* line 2473, ../sass/style.scss */
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) {
  /* line 2473, ../sass/style.scss */
  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;
  }
}
/* line 2490, ../sass/style.scss */
header.style-2 .main-nav ul li ul.sub-menu > li .sub-menu li i {
  display: block;
}
/* line 2495, ../sass/style.scss */
header.style-2 .main-nav ul li ul.sub-menu > li:last-child {
  border-bottom: none;
}
/* line 2502, ../sass/style.scss */
header.style-2 .main-nav ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
/* line 2510, ../sass/style.scss */
header.style-2 .main-nav ul li.menu-item-has-children > i {
  display: block;
}
@media only screen and (max-width: 991px) {
  /* line 2517, ../sass/style.scss */
  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);
    -webkit-transform: translateX(-260px);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  /* line 2535, ../sass/style.scss */
  header.style-2 .main-nav.show-menu {
    transform: translateX(0);
  }
  /* line 2539, ../sass/style.scss */
  header.style-2 .main-nav .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  /* line 2546, ../sass/style.scss */
  header.style-2 .main-nav ul {
    float: none;
    text-align: left;
    padding: 35px 10px 10px 0;
  }
  /* line 2551, ../sass/style.scss */
  header.style-2 .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  /* line 2556, ../sass/style.scss */
  header.style-2 .main-nav ul li i {
    display: block;
  }
  /* line 2560, ../sass/style.scss */
  header.style-2 .main-nav ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 500;
    font-size: 18px;
  }
  /* line 2567, ../sass/style.scss */
  header.style-2 .main-nav ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
  }
  /* line 2583, ../sass/style.scss */
  header.style-2 .main-nav ul li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  /* line 2586, ../sass/style.scss */
  header.style-2 .main-nav ul li ul.sub-menu > li a {
    color: var(--text-primary);
    font-size: 17px;
    font-weight: 500;
  }
  /* line 2591, ../sass/style.scss */
  header.style-2 .main-nav ul li ul.sub-menu > li a:hover {
    color: var(--primary-color1);
    margin-left: 10px;
  }
  /* line 2597, ../sass/style.scss */
  header.style-2 .main-nav ul li ul.sub-menu > li a.active {
    color: var(--primary-color1);
  }
  /* line 2600, ../sass/style.scss */
  header.style-2 .main-nav ul li ul.sub-menu > li i {
    color: var(--text-primary);
    right: -13px;
  }
  /* line 2607, ../sass/style.scss */
  header.style-2 .main-nav ul li .bi {
    top: 12px;
    font-size: 16px;
  }
  /* line 2615, ../sass/style.scss */
  header.style-2 .mobile-menu {
    position: relative;
    top: 2px;
    padding: 0 5px;
    border-radius: 50%;
    display: inline-block;
  }
  /* line 2623, ../sass/style.scss */
  header.style-2 .cross-btn {
    display: inline-block !important;
    position: relative;
    width: 30px !important;
    height: 22px !important;
    cursor: pointer;
    border: 3px solid transparent !important;
  }
  /* line 2630, ../sass/style.scss */
  header.style-2 .cross-btn span {
    width: 100%;
    height: 2px;
    background: var(--primary-color1);
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  /* line 2641, ../sass/style.scss */
  header.style-2 .cross-btn .cross-top {
    top: 0;
  }
  /* line 2645, ../sass/style.scss */
  header.style-2 .cross-btn .cross-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
  /* line 2652, ../sass/style.scss */
  header.style-2 .cross-btn .cross-bottom {
    bottom: 0;
    width: 100%;
  }
  /* line 2659, ../sass/style.scss */
  header.style-2 .cross-btn.h-active span.cross-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  /* line 2666, ../sass/style.scss */
  header.style-2 .cross-btn.h-active span.cross-middle {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  /* line 2672, ../sass/style.scss */
  header.style-2 .cross-btn.h-active span.cross-bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
}

/* line 2682, ../sass/style.scss */
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) {
  /* line 2682, ../sass/style.scss */
  header.style-4 {
    padding: 0px 2%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 2682, ../sass/style.scss */
  header.style-4 {
    padding: 0px 2%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 2682, ../sass/style.scss */
  header.style-4 {
    padding: 0px 4%;
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 2682, ../sass/style.scss */
  header.style-4 {
    top: 0;
    padding: 0px 4%;
  }
}
/* line 2711, ../sass/style.scss */
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) {
  /* line 2734, ../sass/style.scss */
  header.style-4 .header-logo {
    padding: 21px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 2734, ../sass/style.scss */
  header.style-4 .header-logo {
    padding: 15px 0px;
  }
}
@media (max-width: 991px) {
  /* line 2734, ../sass/style.scss */
  header.style-4 .header-logo {
    padding: 15px 0px;
  }
}
/* line 2747, ../sass/style.scss */
header.style-4 .header-logo img {
  min-width: 120px;
  max-width: 100%;
}
/* line 2753, ../sass/style.scss */
header.style-4 .main-nav {
  display: inline-block;
}
/* line 2755, ../sass/style.scss */
header.style-4 .main-nav .mobile-menu-logo {
  display: none;
}
/* line 2758, ../sass/style.scss */
header.style-4 .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 2762, ../sass/style.scss */
header.style-4 .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
/* line 2766, ../sass/style.scss */
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);
  -webkit-transition: all .5s ease-out 0s;
  -moz-transition: all .5s ease-out 0s;
  -ms-transition: all .5s ease-out 0s;
  -o-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  position: relative;
}
/* line 2781, ../sass/style.scss */
header.style-4 .main-nav ul li a:hover {
  color: var(--primary-color2);
}
/* line 2783, ../sass/style.scss */
header.style-4 .main-nav ul li a:hover:after {
  opacity: 1;
  width: 100%;
}
/* line 2788, ../sass/style.scss */
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 .5s ease-out 0s;
}
/* line 2803, ../sass/style.scss */
header.style-4 .main-nav ul li a.active {
  color: var(--primary-color2);
}
/* line 2807, ../sass/style.scss */
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;
}
/* line 2821, ../sass/style.scss */
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 .55s ease-in-out;
  transform: translateY(20px);
}
/* line 2836, ../sass/style.scss */
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;
}
/* line 2837, ../sass/style.scss */
header.style-4 .main-nav ul li ul.sub-menu > li i {
  position: absolute;
  top: 10px;
  right: 6px;
  display: block;
  color: var(--white);
}
/* line 2850, ../sass/style.scss */
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;
  -webkit-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  position: relative;
}
/* line 2861, ../sass/style.scss */
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;
}
/* line 2875, ../sass/style.scss */
header.style-4 .main-nav ul li ul.sub-menu > li a:hover {
  color: var(--primary-color2);
}
/* line 2877, ../sass/style.scss */
header.style-4 .main-nav ul li ul.sub-menu > li a:hover:after {
  width: 100%;
}
/* line 2883, ../sass/style.scss */
header.style-4 .main-nav ul li ul.sub-menu > li a.active {
  color: var(--primary-color2);
}
/* line 2887, ../sass/style.scss */
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) {
  /* line 2887, ../sass/style.scss */
  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;
  }
}
/* line 2904, ../sass/style.scss */
header.style-4 .main-nav ul li ul.sub-menu > li .sub-menu li i {
  display: block;
}
/* line 2909, ../sass/style.scss */
header.style-4 .main-nav ul li ul.sub-menu > li:last-child {
  border-bottom: none;
}
/* line 2916, ../sass/style.scss */
header.style-4 .main-nav ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
/* line 2924, ../sass/style.scss */
header.style-4 .main-nav ul li.menu-item-has-children > i {
  display: block;
}
@media only screen and (max-width: 991px) {
  /* line 2931, ../sass/style.scss */
  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);
    -webkit-transform: translateX(-260px);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  /* line 2949, ../sass/style.scss */
  header.style-4 .main-nav.show-menu {
    transform: translateX(0);
  }
  /* line 2953, ../sass/style.scss */
  header.style-4 .main-nav .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  /* line 2960, ../sass/style.scss */
  header.style-4 .main-nav ul {
    float: none;
    text-align: left;
    padding: 35px 10px 10px 0;
  }
  /* line 2965, ../sass/style.scss */
  header.style-4 .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  /* line 2970, ../sass/style.scss */
  header.style-4 .main-nav ul li i {
    display: block;
  }
  /* line 2974, ../sass/style.scss */
  header.style-4 .main-nav ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 500;
    font-size: 18px;
  }
  /* line 2981, ../sass/style.scss */
  header.style-4 .main-nav ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
  }
  /* line 2997, ../sass/style.scss */
  header.style-4 .main-nav ul li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  /* line 3000, ../sass/style.scss */
  header.style-4 .main-nav ul li ul.sub-menu > li a {
    color: var(--text-primary);
    font-size: 17px;
    font-weight: 500;
  }
  /* line 3005, ../sass/style.scss */
  header.style-4 .main-nav ul li ul.sub-menu > li a:hover {
    color: var(--primary-color2);
    margin-left: 10px;
  }
  /* line 3011, ../sass/style.scss */
  header.style-4 .main-nav ul li ul.sub-menu > li a.active {
    color: var(--primary-color2);
  }
  /* line 3014, ../sass/style.scss */
  header.style-4 .main-nav ul li ul.sub-menu > li i {
    color: var(--text-primary);
    right: -20px;
  }
  /* line 3020, ../sass/style.scss */
  header.style-4 .main-nav ul li .bi {
    top: 12px;
    font-size: 16px;
  }
  /* line 3028, ../sass/style.scss */
  header.style-4 .mobile-menu {
    position: relative;
    top: 2px;
    padding: 0 5px;
    border-radius: 50%;
    display: inline-block;
  }
  /* line 3036, ../sass/style.scss */
  header.style-4 .cross-btn {
    display: inline-block !important;
    position: relative;
    width: 30px !important;
    height: 22px !important;
    cursor: pointer;
    border: 3px solid transparent !important;
  }
  /* line 3043, ../sass/style.scss */
  header.style-4 .cross-btn span {
    width: 100%;
    height: 2px;
    background: var(--primary-color2);
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  /* line 3054, ../sass/style.scss */
  header.style-4 .cross-btn .cross-top {
    top: 0;
  }
  /* line 3058, ../sass/style.scss */
  header.style-4 .cross-btn .cross-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
  /* line 3065, ../sass/style.scss */
  header.style-4 .cross-btn .cross-bottom {
    bottom: 0;
    width: 100%;
  }
  /* line 3072, ../sass/style.scss */
  header.style-4 .cross-btn.h-active span.cross-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  /* line 3079, ../sass/style.scss */
  header.style-4 .cross-btn.h-active span.cross-middle {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  /* line 3085, ../sass/style.scss */
  header.style-4 .cross-btn.h-active span.cross-bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
}

/* line 3096, ../sass/style.scss */
header.style-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5%;
}

/* line 3103, ../sass/style.scss */
.page-wrapper {
  width: 100%;
}
/* line 3106, ../sass/style.scss */
.page-wrapper .main-content-area {
  width: calc(100% - 230px);
  margin-left: auto;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 3106, ../sass/style.scss */
  .page-wrapper .main-content-area {
    width: calc(100% - 220px);
  }
}
@media (max-width: 1199px) {
  /* line 3106, ../sass/style.scss */
  .page-wrapper .main-content-area {
    width: 100%;
  }
}

/* line 3120, ../sass/style.scss */
.main-nav-wrapper {
  transition: all .3s ease-in;
}
/* line 3123, ../sass/style.scss */
.main-nav-wrapper .mobile-logo-area {
  padding: 0px 25px;
}
/* line 3126, ../sass/style.scss */
.main-nav-wrapper .main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 230px;
  padding: 20px 0px !important;
  z-index: 99;
  height: 100%;
  overflow: auto;
  background: var(--white);
  transform: translateX(0);
  box-shadow: 4px 3px 20px rgba(16, 33, 34, 0.06);
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: all .3s ease-in;
  transition: all .3s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
/* line 3145, ../sass/style.scss */
.main-nav-wrapper .main-nav::-webkit-scrollbar {
  width: 5px;
}
/* line 3150, ../sass/style.scss */
.main-nav-wrapper .main-nav::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* line 3155, ../sass/style.scss */
.main-nav-wrapper .main-nav::-webkit-scrollbar-thumb {
  background: #999;
}
/* line 3160, ../sass/style.scss */
.main-nav-wrapper .main-nav::-webkit-scrollbar-thumb:hover {
  background: var(--border-color);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 3126, ../sass/style.scss */
  .main-nav-wrapper .main-nav {
    width: 220px;
  }
}
@media (max-width: 1199px) {
  /* line 3126, ../sass/style.scss */
  .main-nav-wrapper .main-nav {
    transform: translateX(-100%);
    width: 260px;
  }
}
/* line 3174, ../sass/style.scss */
.main-nav-wrapper .main-nav .menu-close-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 0;
}
@media (max-width: 1199px) {
  /* line 3174, ../sass/style.scss */
  .main-nav-wrapper .main-nav .menu-close-btn {
    opacity: 1;
  }
}
/* line 3185, ../sass/style.scss */
.main-nav-wrapper .main-nav > ul {
  float: none;
  text-align: left;
  padding: 50px 0px 50px 0px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 3185, ../sass/style.scss */
  .main-nav-wrapper .main-nav > ul {
    padding: 45px 0px 45px 0px;
  }
}
@media (max-width: 767px) {
  /* line 3185, ../sass/style.scss */
  .main-nav-wrapper .main-nav > ul {
    padding: 40px 0px 40px 0px;
  }
}
/* line 3196, ../sass/style.scss */
.main-nav-wrapper .main-nav > ul li {
  display: block;
  position: relative;
  padding: 8px 5px;
  border-bottom: 1px solid #f3f3ff;
  transition: all 0.55s ease;
}
/* line 3202, ../sass/style.scss */
.main-nav-wrapper .main-nav > ul li:last-child {
  border-bottom: 1px solid transparent;
}
/* line 3206, ../sass/style.scss */
.main-nav-wrapper .main-nav > ul li > .bi {
  position: absolute;
  right: 25px;
  top: 23px !important;
  font-weight: 700;
  cursor: pointer;
}
/* line 3214, ../sass/style.scss */
.main-nav-wrapper .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;
}
/* line 3221, ../sass/style.scss */
.main-nav-wrapper .main-nav > ul li a:hover {
  color: #ac9004;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 3214, ../sass/style.scss */
  .main-nav-wrapper .main-nav > ul li a {
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 500;
    color: var(--text-primary);
  }
}
/* line 3230, ../sass/style.scss */
.main-nav-wrapper .main-nav > ul li a img {
  margin-right: 8px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 3230, ../sass/style.scss */
  .main-nav-wrapper .main-nav > ul li a img {
    margin-right: 5px;
  }
}
/* line 3240, ../sass/style.scss */
.main-nav-wrapper .main-nav > ul li ul.sub-menu {
  position: static;
  min-width: 180px;
  background: 0 0;
  border: none;
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
  display: none;
  margin-top: 0 !important;
  transform: translateY(0px);
  list-style: none;
  padding-left: 10px;
}
/* line 3260, ../sass/style.scss */
.main-nav-wrapper .main-nav > ul li ul.sub-menu li a {
  font-size: 16px;
  padding: 5px 15px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 3260, ../sass/style.scss */
  .main-nav-wrapper .main-nav > ul li ul.sub-menu li a {
    font-size: 16px;
  }
}
/* line 3271, ../sass/style.scss */
.main-nav-wrapper .main-nav > ul li .bi {
  top: 12px;
  font-size: 16px;
}
/* line 3278, ../sass/style.scss */
.main-nav-wrapper .main-nav.show-menu {
  transform: translateX(0%);
  opacity: 1;
}
/* line 3285, ../sass/style.scss */
.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;
}
/* line 3292, ../sass/style.scss */
.main-nav-wrapper .uesr-aera .bi {
  font-size: 35px;
  color: var(--text-primary);
}
/* line 3298, ../sass/style.scss */
.main-nav-wrapper .mobile-menu {
  position: relative;
  top: 2px;
  padding: 0 5px;
  border-radius: 50%;
  display: inline-block;
}

/* line 3308, ../sass/style.scss */
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) {
  /* line 3308, ../sass/style.scss */
  header.style-5 {
    padding: 0px 50px 0 130px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3308, ../sass/style.scss */
  header.style-5 {
    padding: 0px 50px 0 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 3308, ../sass/style.scss */
  header.style-5 {
    padding: 0px 4%;
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 3308, ../sass/style.scss */
  header.style-5 {
    top: 0;
    padding: 0px 4%;
  }
}
/* line 3336, ../sass/style.scss */
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);
  }
}
/* line 3359, ../sass/style.scss */
header.style-5 .header-logo {
  background-color: var(--white);
  width: 100%;
  max-width: 145px;
  position: relative;
  text-align: center;
}
/* line 3366, ../sass/style.scss */
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) {
  /* line 3366, ../sass/style.scss */
  header.style-5 .header-logo::after {
    height: 95px;
  }
}
/* line 3382, ../sass/style.scss */
header.style-5 .header-logo svg {
  width: 100%;
  max-width: 55px;
}
/* line 3388, ../sass/style.scss */
header.style-5 .main-nav {
  display: inline-block;
}
/* line 3391, ../sass/style.scss */
header.style-5 .main-nav .mobile-menu-logo {
  display: none;
}
/* line 3395, ../sass/style.scss */
header.style-5 .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 3400, ../sass/style.scss */
header.style-5 .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
/* line 3405, ../sass/style.scss */
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);
  -webkit-transition: all .5s ease-out 0s;
  -moz-transition: all .5s ease-out 0s;
  -ms-transition: all .5s ease-out 0s;
  -o-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}
/* line 3420, ../sass/style.scss */
header.style-5 .main-nav ul li a:hover {
  color: var(--primary-color3);
}
/* line 3425, ../sass/style.scss */
header.style-5 .main-nav ul li a.active {
  color: var(--primary-color3);
}
/* line 3429, ../sass/style.scss */
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;
}
/* line 3443, ../sass/style.scss */
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 .5s ease-out 0s;
  transform: translateY(20px);
  box-shadow: 2px 2px 15px 10px rgba(0, 0, 0, 0.03);
}
/* line 3459, ../sass/style.scss */
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;
}
/* line 3460, ../sass/style.scss */
header.style-5 .main-nav ul li ul.sub-menu > li i {
  position: absolute;
  top: 15px;
  right: 6px;
  display: block;
}
/* line 3472, ../sass/style.scss */
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;
  -webkit-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}
/* line 3483, ../sass/style.scss */
header.style-5 .main-nav ul li ul.sub-menu > li a:hover {
  color: var(--primary-color3);
  margin-left: 10px;
}
/* line 3489, ../sass/style.scss */
header.style-5 .main-nav ul li ul.sub-menu > li a.active {
  color: var(--primary-color3);
}
/* line 3493, ../sass/style.scss */
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) {
  /* line 3493, ../sass/style.scss */
  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;
  }
}
/* line 3510, ../sass/style.scss */
header.style-5 .main-nav ul li ul.sub-menu > li .sub-menu li i {
  display: block;
}
/* line 3515, ../sass/style.scss */
header.style-5 .main-nav ul li ul.sub-menu > li:last-child {
  border-bottom: none;
}
/* line 3522, ../sass/style.scss */
header.style-5 .main-nav ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
/* line 3530, ../sass/style.scss */
header.style-5 .main-nav ul li.menu-item-has-children > i {
  display: block;
}
@media only screen and (max-width: 1199px) {
  /* line 3537, ../sass/style.scss */
  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);
    -webkit-transform: translateX(-260px);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
  }
  /* line 3554, ../sass/style.scss */
  header.style-5 .main-nav.show-menu {
    transform: translateX(0);
  }
  /* line 3558, ../sass/style.scss */
  header.style-5 .main-nav .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  /* line 3565, ../sass/style.scss */
  header.style-5 .main-nav ul {
    float: none;
    text-align: left;
    padding: 50px 10px 50px 0px;
  }
  /* line 3570, ../sass/style.scss */
  header.style-5 .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  /* line 3575, ../sass/style.scss */
  header.style-5 .main-nav ul li i {
    display: block;
  }
  /* line 3579, ../sass/style.scss */
  header.style-5 .main-nav ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 400;
    color: var(--text-primary);
  }
  /* line 3586, ../sass/style.scss */
  header.style-5 .main-nav ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
  }
  /* line 3604, ../sass/style.scss */
  header.style-5 .main-nav ul li .bi {
    top: 12px;
    font-size: 16px;
  }
  /* line 3612, ../sass/style.scss */
  header.style-5 .mobile-menu {
    position: relative;
    top: 2px;
    padding: 0 5px;
    border-radius: 50%;
    display: inline-block;
  }
  /* line 3620, ../sass/style.scss */
  header.style-5 .cross-btn {
    display: inline-block !important;
    position: relative;
    width: 30px !important;
    height: 22px !important;
    cursor: pointer;
    border: 3px solid transparent !important;
  }
  /* line 3628, ../sass/style.scss */
  header.style-5 .cross-btn span {
    width: 100%;
    height: 2px;
    background: var(--primary-color1);
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  /* line 3639, ../sass/style.scss */
  header.style-5 .cross-btn .cross-top {
    top: 0;
  }
  /* line 3643, ../sass/style.scss */
  header.style-5 .cross-btn .cross-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
  /* line 3650, ../sass/style.scss */
  header.style-5 .cross-btn .cross-bottom {
    bottom: 0;
    width: 100%;
  }
  /* line 3657, ../sass/style.scss */
  header.style-5 .cross-btn.h-active span.cross-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  /* line 3664, ../sass/style.scss */
  header.style-5 .cross-btn.h-active span.cross-middle {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  /* line 3670, ../sass/style.scss */
  header.style-5 .cross-btn.h-active span.cross-bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
}

/*=======================================
   11. Banner-section
=======================================*/
/* line 3684, ../sass/style.scss */
.swiper-slide-active span {
  animation: fadeInDown 1.7s;
}

/* line 3688, ../sass/style.scss */
.swiper-slide-active h1 {
  animation: fadeInDown 1.7s;
}

/* line 3692, ../sass/style.scss */
.swiper-slide-active h2 {
  animation: fadeInDown 1.7s;
}

/* line 3696, ../sass/style.scss */
.swiper-slide-active p, .swiper-slide-active .info-single .info-text a, .info-single .info-text .swiper-slide-active a {
  animation: fadeInUp 1.7s;
}

/* line 3700, ../sass/style.scss */
.swiper-slide-active .eg-btn {
  animation: fadeInUp 1.7s;
}

/* line 3704, ../sass/style.scss */
.banner-section1 {
  min-height: 80vh;
  padding: 0px 2%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* line 3708, ../sass/style.scss */
.banner-section1 .banner-image2 {
  position: absolute;
  right: 1%;
  top: 4%;
}
@media (max-width: 991px) {
  /* line 3708, ../sass/style.scss */
  .banner-section1 .banner-image2 {
    display: none;
    visibility: none;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  /* line 3708, ../sass/style.scss */
  .banner-section1 .banner-image2 {
    top: 8%;
  }
  /* line 3717, ../sass/style.scss */
  .banner-section1 .banner-image2 img {
    max-width: 430px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 3708, ../sass/style.scss */
  .banner-section1 .banner-image2 {
    top: 12%;
  }
  /* line 3723, ../sass/style.scss */
  .banner-section1 .banner-image2 img {
    max-width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3708, ../sass/style.scss */
  .banner-section1 .banner-image2 {
    top: 22%;
  }
  /* line 3729, ../sass/style.scss */
  .banner-section1 .banner-image2 img {
    max-width: 250px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 3704, ../sass/style.scss */
  .banner-section1 {
    padding: 0px 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3704, ../sass/style.scss */
  .banner-section1 {
    padding: 0px 15px;
  }
}
@media (max-width: 991px) {
  /* line 3704, ../sass/style.scss */
  .banner-section1 {
    min-height: auto;
    padding: 0px 0px;
  }
}
@media (max-width: 991px) {
  /* line 3704, ../sass/style.scss */
  .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;
  }
}
/* line 3753, ../sass/style.scss */
.banner-section1 .cloud-icon1 {
  position: absolute;
  top: 10%;
  left: 15%;
  opacity: 0.5;
}
/* line 3759, ../sass/style.scss */
.banner-section1 .cloud-icon2 {
  position: absolute;
  top: 10%;
  left: 45%;
  opacity: 0.5;
}
/* line 3766, ../sass/style.scss */
.banner-section1 .cloud {
  position: absolute;
  top: 30px;
  right: -500px;
  opacity: 0.9;
  animation: cloud 20s linear 0s infinite reverse;
  z-index: 9;
}
/* line 3773, ../sass/style.scss */
.banner-section1 .cloud img {
  max-width: 90px;
  opacity: 0.6;
}
@media (max-width: 991px) {
  /* line 3773, ../sass/style.scss */
  .banner-section1 .cloud img {
    max-width: 90px;
  }
}
@keyframes cloud {
  from {
    right: -500px;
  }
  to {
    right: 102%;
  }
}
/* line 3787, ../sass/style.scss */
.banner-section1 .banner-social-area {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background-color: var(--white);
  padding-left: 25px;
}
/* line 3795, ../sass/style.scss */
.banner-section1 .banner-social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
/* line 3801, ../sass/style.scss */
.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;
}
/* line 3809, ../sass/style.scss */
.banner-section1 .banner-social-list li i {
  color: var(--primary-color1-light);
  transition: all 0.45s ease;
}
/* line 3813, ../sass/style.scss */
.banner-section1 .banner-social-list li:hover {
  background-color: var(--primary-color1);
}
/* line 3815, ../sass/style.scss */
.banner-section1 .banner-social-list li:hover i {
  color: var(--white);
}
/* line 3821, ../sass/style.scss */
.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) {
  /* line 3821, ../sass/style.scss */
  .banner-section1 .banner1-content {
    padding: 180px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3821, ../sass/style.scss */
  .banner-section1 .banner1-content {
    padding: 130px 15px;
  }
}
@media (max-width: 991px) {
  /* line 3821, ../sass/style.scss */
  .banner-section1 .banner1-content {
    padding: 120px 10px;
  }
}
/* line 3840, ../sass/style.scss */
.banner-section1 .banner1-content span {
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--primary-color1);
  font-family: var(--font-satisfy);
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 3848, ../sass/style.scss */
.banner-section1 .banner1-content span::after {
  content: url("../images/icons/fly-shape1.svg");
  position: absolute;
  right: -80px;
  top: 8px;
}
@media (max-width: 767px) {
  /* line 3840, ../sass/style.scss */
  .banner-section1 .banner1-content span {
    font-size: 2rem;
    font-weight: 400;
    color: var(--primary-color1);
  }
}
/* line 3860, ../sass/style.scss */
.banner-section1 .banner1-content h1,
.banner-section1 .banner1-content h2 {
  font-size: 4.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) {
  /* line 3860, ../sass/style.scss */
  .banner-section1 .banner1-content h1,
  .banner-section1 .banner1-content h2 {
    color: var(--white);
  }
}
/* line 3870, ../sass/style.scss */
.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) {
  /* line 3860, ../sass/style.scss */
  .banner-section1 .banner1-content h1,
  .banner-section1 .banner1-content h2 {
    font-size: 5.8rem;
    font-weight: 700;
    color: var(--white);
  }
}
@media (max-width: 576px) {
  /* line 3860, ../sass/style.scss */
  .banner-section1 .banner1-content h1,
  .banner-section1 .banner1-content h2 {
    font-size: 4.6rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 15px;
  }
}
/* line 3886, ../sass/style.scss */
.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) {
  /* line 3886, ../sass/style.scss */
  .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;
  }
}
/* line 3893, ../sass/style.scss */
.banner-section1 .banner1-content .discover-btn {
  position: relative;
  z-index: 9;
  display: inline-block;
}
/* line 3897, ../sass/style.scss */
.banner-section1 .banner1-content .discover-btn::before {
  content: url("../images/icons/fly-shape2.svg");
  position: absolute;
  left: -90%;
  top: 8px;
}
/* line 3905, ../sass/style.scss */
.banner-section1 .banner-image1 {
  animation: jumping 10s linear infinite alternate;
  margin-top: -90px;
}
@keyframes jumping {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
/* line 3923, ../sass/style.scss */
.banner-section2 {
  position: relative;
}
/* line 3925, ../sass/style.scss */
.banner-section2 .banner-form-container {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
/* line 3934, ../sass/style.scss */
.banner-section2 .banner-form-container .banner-form-box {
  pointer-events: auto;
}
@media (max-width: 991px) {
  /* line 3925, ../sass/style.scss */
  .banner-section2 .banner-form-container {
    position: relative;
    transform: translateY(0);
  }
  /* line 3940, ../sass/style.scss */
  .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%);
    }
  }
}
/* line 3960, ../sass/style.scss */
.banner-section2 .banner-form-wrapper {
  padding: 0px 10px;
}
@media (max-width: 991px) {
  /* line 3960, ../sass/style.scss */
  .banner-section2 .banner-form-wrapper {
    background: var(--text-primary);
    padding: 90px 10px;
  }
}
/* line 3967, ../sass/style.scss */
.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) {
  /* line 3967, ../sass/style.scss */
  .banner-section2 .swiper-slide {
    min-height: auto;
  }
}
/* line 3979, ../sass/style.scss */
.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;
}
/* line 3991, ../sass/style.scss */
.banner-section2 .swiper-slide .banner-bg11 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  animation: zoomin 18s linear infinite alternate;
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/* line 4015, ../sass/style.scss */
.banner2-content {
  padding: 150px 15px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  /* line 4015, ../sass/style.scss */
  .banner2-content {
    padding: 120px 15px;
  }
}
/* line 4024, ../sass/style.scss */
.banner2-content span {
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--primary-color2);
  font-family: var(--font-satisfy);
  display: inline-block;
  margin-bottom: 0px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 4024, ../sass/style.scss */
  .banner2-content span {
    font-size: 2rem;
    font-weight: 400;
    color: var(--primary-color2);
  }
}
/* line 4036, ../sass/style.scss */
.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) {
  /* line 4036, ../sass/style.scss */
  .banner2-content h1,
  .banner2-content h2 {
    font-size: 5.8rem;
    font-weight: 700;
    color: var(--white);
  }
}
/* line 4048, ../sass/style.scss */
.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;
}

/* line 4055, ../sass/style.scss */
.banner3-content {
  padding: 120px 35px 120px 0px;
  position: relative;
  z-index: 9;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 4055, ../sass/style.scss */
  .banner3-content {
    padding: 120px 15px 120px 0px;
  }
}
@media (max-width: 991px) {
  /* line 4055, ../sass/style.scss */
  .banner3-content {
    padding: 110px 0px 60px 0px;
  }
}
/* line 4066, ../sass/style.scss */
.banner3-content span {
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--primary-color2);
  font-family: var(--font-satisfy);
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 4075, ../sass/style.scss */
.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) {
  /* line 4075, ../sass/style.scss */
  .banner3-content h1,
  .banner3-content h2 {
    font-size: 5.5rem;
    font-weight: 700;
    color: var(--white);
  }
}
@media (max-width: 767px) {
  /* line 4075, ../sass/style.scss */
  .banner3-content h1,
  .banner3-content h2 {
    font-size: 5.8rem;
    font-weight: 700;
    color: var(--white);
  }
}
/* line 4089, ../sass/style.scss */
.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;
}

/* line 4096, ../sass/style.scss */
.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) {
  /* line 4096, ../sass/style.scss */
  .banner4-content {
    padding: 90px 20px;
  }
}
/* line 4107, ../sass/style.scss */
.banner4-content span {
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--primary-color1);
  font-family: var(--font-satisfy);
  display: inline-block;
  margin-bottom: 0px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* line 4116, ../sass/style.scss */
.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) {
  /* line 4116, ../sass/style.scss */
  .banner4-content h2 {
    font-size: 5.8rem;
    font-weight: 700;
    color: var(--white);
  }
}
/* line 4127, ../sass/style.scss */
.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;
}

/* line 4134, ../sass/style.scss */
.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) {
  /* line 4134, ../sass/style.scss */
  .banner5-content {
    padding: 160px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 4134, ../sass/style.scss */
  .banner5-content {
    padding: 140px 20px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  /* line 4134, ../sass/style.scss */
  .banner5-content {
    padding: 120px 20px;
  }
}
@media (max-width: 576px) {
  /* line 4134, ../sass/style.scss */
  .banner5-content {
    padding: 120px 20px;
  }
}
/* line 4158, ../sass/style.scss */
.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) {
  /* line 4158, ../sass/style.scss */
  .banner5-content span {
    font-size: 2rem;
    font-weight: 400;
    color: var(--white);
  }
}
/* line 4170, ../sass/style.scss */
.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) {
  /* line 4170, ../sass/style.scss */
  .banner5-content h2 {
    font-size: 5.8rem;
    font-weight: 700;
    color: var(--white);
  }
}
/* line 4182, ../sass/style.scss */
.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;
}

/* line 4188, ../sass/style.scss */
.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%);
  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) {
  /* line 4188, ../sass/style.scss */
  .banner-form-box {
    padding: 40px 25px;
  }
}
@media (max-width: 576px) {
  /* line 4188, ../sass/style.scss */
  .banner-form-box {
    padding: 40px 20px;
  }
}
/* line 4210, ../sass/style.scss */
.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) {
  /* line 4210, ../sass/style.scss */
  .banner-form-box h3 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  /* line 4210, ../sass/style.scss */
  .banner-form-box h3 {
    font-size: 3rem;
  }
}
/* line 4223, ../sass/style.scss */
.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);
}
/* line 4228, ../sass/style.scss */
.banner-form-box .banner-form {
  margin-top: 40px;
}
/* line 4230, ../sass/style.scss */
.banner-form-box .banner-form .searchbox-input {
  width: 100%;
}
/* line 4233, ../sass/style.scss */
.banner-form-box .banner-form .searchbox-input input, .banner-form-box .banner-form .searchbox-input form.style-1 .form-inner textarea, form.style-1 .form-inner .banner-form-box .banner-form .searchbox-input textarea, .banner-form-box .banner-form .searchbox-input .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .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);
}
/* line 4241, ../sass/style.scss */
.banner-form-box .banner-form .searchbox-input input::placeholder, .banner-form-box .banner-form .searchbox-input form.style-1 .form-inner textarea::placeholder, form.style-1 .form-inner .banner-form-box .banner-form .searchbox-input textarea::placeholder, .banner-form-box .banner-form .searchbox-input .contact-from-wrapper .form-inner textarea::placeholder, .contact-from-wrapper .form-inner .banner-form-box .banner-form .searchbox-input textarea::placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--white);
}
/* line 4246, ../sass/style.scss */
.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) {
  /* line 4246, ../sass/style.scss */
  .banner-form-box .banner-form .search-box-single {
    padding: 0px 12px;
  }
}
/* line 4259, ../sass/style.scss */
.banner-form-box .banner-form .search-box-single .searchbox-icon svg {
  fill: var(--white);
}
/* line 4266, ../sass/style.scss */
.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;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  border-radius: 0px;
  border: unset;
  padding-left: 10px;
}
/* line 4285, ../sass/style.scss */
.banner-form-box .nice-select::after {
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
}
/* line 4290, ../sass/style.scss */
.banner-form-box .nice-select .option {
  min-height: 35px;
  line-height: 35px;
  font-size: 14px;
}
/* line 4295, ../sass/style.scss */
.banner-form-box .nice-select .option:hover {
  background: var(--primary-color2);
  color: var(--text-primary);
}
/* line 4300, ../sass/style.scss */
.banner-form-box .nice-select .option.selected {
  background: var(--primary-color2) !important;
}
/* line 4305, ../sass/style.scss */
.banner-form-box .nice-select .current {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--white);
}
/* line 4309, ../sass/style.scss */
.banner-form-box .nice-select .list {
  border: unset;
  margin-top: 6px;
  z-index: 100;
  border-radius: 0px;
  width: 100%;
  min-width: 80px;
}
/* line 4319, ../sass/style.scss */
.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) {
  /* line 4319, ../sass/style.scss */
  .banner-form-box.sibling-2 {
    margin: 0 auto;
    margin-bottom: 125px;
  }
}
/* line 4330, ../sass/style.scss */
.banner-form-box.sibling-2 h3 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-merriw);
  margin-bottom: 15px;
}
/* line 4337, ../sass/style.scss */
.banner-form-box.sibling-2 .banner-form .searchbox-input {
  width: 100%;
}
/* line 4340, ../sass/style.scss */
.banner-form-box.sibling-2 .banner-form .searchbox-input input, .banner-form-box.sibling-2 .banner-form .searchbox-input form.style-1 .form-inner textarea, form.style-1 .form-inner .banner-form-box.sibling-2 .banner-form .searchbox-input textarea, .banner-form-box.sibling-2 .banner-form .searchbox-input .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .form-inner .banner-form-box.sibling-2 .banner-form .searchbox-input textarea {
  background-color: var(--white);
  padding-left: 10px;
}
/* line 4344, ../sass/style.scss */
.banner-form-box.sibling-2 .banner-form .searchbox-input input::placeholder, .banner-form-box.sibling-2 .banner-form .searchbox-input form.style-1 .form-inner textarea::placeholder, form.style-1 .form-inner .banner-form-box.sibling-2 .banner-form .searchbox-input textarea::placeholder, .banner-form-box.sibling-2 .banner-form .searchbox-input .contact-from-wrapper .form-inner textarea::placeholder, .contact-from-wrapper .form-inner .banner-form-box.sibling-2 .banner-form .searchbox-input textarea::placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--text-secondary);
}
/* line 4350, ../sass/style.scss */
.banner-form-box.sibling-2 .banner-form .search-box-single {
  background: var(--white);
}
/* line 4354, ../sass/style.scss */
.banner-form-box.sibling-2 .banner-form .nice-select {
  background-color: var(--white);
}
/* line 4358, ../sass/style.scss */
.banner-form-box.sibling-2 .banner-form .nice-select .option:hover {
  background: var(--primary-color2);
  color: var(--text-primary);
}
/* line 4363, ../sass/style.scss */
.banner-form-box.sibling-2 .banner-form .nice-select .option.selected {
  background: var(--primary-color2) !important;
}
/* line 4368, ../sass/style.scss */
.banner-form-box.sibling-2 .banner-form .nice-select .current {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--text-secondary);
}
/* line 4375, ../sass/style.scss */
.banner-form-box.sibling-2 .banner-form .search-box-single .searchbox-icon svg {
  fill: var(--text-secondary);
}

/* line 4384, ../sass/style.scss */
.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) {
  /* line 4384, ../sass/style.scss */
  .sidebar-icon {
    display: none;
    visibility: none;
  }
}

/* line 4400, ../sass/style.scss */
.banner-section3 {
  position: relative;
  min-height: 95vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 40px;
}
@media (max-width: 991px) {
  /* line 4400, ../sass/style.scss */
  .banner-section3 {
    min-height: auto;
  }
}
/* line 4410, ../sass/style.scss */
.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) {
  /* line 4400, ../sass/style.scss */
  .banner-section3 {
    padding: 0px 15px;
  }
}
/* line 4423, ../sass/style.scss */
.banner-section3 .banner-bg31 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 4435, ../sass/style.scss */
.banner-section5 {
  position: relative;
}
/* line 4437, ../sass/style.scss */
.banner-section5.sibling-2 .swiper {
  padding-right: 80px;
  padding-left: 0px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 4437, ../sass/style.scss */
  .banner-section5.sibling-2 .swiper {
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  /* line 4437, ../sass/style.scss */
  .banner-section5.sibling-2 .swiper {
    padding-right: 0px;
  }
}
/* line 4451, ../sass/style.scss */
.banner-section5 .swiper {
  padding-left: 80px;
}
@media (max-width: 1199px) {
  /* line 4451, ../sass/style.scss */
  .banner-section5 .swiper {
    padding-left: 0px;
  }
}
/* line 4461, ../sass/style.scss */
.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) {
  /* line 4461, ../sass/style.scss */
  .banner-section5 .banner-social-area {
    display: none;
    visibility: none;
  }
}
/* line 4476, ../sass/style.scss */
.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;
}
/* line 4483, ../sass/style.scss */
.banner-section5 .banner-social-area ul.banner-social li {
  background: var(--white);
  padding: 5px;
}
/* line 4488, ../sass/style.scss */
.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;
}
/* line 4501, ../sass/style.scss */
.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);
}
/* line 4511, ../sass/style.scss */
.banner-section5 .banner-social-area.sibling-2 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 4519, ../sass/style.scss */
.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: #050f0c;
  width: 80px;
  z-index: 9;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 4519, ../sass/style.scss */
  .banner-section5 .banner-social-area2 {
    width: 60px;
  }
}
@media (max-width: 1199px) {
  /* line 4519, ../sass/style.scss */
  .banner-section5 .banner-social-area2 {
    display: none;
    visibility: none;
  }
}
/* line 4538, ../sass/style.scss */
.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;
}
/* line 4545, ../sass/style.scss */
.banner-section5 .banner-social-area2 ul.banner-social li {
  padding: 5px;
}
/* line 4550, ../sass/style.scss */
.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;
}
/* line 4563, ../sass/style.scss */
.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);
}
/* line 4573, ../sass/style.scss */
.banner-section5 .banner-social-area2.sibling-2 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 4581, ../sass/style.scss */
.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) {
  /* line 4581, ../sass/style.scss */
  .banner-section5 .swiper-slide {
    min-height: auto;
  }
}
/* line 4593, ../sass/style.scss */
.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;
}
/* line 4605, ../sass/style.scss */
.banner-section5 .swiper-slide .banner-bg11 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  animation: zoomin 18s linear infinite alternate;
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1199px) {
  /* line 4632, ../sass/style.scss */
  .products-list .container {
    padding: 0px 15px;
    width: 100%;
    max-width: 100%;
  }
}

/* line 4640, ../sass/style.scss */
.inner-banner-section {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  background-image: url("../images/bg/inner-banner-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 650px;
  background-position: center center;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 4640, ../sass/style.scss */
  .inner-banner-section {
    min-height: 500px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 4640, ../sass/style.scss */
  .inner-banner-section {
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 4640, ../sass/style.scss */
  .inner-banner-section {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  /* line 4640, ../sass/style.scss */
  .inner-banner-section {
    min-height: 450px;
  }
}
/* line 4662, ../sass/style.scss */
.inner-banner-section .inner-banner-vector {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
}
@media (max-width: 991px) {
  /* line 4662, ../sass/style.scss */
  .inner-banner-section .inner-banner-vector {
    display: none;
    visibility: none;
  }
}
/* line 4674, ../sass/style.scss */
.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);
}
/* line 4685, ../sass/style.scss */
.inner-banner-section.inner-banner-section-min {
  min-height: 300px;
}
@media (max-width: 767px) {
  /* line 4685, ../sass/style.scss */
  .inner-banner-section.inner-banner-section-min {
    min-height: 300px;
  }
}
/* line 4693, ../sass/style.scss */
.inner-banner-section .breadcrumb-area {
  text-align: center;
  position: relative;
}
/* line 4696, ../sass/style.scss */
.inner-banner-section .breadcrumb-area span {
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
  text-transform: capitalize;
  margin-bottom: 5px;
  letter-spacing: 3px;
}
/* line 4706, ../sass/style.scss */
.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;
  text-transform: capitalize;
}
/* line 4714, ../sass/style.scss */
.inner-banner-section .breadcrumb-area .review-area {
  margin-top: 10px;
}
/* line 4717, ../sass/style.scss */
.inner-banner-section .breadcrumb-area .review-area span {
  font-size: 2rem;
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-merriw);
}
/* line 4724, ../sass/style.scss */
.inner-banner-section .breadcrumb-area .review-area .star-list li i {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}
/* line 4730, ../sass/style.scss */
.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) {
  /* line 4730, ../sass/style.scss */
  .inner-banner-section .breadcrumb-area .breadcrumb-meta-list {
    flex-wrap: wrap;
    gap: unset;
  }
}
/* line 4741, ../sass/style.scss */
.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);
}
/* line 4746, ../sass/style.scss */
.inner-banner-section .breadcrumb-area .breadcrumb-meta-list li::marker {
  color: var(--primary-color1);
}
@media (max-width: 576px) {
  /* line 4741, ../sass/style.scss */
  .inner-banner-section .breadcrumb-area .breadcrumb-meta-list li {
    flex-wrap: wrap;
    margin: 5px 20px;
  }
}
/* line 4756, ../sass/style.scss */
.inner-banner-section.sibling-2 {
  background-image: url("../images/bg/inner-banner-bg-2.png");
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 4759, ../sass/style.scss */
.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.3);
}

/*=======================================
   11. Searchbar-section
=======================================*/
/* line 4778, ../sass/style.scss */
.searchbar-section {
  margin-top: -60px;
  position: relative;
  z-index: 9;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 4778, ../sass/style.scss */
  .searchbar-section {
    margin-top: -90px;
  }
}
@media (max-width: 991px) {
  /* line 4778, ../sass/style.scss */
  .searchbar-section {
    margin-top: -25px;
  }
}
/* line 4788, ../sass/style.scss */
.searchbar-section.sibling-2 {
  margin-top: -120px;
}
@media (max-width: 767px) {
  /* line 4788, ../sass/style.scss */
  .searchbar-section.sibling-2 {
    margin-top: -40px;
  }
}

/* line 4796, ../sass/style.scss */
.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) {
  /* line 4796, ../sass/style.scss */
  .multi-main-search {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) {
  /* line 4796, ../sass/style.scss */
  .multi-main-search {
    padding: 25px 15px;
  }
}
@media (max-width: 991px) {
  /* line 4811, ../sass/style.scss */
  .multi-main-search .main-form-submit {
    margin-top: 20px;
    transform: translateY(-10px);
  }
}
/* line 4818, ../sass/style.scss */
.multi-main-search .search-box-single {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 25px;
  position: relative;
}
/* line 4825, ../sass/style.scss */
.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) {
  /* line 4825, ../sass/style.scss */
  .multi-main-search .search-box-single::after {
    display: none;
    visibility: hidden;
  }
}
/* line 4841, ../sass/style.scss */
.multi-main-search .search-box-single.remove-after::after {
  content: unset;
}
/* line 4846, ../sass/style.scss */
.multi-main-search .search-box-single .searchbox-icon {
  line-height: 10px;
}

/* line 4852, ../sass/style.scss */
.searchbox-input {
  width: 100%;
}
/* line 4855, ../sass/style.scss */
.searchbox-input input, .searchbox-input form.style-1 .form-inner textarea, form.style-1 .form-inner .searchbox-input textarea, .searchbox-input .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .form-inner .searchbox-input textarea {
  width: 100%;
  height: 40px;
  border: unset;
  padding-left: 15px;
}
/* line 4861, ../sass/style.scss */
.searchbox-input input::placeholder, .searchbox-input form.style-1 .form-inner textarea::placeholder, form.style-1 .form-inner .searchbox-input textarea::placeholder, .searchbox-input .contact-from-wrapper .form-inner textarea::placeholder, .contact-from-wrapper .form-inner .searchbox-input textarea::placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--text-primary);
}

/* line 4867, ../sass/style.scss */
.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;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  border-radius: 0px;
  border: unset;
}
/* line 4885, ../sass/style.scss */
.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%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 10px;
}
/* line 4906, ../sass/style.scss */
.nice-select .option {
  min-height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding: 5px 10px;
}
/* line 4912, ../sass/style.scss */
.nice-select .option:hover {
  background: var(--primary-color1);
  color: var(--white);
}
/* line 4917, ../sass/style.scss */
.nice-select .option.selected {
  background: var(--primary-color1) !important;
}
/* line 4922, ../sass/style.scss */
.nice-select .current {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--text-primary);
}
/* line 4926, ../sass/style.scss */
.nice-select .list {
  border: unset;
  margin-top: 3px;
  z-index: 100;
  border-radius: 0px;
  width: 100%;
  min-width: 80px;
}

/* line 4936, ../sass/style.scss */
.ui-menu {
  border: 1px solid rgba(41, 43, 49, 0.03) !important;
  padding: 5px 0px;
}
/* line 4940, ../sass/style.scss */
.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);
}
/* line 4946, ../sass/style.scss */
.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 5px 20px;
  background: var(--white);
  border: 2px solid transparent;
  transition: all 0.35s ease;
}
/* line 4953, ../sass/style.scss */
.ui-menu .ui-menu-item:hover {
  background: var(--primary-color1);
}
/* line 4956, ../sass/style.scss */
.ui-menu .ui-menu-item:hover .ui-menu-item-wrapper {
  background: var(--primary-color1);
}
/* line 4962, ../sass/style.scss */
.ui-menu .ui-menu-item.sibling-2:hover {
  background: var(--primary-color2);
}

/*=======================================
   11. category-section
=======================================*/
/* line 4972, ../sass/style.scss */
.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) {
  /* line 4972, ../sass/style.scss */
  .category-single1 {
    padding: 25px 15px;
  }
}
/* line 4981, ../sass/style.scss */
.category-single1 .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  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;
}
/* line 4991, ../sass/style.scss */
.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;
}
/* line 5006, ../sass/style.scss */
.category-single1 .icon svg {
  fill: var(--primary-color1);
  transition: all 0.45s ease;
}
/* line 5013, ../sass/style.scss */
.category-single1 .content h4 {
  margin-bottom: 0px;
}
/* line 5016, ../sass/style.scss */
.category-single1 .content h4:hover a {
  color: var(--primary-color1);
}
/* line 5020, ../sass/style.scss */
.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) {
  /* line 5020, ../sass/style.scss */
  .category-single1 .content h4 a {
    font-size: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  /* line 5020, ../sass/style.scss */
  .category-single1 .content h4 a {
    font-size: 2rem;
  }
}
/* line 5033, ../sass/style.scss */
.category-single1 .content p, .category-single1 .content .info-single .info-text a, .info-single .info-text .category-single1 .content a {
  margin-bottom: 0;
}
/* line 5039, ../sass/style.scss */
.category-single1:hover .icon {
  border: 1px solid transparent;
}
/* line 5041, ../sass/style.scss */
.category-single1:hover .icon::before {
  opacity: 1;
  transform: scale(1);
  background-color: var(--white);
}
/* line 5047, ../sass/style.scss */
.category-single1:hover .icon svg {
  fill: var(--white);
}

/*=======================================
 Deal-section
=======================================*/
/* line 5057, ../sass/style.scss */
.deal-section {
  padding-left: 8%;
  padding-right: 8%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 5057, ../sass/style.scss */
  .deal-section {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* line 5067, ../sass/style.scss */
.deal-single1 {
  box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06);
}
@media (max-width: 767px) {
  /* line 5067, ../sass/style.scss */
  .deal-single1 {
    max-width: 415px;
    margin: 0px auto;
  }
}
/* line 5075, ../sass/style.scss */
.deal-single1:hover .deal-image img {
  transform: scale(1.1);
}
/* line 5080, ../sass/style.scss */
.deal-single1:hover .deal-image span.discount-bagde::after {
  color: var(--white);
  background: var(--primary-color1);
}
/* line 5085, ../sass/style.scss */
.deal-single1:hover .deal-image span.favourite {
  opacity: 1;
}
/* line 5091, ../sass/style.scss */
.deal-single1:hover .deal-content .price span {
  color: var(--primary-color1);
}
/* line 5097, ../sass/style.scss */
.deal-single1 .deal-image {
  position: relative;
  overflow: hidden;
}
/* line 5101, ../sass/style.scss */
.deal-single1 .deal-image img {
  transition: all 0.55s ease-in-out;
}
/* line 5105, ../sass/style.scss */
.deal-single1 .deal-image span.discount-bagde {
  position: absolute;
  bottom: 0px;
  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;
}
/* line 5121, ../sass/style.scss */
.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;
}
/* line 5138, ../sass/style.scss */
.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;
}
/* line 5152, ../sass/style.scss */
.deal-single1 .deal-image span.favourite i {
  color: #FF3A3A;
  font-size: 20px;
}
/* line 5159, ../sass/style.scss */
.deal-single1 .deal-content {
  text-align: center;
  padding: 35px 25px;
}
/* line 5162, ../sass/style.scss */
.deal-single1 .deal-content h4 {
  margin-bottom: 8px;
}
/* line 5164, ../sass/style.scss */
.deal-single1 .deal-content h4 a {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
}
/* line 5169, ../sass/style.scss */
.deal-single1 .deal-content .price {
  margin-bottom: 25px;
}
/* line 5171, ../sass/style.scss */
.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;
}
/* line 5178, ../sass/style.scss */
.deal-single1 .deal-content .price del {
  font-size: 1.4rem;
  font-weight: 500;
  color: #878787;
  font-family: var(--font-work-sans);
}

/* line 5186, ../sass/style.scss */
.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) {
  /* line 5186, ../sass/style.scss */
  .tour-package-standard {
    padding: 25px 20px;
  }
}
@media (max-width: 991px) {
  /* line 5186, ../sass/style.scss */
  .tour-package-standard {
    flex-wrap: wrap;
    justify-content: start;
    max-width: 370px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 5206, ../sass/style.scss */
.tour-package-standard:hover .deal-image img {
  transform: scale(1.1);
}
/* line 5210, ../sass/style.scss */
.tour-package-standard:hover .deal-image span.discount-bagde::after {
  color: var(--white);
  background: var(--primary-color1);
}
/* line 5215, ../sass/style.scss */
.tour-package-standard:hover .deal-image span.favourite {
  opacity: 1;
}
/* line 5221, ../sass/style.scss */
.tour-package-standard:hover .deal-content .price span {
  color: var(--primary-color1);
}
/* line 5227, ../sass/style.scss */
.tour-package-standard .tour-standard-image {
  position: relative;
  overflow: hidden;
  width: 380px;
  flex: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5227, ../sass/style.scss */
  .tour-package-standard .tour-standard-image {
    width: 290px;
  }
}
@media (max-width: 767px) {
  /* line 5227, ../sass/style.scss */
  .tour-package-standard .tour-standard-image {
    width: 100%;
  }
}
/* line 5240, ../sass/style.scss */
.tour-package-standard .tour-standard-image img {
  transition: all 0.55s ease-in-out;
}
/* line 5243, ../sass/style.scss */
.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;
}
/* line 5259, ../sass/style.scss */
.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;
}
/* line 5278, ../sass/style.scss */
.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;
}
/* line 5292, ../sass/style.scss */
.tour-package-standard .tour-standard-image span.favourite i {
  color: #FF3A3A;
  font-size: 20px;
}
/* line 5299, ../sass/style.scss */
.tour-package-standard .tour-standard-content {
  text-align: start;
  padding: 0px 0px 0 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5299, ../sass/style.scss */
  .tour-package-standard .tour-standard-content {
    padding: 0px 0px 0 20px;
  }
}
@media (max-width: 991px) {
  /* line 5299, ../sass/style.scss */
  .tour-package-standard .tour-standard-content {
    padding: 30px 10px 10px 10px;
  }
}
/* line 5308, ../sass/style.scss */
.tour-package-standard .tour-standard-content h4 {
  margin-bottom: 10px;
}
/* line 5309, ../sass/style.scss */
.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;
}
/* line 5317, ../sass/style.scss */
.tour-package-standard .tour-standard-content .price {
  margin-bottom: 20px;
}
/* line 5319, ../sass/style.scss */
.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;
}
/* line 5326, ../sass/style.scss */
.tour-package-standard .tour-standard-content .price del {
  font-size: 1.4rem;
  font-weight: 500;
  color: #878787;
  font-family: var(--font-work-sans);
}
/* line 5331, ../sass/style.scss */
.tour-package-standard .tour-standard-content .eg-btn {
  margin-top: 15px;
}
/* line 5334, ../sass/style.scss */
.tour-package-standard .tour-standard-content .review-area {
  justify-content: start;
}

/* line 5340, ../sass/style.scss */
.review-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
/* line 5347, ../sass/style.scss */
.review-area .star-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
/* line 5355, ../sass/style.scss */
.review-area .star-list li .bi {
  color: #FFD91C;
}
/* line 5361, ../sass/style.scss */
.review-area > span {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  margin-left: 12px;
}
/* line 5367, ../sass/style.scss */
.review-area.sibling-2 {
  justify-content: start;
  margin-bottom: 3px;
}
/* line 5371, ../sass/style.scss */
.review-area.sibling-2 .star-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
/* line 5379, ../sass/style.scss */
.review-area.sibling-2 .star-list li .bi {
  color: var(--primary-color2);
  font-size: 14px;
}
/* line 5386, ../sass/style.scss */
.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
=======================================*/
/* line 5397, ../sass/style.scss */
.destination-section {
  padding-left: 7%;
  padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5397, ../sass/style.scss */
  .destination-section {
    padding-left: 2%;
    padding-right: 2%;
  }
}

/* line 5407, ../sass/style.scss */
.destination-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  /* line 5407, ../sass/style.scss */
  .destination-wrap {
    flex-wrap: wrap;
  }
}

/* line 5420, ../sass/style.scss */
.destination-single1 {
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5420, ../sass/style.scss */
  .destination-single1 {
    max-width: 250px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  /* line 5427, ../sass/style.scss */
  .destination-single1 img {
    height: 350px;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  /* line 5420, ../sass/style.scss */
  .destination-single1 {
    min-width: 270px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5436, ../sass/style.scss */
  .destination-single1 img {
    height: 100% !important;
    max-width: unset;
  }
}
/* line 5443, ../sass/style.scss */
.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;
}
/* line 5457, ../sass/style.scss */
.destination-single1 .content .text-wrap {
  position: relative;
  transition: all 0.4s ease;
  height: auto;
}
/* line 5461, ../sass/style.scss */
.destination-single1 .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;
}
/* line 5473, ../sass/style.scss */
.destination-single1 .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) {
  /* line 5473, ../sass/style.scss */
  .destination-single1 .content .text-wrap h4 {
    transform: translateY(20px);
  }
}
/* line 5484, ../sass/style.scss */
.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;
}
/* line 5497, ../sass/style.scss */
.destination-single1.product-item-simple .text-wrap::after {
  display: none;
}
/* line 5505, ../sass/style.scss */
.destination-single1:hover .content h4 {
  transform: translateY(0);
}
/* line 5510, ../sass/style.scss */
.destination-single1:hover .content .text-wrap::after {
  background: var(--primary-color1);
}
/* line 5513, ../sass/style.scss */
.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);
}
/* line 5520, ../sass/style.scss */
.destination-single1.sibling-2 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
/* line 5528, ../sass/style.scss */
.destination-single1.sibling-2::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 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) {
  /* line 5543, ../sass/style.scss */
  .destination-single1.sibling-2 img {
    max-width: 100%;
    height: 300px;
  }
}
/* line 5549, ../sass/style.scss */
.destination-single1.sibling-2 .content {
  z-index: 2;
}

/* line 5555, ../sass/style.scss */
.destination-single3 {
  position: relative;
}
@media (max-width: 991px) {
  /* line 5558, ../sass/style.scss */
  .destination-single3 img {
    height: 300px;
    width: 100%;
  }
}
/* line 5563, ../sass/style.scss */
.destination-single3 .content {
  background: linear-gradient(180deg, transparent, 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;
}
/* line 5578, ../sass/style.scss */
.destination-single3 .content .text-wrap {
  position: relative;
  transition: all 0.4s ease;
  height: auto;
}
/* line 5582, ../sass/style.scss */
.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;
}
/* line 5594, ../sass/style.scss */
.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) {
  /* line 5594, ../sass/style.scss */
  .destination-single3 .content .text-wrap h4 {
    transform: translateY(20px);
  }
}
/* line 5605, ../sass/style.scss */
.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;
}
/* line 5618, ../sass/style.scss */
.destination-single3:hover .content h4 {
  transform: translateY(0);
}
/* line 5623, ../sass/style.scss */
.destination-single3:hover .content .text-wrap::after {
  background: var(--primary-color3);
}
/* line 5626, ../sass/style.scss */
.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);
}

/* line 5634, ../sass/style.scss */
.destination-single4 {
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  /* line 5634, ../sass/style.scss */
  .destination-single4 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  /* line 5643, ../sass/style.scss */
  .destination-single4 img {
    width: 100%;
  }
}
/* line 5650, ../sass/style.scss */
.destination-single4:hover .desti-content {
  opacity: 1;
  transform: translateY(0px);
}
/* line 5656, ../sass/style.scss */
.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;
}
/* line 5669, ../sass/style.scss */
.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);
}
/* line 5679, ../sass/style.scss */
.destination-single4 .desti-content h4 {
  margin-bottom: 8px;
}
/* line 5681, ../sass/style.scss */
.destination-single4 .desti-content h4 a {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-merriw);
}
/* line 5687, ../sass/style.scss */
.destination-single4 .desti-content .bx {
  color: var(--white);
  vertical-align: baseline;
  margin-right: 5px;
}
/* line 5693, ../sass/style.scss */
.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) {
  /* line 5700, ../sass/style.scss */
  .destination-sidebar {
    margin-top: 45px;
  }
}

/*=======================================
 video-section
=======================================*/
/* line 5709, ../sass/style.scss */
.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) {
  /* line 5709, ../sass/style.scss */
  .video-section {
    padding: 120px 0px;
  }
}
@media (max-width: 991px) {
  /* line 5709, ../sass/style.scss */
  .video-section {
    padding: 90px 0px;
  }
}

/* line 5725, ../sass/style.scss */
.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) {
  /* line 5725, ../sass/style.scss */
  .video-section2 {
    padding: 120px 0px;
  }
}
@media (max-width: 991px) {
  /* line 5725, ../sass/style.scss */
  .video-section2 {
    padding: 90px 0px;
  }
}

/* line 5741, ../sass/style.scss */
.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;
}
/* line 5750, ../sass/style.scss */
.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) {
  /* line 5750, ../sass/style.scss */
  .video-section-content h2 {
    font-size: 4rem;
  }
}
/* line 5760, ../sass/style.scss */
.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) {
  /* line 5740, ../sass/style.scss */
  .video-section-content {
    text-align: center;
  }
}
/* line 5770, ../sass/style.scss */
.video-section-content.sibling-2 {
  text-align: center;
}
/* line 5773, ../sass/style.scss */
.video-section-content.sibling-2 h2 {
  font-size: 4.2rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-merriw);
}
/* line 5778, ../sass/style.scss */
.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;
}

/* line 5786, ../sass/style.scss */
.video-play {
  text-align: center;
  z-index: 9;
  position: relative;
}
/* line 5791, ../sass/style.scss */
.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);
}
/* line 5804, ../sass/style.scss */
.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);
  -webkit-animation: ripple-1 2s infinite ease-in-out;
  animation: ripple-1 2s infinite ease-in-out;
  z-index: -1;
}
/* line 5819, ../sass/style.scss */
.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;
  -webkit-animation: ripple-2 2s infinite ease-in-out;
  animation: ripple-2 2s infinite ease-in-out;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
/* line 5838, ../sass/style.scss */
.video-play.sibling-2 .video-icon {
  color: var(--text-primary);
  background: var(--primary-color2);
}
/* line 5842, ../sass/style.scss */
.video-play.sibling-2 .video-icon::before {
  background: var(--primary-color2);
}
/* line 5846, ../sass/style.scss */
.video-play.sibling-2 .video-icon::after {
  background: var(--primary-color2);
}
/* line 5853, ../sass/style.scss */
.video-play.sibling-3 .video-icon {
  color: var(--white);
  background: var(--primary-color3);
}
/* line 5857, ../sass/style.scss */
.video-play.sibling-3 .video-icon::before {
  background: var(--primary-color3);
}
/* line 5861, ../sass/style.scss */
.video-play.sibling-3 .video-icon::after {
  background: var(--primary-color3);
}
@keyframes ripple-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0;
  }
}
@keyframes ripple-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
/* line 5894, ../sass/style.scss */
.video-play.sibling-4 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  /* line 5902, ../sass/style.scss */
  .video-wrapper {
    margin-top: 40px;
  }
}
/* line 5907, ../sass/style.scss */
.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) {
  /* line 5907, ../sass/style.scss */
  .video-wrapper span.watch-video {
    transform: rotate(0deg);
    margin-top: 30px;
  }
}
/* line 5923, ../sass/style.scss */
.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;
}
/* line 5936, ../sass/style.scss */
.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) {
  /* line 5936, ../sass/style.scss */
  .video-wrapper.sibling-2 {
    top: -40px;
    left: 40px;
  }
}
@media (max-width: 991px) {
  /* line 5936, ../sass/style.scss */
  .video-wrapper.sibling-2 {
    min-height: 110px;
    left: 0px;
    top: -40px;
    background: transparent;
  }
}
/* line 5958, ../sass/style.scss */
.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;
}
/* line 5966, ../sass/style.scss */
.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) {
  /* line 5958, ../sass/style.scss */
  .video-wrapper.sibling-2 span.watch-video {
    display: none;
    visibility: hidden;
  }
}
/* line 5985, ../sass/style.scss */
.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) {
  /* line 5985, ../sass/style.scss */
  .video-wrapper.sibling-3 {
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5985, ../sass/style.scss */
  .video-wrapper.sibling-3 {
    top: -60px;
  }
}
@media (max-width: 1399px) {
  /* line 5985, ../sass/style.scss */
  .video-wrapper.sibling-3 {
    min-height: 110px;
    right: 0px;
    top: -60px;
    background: transparent;
    box-shadow: unset;
  }
}
/* line 6014, ../sass/style.scss */
.video-wrapper.sibling-3 span.watch-video {
  white-space: nowrap;
  margin-top: 90px;
  padding-right: 0px;
  padding-bottom: 40px;
  color: var(--primary-color3);
}
/* line 6021, ../sass/style.scss */
.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) {
  /* line 6014, ../sass/style.scss */
  .video-wrapper.sibling-3 span.watch-video {
    display: none;
    visibility: hidden;
  }
}
/* line 6040, ../sass/style.scss */
.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) {
  /* line 6040, ../sass/style.scss */
  .video-wrapper.sibling-4 {
    right: 5%;
  }
}
@media (max-width: 991px) {
  /* line 6040, ../sass/style.scss */
  .video-wrapper.sibling-4 {
    right: 0%;
    top: 15%;
  }
  /* line 6056, ../sass/style.scss */
  .video-wrapper.sibling-4 span.watch-video {
    display: none;
    visibility: hidden;
  }
}

/*=======================================
 form-section
=======================================*/
@media (max-width: 767px) {
  /* line 6067, ../sass/style.scss */
  .asking-form-section {
    padding: 90px 0 0 0;
  }
}

/* line 6073, ../sass/style.scss */
.asking-form-wrap {
  background: #FFF7F5;
  padding: 45px 40px;
  margin-top: -100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6073, ../sass/style.scss */
  .asking-form-wrap {
    margin-top: -40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6073, ../sass/style.scss */
  .asking-form-wrap {
    margin-top: -20px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  /* line 6073, ../sass/style.scss */
  .asking-form-wrap {
    padding: 50px 30px;
  }
}
@media (max-width: 576px) {
  /* line 6073, ../sass/style.scss */
  .asking-form-wrap {
    margin-top: 0px;
    padding: 50px 25px;
  }
}

/* line 6098, ../sass/style.scss */
form.style-1 .form-inner input, form.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;
}
/* line 6109, ../sass/style.scss */
form.style-1 .form-inner input:focus, form.style-1 .form-inner textarea:focus {
  border: 1px solid var(--primary-color1);
}
/* line 6113, ../sass/style.scss */
form.style-1 .form-inner input::placeholder, form.style-1 .form-inner textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
}
/* line 6119, ../sass/style.scss */
form.style-1 .form-inner textarea {
  min-height: 140px;
}

/*=======================================
 best-plan-section
=======================================*/
/* line 6130, ../sass/style.scss */
.best-plan-section .swiper {
  margin: -15px;
  padding: 15px;
}

/* line 6136, ../sass/style.scss */
.best-plan-single1 {
  width: 100%;
  max-width: 415px;
  border: 1px solid #EEEEEE;
  transition: all 0.6s ease;
  margin-left: auto;
  margin-right: auto;
}
/* line 6144, ../sass/style.scss */
.best-plan-single1:hover {
  border: 1px solid transparent;
  box-shadow: 4px 3px 10px rgba(16, 33, 34, 0.06);
}
/* line 6149, ../sass/style.scss */
.best-plan-single1 .image {
  position: relative;
}
/* line 6152, ../sass/style.scss */
.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;
}
/* line 6166, ../sass/style.scss */
.best-plan-single1 .content {
  padding: 30px 25px 35px 25px;
}
@media (max-width: 991px) {
  /* line 6166, ../sass/style.scss */
  .best-plan-single1 .content {
    padding: 30px 12px 30px 12px;
  }
}
/* line 6171, ../sass/style.scss */
.best-plan-single1 .content h4 {
  margin-bottom: 15px;
}
/* line 6173, ../sass/style.scss */
.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;
}
/* line 6180, ../sass/style.scss */
.best-plan-single1 .content h4:hover a {
  color: var(--primary-color1);
}
/* line 6185, ../sass/style.scss */
.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;
}
/* line 6189, ../sass/style.scss */
.best-plan-single1 .content .best-plan-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
/* line 6194, ../sass/style.scss */
.best-plan-single1 .content .best-plan-meta span.duration {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-secondary);
}
/* line 6196, ../sass/style.scss */
.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);
}
/* line 6203, ../sass/style.scss */
.best-plan-single1 .content .best-plan-meta span.rating {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-secondary);
}
/* line 6205, ../sass/style.scss */
.best-plan-single1 .content .best-plan-meta span.rating .bi {
  color: var(--primary-color1);
  margin: 0px 5px;
}
/* line 6213, ../sass/style.scss */
.best-plan-single1 .list-area {
  margin-bottom: 25px;
}

/* line 6218, ../sass/style.scss */
.list-area h5 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 15px;
}
/* line 6224, ../sass/style.scss */
.list-area ul.plan-list1 {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 6227, ../sass/style.scss */
.list-area ul.plan-list1 li {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 400;
  color: var(--text-secondary);
}
/* line 6232, ../sass/style.scss */
.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;
}

/* line 6248, ../sass/style.scss */
.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) {
  /* line 6248, ../sass/style.scss */
  .arrows-style-1 .swiper-prev-arrow {
    left: -50px;
  }
}
/* line 6265, ../sass/style.scss */
.arrows-style-1 .swiper-prev-arrow svg {
  fill: var(--border-color);
  transition: all 0.4s ease;
}
/* line 6270, ../sass/style.scss */
.arrows-style-1 .swiper-prev-arrow:hover {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
/* line 6274, ../sass/style.scss */
.arrows-style-1 .swiper-prev-arrow:hover svg {
  fill: var(--white);
}
/* line 6280, ../sass/style.scss */
.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) {
  /* line 6280, ../sass/style.scss */
  .arrows-style-1 .swiper-next-arrow {
    right: -50px;
  }
}
/* line 6297, ../sass/style.scss */
.arrows-style-1 .swiper-next-arrow svg {
  fill: var(--border-color);
  transition: all 0.4s ease;
}
/* line 6302, ../sass/style.scss */
.arrows-style-1 .swiper-next-arrow:hover {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
/* line 6306, ../sass/style.scss */
.arrows-style-1 .swiper-next-arrow:hover svg {
  fill: var(--white);
}
/* line 6313, ../sass/style.scss */
.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) {
  /* line 6313, ../sass/style.scss */
  .arrows-style-1.sibling-1 .swiper-prev-arrow {
    left: -50px;
  }
}
/* line 6330, ../sass/style.scss */
.arrows-style-1.sibling-1 .swiper-prev-arrow svg {
  fill: var(--border-color);
  transition: all 0.4s ease;
}
/* line 6335, ../sass/style.scss */
.arrows-style-1.sibling-1 .swiper-prev-arrow:hover {
  background-color: var(--primary-color3);
  border: 1px solid var(--primary-color3);
}
/* line 6339, ../sass/style.scss */
.arrows-style-1.sibling-1 .swiper-prev-arrow:hover svg {
  fill: var(--white);
}
/* line 6345, ../sass/style.scss */
.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) {
  /* line 6345, ../sass/style.scss */
  .arrows-style-1.sibling-1 .swiper-next-arrow {
    right: -50px;
  }
}
/* line 6362, ../sass/style.scss */
.arrows-style-1.sibling-1 .swiper-next-arrow svg {
  fill: var(--border-color);
  transition: all 0.4s ease;
}
/* line 6367, ../sass/style.scss */
.arrows-style-1.sibling-1 .swiper-next-arrow:hover {
  background-color: var(--primary-color3);
  border: 1px solid var(--primary-color3);
}
/* line 6371, ../sass/style.scss */
.arrows-style-1.sibling-1 .swiper-next-arrow:hover svg {
  fill: var(--white);
}

/* line 6380, ../sass/style.scss */
.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) {
  /* line 6380, ../sass/style.scss */
  .arrows-style-2 .swiper-prev-arrow {
    left: 5px;
  }
}
@media (max-width: 1199px) {
  /* line 6380, ../sass/style.scss */
  .arrows-style-2 .swiper-prev-arrow {
    display: none;
    visibility: hidden;
  }
}
/* line 6402, ../sass/style.scss */
.arrows-style-2 .swiper-prev-arrow svg {
  fill: var(--white);
  transition: all 0.4s ease;
}
/* line 6407, ../sass/style.scss */
.arrows-style-2 .swiper-prev-arrow:hover {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
/* line 6411, ../sass/style.scss */
.arrows-style-2 .swiper-prev-arrow:hover svg {
  fill: var(--white);
}
/* line 6417, ../sass/style.scss */
.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) {
  /* line 6417, ../sass/style.scss */
  .arrows-style-2 .swiper-next-arrow {
    right: 5px;
  }
}
@media (max-width: 1199px) {
  /* line 6417, ../sass/style.scss */
  .arrows-style-2 .swiper-next-arrow {
    display: none;
    visibility: hidden;
  }
}
/* line 6439, ../sass/style.scss */
.arrows-style-2 .swiper-next-arrow svg {
  fill: var(--border-color);
  transition: all 0.4s ease;
}
/* line 6444, ../sass/style.scss */
.arrows-style-2 .swiper-next-arrow:hover {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
/* line 6448, ../sass/style.scss */
.arrows-style-2 .swiper-next-arrow:hover svg {
  fill: var(--white);
}
/* line 6456, ../sass/style.scss */
.arrows-style-2.sibling-2 .swiper-prev-arrow:hover {
  background-color: var(--primary-color2);
  border: 1px solid var(--primary-color2);
}
/* line 6460, ../sass/style.scss */
.arrows-style-2.sibling-2 .swiper-prev-arrow:hover svg {
  fill: var(--white);
}
/* line 6467, ../sass/style.scss */
.arrows-style-2.sibling-2 .swiper-next-arrow:hover {
  background-color: var(--primary-color2);
  border: 1px solid var(--primary-color2);
}
/* line 6471, ../sass/style.scss */
.arrows-style-2.sibling-2 .swiper-next-arrow:hover svg {
  fill: var(--white);
}
/* line 6478, ../sass/style.scss */
.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;
}
/* line 6491, ../sass/style.scss */
.arrows-style-2.sibling-3 .swiper-prev-arrow i {
  color: var(--white);
}
/* line 6494, ../sass/style.scss */
.arrows-style-2.sibling-3 .swiper-prev-arrow:hover {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
/* line 6498, ../sass/style.scss */
.arrows-style-2.sibling-3 .swiper-prev-arrow:hover svg {
  fill: var(--white);
}
/* line 6503, ../sass/style.scss */
.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;
}
/* line 6516, ../sass/style.scss */
.arrows-style-2.sibling-3 .swiper-next-arrow i {
  color: var(--white);
}
/* line 6519, ../sass/style.scss */
.arrows-style-2.sibling-3 .swiper-next-arrow:hover {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
/* line 6523, ../sass/style.scss */
.arrows-style-2.sibling-3 .swiper-next-arrow:hover svg {
  fill: var(--white);
}

/* line 6532, ../sass/style.scss */
.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;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 6532, ../sass/style.scss */
  .arrows-style-3 .swiper-prev-arrow {
    left: 10px;
  }
}
/* line 6549, ../sass/style.scss */
.arrows-style-3 .swiper-prev-arrow i {
  font-size: 34px;
  margin-right: -32px;
  color: var(--border-color);
  transition: all 0.4s ease;
}
/* line 6556, ../sass/style.scss */
.arrows-style-3 .swiper-prev-arrow:hover {
  border: 1px solid var(--primary-color2);
}
/* line 6557, ../sass/style.scss */
.arrows-style-3 .swiper-prev-arrow:hover i {
  color: var(--primary-color2);
  margin-right: 0px;
}
/* line 6566, ../sass/style.scss */
.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;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 6566, ../sass/style.scss */
  .arrows-style-3 .swiper-next-arrow {
    right: 10px;
  }
}
/* line 6583, ../sass/style.scss */
.arrows-style-3 .swiper-next-arrow i {
  font-size: 34px;
  margin-left: -28px;
  color: var(--border-color);
  transition: all 0.4s ease;
}
/* line 6590, ../sass/style.scss */
.arrows-style-3 .swiper-next-arrow:hover {
  border: 1px solid var(--primary-color2);
}
/* line 6591, ../sass/style.scss */
.arrows-style-3 .swiper-next-arrow:hover i {
  color: var(--primary-color2);
  margin-left: 0px;
}
/* line 6602, ../sass/style.scss */
.arrows-style-3.sibling-2 .swiper-prev-arrow:hover {
  border: 1px solid var(--primary-color1);
}
/* line 6603, ../sass/style.scss */
.arrows-style-3.sibling-2 .swiper-prev-arrow:hover i {
  color: var(--primary-color1);
  margin-right: 0px;
}
/* line 6613, ../sass/style.scss */
.arrows-style-3.sibling-2 .swiper-next-arrow:hover {
  border: 1px solid var(--primary-color1);
}
/* line 6614, ../sass/style.scss */
.arrows-style-3.sibling-2 .swiper-next-arrow:hover i {
  color: var(--primary-color1);
  margin-right: 0px;
}

/* line 6626, ../sass/style.scss */
.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) {
  /* line 6626, ../sass/style.scss */
  .arrows-style-4 .swiper-prev-arrow {
    left: 10px;
  }
}
/* line 6639, ../sass/style.scss */
.arrows-style-4 .swiper-prev-arrow i {
  font-size: 34px;
  margin-right: -32px;
  color: var(--border-color);
  transition: all 0.4s ease;
}
/* line 6646, ../sass/style.scss */
.arrows-style-4 .swiper-prev-arrow:hover {
  border: 1px solid var(--primary-color2);
}
/* line 6647, ../sass/style.scss */
.arrows-style-4 .swiper-prev-arrow:hover i {
  color: var(--primary-color2);
  margin-right: 0px;
}
/* line 6656, ../sass/style.scss */
.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) {
  /* line 6656, ../sass/style.scss */
  .arrows-style-4 .swiper-next-arrow {
    right: 10px;
  }
}
/* line 6669, ../sass/style.scss */
.arrows-style-4 .swiper-next-arrow i {
  font-size: 34px;
  margin-left: -28px;
  color: var(--border-color);
  transition: all 0.4s ease;
}
/* line 6676, ../sass/style.scss */
.arrows-style-4 .swiper-next-arrow:hover {
  border: 1px solid var(--primary-color2);
}
/* line 6677, ../sass/style.scss */
.arrows-style-4 .swiper-next-arrow:hover i {
  color: var(--primary-color2);
  margin-left: 0px;
}
/* line 6687, ../sass/style.scss */
.arrows-style-4.sibling-2 .swiper-prev-arrow {
  border: none;
}
/* line 6690, ../sass/style.scss */
.arrows-style-4.sibling-2 .swiper-prev-arrow img {
  transition: all 0.5s ease;
}
/* line 6695, ../sass/style.scss */
.arrows-style-4.sibling-2 .swiper-prev-arrow:hover img {
  padding-right: 15px;
}
/* line 6701, ../sass/style.scss */
.arrows-style-4.sibling-2 .swiper-next-arrow {
  border: none;
}
/* line 6702, ../sass/style.scss */
.arrows-style-4.sibling-2 .swiper-next-arrow img {
  transition: all 0.5s ease;
}
/* line 6709, ../sass/style.scss */
.arrows-style-4.sibling-2 .swiper-next-arrow:hover img {
  padding-left: 15px;
}

/*=======================================
 Counter-section 
=======================================*/
/* line 6720, ../sass/style.scss */
.counter-wrapper {
  background: #FFFFFF;
  box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06);
  padding: 20px;
}

/* line 6727, ../sass/style.scss */
.counter-single {
  padding: 25px 0px;
}
/* line 6729, ../sass/style.scss */
.counter-single svg {
  fill: var(--primary-color1);
  transition: all 0.5s ease;
}
/* line 6734, ../sass/style.scss */
.counter-single:hover svg {
  transform: scale(1.2);
}
/* line 6738, ../sass/style.scss */
.counter-single .counter-icon {
  margin-bottom: 12px;
}
/* line 6742, ../sass/style.scss */
.counter-single .coundown .counter-icon {
  margin-bottom: 30px;
}
/* line 6746, ../sass/style.scss */
.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;
}
/* line 6753, ../sass/style.scss */
.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;
}
/* line 6760, ../sass/style.scss */
.counter-single.sibling-2 {
  background-color: var(--white);
  position: relative;
  z-index: 1;
}
/* line 6764, ../sass/style.scss */
.counter-single.sibling-2 svg {
  fill: var(--primary-color2) !important;
}
/* line 6769, ../sass/style.scss */
.counter-single.sibling-3 {
  background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  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) {
  /* line 6769, ../sass/style.scss */
  .counter-single.sibling-3 {
    max-width: unset;
  }
}
/* line 6784, ../sass/style.scss */
.counter-single.sibling-3:hover {
  border: 1px solid rgba(255, 255, 255, 0.35);
}
/* line 6788, ../sass/style.scss */
.counter-single.sibling-3 .counter-icon {
  margin-bottom: 5px;
}
/* line 6793, ../sass/style.scss */
.counter-single.sibling-3 .coundown .bi {
  font-size: 40px;
  color: var(--white);
  font-weight: 800;
}
/* line 6799, ../sass/style.scss */
.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) {
  /* line 6799, ../sass/style.scss */
  .counter-single.sibling-3 .coundown h3 {
    font-size: 3.4rem;
    font-weight: 800;
    color: var(--white);
  }
}
/* line 6809, ../sass/style.scss */
.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;
}

/* line 6818, ../sass/style.scss */
.partner-single {
  text-align: center;
}
/* line 6821, ../sass/style.scss */
.partner-single img {
  vertical-align: middle;
  filter: grayscale(0);
  opacity: 1;
  transition: all 0.45s ease;
}
/* line 6827, ../sass/style.scss */
.partner-single img:hover {
  filter: grayscale(1);
  opacity: 0.8;
}
/* line 6834, ../sass/style.scss */
.partner-single.sibling-2 img {
  vertical-align: middle;
  filter: grayscale(1);
  opacity: 0.8;
  transition: all 0.45s ease;
}
/* line 6840, ../sass/style.scss */
.partner-single.sibling-2 img:hover {
  filter: grayscale(0);
  opacity: 1;
}

/* line 6849, ../sass/style.scss */
.insta-feed-single img {
  width: 100%;
}

/* line 6854, ../sass/style.scss */
.section-title-small {
  margin-bottom: 40px;
  margin-top: -8px;
}
/* line 6858, ../sass/style.scss */
.section-title-small i {
  font-size: 22px;
  color: var(--text-secondary);
}
/* line 6863, ../sass/style.scss */
.section-title-small span {
  font-size: 3rem;
  font-weight: 600;
  color: var(--text-secondary);
  padding-left: 18px;
}

/* line 6869, ../sass/style.scss */
.section-title4 {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
/* line 6877, ../sass/style.scss */
.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;
}
/* line 6886, ../sass/style.scss */
.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);
}
/* line 6894, ../sass/style.scss */
.section-title4 img {
  max-width: 370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 6902, ../sass/style.scss */
.section-title4.sibling2 span {
  display: block;
  font-family: var(--font-satisfy);
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--primary-color1);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* line 6911, ../sass/style.scss */
.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);
}
/* line 6921, ../sass/style.scss */
.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;
}
/* line 6930, ../sass/style.scss */
.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);
}

/* line 6940, ../sass/style.scss */
.counter-section5 {
  position: relative;
  height: auto;
}
/* line 6945, ../sass/style.scss */
.counter-section5 .counter5-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*=======================================
 Tour Place-section 
=======================================*/
/* line 6960, ../sass/style.scss */
.tour-place-section {
  overflow: hidden;
}

/* line 6964, ../sass/style.scss */
.tour-card-wrapper {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: -15px auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6964, ../sass/style.scss */
  .tour-card-wrapper {
    align-items: center;
  }
}
/* line 6978, ../sass/style.scss */
.tour-card-wrapper .col-40 {
  width: 40%;
  height: auto;
  padding: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6978, ../sass/style.scss */
  .tour-card-wrapper .col-40 {
    width: 40%;
  }
}
@media (max-width: 767px) {
  /* line 6978, ../sass/style.scss */
  .tour-card-wrapper .col-40 {
    width: 100%;
  }
}
/* line 6992, ../sass/style.scss */
.tour-card-wrapper .col-60 {
  width: 60%;
  height: auto;
  padding: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6992, ../sass/style.scss */
  .tour-card-wrapper .col-60 {
    width: 60%;
  }
}
@media (max-width: 767px) {
  /* line 6992, ../sass/style.scss */
  .tour-card-wrapper .col-60 {
    width: 100%;
  }
}
/* line 7007, ../sass/style.scss */
.tour-card-wrapper .col-30 {
  width: 30%;
  height: auto;
  padding: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 7007, ../sass/style.scss */
  .tour-card-wrapper .col-30 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  /* line 7007, ../sass/style.scss */
  .tour-card-wrapper .col-30 {
    width: 100%;
  }
}

/* line 7023, ../sass/style.scss */
.tour-card-alpha {
  transition: all 0.5s ease;
}
/* line 7027, ../sass/style.scss */
.tour-card-alpha:hover .tour-badge {
  background: var(--primary-color2);
}
/* line 7032, ../sass/style.scss */
.tour-card-alpha img {
  width: 100%;
}

/* line 7037, ../sass/style.scss */
.tour-card-beta {
  position: relative;
  transition: all 0.5s ease;
}
/* line 7042, ../sass/style.scss */
.tour-card-beta:hover .tour-badge {
  background: var(--primary-color2);
}
/* line 7047, ../sass/style.scss */
.tour-card-beta img {
  width: 100%;
}

/* line 7053, ../sass/style.scss */
.tour-card-gamma {
  transition: all 0.5s ease;
}
/* line 7056, ../sass/style.scss */
.tour-card-gamma:hover .tour-badge {
  background: var(--primary-color2);
}
/* line 7060, ../sass/style.scss */
.tour-card-gamma img {
  width: 100%;
}

/* line 7066, ../sass/style.scss */
.tour-card-delta {
  transition: all 0.5s ease;
}
/* line 7070, ../sass/style.scss */
.tour-card-delta:hover .tour-badge {
  background: var(--primary-color2);
}
/* line 7075, ../sass/style.scss */
.tour-card-delta img {
  width: 100%;
}

/* line 7081, ../sass/style.scss */
.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) {
  /* line 7081, ../sass/style.scss */
  .tour-badge {
    width: 100%;
    max-width: 160px;
    min-height: 160px;
  }
}
/* line 7105, ../sass/style.scss */
.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;
}
/* line 7112, ../sass/style.scss */
.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;
}
/* line 7118, ../sass/style.scss */
.tour-badge span {
  display: inline-block;
  border-radius: 30px;
  width: 34px;
  height: 2px;
  background: var(--text-primary);
}
/* line 7126, ../sass/style.scss */
.tour-badge.sibling-2 {
  position: absolute;
  bottom: 30%;
  right: -70px;
  z-index: 99;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7126, ../sass/style.scss */
  .tour-badge.sibling-2 {
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 7126, ../sass/style.scss */
  .tour-badge.sibling-2 {
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  /* line 7126, ../sass/style.scss */
  .tour-badge.sibling-2 {
    position: relative;
  }
}
@media (max-width: 1600px) {
  /* line 7126, ../sass/style.scss */
  .tour-badge.sibling-2 {
    right: 0px;
  }
}

/* line 7157, ../sass/style.scss */
.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;
}
/* line 7164, ../sass/style.scss */
.footer-section .footer-plane1 {
  position: absolute;
  right: 2%;
  top: 10%;
  animation: jump 1s linear infinite alternate;
}
/* line 7169, ../sass/style.scss */
.footer-section .footer-plane1 svg {
  fill: var(--primary-color1);
}
@media (max-width: 1199px) {
  /* line 7164, ../sass/style.scss */
  .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);
  }
}
/* line 7193, ../sass/style.scss */
.footer-section .footer-plane2 {
  position: absolute;
  left: 4%;
  top: 10%;
}
/* line 7197, ../sass/style.scss */
.footer-section .footer-plane2 svg {
  fill: var(--primary-color1);
}
@media (max-width: 991px) {
  /* line 7193, ../sass/style.scss */
  .footer-section .footer-plane2 {
    display: none;
    visibility: none;
  }
}
/* line 7204, ../sass/style.scss */
.footer-section::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #292B31;
  z-index: -2;
}
/* line 7216, ../sass/style.scss */
.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) {
  /* line 7216, ../sass/style.scss */
  .footer-section .footer-about {
    max-width: 220px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  /* line 7216, ../sass/style.scss */
  .footer-section .footer-about {
    max-width: 220px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  /* line 7216, ../sass/style.scss */
  .footer-section .footer-about {
    padding: 20px;
  }
}
/* line 7235, ../sass/style.scss */
.footer-section .footer-about .footer-plane {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  opacity: 0.1;
}
/* line 7242, ../sass/style.scss */
.footer-section .footer-about .footer1-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
/* line 7248, ../sass/style.scss */
.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) {
  /* line 7254, ../sass/style.scss */
  .footer-section .footer-about .footer1-logo img {
    max-width: 130px;
    width: 100%;
  }
}
/* line 7261, ../sass/style.scss */
.footer-section .footer-about svg {
  animation: rotate 15s linear infinite;
}
/* line 7263, ../sass/style.scss */
.footer-section .footer-about svg path {
  fill: #fff;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 7278, ../sass/style.scss */
.footer-section .pay-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 15px;
}
/* line 7285, ../sass/style.scss */
.footer-section .footer-top {
  padding: 90px 0px;
}
/* line 7288, ../sass/style.scss */
.footer-section .footer-meta {
  margin-top: 70px;
}
@media (max-width: 576px) {
  /* line 7288, ../sass/style.scss */
  .footer-section .footer-meta {
    margin-top: 50px;
  }
}
/* line 7293, ../sass/style.scss */
.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) {
  /* line 7293, ../sass/style.scss */
  .footer-section .footer-meta h4 {
    margin-right: 10px;
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  /* line 7293, ../sass/style.scss */
  .footer-section .footer-meta h4 {
    display: none;
    visibility: hidden;
  }
}
/* line 7308, ../sass/style.scss */
.footer-section .footer-social {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 0px;
}
/* line 7316, ../sass/style.scss */
.footer-section .footer-social i {
  border: 1px solid #5E5E5E;
  width: 30px;
  height: 30px;
  line-height: 29px;
  color: var(--white);
  background: #0F1012;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.5s ease-out 0s;
}
/* line 7328, ../sass/style.scss */
.footer-section .footer-social i:hover {
  background: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
/* line 7335, ../sass/style.scss */
.footer-section .footer-item h4 {
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 25px;
  font-family: var(--font-merriw);
  position: relative;
  padding-bottom: 10px;
}
/* line 7343, ../sass/style.scss */
.footer-section .footer-item h4::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);
}
/* line 7356, ../sass/style.scss */
.footer-section .footer-item .link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 7361, ../sass/style.scss */
.footer-section .footer-item .link-list li {
  margin-bottom: 15px;
  padding-left: 0px;
  transition: all 0.55s ease;
  position: relative;
}
/* line 7366, ../sass/style.scss */
.footer-section .footer-item .link-list 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;
}
/* line 7379, ../sass/style.scss */
.footer-section .footer-item .link-list li:last-child {
  margin-bottom: 0;
}
/* line 7383, ../sass/style.scss */
.footer-section .footer-item .link-list li:hover {
  padding-left: 15px;
}
/* line 7385, ../sass/style.scss */
.footer-section .footer-item .link-list li:hover::after {
  content: '';
  opacity: 1;
}
/* line 7389, ../sass/style.scss */
.footer-section .footer-item .link-list li:hover a {
  color: var(--primary-color1);
}
/* line 7395, ../sass/style.scss */
.footer-section .footer-item .link-list a {
  font-size: 17px;
  font-weight: 400;
  font-family: var(--font-work-sans);
  color: var(--border-color);
  transition: all 0.4s ease;
  color: #d7d3d3;
}
/* line 7405, ../sass/style.scss */
.footer-section .footer-item .contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 7409, ../sass/style.scss */
.footer-section .footer-item .contact-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
  gap: 12px;
}
/* line 7417, ../sass/style.scss */
.footer-section .footer-item .contact-list li:hover .icon .bi {
  background: var(--primary-color1);
  color: var(--white);
}
/* line 7423, ../sass/style.scss */
.footer-section .footer-item .contact-list li:last-child {
  margin-bottom: 0px;
}
/* line 7427, ../sass/style.scss */
.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;
}
/* line 7436, ../sass/style.scss */
.footer-section .footer-item .contact-list li .text {
  color: var(--border-color);
}
/* line 7439, ../sass/style.scss */
.footer-section .footer-item .contact-list li .text a {
  display: block;
  margin-bottom: 3px;
}
/* line 7448, ../sass/style.scss */
.footer-section .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 7452, ../sass/style.scss */
.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) {
  /* line 7452, ../sass/style.scss */
  .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;
  }
}
/* line 7464, ../sass/style.scss */
.footer-section .footer-bottom p .egns-lab, .footer-section .footer-bottom .info-single .info-text a .egns-lab, .info-single .info-text .footer-section .footer-bottom a .egns-lab {
  font-size: 13px;
  font-weight: 500;
  color: var(--primary-color1);
}
/* line 7471, ../sass/style.scss */
.footer-section .footer-bottom .footer-logo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}
/* line 7477, ../sass/style.scss */
.footer-section .footer-bottom .footer-logo-list li {
  margin-right: 20px;
}
/* line 7480, ../sass/style.scss */
.footer-section .footer-bottom .footer-logo-list li img {
  transition: all 0.6s ease;
}
/* line 7484, ../sass/style.scss */
.footer-section .footer-bottom .footer-logo-list li:last-child {
  margin-right: 0px;
}
/* line 7489, ../sass/style.scss */
.footer-section .footer-bottom .footer-logo-list li:hover img {
  transform: rotate(360deg);
}
/* line 7496, ../sass/style.scss */
.footer-section .footer-bottom .f-bottom-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 7504, ../sass/style.scss */
.footer-section .footer-bottom .f-bottom-list li:first-child a {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
/* line 7509, ../sass/style.scss */
.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);
}
/* line 7523, ../sass/style.scss */
.footer-section .footer-bottom .f-bottom-list a {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  transition: all 0.42s ease;
}
/* line 7529, ../sass/style.scss */
.footer-section .footer-bottom .f-bottom-list a:hover {
  color: var(--primary-color1);
}
/* line 7538, ../sass/style.scss */
.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);
}
/* line 7543, ../sass/style.scss */
.footer-section.sibling-2 .footer-item h4 {
  font-weight: 500;
}
/* line 7545, ../sass/style.scss */
.footer-section.sibling-2 .footer-item h4::after {
  content: '';
  background: linear-gradient(90deg, var(--primary-color2), transparent);
}
/* line 7554, ../sass/style.scss */
.footer-section.sibling-2 .link-list li:hover a {
  color: var(--primary-color2);
}
/* line 7558, ../sass/style.scss */
.footer-section.sibling-2 .link-list li::after {
  background: var(--primary-color2);
}
/* line 7563, ../sass/style.scss */
.footer-section.sibling-2 .link-list a {
  color: var(--border-color);
}
/* line 7570, ../sass/style.scss */
.footer-section.sibling-2 .contact-list li .icon .bi {
  border: 1px solid var(--primary-color2);
  color: var(--primary-color2);
}
/* line 7577, ../sass/style.scss */
.footer-section.sibling-2 .contact-list li:hover .icon .bi {
  background: var(--primary-color2);
  color: var(--white);
}
/* line 7588, ../sass/style.scss */
.footer-section.sibling-2 .footer-social i:hover {
  background: var(--primary-color2);
  border: 1px solid var(--primary-color2);
  color: var(--text-primary);
}
/* line 7597, ../sass/style.scss */
.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);
}
/* line 7604, ../sass/style.scss */
.footer-section.sibling-2 .footer-bottom .f-bottom-list a:hover {
  color: var(--primary-color2);
}
/* line 7613, ../sass/style.scss */
.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);
}
/* line 7619, ../sass/style.scss */
.footer-section.sibling-3 .footer-item h4::after {
  content: '';
  background: linear-gradient(90deg, var(--primary-color3), transparent);
}
/* line 7628, ../sass/style.scss */
.footer-section.sibling-3 .link-list li:hover a {
  color: var(--primary-color3);
}
/* line 7632, ../sass/style.scss */
.footer-section.sibling-3 .link-list li::after {
  background: var(--primary-color3);
}
/* line 7637, ../sass/style.scss */
.footer-section.sibling-3 .link-list a {
  color: var(--border-color);
}
/* line 7644, ../sass/style.scss */
.footer-section.sibling-3 .contact-list li .icon .bi {
  border: 1px solid var(--primary-color3);
  color: var(--primary-color3);
}
/* line 7651, ../sass/style.scss */
.footer-section.sibling-3 .contact-list li:hover .icon .bi {
  background: var(--primary-color3);
  color: var(--white);
}
/* line 7662, ../sass/style.scss */
.footer-section.sibling-3 .footer-social i:hover {
  background: var(--primary-color3);
  border: 1px solid var(--primary-color3);
  color: var(--text-primary);
}
/* line 7671, ../sass/style.scss */
.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);
}
/* line 7678, ../sass/style.scss */
.footer-section.sibling-3 .footer-bottom .f-bottom-list a:hover {
  color: var(--primary-color3);
}

/*=======================================
 Blog-section
=======================================*/
/* line 7692, ../sass/style.scss */
.blog-single1 {
  overflow: hidden;
  position: relative;
  max-width: 470px;
  margin: 0px auto;
}
/* line 7697, ../sass/style.scss */
.blog-single1 .image {
  position: relative;
}
/* line 7700, ../sass/style.scss */
.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) {
  /* line 7709, ../sass/style.scss */
  .blog-single1 .image image {
    width: 100%;
  }
}
/* line 7714, ../sass/style.scss */
.blog-single1 .content {
  padding-top: 24px;
}
/* line 7716, ../sass/style.scss */
.blog-single1 .content h4 {
  margin-bottom: 15px;
}
/* line 7718, ../sass/style.scss */
.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;
}
/* line 7723, ../sass/style.scss */
.blog-single1 .content h4 a:hover {
  color: var(--primary-color1);
}
/* line 7729, ../sass/style.scss */
.blog-single1 .content i {
  margin-left: 5px;
  vertical-align: baseline;
}

/* line 7736, ../sass/style.scss */
.blog-single2 {
  overflow: hidden;
  position: relative;
  box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06);
}
/* line 7743, ../sass/style.scss */
.blog-single2:hover .image img {
  transform: scale(1.1) rotate(2deg);
}
/* line 7749, ../sass/style.scss */
.blog-single2 .image {
  position: relative;
  overflow: hidden;
}
/* line 7753, ../sass/style.scss */
.blog-single2 .image img {
  transition: all 0.6s ease;
}
@media (max-width: 576px) {
  /* line 7753, ../sass/style.scss */
  .blog-single2 .image img {
    width: 100%;
  }
}
/* line 7761, ../sass/style.scss */
.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;
}
/* line 7771, ../sass/style.scss */
.blog-single2 .content {
  padding: 30px 20px;
  text-align: center;
}
/* line 7776, ../sass/style.scss */
.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;
}
/* line 7782, ../sass/style.scss */
.blog-single2 .content h5 a:hover {
  color: var(--primary-color2);
}
/* line 7788, ../sass/style.scss */
.blog-single2 .content .blog-date {
  margin-top: 15px;
}
/* line 7791, ../sass/style.scss */
.blog-single2 .content .blog-date i {
  font-size: 13px;
  color: var(--text-secondary);
}
/* line 7797, ../sass/style.scss */
.blog-single2 .content .blog-date span {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  display: inline-block;
  padding-left: 10px;
}
/* line 7805, ../sass/style.scss */
.blog-single2.sibling-2 {
  box-shadow: unset;
  overflow: unset;
  margin-bottom: 25px;
}
/* line 7811, ../sass/style.scss */
.blog-single2.sibling-2:hover .content {
  background: #FFF7F5;
}
/* line 7814, ../sass/style.scss */
.blog-single2.sibling-2:hover .content h5 a {
  color: var(--primary-color3);
}
/* line 7820, ../sass/style.scss */
.blog-single2.sibling-2:hover .content a .bi {
  background: var(--primary-color3);
  color: var(--white);
}
/* line 7829, ../sass/style.scss */
.blog-single2.sibling-2 .image img {
  min-height: 330px;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7829, ../sass/style.scss */
  .blog-single2.sibling-2 .image img {
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  /* line 7829, ../sass/style.scss */
  .blog-single2.sibling-2 .image img {
    min-height: 280px;
  }
}
/* line 7844, ../sass/style.scss */
.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;
}
/* line 7855, ../sass/style.scss */
.blog-single2.sibling-2 .content .blog-date {
  margin-top: 0;
  margin-bottom: 5px;
}
/* line 7861, ../sass/style.scss */
.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;
}
/* line 7870, ../sass/style.scss */
.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;
}
/* line 7888, ../sass/style.scss */
.blog-single2.sibling-3 {
  box-shadow: unset;
  overflow: unset;
}
/* line 7894, ../sass/style.scss */
.blog-single2.sibling-3 .image img {
  min-height: 330px;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7894, ../sass/style.scss */
  .blog-single2.sibling-3 .image img {
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  /* line 7894, ../sass/style.scss */
  .blog-single2.sibling-3 .image img {
    min-height: 280px;
  }
}
/* line 7909, ../sass/style.scss */
.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;
}
/* line 7920, ../sass/style.scss */
.blog-single2.sibling-3 .content .blog-date {
  margin-top: 0;
  margin-bottom: 8px;
}
/* line 7925, ../sass/style.scss */
.blog-single2.sibling-3 .content h5 {
  margin-bottom: 15px;
}
/* line 7928, ../sass/style.scss */
.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;
}
/* line 7934, ../sass/style.scss */
.blog-single2.sibling-3 .content h5 a:hover {
  color: var(--primary-color1);
}
/* line 7942, ../sass/style.scss */
.blog-single2.sibling-4 {
  box-shadow: unset;
  overflow: unset;
}
/* line 7947, ../sass/style.scss */
.blog-single2.sibling-4 .image {
  position: relative;
}
/* line 7950, ../sass/style.scss */
.blog-single2.sibling-4 .image .blog-date {
  position: absolute;
  left: 0px;
  top: 20px;
  background-color: var(--white);
  padding: 5px 15px;
}
/* line 7957, ../sass/style.scss */
.blog-single2.sibling-4 .image .blog-date .bi {
  margin-right: 8px;
}
/* line 7962, ../sass/style.scss */
.blog-single2.sibling-4 .image img {
  min-height: 330px;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7962, ../sass/style.scss */
  .blog-single2.sibling-4 .image img {
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  /* line 7962, ../sass/style.scss */
  .blog-single2.sibling-4 .image img {
    min-height: 280px;
  }
}
/* line 7977, ../sass/style.scss */
.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;
}
/* line 7987, ../sass/style.scss */
.blog-single2.sibling-4 .content .blog-date {
  margin-top: 0;
  margin-bottom: 8px;
}
/* line 7992, ../sass/style.scss */
.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;
}
/* line 7999, ../sass/style.scss */
.blog-single2.sibling-4 .content h5 {
  margin-bottom: 15px;
}
/* line 8002, ../sass/style.scss */
.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;
}
/* line 8008, ../sass/style.scss */
.blog-single2.sibling-4 .content h5 a:hover {
  color: var(--primary-color1);
}
/* line 8019, ../sass/style.scss */
.blog-single2.sibling-5 .content h5 a:hover {
  color: var(--primary-color1);
}

/* line 8028, ../sass/style.scss */
.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;
}
/* line 8037, ../sass/style.scss */
.blog-single3:hover .image img {
  transform: scale(1.1);
}
/* line 8041, ../sass/style.scss */
.blog-single3:hover .image span.blog-date {
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
  background: var(--text-primary);
}
/* line 8045, ../sass/style.scss */
.blog-single3:hover .image span.blog-date .bi {
  color: var(--white);
  font-size: 14px;
  margin-right: 8px;
}
/* line 8054, ../sass/style.scss */
.blog-single3 .image {
  position: relative;
  overflow: hidden;
}
/* line 8058, ../sass/style.scss */
.blog-single3 .image img {
  transition: all 0.55s ease;
}
/* line 8062, ../sass/style.scss */
.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;
}
/* line 8071, ../sass/style.scss */
.blog-single3 .image span.blog-date .bi {
  color: var(--text-secondary);
  font-size: 14px;
  margin-right: 8px;
}
/* line 8079, ../sass/style.scss */
.blog-single3 .content {
  background: #FFFFFF;
  padding: 25px 25px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 8079, ../sass/style.scss */
  .blog-single3 .content {
    padding: 20px;
  }
}
/* line 8085, ../sass/style.scss */
.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;
}
/* line 8093, ../sass/style.scss */
.blog-single3 .content h4 {
  margin-bottom: 25px;
}
/* line 8096, ../sass/style.scss */
.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) {
  /* line 8096, ../sass/style.scss */
  .blog-single3 .content h4 a {
    font-size: 2.2rem;
  }
}
/* line 8104, ../sass/style.scss */
.blog-single3 .content h4 a:hover {
  color: var(--text-secondary);
}
/* line 8110, ../sass/style.scss */
.blog-single3 .content i {
  margin-left: 5px;
  vertical-align: baseline;
}

/* line 8117, ../sass/style.scss */
.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;
}
/* line 8129, ../sass/style.scss */
.read-more-btn i {
  margin-left: 10px;
}
/* line 8134, ../sass/style.scss */
.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;
}
/* line 8145, ../sass/style.scss */
.read-more-btn:hover {
  color: var(--primary-color1);
}
/* line 8148, ../sass/style.scss */
.read-more-btn:hover::after {
  border-bottom: 1px dashed var(--primary-color1);
}
/* line 8153, ../sass/style.scss */
.read-more-btn.sibling-2 {
  border: 1px solid #5E5E5E;
  padding-bottom: unset;
  padding: 8px 20px;
}
/* line 8158, ../sass/style.scss */
.read-more-btn.sibling-2::after {
  content: unset;
}
/* line 8162, ../sass/style.scss */
.read-more-btn.sibling-2:hover {
  background-color: var(--primary-color2);
  color: var(--text-primary);
  border: 1px solid var(--primary-color2);
}

/* line 8169, ../sass/style.scss */
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;
}

/* line 8175, ../sass/style.scss */
.blog-details-single {
  margin-bottom: 40px;
}
/* line 8177, ../sass/style.scss */
.blog-details-single > img {
  margin-bottom: 30px;
}
/* line 8180, ../sass/style.scss */
.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;
}
/* line 8186, ../sass/style.scss */
.blog-details-single blockquote {
  background: #FFF7F5;
  padding: 40px 45px;
  position: relative;
  margin: 30px 0px;
}
/* line 8191, ../sass/style.scss */
.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;
}
/* line 8197, ../sass/style.scss */
.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);
}
/* line 8203, ../sass/style.scss */
.blog-details-single blockquote .quote-icon svg {
  fill: var(--primary-color1);
}
/* line 8208, ../sass/style.scss */
.blog-details-single .details-img-group {
  margin-top: 0px;
  margin-bottom: 35px;
}
/* line 8212, ../sass/style.scss */
.blog-details-single .blog-details-feature-list {
  margin-bottom: 20px;
}
/* line 8214, ../sass/style.scss */
.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;
}
/* line 8218, ../sass/style.scss */
.blog-details-single .blog-details-feature-list li:last-child {
  margin-bottom: 0px;
}
/* line 8221, ../sass/style.scss */
.blog-details-single .blog-details-feature-list li::marker {
  color: var(--primary-color1);
  font-size: 24px;
}

/* line 8228, ../sass/style.scss */
.blog-share-area {
  border-bottom: 1px solid #EEEEEE;
}
/* line 8230, ../sass/style.scss */
.blog-share-area .blog-share {
  overflow: hidden;
  height: 24px;
  cursor: pointer;
}
/* line 8235, ../sass/style.scss */
.blog-share-area .blog-share:hover .front {
  transform: translateY(-24px);
}
/* line 8238, ../sass/style.scss */
.blog-share-area .blog-share:hover .back {
  transform: translateY(-24px);
}
/* line 8243, ../sass/style.scss */
.blog-share-area .blog-share .front {
  text-align: end;
  transition: all 0.62s ease-in-out;
}
/* line 8246, ../sass/style.scss */
.blog-share-area .blog-share .front img {
  vertical-align: baseline;
}
/* line 8249, ../sass/style.scss */
.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;
}
/* line 8259, ../sass/style.scss */
.blog-share-area .blog-share .back {
  text-align: end;
  transition: all 0.62s ease-in-out;
}
/* line 8262, ../sass/style.scss */
.blog-share-area .blog-share .back .share-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 8267, ../sass/style.scss */
.blog-share-area .blog-share .back .share-list a i {
  color: var(--text-color2);
  transition: all 0.35s ease-in-out;
}
/* line 8272, ../sass/style.scss */
.blog-share-area .blog-share .back .share-list a:hover i {
  color: var(--primary-color1);
}

/* line 8281, ../sass/style.scss */
.blog-tag-area {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-bottom: 15px;
  width: 100%;
}
/* line 8287, ../sass/style.scss */
.blog-tag-area h6 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin: 0;
}
/* line 8292, ../sass/style.scss */
.blog-tag-area ul.tag-list {
  display: flex;
  justify-content: start;
  list-style: none;
  margin-bottom: 0;
}
/* line 8297, ../sass/style.scss */
.blog-tag-area ul.tag-list li {
  margin-right: 10px;
}
/* line 8299, ../sass/style.scss */
.blog-tag-area ul.tag-list li a {
  font-size: 17px;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  transition: all 0.4s ease;
}
/* line 8303, ../sass/style.scss */
.blog-tag-area ul.tag-list li a:hover {
  color: var(--primary-color1);
}

/* line 8310, ../sass/style.scss */
.blog-details-author {
  background: #FFFFFF;
  box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06);
  padding: 25px;
  margin: 70px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  /* line 8310, ../sass/style.scss */
  .blog-details-author {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
/* line 8326, ../sass/style.scss */
.blog-details-author .author-content h5 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 10px;
}
/* line 8331, ../sass/style.scss */
.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);
}
/* line 8335, ../sass/style.scss */
.blog-details-author .author-content .blog-author-social {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
/* line 8339, ../sass/style.scss */
.blog-details-author .author-content .blog-author-social li i {
  color: var(--primary-color1);
  transition: all 0.45s ease;
}
/* line 8342, ../sass/style.scss */
.blog-details-author .author-content .blog-author-social li i:hover {
  transform: scale(1.1);
}

/* line 8350, ../sass/style.scss */
.commetn-area {
  margin-bottom: 54px;
}
/* line 8352, ../sass/style.scss */
.commetn-area .comment-list {
  padding: 0px;
  margin: 35px 0 0 0;
  list-style: none;
}
/* line 8359, ../sass/style.scss */
.commetn-area .comment-list > li:last-child .comment-item {
  margin-bottom: 0px;
}
/* line 8363, ../sass/style.scss */
.commetn-area .comment-list > li .comment-reply {
  margin: 0px;
  padding: 0px 0px 0px 10%;
  list-style: none;
}
/* line 8369, ../sass/style.scss */
.commetn-area .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;
}
@media (max-width: 576px) {
  /* line 8369, ../sass/style.scss */
  .commetn-area .comment-list .comment-item {
    flex-wrap: wrap;
  }
}
/* line 8384, ../sass/style.scss */
.commetn-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) {
  /* line 8384, ../sass/style.scss */
  .commetn-area .comment-list .comment-meta {
    gap: 5px;
    flex-wrap: wrap;
  }
}
/* line 8395, ../sass/style.scss */
.commetn-area .comment-list .comment-meta h5 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-right: 0px;
}
/* line 8400, ../sass/style.scss */
.commetn-area .comment-list .comment-meta span {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color2);
}
/* line 8407, ../sass/style.scss */
.commetn-area .comment-list .content p, .commetn-area .comment-list .content .info-single .info-text a, .info-single .info-text .commetn-area .comment-list .content a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
/* line 8412, ../sass/style.scss */
.commetn-area .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;
}
/* line 8421, ../sass/style.scss */
.commetn-area .comment-list .content .reply:hover {
  color: var(--primary-color1);
  border-bottom: 1px dashed var(--primary-color1);
}
/* line 8425, ../sass/style.scss */
.commetn-area .comment-list .content .reply .bi {
  margin-left: 5px;
}

/* line 8432, ../sass/style.scss */
.blog-comment-form {
  margin-top: 35px;
}

/* line 8436, ../sass/style.scss */
.comment-form-area .contact-from-wrapper {
  padding: 15px 55px 50px 55px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 8436, ../sass/style.scss */
  .comment-form-area .contact-from-wrapper {
    padding: 15px 35px 50px 35px;
  }
}
@media (max-width: 767px) {
  /* line 8436, ../sass/style.scss */
  .comment-form-area .contact-from-wrapper {
    padding: 15px 25px 50px 25px;
  }
}

/*=======================================
 Testimonial-section  
=======================================*/
/* line 8452, ../sass/style.scss */
.testimonial-section .swiper {
  padding: 12px;
  margin: -12px;
}
/* line 8456, ../sass/style.scss */
.testimonial-section .testimonial-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
@media (max-width: 991px) {
  /* line 8456, ../sass/style.scss */
  .testimonial-section .testimonial-wrapper {
    flex-wrap: wrap;
  }
}
/* line 8466, ../sass/style.scss */
.testimonial-section .testimonial-wrapper .testimonial-area {
  padding: 100px 0px;
  width: 58%;
  background: var(--text-primary);
  min-height: 660px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  /* line 8466, ../sass/style.scss */
  .testimonial-section .testimonial-wrapper .testimonial-area {
    width: 100%;
    min-height: auto;
    padding: 60px 0px;
  }
}
/* line 8481, ../sass/style.scss */
.testimonial-section .testimonial-wrapper .testimonial-area .testi-quote {
  position: absolute;
  top: 10%;
  right: 5%;
}
/* line 8488, ../sass/style.scss */
.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) {
  /* line 8488, ../sass/style.scss */
  .testimonial-section .testimonial-wrapper .newsletter-area {
    width: 100%;
  }
}
@media (max-width: 576px) {
  /* line 8488, ../sass/style.scss */
  .testimonial-section .testimonial-wrapper .newsletter-area {
    min-width: 280px;
  }
}
/* line 8508, ../sass/style.scss */
.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%);
  backdrop-filter: blur(22px);
  width: 100%;
  max-width: 400px;
  border: 1px solid rgba(0, 255, 178, 0.15);
}
@media (max-width: 576px) {
  /* line 8508, ../sass/style.scss */
  .testimonial-section .testimonial-wrapper .newsletter-area .newsletter-form-box {
    padding: 50px 25px;
  }
}
/* line 8521, ../sass/style.scss */
.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;
}
/* line 8527, ../sass/style.scss */
.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);
}

/* line 8539, ../sass/style.scss */
.testimonial-section4 .swiper {
  margin: -15px;
  padding: 15px;
}

/* line 8545, ../sass/style.scss */
.newsletter-form {
  margin-top: 40px;
}
/* line 8548, ../sass/style.scss */
.newsletter-form .form-inner {
  width: 100%;
  margin-bottom: 25px;
}
/* line 8552, ../sass/style.scss */
.newsletter-form .form-inner input, .newsletter-form form.style-1 .form-inner textarea, form.style-1 .newsletter-form .form-inner textarea, .newsletter-form .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .newsletter-form .form-inner textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #dddddd6e;
  height: 52px;
  line-height: 52px;
  padding: 0px 20px;
  color: var(--white);
  transition: all 0.4s ease;
}
/* line 8563, ../sass/style.scss */
.newsletter-form .form-inner input:focus, .newsletter-form form.style-1 .form-inner textarea:focus, form.style-1 .newsletter-form .form-inner textarea:focus, .newsletter-form .contact-from-wrapper .form-inner textarea:focus, .contact-from-wrapper .newsletter-form .form-inner textarea:focus {
  border: 1px solid var(--primary-color1);
}
/* line 8567, ../sass/style.scss */
.newsletter-form .form-inner input::placeholder, .newsletter-form form.style-1 .form-inner textarea::placeholder, form.style-1 .newsletter-form .form-inner textarea::placeholder, .newsletter-form .contact-from-wrapper .form-inner textarea::placeholder, .contact-from-wrapper .newsletter-form .form-inner textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
  text-align: center;
}

/* line 8576, ../sass/style.scss */
.testimonial-wrap {
  width: 100%;
  max-width: 690px;
  margin-left: auto;
  margin-right: 40px;
  padding: 30px 30px 30px 0px;
  position: relative;
}
@media (max-width: 991px) {
  /* line 8576, ../sass/style.scss */
  .testimonial-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1399px) {
  /* line 8576, ../sass/style.scss */
  .testimonial-wrap {
    padding: 30px;
  }
}

/* line 8593, ../sass/style.scss */
.testimonial-single1 {
  padding-bottom: 30px;
}
/* line 8595, ../sass/style.scss */
.testimonial-single1 .testimonial-content {
  border: 1px solid rgba(249, 248, 248, 0.16);
  padding: 35px 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 8595, ../sass/style.scss */
  .testimonial-single1 .testimonial-content {
    padding: 30px 25px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  /* line 8595, ../sass/style.scss */
  .testimonial-single1 .testimonial-content {
    padding: 25px 25px;
  }
}
@media (max-width: 576px) {
  /* line 8595, ../sass/style.scss */
  .testimonial-single1 .testimonial-content {
    padding: 25px 20px;
  }
}
/* line 8607, ../sass/style.scss */
.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;
}
/* line 8613, ../sass/style.scss */
.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;
}
/* line 8623, ../sass/style.scss */
.testimonial-single1 .star-list li .bi {
  color: var(--primary-color1);
}
/* line 8628, ../sass/style.scss */
.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;
}
/* line 8638, ../sass/style.scss */
.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);
}
/* line 8651, ../sass/style.scss */
.testimonial-single1 .testi-author1 .image {
  width: 60px;
  height: 60px;
}
/* line 8655, ../sass/style.scss */
.testimonial-single1 .testi-author1 .image img {
  width: 100%;
  border-radius: 50%;
}
/* line 8662, ../sass/style.scss */
.testimonial-single1 .testi-author1 .author-text h5 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-merriw);
}
/* line 8667, ../sass/style.scss */
.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;
}
/* line 8674, ../sass/style.scss */
.testimonial-single1.siblling-2 {
  position: relative;
  padding: 0px 15px;
}
/* line 8678, ../sass/style.scss */
.testimonial-single1.siblling-2 svg {
  fill: var(--text-light);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}
/* line 8686, ../sass/style.scss */
.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;
}
/* line 8696, ../sass/style.scss */
.testimonial-single1.siblling-2 .star-list li .bi {
  color: var(--primary-color2);
}
@media (max-width: 991px) {
  /* line 8686, ../sass/style.scss */
  .testimonial-single1.siblling-2 .star-list {
    justify-content: start;
  }
}
/* line 8706, ../sass/style.scss */
.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;
}
/* line 8711, ../sass/style.scss */
.testimonial-single1.siblling-2 .testi-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
/* line 8718, ../sass/style.scss */
.testimonial-single1.siblling-2 .author-text h5 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
}
/* line 8723, ../sass/style.scss */
.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;
}
/* line 8730, ../sass/style.scss */
.testimonial-single1.sibling-3 {
  text-align: center;
  border: 1px solid #EEEEEE;
  padding: 30px 25px;
}
/* line 8735, ../sass/style.scss */
.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;
}
/* line 8742, ../sass/style.scss */
.testimonial-single1.sibling-3 .image {
  position: relative;
}
/* line 8744, ../sass/style.scss */
.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: #d5543733;
  padding: 5px;
}
/* line 8754, ../sass/style.scss */
.testimonial-single1.sibling-3 .testi-author {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* line 8761, ../sass/style.scss */
.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;
}
/* line 8769, ../sass/style.scss */
.testimonial-single1.sibling-4 {
  text-align: left;
  padding: 30px 25px;
  background: #FFFFFF;
  box-shadow: 4px 3px 15px rgba(16, 33, 34, 0.06);
}
/* line 8775, ../sass/style.scss */
.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;
}
/* line 8782, ../sass/style.scss */
.testimonial-single1.sibling-4 .image {
  position: relative;
}
/* line 8784, ../sass/style.scss */
.testimonial-single1.sibling-4 .image > img {
  width: 60px;
  height: 60px;
}
/* line 8789, ../sass/style.scss */
.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);
}
/* line 8800, ../sass/style.scss */
.testimonial-single1.sibling-4 .testi-author {
  display: flex;
  flex-direction: row;
  gap: 25px;
  margin-bottom: 15px;
  align-items: center;
}
/* line 8809, ../sass/style.scss */
.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;
}
/* line 8815, ../sass/style.scss */
.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;
}

/* line 8824, ../sass/style.scss */
.swiper-pagination,
.testimonial1-pagination {
  position: relative;
  z-index: 89;
  margin-top: -45px;
}
@media (max-width: 576px) {
  /* line 8824, ../sass/style.scss */
  .swiper-pagination,
  .testimonial1-pagination {
    margin-top: unset;
  }
}
/* line 8832, ../sass/style.scss */
.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);
}
/* line 8839, ../sass/style.scss */
.swiper-pagination .swiper-pagination-bullet-active,
.testimonial1-pagination .swiper-pagination-bullet-active {
  position: relative;
  border: 1px solid var(--primary-color1);
  background: transparent;
}
/* line 8843, ../sass/style.scss */
.swiper-pagination .swiper-pagination-bullet-active::before,
.testimonial1-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;
}
/* line 8855, ../sass/style.scss */
.swiper-pagination.sibling-2,
.testimonial1-pagination.sibling-2 {
  height: 16px;
  bottom: 0;
  margin-top: 50px;
}
/* line 8860, ../sass/style.scss */
.swiper-pagination.sibling-2 .swiper-pagination-bullet,
.testimonial1-pagination.sibling-2 .swiper-pagination-bullet {
  position: relative;
}
/* line 8862, ../sass/style.scss */
.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;
}
/* line 8874, ../sass/style.scss */
.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;
}
/* line 8879, ../sass/style.scss */
.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;
}
/* line 8892, ../sass/style.scss */
.swiper-pagination.sibling-3,
.testimonial1-pagination.sibling-3 {
  height: 16px;
  bottom: 0;
  margin-top: 50px;
}
/* line 8896, ../sass/style.scss */
.swiper-pagination.sibling-3 .swiper-pagination-bullet,
.testimonial1-pagination.sibling-3 .swiper-pagination-bullet {
  position: relative;
}
/* line 8899, ../sass/style.scss */
.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;
}
/* line 8911, ../sass/style.scss */
.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;
}
/* line 8916, ../sass/style.scss */
.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;
}
/* line 8929, ../sass/style.scss */
.swiper-pagination.sibling-4,
.testimonial1-pagination.sibling-4 {
  height: 16px;
  bottom: 0;
  margin-top: 50px;
}
/* line 8933, ../sass/style.scss */
.swiper-pagination.sibling-4 .swiper-pagination-bullet,
.testimonial1-pagination.sibling-4 .swiper-pagination-bullet {
  position: relative;
}
/* line 8936, ../sass/style.scss */
.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;
}
/* line 8948, ../sass/style.scss */
.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;
}
/* line 8953, ../sass/style.scss */
.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;
}

/* line 8968, ../sass/style.scss */
.swiper-pagination-number .swiper-pagination-bullet {
  background: transparent;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-primary);
}
/* line 8975, ../sass/style.scss */
.swiper-pagination-number .swiper-pagination-bullet-active {
  background: transparent;
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-color3);
}

/* line 8982, ../sass/style.scss */
.swiper-banner-pagination {
  position: relative;
  z-index: 89;
}
/* line 8986, ../sass/style.scss */
.swiper-banner-pagination .swiper-pagination-bullet {
  border: 1px solid var(--white);
  width: 15px;
  height: 15px;
  z-index: 9;
  background: var(--white);
}
/* line 8994, ../sass/style.scss */
.swiper-banner-pagination .swiper-pagination-bullet-active {
  position: relative;
  border: 1px solid var(--primary-color1);
  background: transparent;
}
/* line 8999, ../sass/style.scss */
.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 
=======================================*/
/* line 9015, ../sass/style.scss */
.intro-sectoin {
  background-color: #FFF7F5;
  padding: 115px 15px 230px 15px;
}
/* line 9019, ../sass/style.scss */
.intro-sectoin .intro-content {
  text-align: center;
}
/* line 9022, ../sass/style.scss */
.intro-sectoin .intro-content span {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--primary-color2);
  font-family: var(--font-satisfy);
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* line 9029, ../sass/style.scss */
.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;
}
/* line 9042, ../sass/style.scss */
.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;
}
/* line 9050, ../sass/style.scss */
.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 
=======================================*/
/* line 9061, ../sass/style.scss */
.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;
}
/* line 9073, ../sass/style.scss */
.offer-single:hover .offer-bg {
  transform: scale(1.1) rotate(2deg);
}
/* line 9078, ../sass/style.scss */
.offer-single .offer-badge {
  position: absolute;
  top: 25px;
  right: 25px;
}
/* line 9084, ../sass/style.scss */
.offer-single .offer-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: all 0.6s ease;
}
/* line 9098, ../sass/style.scss */
.offer-single .content a {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-work-sans);
  line-height: 1.2;
}
/* line 9104, ../sass/style.scss */
.offer-single .content span {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-work-sans);
  display: block;
}
/* line 9113, ../sass/style.scss */
.offer-single.sibling-2 .content a {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-merriw);
}
/* line 9118, ../sass/style.scss */
.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;
}

/* line 9129, ../sass/style.scss */
.offer-section {
  margin-top: -170px;
}
/* line 9132, ../sass/style.scss */
.offer-section .swiper {
  background: #FFFFFF;
  box-shadow: 4px 3px 35px rgba(117, 117, 117, 0.12);
  padding: 20px;
}
/* line 9138, ../sass/style.scss */
.offer-section.sibling-2 {
  margin-top: unset;
}

/*=======================================
 feature-section 
=======================================*/
/* line 9146, ../sass/style.scss */
.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) {
  /* line 9146, ../sass/style.scss */
  .feature-section {
    margin-bottom: 0px;
  }
}
/* line 9167, ../sass/style.scss */
.feature-section .feature-image {
  transform: translateY(120px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 9167, ../sass/style.scss */
  .feature-section .feature-image {
    transform: translateY(0px);
  }
}
/* line 9175, ../sass/style.scss */
.feature-section .feature-content {
  padding: 50px 15px;
  width: 100%;
  max-width: 600px;
}
/* line 9180, ../sass/style.scss */
.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;
}
/* line 9187, ../sass/style.scss */
.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;
}
/* line 9194, ../sass/style.scss */
.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;
}
/* line 9201, ../sass/style.scss */
.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;
}
/* line 9211, ../sass/style.scss */
.feature-section .feature-content ul.feature-list li:hover {
  transform: translateX(10px);
}
/* line 9215, ../sass/style.scss */
.feature-section .feature-content ul.feature-list li::before {
  content: url("../images/icons/list-arrow.svg");
  position: absolute;
  left: 0;
  top: 3px;
}

/* line 9226, ../sass/style.scss */
.feature2-list {
  margin-bottom: 40px;
}
/* line 9229, ../sass/style.scss */
.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;
}
/* line 9235, ../sass/style.scss */
.feature2-list li:last-child {
  margin-bottom: 0px;
}
/* line 9239, ../sass/style.scss */
.feature2-list li::marker {
  content: '\F272';
  font-family: "Bootstrap-icons";
  font-weight: 500;
}

/* line 9247, ../sass/style.scss */
.feature3-list {
  margin-bottom: 30px;
}
/* line 9249, ../sass/style.scss */
.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;
}
/* line 9255, ../sass/style.scss */
.feature3-list li:last-child {
  margin-bottom: 0px;
}
/* line 9259, ../sass/style.scss */
.feature3-list li::marker {
  color: var(--primary-color2);
}
/* line 9264, ../sass/style.scss */
.feature3-list.sibling-2 li {
  font-size: 2rem;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
}
/* line 9267, ../sass/style.scss */
.feature3-list.sibling-2 li::marker {
  color: var(--primary-color1);
}

/* line 9274, ../sass/style.scss */
.feature-image-group {
  position: relative;
  margin-left: 0;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 9274, ../sass/style.scss */
  .feature-image-group {
    margin-left: -20px;
  }
}
@media (max-width: 991px) {
  /* line 9274, ../sass/style.scss */
  .feature-image-group {
    margin-left: 0;
    margin-top: 40px;
  }
}
/* line 9288, ../sass/style.scss */
.feature-image-group .feature3-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  z-index: 2;
}
/* line 9296, ../sass/style.scss */
.feature-image-group .feature-image {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: auto;
}
/* line 9302, ../sass/style.scss */
.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;
}
/* line 9314, ../sass/style.scss */
.feature-image-group .feature-image.translate-y {
  transform: translateY(30px);
}

/*================================================
 Tour package
=================================================*/
/* line 9324, ../sass/style.scss */
.tour-package-section {
  padding-left: 3%;
  padding-right: 3%;
}
/* line 9328, ../sass/style.scss */
.tour-package-section .swiper-wrapper {
  padding-bottom: 60px;
}
/* line 9332, ../sass/style.scss */
.tour-package-section .swiper-wrapper .swiper-slide:nth-child(even) {
  padding-top: 70px;
}
@media (max-width: 576px) {
  /* line 9332, ../sass/style.scss */
  .tour-package-section .swiper-wrapper .swiper-slide:nth-child(even) {
    padding-top: 0px;
  }
}
/* line 9341, ../sass/style.scss */
.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;
}

/* line 9347, ../sass/style.scss */
.tour-package-single {
  position: relative;
  width: 100%;
  max-width: 410px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
/* line 9357, ../sass/style.scss */
.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;
}
/* line 9364, ../sass/style.scss */
.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) {
  /* line 9364, ../sass/style.scss */
  .tour-package-single .package-content {
    padding: 60px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 9364, ../sass/style.scss */
  .tour-package-single .package-content {
    padding: 60px 25px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  /* line 9364, ../sass/style.scss */
  .tour-package-single .package-content {
    padding: 60px 25px;
  }
}
@media (max-width: 576px) {
  /* line 9364, ../sass/style.scss */
  .tour-package-single .package-content {
    padding: 60px 25px;
  }
}
/* line 9388, ../sass/style.scss */
.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;
}
/* line 9396, ../sass/style.scss */
.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;
}
/* line 9404, ../sass/style.scss */
.tour-package-single .package-content span.price {
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-work-sans);
}
/* line 9410, ../sass/style.scss */
.tour-package-single .explore-btn {
  background-color: var(--text-primary);
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-work-sans);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
  z-index: 99;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
}
/* line 9429, ../sass/style.scss */
.tour-package-single .explore-btn:hover {
  background: var(--primary-color2);
}

/* line 9436, ../sass/style.scss */
.tour-package-single2 {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
/* line 9445, ../sass/style.scss */
.tour-package-single2:hover .image img {
  transform: scale(1.1);
}
/* line 9449, ../sass/style.scss */
.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);
}
/* line 9454, ../sass/style.scss */
.tour-package-single2:hover .image span.blog-date .bi {
  color: var(--text-primary);
  font-size: 14px;
  margin-right: 8px;
}
/* line 9463, ../sass/style.scss */
.tour-package-single2 .image {
  position: relative;
  overflow: hidden;
}
/* line 9467, ../sass/style.scss */
.tour-package-single2 .image img {
  height: 280px;
  transition: all 0.55s ease;
  object-fit: cover;
}
/* line 9473, ../sass/style.scss */
.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;
}
/* line 9483, ../sass/style.scss */
.tour-package-single2 .image span.blog-date .bi {
  color: var(--white);
  font-size: 14px;
  margin-right: 8px;
  transition: all 0.45s ease;
}
/* line 9492, ../sass/style.scss */
.tour-package-single2 .content {
  background: #FFFFFF;
  padding: 25px 25px 35px 25px;
  text-align: center;
  border: 1px solid #EEEEEE;
}
/* line 9498, ../sass/style.scss */
.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;
}
/* line 9506, ../sass/style.scss */
.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;
}
/* line 9510, ../sass/style.scss */
.tour-package-single2 .content h4 {
  margin-bottom: 10px;
}
/* line 9513, ../sass/style.scss */
.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;
}
/* line 9519, ../sass/style.scss */
.tour-package-single2 .content h4 a:hover {
  color: var(--text-secondary);
}
/* line 9525, ../sass/style.scss */
.tour-package-single2 .content i {
  margin-left: 5px;
  vertical-align: baseline;
}

/* line 9532, ../sass/style.scss */
.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) {
  /* line 9532, ../sass/style.scss */
  .tour-package-widget {
    padding: 25px 20px;
  }
}
/* line 9541, ../sass/style.scss */
.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;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  border-radius: 0px;
  border: 1px solid #EEEEEE;
  font-size: 18px;
}
/* line 9560, ../sass/style.scss */
.tour-package-widget .select-widget .nice-select::after {
  border-bottom: 1px solid var(--text-primary);
  border-right: 1px solid var(--text-primary);
}
/* line 9564, ../sass/style.scss */
.tour-package-widget .select-widget .nice-select .option {
  min-height: 30px;
  line-height: 30px;
  font-size: 16px;
}
/* line 9568, ../sass/style.scss */
.tour-package-widget .select-widget .nice-select .option:hover {
  background: var(--primary-color1);
  color: var(--white);
}
/* line 9573, ../sass/style.scss */
.tour-package-widget .select-widget .nice-select .option.selected {
  background: var(--primary-color1) !important;
}
/* line 9577, ../sass/style.scss */
.tour-package-widget .select-widget .nice-select .current {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary);
}
/* line 9580, ../sass/style.scss */
.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;
}
/* line 9592, ../sass/style.scss */
.tour-package-widget .range-widget .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
  -ms-touch-action: none;
  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;
}
/* line 9604, ../sass/style.scss */
.tour-package-widget .range-widget .ui-slider .ui-slider-handle:hover {
  background-color: var(--primary-color1) !important;
}
/* line 9608, ../sass/style.scss */
.tour-package-widget .range-widget .ui-widget.ui-widget-content {
  background: #ffff;
  border: 1px solid var(--primary-color1-light);
  border-radius: 3px;
}
/* line 9613, ../sass/style.scss */
.tour-package-widget .range-widget .ui-slider-horizontal {
  height: 8px;
}
/* line 9616, ../sass/style.scss */
.tour-package-widget .range-widget .ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: -.6em;
}
/* line 9619, ../sass/style.scss */
.tour-package-widget .range-widget .ui-slider-horizontal .ui-slider-handle:focus {
  border: unset;
  outline: unset;
  background-color: var(--primary-color1) !important;
}
/* line 9625, ../sass/style.scss */
.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;
}
/* line 9631, ../sass/style.scss */
.tour-package-widget .range-widget button, .tour-package-widget .range-widget input, .tour-package-widget .range-widget form.style-1 .form-inner textarea, form.style-1 .form-inner .tour-package-widget .range-widget textarea, .tour-package-widget .range-widget .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .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%;
}
/* line 9644, ../sass/style.scss */
.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;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
}
/* line 9656, ../sass/style.scss */
.tour-package-widget .container .bi {
  color: #ffcc33;
  margin-right: 3px;
}
/* line 9663, ../sass/style.scss */
.tour-package-widget .checkbox-container input, .tour-package-widget .checkbox-container form.style-1 .form-inner textarea, form.style-1 .form-inner .tour-package-widget .checkbox-container textarea, .tour-package-widget .checkbox-container .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .form-inner .tour-package-widget .checkbox-container textarea {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* line 9672, ../sass/style.scss */
.tour-package-widget .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}
/* line 9682, ../sass/style.scss */
.tour-package-widget .checkbox-container:hover input ~ .checkmark, .tour-package-widget .checkbox-container:hover form.style-1 .form-inner textarea ~ .checkmark, form.style-1 .form-inner .tour-package-widget .checkbox-container:hover textarea ~ .checkmark, .tour-package-widget .checkbox-container:hover .contact-from-wrapper .form-inner textarea ~ .checkmark, .contact-from-wrapper .form-inner .tour-package-widget .checkbox-container:hover textarea ~ .checkmark {
  background-color: #ccc;
}
/* line 9687, ../sass/style.scss */
.tour-package-widget .checkbox-container input:checked ~ .checkmark, .tour-package-widget .checkbox-container form.style-1 .form-inner textarea:checked ~ .checkmark, form.style-1 .form-inner .tour-package-widget .checkbox-container textarea:checked ~ .checkmark, .tour-package-widget .checkbox-container .contact-from-wrapper .form-inner textarea:checked ~ .checkmark, .contact-from-wrapper .form-inner .tour-package-widget .checkbox-container textarea:checked ~ .checkmark {
  background-color: var(--primary-color1);
}
/* line 9692, ../sass/style.scss */
.tour-package-widget .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* line 9699, ../sass/style.scss */
.tour-package-widget .checkbox-container input:checked ~ .checkmark:after, .tour-package-widget .checkbox-container form.style-1 .form-inner textarea:checked ~ .checkmark:after, form.style-1 .form-inner .tour-package-widget .checkbox-container textarea:checked ~ .checkmark:after, .tour-package-widget .checkbox-container .contact-from-wrapper .form-inner textarea:checked ~ .checkmark:after, .contact-from-wrapper .form-inner .tour-package-widget .checkbox-container textarea:checked ~ .checkmark:after {
  display: block;
}
/* line 9704, ../sass/style.scss */
.tour-package-widget .checkbox-container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 9717, ../sass/style.scss */
.clearfix::after {
  content: '';
  clear: both;
  display: block;
}

/* line 9723, ../sass/style.scss */
h4.package-widget-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 30px;
}

/* line 9728, ../sass/style.scss */
.package-filter-area {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
/* line 9734, ../sass/style.scss */
.package-filter-area h4 {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
}

/* line 9739, ../sass/style.scss */
.tour-package-sidebar {
  max-width: 100%;
}

/* line 9742, ../sass/style.scss */
.tour-package-sidebar-mobile {
  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);
}
/* line 9757, ../sass/style.scss */
.tour-package-sidebar-mobile.show {
  transform: translateX(0%);
  opacity: 1;
}
/* line 9761, ../sass/style.scss */
.tour-package-sidebar-mobile .package-sidebar-close {
  margin-bottom: 30px;
  text-align: right;
}
/* line 9764, ../sass/style.scss */
.tour-package-sidebar-mobile .package-sidebar-close i {
  font-size: 28px;
  color: var(--primary-color1);
}

/* line 9770, ../sass/style.scss */
.check-box-item {
  margin-bottom: 35px;
}
/* line 9772, ../sass/style.scss */
.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
=================================================*/
/* line 9783, ../sass/style.scss */
.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;
}
/* line 9796, ../sass/style.scss */
.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;
}
/* line 9802, ../sass/style.scss */
.about5-title h2 span {
  font-size: 4.2rem;
  font-weight: 500;
  color: var(--primary-color3);
  font-family: var(--font-merriw);
}
/* line 9808, ../sass/style.scss */
.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;
}
/* line 9815, ../sass/style.scss */
.about5-title a {
  font-size: 17px;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
}

/* line 9821, ../sass/style.scss */
.about3-title {
  padding-right: 40px;
}
/* line 9824, ../sass/style.scss */
.about3-title > span {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--primary-color2);
  font-family: var(--font-satisfy);
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 3px;
  text-transform: uppercase;
}
/* line 9833, ../sass/style.scss */
.about3-title h2 {
  font-size: 4rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  line-height: 1.4;
  margin-bottom: 20px;
}
/* line 9840, ../sass/style.scss */
.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;
}
/* line 9847, ../sass/style.scss */
.about3-title a {
  font-size: 17px;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
}

/* line 9853, ../sass/style.scss */
.about5-content {
  padding-left: 45px;
}
@media (max-width: 991px) {
  /* line 9853, ../sass/style.scss */
  .about5-content {
    padding-left: 0px;
  }
}
/* line 9860, ../sass/style.scss */
.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;
}
/* line 9865, ../sass/style.scss */
.about5-content ul.about-list {
  margin-bottom: 45px;
}
/* line 9868, ../sass/style.scss */
.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;
}
/* line 9873, ../sass/style.scss */
.about5-content ul.about-list li:last-child {
  margin-bottom: 0px;
}
/* line 9877, ../sass/style.scss */
.about5-content ul.about-list li::marker {
  font-size: 120%;
  color: var(--text-primary);
}
/* line 9884, ../sass/style.scss */
.about5-content .quote-area {
  position: relative;
  padding-left: 30px;
}
/* line 9888, ../sass/style.scss */
.about5-content .quote-area::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  height: 100%;
  width: 2px;
  background: var(--primary-color3);
}
/* line 9899, ../sass/style.scss */
.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;
}
/* line 9907, ../sass/style.scss */
.about5-content .quote-area .author h5 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
}
/* line 9912, ../sass/style.scss */
.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
=======================================*/
/* line 9924, ../sass/style.scss */
.wild-package-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
/* line 9929, ../sass/style.scss */
.wild-package-section::before {
  content: url("../images/bg/wildtour-bg.png");
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
/* line 9937, ../sass/style.scss */
.wild-package-section .container {
  position: relative;
}
/* line 9940, ../sass/style.scss */
.wild-package-section .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: -99.6%;
  width: 100%;
  background: #FFF7F5;
  height: 110%;
  z-index: 9;
}
/* line 9951, ../sass/style.scss */
.wild-package-section .container .swiper {
  overflow: visible;
}

/* line 9957, ../sass/style.scss */
.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) {
  /* line 9957, ../sass/style.scss */
  .wild-package-single {
    min-height: 450px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 9957, ../sass/style.scss */
  .wild-package-single {
    min-height: 420px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 9957, ../sass/style.scss */
  .wild-package-single {
    min-height: 380px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 9957, ../sass/style.scss */
  .wild-package-single {
    min-height: 330px;
  }
}
@media (max-width: 767px) {
  /* line 9957, ../sass/style.scss */
  .wild-package-single {
    min-height: 300px;
  }
}
/* line 9986, ../sass/style.scss */
.wild-package-single .wild-package-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.65s ease-in-out;
}
/* line 9998, ../sass/style.scss */
.wild-package-single .text {
  margin-bottom: 35px;
  padding-left: 30px;
  transition: all 0.35s ease-in-out;
  transform: scaleY(1);
}
/* line 10004, ../sass/style.scss */
.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;
}
/* line 10015, ../sass/style.scss */
.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%);
}
/* line 10028, ../sass/style.scss */
.wild-package-single .text h4 a {
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-merriw);
}
/* line 10035, ../sass/style.scss */
.wild-package-single .content-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.65s ease;
}
/* line 10045, ../sass/style.scss */
.wild-package-single .content {
  transition: all 0.65s ease-in-out;
  background: var(--white);
  width: 100%;
  padding: 25px 30px;
}
/* line 10051, ../sass/style.scss */
.wild-package-single .content h4 {
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 10px;
}
/* line 10057, ../sass/style.scss */
.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;
}
/* line 10063, ../sass/style.scss */
.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;
}
/* line 10071, ../sass/style.scss */
.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;
}
/* line 10084, ../sass/style.scss */
.wild-package-single .content .details-btn:hover::before {
  width: 100%;
}
/* line 10092, ../sass/style.scss */
.wild-package-single:hover .content-wrapper {
  opacity: 1;
  transform: translateY(0%);
}
/* line 10098, ../sass/style.scss */
.wild-package-single:hover .text {
  opacity: 0;
  transform: scaleY(1);
}

/*=======================================
 facilities-section
=======================================*/
/* line 10108, ../sass/style.scss */
.facilities-section {
  background: #FFF7F5;
  padding: 90px 0px;
}

/* line 10113, ../sass/style.scss */
.facility-single {
  border: 1px dashed #5E5E5E;
  padding: 25px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transition: all 0.55s ease;
}
/* line 10122, ../sass/style.scss */
.facility-single:hover {
  background: var(--primary-color2);
  border: 1px dashed transparent;
}
@media (max-width: 767px) {
  /* line 10113, ../sass/style.scss */
  .facility-single {
    gap: 15px;
  }
}
/* line 10132, ../sass/style.scss */
.facility-single .text h4 {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 10px;
}
/* line 10138, ../sass/style.scss */
.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;
}

/* line 10146, ../sass/style.scss */
.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;
}
/* line 10156, ../sass/style.scss */
.facility-single2:hover::before {
  transform: scale(1);
  opacity: 1;
}
/* line 10162, ../sass/style.scss */
.facility-single2:hover .facility-content h4 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--white);
}
/* line 10166, ../sass/style.scss */
.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);
}
/* line 10172, ../sass/style.scss */
.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;
}
/* line 10188, ../sass/style.scss */
.facility-single2 .facility-icon {
  margin-bottom: 30px;
}
/* line 10193, ../sass/style.scss */
.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;
}
/* line 10200, ../sass/style.scss */
.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
=======================================*/
/* line 10212, ../sass/style.scss */
.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;
}
/* line 10223, ../sass/style.scss */
.tour-guide-single:hover .guide-image img {
  transform: scale(1.1);
}
/* line 10227, ../sass/style.scss */
.tour-guide-single:hover .guide-image .social-area {
  opacity: 1;
  transform: translateY(0%);
}
/* line 10234, ../sass/style.scss */
.tour-guide-single .guide-image {
  overflow: hidden;
  position: relative;
}
/* line 10238, ../sass/style.scss */
.tour-guide-single .guide-image img {
  transition: all 0.65s ease;
}
/* line 10242, ../sass/style.scss */
.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%);
}
/* line 10258, ../sass/style.scss */
.tour-guide-single .guide-contnent {
  padding: 20px 20px 25px 20px;
  text-align: center;
  transition: all 0.55s ease;
}
/* line 10264, ../sass/style.scss */
.tour-guide-single .guide-contnent h4 a {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
}
/* line 10270, ../sass/style.scss */
.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;
}
/* line 10277, ../sass/style.scss */
.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;
}
/* line 10288, ../sass/style.scss */
.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;
}
/* line 10300, ../sass/style.scss */
.tour-guide-single .guide-social i:hover {
  background: var(--primary-color2);
  border: 1px solid var(--primary-color2);
}
/* line 10308, ../sass/style.scss */
.tour-guide-single.sibling-2 .guide-contnent h4 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
}

/* line 10316, ../sass/style.scss */
.tour-guide-single2 {
  background: var(--white);
  border-radius: 0px;
  transition: all 0.5s ease-in-out;
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
}
/* line 10326, ../sass/style.scss */
.tour-guide-single2:hover .tour-guide-image .tour-guide-content {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
/* line 10334, ../sass/style.scss */
.tour-guide-single2 .tour-guide-image {
  position: relative;
}
/* line 10336, ../sass/style.scss */
.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;
}
/* line 10348, ../sass/style.scss */
.tour-guide-single2 .tour-guide-image .social-area:hover .social-links {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
/* line 10355, ../sass/style.scss */
.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;
}
/* line 10366, ../sass/style.scss */
.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;
}
/* line 10377, ../sass/style.scss */
.tour-guide-single2 .tour-guide-image .social-area .social-links a .bx:hover {
  background-color: var(--primary-color1);
  color: var(--white);
}
/* line 10385, ../sass/style.scss */
.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;
}
/* line 10394, ../sass/style.scss */
.tour-guide-single2 .tour-guide-image .social-area .social-plus:hover {
  background-color: var(--primary-color1);
  color: var(--white);
}
/* line 10398, ../sass/style.scss */
.tour-guide-single2 .tour-guide-image .social-area .social-plus:hover .bx {
  font-size: 18px;
  color: var(--white);
}
/* line 10404, ../sass/style.scss */
.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;
}
/* line 10412, ../sass/style.scss */
.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;
}
/* line 10428, ../sass/style.scss */
.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;
}
/* line 10435, ../sass/style.scss */
.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;
}

/* line 10447, ../sass/style.scss */
.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;
}
/* line 10452, ../sass/style.scss */
.newsletter-section .newsletter-area .newsletter-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  /* line 10452, ../sass/style.scss */
  .newsletter-section .newsletter-area .newsletter-title {
    margin-bottom: 30px;
  }
}
/* line 10460, ../sass/style.scss */
.newsletter-section .newsletter-area .newsletter-title h5 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-merriw);
  margin-bottom: 0;
}
/* line 10466, ../sass/style.scss */
.newsletter-section .newsletter-area .newsletter-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  /* line 10466, ../sass/style.scss */
  .newsletter-section .newsletter-area .newsletter-wrap {
    gap: 0px;
  }
}
/* line 10475, ../sass/style.scss */
.newsletter-section .newsletter-area .newsletter-wrap form {
  width: 100%;
}
/* line 10477, ../sass/style.scss */
.newsletter-section .newsletter-area .newsletter-wrap form input, .newsletter-section .newsletter-area .newsletter-wrap form.style-1 .form-inner textarea, .newsletter-section .newsletter-area .newsletter-wrap form .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .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;
}
/* line 10486, ../sass/style.scss */
.newsletter-section .newsletter-area .newsletter-wrap form input:focus, .newsletter-section .newsletter-area .newsletter-wrap form.style-1 .form-inner textarea:focus, .newsletter-section .newsletter-area .newsletter-wrap form .contact-from-wrapper .form-inner textarea:focus, .contact-from-wrapper .form-inner .newsletter-section .newsletter-area .newsletter-wrap form textarea:focus {
  border: 1px solid var(--primary-color2);
}
@media (max-width: 767px) {
  /* line 10477, ../sass/style.scss */
  .newsletter-section .newsletter-area .newsletter-wrap form input, .newsletter-section .newsletter-area .newsletter-wrap form.style-1 .form-inner textarea, .newsletter-section .newsletter-area .newsletter-wrap form .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .form-inner .newsletter-section .newsletter-area .newsletter-wrap form textarea {
    height: 50px;
  }
}
/* line 10495, ../sass/style.scss */
.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) {
  /* line 10495, ../sass/style.scss */
  .newsletter-section .newsletter-area .newsletter-wrap button {
    height: 50px;
  }
}
/* line 10507, ../sass/style.scss */
.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;
}
/* line 10524, ../sass/style.scss */
.newsletter-section .newsletter-area .newsletter-wrap button:hover::after {
  transform: scale(1);
  opacity: 1;
}

/* line 10533, ../sass/style.scss */
.trip-category-section {
  position: relative;
  z-index: 1;
}
/* line 10536, ../sass/style.scss */
.trip-category-section .trip-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* line 10543, ../sass/style.scss */
.trip-category-single {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  background: var(--white);
}
/* line 10552, ../sass/style.scss */
.trip-category-single:hover .trip-image img {
  transform: scale(1.1);
}
/* line 10558, ../sass/style.scss */
.trip-category-single:hover .trip-content .trip-bottom .trip-meta-list {
  margin-top: -25px;
}
/* line 10562, ../sass/style.scss */
.trip-category-single:hover .trip-content .trip-bottom .explore-btn {
  margin-top: -25px;
}
/* line 10568, ../sass/style.scss */
.trip-category-single .trip-image {
  position: relative;
  overflow: hidden;
}
/* line 10572, ../sass/style.scss */
.trip-category-single .trip-image img {
  transition: all 0.65s ease;
}
/* line 10576, ../sass/style.scss */
.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) {
  /* line 10586, ../sass/style.scss */
  .trip-category-single .trip-image image {
    width: 100%;
  }
}
/* line 10591, ../sass/style.scss */
.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);
}
/* line 10598, ../sass/style.scss */
.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;
}
/* line 10604, ../sass/style.scss */
.trip-category-single .trip-content h4 a:hover {
  color: var(--primary-color1);
}
/* line 10609, ../sass/style.scss */
.trip-category-single .trip-content .explore-btn {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
}
/* line 10613, ../sass/style.scss */
.trip-category-single .trip-content .explore-btn i {
  margin-left: 5px;
  vertical-align: baseline;
}
/* line 10618, ../sass/style.scss */
.trip-category-single .trip-content .trip-text {
  transition: all 0.55s ease;
}
/* line 10620, ../sass/style.scss */
.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;
}
/* line 10624, ../sass/style.scss */
.trip-category-single .trip-content .trip-bottom {
  width: 100%;
  height: 25px;
  overflow: hidden;
}
/* line 10629, ../sass/style.scss */
.trip-category-single .trip-content .trip-bottom .trip-meta-list {
  margin-top: 0px;
  transition: all 0.5s ease;
}
/* line 10634, ../sass/style.scss */
.trip-category-single .trip-content .trip-bottom .explore-btn {
  margin-top: 0px;
  transition: all 0.5s ease;
}
/* line 10640, ../sass/style.scss */
.trip-category-single .trip-meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
}
/* line 10646, ../sass/style.scss */
.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;
}
/* line 10651, ../sass/style.scss */
.trip-category-single .trip-meta-list li .bx {
  font-size: 16px;
  vertical-align: center;
  margin-right: 8px;
  margin-top: -3px;
}

/*=======================================
 contact-section
=======================================*/
/* line 10663, ../sass/style.scss */
.info-title-area {
  text-align: center;
  margin-bottom: 50px;
}
/* line 10667, ../sass/style.scss */
.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;
}
/* line 10673, ../sass/style.scss */
.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);
}

/* line 10678, ../sass/style.scss */
.info-single {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  padding: 35px 20px;
  text-align: center;
  transition: all 0.55s ease;
}
/* line 10684, ../sass/style.scss */
.info-single:hover {
  border: 1px solid transparent;
}
/* line 10688, ../sass/style.scss */
.info-single:hover .info-icon::before {
  transform: scale(1);
  opacity: 1;
}
/* line 10693, ../sass/style.scss */
.info-single:hover .info-icon i {
  color: var(--white);
}
/* line 10698, ../sass/style.scss */
.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%;
}
/* line 10704, ../sass/style.scss */
.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);
}
/* line 10720, ../sass/style.scss */
.info-single .info-icon i {
  font-size: 35px;
  font-weight: 300;
  transition: all 0.55s ease;
}
/* line 10727, ../sass/style.scss */
.info-single .info-text h3 {
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 15px;
}
/* line 10732, ../sass/style.scss */
.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;
}
/* line 10737, ../sass/style.scss */
.info-single .info-text a {
  display: block;
  margin-bottom: 0px;
}

/* line 10744, ../sass/style.scss */
.contact-from-wrapper {
  background: #FFFFFF;
  border: 1.5px solid #EEEEEE;
  padding: 25px 65px 60px 65px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 10744, ../sass/style.scss */
  .contact-from-wrapper {
    padding: 10px 40px 45px 40px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  /* line 10744, ../sass/style.scss */
  .contact-from-wrapper {
    padding: 5px 30px 40px 30px;
  }
}
@media (max-width: 576px) {
  /* line 10744, ../sass/style.scss */
  .contact-from-wrapper {
    padding: 10px 25px 45px 25px;
  }
}
/* line 10757, ../sass/style.scss */
.contact-from-wrapper .form-inner {
  padding: 15px 0px;
}
@media (max-width: 576px) {
  /* line 10757, ../sass/style.scss */
  .contact-from-wrapper .form-inner {
    padding: 8px 0px;
  }
}
/* line 10763, ../sass/style.scss */
.contact-from-wrapper .form-inner input, .contact-from-wrapper form.style-1 .form-inner textarea, form.style-1 .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .form-inner 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);
}
/* line 10773, ../sass/style.scss */
.contact-from-wrapper .form-inner input::placeholder, .contact-from-wrapper .form-inner textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  transition: all 0.45s ease;
}
/* line 10778, ../sass/style.scss */
.contact-from-wrapper .form-inner input:focus, .contact-from-wrapper .form-inner textarea:focus {
  border-bottom: 1px solid var(--primary-color1);
}
/* line 10781, ../sass/style.scss */
.contact-from-wrapper .form-inner input:focus::placeholder, .contact-from-wrapper .form-inner textarea:focus::placeholder {
  color: var(--primary-color1);
}
/* line 10790, ../sass/style.scss */
.contact-from-wrapper .submit-btn {
  margin-top: 25px;
}

/* line 10794, ../sass/style.scss */
.error-wrapper {
  padding: 0px 30px;
}
/* line 10797, ../sass/style.scss */
.error-wrapper .error-image {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 20px 30px 20px;
}
/* line 10801, ../sass/style.scss */
.error-wrapper .error-image img {
  margin-bottom: 30px;
  animation: jump 2s linear infinite alternate;
}
@keyframes jump {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
/* line 10818, ../sass/style.scss */
.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
=======================================*/
/* line 10831, ../sass/style.scss */
.faq-wrap .accordion-item {
  margin-bottom: 24px;
  border: none;
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
}
/* line 10835, ../sass/style.scss */
.faq-wrap .accordion-item:last-child {
  margin-bottom: 0;
}
/* line 10840, ../sass/style.scss */
.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;
}
@media (max-width: 767px) {
  /* line 10840, ../sass/style.scss */
  .faq-wrap .accordion-button {
    padding: 20px 55px 20px 20px;
  }
}
/* line 10857, ../sass/style.scss */
.faq-wrap .accordion-button:hover {
  color: #fff;
  background: var(--primary-color1);
}
/* line 10861, ../sass/style.scss */
.faq-wrap .accordion-button:hover::after {
  color: #fff;
}
/* line 10866, ../sass/style.scss */
.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);
}
/* line 10875, ../sass/style.scss */
.faq-wrap .accordion-button::after {
  flex-shrink: 0;
  width: unset;
  height: unset;
  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;
}
/* line 10903, ../sass/style.scss */
.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);
}
/* line 10914, ../sass/style.scss */
.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;
}
/* line 10925, ../sass/style.scss */
.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);
}
/* line 10934, ../sass/style.scss */
.faq-wrap.sibling-2 .accordion-button {
  font-size: 20px;
  padding: 20px 60px 20px 20px;
}

/* line 10942, ../sass/style.scss */
.sidebar-widget:last-child {
  margin-bottom: 0px;
}
/* line 10946, ../sass/style.scss */
.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;
}
/* line 10952, ../sass/style.scss */
.sidebar-widget .newsletter-area .banner-form-box {
  border-radius: 0px;
  border: 1px solid rgba(144, 185, 86, 0.33);
}
/* line 10957, ../sass/style.scss */
.sidebar-widget .newsletter-area .newsletter-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  /* line 10957, ../sass/style.scss */
  .sidebar-widget .newsletter-area .newsletter-title {
    margin-bottom: 30px;
  }
}
/* line 10967, ../sass/style.scss */
.sidebar-widget .newsletter-area .newsletter-title h5 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-merriw);
  margin-bottom: 0;
}
/* line 10974, ../sass/style.scss */
.sidebar-widget .newsletter-area .newsletter-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  /* line 10974, ../sass/style.scss */
  .sidebar-widget .newsletter-area .newsletter-wrap {
    gap: 0px;
  }
}
/* line 10985, ../sass/style.scss */
.sidebar-widget .newsletter-area .newsletter-wrap form {
  width: 100%;
}
/* line 10988, ../sass/style.scss */
.sidebar-widget .newsletter-area .newsletter-wrap form input, .sidebar-widget .newsletter-area .newsletter-wrap form.style-1 .form-inner textarea, .sidebar-widget .newsletter-area .newsletter-wrap form .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .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;
}
/* line 10998, ../sass/style.scss */
.sidebar-widget .newsletter-area .newsletter-wrap form input:focus, .sidebar-widget .newsletter-area .newsletter-wrap form.style-1 .form-inner textarea:focus, .sidebar-widget .newsletter-area .newsletter-wrap form .contact-from-wrapper .form-inner textarea:focus, .contact-from-wrapper .form-inner .sidebar-widget .newsletter-area .newsletter-wrap form textarea:focus {
  border: 1px solid var(--primary-color2);
}
@media (max-width: 767px) {
  /* line 10988, ../sass/style.scss */
  .sidebar-widget .newsletter-area .newsletter-wrap form input, .sidebar-widget .newsletter-area .newsletter-wrap form.style-1 .form-inner textarea, .sidebar-widget .newsletter-area .newsletter-wrap form .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .form-inner .sidebar-widget .newsletter-area .newsletter-wrap form textarea {
    height: 50px;
  }
}
/* line 11008, ../sass/style.scss */
.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) {
  /* line 11008, ../sass/style.scss */
  .sidebar-widget .newsletter-area .newsletter-wrap button {
    height: 50px;
  }
}
/* line 11022, ../sass/style.scss */
.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;
}
/* line 11042, ../sass/style.scss */
.sidebar-widget .newsletter-area .newsletter-wrap button:hover::after {
  transform: scale(1);
  opacity: 1;
}

/* line 11052, ../sass/style.scss */
.sidebar-offer {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  /* line 11052, ../sass/style.scss */
  .sidebar-offer {
    max-width: 435px;
    margin: 0px auto;
  }
}
/* line 11059, ../sass/style.scss */
.sidebar-offer img {
  width: 100%;
}
/* line 11062, ../sass/style.scss */
.sidebar-offer::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.4));
  z-index: 1;
}
/* line 11076, ../sass/style.scss */
.sidebar-offer .offer-badge {
  position: absolute;
  right: 25px;
  top: 25px;
}
/* line 11082, ../sass/style.scss */
.sidebar-offer .offer-content {
  text-align: center;
  padding: 0px 25px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  width: 100%;
}
/* line 11093, ../sass/style.scss */
.sidebar-offer .offer-content .review-area span {
  font-size: 12px;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
}
/* line 11100, ../sass/style.scss */
.sidebar-offer .offer-content .review-area .star-list li i {
  font-size: 10px;
  font-weight: 400;
  color: var(--white);
}
/* line 11107, ../sass/style.scss */
.sidebar-offer .offer-content h4 {
  margin-bottom: 10px;
}
/* line 11108, ../sass/style.scss */
.sidebar-offer .offer-content h4 a {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-merriw);
}
/* line 11116, ../sass/style.scss */
.sidebar-offer .offer-content .price {
  margin-bottom: 25px;
}
/* line 11119, ../sass/style.scss */
.sidebar-offer .offer-content .price span {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-work-sans);
}
/* line 11124, ../sass/style.scss */
.sidebar-offer .offer-content .price del {
  font-size: 1.4rem;
  font-weight: 500;
  color: #878787;
  font-family: var(--font-work-sans);
}

/*=======================================
    sidebar-widget 
=======================================*/
/* line 11135, ../sass/style.scss */
.desti-sidebar-widget {
  margin-bottom: 60px;
}
/* line 11138, ../sass/style.scss */
.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;
}

/* line 11148, ../sass/style.scss */
.sidebar-search .form-cc .form-inner {
  border: 1px solid #EEEEEE;
  display: flex;
  flex-direction: row;
  padding: 15px 15px;
}
/* line 11154, ../sass/style.scss */
.sidebar-search .form-cc .form-inner input, .sidebar-search .form-cc form.style-1 .form-inner textarea, form.style-1 .sidebar-search .form-cc .form-inner textarea, .sidebar-search .form-cc .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .sidebar-search .form-cc .form-inner textarea {
  outline: none;
  border: none;
  width: 100%;
  color: var(--text-primary);
}
/* line 11160, ../sass/style.scss */
.sidebar-search .form-cc .form-inner input::placeholder, .sidebar-search .form-cc form.style-1 .form-inner textarea::placeholder, form.style-1 .sidebar-search .form-cc .form-inner textarea::placeholder, .sidebar-search .form-cc .contact-from-wrapper .form-inner textarea::placeholder, .contact-from-wrapper .sidebar-search .form-cc .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;
}
/* line 11167, ../sass/style.scss */
.sidebar-search .form-cc .form-inner input:focus::placeholder, .sidebar-search .form-cc form.style-1 .form-inner textarea:focus::placeholder, form.style-1 .sidebar-search .form-cc .form-inner textarea:focus::placeholder, .sidebar-search .form-cc .contact-from-wrapper .form-inner textarea:focus::placeholder, .contact-from-wrapper .sidebar-search .form-cc .form-inner textarea:focus::placeholder {
  color: var(--primary-color1);
}
/* line 11173, ../sass/style.scss */
.sidebar-search .form-cc .form-inner button {
  border: none;
  outline: none;
  background-color: var(--white);
}
/* line 11178, ../sass/style.scss */
.sidebar-search .form-cc .form-inner button i {
  font-size: 28px;
  color: var(--text-primary);
  transition: all 0.45s ease;
}
/* line 11185, ../sass/style.scss */
.sidebar-search .form-cc .form-inner button:hover i {
  color: var(--primary-color1);
}

/* line 11194, ../sass/style.scss */
.tour-package-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 11197, ../sass/style.scss */
.tour-package-list li {
  margin-bottom: 25px;
}
/* line 11200, ../sass/style.scss */
.tour-package-list li:last-child {
  margin-bottom: 0px;
}
/* line 11206, ../sass/style.scss */
.tour-package-list .sidebar-package-single {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 18px;
  align-items: center;
}
/* line 11214, ../sass/style.scss */
.tour-package-list .sidebar-package-single .package-content h5 {
  margin-bottom: 8px;
}
/* line 11216, ../sass/style.scss */
.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);
}
/* line 11222, ../sass/style.scss */
.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;
}
/* line 11227, ../sass/style.scss */
.tour-package-list .sidebar-package-single .package-content span .bi {
  color: var(--primary-color1);
  font-weight: 600;
}
/* line 11233, ../sass/style.scss */
.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;
}

/* line 11243, ../sass/style.scss */
.tour-category .tour-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 11246, ../sass/style.scss */
.tour-category .tour-category-list li {
  position: relative;
  padding-left: 25px;
  transition: all 0.65s ease;
  margin-bottom: 20px;
}
/* line 11252, ../sass/style.scss */
.tour-category .tour-category-list li:last-child {
  margin-bottom: 0px;
}
/* line 11256, ../sass/style.scss */
.tour-category .tour-category-list li::before {
  position: absolute;
  top: 2px;
  left: 0px;
  content: '\F231';
  font-family: 'Bootstrap-icons';
  transition: all 0.45s ease;
}
/* line 11265, ../sass/style.scss */
.tour-category .tour-category-list li a {
  font-size: 18px;
  font-weight: 400;
  color: var(--font-work-sans);
  font-family: var(--font-work-sans);
  transition: all 0.45s ease;
}
/* line 11271, ../sass/style.scss */
.tour-category .tour-category-list li:hover {
  padding-left: 30px;
}
/* line 11274, ../sass/style.scss */
.tour-category .tour-category-list li:hover::before {
  color: var(--primary-color1);
}
/* line 11278, ../sass/style.scss */
.tour-category .tour-category-list li:hover a {
  color: var(--primary-color1);
}

/* line 11287, ../sass/style.scss */
.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;
}
/* line 11295, ../sass/style.scss */
.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;
}
/* line 11306, ../sass/style.scss */
.sidebar-social-area .sidebar-social-list i:hover {
  background: var(--primary-color1);
  border: 1px solid var(--primary-color1);
  color: var(--white);
}

/*=======================================
    destination
=======================================*/
/* line 11319, ../sass/style.scss */
.destination-block h3 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 22px;
}
/* line 11325, ../sass/style.scss */
.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);
}

/* line 11331, ../sass/style.scss */
.desti-details-block {
  margin-bottom: 50px;
}
/* line 11332, ../sass/style.scss */
.desti-details-block:last-child {
  margin-bottom: 0px;
}
/* line 11338, ../sass/style.scss */
.desti-details-block h3 {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 25px;
}
/* line 11344, ../sass/style.scss */
.desti-details-block p, .desti-details-block .info-single .info-text a, .info-single .info-text .desti-details-block a {
  margin-bottom: 25px;
}
/* line 11348, ../sass/style.scss */
.desti-details-block .desti-details-img {
  margin: 33px 0px 33px 0px;
}
/* line 11352, ../sass/style.scss */
.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;
}
/* line 11359, ../sass/style.scss */
.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;
}
/* line 11367, ../sass/style.scss */
.desti-details-block .desti-details-sm-img {
  margin-top: 10px;
  margin-bottom: 30px;
}
/* line 11371, ../sass/style.scss */
.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;
}

/* line 11381, ../sass/style.scss */
.map-area {
  height: 300px;
}
/* line 11384, ../sass/style.scss */
.map-area iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(199%) invert(98%) contrast(122%);
}

/*=======================================
 blog-section
=======================================*/
/* line 11394, ../sass/style.scss */
.blog-standard-single {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  padding: 30px 30px 40px 30px;
  margin-bottom: 60px;
}
/* line 11399, ../sass/style.scss */
.blog-standard-single:last-child {
  margin-bottom: 0px;
}
/* line 11402, ../sass/style.scss */
.blog-standard-single .blog-format {
  margin-bottom: 30px;
  position: relative;
}
/* line 11405, ../sass/style.scss */
.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) {
  /* line 11405, ../sass/style.scss */
  .blog-standard-single .blog-format span.blog-date {
    bottom: 20px;
    left: 25px;
  }
}
/* line 11419, ../sass/style.scss */
.blog-standard-single .blog-format .video-js {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 99;
}
/* line 11428, ../sass/style.scss */
.blog-standard-single .blog-content h3 {
  margin-bottom: 10px;
}
/* line 11430, ../sass/style.scss */
.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;
}
/* line 11436, ../sass/style.scss */
.blog-standard-single .blog-content h3:hover a {
  color: var(--primary-color1);
}
/* line 11442, ../sass/style.scss */
.blog-standard-single .author-area {
  margin-bottom: 20px;
}
/* line 11444, ../sass/style.scss */
.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: var(--text-secondary);
  font-family: var(--font-work-sans);
}
/* line 11447, ../sass/style.scss */
.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);
}
/* line 11452, ../sass/style.scss */
.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;
}
/* line 11461, ../sass/style.scss */
.blog-standard-single ul.share-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
}
/* line 11467, ../sass/style.scss */
.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;
}
/* line 11474, ../sass/style.scss */
.blog-standard-single ul.share-list > li:hover {
  color: var(--primary-color1);
}
/* line 11476, ../sass/style.scss */
.blog-standard-single ul.share-list > li:hover .blog-social {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
/* line 11482, ../sass/style.scss */
.blog-standard-single ul.share-list > li:last-child {
  padding-right: 0px;
}
/* line 11484, ../sass/style.scss */
.blog-standard-single ul.share-list > li:last-child::after {
  content: unset;
}
/* line 11488, ../sass/style.scss */
.blog-standard-single ul.share-list > li i {
  margin-right: 8px;
}
/* line 11491, ../sass/style.scss */
.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);
}
/* line 11501, ../sass/style.scss */
.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);
}
/* line 11514, ../sass/style.scss */
.blog-standard-single ul.share-list > li ul.blog-social li {
  color: var(--text-primary);
  transition: all 0.45s ease;
}
/* line 11517, ../sass/style.scss */
.blog-standard-single ul.share-list > li ul.blog-social li:hover {
  color: var(--primary-color1);
}

@media (max-width: 991px) {
  /* line 11525, ../sass/style.scss */
  .blog-sidebar {
    margin-top: 90px;
    padding: 0px 10px;
  }
}

/* line 11531, ../sass/style.scss */
.blog-widget {
  margin-bottom: 60px;
}
/* line 11533, ../sass/style.scss */
.blog-widget .trending-post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 11536, ../sass/style.scss */
.blog-widget .trending-post-list li {
  margin-bottom: 30px;
}
/* line 11539, ../sass/style.scss */
.blog-widget .trending-post-list li:last-child {
  margin-bottom: 0px;
}
/* line 11545, ../sass/style.scss */
.blog-widget .trending-post-list .trending-post-single {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 15px;
  align-items: center;
}
/* line 11553, ../sass/style.scss */
.blog-widget .trending-post-list .trending-post-single .post-content h6 {
  margin-bottom: 10px;
}
/* line 11555, ../sass/style.scss */
.blog-widget .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;
}
/* line 11562, ../sass/style.scss */
.blog-widget .trending-post-list .trending-post-single .post-content h6:hover a {
  color: var(--primary-color1);
}
/* line 11567, ../sass/style.scss */
.blog-widget .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);
}
/* line 11574, ../sass/style.scss */
.blog-widget:last-child {
  margin-bottom: 0px;
}

/* line 11578, ../sass/style.scss */
.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;
}
/* line 11585, ../sass/style.scss */
.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;
}

/*=======================================
    tour-package-details
=======================================*/
/* line 11600, ../sass/style.scss */
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;
}

/* line 11606, ../sass/style.scss */
.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) {
  /* line 11606, ../sass/style.scss */
  .nav-btn-style {
    padding: 10px 15px;
  }
}
/* line 11621, ../sass/style.scss */
.nav-btn-style svg {
  margin-right: 10px;
  color: var(--text-secondary);
  transition: all 0.42s ease;
}
/* line 11626, ../sass/style.scss */
.nav-btn-style:hover {
  background-color: var(--primary-color1);
  color: var(--white);
}
/* line 11629, ../sass/style.scss */
.nav-btn-style:hover svg {
  fill: var(--white);
}

/* line 11634, ../sass/style.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border: 1px solid #eee;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  /* line 11634, ../sass/style.scss */
  .nav {
    padding: 20px;
    gap: 12px;
  }
}

/* line 11648, ../sass/style.scss */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--white);
  background-color: var(--primary-color1);
}
/* line 11651, ../sass/style.scss */
.nav-pills .nav-link.active svg, .nav-pills .show > .nav-link svg {
  fill: var(--white);
}

/* line 11655, ../sass/style.scss */
.nav-pills .nav-link {
  border-radius: 0rem;
  border-right: 1px solid #eee;
  min-width: 168px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 11655, ../sass/style.scss */
  .nav-pills .nav-link {
    min-width: 144px;
    font-size: 18px;
  }
}
/* line 11663, ../sass/style.scss */
.nav-pills .nav-link:last-child {
  border-right: unset;
}
@media (max-width: 1399px) {
  /* line 11655, ../sass/style.scss */
  .nav-pills .nav-link {
    border-right: unset;
  }
}
@media (max-width: 576px) {
  /* line 11655, ../sass/style.scss */
  .nav-pills .nav-link {
    width: 100%;
  }
}

/* line 11674, ../sass/style.scss */
.tour-information .details-img-group {
  margin: 18px 0px 40px 0px;
}
/* line 11677, ../sass/style.scss */
.tour-information .tour-price {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
/* line 11681, ../sass/style.scss */
.tour-information .tour-price h3 {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
}
/* line 11685, ../sass/style.scss */
.tour-information .tour-price span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-merriw);
}
/* line 11691, ../sass/style.scss */
.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) {
  /* line 11691, ../sass/style.scss */
  .tour-information ul.tour-info-metalist {
    flex-wrap: wrap;
    gap: 5px;
  }
}
/* line 11701, ../sass/style.scss */
.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;
}
/* line 11705, ../sass/style.scss */
.tour-information ul.tour-info-metalist li svg {
  margin-top: -5px;
  margin-right: 8px;
  fill: var(--primary-color1);
}
/* line 11712, ../sass/style.scss */
.tour-information P {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  line-height: 1.7;
}

/* line 11718, ../sass/style.scss */
.tour-info-list-area {
  border: 1px solid #EEEEEE;
  background-color: var(--white);
  margin: 30px 0px 30px 0px;
}
/* line 11722, ../sass/style.scss */
.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) {
  /* line 11722, ../sass/style.scss */
  .tour-info-list-area ul.info-list-1 {
    padding: 25px 20px;
  }
}
/* line 11729, ../sass/style.scss */
.tour-info-list-area ul.info-list-1 > li {
  display: block;
  margin-bottom: 25px;
}
/* line 11733, ../sass/style.scss */
.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) {
  /* line 11733, ../sass/style.scss */
  .tour-info-list-area ul.info-list-1 > li span:first-child {
    width: 100%;
    margin-bottom: 8px;
  }
}
/* line 11743, ../sass/style.scss */
.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%;
}
/* line 11749, ../sass/style.scss */
.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) {
  /* line 11749, ../sass/style.scss */
  .tour-info-list-area ul.info-list-1 > li ul.info-sublist {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}
/* line 11763, ../sass/style.scss */
.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) {
  /* line 11763, ../sass/style.scss */
  .tour-info-list-area ul.info-list-1 > li ul.info-sublist li {
    width: 100%;
  }
}
/* line 11772, ../sass/style.scss */
.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;
}

/* line 11783, ../sass/style.scss */
.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;
}
/* line 11791, ../sass/style.scss */
.tour-plan-single:last-child {
  margin-bottom: 0px;
}
@media (max-width: 576px) {
  /* line 11783, ../sass/style.scss */
  .tour-plan-single {
    flex-wrap: wrap;
    gap: 20px;
  }
}
/* line 11798, ../sass/style.scss */
.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);
}
/* line 11805, ../sass/style.scss */
.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);
}
/* line 11812, ../sass/style.scss */
.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;
}
/* line 11817, ../sass/style.scss */
.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);
}
/* line 11822, ../sass/style.scss */
.tour-plan-single:hover .plan-serial {
  background: var(--primary-color1);
}
/* line 11824, ../sass/style.scss */
.tour-plan-single:hover .plan-serial span {
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--white);
}
/* line 11829, ../sass/style.scss */
.tour-plan-single .plan-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
/* line 11832, ../sass/style.scss */
.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;
}
/* line 11838, ../sass/style.scss */
.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);
}

/* line 11852, ../sass/style.scss */
.tour-location .map-area {
  margin-bottom: 30px;
}

/* line 11856, ../sass/style.scss */
.tour-gallery {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  max-width: 415px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* line 11867, ../sass/style.scss */
.tour-gallery:hover img {
  transform: scale(1.1);
}
/* line 11871, ../sass/style.scss */
.tour-gallery img {
  transition: all 0.55s ease;
}

/* line 11875, ../sass/style.scss */
.tour-review-area {
  padding: 0px 10px;
}

/* line 11880, ../sass/style.scss */
.review-progress-box {
  border: 1px solid #EEEEEE;
  margin: 45px 0px;
  padding: 35px;
}
@media (max-width: 767px) {
  /* line 11880, ../sass/style.scss */
  .review-progress-box {
    padding: 25px;
  }
}
/* line 11887, ../sass/style.scss */
.review-progress-box .tour-review-number {
  text-align: center;
}
@media (max-width: 991px) {
  /* line 11887, ../sass/style.scss */
  .review-progress-box .tour-review-number {
    margin-bottom: 15px;
  }
}
/* line 11892, ../sass/style.scss */
.review-progress-box .tour-review-number span {
  font-size: 5rem;
  font-weight: 500;
  color: var(--primary-color1);
  font-family: var(--font-work-sans);
}
/* line 11896, ../sass/style.scss */
.review-progress-box .tour-review-number h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-work-sans);
}
/* line 11901, ../sass/style.scss */
.review-progress-box .progress-singl {
  position: relative;
  margin-bottom: 35px;
}
/* line 11904, ../sass/style.scss */
.review-progress-box .progress-singl:last-child {
  margin-bottom: 0px;
}
/* line 11907, ../sass/style.scss */
.review-progress-box .progress-singl span {
  position: absolute;
  top: 0px;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
}
/* line 11914, ../sass/style.scss */
.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;
}
/* line 11927, ../sass/style.scss */
.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);
  border-radius: 5px 0 0 5px;
  border-right: 0;
  outline: none;
  z-index: 9;
}
/* line 11943, ../sass/style.scss */
.review-progress-box .progress-bar:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  display: block;
  height: 6px;
  border-radius: 5px;
  width: 100%;
  animation: progress 2s;
  background: var(--primary-color1-light);
  border-radius: 5px 0 0 5px;
  border-right: 0;
  outline: none;
  z-index: 9;
}
@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: var(--progress);
  }
}
/* line 11970, ../sass/style.scss */
.review-commetn-area {
  margin-bottom: 54px;
}
/* line 11972, ../sass/style.scss */
.review-commetn-area .review-comment-list {
  padding: 0px;
  margin: 35px 0 0 0;
  list-style: none;
}
/* line 11979, ../sass/style.scss */
.review-commetn-area .review-comment-list > li:last-child .comment-item {
  margin-bottom: 0px;
}
/* line 11983, ../sass/style.scss */
.review-commetn-area .review-comment-list > li .comment-reply {
  margin: 0px;
  padding: 0px 0px 0px 10%;
  list-style: none;
}
/* line 11989, ../sass/style.scss */
.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;
}
@media (max-width: 576px) {
  /* line 11989, ../sass/style.scss */
  .review-commetn-area .review-comment-list .comment-item {
    flex-wrap: wrap;
  }
}
/* line 12004, ../sass/style.scss */
.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) {
  /* line 12004, ../sass/style.scss */
  .review-commetn-area .review-comment-list .comment-meta {
    gap: 5px;
    flex-wrap: wrap;
  }
}
/* line 12015, ../sass/style.scss */
.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;
}
/* line 12020, ../sass/style.scss */
.review-commetn-area .review-comment-list .comment-meta span {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color2);
}
/* line 12027, ../sass/style.scss */
.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;
}
/* line 12032, ../sass/style.scss */
.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;
}
/* line 12041, ../sass/style.scss */
.review-commetn-area .review-comment-list .content .reply:hover {
  color: var(--primary-color1);
  border-bottom: 1px dashed var(--primary-color1);
}
/* line 12045, ../sass/style.scss */
.review-commetn-area .review-comment-list .content .reply .bi {
  margin-left: 5px;
}

/* line 12052, ../sass/style.scss */
.review-item-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}
/* line 12059, ../sass/style.scss */
.review-item-list > li {
  display: inline-flex;
  margin-right: 20px;
}
/* line 12062, ../sass/style.scss */
.review-item-list > li span {
  display: inline-block;
  margin-right: 15px;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
}
/* line 12068, ../sass/style.scss */
.review-item-list > li .star-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}
/* line 12073, ../sass/style.scss */
.review-item-list > li .star-list li {
  color: var(--primary-color1);
}

/* line 12080, ../sass/style.scss */
.material-icons.star-icon {
  font-size: 38px;
  cursor: pointer;
}

/* line 12085, ../sass/style.scss */
.star-rating-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}
/* line 12088, ../sass/style.scss */
.star-rating-wrapper ul.star-rating-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 12094, ../sass/style.scss */
.star-rating-wrapper ul.star-rating-list li {
  margin-right: 10px;
}
/* line 12096, ../sass/style.scss */
.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);
}

/* line 12105, ../sass/style.scss */
.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 (max-width: 991px) {
  /* line 12105, ../sass/style.scss */
  .booking-form-box {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  /* line 12105, ../sass/style.scss */
  .booking-form-box {
    padding: 40px 20px;
  }
}
/* line 12124, ../sass/style.scss */
.booking-form-box h3 {
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin-bottom: 15px;
}
/* line 12130, ../sass/style.scss */
.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);
}
/* line 12135, ../sass/style.scss */
.booking-form-box .banner-form {
  margin-top: 40px;
}
/* line 12137, ../sass/style.scss */
.booking-form-box .banner-form .searchbox-input {
  width: 100%;
}
/* line 12139, ../sass/style.scss */
.booking-form-box .banner-form .searchbox-input input, .booking-form-box .banner-form .searchbox-input form.style-1 .form-inner textarea, form.style-1 .form-inner .booking-form-box .banner-form .searchbox-input textarea, .booking-form-box .banner-form .searchbox-input .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .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;
}
/* line 12148, ../sass/style.scss */
.booking-form-box .banner-form .searchbox-input input:focus::placeholder, .booking-form-box .banner-form .searchbox-input form.style-1 .form-inner textarea:focus::placeholder, form.style-1 .form-inner .booking-form-box .banner-form .searchbox-input textarea:focus::placeholder, .booking-form-box .banner-form .searchbox-input .contact-from-wrapper .form-inner textarea:focus::placeholder, .contact-from-wrapper .form-inner .booking-form-box .banner-form .searchbox-input textarea:focus::placeholder {
  color: var(--primary-color1);
}
/* line 12153, ../sass/style.scss */
.booking-form-box .banner-form .searchbox-input input::placeholder, .booking-form-box .banner-form .searchbox-input form.style-1 .form-inner textarea::placeholder, form.style-1 .form-inner .booking-form-box .banner-form .searchbox-input textarea::placeholder, .booking-form-box .banner-form .searchbox-input .contact-from-wrapper .form-inner textarea::placeholder, .contact-from-wrapper .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;
}
/* line 12159, ../sass/style.scss */
.booking-form-box .banner-form .searchbox-input textarea {
  width: 100%;
  border: none;
  outline: none;
  padding: 13px 10px;
}
/* line 12165, ../sass/style.scss */
.booking-form-box .banner-form .searchbox-input textarea:focus::placeholder {
  color: var(--primary-color1);
}
/* line 12170, ../sass/style.scss */
.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;
}
/* line 12177, ../sass/style.scss */
.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) {
  /* line 12177, ../sass/style.scss */
  .booking-form-box .banner-form .search-box-single {
    padding: 0px 12px;
  }
}
/* line 12190, ../sass/style.scss */
.booking-form-box .banner-form .search-box-single .searchbox-icon {
  padding-top: 13px;
}
/* line 12192, ../sass/style.scss */
.booking-form-box .banner-form .search-box-single .searchbox-icon .bi {
  vertical-align: middle;
  transition: all 0.45s ease;
}
/* line 12197, ../sass/style.scss */
.booking-form-box .banner-form .search-box-single:hover {
  border: 1px solid var(--primary-color1);
}
/* line 12199, ../sass/style.scss */
.booking-form-box .banner-form .search-box-single:hover .bi {
  color: var(--primary-color1);
}
/* line 12205, ../sass/style.scss */
.booking-form-box .nice-select {
  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;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  border-radius: 0px;
  border: unset;
  padding-left: 10px;
}
/* line 12223, ../sass/style.scss */
.booking-form-box .nice-select::after {
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
}
/* line 12227, ../sass/style.scss */
.booking-form-box .nice-select .option {
  min-height: 35px;
  line-height: 35px;
  font-size: 14px;
}
/* line 12231, ../sass/style.scss */
.booking-form-box .nice-select .option:hover {
  background: var(--primary-color2);
  color: var(--text-primary);
}
/* line 12236, ../sass/style.scss */
.booking-form-box .nice-select .option.selected {
  background: var(--primary-color2) !important;
}
/* line 12240, ../sass/style.scss */
.booking-form-box .nice-select .current {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--text-primary);
}
/* line 12243, ../sass/style.scss */
.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;
}

/* line 12257, ../sass/style.scss */
.ui-datepicker {
  width: 17em;
  padding: 0.5em 0.5em 0;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 13;
}

/* line 12266, ../sass/style.scss */
.calendar {
  font-size: 16px;
}

/* line 12269, ../sass/style.scss */
.ui-datepicker td {
  border: 0;
  padding: 2px;
}

/* line 12273, ../sass/style.scss */
.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;
}

/* line 12281, ../sass/style.scss */
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;
}

/* line 12288, ../sass/style.scss */
.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);
}
/* line 12295, ../sass/style.scss */
.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);
}

/* line 12300, ../sass/style.scss */
.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;
}

/* line 12304, ../sass/style.scss */
.ui-widget-header .ui-icon {
  background-image: unset;
  position: relative;
}
/* line 12307, ../sass/style.scss */
.ui-widget-header .ui-icon::after {
  content: '\F12C';
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'bootstrap-icons';
  color: var(--white);
  z-index: 9;
}

/* line 12317, ../sass/style.scss */
.ui-datepicker-prev {
  border: 1px solid var(--primary-color1);
}
/* line 12319, ../sass/style.scss */
.ui-datepicker-prev:hover {
  border: 1px solid var(--primary-color1);
  background-color: inherit;
}
/* line 12323, ../sass/style.scss */
.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;
}
/* line 12336, ../sass/style.scss */
.ui-datepicker-prev span.ui-icon {
  display: none !important;
  visibility: hidden;
}

/* line 12341, ../sass/style.scss */
.ui-datepicker-next {
  border: 1px solid var(--primary-color1);
}
/* line 12343, ../sass/style.scss */
.ui-datepicker-next:hover {
  border: 1px solid var(--primary-color1);
  background-color: inherit;
}
/* line 12347, ../sass/style.scss */
.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;
}
/* line 12360, ../sass/style.scss */
.ui-datepicker-next span.ui-icon {
  display: none !important;
  visibility: hidden;
}

/* line 12366, ../sass/style.scss */
.image-gallery-single {
  margin-bottom: 15px;
}
/* line 12368, ../sass/style.scss */
.image-gallery-single img {
  width: 100%;
}
/* line 12371, ../sass/style.scss */
.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;
}
/* line 12384, ../sass/style.scss */
.image-gallery-single .image-view .bi {
  color: var(--primary-color1);
  font-size: 35px;
  opacity: 0;
  transition: all 0.45s ease-in-out;
}
/* line 12392, ../sass/style.scss */
.image-gallery-single:hover .image-view {
  transform: scale(1);
  opacity: 1;
}
/* line 12395, ../sass/style.scss */
.image-gallery-single:hover .image-view .bi {
  opacity: 1;
}

/* line 12401, ../sass/style.scss */
.video-gallery-single {
  margin-bottom: 25px;
}
/* line 12403, ../sass/style.scss */
.video-gallery-single img {
  width: 100%;
}

/* line 12408, ../sass/style.scss */
.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) {
  /* line 12408, ../sass/style.scss */
  .form-wrapper {
    padding: 25px;
  }
}
/* line 12417, ../sass/style.scss */
.form-wrapper .form-title {
  text-align: center;
  margin-bottom: 60px;
}
/* line 12420, ../sass/style.scss */
.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;
}
/* line 12426, ../sass/style.scss */
.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);
}
/* line 12431, ../sass/style.scss */
.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);
}
/* line 12439, ../sass/style.scss */
.form-wrapper .form-title2 {
  margin-bottom: 30px;
}
/* line 12441, ../sass/style.scss */
.form-wrapper .form-title2 h3 {
  font-size: 35px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 15px;
}
/* line 12449, ../sass/style.scss */
.form-wrapper label {
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
/* line 12455, ../sass/style.scss */
.form-wrapper input, .form-wrapper form.style-1 .form-inner textarea, form.style-1 .form-inner .form-wrapper textarea, .form-wrapper .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .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;
}
/* line 12463, ../sass/style.scss */
.form-wrapper input::placeholder, .form-wrapper form.style-1 .form-inner textarea::placeholder, form.style-1 .form-inner .form-wrapper textarea::placeholder, .form-wrapper .contact-from-wrapper .form-inner textarea::placeholder, .contact-from-wrapper .form-inner .form-wrapper textarea::placeholder, .form-wrapper textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
}
/* line 12468, ../sass/style.scss */
.form-wrapper input:focus, .form-wrapper form.style-1 .form-inner textarea:focus, form.style-1 .form-inner .form-wrapper textarea:focus, .form-wrapper .contact-from-wrapper .form-inner textarea:focus, .contact-from-wrapper .form-inner .form-wrapper textarea:focus, .form-wrapper textarea:focus {
  border: 1px solid var(--primary-color1);
}
/* line 12472, ../sass/style.scss */
.form-wrapper textarea {
  min-height: 150px;
}
/* line 12475, ../sass/style.scss */
.form-wrapper .check-box-text {
  font-size: 16px;
}
/* line 12478, ../sass/style.scss */
.form-wrapper .form-inner {
  margin-bottom: 18px;
  position: relative;
}
/* line 12481, ../sass/style.scss */
.form-wrapper .form-inner i {
  position: absolute;
  right: 20px;
  bottom: 14px;
}
/* line 12488, ../sass/style.scss */
.form-wrapper .form-agreement {
  margin-bottom: 16px;
  margin-top: 6px;
}
/* line 12491, ../sass/style.scss */
.form-wrapper .form-agreement label {
  font-size: 16px;
  font-weight: 400;
}
/* line 12494, ../sass/style.scss */
.form-wrapper .form-agreement label a {
  font-weight: 600;
  font-size: 16;
}
/* line 12500, ../sass/style.scss */
.form-wrapper .alternate-signup-box {
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 35px;
}
/* line 12508, ../sass/style.scss */
.form-wrapper .alternate-signup-box h6 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 12515, ../sass/style.scss */
.form-wrapper .alternate-signup-box .btn-group {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 12521, ../sass/style.scss */
.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;
}
/* line 12532, ../sass/style.scss */
.form-wrapper .alternate-signup-box .btn-group a:hover {
  background: var(--text-primary);
}
/* line 12536, ../sass/style.scss */
.form-wrapper .alternate-signup-box .btn-group i {
  font-size: 16px;
}
/* line 12540, ../sass/style.scss */
.form-wrapper .alternate-signup-box .google-btn {
  background: #DB4437;
}
/* line 12544, ../sass/style.scss */
.form-wrapper .alternate-signup-box .facebook-btn {
  background: #4267B2;
}
/* line 12548, ../sass/style.scss */
.form-wrapper .form-poicy-area {
  text-align: center;
}
/* line 12550, ../sass/style.scss */
.form-wrapper .form-poicy-area a {
  font-weight: 600;
  color: var(--primary-color1);
  text-decoration: underline;
}
/* line 12556, ../sass/style.scss */
.form-wrapper .form-group input[type=checkbox], .form-wrapper .form-group form.style-1 .form-inner textarea[type=checkbox], form.style-1 .form-inner .form-wrapper .form-group textarea[type=checkbox], .form-wrapper .form-group .contact-from-wrapper .form-inner textarea[type=checkbox], .contact-from-wrapper .form-inner .form-wrapper .form-group textarea[type=checkbox] {
  display: none;
  cursor: pointer;
}
/* line 12561, ../sass/style.scss */
.form-wrapper input[type=checkbox] + label:before, .form-wrapper form.style-1 .form-inner textarea[type=checkbox] + label:before, form.style-1 .form-inner .form-wrapper textarea[type=checkbox] + label:before, .form-wrapper .contact-from-wrapper .form-inner textarea[type=checkbox] + label:before, .contact-from-wrapper .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;
}
/* line 12574, ../sass/style.scss */
.form-wrapper input[type=checkbox]:checked + label:after, .form-wrapper form.style-1 .form-inner textarea[type=checkbox]:checked + label:after, form.style-1 .form-inner .form-wrapper textarea[type=checkbox]:checked + label:after, .form-wrapper .contact-from-wrapper .form-inner textarea[type=checkbox]:checked + label:after, .contact-from-wrapper .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);
}

/* line 12589, ../sass/style.scss */
.gallery-layout .gallery-wrapper {
  width: 100%;
  display: grid;
  grid-gap: 10px;
  grid-auto-flow: dense;
  grid-template: "1fr 1fr 1fr 1fr 1fr" 33.33vh "1fr 1fr 1fr 1fr 1fr" 33.33vh;
}
/* line 12599, ../sass/style.scss */
.gallery-layout .gallery-wrapper .box {
  position: relative;
  background: #ccc;
}
/* line 12602, ../sass/style.scss */
.gallery-layout .gallery-wrapper .box .destination-single2 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 12609, ../sass/style.scss */
.gallery-layout .gallery-wrapper .box .destination-single2:hover img {
  transform: scale(1.1);
}
/* line 12614, ../sass/style.scss */
.gallery-layout .gallery-wrapper .box .destination-single2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.55s ease-in-out;
}
/* line 12621, ../sass/style.scss */
.gallery-layout .gallery-wrapper .box .destination-single2 .destination-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: fe;
  justify-content: flex-end;
  padding: 20px;
}
/* line 12634, ../sass/style.scss */
.gallery-layout .gallery-wrapper .box .destination-single2 .destination-content h4 {
  margin-bottom: 6px;
}
/* line 12637, ../sass/style.scss */
.gallery-layout .gallery-wrapper .box .destination-single2 .destination-content h4 a {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-merriw);
}
/* line 12643, ../sass/style.scss */
.gallery-layout .gallery-wrapper .box .destination-single2 .destination-content p, .gallery-layout .gallery-wrapper .box .destination-single2 .destination-content .info-single .info-text a, .info-single .info-text .gallery-layout .gallery-wrapper .box .destination-single2 .destination-content a {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-work-sans);
  margin-bottom: 0px;
}
/* line 12648, ../sass/style.scss */
.gallery-layout .gallery-wrapper .box .destination-single2 .destination-content p span, .gallery-layout .gallery-wrapper .box .destination-single2 .destination-content .info-single .info-text a span, .info-single .info-text .gallery-layout .gallery-wrapper .box .destination-single2 .destination-content a span {
  font-size: 17px;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-work-sans);
}
/* line 12656, ../sass/style.scss */
.gallery-layout .gallery-wrapper .box.a {
  grid-row: span 2;
}
/* line 12659, ../sass/style.scss */
.gallery-layout .gallery-wrapper .box.b,
.gallery-layout .gallery-wrapper .box.f,
.gallery-layout .gallery-wrapper .box.h,
.gallery-layout .gallery-wrapper .box.j {
  grid-column: span 2;
}
@media (min-width: 576px) and (max-width: 768px) {
  /* line 12659, ../sass/style.scss */
  .gallery-layout .gallery-wrapper .box.b,
  .gallery-layout .gallery-wrapper .box.f,
  .gallery-layout .gallery-wrapper .box.h,
  .gallery-layout .gallery-wrapper .box.j {
    grid-column: span 1;
  }
}
@media (max-width: 576px) {
  /* line 12659, ../sass/style.scss */
  .gallery-layout .gallery-wrapper .box.b,
  .gallery-layout .gallery-wrapper .box.f,
  .gallery-layout .gallery-wrapper .box.h,
  .gallery-layout .gallery-wrapper .box.j {
    grid-column: span 2;
  }
}
/* line 12671, ../sass/style.scss */
.gallery-layout .gallery-wrapper .box .destination-single2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  /* line 12680, ../sass/style.scss */
  .gallery-layout .gallery-wrapper {
    grid-template: "1fr 1fr 1fr" 250px "1fr 1fr 1fr" 250px "1fr 1fr 1fr" 250px "1fr 1fr 1fr" 250px;
  }
}
@media (max-width: 768px) {
  /* line 12689, ../sass/style.scss */
  .gallery-layout .gallery-wrapper {
    grid-template: "1fr 1fr" 220px "1fr 1fr" 220px "1fr 1fr" 220px "1fr 1fr" 220px;
  }
}
@media (max-width: 440px) {
  /* line 12698, ../sass/style.scss */
  .gallery-layout .gallery-wrapper {
    grid-template: "1fr 1fr" 220px "1fr 1fr" 220px "1fr 1fr" 220px "1fr 1fr" 220px "1fr 1fr" 220px "1fr 1fr" 220px "1fr 1fr" 220px;
  }
}
@media (max-width: 440px) {
  /* line 12712, ../sass/style.scss */
  .gallery-layout .gallery-wrapper .box {
    grid-column: span 2;
  }
}
/* line 12717, ../sass/style.scss */
.gallery-layout .gallery-wrapper .box.h {
  grid-column: span 1;
}
