* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  user-select: none;
}

html {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Poppins", sans-serif;
  width: 100vw;
}

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url(../fonts/HelveticaNeueLTStd-Roman.otf);
  font-weight: normal;
  font-style: normal;
}

.font-roman {
  font-family: 'Helvetica Neue LT Std';
}

.header-section {
  width: 100%;
  display: flex;

  flex-direction: column;
}

.header-home {
  width: 100%;
  height: 13vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 10px 50px;
}

.header-home__bar {
  background-color: #ef0000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 50px;
  gap: 20px;
}

.header-home__left {
  height: 100%;
  display: flex;
  align-items: center;
}


.header-home__left .header-home__logo img {
  max-width: 250px;
}


.header-home__right {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.header-home__icons ul,
.header-home__widjets ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.header-home__icons li a,
.header-home__phone span,
.header-home__phone span a {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}

.header-home__widjets li {
  font-size: 23px;
  font-weight: 400;
  cursor: pointer;

}

.header-home__widjets li a {
  color: white;
}

/* Language selector */
.lang-selector {
  position: relative;
}

.lang-selector:hover .lang-selector__dropdown {
  display: block;
}

.lang-selector__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 25px;
  padding: 6px 18px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}

.lang-selector__btn:hover {
  background: rgba(255, 255, 255, 0.25);
}

.lang-selector__btn i {
  font-size: 12px;
}

.lang-selector__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  list-style: none;
  margin: 0;
  padding: 6px 0;
  min-width: 130px;
  z-index: 1100;
}

.lang-selector__dropdown li {
  padding: 8px 18px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
  transition: background 0.15s;
}

.mb50 {
  margin-bottom: 50px;
}

.section.drive-with-us {
  max-width: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #fff 0, #fff 60%, #ededed 80%, #d4d4d4 100%);
}

.lang-selector__dropdown li:hover {
  background: #f0f0f0;
}

.lang-selector__dropdown li.active {
  color: black;
  font-weight: 600;
}

.header-home__phone span {
  white-space: nowrap;
}

.menu-header__phone.menu-item a {
  color: white;
}



.blue-text {
  color: #009cde
}

.dblue-text {
  color: #053b71
}


.blue-light-text {
  color: #0dcaf0
}


.section-with-background p {
  font-size: 26px;
  color: white;
}

.section-with-background h1,
.section-with-background h3 {
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 7vh;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

#icon-menu {
  display: none;
  justify-content: end;
  width: 30px;
  height: 20px;
  border-width: 1.3px;

}

.show-menu {
  display: flex;
}

.menu-header {
  display: none;
  background-color: #000;
  position: absolute;
  top: 13vh;
  left: 0;
  width: 100%;
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-header.active {
  display: flex;
}

.menu-item {
  margin: 20px 0;
}

.menu-header__icons ul {
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.menu-header__widjets ul {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.menu-header__icons li a,
.menu-header__phone span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}

.menu-header__widjets li {
  font-size: 23px;
  font-weight: 400;
  cursor: pointer;
  color: #fff;
}

.menu-header__phone span {
  white-space: nowrap;
}

.object-fit-cover {
  object-fit: cover;
}

.section {
  width: 90%;
  max-width: 1300px;
  padding: 60px 20px;
  text-align: center;
}

.section h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: start;
}

.services {
  display: grid;
  grid-template-columns: repeat(3, minmax(280px, 1fr));
  gap: 30px;
}

.services img {
  width: 100%;
  height: 240px;
  border-radius: 10px;
  object-fit: cover;
}

.services p {
  font-size: 22px;
  margin-top: 10px;
  font-weight: 500;
  text-align: start;
}

.btn {
  margin: 40px auto 0;
  background: #d6001c;
  color: white;
  font-size: 24px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  width: 20vw;
  height: 77px;
  border-radius: 20px;
  gap: 10px;
  outline: none;
}

.airport {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  padding: 60px 20px;
}

.airport img {
  width: 100%;
  max-width: 650px;
  height: auto;
  border-radius: 10px;
}

.airport-text {
  flex: 1;
  min-width: 480px;
  text-align: start;
}

.airport-text h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.airport-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}

.footer {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-info.footer {
  background-color: #010080 !important;
}

.footer .column-social-icons {
  margin-top: 1.3rem !important;
}

.footer .footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1300px;
  padding: 40px 20px;
  gap: 20px;
  box-sizing: border-box;
}

.footer .footer-content .footer-center .social-icons a {
  color: white;
}

.footer-left,
.footer-center,
.footer-right {
  flex: 1 1 0;
  min-width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
}

.footer-left {
  align-items: start;
  justify-content: center;
}

.footer-right {
  align-items: end;
  justify-content: center;
}

.footer-right .poweredBy,
.footer-right .poweredBy a span {
  color: white !important;
}

.footer-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-left ul li {
  margin-bottom: 10px;
}

.footer-left ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  font-family: "Poppins", sans-serif;
}

.footer-center {
  text-align: center;
}


.social-icons i {
  margin: 0 10px;
  font-size: 35px;
}

.footer-info p {
  margin: 5px 0;
  font-size: 18px;
}

