@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: #1A1E3A;
  position: relative;
  letter-spacing: 0.35px;
}

body.overflowx {
  overflow-x: unset;
}

.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: 500;
  color: #fff;
  letter-spacing: 1px;
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 35px;
    letter-spacing: 0.5px;
    line-height: 37px;
  }
}

h2 {
  font-family: "Inter";
  font-size: 45px;
  font-weight: 500;
  color: #1A1E3A;
  letter-spacing: 1px;
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 28px;
    letter-spacing: 0.5px;
    line-height: 37px;
  }
}

h3 {
  font-family: "Inter";
  font-size: 32px;
  letter-spacing: 1px;
  color: #1A1E3A;
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-family: "Inter";
  font-size: 24px;
  letter-spacing: 1px;
  color: #1A1E3A;
  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: #1A1E3A;
}

a {
  text-decoration: none;
  color: #1A1E3A;
}

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: 600;
  font-family: "Inter";
  color: #fff;
  letter-spacing: 1px;
  background-color: #1A1E3A;
  border: 1px solid #1A1E3A;
  border-radius: 500px;
  padding: 5px 20px 5px 20px;
  width: 100%;
  max-width: 240px;
  height: 74px;
  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: #1A1E3A;
  border: 1px solid #1A1E3A;
}

.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: #1A1E3A;
}

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

.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: 16px;
  font-weight: 400;
  color: #1A1E3A;
  letter-spacing: 1px;
  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: #1A1E3A;
  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: #FFB701;
  color: #fff;
}

.pagination li:has(svg) a {
  background-color: transparent;
}

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

.mt {
  margin-top: 200px;
}

@media screen and (max-width: 1200px) {
  .mt {
    margin-top: 140px;
  }
}

@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 span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 5px);
  width: calc(70vw - 700px - 5px);
  height: 1px;
  background-color: #FFB701;
}

.line-title-revert span::before {
  display: none;
}

.line-title-revert span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 5px);
  width: calc(70vw - 700px - 5px);
  height: 1px;
  background-color: #FFB701;
}

/* @media screen and (max-width: 1600px) {
  .line-title span::before {
    left: -23%;
  }
} */

@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);
}

.main-swiper .overlay {
  z-index: 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;
  top: 0;
  z-index: 99;
  width: 100%;
  padding: 30px 0;
  transition: all 0.5s ease-in-out;
}

@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;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}

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: 139px;
  height: 80px;
  transition: all 0.5s ease-in-out;
}

@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: 20px;
  justify-content: space-between;
  width: 82%;

}

@media screen and (max-width: 1300px) {
  header ul.small-menu {
    display: none;
  }
}

header ul.small-menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

header ul.small-menu li a.active {
  color: #fff;
  background-color: #1A1E3A;
}

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: #1A1E3A;
}

/* header.second-header ul.small-menu li a.active {
  color: #FFB701;
} */

header.second-header .hamburger-mobile svg line {
  stroke: #1A1E3A;
}

header.second-header ul.small-menu li a.active{
  color: #fff;
}

.menu-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  background: linear-gradient(180deg, rgba(15, 25, 35, .96), rgba(35, 45, 58, .92));

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  z-index: 99;
}

.menu-bg::before {
   content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.05;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E");
}

.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: 991px) {
  .navbar .links {
    flex-direction: column;
    margin-top: 80px;

  }
}

@media screen and (max-width: 575px) {
  .navbar .links {
    margin-top: 45px;

  }
}

.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: 40px;
  }
}

.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: 600;
  letter-spacing: 1px;
  display: inline-block;
  z-index: 3;
  position: relative;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.navbar .links li a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 40px;
  height: 1px;
  display: block;
  background-color: #ffb701;

}


@media screen and (max-width: 575px) {
  .navbar .links li a {
    font-size: 27px;
  }
}





.navbar .links li .sub-menu li {
  /* padding: 0 15px; */
  padding: 0;
  width: 100%;
  margin-left: 0;
  margin-bottom: 10px;
}

.navbar .links li .sub-menu li a {
  margin-bottom: 0;
}



@media screen and (max-width: 575px) {
  .navbar .links li .sub-menu li {
    margin-bottom: 0;
    margin-top: 10px;
  }

  .navbar .links li .sub-menu li:first-of-type {
    margin-top: 0;
  }
}

.navbar .links li .sub-menu li a {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.75px;
  position: relative;
  transition: all 0.5s ease-in-out;
  line-height: 30px;
  padding-bottom: 0;
  transition: all .25s ease;
  width: 97%;
  border-radius: 10px;

}

.navbar .links li .sub-menu li a:hover {
  color: #FFB701;
  transition: all 0.5s ease-in-out;
}


.navbar .links li .sub-menu li a::before {
  display: none;
}

.navbar .links li .sub-menu li a.active {
  color: #FFB701;
  position: relative;
  transform: translateX(4px);
  background: #FFFFFF;
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 183, 1, 0.15) 53%);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 183, 1, 0.15) 53%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 183, 1, 0.15) 53%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFB701", GradientType=1);
  padding: 5px 0;
  padding-left: 18px;
  border: 1px solid rgba(255, 183, 1, .35);
}

.navbar .links li .sub-menu li a.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 97%;
  border-radius: 13px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
background: #FFFFFF;
background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 183, 1, 0.52) 3%);
background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 183, 1, 0.52) 3%);
background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 183, 1, 0.52) 3%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFB701", GradientType=1);
  display: block;
  z-index: 3;
}

.navbar .links li .sub-menu li a.active-lang {
  display: inline-block;
  padding: 6px 14px;

  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 183, 1, 0.15) 53%),
    url('../images/language-globe.svg');

  background-repeat: no-repeat, no-repeat;

  background-position:
    center,
    calc(100% - 14px) center;

  border: 1px solid rgba(255, 183, 1, .35);
  border-radius: 10px;
  color: #ffb701;
}

.navbar .links li .mobile-language-menu li {
  width: 185px;
}



.bottom-sec {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 2;
  margin-top: 50px;
}

@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;
  flex-direction: column;
  gap: 20px;
}

@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 {}

@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;
}

.bottom-sec .phone a svg {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .bottom-sec .phone a {
    font-size: 16px;
  }

  .bottom-sec .phone a svg {
    height: 15px;
    width: 20px;
  }

  .bottom-sec {
    padding: 20px 0;
  }
}

.bottom-sec .hdr-social {
  display: flex;
  align-items: center;
}

.bottom-sec .hdr-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.bottom-sec .hdr-social a:first-of-type {
  margin-left: 0;
}

.bottom-sec .hdr-social a svg path {
  transition: all 0.5s ease-in-out;
}



.bottom-sec .hdr-social a:hover svg path {
  fill: #FFB701;
  transition: all 0.5s ease-in-out;
}



@media only screen and (min-width: 1025px) {
  .nav-links2 {
    display: none;
  }
}



@media only screen and (max-width: 991px) {
  .navbar .links li .sub-menu {
    height: auto;
    position: relative;
  }
}

.main-swiper {
  width: 100%;
  height: 840px;
  position: relative;
}

.main-swiper .mySwiper .swiper-slide {
  height: 100%;
}

.main-swiper .mySwiper {
  height: 100%;
}


.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: 78%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.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: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
  margin-top: 0;
  top: 0;
  right: -25px;
  transition: all 0.5s ease-in-out;
}

.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-w.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.main-swiper .main-navigation .swiper-button-prev-main {
  background-image: url("../images/arr-prev-w.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.main-swiper .main-navigation .swiper-button-next-main:hover {
  background-color: #ffff;
  background-image: url("../images/arr-next-b.svg");
}

.main-swiper .main-navigation .swiper-button-prev-main:hover {
  background-color: #ffff;
  background-image: url("../images/arr-prev-b.svg");
}




.main-swiper .main-title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  width: 100%;
}

.main-swiper .main-title span {
  color: #fff;
}

.main-swiper .main-title h1 {
  font-weight: 500;
  font-size: 55px;
  margin: 10px 0;
  margin-left: auto;
  margin-right: auto;
}

.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: 2;
  position: relative;
}

@media screen and (max-width: 767px) {
  .move-top {
    margin-top: -10px;
  }
}




.tours-wrapper .tour-card {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  transition: all 0.5s ease-in-out;
  display: block;
}

.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: 230px;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  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;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tours-wrapper .tour-card .tour-image .reco-card {
  height: 145px;
  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: #FFB701;
  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: 135px;
    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: #1A1E3A;
  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;
}

.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: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.tours-wrapper .tour-card .tour-info h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

.tours-wrapper .tour-card .tour-info h3 span {
  font-size: 14px;
  font-weight: 700;
  color: #1A1E3A;
  letter-spacing: 0;
}

.tours-wrapper .tour-card .tour-info p {
  font-weight: 300;
}

.flex-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  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;

}

@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;
}



.videobg .play {
  border: 2px solid #fff;
  color: #fff;
  width: 100%;
  max-width: 335px;
  height: 335px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  background-image: url('../images/play-btn.png');
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.1);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@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%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .about-wrapper .about-images {
    min-height: 300px;
  }
}

.about-wrapper .about-images img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  border-radius: 20px;
}

.about-wrapper .about-images img:first-child {
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: 452px;
  height: 428px;
}

@media screen and (max-width: 1199px) {
  .about-wrapper .about-images img:first-child {
    right: 40%;
    left: auto;
  }
}

@media screen and (max-width: 767px) {
  .about-wrapper .about-images img:first-child {
    display: none;
  }
}

.about-wrapper .about-images img:last-of-type {
  right: 0;
  top: 0;
  width: 100%;
  max-width: 480px;
  height: 488px;
}

