@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Thin.woff2") format("woff2"), url("../fonts/Inter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraLight.woff2") format("woff2"), url("../fonts/Inter-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  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: 400;
  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-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-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  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: 800;
  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: "Epilogue";
  src: url("../fonts/Epilogue-Bold.woff2") format("woff2"), url("../fonts/Epilogue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Epilogue";
  src: url("../fonts/Epilogue-Medium.woff2") format("woff2"), url("../fonts/Epilogue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Epilogue";
  src: url("../fonts/Epilogue-Regular.woff2") format("woff2"), url("../fonts/Epilogue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Epilogue";
  src: url("../fonts/Epilogue-SemiBold.woff2") format("woff2"), url("../fonts/Epilogue-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Epilogue";
  src: url("../fonts/Epilogue-Light.woff2") format("woff2"), url("../fonts/Epilogue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Epilogue";
  src: url("../fonts/Epilogue-Thin.woff2") format("woff2"), url("../fonts/Epilogue-Thin.woff") format("woff");
  font-weight: 100;
  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: #111111;
  position: relative;
  letter-spacing: 1px;
}

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

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

h1 {
  font-family: "Epilogue";
  font-size: 45px;
  font-weight: 500;
  color: #111111;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
    letter-spacing: 2px;
  }
}

h2 {
  font-family: "Epilogue";
  font-size: 45px;
  font-weight: 500;
  color: #111111;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 30px;
    letter-spacing: 2px;
  }
}

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

h4 {
  font-family: "Epilogue";
  font-size: 24px;
  letter-spacing: 2px;
  color: #111111;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  h4 {
    font-size: 20px;
  }
}

p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 30px;
  color: #111111;
}
@media screen and (max-width: 575px) {
  p {
    line-height: 22px;
  }
}

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

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: 30px 0;
  }
}

.btn {
  font-size: 18px;
  font-weight: 500;
  color: #111111;
  letter-spacing: 2px;
  background-color: #fff;
  border: 1px solid #111111;
  padding: 15px 20px;
  width: 100%;
  max-width: 270px;
  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: #fff;
  color: #c9a227;
  border: 1px solid #c9a227;
  transition: all 0.5s ease-in-out;
}
.btn:hover svg path {
  fill: #c9a227;
  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: #111111;
}

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

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

span {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  color: #c9a227;
  letter-spacing: 6px;
  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;
}
.pagination li {
  width: 42px;
  height: 42px;
}
.pagination li a {
  color: #111111;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 24px;
  border: 1px solid #111111;
}
.pagination li .active {
  background-color: #c9a227;
  color: #fff;
  border: 1px solid transparent;
}
.pagination li:last-child a {
  background-color: transparent;
}
.pagination li:has(svg) a {
  background-color: transparent;
}

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

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

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

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

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

.dark-overlay35 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 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);
  z-index: 1;
}

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

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

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

.grey-background {
  background-color: rgba(241, 241, 241, 0.75);
}

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

@media screen and (min-width: 1300px) {
  header.small-header {
    height: 70px;
  }
}
header.small-header .nav li a {
  padding: 24px 0;
}

.logo {
  width: 220px;
  height: 65%;
  display: flex;
  align-items: center;
  margin-right: auto;
}
.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
@media screen and (max-width: 575px) {
  .logo {
    width: 120px;
  }
}

.nav {
  display: flex;
  align-items: center;
  list-style: none;
}
.nav li {
  margin-left: 35px;
}
.nav li a {
  font-size: 14px;
  color: #111111;
  text-transform: uppercase;
  padding: 34px 0;
}
.nav li .active {
  font-weight: bold;
  position: relative;
  color: #c9a227;
  border-bottom: 3px solid #c9a227;
}
@media screen and (max-width: 1299px) {
  .nav {
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .nav li {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .nav li a {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    text-transform: capitalize;
    position: relative;
    padding: 0;
  }
  .nav li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 26px;
    background-color: #c9a227;
    display: none;
  }
  .nav li a.active {
    color: #c9a227;
    font-weight: 300;
    padding-right: 25px;
    border-bottom: none;
  }
  .nav li a.active::after {
    display: block;
  }
  .nav li .active::before {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .nav li a {
    font-size: 25px;
    letter-spacing: 1.5px;
  }
}

.hamb1 {
  width: 100px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .hamb1 {
    width: 60px;
  }
}

header.dark-header {
  background-color: #111111;
}
header.dark-header .nav li a {
  color: #fff;
}
header.dark-header .hamb1 {
  background-image: url(../images/hamburger-w.svg);
  margin-left: 35px;
}
header.dark-header .logo {
  display: none;
}
header.dark-header .other-logo {
  display: block;
}

.hamb1 {
  background-image: url("../images/hamburger.svg");
  margin-left: 35px;
}

.hamb2 {
  background-image: url("../images/close.png");
  background-size: 16px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

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

.side-wrap {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: -10;
  visibility: hidden;
}

.side-wrap.opened {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.side-menu {
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #111111;
  max-width: 750px;
  overflow-y: scroll;
  padding: 200px 75px 50px 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(100%);
}
.side-menu .top-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 45px;
  width: calc(100% - 150px);
}
@media screen and (max-width: 575px) {
  .side-menu .top-part {
    width: calc(100% - 50px);
    top: 14px;
  }
}
.side-menu .top-part details {
  border: 0.5px solid rgba(255, 255, 255, 0.35);
  padding: 5px;
  cursor: pointer;
  position: relative;
}
.side-menu .top-part details summary {
  background-image: url(../images/arr-down-fat-w.svg);
  background-repeat: no-repeat;
  background-position: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  list-style: none;
  padding-right: 10px;
  color: #fff;
  font-size: 18px;
  font-family: "Epilogue";
  font-weight: 300;
  display: flex;
  align-items: center;
}

.side-menu .top-part details summary::-webkit-details-marker{
  display: none;
}
@media screen and (max-width: 575px) {
  .side-menu .top-part details summary {
    font-size: 16px;
  }
}
.side-menu .top-part details summary img {
  margin-right: 5px;
}
.side-menu .top-part details ul {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  border: 0.5px solid rgba(255, 255, 255, 0.35);
  padding: 5px;
  background-color: #111;
}
.side-menu .top-part details ul li {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.side-menu .top-part details ul li img {
  margin-right: 5px;
  height: 16px;
}
.side-menu .top-part details ul li a {
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .side-menu .top-part details ul li a {
    font-size: 16px;
  }
}
.side-menu .side-section {
  width: 100%;
  margin-bottom: 65px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.side-menu .side-section p {
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .side-menu .side-section p {
    font-size: 35px;
    letter-spacing: 2px;
  }
}
.side-menu .side-section ul li {
  margin-bottom: 13px;
}
.side-menu .side-section ul li:last-child {
  margin-bottom: 0;
}
.side-menu .side-section ul li a {
  font-weight: 300;
  color: #fff;
  font-size: 32px;
  text-align: end;
  display: flex;
  justify-content: flex-end;
  padding-right: 25px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .side-menu .side-section ul li a {
    font-size: 25px;
  }
}
.side-menu .side-section ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 26px;
  background-color: #c9a227;
  display: none;
}
.side-menu .side-section ul li a.active {
  color: #c9a227;
}
.side-menu .side-section ul li a.active::after {
  display: block;
}
.side-menu .side-section > a + a {
  margin-top: 15px;
}
.side-menu .side-section a {
  color: #fff;
}
.side-menu .side-section .header-contact {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.side-menu .side-section .header-contact a {
  display: block;
  font-size: 18px;
}
.side-menu .side-section .header-contact a + a {
  margin-top: 10px;
}
.side-menu .side-section .header-contact img {
  margin-left: 10px;
}
.side-menu .logo2 {
  display: block;
  width: 137px;
  height: 43px;
}
.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: 50px;
  }
  .side-menu .side-section p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .side-menu {
    padding: 25px 25px;
    padding-top: 110px;
  }
  .side-menu .side-section {
    margin-bottom: 40px;
  }
  .side-menu .side-section:nth-child(5) {
    margin-bottom: 0;
  }
  .side-menu .side-section a {
    font-size: 17px;
    letter-spacing: 1.5px;
  }
  .side-menu .side-section > a + a {
    margin-top: 10px;
  }
}

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

.social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social a + a {
  margin-left: 35px;
}
.social a svg path {
  transition: all 0.5s;
}
.social a:hover svg path {
  fill: #c9a227;
}
@media screen and (max-width: 575px) {
  .social {
    flex-wrap: wrap;
  }
  .social a {
    width: 22px;
    height: 17px;
    margin: 6px !important;
  }
  .social a svg {
    width: 100%;
    height: 100%;
  }
}

.background {
  position: relative;
  height: 622px;
  margin-top: 90px;
}
@media screen and (max-width: 1299px) {
  .background {
    margin-top: 70px;
  }
}
@media screen and (max-width: 575px) {
  .background {
    height: 350px;
    margin-top: 60px;
  }
}
.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.background .main-headline {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.background .main-headline h1 {
  font-weight: 400;
  color: #fff;
}
.background .main-headline span {
  color: #fff;
}

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

.rent-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 200px;
  gap: 5px;
  box-shadow: 0 0 47px rgba(0, 0, 0, 0.2);
  transform: translateY(-185px);
  background-color: #fff;
  width: 100%;
  max-width: 1053px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -185px;
}
@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;
    transform: none;
    margin-bottom: 0;
  }
}
.rent-form .inputs-div {
  padding: 30px 60px 30px 30px;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
}
.rent-form .inputs-div::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: calc(100% - 60px);
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 575px) {
  .rent-form .inputs-div {
    padding: 15px;
  }
}
.rent-form .inputs-div select {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  width: 100%;
  background: transparent url("../images/arr-down-b.svg") no-repeat;
  background-position: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Epilogue";
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 14px;
}
@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: 16px;
  font-family: "Epilogue";
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.rent-form .inputs-div p img {
  margin-right: 5px;
}
.rent-form .inputs-div label {
  display: flex;
  align-items: center;
  font-family: "Epilogue";
  font-size: 15px;
  font-weight: 500;
}
.rent-form .inputs-div label img {
  margin-right: 5px;
}
.rent-form .button-div {
  padding: 30px 30px 30px 50px;
  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;
    padding: 30px;
    padding-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .rent-form .button-div {
    grid-column: span 1;
    padding: 15px;
  }
}
.rent-form .button-div .btn {
  max-width: 100%;
}
.rent-form .button-div .search-btn {
  background-color: #111;
  color: #fff;
  border: none;
  padding-top: 50px;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 15px;
}
@media screen and (max-width: 575px) {
  .rent-form .button-div .search-btn {
    padding-top: 30px;
    background-size: 15px;
    background-position-y: 10px;
    padding-bottom: 10px;
  }
}
.rent-form .button-div .view-cars {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-family: "Epilogue";
}
@media screen and (max-width: 1199px) {
  .rent-form .button-div .view-cars {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .rent-form .button-div .view-cars {
    margin-bottom: 20px;
  }
}
.rent-form .button-div .view-cars img {
  margin-right: 10px;
}
.rent-form .button-div .view-cars img + img {
  margin-left: 10px;
  margin-right: 0;
}

.floating-label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #111111;
  pointer-events: none;
  transition: 0.2s ease all;
  font-family: "Epilogue" !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  font-size: 14px;
}

