@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: url("../fonts/Karla-Medium.woff2") format("woff2"), url("../fonts/Karla-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: url("../fonts/Karla-Regular.woff2") format("woff2"), url("../fonts/Karla-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: url("../fonts/Karla-ExtraBold.woff2") format("woff2"), url("../fonts/Karla-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: url("../fonts/Karla-Light.woff2") format("woff2"), url("../fonts/Karla-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: url("../fonts/Karla-Bold.woff2") format("woff2"), url("../fonts/Karla-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: url("../fonts/Karla-SemiBold.woff2") format("woff2"), url("../fonts/Karla-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  color: #191919;
  position: relative;
  letter-spacing: 1px;
}

.no-scroll {
  overflow-y: hidden;
}

.max-width {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .max-width {
    max-width: 85%;
  }
}
@media only screen and (max-width: 1400px) {
  .max-width {
    max-width: 90%;
  }
}

h1 {
  font-family: "Inter";
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 37px;
  }
}

h2 {
  font-family: "Inter";
  font-size: 45px;
  font-weight: 700;
  color: #191919;
  letter-spacing: 2px;
  line-height: 65px;
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 37px;
  }
}

h3 {
  font-family: "Inter";
  font-size: 32px;
  letter-spacing: 1px;
  color: #191919;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-family: "Inter";
  font-size: 24px;
  letter-spacing: 1px;
  color: #191919;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-family: "Inter";
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #191919;
}

a {
  text-decoration: none;
  color: #191919;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

ul {
  list-style: none;
}

.padding-tb {
  padding: 70px 0;
}
@media screen and (max-width: 575px) {
  .padding-tb {
    padding: 40px 0;
  }
}

.btn {
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter";
  color: #191919;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid #191919;
  border-radius: 10px;
  padding: 5px 20px 5px 20px;
  width: 100%;
  max-width: 240px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.btn:hover {
  background-color: #fff;
  color: #191919;
}

.blueBtn {
  background-color: #2c3f50;
  color: #fff;
}

.home2.reveal {
  transform: translateY(250px);
}

.home2.reveal.active {
  transform: translateY(100px);
}

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

::-webkit-scrollbar-thumb {
  background: #191919;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff4728;
}

.reveal {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.center-title {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.center-title p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  letter-spacing: 1px;
  max-width: 1000px;
}

.title {
  position: relative;
}

.title p {
  margin-top: 10px;
  color: #000;
}

.title span {
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 575px) {
  .title span {
    letter-spacing: 0.25px;
  }
}

span {
  font-size: 18px;
  font-weight: 400;
  color: #ff4728;
  letter-spacing: 3.5px;
  position: relative;
}

.pagination {
  list-style: none;
  width: 100%;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-top: 50px;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 767px) {
  .pagination {
    gap: 20px;
  }
}
.pagination li {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .pagination li {
    width: 40px;
    height: 40px;
  }
}
.pagination li a {
  color: #191919;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 24px;
  font-family: "Karla";
  background-color: #cccccc;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .pagination li a {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.pagination li .active {
  background-color: #ff4728;
  color: #fff;
}
.pagination li:has(svg) a {
  background-color: transparent;
}

.pagination-news {
  margin-top: 80px;
}

.mt {
  margin-top: 140px;
}
@media screen and (max-width: 991px) {
  .mt {
    margin-top: 120px;
  }
}
@media screen and (max-width: 575px) {
  .mt {
    margin-top: 90px;
  }
}

.mt2 {
  margin-top: 200px;
}
@media screen and (max-width: 991px) {
  .mt2 {
    margin-top: 75px;
  }
}

.padding-t {
  padding: 80px 0;
}
@media screen and (max-width: 575px) {
  .padding-t {
    padding: 40px 0;
  }
}

.big-padding-t {
  padding-top: 200px;
}
@media screen and (max-width: 575px) {
  .big-padding-t {
    padding-top: 40px;
  }
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.543942577) 18%, rgba(255, 255, 255, 0) 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  z-index: 0;
}

.dark-overlay35 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.dark-overlay20 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 51%, rgba(255, 255, 255, 0) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.dark-overlay10 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.0957633053) 68%, rgba(255, 255, 255, 0) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.dark-overlay50 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5019257703) 94%, rgba(0, 0, 0, 0.5019257703) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  z-index: 1;
}

.to-top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1461834734) 68%, rgba(255, 255, 255, 0) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.to-bottom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.52) 18%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#FFFFFF", GradientType=0);
}

.beige-background {
  position: relative;
  background-color: #fdfdf8;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.grey-background {
  background-color: #e6e6e6;
}

.smaller-title h1 {
  font-size: 32px;
  font-weight: 800;
}
@media screen and (max-width: 575px) {
  .smaller-title h1 {
    font-size: 30px;
  }
}
.smaller-title h2 {
  font-size: 32px;
  font-weight: 800;
}
@media screen and (max-width: 575px) {
  .smaller-title h2 {
    font-size: 30px;
  }
}

.line-title h3,
.line-title h2 {
  position: relative;
}
.line-title h3::before,
.line-title h2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14.5%;
  width: 55px;
  height: 1px;
  background-color: #ff4728;
}
@media screen and (max-width: 991px) {
  .line-title h3::before,
  .line-title h2::before {
    display: none;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.margin-top {
  margin-top: 114px;
}
@media screen and (max-width: 767px) {
  .margin-top {
    margin-top: 100px;
  }
}
@media screen and (max-width: 575px) {
  .margin-top {
    margin-top: 80px;
  }
}

.grey-background3 {
  background-color: #f3f3f3;
}

header {
  position: fixed;
  z-index: 99;
  width: 100%;
  padding: 30px 0;
}
@media screen and (max-width: 575px) {
  header {
    padding: 20px 0;
  }
}
header.small-header {
  background-color: rgba(44, 63, 80, 0.7);
}
header.second-header {
  background-color: #fff;
}
header .menu-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
header .desktop-menu-icon {
  cursor: pointer;
}
header .hdr-logo {
  width: 100%;
  max-width: 130px;
  height: 54px;
}
@media screen and (max-width: 767px) {
  header .hdr-logo {
    height: 40px;
    max-width: 95px;
  }
}
header .hdr-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
header .hdr-logo img.second-logo {
  display: none;
}
header ul.small-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  header ul.small-menu {
    display: none;
  }
}
header ul.small-menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
header ul.small-menu li a.active {
  color: #ff4728;
}
header.second-header .hdr-logo .first-logo {
  display: none;
}
header.second-header .hdr-logo .second-logo {
  display: block;
}
header.second-header ul.small-menu li a {
  color: #191919;
}
header.second-header ul.small-menu li a.active {
  color: #ff4728;
}
header.second-header .hamburger-mobile svg line {
  stroke: #191919;
}

.menu-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  background: rgba(44, 63, 80, 0.85); /* 85% */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari */
  z-index: 99;
}

.showInput {
  overflow: hidden;
}

.navbar.showInput .menu-bg {
  opacity: 1;
  pointer-events: auto;
}

.menu-bg .sidebar-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .menu-bg .sidebar-logo {
    padding-top: 20px;
  }
}
.menu-bg .sidebar-logo .mobile-logo-open img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .menu-bg .sidebar-logo .mobile-logo-open {
    height: 40px;
    max-width: 95px;
  }
  .menu-bg .sidebar-logo .mobile-logo-open img {
    width: 100%;
    height: 100%;
  }
}

