/*
Theme Name: Roavio 
Author: 
Author URI: https://themeforest.net/user/webtend/portfolio
Description: Roavio - Travel & Tour Booking Html Template 
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
/*
--------------------------------------------------------------
[Table of Contents]
--------------------------------------------------------------
01. Variables & Mixins
02. Typography
03. Buttons
04. About 
05. Adventure
06. Animation 
07. Brand 
08. Contact
09. Cta
10. Faq
11. Feature
12. Footer
13. Header
14. Helping
15. Hero
16. Marque
17. Meanmenu
18. News
19. Preloader
20. Section
21. Service
22. Team
23. Testimonial
24. Tour

--------------------------------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #FB5B32;
  --theme-2: #63AB45;
  --header: #151515;
  --text: #696969;
  --border: #C9C9C9;
  --bg: #F7F7F7;
  --bg-2: #EDF2DE;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

.theme-btn {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  padding: 18px 35px;
  text-align: center;
  z-index: 1;
  color: var(--white);
  font-weight: 600;
  text-transform: capitalize;
  transition: 0.5s;
  background-color: var(--theme);
  border-radius: 10px;
}
.theme-btn.color {
  background-color: var(--theme-2);
}
@media (max-width: 575px) {
  .theme-btn {
    padding: 14px 30px;
  }
}
.theme-btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--header);
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.theme-btn:hover::after {
  width: 225%;
  height: 562.5px;
}

.link-btn {
  color: var(--text);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  font-weight: 600;
}
.link-btn:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter Tight", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 106%;
}
@media (max-width: 1899px) {
  h1 {
    font-size: 70px;
  }
}
@media (max-width: 1600px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1399px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 108%;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 145%;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 136%;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

h6 {
  font-size: 16px;
  font-weight: 600;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
}

@media (max-width: 1399px) {
  .about-wrapper .about-left-item .section-title h2 br {
    display: none;
  }
}
.about-wrapper .about-left-item h6 {
  padding: 10px 10px;
  background-color: var(--white);
  box-shadow: 10px 4px 60px 0 rgba(147, 147, 147, 0.25);
  border-radius: 14px;
  margin-top: 20px;
  color: var(--text);
  text-align: center;
  font-size: 14px;
  width: 370px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-left-item h6 {
    width: initial;
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .about-wrapper .about-left-item h6 {
    font-size: 14px;
  }
}
.about-wrapper .about-left-item h6 b {
  color: var(--theme);
}
.about-wrapper .about-left-item h6 span {
  color: var(--theme);
}
.about-wrapper .about-left-item .about-image {
  margin-top: 100px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-left-item .about-image {
    margin-top: 30px;
  }
}
.about-wrapper .about-left-item .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-wrapper .about-right-item .about-image-item {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-right-item .about-image-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .about-wrapper .about-right-item .about-image-item {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.about-wrapper .about-right-item .about-image-item .about-image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-wrapper .about-right-item .about-image-item .about-box {
  padding: 40px;
  background-color: var(--header);
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-right-item .about-image-item .about-box {
    padding: 23px;
  }
}
@media (max-width: 991px) {
  .about-wrapper .about-right-item .about-image-item .about-box {
    padding: 30px;
  }
}
.about-wrapper .about-right-item .about-image-item .about-box .icon {
  margin-bottom: 40px;
  font-size: 50px;
  color: var(--white);
}
.about-wrapper .about-right-item .about-image-item .about-box h5 {
  color: var(--white);
  font-weight: 600;
  margin-bottom: 10px;
}
.about-wrapper .about-right-item .about-image-item .about-box p {
  max-width: 198px;
  color: #B3B3B3;
}
.about-wrapper .about-right-item .content {
  margin-left: 40px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-right-item .content {
    margin-left: 0;
  }
}
.about-wrapper .about-right-item .content p {
  max-width: 655px;
}
.about-wrapper .about-right-item .content .list-item {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-right-item .content .list-item {
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.about-wrapper .about-right-item .content .list-item .list li:not(:last-child) {
  margin-bottom: 10px;
}
.about-wrapper .about-right-item .content .list-item .list li i {
  margin-right: 5px;
  color: var(--theme);
}

.about-section {
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  padding-bottom: 100px;
}

.about-wrapper-2 .about-content .text {
  margin-top: 30px;
  max-width: 500px;
}
.about-wrapper-2 .about-content .about-item {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .about-content .about-item {
    gap: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-content .about-item {
    flex-wrap: initial;
  }
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-content .about-item {
    flex-wrap: wrap;
  }
}
.about-wrapper-2 .about-content .about-item .about-image {
  margin-left: -300px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1600px) {
  .about-wrapper-2 .about-content .about-item .about-image {
    margin-left: -70px;
  }
}
@media (max-width: 1399px) {
  .about-wrapper-2 .about-content .about-item .about-image {
    margin-left: 0;
  }
}
.about-wrapper-2 .about-content .about-item .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.about-wrapper-2 .about-content .about-item .about-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  border-radius: 16px;
  z-index: 1;
}
.about-wrapper-2 .about-content .about-item .about-image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.about-wrapper-2 .about-content .about-item .about-image:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.about-wrapper-2 .about-content .about-item .right-content .nav {
  display: flex;
  align-items: center;
  gap: 16px;
}
.about-wrapper-2 .about-content .about-item .right-content .nav .nav-item .nav-link {
  font-size: 20px;
  font-weight: 600;
  color: #AAAAAA;
  position: relative;
  padding: 0;
}
.about-wrapper-2 .about-content .about-item .right-content .nav .nav-item .nav-link.active {
  color: var(--header);
}
.about-wrapper-2 .about-content .about-item .right-content .nav .nav-item .nav-link.active::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 110px;
  content: "";
  background: var(--theme);
  transition: 0.3s;
}
.about-wrapper-2 .about-content .about-item .right-content .content p {
  max-width: 330px;
  margin-bottom: 30px;
  margin-top: 15px;
}
.about-wrapper-2 .about-content .about-item .right-content .content .list {
  margin-bottom: 30px;
}
.about-wrapper-2 .about-content .about-item .right-content .content .list li:not(:last-child) {
  margin-bottom: 10px;
}
.about-wrapper-2 .about-content .about-item .right-content .content .list li i {
  margin-right: 5px;
  color: var(--theme);
}
.about-wrapper-2 .about-content .about-item .right-content .content .theme-btn {
  padding: 16px 35px;
}
.about-wrapper-2 .about-image-item {
  display: flex;
  align-items: start;
  gap: 20px;
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-image-item {
    flex-wrap: wrap;
  }
}
.about-wrapper-2 .about-image-item .about-image-2 {
  height: 650px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .about-image-item .about-image-2 {
    height: initial;
  }
}
.about-wrapper-2 .about-image-item .about-image-2.style-2 {
  margin-right: -300px;
  height: initial;
}
@media (max-width: 1600px) {
  .about-wrapper-2 .about-image-item .about-image-2.style-2 {
    margin-right: -70px;
  }
}
@media (max-width: 1399px) {
  .about-wrapper-2 .about-image-item .about-image-2.style-2 {
    margin-right: 0;
  }
}
.about-wrapper-2 .about-image-item .about-image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  object-fit: cover;
}
.about-wrapper-2 .about-image-item .about-image-2::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
  border-radius: 16px;
}
.about-wrapper-2 .about-image-item .about-image-2:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.about-wrapper-2 .about-image-item .about-image-2:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.about-wrapper-2.style-2 .about-content .about-item .about-image {
  margin-left: 0;
}

.about-wrapper-3 .about-content .text {
  margin-top: 40px;
  max-width: 492px;
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-content .text {
    margin-top: 30px;
  }
}
.about-wrapper-3 .about-content .about-left-item {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-left: -300px;
  margin-top: 50px;
}
@media (max-width: 1600px) {
  .about-wrapper-3 .about-content .about-left-item {
    margin-left: -70px;
  }
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-content .about-left-item {
    margin-left: 0;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-3 .about-content .about-left-item {
    flex-wrap: initial;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-content .about-left-item {
    gap: 25px;
    flex-wrap: wrap;
  }
}
.about-wrapper-3 .about-content .about-left-item .left-image {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
@media (max-width: 1600px) {
  .about-wrapper-3 .about-content .about-left-item .left-image {
    height: 330px;
  }
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-content .about-left-item .left-image {
    height: initial;
  }
}
.about-wrapper-3 .about-content .about-left-item .left-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
@media (max-width: 1600px) {
  .about-wrapper-3 .about-content .about-left-item .left-image img {
    object-fit: initial;
  }
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-content .about-left-item .left-image img {
    object-fit: initial;
  }
}
.about-wrapper-3 .about-content .about-left-item .left-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
  border-radius: 10px;
}
.about-wrapper-3 .about-content .about-left-item .left-image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.about-wrapper-3 .about-content .about-left-item .left-image:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.about-wrapper-3 .about-content .about-left-item .right-item .count-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 45px;
}
.about-wrapper-3 .about-content .about-left-item .right-item .count-item .count-box {
  padding: 9px 26px;
  background-color: var(--theme-2);
  border-radius: 20px;
}
.about-wrapper-3 .about-content .about-left-item .right-item .count-item .count-box h2 {
  color: var(--white);
}
.about-wrapper-3 .about-content .about-left-item .right-item .count-item .radius-image {
  position: relative;
}
.about-wrapper-3 .about-content .about-left-item .right-item .count-item .radius-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 35px;
  background: rgba(99, 171, 69, 0.4);
}
.about-wrapper-3 .about-content .about-left-item .right-item .count-item .radius-image .video-btn {
  color: var(--white);
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 16px;
  z-index: 999;
}
.about-wrapper-3 .about-content .about-left-item .right-item .count-item .radius-image img {
  width: 100%;
  height: 100%;
  border-radius: 55px;
}
.about-wrapper-3 .about-content .about-left-item .right-item p {
  max-width: 300px;
}
.about-wrapper-3 .about-content .about-left-item .right-item .theme-btn {
  margin-top: 30px;
  border: 1px solid rgba(20, 24, 22, 0.1);
  background-color: transparent;
  color: var(--header);
}
.about-wrapper-3 .about-content .about-left-item .right-item .theme-btn::after {
  background-color: var(--theme-2);
}
.about-wrapper-3 .about-content .about-left-item .right-item .theme-btn:hover {
  border: 1px solid var(--theme-2);
  color: var(--white);
}
.about-wrapper-3 .about-right-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: -300px;
}
@media (max-width: 1600px) {
  .about-wrapper-3 .about-right-item {
    margin-right: -70px;
  }
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-right-item {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-right-item {
    margin-right: 0;
    flex-wrap: wrap;
  }
}
.about-wrapper-3 .about-right-item .about-box {
  background-color: var(--header);
  padding: 50px;
  border-radius: 10px;
  width: 510px;
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-right-item .about-box {
    padding: 30px;
    width: initial;
  }
}
.about-wrapper-3 .about-right-item .about-box h3 {
  color: var(--white);
  margin-bottom: 30px;
}
.about-wrapper-3 .about-right-item .about-box .icon-item {
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-right-item .about-box .icon-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.about-wrapper-3 .about-right-item .about-box .icon-item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  top: initial;
  height: 1px;
}
.about-wrapper-3 .about-right-item .about-box .icon-item.style-2 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.about-wrapper-3 .about-right-item .about-box .icon-item.style-2::before {
  display: none;
}
.about-wrapper-3 .about-right-item .about-box .icon-item .icon {
  margin-bottom: 25px;
  font-size: 58px;
  color: var(--white);
}
.about-wrapper-3 .about-right-item .about-box .icon-item .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}
.about-wrapper-3 .about-right-item .about-box .icon-item .content h5 {
  color: var(--white);
  margin-bottom: 10px;
}
.about-wrapper-3 .about-right-item .about-box .icon-item .content p {
  color: var(--white);
  max-width: 350px;
}
.about-wrapper-3 .about-right-item .about-box .icon-item:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.about-wrapper-3 .about-right-item .right-image {
  height: 650px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .about-wrapper-3 .about-right-item .right-image {
    height: 560px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-right-item .right-image {
    height: initial;
  }
}
.about-wrapper-3 .about-right-item .right-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  object-fit: cover;
}
.about-wrapper-3 .about-right-item .right-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
  border-radius: 10px;
}
.about-wrapper-3 .about-right-item .right-image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.about-wrapper-3 .about-right-item .right-image:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.adventure-wrapper {
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  padding-bottom: 100px;
}
.adventure-wrapper .text {
  max-width: 401px;
  margin-top: 20px;
  margin-bottom: 54px;
}
@media (max-width: 1399px) {
  .adventure-wrapper .text {
    margin-bottom: 30px;
  }
}
.adventure-wrapper .adventure-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.adventure-wrapper .adventure-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.adventure-wrapper .adventure-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.adventure-wrapper .adventure-image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.adventure-wrapper .adventure-image:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.adventure-wrapper .adventure-box {
  background-color: var(--theme);
  padding: 20px 30px;
  margin-top: 30px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
}
.adventure-wrapper .adventure-box .shape {
  position: absolute;
  right: 30px;
  top: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .adventure-wrapper .adventure-box .shape {
    display: none;
  }
}
.adventure-wrapper .adventure-box h3 {
  font-size: 30px;
}
@media (max-width: 1399px) {
  .adventure-wrapper .adventure-box h3 {
    font-size: 20px;
  }
}
.adventure-wrapper .adventure-box h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.adventure-wrapper .adventure-box h3 a:hover {
  color: var(--white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}
.adventure-wrapper .adventure-box .info-item {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 20px;
}
.adventure-wrapper .adventure-box .info-item .content h5 {
  font-size: 18px;
  color: var(--white);
}
.adventure-wrapper .adventure-box .info-item .content span {
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
}
.adventure-wrapper .adventure-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.adventure-wrapper .adventure-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.adventure-wrapper .adventure-thumb::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.adventure-wrapper .adventure-thumb .adventure-content {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(21, 21, 21, 0.06) 0%, rgba(123, 123, 123, 0.05) 100%);
  backdrop-filter: blur(40px);
  padding: 30px 35px;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  z-index: 999;
}
@media (max-width: 1399px) {
  .adventure-wrapper .adventure-thumb .adventure-content {
    padding: 20px;
  }
}
.adventure-wrapper .adventure-thumb .adventure-content h6 {
  font-weight: 500;
  color: var(--white);
}
.adventure-wrapper .adventure-thumb .adventure-content h3 {
  font-size: 36px;
}
@media (max-width: 1399px) {
  .adventure-wrapper .adventure-thumb .adventure-content h3 {
    font-size: 20px;
  }
}
.adventure-wrapper .adventure-thumb .adventure-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.adventure-wrapper .adventure-thumb .adventure-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.adventure-wrapper .adventure-thumb .adventure-content .booking-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .adventure-wrapper .adventure-thumb .adventure-content .booking-item {
    flex-wrap: wrap;
  }
}
.adventure-wrapper .adventure-thumb .adventure-content .booking-item .content h4 {
  font-size: 24px;
  color: var(--white);
  position: relative;
  padding-left: 85px;
}
.adventure-wrapper .adventure-thumb .adventure-content .booking-item .content h4::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  left: 0;
  top: 15px;
  background-color: var(--white);
}
.adventure-wrapper .adventure-thumb .adventure-content .booking-item .content span {
  color: var(--white);
}
.adventure-wrapper .adventure-thumb:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.adventure-wrapper .adventure-thumb:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

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

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.animation-infinite {
  animation: ShapeAnim 80s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes sparkle {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}
@keyframes borderAnim {
  0% {
    width: 0;
  }
  100% {
    width: 44px;
  }
}
@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes strokeColorChange1 {
  0% {
    -webkit-text-stroke-color: rgba(202, 210, 210, 0.1);
  }
  25% {
    -webkit-text-stroke-color: rgba(202, 210, 210, 0.1);
  }
  50% {
    -webkit-text-stroke-color: rgba(194, 223, 147, 0.1);
  }
  75% {
    -webkit-text-stroke-color: rgba(227, 87, 43, 0.1);
  }
  100% {
    -webkit-text-stroke-color: rgba(194, 223, 147, 0.1);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@keyframes rotateBorder {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrolly {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60%);
  }
}
@keyframes scrolls {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes scroll-left-to-right-loop {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

.img_left_animation {
  animation: left-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes left-animation {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_right_animation {
  animation: right-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes right-animation {
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_top_animation {
  animation: top-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes top-animation {
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_bottom_animation {
  animation: bottom-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes bottom-animation {
  0% {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes circle {
  0% {
    transform: scale(0);
    opacity: 0.6;
  }
  100% {
    transform: scale(30);
    opacity: 0;
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.zoom_in {
  transform: scale(0.5);
}

.fade_up,
.fade_down,
.zoom_in,
.zoom_out {
  opacity: 0;
  transition: all 2s;
}

.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrolly {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60%);
  }
}
@keyframes scrolls {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.brand-wrapper h6 {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .brand-wrapper h6 {
    margin-bottom: 30px;
  }
}
.brand-wrapper .brand-image {
  transition: all 0.4s ease-in-out;
  opacity: 0.4;
}
.brand-wrapper .brand-image:hover {
  filter: initial;
  opacity: 1;
}
.brand-wrapper .swiper-slide.swiper-slide-active .brand-image {
  filter: initial;
  opacity: 1;
}

.brand-section {
  border-top: 1px solid rgba(21, 21, 21, 0.1);
}

.contact-wrapper .contact-image {
  margin-left: -323px;
  margin-top: -100px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .contact-wrapper .contact-image {
    margin-left: 0;
    margin-top: 0;
  }
}
.contact-wrapper .contact-image::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.contact-wrapper .contact-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.contact-wrapper .contact-content {
  margin-left: 30px;
}
@media (max-width: 1899px) {
  .contact-wrapper .contact-content {
    padding-top: 110px;
  }
}
@media (max-width: 1399px) {
  .contact-wrapper .contact-content {
    margin-left: 0;
    padding-top: 0;
  }
}
.contact-wrapper .contact-content .logo-image {
  margin-bottom: 20px;
}
.contact-wrapper .contact-content .text {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 48px;
  color: rgba(255, 255, 255, 0.65);
  max-width: 443px;
}
.contact-wrapper .contact-content .theme-btn::after {
  background-color: var(--white);
}
.contact-wrapper .contact-content .theme-btn:hover {
  color: var(--header);
}
.contact-wrapper:hover .contact-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.contact-section {
  position: relative;
  z-index: 9;
}
.contact-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--header);
  z-index: -1;
  top: 100px;
}
@media (max-width: 1399px) {
  .contact-section::before {
    top: 0;
    height: 102%;
  }
}

.contact-from-wrapper {
  display: flex;
  align-items: center;
  gap: 260px;
  padding: 50px 0;
}
@media (max-width: 1399px) {
  .contact-from-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.contact-from-wrapper .contact-content {
  max-width: 220px;
  width: 100%;
}
.contact-from-wrapper .contact-content h2 {
  color: var(--white);
  font-size: 36px;
  font-weight: 600;
}
.contact-from-wrapper .contact-content h6 {
  color: var(--white);
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 10px;
}
.contact-from-wrapper .contact-right {
  width: 100%;
  position: relative;
  z-index: 99;
}
.contact-from-wrapper .contact-right::before {
  position: absolute;
  left: -150px;
  content: "";
  top: 0;
  width: 2px;
  height: 170px;
  border-radius: 10px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1399px) {
  .contact-from-wrapper .contact-right::before {
    display: none;
  }
}
.contact-from-wrapper .contact-right h3 {
  color: var(--white);
}
.contact-from-wrapper .contact-right p {
  color: var(--white);
  font-weight: 400;
}
.contact-from-wrapper .contact-right p span {
  font-weight: 600;
  color: var(--theme);
}
.contact-from-wrapper .contact-right p b {
  color: var(--theme);
  font-weight: 600;
}
.contact-from-wrapper .contact-right .box-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .contact-from-wrapper .contact-right .box-item {
    flex-wrap: wrap;
  }
}
.contact-from-wrapper .contact-right .box-item .form-clt {
  position: relative;
  width: 100%;
}
.contact-from-wrapper .contact-right .box-item .form-clt .single-select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  padding: 17px 20px;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.65);
  line-height: initial;
  height: initial;
}
.contact-from-wrapper .contact-right .box-item .form-clt .single-select .list {
  width: 100%;
  color: var(--header);
}
.contact-from-wrapper .contact-right .box-item .form-clt .theme-btn {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 14px 30px;
}
.contact-from-wrapper .contact-right .box-item .form-clt .theme-btn::after {
  background-color: var(--white);
}
.contact-from-wrapper .contact-right .box-item .form-clt .theme-btn:hover {
  color: var(--header);
}

.contact-from-section {
  margin: 20px;
  border-radius: 10px;
  position: relative;
}
.contact-from-section .container-fluid {
  padding: 0 130px;
}
@media (max-width: 1600px) {
  .contact-from-section .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .contact-from-section .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .contact-from-section .container-fluid {
    padding: 0 30px;
  }
}
.contact-from-section .right-shape {
  position: absolute;
  right: 30px;
  bottom: 0;
}

.contact-section-2 {
  position: relative;
}
.contact-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, #FFF 10%, rgba(255, 255, 255, 0) 50%);
}

.contact-content-2 {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 600px;
}
@media (max-width: 1399px) {
  .contact-content-2 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .contact-content-2 {
    padding-bottom: 80px;
  }
}
.contact-content-2 form {
  max-width: 515px;
  width: 100%;
}
@media (max-width: 1199px) {
  .contact-content-2 form {
    margin: 0 auto;
  }
}
.contact-content-2 form .form-clt {
  position: relative;
}
.contact-content-2 form .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 10px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  background: var(--white);
  color: var(--text);
  line-height: 1;
  padding: 20px;
  max-width: 515px;
}
.contact-content-2 form .form-clt input::placeholder {
  color: var(--text);
}
.contact-content-2 form .form-clt .theme-btn {
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  color: var(--white);
  border-radius: 10px;
  padding: 14.5px 30px;
  line-height: 18px;
}

.contact-us-wrapper-3 .contact-us-content .text {
  margin-top: 24px;
  margin-bottom: 70px;
  max-width: 440px;
}
@media (max-width: 1399px) {
  .contact-us-wrapper-3 .contact-us-content .text {
    margin-bottom: 30px;
  }
}
.contact-us-wrapper-3 .contact-us-content .contact-us-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .contact-us-wrapper-3 .contact-us-content .contact-us-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .contact-us-wrapper-3 .contact-us-content .contact-us-item {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.contact-us-wrapper-3 .contact-us-content .contact-us-item .content h5 {
  margin-bottom: 20px;
}
.contact-us-wrapper-3 .contact-us-content .contact-us-item .content h5 i {
  margin-right: 10px;
  margin-top: -5px;
  color: var(--theme);
}
.contact-us-wrapper-3 .contact-us-content .contact-us-item .content h6 {
  font-size: 18px;
  line-height: 145%;
  font-weight: 400;
}
.contact-us-wrapper-3 .contact-box {
  background-color: rgba(21, 21, 21, 0.03);
  border: 1px solid rgba(21, 21, 21, 0.1);
  border-radius: 12px;
  padding: 40px 50px;
  margin-left: 30px;
}
@media (max-width: 1399px) {
  .contact-us-wrapper-3 .contact-box {
    margin-left: 0;
    padding: 30px;
  }
}
.contact-us-wrapper-3 .contact-box .form-clt {
  position: relative;
}
.contact-us-wrapper-3 .contact-box .form-clt span {
  color: var(--header);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}
.contact-us-wrapper-3 .contact-box .form-clt input, .contact-us-wrapper-3 .contact-box .form-clt textarea {
  width: 100%;
  border: none;
  outline: none;
  background: var(--white);
  color: var(--text);
  border-radius: 10px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  padding: 18px 20px;
}
@media (max-width: 767px) {
  .contact-us-wrapper-3 .contact-box .form-clt input, .contact-us-wrapper-3 .contact-box .form-clt textarea {
    padding: 14px 20px;
  }
}
@media (max-width: 575px) {
  .contact-us-wrapper-3 .contact-box .form-clt input, .contact-us-wrapper-3 .contact-box .form-clt textarea {
    padding: 12px 18px;
  }
}
.contact-us-wrapper-3 .contact-box .form-clt input::placeholder, .contact-us-wrapper-3 .contact-box .form-clt textarea::placeholder {
  color: var(--white);
}
.contact-us-wrapper-3 .contact-box .form-clt textarea {
  padding-bottom: 80px;
  resize: none;
  border-radius: 10px;
}

.map-items .googpemap iframe {
  width: 100%;
  height: 590px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .map-items .googpemap iframe {
    height: 400px;
  }
}

.box-item-5 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .box-item-5 {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.box-item-5 .form-clt {
  position: relative;
  width: 100%;
}
.box-item-5 .form-clt .single-select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  background: transparent;
  padding: 17px 20px;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  color: var(--header);
  line-height: initial;
  height: initial;
}
.box-item-5 .form-clt .single-select::after {
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
}
.box-item-5 .form-clt .single-select .list {
  width: 100%;
  color: var(--header);
  z-index: 9999;
}

@media (max-width: 1399px) {
  .contact-wrapper-4 .contact-content {
    margin-top: 15px;
  }
}
.contact-wrapper-4 .contact-content .form-clt span {
  color: rgb(21, 21, 21);
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.contact-wrapper-4 .contact-content .form-clt input, .contact-wrapper-4 .contact-content .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background: var(--white);
  padding: 16px 20px;
  font-weight: 400;
  border-radius: 8px;
  font-size: 16px;
  color: rgb(180, 180, 180);
  border: 1px solid rgb(180, 180, 180);
  line-height: 1;
}
.contact-wrapper-4 .contact-content .form-clt input::placeholder, .contact-wrapper-4 .contact-content .form-clt textarea::placeholder {
  color: rgb(180, 180, 180);
}
.contact-wrapper-4 .contact-content .form-clt .form .single-select {
  border-radius: 8px;
  border: none;
  padding: 16px 20px;
  height: initial;
  line-height: 1;
  background: var(--white);
  width: 100% !important;
  border: 1px solid rgb(180, 180, 180);
}
.contact-wrapper-4 .contact-content .form-clt .form .single-select .current {
  color: rgb(180, 180, 180);
}
.contact-wrapper-4 .contact-content .form-clt .form .single-select::after {
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
}
.contact-wrapper-4 .contact-content .form-clt .form .single-select .list {
  width: 100%;
}
.contact-wrapper-4 .contact-content .form-clt textarea {
  padding-bottom: 100px;
  resize: none;
}
.contact-wrapper-4 .contact-content .theme-btn {
  display: inline-block;
  text-align: center;
}
.contact-wrapper-4 .contact-image-4 {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.contact-wrapper-4 .contact-image-4 img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.contact-wrapper-4 .contact-image-4::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.contact-wrapper-4 .contact-image-4:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.contact-wrapper-4 .contact-image-4:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

@media (max-width: 1399px) {
  .cta-contact-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .cta-contact-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cta-contact-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.cta-contact-wrapper .cta-image {
  margin-left: -322px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cta-contact-wrapper .cta-image {
    margin-left: 0;
  }
}
.cta-contact-wrapper .cta-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.cta-contact-wrapper .cta-right-content {
  margin-left: 90px;
}
@media (max-width: 1399px) {
  .cta-contact-wrapper .cta-right-content {
    margin-left: 0;
  }
}
.cta-contact-wrapper .cta-right-content .text {
  margin-top: 10px;
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cta-contact-wrapper .cta-right-content .text {
    margin-bottom: 30px;
  }
}
.cta-contact-wrapper .cta-right-content form {
  max-width: 515px;
  width: 100%;
}
.cta-contact-wrapper .cta-right-content form .form-clt {
  position: relative;
}
.cta-contact-wrapper .cta-right-content form .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 10px;
  background: var(--white);
  color: var(--text);
  line-height: 1;
  padding: 20px;
  max-width: 515px;
  border: 1px solid rgba(21, 21, 21, 0.1);
}
.cta-contact-wrapper .cta-right-content form .form-clt input::placeholder {
  color: var(--text);
}
.cta-contact-wrapper .cta-right-content form .form-clt .theme-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  line-height: 18px;
}

.cta-contact-section-3 {
  position: relative;
  z-index: 9;
}
.cta-contact-section-3 .right-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .cta-contact-section-3 .right-shape {
    display: none;
  }
}
.cta-contact-section-3 .top-shape {
  position: absolute;
  top: 35px;
  right: 50%;
}
@media (max-width: 1399px) {
  .cta-contact-section-3 .top-shape {
    display: none;
  }
}
.cta-contact-section-3 .bottom-shape {
  position: absolute;
  right: 35px;
  bottom: 45px;
}
@media (max-width: 1399px) {
  .cta-contact-section-3 .bottom-shape {
    display: none;
  }
}

.faq-wrapper .faq-left-content .text {
  margin-top: 20px;
  max-width: 568px;
}
.faq-wrapper .faq-left-content .nav {
  display: flex;
  gap: 24px;
  margin-bottom: 30px;
  margin-top: 45px;
}
@media (max-width: 1399px) {
  .faq-wrapper .faq-left-content .nav {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .faq-wrapper .faq-left-content .nav {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.faq-wrapper .faq-left-content .nav li {
  font-size: 14px;
  font-weight: 500;
}
.faq-wrapper .faq-left-content .nav li .nav-link {
  color: var(--text);
  transition: all 0.4s ease-in-out;
  padding: 10px 14px;
  line-height: 1;
  border-radius: 10px;
  border: 1px solid rgba(21, 21, 21, 0.1);
}
@media (max-width: 991px) {
  .faq-wrapper .faq-left-content .nav li .nav-link {
    border: 1px solid var(--border);
    padding: 15px 40px;
  }
}
@media (max-width: 575px) {
  .faq-wrapper .faq-left-content .nav li .nav-link {
    padding: 15px 35px;
  }
}
.faq-wrapper .faq-left-content .nav li .nav-link.active {
  position: relative;
  background-color: var(--theme);
  color: var(--white);
}
.faq-wrapper .faq-left-content .faq-box-item {
  border: 1px solid rgba(21, 21, 21, 0.1);
  border-radius: 10px;
  background-color: #FEF8EF;
  padding: 35px 50px;
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .faq-wrapper .faq-left-content .faq-box-item {
    padding: 30px;
    margin-top: 30px;
  }
}
.faq-wrapper .faq-left-content .faq-box-item .faq-items-4 {
  position: relative;
  z-index: 9;
  margin-top: 30px;
}
.faq-wrapper .faq-left-content .faq-box-item .faq-items-4 .accordion .accordion-item {
  border: none;
  margin-bottom: 18px;
  padding: 0;
  background: transparent;
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
}
.faq-wrapper .faq-left-content .faq-box-item .faq-items-4 .accordion .accordion-item h2 button {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  box-shadow: none;
  padding: 20px 30px;
  color: var(--header);
  cursor: pointer;
}
@media (max-width: 575px) {
  .faq-wrapper .faq-left-content .faq-box-item .faq-items-4 .accordion .accordion-item h2 button {
    font-size: 16px;
    line-height: 1.6;
    padding: 22px 20px;
  }
}
.faq-wrapper .faq-left-content .faq-box-item .faq-items-4 .accordion .accordion-item .accordion-body {
  padding: 20px 30px;
  padding-top: 0;
  background-color: var(--white);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom: none;
}
.faq-wrapper .faq-left-content .faq-box-item .faq-items-4 .accordion .accordion-item .accordion-body p {
  color: var(--header);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .faq-wrapper .faq-left-content .faq-box-item .faq-items-4 .accordion .accordion-item .accordion-body p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}
.faq-wrapper .faq-left-content .faq-box-item .faq-items-4 .accordion .accordion-button {
  background-color: transparent;
  color: var(--header);
  border-radius: 20px !important;
}
.faq-wrapper .faq-left-content .faq-box-item .faq-items-4 .accordion .accordion-button::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  background: rgba(153, 165, 55, 0.08);
  font-weight: 900;
  transition: all 0.3s ease-in-out !important;
  color: var(--header);
  border: none !important;
  width: initial;
  height: initial;
  line-height: initial;
  background-color: transparent;
}
.faq-wrapper .faq-left-content .faq-box-item .faq-items-4 .accordion .accordion-button:not(.collapsed) {
  background-color: var(--white);
  color: var(--header);
  border-radius: 10px 0 0 !important;
  border-top-right-radius: 10px !important;
  border-bottom: none;
  z-index: 999;
  position: relative;
}
.faq-wrapper .faq-left-content .faq-box-item .faq-items-4 .accordion .accordion-button:not(.collapsed)::after {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
  width: initial;
  height: initial;
  line-height: initial;
  background-color: transparent;
  font-weight: 900;
  color: var(--header);
  transform: rotate(0);
}
.faq-wrapper .faq-bg-image {
  position: relative;
  z-index: 9;
}
.faq-wrapper .faq-bg-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(21, 21, 21, 0) 34.84%, rgba(21, 21, 21, 0.8) 100%);
  border-radius: 10px;
}
.faq-wrapper .faq-bg-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.faq-wrapper .faq-bg-image .tour-bg-content {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
@media (max-width: 1399px) {
  .faq-wrapper .faq-bg-image .tour-bg-content {
    left: 20px;
    bottom: 20px;
  }
}
.faq-wrapper .faq-bg-image .tour-bg-content span {
  color: var(--white);
}
.faq-wrapper .faq-bg-image .tour-bg-content h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .faq-wrapper .faq-bg-image .tour-bg-content h3 {
    font-size: 25px;
  }
}
.faq-wrapper .faq-bg-image .tour-bg-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.faq-wrapper .faq-bg-image .tour-bg-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.faq-wrapper .comment-box {
  border-radius: 10px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  padding: 40px;
  margin-top: 30px;
}
.faq-wrapper .comment-box p {
  margin-bottom: 30px;
}
.faq-wrapper .comment-box .form-clt input, .faq-wrapper .comment-box .form-clt textarea {
  width: 100%;
  outline: none;
  border-radius: 10px;
  border: 1px solid rgba(21, 21, 21, 0.07);
  background: rgba(21, 21, 21, 0.03);
  padding: 18px 24px;
  color: var(--text);
}
.faq-wrapper .comment-box .form-clt input::placeholder, .faq-wrapper .comment-box .form-clt textarea::placeholder {
  color: var(--text);
}
.faq-wrapper .comment-box .form-clt textarea {
  padding-bottom: 80px;
  resize: none;
}
.faq-wrapper .comment-box .theme-btn {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.faq-wrapper-3 {
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .faq-wrapper-3 {
    margin-top: 30px;
  }
}
.faq-wrapper-3 .faq-left-item h3 {
  color: var(--white);
}
.faq-wrapper-3 .faq-left-item .faq-image {
  position: relative;
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.faq-wrapper-3 .faq-left-item .faq-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.faq-wrapper-3 .faq-left-item .faq-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.faq-wrapper-3 .faq-left-item .faq-image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.faq-wrapper-3 .faq-left-item .faq-image:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.faq-wrapper-3 .faq-content {
  margin-left: 90px;
}
@media (max-width: 1399px) {
  .faq-wrapper-3 .faq-content {
    margin-left: 0;
  }
}
.faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-item {
  border: none;
  margin-bottom: 18px;
  padding: 0;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-item h2 button {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  box-shadow: none;
  padding: 10px 0 35px;
  color: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 90px;
}
.faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-item h2 button span {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
}
@media (max-width: 1399px) {
  .faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-item h2 button {
    flex-wrap: wrap;
    gap: 15px;
    padding: 0 0 20px;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-item h2 button {
    font-size: 18px;
    line-height: 1.6;
  }
}
.faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-item .accordion-body {
  padding: 20px 105px;
  padding-top: 0;
  background-color: transparent;
  border-bottom: none;
}
@media (max-width: 1399px) {
  .faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-item .accordion-body {
    padding: 20px 30px;
  }
}
.faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-item .accordion-body p {
  color: var(--white);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-item .accordion-body p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}
.faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-button {
  background-color: transparent;
  color: var(--header);
  border-radius: 20px !important;
}
.faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-button::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  background: rgba(153, 165, 55, 0.08);
  font-weight: 900;
  transition: all 0.3s ease-in-out !important;
  color: var(--white);
  border: none !important;
  width: initial;
  height: initial;
  line-height: initial;
  background-color: transparent;
}
.faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--white);
  border-radius: 0 !important;
  border-top-right-radius: 10px !important;
  border-bottom: none;
  z-index: 999;
  position: relative;
}
.faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-button:not(.collapsed)::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  width: initial;
  height: initial;
  line-height: initial;
  background-color: transparent;
  font-weight: 900;
  color: var(--white);
  transform: rotate(0);
}

.faq-section-3 {
  position: relative;
  z-index: 9;
  margin: 0 15px;
}
@media (max-width: 575px) {
  .faq-section-3 .section-title p {
    font-size: 14px;
  }
}
.faq-section-3 .faq-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .faq-section-3 .faq-shape {
    display: none;
  }
}
.faq-section-3 .faq-shape img {
  width: 100%;
  height: 100%;
}

.feature-item {
  margin-top: 30px;
}
.feature-item .feature-icon-item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}
.feature-item .feature-icon-item .icon {
  max-width: 70px;
  height: 70px;
  width: 100%;
  line-height: 78px;
  text-align: center;
  border-radius: 10px;
  background: rgba(251, 91, 50, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 1;
  flex-basis: 35%;
  font-size: 40px;
  color: var(--theme);
}
@media (max-width: 1399px) {
  .feature-item .feature-icon-item .icon {
    flex-basis: initial;
  }
}
.feature-item .feature-icon-item .icon.style-2 {
  flex-basis: 25%;
}
@media (max-width: 1399px) {
  .feature-item .feature-icon-item .icon.style-2 {
    flex-basis: initial;
  }
}
.feature-item .feature-icon-item .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--theme);
  border-radius: 10px;
  transform: translateY(-101%);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  z-index: 0;
}
.feature-item .feature-icon-item .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.feature-item p {
  max-width: 293px;
  font-size: 15px;
}
.feature-item:hover .feature-icon-item .icon::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.feature-item:hover .feature-icon-item .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  filter: brightness(0) invert(1);
}

.counter-wrapper {
  padding: 100px 70px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(21, 21, 21, 0.06) 0%, rgba(123, 123, 123, 0.05) 100%);
  backdrop-filter: blur(40px);
  margin-top: 350px;
}
@media (max-width: 1399px) {
  .counter-wrapper {
    padding: 50px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .counter-wrapper {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .counter-wrapper {
    padding: 30px;
  }
}
.counter-wrapper .counter-main-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 70px;
  margin-top: 70px;
}
@media (max-width: 1399px) {
  .counter-wrapper .counter-main-item {
    padding-top: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.counter-wrapper .counter-main-item .counter-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.counter-wrapper .counter-main-item .counter-item .icon {
  font-size: 60px;
  color: var(--white);
}
.counter-wrapper .counter-main-item .counter-item .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}
.counter-wrapper .counter-main-item .counter-item .content h3 {
  font-size: 30px;
  color: var(--white);
  font-weight: 500;
}
.counter-wrapper .counter-main-item .counter-item .content p {
  color: var(--white);
}
.counter-wrapper .counter-main-item .counter-item:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.counter-section {
  background-attachment: fixed;
}

.commitment-wrapper .commitment-content .commitment-left {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-left: -300px;
  margin-top: 60px;
}
@media (max-width: 1600px) {
  .commitment-wrapper .commitment-content .commitment-left {
    gap: 50px;
  }
}
@media (max-width: 1600px) {
  .commitment-wrapper .commitment-content .commitment-left {
    margin-left: -70px;
  }
}
@media (max-width: 1399px) {
  .commitment-wrapper .commitment-content .commitment-left {
    margin-left: 0;
    margin-top: 30px;
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .commitment-wrapper .commitment-content .commitment-left {
    flex-wrap: initial;
  }
}
@media (max-width: 575px) {
  .commitment-wrapper .commitment-content .commitment-left {
    flex-wrap: wrap;
  }
}
.commitment-wrapper .commitment-content .commitment-left .commitment-image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.commitment-wrapper .commitment-content .commitment-left .commitment-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.commitment-wrapper .commitment-content .commitment-left .commitment-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
  border-radius: 16px;
}
.commitment-wrapper .commitment-content .commitment-left .commitment-image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.commitment-wrapper .commitment-content .commitment-left .commitment-image:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.commitment-wrapper .commitment-content .commitment-left .count-item p {
  max-width: 386px;
  color: var(--white);
  font-size: 15px;
}
.commitment-wrapper .commitment-content .commitment-left .count-item .count-content {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-top: 70px;
}
@media (max-width: 1600px) {
  .commitment-wrapper .commitment-content .commitment-left .count-item .count-content {
    gap: 20px;
  }
}
@media (max-width: 1399px) {
  .commitment-wrapper .commitment-content .commitment-left .count-item .count-content {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
}
.commitment-wrapper .commitment-content .commitment-left .count-item .count-content .content h2 {
  font-size: 30px;
  color: var(--white);
  font-weight: 500;
}
.commitment-wrapper .commitment-content .commitment-left .count-item .count-content .content p {
  color: rgba(255, 255, 255, 0.65);
}
@media (max-width: 1600px) {
  .commitment-wrapper .commitment-content .commitment-left .count-item .count-content .content p {
    font-size: 13px;
  }
}
@media (max-width: 1399px) {
  .commitment-wrapper .commitment-content .commitment-left .count-item .count-content .content p {
    font-size: 16px;
  }
}
.commitment-wrapper .commitment-image-item {
  display: flex;
  align-items: start;
  margin-right: -300px;
  gap: 20px;
  margin-left: 50px;
}
@media (max-width: 1600px) {
  .commitment-wrapper .commitment-image-item {
    margin-right: -70px;
  }
}
@media (max-width: 1399px) {
  .commitment-wrapper .commitment-image-item {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .commitment-wrapper .commitment-image-item {
    flex-wrap: wrap;
  }
}
.commitment-wrapper .commitment-image-item .commitment-image {
  position: relative;
  height: 530px;
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 1600px) {
  .commitment-wrapper .commitment-image-item .commitment-image {
    height: 475px;
  }
  .commitment-wrapper .commitment-image-item .commitment-image img {
    object-fit: initial;
  }
}
@media (max-width: 1399px) {
  .commitment-wrapper .commitment-image-item .commitment-image {
    height: initial;
  }
}
.commitment-wrapper .commitment-image-item .commitment-image.style-2 {
  height: initial;
}
.commitment-wrapper .commitment-image-item .commitment-image .video-btn {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 16px;
  border-radius: 100px;
  filter: drop-shadow(10px 4px 60px #FB5B32);
  z-index: 999;
}
.commitment-wrapper .commitment-image-item .commitment-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
@media (max-width: 1600px) {
  .commitment-wrapper .commitment-image-item .commitment-image img {
    object-fit: initial;
  }
}
.commitment-wrapper .commitment-image-item .commitment-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
  border-radius: 16px;
}
.commitment-wrapper .commitment-image-item .commitment-image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.commitment-wrapper .commitment-image-item .commitment-image:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.feature-bg-content {
  padding: 130px 0;
  color: var(--white);
  text-align: center;
  position: relative;
}
@media (max-width: 1399px) {
  .feature-bg-content {
    padding: 100px 0;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .feature-bg-content {
    padding: 80px 0;
  }
}
.feature-bg-content h2 {
  font-size: 70px;
  font-weight: 600;
  color: var(--white);
  text-align: right;
  line-height: 80%;
}
@media (max-width: 1600px) {
  .feature-bg-content h2 {
    font-size: 56px;
  }
}
@media (max-width: 1399px) {
  .feature-bg-content h2 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .feature-bg-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .feature-bg-content h2 {
    font-size: 24px;
    text-align: left;
  }
}
.feature-bg-content h2 img {
  margin: 0 20px;
}
@media (max-width: 575px) {
  .feature-bg-content h2 img {
    margin: 0 10px;
    width: 90px;
  }
}
.feature-bg-content .text {
  font-size: 230px;
  font-weight: 700;
  color: var(--white);
  margin-right: -10px;
}
@media (max-width: 1600px) {
  .feature-bg-content .text {
    font-size: 190px;
  }
}
@media (max-width: 1399px) {
  .feature-bg-content .text {
    font-size: 170px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .feature-bg-content .text {
    font-size: 100px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .feature-bg-content .text {
    font-size: 55px;
  }
}
.feature-bg-content .feature-bottom-content {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-left: 200px;
}
@media (max-width: 1600px) {
  .feature-bg-content .feature-bottom-content {
    margin-left: 30px;
  }
}
@media (max-width: 1399px) {
  .feature-bg-content .feature-bottom-content {
    margin-top: 50px;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .feature-bg-content .feature-bottom-content {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .feature-bg-content .feature-bottom-content {
    justify-content: start;
    margin-left: 0;
  }
}
.feature-bg-content .feature-bottom-content p {
  font-weight: 500;
  color: var(--white);
  max-width: 300px;
}
.feature-bg-content .feature-bottom-content h3 {
  font-size: 65px;
  font-weight: 600;
  color: var(--white);
}
@media (max-width: 1600px) {
  .feature-bg-content .feature-bottom-content h3 {
    font-size: 60px;
  }
}
@media (max-width: 1399px) {
  .feature-bg-content .feature-bottom-content h3 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .feature-bg-content .feature-bottom-content h3 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .feature-bg-content .feature-bottom-content h3 {
    font-size: 30px;
  }
}

.feature-section-2 {
  margin: 0 20px;
  position: relative;
  border-radius: 10px;
  background-attachment: fixed;
}
.feature-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  background: conic-gradient(from 191deg at 50% 50%, rgba(21, 21, 21, 0.6) 0deg, rgba(21, 21, 21, 0.3) 360deg);
}

.feature-exprience-wrapper .left-image {
  height: 466px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 1600px) {
  .feature-exprience-wrapper .left-image {
    height: 453px;
  }
}
@media (max-width: 1399px) {
  .feature-exprience-wrapper .left-image {
    height: initial;
  }
}
.feature-exprience-wrapper .left-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  object-fit: cover;
}
.feature-exprience-wrapper .left-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.feature-exprience-wrapper .left-image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.feature-exprience-wrapper .left-image:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.feature-exprience-wrapper .counter-main-box {
  background-color: var(--theme);
  padding: 6px 8px 6px 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .feature-exprience-wrapper .counter-main-box {
    padding: 10px 10px 10px 20px;
  }
}
@media (max-width: 1399px) {
  .feature-exprience-wrapper .counter-main-box {
    flex-wrap: wrap;
    gap: 30px;
    padding: 10px 10px 10px 20px;
  }
}
.feature-exprience-wrapper .counter-main-box .content {
  padding-top: 15px;
  padding-bottom: 10px;
}
@media (max-width: 1600px) {
  .feature-exprience-wrapper .counter-main-box .content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.feature-exprience-wrapper .counter-main-box .content h2 {
  color: var(--white);
}
@media (max-width: 1600px) {
  .feature-exprience-wrapper .counter-main-box .content h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .feature-exprience-wrapper .counter-main-box .content h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .feature-exprience-wrapper .counter-main-box .content h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .feature-exprience-wrapper .counter-main-box .content h2 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .feature-exprience-wrapper .counter-main-box .content h2 {
    font-size: 25px;
  }
}
.feature-exprience-wrapper .counter-main-box .content p {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 16px;
}
@media (max-width: 1600px) {
  .feature-exprience-wrapper .counter-main-box .content p {
    font-size: 12px;
  }
}
@media (max-width: 1399px) {
  .feature-exprience-wrapper .counter-main-box .content p {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .feature-exprience-wrapper .counter-main-box .content p {
    margin-bottom: 20px;
  }
}
.feature-exprience-wrapper .counter-main-box .right-box {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px 20px;
  width: 320px;
}
@media (max-width: 1600px) {
  .feature-exprience-wrapper .counter-main-box .right-box {
    width: 235px;
  }
}
@media (max-width: 1399px) {
  .feature-exprience-wrapper .counter-main-box .right-box {
    width: 320px;
  }
}
@media (max-width: 1600px) {
  .feature-exprience-wrapper .counter-main-box .right-box h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .feature-exprience-wrapper .counter-main-box .right-box h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .feature-exprience-wrapper .counter-main-box .right-box h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .feature-exprience-wrapper .counter-main-box .right-box h2 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .feature-exprience-wrapper .counter-main-box .right-box h2 {
    font-size: 25px;
  }
}
.feature-exprience-wrapper .counter-main-box .right-box p {
  font-size: 14px;
}
@media (max-width: 1600px) {
  .feature-exprience-wrapper .counter-main-box .right-box p {
    font-size: 11px;
  }
}
@media (max-width: 1399px) {
  .feature-exprience-wrapper .counter-main-box .right-box p {
    font-size: 14px;
  }
}
.feature-exprience-wrapper .counter-main-box .right-box .star-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}
@media (max-width: 1600px) {
  .feature-exprience-wrapper .counter-main-box .right-box .star-item img {
    width: 75px;
  }
}
@media (max-width: 1399px) {
  .feature-exprience-wrapper .counter-main-box .right-box .star-item img {
    width: initial;
  }
}
@media (max-width: 1399px) {
  .feature-exprience-wrapper .counter-main-box .right-box .star-item {
    margin-top: 25px;
  }
}
.feature-exprience-wrapper .counter-main-box .right-box .star-item .star {
  color: var(--theme);
}
.feature-exprience-wrapper .adventure-box-2 {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(81, 79, 79, 0.09) 0%, rgba(205, 205, 205, 0.08) 100%);
  backdrop-filter: blur(7.5px);
  padding: 30px 40px;
  margin-top: 30px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.feature-exprience-wrapper .adventure-box-2 .shape {
  position: absolute;
  right: 30px;
  top: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  .feature-exprience-wrapper .adventure-box-2 .shape {
    display: none;
  }
}
.feature-exprience-wrapper .adventure-box-2 .shape-2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.feature-exprience-wrapper .adventure-box-2 .shape-2 img {
  width: 100%;
  height: 100%;
}
.feature-exprience-wrapper .adventure-box-2 h3 {
  font-size: 30px;
}
@media (max-width: 1399px) {
  .feature-exprience-wrapper .adventure-box-2 h3 {
    font-size: 20px;
  }
}
.feature-exprience-wrapper .adventure-box-2 h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.feature-exprience-wrapper .adventure-box-2 h3 a:hover {
  color: var(--white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}
.feature-exprience-wrapper .adventure-box-2 .info-item {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 20px;
}
.feature-exprience-wrapper .adventure-box-2 .info-item .content h5 {
  font-size: 18px;
  color: var(--white);
}
.feature-exprience-wrapper .adventure-box-2 .info-item .content span {
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
}

.video-section-2 {
  position: relative;
  margin: 0 15px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.video-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: conic-gradient(from 191deg at 50% 50%, rgba(21, 21, 21, 0.3) 0deg, rgba(21, 21, 21, 0.3) 360deg);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.video-content {
  padding: 300px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 1399px) {
  .video-content {
    padding: 160px 0;
  }
}
@media (max-width: 991px) {
  .video-content {
    padding: 120px 0;
  }
}
@media (max-width: 575px) {
  .video-content {
    padding: 80px 0;
  }
}
.video-content .video-btn {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  position: relative;
  font-size: 16px;
  border-radius: 100px;
  filter: drop-shadow(10px 4px 60px #FB5B32);
  z-index: 999;
  display: inline-block;
}
.video-content .video-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.choose-us-box {
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
  background-color: var(--white);
}
.choose-us-box .icon {
  font-size: 50px;
  color: var(--theme);
  margin-bottom: 30px;
}
.choose-us-box .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}
.choose-us-box .choose-us-content p {
  margin-top: 10px;
}
.choose-us-box:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.counter-wrapper-2 .counter-main-item-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 70px;
  margin-top: 70px;
}
@media (max-width: 1399px) {
  .counter-wrapper-2 .counter-main-item-2 {
    padding-top: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.counter-wrapper-2 .counter-main-item-2 .counter-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.counter-wrapper-2 .counter-main-item-2 .counter-item .icon {
  font-size: 60px;
  color: var(--white);
}
.counter-wrapper-2 .counter-main-item-2 .counter-item .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}
.counter-wrapper-2 .counter-main-item-2 .counter-item .content h3 {
  font-size: 30px;
  color: var(--white);
  font-weight: 500;
}
.counter-wrapper-2 .counter-main-item-2 .counter-item .content p {
  color: var(--white);
}
.counter-wrapper-2 .counter-main-item-2 .counter-item:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.counter-section-2 {
  position: relative;
  border-radius: 0 0 10px 10px;
  margin: 0 15px;
  z-index: 999;
}
.counter-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 0 0 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--header);
  backdrop-filter: blur(40px);
  z-index: -1;
}

.gallery-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.gallery-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.gallery-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.gallery-image .gallery-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -25px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  z-index: 99;
}
.gallery-image .gallery-content h4 {
  font-weight: 600;
}
.gallery-image .gallery-content h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.gallery-image .gallery-content h4 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.gallery-image .gallery-content p {
  color: var(--white);
}
.gallery-image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.gallery-image:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.gallery-image:hover .gallery-content {
  opacity: 1;
  visibility: visible;
  bottom: 25px;
}

.gallery-section .gallery-slider {
  margin-left: -350px;
  margin-right: -350px;
  margin-top: 48px;
}
@media (max-width: 1399px) {
  .gallery-section .gallery-slider {
    margin-left: 0;
    margin-right: 0;
  }
}
.gallery-section .gallery-slider-2 {
  margin-left: -100px;
  margin-right: -100px;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .gallery-section .gallery-slider-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.feature-memories-wrapper {
  position: relative;
  padding-bottom: 100px;
}
.feature-memories-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  top: initial;
  height: 1px;
}
.feature-memories-wrapper .feature-memories-content .text {
  color: rgba(255, 255, 255, 0.65);
  max-width: 455px;
  margin-top: 40px;
}
.feature-memories-wrapper .feature-memories-content .feature-memories-image {
  margin-top: 55px;
}
@media (max-width: 1399px) {
  .feature-memories-wrapper .feature-memories-content .feature-memories-image {
    margin-top: 30px;
  }
}
.feature-memories-wrapper .feature-memories-content .feature-memories-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.feature-memories-wrapper .feature-memories-right {
  margin-left: 80px;
}
@media (max-width: 1399px) {
  .feature-memories-wrapper .feature-memories-right {
    margin-left: 0;
  }
}
.feature-memories-wrapper .feature-memories-right .text-2 {
  color: rgba(255, 255, 255, 0.65);
  max-width: 610px;
  margin-bottom: 15px;
}
.feature-memories-wrapper .feature-memories-right .feature-memories-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .feature-memories-wrapper .feature-memories-right .feature-memories-item {
    flex-wrap: wrap;
  }
}
.feature-memories-wrapper .feature-memories-right .feature-memories-item .feature-item .icon-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.feature-memories-wrapper .feature-memories-right .feature-memories-item .feature-item .icon-item .icon {
  width: 70px;
  height: 70px;
  line-height: 80px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--theme-2);
  color: var(--white);
  font-size: 40px;
}
.feature-memories-wrapper .feature-memories-right .feature-memories-item .feature-item .icon-item h5 {
  color: var(--white);
}
.feature-memories-wrapper .feature-memories-right .feature-memories-item .feature-item p {
  color: rgba(255, 255, 255, 0.65);
  max-width: 265px;
}
.feature-memories-wrapper .feature-memories-right .list-box-item {
  display: flex;
  align-items: center;
  gap: 120px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 20px 20px 40px;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .feature-memories-wrapper .feature-memories-right .list-box-item {
    flex-wrap: wrap;
    gap: 25px;
    padding: 20px;
  }
}
.feature-memories-wrapper .feature-memories-right .list-box-item .list li {
  color: rgba(255, 255, 255, 0.65);
}
.feature-memories-wrapper .feature-memories-right .list-box-item .list li i {
  margin-right: 10px;
  color: var(--white);
}
.feature-memories-wrapper .feature-memories-right .list-box-item .list li:not(:last-child) {
  margin-bottom: 20px;
}
.feature-memories-wrapper .feature-memories-right .list-box-item .award-box {
  padding: 30px 40px;
  text-align: center;
  background-color: var(--theme-2);
  border-radius: 10px;
}
.feature-memories-wrapper .feature-memories-right .list-box-item .award-box h5 {
  color: var(--white);
  margin-top: 35px;
}

.feature-memories-section {
  margin: 0 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.choose-us-box-items-3 {
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
  padding: 30px 49px;
  border-radius: 10px;
}
@media (max-width: 1600px) {
  .choose-us-box-items-3 {
    padding: 30px 18px;
  }
}
@media (max-width: 1399px) {
  .choose-us-box-items-3 {
    padding: 30px;
  }
}
.choose-us-box-items-3 .icon {
  margin-bottom: 25px;
  font-size: 50px;
  color: var(--white);
}
.choose-us-box-items-3 .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}
.choose-us-box-items-3 h5 {
  color: var(--white);
}
.choose-us-box-items-3 p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.65);
}
@media (max-width: 1600px) {
  .choose-us-box-items-3 p {
    font-size: 14px;
  }
}
@media (max-width: 1399px) {
  .choose-us-box-items-3 p {
    font-size: 16px;
  }
}
.choose-us-box-items-3:hover {
  background-color: var(--white);
}
.choose-us-box-items-3:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  color: var(--header);
}
.choose-us-box-items-3:hover h5 {
  color: var(--header);
}
.choose-us-box-items-3:hover p {
  color: var(--text);
}

.why-choose-us-section-3 {
  position: relative;
  z-index: 9;
}
.why-choose-us-section-3 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1899px) {
  .why-choose-us-section-3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1600px) {
  .why-choose-us-section-3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1399px) {
  .why-choose-us-section-3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .why-choose-us-section-3 .container-fluid {
    padding: 0 15px;
  }
}
.why-choose-us-section-3 .left-shape {
  position: absolute;
  top: 50px;
  left: 120px;
}
@media (max-width: 1399px) {
  .why-choose-us-section-3 .left-shape {
    display: none;
  }
}
.why-choose-us-section-3 .right-shape {
  position: absolute;
  right: 170px;
  top: 80px;
}
@media (max-width: 1399px) {
  .why-choose-us-section-3 .right-shape {
    display: none;
  }
}
.why-choose-us-section-3 .bottom-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.counter-wrapper-3 .counter-box {
  padding: 38px 50px;
  background-color: var(--header);
  border-radius: 10px;
  position: relative;
}
@media (max-width: 1600px) {
  .counter-wrapper-3 .counter-box {
    padding: 30px;
  }
}
.counter-wrapper-3 .counter-box.style-2 {
  margin-top: 10px;
}
.counter-wrapper-3 .counter-box::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme-2);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
  border-radius: 10px;
}
.counter-wrapper-3 .counter-box .top-items {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 45px;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 1600px) {
  .counter-wrapper-3 .counter-box .top-items {
    padding-bottom: 45px;
    margin-bottom: 42px;
    gap: 15px;
  }
}
@media (max-width: 1399px) {
  .counter-wrapper-3 .counter-box .top-items {
    padding-bottom: 30px;
    margin-bottom: 30px;
    gap: 30px;
  }
}
.counter-wrapper-3 .counter-box .top-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  top: initial;
  height: 1px;
}
.counter-wrapper-3 .counter-box .top-items .icon {
  font-size: 60px;
  color: var(--white);
}
.counter-wrapper-3 .counter-box .top-items .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}
.counter-wrapper-3 .counter-box .top-items .content h3 {
  font-size: 30px;
  font-weight: 500;
  color: var(--white);
}
.counter-wrapper-3 .counter-box .top-items .content h6 {
  color: rgba(255, 255, 255, 0.65);
}
@media (max-width: 1600px) {
  .counter-wrapper-3 .counter-box .top-items .content h6 {
    font-size: 14px;
  }
}
@media (max-width: 1399px) {
  .counter-wrapper-3 .counter-box .top-items .content h6 {
    font-size: 16px;
  }
}
.counter-wrapper-3 .counter-box p {
  color: rgba(255, 255, 255, 0.65);
  max-width: 365px;
}
.counter-wrapper-3 .counter-box:hover::before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
  z-index: 1;
}
.counter-wrapper-3 .counter-box:hover .top-items::before {
  z-index: 999;
}
.counter-wrapper-3 .counter-box:hover .top-items .icon {
  position: relative;
  z-index: 9;
}
.counter-wrapper-3 .counter-box:hover .top-items .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.counter-wrapper-3 .counter-box:hover .top-items .content h3 {
  position: relative;
  z-index: 9;
}
.counter-wrapper-3 .counter-box:hover .top-items .content h6 {
  position: relative;
  z-index: 9;
  color: var(--white);
}
.counter-wrapper-3 .counter-box:hover p {
  position: relative;
  z-index: 9;
  color: var(--white);
}
.counter-wrapper-3 .counter-image {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  height: 580px;
}
@media (max-width: 1399px) {
  .counter-wrapper-3 .counter-image {
    height: 300px;
  }
  .counter-wrapper-3 .counter-image img {
    object-fit: cover !important;
  }
}
@media (max-width: 991px) {
  .counter-wrapper-3 .counter-image {
    height: initial;
  }
}
.counter-wrapper-3 .counter-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  object-fit: initial;
}
@media (max-width: 1399px) {
  .counter-wrapper-3 .counter-image img {
    object-fit: initial;
  }
}
.counter-wrapper-3 .counter-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.counter-wrapper-3 .counter-image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.counter-wrapper-3 .counter-image:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.counter-wrapper-3 .adventer-image {
  position: relative;
  z-index: 9;
}
@media (max-width: 1600px) {
  .counter-wrapper-3 .adventer-image {
    height: 286px;
  }
  .counter-wrapper-3 .adventer-image img {
    object-fit: cover;
  }
}
@media (max-width: 1399px) {
  .counter-wrapper-3 .adventer-image {
    height: 300px;
  }
  .counter-wrapper-3 .adventer-image img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .counter-wrapper-3 .adventer-image {
    height: initial;
  }
  .counter-wrapper-3 .adventer-image img {
    object-fit: initial;
  }
}
.counter-wrapper-3 .adventer-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(20, 24, 22, 0.3);
  border-radius: 10px;
}
@media (max-width: 575px) {
  .counter-wrapper-3 .adventer-image::before {
    display: none;
  }
}
.counter-wrapper-3 .adventer-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.counter-wrapper-3 .adventer-image .left-content {
  position: absolute;
  bottom: 30px;
  left: 50px;
}
@media (max-width: 1600px) {
  .counter-wrapper-3 .adventer-image .left-content {
    left: 20px;
  }
}
@media (max-width: 575px) {
  .counter-wrapper-3 .adventer-image .left-content {
    position: static;
    margin-top: 20px;
  }
}
.counter-wrapper-3 .adventer-image .left-content h6 {
  font-weight: 500;
  color: var(--white);
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .counter-wrapper-3 .adventer-image .left-content h6 {
    color: var(--header);
  }
}
.counter-wrapper-3 .adventer-image .left-content h2 {
  font-size: 35px;
  color: var(--white);
}
@media (max-width: 1399px) {
  .counter-wrapper-3 .adventer-image .left-content h2 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .counter-wrapper-3 .adventer-image .left-content h2 {
    color: var(--header);
  }
}
.counter-wrapper-3 .adventer-image .left-content .theme-btn {
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  color: var(--white);
}
@media (max-width: 575px) {
  .counter-wrapper-3 .adventer-image .left-content .theme-btn {
    color: var(--header);
    border: 1px solid var(--header);
  }
}
.counter-wrapper-3 .adventer-image .left-content .theme-btn::after {
  background-color: var(--theme-2);
}
.counter-wrapper-3 .adventer-image .left-content .theme-btn:hover {
  border: 1px solid var(--theme-2);
  color: var(--white);
}
.counter-wrapper-3 .adventer-image .right-box {
  padding: 30px 40px;
  background-color: var(--theme-2);
  border-top-left-radius: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 10px solid var(--white);
}
@media (max-width: 1399px) {
  .counter-wrapper-3 .adventer-image .right-box {
    display: none;
  }
}
@media (max-width: 991px) {
  .counter-wrapper-3 .adventer-image .right-box {
    display: block;
  }
}
@media (max-width: 575px) {
  .counter-wrapper-3 .adventer-image .right-box {
    display: none;
  }
}
.counter-wrapper-3 .adventer-image .right-box h3 {
  font-size: 30px;
  font-weight: 500;
  color: var(--white);
}
.counter-wrapper-3 .adventer-image .right-box p {
  color: var(--white);
  margin-bottom: 20px;
}

.countr-section-3 .container-fluid {
  padding: 0 15px;
}

.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 45px;
  padding: 30px 0;
  border-top: 1px solid rgba(20, 24, 22, 0.1);
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 60s linear infinite;
  gap: 70px;
  cursor: pointer;
}
@media (max-width: 1399px) {
  .scrolling-wrap .comm {
    gap: 60px;
  }
}
.scrolling-wrap .comm .cmn-textslide {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  color: var(--header);
  display: flex;
  align-items: center;
  gap: 45px;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 575px) {
  .scrolling-wrap .comm .cmn-textslide {
    font-size: 16px;
  }
}
.scrolling-wrap .comm .cmn-textslide::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--header);
  top: 5px;
  left: 0;
  border-radius: 30px;
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}
@media (max-width: 1399px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .scrolling-wrap {
    gap: 14px;
  }
  .scrolling-wrap .comm {
    gap: 14px;
  }
}
@media (max-width: 575px) {
  .scrolling-wrap .comm {
    gap: 12px;
  }
}
.scrolling-wrap.style-2 {
  border-top: none;
  border-bottom: 1px solid rgba(20, 24, 22, 0.1);
}
.scrolling-wrap.style-2 .comm {
  gap: 70px;
}
.scrolling-wrap.style-2 .comm .cmn-textslide {
  font-size: 16px;
  font-weight: 400;
  color: #BCBCBC;
  position: relative;
  padding-left: 0;
  transition: all 0.4s ease-in-out;
  padding-bottom: 3px;
}
.scrolling-wrap.style-2 .comm .cmn-textslide:hover {
  color: var(--header);
  text-decoration: underline;
}
.scrolling-wrap.style-2 .comm .cmn-textslide::before {
  display: none;
}

.gallery-section-3 {
  margin-top: 20px;
}
.gallery-section-3 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .gallery-section-3 {
    margin: 0 15px;
  }
}

.gallery-wrapper-3 .main-box {
  display: flex;
  gap: 30px;
  padding: 0;
}
@media (max-width: 1199px) {
  .gallery-wrapper-3 .main-box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.gallery-wrapper-3 .main-box .box-2 .thumb {
  width: 385px;
  height: 570px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.4s ease;
}
@media (max-width: 1600px) {
  .gallery-wrapper-3 .main-box .box-2 .thumb {
    width: 275px;
  }
}
@media (max-width: 1399px) {
  .gallery-wrapper-3 .main-box .box-2 .thumb {
    width: 385px;
  }
}
@media (max-width: 767px) {
  .gallery-wrapper-3 .main-box .box-2 .thumb {
    height: 430px;
  }
}
.gallery-wrapper-3 .main-box .box-2 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.gallery-wrapper-3 .main-box .box-2 .thumb .project-content {
  position: absolute;
  bottom: -100px;
  left: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  background-color: var(--theme-2);
  padding: 20px 25px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .gallery-wrapper-3 .main-box .box-2 .thumb .project-content {
    display: initial;
    left: 160px;
    right: initial;
  }
}
.gallery-wrapper-3 .main-box .box-2 .thumb .project-content h4 a {
  color: var(--white);
}
.gallery-wrapper-3 .main-box .box-2 .thumb .project-content .icon {
  width: 48px;
  height: 48px;
  background: var(--white);
  color: var(--header);
  border-radius: 100px;
  text-align: center;
  line-height: 48px;
  transition: all 0.4s ease;
  display: inline-block;
}
@media (max-width: 767px) {
  .gallery-wrapper-3 .main-box .box-2 .thumb .project-content .icon {
    margin-top: 20px;
  }
}
.gallery-wrapper-3 .main-box .box-2 .thumb .project-content .icon i {
  transform: rotate(-45deg);
  transition: all 0.4s ease;
}
.gallery-wrapper-3 .main-box .box-2 .thumb .project-content .icon:hover i {
  transform: rotate(0);
}
.gallery-wrapper-3 .main-box .box-2.active .thumb {
  width: 630px;
}
@media (max-width: 1600px) {
  .gallery-wrapper-3 .main-box .box-2.active .thumb {
    width: 490px;
  }
}
@media (max-width: 1399px) {
  .gallery-wrapper-3 .main-box .box-2.active .thumb {
    width: 630px;
  }
}
.gallery-wrapper-3 .main-box .box-2.active .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.video-wrapper-4 {
  padding: 300px 0;
  text-align: center;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .video-wrapper-4 {
    padding: 180px 0;
  }
}
@media (max-width: 991px) {
  .video-wrapper-4 {
    padding: 150px 0;
  }
}
.video-wrapper-4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  background: rgba(21, 21, 21, 0.3);
}
.video-wrapper-4 .video-btn {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  fill: linear-gradient(180deg, rgba(96, 96, 96, 0.27) 0%, rgba(26, 26, 26, 0.24) 100%);
  stroke-width: 1px;
  stroke: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  left: 50%;
  color: var(--white);
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 16px;
  border-radius: 100px;
  z-index: 999;
}
@media (max-width: 991px) {
  .video-wrapper-4 .video-btn {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

.counter-wrapper-4 .counter-box-item-4 {
  border-radius: 10px;
  background: var(--header);
  padding: 35px 40px;
  position: relative;
}
@media (max-width: 1600px) {
  .counter-wrapper-4 .counter-box-item-4 {
    padding: 30px;
  }
}
.counter-wrapper-4 .counter-box-item-4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
  border-radius: 10px;
}
.counter-wrapper-4 .counter-box-item-4 .icon {
  margin-bottom: 20px;
  font-size: 60px;
  color: var(--white);
}
@media (max-width: 1399px) {
  .counter-wrapper-4 .counter-box-item-4 .icon {
    margin-bottom: 30px;
  }
}
.counter-wrapper-4 .counter-box-item-4 .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}
.counter-wrapper-4 .counter-box-item-4 .content h2 {
  margin-bottom: 18px;
  margin-bottom: 20px;
  color: var(--white);
}
.counter-wrapper-4 .counter-box-item-4 .content p {
  color: rgba(255, 255, 255, 0.65);
}
@media (max-width: 1600px) {
  .counter-wrapper-4 .counter-box-item-4 .content p {
    font-size: 14px;
  }
}
@media (max-width: 1399px) {
  .counter-wrapper-4 .counter-box-item-4 .content p {
    font-size: 16px;
  }
}
.counter-wrapper-4 .counter-box-item-4:hover .icon {
  position: relative;
  z-index: 9;
}
.counter-wrapper-4 .counter-box-item-4:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.counter-wrapper-4 .counter-box-item-4:hover .content h2 {
  position: relative;
  z-index: 9;
}
.counter-wrapper-4 .counter-box-item-4:hover .content p {
  position: relative;
  z-index: 9;
  color: var(--white);
}
.counter-wrapper-4 .counter-box-item-4:hover::before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
  z-index: 1;
}
.counter-wrapper-4 .counter-box-item-4.style-2 {
  margin-top: 10px;
}
.counter-wrapper-4 .counter-box-item-4.style-3 {
  margin-bottom: 10px;
}
.counter-wrapper-4 .counter-image-4 {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 1600px) {
  .counter-wrapper-4 .counter-image-4 {
    height: initial;
  }
  .counter-wrapper-4 .counter-image-4 img {
    object-fit: cover;
  }
}
.counter-wrapper-4 .counter-image-4.style-4 {
  height: 562px !important;
}
.counter-wrapper-4 .counter-image-4.style-4 img {
  object-fit: cover;
}
@media (max-width: 1399px) {
  .counter-wrapper-4 .counter-image-4.style-4 {
    height: initial !important;
  }
  .counter-wrapper-4 .counter-image-4.style-4 img {
    object-fit: initial;
  }
}
@media (max-width: 1600px) {
  .counter-wrapper-4 .counter-image-4.style-right {
    height: 285px !important;
  }
  .counter-wrapper-4 .counter-image-4.style-right img {
    object-fit: cover;
  }
}
@media (max-width: 1399px) {
  .counter-wrapper-4 .counter-image-4.style-right {
    height: initial !important;
  }
  .counter-wrapper-4 .counter-image-4.style-right img {
    object-fit: initial;
  }
}
.counter-wrapper-4 .counter-image-4 img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.counter-wrapper-4 .counter-image-4::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.counter-wrapper-4 .counter-image-4:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.counter-wrapper-4 .counter-image-4:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.counter-section-4 .container-fluid {
  padding: 0 10px;
}

.feature-wrapper-4 .feature-content .text {
  margin-top: 24px;
  max-width: 510px;
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  padding-bottom: 60px;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .feature-wrapper-4 .feature-content .text {
    padding-bottom: 30px;
  }
}
.feature-wrapper-4 .feature-content .feature-left-item {
  display: flex;
  gap: 50px;
}
@media (max-width: 1399px) {
  .feature-wrapper-4 .feature-content .feature-left-item {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .feature-wrapper-4 .feature-content .feature-left-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.feature-wrapper-4 .feature-content .feature-left-item .feature-items .icon {
  font-size: 50px;
  color: var(--theme);
  margin-bottom: 20px;
}
.feature-wrapper-4 .feature-content .feature-left-item .feature-items p {
  max-width: 218px;
  margin-bottom: 50px;
  margin-top: 5px;
}
@media (max-width: 1399px) {
  .feature-wrapper-4 .feature-content .feature-left-item .feature-items p {
    margin-bottom: 30px;
    font-size: 15px;
  }
}
.feature-wrapper-4 .feature-right-item {
  display: flex;
  gap: 14px;
}
.feature-wrapper-4 .feature-right-item .feature-thumb {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.feature-wrapper-4 .feature-right-item .feature-thumb .hero-box {
  background-color: var(--theme);
  padding: 30px 30px;
  border-radius: 10px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  transition: all 0.4s ease-in-out;
  z-index: 9;
}
@media (max-width: 1399px) {
  .feature-wrapper-4 .feature-right-item .feature-thumb .hero-box {
    display: none;
  }
}
.feature-wrapper-4 .feature-right-item .feature-thumb .hero-box .top-item {
  display: flex;
  align-items: center;
  gap: 35px;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 48px;
}
.feature-wrapper-4 .feature-right-item .feature-thumb .hero-box .top-item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  top: initial;
  height: 1px;
}
.feature-wrapper-4 .feature-right-item .feature-thumb .hero-box .top-item .cont h2 {
  font-size: 35px;
  font-weight: 600;
  color: var(--white);
}
.feature-wrapper-4 .feature-right-item .feature-thumb .hero-box .top-item .cont p {
  color: var(--white);
}
.feature-wrapper-4 .feature-right-item .feature-thumb .hero-box .top-item .small-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.feature-wrapper-4 .feature-right-item .feature-thumb .hero-box .bottom-item {
  display: flex;
  align-items: center;
  gap: 35px;
}
.feature-wrapper-4 .feature-right-item .feature-thumb .hero-box .bottom-item .box {
  border-radius: 10px;
  border: 2px solid var(--white);
  padding: 16px;
}
.feature-wrapper-4 .feature-right-item .feature-thumb .hero-box .bottom-item .box h2 {
  font-size: 40px;
  color: var(--white);
}
.feature-wrapper-4 .feature-right-item .feature-thumb .hero-box .bottom-item .right-content .star {
  margin-top: 10px;
  color: var(--white);
}
.feature-wrapper-4 .feature-right-item .feature-thumb.style-4 {
  height: 470px;
  margin-right: -285px;
}
@media (max-width: 1399px) {
  .feature-wrapper-4 .feature-right-item .feature-thumb.style-4 {
    margin-right: 0;
    height: initial;
  }
}
@media (max-width: 991px) {
  .feature-wrapper-4 .feature-right-item .feature-thumb.style-4 {
    flex-wrap: wrap;
  }
}
.feature-wrapper-4 .feature-right-item .feature-thumb.style-4 img {
  object-fit: cover;
}
@media (max-width: 1399px) {
  .feature-wrapper-4 .feature-right-item .feature-thumb.style-4 img {
    object-fit: initial;
  }
}
.feature-wrapper-4 .feature-right-item .feature-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.feature-wrapper-4 .feature-right-item .feature-thumb::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.feature-wrapper-4 .feature-right-item .feature-thumb:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.feature-wrapper-4 .feature-right-item .feature-thumb:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.video-section-4 {
  position: relative;
  z-index: 9;
  border-radius: 10px;
  margin: 0 10px;
}
.video-section-4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--header);
  z-index: -1;
  top: 250px;
  border-radius: 10px;
}
.video-section-4 .shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-section-4 .brand-wrapper-4 {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .video-section-4 .brand-wrapper-4 {
    margin-top: 80px;
  }
}
.video-section-4 .brand-wrapper-4 h6 {
  text-align: center;
  margin-bottom: 50px;
  color: var(--white);
}
@media (max-width: 1399px) {
  .video-section-4 .brand-wrapper-4 h6 {
    margin-bottom: 30px;
  }
}
.video-section-4 .brand-wrapper-4 .brand-image {
  transition: all 0.4s ease-in-out;
  opacity: 0.4;
}
.video-section-4 .brand-wrapper-4 .brand-image:hover {
  filter: initial;
  opacity: 1;
}
.video-section-4 .brand-wrapper-4 .swiper-slide.swiper-slide-active .brand-image {
  filter: initial;
  opacity: 1;
}
.video-section-4 .brand-wrapper-4 .swiper-slide.swiper-slide-active .brand-image img {
  filter: brightness(0) invert(1);
}

.common-table {
  min-width: -moz-max-content;
  min-width: max-content;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.common-table .cart-item-thumb {
  width: 86px;
}
.common-table .cart-item-thumb img {
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .common-table .cart-item-thumb {
    flex-wrap: wrap;
  }
}
.common-table .cart-item-thumb .head {
  color: var(--header);
  font-size: 20px;
  text-transform: capitalize;
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
}
.common-table .price-usd {
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
}
.common-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.common-table thead,
.common-table tbody {
  width: 100%;
}

.common-table thead tr,
.common-table tbody tr {
  width: 109%;
  display: flex;
  box-sizing: border-box;
  border-bottom: 1px solid var(--text);
}
@media (max-width: 1399px) {
  .common-table thead tr,
  .common-table tbody tr {
    width: 108%;
  }
}

.common-table thead tr th,
.common-table thead tr td,
.common-table tbody tr th,
.common-table tbody tr td {
  width: 100%;
  box-sizing: border-box;
}

.common-table thead tr {
  color: var(--header);
  border-bottom: unset;
  border-bottom: 1px solid var(--text);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.common-table thead tr th {
  background: unset;
  color: unset;
  border: unset;
  font-size: 16px;
  padding-bottom: 16px;
}

.common-table tbody tr td {
  background: transparent;
  color: unset;
  box-sizing: border-box;
  border-bottom: unset;
}
.common-table tbody tr td .theme-btn {
  padding: 15px 35px;
  margin-right: 10px;
}

.quantity {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.quantity button i {
  font-size: 16px;
  color: var(--text);
}

.quantity .quantityValue {
  width: 40px;
  text-align: center;
  padding: 0;
  color: var(--text);
  border: unset;
  background-color: var(--bg);
}

@media (max-width: 767px) {
  .cart-list-area .table-responsive {
    overflow-x: scroll;
  }
}
@media (max-width: 991px) {
  .cart-list-area .table-responsive .table {
    width: 900px;
  }
}
.cart-list-area .coupon-items input {
  background: var(--bg);
  border: none;
  padding: 19px 30px;
  color: var(--text);
  line-height: 1;
}

.footer-widget-wrapper {
  padding: 70px 0 100px;
  position: relative;
  z-index: 99;
}
@media (max-width: 991px) {
  .footer-widget-wrapper {
    padding: 50px 0 80px;
  }
}
.footer-widget-wrapper .single-footer-widget {
  margin-top: 30px;
}
.footer-widget-wrapper .single-footer-widget .wid-title {
  margin-bottom: 30px;
}
.footer-widget-wrapper .single-footer-widget .wid-title h4 {
  color: var(--white);
}
.footer-widget-wrapper .single-footer-widget .list-area li {
  transition: all 0.4s ease-in-out;
}
.footer-widget-wrapper .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 30px;
}
.footer-widget-wrapper .single-footer-widget .list-area li a {
  color: rgba(255, 255, 255, 0.65);
}
.footer-widget-wrapper .single-footer-widget .list-area li a i {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
}
.footer-widget-wrapper .single-footer-widget .list-area li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper .single-footer-widget .list-area li:hover a {
  color: var(--theme);
}
.footer-widget-wrapper .single-footer-widget .list-area li:hover a i {
  color: var(--theme);
}
.footer-widget-wrapper .single-footer-widget .contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.footer-widget-wrapper .single-footer-widget .contact-item .icon {
  color: rgba(255, 255, 255, 0.65);
}
.footer-widget-wrapper .single-footer-widget .contact-item .content h6 {
  color: rgba(255, 255, 255, 0.65);
  line-height: 162%;
  font-weight: 400;
}
.footer-widget-wrapper .single-footer-widget .contact-item .content h6 a {
  color: rgba(255, 255, 255, 0.65);
}
.footer-widget-wrapper .single-footer-widget .newsletter-content p {
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 30px;
  font-size: 14px;
}
.footer-widget-wrapper .single-footer-widget .newsletter-content form {
  max-width: 360px;
  width: 100%;
}
.footer-widget-wrapper .single-footer-widget .newsletter-content form .form-clt {
  position: relative;
}
.footer-widget-wrapper .single-footer-widget .newsletter-content form .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  line-height: 1;
  padding: 20px;
  max-width: 360px;
}
.footer-widget-wrapper .single-footer-widget .newsletter-content form .form-clt input::placeholder {
  color: var(--white);
}
.footer-widget-wrapper .single-footer-widget .newsletter-content form .form-clt .theme-btn {
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  color: var(--header);
  background-color: var(--white);
  border-radius: 10px;
  padding: 14.5px 30px;
  line-height: 18px;
}
.footer-widget-wrapper .single-footer-widget .newsletter-content form .form-clt .theme-btn::after {
  border-radius: 10px;
  background-color: var(--theme);
}
.footer-widget-wrapper .single-footer-widget .newsletter-content form .form-clt .theme-btn:hover {
  color: var(--white);
}
.footer-widget-wrapper .single-footer-widget .footer-content p {
  color: rgba(255, 255, 255, 0.65);
  max-width: 330px;
  margin-bottom: 30px;
  font-size: 14px;
}
.footer-widget-wrapper .single-footer-widget .footer-content .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-widget-wrapper .single-footer-widget .footer-content .social-icon a {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.05);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
}
.footer-widget-wrapper .single-footer-widget .footer-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.footer-widget-wrapper.style-2 .single-footer-widget .wid-title h4 {
  color: var(--header);
}
.footer-widget-wrapper.style-2 .single-footer-widget .list-area li {
  transition: all 0.4s ease-in-out;
}
.footer-widget-wrapper.style-2 .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 30px;
}
.footer-widget-wrapper.style-2 .single-footer-widget .list-area li a {
  color: var(--text);
}
.footer-widget-wrapper.style-2 .single-footer-widget .list-area li a i {
  color: var(--text);
}
.footer-widget-wrapper.style-2 .single-footer-widget .list-area li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper.style-2 .single-footer-widget .list-area li:hover a {
  color: var(--theme-2);
}
.footer-widget-wrapper.style-2 .single-footer-widget .list-area li:hover a i {
  color: var(--theme-2);
}
.footer-widget-wrapper.style-2 .single-footer-widget .contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.footer-widget-wrapper.style-2 .single-footer-widget .contact-item .icon {
  color: var(--text);
}
.footer-widget-wrapper.style-2 .single-footer-widget .contact-item .content h6 {
  color: var(--text);
  line-height: 162%;
  font-weight: 400;
}
.footer-widget-wrapper.style-2 .single-footer-widget .contact-item .content h6 a {
  color: var(--text);
}
.footer-widget-wrapper.style-2 .single-footer-widget .footer-content p {
  color: var(--text);
  max-width: 330px;
  margin-bottom: 30px;
  font-size: 14px;
}
.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-icon a {
  border-radius: 100px;
  background: transparent;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: var(--text);
  border: 1px solid rgba(20, 24, 22, 0.1);
  display: inline-block;
}
.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-icon a:hover {
  background-color: var(--theme-2);
  color: var(--white);
  border: 1px solid var(--theme-2);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 230px;
}
.footer-bottom.style-1 {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .footer-bottom.style-1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1399px) {
  .footer-bottom {
    margin-bottom: 110px;
  }
}
.footer-bottom .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.footer-bottom .footer-wrapper h2 {
  font-size: 200px;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  line-height: 70%;
}
@media (max-width: 1399px) {
  .footer-bottom .footer-wrapper h2 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .footer-bottom .footer-wrapper h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .footer-bottom .footer-wrapper h2 {
    font-size: 40px;
  }
}
.footer-bottom .footer-wrapper .text-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1399px) {
  .footer-bottom .footer-wrapper .text-item {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.footer-bottom .footer-wrapper .text-item p {
  color: rgba(255, 255, 255, 0.65);
}
.footer-bottom .footer-wrapper .text-item p span {
  color: var(--theme);
}
.footer-bottom .footer-wrapper .text-item .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--theme);
  border-radius: 100px;
  filter: drop-shadow(10px 4px 60px rgba(251, 91, 50, 0.5));
  transition: all 0.4s ease-in-out;
}
.footer-bottom .footer-wrapper .text-item .icon i {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.footer-bottom .footer-wrapper .text-item .icon:hover {
  background-color: var(--white);
}
.footer-bottom .footer-wrapper .text-item .icon:hover i {
  color: var(--header);
}
.footer-bottom.style-new {
  border-top: 1px solid rgba(20, 24, 22, 0.1);
  border-bottom: 1px solid rgba(20, 24, 22, 0.1);
}
.footer-bottom.style-new .footer-wrapper h2 {
  color: var(--header);
}
.footer-bottom.style-new .footer-wrapper .text-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1399px) {
  .footer-bottom.style-new .footer-wrapper .text-item {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.footer-bottom.style-new .footer-wrapper .text-item p {
  color: var(--text);
}
.footer-bottom.style-new .footer-wrapper .text-item p span {
  color: var(--theme-2);
}
.footer-bottom.style-new .footer-wrapper .text-item .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--theme-2);
  border-radius: 100px;
  filter: drop-shadow(10px 4px 60px #63AB45);
  transition: all 0.4s ease-in-out;
}
.footer-bottom.style-new .footer-wrapper .text-item .icon i {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.footer-bottom.style-new .footer-wrapper .text-item .icon:hover {
  background-color: var(--header);
}
.footer-bottom.style-new .footer-wrapper .text-item .icon:hover i {
  color: var(--white);
}

.footer-widget-wrapper-3 {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .footer-widget-wrapper-3 {
    padding: 80px 0;
  }
}
.footer-widget-wrapper-3 .footer-left-item .footer-item {
  display: flex;
  gap: 140px;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper-3 .footer-left-item .footer-item {
    gap: 34px;
    padding-bottom: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .footer-widget-wrapper-3 .footer-left-item .footer-item {
    flex-wrap: wrap;
    gap: 100px;
    padding-bottom: 0px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer-widget-wrapper-3 .footer-left-item .footer-item {
    gap: 30px;
  }
}
.footer-widget-wrapper-3 .footer-left-item .footer-item .footer-content .wid-title {
  margin-bottom: 30px;
}
.footer-widget-wrapper-3 .footer-left-item .footer-item .footer-content p {
  max-width: 271px;
  margin-bottom: 25px;
}
.footer-widget-wrapper-3 .footer-left-item .footer-item .footer-content .theme-btn {
  padding: 13px 30px;
}
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget.style-3 {
  margin-left: 45px;
}
@media (max-width: 767px) {
  .footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget.style-3 {
    margin-left: 0;
  }
}
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .wid-title {
  margin-bottom: 30px;
}
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .wid-title h4 {
  color: var(--header);
}
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .list-area li {
  transition: all 0.4s ease-in-out;
}
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .list-area li a {
  color: var(--text);
}
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .list-area li a i {
  color: var(--text);
}
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .list-area li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .list-area li:hover a {
  color: var(--theme-2);
}
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .list-area li:hover a i {
  color: var(--theme-2);
}
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .contact-item .icon {
  color: var(--text);
}
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .contact-item .content h6 {
  color: var(--text);
  line-height: 162%;
  font-weight: 400;
}
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .contact-item .content h6 a {
  color: var(--text);
}
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .social-list li a {
  color: var(--text);
}
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .social-list li a i {
  color: var(--text);
  margin-right: 10px;
}
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .social-list li a:hover {
  color: var(--theme);
}
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .social-list li a:hover i {
  color: var(--theme);
}
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .social-list li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widget-wrapper-3 .footer-right-content {
  margin-left: 75px;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper-3 .footer-right-content {
    margin-left: 0;
  }
}
.footer-widget-wrapper-3 .footer-right-content .area-list {
  margin-top: 30px;
}
.footer-widget-wrapper-3 .footer-right-content .area-list a {
  color: var(--text);
  display: inline-block;
  margin-right: 28px;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper-3 .footer-right-content .area-list a {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .footer-widget-wrapper-3 .footer-right-content .area-list a {
    margin-right: 25px;
  }
}
.footer-widget-wrapper-3 .footer-right-content .area-list a:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.footer-widget-wrapper-3 .footer-right-content .area-list a i {
  color: var(--text);
  margin-right: 3px;
}
.footer-widget-wrapper-3 .footer-right-content .area-list a:hover {
  color: var(--theme-2);
}
.footer-widget-wrapper-3 .footer-right-content .area-list a:hover i {
  color: var(--theme-2);
}
.footer-widget-wrapper-3 .footer-right-content .fotter-btn {
  color: var(--header);
  font-size: 14px;
  text-decoration-line: underline;
  display: inline-block;
}
.footer-widget-wrapper-3 .footer-right-content .fotter-btn i {
  margin-left: 5px;
}
.footer-widget-wrapper-3 .footer-right-content .fotter-btn:hover {
  color: var(--theme-2);
}
.footer-widget-wrapper-3 .footer-right-content .map-items {
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper-3 .footer-right-content .map-items {
    margin-top: 30px;
  }
}
.footer-widget-wrapper-3 .footer-right-content .map-items .googpemap iframe {
  width: 100%;
  height: 270px;
  border-radius: 10px;
}

.footer-section-3 {
  position: relative;
}
.footer-section-3::before {
  position: absolute;
  content: "";
  background: rgba(20, 24, 22, 0.1);
  width: 960px;
  height: 1px;
  left: 0;
  top: 44%;
}
@media (max-width: 1600px) {
  .footer-section-3::before {
    width: 722px;
  }
}
@media (max-width: 1399px) {
  .footer-section-3::before {
    display: none;
  }
}
.footer-section-3::after {
  position: absolute;
  content: "";
  background: rgba(20, 24, 22, 0.1);
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  height: 90%;
}
@media (max-width: 1399px) {
  .footer-section-3::after {
    display: none;
  }
}
.footer-section-3 .text {
  font-weight: 600;
  font-size: 254px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(20, 24, 22, 0.1);
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: -4.9px;
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: -1;
}
@media (max-width: 1600px) {
  .footer-section-3 .text {
    font-size: 187px;
    bottom: 43px;
  }
}
@media (max-width: 1399px) {
  .footer-section-3 .text {
    display: none;
  }
}
.footer-section-3 .shape-1 {
  position: absolute;
  left: 20px;
  top: 80px;
}
@media (max-width: 1600px) {
  .footer-section-3 .shape-1 {
    display: none;
  }
}
.footer-section-3 .shape-2 {
  position: absolute;
  right: 20px;
  top: 80px;
}
@media (max-width: 1600px) {
  .footer-section-3 .shape-2 {
    display: none;
  }
}
.footer-section-3 .shape-3 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1600px) {
  .footer-section-3 .shape-3 {
    display: none;
  }
}
.footer-section-3 .shape-4 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1600px) {
  .footer-section-3 .shape-4 {
    display: none;
  }
}

.footer-bottom-3 {
  padding: 30px 0;
  border-top: 1px solid rgba(20, 24, 22, 0.1);
}
.footer-bottom-3 .footer-wrapper-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .footer-bottom-3 .footer-wrapper-3 {
    flex-wrap: wrap;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .footer-bottom-3 .footer-wrapper-3 {
    justify-content: center;
  }
}
.footer-bottom-3 .footer-wrapper-3 .left-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .footer-bottom-3 .footer-wrapper-3 .left-list {
    gap: 15px;
  }
}
.footer-bottom-3 .footer-wrapper-3 p {
  color: var(--text);
}
.footer-bottom-3 .footer-wrapper-3 p span {
  color: var(--theme-2);
}
.footer-bottom-3 .footer-wrapper-3 p span.style-4 {
  color: var(--theme) !important;
}

.footer-widget-wrapper-4 {
  padding: 100px 0;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper-4 {
    padding: 80px 0;
  }
}
.footer-widget-wrapper-4 .footer-left-content {
  margin-right: 60px;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper-4 .footer-left-content {
    margin-right: 0;
  }
}
.footer-widget-wrapper-4 .footer-left-content .footer-item {
  display: flex;
  gap: 194px;
  border-bottom: 1px solid rgba(20, 24, 22, 0.1);
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper-4 .footer-left-content .footer-item {
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.footer-widget-wrapper-4 .footer-left-content .footer-item .content h2 {
  font-size: 46px;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper-4 .footer-left-content .footer-item .content h2 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .footer-widget-wrapper-4 .footer-left-content .footer-item .content h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .footer-widget-wrapper-4 .footer-left-content .footer-item .content h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .footer-widget-wrapper-4 .footer-left-content .footer-item .content h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .footer-widget-wrapper-4 .footer-left-content .footer-item .content h2 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .footer-widget-wrapper-4 .footer-left-content .footer-item .content h2 {
    font-size: 25px;
  }
}
.footer-widget-wrapper-4 .footer-left-content .footer-item .content .theme-btn {
  padding: 14px 35px;
}
.footer-widget-wrapper-4 .footer-left-content .footer-icon-item {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper-4 .footer-left-content .footer-icon-item {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.footer-widget-wrapper-4 .footer-left-content .footer-icon-item .icon-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-widget-wrapper-4 .footer-left-content .footer-icon-item .icon-item .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
}
.footer-widget-wrapper-4 .footer-left-content .footer-icon-item .icon-item .cont h6 {
  color: rgb(105, 105, 105);
  font-weight: 400;
}
.footer-widget-wrapper-4 .footer-left-content .footer-icon-item .icon-item .cont h6 a {
  color: rgb(105, 105, 105);
}
.footer-widget-wrapper-4 .photo-gallery h5 {
  margin-bottom: 20px;
}
.footer-widget-wrapper-4 .photo-gallery .gallery-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-widget-wrapper-4 .photo-gallery .gallery-item:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widget-wrapper-4 .photo-gallery .gallery-item .thumb {
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .footer-widget-wrapper-4 .photo-gallery .gallery-item .thumb {
    width: 100px;
  }
}
.footer-widget-wrapper-4 .photo-gallery .gallery-item .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.footer-widget-wrapper-4 .photo-gallery .gallery-item .thumb .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  transition: 0.3s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.footer-widget-wrapper-4 .photo-gallery .gallery-item .thumb .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(251, 91, 50, 0.5);
  transition: 0.4s;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.footer-widget-wrapper-4 .photo-gallery .gallery-item .thumb .icon i {
  color: var(--white);
  font-size: 22px;
  z-index: 99;
  position: relative;
  margin-top: 30px;
}
.footer-widget-wrapper-4 .photo-gallery .gallery-item .thumb:hover .icon {
  opacity: 1;
}
.footer-widget-wrapper-4 .photo-gallery .gallery-item .thumb:hover .icon::after {
  opacity: 1;
}

.header-top-section {
  background-color: var(--header);
  position: relative;
  z-index: 999;
}
.header-top-section .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1600px) {
  .header-top-section .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1199px) {
  .header-top-section .container-fluid {
    display: none;
  }
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-top-wrapper p {
  color: #B4B4B4;
  font-size: 16px;
  font-weight: 400;
}
.header-top-wrapper p span {
  color: var(--theme);
  font-weight: 600;
  border-bottom: 1px solid var(--theme);
}
.header-top-wrapper p b {
  color: var(--white);
  font-weight: 600;
  border-bottom: 1px solid var(--white);
}
.header-top-wrapper .header-right {
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: end;
}
.header-top-wrapper .header-right .flag-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 1399px) {
  .header-top-wrapper .header-right .flag-wrap {
    display: none;
  }
}
.header-top-wrapper .header-right .flag-wrap i {
  color: var(--theme);
}
.header-top-wrapper .header-right .flag-wrap .nice-select {
  background: transparent;
  border: none;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
.header-top-wrapper .header-right .flag-wrap .nice-select span {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--white);
}
.header-top-wrapper .header-right .flag-wrap .nice-select .list li {
  color: var(--header);
}
.header-top-wrapper .header-right .flag-wrap .nice-select::after {
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  height: 7px;
  margin-top: -3px;
  width: 7px;
  right: -6px;
}
.header-top-wrapper .header-right .header-list {
  display: flex;
  align-items: center;
  gap: 60px;
}
.header-top-wrapper .header-right .header-list li {
  font-size: 14px;
  font-weight: 400;
}
.header-top-wrapper .header-right .header-list li a {
  color: var(--white);
}
.header-top-wrapper .header-right .header-list li i {
  color: var(--theme);
  margin-right: 5px;
}
.header-top-wrapper.style-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-wrapper.style-3 .header-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-top-wrapper.style-3 .header-list li {
  font-size: 14px;
  font-weight: 400;
}
.header-top-wrapper.style-3 .header-list li.color-3 {
  position: relative;
  padding-left: 30px;
}
.header-top-wrapper.style-3 .header-list li.color-3::before {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 30px;
  top: 8px;
  left: 0;
}
.header-top-wrapper.style-3 .header-list li a {
  color: var(--white);
}
.header-top-wrapper.style-3 .header-list li i {
  color: var(--theme-2);
  margin-right: 5px;
}
.header-top-wrapper.style-3 p {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  color: #B4B4B4;
}
.header-top-wrapper.style-3 p span {
  color: var(--white);
  font-weight: 600;
}
.header-top-wrapper.style-3 .header-right .flag-wrap i {
  color: var(--theme-2);
}
.header-top-wrapper.style-3 .header-right .social-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.header-top-wrapper.style-3 .header-right .social-icon::before {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 30px;
  top: 8px;
  left: -30px;
}
.header-top-wrapper.style-3 .header-right .social-icon a {
  color: rgba(255, 255, 255, 0.65);
}
.header-top-wrapper.style-3 .header-right .social-icon a:hover {
  color: var(--white);
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
@media (max-width: 1199px) {
  .header-main {
    padding: 10px 0;
  }
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 35px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 12px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 115%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  padding: 20px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-top: 6px solid var(--theme);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  width: 100%;
  text-transform: capitalize;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--theme);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 1100px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
.header-main .main-menu ul li .has-homemenu.style-two {
  left: -520px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 8px !important;
  line-height: initial;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn::before, .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn::after {
  display: none;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  background: var(--header);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: "Inter Tight", sans-serif;
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .header-right {
  gap: 40px;
}
@media (max-width: 1600px) {
  .header-main .header-right {
    gap: 15px;
  }
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
@media (max-width: 1399px) {
  .header-main .header-right .search-widget {
    display: none;
  }
}
.header-main .header-right .search-widget form {
  width: 100%;
  position: relative;
  max-width: 300px;
}
.header-main .header-right .search-widget form input {
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 20px;
  width: 100%;
  border: none;
  max-width: 300px;
  color: #AAA8A8;
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
}
.header-main .header-right .search-widget form button {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  color: var(--header);
  font-size: 14px;
}
@media (max-width: 1399px) {
  .header-main .header-right .search-widget {
    display: none;
  }
}
.header-main .header-right .header-button .theme-btn {
  padding: 16px 35px;
}
.header-main .header-right .sidebar__toggle {
  color: var(--header);
}
.header-main.style-3 {
  position: relative;
  z-index: 9999;
}
.header-main.style-3 .main-menu ul li a:hover {
  color: var(--theme-2) !important;
}
.header-main.style-3 .main-menu ul li .submenu {
  border-top: 6px solid var(--theme-2);
}
.header-main.style-3 .main-menu ul li .submenu li a::before {
  background: var(--theme-2);
}
.header-main.style-3 .main-menu ul li .submenu li a:hover {
  color: var(--theme-2) !important;
}
.header-main.style-3 .main-menu ul li .submenu li:hover > a {
  color: var(--theme-2) !important;
}
.header-main.style-3 .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme-2);
}
.header-main.style-3 .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme-2);
}
.header-main.style-3 .main-menu ul li:hover > a {
  color: var(--theme-2);
}
.header-main.style-3 .main-menu ul li:hover > a::after {
  color: var(--theme-2);
}

.header-1 {
  background-color: var(--white);
  position: relative;
  z-index: 9999;
}
.header-1 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1600px) {
  .header-1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1199px) {
  .header-1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .header-1 .container-fluid {
    padding: 0 15px;
  }
}
.header-1 .header-left {
  display: flex;
  align-items: center;
  gap: 120px;
}
@media (max-width: 1600px) {
  .header-1 .header-left {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-right .header-button {
    display: none;
  }
}
.header-1 .header-main .header-right .header-button .theme-btn {
  padding: 14px 35px;
}
.header-1 .header-main .sidebar__toggle {
  color: var(--header);
}
.header-1.header-2 {
  position: absolute;
  top: 10px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: transparent;
}
.header-1.header-2 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 575px) {
  .header-1.header-2 .container-fluid {
    padding: 0 15px;
  }
}
.header-1.header-2 .header-main {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(11, 11, 11, 0.24) 0%, rgba(50, 50, 50, 0.21) 100%);
  backdrop-filter: blur(40px);
  padding: 10px 30px;
}
.header-1.header-2 .header-main .header-left .header-logo-2 {
  display: none;
}
.header-1.header-2 .header-main .header-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header-1.header-2 .header-main .header-right .main-menu ul li a {
  color: var(--white);
}
.header-1.header-2 .header-main .header-right .main-menu ul li .submenu li a {
  color: var(--header);
}
.header-1.header-2 .header-main .header-right .sidebar__toggle {
  color: var(--white);
  z-index: 999;
  position: relative;
  font-size: 20px;
  cursor: pointer;
}
.header-1.header-2 .header-main .header-right .search-toggler {
  color: var(--white);
}
.header-1.header-4 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9999;
  background-color: transparent;
}
.header-1.header-4 .header-main .header-left .logo .header-logo-2 {
  display: none;
}
.header-1.header-4 .header-main .main-menu ul li a {
  color: var(--white);
}
.header-1.header-4 .header-main .main-menu ul li .submenu {
  border-top: 6px solid var(--theme);
}
.header-1.header-4 .header-main .main-menu ul li .submenu li a {
  color: var(--header) !important;
}
.header-1.header-4 .header-main .main-menu ul li .submenu li a::before {
  background: var(--theme);
}
.header-1.header-4 .header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme) !important;
}
.header-1.header-4 .header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
}
.header-1.header-4 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-1.header-4 .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme);
}
.header-1.header-4 .header-main .header-right {
  gap: 40px;
}
@media (max-width: 1600px) {
  .header-1.header-4 .header-main .header-right {
    gap: 15px;
  }
}
@media (max-width: 1399px) {
  .header-1.header-4 .header-main .header-right {
    gap: 20px;
  }
}
@media (max-width: 1399px) {
  .header-1.header-4 .header-main .header-right .search-widget {
    display: none;
  }
}
.header-1.header-4 .header-main .header-right .search-widget form {
  width: 100%;
  position: relative;
  max-width: 170px;
}
.header-1.header-4 .header-main .header-right .search-widget form input {
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 20px;
  width: 100%;
  border: none;
  max-width: 170px;
  color: rgb(170, 168, 168);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-1.header-4 .header-main .header-right .search-widget form button {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  color: var(--white);
  font-size: 14px;
}
@media (max-width: 1399px) {
  .header-1.header-4 .header-main .header-right .search-widget {
    display: none;
  }
}
.header-1.header-4 .header-main .header-right .header-button .theme-btn {
  padding: 16px 35px;
}
.header-1.header-4 .header-main .header-right .sidebar__toggle {
  color: var(--white);
}

.sticky-header {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.9s;
  background-color: var(--white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky-header.header-1 .header-main .header-left .logo .header-logo-3 {
  display: block;
}
@media (max-width: 1399px) {
  .sticky-header.header-1 .header-main .header-left .logo .header-logo-3 img {
    width: 150px;
  }
}
.sticky-header.header-1 .header-main .header-left .logo .header-logo-2 {
  display: none;
}
.sticky-header.header-1 .header-main .header-right .search-icon {
  color: var(--header);
}
.sticky-header.header-1 .header-main .main-menu {
  padding-left: initial;
  padding-right: initial;
}
.sticky-header.header-1 .header-main .main-menu ul li a {
  color: var(--header);
}
.sticky-header.header-1 .header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.sticky-header.header-1 .header-main .main-menu ul li .submenu li a {
  color: var(--header);
}
.sticky-header.header-1 .header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.sticky-header.header-1 .header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.sticky-header.header-1 .header-main .sidebar__toggle {
  color: var(--header);
}
.sticky-header.header-2 {
  top: 0;
  background-color: var(--white);
}
.sticky-header.header-2 .header-main {
  padding: 10px 0;
  border: none;
  background: transparent;
  backdrop-filter: initial;
}
.sticky-header.header-2 .header-main .header-left .header-logo {
  display: none;
}
.sticky-header.header-2 .header-main .header-left .header-logo-2 {
  display: block !important;
}
.sticky-header.header-2 .header-main .header-right .main-menu ul li a {
  color: var(--header);
}
.sticky-header.header-2 .header-main .header-right .sidebar__toggle {
  color: var(--header);
}
.sticky-header.header-2 .header-main .header-right .search-toggler {
  color: var(--header);
}
.sticky-header.header-4 {
  background-color: var(--white);
}
.sticky-header.header-4 .header-main .header-left .logo .header-logo-2 {
  display: block;
}
.sticky-header.header-4 .header-main .header-left .logo .header-logo {
  display: none;
}
.sticky-header.header-4 .header-main .header-right .search-widget form input {
  color: #AAA8A8;
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
}
.sticky-header.header-4 .header-main .header-right .search-widget form button {
  color: var(--header);
}
.sticky-header.header-4 .header-main .header-right .sidebar__toggle {
  color: var(--header);
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}
.offcanvas__info.style-left {
  border-left: 2px solid var(--theme-2);
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
@media (max-width: 1399px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas__logo img {
    width: 150px;
  }
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close.style-3 {
  background-color: var(--theme-2);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--text);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid rgba(21, 20, 21, 0.14);
  border-radius: 5px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .form-clt input, .offcanvas__wrapper .offcanvas__content .offcanvas__contact .form-clt textarea {
  border: none;
  outline: none;
  border: 1px solid rgba(21, 20, 21, 0.14);
  border-radius: 5px;
  color: var(--text);
  font-weight: 500;
  padding: 14px 20px;
  line-height: 1;
  width: 100%;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .form-clt textarea {
  padding-bottom: 100px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button {
  display: flex;
  align-items: center;
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.breadcrumb-wrapper {
  border-top: 1px solid rgba(21, 21, 21, 0.1);
  margin-top: 134px;
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper {
    margin-top: 60px;
  }
}
.breadcrumb-wrapper .page-heading {
  padding: 100px 0 70px;
  text-align: center;
  position: relative;
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper .page-heading {
    padding: 100px 0 100px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading {
    padding: 70px 0 70px;
  }
}
.breadcrumb-wrapper .page-heading h1 {
  font-size: 65px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 50px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 30px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 40px;
  justify-content: center;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    justify-content: center;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  color: var(--theme);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  position: relative;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li.style-2::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 20px;
  left: -20px;
  top: 10px;
  background-color: var(--text);
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li.style-2.style-3 {
  border-bottom: 1px solid var(--text);
  color: var(--text);
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  transition: all 0.4s ease-in-out;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: var(--theme);
}
.breadcrumb-wrapper .page-heading.style-2 .breadcrumb-items li a {
  color: var(--text);
}
.breadcrumb-wrapper .page-heading.style-2 h1 {
  margin-top: 20px;
}
.breadcrumb-wrapper .page-heading.style-2 .list {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  justify-content: center;
}
@media (max-width: 1600px) {
  .breadcrumb-wrapper .page-heading.style-2 .list {
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
  }
}
@media (max-width: 1600px) {
  .breadcrumb-wrapper .page-heading.style-2 .list li {
    font-size: 14px;
  }
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper .page-heading.style-2 .list li {
    font-size: 16px;
  }
}
.breadcrumb-wrapper .page-heading.style-2 .list li i {
  margin-right: 5px;
}
.breadcrumb-wrapper .page-heading.style-2 .star-list {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  justify-content: center;
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper .page-heading.style-2 .star-list {
    margin-top: 30px;
  }
}
.breadcrumb-wrapper .page-heading.style-2 .star-list .star span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-left: 10px;
}
.breadcrumb-wrapper .page-heading.style-2 .star-list .star i {
  color: var(--theme);
}
.breadcrumb-wrapper .page-heading.style-2 .star-list span i {
  margin-right: 7px;
}

.breadcrumb-wrapper-2 {
  position: relative;
  border-radius: 10px;
  margin: 0 15px;
  margin-top: 134px;
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper-2 {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper-2 {
    margin-top: 60px;
  }
}
.breadcrumb-wrapper-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.7) 100%);
}
.breadcrumb-wrapper-2.style-tour-page::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.7) 100%);
}
.breadcrumb-wrapper-2.style-tour-page .page-heading {
  padding: 150px 0 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper-2.style-tour-page .page-heading {
    padding-top: 120px;
  }
}
.breadcrumb-wrapper-2.style-tour-page .page-heading .breadcrumb-items {
  justify-content: center;
}
.breadcrumb-wrapper-2.style-tour-page .page-heading .from-box {
  padding: 40px 90px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(81, 79, 79, 0.09) 0%, rgba(205, 205, 205, 0.08) 100%);
  backdrop-filter: blur(7.5px);
  margin-top: 40px;
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper-2.style-tour-page .page-heading .from-box {
    padding: 30px;
  }
}
.breadcrumb-wrapper-2.style-tour-page .page-heading .from-box h3 {
  text-align: center;
  color: var(--white);
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
}
.breadcrumb-wrapper-2.style-tour-page .page-heading .from-box .box-item-2 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper-2.style-tour-page .page-heading .from-box .box-item-2 {
    flex-wrap: wrap;
  }
}
.breadcrumb-wrapper-2.style-tour-page .page-heading .from-box .box-item-2 .form-clt {
  position: relative;
  width: 100%;
}
.breadcrumb-wrapper-2.style-tour-page .page-heading .from-box .box-item-2 .form-clt .single-select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  padding: 17px 20px;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.65);
  line-height: initial;
  height: initial;
}
.breadcrumb-wrapper-2.style-tour-page .page-heading .from-box .box-item-2 .form-clt .single-select::after {
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
}
.breadcrumb-wrapper-2.style-tour-page .page-heading .from-box .box-item-2 .form-clt .single-select .list {
  width: 100%;
  color: var(--header);
}
.breadcrumb-wrapper-2.style-tour-page .page-heading .from-box .box-item-2 .form-clt .theme-btn {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 14px 30px;
}
.breadcrumb-wrapper-2.style-tour-page .page-heading .from-box .box-item-2 .form-clt .theme-btn::after {
  background-color: var(--white);
}
.breadcrumb-wrapper-2.style-tour-page .page-heading .from-box .box-item-2 .form-clt .theme-btn:hover {
  color: var(--header);
}
.breadcrumb-wrapper-2 .page-heading {
  padding: 330px 0 190px;
  position: relative;
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper-2 .page-heading {
    padding: 100px 0 100px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper-2 .page-heading {
    padding: 70px 0 70px;
  }
}
.breadcrumb-wrapper-2 .page-heading h1 {
  font-size: 65px;
  color: var(--white);
  font-weight: 600;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper-2 .page-heading h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper-2 .page-heading h1 {
    font-size: 50px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper-2 .page-heading h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper-2 .page-heading h1 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .breadcrumb-wrapper-2 .page-heading h1 {
    font-size: 30px;
  }
}
.breadcrumb-wrapper-2 .page-heading .breadcrumb-items {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 40px;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper-2 .page-heading .breadcrumb-items {
    justify-content: center;
  }
}
.breadcrumb-wrapper-2 .page-heading .breadcrumb-items li {
  color: var(--white);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  position: relative;
}
.breadcrumb-wrapper-2 .page-heading .breadcrumb-items li.style-2 {
  border-bottom: 1px solid var(--white);
}
.breadcrumb-wrapper-2 .page-heading .breadcrumb-items li.style-2::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 20px;
  left: -20px;
  top: 10px;
  background-color: var(--white);
}
.breadcrumb-wrapper-2 .page-heading .breadcrumb-items li a {
  transition: all 0.4s ease-in-out;
  color: var(--white);
  border-bottom: none;
}
.breadcrumb-wrapper-2 .page-heading .breadcrumb-items li a:hover {
  color: var(--theme);
}

.breadcrumb-wrapper-3 {
  position: relative;
  position: relative;
  border-radius: 10px;
  margin: 0 15px;
  margin-top: 134px;
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper-3 {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper-3 {
    margin-top: 60px;
  }
}
.breadcrumb-wrapper-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(21, 21, 21, 0) 29.25%, rgba(21, 21, 21, 0.8) 100%);
}
.breadcrumb-wrapper-3 .page-heading {
  padding: 430px 0 70px;
  position: relative;
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper-3 .page-heading {
    padding: 100px 0 70px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper-3 .page-heading {
    padding: 70px 0 70px;
  }
}
.breadcrumb-wrapper-3 .page-heading h1 {
  font-size: 65px;
  color: var(--white);
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper-3 .page-heading h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper-3 .page-heading h1 {
    font-size: 50px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper-3 .page-heading h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper-3 .page-heading h1 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .breadcrumb-wrapper-3 .page-heading h1 {
    font-size: 30px;
  }
}
.breadcrumb-wrapper-3 .page-heading .breadcrumb-items {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 40px;
  justify-content: center;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper-3 .page-heading .breadcrumb-items {
    justify-content: center;
  }
}
.breadcrumb-wrapper-3 .page-heading .breadcrumb-items li {
  color: var(--white);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  position: relative;
}
.breadcrumb-wrapper-3 .page-heading .breadcrumb-items li.style-2 {
  border-bottom: 1px solid var(--white);
}
.breadcrumb-wrapper-3 .page-heading .breadcrumb-items li.style-2::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 20px;
  left: -20px;
  top: 10px;
  background-color: var(--white);
}
.breadcrumb-wrapper-3 .page-heading .breadcrumb-items li a {
  transition: all 0.4s ease-in-out;
  color: var(--white);
  border-bottom: none;
}
.breadcrumb-wrapper-3 .page-heading .breadcrumb-items li a:hover {
  color: var(--theme);
}
.breadcrumb-wrapper-3.style-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.breadcrumb-wrapper-3.style-2 .page-heading h1 {
  text-align: left;
}
.breadcrumb-wrapper-3.style-2 .page-heading .breadcrumb-items {
  justify-content: start;
}
.breadcrumb-wrapper-3.style-2 .content h2 {
  color: var(--white) !important;
  margin-bottom: 5px;
  position: relative;
  z-index: 9;
}
.breadcrumb-wrapper-3.style-2 .content p {
  color: var(--white) !important;
  font-weight: 500;
  position: relative;
  z-index: 9;
}

.breadcrumb-wrapper-4 {
  position: relative;
  position: relative;
  border-radius: 10px;
  margin: 0 15px;
  margin-top: 134px;
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper-4 {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper-4 {
    margin-top: 60px;
  }
}
.breadcrumb-wrapper-4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(21, 21, 21, 0) 29.25%, rgba(21, 21, 21, 0.8) 100%);
}
.breadcrumb-wrapper-4 .breadcrumb-top-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 430px 0 70px;
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper-4 .breadcrumb-top-items {
    padding: 100px 0 70px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper-4 .breadcrumb-top-items {
    padding: 70px 0 70px;
  }
}
.breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading {
  position: relative;
}
.breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading h1 {
  font-size: 65px;
  color: var(--white);
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading h1 {
    font-size: 50px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading h1 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading h1 {
    font-size: 30px;
  }
}
.breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading .breadcrumb-items {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 40px;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading .breadcrumb-items {
    justify-content: center;
  }
}
.breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading .breadcrumb-items li {
  color: var(--white);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  position: relative;
}
.breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading .breadcrumb-items li.style-2 {
  border-bottom: 1px solid var(--white);
}
.breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading .breadcrumb-items li.style-2::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 20px;
  left: -20px;
  top: 10px;
  background-color: var(--white);
}
.breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading .breadcrumb-items li a {
  transition: all 0.4s ease-in-out;
  color: var(--white);
  border-bottom: none;
}
.breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading .breadcrumb-items li a:hover {
  color: var(--theme);
}
.breadcrumb-wrapper-4 .breadcrumb-top-items .content h2 {
  color: var(--white) !important;
  margin-bottom: 5px;
  position: relative;
  z-index: 9;
}
.breadcrumb-wrapper-4 .breadcrumb-top-items .content p {
  color: var(--white) !important;
  font-weight: 500;
  position: relative;
  z-index: 9;
}
.breadcrumb-wrapper-4 .breadcrumb-top-items .content.style-2 {
  display: flex;
  align-items: center;
  gap: 130px;
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper-4 .breadcrumb-top-items .content.style-2 {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.breadcrumb-wrapper-4 .breadcrumb-top-items .content.style-2 .text h2 {
  color: var(--white) !important;
  margin-bottom: 5px;
  position: relative;
  z-index: 9;
}
.breadcrumb-wrapper-4 .breadcrumb-top-items .content.style-2 .text p {
  color: var(--white) !important;
  font-weight: 500;
  position: relative;
  z-index: 9;
}

.error-item {
  text-align: center;
}
.error-item .error-image {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .error-item .error-image {
    margin-bottom: 30px;
  }
}
.error-item .error-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .error-item .error-content h2 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .error-item .error-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .error-item .error-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .error-item .error-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .error-item .error-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .error-item .error-content h2 {
    font-size: 25px;
  }
}
.error-item .error-content p {
  margin-top: 20px;
  margin-bottom: 30px;
}

.error-section {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 991px) {
  .error-section {
    margin-top: 80px;
  }
}
.error-section .text {
  font-size: 200px;
  font-weight: 600;
  position: absolute;
  left: 60px;
  letter-spacing: -10px;
  z-index: -1;
  top: 300px;
  color: var(--header);
  opacity: 0.1;
}
@media (max-width: 1600px) {
  .error-section .text {
    font-size: 153px;
  }
}
@media (max-width: 1399px) {
  .error-section .text {
    display: none;
  }
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.6);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.swiper-dot .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  transition: 0.6s;
  background: var(--white);
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 14px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--white);
  transition: 0.6s;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 21px;
  height: 21px;
  line-height: 21px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--white);
  content: "";
}
.swiper-dot.style-2 .swiper-pagination-bullet {
  background: var(--theme);
}
.swiper-dot.style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--theme);
}
.swiper-dot.style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid var(--theme);
}

.swiper-dot-style {
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 575px) {
  .swiper-dot-style {
    margin-top: 30px;
  }
}
.swiper-dot-style .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  transition: 0.6s;
  background: var(--theme);
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot-style .swiper-pagination-bullet:not(:last-child) {
  margin-right: 14px;
}
.swiper-dot-style .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
}
.swiper-dot-style .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 21px;
  height: 21px;
  line-height: 21px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--theme);
  content: "";
}

.swiper-dot-style-2 {
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 1399px) {
  .swiper-dot-style-2 {
    margin-top: 30px;
  }
}
.swiper-dot-style-2 .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  transition: 0.6s;
  background: var(--header);
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot-style-2 .swiper-pagination-bullet:not(:last-child) {
  margin-right: 14px;
}
.swiper-dot-style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
}
.swiper-dot-style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 21px;
  height: 21px;
  line-height: 21px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--theme);
  content: "";
}

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

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.brand-slide-element {
  width: auto;
  display: inline-block;
}

.page-nav-wrap {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .page-nav-wrap {
    margin-top: 30px;
  }
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: transparent;
  border: 1px solid rgba(21, 21, 21, 0.1);
  color: var(--header);
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
}
.page-nav-wrap ul li .page-numbers.active {
  background: var(--theme);
  color: var(--white);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers:hover {
  background: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.custom-container {
  max-width: 1700px;
  margin: 0 auto;
}

.bw-img-anim-left,
.bw-img-anim-right {
  transition: clip-path 0.5s ease-out;
}

.custom-container {
  max-width: 1890px;
  margin: 0 auto;
}

.custom-container-2 {
  max-width: 1730px;
  margin: 0 auto;
}

.swiper-dot-3 {
  text-align: center;
  margin-top: 30px;
}
.swiper-dot-3 .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  transition: 0.6s;
  border-radius: 30px;
  background-color: var(--text);
  opacity: 1;
  position: relative;
}
.swiper-dot-3 .swiper-pagination-bullet:not(:last-child) {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.swiper-dot-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 30px;
}
.swiper-dot-3 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
}

.swiper-dot-4 {
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 1399px) {
  .swiper-dot-4 {
    margin-top: 30px;
  }
}
.swiper-dot-4 .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  transition: 0.6s;
  border-radius: 30px;
  background-color: var(--text);
  opacity: 1;
  position: relative;
}
.swiper-dot-4 .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.swiper-dot-4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 30px;
}
.swiper-dot-4 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
}

.custom-container-4 {
  max-width: 1880px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.custom-container-6 {
  max-width: 1720px;
  margin: 0 auto;
}

.custom-container-7 {
  max-width: 1743px;
  margin: 0 auto;
}

.ml-110 {
  margin-left: 70px;
}
@media (max-width: 1399px) {
  .ml-110 {
    margin-left: 0;
  }
}

.ratting {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.ratting i {
  margin: 3px;
  font-size: 13px;
  color: var(--theme);
}
.ratting span {
  margin-left: 7px;
}
.ratting.style-two i {
  margin: 6px;
  font-size: 18px;
  color: var(--theme);
}

.price-filter-wrap {
  margin-top: 25px;
}

.price-filter-wrap .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--header);
}

.price-filter-wrap .price span {
  margin-right: 5px;
}

.price-filter-wrap .price input {
  padding: 0;
  border: none;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  color: var(--header);
}

.ui-widget.ui-widget-content {
  height: 5px;
  border: none;
  cursor: pointer;
  background: rgba(251, 91, 50, 0.1);
}

.ui-widget-header {
  background: var(--theme);
}

.ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  top: -4px;
  border: none;
  cursor: e-resize;
  border-radius: 50%;
  background: var(--theme);
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-slider .ui-slider-handle:focus {
  outline: none !important;
  border: 2px solid var(--theme);
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.brand-slide-element {
  width: auto;
  display: inline-block;
}

.swiper-dot-4 {
  text-align: center;
  margin-top: 60px;
  z-index: 1;
}
.swiper-dot-4 .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  transition: 0.6s;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  border-radius: 30px !important;
}
.swiper-dot-4 .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.swiper-dot-4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--white);
  transition: 0.6s;
  position: relative;
}
.swiper-dot-4 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 22px !important;
  height: 22px !important;
  line-height: 22px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--white);
  content: "";
}

.swiper-dot-7 {
  z-index: 1;
}
.swiper-dot-7 .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  transition: 0.6s;
  background: rgba(21, 21, 21, 0.2);
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot-7 .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.swiper-dot-7 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
}
.swiper-dot-7 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 21px;
  height: 21px;
  line-height: 21px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--theme);
  content: "";
}

.style-fl {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-left: 110px;
}
@media (max-width: 1399px) {
  .style-fl {
    gap: 30px;
    margin-left: 0;
  }
}

.hero-1 {
  position: relative;
  padding: 250px 0 70px;
  border-radius: 10px !important;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .hero-1 {
    padding: 130px 0 70px;
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .hero-1 {
    padding: 130px 0 70px;
    margin-top: 0px;
  }
}
.hero-1 .container-fluid {
  padding: 0 130px;
}
@media (max-width: 1600px) {
  .hero-1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .hero-1 .container-fluid {
    padding: 0 15px;
  }
}
.hero-1 .hero-content {
  position: relative;
  z-index: 9;
}
.hero-1 .hero-content h1 {
  color: var(--white);
  margin-bottom: 20px;
}
.hero-1 .hero-content p {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  max-width: 451px;
  line-height: 150%;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .hero-1 .hero-content p {
    font-size: 16px;
  }
}
.hero-1 .counter-item {
  display: flex;
  align-items: center;
  gap: 120px;
  justify-content: end;
  position: relative;
  z-index: 9;
}
@media (max-width: 1399px) {
  .hero-1 .counter-item {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
  }
}
.hero-1 .counter-item .content h2 {
  font-size: 36px;
  font-weight: 500;
  color: var(--white);
}
.hero-1 .counter-item .content p {
  font-weight: 500;
  color: var(--white);
}
.hero-1 .hero-bg {
  position: absolute;
  overflow: hidden;
  border-radius: 10px !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  -webkit-transition: all 8s ease-out 0s;
  -moz-transition: all 8s ease-out 0s;
  -ms-transition: all 8s ease-out 0s;
  -o-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
  z-index: 9;
}
.hero-1 .hero-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px !important;
  background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.7) 100%);
  z-index: -1;
}

.hero-section-1 {
  position: relative;
  margin: 0 20px;
  border-radius: 10px !important;
  overflow: hidden;
  margin-top: 135px;
}
@media (max-width: 1399px) {
  .hero-section-1 {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .hero-section-1 {
    margin-top: 60px;
  }
}
.hero-section-1 .swiper-dot-3 {
  position: absolute;
  right: 130px;
  top: 48%;
  transform: translateY(-50%);
  z-index: 999;
}
@media (max-width: 1600px) {
  .hero-section-1 .swiper-dot-3 {
    right: 50px;
  }
}
@media (max-width: 1399px) {
  .hero-section-1 .swiper-dot-3 {
    display: none;
  }
}
.hero-section-1 .swiper-slide.swiper-slide-active .hero-bg {
  -webkit-transform: scale(1.19);
  -moz-transform: scale(1.19);
  transform: scale(1.19);
}

.hero-2 {
  position: relative;
  padding: 230px 0 130px;
  z-index: 999;
  text-align: center;
}
@media (max-width: 1399px) {
  .hero-2 {
    padding: 190px 0 100px;
  }
}
@media (max-width: 991px) {
  .hero-2 {
    padding: 150px 0 80px;
  }
}
.hero-2 .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  -webkit-transition: all 8s ease-out 0s;
  -moz-transition: all 8s ease-out 0s;
  -ms-transition: all 8s ease-out 0s;
  -o-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
  z-index: 9;
}
.hero-2 .hero-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(21, 21, 21, 0) 14.56%, #151515 99.88%);
  z-index: -1;
}
.hero-2 .container-fluid {
  padding: 0 210px;
}
@media (max-width: 1899px) {
  .hero-2 .container-fluid {
    padding: 0 70px;
  }
}
@media (max-width: 1600px) {
  .hero-2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-2 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .hero-2 .container-fluid {
    padding: 0 15px;
  }
}
.hero-2 h3 {
  color: var(--white);
  font-weight: 500;
  margin-top: 40px;
  position: relative;
  z-index: 9;
}
.hero-2 h1 {
  font-size: 167px;
  font-weight: 700;
  color: var(--white);
  position: relative;
  z-index: 9;
}
@media (max-width: 1600px) {
  .hero-2 h1 {
    font-size: 153px;
  }
}
@media (max-width: 1399px) {
  .hero-2 h1 {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .hero-2 h1 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .hero-2 h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .hero-2 h1 {
    font-size: 35px;
  }
}
.hero-2 .from-box {
  padding: 40px 110px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(81, 79, 79, 0.09) 0%, rgba(205, 205, 205, 0.08) 100%);
  backdrop-filter: blur(7.5px);
  margin-top: 40px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1399px) {
  .hero-2 .from-box {
    padding: 30px;
  }
}
.hero-2 .from-box h3 {
  text-align: center;
  color: var(--white);
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
}
.hero-2 .from-box .box-item-2 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .hero-2 .from-box .box-item-2 {
    flex-wrap: wrap;
  }
}
.hero-2 .from-box .box-item-2 .form-clt {
  position: relative;
  width: 100%;
}
.hero-2 .from-box .box-item-2 .form-clt .single-select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  padding: 17px 20px;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.65);
  line-height: initial;
  height: initial;
}
.hero-2 .from-box .box-item-2 .form-clt .single-select::after {
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
}
.hero-2 .from-box .box-item-2 .form-clt .single-select .list {
  width: 100%;
  color: var(--header);
}
.hero-2 .from-box .box-item-2 .form-clt .theme-btn {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 14px 30px;
}
.hero-2 .from-box .box-item-2 .form-clt .theme-btn::after {
  background-color: var(--white);
}
.hero-2 .from-box .box-item-2 .form-clt .theme-btn:hover {
  color: var(--header);
}

.hero-section-2 {
  position: relative;
}
.hero-section-2 .swiper-slide.swiper-slide-active .hero-bg {
  -webkit-transform: scale(1.19);
  -moz-transform: scale(1.19);
  transform: scale(1.19);
}

.hero-3 {
  margin-top: 134px;
}
@media (max-width: 1399px) {
  .hero-3 {
    margin-top: 60px;
  }
}
.hero-3 .hero-image {
  position: relative;
  height: 750px;
}
@media (max-width: 1399px) {
  .hero-3 .hero-image {
    height: 650px;
  }
}
@media (max-width: 991px) {
  .hero-3 .hero-image {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-image {
    height: 400px;
  }
}
.hero-3 .hero-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  background: rgba(20, 24, 22, 0.3);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.hero-3 .hero-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.hero-3 .hero-image .hero-content {
  position: absolute;
  bottom: 60px;
  left: 60px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
@media (max-width: 1600px) {
  .hero-3 .hero-image .hero-content {
    left: 30px;
    bottom: 30px;
  }
}
@media (max-width: 1399px) {
  .hero-3 .hero-image .hero-content {
    left: 20px;
    bottom: 20px;
  }
}
.hero-3 .hero-image .hero-content h2 {
  color: var(--white);
  font-size: 80px;
}
@media (max-width: 1600px) {
  .hero-3 .hero-image .hero-content h2 {
    font-size: 60px;
  }
}
@media (max-width: 1399px) {
  .hero-3 .hero-image .hero-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .hero-3 .hero-image .hero-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-image .hero-content h2 {
    font-size: 30px;
  }
}
.hero-3 .hero-image .hero-content p {
  max-width: 516px;
  color: var(--white);
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .hero-3 .hero-image .hero-content p {
    font-size: 15px;
  }
}
.hero-3 .hero-image .hero-box {
  background-color: var(--theme-2);
  padding: 30px 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 10px solid var(--white);
  border-top-left-radius: 10px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
@media (max-width: 1399px) {
  .hero-3 .hero-image .hero-box {
    display: none;
  }
}
.hero-3 .hero-image .hero-box .top-item {
  display: flex;
  align-items: center;
  gap: 35px;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 48px;
}
.hero-3 .hero-image .hero-box .top-item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  top: initial;
  height: 1px;
}
.hero-3 .hero-image .hero-box .top-item .cont h2 {
  font-size: 35px;
  font-weight: 600;
  color: var(--white);
}
.hero-3 .hero-image .hero-box .top-item .cont p {
  color: var(--white);
}
.hero-3 .hero-image .hero-box .top-item .small-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.hero-3 .hero-image .hero-box .bottom-item {
  display: flex;
  align-items: center;
  gap: 35px;
}
.hero-3 .hero-image .hero-box .bottom-item .box {
  border-radius: 10px;
  border: 2px solid var(--white);
  padding: 16px;
}
.hero-3 .hero-image .hero-box .bottom-item .box h2 {
  font-size: 40px;
  color: var(--white);
}
.hero-3 .hero-image .hero-box .bottom-item .right-content .star {
  margin-top: 10px;
  color: var(--white);
}
.hero-3 .swiper-slide.swiper-slide-active .hero-image::before {
  opacity: 1;
  visibility: visible;
}
.hero-3 .swiper-slide.swiper-slide-active .hero-image .hero-content {
  opacity: 1;
  visibility: visible;
}
.hero-3 .swiper-slide.swiper-slide-active .hero-image .hero-box {
  opacity: 1;
  visibility: visible;
}
.hero-3 .heros-slider {
  margin-left: -42%;
  margin-right: -42%;
}
@media (max-width: 1399px) {
  .hero-3 .heros-slider {
    margin-left: 0;
    margin-right: 0;
  }
}

.hero-4 {
  position: relative;
  padding: 150px 0 60px;
}
@media (max-width: 1399px) {
  .hero-4 {
    padding: 120px 0 100px;
  }
}
@media (max-width: 991px) {
  .hero-4 {
    padding: 100px 0 80px;
  }
}
.hero-4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.6);
}
.hero-4 .hero-content {
  position: relative;
  margin-bottom: 30px;
}
.hero-4 .hero-content h1 {
  color: var(--white);
}
.hero-4 .hero-content p {
  color: var(--white);
  max-width: 538px;
  margin-top: 20px;
}
.hero-4 .hero-image {
  position: relative;
  height: 560px;
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .hero-4 .hero-image {
    height: initial;
  }
}
.hero-4 .hero-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .hero-4 .hero-image img {
    object-fit: initial;
  }
}
.hero-4 .from-box {
  padding: 30px 30px;
  border-radius: 10px;
  background-color: var(--white);
  position: relative;
  margin-top: -200px;
}
@media (max-width: 1399px) {
  .hero-4 .from-box {
    padding: 30px;
    margin-top: 30px;
  }
}
.hero-4 .from-box h5 {
  font-size: 18px;
  font-weight: 500;
}
.hero-4 .from-box .box-item-2 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .hero-4 .from-box .box-item-2 {
    flex-wrap: wrap;
  }
}
.hero-4 .from-box .box-item-2 .date-input {
  position: relative;
}
.hero-4 .from-box .box-item-2 .date-input input[type=date] {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 14px 15px 10px 15px;
  font-size: 15px;
  color: #555;
}
.hero-4 .from-box .box-item-2 .date-input i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #444;
  font-size: 18px;
  pointer-events: none;
}
.hero-4 .from-box .box-item-2 .form-clt {
  position: relative;
  width: 100%;
}
.hero-4 .from-box .box-item-2 .form-clt .single-select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(21, 21, 21, 0.07);
  background: rgba(255, 255, 255, 0.03);
  padding: 17px 20px;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  color: rgb(105, 105, 105);
  line-height: initial;
  height: initial;
}
.hero-4 .from-box .box-item-2 .form-clt .single-select::after {
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
}
.hero-4 .from-box .box-item-2 .form-clt .single-select .list {
  width: 100%;
  color: var(--header);
}
.hero-4 .from-box .box-item-2 .form-clt .theme-btn {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 14px 30px;
}
.hero-4 .from-box .box-item-2 .form-clt .theme-btn::after {
  background-color: var(--header);
}
.hero-4 .from-box .box-item-2 .form-clt .theme-btn:hover {
  color: var(--white);
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-transform: capitalize !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  border: none;
  font-family: "Inter Tight", sans-serif;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li .submenu li a {
  border-bottom: none !important;
  font-size: 14px;
  padding: 6px 0;
  color: var(--header);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.news-card-items {
  margin-top: 30px;
}
.news-card-items .news-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.news-card-items .news-image span {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: var(--white);
  padding: 5px 10px;
  border-radius: 5px;
  color: var(--header);
  line-height: 1;
  z-index: 999;
}
.news-card-items .news-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.news-card-items .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.news-card-items .news-content {
  margin-top: 30px;
}
.news-card-items .news-content span {
  position: relative;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-left: 12px;
}
.news-card-items .news-content span::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 20px;
  background-color: var(--text);
  top: 10px;
  left: 0;
}
.news-card-items .news-content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.news-card-items .news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-card-items .news-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-card-items:hover .news-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.news-card-items:hover .news-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.news-card-items-2 {
  margin-top: 30px;
}
.news-card-items-2 .news-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.news-card-items-2 .news-image .box {
  background-color: var(--theme);
  border-radius: 10px;
  position: absolute;
  right: 12px;
  top: 12px;
  text-align: center;
}
.news-card-items-2 .news-image .box h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  color: var(--white);
}
.news-card-items-2 .news-image .box h6 {
  font-weight: 600;
  font-size: 16px;
  color: var(--white);
  padding: 10px;
  padding: 0 10px 10px 10px;
}
@media (max-width: 1399px) {
  .news-card-items-2 .news-image {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .news-card-items-2 .news-image {
    height: initial;
  }
}
.news-card-items-2 .news-image span {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: var(--white);
  padding: 5px 10px;
  border-radius: 5px;
  color: var(--header);
  line-height: 1;
  z-index: 999;
}
.news-card-items-2 .news-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.news-card-items-2 .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.news-card-items-2 .news-content {
  margin-top: 30px;
}
.news-card-items-2 .news-content span {
  position: relative;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-left: 12px;
}
.news-card-items-2 .news-content span::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 20px;
  background-color: var(--text);
  top: 10px;
  left: 0;
}
.news-card-items-2 .news-content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.news-card-items-2 .news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-card-items-2 .news-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-card-items-2:hover .news-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.news-card-items-2:hover .news-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.news-section-2 {
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
}

.main-sideber .single-sideber-widget {
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .main-sideber .single-sideber-widget {
    margin-bottom: 30px;
  }
}
.main-sideber .single-sideber-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sideber .single-sideber-widget .search-widget form input {
  border-radius: 10px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  background: rgba(255, 255, 255, 0.05);
  font-size: 16px;
  font-weight: 400;
  padding: 16px 20px;
  width: 100%;
  color: var(--text);
}
.main-sideber .single-sideber-widget .search-widget form button {
  position: absolute;
  right: 22px;
  top: 18px;
  font-size: 16px;
  color: var(--header);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.main-sideber .single-sideber-widget .search-widget form button:hover {
  color: var(--theme);
}
.main-sideber .single-sideber-widget .widget-title {
  margin-bottom: 30px;
}
.main-sideber .single-sideber-widget ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  position: relative;
  padding-left: 15px;
}
.main-sideber .single-sideber-widget ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 30px;
  background-color: var(--header);
  left: 0;
  top: 10px;
}
.main-sideber .single-sideber-widget ul li a {
  color: var(--header);
}
.main-sideber .single-sideber-widget ul li span {
  transition: all 0.4s ease-in-out;
  color: var(--text);
}
.main-sideber .single-sideber-widget ul li:not(:last-child) {
  margin-bottom: 20px;
}
.main-sideber .single-sideber-widget ul li:hover::before {
  background-color: var(--theme);
}
.main-sideber .single-sideber-widget ul li:hover a {
  color: var(--theme);
}
.main-sideber .single-sideber-widget ul li:hover span {
  color: var(--theme);
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1399px) {
  .main-sideber .single-sideber-widget .recent-post-area .recent-items {
    gap: 20px;
  }
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 30px;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-thumb img {
  border-radius: 10px;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h5 {
  font-weight: 500;
  margin-top: 5px;
}
@media (max-width: 1399px) {
  .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h5 {
    font-size: 18px;
  }
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h5 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h5 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.main-sideber .single-sideber-widget .tagcloud a {
  display: inline-block;
  padding: 7px 14px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  margin-right: 5px;
  border-radius: 5px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  text-transform: capitalize;
  margin-bottom: 7px;
  color: var(--text);
  transition: all 0.4s ease-in-out;
}
.main-sideber .single-sideber-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sideber .single-sideber-widget .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.main-sideber .tour-bg-image {
  position: relative;
  z-index: 9;
}
.main-sideber .tour-bg-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(21, 21, 21, 0) 34.84%, rgba(21, 21, 21, 0.8) 100%);
  border-radius: 10px;
}
.main-sideber .tour-bg-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.main-sideber .tour-bg-image .tour-bg-content {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
@media (max-width: 1399px) {
  .main-sideber .tour-bg-image .tour-bg-content {
    left: 20px;
    bottom: 20px;
  }
}
.main-sideber .tour-bg-image .tour-bg-content span {
  color: var(--white);
}
.main-sideber .tour-bg-image .tour-bg-content h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .main-sideber .tour-bg-image .tour-bg-content h3 {
    font-size: 25px;
  }
}
.main-sideber .tour-bg-image .tour-bg-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.main-sideber .tour-bg-image .tour-bg-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.news-details-post .list {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.news-details-post .list li {
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.news-details-post .list li a {
  color: var(--text);
}
.news-details-post .list li.style-2 {
  padding-left: 15px;
}
.news-details-post .list li.style-2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 30px;
  background-color: var(--text);
}
.news-details-post h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 133%;
}
@media (max-width: 1399px) {
  .news-details-post h2 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .news-details-post h2 {
    font-size: 20px;
  }
}
.news-details-post .list-items {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(21, 21, 21, 0.1);
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  padding: 14px 0;
  gap: 50px;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .news-details-post .list-items {
    gap: 10px;
    flex-wrap: wrap;
    padding: 14px 0;
  }
}
.news-details-post .list-items .list {
  font-size: 16px;
  font-weight: 400;
  color: var(--header);
  position: relative;
  padding-left: 15px;
  transition: all 0.4s ease-in-out;
}
.news-details-post .list-items .list::before {
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: var(--header);
  transition: all 0.4s ease-in-out;
}
.news-details-post .list-items .list:hover {
  color: var(--theme);
}
.news-details-post .list-items .list:hover::before {
  background-color: var(--theme);
}
.news-details-post .news-details-content .details-thumb {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .news-details-post .news-details-content .details-thumb {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.news-details-post .news-details-content .details-thumb img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.news-details-post .news-details-content .sideber {
  display: flex;
  gap: 30px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  background-color: #FEF8EF;
  padding: 30px 42px;
  margin-top: 50px;
  border-radius: 10px;
  align-items: start;
}
.news-details-post .news-details-content .sideber .icon {
  color: var(--theme);
  font-size: 52px;
  transform: rotate(180deg);
}
@media (max-width: 1399px) {
  .news-details-post .news-details-content .sideber {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .news-details-post .news-details-content .sideber {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.news-details-post .news-details-content .sideber h5 {
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 30px;
  letter-spacing: -0.4px;
}
.news-details-post .news-details-content .sideber span {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-left: 50px;
  color: var(--header);
}
.news-details-post .news-details-content .sideber span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--header);
  top: 10px;
  left: 0;
}
.news-details-post .news-details-content .tag-share-wrap {
  border-top: 1px solid rgba(21, 21, 21, 0.1);
  padding: 50px 0 70px;
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .news-details-post .news-details-content .tag-share-wrap {
    margin-top: 30px;
    padding: 30px 0 30px;
  }
}
.news-details-post .news-details-content .tag-share-wrap .tagcloud span {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-right: 20px;
  color: var(--header);
}
@media (max-width: 1399px) {
  .news-details-post .news-details-content .tag-share-wrap .tagcloud span {
    font-size: 16px;
    margin-right: 10px;
  }
}
.news-details-post .news-details-content .tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 7px 14px;
  line-height: 1;
  margin-right: 8px;
  color: var(--text);
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  border: 1px solid rgba(21, 21, 21, 0.1);
}
.news-details-post .news-details-content .tag-share-wrap .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.news-details-post .news-details-content .tag-share-wrap .social-share span {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-right: 20px;
  color: var(--header);
}
@media (max-width: 1399px) {
  .news-details-post .news-details-content .tag-share-wrap .social-share span {
    font-size: 16px;
    margin-right: 10px;
  }
}
.news-details-post .news-details-content .tag-share-wrap .social-share a {
  color: var(--text);
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100px;
  text-align: center;
  border: 1px solid rgba(21, 21, 21, 0.1);
}
.news-details-post .news-details-content .tag-share-wrap .social-share a:not(:last-child) {
  margin-right: 10px;
}
.news-details-post .news-details-content .tag-share-wrap .social-share a:hover {
  color: var(--white);
  background-color: var(--theme);
  border: 1px solid var(--theme);
}
.news-details-post .news-details-content .client-info-box {
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 40px 35px;
  background-color: var(--header);
  border-radius: 10px;
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .news-details-post .news-details-content .client-info-box {
    padding: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .news-details-post .news-details-content .client-info-box {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.news-details-post .news-details-content .client-info-box .client-image img {
  border-radius: 100%;
}
.news-details-post .news-details-content .client-info-box .info-content h5 {
  color: var(--white);
  font-weight: 500;
}
.news-details-post .news-details-content .client-info-box .info-content span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
}
.news-details-post .news-details-content .client-info-box .info-content p {
  max-width: 576px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 15px;
}
.news-details-post .news-details-content .client-info-box .info-content .social-icon {
  display: flex;
  align-items: center;
  gap: 30px;
}
.news-details-post .news-details-content .client-info-box .info-content .social-icon a {
  color: rgba(255, 255, 255, 0.65);
}
.news-details-post .news-details-content .client-info-box .info-content .social-icon a:hover {
  color: var(--theme);
}
.news-details-post .news-details-content .related-post-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .news-details-post .news-details-content .related-post-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .news-details-post .news-details-content .related-post-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.news-details-post .news-details-content .related-post-item .recent-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1399px) {
  .news-details-post .news-details-content .related-post-item .recent-item {
    gap: 20px;
  }
}
.news-details-post .news-details-content .related-post-item .recent-item .recent-thumb img {
  border-radius: 10px;
}
.news-details-post .news-details-content .related-post-item .recent-item .recent-content h5 {
  font-weight: 500;
  margin-top: 5px;
}
@media (max-width: 1399px) {
  .news-details-post .news-details-content .related-post-item .recent-item .recent-content h5 {
    font-size: 18px;
  }
  .news-details-post .news-details-content .related-post-item .recent-item .recent-content h5 br {
    display: none;
  }
}
.news-details-post .news-details-content .related-post-item .recent-item .recent-content h5 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-details-post .news-details-content .related-post-item .recent-item .recent-content h5 a:hover {
  color: var(--header);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--header) 0%, var(--header) 100%);
}
.news-details-post .news-details-content .comment-area h3 {
  margin-bottom: 30px;
}
.news-details-post .news-details-content .comment-area .comment-item {
  display: flex;
  gap: 30px;
  margin-bottom: 48px;
}
@media (max-width: 1399px) {
  .news-details-post .news-details-content .comment-area .comment-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .news-details-post .news-details-content .comment-area .comment-item {
    flex-wrap: wrap;
  }
}
.news-details-post .news-details-content .comment-area .comment-item.style-2 {
  margin-left: 100px;
}
@media (max-width: 1399px) {
  .news-details-post .news-details-content .comment-area .comment-item.style-2 {
    margin-left: 0;
  }
}
.news-details-post .news-details-content .comment-area .comment-item .comment-image img {
  border-radius: 100%;
}
.news-details-post .news-details-content .comment-area .comment-item .content h6 {
  margin-bottom: 12px;
  font-size: 20px;
}
.news-details-post .news-details-content .comment-area .comment-item .content span {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 16px;
}
.news-details-post .news-details-content .comment-area .comment-item .content span i {
  margin-right: 3px;
}
.news-details-post .news-details-content .comment-area .comment-item .content p {
  margin-bottom: 8px;
}
.news-details-post .news-details-content .comment-area .comment-item .content .read-more {
  font-weight: 600;
  color: var(--header);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-details-post .news-details-content .comment-area .comment-item .content .read-more:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-details-post .news-details-content .comment-area .comment-item .content .read-more i {
  margin-left: 5px;
}
.news-details-post .news-details-content .comment-form-wrap p {
  margin-bottom: 30px;
}
.news-details-post .news-details-content .comment-form-wrap .form-clt input, .news-details-post .news-details-content .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: 1px solid rgba(21, 21, 21, 0.1);
  background: transparent;
  padding: 18px 24px;
  color: var(--header);
  border-radius: 10px;
}
.news-details-post .news-details-content .comment-form-wrap .form-clt input::placeholder, .news-details-post .news-details-content .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--header);
}
.news-details-post .news-details-content .comment-form-wrap .form-clt textarea {
  padding-bottom: 120px;
  resize: none;
}
@media (max-width: 1399px) {
  .news-details-post .news-details-content .comment-form-wrap .form-check {
    margin-top: 0;
  }
}
.news-details-post .news-details-content .comment-form-wrap .form-check .form-check-input {
  float: left;
  margin-left: -10px;
  transform: translateY(-3px);
  width: 25px;
  height: 25px;
  border-radius: 100px;
  border: 1px solid rgba(21, 21, 21, 0.1);
}
@media (max-width: 767px) {
  .news-details-post .news-details-content .comment-form-wrap .form-check .form-check-input {
    transform: translateY(30px);
  }
}
.news-details-post .news-details-content .comment-form-wrap .form-check .form-check-input:checked {
  background-color: var(--theme);
  border-color: var(--theme);
}
.news-details-post .news-details-content .comment-form-wrap .form-check .form-check-label {
  margin-left: 10px;
}
@media (max-width: 575px) {
  .news-details-post .news-details-content .comment-form-wrap .form-check .form-check-label {
    margin-left: 22px;
    font-size: 14px;
  }
}

.news-wrapper-3 .news-left-content .text {
  margin-top: 20px;
  margin-bottom: 110px;
  max-width: 300px;
}
@media (max-width: 1399px) {
  .news-wrapper-3 .news-left-content .text {
    margin-bottom: 30px;
  }
}
.news-wrapper-3 .news-left-content .news-black-bg {
  padding: 30px 34px;
  background-color: var(--header);
  border-radius: 10px;
}
.news-wrapper-3 .news-left-content .news-black-bg span {
  position: relative;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: var(--white);
}
.news-wrapper-3 .news-left-content .news-black-bg span::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 20px;
  background-color: var(--white);
  top: 10px;
  left: 0;
}
.news-wrapper-3 .news-left-content .news-black-bg h4 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.news-wrapper-3 .news-left-content .news-black-bg h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.news-wrapper-3 .news-left-content .news-black-bg h4 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-wrapper-3 .news-left-content .news-black-bg p {
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 20px;
}
.news-wrapper-3 .news-left-content .news-black-bg .link-btn {
  color: var(--white);
}
.news-wrapper-3 .news-image-items-3.style-2 {
  margin-top: 20px;
}
.news-wrapper-3 .news-image-items-3 .news-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.news-wrapper-3 .news-image-items-3 .news-image .box {
  background-color: var(--theme-2);
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
}
.news-wrapper-3 .news-image-items-3 .news-image .box h3 {
  font-size: 30px;
  font-weight: 600;
  color: var(--white);
  line-height: 1;
}
.news-wrapper-3 .news-image-items-3 .news-image .box h6 {
  color: var(--white);
  font-weight: 600;
}
.news-wrapper-3 .news-image-items-3 .news-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.news-wrapper-3 .news-image-items-3 .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.news-wrapper-3 .news-image-items-3 .news-image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.news-wrapper-3 .news-image-items-3 .news-image:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.news-wrapper-3 .news-white-bg {
  padding: 28px 33px;
  background-color: var(--white);
  border-radius: 10px;
  border: 1px solid rgba(20, 24, 22, 0.1);
}
@media (max-width: 1399px) {
  .news-wrapper-3 .news-white-bg {
    padding: 28px;
  }
}
.news-wrapper-3 .news-white-bg.style-3 {
  margin-top: 20px;
}
.news-wrapper-3 .news-white-bg span {
  position: relative;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: var(--text);
}
.news-wrapper-3 .news-white-bg span::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 20px;
  background-color: var(--text);
  top: 10px;
  left: 0;
}
.news-wrapper-3 .news-white-bg h4 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.news-wrapper-3 .news-white-bg h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-wrapper-3 .news-white-bg h4 a:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}
.news-wrapper-3 .news-white-bg p {
  margin-bottom: 20px;
}
.news-wrapper-3 .news-white-bg .link-btn {
  color: var(--text);
}
.news-wrapper-3 .news-white-bg .link-btn:hover {
  color: var(--theme-2);
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Inter Tight", sans-serif, "Inter Tight", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Inter Tight", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: var(--bg);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.back-to-top {
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 40px;
  color: var(--white);
  font-size: 16px;
  border-radius: 50%;
  position: fixed;
  display: inline-block;
  z-index: 9999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
@media (max-width: 575px) {
  .back-to-top {
    display: none;
  }
}
.back-to-top:hover {
  background-color: var(--header);
  color: var(--bg);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.cursor-outer {
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  background-color: var(--theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  -webkit-margin-start: -3px;
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}
.cursor-inner span {
  color: var(--text);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  -webkit-margin-start: -10px;
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--theme);
  border: 1px solid #686363;
  opacity: 0;
}

.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000000;
  opacity: 0.7;
  cursor: url(../../assets/img/close.png), auto;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.search-popup__form {
  position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  height: 66px;
  border: none;
  outline: none;
  padding-left: 20px;
  background-color: var(--white);
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  transition: all 500ms ease;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--header);
}

.search-popup__form .search-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  font-size: 20px;
  color: var(--white);
  background-color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.search-popup__form .search-btn:hover {
  background-color: var(--black);
}

.search-popup__form .eolexi-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.search-popup.active {
  z-index: 9999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.7;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title .sub-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--theme);
  font-family: "Inter Tight", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  position: relative;
}
@media (max-width: 1399px) {
  .section-title .sub-title {
    font-size: 16px;
  }
}
.section-title .sub-title img {
  margin-right: 6px;
}
.section-title .sub-title img.image-2 {
  margin-left: 6px;
}
.section-title h2 span {
  color: var(--theme);
  border-bottom: 4px solid var(--theme);
  font-weight: 600;
}
.section-title h2 b {
  color: var(--theme);
  font-weight: 600;
}
.section-title h2 b.color {
  color: var(--theme-2);
}
@media (max-width: 991px) {
  .section-title h2 br {
    display: none;
  }
}
.section-title p {
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .section-title p br {
    display: none;
  }
}
.section-title p span {
  color: var(--theme);
}
.section-title p span.color-4 {
  color: var(--theme-2);
}
.section-title p b {
  color: var(--theme);
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}
.section-title-area .section-title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .section-title-area {
    margin-bottom: 0;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

.section-bg-1 {
  background-color: var(--bg);
}

.header-bg {
  background-color: var(--header);
}

.bg-color {
  background-color: #FEF8EF;
}

.bg-color-4 {
  background-color: var(--bg-2);
}

.bg-color-5 {
  background-color: #141816;
}

.section-padding {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.team-image-item {
  text-align: center;
  margin-top: 30px;
}
.team-image-item .team-image {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
}
.team-image-item .team-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.team-image-item .team-image img {
  border-radius: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
@media (max-width: 1399px) {
  .team-image-item .team-image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .team-image-item .team-image img {
    width: initial;
    height: initial;
  }
}
.team-image-item .team-content {
  margin-top: 30px;
}
.team-image-item .team-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.team-image-item .team-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.team-image-item:hover .team-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.team-image-item:hover .team-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.team-single-item {
  text-align: center;
  margin-top: 30px;
  border-radius: 150px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  padding: 10px 10px 50px;
  position: relative;
}
@media (max-width: 1399px) {
  .team-single-item {
    padding: 10px 10px 30px;
  }
}
.team-single-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--header);
  border-radius: 150px;
  z-index: -1;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}
.team-single-item .team-image {
  position: relative;
  border-radius: 100%;
}
.team-single-item .team-image .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--theme);
  color: var(--white);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.team-single-item .team-image img {
  border-radius: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
@media (max-width: 1399px) {
  .team-single-item .team-image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .team-single-item .team-image img {
    width: initial;
    height: initial;
  }
}
.team-single-item .team-content {
  margin-top: 30px;
  position: relative;
  z-index: 99;
}
.team-single-item .team-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.team-single-item .team-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.team-single-item:hover::after {
  transform: scale(1, 1);
  transform-origin: top center;
}
.team-single-item:hover .team-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.team-single-item:hover .team-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.team-single-item:hover .team-content h3 a {
  color: var(--white);
}
.team-single-item:hover .team-content p {
  color: var(--white);
}

.team-details-wrapper .team-details-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.team-details-wrapper .team-details-content {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .team-details-wrapper .team-details-content {
    margin-left: 0;
  }
}
.team-details-wrapper .team-details-content .details-info {
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.team-details-wrapper .team-details-content .details-info h3 {
  margin-bottom: 5px;
}
.team-details-wrapper .team-details-content .details-info span {
  color: var(--text);
}
.team-details-wrapper .team-details-content .progress-wrap .pro-items {
  width: 100%;
}
.team-details-wrapper .team-details-content .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 30px;
}
.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
}
.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--black);
  font-weight: 600;
}
.team-details-wrapper .team-details-content .progress-wrap .pro-items .progress {
  height: 12px;
}
.team-details-wrapper .team-details-content .progress-wrap .pro-items .progress .progress-bar {
  background-color: var(--theme);
}
.team-details-wrapper .team-details-content .social-icon {
  margin-top: 40px;
}
.team-details-wrapper .team-details-content .social-icon span {
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
  margin-right: 15px;
}
.team-details-wrapper .team-details-content .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid var(--border);
  display: inline-block;
  color: var(--text);
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
}
.team-details-wrapper .team-details-content .social-icon a:not(:last-child) {
  margin-right: 5px;
}
.team-details-wrapper .team-details-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid transparent;
}
.team-details-wrapper .team-single-history .title {
  border-bottom: 1px solid var(--border);
  padding-bottom: 30px;
}
.team-details-wrapper .team-single-history h5 {
  font-weight: 500;
}
.team-details-wrapper .team-single-history h5 span {
  border: 1px solid var(--theme);
  color: var(--theme);
  font-size: 14px;
  font-weight: 400;
  padding: 6px 16px;
  border-radius: 16px;
  margin-left: 20px;
}

.team-card-items-4 {
  position: relative;
  overflow: visible;
  z-index: 1;
  transition: z-index 0.3s ease;
}
.team-card-items-4 .team-image {
  height: 300px;
  position: relative;
}
.team-card-items-4 .team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease, height 0.3s ease;
  transform-origin: top;
}
.team-card-items-4 .team-content {
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.team-card-items-4 .team-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.team-card-items-4 .team-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.team-card-items-4:hover {
  z-index: 10;
}
.team-card-items-4:hover .team-content {
  opacity: 1;
  visibility: visible;
}

.team-section-4 {
  position: relative;
}
.team-section-4 .swiper.team-slider-4 {
  overflow: hidden;
  position: relative;
  z-index: 999;
  margin-top: 30px;
}
.team-section-4 .swiper.team-slider-4 .swiper-wrapper {
  padding-top: 60px;
}
.team-section-4 .team-bottom-item {
  position: absolute;
  right: 300px;
  bottom: 100px;
  display: flex;
  align-items: center;
  gap: 150px;
  z-index: 9999;
}
@media (max-width: 1399px) {
  .team-section-4 .team-bottom-item {
    right: 375px;
    bottom: 100px;
    display: flex;
    align-items: center;
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .team-section-4 .team-bottom-item {
    right: 250px;
    bottom: 80px;
    display: flex;
    align-items: center;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .team-section-4 .team-bottom-item {
    right: 52px;
    bottom: 80px;
    display: flex;
    align-items: center;
    gap: 50px;
  }
}
.team-section-4 .team-bottom-item .array-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid rgb(105, 105, 105);
  color: rgb(105, 105, 105);
  transition: all 0.4s ease-in-out;
  z-index: 999;
}
.team-section-4 .team-bottom-item .array-prev:hover {
  background-color: var(--theme);
  border: 1px solid var(--theme);
  color: var(--white);
}
.team-section-4 .team-bottom-item .array-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--theme);
  border: 1px solid var(--theme);
  color: var(--white);
  transition: all 0.4s ease-in-out;
  z-index: 999;
}
.team-section-4 .team-bottom-item .array-next:hover {
  background-color: var(--header);
  border: 1px solid var(--theme);
  color: var(--white);
}

.testimonial-wrapper {
  margin-top: 40px;
}
.testimonial-wrapper .testimonial-content .content .icon {
  margin-bottom: 40px;
  font-size: 70px;
  color: var(--theme);
}
@media (max-width: 1399px) {
  .testimonial-wrapper .testimonial-content .content .icon {
    margin-bottom: 30px;
  }
}
.testimonial-wrapper .testimonial-content .content p {
  font-size: 35px;
  color: var(--white);
  max-width: 562px;
  font-weight: 500;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .testimonial-wrapper .testimonial-content .content p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.testimonial-wrapper .testimonial-content .content h4 {
  color: var(--white);
  margin-top: 30px;
}
.testimonial-wrapper .testimonial-content .content span {
  color: rgba(255, 255, 255, 0.65);
}
.testimonial-wrapper .testimonial-content.style-2 .content .icon {
  margin-bottom: 40px;
  font-size: 70px;
  color: var(--theme);
}
@media (max-width: 1399px) {
  .testimonial-wrapper .testimonial-content.style-2 .content .icon {
    margin-bottom: 30px;
  }
}
.testimonial-wrapper .testimonial-content.style-2 .content p {
  font-size: 35px;
  color: var(--header);
  max-width: 562px;
  font-weight: 500;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .testimonial-wrapper .testimonial-content.style-2 .content p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.testimonial-wrapper .testimonial-content.style-2 .content h4 {
  color: var(--header);
  margin-top: 30px;
}
.testimonial-wrapper .testimonial-content.style-2 .content span {
  color: var(--text);
}
.testimonial-wrapper .swiper-dot {
  margin-top: 70px;
}
@media (max-width: 1399px) {
  .testimonial-wrapper .swiper-dot {
    margin-top: 30px;
  }
}
.testimonial-wrapper .testimonial-right-item {
  margin-left: 30px;
}
@media (max-width: 1399px) {
  .testimonial-wrapper .testimonial-right-item {
    margin-left: 0;
  }
}
.testimonial-wrapper .testimonial-right-item .testimonial-image {
  position: relative;
  height: 270px;
  overflow: hidden;
  border-radius: 10px;
}
.testimonial-wrapper .testimonial-right-item .testimonial-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.testimonial-wrapper .testimonial-right-item .testimonial-image .video-btn {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 16px;
  border-radius: 100px;
  filter: drop-shadow(10px 4px 60px #FB5B32);
  z-index: 999;
}
.testimonial-wrapper .testimonial-right-item .testimonial-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  object-fit: cover;
}
.testimonial-wrapper .testimonial-right-item .testimonial-image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.testimonial-wrapper .testimonial-right-item .testimonial-image:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.testimonial-info-items {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .testimonial-info-items {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.testimonial-info-items .client-image {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}
.testimonial-info-items .client-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.testimonial-info-items .client-image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
@media (max-width: 1399px) {
  .testimonial-info-items .info-content {
    text-align: center;
  }
}
.testimonial-info-items .info-content .icon {
  font-size: 70px;
  color: var(--theme);
  margin-bottom: 10px;
}
.testimonial-info-items .info-content h3 {
  max-width: 415px;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .testimonial-info-items .info-content h3 {
    font-size: 20px;
  }
}
.testimonial-info-items .info-content h6 {
  font-size: 18px;
}
.testimonial-info-items .info-content h6 span {
  font-weight: 400;
  font-size: 16px;
}
.testimonial-info-items:hover .client-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.testimonial-info-items:hover .client-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.testimonial-section-2 {
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
}
.testimonial-section-2 .testimonial-slider-2 {
  margin: 0 15px;
}

.testimonial-section.style-2 {
  border-top: 1px solid rgba(21, 21, 21, 0.1);
}

.testimonial-box-wrapper {
  margin-top: 30px;
  margin-right: -300px;
  margin-left: 30px;
}
@media (max-width: 1399px) {
  .testimonial-box-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}
.testimonial-box-wrapper.style-1 {
  margin-top: 48px;
}
.testimonial-box-wrapper.style-2 {
  margin-left: -380px;
  margin-right: -280px;
}
@media (max-width: 1399px) {
  .testimonial-box-wrapper.style-2 {
    margin-right: 0;
    margin-left: 0;
  }
}
.testimonial-box-wrapper.style-2 .testimonial-card-item-3 .content {
  text-align: left;
}
.testimonial-box-wrapper .testimonial-card-item-3 {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 10px 40px 10px 10px;
  background-color: #EDF2DE;
  border-radius: 10px;
  border: 1px solid rgba(20, 24, 22, 0.1);
}
.testimonial-box-wrapper .testimonial-card-item-3.bg {
  background-color: #FAF6EE;
}
.testimonial-box-wrapper .testimonial-card-item-3 .thumb img {
  border-radius: 10px;
}
.testimonial-box-wrapper .testimonial-card-item-3 .content .icon {
  color: var(--theme-2);
  font-size: 50px;
  margin-bottom: 30px;
}
.testimonial-box-wrapper .testimonial-card-item-3 .content p {
  font-size: 20px;
  color: var(--header);
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 150%;
  max-width: 485px;
}
@media (max-width: 1399px) {
  .testimonial-box-wrapper .testimonial-card-item-3 .content p {
    font-size: 16px;
  }
}

.tour-card-item {
  position: relative;
}
.tour-card-item .tour-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 9;
}
@media (max-width: 1600px) {
  .tour-card-item .tour-image {
    height: 622px;
  }
}
@media (max-width: 991px) {
  .tour-card-item .tour-image {
    height: 300px;
  }
}
.tour-card-item .tour-image.style-2 {
  height: 622px;
}
@media (max-width: 575px) {
  .tour-card-item .tour-image.style-2 {
    height: 300px;
  }
}
.tour-card-item .tour-image.style-2 img {
  object-fit: cover;
}
.tour-card-item .tour-image.style-2 .tour-content {
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 575px) {
  .tour-card-item .tour-image.style-2 .tour-content {
    left: 45px;
    transform: translateX(0);
  }
}
.tour-card-item .tour-image.style-3 {
  height: 309px;
}
.tour-card-item .tour-image.style-3 img {
  object-fit: cover;
}
.tour-card-item .tour-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.7) 100%);
  z-index: 1;
  pointer-events: none;
}
.tour-card-item .tour-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.tour-card-item .tour-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.tour-card-item .tour-image span {
  background-color: var(--theme);
  padding: 5px 10px;
  border-radius: 5px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: -20px;
  color: var(--white);
  opacity: 1;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.tour-card-item .tour-image .tour-content {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
}
@media (max-width: 1399px) {
  .tour-card-item .tour-image .tour-content {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 575px) {
  .tour-card-item .tour-image .tour-content {
    left: 150px;
  }
}
.tour-card-item .tour-image .tour-content.style-4 {
  left: 40px;
}
@media (max-width: 1600px) {
  .tour-card-item .tour-image .tour-content.style-4 {
    left: 20px;
  }
}
@media (max-width: 1399px) {
  .tour-card-item .tour-image .tour-content.style-4 {
    left: 50%;
    transform: translateX(-50%);
  }
}
.tour-card-item .tour-image .tour-content.style-5 {
  left: 65px;
}
@media (max-width: 1600px) {
  .tour-card-item .tour-image .tour-content.style-5 {
    left: 40px;
  }
}
@media (max-width: 1399px) {
  .tour-card-item .tour-image .tour-content.style-5 {
    left: 50%;
    transform: translateX(-50%);
  }
}
.tour-card-item .tour-image .tour-content h3 {
  font-weight: 500;
}
@media (max-width: 1600px) {
  .tour-card-item .tour-image .tour-content h3 {
    font-size: 20px;
  }
}
.tour-card-item .tour-image .tour-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.tour-card-item .tour-image .tour-content h3 a:hover {
  color: var(--white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}
.tour-card-item .tour-image .tour-content p {
  color: var(--white);
}
.tour-card-item:hover .tour-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.tour-card-item:hover .tour-image span {
  opacity: 1;
  visibility: visible;
  left: 20px;
}
.tour-card-item:hover .tour-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.activities-wrapper .activities-card-item .activities-image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .activities-wrapper .activities-card-item .activities-image {
    height: 300px;
  }
}
.activities-wrapper .activities-card-item .activities-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.activities-wrapper .activities-card-item .activities-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.activities-wrapper .activities-card-item .activities-content {
  text-align: center;
  margin-top: 30px;
}
.activities-wrapper .activities-card-item .activities-content h4 {
  font-weight: 500;
}
.activities-wrapper .activities-card-item .activities-content h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.activities-wrapper .activities-card-item .activities-content h4 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
@media (max-width: 1399px) {
  .activities-wrapper .activities-card-item .activities-content h4 {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .activities-wrapper .activities-card-item .activities-content h4 {
    font-size: 20px;
  }
}
.activities-wrapper .activities-card-item:hover .activities-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.activities-wrapper .activities-card-item:hover .activities-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.activities-section {
  margin: 0 20px;
}
@media (max-width: 575px) {
  .activities-section {
    margin: 0 15px;
  }
}

.benefit-tour-item {
  margin-top: 30px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  padding: 38px 35px 30px;
  position: relative;
}
@media (max-width: 1399px) {
  .benefit-tour-item {
    padding: 30px;
  }
}
.benefit-tour-item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
  border-radius: 10px;
}
.benefit-tour-item .icon {
  margin-bottom: 70px;
  font-size: 55px;
  color: var(--white);
}
@media (max-width: 1399px) {
  .benefit-tour-item .icon {
    margin-bottom: 30px;
  }
}
.benefit-tour-item .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}
.benefit-tour-item .content h5 {
  margin-bottom: 18px;
}
.benefit-tour-item .content h5 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.benefit-tour-item .content h5 a:hover {
  color: var(--white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}
.benefit-tour-item .content p {
  color: rgba(255, 255, 255, 0.65);
}
.benefit-tour-item:hover .icon {
  position: relative;
  z-index: 9;
}
.benefit-tour-item:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.benefit-tour-item:hover .content h5 {
  position: relative;
  z-index: 9;
}
.benefit-tour-item:hover .content p {
  position: relative;
  z-index: 9;
  color: var(--white);
}
.benefit-tour-item:hover::before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
  z-index: 1;
}

.benefit-tour-image {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .benefit-tour-image {
    height: 270px;
  }
  .benefit-tour-image img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .benefit-tour-image {
    height: initial;
  }
  .benefit-tour-image img {
    object-fit: initial;
  }
}
.benefit-tour-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.benefit-tour-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.benefit-tour-image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.benefit-tour-image:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.tour-place-item {
  margin-top: 30px;
}
.tour-place-item .tour-place-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.tour-place-item .tour-place-image span {
  background-color: var(--theme);
  color: var(--white);
  line-height: 1;
  padding: 8px 14px;
  position: absolute;
  top: 22px;
  left: 22px;
  border-radius: 10px;
}
.tour-place-item .tour-place-image .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--white);
  color: var(--text);
  border-radius: 100px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
  transition: all 0.4s ease-in-out;
}
.tour-place-item .tour-place-image .icon:hover {
  background-color: var(--theme);
  color: var(--white);
}
.tour-place-item .tour-place-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.tour-place-item .tour-place-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.tour-place-item .tour-place-content {
  margin-top: 22px;
}
.tour-place-item .tour-place-content .rating-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.tour-place-item .tour-place-content .rating-item .star span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}
.tour-place-item .tour-place-content .rating-item .star i {
  color: var(--theme);
}
.tour-place-item .tour-place-content .rating-item h5 span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}
.tour-place-item .tour-place-content h3 {
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .tour-place-item .tour-place-content h3 {
    font-size: 20px;
  }
}
.tour-place-item .tour-place-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.tour-place-item .tour-place-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.tour-place-item .tour-place-content .tour-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1600px) {
  .tour-place-item .tour-place-content .tour-list {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 1600px) {
  .tour-place-item .tour-place-content .tour-list li {
    font-size: 14px;
  }
}
@media (max-width: 1399px) {
  .tour-place-item .tour-place-content .tour-list li {
    font-size: 16px;
  }
}
.tour-place-item .tour-place-content .tour-list li i {
  margin-right: 5px;
}
.tour-place-item .tour-place-content.style-2 .rating-item h5 span {
  color: var(--text);
}
.tour-place-item .tour-place-content.style-2 h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.tour-place-item .tour-place-content.style-2 p {
  max-width: 300px;
  margin-bottom: 20px;
}
.tour-place-item .tour-place-content.style-2 .tour-list li {
  color: var(--header);
}
.tour-place-item .tour-place-content.style-2 .tour-list li i {
  color: var(--theme);
}
.tour-place-item:hover .tour-place-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.tour-place-item:hover .tour-place-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.tour-place-item.style-2 .tour-place-content .rating-item .star {
  display: flex;
  align-items: center;
  gap: 5px;
}
.tour-place-item.style-2 .tour-place-content .rating-item .star i {
  color: #F7921E;
}
.tour-place-item.style-2 .tour-place-content .rating-item h5 {
  font-size: 18px;
  font-weight: 600;
}
.tour-place-item.style-2 .tour-place-content .rating-item h5 span {
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
}
.tour-place-item.style-2 .tour-place-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.tour-place-item.style-2 .tour-place-content .tour-list {
  margin-top: 20px;
}
.tour-place-item.style-2 .tour-place-content .tour-list li i {
  color: var(--theme);
}

.adventure-section-2 .container-fluid {
  padding: 0 170px;
}
@media (max-width: 1899px) {
  .adventure-section-2 .container-fluid {
    padding: 0 70px;
  }
}
@media (max-width: 1600px) {
  .adventure-section-2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .adventure-section-2 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .adventure-section-2 .container-fluid {
    padding: 0 15px;
  }
}

.activities-item-2 {
  margin-top: 30px;
}
.activities-item-2 .activities-image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.activities-item-2 .activities-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.activities-item-2 .activities-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.activities-item-2 .activities-content {
  text-align: center;
  margin-top: 30px;
}
.activities-item-2 .activities-content h4 {
  font-weight: 500;
}
.activities-item-2 .activities-content h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.activities-item-2 .activities-content h4 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
@media (max-width: 1399px) {
  .activities-item-2 .activities-content h4 {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .activities-item-2 .activities-content h4 {
    font-size: 20px;
  }
}
.activities-item-2:hover .activities-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.activities-item-2:hover .activities-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.popular-destination-section-2 {
  margin: 0 15px;
}

.destination-item-2 .destination-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 550px;
}
.destination-item-2 .destination-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  object-fit: cover;
}
.destination-item-2 .destination-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.destination-item-2 .destination-image .destination-content {
  bottom: 30px;
  left: 40px;
  position: absolute;
}
@media (max-width: 1399px) {
  .destination-item-2 .destination-image .destination-content {
    left: 20px;
  }
}
.destination-item-2 .destination-image .destination-content h3 {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  z-index: 111;
}
@media (max-width: 1399px) {
  .destination-item-2 .destination-image .destination-content h3 {
    font-size: 25px;
  }
}
.destination-item-2 .destination-image .destination-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.destination-item-2 .destination-image .destination-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.destination-item-2 .destination-image .destination-content p {
  color: var(--white);
}
.destination-item-2:hover .destination-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.destination-item-2:hover .destination-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.tour-benefit-wrapper-2 {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 48px;
  padding: 8px;
  position: relative;
}
.tour-benefit-wrapper-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  height: 1px;
  top: 50%;
}
@media (max-width: 1399px) {
  .tour-benefit-wrapper-2::before {
    display: none;
  }
}
.tour-benefit-wrapper-2::after {
  position: absolute;
  content: "";
  width: 1px;
  left: 615px;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1600px) {
  .tour-benefit-wrapper-2::after {
    left: 470px;
  }
}
@media (max-width: 1399px) {
  .tour-benefit-wrapper-2::after {
    display: none;
  }
}
.tour-benefit-wrapper-2 .tour-benefit-item-2 {
  padding: 38px 30px 40px;
  position: relative;
}
@media (max-width: 1600px) {
  .tour-benefit-wrapper-2 .tour-benefit-item-2 {
    padding: 25px 12px 30px;
  }
}
@media (max-width: 1399px) {
  .tour-benefit-wrapper-2 .tour-benefit-item-2 {
    padding: 25px;
  }
}
.tour-benefit-wrapper-2 .tour-benefit-item-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
  border-radius: 10px;
}
.tour-benefit-wrapper-2 .tour-benefit-item-2 .icon {
  margin-bottom: 70px;
  font-size: 55px;
  color: var(--theme);
}
@media (max-width: 1399px) {
  .tour-benefit-wrapper-2 .tour-benefit-item-2 .icon {
    margin-bottom: 30px;
  }
}
.tour-benefit-wrapper-2 .tour-benefit-item-2 .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}
.tour-benefit-wrapper-2 .tour-benefit-item-2 .content h5 {
  margin-bottom: 18px;
}
@media (max-width: 1600px) {
  .tour-benefit-wrapper-2 .tour-benefit-item-2 .content h5 {
    font-size: 18px;
  }
}
@media (max-width: 1399px) {
  .tour-benefit-wrapper-2 .tour-benefit-item-2 .content h5 {
    font-size: 20px;
  }
}
.tour-benefit-wrapper-2 .tour-benefit-item-2 .content h5 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.tour-benefit-wrapper-2 .tour-benefit-item-2 .content h5 a:hover {
  color: var(--white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}
.tour-benefit-wrapper-2 .tour-benefit-item-2 .content p {
  color: rgba(255, 255, 255, 0.65);
  max-width: 225px;
}
@media (max-width: 1600px) {
  .tour-benefit-wrapper-2 .tour-benefit-item-2 .content p {
    font-size: 14px;
  }
}
@media (max-width: 1399px) {
  .tour-benefit-wrapper-2 .tour-benefit-item-2 .content p {
    font-size: 16px;
  }
}
.tour-benefit-wrapper-2 .tour-benefit-item-2:hover .icon {
  position: relative;
  z-index: 9;
}
.tour-benefit-wrapper-2 .tour-benefit-item-2:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  color: var(--white);
}
.tour-benefit-wrapper-2 .tour-benefit-item-2:hover .content h5 {
  position: relative;
  z-index: 9;
}
.tour-benefit-wrapper-2 .tour-benefit-item-2:hover .content p {
  position: relative;
  z-index: 9;
  color: var(--white);
}
.tour-benefit-wrapper-2 .tour-benefit-item-2:hover::before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
  z-index: 1;
}
.tour-benefit-wrapper-2 .tour-benefit-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 330px;
}
@media (max-width: 1399px) {
  .tour-benefit-wrapper-2 .tour-benefit-image {
    height: 270px;
  }
  .tour-benefit-wrapper-2 .tour-benefit-image img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .tour-benefit-wrapper-2 .tour-benefit-image img {
    object-fit: initial;
  }
}
.tour-benefit-wrapper-2 .tour-benefit-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  object-fit: cover;
}
.tour-benefit-wrapper-2 .tour-benefit-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.tour-benefit-wrapper-2 .tour-benefit-image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.tour-benefit-wrapper-2 .tour-benefit-image:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.tour-benefit-wrapper-2.style-2 {
  border: 1px solid rgba(21, 21, 21, 0.1);
}
.tour-benefit-wrapper-2.style-2::before {
  background-color: rgba(21, 21, 21, 0.1);
}
.tour-benefit-wrapper-2.style-2::after {
  background-color: rgba(21, 21, 21, 0.1);
}
.tour-benefit-wrapper-2.style-2 .tour-benefit-item-2 {
  background-color: var(--white);
}
.tour-benefit-wrapper-2.style-2 .tour-benefit-item-2 .content h5 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--header);
}
.tour-benefit-wrapper-2.style-2 .tour-benefit-item-2 .content h5 a:hover {
  color: var(--white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}
.tour-benefit-wrapper-2.style-2 .tour-benefit-item-2 .content p {
  color: var(--text);
}
.tour-benefit-wrapper-2.style-2 .tour-benefit-item-2:hover .content h5 a {
  color: var(--white);
}
.tour-benefit-wrapper-2.style-2 .tour-benefit-item-2:hover .content p {
  color: var(--white);
}

.tour-benefit-section-2 {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.tour-benefit-section-2::after {
  position: absolute;
  content: "";
  width: 1px;
  right: 648px;
  top: 264px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
  height: 699px;
}
@media (max-width: 1600px) {
  .tour-benefit-section-2::after {
    top: 261px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
    height: 702px;
    right: 482px;
  }
}
@media (max-width: 1399px) {
  .tour-benefit-section-2::after {
    display: none;
  }
}

.tour-place-item-2 {
  border-radius: 10px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  padding: 5px;
  margin-top: 30px;
}
.tour-place-item-2 .tour-place-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.tour-place-item-2 .tour-place-image .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--white);
  color: var(--text);
  border-radius: 100px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
  transition: all 0.4s ease-in-out;
}
.tour-place-item-2 .tour-place-image .icon:hover {
  background-color: var(--theme);
  color: var(--white);
}
.tour-place-item-2 .tour-place-image span {
  background-color: var(--theme);
  color: var(--white);
  font-weight: 500;
  padding: 8px 12px;
  line-height: 1;
  position: absolute;
  top: 15px;
  left: -10px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.tour-place-item-2 .tour-place-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.tour-place-item-2 .tour-place-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.tour-place-item-2 .tour-place-content {
  padding: 20px;
}
@media (max-width: 1600px) {
  .tour-place-item-2 .tour-place-content h3 {
    font-size: 20px;
  }
}
.tour-place-item-2 .tour-place-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.tour-place-item-2 .tour-place-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.tour-place-item-2 .tour-place-content .tour-list {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  padding-bottom: 30px;
  margin-bottom: 25px;
  margin-top: 15px;
}
@media (max-width: 1600px) {
  .tour-place-item-2 .tour-place-content .tour-list {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 1600px) {
  .tour-place-item-2 .tour-place-content .tour-list li {
    font-size: 14px;
  }
}
@media (max-width: 1399px) {
  .tour-place-item-2 .tour-place-content .tour-list li {
    font-size: 16px;
  }
}
.tour-place-item-2 .tour-place-content .tour-list li i {
  margin-right: 5px;
}
.tour-place-item-2 .tour-place-content .tour-place-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .tour-place-item-2 .tour-place-content .tour-place-bottom {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.tour-place-item-2 .tour-place-content .tour-place-bottom .price p {
  font-size: 12px;
  font-weight: 400;
}
.tour-place-item-2 .tour-place-content .tour-place-bottom .rating span {
  font-size: 14px;
  font-weight: 500;
}
.tour-place-item-2 .tour-place-content .tour-place-bottom .rating h6 {
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
}
.tour-place-item-2 .tour-place-content .tour-place-bottom .rating h6 i {
  color: var(--theme);
  margin-right: 5px;
}
.tour-place-item-2 .tour-place-content .tour-place-bottom .theme-btn {
  border: 1px solid rgba(21, 21, 21, 0.1);
  background-color: transparent;
  color: var(--text);
  padding: 11px 35px;
}
@media (max-width: 1600px) {
  .tour-place-item-2 .tour-place-content .tour-place-bottom .theme-btn {
    padding: 8px 20px;
  }
}
.tour-place-item-2 .tour-place-content .tour-place-bottom .theme-btn::after {
  background: var(--theme);
}
.tour-place-item-2 .tour-place-content .tour-place-bottom .theme-btn:hover {
  color: var(--white);
  border: 1px solid var(--theme);
}
.tour-place-item-2:hover .tour-place-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.tour-place-item-2:hover .tour-place-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.tour-place-item-2:hover .tour-place-image span {
  opacity: 1;
  visibility: visible;
  left: 10px;
}

.details-image {
  height: 300px;
}
.details-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.destination-details-image {
  height: 300px;
}
.destination-details-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.destination-details-wrapper {
  margin-top: 40px;
}
.destination-details-wrapper .destination-details-content .top-list {
  margin-top: 40px;
}
.destination-details-wrapper .destination-details-content .top-list .list {
  margin-top: 25px;
}
.destination-details-wrapper .destination-details-content .top-list .list li i {
  color: var(--theme);
  margin-right: 7px;
}
.destination-details-wrapper .destination-details-content .top-list .list li:not(:last-child) {
  margin-bottom: 10px;
}
.destination-details-wrapper .destination-details-content .map-items {
  margin-top: 40px;
}
.destination-details-wrapper .destination-details-content .map-items .googpemap iframe {
  width: 100%;
  height: 500px;
  border-radius: 16px;
}
@media (max-width: 575px) {
  .destination-details-wrapper .destination-details-content .map-items .googpemap iframe {
    height: 400px;
  }
}
.destination-details-wrapper .price-box-item {
  border: 1px solid rgba(21, 21, 21, 0.1);
  filter: drop-shadow(10px 4px 60px rgba(215, 215, 215, 0.25));
  padding: 30px 40px;
  background-color: var(--white);
  border-radius: 16px;
}
@media (max-width: 1399px) {
  .destination-details-wrapper .price-box-item {
    padding: 30px;
  }
}
.destination-details-wrapper .price-box-item h3 {
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .destination-details-wrapper .price-box-item h3 {
    margin-bottom: 30px;
  }
}
.destination-details-wrapper .price-box-item .price-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.destination-details-wrapper .price-box-item .price-item .price h6 {
  margin-bottom: 10px;
  color: var(--text);
}
.destination-details-wrapper .price-box-item .price-item .price h2 {
  font-size: 40px;
}
@media (max-width: 1399px) {
  .destination-details-wrapper .price-box-item .price-item .price h2 {
    font-size: 30px;
  }
}
.destination-details-wrapper .price-box-item .price-item .price.style-2 {
  border-left: 1px solid rgba(21, 21, 21, 0.1);
  padding-left: 60px;
}
@media (max-width: 1399px) {
  .destination-details-wrapper .price-box-item .price-item .price.style-2 {
    padding-left: 0;
    border-left: none;
  }
}
.destination-details-wrapper .price-box-item .theme-btn {
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 9;
}
.destination-details-wrapper .price-box-item h6 {
  color: var(--text);
  margin-top: 20px;
  text-align: center;
}
.destination-details-wrapper .price-box-item h6 a {
  color: var(--header);
  font-weight: 500;
  text-decoration: underline;
}
.destination-details-wrapper .best-tourist-box {
  background-color: var(--header);
  height: 450px;
  position: relative;
  border-radius: 16px;
  margin-top: 30px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .destination-details-wrapper .best-tourist-box {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .destination-details-wrapper .best-tourist-box {
    height: initial;
  }
}
.destination-details-wrapper .best-tourist-box .top-content {
  position: absolute;
  top: 40px;
  left: 30px;
}
.destination-details-wrapper .best-tourist-box .top-content h6 {
  color: var(--white);
  margin-bottom: 10px;
}
.destination-details-wrapper .best-tourist-box .top-content h3 {
  font-size: 30px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .destination-details-wrapper .best-tourist-box .top-content h3 {
    font-size: 25px;
  }
}
.destination-details-wrapper .best-tourist-box .top-content .theme-btn {
  background-color: var(--white);
  color: var(--header);
  padding: 14px 35px;
  position: relative;
  z-index: 999;
}
.destination-details-wrapper .best-tourist-box .top-content .theme-btn::after {
  background-color: var(--theme);
}
.destination-details-wrapper .best-tourist-box .top-content .theme-btn:hover {
  color: var(--white);
}
.destination-details-wrapper .best-tourist-box .bottom-image {
  position: absolute;
  left: 56px;
  right: 40px;
  bottom: 0;
  z-index: 9;
}
@media (max-width: 1399px) {
  .destination-details-wrapper .best-tourist-box .bottom-image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .destination-details-wrapper .best-tourist-box .bottom-image img {
    width: initial;
    height: initial;
  }
}
@media (max-width: 575px) {
  .destination-details-wrapper .best-tourist-box .bottom-image img {
    width: 100%;
    height: 100%;
  }
}
.destination-details-wrapper .best-tourist-box .bottom-image .bg-shape {
  position: absolute;
  right: -40px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .destination-details-wrapper .best-tourist-box .bottom-image .bg-shape {
    display: none;
  }
}

.tour-dedicated-wrapper .tour-dedicated-content .text {
  margin-top: 30px;
}
.tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item .left-icon-item {
  display: flex;
  margin-top: 70px;
  gap: 30px;
}
@media (max-width: 1399px) {
  .tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item .left-icon-item {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item .left-icon-item {
    flex-wrap: initial;
  }
}
.tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item .left-icon-item .icon-item .icon {
  font-size: 45px;
  margin-bottom: 20px;
  color: var(--theme);
}
.tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item .left-icon-item .icon-item .content p {
  max-width: 190px;
  margin-top: 5px;
}
.tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item .left-icon-item .icon-item .theme-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item .left-icon-item .icon-item .theme-btn {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item .left-icon-item .icon-item .theme-btn {
    padding: 14px 22px;
  }
}
@media (max-width: 1399px) {
  .tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item .thumb {
    flex-basis: 100%;
  }
}
.tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.tour-dedicated-wrapper .tour-image {
  overflow: hidden;
  border-radius: 10px;
}
.tour-dedicated-wrapper .tour-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.destination-one-wrapper {
  margin-top: 50px;
}
.destination-one-wrapper .destination-image-item .destination-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 300px;
}
.destination-one-wrapper .destination-image-item .destination-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(21, 21, 21, 0) 29.25%, rgba(21, 21, 21, 0.8) 100%);
  border-radius: 10px;
}
.destination-one-wrapper .destination-image-item .destination-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  object-fit: cover;
}
.destination-one-wrapper .destination-image-item .destination-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.destination-one-wrapper .destination-image-item .destination-image .destination-content {
  position: absolute;
  left: 30px;
  bottom: 25px;
  z-index: 999;
}
.destination-one-wrapper .destination-image-item .destination-image .destination-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.destination-one-wrapper .destination-image-item .destination-image .destination-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.destination-one-wrapper .destination-image-item .destination-image .destination-content p {
  color: var(--white);
}
.destination-one-wrapper .destination-image-item:hover .destination-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.destination-one-wrapper .destination-image-item:hover .destination-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.destination-radius-item {
  border: 1px solid rgba(21, 21, 21, 0.1);
  border-radius: 150px;
  padding: 10px 10px 30px;
  margin-top: 30px;
}
.destination-radius-item.style-2 {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.destination-radius-item.style-2 .destination-image::after {
  display: none;
}
.destination-radius-item.style-2 .destination-content {
  position: relative;
  z-index: 9;
}
.destination-radius-item.style-2 .destination-content h5 {
  position: relative;
  z-index: 999;
}
.destination-radius-item.style-2 .destination-content h5 a {
  color: var(--white);
}
.destination-radius-item .destination-image {
  position: relative;
}
.destination-radius-item .destination-image img {
  width: 100%;
  height: 100%;
  border-radius: 150px;
}
.destination-radius-item .destination-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.destination-radius-item .destination-image span {
  color: var(--white);
  background-color: var(--theme);
  padding: 2px 10px;
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  border-radius: 7px;
}
.destination-radius-item .destination-content {
  text-align: center;
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
.destination-radius-item .destination-content h5 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.destination-radius-item .destination-content h5 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.destination-radius-item:hover .destination-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.travel-wrapper .travel-content .travel-item {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-top: 40px;
}
@media (max-width: 1399px) {
  .travel-wrapper .travel-content .travel-item {
    gap: 30px;
    margin-top: 30px;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .travel-wrapper .travel-content .travel-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.travel-wrapper .travel-content .travel-item .icon-item .icon {
  color: var(--white);
  font-size: 40px;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}
.travel-wrapper .travel-content .travel-item .icon-item .content h5 {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}
.travel-wrapper .travel-content .travel-item .icon-item .content p {
  color: rgba(255, 255, 255, 0.65);
  max-width: 259px;
}
.travel-wrapper .travel-content .travel-item .icon-item:hover .icon {
  color: var(--theme);
}
.travel-wrapper .travel-image {
  margin-left: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.travel-wrapper .travel-image .right-box {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px 30px;
  width: 360px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1600px) {
  .travel-wrapper .travel-image .right-box {
    width: 235px;
  }
}
@media (max-width: 1399px) {
  .travel-wrapper .travel-image .right-box {
    width: 320px;
  }
}
@media (max-width: 1600px) {
  .travel-wrapper .travel-image .right-box h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .travel-wrapper .travel-image .right-box h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .travel-wrapper .travel-image .right-box h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .travel-wrapper .travel-image .right-box h2 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .travel-wrapper .travel-image .right-box h2 {
    font-size: 25px;
  }
}
.travel-wrapper .travel-image .right-box p {
  font-size: 14px;
}
@media (max-width: 1600px) {
  .travel-wrapper .travel-image .right-box p {
    font-size: 11px;
  }
}
@media (max-width: 1399px) {
  .travel-wrapper .travel-image .right-box p {
    font-size: 14px;
  }
}
.travel-wrapper .travel-image .right-box .star-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}
.travel-wrapper .travel-image .right-box .star-item img {
  width: initial;
  height: initial;
}
@media (max-width: 1600px) {
  .travel-wrapper .travel-image .right-box .star-item img {
    width: 75px;
  }
}
@media (max-width: 1399px) {
  .travel-wrapper .travel-image .right-box .star-item img {
    width: initial;
  }
}
@media (max-width: 1399px) {
  .travel-wrapper .travel-image .right-box .star-item {
    margin-top: 25px;
  }
}
.travel-wrapper .travel-image .right-box .star-item .star {
  color: var(--theme);
}
@media (max-width: 1399px) {
  .travel-wrapper .travel-image {
    margin-left: 0;
  }
}
.travel-wrapper .travel-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.travel-wrapper .travel-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.travel-wrapper .travel-image:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.travel-section {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.top-hotel-item {
  border: 1px solid rgba(21, 21, 21, 0.1);
  padding: 0px 5px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .top-hotel-item {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .top-hotel-item {
    flex-wrap: initial;
  }
}
@media (max-width: 767px) {
  .top-hotel-item {
    flex-wrap: wrap;
  }
}
.top-hotel-item .hotel-image {
  position: relative;
  overflow: hidden;
  display: block;
  width: 450px;
}
.top-hotel-item .hotel-image .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--white);
  color: var(--text);
  border-radius: 100px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
  transition: all 0.4s ease-in-out;
}
.top-hotel-item .hotel-image .icon:hover {
  background-color: var(--theme);
  color: var(--white);
}
.top-hotel-item .hotel-image span {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  width: 134px;
  height: 60px;
  background-color: var(--theme);
  position: absolute;
  left: -49px;
  top: -11px;
  padding: 36px 0px;
  transform: rotate(-50deg);
  display: flex;
  justify-content: center;
}
.top-hotel-item .hotel-image span i {
  margin-right: 5px;
}
.top-hotel-item .hotel-image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .top-hotel-item .hotel-image img {
    width: 100%;
    height: 100%;
  }
}
.top-hotel-item .hotel-content {
  padding: 30px;
}
@media (max-width: 991px) {
  .top-hotel-item .hotel-content {
    padding: 15px;
  }
}
.top-hotel-item .hotel-content span {
  display: inline-block;
  margin-bottom: 10px;
}
.top-hotel-item .hotel-content span i {
  margin-right: 5px;
}
.top-hotel-item .hotel-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.top-hotel-item .hotel-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.top-hotel-item .hotel-content .list-item {
  margin-top: 20px;
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.top-hotel-item .hotel-content .list-item .list {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .top-hotel-item .hotel-content .list-item .list {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.top-hotel-item .hotel-content .list-item .list li img {
  margin-right: 15px;
}
.top-hotel-item .hotel-content .button-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .top-hotel-item .hotel-content .button-item {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.top-hotel-item .hotel-content .button-item h4 {
  font-size: 24px;
  font-weight: 500;
}
.top-hotel-item .hotel-content .button-item h4 span {
  font-size: 14px;
  font-weight: 400;
  color: var(--text);
}
.top-hotel-item .hotel-content .button-item .theme-btn {
  background-color: var(--header);
  color: var(--white);
  padding: 11px 22px;
}
.top-hotel-item .hotel-content .button-item .theme-btn::after {
  background-color: var(--theme);
}
.top-hotel-item:hover {
  background-color: #FEF8EF;
}

.tour-list-wrapper .tour-main-sideber {
  background-color: var(--white);
  border-radius: 10px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  padding: 30px;
  filter: drop-shadow(10px 4px 60px rgba(215, 215, 215, 0.25));
}
.tour-list-wrapper .tour-main-sideber .tour-sidebar-items {
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.tour-list-wrapper .tour-main-sideber .tour-sidebar-items .widget-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.tour-list-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li {
  display: flex;
  align-items: center;
}
.tour-list-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li:not(:last-child) {
  margin-bottom: 10px;
}
.tour-list-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li input {
  width: 15px;
  height: 15px;
  flex: none;
  padding: 0;
  margin-top: 0;
  margin-right: 7px;
  border-radius: 50%;
  position: relative;
  background: transparent;
  border: 1px solid var(--border);
}
.tour-list-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li input::before {
  content: "";
  width: 5px;
  height: 5px;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
  border-radius: 50%;
  background: var(--theme);
}
.tour-list-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li input:checked {
  background: transparent;
  border-color: var(--border);
}
.tour-list-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li input:checked::before {
  opacity: 1;
}
.tour-list-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li input:focus {
  box-shadow: none;
}
.tour-list-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li label {
  width: 100%;
  display: flex;
  margin-bottom: 0;
  align-items: center;
  justify-content: space-between;
}
.tour-list-wrapper .tour-main-sideber .tour-sidebar-items.border-none {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.tour-list-wrapper .tour-sidebar-bg-image-items {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
.tour-list-wrapper .tour-sidebar-bg-image-items img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.tour-list-wrapper .tour-sidebar-bg-image-items .tour-bg-content {
  position: absolute;
  left: 40px;
  top: 40px;
}
.tour-list-wrapper .tour-sidebar-bg-image-items .tour-bg-content span {
  color: var(--white);
}
.tour-list-wrapper .tour-sidebar-bg-image-items .tour-bg-content h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .tour-list-wrapper .tour-sidebar-bg-image-items .tour-bg-content h3 {
    font-size: 25px;
  }
}
.tour-list-wrapper .tour-sidebar-bg-image-items .tour-bg-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.tour-list-wrapper .tour-sidebar-bg-image-items .tour-bg-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.tour-list-wrapper .tour-sidebar-bg-image-items .tour-bg-content .theme-btn::after {
  background-color: var(--white);
}
.tour-list-wrapper .tour-sidebar-bg-image-items .tour-bg-content .theme-btn:hover {
  color: var(--theme);
}
.tour-list-wrapper .tour-list-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .tour-list-wrapper .tour-list-wrap {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
  }
}
.tour-list-wrapper .tour-list-wrap .list-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .tour-list-wrapper .tour-list-wrap .list-wrap {
    flex-wrap: wrap;
  }
}
.tour-list-wrapper .tour-list-wrap .list-wrap .nav {
  display: flex;
  align-items: center;
  gap: 15px;
}
.tour-list-wrapper .tour-list-wrap .list-wrap .nav .nav-item .nav-link {
  color: var(--header);
  transition: all 0.4s ease-in-out;
  padding: 0;
}
.tour-list-wrapper .tour-list-wrap .list-wrap .nav .nav-item .nav-link.active {
  color: var(--theme);
}
.tour-list-wrapper .tour-list-wrap .list-wrap p {
  color: var(--header);
  font-weight: 500;
}
.tour-list-wrapper .tour-list-wrap .right-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tour-list-wrapper .tour-list-wrap .right-item h6 {
  color: var(--text);
  font-weight: 400;
}
.tour-list-wrapper .tour-list-wrap .right-item .form-clt .nice-select {
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 50px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  background: #F9F9F9;
  width: initial;
  color: var(--header);
  width: 204px;
  height: initial !important;
  line-height: initial !important;
}
.tour-list-wrapper .tour-list-wrap .right-item .form-clt .nice-select span {
  color: var(--header);
}
.tour-list-wrapper .tour-list-wrap .right-item .form-clt .nice-select::after {
  right: 30px;
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
  height: 7px;
  width: 7px;
  margin-top: -5px;
}
.tour-list-wrapper .tour-list-wrap .right-item .form-clt .nice-select .list {
  width: 100%;
  background-color: var(--bg);
}
.tour-list-wrapper .tour-list-wrap .right-item .form-clt .nice-select .focus {
  background-color: transparent;
  font-weight: 400;
  color: var(--text);
}
.tour-list-wrapper .tour-list-wrap .right-item .form-clt .nice-select .option {
  border: none;
}
.tour-list-wrapper .tour-list-wrap .right-item .form-clt .nice-select .option:hover {
  background-color: transparent;
}
.tour-list-wrapper .tour-list-box-items {
  display: flex;
  align-items: center;
  gap: 40px;
  border-radius: 10px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  background: #FFF;
  box-shadow: 10px 4px 60px 0 rgba(215, 215, 215, 0.25);
  padding: 10px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .tour-list-wrapper .tour-list-box-items {
    display: block;
  }
}
.tour-list-wrapper .tour-list-box-items .tour-image {
  position: relative;
  overflow: hidden;
  max-width: 370px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .tour-list-wrapper .tour-list-box-items .tour-image {
    max-width: initial;
  }
}
.tour-list-wrapper .tour-list-box-items .tour-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.tour-list-wrapper .tour-list-box-items .tour-image img {
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  width: 100%;
  height: 100%;
}
.tour-list-wrapper .tour-list-box-items .tour-image span {
  background-color: var(--theme);
  color: var(--white);
  padding: 8px 12px;
  border-radius: 10px;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.tour-list-wrapper .tour-list-box-items .tour-image .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--white);
  color: var(--text);
  border-radius: 100px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
  transition: all 0.4s ease-in-out;
}
.tour-list-wrapper .tour-list-box-items .tour-image .icon:hover {
  background-color: var(--theme);
  color: var(--white);
}
.tour-list-wrapper .tour-list-box-items .tour-content {
  max-width: 385px;
}
@media (max-width: 1199px) {
  .tour-list-wrapper .tour-list-box-items .tour-content {
    padding: 30px 20px;
    max-width: initial;
  }
}
.tour-list-wrapper .tour-list-box-items .tour-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.tour-list-wrapper .tour-list-box-items .tour-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.tour-list-wrapper .tour-list-box-items .tour-content ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  .tour-list-wrapper .tour-list-box-items .tour-content ul {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}
.tour-list-wrapper .tour-list-box-items .tour-content ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tour-list-wrapper .tour-list-box-items .tour-content .bottom-list-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .tour-list-wrapper .tour-list-box-items .tour-content .bottom-list-items {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: start;
    margin-top: 20px;
  }
}
.tour-list-wrapper .tour-list-box-items .tour-content .bottom-list-items .list-1 p {
  font-size: 14px;
}
.tour-list-wrapper .tour-list-box-items .tour-content .bottom-list-items .list-2 span i {
  color: #F7921E;
  margin-right: 10px;
}
.tour-list-wrapper .tour-list-box-items .tour-content .bottom-list-items .theme-btn {
  line-height: 1;
  padding: 14px 20px;
}
.tour-list-wrapper .tour-list-box-items:hover .tour-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.tour-list-wrapper .tour-list-box-items:hover .tour-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.tour-sidebar-wrapper .tour-main-sideber {
  background-color: var(--white);
  border-radius: 10px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  padding: 30px;
}
.tour-sidebar-wrapper .tour-main-sideber .tour-sidebar-items {
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.tour-sidebar-wrapper .tour-main-sideber .tour-sidebar-items .widget-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.tour-sidebar-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li {
  display: flex;
  align-items: center;
}
.tour-sidebar-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li:not(:last-child) {
  margin-bottom: 10px;
}
.tour-sidebar-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li input {
  width: 15px;
  height: 15px;
  flex: none;
  padding: 0;
  margin-top: 0;
  margin-right: 7px;
  border-radius: 50%;
  position: relative;
  background: transparent;
  border: 1px solid var(--border);
}
.tour-sidebar-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li input::before {
  content: "";
  width: 5px;
  height: 5px;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
  border-radius: 50%;
  background: var(--theme);
}
.tour-sidebar-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li input:checked {
  background: transparent;
  border-color: var(--border);
}
.tour-sidebar-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li input:checked::before {
  opacity: 1;
}
.tour-sidebar-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li input:focus {
  box-shadow: none;
}
.tour-sidebar-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li label {
  width: 100%;
  display: flex;
  margin-bottom: 0;
  align-items: center;
  justify-content: space-between;
}
.tour-sidebar-wrapper .tour-main-sideber .tour-sidebar-items.border-none {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.tour-sidebar-wrapper .tour-sidebar-bg-image-items {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
.tour-sidebar-wrapper .tour-sidebar-bg-image-items img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.tour-sidebar-wrapper .tour-sidebar-bg-image-items .tour-bg-content {
  position: absolute;
  left: 40px;
  top: 40px;
}
.tour-sidebar-wrapper .tour-sidebar-bg-image-items .tour-bg-content span {
  color: var(--white);
}
.tour-sidebar-wrapper .tour-sidebar-bg-image-items .tour-bg-content h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .tour-sidebar-wrapper .tour-sidebar-bg-image-items .tour-bg-content h3 {
    font-size: 25px;
  }
}
.tour-sidebar-wrapper .tour-sidebar-bg-image-items .tour-bg-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.tour-sidebar-wrapper .tour-sidebar-bg-image-items .tour-bg-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.tour-sidebar-wrapper .tour-sidebar-bg-image-items .tour-bg-content .theme-btn::after {
  background-color: var(--white);
}
.tour-sidebar-wrapper .tour-sidebar-bg-image-items .tour-bg-content .theme-btn:hover {
  color: var(--theme);
}
.tour-sidebar-wrapper .tour-list-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .tour-sidebar-wrapper .tour-list-wrap {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
  }
}
.tour-sidebar-wrapper .tour-list-wrap .list-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .tour-sidebar-wrapper .tour-list-wrap .list-wrap {
    flex-wrap: wrap;
  }
}
.tour-sidebar-wrapper .tour-list-wrap .list-wrap .nav {
  display: flex;
  align-items: center;
  gap: 15px;
}
.tour-sidebar-wrapper .tour-list-wrap .list-wrap .nav .nav-item .nav-link {
  color: var(--header);
  transition: all 0.4s ease-in-out;
  padding: 0;
}
.tour-sidebar-wrapper .tour-list-wrap .list-wrap .nav .nav-item .nav-link.active {
  color: var(--theme);
}
.tour-sidebar-wrapper .tour-list-wrap .list-wrap p {
  color: var(--header);
  font-weight: 500;
}
.tour-sidebar-wrapper .tour-list-wrap .right-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tour-sidebar-wrapper .tour-list-wrap .right-item h6 {
  color: var(--text);
  font-weight: 400;
}
.tour-sidebar-wrapper .tour-list-wrap .right-item .form-clt .nice-select {
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 22px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  background: #F9F9F9;
  width: initial;
  color: var(--header);
  width: 204px;
  height: initial !important;
  line-height: initial !important;
}
.tour-sidebar-wrapper .tour-list-wrap .right-item .form-clt .nice-select span {
  color: var(--header);
}
.tour-sidebar-wrapper .tour-list-wrap .right-item .form-clt .nice-select::after {
  right: 30px;
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
  height: 7px;
  width: 7px;
  margin-top: -5px;
}
.tour-sidebar-wrapper .tour-list-wrap .right-item .form-clt .nice-select .list {
  width: 100%;
  background-color: var(--bg);
}
.tour-sidebar-wrapper .tour-list-wrap .right-item .form-clt .nice-select .focus {
  background-color: transparent;
  font-weight: 400;
  color: var(--text);
}
.tour-sidebar-wrapper .tour-list-wrap .right-item .form-clt .nice-select .option {
  border: none;
}
.tour-sidebar-wrapper .tour-list-wrap .right-item .form-clt .nice-select .option:hover {
  background-color: transparent;
}
.tour-sidebar-wrapper .tour-list-box-items {
  display: flex;
  align-items: center;
  gap: 40px;
  border-radius: 10px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  background: #FFF;
  box-shadow: 10px 4px 60px 0 rgba(215, 215, 215, 0.25);
  padding: 10px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .tour-sidebar-wrapper .tour-list-box-items {
    display: block;
  }
}
.tour-sidebar-wrapper .tour-list-box-items .tour-image {
  position: relative;
  overflow: hidden;
  max-width: 370px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .tour-sidebar-wrapper .tour-list-box-items .tour-image {
    max-width: initial;
  }
}
.tour-sidebar-wrapper .tour-list-box-items .tour-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.tour-sidebar-wrapper .tour-list-box-items .tour-image img {
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  width: 100%;
  height: 100%;
}
.tour-sidebar-wrapper .tour-list-box-items .tour-image span {
  background-color: var(--theme);
  color: var(--white);
  padding: 8px 12px;
  border-radius: 10px;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.tour-sidebar-wrapper .tour-list-box-items .tour-image .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--white);
  color: var(--text);
  border-radius: 100px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
  transition: all 0.4s ease-in-out;
}
.tour-sidebar-wrapper .tour-list-box-items .tour-image .icon:hover {
  background-color: var(--theme);
  color: var(--white);
}
.tour-sidebar-wrapper .tour-list-box-items .tour-content {
  max-width: 385px;
}
@media (max-width: 1199px) {
  .tour-sidebar-wrapper .tour-list-box-items .tour-content {
    padding: 30px 20px;
    max-width: initial;
  }
}
.tour-sidebar-wrapper .tour-list-box-items .tour-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.tour-sidebar-wrapper .tour-list-box-items .tour-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.tour-sidebar-wrapper .tour-list-box-items .tour-content ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  .tour-sidebar-wrapper .tour-list-box-items .tour-content ul {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}
.tour-sidebar-wrapper .tour-list-box-items .tour-content ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tour-sidebar-wrapper .tour-list-box-items .tour-content .bottom-list-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .tour-sidebar-wrapper .tour-list-box-items .tour-content .bottom-list-items {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: start;
    margin-top: 20px;
  }
}
.tour-sidebar-wrapper .tour-list-box-items .tour-content .bottom-list-items .list-1 p {
  font-size: 14px;
}
.tour-sidebar-wrapper .tour-list-box-items .tour-content .bottom-list-items .list-2 span i {
  color: #F7921E;
  margin-right: 10px;
}
.tour-sidebar-wrapper .tour-list-box-items .tour-content .bottom-list-items .theme-btn {
  line-height: 1;
  padding: 14px 20px;
}
.tour-sidebar-wrapper .tour-list-box-items:hover .tour-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.tour-sidebar-wrapper .tour-list-box-items:hover .tour-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.tour-no-sidebar-wrapper {
  margin-top: 48px;
}
.tour-no-sidebar-wrapper .tour-no-ideber-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .tour-no-sidebar-wrapper .tour-no-ideber-top {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-left .filter-button {
  padding: 14px 30px;
  transition: all 0.4s ease-in-out;
  border-radius: 22px;
  border: 1px solid rgba(21, 21, 21, 0.1);
}
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-left .filter-button h6 {
  font-size: 16px;
  font-weight: 400;
}
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-left .filter-button h6 a {
  color: var(--header);
  display: inline-flex;
  gap: 8px;
}
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-left .filter-button h6 a i {
  margin-right: 5px;
}
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-left h6 {
  font-size: 16px;
}
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-right h6 {
  color: var(--text);
  font-weight: 400;
}
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-right .form-clt .nice-select {
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 22px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  background: #F9F9F9;
  width: initial;
  color: var(--header);
  width: 204px;
  height: initial;
  line-height: initial;
}
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-right .form-clt .nice-select span {
  color: var(--header);
}
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-right .form-clt .nice-select::after {
  right: 30px;
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
  height: 7px;
  width: 7px;
  margin-top: -5px;
}
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-right .form-clt .nice-select .list {
  width: 100%;
  background-color: var(--bg);
}
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-right .form-clt .nice-select .focus {
  background-color: transparent;
  font-weight: 400;
  color: var(--text);
}
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-right .form-clt .nice-select .option {
  border: none;
}
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-right .form-clt .nice-select .option:hover {
  background-color: transparent;
}
.tour-no-sidebar-wrapper .tour-no-sideber-item {
  border-radius: 10px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  background: var(--white);
  box-shadow: 10px 4px 60px 0 rgba(191, 191, 191, 0.25);
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 10px;
  position: relative;
}
@media (max-width: 1399px) {
  .tour-no-sidebar-wrapper .tour-no-sideber-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-image {
    flex-basis: 100%;
  }
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-image span {
  background-color: var(--theme);
  color: var(--white);
  line-height: 1;
  padding: 8px 14px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 10px;
  z-index: 9;
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-image .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--white);
  color: var(--text);
  border-radius: 100px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 999;
  transition: all 0.4s ease-in-out;
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-image .icon:hover {
  background-color: var(--theme);
  color: var(--white);
}
@media (max-width: 1399px) {
  .tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content {
    padding: 0 20px;
    padding-bottom: 20px;
  }
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .rating-item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .rating-item .star span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .rating-item .star i {
  color: #F7921E;
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .rating-item h5 {
  font-size: 16px;
  font-weight: 600;
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .rating-item h5 span {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
  color: var(--text);
}
@media (max-width: 1600px) {
  .tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content h4 {
    font-size: 20px;
  }
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content h4 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .tour-list {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 10px;
}
@media (max-width: 1600px) {
  .tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .tour-list {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 1600px) {
  .tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .tour-list li {
    font-size: 14px;
  }
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .tour-list li i {
  margin-right: 5px;
  color: var(--theme);
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: -60px;
}
@media (max-width: 1399px) {
  .tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item .small-button .theme-btn {
  border-radius: 10px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  color: var(--text);
  padding: 8px 20px;
  background-color: transparent;
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item .small-button .theme-btn::after {
  background-color: var(--theme);
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item .small-button .theme-btn:hover {
  color: var(--white);
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item .social-profile {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 100px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item .social-profile ul {
  transform: translateY(100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item .social-profile ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 2px;
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item .social-profile ul li a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item .social-profile .plus-btn {
  z-index: 9;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  color: var(--header);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  border-radius: 100px;
  display: inline-block;
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item .social-profile .plus-btn:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item .social-profile:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.tour-no-sidebar-wrapper .tour-no-sideber-item:hover .sideber-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.tour-no-sidebar-wrapper .tour-no-sideber-item:hover .sideber-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.tour-details-wrappers .details-image {
  height: 300px;
}
.tour-details-wrappers .details-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.tour-details-wrappers .tour-details-content {
  margin-top: 30px;
}
.tour-details-wrappers .tour-details-content .tour-left-content .list-item {
  border-radius: 10px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  padding: 45px 50px;
}
@media (max-width: 1399px) {
  .tour-details-wrappers .tour-details-content .tour-left-content .list-item {
    padding: 30px;
  }
}
.tour-details-wrappers .tour-details-content .tour-left-content .list-item .list {
  margin-top: 35px;
}
@media (max-width: 1399px) {
  .tour-details-wrappers .tour-details-content .tour-left-content .list-item .list {
    margin-top: 30px;
  }
}
.tour-details-wrappers .tour-details-content .tour-left-content .list-item .list li i {
  color: var(--theme);
  margin-right: 6px;
}
.tour-details-wrappers .tour-details-content .tour-left-content .list-item .list li:not(:last-child) {
  margin-bottom: 15px;
}
.tour-details-wrappers .tour-details-content .tour-left-content .list-2 {
  margin-top: 25px;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .tour-details-wrappers .tour-details-content .tour-left-content .list-2 {
    margin-bottom: 30px;
  }
}
.tour-details-wrappers .tour-details-content .tour-left-content .list-2 li i {
  color: var(--theme);
  margin-right: 6px;
}
.tour-details-wrappers .tour-details-content .tour-left-content .list-2 li:not(:last-child) {
  margin-bottom: 15px;
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-two {
  position: relative;
  padding-left: 50px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-two:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 30px;
  background: rgba(21, 21, 21, 0.1);
  width: 1px;
  height: calc(100% - 50px);
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-two .accordion-item {
  border: none;
  border-radius: 0;
  position: relative;
  margin-bottom: 35px;
  background: transparent;
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-two .accordion-item:before {
  color: var(--white);
  font-size: 14px;
  content: "\f00c";
  position: absolute;
  left: -50px;
  top: 5px;
  width: 30px;
  height: 30px;
  background: var(--theme);
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-two .accordion-item .accordion-button {
  padding: 0 0 15px;
  background: transparent;
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .tour-details-wrappers .tour-details-content .tour-left-content .accordion-two .accordion-item .accordion-button {
    font-size: 16px;
  }
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-two .accordion-item .accordion-button:after {
  width: auto;
  height: auto;
  border: none;
  font-size: 20px;
  font-weight: 400;
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  background: transparent;
  color: var(--theme);
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-two .accordion-item .accordion-button.collapsed:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  color: var(--text);
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-two .accordion-item .accordion-body {
  padding: 20px 0 0;
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-two .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .tour-details-wrappers .tour-details-content .tour-left-content .accordion-one {
    margin-bottom: 30px;
  }
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item {
  border-radius: 10px;
  margin-bottom: 15px;
  background: transparent;
  border: 1px solid rgba(21, 21, 21, 0.1);
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item:last-of-type .accordion-button {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(21, 21, 21, 0.1);
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item .accordion-button {
  border: none;
  font-size: 20px;
  box-shadow: none;
  font-weight: 500;
  align-items: center;
  color: var(--header);
  background: transparent;
  padding: 12px 10px 10px 30px;
}
@media only screen and (max-width: 479px) {
  .tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item .accordion-button {
    font-size: 16px;
    padding: 8px 10px 8px 20px;
  }
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item .accordion-button:after {
  flex: none;
  font-size: 20px;
  font-weight: 400;
  margin-top: -2px;
  content: "\f068";
  text-align: center;
  width: 40px;
  height: 40px;
  background: white;
  line-height: 40px;
  border-radius: 50%;
  transform: rotate(0deg);
  border: 1px solid rgba(21, 21, 21, 0.1);
  font-family: "Font Awesome 5 Pro";
}
@media only screen and (max-width: 375px) {
  .tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item .accordion-button:after {
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
  }
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item .accordion-button.collapsed:after {
  content: "\f067";
  transform: rotate(-90deg);
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-body {
  padding: 0 30px 8px;
}
@media (max-width: 1399px) {
  .tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-body {
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-body .list-style-two {
  display: flex;
  flex-wrap: wrap;
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-body .list-style-two li {
  font-size: 16px;
  font-weight: 400;
  margin-right: 70px;
}
@media only screen and (max-width: 1199px) {
  .tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-body .list-style-two li {
    margin-right: 30px;
  }
}
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-body .list-style-two li:before {
  width: 20px;
  height: 20px;
  font-size: 10px;
  margin-top: 2px;
  line-height: 20px;
  background: var(--theme);
}
.tour-details-wrappers .tour-details-content .tour-left-content .map-items {
  margin-top: 30px;
}
.tour-details-wrappers .tour-details-content .tour-left-content .map-items .googpemap iframe {
  width: 100%;
  height: 511px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .tour-details-wrappers .tour-details-content .tour-left-content .map-items .googpemap iframe {
    height: 400px;
  }
}
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items {
  border-radius: 10px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  padding: 40px 70px;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items {
    padding: 30px;
    margin-bottom: 30px;
  }
}
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .courses-reviews-box {
  display: flex;
  align-items: center;
  gap: 120px;
}
@media (max-width: 991px) {
  .tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .courses-reviews-box {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .courses-reviews-box .reviews-box {
  text-align: center;
  position: relative;
  max-width: 400px;
}
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .courses-reviews-box .reviews-box::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(21, 21, 21, 0.1);
  width: 1px;
  right: 0;
  top: -40px;
  left: 160px;
  height: 210px;
}
@media (max-width: 991px) {
  .tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .courses-reviews-box .reviews-box::before {
    display: none;
  }
}
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .courses-reviews-box .reviews-box h2 {
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1399px) {
  .tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .courses-reviews-box .reviews-box h2 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .courses-reviews-box .reviews-box h2 {
    font-size: 60px;
  }
}
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .courses-reviews-box .reviews-box .star {
  color: var(--theme);
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .courses-reviews-box .reviews-box .star {
    font-size: 14px;
  }
}
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .courses-reviews-box .reviews-box p {
  color: var(--text);
}
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right {
  max-width: 460px;
  width: 100%;
}
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item:not(:last-child) {
  margin-bottom: 15px;
}
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .star {
  color: var(--theme);
  display: flex;
  align-items: center;
  gap: 7px;
}
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .star i.color-2 {
  color: var(--text);
}
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item span {
  font-weight: 500;
  color: var(--header);
  font-size: 18px;
  flex-basis: 140px;
}
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .progress {
  background: rgba(251, 91, 50, 0.2);
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 5px;
  width: 100%;
  max-width: 244px;
}
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 5px;
  width: 0;
}
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-two {
  animation: load2 3s normal forwards;
}
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-three {
  animation: load3 3s normal forwards;
}
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-four {
  animation: load4 3s normal forwards;
}
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-five {
  animation: load5 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}
@keyframes load4 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
@keyframes load5 {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}
.tour-details-wrappers .tour-details-content .tour-left-content .contact-box {
  border: 1px solid rgba(21, 21, 21, 0.1);
  border-radius: 12px;
  padding: 40px 50px;
  margin-top: 30px;
}
.tour-details-wrappers .tour-details-content .tour-left-content .contact-box h4 {
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .tour-details-wrappers .tour-details-content .tour-left-content .contact-box {
    padding: 30px;
  }
}
.tour-details-wrappers .tour-details-content .tour-left-content .contact-box .form-clt {
  position: relative;
}
.tour-details-wrappers .tour-details-content .tour-left-content .contact-box .form-clt span {
  color: var(--header);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}
.tour-details-wrappers .tour-details-content .tour-left-content .contact-box .form-clt input, .tour-details-wrappers .tour-details-content .tour-left-content .contact-box .form-clt textarea {
  width: 100%;
  border: none;
  outline: none;
  background: var(--white);
  color: var(--text);
  border-radius: 10px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  padding: 18px 20px;
}
@media (max-width: 767px) {
  .tour-details-wrappers .tour-details-content .tour-left-content .contact-box .form-clt input, .tour-details-wrappers .tour-details-content .tour-left-content .contact-box .form-clt textarea {
    padding: 14px 20px;
  }
}
@media (max-width: 575px) {
  .tour-details-wrappers .tour-details-content .tour-left-content .contact-box .form-clt input, .tour-details-wrappers .tour-details-content .tour-left-content .contact-box .form-clt textarea {
    padding: 12px 18px;
  }
}
.tour-details-wrappers .tour-details-content .tour-left-content .contact-box .form-clt input::placeholder, .tour-details-wrappers .tour-details-content .tour-left-content .contact-box .form-clt textarea::placeholder {
  color: var(--white);
}
.tour-details-wrappers .tour-details-content .tour-left-content .contact-box .form-clt textarea {
  padding-bottom: 80px;
  resize: none;
  border-radius: 10px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items {
  border-radius: 10px;
  background: var(--white);
  filter: drop-shadow(10px 4px 60px rgba(215, 215, 215, 0.25));
  padding: 40px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items h3 {
  font-size: 24px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list {
  position: relative;
  margin-top: 10px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li {
  color: var(--header);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(21, 20, 21, 0.09);
  padding-bottom: 20px;
  padding-top: 15px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt {
  flex-basis: 55%;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  padding: 11px 16px;
  color: #696969;
  background-color: transparent;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  border-radius: 8px !important;
  border: 1px solid rgba(21, 21, 21, 0.1);
  color-scheme: dark;
  line-height: 1;
  font-size: 14px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt input input:checked ~ .checkmark::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: -5px;
  left: 5px;
  color: #000;
  font-size: 11px;
}
@media (max-width: 575px) {
  .tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt input {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt input::placeholder {
  color: #455151;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt .checkbox-single {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  display: block;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt .checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  border: 1px solid rgba(21, 20, 21, 0.15);
  background-color: var(--white);
  top: 5px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt .checkbox-single .checkbox-area .checkmark::after {
  content: "";
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt .checkbox-single .checkbox-area input:checked ~ .checkmark {
  background-color: var(--theme);
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt .checkbox-single .checkbox-area input:checked ~ .checkmark::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: -5px;
  left: 5px;
  color: var(--theme);
  font-size: 11px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt .checkbox-single .checkbox-area input:checked ~ .checkmark:after {
  display: block;
  color: var(--white);
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt .checkbox-single .text-color {
  color: #455151;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list .form-clt {
  position: relative;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list .input-group-addon {
  position: absolute;
  right: 12px;
  top: 8px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .tickets-list {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(21, 20, 21, 0.09);
  padding-bottom: 24px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .tickets-list p {
  font-size: 16px;
  color: #455151;
  font-weight: 800;
  margin-bottom: 10px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .tickets-list ul li {
  color: #8B8B8B;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .tickets-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .tickets-list ul li b {
  font-weight: 400;
  color: #8B8B8B;
  padding-left: 10px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .tickets-list ul li .form-clt {
  flex-basis: 50%;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .tickets-list ul li .form-clt .single-select {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(21, 20, 21, 0.15);
  background: var(--white);
  padding: 11px 16px;
  line-height: 1;
  font-size: 14px;
  color: #455151;
  font-weight: 700;
  height: initial;
  line-height: initial;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .tickets-list ul li .form-clt .single-select::after {
  border-bottom: 1px solid #231C25;
  border-right: 1px solid #231C25;
  width: 8px;
  height: 8px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .tickets-list ul li .form-clt .single-select .list {
  width: 100%;
  background-color: var(--white);
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .tickets-list ul li .form-clt .single-select .focus {
  background-color: var(--white);
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .tickets-list ul li .form-clt .single-select .option {
  border: none;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items {
  border-bottom: 1px solid rgba(21, 20, 21, 0.09);
  padding-bottom: 24px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items p {
  color: #455151;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 20px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items .checkbox-single {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items .checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items .checkbox-single:not(:last-child) {
  margin-bottom: 10px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  border: 1px solid rgba(21, 20, 21, 0.15);
  top: 5px;
  background-color: var(--white);
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items .checkbox-single .checkbox-area .checkmark::after {
  content: "";
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items .checkbox-single .checkbox-area input:checked ~ .checkmark {
  background-color: var(--theme);
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items .checkbox-single .checkbox-area input:checked ~ .checkmark::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: -5px;
  left: 5px;
  color: var(--theme);
  font-size: 11px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items .checkbox-single .checkbox-area input:checked ~ .checkmark:after {
  display: block;
  color: var(--white);
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items .checkbox-single .text-color {
  font-weight: 500;
  color: #455151;
  font-size: 16px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items .checkbox-single .text-color .star {
  color: #FFA41B;
  margin-right: 5px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .total-list {
  display: flex;
  align-items: center;
  padding-top: 24px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .total-list li {
  font-size: 20px;
  font-weight: 800;
  color: #151415;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .theme-btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .text {
  text-align: center;
  text-transform: capitalize;
  color: var(--text);
}
.tour-details-wrappers .tour-details-content .tour-details-side .widget-contact {
  padding: 40px;
  background-color: var(--header);
  margin-bottom: 30px;
  margin-top: 30px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .widget-contact h3 {
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .widget-contact .list-style-one li a {
  color: var(--white);
}
.tour-details-wrappers .tour-details-content .tour-details-side .widget-contact .list-style-one li:not(:last-child) {
  margin-bottom: 10px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .widget-contact .list-style-one li i {
  margin-right: 5px;
  color: var(--white);
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-bg-image-items {
  position: relative;
  z-index: 9;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-bg-image-items img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-bg-image-items .tour-bg-content {
  position: absolute;
  left: 40px;
  top: 40px;
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-bg-image-items .tour-bg-content span {
  color: var(--white);
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-bg-image-items .tour-bg-content h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-bg-image-items .tour-bg-content h3 {
    font-size: 25px;
  }
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-bg-image-items .tour-bg-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-bg-image-items .tour-bg-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-bg-image-items .tour-bg-content .theme-btn::after {
  background-color: var(--white);
}
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-bg-image-items .tour-bg-content .theme-btn:hover {
  color: var(--theme);
}

.destination-radius-item-3 {
  border: 1px solid rgba(21, 21, 21, 0.1);
  border-radius: 150px;
  padding: 10px 10px 30px;
  margin-top: 30px;
  background-color: var(--white);
}
.destination-radius-item-3 .destination-image {
  position: relative;
}
.destination-radius-item-3 .destination-image img {
  width: 100%;
  height: 100%;
  border-radius: 150px;
}
.destination-radius-item-3 .destination-image span {
  color: var(--white);
  background-color: var(--theme-2);
  padding: 2px 10px;
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  border-radius: 7px;
}
.destination-radius-item-3 .destination-content {
  text-align: center;
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
.destination-radius-item-3 .destination-content h5 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.destination-radius-item-3 .destination-content h5 a:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}

.destination-section-3 {
  position: relative;
  z-index: 9;
}
.destination-section-3 .container-fluid {
  padding: 0 15px;
}
.destination-section-3 .left-shape {
  position: absolute;
  top: 50px;
  left: 120px;
}
@media (max-width: 1399px) {
  .destination-section-3 .left-shape {
    display: none;
  }
}
.destination-section-3 .right-shape {
  position: absolute;
  right: 170px;
  top: 80px;
}
@media (max-width: 1399px) {
  .destination-section-3 .right-shape {
    display: none;
  }
}
.destination-section-3 .bottom-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.tour-places-items-3 {
  margin-top: 30px;
}
.tour-places-items-3 .tour-places-image {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.tour-places-items-3 .tour-places-image span {
  background-color: var(--white);
  color: var(--header);
  line-height: 1;
  padding: 8px 14px;
  position: absolute;
  top: 22px;
  left: 22px;
  border-radius: 10px;
}
.tour-places-items-3 .tour-places-image span.style-bg {
  background-color: var(--theme-2);
  color: var(--white);
}
.tour-places-items-3 .tour-places-image .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--white);
  color: var(--text);
  border-radius: 100px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
  transition: all 0.4s ease-in-out;
}
.tour-places-items-3 .tour-places-image .icon:hover {
  background-color: var(--theme-2);
  color: var(--white);
}
.tour-places-items-3 .tour-places-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.tour-places-items-3 .tour-places-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.tour-places-items-3 .tour-place-content {
  margin-top: 30px;
}
.tour-places-items-3 .tour-place-content .tour-list {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}
@media (max-width: 1600px) {
  .tour-places-items-3 .tour-place-content .tour-list {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 1600px) {
  .tour-places-items-3 .tour-place-content .tour-list li {
    font-size: 14px;
  }
}
@media (max-width: 1399px) {
  .tour-places-items-3 .tour-place-content .tour-list li {
    font-size: 16px;
  }
}
.tour-places-items-3 .tour-place-content .tour-list li i {
  margin-right: 5px;
}
.tour-places-items-3 .tour-place-content .tour-list li.style-2 i {
  color: var(--theme-2);
}
.tour-places-items-3 .tour-place-content h4 {
  border-bottom: 1px solid rgba(20, 24, 22, 0.1);
  padding-bottom: 30px;
  margin-bottom: 25px;
}
@media (max-width: 1600px) {
  .tour-places-items-3 .tour-place-content h4 {
    font-size: 20px;
  }
}
.tour-places-items-3 .tour-place-content h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.tour-places-items-3 .tour-place-content h4 a:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}
.tour-places-items-3 .tour-place-content h4.bottom {
  padding-bottom: 60px;
}
.tour-places-items-3 .tour-place-content .tour-place-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .tour-places-items-3 .tour-place-content .tour-place-bottom {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.tour-places-items-3 .tour-place-content .tour-place-bottom .price p {
  font-size: 12px;
  font-weight: 400;
}
.tour-places-items-3 .tour-place-content .tour-place-bottom .rating span {
  font-size: 14px;
  font-weight: 500;
}
.tour-places-items-3 .tour-place-content .tour-place-bottom .rating h6 {
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
}
.tour-places-items-3 .tour-place-content .tour-place-bottom .rating h6 i {
  color: var(--theme);
  margin-right: 5px;
}
.tour-places-items-3 .tour-place-content .tour-place-bottom .theme-btn {
  border: 1px solid rgba(20, 24, 22, 0.1);
  background-color: transparent;
  color: var(--text);
  padding: 11px 35px;
}
@media (max-width: 1600px) {
  .tour-places-items-3 .tour-place-content .tour-place-bottom .theme-btn {
    padding: 8px 20px;
  }
}
.tour-places-items-3 .tour-place-content .tour-place-bottom .theme-btn::after {
  background: var(--header);
}
.tour-places-items-3 .tour-place-content .tour-place-bottom .theme-btn:hover {
  color: var(--white);
  border: 1px solid var(--theme);
}
.tour-places-items-3:hover .tour-places-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.tour-places-items-3:hover .tour-places-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.tour-places-section-3 .nav {
  margin-bottom: 30px;
  margin-top: 30px;
}
.tour-places-section-3 .nav li {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .tour-places-section-3 .nav li {
    font-size: 16px;
  }
}
.tour-places-section-3 .nav li .nav-link {
  color: var(--header);
  transition: all 0.4s ease-in-out;
  padding: 30px 36px;
  border-radius: 79px;
  border: 1px solid rgba(20, 24, 22, 0.1);
  line-height: 1;
  display: grid;
  gap: 10px;
  width: 220px;
  justify-content: center;
}
.tour-places-section-3 .nav li .nav-link img {
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .tour-places-section-3 .nav li .nav-link {
    padding: 30px 20px;
    width: 170px;
  }
}
@media (max-width: 1399px) {
  .tour-places-section-3 .nav li .nav-link {
    padding: 15px 35px;
    width: 220px;
  }
}
@media (max-width: 575px) {
  .tour-places-section-3 .nav li .nav-link {
    padding: 15px 35px;
  }
}
.tour-places-section-3 .nav li .nav-link.active {
  position: relative;
  background-color: var(--theme-2);
  color: var(--white);
  border: 1px solid var(--theme-2);
}
.tour-places-section-3 .nav li .nav-link.active img {
  filter: brightness(0) invert(1);
}
.tour-places-section-3 .array-buttons {
  position: relative;
}
@media (max-width: 1399px) {
  .tour-places-section-3 .array-buttons {
    display: none;
  }
}
.tour-places-section-3 .array-buttons .array-prev {
  position: absolute;
  left: 315px;
  top: 195px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid rgba(20, 24, 22, 0.1);
  color: var(--text);
  transition: all 0.4s ease-in-out;
  z-index: 999;
}
.tour-places-section-3 .array-buttons .array-prev:hover {
  background-color: var(--theme-2);
  color: var(--white);
}
@media (max-width: 1600px) {
  .tour-places-section-3 .array-buttons .array-prev {
    left: 185px;
  }
}
.tour-places-section-3 .array-buttons .array-next {
  position: absolute;
  right: 315px;
  top: 195px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--theme-2);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1600px) {
  .tour-places-section-3 .array-buttons .array-next {
    right: 185px;
  }
}
.tour-places-section-3 .array-buttons .array-next:hover {
  background-color: var(--header);
}

.travel-box-items-4 {
  margin-top: 30px;
  padding: 40px 32px;
  border: 1px solid rgba(21, 21, 21, 0.07);
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .travel-box-items-4 {
    padding: 30px;
  }
}
.travel-box-items-4 .icon {
  font-size: 50px;
  color: var(--theme);
  margin-bottom: 30px;
}
.travel-box-items-4 .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}
.travel-box-items-4 h5 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.travel-box-items-4 h5 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.travel-box-items-4 p {
  margin-top: 70px;
}
@media (max-width: 1399px) {
  .travel-box-items-4 p {
    margin-top: 30px;
  }
}
.travel-box-items-4:hover {
  transform: translateY(-10px);
  background-color: #FEF8EF;
  border: 1px solid rgba(21, 21, 21, 0.07);
}
.travel-box-items-4:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.destination-section-4 {
  margin-top: 10px;
}
.destination-section-4 .container-fluid {
  padding: 0 10px;
}

.destination-item-4 .destination-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 400px;
}
.destination-item-4 .destination-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.7) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 999;
}
.destination-item-4 .destination-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  object-fit: cover;
}
.destination-item-4 .destination-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.destination-item-4 .destination-image .destination-content {
  bottom: -20px;
  left: 40px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .destination-item-4 .destination-image .destination-content {
    left: 20px;
  }
}
.destination-item-4 .destination-image .destination-content h3 {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  z-index: 111;
}
@media (max-width: 1399px) {
  .destination-item-4 .destination-image .destination-content h3 {
    font-size: 25px;
  }
}
.destination-item-4 .destination-image .destination-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.destination-item-4 .destination-image .destination-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.destination-item-4 .destination-image .destination-content p {
  color: var(--white);
}
.destination-item-4:hover .destination-image .destination-content {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.destination-item-4:hover .destination-image::before {
  opacity: 1;
  visibility: visible;
}
.destination-item-4:hover .destination-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.destination-item-4:hover .destination-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

@media (max-width: 1399px) {
  .destination-escap-item {
    margin-top: 30px;
  }
}
.destination-escap-item .destination-escap-image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.destination-escap-item .destination-escap-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.destination-escap-item .destination-escap-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.destination-escap-item .destination-escap-content {
  margin-top: 30px;
}
.destination-escap-item .destination-escap-content .content-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .destination-escap-item .destination-escap-content .content-item {
    flex-wrap: wrap;
  }
}
@media (max-width: 1600px) {
  .destination-escap-item .destination-escap-content .content-item h4 {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .destination-escap-item .destination-escap-content .content-item h4 {
    font-size: 20px;
  }
}
.destination-escap-item .destination-escap-content .content-item h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.destination-escap-item .destination-escap-content .content-item h4 a:hover {
  color: var(--white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}
.destination-escap-item .destination-escap-content .content-item .star {
  color: var(--theme);
}
.destination-escap-item .destination-escap-content .content-item .star span {
  color: var(--white);
  opacity: 0.7;
  margin-left: 5px;
  display: inline-block;
}
.destination-escap-item .destination-escap-content p {
  color: rgba(255, 255, 255, 0.65);
}
.destination-escap-item .destination-escap-content .bottom-item {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.destination-escap-item .destination-escap-content .bottom-item h6 {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .destination-escap-item .destination-escap-content .bottom-item h6 {
    font-size: 16px;
  }
}
.destination-escap-item .destination-escap-content .bottom-item h6 span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
}
.destination-escap-item:hover .destination-escap-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.destination-escap-item:hover .destination-escap-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.destination-escap-section {
  position: relative;
  z-index: 9;
}
.destination-escap-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--header);
  top: 44%;
  z-index: -1;
}
.destination-escap-section .section-title-area .array-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.destination-escap-section .section-title-area .array-buttons .array-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100px;
  text-align: center;
  background-color: transparent;
  border: 1px solid rgb(105, 105, 105);
  color: rgb(105, 105, 105);
  transition: all 0.4s ease-in-out;
}
.destination-escap-section .section-title-area .array-buttons .array-prev:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.destination-escap-section .section-title-area .array-buttons .array-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.destination-escap-section .section-title-area .array-buttons .array-next:hover {
  background-color: var(--header);
  color: var(--white);
}

.destination-slider-4 {
  margin-right: -350px;
  margin-left: 40px;
  margin-top: 48px;
}
@media (max-width: 1399px) {
  .destination-slider-4 {
    margin-left: 0;
    margin-right: 0;
    margin: 0 10px;
  }
}/*# sourceMappingURL=main.css.map */