input:focus + .floating-label {
  top: -10px;
  left: 10px;
  font-size: 0.85em;
  color: #111111;
  opacity: 0;
}

input:focus + .floating-label,
input:not(:empty) + .floating-label {
  display: none; /* Hide label when a date is selected or input is focused */
}

.date-wrapper {
  position: relative;
}
.date-wrapper input {
  font-family: "Epilogue" !important;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  width: 100%;
  background: transparent url("../images/arr-down-b.svg") no-repeat;
  background-position: 100%;
}

.car-list-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 40px;
  margin-top: 50px;
}

@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(0, 0, 0, 0.2);
  padding: 30px 30px;
  position: relative;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
}
.car-list-wrapper .car-cont:hover {
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.25);
}

.car-list-wrapper .car-cont .car-brand {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.car-list-wrapper .car-cont .car-brand img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-right: 10px;
}

.car-list-wrapper .car-cont .car-image {
  position: relative;
  width: 100%;
  /* height: 160px; */
  height: 185px;
  margin-top: 20px;
}

.car-list-wrapper .car-cont .car-image img {
  width: 100%;
  height: 100%;
  /* -o-object-fit: contain;
  object-fit: contain; */
  object-fit: cover;
  -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 .mobile-car-spec {
  margin: 30px 0;
}

.car-list-wrapper .car-cont .car-info .mobile-car-spec hr {
  color: #c9a227;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}

.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 {
  font-family: "Epilogue";
  font-size: 24px;
  font-weight: medium;
  color: #111111;
}

.car-list-wrapper .car-cont .car-info .gearbox {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.car-list-wrapper .car-cont .car-info .gearbox img {
  margin-right: 10px;
}
.car-list-wrapper .car-cont .car-info .gearbox span {
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter";
}

.car-list-wrapper .car-cont .car-info .gearbox span {
  font-size: 14px;
  letter-spacing: 2px;
  color: #111111;
}

.car-list-wrapper .car-cont .car-price {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.car-list-wrapper .car-cont .car-price p {
  font-size: 14px;
  font-weight: 500;
  font-family: "Epilogue";
}

.car-list-wrapper .car-cont .car-price p span {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #111111;
}

.car-list-wrapper .car-cont .car-price p.long-price {
  font-size: 16px;
  margin-top: 15px;
}

.car-list-wrapper .car-cont .car-price p.long-price span {
  color: #c9a227;
  font-size: 16px;
  font-weight: 800;
}

.more-btn {
  background-image: url("../images/arrow-more-o.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px);
}

.popular-vehicles-wrapper .more-btn {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.popular-vehicles-cont {
  position: relative;
}
.popular-vehicles-cont .popular-vehicles-background {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 90%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .popular-vehicles-cont .popular-vehicles-background {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .popular-vehicles-cont .popular-vehicles-background {
    display: none;
  }
}
.popular-vehicles-cont .popular-vehicles-background img {
  width: 90%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .popular-vehicles-cont .popular-vehicles-background img {
    width: 80%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.right-text-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 100%;
  font-size: 250px;
  font-weight: 600;
  font-family: "Montserrat";
  letter-spacing: 6px;
  color: rgba(17, 17, 17, 0.05);
  writing-mode: vertical-rl;
  white-space: nowrap;
  overflow: hidden; /* hides overflow if needed */
  line-height: 1;
}
.right-text-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1199px) {
  .right-text-background {
    display: none;
  }
}

.top-text-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  font-size: 228px;
  font-weight: 600;
  font-family: "Montserrat";
  letter-spacing: 6px;
  color: rgba(17, 17, 17, 0.05);
  white-space: nowrap;
  line-height: 170px;
}
@media screen and (max-width: 575px) {
  .top-text-background {
    display: none;
  }
}
.top-text-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.videobg {
  position: relative;
  height: 540px;
  display: flex;
  align-items: center;
  padding: 50px 0;
}
@media screen and (max-width: 1199px) {
  .videobg {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .videobg {
    padding: 30px 0;
  }
}
.videobg img.video-back-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.videobg .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .videobg .max-width {
    flex-direction: column;
  }
}
.videobg .title {
  width: 100%;
  max-width: 780px;
}
.videobg .title span,
.videobg .title h2,
.videobg .title p {
  color: #fff;
}
.videobg .play {
  border: 2px solid #fffcfc;
  width: 341px;
  height: 341px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .videobg .play {
    width: 122px;
    height: 122px;
    margin-top: 20px;
  }
}

.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 .video {
  background-color: transparent;
  padding: 10px;
  width: 90%;
  height: 80%;
  max-width: 800px;
  max-height: 500px;
  position: relative;
  border: 2px solid #c9a227;
}

.video-wrap .video .closeVideo {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #c9a227;
  -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%;
}

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

.trusted-ride-wrapper {
  position: relative;
}
.trusted-ride-wrapper .trusted-line {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.trusted-ride-wrapper .trusted-line img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.trusted-ride-wrapper .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .trusted-ride-wrapper .max-width {
    flex-direction: column;
  }
}
.trusted-ride-wrapper .img {
  flex: 0 0 48%;
  height: 700px;
}
@media screen and (max-width: 1199px) {
  .trusted-ride-wrapper .img {
    flex: 0 0 100%;
    width: 100%;
  }
}
.trusted-ride-wrapper .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.trusted-ride-wrapper .text {
  flex: 0 0 48%;
}
@media screen and (max-width: 1199px) {
  .trusted-ride-wrapper .text {
    flex-direction: 0 0 100%;
    margin-top: 30px;
  }
}
.trusted-ride-wrapper .text .title {
  margin-bottom: 30px;
}
.trusted-ride-wrapper .text span a {
  display: inline;
  margin-left: 10px;
  border: none;
  border-bottom: 1px solid #c9a227;
  color: #c9a227;
  padding: 0;
  padding-right: 20px;
  background-position: 100%;
}

.numbers-wrap {
  display: flex;
  gap: 50px;
  margin-top: 30px;
}
.numbers-wrap .number .counter-wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #111111;
}
.numbers-wrap .number .counter-wrap .counter,
.numbers-wrap .number .counter-wrap span {
  color: #111111;
  font-size: 64px;
  font-family: "Epilogue";
  font-weight: 800;
}
@media screen and (max-width: 575px) {
  .numbers-wrap .number .counter-wrap .counter,
  .numbers-wrap .number .counter-wrap span {
    font-size: 50px;
  }
}
.numbers-wrap .number .number-wrap p {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 575px) {
  .numbers-wrap .number .number-wrap p {
    font-size: 20px;
  }
}
.numbers-wrap .number .number-wrap p span {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 575px) {
  .numbers-wrap .number .number-wrap p span {
    font-size: 20px;
  }
}

.digital {
  padding: 0px 50px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 25px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .digital {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 991px) {
  .digital {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .digital {
    margin-top: 30px;
  }
}

.digital-step {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 50px;
}
.digital-step:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .digital-step {
    align-items: flex-start;
    gap: 20px;
  }
}
.digital-step h3 {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .digital-step h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.digital-step p {
  font-size: 20px;
  color: #111111;
}
@media screen and (max-width: 767px) {
  .digital-step p {
    font-size: 12px;
  }
}

.digital-left {
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .digital-left {
    flex-direction: row-reverse;
  }
}
.digital-left p {
  padding-right: 60px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .digital-left p {
    padding-right: 0;
  }
}
.digital-left .title {
  margin-bottom: 20px;
}

.digital-right span {
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter";
}

.digital-step div {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .digital-step div {
    max-width: 100%;
  }
}

.digital-step .digital-img {
  width: 100%;
  max-width: 93px;
  height: 93px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .digital-step .digital-img {
    width: 41px;
    height: 41px;
  }
}
.digital-step .digital-img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.digital-step .digital-img hr {
  position: absolute;
  bottom: -130px;
  width: 1px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.2);
}

.browse-category {
  position: relative;
}
.browse-category img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.browse-category .max-width {
  position: relative;
  z-index: 2;
}
.browse-category .max-width .title span,
.browse-category .max-width .title h2 {
  color: #fff;
}
.browse-category .category-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 50px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .browse-category .category-list {
    gap: 15px;
    width: 100%;
    margin-top: 30px;
  }
}
.browse-category .category-list .category {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 20px;
  width: 213px;
  height: 213px;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 575px) {
  .browse-category .category-list .category {
    height: 160px;
    max-width: 160px;
  }
}
.browse-category .category-list .category img {
  position: relative;
  width: 100%;
  height: 59px;
  -o-object-fit: contain;
     object-fit: contain;
}
.browse-category .category-list .category h4 {
  font-weight: 400;
}
.browse-category .category-list .category .more-btn {
  border-bottom: 1px solid #c9a227;
  color: #c9a227;
  padding-right: 20px;
  background-position: 100%;
  width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.browse-category .category-list .category:hover {
  transition: all 0.5s ease-in-out;
  background-color: #fff;
}

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

.blog-wrapper2 {
  margin-top: 0;
}

.blog-wrapper .blog .blog-image {
  width: 100%;
  height: 460px;
  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;
  transition: all 0.5s ease-in-out;
}

.blog-wrapper .blog:hover .blog-image img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.blog-wrapper .blog .blog-info {
  background-color: #fff;
  padding: 30px 20px;
}
.blog-wrapper .blog .blog-info h4 {
  margin-bottom: 15px;
  transition: all 0.5s ease-in-out;
}
.blog-wrapper .blog .blog-info p {
  font-weight: 400;
}

.blog-wrapper .blog:hover h4 {
  color: #c9a227;
  transition: all 0.5s ease-in-out;
}

.parallax {
  height: 508px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .parallax {
    height: auto;
  }
}
.parallax h2,
.parallax p {
  color: #fff;
}
.parallax .btn {
  border: 1px solid #fff;
  color: #fff;
  margin-top: 30px;
  background-color: transparent;
}
.parallax .title {
  max-width: 630px;
  margin-left: 0;
}

.reliable-fleet-wrapper {
  position: relative;
}
.reliable-fleet-wrapper .reliable-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 54%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .reliable-fleet-wrapper .reliable-line {
    display: none;
  }
}
.reliable-fleet-wrapper .reliable-line img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.reliable-fleet-wrapper .max-width {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .reliable-fleet-wrapper .max-width {
    flex-direction: column;
  }
}
.reliable-fleet-wrapper .images {
  flex: 0 0 48%;
  position: relative;
  min-height: 670px;
}
@media screen and (max-width: 1199px) {
  .reliable-fleet-wrapper .images {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .reliable-fleet-wrapper .images {
    min-height: 400px;
  }
}
.reliable-fleet-wrapper .images img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.reliable-fleet-wrapper .images img:first-child {
  width: 65%;
  height: 479px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 575px) {
  .reliable-fleet-wrapper .images img:first-child {
    height: 300px;
  }
}
.reliable-fleet-wrapper .images img:nth-child(2) {
  width: 65%;
  height: 479px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 575px) {
  .reliable-fleet-wrapper .images img:nth-child(2) {
    height: 300px;
  }
}
.reliable-fleet-wrapper .text {
  flex: 0 0 48%;
}
@media screen and (max-width: 1199px) {
  .reliable-fleet-wrapper .text {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 30px;
  }
}
.reliable-fleet-wrapper .text p {
  margin-top: 20px;
  font-weight: 400;
}

.why-choose-us-cont {
  position: relative;
}
.why-choose-us-cont .why-us-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 80%;
}
@media screen and (max-width: 575px) {
  .why-choose-us-cont .why-us-line {
    display: none;
  }
}
.why-choose-us-cont .why-us-line img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.why-choose-us-cont .title span {
  color: #111111;
}

.why-choose-us-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 575px) {
  .why-choose-us-wrapper {
    gap: 30px;
  }
}
.why-choose-us-wrapper .item {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .why-choose-us-wrapper .item {
    flex: 0 0 100%;
  }
}
.why-choose-us-wrapper .item img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 575px) {
  .why-choose-us-wrapper .item img {
    height: 90px;
    width: 90px;
  }
}

.reviews-wrapper {
  position: relative;
  padding-bottom: 50px;
}
.reviews-wrapper .reviewsSwiper {
  margin-top: 40px;
  position: relative;
  left: 0;
  width: calc(100vw - (100vw - 1500px) / 2);
  max-width: 100vw;
  margin-left: 0;
  margin-right: calc(-1 * (100vw - 1500px) / 2);
}
.reviews-wrapper .reviewsSwiper .swiper-slide {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
}
@media screen and (max-width: 575px) {
  .reviews-wrapper .reviewsSwiper .swiper-slide {
    padding: 20px;
  }
}
.reviews-wrapper .reviewsSwiper .swiper-slide .author {
  display: flex;
  align-items: flex-start;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .author .image {
  width: 77px;
  height: 77px;
  margin-right: 20px;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .author .image img {
  width: 100%; 
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  border: 1px solid #111111;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .author .name p {
  font-family: "Epilogue";
  font-size: 16px;
  font-weight: 500;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .author .name img {
  display: inline;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .review-content {
  margin-top: 20px;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .review-content h4 {
  margin-bottom: 20px;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .review-content p {
  font-weight: 400;
}
.reviews-wrapper .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto !important;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.reviews-wrapper .swiper-pagination-bullet {
  width: 100%;
  max-width: 150px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
.reviews-wrapper .swiper-pagination-bullet-active {
  background-color: #c9a227;
  height: 2px;
}
.reviews-wrapper .swiper-pagination-bullets .swiper-pagination-bullet-active-next {
  transform: none;
}
.reviews-wrapper .swiper-pagination-bulletsc .swiper-pagination-bullet-active-next-next {
  transform: none;
}
.reviews-wrapper .swiper-pagination-bullets .swiper-pagination-bullet-active-prev {
  transform: none;
}
.reviews-wrapper .swiper-pagination-bullets .swiper-pagination-bullet-active-prev-prev {
  transform: none;
}

footer {
  background-color: #111111;
  padding-top: 50px;
  position: relative;
}
footer.contact-footer {
  padding-top: 0;
}
footer .footer-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 65%;
}
footer .footer-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
footer .top-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 991px) {
  footer .top-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
footer p {
  color: #fff;
}
footer a {
  color: #fff;
}
footer .f-socials {
  display: flex;
  align-items: center;
}
footer .f-socials p {
  margin-right: 10px;
  font-family: "Epilogue";
  letter-spacing: 2px;
}
footer .middle-footer {
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  footer .middle-footer {
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  footer .middle-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
footer .middle-footer h4 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}
footer .middle-footer .f-list {
  flex: 0 0 23%;
}
@media screen and (max-width: 1199px) {
  footer .middle-footer .f-list {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  footer .middle-footer .f-list {
    flex: 0 0 100%;
  }
}
footer .middle-footer .f-list ul li {
  margin-bottom: 10px;
}
footer .middle-footer .f-list ul li a {
  font-weight: 300;
  font-size: 18px;
}
footer .middle-footer .f-list ul li a.active {
  color: #c9a227;
  font-weight: 800;
  border-bottom: 1px solid #c9a227;
}
footer .middle-footer .f-contact {
  flex: 0 0 23%;
}
@media screen and (max-width: 575px) {
  footer .middle-footer .f-contact {
    flex: 0 0 100%;
  }
}
footer .middle-footer .f-contact .contact-item {
  margin-bottom: 20px;
}
footer .middle-footer .f-contact .contact-item svg {
  margin-right: 10px;
}
footer .middle-footer .f-contact .contact-item a {
  font-weight: 400;
  font-size: 18px;
}
footer .middle-footer .newsletter {
  flex: 0 0 23%;
}
@media screen and (max-width: 575px) {
  footer .middle-footer .newsletter {
    flex: 0 0 100%;
  }
}
footer .middle-footer .newsletter p {
  font-weight: 300;
}
footer .middle-footer .newsletter form {
  margin-top: 20px;
}
footer .middle-footer .newsletter form input {
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  transition: all 0.5s ease-in-out;
  font-size: 18px;
  padding: 10px 0px;
  width: 100%;
}
footer .middle-footer .newsletter form input:focus {
  outline: none;
  border-bottom: 1px solid #c9a227;
  transition: all 0.5s ease-in-out;
}
footer .middle-footer .newsletter form input::-moz-placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
footer .middle-footer .newsletter form input::placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
footer .middle-footer .newsletter form .btn {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
}
footer .middle-footer .newsletter form .btn:hover {
  border: 1px solid #c9a227;
  color: #c9a227;
}
footer .bottom-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1199px) {
  footer .bottom-footer {
    flex-direction: column;
    gap: 15px;
  }
}
footer .bottom-footer p {
  font-size: 12px;
  font-weight: 300;
}
@media screen and (max-width: 1199px) {
  footer .bottom-footer p {
    order: 3;
  }
}
@media screen and (max-width: 575px) {
  footer .bottom-footer p {
    font-size: 10px;
  }
}
footer .bottom-footer img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1199px) {
  footer .bottom-footer img {
    order: 2;
  }
}
footer .bottom-footer ul {
  display: flex;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  footer .bottom-footer ul {
    order: 1;
  }
}
footer .bottom-footer ul li:first-of-type {
  margin-right: 10px;
}
footer .bottom-footer ul li + li {
  margin-left: 10px;
}
footer .bottom-footer ul a {
  font-weight: 400;
  font-size: 16px;
}

.smaller-background {
  width: 100%;
  height: 380px;
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .smaller-background {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .smaller-background {
    height: 250px;
  }
}
@media screen and (max-width: 575px) {
  .smaller-background {
    margin-top: 60px;
  }
}
.smaller-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.smaller-background .background-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.smaller-background .background-title .title h1,
.smaller-background .background-title .title span {
  color: #fff;
}

.car-filters-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .car-filters-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.car-filters-wrapper .filters-cont {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .car-filters-wrapper .filters-cont {
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.car-filters-wrapper .filters-cont .category-filter {
  padding-right: 30px;
  border-right: 1px solid #111111;
}
.car-filters-wrapper .filters-cont .category-filter form {
  display: flex;
  align-items: center;
}
.car-filters-wrapper .filters-cont .category-filter form p {
  font-weight: 400;
}
.car-filters-wrapper .filters-cont .category-filter form label {
  margin-left: 30px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 53px;
}
.car-filters-wrapper .filters-cont .category-filter form label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.car-filters-wrapper .filters-cont .category-filter form label img {
  margin-bottom: 5px;
}
.car-filters-wrapper .filters-cont .category-filter form label.active {
  color: #c9a227;
  font-weight: 800;
}
.car-filters-wrapper .filters-cont .sort-filter {
  padding-left: 30px;
}
.car-filters-wrapper .filters-cont .sort-filter select {
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
.car-filters-wrapper .filters-cont .sort-filter select:focus {
  outline: none;
}

.reliable-fleet-wrapper.why-rent-wrapper .text {
  position: relative;
}
.reliable-fleet-wrapper.why-rent-wrapper .big-headline {
  width: 95%;
  height: 73px;
  z-index: 2;
  margin-bottom: 70px;
    font-size: 93px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px #c9a227;
  text-align: start;
}
@media screen and (max-width: 767px) {
  .reliable-fleet-wrapper.why-rent-wrapper .big-headline {
    width: 100%;
    height: 35px;
    margin-bottom: 30px;
  }
}
.reliable-fleet-wrapper.why-rent-wrapper .big-headline img {
  width: 100% !important;
  height: 100% !important;
}
.reliable-fleet-wrapper.why-rent-wrapper .images {
  min-height: 495px;
}
@media screen and (max-width: 575px) {
  .reliable-fleet-wrapper.why-rent-wrapper .images {
    min-height: 345px;
  }
}
.reliable-fleet-wrapper.why-rent-wrapper .max-width {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .reliable-fleet-wrapper.why-rent-wrapper .max-width {
    padding-top: 0;
  }
}
.reliable-fleet-wrapper.why-rent-wrapper .max-width::before {
  content: "";
  position: absolute;
  top: 0;
  left: -14%;
  width: 35%;
  height: 100%;
  background-color: #f4f4f4;
}
@media screen and (max-width: 991px) {
  .reliable-fleet-wrapper.why-rent-wrapper .max-width::before {
    display: none;
  }
}
.reliable-fleet-wrapper.why-rent-wrapper .why-rent-line {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .reliable-fleet-wrapper.why-rent-wrapper .why-rent-line {
    display: none;
  }
}
.reliable-fleet-wrapper.why-rent-wrapper img:first-child {
  width: 65%;
  height: 370px;
  left: 10%;
  top: 0%;
}
@media screen and (max-width: 575px) {
  .reliable-fleet-wrapper.why-rent-wrapper img:first-child {
    height: 280px;
    left: 0;
  }
}
.reliable-fleet-wrapper.why-rent-wrapper img:nth-child(2) {
  width: 40%;
  height: 225px;
  right: 0;
  bottom: 10%;
}
@media screen and (max-width: 575px) {
  .reliable-fleet-wrapper.why-rent-wrapper img:nth-child(2) {
    height: 200px;
    width: 50%;
    bottom: 0;
  }
}
.reliable-fleet-wrapper.why-rent-wrapper .title span {
  color: #111111;
}

.what-you-get-wrapper .max-width {
  padding-top: 40px;
}
.what-you-get-wrapper .max-width::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .what-you-get-wrapper .max-width::before {
    display: none;
  }
}
.what-you-get-wrapper .big-headline {
  width: 60%;
  height: 108px;
  z-index: 2;
  position: relative;
  margin-left: auto;
  margin-right: 5%;
  margin-bottom: 70px;
  font-size: 93px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px #c9a227;
  text-align: end;
}
@media screen and (max-width: 767px) {
  .what-you-get-wrapper .big-headline {
    width: 100%;
    /* height: 35px; */
    margin-bottom: 30px;
  }
}
.what-you-get-wrapper .big-headline img {
  width: 100% !important;
  height: 100% !important;
}
.what-you-get-wrapper .what-you-get-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .what-you-get-wrapper .what-you-get-cont {
    flex-direction: column;
  }
}
.what-you-get-wrapper .what-you-get-cont .text {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .what-you-get-wrapper .what-you-get-cont .text {
    width: 100%;
  }
}
.what-you-get-wrapper .what-you-get-cont .text .item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.what-you-get-wrapper .what-you-get-cont .text .item:last-of-type {
  margin-bottom: 0;
}
.what-you-get-wrapper .what-you-get-cont .text .item img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 20px;
}
@media screen and (max-width: 575px) {
  .what-you-get-wrapper .what-you-get-cont .text .item img {
    height: 60px;
    width: 60px;
  }
}
.what-you-get-wrapper .what-you-get-cont .text .item h4 {
  margin-bottom: 10px;
}
.what-you-get-wrapper .what-you-get-cont .images {
  flex: 0 0 48%;
  position: relative;
  min-height: 495px;
}
@media screen and (max-width: 1199px) {
  .what-you-get-wrapper .what-you-get-cont .images {
    width: 100%;
    flex: 0 0 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .what-you-get-wrapper .what-you-get-cont .images {
    min-height: 345px;
  }
}
.what-you-get-wrapper .what-you-get-cont .images img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
}
.what-you-get-wrapper .what-you-get-cont .images img:first-child {
  width: 65%;
  height: 370px;
  right: 10%;
  top: 0%;
}
@media screen and (max-width: 575px) {
  .what-you-get-wrapper .what-you-get-cont .images img:first-child {
    height: 240px;
    width: 80%;
    right: 0;
  }
}
.what-you-get-wrapper .what-you-get-cont .images img:nth-child(2) {
  width: 40%;
  height: 225px;
  left: 5%;
  bottom: 10%;
}
@media screen and (max-width: 575px) {
  .what-you-get-wrapper .what-you-get-cont .images img:nth-child(2) {
    height: 170px;
    width: 60%;
    bottom: 0;
  }
}

.reviews-wrapper2 {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 670px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .reviews-wrapper2 {
    height: 550px;
  }
}
.reviews-wrapper2 .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.reviews-wrapper2 .reviews2Swiper {
  padding-bottom: 50px;
}
.reviews-wrapper2 .reviews2Swiper .swiper-slide .review-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .reviews-wrapper2 .reviews2Swiper .swiper-slide .review-content {
    width: 100%;
  }
}
.reviews-wrapper2 .reviews2Swiper .swiper-slide .review-content .stars {
  display: flex;
  align-items: center;
  gap: 5px;
}
.reviews-wrapper2 .reviews2Swiper .swiper-slide .review-content h3 {
  margin: 20px 0;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.reviews-wrapper2 .reviews2Swiper .swiper-slide .review-content p {
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}
.reviews-wrapper2 .reviews2Swiper .swiper-slide .review-content p.name,
.reviews-wrapper2 .reviews2Swiper .swiper-slide .review-content p.country {
  font-family: "Epilogue";
  font-weight: 500;
}
.reviews-wrapper2 .reviews2Swiper .swiper-slide .review-content p.name {
  margin-top: 15px;
}
.reviews-wrapper2 .reviews2Swiper .swiper-pagination {
  bottom: 0 !important;
}
.reviews-wrapper2 .reviews2Swiper .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  opacity: 1;
  background-color: #fff;
  margin: 0 15px;
}
.reviews-wrapper2 .reviews2Swiper .swiper-pagination-bullet-active {
  background: #c9a227;
}
.reviews-wrapper2 .reviews2Swiper .swiper-button-next,
.reviews-wrapper2 .reviews2Swiper .swiper-button-prev {
  font-size: 25px;
  color: #fff;
  font-weight: 900;
}
@media screen and (max-width: 575px) {
  .reviews-wrapper2 .reviews2Swiper .swiper-button-next,
  .reviews-wrapper2 .reviews2Swiper .swiper-button-prev {
    display: none;
  }
}

.why-visit-wrapper {
  position: relative;
}
.why-visit-wrapper .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .why-visit-wrapper .max-width {
    flex-direction: column;
  }
}
.why-visit-wrapper .max-width .images {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .why-visit-wrapper .max-width .images {
    width: 100%;
  }
}
.why-visit-wrapper .max-width .images img {
  width: 49%;
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .why-visit-wrapper .max-width .images img {
    height: 350px;
  }
}
@media screen and (max-width: 575px) {
  .why-visit-wrapper .max-width .images img {
    height: 250px;
  }
}
.why-visit-wrapper .max-width .text {
  width: 40%;
}
@media screen and (max-width: 1199px) {
  .why-visit-wrapper .max-width .text {
    width: 100%;
    margin-top: 30px;
  }
}
.why-visit-wrapper .max-width .text p {
  margin-top: 20px;
  font-weight: 400;
}

.small-background {
  width: 100%;
  height: 490px;
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .small-background {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .small-background {
    height: 250px;
  }
}
@media screen and (max-width: 575px) {
  .small-background {
    margin-top: 60px;
  }
}
.small-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.small-background .background-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.small-background .background-title .title h1,
.small-background .background-title .title span {
  color: #fff;
}

.contact-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  transform: translateY(-190px);
  margin-bottom: -190px;
}
@media screen and (max-width: 1199px) {
  .contact-items {
    gap: 15px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .contact-items {
    transform: translateY(0);
    margin-bottom: 0;
  }
}
.contact-items .item {
  flex: 0 0 33.33%;
  background-color: #fff;
  box-shadow: 0 0 47px rgba(0, 0, 0, 0.07);
  padding: 30px;
  height: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1199px) {
  .contact-items .item {
    padding: 15px;
    flex: 0 0 100%;
    height: 225px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .contact-items .item {
    padding: 20px;
  }
}
.contact-items .item img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .contact-items .item img {
    width: 30px;
    height: 30px;
  }
}
.contact-items .item h3 {
  border-bottom: 1px solid #c9a227;
}
@media screen and (max-width: 767px) {
  .contact-items .item h3 {
    font-size: 20px;
  }
}
.contact-items .item a {
  font-size: 24px;
  font-weight: 400;
  margin-top: 20px;
}
.contact-items .item a:last-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .contact-items .item a {
    font-size: 16px;
  }
}
.contact-items .item .social {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.contact-items .item .social a {
  flex: 0 0 33.33%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.right-text-background.contact {
  width: 220px;
  height: calc(100% - 580px);
  font-size: 250px;
  font-weight: 600;
  font-family: "Montserrat";
  letter-spacing: 6px;
  color: rgba(17, 17, 17, 0.05);
  writing-mode: vertical-rl;
  white-space: nowrap;
  overflow: hidden; /* hides overflow if needed */
  line-height: 1;
  top: 580px;
}

.contact-form {
  position: relative;
}
.contact-form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contact-form form {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.contact-form form input,
.contact-form form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.contact-form form input::-moz-placeholder, .contact-form form textarea::-moz-placeholder {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.contact-form form input:focus,
.contact-form form textarea:focus {
  outline: none;
  border-bottom: 1px solid #c9a227;
}
.contact-form form textarea {
  grid-column: span 2;
  resize: none;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .contact-form form textarea {
    grid-column: span 1;
  }
}
.contact-form form textarea::-moz-placeholder {
  color: rgba(17, 17, 17, 0.7);
}
.contact-form form textarea::placeholder {
  color: rgba(17, 17, 17, 0.7);
}
.contact-form form button {
  background-color: #111111;
  color: #fff;
  grid-column: span 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .contact-form form button {
    grid-column: span 1;
  }
}

.map {
  width: 100%;
  height: 610px;
}
@media screen and (max-width: 767px) {
  .map {
    height: 300px;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
}

.rental-wrapper {
  transform: translateY(-100px);
  background-color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: 0 0 47px rgba(0, 0, 0, 0.07);
  margin-bottom: -100px;
}

.rental-wrapper ol{
  list-style-type: decimal;
  padding-left: 20px;
}

.rental-wrapper ol li{
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .rental-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    transform: translateY(0);
    margin-bottom: 0;
  }
}
.rental-wrapper h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .rental-wrapper h2 {
    font-size: 28px;
  }
}
.rental-wrapper p {
  margin-bottom: 20px;
  font-weight: 400;
}
.rental-wrapper ul {
  list-style-type: disc;
  padding-left: 20px;
}
.rental-wrapper ul li {
  margin-bottom: 10px;
}

.right-text-background.rental {
  width: 220px;
  height: calc(100% - 580px);
  font-size: 228px;
  font-weight: 600;
  font-family: "Montserrat";
  letter-spacing: 6px;
  color: rgba(17, 17, 17, 0.05);
  writing-mode: vertical-rl;
  white-space: nowrap;
  overflow: hidden; /* hides overflow if needed */
  line-height: 1;
  top: 580px;
}

.gallery-wrapper .top-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .gallery-wrapper .top-gallery {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.gallery-wrapper .top-gallery .image {
  height: 380px;
}
@media screen and (max-width: 991px) {
  .gallery-wrapper .top-gallery .image {
    height: 275px;
  }
}
@media screen and (max-width: 575px) {
  .gallery-wrapper .top-gallery .image {
    height: 180px;
  }
}
.gallery-wrapper .top-gallery .title span {
  color: #3a3740;
  display: flex;
  align-items: center;
}
.gallery-wrapper .top-gallery .title span::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #111111;
  margin-right: 10px;
}
.gallery-wrapper .top-gallery .title h2 {
  font-weight: 600;
}
.gallery-wrapper .bottom-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .gallery-wrapper .bottom-gallery {
    gap: 10px;
    margin-top: 10px;
  }
}
.gallery-wrapper .bottom-gallery .image:nth-of-type(6n + 1) {
  grid-row: span 2;
  height: 570px;
}
@media screen and (max-width: 991px) {
  .gallery-wrapper .bottom-gallery .image:nth-of-type(6n + 1) {
    grid-row: span 1;
    height: 275px;
  }
}
@media screen and (max-width: 575px) {
  .gallery-wrapper .bottom-gallery .image:nth-of-type(6n + 1) {
    height: 180px;
  }
}
.gallery-wrapper .bottom-gallery .image:nth-of-type(6n - 1) {
  grid-row: span 2;
  height: 570px;
}
@media screen and (max-width: 991px) {
  .gallery-wrapper .bottom-gallery .image:nth-of-type(6n - 1) {
    grid-row: span 1;
    height: 275px;
  }
}
@media screen and (max-width: 575px) {
  .gallery-wrapper .bottom-gallery .image:nth-of-type(6n - 1) {
    height: 180px;
  }
}
.gallery-wrapper .image {
  width: 100%;
  height: 275px;
}
@media screen and (max-width: 575px) {
  .gallery-wrapper .image {
    height: 180px;
  }
}
.gallery-wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.reliable-fleet-about .reliable-line {
  width: 66%;
}
.reliable-fleet-about .image {
  width: 48%;
  height: 700px;
}
@media screen and (max-width: 1199px) {
  .reliable-fleet-about .image {
    width: 100%;
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .reliable-fleet-about .image {
    display: none;
  }

  .reliable-fleet-about .text{
    margin-top: 0;
  }
}
.reliable-fleet-about .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.reliable-fleet-about2 .reliable-line {
  width: 100%;
}
.reliable-fleet-about2 .text p {
  font-weight: 500;
}

.why-choose-about .top-text-background {
  top: 90px;
}

.blog-details-wrapper {
  transform: translateY(-100px);
  margin-bottom: -100px;
  background-color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: 0 0 47px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 767px) {
  .blog-details-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    transform: translateY(0);
    margin-bottom: 0;
  }
}
.blog-details-wrapper p {
  margin-bottom: 20px;
  font-weight: 400;
}
.blog-details-wrapper ul {
  padding-left: 20px;
  list-style-type: disc;
}

.blog-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .blog-gallery {
    gap: 10px;
    margin-top: 10px;
  }
}
.blog-gallery a {
  height: 275px;
}
@media screen and (max-width: 575px) {
  .blog-gallery a {
    height: 180px;
  }
}
.blog-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog-gallery a:nth-of-type(6n + 1) {
  grid-row: span 2;
  height: 570px;
}
@media screen and (max-width: 991px) {
  .blog-gallery a:nth-of-type(6n + 1) {
    grid-row: span 1;
    height: 275px;
  }
}
@media screen and (max-width: 575px) {
  .blog-gallery a:nth-of-type(6n + 1) {
    height: 180px;
  }
}
.blog-gallery a:nth-of-type(6n - 1) {
  grid-row: span 2;
  height: 570px;
}
@media screen and (max-width: 991px) {
  .blog-gallery a:nth-of-type(6n - 1) {
    grid-row: span 1;
    height: 275px;
  }
}
@media screen and (max-width: 575px) {
  .blog-gallery a:nth-of-type(6n - 1) {
    height: 180px;
  }
}

.other-blogs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 991px) {
  .other-blogs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.other-blogs::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90%;
  width: 1px;
  background-color: rgba(17, 17, 17, 0.2);
}
@media screen and (max-width: 991px) {
  .other-blogs::before {
    display: none;
  }
}
.other-blogs .blog {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .other-blogs .blog {
    width: 100%;
  }
  .other-blogs .blog:first-of-type {
    margin-bottom: 30px;
  }
}
.other-blogs .blog .img {
  width: 100%;
  max-width: 193px;
  height: 170px;
}
.other-blogs .blog .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.other-blogs .blog .text {
  width: 100%;
  max-width: 280px;
  margin-left: 10px;
}
.other-blogs .blog .text p {
  font-weight: 800;
  margin-bottom: 5px;
}
.other-blogs .blog.reverse-blog {
  flex-direction: row-reverse;
}
.other-blogs .blog.reverse-blog .text {
  margin-left: 0;
  margin-right: 10px;
}
.other-blogs .blog.reverse-blog .text h4 {
  text-align: end;
}
.other-blogs .blog.reverse-blog .text p {
  text-align: end;
}

.template-wrapper {
  transform: translateY(-100px);
  margin-bottom: -100px;
  background-color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: 0 0 47px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 767px) {
  .template-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    transform: translateY(0);
    margin-bottom: 0;
  }
}
.template-wrapper p {
  margin-bottom: 20px;
  font-weight: 400;
}
.template-wrapper ul {
  padding-left: 20px;
  list-style-type: disc;
}
.template-wrapper .template-gallery-cont {
  margin-top: 30px;
}
.template-wrapper .template-links {
  margin-top: 30px;
}
.template-wrapper .template-links a {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  font-family: "Epilogue";
}
.template-wrapper .template-links a img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 10px;
}
.template-wrapper .back-btn {
  margin-top: 30px;
  background-image: url("../images/arr-left-o.svg");
  background-repeat: no-repeat;
  background-position-x: 70px;
  background-position-y: center;
}

.car-details-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .car-details-wrapper {
    flex-direction: column;
  }
}

.car-details-cont {
  width: 60%;
}
@media screen and (max-width: 1199px) {
  .car-details-cont {
    width: 100%;
    /* order: 2; */
  }
}

.carSwiper {
  width: 100%;
  border: 1px solid rgba(17, 17, 17, 0.1);
  margin-left: 0;
  height: 540px;
}
@media screen and (max-width: 767px) {
  .carSwiper {
    height: 300px;
  }
}
.carSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.carSwiper .swiper-slide img {
  /* width: 70%; */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.carSwiper .swiper-button-prev,
.carSwiper .swiper-button-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #c9a227;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .carSwiper .swiper-button-prev,
  .carSwiper .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
.carSwiper .swiper-button-prev:after,
.carSwiper .swiper-button-next:after {
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .carSwiper .swiper-button-prev:after,
  .carSwiper .swiper-button-next:after {
    font-size: 15px;
  }
}

.car-details-form {
  width: 30%;
  border: 1px solid rgba(17, 17, 17, 0.1);
  padding-top: 20px;
}
@media screen and (max-width: 1199px) {
  .car-details-form {
    width: 100%;
    margin-bottom: 30px;
  }
}
.car-details-form label {
  display: flex;
  align-items: center;
  padding: 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cfcfcf;
}
.car-details-form label:nth-of-type(2) {
  border-top: 1px solid #cfcfcf;
  padding-top: 20px;
}
.car-details-form label img {
  margin-right: 5px;
}
.car-details-form label p {
  font-size: 24px;
  font-family: "Epilogue";
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: -6px;
}
.car-details-form .form-inputs {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.car-details-form select {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  width: 100%;
  background: transparent url(../images/arr-down-b.svg) no-repeat;
  background-position: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Epilogue";
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 14px;
}
.car-details-form input {
  font-family: "Epilogue" !important;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  width: 100%;
  background: transparent url("../images/arr-down-b.svg") no-repeat;
  background-position: 100%;
  user-select: none;
}
.car-details-form input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: "Epilogue";
  color: #111111;
}
.car-details-form input::placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: "Epilogue";
  color: #111111;
}
.car-details-form .more-btn {
  max-width: 100%;
  background-color: #111111;
  color: #fff;
  background-image: url("../images/arr-right-o.svg");
  background-repeat: no-repeat;
  background-position-x: 65%;
 
  margin-top: 20px;
}

.car-details-form .more-btn.book-btn-ru{
 background-position-x: 85%;
}
.car-details-form .prices-btn {
  max-width: 100%;
  background-image: url("../images/arr-right-o.svg");
  background-repeat: no-repeat;
  background-position-x: 65%;
  background-position-y: center;
  margin-top: 20px;
}

#page-overlay {
  z-index: 999;
  display: none;
}

#page-overlay2 {
  z-index: 999;
  display: none;
}

.overlay-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.7);
  /* filter: blur(30px); */
  /* opacity: 0.2; */
  /* opacity: 0.4; */
  z-index: 9999;
  /* pointer-events: none; */
}

.mfp-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  box-sizing: border-box;
  /* background-color: #fff; */
  background-color: transparent;
  width: 100%;
  max-width: 700px;
  border-radius: 10px;
  /* border: 1px solid #4e70a9; */
  display: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .mfp-content {
    max-width: 90%;
  }
}