.navbar .links {
  margin-top: 135px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .navbar .links {
    height: calc(100% - 125px);
    overflow-y: auto;
  }
}
@media screen and (max-width: 991px) {
  .navbar .links {
    flex-direction: column;
    margin-top: 80px;
    height: calc(100vh - 470px);
    overflow-y: scroll;
  }
}
@media screen and (max-width: 575px) {
  .navbar .links {
    margin-top: 45px;
    height: calc(100vh - 400px);
  }
}
.navbar .links li {
  position: relative;
  display: inline-block;
  list-style: none;
  /* padding: 0 14px; */
  padding-right: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .navbar .links li {
    margin-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }
}
.navbar .links li:first-child {
  margin-left: 0;
  flex: 0 0 40%;
}
@media screen and (max-width: 991px) {
  .navbar .links li:first-child {
    margin-top: 0;
  }
}
.navbar .links li a {
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 991px) {
  .navbar .links li a {
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .navbar .links li a {
    font-size: 27px;
  }
}
.navbar .links li .sub-menu {
  position: absolute;
  top: 0px;
  left: 0;
  line-height: 40px;
  display: none;
  z-index: 2;
  padding-top: 50px;
  min-width: 170px;
  display: block;
}
@media screen and (max-width: 991px) {
  .navbar .links li .sub-menu {
    padding-top: 30px;
    width: 100%;
    min-width: 100%;
    padding-top: 20px;
  }
}
.navbar .links li .sub-menu li {
  /* padding: 0 15px; */
  padding: 0;
  width: 100%;
  margin-left: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .navbar .links li .sub-menu li {
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .navbar .links li .sub-menu li {
    margin-bottom: 0;
  }
}
.navbar .links li .sub-menu li a {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .navbar .links li .sub-menu li a {
    font-size: 16px;
    line-height: 20px;
  }
}
.navbar .links li .sub-menu li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #ff4728;
  opacity: 0;
}
.navbar .links li .sub-menu li a:hover::before {
  opacity: 1;
}

.bottom-sec {
  position: absolute;
  bottom: 0;
  display: inline-block;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  .bottom-sec {
    border-top: 1px solid #fff;
  }
}

.menu-bg .five-cols {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .menu-bg .five-cols {
    flex-direction: column;
    row-gap: 25px;
  }
}
@media screen and (max-width: 575px) {
  .menu-bg .five-cols {
    row-gap: 15px;
  }
}

.bottom-sec .phone {
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 30px;
}
@media screen and (max-width: 991px) {
  .bottom-sec .phone {
    padding: 0;
    border-right: none;
  }
}
.bottom-sec .phone:first-of-type {
  padding-left: 0;
}

.bottom-sec .phone a {
  display: inline-flex;
  align-items: flex-start;
  width: 100%;
  font-size: 24px;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .bottom-sec .phone a {
    font-size: 16px;
  }
}
.bottom-sec .phone a svg {
  margin-right: 10px;
}

.bottom-sec .hdr-social a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  color: #fff;
}
.bottom-sec .hdr-social a svg path {
  transition: all 0.5s ease-in-out;
}
.bottom-sec .hdr-social a:hover svg path {
  fill: #ff4728;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 1599px) {
  .navbar .links li .sub-menu {
    height: 360px;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 1025px) {
  .nav-links2 {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  .navbar .links li .sub-menu {
    height: 560px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .links li .sub-menu {
    height: auto;
    position: relative;
  }
}
.main-swiper {
  width: 100%;
  height: 900px;
  position: relative;
}
.main-swiper .mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-swiper .main-navigation {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-swiper .main-navigation .swiper-button-next-main,
.main-swiper .main-navigation .swiper-button-prev-main {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  position: relative;
  margin-top: 0;
  top: 0;
  right: 0;
}
.main-swiper .main-navigation .swiper-button-next-main::after,
.main-swiper .main-navigation .swiper-button-prev-main::after {
  display: none;
}
.main-swiper .main-navigation .swiper-button-next-main {
  background-image: url("../images/arr-next-b.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.main-swiper .main-navigation .swiper-button-prev-main {
  background-image: url("../images/arr-prev-b.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.main-swiper .main-title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.main-swiper .main-title span {
  color: #fff;
}
.main-swiper .main-title h1 {
  font-weight: 500;
  margin: 10px 0;
}
.main-swiper .main-title p {
  color: #fff;
}
.main-swiper .main-title p b {
  font-size: 24px;
  font-weight: 800;
}

.border-section {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.move-top {
  margin-top: -30px;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .move-top {
    margin-top: -10px;
  }
}

.tours-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 50px;
}
@media screen and (max-width: 991px) {
  .tours-wrapper {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.tours-wrapper .tour-card {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  transition: all 0.5s ease-in-out;
}
.tours-wrapper .tour-card:hover {
  box-shadow: 10px 11px 11px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease-in-out;
}
.tours-wrapper .tour-card .tour-image {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  position: relative;
}
.tours-wrapper .tour-card .tour-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.tours-wrapper .tour-card .tour-image .reco-card {
  height: 123px;
  position: absolute;
  padding: 12px 15px;
  padding-bottom: 30px;
  text-transform: uppercase;
  writing-mode: sideways-lr;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  top: 0px;
  left: 30px;
  background-color: #ff4728;
  clip-path: polygon(0% 0%, 99% 0, 99% 100%, 49% 84%, 0% 100%);
  text-align: end;
}
@media screen and (max-width: 575px) {
  .tours-wrapper .tour-card .tour-image .reco-card {
    height: 110px;
    padding: 10px 15px;
    font-size: 14px;
  }
}
.tours-wrapper .tour-card .tour-image .tour-price {
  position: absolute;
  right: 0;
  bottom: 100px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 20px 0px 0px 20px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Karla";
}
.tours-wrapper .tour-card .tour-image .tour-price span {
  color: #191919;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}
.tours-wrapper .tour-card .tour-image .tour-price.second-tour-price {
  bottom: 20px;
}
.tours-wrapper .tour-card .tour-info {
  padding: 20px;
}
.tours-wrapper .tour-card .tour-info .tour-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.tours-wrapper .tour-card .tour-info .tour-icons .t-icon-text {
  display: flex;
  align-items: center;
}
.tours-wrapper .tour-card .tour-info .tour-icons .t-icon-text svg {
  margin-right: 5px;
}
.tours-wrapper .tour-card .tour-info .tour-icons .t-icon-text p {
  font-size: 12px;
  font-family: "Karla";
  font-weight: 500;
  letter-spacing: 0;
}
.tours-wrapper .tour-card .tour-info h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.tours-wrapper .tour-card .tour-info h3 span {
  font-size: 14px;
  font-weight: 700;
  color: #191919;
  letter-spacing: 0;
}
.tours-wrapper .tour-card .tour-info p {
  font-weight: 300;
}

.flex-btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 20px;
}
.flex-btns .btn {
  max-width: -moz-max-content;
  max-width: max-content;
}

.all-btn {
  margin-left: auto;
  font-size: 16px;
  font-weight: 500;
  border: none;
  justify-content: space-between;
  padding: 5px 0px;
  gap: 10px;
  margin-left: auto;
  background-color: transparent;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px;
}

.videobg {
  position: relative;
  height: 625px;
  display: flex;
  align-items: center;
  padding: 50px 0;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .videobg {
    height: 500px;
  }
}
.videobg img.video-back-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
}
.videobg .dark-overlay20 {
  border-radius: 20px;
}
.videobg .play {
  border: 3px solid #fff;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  max-width: 285px;
  height: 285px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .videobg .play {
    max-width: 150px;
    height: 150px;
  }
}
.videobg .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .videobg .max-width {
    flex-direction: column;
  }
}
.videobg h2 {
  color: #fff;
}
.videobg span {
  color: #fff;
}

.about-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .about-wrapper {
    flex-direction: column;
  }
}
.about-wrapper .about-images {
  width: 46%;
  position: relative;
  min-height: 611px;
}
@media screen and (max-width: 1199px) {
  .about-wrapper .about-images {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-wrapper .about-images {
    min-height: 400px;
  }
}
.about-wrapper .about-images img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  border-radius: 30px;
}
.about-wrapper .about-images img:first-child {
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  max-width: 388px;
  height: 456px;
}
@media screen and (max-width: 1199px) {
  .about-wrapper .about-images img:first-child {
    right: 15%;
  }
}
@media screen and (max-width: 767px) {
  .about-wrapper .about-images img:first-child {
    display: none;
  }
}
.about-wrapper .about-images img:last-of-type {
  left: 0;
  top: 0;
  width: 100%;
  max-width: 388px;
  height: 456px;
}
@media screen and (max-width: 1199px) {
  .about-wrapper .about-images img:last-of-type {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .about-wrapper .about-images img:last-of-type {
    height: 400px;
  }
}
.about-wrapper .about-images .experience {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ff4728;
  color: #fff;
  font-size: 16px;
  font-family: "Karla";
  font-weight: 500;
  letter-spacing: 0;
  z-index: 2;
  padding: 20px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 150px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .about-wrapper .about-images .experience {
    right: 15%;
  }
}
@media screen and (max-width: 767px) {
  .about-wrapper .about-images .experience {
    right: 0;
  }
}
.about-wrapper .about-images .experience span {
  font-size: 45px;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Inter";
  color: #fff;
}
.about-wrapper .text {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .about-wrapper .text {
    width: 100%;
    margin-top: 40px;
  }
}
.about-wrapper .text h2 {
  margin-bottom: 20px;
}
.about-wrapper .text p {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .about-wrapper .text .flex-btns {
    flex-direction: column;
  }
}
.about-wrapper .text .about-icon {
  display: flex;
  align-items: flex-start;
  flex: 0 0 50%;
  margin-top: 30px;
}
.about-wrapper .text .about-icon img {
  margin-right: 10px;
}
.about-wrapper .text .about-icon h4 {
  font-size: 24px;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}
.about-wrapper .text .about-icon p {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.reviews-sec h2 {
  font-weight: 600;
}
.reviews-sec h2 b {
  color: #ff4728;
  font-family: "Karla";
}

.reviews-wrapper .reviewsSwiper {
  margin-top: 40px;
  position: relative;
  width: 100%;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .reviews-wrapper .reviewsSwiper {
    margin-top: 0;
  }
}
.reviews-wrapper .reviewsSwiper .swiper-slide {
  background-color: #f5f5f5;
  padding: 40px;
  box-shadow: 0 0 41px rgba(0, 0, 0, 0.2);
  position: relative;
  min-height: 325px;
  max-height: 325px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .reviews-wrapper .reviewsSwiper .swiper-slide {
    padding: 30px;
    max-height: 350px;
  }
}
.reviews-wrapper .reviewsSwiper .swiper-slide .top-review {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .reviews-wrapper .reviewsSwiper .swiper-slide .top-review {
    flex-direction: column;
  }
}
.reviews-wrapper .reviewsSwiper .swiper-slide .author {
  display: flex;
  align-items: flex-start;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .author .image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .author .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .author .name span {
  color: rgba(25, 25, 25, 0.5);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .author .name p {
  font-weight: 800;
  color: #000;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .review-content {
  margin-top: 30px;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .review-content p {
  font-size: 16px;
  font-weight: 400;
}
.reviews-wrapper .reviewsSwiper .swiper-slide.swiper-slide-next, .reviews-wrapper .reviewsSwiper .swiper-slide.swiper-slide-prev {
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}
.reviews-wrapper .reviewsSwiper .reviews-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .reviews-wrapper .reviewsSwiper .reviews-navigation {
    top: 80%;
  }
}
.reviews-wrapper .reviewsSwiper .swiper-button-next-reviews,
.reviews-wrapper .reviewsSwiper .swiper-button-prev-reviews {
  background-color: rgba(44, 63, 80, 0.7);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews-wrapper .reviewsSwiper .swiper-button-next-reviews svg,
.reviews-wrapper .reviewsSwiper .swiper-button-prev-reviews svg {
  width: 10px;
}
.reviews-wrapper .reviewsSwiper .swiper-button-next-reviews:after,
.reviews-wrapper .reviewsSwiper .swiper-button-prev-reviews:after {
  display: none;
}

.services-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 50px;
}
@media screen and (max-width: 991px) {
  .services-wrapper {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.services-wrapper .service-cont {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .services-wrapper .service-cont {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}
.services-wrapper .service-cont img {
  width: 117px;
  height: 117px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  margin-right: 15px;
}
.services-wrapper .service-cont h4 {
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .services-wrapper .service-cont h4 {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .services-wrapper .service-cont p {
    text-align: center;
  }
}

.white-background {
  background-color: #fff;
}

.why-choose-section {
  position: relative;
  width: 100%;
  height: 660px;
}
@media screen and (max-width: 991px) {
  .why-choose-section {
    height: auto;
  }
}

.why-choose-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background-color: rgba(44, 63, 80, 0.7);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 991px) {
  .why-choose-section::before {
    width: 100%;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}

.why-choose-section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.why-choose-section .why-choose-wrapper {
  width: 50vw;
  height: 100%;
  margin-left: auto;
  display: flex;
  align-items: center;
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .why-choose-section .why-choose-wrapper {
    width: 100%;
  }
}

.why-choose-section .why-choose-wrapper .title h2 {
  color: #fff;
  margin-bottom: 20px;
}

.why-choose-section .why-choose-wrapper .why-choose-text p {
  color: #fff;
  line-height: 28px;
}

.accordion-container {
  -moz-column-count: 2;
       column-count: 2;
  margin-top: 40px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 1199px) {
  .accordion-container {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.accordion-container .accordion-cont {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 20px;
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media screen and (max-width: 575px) {
  .accordion-container .accordion-cont {
    padding: 20px;
  }
}
.accordion-container .accordion-cont .accordion-title {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  padding-right: 55px;
}
@media screen and (max-width: 767px) {
  .accordion-container .accordion-cont .accordion-title {
    font-size: 18px;
  }
}
.accordion-container .accordion-cont .accordion-title::after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0;
  background: #fff url(../images/faq-down-arr.svg) no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #2c3f50;
}
.accordion-container .accordion-cont .accordion-title.open::after {
  background: #2c3f50 url(../images/faq-up-arr.svg) no-repeat;
  background-position: center;
  border-radius: 50%;
}
.accordion-container .accordion-cont .accordion-content {
  margin-top: 15px;
}

.blog-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 40px;
}
@media screen and (max-width: 991px) {
  .blog-wrapper {
    grid-template-columns: 1fr;
  }
}
.blog-wrapper.home-blog-wrapper {
  margin-top: 60px;
}
.blog-wrapper .blog .blog-image {
  width: 100%;
  height: 415px;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .blog-wrapper .blog .blog-image {
    height: 315px;
  }
}
.blog-wrapper .blog .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 30px;
  transition: all 0.5s ease-in-out;
}
.blog-wrapper .blog .blog-image .blog-date {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #fff;
  background-color: rgba(255, 71, 40, 0.7);
  font-size: 16px;
  font-weight: 500;
  padding: 15px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.blog-wrapper .blog .blog-info {
  background-color: transparent;
  padding-top: 20px;
}
.blog-wrapper .blog .blog-info h3 {
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
  margin-bottom: 15px;
  transition: all 0.5s ease-in-out;
}
.blog-wrapper .blog:hover .blog-image img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
.blog-wrapper .blog:hover .blog-info h3 {
  color: #ff4728;
  transition: all 0.5s ease-in-out;
}

.grey-background2 {
  background-color: #f7f7f7;
}

@media screen and (max-width: 1601px) {
  .why-choose-section .why-choose-wrapper {
    padding: 0;
  }
}
footer {
  background-color: #2c3f50;
  color: #fff;
  position: relative;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
footer .overlay {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
footer .main-footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
@media screen and (max-width: 1199px) {
  footer .main-footer {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  footer .main-footer {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
footer .main-footer .footer-logo {
  display: block;
  width: 100%;
  max-width: 193px;
  height: 80px;
  margin-bottom: 20px;
}
footer .main-footer .footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
footer .main-footer p,
footer .main-footer a {
  color: #fff;
}
footer .main-footer .footer-social {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  footer .main-footer .footer-social {
    margin-bottom: 20px;
  }
}
footer .main-footer .footer-social a svg path {
  transition: all 0.5s ease-in-out;
}
footer .main-footer .footer-social a:hover svg path {
  fill: #ff4728;
  transition: all 0.5s ease-in-out;
}
footer .main-footer .footer-navigation p {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
footer .main-footer .footer-navigation ul li {
  margin-bottom: 20px;
}
footer .main-footer .footer-navigation ul li a {
  position: relative;
  transition: all 0.5s ease-in-out;
  border: 1px solid transparent;
}
footer .main-footer .footer-navigation ul li a:hover {
  border-bottom: 1px solid #ff4728;
  padding-bottom: 5px;
  color: #ff4728;
  transition: all 0.5s ease-in-out;
}
footer .main-footer .footer-navigation:last-of-type ul li a:hover {
  border-bottom: none;
  color: #fff;
}
footer .foot3 {
  padding: 20px 0;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 575px) {
  footer .foot3 {
    padding: 10px 0;
  }
}
footer .foot3 .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .foot3 .max-width {
    flex-direction: column;
  }
}
footer .foot3 p,
footer .foot3 a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 575px) {
  footer .foot3 p,
  footer .foot3 a {
    font-size: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  footer .foot3 p {
    order: 2;
  }
}
footer .foot3 ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .foot3 ul {
    order: 1;
    margin-bottom: 20px;
  }
}
footer .foot3 ul li {
  margin-left: 10px;
  margin-right: 10px;
}
footer .foot3 ul li:first-of-type {
  margin-left: 0;
}
footer .foot3 ul li:last-of-type {
  margin-right: 0;
}

.small-background {
  position: relative;
  width: 100%;
  height: 470px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 767px) {
  .small-background {
    height: 300px;
  }
}
.small-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.small-background .overlay {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.small-background .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.small-background .title h1 {
  letter-spacing: 2px;
  font-weight: 500;
}

.locations-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
}
@media screen and (max-width: 991px) {
  .locations-wrapper {
    grid-template-columns: 1fr;
  }
}
.locations-wrapper .location-cont {
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 30px;
  border: 1px solid #c7c7c7;
  transition: all 0.5s ease-in-out;
}
.locations-wrapper .location-cont img {
  width: 100%;
  height: 413px;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 991px) {
  .locations-wrapper .location-cont img {
    height: 300px;
  }
}
.locations-wrapper .location-cont .location-info {
  padding: 20px 15px;
  text-align: center;
}
.locations-wrapper .location-cont .location-info h2 {
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 20px;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid transparent;
}
.locations-wrapper .location-cont:hover {
  box-shadow: 10px 11px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease-in-out;
}
.locations-wrapper .location-cont:hover .location-info h2 {
  border-bottom: 1px solid #ff4728;
  transition: all 0.5s ease-in-out;
}

.location-text {
  text-align: center;
}
.location-text h2 {
  font-weight: 600;
  margin-bottom: 20px;
}
.location-text p {
  margin-bottom: 15px;
  color: #000;
}

.location-block {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .location-block {
    padding: 15px;
  }
}
.location-block:last-of-type {
  margin-bottom: 0;
}
.location-block h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .location-block h3 {
    font-size: 23px;
  }
}
.location-block p {
  margin-bottom: 15px;
}
.location-block ul li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .location-block ul li {
    padding-left: 30px;
  }
}
.location-block ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/checked.svg);
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
}
@media screen and (max-width: 767px) {
  .location-block ul li::before {
    top: 0;
    transform: none;
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}

.blog-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .blog-gallery {
    gap: 5px;
  }
}

.blog-gallery a {
  height: 275px;
  position: relative;
  display: none;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .blog-gallery a {
    height: 145px;
    border-radius: 20px;
  }
}

.blog-gallery a:nth-of-type(6n + 1) {
  grid-row: span 2;
  grid-column: span 2;
  height: 570px;
}
@media screen and (max-width: 767px) {
  .blog-gallery a:nth-of-type(6n + 1) {
    height: 300px;
  }
}

.blog-gallery a:nth-child(1),
.blog-gallery a:nth-child(2),
.blog-gallery a:nth-child(3),
.blog-gallery a:nth-child(4) {
  display: block;
}

.blog-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .blog-gallery img {
    border-radius: 20px;
  }
}

.blog-gallery a:nth-of-type(6n + 2) {
  grid-column: span 1;
}

.template-links {
  margin: 20px 0;
}
.template-links a {
  display: flex;
  align-items: center;
  font-family: "Karla";
  font-weight: 600;
  font-size: 24px;
}
.template-links a svg {
  margin-right: 15px;
}

.template-text h2 {
  margin-bottom: 25px;
}
.template-text h3 {
  margin-bottom: 20px;
}

.cookies-text {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 30px;
}

.cookies-text ul {
  margin-bottom: 20px;
}

.cookies-text ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #191919;
}

.cookies-text h4{
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .cookies-text {
    padding: 15px;
  }
}
.cookies-text p {
  margin-bottom: 15px;
}
.cookies-text h2 {
  margin-bottom: 25px;
}
.cookies-text h3 {
  margin-bottom: 20px;
}

.no-bottom-border {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.blog-details-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .blog-details-wrapper {
    flex-direction: column;
  }
}
.blog-details-wrapper .blog-details {
  width: 60%;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .blog-details-wrapper .blog-details {
    width: 100%;
  }
}
.blog-details-wrapper .blog-details .blog-image {
  width: 100%;
  height: 500px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details .blog-image {
    height: 350px;
  }
}
.blog-details-wrapper .blog-details .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.blog-details-wrapper .blog-details .blog-image .blog-date {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #fff;
  background-color: rgba(255, 71, 40, 0.7);
  font-size: 16px;
  font-weight: 500;
  padding: 15px;
  border-top-right-radius: 30px;
}
.blog-details-wrapper .blog-details .blog-text {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details .blog-text {
    padding: 20px;
  }
}
.blog-details-wrapper .blog-details .blog-text h1 {
  color: #191919;
  font-size: 42px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details .blog-text h1 {
    font-size: 35px;
  }
}
.blog-details-wrapper .blog-details .blog-text h2 {
  margin-bottom: 20px;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details .blog-text h2 {
    font-size: 30px;
  }
}
.blog-details-wrapper .blog-details .blog-text p {
  margin-bottom: 15px;
}
.blog-details-wrapper .blog-details .blog-text ul li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details .blog-text ul li {
    padding-left: 30px;
  }
}
.blog-details-wrapper .blog-details .blog-text ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/checked.svg);
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
}
@media screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details .blog-text ul li::before {
    top: 0;
    transform: none;
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}
.blog-details-wrapper .blog-details .blog-gallery {
  padding: 20px;
}
.blog-details-wrapper .blog-details .blog-gallery a {
  height: 182px;
}
@media screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details .blog-gallery a {
    height: 145px;
  }
}
.blog-details-wrapper .blog-details .blog-gallery a:nth-of-type(6n + 1) {
  height: 385px;
}
@media screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details .blog-gallery a:nth-of-type(6n + 1) {
    height: 300px;
  }
}

.prev-next-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  flex: 0 0 60%;
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .prev-next-links {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .prev-next-links {
    flex-direction: column;
  }
}
.prev-next-links::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 60%;
  background-color: rgba(25, 25, 25, 0.2);
}
@media screen and (max-width: 767px) {
  .prev-next-links::before {
    display: none;
  }
}
.prev-next-links .blog-post-other {
  display: flex;
  align-items: center;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .prev-next-links .blog-post-other {
    width: 100%;
  }
}
.prev-next-links .blog-post-other:nth-of-type(2) {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .prev-next-links .blog-post-other:nth-of-type(2) {
    justify-content: flex-start;
    margin-top: 15px;
  }
}
.prev-next-links .blog-post-other:nth-of-type(2) img {
  margin-right: 0;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .prev-next-links .blog-post-other:nth-of-type(2) img {
    order: 1;
    margin-left: 0;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .prev-next-links .blog-post-other:nth-of-type(2) div {
    order: 2;
  }
}
.prev-next-links .blog-post-other:nth-of-type(2) .next-post {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .prev-next-links .blog-post-other:nth-of-type(2) .next-post {
    justify-content: flex-start;
  }
}
.prev-next-links .blog-post-other:nth-of-type(2) p {
  text-align: end;
}
@media screen and (max-width: 767px) {
  .prev-next-links .blog-post-other:nth-of-type(2) p {
    text-align: start;
  }
}
.prev-next-links .blog-post-other img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-right: 10px;
  border-radius: 5px;
}
.prev-next-links .blog-post-other .next-post {
  display: flex;
  align-items: center;
  gap: 10px;
}
.prev-next-links .blog-post-other .next-post p {
  color: #ff4728;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
}
.prev-next-links .blog-post-other P {
  max-width: 220px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .prev-next-links .blog-post-other P {
    max-width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .right-blog-details {
    width: 100%;
    margin-top: 30px;
  }
}
.right-blog-details .similar-blogs {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.right-blog-details .similar-blogs a {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.right-blog-details .similar-blogs a img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
  margin-right: 10px;
}
.right-blog-details .similar-blogs a p {
  font-weight: 500;
}
.right-blog-details .similar-blogs a span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
.right-blog-details .share-wrapper {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
}

.about-page-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .about-page-wrapper {
    flex-direction: column;
  }
}
.about-page-wrapper .top-part {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 48%;
}
@media screen and (max-width: 1199px) {
  .about-page-wrapper .top-part {
    width: 100%;
  }
}
.about-page-wrapper .top-part .about-first-text {
  padding: 0;
  width: 100%;
}
.about-page-wrapper .top-part .about-first-text h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about-page-wrapper .top-part .about-first-text h2 {
    font-size: 27px;
  }
}
.about-page-wrapper .top-part .about-first-text p {
  margin-bottom: 15px;
}
.about-page-wrapper .top-part .left-about-image {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .about-page-wrapper .top-part .left-about-image {
    display: none;
  }
}
.about-page-wrapper .top-part .left-about-image img {
  width: 100%;
  height: 564px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 30px;
}
.about-page-wrapper .bottom-part {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .about-page-wrapper .bottom-part {
    width: 100%;
  }
}
.about-page-wrapper .bottom-part .about-first-img {
  padding: 0;
  align-items: stretch;
  width: 100%;
}
.about-page-wrapper .bottom-part .about-first-img img {
  width: 100%;
  height: 753px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 30px;
}
@media screen and (max-width: 1199px) {
  .about-page-wrapper .bottom-part .about-first-img img {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .about-page-wrapper .bottom-part .about-first-img img {
    height: 300px;
  }
}
.about-page-wrapper .bottom-part .second-about-paragraph p {
  margin-bottom: 15px;
}

.about-wrapper2 .about-images {
  min-height: 511px;
}
@media screen and (max-width: 767px) {
  .about-wrapper2 .about-images {
    min-height: 400px;
  }
}
.about-wrapper2 .about-images img:first-child {
  height: 388px;
  max-width: 427px;
  border: 5px solid #f3f3f3;
}
.about-wrapper2 .about-images img:last-of-type {
  height: 422px;
  max-width: 407px;
}
@media screen and (max-width: 767px) {
  .about-wrapper2 .about-images img:last-of-type {
    height: 400px;
  }
}

.what-you-get-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  gap: 30px;
  margin: 40px 0;
}
@media screen and (max-width: 1199px) {
  .what-you-get-wrapper {
    flex-direction: column;
  }
}
.what-you-get-wrapper .item {
  display: flex;
  align-items: center;
}
.what-you-get-wrapper .item img {
  margin-right: 10px;
}
.what-you-get-wrapper .item p {
  font-family: "Karla";
  font-weight: 500;
  margin-top: 5px;
}

.additional-info-wrapper {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 40px;
}
.additional-info-wrapper .services-wrapper {
  margin-top: 40px;
}

.after-booking-wrapper h3 {
  font-weight: 600;
}
.after-booking-wrapper .after-booking-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .after-booking-wrapper .after-booking-cont {
    flex-direction: column;
  }
}
.after-booking-wrapper .after-booking-cont .item {
  display: flex;
  align-items: center;
  padding: 30px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .after-booking-wrapper .after-booking-cont .item {
    padding: 20px;
  }
}
.after-booking-wrapper .after-booking-cont .item img {
  margin-right: 20px;
}
.after-booking-wrapper .after-booking-cont .item p {
  font-weight: 300;
  margin-top: 5px;
}

.top-contact-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .top-contact-wrapper {
    flex-wrap: wrap;
    gap: 40px;
  }
}

.top-contact-wrapper .top-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin-right: 40px;
}
@media screen and (max-width: 1199px) {
  .top-contact-wrapper .top-info {
    flex: 0 0 calc(50% - 40px);
    margin-bottom: 30px;
    margin-right: 0;
    justify-content: flex-start;
  }
  .top-contact-wrapper .top-info:nth-of-type(3) {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .top-contact-wrapper .top-info {
    flex: 0 0 100%;
  }
  .top-contact-wrapper .top-info:nth-of-type(3) {
    justify-content: flex-start;
  }
}
.top-contact-wrapper .top-info img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .top-contact-wrapper .top-info img {
    width: 70px;
    height: 70px;
  }
}
.top-contact-wrapper .top-info p {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top-contact-wrapper .top-info p {
    font-size: 24px;
  }
}

.contact-wrapper form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-wrapper form {
    grid-template-columns: 1fr;
  }
}
.contact-wrapper form input,
.contact-wrapper form textarea {
  width: 100%;
  border: none;
  background-color: #f3f3f3;
  border-radius: 50px;
  padding: 10px 20px;
  height: 56px;
}
.contact-wrapper form input:focus,
.contact-wrapper form textarea:focus {
  outline: none;
}
.contact-wrapper form input::-moz-placeholder, .contact-wrapper form textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #191919;
}
.contact-wrapper form input::placeholder,
.contact-wrapper form textarea::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #191919;
}
.contact-wrapper form textarea {
  grid-column: span 2;
  resize: none;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .contact-wrapper form textarea {
    grid-column: span 1;
  }
}
.contact-wrapper form .btn {
  background-color: #ff4728;
  color: #fff;
  border-radius: 50px;
  border: none;
  grid-column: span 2;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .contact-wrapper form .btn {
    grid-column: span 1;
  }
}
.contact-wrapper form span {
  font-size: 12px;
  letter-spacing: 1px;
  position: absolute;
  top: 49%;
  text-transform: none;
}