.footer-info p a {
  color: #fff;
}

.footer-right {
  text-align: right;
}

.footer-right p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
}

/* services */
.services-page {
  margin-top: 100px;
}

.services-page h2 {
  padding: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
}

.services-page .services-page__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 630px));
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  padding: 40px 20px;
  gap: 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

.services-page .services-page__container>div {
  border-radius: 10px;
  padding: 20px 0;
}

.services-page .services-page__container img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.services-page .services-page__container b {
  display: block;
  font-size: 24px;
  margin: 10px 0;
  text-align: start;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
}

.services-page .services-page__container p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  max-width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0%;
}

.services-page .services-page__container div>div span {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0%;
}

.services-page .services-page__container div>div i {
  color: red;
  font-style: normal;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0%;
}

.services-page .services-page__container p,
.services-page .services-page__container b {
  width: 100%;
}

/* contact us */
.form-contact {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.form-contact__header {
  text-align: center;
  margin-bottom: 40px;
}

.form-contact__header h2 {
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
}

.form-contact__header span {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 27px;
}

.form-contact__main form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-contact__main label {
  display: block;
  margin-bottom: 6px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 27px;
}

.form-contact__main label::after {
  content: " *";
  color: red;
}

.form-contact__main input,
.form-contact__main textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}

.form-contact__main textarea {
  min-height: 100px;
  resize: none;
}

.form-btn {
  width: 100%;
  display: flex;
  justify-content: center;
}

.form-contact__main button {
  margin-top: 10px;
  background-color: #d0021b;
  color: #fff;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  border-radius: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 20px 40px;
}

section.drive {
  padding: 80px 0 50px;
}

section.section-with-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: calc(100vh - 20vh);
  padding-top: 100px;
  display: flex;
  align-items: center;
}


.section-with-background.section-contact-us {
  background-image: url('../images/background-contact-us.jpeg');
}



.section-with-background.section-home {
  background-image: url('../images/home.jpg');
}

.section-with-background.section-home-airport-section {
  padding-top: 100px;
  background-image: url('../images/background-home-page-airport-section.jpeg');

}

.section-with-background.section-home .btn.hero-btn {
  font-size: calc(38px * 0.8);
  padding: calc(30px * 0.8) calc(76px * 0.8);

}

.hero-content,
.hero-title,
.v-options .list-inline input {
  text-align: center
}

.hero-content {
  padding: 0 15px;
  bottom: 120px;
  left: 0;
  right: 0
}

.qr-code-link {
  width: fit-content;
  border-radius: 12px;
  background-color: rgba(255, 0, 0, .6);
  margin: auto;
  width: calc(156px);
}


.qr-code-link img {
  width: 124px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .form-contact__header h2 {
    font-size: 28px;
  }


  .hero-content {
    top: 52%;
    bottom: inherit
  }

  .section-with-background p {
    font-size: 16px;

  }

  section.drive {
    padding: 35px 0;
  }

  .form-contact__header span {
    font-size: 16px;
  }

  .form-contact__main button {
    font-size: 16px;
    padding: 16px 32px;
  }
}

@media (max-width: 480px) {
  .form-contact {
    padding: 30px 15px;
  }

  .form-contact__header h2 {
    font-size: 24px;
  }

  .form-contact__header span {
    font-size: 14px;
  }

  .form-contact__main label {
    font-size: 14px;
  }

  .form-contact__main input,
  .form-contact__main textarea {
    font-size: 14px;
  }

  .form-contact__main button {
    font-size: 14px;
    padding: 14px 24px;
  }

  .section-with-background.section-home .btn.hero-btn {
    display: block;
    font-size: 16px;
    margin-top: auto;
    width: fit-content;
    padding: calc(8px * 0.8) calc(16px * 0.8);

  }

  .qr-code-link {
    width: 120px;
  }

  .qr-code-link img {
    width: 88px;
  }
}

/* rates */
.rates-section {
  margin-top: 50px;
}

.rates-section__content {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  width: 100%;
  max-width: 1300px;
  padding: 40px 20px;
  gap: 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

.rates-section__header {
  margin: 20px 0 100px 0;
  text-align: center;
}

.rates-section__header h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 20px 0;
}

.rates-section__header p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 150%;
  text-align: justify;
  width: 100%;
  white-space: normal;
  margin: 0;
  padding: 0;
  max-width: none;
}

.rates-section__cars {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.block-car {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  width: 100%;
  text-align: start;
  margin: 20px 0;
}

.block-car img {
  width: 100%;
  max-width: 705px;
  height: auto;
  display: block;
}

.block-car span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
}

.hero-btn,
.hero-title {
  text-transform: uppercase
}

.hero-title {
  text-shadow: 1px 1.73px 4.95px rgba(0, 0, 0, .6);
  margin-bottom: 50px;
}

.btn.hero-btn {
  border: 2px solid #fff;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  background-color: rgba(255, 0, 0, .6);
  font-size: 38px;
  color: #fff;
  line-height: 1;
  padding: 30px 76px;
  width: auto;
  height: auto
}


