@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: "Raleway";
  src: url("../fonts/Raleway-ExtraBold.woff2") format("woff2"), url("../fonts/Raleway-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Light.woff2") format("woff2"), url("../fonts/Raleway-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.woff2") format("woff2"), url("../fonts/Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff");
  font-weight: normal;
  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: #2b2e34;
  position: relative;
  letter-spacing: 2px;
}

.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: 400;
  color: #fff;
  letter-spacing: 2px;
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-family: "Inter";
  font-size: 45px;
  font-weight: 700;
  color: #2b2e34;
  letter-spacing: 2px;
}
@media screen and (max-width: 575px) {
  h2 {
    /* font-size: 30px; */
    font-size: 26px;
    letter-spacing: 1px;
  }
}

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

p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 35px;
  color: #2b2e34;
}
@media screen and (max-width: 575px) {
  p {
    line-height: 22px;
  }
}

a {
  text-decoration: none;
  color: #2b2e34;
}

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

ul {
  list-style: none;
}

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

.btn {
  font-size: 18px;
  font-weight: 500;
  color: #87c846;
  letter-spacing: 2px;
  background-color: transparent;
  border: 1px solid #87c846;
  border-radius: 500px;
  padding: 15px 35px;
  width: 100%;
  max-width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.btn svg {
  margin-left: 10px;
}
.btn svg path {
  transition: all 0.5s ease-in-out;
}
.btn:hover {
  background-color: transparent;
  color: #2b2e34;
  border: 1px solid #2b2e34;
  transition: all 0.5s ease-in-out;
}
.btn:hover svg path {
  fill: #87c846;
  transition: all 0.5s ease-in-out;
}

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

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

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

::-webkit-scrollbar-thumb {
  background: #2b2e34;
}

::-webkit-scrollbar-thumb:hover {
  background: #87c846;
}

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

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

.center-title {
  text-align: center;
}
.center-title p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

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

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

span {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 500;
  color: #87c846;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.pagination {
  list-style: none;
  width: 100%;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-top: 30px;
  height: -moz-max-content;
  height: max-content;
  grid-column: span 3;
}
@media screen and (max-width: 1199px) {
  .pagination {
    grid-column: span 2;
  }
}
@media screen and (max-width: 991px) {
  .pagination {
    grid-column: span 1;
  }
}
.pagination li {
  width: 35px;
  height: 35px;
}
.pagination li a {
  color: #2b2e34;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
}
.pagination li .active {
  background-color: #87c846;
  color: #fff;
  border-radius: 50%;
}
.pagination li:last-child a {
  background-color: transparent;
}
.pagination li:has(svg) a {
  background-color: transparent;
}
.pagination li.arrow a {
  border: none;
}

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

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

.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: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3534663866) 51%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  z-index: 2;
}

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

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

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

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 100px;
  background-color: #fff;
  transition: all 0.5s;
}
header .max-width {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1299px) {
  header {
    height: 70px;
  }
}

header.small-header {
  background-color: #fff;
  top: 0;
}
@media screen and (min-width: 1300px) {
  header.small-header {
    height: 70px;
  }
}

.logo {
  width: 300px;
  height: 46px;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 575px) {
  .logo {
    width: 190px;
  }
}
.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}

.nav {
  display: flex;
  align-items: center;
  list-style: none;
}
.nav li {
  margin-left: 25px;
}
.nav li a {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #2b2e34;
  text-transform: uppercase;
}
.nav li .active {
  font-weight: bold;
}
@media screen and (max-width: 1600px) {
  .nav li {
    margin-left: 20px;
  }
  .nav li a {
    letter-spacing: 4px;
  }
  .nav li .active::before {
    width: calc(100% - 4px);
  }
}
@media screen and (max-width: 1299px) {
  .nav {
    flex-direction: column;
    margin-bottom: 20px;
    margin-top: 35px;
  }
  .nav li {
    margin-left: 0;
    /* margin-bottom: 20px; */
    margin-bottom: 15px;
  }
  .nav li a {
    color: #fff;
    font-size: 22px;
  }
  .nav li a.active {
    background-color: transparent;
    color: #87c846;
  }
  .nav li .active::before {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .nav li a {
    font-size: 18px;
    letter-spacing: 2px;
  }
}

.around-hamb {
  height: 100%;
  background-color: #2b2e34;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 154px;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .around-hamb {
    padding-left: 0;
    width: 90px;
  }
}
.around-hamb::after {
  content: "";
  position: absolute;
  top: 0;
  background-color: #2b2e34;
  width: 113%;
  height: 100%;
}
.around-hamb::after {
  right: -112%;
}