.mfp-iframe-scaler {
  width: 100%;
}

.popup-wrapper {
  background-color: #fff;
  width: 100%;
  height: 540px;
  padding: 30px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .popup-wrapper {
    padding: 30px;
    height: 400px;
  }
}
.popup-wrapper .close {
  position: absolute;
  top: 15px;
  right: 15px;
  background-image: url("../images/close-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .popup-wrapper .close {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    background-size: 15px;
  }
}
.popup-wrapper .popup-title {
  margin-bottom: 30px;
}
.popup-wrapper .popup-title h3 {
  position: relative;
}
.popup-wrapper .popup-title h3::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15%;
  width: 70px;
  height: 1px;
  background-color: #c9a227;
}
@media screen and (max-width: 767px) {
  .popup-wrapper .popup-title h3::before {
    display: none;
  }
}
.popup-wrapper .popup-prices {
  margin-top: 20px;
}
.popup-wrapper .popup-prices .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
}
.popup-wrapper .popup-prices .price:last-of-type {
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
.popup-wrapper .popup-prices .price p.days {
  font-size: 24px;
  font-weight: bold;
  font-family: "Epilogue";
}
@media screen and (max-width: 767px) {
  .popup-wrapper .popup-prices .price p.days {
    font-size: 16px;
  }
}
.popup-wrapper .popup-prices .price p {
  font-size: 14px;
  font-weight: 800;
  font-family: "Inter";
}
@media screen and (max-width: 767px) {
  .popup-wrapper .popup-prices .price p {
    font-size: 13px;
  }
}
.popup-wrapper .popup-prices .price p span {
  color: #111111;
  font-family: "Inter";
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .popup-wrapper .popup-prices .price p span {
    font-size: 16px;
  }
}
.popup-wrapper .popup-details-cont {
  width: 100%;
}

.specifications-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  margin: 40px 0;
}
@media screen and (max-width: 991px) {
  .specifications-cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .specifications-cont {
    padding: 20px;
  }
}
.specifications-cont .item {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 20px;
}
.specifications-cont .item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.2);
}
.specifications-cont .item:nth-of-type(4)::after {
  display: none;
}
@media screen and (max-width: 991px) {
  .specifications-cont .item:nth-of-type(2)::after {
    display: none;
  }
}
.specifications-cont .item img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .specifications-cont .item img {
    height: 27px;
  }
}
.specifications-cont .item p {
  font-size: 18px;
  font-weight: 400;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .specifications-cont .item p {
    font-size: 16px;
  }
}
.specifications-cont .details-item {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .specifications-cont .details-item {
    padding-left: 0;
  }
}
.specifications-cont .details-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.2);
}
@media screen and (max-width: 991px) {
  .specifications-cont .details-item::before {
    display: none;
  }
}
.specifications-cont .details-item img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .specifications-cont .details-item img {
    height: 32px;
  }
}
.specifications-cont .details-item div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.specifications-cont .details-item div img {
  height: 9px;
}
.specifications-cont .details-item p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}

