  * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  user-select: none;
}

a {
  text-decoration: none;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Poppins", sans-serif;
  width: 100vw;
}

.header-section {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.header-section a {
  color: white !important;
}

.header-home {
  width: 100%;
  height: 12vh;
  background-color: #000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 50px;
}
.header-home__left {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}
.header-home__widjets li {
  font-size: 23px;
  font-weight: 400;
  cursor: pointer;
  color: #fff;
}

.header-home__phone span {
  white-space: nowrap;
}

.header-start {
  position: relative;
  width: 100%;
}

.header-start img {
  width: 100%;
  height: calc(100vh - 20vh);
  object-fit: cover;
  display: block;
  cursor: pointer;
}

.header-start span {
  position: absolute;
  width: 100%;
  height: 75px;
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
  color: #03297e;
  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: 12vh;
  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;
}

.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;
}

.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 {
  margin-bottom: 20px;
}
.social-icons i {
  margin: 0 10px;
  font-size: 35px;
}

.footer-info p {
  margin: 5px 0;
  font-size: 18px;
}

.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;
}
@media (max-width: 768px) {
  .form-contact__header h2 {
    font-size: 28px;
  }
  .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;
  }
}

/* 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%;
}
@media (max-width: 1024px) {
  .rates-section__header h2 {
    font-size: 35px;
  }

  .rates-section__header p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .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;
  }

  .header-start img {
    max-height: 500px;
    object-position: top;
  }
  .header-start span {
    top: 200px;
    font-size: 30px;
  }

  .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;
  }
  .header__right {
    display: none;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .header-home {
    padding: 15px;
    gap: 20px;
    padding: 20px 30px;
    justify-content: space-between;
    position: relative;
  }

  .header-home__left .header-home__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
  }

  .header-home__left .header-home__logo svg {
    object-fit: contain;
    width: 70px;
    height: 70px;
  }

  .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;
  }

  .header-start img {
    max-height: 350px;
    object-position: top;
    display: flex;
  }
  .header-start span {
    top: 150px;
    font-size: 36px;
  }

  .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;
  }
}

/* Extra small phones */
@media (max-width: 480px) {
  .header-home {
    padding: 20px 15px;
  }

  .header-home__left .header-home__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
  }

  .header-home__left .header-home__logo svg {
    object-fit: contain;
    width: 70px;
    height: 70px;
  }

  .header-start img {
    max-height: 280px;
  }
  .header-start span {
    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;
  }

  .header-home__left .header-home__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
  }

  .header-home__left .header-home__logo svg {
    object-fit: contain;
    width: 60px;
    height: 60px;
  }
}