.map {
  width: 100%;
  height: 700px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .map {
    height: 400px;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.transfer-details-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .transfer-details-wrapper {
    flex-direction: column;
  }
}
.transfer-details-wrapper .transferSwiper {
  width: 48%;
  margin-left: 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .transfer-details-wrapper .transferSwiper {
    width: 100%;
    margin-bottom: 30px;
  }
}
.transfer-details-wrapper .transferSwiper .reco-card {
  height: 123px;
  position: absolute;
  padding: 12px 15px;
  padding-bottom: 30px;
  text-transform: uppercase;
  writing-mode: sideways-lr;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  top: 0px;
  left: 30px;
  background-color: #ff4728;
  clip-path: polygon(0% 0%, 99% 0, 99% 100%, 49% 84%, 0% 100%);
  text-align: end;
  z-index: 2;
}
.transfer-details-wrapper .transferSwiper .swiper-slide img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .transfer-details-wrapper .transferSwiper .swiper-slide img {
    height: 350px;
  }
}
.transfer-details-wrapper .transferSwiper .swiper-button-next-transf,
.transfer-details-wrapper .transferSwiper .swiper-button-prev-transf {
  position: absolute;
  background-color: rgba(255, 71, 40, 0.7);
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.transfer-details-wrapper .transferSwiper .swiper-button-next-transf::after,
.transfer-details-wrapper .transferSwiper .swiper-button-prev-transf::after {
  font-size: 15px;
  color: #fff;
}
.transfer-details-wrapper .transfer-details-info {
  width: 48%;
}
@media screen and (max-width: 1199px) {
  .transfer-details-wrapper .transfer-details-info {
    width: 100%;
  }
}
.transfer-details-wrapper .transfer-details-info .tour-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .transfer-details-wrapper .transfer-details-info .tour-icons {
    gap: 5px;
  }
}
.transfer-details-wrapper .transfer-details-info .tour-icons .t-icon-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .transfer-details-wrapper .transfer-details-info .tour-icons .t-icon-text {
    gap: 0px;
  }
}
@media screen and (max-width: 767px) {
  .transfer-details-wrapper .transfer-details-info .tour-icons .t-icon-text p {
    font-size: 12px;
  }
}
.transfer-details-wrapper .transfer-details-info h1 {
  font-size: 32px;
  font-family: "Karla";
  color: #191919;
  margin: 15px 0;
}
.transfer-details-wrapper .transfer-details-info p.duration {
  padding-left: 30px;
  font-size: 14px;
  font-family: "Karla";
  font-weight: 500;
  background-image: url("../images/clock.svg");
  background-repeat: no-repeat;
  background-position: 0;
}
.transfer-details-wrapper .transfer-details-info .short-description {
  margin: 30px 0;
}
.transfer-details-wrapper .transfer-details-info .btn {
  background-color: transparent;
}
.transfer-details-wrapper .transfer-details-info .btn svg {
  margin-right: 10px;
}
.transfer-details-wrapper .transfer-details-info .btn:last-of-type {
  background-color: #2c3f50;
  color: #fff;
}