@media screen and (max-width: 1199px) {
  .about-wrapper .about-images img:last-of-type {
    left: 60%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .about-wrapper .about-images img:last-of-type {
    height: 300px;
    max-width: 100%;
  }
}

.about-wrapper .about-images .experience {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #FFB701;
  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-wrapper2 .text h2 {
  font-weight: 700;

}

.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: #FFB701;
  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;
  /* height: auto; */
  /* max-height: 370px; */
  border-radius: 30px;
  /* overflow-y: scroll; */
}

@media screen and (max-width: 767px) {
  .reviews-wrapper .reviewsSwiper .swiper-slide {
    padding: 30px;
    max-height: max-content;
    height: auto;
  }
}

.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: center;
}

.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;
  max-height: 200px;
  overflow-y: scroll;
}

.reviews-wrapper .reviewsSwiper .swiper-slide .review-content p {
  font-size: 16px;
  font-weight: 400;
  height: 200px;
}

.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;
  display: flex;
  align-items: flex-end;
}

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

.why-choose-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  background-color: rgba(26, 30, 58, 0.8);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;

}

@media screen and (max-width: 991px) {
  .why-choose-section::before {
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

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

.why-choose-section .why-choose-wrapper {
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: flex;
  align-items: center;
  padding: 30px;
}

.why-choose-section .why-choose-wrapper .why-choose-cont {
  width: 45%;
}

@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;
  margin-bottom: 15px;
}

.why-choose-section .why-choose-wrapper .why-choose-text p:last-of-type {
  margin-bottom: 0;
}

.accordion-container {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  scroll-margin-top: 250px;
}

.fast-taxi-bg {
   scroll-margin-top: 150px;
}

@media screen and (max-width: 1199px) {
  /* .accordion-container {
    -moz-column-count: 1;
         column-count: 1;
  } */

  .accordion-container {
    grid-template-columns: 1fr;
  }

  .why-choose-section .why-choose-wrapper .why-choose-cont{
    width:100%;
  }
}

.accordion-container .accordion-cont {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 20px;
  display: inline-flex;
  width: 100%;
  margin: 0 0 20px;
  /* -moz-column-break-inside: avoid;
       break-inside: avoid; */

  min-height: 110px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@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;
  width: 100%;
}

@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-arr-down.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: #FFB701 url(../images/faq-arr-up.svg) no-repeat;
  background-position: center;
  border-radius: 50%;
  border: 1px solid #FFB701;
}

.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: 445px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  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: 20px;
  transition: all 0.5s ease-in-out;
}

.blog-wrapper .blog .blog-image .blog-date {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #fff;
  background-color: #1A1E3A;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 35px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.blog-wrapper .blog .blog-info {
  background-color: transparent;
  padding-top: 20px;
}

.blog-wrapper .blog .blog-info h3 {
  font-weight: 500;
  font-size: 24px;
  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: #FFB701;
  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: #1A1E3A;
  color: #fff;
  position: relative;
}

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;
  font-weight: 400;
}

footer .main-footer p {
  font-size: 14px;
}

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: #FFB701;
  transition: all 0.5s ease-in-out;
}

footer .main-footer .footer-navigation p {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  footer .main-footer .footer-navigation p {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

footer .main-footer .footer-navigation ul li {
  margin-bottom: 10px;
}

footer .main-footer .footer-navigation ul li a {
  position: relative;
  transition: all 0.5s ease-in-out;
  border: 1px solid transparent;
  line-height: 25px;
}

footer .main-footer .footer-navigation ul li a:hover {
  border-bottom: 1px solid #FFB701;
  padding-bottom: 1px;
  color: #FFB701;
  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: 535px;
  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%);
  width: 100%;
}

.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 #FFB701;
  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) {
  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: #1A1E3A;
}

.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;
  font-weight: 700;
  letter-spacing: 1px;
}

.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, 183, 1, 0.7);
  font-size: 16px;
  font-weight: 500;
  padding: 15px 25px;
  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;
     font-weight: 600;
}

@media screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details .blog-text h1 {
    font-size: 28px;
    letter-spacing: 0.35px;
 
  }
}

.blog-details-wrapper .blog-details .blog-text h2 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
}

@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;
  color: #191919;
}

.blog-details-wrapper .blog-details .blog-text a{
  overflow-wrap: break-word;
    word-break: break-word;
    color: #ffb701;
}

.blog-details-wrapper .blog-details .blog-text ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #191919;
}

@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-color: #ffb701;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details .blog-text ul li::before {
    top: 0;
    transform: none;
    width: 16px;
    height: 16px;
    
  }
}

.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: 30px;
  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;
    padding: 20px;
  }
}

.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: 75px;
  height: 75px;
  -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: #FFB701;
  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;
  line-height: 20px;
  margin-bottom: 5px;
}

.right-blog-details .similar-blogs a span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #ffb701;
}

.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;
}

.right-blog-details .share-wrapper a svg path {

  transition: all 0.5s ease-in-out;
}

.right-blog-details .share-wrapper a:hover svg path {
  fill: #ffb701;
  transition: all 0.5s ease-in-out;
}

.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;
  font-weight: 600;
}

@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: 509px;
  max-width: 427px;
  border: 5px solid #f3f3f3;
  left: auto;
  right: 0;
  bottom: -50px;
}

.about-wrapper2 .about-images img:last-of-type {
  height: 509px;
  max-width: 407px;
  left: 0;
  right: auto;
  top: -50px;
}

@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: #1A1E3A;
}

.contact-wrapper form input::placeholder,
.contact-wrapper form textarea::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #1A1E3A;
  font-family: "Inter";
}

.contact-wrapper form textarea {
  grid-column: span 2;
  resize: none;
  height: 200px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .contact-wrapper form textarea {
    grid-column: span 1;
  }
}

.contact-wrapper form .btn {
  background-color: #FFB701;
  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 #emailMsg {
  font-size: 12px;
  letter-spacing: 1px;
  position: absolute;
  top: 33%;
  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: #FFB701;
  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, 183, 1, 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-weight: 600;
  color: #1A1E3A;
  margin: 15px 0;
}

.transfer-details-wrapper .transfer-details-info span.duration {
  font-size: 14px;
  font-weight: 500;
}

.transfer-details-wrapper .transfer-details-info .short-description {
  margin: 30px 0;
  height: 225px;
  overflow-y: scroll;
}

.transfer-details-wrapper .transfer-details-info a.btn {
  background-color: transparent !important;
  color: #2c3f50 !important;
}

.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-wrapper .transfer-details-info .short-description {
    height: auto;
  }
}

.transfer-details-list ul li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
}

@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;
  cursor: pointer;
}

.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%; */
    flex: none;
    justify-content: center;
    flex-direction: column;
  }

  .careers-steps-wrapper .step:last-of-type {
    display: none;
  }
}

.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: #1A1E3A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-right: 5px;
  padding-left: 2px;
}

.careers-steps-wrapper .step p {
  font-weight: 700;
  color: #1A1E3A;
  font-family: "Karla";
}

.careers-steps-wrapper .step.active span {
  background-color: #FFB701;
}

.careers-steps-wrapper .step.active p {
  color: #1A1E3A;
  font-family: "Inter";
}

.careers-steps-wrapper .step.active::after {
  background-color: #FFB701;
}

.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: #FFB701;
  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-steps-wrapper .step p {
    font-size: 12px;
  }

  .careers-steps-wrapper .step span {
    font-size: 28px;
    width: 45px;
    height: 45px;
  }
}

.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%;
  font-size: 16px;
}

@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: #1A1E3A;
  font-size: 16px;
}

.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: #1A1E3A;
  font-size: 16px;
}

.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%;
  height: 40px;
}

.careers-wrapper .why-work .flex-btns button {
  background-color: #FFB701;
  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: #1A1E3A;
  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: #1A1E3A;
  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: #FFB701;
  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(26, 30, 58, 0.1);
  border-radius: 30px;

  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 span {
  font-size: 14px;
  color: #1A1E3A;
  letter-spacing: 1px;
}

.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, 30, 58, 0.1);
  margin-top: auto;
  border: none;
}

@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: 500px;
  background-color: #1A1E3A;
  color: #fff;
  border: none;
  height: 45px;
  max-width: 178px;
}

@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: 1.15px;
}

@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 .dropoff-location-p {
  text-align: end;
}

.transfer-booking-wrapper .transfer-booking-details .booked-details .transfer-route-details .items hr {
  width: 1px;
  height: 32px;
  background-color: #1A1E3A;
  border: none;
}

@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: #1A1E3A;
  letter-spacing: 0;
  display: block;
  width: 100%;
  max-width: 41px;
}

.transfer-booking-wrapper .transfer-booking-details .booked-details .transfer-route-details .items .date-time .date-time-pickup {
  display: flex;
  align-items: center;
  gap: 10px;
}



.transfer-booking-wrapper .transfer-booking-details .booked-details .transfer-route-details .items .date-time hr {
  width: 40px;
  height: 1px;
  background-color: rgba(25, 25, 25, 0.2);
  margin: 3px 0;
}

.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;
    gap: 10px;
  }
}

.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 #FFB701;
}

.vehicle-wrapper .car .selected-car {
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #FFB701;
  color: #fff;
  padding: 10px 15px;
  padding-left: 45px;
  background-image: url("../images/checked-w.svg");
  background-repeat: no-repeat;
  background-position: 15px;
  display: none;
}

@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: #1A1E3A;
}

.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: #1A1E3A;
  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%;
}