.car-description h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: 0;
}
.car-description p {
  font-weight: 400;
}

#mfp-content2 {
  max-width: 1500px;
}
@media only screen and (max-width: 1600px) {
  #mfp-content2 {
    max-width: 90%;
  }
}
#mfp-content2 .popup-wrapper {
  height: 70vh;
  padding: 50px 80px;
}
@media screen and (max-width: 767px) {
  #mfp-content2 .popup-wrapper {
    padding: 30px;
    height: 65vh;
  }
}
@media screen and (max-width: 767px) {
  #mfp-content2 .popup-title h3 {
    font-size: 20px;
  }
}
#mfp-content2 .popup-title h3::before {
  left: -6%;
}
@media screen and (max-width: 767px) {
  #mfp-content2 .popup-title h3::before {
    display: none;
  }
}
#mfp-content2 .popup-specifications ul {
  -moz-columns: 2;
       columns: 2;
  gap: 40px;
}
@media screen and (max-width: 1199px) {
  #mfp-content2 .popup-specifications ul {
    height: 500px;
    overflow-x: scroll;
    -moz-columns: 1;
         columns: 1;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #c9a227 #111111;
  }
}
@media screen and (max-width: 767px) {
  #mfp-content2 .popup-specifications ul {
    height: 365px;
  }
}
#mfp-content2 .popup-specifications ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #mfp-content2 .popup-specifications ul li {
    padding: 7px 0;
  }
}
#mfp-content2 .popup-specifications ul li p {
  font-size: 24px;
  font-weight: bold;
  font-family: "Epilogue";
}
@media screen and (max-width: 767px) {
  #mfp-content2 .popup-specifications ul li p {
    font-size: 16px;
  }
}
#mfp-content2 .popup-specifications ul li span {
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #mfp-content2 .popup-specifications ul li span {
    font-size: 14px;
    text-align: end;
  }
}