.transfer-details-list {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .transfer-details-list {
    padding: 20px;
  }
}
.transfer-details-list ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 1199px) {
  .transfer-details-list ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.transfer-details-list ul li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .transfer-details-list ul li {
    padding-left: 30px;
  }
}
.transfer-details-list ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/checked.svg);
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
}
@media screen and (max-width: 767px) {
  .transfer-details-list ul li::before {
    top: 0;
    transform: none;
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}
.transfer-details-list.characteristics ul li::before {
  background-image: url(../images/checked-blue.svg);
}

.transfer-description-cont {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .transfer-description-cont {
    padding: 20px;
  }
}

.aditional-stop-sec {
  position: relative;
}
.aditional-stop-sec .swiper-button-next-transfers,
.aditional-stop-sec .swiper-button-prev-transfers {
  background-color: rgba(44, 63, 80, 0.7);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  left: 3%;
}
@media screen and (max-width: 1299px) {
  .aditional-stop-sec .swiper-button-next-transfers,
  .aditional-stop-sec .swiper-button-prev-transfers {
    left: 1%;
  }
}
.aditional-stop-sec .swiper-button-next-transfers {
  left: auto;
  right: 3%;
}
@media screen and (max-width: 1299px) {
  .aditional-stop-sec .swiper-button-next-transfers {
    right: 1%;
  }
}
.aditional-stop-sec .swiper-button-next-transfers svg,
.aditional-stop-sec .swiper-button-prev-transfers svg {
  width: 10px;
}
.aditional-stop-sec .swiper-button-next-transfers:after,
.aditional-stop-sec .swiper-button-prev-transfers:after {
  display: none;
}

.transfersSwiper {
  margin-top: 40px;
}
.transfersSwiper .swiper-slide .tour-card {
  width: 100%;
  border: 1px solid rgba(25, 25, 25, 0.2);
  border-radius: 30px;
}
.transfersSwiper .swiper-slide .tour-card .tour-image {
  width: 100%;
  height: 330px;
  border-radius: 30px;
}
.transfersSwiper .swiper-slide .tour-card .tour-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 30px;
}
.transfersSwiper .swiper-slide .tour-card .tour-info {
  padding: 20px;
}
.transfersSwiper .swiper-slide .tour-card .tour-info h3 {
  font-size: 24px;
  font-weight: 700;
}
.transfersSwiper .swiper-slide .tour-card .tour-info p span {
  letter-spacing: 0px;
  font-weight: 700;
}