/* .overview-wrapper h4 {
  padding: 30px;
} */
@media screen and (max-width: 1299px) {
  .overview-wrapper {
    width: 100%;
    margin-top: 20px;
  }
}

@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 .picked-adults {
  background-image: url("../images/People.svg");
  background-position: 0;
  background-repeat: no-repeat;
}

.overview-wrapper .car-details .picked-children {
  background-image: url("../images/Children.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 19px;
}

.overview-wrapper .car-details .picked-boosters {
  background-image: url("../images/Booster seat.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 19px;
}

.overview-wrapper .car-details .picked-large_bags {
  background-image: url("../images/bags-g.svg");
  background-position: 0;
  background-repeat: no-repeat;
}

.overview-wrapper .car-details .picked-medium_bags {
  background-image: url("../images/small-bag.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 19px;
}



.overview-wrapper .car-details .picked-adults2 {
  background-image: url("../images/People.svg");
  background-position: 0;
  background-repeat: no-repeat;
}

.overview-wrapper .car-details .picked-children2 {
  background-image: url("../images/Children.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 17px;
}

.overview-wrapper .car-details .picked-boosters2 {
  background-image: url("../images/Booster seat.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 17px;
}

.overview-wrapper .car-details .picked-large_bags2 {
  background-image: url("../images/bags-g.svg");
  background-position: 0;
  background-repeat: no-repeat;
}

.overview-wrapper .car-details .picked-medium_bags2 {
  background-image: url("../images/small-bag.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 19px;
}




.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: #1A1E3A;
  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: 500px;
  height: 41px;
}

@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: #FFB701;
  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);
}

.overview-wrapper-step1 {
  padding: 0;
}

.overview-wrapper-step1>h4 {
  padding: 30px;
  border-bottom: 2px solid #F9F9F9;
}

.overview-wrapper-step1 .picked-car {
  padding: 20px 30px;
  margin: 0;
}

.overview-wrapper-step1 .car-details {
  margin: 0;
  padding: 0 30px;
}

.overview-wrapper-step1 .total-price {
  margin: 0;
  padding: 20px 30px;
  border-bottom: 2px solid #F9F9F9;
  border-top: 2px solid #F9F9F9;
}

.overview-wrapper-step1 .flex-btns {
  margin: 0;
  padding: 30px !important;
}

@media screen and (max-width: 767px) {
  .overview-wrapper-step1>h4 {
    padding: 30px 20px;
  }

  .overview-wrapper-step1 .picked-car {
    padding: 20px;
  }

  .overview-wrapper-step1 .car-details {
    padding: 0 20px;
  }

  .overview-wrapper-step1 .total-price {
    padding: 20px;
  }

  .overview-wrapper-step1 .flex-btns {
    padding: 30px 20px;
  }
}

.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: #FFB701;
  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: #1A1E3A;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}

.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: #FFB701;
  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;
  line-height: 16px;
}

.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: #FFB701;
  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;
  position: relative;
}

@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%;
font-size: 13px;
}

.client-booking-information .basic-information input::-moz-placeholder {
  color: #1A1E3A;
  font-weight: 500;
  font-size: 16px;
  font-family: "Inter";
}

.client-booking-information .basic-information input::placeholder {
  color: #1A1E3A;
  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:first-of-type span{
  color: #ffb701;
}


.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: #FFB701;
}

.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: #1A1E3A;
  font-weight: 500;
  font-size: 16px;
  font-family: "Inter";
}

.client-booking-information .additional-requests textarea::placeholder {
  color: #1A1E3A;
  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 span{
  color: #EA4335;
  margin-left: 5px;
  display: inline-block;
}

.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;
}

.client-booking-information .final-check a{
  color: #ffb701;
  font-weight: 700;
}

@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: 820px;
  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;
  color: #1A1E3A;
  text-align: left;
  margin-left: 0;
  max-width: unset;
  padding-top: 0;
}

.form-popup-wrap .form-popup .form-container .options .option p span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  color: #FFB701;
}

.form-popup-wrap .form-popup .form-container .options .option .counter-controls .counter-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #d9d9d9;
  color: #1A1E3A;
  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: #1A1E3A;
  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: 7; */
  margin-top: -225px;
  scroll-margin-top: 225px;
  z-index: 2;
}

.rent-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 200px;
  /* gap: 35px; */
  gap: 20px;
  background-color: #fff;
  width: 100%;
  /* padding-left: 35px;
  padding-right: 35px; */
  padding-left: 20px;
    padding-right: 20px;
  margin: 50px 0;
  border-radius: 20px;
  position: relative;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}

.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;
  width: 100%;
  text-align: left;
  display: block;
  font-weight: 700;
}

.rent-form .inputs-div details,
.rent-form .inputs-div input {
  border: none;
  border-bottom: 1px solid rgba(85, 85, 85, 0.2);
  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;
  cursor: pointer;
  text-align: left;
  color: #1A1E3A;
  text-align: left;
}

.rent-form .inputs-div input[readonly] {
  -webkit-text-fill-color: #1A1E3A !important;
  /* forsira boju teksta na iOS */
  color: #1A1E3A !important;
  opacity: 1 !important;
  /* iOS smanjuje opacity za readonly */
  text-align: left !important;
}

.rent-form .inputs-div input[type="text"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  /* uklanja iOS rounded style */
}

.date-wrapper input {
  display: block;
  text-align: left !important;
}

.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 summary::-webkit-details-marker {
  display: none;
}

.transfer-booking-wrapper .transfer-booking-details .booked-details .top-details details summary::-webkit-details-marker {
  display: none;
}

.rent-form .inputs-div details .dropdown-list {
  position: absolute;
  background-color: #fff;
  width: 100%;
  max-height: 330px;
  overflow-y: scroll;
  z-index: 2;
  left: 0;
  top: 35px;
  border: 1px solid rgba(85, 85, 85, 0.2);
}

.rent-form .inputs-div details#pickup-div .dropdown-list {
  z-index: 3;
}

.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:hover {
  background-color: #dedede;
}

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

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

.rent-form .search-btn {
  background-color: #FFB701;
  color: #fff;
  font-weight: 600;
  width: 100%;
border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  letter-spacing: 0.35px;
  padding: 14px 10px;
  font-family: "Inter";
  max-width: 150px;
}

.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 */

.success-cont .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.right-blog-details {
  width: 35%;
}

.explore-transfer-wrapper .btn {
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  color: #FFB701;
  border: 1px solid #FFB701;
  background-color: transparent;
  margin-top: 30px;
  font-weight: 700;
}

.explore-transfer-wrapper .btn svg {
  margin-left: 10px;
}

.why-choose-section .why-choose-wrapper .title p {
  color: #fff;
}

.video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -10;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.video-wrap.open-video {
  z-index: 105;
  opacity: 1;
}

.video-wrap .video {
  background-color: transparent;
  padding: 10px;
  width: 90%;
  height: 80%;
  max-width: 800px;
  max-height: 500px;
  position: relative;
  border: 2px solid #FFB701;
}

.video-wrap .video .closeVideo {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #FFB701;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  top: -25px;
  right: -25px;
  cursor: pointer;
  background-image: url(../images/close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}

.rent-form .inputs-div details.details-select summary .details-summary {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}


.rent-form .inputs-div details.details-select summary .details-summary .summary-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rent-form .inputs-div details.details-select summary .details-summary .summary-item span {
  color: #1A1E3A;
  font-size: 16px;
  letter-spacing: 1px;
}

.rent-form .tab-btns {
  position: absolute;
  top: -49px;
  left: 0;
  display: flex;
  align-items: center;
}

.rent-form .tab-btns .tab-btn {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4.5px);
  padding: 15px 25px;
  cursor: pointer;
  min-width: 130px;
}

.rent-form .tab-btns .tab-btn:nth-of-type(1) {
  border-top-left-radius: 25px;
}

.rent-form .tab-btns .tab-btn:nth-of-type(2) {
  border-top-right-radius: 25px;
}

.rent-form .tab-btns .tab-btn.active {
  background-color: #FFB701;
  color: #fff;
}

.return-date {
  display: none;
}

.rent-form .inputs-div details .dropdown-list ul li input[type=radio]:checked+label {
  color: #fff;
}

.transfer-booking-wrapper .transfer-booking-details .booked-details .top-details 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%;
  padding-right: 20px;
  background-position-y: bottom;
  cursor: pointer;
  border-radius: 30px;
}

.disabled-details {
  pointer-events: none;
  /* blokira klik */
  opacity: 0.5;
  /* vizuelni indikator */
}

.popupwrap .form-popup .close {
  position: absolute;
  top: 0px;
  right: 0px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #FFB701;
  color: #fff;
  font-size: 20px;
  width: 50px;
  height: 35px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}

.popupwrap.stop-popup .title {
  margin-bottom: 15px;
}

.overview-wrapper .additional-stops-overview {
  padding: 20px 0;
  border-top: 2px solid #F9F9F9;
  border-bottom: 2px solid #F9F9F9;
  margin-top: 20px;
}

.overview-wrapper .additional-stops-overview .stop {
  color: #4A4A4A;
  font-size: 16px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}

.overview-wrapper .additional-stops-overview .stop::before {
  content: "";
  background-image: url('../images/stop-pin.svg');
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.overview-wrapper .additional-stops-overview .stop span {
  color: #4A4A4A;
  font-size: 16px;
  letter-spacing: 0;
  margin-left: 5px;
}

.overview-wrapper .additional-stops-overview .stop .remove-stop {
  background-image: url('../images/remove-stop.svg');
  background-repeat: no-repeat;
  background-size: 14px;
  cursor: pointer;
  margin-left: 10px;
  width: 18px;
  height: 14px;
}

.basic-information #emailMsg {
  font-size: 12px;
  letter-spacing: 1px;
  position: absolute;
  top: 65%;
  left: 30px;
  text-transform: none;
  color: #ffb701;
}