.reservation-steps {
  display: flex;
  align-items: center;
  gap: 50px;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  height: 200px;
}
@media screen and (max-width: 991px) {
  .reservation-steps {
    gap: 20px;
    margin-bottom: 40px;
    width: 100%;
    flex-wrap: wrap;
    height: 150px;
  }
}
.reservation-steps img {
  display: none;
}
@media screen and (max-width: 991px) {
  .reservation-steps img {
    display: block;
    position: absolute;
    top: -20%;
    left: 0;
    width: 50%;
  }
  .reservation-steps img:nth-of-type(2) {
    top: 38%;
    width: 50%;
  }
  .reservation-steps img:nth-of-type(3) {
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 90px;
    width: 64px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.reservation-steps .step-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 91%;
  height: 175px;
}
@media screen and (max-width: 991px) {
  .reservation-steps .step-line {
    display: none;
  }
}
.reservation-steps .step-line img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.reservation-steps .step {
  position: relative;
  padding-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .reservation-steps .step {
    flex: 0 calc(50% - 20px);
  }
}
.reservation-steps .step p {
  font-size: 24px;
  font-weight: 500;
  font-family: "Epilogue";
}
@media screen and (max-width: 767px) {
  .reservation-steps .step p {
    font-size: 18px;
  }
}
.reservation-steps .step span {
  color: rgba(17, 17, 17, 0.2);
  font-size: 64px;
  font-weight: 800;
  font-family: "Inter";
  letter-spacing: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 64px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .reservation-steps .step span {
    font-size: 40px;
    line-height: 40px;
  }
}
.reservation-steps .step.active span {
  color: #c9a227;
}

.reservation-details-wrapper .rent-details-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .reservation-details-wrapper .rent-details-wrapper {
    flex-direction: column;
  }
}
.reservation-details-wrapper .rent-details-wrapper h2 {
  position: relative;
}
.reservation-details-wrapper .rent-details-wrapper h2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15%;
  left: -23%;
  height: 1px;
  background-color: #c9a227;
}
@media only screen and (max-width: 1600px) {
  .reservation-details-wrapper .rent-details-wrapper h2::before {
    left: -15%;
    width: 10%;
  }
}
@media screen and (max-width: 1199px) {
  .reservation-details-wrapper .rent-details-wrapper h2::before {
    left: -10%;
  }
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .rent-details-wrapper h2::before {
    display: none;
  }
}
.reservation-details-wrapper .rent-details-wrapper form {
  width: 60%;
}
@media screen and (max-width: 1199px) {
  .reservation-details-wrapper .rent-details-wrapper form {
    order: 2;
    width: 100%;
  }
}
.reservation-details-wrapper .rent-details-wrapper form h2 {
  margin-bottom: 30px;
}
.reservation-details-wrapper .rent-details-wrapper form .form-items .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
}
.reservation-details-wrapper .rent-details-wrapper form .form-items .item .input {
  width: 59%;
}
.reservation-details-wrapper .rent-details-wrapper form .form-items .item .input label {
  font-size: 24px;
  font-weight: 500;
  font-family: "Epilogue";
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .rent-details-wrapper form .form-items .item .input label {
    font-size: 16px;
  }
}
.reservation-details-wrapper .rent-details-wrapper form .form-items .item .input p {
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .rent-details-wrapper form .form-items .item .input p {
    font-size: 14px;
  }
}
.reservation-details-wrapper .rent-details-wrapper form .form-items .item .input input {
  width: 36px;
  height: 36px;
  border-radius: 0;
  border: none;
  outline: none;
  border: 1px solid rgba(17, 17, 17, 0.2);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .rent-details-wrapper form .form-items .item .input input {
    width: 25px;
    height: 25px;
  }
}
.reservation-details-wrapper .rent-details-wrapper form .form-items .item .input input[type=checkbox]:checked {
  border: 1px solid #c9a227;
  position: relative;
}
.reservation-details-wrapper .rent-details-wrapper form .form-items .item .input input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #c9a227;
  font-size: 42px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/checked.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .rent-details-wrapper form .form-items .item .input input[type=checkbox]:checked::after {
    background-size: 25px;
  }
}
.reservation-details-wrapper .rent-details-wrapper form .form-items .item .input .amount {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .rent-details-wrapper form .form-items .item .input .amount {
    margin-left: 13px;
  }
}
.reservation-details-wrapper .rent-details-wrapper form .form-items .item .input .amount .amount-minus,
.reservation-details-wrapper .rent-details-wrapper form .form-items .item .input .amount .amount-plus {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: rgba(201, 162, 39, 0.5);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .rent-details-wrapper form .form-items .item .input .amount .amount-minus,
  .reservation-details-wrapper .rent-details-wrapper form .form-items .item .input .amount .amount-plus {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }
}
.reservation-details-wrapper .rent-details-wrapper form .form-items .item .input .amount .number {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .rent-details-wrapper form .form-items .item .input .amount .number {
    margin-right: 0;
    width: 20px;
    height: 20px;
  }
}
.reservation-details-wrapper .rent-details-wrapper form .form-items .item:has(input[type=checkbox]:checked) {
  border-top: 1px solid #c9a227;
}
.reservation-details-wrapper .rent-details-wrapper form .form-items .item .deposit {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.reservation-details-wrapper .rent-details-wrapper form .form-items .item .deposit p {
  font-size: 24px;
  font-weight: 800;
  font-family: "Epilogue";
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .rent-details-wrapper form .form-items .item .deposit p {
    font-size: 20px;
  }
}
.reservation-details-wrapper .rent-details-wrapper form .form-items .item .deposit span {
  text-transform: none;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: "Inter";
  text-align: end;
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .rent-details-wrapper form .form-items .item .deposit span {
    font-size: 14px;
  }
}
.reservation-details-wrapper .rent-details-wrapper form .flex-buttons {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .rent-details-wrapper form .flex-buttons {
    gap: 20px;
  }
}
.reservation-details-wrapper .rent-details-wrapper form .flex-buttons .back-btn {
  background-image: url("../images/arr-left-o.svg");
  background-repeat: no-repeat;
  background-position-x: 70px;
  background-position-y: center;
  color: rgba(17, 17, 17, 0.7);
  border: 1px solid rgba(17, 17, 17, 0.7);
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .rent-details-wrapper form .flex-buttons .back-btn {
    background-position-x: 20px;
    background-size: 15px;
    font-size: 16px;
  }
}
.reservation-details-wrapper .rent-details-wrapper form .flex-buttons button {
  background-color: #111111;
  color: #fff;
  background-image: url("../images/arr-right-o.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 40px);
  background-position-y: center;
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .rent-details-wrapper form .flex-buttons button {
    justify-content: flex-start;
    background-position-x: calc(100% - 10px);
    padding: 15px 10px;
    background-size: 15px;
    font-size: 16px;
  }
}
.reservation-details-wrapper .personal-info .personal-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .personal-info .personal-inputs {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.reservation-details-wrapper .personal-info label {
  font-weight: 500;
  font-family: "Epilogue";
  color: #111111;
  font-size: 18px;
}
.reservation-details-wrapper .personal-info input,
.reservation-details-wrapper .personal-info textarea {
  border: 1px solid rgba(17, 17, 17, 0.2);
  padding: 15px 10px;
  margin-top: 10px;
  width: 100%;
  background-color: #f9f9f9;
}

.reservation-details-wrapper .personal-info .iti{
  margin-top: 10px;
}
.reservation-details-wrapper .personal-info input:focus,
.reservation-details-wrapper .personal-info textarea:focus {
  outline: none;
  border: 1px solid #c9a227;
}
.reservation-details-wrapper .personal-info textarea {
  resize: none;
  height: 150px;
}
.reservation-details-wrapper .personal-info .preffered-label {
  margin-top: 20px;
  display: block;
  margin-bottom: 10px;
}
.reservation-details-wrapper .personal-info .preffered-call {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.reservation-details-wrapper .personal-info .preffered-call label {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .personal-info .preffered-call label {
    margin-right: 15px;
  }
}
.reservation-details-wrapper .personal-info .preffered-call input {
  width: 36px;
  height: 36px;
  border-radius: 0;
  border: none;
  outline: none;
  border: 1px solid rgba(17, 17, 17, 0.2);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .personal-info .preffered-call input {
    width: 25px;
    height: 25px;
  }
}
.reservation-details-wrapper .personal-info .preffered-call input[type=checkbox]:checked {
  border: 1px solid #c9a227;
  position: relative;
}
.reservation-details-wrapper .personal-info .preffered-call input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #c9a227;
  font-size: 42px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/checked.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .personal-info .preffered-call input[type=checkbox]:checked::after {
    background-size: 25px;
  }
}
.reservation-details-wrapper .personal-info .rental-check {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .personal-info .rental-check {
    font-size: 14px;
    flex-wrap: wrap;
  }
}
.reservation-details-wrapper .personal-info .rental-check input {
  width: 36px;
  height: 36px;
  border-radius: 0;
  border: none;
  outline: none;
  border: 1px solid rgba(17, 17, 17, 0.2);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .personal-info .rental-check input {
    width: 25px;
    height: 25px;
  }
}
.reservation-details-wrapper .personal-info .rental-check input[type=checkbox]:checked {
  border: 1px solid #c9a227;
  position: relative;
}
.reservation-details-wrapper .personal-info .rental-check input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #c9a227;
  font-size: 42px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/checked.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .personal-info .rental-check input[type=checkbox]:checked::after {
    background-size: 25px;
  }
}
.reservation-details-wrapper .personal-info .rental-check a {
  color: #c9a227;
  font-weight: 800;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .personal-info .rental-check a {
    font-size: 14px;
    font-weight: 600;
  }
}
.reservation-details-wrapper .personal-info .iti {
  width: 100%;
}
.reservation-details-wrapper .personal-info button {
  max-width: 325px;
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .personal-info .flex-buttons {
    flex-direction: column;
  }
  .reservation-details-wrapper .personal-info .flex-buttons .btn {
    max-width: 100%;
    background-position-x: 115px !important;
  }
  .reservation-details-wrapper .personal-info .flex-buttons button.btn {
    justify-content: center !important;
    background-position-x: calc(100% - 50px) !important;
  }
}
.reservation-details-wrapper .personal-info-overview {
  width: 60%;
}
@media screen and (max-width: 1199px) {
  .reservation-details-wrapper .personal-info-overview {
    width: 100%;
  }
}
.reservation-details-wrapper .personal-info-overview p {
  font-weight: 400;
  margin: 30px 0;
}
.reservation-details-wrapper .personal-info-overview p a {
  color: #c9a227;
  font-weight: 800;
}
.reservation-details-wrapper .personal-info-overview ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .reservation-details-wrapper .personal-info-overview ul {
    flex-direction: column;
  }
}
.reservation-details-wrapper .personal-info-overview ul li {
  flex: 0 0 calc(50% - 20px);
  width: 100%;
  padding: 13px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.reservation-details-wrapper .personal-info-overview ul li:last-of-type {
  flex: 0 0 100%;
}
.reservation-details-wrapper .personal-info-overview ul li:last-of-type p {
  font-weight: 400;
}
.reservation-details-wrapper .personal-info-overview ul li p {
  font-weight: 800;
  font-family: "Epilogue";
  margin: 0;
}
.reservation-details-wrapper .personal-info-overview ul li p:nth-of-type(2) {
  cursor: pointer;
  color: #c9a227;
  border-bottom: 2px solid #c9a227;
  font-family: "Inter";
  line-height: 22px;
}
.reservation-details-wrapper .personal-info-overview ul li span {
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter";
  letter-spacing: 1px;
  color: #111111;
}

.overview-wrapper {
  width: 30%;
  border: 1px solid #cfcfcf;
  padding-top: 20px;
}
@media screen and (max-width: 1199px) {
  .overview-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
}
.overview-wrapper .title {
  text-align: center;
  padding-bottom: 20px;
}
.overview-wrapper .overview-item {
  padding: 20px;
  border-top: 1px solid #cfcfcf;
}
@media screen and (max-width: 767px) {
  .overview-wrapper .overview-item {
    padding: 10px;
  }
}
.overview-wrapper .overview-item .item {
  margin-bottom: 30px;
}
.overview-wrapper .overview-item .item:last-of-type {
  margin-bottom: 0;
}
.overview-wrapper .overview-item .item .label {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .overview-wrapper .overview-item .item .label {
    margin-bottom: 15px;
  }
}
.overview-wrapper .overview-item .item p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Epilogue";
}
.overview-wrapper .overview-item .item img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 10px;
}
.overview-wrapper .overview-item .item .info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.overview-wrapper .overview-item .item .info-item p {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .overview-wrapper .overview-item .item .info-item p {
    font-weight: 600;
  }
}
.overview-wrapper .overview-item .item .info-item span {
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter";
  letter-spacing: 1px;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .overview-wrapper .overview-item .item .info-item span {
    font-size: 13px;
  }
}
.overview-wrapper .overview-item .item.car-item .info-item .car-img {
  width: 100%;
  max-width: 190px;
}
.overview-wrapper .overview-item .item.car-item .info-item img {
  width: 100%;
  max-width: 100px;
  height: 59px;
  /* -o-object-fit: contain;
     object-fit: contain; */
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.overview-wrapper .overview-item .item.car-item .info-item p {
  letter-spacing: 0px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .overview-wrapper .overview-item .item.car-item .info-item p {
    line-height: 20px;
  }
}
.overview-wrapper .overview-item .item.car-item .info-item span {
  font-size: 18px;
  font-weight: bold;
}
.overview-wrapper .overview-item .item .orange {
  color: #c9a227;
}
.overview-wrapper .overview-item.price-item {
  border-bottom: none;
}
.overview-wrapper .overview-item.price-item .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.overview-wrapper .overview-item.price-item .label span {
  letter-spacing: 1px;
  font-size: 32px;
  font-weight: bold;
  color: #111111;
}/*# sourceMappingURL=main.css.map */


.trusted-ride-wrapper p:last-of-type{
  display: inline;
}

.rental-wrapper h3{
  margin-bottom: 15px;
  font-size: 27px;
}

.rental-wrapper h4{
  margin-bottom: 10px;
}

.no-cars-message {
    color: #c9a227;
}

.car-list-wrapper .car-cont .image-btn{
 width: 100%;
  height: 160px;
  height: 185px;
}

.car-list-wrapper .car-cont .image-btn .car-image{
  margin-top: 0;
}

.car-list-wrapper .car-cont .image-btn .car-image img{
  object-fit: cover;
}

.browse-category .category-list .category button{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.category-list-f li button{
font-family: "Inter";
font-size: 18px;
font-weight: 300;
color: #fff;
}


.popup-wrapper .popup-details-cont .popup-specifications table{
  width: 100%;
  border: none;
  border-collapse: collapse;
  height: auto !important;

}

.popup-wrapper .popup-details-cont .popup-specifications > table tr {
  display: flex;
  gap: 40px;
  height: auto !important;
}

.popup-wrapper .popup-details-cont .popup-specifications > table tr td {
  flex: 1; 
  box-sizing: border-box;
}

/* Resetuj unutrašnje tabele (da se ne 'lome' zbog flex) */
.popup-wrapper .popup-details-cont .popup-specifications table table tr
 {
  display: table-row;
  flex: initial;
  gap: 0;
  width: auto;
  box-sizing: content-box;
}

.popup-wrapper .popup-details-cont .popup-specifications table table{
      border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.popup-wrapper .popup-details-cont .popup-specifications table table:nth-child(even){
  border-bottom: none;
}

.popup-wrapper .popup-details-cont .popup-specifications table table:nth-child(1){
  border-bottom: none;
}

.popup-wrapper .popup-details-cont .popup-specifications table table tr td{
  padding: 15px 5px;
}

.popup-wrapper .popup-details-cont .popup-specifications table table tr td:nth-child(odd){
  font-size: 24px;
    font-weight: bold;
    font-family: "Epilogue";
}

.popup-wrapper .popup-details-cont .popup-specifications table table tr td:nth-child(even){
  text-align: end;
  color: #111111;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.side-menu .side-section ul li form button {
  font-weight: 300;
    color: #fff;
    font-size: 32px;
    text-align: end;
    display: flex;
    justify-content: flex-end;
    padding-right: 25px;
    position: relative;
    width: 100%;
}

.car-details-form .date-wrapper label{
  border-bottom: none;
  padding-left: 0;
}

.contact-form form #emailMsg {
  position: absolute;
  top: 53%;
  text-transform: none;
}

.rent-details-wrapper form.personal-info #emailMsg {
  position: absolute;
  top: 100%;
  left: 0;
  text-transform: none;
}

.rent-details-wrapper form.personal-info label{
  position: relative;
}

.reservation-details-wrapper .rent-details-wrapper form .flex-buttons button:disabled{
  opacity: 0.5;
}

.flatpickr-weekdays {
    display: none !important;
}

.car-video .play{
    background-color: #c9a227;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 30px;
}

.numbers-wrap .number-wrap{
      display: flex;
    flex-direction: column;
    align-items: center;
}

.blog-wrapper .blog .blog-info .blog-date{
  font-weight: 800;
  margin-top: 10px;
}

.f-logo{
  width: 100%;
  max-width:221px ;
  height: 73px;
}

.f-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 1600px) {

  .car-list-wrapper .car-cont .image-btn{
    height: 160px;
  }

  .car-list-wrapper .car-cont .car-image{
    height: 160px;
  }

  .what-you-get-wrapper .big-headline, .reliable-fleet-wrapper.why-rent-wrapper .big-headline{
    width: 73%;
  }

  .reliable-fleet-wrapper.why-rent-wrapper .max-width::before{
    left: -10%;
    width: 34%;
  }
}