.careers-steps-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .careers-steps-wrapper {
    flex-wrap: wrap;
    row-gap: 20px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .careers-steps-wrapper {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.careers-steps-wrapper .step {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .careers-steps-wrapper .step {
    flex: 0 0 calc(50% - 10px);
  }
}
@media screen and (max-width: 575px) {
  .careers-steps-wrapper .step {
    flex: 0 0 100%;
    justify-content: center;
  }
}
.careers-steps-wrapper .step::after {
  content: "";
  width: 42px;
  height: 1px;
  background-color: rgba(25, 25, 25, 0.2);
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .careers-steps-wrapper .step::after {
    display: none;
  }
}
.careers-steps-wrapper .step span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(25, 25, 25, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-right: 5px;
}
.careers-steps-wrapper .step p {
  font-weight: 700;
  color: rgba(25, 25, 25, 0.5);
}
.careers-steps-wrapper .step.active span {
  background-color: #ff4728;
}
.careers-steps-wrapper .step.active p {
  color: #191919;
}
.careers-steps-wrapper .step.active::after {
  background-color: #ff4728;
}
.careers-steps-wrapper .step:last-of-type span {
  background-color: transparent;
}
.careers-steps-wrapper .step:last-of-type::after {
  display: none;
}
.careers-steps-wrapper .step:last-of-type.active span svg path {
  fill: #ff4728;
  fill-opacity: 1;
}

.careers-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .careers-wrapper {
    flex-direction: column;
  }
}
.careers-wrapper .careers-form-wrapper {
  width: 60%;
}
@media screen and (max-width: 1199px) {
  .careers-wrapper .careers-form-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.careers-wrapper .careers-form-wrapper .careers-form {
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #fff;
  border-radius: 30px;
  margin-top: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
}
@media screen and (max-width: 767px) {
  .careers-wrapper .careers-form-wrapper .careers-form {
    padding: 20px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .careers-wrapper .careers-form-wrapper .careers-form {
    grid-template-columns: 1fr;
  }
}
.careers-wrapper .careers-form-wrapper .careers-form input,
.careers-wrapper .careers-form-wrapper .careers-form textarea {
  padding: 15px 15px;
  border-radius: 30px;
  background-color: #f3f3f3;
  border: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .careers-wrapper .careers-form-wrapper .careers-form input,
  .careers-wrapper .careers-form-wrapper .careers-form textarea {
    padding: 10px;
  }
}
.careers-wrapper .careers-form-wrapper .careers-form input:focus,
.careers-wrapper .careers-form-wrapper .careers-form textarea:focus {
  outline: none;
}
.careers-wrapper .careers-form-wrapper .careers-form input::-moz-placeholder, .careers-wrapper .careers-form-wrapper .careers-form textarea::-moz-placeholder {
  font-family: "Inter";
  font-weight: 500;
  color: #191919;
}
.careers-wrapper .careers-form-wrapper .careers-form input::placeholder,
.careers-wrapper .careers-form-wrapper .careers-form textarea::placeholder {
  font-family: "Inter";
  font-weight: 500;
  color: #191919;
}
.careers-wrapper .careers-form-wrapper .careers-form label {
  display: flex;
  align-items: center;
  font-weight: 500;
  grid-column: span 2;
}
@media screen and (max-width: 575px) {
  .careers-wrapper .careers-form-wrapper .careers-form label {
    grid-column: span 1;
  }
}
.careers-wrapper .careers-form-wrapper .careers-form label input {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(25, 25, 25, 0.2);
  margin-right: 10px;
  position: relative;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 5px;
}
.careers-wrapper .careers-form-wrapper .careers-form label input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 100%;
  height: 100%;
  background-image: url(../images/checked-red-sign.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  opacity: 0;
}
@media screen and (max-width: 575px) {
  .careers-wrapper .careers-form-wrapper .careers-form label input[type=checkbox]::after {
    left: 4px;
    top: 4px;
  }
}
.careers-wrapper .careers-form-wrapper .careers-form label input[type=checkbox]:checked::after {
  opacity: 1;
}
.careers-wrapper .careers-form-wrapper .careers-form label input[type=checkbox]:checked {
  background-color: #fff;
}
.careers-wrapper .careers-form-wrapper .careers-form.third-form {
  grid-template-columns: 1fr;
  row-gap: 40px;
}
.careers-wrapper .careers-form-wrapper .careers-form.third-form label {
  flex-direction: column;
  align-items: flex-start;
  font-weight: 700;
  font-size: 24px;
}
.careers-wrapper .careers-form-wrapper .careers-form.third-form textarea {
  width: 100%;
  margin-top: 15px;
  height: 200px;
  resize: none;
}
.careers-wrapper .why-work {
  width: 35%;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 1199px) {
  .careers-wrapper .why-work {
    width: 100%;
  }
}
.careers-wrapper .why-work .title {
  padding: 30px;
}
.careers-wrapper .why-work hr {
  border: 1px solid rgba(25, 25, 25, 0.1);
}
.careers-wrapper .why-work .why-work-list h4 {
  padding: 20px 30px;
}
.careers-wrapper .why-work .why-work-list ul {
  padding: 0px 30px 30px 30px;
}
.careers-wrapper .why-work .why-work-list ul li {
  font-weight: 700;
  padding-left: 45px;
  margin-bottom: 20px;
  line-height: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .careers-wrapper .why-work .why-work-list ul li {
    padding-left: 30px;
  }
}
.careers-wrapper .why-work .why-work-list ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/checked.svg);
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
}
@media screen and (max-width: 767px) {
  .careers-wrapper .why-work .why-work-list ul li::before {
    top: 0;
    transform: none;
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}
.careers-wrapper .why-work .flex-btns {
  padding: 30px;
  margin-top: 0;
}
.careers-wrapper .why-work .flex-btns .btn {
  border-radius: 50px;
  padding: 10px 35px;
  max-width: 45%;
}
.careers-wrapper .why-work .flex-btns button {
  background-color: #ff4728;
  color: #fff;
  border: none;
}
.careers-wrapper .why-work .flex-btns .btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.grey-wrapper {
  background-color: #f3f3f3;
  margin-bottom: 0;
}

.car-list-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .car-list-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .car-list-wrapper {
    grid-template-columns: 1fr;
  }
}
.car-list-wrapper .car-cont {
  background-color: #fff;
  transition: background-color 0.4s ease;
  padding: 30px;
  position: relative;
  display: block;
  border-radius: 30px;
}
@media screen and (max-width: 575px) {
  .car-list-wrapper .car-cont {
    padding: 20px;
  }
}
.car-list-wrapper .car-cont .car-type {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  margin-left: -30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .car-list-wrapper .car-cont .car-type {
    margin-left: -20px;
  }
}
.car-list-wrapper .car-cont .car-type::before {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background-color: #191919;
  margin-right: 30px;
}
.car-list-wrapper .car-cont .car-image {
  width: 100%;
  height: 202px;
  position: relative;
  margin-bottom: 30px;
}
.car-list-wrapper .car-cont .car-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.car-list-wrapper .car-cont .car-info .car-name {
  text-align: center;
}
.car-list-wrapper .car-cont .car-info .car-name h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .car-list-wrapper .car-cont .car-info .car-name h3 {
    font-size: 25px;
  }
}
.car-list-wrapper .car-cont .car-info .car-name p {
  margin-top: 15px;
}
.car-list-wrapper .car-cont .car-info .car-spec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
.car-list-wrapper .car-cont .car-info .car-spec .gearbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.car-list-wrapper .car-cont .car-info .car-spec .gearbox div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}
.car-list-wrapper .car-cont .car-info .car-spec .gearbox p {
  font-weight: 400;
}
.car-list-wrapper .car-cont .car-info .car-spec .gearbox span {
  font-weight: 700;
  color: #191919;
  letter-spacing: 1px;
  text-transform: none;
}