.overview-wrapper .car-details .car-bags-medium {
  background-image: url(../images/small-bag.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 18px;
}

.tripadvisor-reviews {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  background-image: url('../images/tripadvisor.svg');
  background-repeat: no-repeat;
  background-size: 37px;
  background-position: 0;
  padding-left: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: fit-content;
}

.tripadvisor-reviews p {
  max-width: max-content;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  padding-top: 0;
}

.tripadvisor-reviews img {
  object-fit: contain;
}

.tripadvisor-reviews img:nth-of-type(1) {
  margin-left: 20px;
}

.tripadvisor-reviews img:nth-of-type(5) {
  margin-right: 20px;
}



.upit-popup-transfer .transfer-type {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.upit-popup-transfer .transfer-type .tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.upit-popup-transfer .transfer-type .tab-btn.active {
  border-bottom: 2px solid #FFB701;
}

.upit-popup-transfer .transfer-dates {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  gap: 20px;
}

.upit-popup-transfer .transfer-dates .inputs-div label {
  font-size: 18px;
  font-weight: 700;
  color: #1A1E3A;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}

.upit-popup-transfer .transfer-dates .inputs-div input {
  border: none;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
  ;
  appearance: none;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  text-align: center;
  padding-bottom: 5px;
}

.upit-popup-transfer .transfer-dates .inputs-div input:focus {
  outline: none;
}

.upit-popup-transfer h4 {
  font-size: 20px;
}

.upit-popup-transfer h4::before {
  background-size: 35px;
  width: 35px !important;
  height: 30px !important;
}

.upit-popup-transfer .luggage-number h4::before {
  background-size: 20px;
  width: 20px !important;
}

.upit-popup-transfer .submit-wrap {
  margin-top: 30px;
}

.upit-popup-transfer .submit-wrap .blueBtn {
  margin-left: auto;
  margin-right: auto;
}

.rent-form-wrapper2 {
  margin-top: 0;
}



.rent-wrapper-section {
  margin-top: 114px;
  position: sticky;
  top: 50px;
  z-index: 50;
  padding-bottom: 0;
  padding-top: 100px;
  transition: all 0.5s ease-in-out;
}

.rent-wrapper-section.visible {
  opacity: 1;
  transform: translateY(0);
}

header.small-header {
  padding: 20px 0;
  transition: all 0.5s ease-in-out;
}

header.small-header .hdr-logo {
  height: 40px;
  max-width: 95px;
  transition: all 0.5s ease-in-out;
}

.rent-form-wrapper2 .rent-form .inputs-div details summary {
  background-image: none;
}

.rent-form-wrapper2 .rent-form .inputs-div details.details-select summary {
  background-image: url(../images/arr-down-g.svg);
}

.tours-wrapper .tour-card .btn {
  max-width: max-content;
  height: 40px;
  font-weight: 500;
}

.tours-wrapper .tour-card .btn:hover {
  background-color: #ffb701;
  border: 1px solid #ffb701;
  color: #fff;
}

.iti__country-container {
  bottom: 1px;
}


.navbar .links li.mobile-nav-list {
  display: none;
}

.main-h1 {
  position: absolute;
  left: 0;
  top: 14%;
  z-index: 2;
  width: 100%;
}

.main-h1 h1 {
  font-size: 25px;
}

.main-pagination {
  position: absolute;
  right: 0 !important;
  bottom: 12% !important;
  z-index: 2;
  left: auto !important;
  width: max-content !important;
}

.main-pagination .swiper-pagination-bullet {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  background-color: transparent;
  color: #fff;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  margin: 10px 0 !important;
  font-weight: 600;
  font-size: 16px;
  margin-left: auto !important;
}

.main-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  margin-left: 10px;
  transition: all 0.5s;
}

.main-pagination .swiper-pagination-bullet::before {
  display: none;
}

.main-pagination .swiper-pagination-bullet-active::after {
  width: 90px;
  height: 1px;
}

.main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-weight: 600;
}

.swiper-pagination-reviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.rent-form .search-btn.no-zoom::before {
  display: none;
}




.swiper-pagination-reviews {
  bottom: 0;
  display: none;
}

.swiper-pagination-reviews .swiper-pagination-bullet {
  width: 21px;
  height: 21px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
  margin: 0 15px;
}

.swiper-pagination-reviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}



body:has(.overview-wrapper3) {
  overflow-x: visible;
}

.overview-wrapper3 {
  position: sticky;
  top: 120px;
}

.rent-form .inputs-div input:focus {
  outline: none;
}

.rent-form .inputs-div .dropdown-list label {
  font-weight: 400;
}


.flatpickr-months .flatpickr-month {
  height: 45px !important;
}

.flatpickr-time input {
  text-align: center !important;
  margin-top: 0 !important;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /* 👈 dodaj ovo */
  gap: 5px;
}

.breadcrumbs li a {
  color: #fff;
  font-size: 14px;

}

.breadcrumbs li+li::before {
  content: "/";
  color: #fff;
  margin: 0 5px;
}

.breadcrumbs-blog {
  justify-content: flex-start;
  margin-bottom: 20px;
  flex-wrap: wrap;
  /* 👈 dodaj ovo */
  gap: 5px;
}

.breadcrumbs-blog li a {
  color: #1A1E3A;
}

.breadcrumbs-blog li+li::before {
  color: #1A1E3A;
}

.hamburger-mobile {
  display: none;
}

header ul.small-menu li.book-li {
  padding: 13px 15px;
  border: 1px solid #fff;
  border-radius: 15px
}

header ul.small-menu li.book-li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
}

.desktop-language {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  cursor: pointer;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}

.desktop-language summary {
  color: #1A1E3A;
  font-weight: 500;
  padding: 10px 25px 10px 20px;
  appearance: none;
  list-style: none;
  background-image: url('../images/arr-down-g.svg');
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 20px;
}

.desktop-language ul {
  position: absolute;
  top: 45px;
  right: 0;
  background-color: #fff;
  width: 100%;
  padding: 10px;
}

.desktop-language ul li {
  /* margin-bottom: 10px; */
  text-transform: uppercase;
  text-align: center;
}

.desktop-language ul li+li {
  margin-bottom: 0;
}


.services-section {
  background: #ffffff;
  font-family: "Inter", system-ui, sans-serif;
  padding-bottom: 70px;
  scroll-margin-top: 150px;
}



/* Header row — desc levo (90), eyebrow + title desno */
.services-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 98px;
  /* od y=1005 do y=1109 (kartice) = ~104 */
}

.services-desc {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 300;
  /* Light */
  color: #000000;
  line-height: 25px;
  letter-spacing: 0.35px;
  max-width: 511px;
  margin: 24px 0 0;
  /* title top 1005 → desc takodje on 1005, ali eyebrow iznad */
}

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

.services-eyebrow {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1a1e3a;
  letter-spacing: 1px;
  line-height: 19px;
  text-transform: uppercase;
  margin: 0;
}

.services-title {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 45px;
  font-weight: 500;
  color: #1a1e3a;
  letter-spacing: 1px;
  line-height: 1;
  margin: 5px 0 0;
}

/* Grid 3×400 with gap 30 */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: flex-start;
}

/* Card base — 400×421, white, radius 20 */
.service-card {
  position: relative;
  /* width: 400px; */
  height: 421px;
  background: #ffffff;
  border: 1px solid rgba(26, 30, 58, 0.1);
  border-radius: 20px;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: box-shadow 0.3s, transform 0.3s;
}

.service-card.is-active {
  border-color: transparent;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}



.service-card:hover:not(.is-active) {
  box-shadow: 0 10px 30px -20px rgba(26, 30, 58, 0.3);
  transform: translateY(-4px);
}

/* Icon block — slike poravnate po dnu (baseline) da se sve karoserije i točkovi
   nalaze na istoj liniji kroz sve 3 kartice */
.service-icon {
  width: 239px;
  height: 97px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.service-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.service-icon--limo {
  width: 242px;
  height: 97px;
}

.service-icon--limo-hourly {
  position: relative;
  width: 274px;
  height: 97px;
}

.service-icon--limo-hourly .service-icon-car {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 239px;
  height: auto;
}

.service-icon--limo-hourly .service-icon-clock {
  position: absolute;
  right: 0;
  top: 0;
  width: 89px;
  height: 79px;
}

/* Title + sub */
.service-title {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #1a1e3a;
  letter-spacing: 0.35px;
  line-height: 1.1;
  margin: 12px 0 0;
}

.service-title-sub {
  display: inline;
  font-size: 18px;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: 0.35px;
  color: rgba(26, 30, 58, 0.7);
  white-space: nowrap;
}

/* Description */
.service-text {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1a1e3a;
  line-height: 20px;
  margin: 18px 0 0;
  /* max-width: 277px; */
}



/* CTA button (pill) — 211×52, radius 500, #ffb701, Inter Medium 16 white */
.service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 211px;
  /* height: 52px; */
  background: #ffb701;
  border-radius: 500px;
  color: #ffffff;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.35px;
  margin-top: 0;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.service-card:hover .service-btn {
  background: #ffc93c;
  opacity: 1;
  visibility: visible;
  height: 52px;
  margin-top: 18px;
}

/* Responsive */
@media (max-width: 1199px) {
  .services-inner {
    padding: 0 40px;
  }

  .services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* grid-template-columns: repeat(2, 1fr); */
  }

  .service-card {
    width: auto;
    flex: 0 0 calc(50% - 30px);
  }
}