.hamb1,
.hamb2 {
  width: 54px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.hamb1 {
  background-image: url("../images/hamb-white.png");
}

.hamb2 {
  background-image: url("../images/hamb-white.png");
}
@media screen and (max-width: 575px) {
  .hamb2 {
    width: 35px;
    height: 25px;
  }
}

.logo-hamb {
  position: absolute;
  top: 52px;
  left: 35px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
}
.logo-hamb .mobile-logo2 {
  display: none;
}
@media screen and (max-width: 575px) {
  .logo-hamb {
    top: 10px;
    left: 25px;
    justify-content: space-between;
  }
  .logo-hamb .mobile-logo2 {
    margin-left: 20px;
    display: flex;
  }
  .logo-hamb .mobile-logo2 .logo2 {
    display: flex;
    width: 100%;
  }
  .logo-hamb .mobile-logo2 .logo2 img {
    max-width: 220px;
  }
}

.side-wrap,
.side-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.side-wrap {
  top: 0;
  left: 0;
  z-index: -10;
  visibility: hidden;
}

.side-wrap.opened {
  visibility: visible;
  z-index: 100;
}

.side-menu {
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #2b2e34;
  max-width: 690px;
  overflow-y: scroll;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(100%);
}
.side-menu .side-section {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.side-menu .side-section:nth-of-type(1) {
  margin-top: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1299px) {
  .side-menu .side-section:nth-of-type(1) {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
.side-menu .side-section.link-section {
  padding: 35px 20px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .side-menu .side-section.link-section p{
    display: none;
  }
}
.side-menu .side-section.link-section::after, .side-menu .side-section.link-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 197px;
  background-color: rgba(255, 255, 255, 0.2);
}
.side-menu .side-section.link-section::before {
  bottom: auto;
  top: 0;
}
.side-menu .side-section p {
  font-family: "Inter";
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.side-menu .side-section a {
  font-family: "Inter";
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 5px;
  text-align: center;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.side-menu .side-section a:last-child {
  margin-bottom: 0;
}
.side-menu .side-section a svg {
  margin-right: 15px;
}
.side-menu .side-section .active,
.side-menu .side-section a:hover {
  color: #87c846;
}
.side-menu .side-section .active {
  font-weight: 600;
}
.side-menu .side-section > a + a {
  margin-top: 15px;
}
.side-menu .side-section.socials {
  position: relative;
  padding-bottom: 30px;
}
.side-menu .side-section.socials::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 197px;
  background-color: rgba(255, 255, 255, 0.2);
}
.side-menu .side-section a.btn {
  background-color: #87c846;
  color: #fff;
}
.side-menu .side-section .single-link {
  font-size: 32px;
  font-weight: 700;
  cursor: pointer;
}
.side-menu .logo2 {
  display: flex;
  align-items: center;
  width: 292px;
  height: 37px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .side-menu .logo2 {
    display: none;
  }
}
.side-menu .logo2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 1600px) {
  .side-menu .side-section {
    margin-bottom: 30px;
  }
  .side-menu .side-section p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1299px) {
  .side-menu .side-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .side-menu .side-section p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .side-menu .side-section a {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.side-menu .side-section.socials a{
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .side-menu {
    padding: 60px 25px;
  }
  .side-menu .side-section {
    /* margin-bottom: 30px; */
    margin-bottom: 20px;
  }
  .side-menu .side-section a {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
  .side-menu .side-section > a + a {
    margin-top: 10px;
  }
  .side-menu .side-section p {
    margin-bottom: 15px;
  }
  .side-menu .side-section .btn {
    margin-bottom: -30px;
  }
}

.side-menu.opened {
  transform: translateX(0);
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.social a + a {
  margin-left: 35px;
}
.social a svg path {
  transition: all 0.5s;
}
.social a:hover svg path {
  fill: #87c846;
}
@media screen and (max-width: 575px) {
  .social {
    flex-wrap: wrap;
  }
  .social a {
    width: 30px;
    height: 25px;
    margin: 10px !important;
  }
  .social a svg {
    /* width: 100%;
    height: 100%; */
    width: 77%;
    height: 65%;
  }
}

.header2 {
  top: 0;
  background-color: #2b2e34;
  height: 140px;
}
@media screen and (max-width: 575px) {
  .header2 {
    height: 60px;
  }
}

.main-background {
  width: 100%;
  height: 553px;
  position: relative;
  margin-top: 100px;
}
.main-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1299px) {
  .main-background {
    margin-top: 69px;
  }
}
@media screen and (max-width: 1199px) {
  .main-background {
    min-height: calc(100svh - 69px);
    height: calc(100svh - 69px);
  }
}

.top-home-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rent-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  height: 230px;
  gap: 5px;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .rent-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .rent-form {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.rent-form .image-div {
  padding: 30px 40px;
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .rent-form .image-div {
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .rent-form .image-div {
    display: none;
  }
}
.rent-form .image-div:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.rent-form .image-div img {
  width: 44px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.rent-form .inputs-div {
  padding: 30px 30px;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .rent-form .inputs-div:nth-child(2) {
    border-top-right-radius: 20px;
  }
}
@media screen and (max-width: 575px) {
  .rent-form .inputs-div {
    padding: 15px;
  }
  .rent-form .inputs-div:nth-child(2) {
    border-top-left-radius: 20px;
  }
}
.rent-form .inputs-div select {
  border: none;
  border-bottom: 1px solid rgba(43, 46, 52, 0.2);
  padding: 10px;
  width: 100%;
  background: transparent url("../images/arr-down-g.svg") no-repeat;
  background-position: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Inter";
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 18px;
}

.rent-form .inputs-div input{
    font-family: "Inter";
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 18px;
    border: none;
  border-bottom: 1px solid rgba(43, 46, 52, 0.2);
  padding: 10px;
  width: 100%;
  background-color: transparent;
}
@media screen and (max-width: 575px) {
  .rent-form .inputs-div select {
    font-size: 16px;
  }
}
.rent-form .inputs-div select option {
  font-family: "Inter";
}
.rent-form .inputs-div p {
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .rent-form .inputs-div p {
    font-size: 16px;
  }
}
.rent-form .button-div {
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .rent-form .button-div {
    grid-column: span 2;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }
}
@media screen and (max-width: 575px) {
  .rent-form .button-div {
    grid-column: span 1;
    padding: 15px 35px;
  }
}
.rent-form .button-div hr {
  width: 1px;
  height: 34px;
  background-color: #2b2e34;
}
@media screen and (max-width: 575px) {
  .rent-form .button-div hr {
    display: none;
  }
}
.rent-form .button-div p {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .rent-form .button-div p {
    font-size: 16px;
  }
}
.rent-form .button-div .btn {
  border-radius: 20px;
  background-color: #2b2e34;
  border: 1px solid #2b2e34;
  color: #fff;
  padding: 25px 35px;
  max-width: 250px;
}
@media screen and (max-width: 575px) {
  .rent-form .button-div .btn {
    margin-top: 15px;
    padding: 15px 35px;
  }
}

.our-fleet {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .our-fleet {
    flex-direction: column;
  }
}
.our-fleet .title {
  width: 45%;
}
@media screen and (max-width: 1199px) {
  .our-fleet .title {
    width: 100%;
  }
}
.our-fleet .text {
  width: 50%;
  position: relative;
  padding-left: 5%;
}
@media screen and (max-width: 1199px) {
  .our-fleet .text {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
.our-fleet .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1199px) {
  .our-fleet .text::before {
    display: none;
  }
}
.our-fleet .text p {
  margin-bottom: 20px;
}

.parallax {
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 544px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .parallax {
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .parallax {
    background-attachment: scroll;
  }
}

.why-us-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.why-us-wrapper .title h2 {
  color: #fff;
  font-weight: 800;
}
.why-us-wrapper .why-us-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .why-us-wrapper .why-us-cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 30px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .why-us-wrapper .why-us-cont {
    grid-template-columns: 1fr;
  }
}
.why-us-wrapper .why-us-cont .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.why-us-wrapper .why-us-cont .item img {
  width: 143px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 575px) {
  .why-us-wrapper .why-us-cont .item img {
    height: 80px;
  }
}
.why-us-wrapper .why-us-cont .item p {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .why-us-wrapper .why-us-cont .item p {
    font-size: 20px;
  }
}
.why-us-wrapper .why-us-cont hr {
  width: 1px;
  height: 168px;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .why-us-wrapper .why-us-cont hr {
    display: none;
  }
}

.trip-homepage {
  position: relative;
}
.trip-homepage .background-car-image {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  width: 34%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .trip-homepage .background-car-image {
    display: none;
  }
}
.trip-homepage .background-car-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.trip-homepage .line-image1 {
  position: absolute;
  top: 0;
  right: 20%;
  width: 100%;
  max-width: 354px;
  height: 95px;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .trip-homepage .line-image1 {
    display: none;
  }
}
.trip-homepage .line-image1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.trip-homepage .max-width {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .trip-homepage .max-width {
    flex-direction: column;
  }
}
.trip-homepage .max-width .trip-car-image {
  width: 47%;
  height: 394px;
}
@media screen and (max-width: 1199px) {
  .trip-homepage .max-width .trip-car-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 575px) {
  .trip-homepage .max-width .trip-car-image {
    height: 180px;
  }
}
.trip-homepage .max-width .trip-car-image .car-image {
  width: 90%;
  height: 100%;
}
.trip-homepage .max-width .trip-car-image .car-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1199px) {
  .trip-homepage .max-width .trip-car-image .car-image {
    width: 100%;
  }
}
.trip-homepage .max-width .trip-text {
  width: 47%;
  padding: 100px 0;
}
@media screen and (max-width: 1199px) {
  .trip-homepage .max-width .trip-text {
    width: 100%;
    padding: 50px 0;
  }
}
@media screen and (max-width: 575px) {
  .trip-homepage .max-width .trip-text {
    padding: 40px 0;
  }
}
.trip-homepage .max-width .trip-text .text {
  margin-top: 30px;
}
.trip-homepage .max-width .trip-text .text p {
  margin-bottom: 15px;
  line-height: 23px;
}
.trip-homepage .max-width .trip-text .text p:last-child {
  margin-bottom: 0;
}
.trip-homepage .line-image3 {
  position: absolute;
  top: -85px;
  right: 35%;
  width: 100%;
  max-width: 509px;
  height: 183px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .trip-homepage .line-image3 {
    right: 2%;
  }
}
@media screen and (max-width: 575px) {
  .trip-homepage .line-image3 {
    display: none;
  }
}
.trip-homepage .line-image3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.trip-homepage.middle-trip-homepage {
  background-color: rgba(245, 245, 220, 0.2);
}
.trip-homepage.middle-trip-homepage .background-car-image {
  right: 0;
  left: auto;
  width: 36%;
}
.trip-homepage.middle-trip-homepage .line-image2 {
  position: absolute;
  top: -85px;
  left: 16%;
  width: 100%;
  max-width: 662px;
  height: 184px;
}
@media screen and (max-width: 1199px) {
  .trip-homepage.middle-trip-homepage .line-image2 {
    top: -135px;
  }
}
@media screen and (max-width: 575px) {
  .trip-homepage.middle-trip-homepage .line-image2 {
    display: none;
  }
}
.trip-homepage.middle-trip-homepage .line-image2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.trip-homepage.middle-trip-homepage .trip-text {
  width: 60% !important;
  padding-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .trip-homepage.middle-trip-homepage .trip-text {
    width: 100% !important;
  }
}
.trip-homepage.middle-trip-homepage .trip-car-image {
  width: 100%;
  height: 366px;
}
@media screen and (max-width: 575px) {
  .trip-homepage.middle-trip-homepage .trip-car-image {
    height: 180px;
  }
}

.videobg {
  height: 65vh;
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .videobg {
    height: auto;
    padding: 30px 0;
  }
}
.videobg .play {
  width: 192px;
  height: 192px;
  background-image: url(../images/playBtn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .videobg .play {
    width: 142px;
    height: 142px;
  }
}
@media screen and (max-width: 575px) {
  .videobg .play {
    height: 89px;
    width: 89px;
  }
}
.videobg .max-width {
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}
.videobg .max-width .video-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .videobg .max-width .video-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.videobg .max-width .video-text span,
.videobg .max-width .video-text h2,
.videobg .max-width .video-text p {
  color: #fff;
  text-align: center;
}
.videobg .max-width .video-text h2 {
  margin: 20px 0;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 4px;
}
@media screen and (max-width: 575px) {
  .videobg .max-width .video-text h2 {
    font-size: 35px;
  }
}

.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 #87c846;
}
@media screen and (max-width: 575px) {
  .video-wrap .video {
    height: 40%;
  }
}

.video-wrap .video .closeVideo {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #87c846;
  -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%;
}
@media screen and (max-width: 575px) {
  .video-wrap .video .closeVideo {
    top: -20px;
    right: -10px;
    width: 35px;
    height: 35px;
  }
}

.new-cars-text {
  text-align: center;
}
.new-cars-text span {
  color: #2b2e34;
}
@media screen and (max-width: 575px) {
  .new-cars-text span {
    letter-spacing: 3px;
  }
}
.new-cars-text h2 {
  font-size: 64px;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .new-cars-text h2 {
    font-size: 35px;
    margin-top: 15px;
  }
}

.blog-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .blog-wrapper {
    grid-template-columns: 1fr;
  }
}
.blog-wrapper .blog .blog-image {
  border-radius: 20px;
  width: 100%;
  height: 412px;
  overflow: hidden;
  margin-bottom: -10px;
}
@media screen and (max-width: 575px) {
  .blog-wrapper .blog .blog-image {
    height: 300px;
  }
}
.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-info {
  padding: 30px;
  border: 1px solid rgba(43, 46, 52, 0.2);
  border-top: none;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: all 0.5s ease-in-out;
}
.blog-wrapper .blog .blog-info p.date {
  color: #87c846;
  font-size: 18px;
  position: relative;
}
.blog-wrapper .blog .blog-info p.date::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7%;
  width: 20px;
  height: 1px;
  background-color: #87c846;
}
.blog-wrapper .blog .blog-info h3 {
  font-size: 24px;
  font-weight: bold;
}
.blog-wrapper .blog:hover .blog-image img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
.blog-wrapper .blog:hover .blog-info {
  border: 1px solid #87c846;
  border-top: none;
  transition: all 0.5s ease-in-out;
}

.need-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .need-cont {
    flex-direction: column;
  }
}
.need-cont .need-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 516px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .need-cont .need-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .need-cont .need-wrapper {
    height: 350px;
  }
}
.need-cont .need-wrapper .title {
  position: relative;
  z-index: 2;
}
.need-cont .need-wrapper .title span,
.need-cont .need-wrapper .title h2 {
  color: #fff;
}
@media screen and (max-width: 575px) {
  .need-cont .need-wrapper .title {
    width: 90%;
  }
}
.need-cont .need-wrapper .btn {
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-top: 20px;
  min-width: max-content;
}

.blog-details-cont .share-socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1199px) {
  .blog-details-cont .share-socials {
    flex-direction: row;
    margin-bottom: 30px;
  }
}
.blog-details-cont .share-socials p {
  letter-spacing: 5px;
  font-weight: 400;
  line-height: 100%;
  writing-mode: vertical-lr;
  text-orientation: mixed;
}
@media screen and (max-width: 1199px) {
  .blog-details-cont .share-socials p {
    writing-mode: horizontal-tb;
  }
}
.blog-details-cont .share-socials .social {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .blog-details-cont .share-socials .social {
    flex-direction: row;
  }
}
.blog-details-cont .share-socials a {
  margin-left: 0;
  margin-top: 25px;
  border: 1px solid #1e2431;
  width: 44px;
  height: 41px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1199px) {
  .blog-details-cont .share-socials a {
    margin-top: 0;
  }
}
.blog-details-cont .share-socials a:hover {
  border: 1px solid #87c846;
  transition: all 0.5s ease-in-out;
}
.blog-details-cont .share-socials hr {
  width: 1px;
  height: 50px;
  background-color: #1e2431;
  margin-top: 25px;
}
@media screen and (max-width: 1199px) {
  .blog-details-cont .share-socials hr {
    width: 60px;
    height: 1px;
    margin-top: 0;
    margin: 0 30px;
  }
}

.blog-details-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1199px) {
  .blog-details-cont {
    flex-direction: column;
  }
}
.blog-details-cont .blog-details {
  width: 90%;
}
@media screen and (max-width: 1199px) {
  .blog-details-cont .blog-details {
    width: 100%;
  }
}
.blog-details-cont .blog-details p {
  margin-bottom: 15px;
}
.blog-details-cont .blog-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 600px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .blog-details-cont .blog-gallery {
    height: 370px;
    gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .blog-details-cont .blog-gallery {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.blog-details-cont .blog-gallery a {
  width: 100%;
  height: 290px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .blog-details-cont .blog-gallery a {
    height: 180px;
  }
}
.blog-details-cont .blog-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 30px;
}
.blog-details-cont .blog-gallery a:first-child {
  grid-row: span 2;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .blog-details-cont .blog-gallery a:first-child {
    height: 370px;
  }
}
@media screen and (max-width: 575px) {
  .blog-details-cont .blog-gallery a:first-child {
    grid-row: span 1;
    height: 180px;
  }
}
.blog-details-cont .blog-gallery a .more-images {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-color: rgba(43, 46, 52, 0.7);
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  text-align: center;
}

.more-news {
  padding-bottom: 70px;
}
@media screen and (max-width: 575px) {
  .more-news {
    padding-bottom: 40px;
  }
}

.template-text p {
  margin-bottom: 15px;
}
.template-text ul {
  list-style-type: disc;
  padding-left: 30px;
}
.template-text ul li {
  margin-bottom: 10px;
}
.template-text ul li:last-child {
  margin-bottom: 0;
}
.template-text .download-links {
  margin-top: 40px;
  margin-bottom: 40px;
}
.template-text .download-links a {
  display: flex;
  align-items: center;
  color: #87c846;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.template-text .download-links a:last-child {
  margin-bottom: 0;
}
.template-text .download-links a svg {
  margin-right: 15px;
}
.template-text .template-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 600px;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .template-text .template-gallery {
    height: 370px;
    gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .template-text .template-gallery {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.template-text .template-gallery a {
  width: 100%;
  height: 290px;
  position: relative;
  display: none;
}

.template-text .template-gallery a:nth-child(1), .template-text .template-gallery a:nth-child(2), .template-text .template-gallery a:nth-child(3){
  display: block;
}
@media screen and (max-width: 767px) {
  .template-text .template-gallery a {
    height: 180px;
  }
}
.template-text .template-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 30px;
}
.template-text .template-gallery a:first-child {
  grid-row: span 2;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .template-text .template-gallery a:first-child {
    height: 370px;
  }
}
@media screen and (max-width: 575px) {
  .template-text .template-gallery a:first-child {
    grid-row: span 1;
    height: 180px;
  }
}
.template-text .template-gallery a .more-images {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-color: rgba(43, 46, 52, 0.7);
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  text-align: center;
}

.go-back {
  border: 1px solid #2b2e34;
  color: #2b2e34;
  margin-bottom: 40px;
}

footer .top-footer {
  background-color: #2b2e34;
  position: relative;
  padding: 20px 0;
}
footer .top-footer h2 {
  color: #fff;
  position: relative;
  z-index: 2;
  font-family: "Raleway";
}
@media screen and (max-width: 575px) {
  footer .top-footer h2 {
    font-size: 18px;
  }
}
footer .top-footer h2 span {
  font-family: "Raleway";
  font-size: 45px;
  font-weight: bold;
  text-transform: none;
}
@media screen and (max-width: 575px) {
  footer .top-footer h2 span {
    font-size: 18px;
  }
}
footer .middle-footer {
  background-color: #2b2e34;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 575px) {
  footer .middle-footer {
    padding: 50px 0;
  }
}
footer .middle-footer::before, footer .middle-footer::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1199px) {
  footer .middle-footer::before, footer .middle-footer::after {
    display: none;
  }
}
footer .middle-footer::before {
  left: 42%;
}
footer .middle-footer::after {
  right: 33%;
}
footer .middle-footer .max-width {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  footer .middle-footer .max-width {
    flex-direction: column;
  }
}
footer .middle-footer .left-part {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  footer .middle-footer .left-part {
    width: 100%;
  }
}
footer .middle-footer .left-part .f-logo {
  width: 100%;
  max-width: 364px;
  height: 46px;
}
@media screen and (max-width: 575px) {
  footer .middle-footer .left-part .f-logo {
    margin-bottom: 25px;
  }
}
footer .middle-footer .left-part .f-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
footer .middle-footer .left-part .contact-f {
  display: flex;
  flex-direction: column;
}
footer .middle-footer .left-part .contact-f p {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 35px 0;
}
footer .middle-footer .left-part .contact-f .contact-link {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 18px;
  margin-bottom: 35px;
}
footer .middle-footer .left-part .contact-f .contact-link svg {
  margin-right: 20px;
}
@media screen and (max-width: 1199px) {
  footer .middle-footer .middle-part {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
  }
}
footer .middle-footer .middle-part h3 {
  font-family: "Raleway";
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  letter-spacing: 4px;
  height: 46px;
}
footer .middle-footer .middle-part ul {
  margin-top: 35px;
}
@media screen and (max-width: 575px) {
  footer .middle-footer .middle-part ul {
    margin-top: 25px;
  }
}
footer .middle-footer .middle-part ul li {
  margin-bottom: 30px;
}
footer .middle-footer .middle-part ul li:last-child {
  margin-bottom: 0;
}
footer .middle-footer .middle-part ul li a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
footer .middle-footer .middle-part ul li a.active {
  color: #87c846;
  font-weight: 700;
  display: flex;
  align-items: center;
  
}
footer .middle-footer .middle-part ul li a.active::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #87c846;
  display: block;
  margin-right: 10px;
  opacity: 1;
}

footer .middle-footer .middle-part ul li a:hover{
   color: #87c846;
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
}


footer .middle-footer .middle-part ul li a::before{
  content: "";
  width: 0;
  height: 0;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

footer .middle-footer .middle-part ul li a:hover::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #87c846;
 opacity: 1;
  margin-right: 10px;
  transition: all 0.5s ease-in-out;
}


@media screen and (max-width: 1199px) {
  footer .middle-footer .right-part {
    width: 100%;
    margin-top: 30px;
  }
}
footer .middle-footer .right-part h3 {
  font-family: "Raleway";
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  letter-spacing: 4px;
  height: 46px;
}
footer .middle-footer .right-part ul {
  margin-top: 35px;
}
@media screen and (max-width: 575px) {
  footer .middle-footer .right-part ul {
    margin-top: 25px;
  }
}
footer .middle-footer .right-part ul li {
  margin-bottom: 30px;
}
footer .middle-footer .right-part ul li:last-child {
  margin-bottom: 0;
}
footer .middle-footer .right-part ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}
footer .middle-footer .right-part ul li a svg {
  margin-right: 10px;
}
footer .middle-footer .right-part ul li a svg path {
  transition: all 0.5s ease-in-out;
}
footer .middle-footer .right-part ul li a:hover {
  color: #87c846;
  transition: all 0.5s ease-in-out;
}
footer .middle-footer .right-part ul li a:hover svg path {
  fill: #87c846;
  transition: all 0.5s ease-in-out;
}
footer .copyrights {
  background-color: #2b2e34;
  position: relative;
  padding: 13px 0;
}
footer .copyrights .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  footer .copyrights .max-width {
    flex-direction: column;
  }
}
footer .copyrights .max-width p,
footer .copyrights .max-width a {
  color: #fff;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 991px) {
  footer .copyrights .max-width p,
  footer .copyrights .max-width a {
    order: 2;
  }
}
@media screen and (max-width: 575px) {
  footer .copyrights .max-width p,
  footer .copyrights .max-width a {
    font-size: 9px;
    text-align: center;
  }
}
footer .copyrights .max-width a:hover {
  color: #87c846;
  transition: all 0.5s ease-in-out;
}
footer .copyrights .max-width img {
  width: 100%;
  max-width: 250px;
  height: 33px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 991px) {
  footer .copyrights .max-width img {
    order: 1;
    margin-bottom: 15px;
  }
}

.smaller-background {
  position: relative;
  width: 100%;
  height: 394px;
  margin-top: 99px;
}
@media screen and (max-width: 1299px) {
  .smaller-background {
    margin-top: 70px;
    height: 270px;
  }
}
.smaller-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.smaller-background .main-headline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.smaller-background .main-headline .title span {
  color: #fff;
  text-transform: none;
}

.faq ul {
  list-style: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.faq ul li {
  background-color: #f9f9f6;
  border-radius: 150px;
  /* padding: 30px; */
  padding: 35px;
}
.faq ul li h2 {
  font-size: 32px;
  font-family: "Inter";
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}
.faq ul li ul li {
  padding: 0;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
  letter-spacing: 2px;
}
.faq ul li + li {
  margin-top: 50px;
}
@media only screen and (max-width: 1600px) {
  .faq ul li ul li {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1399px) {
  .faq ul li h2 {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 2.5px;
  }
}
@media screen and (max-width: 991px) {
  .faq ul li {
    padding: 20px;
  }
  .faq ul li h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 2px;
    margin-right: 50px;
  }
  .faq ul li + li {
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .faq ul li {
    padding: 15px;
  }
  .faq ul li h2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1.5px;
    margin-right: 25px;
  }
  .faq ul li ul li {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.5px;
  }
}
.faq > ul > li {
  cursor: pointer;
  position: relative;
  padding-bottom: 100px;
}
.faq > ul > li ul {
  max-height: 0;
  transition: all 0.5s ease;
}
.faq > ul > li ul li {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.faq > ul > li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  background-color: #87c846;
  width: 48px;
  height: 48px;
  background-image: url("../images/arr-down-w.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.faq > ul > li.openfaq::after {
  background-image: url("../images/arr-up-w.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.faq > ul > li.openfaq ul {
  max-height: 200vh;
}
.faq > ul > li.openfaq ul li {
  visibility: visible;
  opacity: 1;
  margin-top: 20px;
}

.top-contact-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .top-contact-wrapper {
    flex-direction: column;
  }
}
.top-contact-wrapper .top-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border: 1px solid rgba(43, 46, 52, 0.2);
  border-radius: 50px;
  min-height: 294px;
  flex: 1;
  margin-right: 40px;
}
@media screen and (max-width: 1299px) {
  .top-contact-wrapper .top-info {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .top-contact-wrapper .top-info {
    width: 80%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .top-contact-wrapper .top-info {
    width: 100%;
    margin-bottom: 20px;
    min-height: 210px;
    padding: 15px;
  }
}
.top-contact-wrapper .top-info:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .top-contact-wrapper .top-info:last-child {
    margin-bottom: 0;
  }
}
.top-contact-wrapper .top-info a {
  font-size: 24px;
  color: #2b2e34;
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .top-contact-wrapper .top-info a {
    font-size: 18px;
  }
}
.top-contact-wrapper .top-info img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.contact-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 80px;
}
@media screen and (max-width: 1199px) {
  .contact-wrapper {
    flex-direction: column;
  }
}
.contact-wrapper .contact-map {
  width: 47%;
  height: 645px;
  border-radius: 50px;
}
@media screen and (max-width: 1199px) {
  .contact-wrapper .contact-map {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .contact-wrapper .contact-map {
    height: 350px;
  }
}
.contact-wrapper .contact-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.contact-wrapper .form-cont {
  width: 47%;
}
@media screen and (max-width: 1199px) {
  .contact-wrapper .form-cont {
    width: 100%;
    margin-bottom: 40px;
  }
}
.contact-wrapper .form-cont .title h2 {
  font-size: 32px;
}
@media screen and (max-width: 575px) {
  .contact-wrapper .form-cont .title h2 {
    font-size: 30px;
  }
}
.contact-wrapper .form-cont form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 50px;
  margin-top: 40px;
}
@media screen and (max-width: 575px) {
  .contact-wrapper .form-cont form {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.contact-wrapper .form-cont form label {
  display: flex;
  flex-direction: column;
  font-size: 18px;
}
.contact-wrapper .form-cont form input,
.contact-wrapper .form-cont form select,
.contact-wrapper .form-cont form textarea {
  border: none;
  border-bottom: 1px solid #2b2e34;
  margin-top: 20px;
  font-size: 16px;
  color: #2b2e34;
  padding: 10px;
}
.contact-wrapper .form-cont form input:focus,
.contact-wrapper .form-cont form select:focus,
.contact-wrapper .form-cont form textarea:focus {
  outline: none;
}
.contact-wrapper .form-cont form select {
  font-weight: 800;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  list-style: none;
  background: transparent url("../images/arr-down-g.svg") no-repeat;
  background-position: calc(100% - 10px);
}
.contact-wrapper .form-cont form select option {
  font-weight: 700;
}
.contact-wrapper .form-cont form textarea {
  height: 150px;
  resize: none;
  grid-column: span 2;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .contact-wrapper .form-cont form textarea {
    grid-column: span 1;
  }
}
.contact-wrapper .form-cont form textarea::-moz-placeholder {
  font-family: "Inter";
  font-size: 16px;
  letter-spacing: 1px;
}
.contact-wrapper .form-cont form textarea::placeholder {
  font-family: "Inter";
  font-size: 16px;
  letter-spacing: 1px;
}
.contact-wrapper .form-cont form .btn {
  grid-column: span 2;
  margin-left: auto;
  max-width: 207px;
}
@media screen and (max-width: 575px) {
  .contact-wrapper .form-cont form .btn {
    grid-column: span 1;
  }
}

.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: 445px;
}
@media screen and (max-width: 1199px) {
  .about-wrapper .about-images {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .about-wrapper .about-images {
    min-height: 250px;
  }
}
.about-wrapper .about-images img {
  position: absolute;
  border-radius: 30px;
}
.about-wrapper .about-images img:first-child {
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  max-width: 420px;
  height: 307px;
}
@media screen and (max-width: 1199px) {
  .about-wrapper .about-images img:first-child {
    right: 15%;
  }
}
@media screen and (max-width: 575px) {
  .about-wrapper .about-images img:first-child {
    right: 0;
    height: 180px;
    max-width: 214px;
  }
}
.about-wrapper .about-images img:last-child {
  left: 0;
  top: 0;
  width: 100%;
  max-width: 475px;
  height: 390px;
}
@media screen and (max-width: 1199px) {
  .about-wrapper .about-images img:last-child {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .about-wrapper .about-images img:last-child {
    left: 0;
    transform: translateX(0);
  }
}
@media screen and (max-width: 575px) {
  .about-wrapper .about-images img:last-child {
    height: 180px;
    max-width: 214px;
  }
}
.about-wrapper .text {
  width: 46%;
}
@media screen and (max-width: 1199px) {
  .about-wrapper .text {
    width: 100%;
    margin-top: 40px;
  }
}
.about-wrapper .text .title {
  margin-bottom: 30px;
}
.about-wrapper .text .title h2 {
  font-size: 32px;
}
@media screen and (max-width: 575px) {
  .about-wrapper .text .title h2 {
    font-size: 30px;
  }
}
.about-wrapper .text p {
  margin-bottom: 15px;
}
.about-wrapper .text p:last-child {
  margin-bottom: 0;
}

.privacy-text table {
  width: 95% !important;
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate !important;
  border-spacing: 0 70px;
  margin-top: -70px;
  border: none !important;
}
@media screen and (max-width: 767px) {
  .privacy-text table {
    border-spacing: 0 40px;
    margin-top: -40px;
  }
}
.privacy-text table tr {
  position: relative;
}
.privacy-text table tr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 100%;
  background-color: #f9f9f6;
  z-index: -1;
  border-radius: 150px;
}
@media only screen and (max-width: 1600px) {
  .privacy-text table tr::before {
    width: 110%;
  }
}
@media screen and (max-width: 767px) {
  .privacy-text table tr::before {
    border-radius: 50px;
  }
}
.privacy-text table td {
  text-align: center;
  padding: 40px 0;
  border: none !important;
  word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.privacy-text table td a{
  word-break: break-all; 
  color: #87c846;
}

.privacy-text table td h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .privacy-text table td h2 {
    font-size: 30px;
  }
}

.car-list-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
  margin-top: 70px;
}
@media screen and (max-width: 1199px) {
  .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 {
  width: 100%;
  border: 1px solid rgba(43, 46, 52, 0.2);
  border-radius: 20px;
  padding: 30px 40px;
  position: relative;
}
.car-list-wrapper .car-cont .car-brand {
  width: 100%;
  max-width: 60px;
  height: 40px;
  position: relative;
}
.car-list-wrapper .car-cont .car-brand::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 1px;
  left: -65%;
  background-color: #000;
}
.car-list-wrapper .car-cont .car-brand img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.car-list-wrapper .car-cont .popular {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #87c846;
  color: #fff;
  font-size: 16px;
  padding: 25px 15px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 3;
}
.car-list-wrapper .car-cont .car-image {
  position: relative;
  width: 100%;
  height: 160px;
  margin-top: 20px;
}
.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 {
  text-align: center;
  padding-top: 10px;
}
.car-list-wrapper .car-cont .car-info p.cancel {
  color: #87c846;
  font-size: 14px;
}
.car-list-wrapper .car-cont .car-info .fuel p {
  line-height: 27px;
}
.car-list-wrapper .car-cont .car-info .fuel p:first-child {
  letter-spacing: 5px;
}
.car-list-wrapper .car-cont .car-info .fuel span {
  color: #2b2e34;
  font-size: 32px;
  font-weight: bold;
}
.car-list-wrapper .car-cont .car-info .gearbox,
.car-list-wrapper .car-cont .car-info .doors {
  margin: 10px 0;
}
.car-list-wrapper .car-cont .car-info .gearbox p,
.car-list-wrapper .car-cont .car-info .doors p {
  font-size: 14px;
  font-weight: 800;
}
.car-list-wrapper .car-cont .car-info .gearbox span,
.car-list-wrapper .car-cont .car-info .doors span {
  font-size: 14px;
  letter-spacing: 2px;
}
.car-list-wrapper .car-cont .car-info .doors {
  margin: 0;
}
.car-list-wrapper .car-cont .car-info hr {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: rgba(43, 46, 52, 0.2);
  margin-top: 20px;
}
.car-list-wrapper .car-cont .car-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.car-list-wrapper .car-cont .car-price p {
  font-size: 18px;
}
.car-list-wrapper .car-cont .car-price p span {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #2b2e34;
}
.car-list-wrapper .car-cont .car-price .go-arr {
  background-color: #87c846;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.myCarSwiper2 {
  width: 100%;
  /* height: 560px; */
 aspect-ratio: 2.68 / 1;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 30px;

  display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; 
}
/* @media screen and (max-width: 767px) {
  .myCarSwiper2 {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .myCarSwiper2 {
    height: 260px;
    margin-bottom: 15px;
  }
} */

.myCarSwiper2 .swiper-slide {
  width: 100% !important;

  display: flex;
  align-items: center;
  justify-content: center;
}
.myCarSwiper2 .swiper-slide img {
 
  max-width: 100%;
  max-height: 100%;
  
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
     border-radius: 30px;
}
.myCarSwiper2 .swiper-button-prev-car,
.myCarSwiper2 .swiper-button-next-car {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #87c846;
  border-radius: 50%;
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .myCarSwiper2 .swiper-button-prev-car,
  .myCarSwiper2 .swiper-button-next-car {
    width: 40px;
    height: 40px;
    top: auto;
    transform: none;
    bottom: 10px;
  }
  .myCarSwiper2 .swiper-button-prev-car svg,
  .myCarSwiper2 .swiper-button-next-car svg {
    width: 10px;
    height: 20px;
  }
}
.myCarSwiper2 .swiper-button-prev-car {
  left: 5%;
}
.myCarSwiper2 .swiper-button-next-car {
  right: 5%;
}

.myCarSwiper {
  width: 100%;
  height: 195px;
}
@media screen and (max-width: 575px) {
  .myCarSwiper {
    height: 105px;
  }
}
.myCarSwiper .swiper-slide {
  height: 100%;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.myCarSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}

.car-details-wrapper {
  margin-top: 70px;
}
.car-details-wrapper h2 {
  margin-bottom: 20px;
}
.car-details-wrapper .car-content-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .car-details-wrapper .car-content-cont {
    flex-direction: column;
  }
}
.car-details-wrapper .car-text {
  width: 75%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 5%;
}
@media screen and (max-width: 1199px) {
  .car-details-wrapper .car-text {
    width: 100%;
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 30px;
  }
}
.car-details-wrapper .car-text p {
  margin-bottom: 15px;
}
.car-details-wrapper .car-details {
  width: 20%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
}
@media screen and (max-width: 1199px) {
  .car-details-wrapper .car-details {
    width: 100%;
    padding-top: 30px;
  }
}
.car-details-wrapper .car-details .item {
  text-align: center;
}
.car-details-wrapper .car-details .item:nth-child(odd) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 30px;
}
.car-details-wrapper .car-details .item:nth-child(even) {
  padding-left: 30px;
}
.car-details-wrapper .car-details .item span {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}
.car-details-wrapper .car-details .item p {
  margin-top: 10px;
}

.reservation-top-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .reservation-top-wrapper {
    flex-direction: column;
  }
}
.reservation-top-wrapper .reservation-cont {
  width: 59%;
}
@media screen and (max-width: 1199px) {
  .reservation-top-wrapper .reservation-cont {
    width: 100%;
  }
}
.reservation-top-wrapper .title {
  margin-top: 40px;
}
.reservation-top-wrapper .reservation-steps {
  display: flex;
  align-items: center;
  background-color: #f9f9f6;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-left: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-bottom: 60px;
  padding-top: 70px;
  position: relative;
  padding-right: 50px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .reservation-top-wrapper .reservation-steps {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0px;
  }
}
.reservation-top-wrapper .reservation-steps::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -30%;
  background-color: #f9f9f6;
  height: 100%;
  width: 50%;
  z-index: -1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.reservation-top-wrapper .reservation-steps .step {
  margin-right: 30px;
  width: 100%;
  max-width: 180px;
  position: relative;
}