.transfer-booking-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 1299px) {
  .transfer-booking-wrapper {
    flex-direction: column;
  }
}
.transfer-booking-wrapper .transfer-booking-details {
  width: 60%;
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
}
@media screen and (max-width: 1299px) {
  .transfer-booking-wrapper .transfer-booking-details {
    width: 100%;
    margin-bottom: 40px;
  }
}
.transfer-booking-wrapper .transfer-booking-details .transfer-way-btn {
  background-color: #ff4728;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 15px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: -moz-max-content;
  width: max-content;
}
.transfer-booking-wrapper .transfer-booking-details .booked-details {
  border: 1px solid rgba(25, 25, 25, 0.2);
  border-radius: 30px;
  border-top-left-radius: 0px;
  padding: 20px;
  margin-bottom: 40px;
}
.transfer-booking-wrapper .transfer-booking-details .booked-details .top-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .transfer-booking-wrapper .transfer-booking-details .booked-details .top-details {
    flex-direction: column;
    align-items: flex-start;
  }
}
.transfer-booking-wrapper .transfer-booking-details .booked-details .top-details .icons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}
.transfer-booking-wrapper .transfer-booking-details .booked-details .top-details .icons .item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.transfer-booking-wrapper .transfer-booking-details .booked-details .top-details .icons .item p {
  font-size: 14px;
}
.transfer-booking-wrapper .transfer-booking-details .booked-details .top-details .icons .item select {
  border: none;
  background-color: transparent;
}
.transfer-booking-wrapper .transfer-booking-details .booked-details .top-details .icons .item select:focus {
  outline: none;
}
.transfer-booking-wrapper .transfer-booking-details .booked-details .top-details hr {
  width: 1px;
  height: 38px;
  background-color: rgba(25, 25, 25, 0.2);
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .transfer-booking-wrapper .transfer-booking-details .booked-details .top-details hr {
    display: none;
  }
}
.transfer-booking-wrapper .transfer-booking-details .booked-details .top-details .btn {
  border-radius: 50px;
  background-color: #2c3f50;
  color: #fff;
  border: none;
}
@media screen and (max-width: 767px) {
  .transfer-booking-wrapper .transfer-booking-details .booked-details .top-details .btn {
    margin-top: 20px;
  }
}
.transfer-booking-wrapper .transfer-booking-details .booked-details .route-images {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .transfer-booking-wrapper .transfer-booking-details .booked-details .route-images img {
    height: 21px;
  }
}
.transfer-booking-wrapper .transfer-booking-details .booked-details .route-images img:nth-of-type(2) {
  width: 92%;
  margin-left: 10px;
  height: 0.38px;
}
@media screen and (max-width: 767px) {
  .transfer-booking-wrapper .transfer-booking-details .booked-details .route-images img:nth-of-type(2) {
    width: 80%;
  }
}
.transfer-booking-wrapper .transfer-booking-details .booked-details .transfer-route-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.transfer-booking-wrapper .transfer-booking-details .booked-details .transfer-route-details .items {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .transfer-booking-wrapper .transfer-booking-details .booked-details .transfer-route-details .items {
    flex-direction: column;
  }
}
.transfer-booking-wrapper .transfer-booking-details .booked-details .transfer-route-details .items p {
  font-size: 18px;
  line-height: 18px;
  width: 100%;
  max-width: 90px;
  letter-spacing: 0;
}
.transfer-booking-wrapper .transfer-booking-details .booked-details .transfer-route-details .items hr {
  width: 1px;
  height: 32px;
  background-color: rgba(25, 25, 25, 0.2);
}
@media screen and (max-width: 767px) {
  .transfer-booking-wrapper .transfer-booking-details .booked-details .transfer-route-details .items hr {
    display: none;
  }
}
.transfer-booking-wrapper .transfer-booking-details .booked-details .transfer-route-details .items span {
  font-size: 14px;
  font-weight: 700;
  color: #191919;
  letter-spacing: 0;
  display: block;
  width: 100%;
  max-width: 41px;
}
.transfer-booking-wrapper .transfer-booking-details .booked-details .transfer-route-details .items .date-time {
  display: flex;
  align-items: center;
  gap: 10px;
}
.transfer-booking-wrapper .transfer-booking-details .booked-details .transfer-route-details .items .date-time svg {
  cursor: pointer;
}
.transfer-booking-wrapper .transfer-booking-details .booked-details .tour-icons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .transfer-booking-wrapper .transfer-booking-details .booked-details .tour-icons {
    flex-wrap: wrap;
  }
}
.transfer-booking-wrapper .transfer-booking-details .booked-details .tour-icons .t-icon-text {
  display: flex;
  align-items: center;
  gap: 5px;
}
.transfer-booking-wrapper .transfer-booking-details .booked-details .tour-icons .t-icon-text p {
  font-family: "Karla";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
.transfer-booking-wrapper .transfer-booking-details .booked-details p.duration {
  padding-left: 30px;
  background-image: url(../images/clock.svg);
  background-repeat: no-repeat;
  background-position: 0;
  font-size: 14px;
  font-weight: 500;
}

.vehicle-wrapper {
  border-radius: 30px;
  border: 1px solid rgba(25, 25, 25, 0.2);
  padding: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .vehicle-wrapper {
    padding: 20px;
  }
}
.vehicle-wrapper .car {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 20px;
  border: 1px solid rgba(25, 25, 25, 0.2);
  border-radius: 30px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vehicle-wrapper .car {
    flex-direction: column;
    padding: 10px;
  }
}
.vehicle-wrapper .car.selected {
  border: 1px solid #ff4728;
}
.vehicle-wrapper .car .selected-car {
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #ff4728;
  color: #fff;
  padding: 10px 15px;
  padding-left: 45px;
  background-image: url("../images/checked-w.svg");
  background-repeat: no-repeat;
  background-position: 15px;
}
@media screen and (max-width: 575px) {
  .vehicle-wrapper .car .selected-car {
    font-size: 12px;
    background-size: 15px;
    padding-left: 35px;
  }
}
.vehicle-wrapper .car .car-image {
  width: 100%;
  max-width: 195px;
  height: 111px;
}
.vehicle-wrapper .car .car-image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.vehicle-wrapper .car hr {
  width: 1px;
  height: 85px;
  background-color: rgba(25, 25, 25, 0.2);
}
@media screen and (max-width: 767px) {
  .vehicle-wrapper .car hr {
    width: 100%;
    height: 1px;
    margin: 15px 0;
  }
}
.vehicle-wrapper .car .car-details {
  display: flex;
  align-items: center;
  width: 55%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .vehicle-wrapper .car .car-details {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .vehicle-wrapper .car .car-details {
    flex-direction: column;
  }
}
.vehicle-wrapper .car .car-details .car-info .car-icons {
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 15px;
}
.vehicle-wrapper .car .car-details .car-info .car-icons .gearbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.vehicle-wrapper .car .car-details .car-info .car-icons .gearbox span {
  font-size: 16px;
  font-family: "Karla";
  font-weight: 700;
  letter-spacing: 0;
  color: #191919;
}
.vehicle-wrapper .car .car-details .car-info h4 {
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .vehicle-wrapper .car .car-details .car-price {
    margin-top: 20px;
  }
}
.vehicle-wrapper .car .car-details .car-price p {
  font-size: 24px;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 575px) {
  .vehicle-wrapper .car .car-details .car-price p {
    font-size: 20px;
  }
}
.vehicle-wrapper .car .car-details .car-price span {
  font-size: 24px;
  font-weight: 700;
  color: #191919;
  letter-spacing: 1px;
}
@media screen and (max-width: 575px) {
  .vehicle-wrapper .car .car-details .car-price span {
    font-size: 20px;
  }
}

.overview-wrapper {
  padding: 30px;
  border-radius: 30px;
  background-color: #fff;
  width: 35%;
}
@media screen and (max-width: 1299px) {
  .overview-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .overview-wrapper {
    padding: 20px;
  }
}
.overview-wrapper .picked-car {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.overview-wrapper .picked-car .car-name h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
.overview-wrapper .picked-car .car-name p {
  font-weight: 500;
}
.overview-wrapper .picked-car img {
  width: 140px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.overview-wrapper .car-details {
  margin-top: 20px;
}
.overview-wrapper .car-details div {
  font-size: 16px;
  color: #4a4a4a;
  padding-left: 25px;
  margin-bottom: 15px;
}
.overview-wrapper .car-details .car-doors {
  background-image: url("../images/doors-g.svg");
  background-position: 0;
  background-repeat: no-repeat;
}
.overview-wrapper .car-details .car-people {
  background-image: url("../images/people-g.svg");
  background-position: 0;
  background-repeat: no-repeat;
}
.overview-wrapper .car-details .car-bags {
  background-image: url("../images/bags-g.svg");
  background-position: 0;
  background-repeat: no-repeat;
}
.overview-wrapper .total-price {
  margin-top: 30px;
}
.overview-wrapper .total-price span {
  font-weight: 600;
  font-size: 32px;
  color: #191919;
  letter-spacing: 1px;
}
.overview-wrapper .flex-btns {
  margin-top: 40px;
  justify-content: space-between;
}
.overview-wrapper .flex-btns .btn {
  width: 45%;
  max-width: 45%;
  border-radius: 50px;
}
@media screen and (max-width: 575px) {
  .overview-wrapper .flex-btns .btn {
    width: 50%;
    max-width: 50%;
  }
}
.overview-wrapper .flex-btns .btn:last-of-type {
  border: none;
  background-color: #ff4728;
  color: #fff;
}
.overview-wrapper .flex-btns .btn:disabled {
  cursor: not-allowed;
  border: 1px solid rgba(44, 63, 80, 0.35);
  color: rgba(44, 63, 80, 0.35);
}

.additional-stop-wrapper {
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
  width: 60%;
}
@media screen and (max-width: 1299px) {
  .additional-stop-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .additional-stop-wrapper {
    padding: 20px;
  }
}
.additional-stop-wrapper .additional-stop {
  border: 1px solid rgba(25, 25, 25, 0.2);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .additional-stop-wrapper .additional-stop {
    flex-direction: column;
  }
}
.additional-stop-wrapper .additional-stop:last-of-type {
  margin-bottom: 0;
}
.additional-stop-wrapper .additional-stop .stop-image {
  position: relative;
  width: 45%;
  height: 300px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .additional-stop-wrapper .additional-stop .stop-image {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .additional-stop-wrapper .additional-stop .stop-image {
    height: 250px;
  }
}
.additional-stop-wrapper .additional-stop .stop-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 30px;
}
.additional-stop-wrapper .additional-stop .stop-image .stop-price {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ff4728;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  padding: 10px 25px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.additional-stop-wrapper .additional-stop .stop-details {
  padding: 15px;
  width: 55%;
}
@media screen and (max-width: 767px) {
  .additional-stop-wrapper .additional-stop .stop-details {
    width: 100%;
  }
}
.additional-stop-wrapper .additional-stop .stop-details h4 {
  margin-bottom: 15px;
}
.additional-stop-wrapper .additional-stop .stop-details p span {
  color: #191919;
  font-weight: 700;
  letter-spacing: 1px;
}
.additional-stop-wrapper .additional-stop .stop-details .btn {
  margin-top: 20px;
  background-color: #2c3f50;
  border: none;
  color: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 575px) {
  .additional-stop-wrapper .additional-stop .stop-details .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.additional-stop-wrapper .additional-stop .stop-details .stop-duration {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
@media screen and (max-width: 575px) {
  .additional-stop-wrapper .additional-stop .stop-details .stop-duration {
    justify-content: center;
  }
}
.additional-stop-wrapper .additional-stop .stop-details .stop-duration .dur-value {
  background-color: #ff4728;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 15px;
  width: 202px;
}
.additional-stop-wrapper .additional-stop .stop-details .stop-duration .dur-value p {
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 1;
  margin-left: 5px;
}
.additional-stop-wrapper .additional-stop .stop-details .stop-duration .dur-value span {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
}
.additional-stop-wrapper .additional-stop .stop-details .stop-duration .dur-value::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.additional-stop-wrapper .additional-stop .stop-details .stop-duration .dur-btn {
  width: 45px;
  height: 45px;
  background-color: #ff4728;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-family: "Karla";
  position: relative;
  z-index: 2;
}
.additional-stop-wrapper .additional-stop .stop-details .stop-duration .dur-minus {
  margin-right: -15px;
}
.additional-stop-wrapper .additional-stop .stop-details .stop-duration .dur-plus {
  margin-left: -15px;
}

.client-booking-information {
  width: 60%;
}
@media screen and (max-width: 1299px) {
  .client-booking-information {
    width: 100%;
  }
}
.client-booking-information .basic-information {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 25px;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .client-booking-information .basic-information {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.client-booking-information .basic-information input {
  border: none;
  background-color: #f3f3f3;
  border-radius: 50px;
  padding: 13px 15px;
  width: 100%;
}
.client-booking-information .basic-information input::-moz-placeholder {
  color: #191919;
  font-weight: 500;
  font-size: 16px;
  font-family: "Inter";
}
.client-booking-information .basic-information input::placeholder {
  color: #191919;
  font-weight: 500;
  font-size: 16px;
  font-family: "Inter";
}
.client-booking-information .basic-information label {
  display: flex;
  align-items: center;
  font-weight: 500;
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .client-booking-information .basic-information label {
    grid-column: span 1;
    font-size: 12px;
  }
}
.client-booking-information .basic-information label input {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(25, 25, 25, 0.2);
  margin-right: 10px;
  position: relative;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 5px;
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 0;
}
.client-booking-information .basic-information label input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 100%;
  height: 100%;
  background-image: url(../images/checked-red-sign.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  opacity: 0;
}
.client-booking-information .basic-information label input[type=checkbox]:checked::after {
  opacity: 1;
}
.client-booking-information .transfer-information {
  padding: 30px;
  border-radius: 30px;
  background-color: #fff;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .client-booking-information .transfer-information {
    padding: 20px;
  }
}
.client-booking-information .transfer-information .transfer-location {
  background-color: #f3f3f3;
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 10px 15px;
  position: relative;
  padding-left: 60px;
}
.client-booking-information .transfer-information .transfer-location:last-child {
  margin-bottom: 0;
}
.client-booking-information .transfer-information .transfer-location:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/location4.svg);
  background-repeat: no-repeat;
  background-position: 15px;
  width: 50px;
  height: 100%;
  border-right: 1px solid rgba(25, 25, 25, 0.1);
}
.client-booking-information .transfer-information .transfer-location:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/circle.svg);
  background-repeat: no-repeat;
  background-position: 15px;
  width: 50px;
  height: 100%;
  border-right: 1px solid rgba(25, 25, 25, 0.1);
}
.client-booking-information .transfer-information .transfer-location p:first-of-type {
  font-size: 12px;
  letter-spacing: 0;
}
.client-booking-information .transfer-information .transfer-location p:last-of-type {
  font-weight: 500;
}
.client-booking-information .car-recommend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  border-radius: 30px;
  background-color: #fff;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .client-booking-information .car-recommend {
    padding: 20px;
    flex-direction: column;
  }
}
.client-booking-information .car-recommend .car-image {
  height: 146px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .client-booking-information .car-recommend .car-image {
    width: 100%;
  }
}
.client-booking-information .car-recommend .car-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.client-booking-information .car-recommend .car-info {
  width: 60%;
  border-left: 1px solid rgba(25, 25, 25, 0.1);
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .client-booking-information .car-recommend .car-info {
    width: 100%;
    border-left: none;
    margin-top: 15px;
    padding-left: 0;
  }
}
.client-booking-information .car-recommend .car-info h4 {
  font-weight: 500;
}
.client-booking-information .car-recommend .car-info p {
  margin: 10px 0;
}
.client-booking-information .car-recommend .car-info p b {
  color: #ff4728;
}
.client-booking-information .car-recommend .car-info .btn {
  background-color: #2c3f50;
  color: #fff;
  border: none;
}
.client-booking-information .additional-requests {
  padding: 30px;
  border-radius: 30px;
  background-color: #fff;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .client-booking-information .additional-requests {
    padding: 20px;
  }
}
.client-booking-information .additional-requests textarea {
  width: 100%;
  height: 228px;
  border-radius: 30px;
  background-color: #f3f3f3;
  padding: 25px;
  border: none;
  resize: none;
}
.client-booking-information .additional-requests textarea::-moz-placeholder {
  color: #191919;
  font-weight: 500;
  font-size: 16px;
  font-family: "Inter";
}
.client-booking-information .additional-requests textarea::placeholder {
  color: #191919;
  font-weight: 500;
  font-size: 16px;
  font-family: "Inter";
}
.client-booking-information .payment-options {
  padding: 30px;
  border-radius: 30px;
  background-color: #fff;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .client-booking-information .payment-options {
    padding: 20px;
  }
}
.client-booking-information .payment-options label {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 16px;
}
.client-booking-information .payment-options label:last-of-type {
  margin-bottom: 0;
}
.client-booking-information .payment-options label input {
  width: 25px;
  height: 25px;
  border: none;
  background-color: #f3f3f3;
  margin-right: 10px;
  position: relative;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0px;
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 0;
}
.client-booking-information .payment-options label input[type=radio]::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 100%;
  height: 100%;
  background-image: url(../images/checked-red-sign.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  opacity: 0;
}
.client-booking-information .payment-options label input[type=radio]:checked::after {
  opacity: 1;
}
.client-booking-information .final-check {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .client-booking-information .final-check {
    font-size: 12px;
  }
}
.client-booking-information .final-check p {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .client-booking-information .final-check p {
    font-size: 12px;
    line-height: 15px;
  }
}
.client-booking-information .final-check input {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(25, 25, 25, 0.2);
  margin-right: 10px;
  position: relative;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 5px;
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 0;
}
.client-booking-information .final-check input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 100%;
  height: 100%;
  background-image: url(../images/checked-red-sign.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  opacity: 0;
}
.client-booking-information .final-check input[type=checkbox]:checked::after {
  opacity: 1;
}