@media (max-width: 1023px) {

  /* Naslov/podnaslov idu PRVI, opisni tekst ispod */
  .services-section {
    padding: 60px 0 40px;
  }

  .services-head {
    flex-direction: column-reverse;
    gap: 20px;
    margin-bottom: 40px;
  }

  .services-heading {
    text-align: left;
  }

  .services-desc {
    margin: 0;
  }



  .service-card {
    margin: 0 auto;
    /* max-width: 420px; */
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }

  .services-title {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .services-section {
    padding: 48px 0 28px;
  }

  .services-inner {
    padding: 0 16px;
  }

  .services-head {
    margin-bottom: 28px;
  }

  .service-card {
    height: auto;
    padding: 48px 24px 36px;
  }
}

.about-wrapper .text .btn {
  margin-top: 30px;
}

.line-title span {
  position: relative;
}

.about-images .yellow-part {
  width: 100px;
  height: 60%;
  position: absolute;
  background-color: #FFB701;
  border-radius: 10px;
  left: 25%;
  top: 17%;
  z-index: -1;
}

.videobg .title {
  width: 44%;
  text-align: end;
}

.light-bg {
  background-color: #FAFAFA;
}

.how-section {
  position: relative;
  width: 100%;
  background: #f6f7fb;
  padding: 0 0 50px;
  font-family: "Inter", system-ui, sans-serif;
}


/* Header — centered eyebrow + title, sa dekorativnom kraticom iznad */
.how-head {
  text-align: center;
  margin-bottom: 75px;
}

.how-head::before {
  content: "";
  display: block;
  width: 2px;
  height: 60px;
  background: #ffb701;
  margin: 0 auto 20px;
}

.how-eyebrow {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1a1e3a;
  letter-spacing: 1px;
  line-height: 19px;
  text-transform: uppercase;
  margin: 0;
}

.how-title {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 45px;
  font-weight: 500;
  color: #1a1e3a;
  letter-spacing: 1px;
  line-height: 1;
  margin: 5px 0 0;
}

/* 3 steps — grid 3×354 with gap 0 (Figma places via x coords) */
.how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: start;
}

/* Step — individual item */
.step {
  position: relative;
  /* width: 370px; */
  max-width: 100%;
  /* margin: 0 auto; */
  text-align: center;
  font-family: "Inter", system-ui, sans-serif;
}

.step-label {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  /* SemiBold per Figma */
  color: #1a1e3a;
  letter-spacing: 0.35px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0 0 22px;
}

/* Visual: 338×338 circle image with amber shadow-circle behind */
.step-visual {
  position: relative;
  width: 338px;
  height: 338px;
  margin: 0 auto 79px;
  /* 79 px gap to title (from Figma flex gap) */
}

/* Amber circle behind — Ellipse 22 offset (+58, +38) relative to image */
.step-amber {
  position: absolute;
  left: 58px;
  top: 38px;
  width: 338px;
  height: 338px;
  border-radius: 999px;
  background: #ffb701;
  z-index: 0;
}

.step-img {
  position: relative;
  width: 338px;
  height: 338px;
  border-radius: 999px;
  object-fit: cover;
  z-index: 1;
  display: block;
}

/* Title + text — aligned left-ish per Figma (items-start) but centered tekst */
.step-title {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #1a1e3a;
  letter-spacing: 0.75px;
  line-height: 1.1;
  margin: 0;
}

.step-text {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #1a1e3a;
  letter-spacing: 0.35px;
  line-height: 25px;
  margin: 18px 0 0;
}

/* Saznaj više CTA — 211×52 navy pill, centered */
.how-cta {
  display: flex;
  justify-content: center;
  margin-top: 75px;
  /* 4505 step bottom → 4580 button top */
}

.how-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 211px;
  height: 52px;
  background: #1a1e3a;
  color: #ffffff;
  border-radius: 500px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.35px;
}


/* Responsive */
@media (max-width: 1199px) {
  .how-inner {
    padding: 0 40px;
  }

  .step {
    width: auto;
  }

  .step-visual {
    width: 280px;
    height: 280px;
  }

  .step-amber {
    width: 280px;
    height: 280px;
    left: 48px;
    top: 32px;
  }

  .step-img {
    width: 280px;
    height: 280px;
  }
}

@media (max-width: 1023px) {
  .how-steps {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .how-title {
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  .how-section {
    padding: 24px 0 80px;
  }

  .how-inner {
    padding: 0 16px;
  }

  .step-visual {
    width: 240px;
    height: 240px;
    margin-bottom: 48px;
  }

  .step-amber {
    width: 240px;
    height: 240px;
    left: 40px;
    top: 28px;
  }

  .step-img {
    width: 240px;
    height: 240px;
  }

  .how-cta {
    margin-top: 50px;
  }
}

.fast-taxi-bg .max-width {
  justify-content: flex-end;
}

.fast-taxi-bg .flex-btns {
  justify-content: flex-end;
}

.btn.yellow {
  background-color: #ffb701;
  border: 1px solid #ffb701;
  font-weight: 500;
}

.btn.yellow:hover {
  color: #fff;
}

.btn.transparent {
  background-color: transparent;
  border: 1px solid #fff;

}

.btn.transparent:hover {
  color: #fff;
}

.app-section {
  position: relative;
  width: 100%;
}

.btn.transparent.border {
  border: 1px solid #2C3F50;
  color: #2C3F50;
}


/* Decorative circles — pozicionirani po Figma canvas X koordinatama
   unutar .app-inner (max-width 1440, overflow hidden) */
.app-circle {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

/* Ellipse 28 — big amber (402×402) at canvas x=1050 → box x=960 */
.app-circle--big {
  left: 960px;
  top: 273px;
  width: 402px;
  height: 402px;
  background: #ffb701;
}

/* Ellipse 30 — small navy (144×144) at canvas x=1039 → box x=949 */
.app-circle--small {
  left: 949px;
  top: 217px;
  width: 144px;
  height: 144px;
  background: #1a1e3a;
}

/* Ellipse 29 — navy (193×193) at canvas x=1332 → box x=1242 (klipovan desno) */
.app-circle--navy {
  left: 1242px;
  top: 482px;
  width: 193px;
  height: 193px;
  background: #1a1e3a;
}

/* Left column — Frame 2041 @ canvas (90, 5332) → box (60, 60), 662×761 */
.app-copy {

  width: 662px;
}

.app-eyebrow {

  font-size: 16px;
  font-weight: 400;
  color: #1a1e3a;
  letter-spacing: 1px;
  line-height: 19px;
  text-transform: uppercase;
  margin: 0;
}

.app-title {
  font-size: 45px;
  font-weight: 500;
  color: #1a1e3a;
  letter-spacing: 0.35px;
  line-height: 1.1;
  margin: 5px 0 0;
}

.app-desc {

  font-size: 16px;
  font-weight: 300;
  color: #1a1e3a;
  letter-spacing: 0.35px;
  line-height: 25px;
  margin: 35px 0 0;
  max-width: 662px;
}

/* Features list — gap 25 between items */
.app-features {
  list-style: none;
  padding: 0;
  margin: 35px 0 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 508px;
}

.feature {
  display: flex;
  gap: 23px;
  align-items: center;
  font-family: "Inter", system-ui, sans-serif;
}

/* Icon background — 87×78, radius 15, amber 20% */
.feature-icon {
  width: 87px;
  height: 78px;
  border-radius: 15px;
  background: rgba(255, 183, 1, 0.2);
  display: grid;
  place-items: center;
  flex: none;
}

.feature-icon svg {
  width: auto;
  height: auto;
  color: #1a1e3a;
}

.feature-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* --full: SVG već uključuje amber-soft bg 87×78 — ukloni duplikat bg iz containera */
.feature-icon--full {
  background: transparent;
  border-radius: 0;
  overflow: hidden;
}

.feature-icon--full img {
  width: 100%;
  height: 100%;
}

.feature-title {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #1a1e3a;
  letter-spacing: 0.35px;
  line-height: 1.1;
  margin: 0;
}

.feature-text {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #1a1e3a;
  letter-spacing: 0.35px;
  line-height: 25px;
  margin: 5px 0 0;
}

/* Store buttons — 256×76 black pills */
.app-stores {
  display: flex;
  gap: 31px;
  margin-top: 50px;
  flex-wrap: wrap;

  scroll-margin-top: 120px;
}

.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 246px;
  height: 76px;
  padding: 0 20px;
  background: #000000;
  color: #ffffff;
  border-radius: 12px;
  transition: background 0.2s;
}

.store-btn:hover {
  background: #14214a;
}

.store-btn svg {
  flex: none;
}

.store-btn small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  opacity: 0.9;
}

.store-btn strong {
  display: block;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  margin-top: 2px;
}

.store-btn-dark {
  background: #0b1428;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Right column: phone mockup — iPhone 15 @ canvas x=746 → box x=656 */
.app-visual {
  position: absolute;
  left: 656px;
  top: 0;
  width: 675px;
  height: 771px;
  z-index: 1;
}

.app-visual img {
  position: absolute;
  left: 0;
  top: 0;
  width: 675px;
  height: auto;
  max-width: none;
  display: block;
}



@media (max-width: 1339px) {
  .app-section {
    height: auto;
  }

  .app-inner {
    width: 100%;
    max-width: 980px;
    min-height: 0;
    padding: 60px 60px 60px 60px;
    overflow: visible;
  }

  .app-copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
  }

  /* .app-visual {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 0 auto;
  } */

  /* .app-visual img {
    position: relative;
    width: 100%;
    height: auto;
  } */

  .app-circle {
    display: none;
  }
}

@media (max-width: 1023px) {


  .app-inner {
    padding: 40px 28px;
  }

  .app-title {
    font-size: 34px;
  }
}

@media (max-width: 640px) {
  .app-inner {
    padding: 32px 20px;
  }

  .app-title {
    font-size: 28px;
  }

  /* Dugmad za stores — puna visina kao u Figmi (76px), dovoljno "dubine" */
  .app-stores {
    gap: 14px;
    flex-direction: column;
  }

  .store-btn {
    min-width: 0;
    width: 100%;
    height: 72px;
    padding: 0 22px;
    gap: 14px;
    border-radius: 14px;
  }

  .store-btn svg {
    width: 26px;
    height: 30px;
  }

  .store-btn small {
    font-size: 11px;
  }

  .store-btn strong {
    font-size: 20px;
  }

  .feature {
    gap: 16px;
  }

  .feature-icon {
    width: 68px;
    height: 62px;
  }
}

.white-title span {
  color: #fff;
}

.why-choose-statistics {
  width: 50vw;
  height: 100%;
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
}

.why-choose-statistics .item {
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #ffb701;
  width: 193px;
  height: 193px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
}

.why-choose-statistics .item span {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 1px;
}

.why-choose-statistics .item p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.35px;
}