.btn.hero-btn.btn-small {
  font-size: 20px;
  margin-top: 0;
  padding: 16px 30px;

}

.btn.hero-btn.btn-red {
  background-color: rgba(255, 0, 0, 1);
}

.btn.hero-btn:hover {
  background-color: rgba(255, 0, 0, 1);
  border: 2px solid #fff
}




@media (max-width: 1024px) {
  .rates-section__header h2 {
    font-size: 35px;
  }

  .rates-section__header p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {

  .btn.hero-btn.btn-small {
    font-size: 16px;
    margin-top: 0;
    padding: 8px 16px;

  }

  .rates-section__header h2 {
    font-size: 30px;
  }

  .rates-section__header p {
    font-size: 16px;
  }

  .block-car span {
    font-size: 20px;
  }

}

@media (max-width: 480px) {
  .rates-section__header h2 {
    font-size: 26px;
  }

  .rates-section__header p {
    font-size: 15px;
  }

  .block-car span {
    font-size: 18px;
  }
}

/* Tablet */
@media (max-width: 1100px) {
  .header-home {
    padding: 15px;
    gap: 20px;
    padding: 20px 50px;
    justify-content: space-between;
  }


  section.section-with-background {
    padding: 0;
    min-height: 600px;
  }

  .hero-title p {
    margin-bottom: 0;
  }

  .section-with-background h1,
  .section-with-background h3 {
    font-size: 30px;
    text-align: center;
  }

  .services {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
  }

  .airport {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 10px 10px;
  }

  .footer-content {
    width: 100%;

  }

  .btn {
    width: 30vw;
  }

  .services-page .services-page__container {
    grid-template-columns: repeat(auto-fit, minmax(1fr, 1fr));
  }

  .services-page h2 {
    text-align: center;
  }

  #icon-menu {
    display: flex;
    margin-left: auto;
  }

  .header-home__left .header-home__logo {
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .header__right,
  .header-home__bar {
    display: none;
  }

  .header-home__bar {
    padding: 0 20px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .header-home {
    padding: 15px;
    gap: 20px;
    padding: 20px 30px;
    justify-content: space-between;
    position: relative;
  }

  section.section-with-background {
    min-height: 450px;

  }




  .header-home__right {
    position: relative;
  }

  .header-home__right #icon-menu {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .header-home__righ {
    width: 100%;
    gap: 2px;
  }


  .section h2 {
    font-size: 32px;
    text-align: center;
  }

  .services {
    grid-template-columns: 1fr;
  }

  .services img {
    width: 100%;
    height: auto;
  }

  .btn {
    font-size: 18px;
    padding: 15px 40px;
  }

  .airport {
    width: 100%;
  }

  .airport-text h3 {
    font-size: 30px;
    text-align: center;
  }

  .airport-text p {
    font-size: 18px;
    text-align: center;
  }

  .footer {
    flex-direction: column;
    text-align: center;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-left,
  .footer-center,
  .footer-right {
    align-items: center !important;
    justify-content: center;
    text-align: center !important;
  }

  .footer-left ul {
    align-items: center;
  }

  .footer-left ul li a {
    font-size: 16px;
  }

  .footer-info p,
  .footer-right p {
    font-size: 16px;
  }

  .services-page .services-page__container {
    grid-template-columns: 1fr;
  }

  .services-page h2 {
    font-size: 40px;
    text-align: center;
  }

  .services-page .services-page__container {
    gap: 20px;
    padding: 10px;
  }

  .services-page .services-page__container p {
    font-size: 18px;
  }

  .services-page .services-page__container b {
    font-size: 20px;
  }

  .btn {
    width: 45vw;
  }

  #icon-menu {
    width: 25px;
    height: 15px;
  }

  .btn.hero-btn {
    font-size: 20px;
    margin-top: 0;
    padding: 16px 30px;
  }

  .choose-next-ride .hero-btn {
    display: block;
    font-size: 24px;
    margin: 0 auto 20px;
    padding: 20px;
    width: 200px;
    background-color: rgba(255, 0, 0, 1);
    font-family: Helvetica;
    border: none;
    line-height: inherit
  }

  .hero-btn:hover,
  .hero-btn:focus,
  .hero-btn:active {
    background-color: #393939;
    border: none
  }

}

/* Extra small phones */
@media (max-width: 480px) {
  .header-home {
    padding: 20px 15px;
  }

  .hero-title {
    margin-bottom: 16px;
  }

  section.section-with-background {
    min-height: 500px;
  }

  .section-with-background h1,
  .section-with-background h3 {
    top: 100px;
    font-size: 28px;
  }

  .services img {
    height: 200px;
  }

  .btn {
    width: 50vw;
    font-size: 16px;
    padding: 12px 30px;
  }

  .airport {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px 10px;
    gap: 20px;
  }

  .airport-text {
    min-width: unset;
    width: 100%;
    text-align: center;
  }

  .airport-text h3 {
    font-size: 28px;
  }

  .airport-text p {
    font-size: 16px;
  }

  #icon-menu {
    width: 20px;
    height: 10px;
  }
}

@media (max-width: 375px) {
  .header-home {
    padding: 20px 15px;
  }
}