.booking-success {
  width: 60%;
}
@media screen and (max-width: 1299px) {
  .booking-success {
    width: 100%;
    margin-bottom: 30px;
  }
}
.booking-success .booking-overview {
  padding: 30px;
  border-radius: 30px;
  background-color: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .booking-success .booking-overview {
    padding: 20px;
  }
}
.booking-success .booking-overview ul li {
  margin-bottom: 15px;
}
.booking-success .booking-overview ul li:last-of-type {
  margin-bottom: 0;
}
.booking-success .booking-overview ul li b {
  font-weight: 800;
}

.popupwrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(71, 85, 100, 0.7);
  z-index: 112;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  visibility: hidden;
  opacity: 0;
}
.popupwrap.show-popup {
  opacity: 1;
  visibility: visible;
}

.form-popup-wrap {
  overflow-y: auto;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 915px;
  max-height: 100%;
}

.form-popup-wrap .form-popup {
  background-color: white;
  padding: 30px;
  border-radius: 30px;
  position: relative;
}
.form-popup-wrap .form-popup .form-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 991px) {
  .form-popup-wrap .form-popup .form-container {
    flex-direction: column;
    gap: 30px;
  }
}
.form-popup-wrap .form-popup .form-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 90%;
  background-color: rgba(25, 25, 25, 0.2);
}
@media screen and (max-width: 991px) {
  .form-popup-wrap .form-popup .form-container::before {
    display: none;
  }
}
.form-popup-wrap .form-popup .form-container h4 {
  position: relative;
  display: flex;
  align-items: center;
}
.form-popup-wrap .form-popup .form-container h4::before {
  content: "";
  background-image: url("../images/people-black.svg");
  background-repeat: no-repeat;
  width: 55px;
  height: 40px;
  display: block;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .form-popup-wrap .form-popup .form-container .passanger-number {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .form-popup-wrap .form-popup .form-container .luggage-number {
    width: 100%;
  }
}
.form-popup-wrap .form-popup .form-container .luggage-number h4::before {
  background-image: url("../images/luggage-black.svg");
  width: 25px;
  height: 40px;
}
.form-popup-wrap .form-popup .form-container .options {
  margin-top: 30px;
}
.form-popup-wrap .form-popup .form-container .options .option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.form-popup-wrap .form-popup .form-container .options .option:last-of-type {
  margin-bottom: 0;
}
.form-popup-wrap .form-popup .form-container .options .option p {
  font-weight: 700;
}
.form-popup-wrap .form-popup .form-container .options .option p span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}
.form-popup-wrap .form-popup .form-container .options .option .counter-controls .counter-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #d9d9d9;
  color: #191919;
  font-weight: 600;
  font-family: "Karla";
  font-size: 18px;
}
.form-popup-wrap .form-popup .form-container .options .option .counter-controls span {
  font-size: 18px;
  font-weight: 700;
  font-family: "Karla";
  color: #191919;
  letter-spacing: 0;
  margin: 0px;
  width: 30px;
  display: inline-block;
  text-align: center;
}