.why-choose-statistics .max-width {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.partnersSwiper {
  width: 100%;
}

.partnersSwiper .swiper-slide a img {
  width: 100%;
  max-width: 324px;
  height: 108px;
  object-fit: contain;
  object-position: center;
}

.footer {
  background: #1a1e3a;
  color: #ffffff;
  font-family: "Inter", system-ui, sans-serif;
  padding: 0;
  padding-top: 70px;
}



/* ---------- LEFT COLUMN (x=0 inside container, w=412) ---------- */
.footer-left {
  width: 412px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer-brand {
  display: inline-block;
  width: 206px;
  height: 118px;
  line-height: 0;
}

.footer-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;

}

/* Store buttons row — kompaktne, usklađene sa screenshotom (≈128×44) */
.footer-stores {
  display: flex;
  gap: 12px;
}

.footer-store {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: transparent;
  border: 1.2px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  color: #ffffff;
  text-decoration: none;
  transition: border-color .2s, background .2s;
}

.footer-store:hover {
  border-color: #ffb701;
  background: rgba(255, 255, 255, 0.04);
}

.footer-store svg {
  flex: none;
}

.footer-store small {
  display: block;
  font-size: 9px;
  color: #fff;
  font-weight: 400;
  letter-spacing: .6px;
  text-transform: uppercase;
  opacity: .85;
  line-height: 1;
}

.footer-store strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.1;
  margin-top: 2px;
  color: #fff;
}

/* Contacts list — each row has 43.79 icon pill + title(18 semi) + value(16 light) */
.footer-contacts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 11px;
}

.footer-contact-icon {
  flex: none;
  width: 43.793px;
  height: 43.793px;
  display: grid;
  place-items: center;
}

.footer-contact-icon img {
  width: 43.793px;
  height: 43.793px;
  display: block;
}

.footer-contact-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-contact-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.35px;
  margin: 0;
  line-height: 1.2;
}

.footer-contact-value {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.35px;
  margin: 0;
  line-height: 1.3;
  text-decoration: none;
}

.footer-contact-value:hover {
  color: #ffb701;
}

