@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");
@import url("../fonts/sfpro/stylesheet.css");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "SFProText", sans-serif;
}

body,
html {
  scroll-behavior: smooth;
  background: #163955;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

::-moz-selection {
  background: #EC1763;
  color: #FFF;
}

::selection {
  background: #EC1763;
  color: #FFF;
}

.header {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(69%, rgba(22, 57, 85, 0.12)), color-stop(85.77%, #163955)), -webkit-gradient(linear, left top, left bottom, color-stop(-0.93%, rgba(20, 20, 20, 0.2904)), color-stop(36.29%, rgba(20, 20, 20, 0.066))), url("../img/header-bg.webp") !important;
  background: linear-gradient(180deg, rgba(22, 57, 85, 0.12) 69%, #163955 85.77%), linear-gradient(180deg, rgba(20, 20, 20, 0.2904) -0.93%, rgba(20, 20, 20, 0.066) 36.29%), url("../img/header-bg.webp") !important;
  background-blend-mode: darken, normal, normal !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 100% !important;
  background-position: center center !important;
  height: 100vh !important;
}

.header__body {
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px 0;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 5px 7px;
  border-radius: 45px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.header__menu a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  padding: 3px 10px;
  font-size: 14px;
  background: rgba(81, 81, 81, 0.2);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 45px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 0;
  text-align: center;
  width: 100%;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 45px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}

.header__menu_wrapper {
  border-radius: 45px;
  overflow: hidden;
  width: 100%;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}
.header__logo p {
  text-align: center;
  color: #FFF;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 3px;
  font-weight: 200;
}
.header__logo img {
  width: 90%;
}

.header__text {
  margin-top: auto;
}
.header__text h1 {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.wheels {
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 16px;
  position: sticky;
  top: 0;
  z-index: 2;
  isolation: isolate;
}

.info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 60px 0 120px;
}

.info__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.info__title b {
  color: white;
  font-size: 48px;
  font-weight: 1000;
  line-height: 57px;
  letter-spacing: -3px;
  text-transform: uppercase;
}
.info__title span {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  line-height: 120%;
}

.info__subtitle {
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(7.55px);
          backdrop-filter: blur(7.55px);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.info__subtitle p {
  font-size: 15px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.8);
}

.info__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  gap: 10px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(7.55px);
          backdrop-filter: blur(7.55px);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.info__text img {
  width: 100%;
  height: 170px;
  border-radius: 7px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.info__text p {
  color: rgba(255, 255, 255, 0.8);
}

.text-img {
  height: 100% !important;
  width: 80% !important;
  margin-bottom: 0 !important;
}

.first {
  background-image: url("../img/wheels-bg1.webp");
}

.second {
  background-image: url("../img/second-bg_11zon.webp");
}

.third {
  background-image: url("../img/third-bg_11zon.webp");
}

.fourth {
  background-image: url("../img/fourth-bg_11zon.webp");
}

.fifth {
  background-image: url("../img/fifth-bg_11zon.webp");
}

.sixth {
  background-image: url("../img/sixth-bg_11zon.webp");
}

.seventh {
  background-image: url("../img/seventh-bg_11zon.webp");
}

.eighth {
  background-image: url("../img/eighth-bg_11zon.webp");
}

.nineth {
  background-image: url("../img/nineth-bg_11zon.webp");
}

.tenth {
  background-image: url("../img/tenth-bg_11zon.webp");
}

.footer {
  background: #000000 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.footer__Body {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0 40px;
}
.footer__Body img {
  margin-top: 55%;
  width: 252px;
}
.footer__Body p {
  font-size: 14px;
  color: #FFF;
}