@font-face {
  font-family: "Gilroy";
  src: url("fonts/woff2/Gilroy-Bold.woff2") format("woff2"), url("fonts/woff/Gilroy-Bold.woff") format("woff"), url("fonts/ttf/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700; /* Normal weight */
  font-style: normal; /* Normal style */
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/woff2/Gilroy-Medium.woff2") format("woff2"), url("fonts/woff/Gilroy-Medium.woff") format("woff"), url("fonts/ttf/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500; /* Normal weight */
  font-style: normal; /* Normal style */
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/woff2/Gilroy-Regular.woff2") format("woff2"), url("fonts/woff/Gilroy-Regular.woff") format("woff"), url("fonts/ttf/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400; /* Normal weight */
  font-style: normal; /* Normal style */
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/woff2/Gilroy-Light.woff2") format("woff2"), url("fonts/woff/Gilroy-Light.woff") format("woff"), url("fonts/ttf/Gilroy-Light.ttf") format("truetype");
  font-weight: 300; /* Normal weight */
  font-style: normal; /* Normal style */
}
body {
  background: #000;
  height: 100vh;
  /* background: linear-gradient(105deg, rgb(78, 5, 222) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 66%, rgb(78, 5, 222) 100%); */
  background: linear-gradient(105deg, rgb(67, 5, 189) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 66%, rgb(67, 5, 189) 100%);
}

.container {
  font-family: "Gilroy", sans-serif;
  margin: 0 auto;
  max-width: 375px;
  padding: 24px;
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.container a {
  color: #fff;
  text-decoration: none;
}

.header {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  height: 25px;
}
.header .languages {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  gap: 8px;
}
.header .languages .not-current {
  opacity: 0.5;
  font-weight: 300;
}

.section {
  display: flex;
  align-items: center;
  border-radius: 24px;
  border: 1px solid #8481ef;
  padding: 24px;
  position: relative;
}
.section--clients {
  background-image: url(images/bg1.png);
  background-position: right top;
  background-repeat: no-repeat;
}
.section--clients .section__title {
  background: #4e05de;
}
.section--drivers {
  background-image: url(images/bg2.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.section--drivers .section__title {
  background: #26c485;
}
.section .section__title {
  font-size: 18px;
  color: #fff;
  margin: 0;
  position: absolute;
  padding: 6px 12px;
  width: 100%;
  max-width: 160px;
  text-align: center;
  border-radius: 24px;
  line-height: 18px;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.section__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex: 0 0 60%;
  margin-top: 10px;
}
.section__content .section__description {
  margin-top: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  width: 182px;
  margin: 0;
}
.section__content .button {
  display: inline-block;
  padding: 6px 12px;
  background-color: #4b4696;
  color: #fff;
  font-weight: 700;
  border-radius: 16px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.1s ease-in-out;
}
.section__content .button.client {
  background: #4e05de;
}
.section__content .button.driver {
  background: #26c485;
}
.section__content .button:hover {
  opacity: 0.7;
}
.section__image {
  width: 80%;
  object-fit: contain;
}
.section__image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box; /* Includes padding in width/height */
}
.footer {
  text-align: center;
  margin-top: 24px;
  width: 100%;
}
.footer__title {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 500;
}
.footer__buttons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
}
.footer__buttons .footer__button {
  display: inline-block;
  padding: 14px 0;
  color: var(--main-color, #4b4696);
  border: 1px solid var(--main-color, #4b4696);
  border-radius: 56px;
  text-decoration: none;
  margin-bottom: 10px;
}
.footer__buttons .footer__button:hover {
  background-color: hsla(244, 36%, 43%, 0.1);
}
.footer__icon {
  width: 48px;
}

/*# sourceMappingURL=styles.css.map */