/* ---------- SOCIAL BLOCK (top-middle, left=calc(33.33%+25px)) ---------- */
.footer-social-block {
  position: absolute;
  left: calc(33.33% + 25px);
  top: 60px;
  /* usklađeno sa padding-top 60 boxa */
  width: 319px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.footer-col-title {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.35px;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.footer-social-block .footer-col-title {
  text-align: center;
  width: 100%;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
  width: 100%;
}

.footer-social {
  width: 43.793px;
  height: 43.793px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
}

.footer-social:hover {
  background: #ffb701;
  color: #fff;
  border-color: #ffb701;
}

.footer-social.is-active {
  background: #ffb701;
  color: #fff;
  border-color: #ffb701;
}

/* ---------- VIBER BUTTON (top-right, w=448, h=80) ---------- */
.footer-viber {
  position: absolute;
  right: 0;
  top: 54px;
  width: 450px;
  height: 94px;
  border: 1.5px solid #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  color: #ffffff;
  text-decoration: none;
  transition: background .2s;
}

.footer-viber:hover {
  background: rgba(255, 255, 255, 0.06);
}

.footer-viber-label {

  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.35px;
  color: #ffffff;
}

.footer-viber-badge {
  width: 49px;
  height: 49px;

}

.footer-viber-badge svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* ---------- NAV COLUMNS (row 2) ---------- */
.footer-nav {
  position: absolute;
  top: 200px;
  /* ispod vibera + društvenih mreža, usklađeno sa screenshotom */
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-nav--1 {
  left: calc(33.33% + 25px);
  width: 160px;
}

.footer-nav--2 {
  left: calc(55% + 10px);
  width: 140px;
}

.footer-nav--3 {
  left: calc(73% + 10px);
  width: auto;
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.35px;
  line-height: 1.3;
}

.footer-list li {
  cursor: pointer;
  transition: color .2s;
  position: relative;
}

.footer-list li a {
  display: flex;
  align-items: center;
}

.footer-list li a p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.35px;
  display: block;
  position: relative;
  z-index: 1;
}

.footer-list li a::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 21px;
  height: 21px;
  background-color: #ffb701;
  border-radius: 50%;
  display: none;
  z-index: 0;

}

.footer-list li a.active::before {
  display: block;
}

.footer-list li a.active {
  font-weight: 500;
  padding-left: 10px;
  /* bez padding-left — tekst ostaje poravnat sa ostalim stavkama */
}

.footer-dot {
  position: absolute;
  left: -6px;
  /* malo izlazi lijevo iza teksta */
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #ffb701;
  z-index: -1;
  /* iza teksta */
  pointer-events: none;
}

/* ---------- BOTTOM BAR (full viewport width) ---------- */
.footer-bottom {
  position: relative;
  margin: 40px 0 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #0f1328;
}

.footer-bottom-inner {
  min-height: 62px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 12px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-copy {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.footer-cards {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ---------- Responsive ---------- */
@media (max-width: 1339px) {



  .footer-inner {
    padding: 50px 40px 0;
  }



  .footer-viber {
    width: min(448px, 31%);
  }
}

@media (max-width: 1023px) {


  .footer-inner {
    padding: 50px 24px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .footer-left {
    width: 100%;
    max-width: 412px;
  }

  .footer-social-block,
  .footer-viber,
  .footer-nav {
    position: static;
    width: 100%;
    max-width: 448px;
    margin-top: 30px;
  }

  .footer-social-block {
    align-items: flex-start;
  }

  .footer-social-block .footer-col-title {
    text-align: left;
  }

  .footer-socials {
    justify-content: flex-start;
  }

  .footer-viber {
    height: 72px;
    padding: 0 22px;
  }

  .footer-viber-label {
    font-size: 18px;
  }


}

@media (max-width: 640px) {
  .footer-stores {
    flex-direction: column;
    width: 100%;
  }

  .footer-store {
    width: 100%;
    max-width: 160px;
    height: 49px;
  }

  .footer-inner {
    padding: 36px 18px 0;
    gap: 32px;
  }

  .footer-viber {
    height: 64px;
    padding: 0 18px;
  }

  .footer-viber-label {
    font-size: 15px;
    letter-spacing: 0.8px;
  }

  .footer-bottom-inner {

    flex-direction: column;
    gap: 10px;
  }

  .footer-copy {
    font-size: 12px;
    line-height: 1.5;
  }

  /* Copyright u dva reda na mobilnom ako span-ovi ne stanu u jedan */
  .footer-copy span {
    display: block;
  }

  .footer-cards {
    gap: 8px;
  }

  .footer-contact {
    gap: 10px;
  }

  .footer-contact-icon img {
    width: 36px;
    height: 36px;
  }

  .footer-contact-title {
    font-size: 12px;
  }

  .footer-contact-value {
    font-size: 14px;
  }
}

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

  .footer-inner {
    padding: 28px 14px 0;
  }





  .footer-list li {
    font-size: 14px;
  }

  .footer-social {
    width: 34px;
    height: 34px;
  }

  .footer-viber {
    height: 58px;
    padding: 0 14px;
    border-radius: 14px;
  }

  .footer-viber-badge {
    width: 38px;
    height: 38px;
  }

  .footer-viber-label {
    font-size: 13px;
  }
}

.footer-bottom-inner p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.footer-bottom-inner p a {
  color: #fff;
  margin-left: 5px;
}

.tours-wrapper {
  position: relative;
}

.tours-wrapper .tour-card .tour-info .tour-price {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.tours-wrapper .tour-card .tour-info .tour-price span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.35px;
}

.swiper-button-next-transf-home, .swiper-button-prev-transf-home {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border: 1px solid #1A1E3A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.swiper-button-next-transf-home:hover, .swiper-button-prev-transf-home:hover {
  background-color: #1A1E3A;
  transition: all 0.5s ease-in-out;
}

.swiper-button-next-transf-home:hover {
  background-image: url('../images/arr-next-w.svg');
}

.swiper-button-prev-transf-home:hover {
  background-image: url('../images/arr-prev-w.svg');
}


.swiper-button-next-transf-home {
  right: -70px;
  background-image: url('../images/arr-next-b.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-prev-transf-home {
  left: -70px;
  background-image: url('../images/arr-prev-b.svg');
  background-repeat: no-repeat;
  background-position: center;

}

.tours-wrapper {
  overflow: visible;
}

.transfersSwiperHome {
  padding-bottom: 50px;
}

.swiper-transf-home-pagination {
  bottom: 0 !important;
  width: 100% !important;
}

.swiper-transf-home-pagination .swiper-pagination-bullet {
  width: 85px !important;
  height: 1px !important;
  border-radius: 0 !important;
  background: #1A1E3A;
  opacity: 1;
}

.swiper-transf-home-pagination .swiper-pagination-bullet-active {
  background: #ffb701;
}

header.small-header .desktop-language {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.navbar .links::-webkit-scrollbar {
  width: 4px;
}

.navbar .links::-webkit-scrollbar-thumb {
  background: #FFB701;
}

.navbar .links::-webkit-scrollbar-thumb:hover {
  background: #FFB701;
}

.template-text p {
  margin-bottom: 15px;
}

.template-text ul li{
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.35px;
}

.template-text ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #ffb701;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}


.advertising-wrapper{
  position: relative;
  min-height: 740px;

}

.advertising-wrapper .advertising-img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 48vw;
  height: 600px;
  border-radius: 20px;
}

.advertising-wrapper .advertising-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.advertising-wrapper .advertising-img::before{
  content: "";
  position: absolute;
  top: 5%;
  left: 3%;
  width: 100%;
  height: 40%;
  background-color: #ffb701;
  z-index: -1;
}

.advertising-wrapper .advertising-text{
  width: 38vw;
  margin-left: auto;
}

.advertising-wrapper .advertising-text h2 {
  margin-bottom: 20px;
}


.title.yellow-span span {
  color: #ffb701;
}

.interested-section h2 {
  font-weight: 600;
}

.interested-section .btn{
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.taxi-block-wrapper .about-wrapper .about-images img:first-child{
left: auto;
right: 0;
}

.taxi-block-wrapper .about-wrapper .about-images img:last-of-type{
  right: auto;
  left: 0;
}

.taxi-block-wrapper .about-images .yellow-part {
  border-radius: 0;
  left: 62%;
}

.car-list-wrapper .car-cont .car-highlighted {
  position: absolute;
  top: 13px;
  right: 20px;
}



.pricelist-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;

}

.pricelist-wrapper::before{
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% + 40px);
  background-color: rgba(26, 30, 58, 0.1);
  display: block;
}

hr.pricelist-border{
  width: 100%;
  height: 2px;
  background-color: rgba(26, 30, 58, 0.1);
  margin-bottom: 40px;
  border: none;
}

.pricelist-wrapper .pricelist-cont{
  width: 46%;
}

.pricelist-wrapper .pricelist-cont .pricelist-title{
  background-color: #1A1E3A;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  padding: 13px 10px;
  position: relative;
}

.pricelist-wrapper .pricelist-cont .pricelist-title img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  object-fit: contain;
  object-position: center;
}

.pricelist-wrapper .pricelist-cont table {
  border: none;
  margin-top: 20px;
}

.pricelist-wrapper .pricelist-cont table tr{
  border-bottom: 1px solid rgba(26, 30, 58, 0.1);
}

.pricelist-wrapper .pricelist-cont table tr td{
  border: none;
  font-size: 24px;
  font-weight: 500;
  padding: 13px 0;
}

.pricelist-wrapper .pricelist-cont table tr td:nth-of-type(2) {
  font-weight: 700;
  text-align: end;
}

header.second-header ul.small-menu li.book-li {
  border: 1px solid #1A1E3A;
  background-color: #1A1E3A;
  
}

header.second-header ul.small-menu li.book-li a {
  color: #fff;
}

header.second-header ul.small-menu li.book-li a svg path {
  fill: #1A1E3A;
}


header.second-header ul.small-menu li.book-li a svg path#path1 {
  fill: #7B519C;
}


header.second-header .desktop-language {
background-color: #1A1E3A;

}

header.second-header .desktop-language summary{
  color: #fff;
  background-image: url(../images/arr-down-w.svg);
}

header.second-header .desktop-language ul{
  background-color: #1A1E3A;
}

header.second-header .desktop-language ul li a{
  color: #fff;
}

.rent-form-wrapper .title h2{
  /* font-size: 30px; */
  font-size: 27px;
  font-weight: 600;
}

.rent-form-wrapper .title span{
  letter-spacing: 0.35px;
  /* font-size: 14px; */
  font-size: 12px;
}

 .rent-form-wrapper .by-hour-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #1A1E3A;
  color: #fff;
  padding: 10px 25px;
display: flex;
align-items: center;
justify-content: center;
 }

 .rent-form-wrapper .by-hour-btn svg{
  margin-left: 10px;
 }

.rent-form .inputs-div input.list-search{
  padding: 6px 10px;
 background-color: rgba(0,0,0,0.5);
 border: 10px solid #ffb701;
  margin-top: 0;
  color: #fff;
  position: relative;
  display: block;
  background-image: none;
}

.rent-form .inputs-div input.list-search::placeholder {
  color: #fff;
}

.rent-form .inputs-div .list-search-wrapper{
  position: relative;
}

.client-booking-information h3{
  font-weight: 600;
}

.form-popup-wrap-home {
  max-width: 400px;
}

.form-popup-wrap-home .form-popup .form-container::before {
  display: none;
}

.form-popup-wrap-home .form-popup .form-container .passanger-number {
  width: 100%;
}

.transfer-booking-wrapper .client-booking-information .transfer-booking-details {
  width: 100%;
  padding: 0;
  border-radius: 0;
}

.transfer-booking-wrapper .client-booking-information .transfer-booking-details .booked-details{
  border: none;
  padding: 0;
  border-radius: 0;
}

.client-booking-information .transfer-information .transfer-location input {
  border: none;
  background-color: transparent;
  width: 100%;
  color: #1a1e3a;
  font-weight: 500;
  font-size: 16px;
}

.client-booking-information .transfer-information .transfer-location input::placeholder{
  color: #1a1e3a;
  font-weight: 500;
  font-size: 16px;
}


.client-booking-information .transfer-information .transfer-location input:focus {
  outline: none;
}

.client-booking-information .transfer-information .booked-details .hours-counter .counter-controls .counter-btn{
width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #1A1E3A;
  color: #fff;
  font-weight: 600;
  font-family: "Karla";
  font-size: 18px;
}

.client-booking-information .transfer-information .booked-details .hours-counter .counter-controls span{
font-size: 18px;
  font-weight: 700;
  font-family: "Karla";
  color: #1A1E3A;
  letter-spacing: 0;
  margin: 0px;
  width: 30px;
  display: inline-block;
  text-align: center;
}

.client-booking-information .transfer-information .top-details p {
  font-size: 18px;
  margin-bottom: 10px;
}

.tours-wrapper2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 50px;
}

.overview-wrapper .total-price .price-before-discount span{
  font-size: 20px;
}

.iti .iti__selected-dial-code {
  font-size: 13px;
  color: #1A1E3A;
}

.success-section .btn{
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}


.transfer-details-wrapper .transfer-details-info .transfer-price {
  font-size: 18px;
  font-weight: 600;
  background-color: transparent;
  border-radius: 10px;
  padding: 10px 25px;
  color: #1a1e3a;
  border: 1px solid #1A1E3A;
  width: max-content;
}

.transfer-details-wrapper .transfer-details-info .transfer-price span {
  color: #1a1e3a;
}

.overview-wrapper .picked-date {
  
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 25px;
}

.overview-wrapper-step1 .picked-date {
padding: 20px 30px;
margin-top: 0;
}

.overview-wrapper .picked-date h4 {
  font-weight: 600;
  margin-right: 10px;
  /* font-size: 20px; */
}

.overview-wrapper .picked-date p:last-of-type{
font-size: 16px;
  color: #4a4a4a;
}

.overview-wrapper .picked-date p:first-of-type{
  font-weight: 700;
}

.overview-wrapper .total-price.advance-payment {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.overview-wrapper .total-price.advance-payment span {
  font-size: 26px;
}

.overview-wrapper .total-price.advance-payment p{
  font-weight: 700;
}

.transfer-details-wrapper .transfer-details-info form .transfer-price{
  background: #1a1e3a;
    color: #fff;
    border: 1px solid #1a1e3a;
}


.transfer-details-wrapper .transfer-details-info form .transfer-price span{
color: #fff;
}

.navbar .links li .sub-menu li.viber-btn a {
  padding: 6px 15px;
    border-radius: 15px;
    width: max-content;
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 183, 1, 0.15) 53%);
    border: 1px solid rgba(255, 183, 1, .35);
    color: #ffc93c;
}















@media only screen and (max-width: 1600px) {
  .about-images .yellow-part {
    left: 15%;
  }

  .taxi-block-wrapper .about-images .yellow-part{
    left: 67%;
  }

  .main-swiper {
    height: 640px;
  }

  .main-swiper .main-navigation {
    top: 72%;
  }

  .rent-form-wrapper {
    margin-top: -240px;
  }

  .main-swiper .main-title {
    top: 50%;
  }

  .rent-form-wrapper {
    margin-top: -255px;
    scroll-margin-top: 255px;
  }

  .rent-form-wrapper2 {
margin-top: 0;
  }
}

@media only screen and (max-width: 1400px) {
  .about-images .yellow-part {
    left: 8%;
  }

  .swiper-button-next-transf-home {
    right: -60px;
  }

  .swiper-button-prev-transf-home {
    left: -60px;
  }
}