.rent-form-wrapper {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.rent-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
  gap: 50px;
  background-color: #fff;
  width: 100%;
  padding-left: 40px;
  margin: 50px 0;
  border-radius: 25px;
  border-top-left-radius: 0;
}

.rent-form .inputs-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.rent-form .inputs-div label {
  font-size: 16px;
}

.rent-form .inputs-div details,
.rent-form .inputs-div input {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 5px;
  margin-top: 15px;
  width: 100%;
  background: transparent url(../images/arr-down-w.svg) no-repeat;
  background-position: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  position: relative;
}

.rent-form .inputs-div .flex-btns {
  margin-top: 0;
}

.rent-form .inputs-div details.persons summary {
  background-image: url("../images/people-black.svg"), url("../images/arr-down-g.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 0px center, right 30px center;
  background-size: 29px, 7px;
  padding-left: 35px;
  min-height: 29px;
  display: flex;
  align-items: center;
}

.rent-form .inputs-div details.lugagge summary {
  background-image: url("../images/luggage-black.svg"), url("../images/arr-down-g.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 0px center, right 30px center;
  background-size: 17px, 7px;
  padding-left: 25px;
  min-height: 29px;
  display: flex;
  align-items: center;
}

.rent-form .inputs-div details summary {
  list-style: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/arr-down-g.svg");
  background-repeat: no-repeat;
  background-position: 100%;
}

.rent-form .inputs-div details .dropdown-list {
  position: absolute;
  background-color: #fff;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 50px;
  border-top: 1px solid rgba(25, 25, 25, 0.5);
}

.rent-form .inputs-div details .dropdown-list ul li {
  display: flex;
  align-items: center;
  padding: 10px;
}

.rent-form .inputs-div details .dropdown-list ul li:has(input[type=radio]:checked) {
  background-color: #ff4728;
}

.rent-form .inputs-div details .dropdown-list ul li input[type=radio] {
  display: none;
}

.rent-form .search-btn {
  background-color: #ff4728;
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: 100%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.rent-form .search-btn::before {
  content: "";
  background-image: url("../images/search-w.svg");
  background-repeat: no-repeat;
  background-size: 29px;
  width: 31px;
  height: 31px;
  display: block;
  background-position: center;
}/*# sourceMappingURL=main.css.map */