@media screen and (max-width: 1200px) {
  .what-you-get-wrapper .big-headline, .reliable-fleet-wrapper.why-rent-wrapper .big-headline{
    width: 100%;
  }

   .reliable-fleet-wrapper.why-rent-wrapper .max-width::before{
    left: -6%;
   
  }
  
  .car-filters-wrapper{
    padding-bottom: 0;
  }

  .car-filters-wrapper .filters-cont .sort-filter{
    padding-left: 0;
    margin-top: 30px;
  }

  .car-filters-wrapper .filters-cont .category-filter{
    padding-right: 0;
    border-right: none;
  }
}

@media screen and (max-width: 991px) {
  .what-you-get-wrapper .big-headline, .reliable-fleet-wrapper.why-rent-wrapper .big-headline{
    font-size: 70px;
    text-align: center;
  }

  .car-filters-wrapper .filters-cont .category-filter form{
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 15px;
  }

  .car-filters-wrapper .filters-cont .category-filter form p{
    width: 100%;
  }

  .car-filters-wrapper .filters-cont .category-filter form label{
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .videobg .play img{
    width: 25px;
    margin-left: 10px;
  }
  .what-you-get-wrapper .big-headline, .reliable-fleet-wrapper.why-rent-wrapper .big-headline{
    font-size: 50px;
  }

  .popup-wrapper .popup-details-cont .popup-specifications > table tr {
    flex-direction: column;
    gap: 0;
  }

  .popup-wrapper .popup-details-cont .popup-specifications table table tr td:nth-child(odd){
    font-size: 18px;
  }

  .popup-wrapper .popup-details-cont .popup-specifications table table tr td:nth-child(even){
    font-size: 14px;
  }

  .reliable-fleet-about2 .images{
    display: none;
  }

    .reliable-fleet-about2 .text{
      margin-top: 0;
    }

    .other-blogs .blog h4{
      font-size: 17px;
    }
}


@media screen and (max-width: 576px) {
  .what-you-get-wrapper .big-headline {
    font-size: 36px;
    height: 60px;
  }

  .reliable-fleet-wrapper.why-rent-wrapper .big-headline{
    font-size: 36px;
    height: 85px;
  }

  .side-menu .side-section ul li form button{
    font-size: 25px;
  }

  .side-menu .side-section p{
    font-size: 28px;
    margin-bottom: 25px;
  }

  .side-section .social a{
    width: 35px;
    height: 25px;
  }
}

input:focus + .floating-label, input:not(:empty) + .floating-label {
    display: none;
}