@media only screen and (max-width: 1300px) {
  .hamburger-mobile {
    display: block;
  }

  .desktop-language {
    display: none;
  }

  header .hdr-logo {
    max-width: 106px;
    height: 60px;
  }

  header {
    background-color: rgba(44, 63, 80, 0.7);
    padding: 20px 0;
  }

  .navbar .links li.mobile-nav-list {
    display: block;
  }
}


@media only screen and (max-width: 1200px) {
  .right-blog-details {
    width: 100%;
  }

  .overview-wrapper3 {
    position: relative;
    top: unset;
  }

  body:has(.overview-wrapper3) {
    overflow-x: hidden;
  }

  .about-images .yellow-part {
    left: 30%;
  }

  .swiper-button-next-transf-home, .swiper-button-prev-transf-home {
    display: none;
  }

  .line-title-revert span::after {
    width: calc(70vw - 200px - 5px);
  }

  .line-title span::before {
    width: calc(70vw - 200px - 5px);
  }

  .fast-taxi-bg .line-title-revert span::after {
    display: none;
  }

  .app-visual {
    display: none;
  }

  .why-choose-section {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
  }

  .why-choose-section::before {
    width: 100%;
    border-radius: 0;
  }

  .why-choose-section .why-choose-wrapper {
    width: 100%;
  }

  .why-choose-statistics {
    width: 100%;
    margin-top: 40px;
    position: relative;
  }

  .advertising-wrapper .advertising-img{
    position: relative;
    top: 0;
    transform: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;

  }

  .advertising-wrapper .advertising-text{
    width: 100%;
    margin-bottom: 40px;
  }

  .advertising-wrapper .advertising-img::before{
    top: -3%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    border-top-left-radius: 20px;
        border-top-right-radius: 20px;
  }

  .advertising-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .taxi-block-wrapper .about-wrapper{
flex-direction: column-reverse;
  }

  .taxi-block-wrapper .about-wrapper .text {
    margin-top: 0;
    
  }

  .pricelist-wrapper {
    flex-direction: column-reverse;
  }

  .pricelist-wrapper .pricelist-cont {
    width: 100%;
  }

  .pricelist-wrapper .pricelist-cont:nth-of-type(2){
    margin-top: 30px;
  }

  .pricelist-wrapper::before{
    display: none;
  }

  hr.pricelist-border{
    display: none;
  }

  .about-wrapper2 .about-images img:first-child {
    bottom: 0;
    right: 10%;
  }

  .about-wrapper2 .about-images img:last-of-type {
    left: 50%;
  }
}

@media only screen and (max-width: 1023px) {
  .line-title-revert span::after {

    left: auto;
    right: calc(100% + 5px);

  }
}

@media only screen and (max-width: 991px) {
  .rent-form {
    flex-wrap: wrap;
    height: auto;
    padding: 20px;
  }

  .rent-form .inputs-div {
    flex: 0 0 calc(50% - 50px);
  }

  .rent-form .search-btn {
    flex-direction: row;
    border-radius: 25px;
    padding: 10px;
  }

  .main-swiper .main-title {
    top: 50%;
    transform: translate(-50%, -50%);
  }



  .tripadvisor-reviews {
    flex-wrap: wrap;
    background-position-y: top;
    margin-top: 20px;
  }

 

  .rent-wrapper-section {
    position: relative;
    margin-top: 50px;
  }

  .rent-wrapper-section {
    padding-bottom: 40px;
  }



  .main-swiper .main-title h1 {
    max-width: 100%;
    line-height: normal !important;
  }

  .about-images .yellow-part {
    left: 22%;
  }

  .about-wrapper .about-images img:last-of-type {
    left: auto;
    transform: none;
    right: 0;
  }

  .about-wrapper .about-images img:first-child {
    right: auto;
    left: 0;
  }

  .about-images .yellow-part {
    left: 31%;
  }

  .videobg .title {
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }

  .fast-taxi-bg .flex-btns {
    justify-content: center;
  }

  .about-wrapper2 .about-images img:last-of-type {
top: 0;
right: auto;
left: 50%;
transform: translateX(-50%);
  }

  .rent-form-wrapper .by-hour-btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    width: 100%;
  }

  .rent-form-wrapper .by-hour-btn svg {
    height: 31px;
  }

      .tours-wrapper2 {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
}

@media only screen and (max-width: 767px) {
  .popupwrap .form-popup .close {
    opacity: 1;
    visibility: visible;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .form-popup-wrap {
    max-height: 80%;
    border-radius: 30px;
    width: 90%;
  }

  .form-popup-wrap .form-popup {
    padding: 15px;
  }

  .rent-form {
    gap: 20px;
  }

  .rent-form .inputs-div {
    flex: 0 0 100%;

  }



  .rent-form-wrapper {
    margin-top: 0px;
  }

  .rent-form-wrapper .rent-form {
    margin: 0;
  }

  .main-swiper .main-navigation {
    display: none;
  }

  .rent-form-wrapper2 {
    margin-top: 0;
  }

  .transfer-details-wrapper .transferSwiper .reco-card {
    height: 110px;
    font-size: 14px;
    padding: 10px 15px;
    top: 10px;
  }

  .rent-form .inputs-div details .dropdown-list {
    border: 1px solid #FFB701;
    top: 30px;
  }

  .transfer-booking-wrapper .transfer-booking-details .booked-details {
    padding: 15px;
  }

  .transfer-booking-wrapper .transfer-booking-details .booked-details .transfer-route-details .items .date-time {
    width: 100%;
  }

  .transfer-booking-wrapper .transfer-booking-details .booked-details .transfer-route-details .items .date-time hr {
    display: block;
  }

  .transfer-booking-wrapper .transfer-booking-details .booked-details .transfer-route-details .items:nth-of-type(2) p {
    text-align: end;
    order: 1;
  }

  .transfer-booking-wrapper .transfer-booking-details .booked-details .transfer-route-details .items:nth-of-type(2) .date-time {
    order: 2;
  }

  .bottom-sec .hdr-social a {
    margin-left: 10px;
  }

  .reviews-wrapper .reviewsSwiper .swiper-slide .review-content {
    max-height: 240px;
  }

  .reviews-wrapper .reviewsSwiper .swiper-slide .review-content p {
    max-height: 240px;
  }

  .main-pagination {
    bottom: 4%;
  }

  .main-pagination .swiper-pagination {
    justify-content: center;
  }

  .swiper-pagination-reviews {
    display: block;
  }

  .reviews-wrapper .reviewsSwiper .reviews-navigation {
    display: none;
  }

  .about-images .yellow-part {
    display: none;
  }

  .fast-taxi-bg {
    height: 400px;
  }

  .fast-taxi-bg img.video-back-img {
    object-position: left;
  }

  .btn {
    height: 55px;
  }

  .why-choose-statistics .max-width {
    gap: 50px;
  }

  .why-choose-statistics .item {
    width: 150px;
    height: 150px;
    padding: 10px;
  }

  .why-choose-statistics .item p {
    font-size: 14px;
  }

  .footer-bottom-inner {
    flex-direction: column-reverse;
    gap: 15px;

  }

  .main-swiper {
    height: 440px;
  }

  .main-swiper .main-title h1 {
    font-size: 40px;
  }

   .advertising-wrapper .advertising-img {
    height: 400px;
   }

   .pricelist-wrapper .pricelist-cont table tr td {
    font-size: 18px;
    padding: 10px 0;
   }

   .pricelist-wrapper .pricelist-cont .pricelist-title{
    text-align: end;
    font-size: 27px;
   }

   .pricelist-wrapper .pricelist-cont .pricelist-title img {
    height: 30px;
    width: auto;
   }

   .main-swiper .main-title span {
        text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
   }

   .main-swiper .main-title h1 {
    text-align: center;
   }

   .service-btn {
    opacity: 1;
    visibility: visible;
    height: 52px;
    margin-top: 18px;
   }

   .hours-counter {
    margin-top: 30px;
   }

   .rent-form .search-btn {
    max-width: 100%;
   }
}

@media only screen and (max-width: 576px) {
  .rent-wrapper-section {
    margin-top: 28px;
  }

  header.small-header {
    padding: 10px 0;
  }

  .tripadvisor-reviews {
    background-size: 17px;
    padding-left: 23px;
    gap: 5px;
    padding-top: 0;
    margin-top: 45px;
  }

  .tripadvisor-reviews p {
    font-size: 12px;
  }

  .tripadvisor-reviews img {
    width: 15px;
    height: 15px;
    object-fit: contain;
  }

  .tripadvisor-reviews img:nth-of-type(1) {
    margin-left: 0;
  }

  .transfer-booking-wrapper .transfer-booking-details .booked-details .transfer-route-details {
    align-items: flex-start;
  }

  .breadcrumbs-blog {
    margin-top: 10px;
  }

  .main-swiper .main-title h1 {
    font-size: 32px;
  }

  .footer-brand {
    width: 173px;
    height: 100px;
  }

  .main-pagination {
    bottom: 5% !important;
  }

  header .hdr-logo {
    max-width: 67px;
    height: 40px;
  }

  header {
    padding: 10px 0;
  }

  header.small-header .hdr-logo {
    max-width: 67px;
    height: 40px;
  }

  .navbar .links {
    height: 360px;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .navbar .links li .sub-menu li a {
    font-size: 16px;
  }

  .bottom-sec {
    margin-top: 30px;
  }

   .advertising-wrapper .advertising-img {
    height: 350px;
   }

   .tours-wrapper .tour-card .tour-info{
    padding: 15px;
   }

   .tours-wrapper .tour-card .tour-info .tour-icons .t-icon-text p {
    font-size: 12px;
   }
}