.reservation-top-wrapper .reservation-steps .step span{
  display: none;
}
@media screen and (max-width: 767px) {
  .reservation-top-wrapper .reservation-steps .step {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .reservation-top-wrapper .reservation-steps .step:last-of-type {
    margin-bottom: 0;
  }
}
.reservation-top-wrapper .reservation-steps .step p {
  font-weight: 800;
  color: rgba(43, 46, 52, 0.5);
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 25px;
  z-index: 1;
  position: relative;
}
.reservation-top-wrapper .reservation-steps .step.active p {
  color: #87c846;
}

.reservation-form-cont {
  padding: 70px 50px 70px 50px;
  background-color: #f9f9f6;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  position: relative;
  width: 40%;
}
@media screen and (max-width: 1199px) {
  .reservation-form-cont {
    margin-top: 40px;
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 575px) {
  .reservation-form-cont {
    padding: 30px;
    padding-bottom: 60px;
  }
}
.reservation-form-cont h3 {
  font-size: 24px;
  font-weight: 500;
  color: #2b2e34;
  margin-bottom: 30px;
}
.reservation-form-cont .location-details-cont {
  display: flex;
  align-items: flex-start;
}
.reservation-form-cont .location-details-cont img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-top: 7px;
}
.reservation-form-cont .location-details-cont .location-details {
  margin-left: 20px;
}
.reservation-form-cont .location-details-cont .location-details p {
  font-weight: 500;
}
.reservation-form-cont .location-details-cont .location-details p:first-child {
  margin-bottom: 10px;
}
.reservation-form-cont .location-details-cont .location-details p span {
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
}
.reservation-form-cont .change-btn {
  background-color: #87c846;
  color: #fff;
  font-weight: 500;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  padding: 15px 35px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.car-list-reserve {
  margin-top: 0;
}

.popup-around {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
}

.popup-cont {
  background: #ffffff;
  padding: 40px;
  width: 90%;
  height: 500px;
  max-width: 600px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  animation: popup-country-fadeIn 0.5sease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .popup-cont {
    padding: 20px;
    height: 390px;
  }
}
.popup-cont form {
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.popup-cont form .form-item {
  margin-bottom: 30px;
}
.popup-cont form .form-item:last-of-type {
  margin-bottom: 0;
}
.popup-cont form .form-item p {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}
.popup-cont form .form-item select,
.popup-cont form .form-item input {
  border: none;
  border-bottom: 1px solid rgba(43, 46, 52, 0.2);
  padding: 5px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "Inter";
  width: 100%;
}
.popup-cont form .form-item select:focus,
.popup-cont form .form-item input:focus {
  outline: none;
}
.popup-cont form .form-item select {
  margin-bottom: 15px;
  list-style: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/arr-down-small-g.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 100%;
  padding-right: 20px;
}
.popup-cont form .form-item input {
  background-image: url("../images/arr-down-small-g.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 100%;
}
.popup-cont .close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  background-image: url("../images/close2.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.popup-around.open-popup {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s;
}

@keyframes popup-country-fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.reservation-details-wrapper {
  padding-bottom: 70px;
}
@media screen and (max-width: 575px) {
  .reservation-details-wrapper {
    padding-bottom: 40px;
  }
}
.reservation-details-wrapper .max-width {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .reservation-details-wrapper .max-width {
    flex-direction: column;
  }
}
.reservation-details-wrapper .reservation-top-wrapper {
  width: 59%;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  .reservation-details-wrapper .reservation-top-wrapper {
    width: 100%;
  }
}
.reservation-details-wrapper .reservation-top-wrapper .reservation-cont {
  width: 100%;
}
.reservation-details-wrapper .reservation-details-cont {
  width: 90%;
}
@media screen and (max-width: 1199px) {
  .reservation-details-wrapper .reservation-details-cont {
    width: 100%;
  }
}
.reservation-details-wrapper .reservation-details-cont .title {
  margin-bottom: 30px;
}
.reservation-details-wrapper .reservation-details-cont .title h2 {
  font-size: 32px;
}
.reservation-details-wrapper .reservation-details-cont .basic-information {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 50px;
  -moz-column-gap: 80px;
       column-gap: 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .reservation-details-cont .basic-information {
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .reservation-details-wrapper .reservation-details-cont .basic-information {
    grid-template-columns: 1fr;
  }
}
.reservation-details-wrapper .reservation-details-cont .basic-information label {
  text-transform: uppercase;
}
.reservation-details-wrapper .reservation-details-cont .basic-information label input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #2b2e34;
  padding: 10px 0;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .reservation-details-wrapper .reservation-details-cont .basic-information label input {
    margin-top: 0;
  }
}
.reservation-details-wrapper .reservation-details-cont .basic-information label input:focus {
  outline: none;
}
.reservation-details-wrapper .reservation-details-cont select.insurance-cont {
  width: 100%;
  border: none;
  border-bottom: 1px solid #2b2e34;
  padding: 10px 0;
  margin-top: 10px;
  font-family: "Inter";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  list-style-type: none;
  background-image: url("../images/arr-down-small-g.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 100%;
  width: 50%;
}
@media screen and (max-width: 575px) {
  .reservation-details-wrapper .reservation-details-cont select.insurance-cont {
    width: 100%;
  }
}
.reservation-details-wrapper .reservation-details-cont select.insurance-cont:focus {
  outline: none;
}
.reservation-details-wrapper .reservation-details-cont .insurance-text {
  margin-top: 20px;
}
.reservation-details-wrapper .reservation-details-cont .insurance-text ul {
  list-style-type: disc;
  padding-left: 20px;
}
.reservation-details-wrapper .reservation-details-cont .insurance-text ul li {
  color: #87c846;
  margin-bottom: 10px;
}
.reservation-details-wrapper .reservation-details-cont .insurance-text ul li:last-of-type {
  margin-bottom: 0;
}
.reservation-details-wrapper .right-reservation {
  width: 40%;
}
@media screen and (max-width: 1199px) {
  .reservation-details-wrapper .right-reservation {
    width: 100%;
  }
}
.reservation-details-wrapper .right-reservation .reservation-form-cont {
  width: 100%;
}

.overview-cont {
  background-color: #f9f9f6;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.overview-cont .top-part {
  padding: 40px 40px 30px 40px;
}
@media screen and (max-width: 575px) {
  .overview-cont .top-part {
    padding: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .overview-cont {
    width: 100%;
    max-width: 500px;
  }
}
.overview-cont h3 {
  font-size: 24px;
  font-weight: 500;
  color: #2b2e34;
  margin-bottom: 30px;
}
.overview-cont ul {
  list-style-type: disc;
  padding-left: 20px;
}
.overview-cont ul li {
  margin-bottom: 12px;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
}
.overview-cont ul li:last-of-type {
  margin-bottom: 0;
}
.overview-cont ul span {
  font-size: 16px;
  font-weight: 400;
  font-weight: 800;
  color: #87c846;
  text-transform: none;
  letter-spacing: 2px;
}
.overview-cont .total-price {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  padding: 30px 50px 30px 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.overview-cont .total-price .total-car-price{
    display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.overview-cont .total-price p {
  font-weight: 500;
    font-size: 24px;
}

.overview-cont .total-price p span{
  color: #2b2e34;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 500;
}

.flex-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
.flex-btns a.btn {
  border: 1px solid #2b2e34;
  color: #2b2e34;
}
@media screen and (max-width: 575px) {
  .flex-btns a.btn {
    max-width: 150px;
    padding: 15px;
  }
}
.flex-btns button {
  cursor: not-allowed;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  max-width: max-content;
  padding: 17px 35px;
  min-width: 220px;
}
@media screen and (max-width: 575px) {
  .flex-btns button {
    max-width: 150px;
    padding: 15px;
  }
}
.flex-btns button:not([disabled]) {
  opacity: 1;
  cursor: pointer;
}

.reservation-important-information {
  margin-top: 40px;
}
.reservation-important-information h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.reservation-important-information p {
  margin-bottom: 20px;
}
.reservation-important-information ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 30px;
}
.reservation-important-information ul li {
  margin-bottom: 10px;
}
.reservation-important-information .terms {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.reservation-important-information .terms input {
  margin-right: 10px;
}
.reservation-important-information .terms a {
  color: #87c846;
  font-weight: 800;
}

.success-reservation-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .success-reservation-cont {
    flex-direction: column;
  }
}
.success-reservation-cont .overview-cont {
  width: 65%;
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
  .success-reservation-cont .overview-cont {
    width: 100%;
  }
}
.success-reservation-cont .overview-cont h2 {
  font-size: 32px;
}
@media screen and (max-width: 575px) {
  .success-reservation-cont .overview-cont h2 {
    font-size: 22px;
  }
}
.success-reservation-cont .overview-cont h3 {
  font-size: 24px;
  font-weight: 500;
}
.success-reservation-cont .overview-cont .title {
  margin-bottom: 30px;
}
.success-reservation-cont .overview-cont .title span {
  text-transform: none;
  letter-spacing: 2px;
}
.success-reservation-cont .reservation-form-cont {
  width: 30%;
  padding: 30px;
}
@media screen and (max-width: 1199px) {
  .success-reservation-cont .reservation-form-cont {
    width: 100%;
  }
}
.success-reservation-cont .reservation-form-cont .location-details-cont .location-details {
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.successfull-reservation-wrapper {
  width: 100%;
  height: 100svh;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .successfull-reservation-wrapper {
    margin-top: 70px;
  }
}
@media screen and (max-width: 575px) {
  .successfull-reservation-wrapper {
    height: 560px;
  }
}
.successfull-reservation-wrapper h1 {
  font-size: 45px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 70px;
}
@media screen and (max-width: 575px) {
  .successfull-reservation-wrapper h1 {
    /* font-size: 30px; */
    font-size: 25px;
    /* line-height: 35px; */
    line-height: 30px;
    font-weight: 600;
  }
}
.successfull-reservation-wrapper span {
  color: #fff;
}
.successfull-reservation-wrapper .success-links {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .successfull-reservation-wrapper .success-links {
    width: 100%;
  }
}
.successfull-reservation-wrapper .success-links a {
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 20px;
  max-width: 140px;
}
.successfull-reservation-wrapper .success-links a:hover {
  color: #87c846;
  border: 1px solid #87c846;
}

.transfers-form form .title {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .transfers-form form .title {
    margin-bottom: 30px;
  }
}
.transfers-form form .title h2 {
  font-size: 32px;
}
@media screen and (max-width: 575px) {
  .transfers-form form .title h2 {
    font-size: 30px;
  }
}
.transfers-form form .basic-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 65px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .transfers-form form .basic-info {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .transfers-form form .basic-info {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.transfers-form form .basic-info label {
  text-transform: uppercase;
}
.transfers-form form .basic-info input {
  border: none;
  border-bottom: 1px solid #2b2e34;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "Inter";
  width: 100%;
  margin-top: 10px !important;
}
.transfers-form form .basic-info input:focus {
  outline: none;
}
.transfers-form form .basic-info .iti {
  width: 100%;
}
.transfers-form form textarea {
  border: none;
  border-bottom: 1px solid #2b2e34;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "Inter";
  width: 100%;
  margin-top: 10px;
  height: 150px;
  resize: none;
}
.transfers-form form textarea:focus {
  outline: none;
}
.transfers-form form textarea::-moz-placeholder {
  font-family: "Inter";
  font-weight: bold;
  color: #2b2e34;
}
.transfers-form form textarea::placeholder {
  font-family: "Inter";
  font-weight: bold;
  color: #2b2e34;
}
.transfers-form form button {
  margin-left: auto;
  margin-top: 50px;
}/*# sourceMappingURL=main.css.map */

.privacy-text table td h3{
  margin: 15px 0;
  font-size: 27px;
}

.success-message a{
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.transfers-form form .basic-info label.flight-number{
  position: relative;
}

.transfers-form form .basic-info label.flight-number span{
  position: absolute;
  display: block;
  background-color: #87c846;
  color: #fff;
  top: -55px;
  right: 0;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: none;
  border-radius: 20px;
  width: 75%;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .transfers-form form .basic-info label.flight-number span{
    top: -25px;
  }
}

@media screen and (max-width: 576px) {
  .transfers-form form .basic-info label.flight-number span{
   font-size: 9px;
   width: 50%;
  }

  .transfers-form form .basic-info input{
    padding: 5px 0;
    font-size: 16px;
  }

   .transfers-form form .basic-info label{
    font-size: 15px;
   }

   .side-menu .side-section .single-link{
    font-size: 21px;
   }

   .side-section.language-section a{
margin-bottom: 0;
   }
}

.no-cars{
  grid-column: span 3;
  font-weight: 600;
  font-size: 18px;
}

.longterm-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 50px;
    padding-top: 30px;
    border-top: 1px solid #87c846;

}

.longterm-form label {
    display: flex;
    flex-direction: column;
    font-size: 18px;
}

.longterm-form  input, .longterm-form select, .longterm-form textarea{
    border: none;
    border-bottom: 1px solid #2b2e34;
    margin-top: 20px;
    font-size: 16px;
    color: #2b2e34;
    padding: 10px;
}

.longterm-form  input:focus, .longterm-form select:focus, .longterm-form textarea:focus{
  outline: none;
}
.longterm-form textarea{
    height: 150px;
    resize: none;
    grid-column: span 2;
    width: 100%;
}

.longterm-form textarea::placeholder{
   font-family: "Inter";
  font-size: 16px;
  letter-spacing: 1px;
}

.longterm-form button{
    grid-column: span 2;
    margin-left: auto;
    max-width: 207px;
}

.longterm-rent-cont {
  height: auto;
  max-width: 715px;
  display: block;
}

.longterm-rent-cont form{
  max-width: 100%;
}

.longterm-rent-cont h3{
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px){
  .longterm-rent-cont .longterm-form{
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding-top: 20px;
  }

  .longterm-form button, .longterm-form textarea{
    grid-column: span 1;
  }

  .longterm-rent-cont{
    height: 87%;
  }

  .longterm-form textarea{
    height: 100px;
    margin-top: 0px;
  }

  .longterm-form input, .longterm-form select{
    margin-top: 0px;
  }

  .longterm-form label{
    font-size: 16px;
  }

  .longterm-rent-cont .close-btn{
    top: 20px;
    right: 10px;
    background-size: 20px;
  }

  .longterm-rent-cont h3{
    margin-bottom: 20px;
    margin-top: 30px;
  }

}

.go-home{
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.requirements-list{
  list-style-type: none !important;
  padding-left: 0 !important;
}

.requirements-list li{
  position: relative;
  padding-left: 30px;
}

.requirements-list li::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url('../images/true.png');
  background-repeat: no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  
}

button.change-btn{
  margin-left: auto;
  margin-top: 30px;
}

.insurance-text p{
  margin-top: 10px;
  line-height: 24px;
}

@media only screen and (max-width: 576px){
  button.change-btn{
    font-size: 16px;
    padding: 10px 20px;
    max-width: 180px;
  }

  .popup-cont .close-btn.change-close-btn{
  background-size: 18px;
  width: 18px;
  height: 18px;
  top: 10px;
  right: 10px;
  }

  .overview-cont .total-price{
    padding: 30px;
  }
}

.flatpickr-calendar.open{
  
  background: white !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months{

  color: #2B2E34 !important;
}

.numInputWrapper{

  color: #2B2E34 !important;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path{

  fill: #2B2E34 !important;
}

span.flatpickr-weekday{
  color: #fff !important;
  font-weight: 500;
  font-size: 11px;
  color: #2B2E34 !important;
}

.flatpickr-day{

  color: white !important;
  border-radius: 0 !important;

  background-color: #2B2E34 !important;
  font-weight: 600 !important;
  border: none !important;
  letter-spacing: 1px !important;
}

.flatpickr-day.flatpickr-disabled{

  color: rgba(0, 0, 0, 0.2) !important;
  background-color: transparent !important;
}

.flatpickr-day.today{
background-color: transparent !important;
border: 1px solid #87c846 !important;

color: #2B2E34 !important;
}

.flatpickr-time input{

  color: #2B2E34 !important;
}

.flatpickr-time .flatpickr-am-pm{
  color: #fff !important;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus{
  color: #2B2E34 !important;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{
 background-color: #87c846 !important;
color: #fff !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{

  background: white !important;
}

.overview-cont .total-price .subtotal-prices p {
  font-size: 18px;
}

.overview-cont .total-price .subtotal-prices p span{
  font-size: 18px;
}

.overview-cont .total-price .subtotal-prices p.subtotal{
  font-size: 24px;
  margin-bottom: 10px;
}

.overview-cont .total-price{
  display: flex;
  justify-content: space-between;
}

.total-price.total-price2{
  flex-direction: column;
}

.side-section.language-section a + a{
  margin-top: 0;
}

.side-section.link-section a + a {
  margin-top: 0;
}

.why-us-wrapper span{
  color: #fff;
}

.top-home-wrapper span{
  color: #fff;
}

.car-list-wrapper .car-cont .car-btn{
  background: transparent;
  margin-left: auto;
    margin-right: auto;
    display: block;
}

.car-list-wrapper .car-cont .fuel button{
  background: transparent;
}

 .car-list-wrapper .car-cont .mobile-car-name .car-brand{
  display: none;
 }

 .mobile-title{
  display: none;
 }

 .blog-wrapper .blog .blog-info p:last-child{
  line-height: 30px;
  margin-top: 10px;
 }

 /* @media only screen and (max-width: 1600px){
 .myCarSwiper2{
  height: 506px;
 }
 }

  @media only screen and (max-width: 1400px){
 .myCarSwiper2{
  height: 460px;
 }
 }

   @media only screen and (max-width: 1300px){
 .myCarSwiper2{
  height: 425px;
 }
 } */


.date-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.date-wrapper input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background: transparent; 
}

.date-wrapper .fake-placeholder {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #2B2E34;
    letter-spacing: 1px;
    text-transform: none;
    font-size: 18px;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
}

.date-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.floating-label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
    transition: 0.2s ease all;
}

input:focus + .floating-label{
    top: -10px;
    left: 10px;
    font-size: 0.85em;
    color: #333;
    opacity: 0;
}
input:focus + .floating-label,
input:not(:empty) + .floating-label {
    display: none;  /* Hide label when a date is selected or input is focused */
}





@supports (-webkit-touch-callout: none) {
    select, input {
        background-color: transparent !important; /* Override background */
        color: #2b2e34 !important; /* Override text color */
     
    }

    /* For iOS Safari select elements, custom appearance */
    select {
        background-color: transparent;
        color: #2b2e34;
    }

    /* Fix the focus color for iOS Safari */
    select:focus, input:focus {
        outline: none;
       
    }
}

.reserve-link{
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}



@media only screen and (max-width: 576px){
  .car-details-cont{
  width: 100%;
}
  .date-wrapper .fake-placeholder{
    font-size: 16px;
  }

  .mobile-title{
    display: block;
  }

  .desktop-title{
    display: none;
  }
  .rent-form .inputs-div{
    background-color: rgba(255, 255, 255, 0.7);
  }

.rent-form .button-div{
    background-color: rgba(255, 255, 255, 0.7);
}

  .top-home-wrapper .title h1{
    color: #2b2e34;
  }

  .top-home-wrapper span{
    color: #87c846;
  }

  .side-menu .side-section.link-section{
    padding: 20px;
  }

  .side-menu .side-section.socials{
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: 20px;
  }

  .side-section.language-section{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }

  .side-section.language-section p{
    grid-column: span 2;
  }

  .side-section.language-section a:first-of-type{
    justify-content: flex-end;
  }

  .side-section.language-section a:last-child{
    justify-content: flex-start;
  }

  .side-menu .side-section.socials a{
    margin: 0 !important;
  }

  .side-menu .side-section a:last-child svg{
    margin-right: 0;
  }

  .side-menu .side-section.socials p{
    line-height: 22px;
  }

  .trip-homepage.middle-trip-homepage .trip-car-image{
    display: none;
  }

  .trip-homepage.middle-trip-homepage{
    padding-bottom: 30px;
  }

  .trip-homepage:nth-child(3){
    padding-top: 15px;
  }

  footer .middle-footer .left-part .contact-f .contact-link{
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 25px;
  }

  footer .middle-footer .left-part .contact-f .contact-link svg{
    margin-right: 10px;
    width: 20px;
  }

  footer .middle-footer .middle-part ul li{
    margin-bottom: 20px;
  }

  footer .middle-footer .right-part ul{
    margin-top: 15px;
  }

  footer .middle-footer .right-part h3{
    font-size: 22px;
    height: 37px;
  }

  footer .middle-footer .left-part .contact-f p{
    margin: 30px 0;
  }

  footer .middle-footer .middle-part h3{
        font-size: 22px;
    height: 37px;
  }

  .trip-homepage .background-car-image{
    width: 44%;
    height: 17%;
    display: block;
  }

  .trip-homepage.middle-trip-homepage .background-car-image{
    display: none;
  }

  .flex-btns button, .flex-btns a{
    min-width: 150px;
  }

    .reservation-top-wrapper {
      margin-top: 40px;
    }

  .reservation-top-wrapper .reservation-steps .step{
    margin-bottom: 20px;
  }

  .reservation-top-wrapper .reservation-steps .step span{
    display: block;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    color: rgba(43, 46, 52, 0.15);
  }

  .reservation-top-wrapper .reservation-steps .step.active span{
    color: #2B2E34;
  }

  .reservation-top-wrapper .reservation-steps .step img{
    display: none;
  }

  .car-list-wrapper .car-cont{
    padding: 20px;
  }

  .car-list-wrapper .car-cont .car-brand{
    display: none;
  }

  .car-list-wrapper .car-cont .mobile-car-name .car-brand{
    display: block;
  }
    .car-list-wrapper .car-cont .mobile-car-name .car-brand::before{
      display: none;
    }

   .car-list-wrapper .car-cont .mobile-car-name{
    display: flex;
   }

   .car-list-wrapper .car-cont .mobile-car-spec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
   }

   .car-list-wrapper .car-cont .mobile-car-spec::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 80%;
    background-color: rgba(43, 46, 52, 0.7);
   }

   .car-list-wrapper .car-cont .car-info .doors{
    min-width: 102px;
   }
   .car-list-wrapper .car-cont .popular{
    padding: 15px;
   }

   .overview-cont ul span{
    font-weight: 600;
    font-size: 15px;
   }

   .overview-cont ul li{
    font-size: 15px;
   }

   .success-reservation-cont .overview-cont .title span{
    font-size: 15px;
   }

   .success-reservation-cont .overview-cont h3{
    font-size: 20px;
   }

   .successfull-reservation-wrapper span{
    letter-spacing: 2px;
    font-size: 16px;
   }
   .side-menu .side-section.link-section a{
    font-weight: 500;
   }

   .faq ul li{
    border-radius: 0;
   }

   .blog-wrapper .blog .blog-info h3{
    font-size: 23px;
   }

   .blog-wrapper{
    margin-top: 40px;
   }

   .blog-wrapper .blog .blog-info p{
    line-height: 23px;

   }

   .blog-title-mobile h1{
font-size: 26px;
   }

   .blog-title-mobile span{
    font-size: 16px;
   }

   .myCarSwiper2{
    border-radius: 15px;
   }

   .myCarSwiper2 .swiper-slide img{
    border-radius: 15px;
   }
}


