@font-face {
  font-family: "Oceanic Grotesk TRIAL";
  src: url("../font/OceanicGroteskTRIAL-Regular-BF677de6f80627f.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Oceanic Grotesk TRIAL";
  src: url("../font/OceanicGroteskTRIAL-Bold-BF677de6f7ce982.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Oceanic Grotesk TRIAL";
  src: url("../font/OceanicGroteskTRIAL-Extrabold-BF677de6f7dd205.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Oceanic Grotesk TRIAL";
  src: url("../font/OceanicGroteskTRIAL-Light-BF677de6f7e767c.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Oceanic Grotesk TRIAL";
  src: url("../font/OceanicGroteskTRIAL-Medium-BF677de6f7f025e.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Oceanic Grotesk TRIAL";
  src: url("../font/OceanicGroteskTRIAL-Poster-BF677de6f8024b3.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*, ul, ol, a, p {
  text-decoration: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #8E00EA;
  font-family: "Oceanic Grotesk TRIAL";
  height: unset;
}
body.blur::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  -webkit-backdrop-filter: blur(5px); /* For Safari support */
  z-index: 100;
}

main {
  position: relative;
}

.wrapper {
  overflow: hidden;
}

.container {
  max-width: 1542px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1919px) {
  .container {
    max-width: 1400px;
  }
}
@media (max-width: 1399px) {
  .container {
    max-width: 1200px;
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 768px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.back_images video {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background: transparent;
  visibility: hidden;
  opacity: 1;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .back_images video {
    max-width: 490px;
    height: 490px;
    width: 100%;
  }
}
.back_images video.heart {
  height: 650px;
  width: 650px;
}
.back_images video.active {
  visibility: visible;
  opacity: 1;
}
.back_images video.new_heart {
  bottom: unset;
  width: 328.258px;
  height: 328.258px;
}

.panel {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.one {
  opacity: 0;
  height: 0;
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.one.active {
  opacity: 1;
  height: 100vh;
  visibility: visible;
}

@media (max-width: 1919px) {
  .header_logo.active_one img {
    width: 100%;
  }
}

.cookies {
  position: fixed;
  right: 48px;
  bottom: 48px;
  width: 100%;
  max-width: 264px;
  padding: 21.79px 11.761px 16.4px 11.886px;
  display: flex;
  flex-direction: column;
  gap: 12.21px 0;
  border-radius: 26.412px;
  background: #F8EEFF;
  box-shadow: 0px 0px 13.206px 0px rgba(0, 0, 0, 0.25);
  z-index: 100;
  opacity: 1;
  transition: 0.3s all ease;
  visibility: visible;
}
@media (max-width: 991px) {
  .cookies {
    left: 0;
    margin: 0 auto;
    right: 0;
  }
}
.cookies.active {
  opacity: 0;
  visibility: hidden;
}
.cookies .cook_info {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
}
.cookies .buttons {
  display: flex;
  flex-direction: column;
  gap: 12.21px 0;
}
.cookies .buttons .blue_btn {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14.527px;
  background: #9240C6;
  color: #FFF;
  text-align: center;
  font-family: "Oceanic Grotesk TRIAL";
  font-size: 12.823px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.86px; /* 139.286% */
  letter-spacing: -0.385px;
}
.cookies .buttons .blue_btn.op {
  background: rgba(146, 64, 198, 0.5);
}

.main_logo {
  text-decoration: none;
  max-width: 295px;
  max-height: 45px;
  display: block;
}
.main_logo img {
  width: 100%;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 33px 18px 22px 18px;
  border-radius: 40px;
  background: #F8EEFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 400px;
  height: max-content;
  z-index: 100;
  opacity: 0;
  scale: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  z-index: 101;
}
@media (max-width: 767px) {
  .modal {
    max-width: 260px;
    padding: 30px 12px 19px 12px;
    border-radius: 24px;
  }
}
.modal.active {
  opacity: 1;
  scale: 1;
  visibility: visible;
}
.modal.thanks video {
  max-width: 343px;
  max-height: 343px;
  width: 100%;
  height: 100%;
}
.modal.thanks .modal_title {
  text-align: start;
}
.modal.thanks .button_modal {
  border: none;
  outline: none;
  border-radius: 22px;
  background: #9240C6;
  width: 100%;
  height: 63px;
  cursor: pointer;
  margin-top: 18px;
  color: #FFF;
  text-align: center;
  font-family: "Oceanic Grotesk TRIAL";
  font-size: 19.419px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.048px; /* 139.286% */
  letter-spacing: -0.583px;
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .modal.thanks .button_modal {
    border-radius: 12px;
    height: 48px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
  }
}
.modal .close_btn {
  position: absolute;
  right: -70px;
  top: 0;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .modal .close_btn {
    width: 18px;
    height: 18px;
    right: -30px;
  }
}
.modal .close_btn svg {
  height: 100%;
  width: 100%;
}
.modal .modal_title {
  color: #000;
  font-family: Inter;
  font-size: 25.389px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.762px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .modal .modal_title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.6px;
    margin-bottom: 17px;
  }
}
.modal .modal_inputs {
  display: flex;
  gap: 14px 0;
  flex-direction: column;
}
@media (max-width: 767px) {
  .modal .modal_inputs {
    gap: 7px 0;
  }
}
.modal .modal_inputs input {
  width: 100%;
  height: 63px;
  border-radius: 22px;
  background: #FFF;
  text-align: center;
  color: #000;
  text-align: center;
  font-family: "Oceanic Grotesk TRIAL";
  font-size: 19.419px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.048px; /* 139.286% */
  letter-spacing: -0.583px;
  border: none;
  outline: none;
}
@media (max-width: 767px) {
  .modal .modal_inputs input {
    padding-left: 19px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    text-align: start;
  }
}
.modal .modal_inputs input::placeholder {
  color: #000;
  text-align: center;
  font-family: "Oceanic Grotesk TRIAL";
  font-size: 19.419px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.048px; /* 139.286% */
  letter-spacing: -0.583px;
}
@media (max-width: 767px) {
  .modal .modal_inputs input::placeholder {
    color: #50555C;
    font-family: "Oceanic Grotesk TRIAL";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    text-align: start;
  }
}
.modal .modal_inputs input:focus {
  color: #000;
  text-align: center;
  font-family: "Oceanic Grotesk TRIAL";
  font-size: 19.419px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.048px; /* 139.286% */
  letter-spacing: -0.583px;
}
@media (max-width: 767px) {
  .modal .modal_inputs input:focus {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    text-align: start;
  }
}
.modal .policy {
  display: flex;
  gap: 0 17px;
  margin-top: 18px;
}
.modal .policy .checked {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  position: relative;
  cursor: pointer;
  flex: 0 0 auto;
}
.modal .policy .checked.active::after {
  opacity: 1;
  visibility: visible;
}
.modal .policy .checked.active::before {
  opacity: 1;
  visibility: visible;
}
.modal .policy .checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 0px;
  height: 100%;
  width: 1px;
  background: #000;
  transform: rotate(45deg);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.modal .policy .checked::before {
  content: "";
  position: absolute;
  right: 7px;
  top: 0px;
  height: 100%;
  width: 1px;
  background: #000;
  transform: rotate(-45deg);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.modal .policy .link {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
@media (max-width: 767px) {
  .modal .policy .link {
    font-size: 14px;
  }
}
.modal .policy .link a {
  text-decoration: underline;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
@media (max-width: 767px) {
  .modal .policy .link a {
    font-size: 14px;
  }
}
.modal button {
  border: none;
  outline: none;
  border-radius: 22px;
  background: rgba(146, 64, 198, 0.3);
  width: 100%;
  height: 63px;
  cursor: pointer;
  margin-top: 18px;
  color: #FFF;
  text-align: center;
  font-family: "Oceanic Grotesk TRIAL";
  font-size: 19.419px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.048px; /* 139.286% */
  letter-spacing: -0.583px;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .modal button {
    border-radius: 12px;
    height: 48px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
  }
}
.modal button.active {
  background-color: #9240C6;
}

header {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .header_logo {
  display: block;
  text-align: center;
}
header .header_logo img {
  width: max-content;
  height: max-content;
}
@media (max-width: 1919px) {
  header .header_logo img {
    width: 100%;
  }
}
header .info {
  font-family: "Oceanic Grotesk TRIAL";
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 68.75% */
  letter-spacing: -1.44px;
  text-align: center;
  margin-top: 56px;
}
@media (max-width: 1399px) {
  header .info {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  header .info {
    display: none;
  }
}
@media (max-width: 991px) {
  header .info {
    font-size: 25px;
    line-height: 0;
  }
}
header .info.mobile {
  display: none;
}
@media (max-width: 1199px) {
  header .info.mobile {
    display: block;
  }
}
header .next_page_scroll {
  margin-top: 200px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  header .next_page_scroll {
    position: absolute;
    left: 0;
    bottom: 100px;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: max-content;
  }
}

.ai_car {
  height: 100vh;
  padding: 35px 0 75px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
.ai_car .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px 0;
}
.ai_car .titles {
  display: flex;
  flex-direction: column;
}
.ai_car .titles span {
  color: #FFF;
  font-family: "Oceanic Grotesk TRIAL";
  font-size: 158px;
  font-style: normal;
  font-weight: 400;
  line-height: 122px; /* 77.215% */
  letter-spacing: -6.32px;
}
@media (max-width: 1919px) {
  .ai_car .titles span {
    font-size: 130px;
    line-height: 90px;
  }
}
@media (max-width: 1199px) {
  .ai_car .titles span {
    font-size: 90px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .ai_car .titles span {
    font-size: 70px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .ai_car .titles span {
    color: #FFF;
    font-family: "Oceanic Grotesk TRIAL";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 45.9px */
    letter-spacing: -2.04px;
  }
}
.ai_car .titles span.center {
  text-align: left;
}
@media (max-width: 767px) {
  .ai_car .titles span.center {
    text-align: start;
  }
}
.ai_car .titles span.right {
  text-align: end;
}
@media (max-width: 767px) {
  .ai_car .titles span.right {
    text-align: start;
  }
}
.ai_car .titles span.left {
  text-align: center;
}
@media (max-width: 767px) {
  .ai_car .titles span.left {
    text-align: start;
  }
}
.ai_car .row {
  display: flex;
  align-items: start;
  gap: 0 114px;
}
@media (max-width: 991px) {
  .ai_car .row {
    gap: 0 40px;
  }
}
@media (max-width: 767px) {
  .ai_car .row {
    gap: 24px 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.ai_car .row .items {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
}
@media (max-width: 767px) {
  .ai_car .row .items {
    max-width: 161px;
  }
}
.ai_car .row .items .item_number {
  color: #FFF;
  font-family: "Oceanic Grotesk TRIAL";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
}
@media (max-width: 1199px) {
  .ai_car .row .items .item_number {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .ai_car .row .items .item_number {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .ai_car .row .items .item_number {
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.14px;
  }
}
.ai_car .row .items .item_desc {
  color: #FFF;
  font-family: "Oceanic Grotesk TRIAL";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  max-width: 182px;
}
@media (max-width: 991px) {
  .ai_car .row .items .item_desc {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .ai_car .row .items .item_desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    letter-spacing: -0.48px;
  }
}

.chat {
  height: 100vh;
  padding-bottom: 390px;
  padding-top: 35px;
  display: flex;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .chat {
    padding-bottom: 230px;
  }
}
.chat.active {
  opacity: 1;
  visibility: visible;
}
.chat .container {
  position: relative;
}
.chat .chat_texts {
  display: flex;
  flex-direction: column;
  gap: 36px 0;
  justify-content: end;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
  max-height: 800px;
  max-width: 1212px;
  position: relative;
}
.chat .chat_texts .gradient-fade {
  position: absolute;
  top: -10px;
  left: 0;
  height: 100px;
  width: 100%;
  background: #8E00EA;
  z-index: 100;
  pointer-events: none;
}
.chat .chat_texts .chat_item {
  padding: 20px 40px 24px 40px;
  color: #000;
  font-family: "Oceanic Grotesk TRIAL";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 30.8px */
  letter-spacing: 0.84px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 730px;
  width: max-content;
}
@media (max-width: 1199px) {
  .chat .chat_texts .chat_item {
    font-size: 30px;
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .chat .chat_texts .chat_item {
    border-radius: 12px 12px 12px 0px;
    padding: 8px 12px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    letter-spacing: -0.6px;
    max-width: 339px;
  }
}
.chat .chat_texts .chat_item.left {
  border-radius: 40px 40px 40px 0px;
  background: #F8EEFF;
}
@media (max-width: 767px) {
  .chat .chat_texts .chat_item.left {
    border-radius: 12px 12px 12px 0px;
  }
}
.chat .chat_texts .chat_item.right {
  border-radius: 40px 40px 0px 40px;
  background: #F8EEFF;
  margin-left: auto;
}
@media (max-width: 767px) {
  .chat .chat_texts .chat_item.right {
    border-radius: 12px 12px 0 12px;
  }
}
.chat .chat_input_heshtegs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -340px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 31px 0;
  gap: 0 10px;
  max-width: 1212px;
  overflow: hidden;
  flex: 0 0 auto;
}
@media (max-width: 1199px) {
  .chat .chat_input_heshtegs {
    margin: 0 auto;
    height: 130px;
    bottom: -150px;
    overflow: visible;
  }
}
@media (max-width: 991px) {
  .chat .chat_input_heshtegs {
    bottom: -210px;
  }
}
.chat .chat_input_heshtegs .chat_input {
  background: #F8EEFF;
  padding: 10px 14px 10px 0;
  border-radius: 60px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 48px;
  overflow: hidden;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .chat .chat_input_heshtegs .chat_input {
    padding-left: 0;
    border-radius: 12px;
    padding-right: 20px;
    height: 60px;
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0 10px;
  }
}
.chat .chat_input_heshtegs .chat_input button {
  background: #F8EEFF;
  border: none;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  transition: 0.3s all ease;
  height: 100%;
}
@media (max-width: 1199px) {
  .chat .chat_input_heshtegs .chat_input button {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .chat .chat_input_heshtegs .chat_input button {
    width: 44px;
    height: 44px;
  }
}
.chat .chat_input_heshtegs .chat_input button.active {
  opacity: 1;
}
.chat .chat_input_heshtegs .chat_input button svg {
  height: 100%;
  width: 100%;
}
@media (max-width: 1199px) {
  .chat .chat_input_heshtegs .chat_input button svg {
    width: 100%;
    height: 100%;
  }
}
.chat .chat_input_heshtegs input {
  height: 100%;
  border: none;
  outline: none;
  width: 100%;
  color: #000;
  font-family: "Oceanic Grotesk TRIAL";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100px; /* 208.333% */
  background-color: #F8EEFF;
  letter-spacing: -1.44px;
}
@media (max-width: 1199px) {
  .chat .chat_input_heshtegs input {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .chat .chat_input_heshtegs input {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    letter-spacing: -0.6px;
    padding-left: 20px;
  }
}
.chat .chat_input_heshtegs input::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Oceanic Grotesk TRIAL";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100px; /* 208.333% */
  letter-spacing: -1.44px;
}
@media (max-width: 1199px) {
  .chat .chat_input_heshtegs input::placeholder {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .chat .chat_input_heshtegs input::placeholder {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    letter-spacing: -0.6px;
  }
}
.chat .chat_input_heshtegs .heshtegs {
  display: flex;
  display: block;
  margin-top: 31px;
}
@media (max-width: 767px) {
  .chat .chat_input_heshtegs .heshtegs {
    margin-top: 15px;
    padding: 0 10px;
  }
}
.chat .chat_input_heshtegs .heshtegs .heshteg_row {
  gap: 20px;
  align-items: stretch;
  display: none;
  flex-wrap: wrap;
  max-width: 847px;
}
@media (max-width: 767px) {
  .chat .chat_input_heshtegs .heshtegs .heshteg_row {
    max-width: unset;
    flex-wrap: nowrap;
    overflow: scroll;
    position: relative;
    z-index: 90;
  }
}
.chat .chat_input_heshtegs .heshtegs .heshteg_row.active {
  display: flex;
  animation: opacity 0.3s ease;
}
.chat .chat_input_heshtegs .heshtegs .heshteg_row .heshteg_item {
  height: 60px;
  padding: 0 40px 0 30px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Oceanic Grotesk TRIAL";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  letter-spacing: -0.6px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .chat .chat_input_heshtegs .heshtegs .heshteg_row .heshteg_item {
    height: 36px;
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    letter-spacing: -0.48px;
  }
}

.cars {
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: 0.3s all ease;
  display: flex;
  text-align: center;
  padding-top: 80px;
}
.cars.active {
  height: 100vh;
  opacity: 1;
  visibility: visible;
}
.cars .main_logo {
  max-width: 796px;
  margin: auto;
  display: block;
  max-height: max-content;
  margin-bottom: 135px;
}
.cars .car_swiper {
  margin: auto;
}
.cars .car_swiper .swiper-wrapper {
  position: relative;
  z-index: 15;
}
@media (max-width: 767px) {
  .cars .car_swiper .swiper-wrapper {
    overflow: scroll;
    scrollbar-width: none;
    gap: 0 12px;
    align-items: stretch;
  }
}
.cars .car_swiper .swiper-wrapper .swiper-slide {
  max-width: 400px;
  border-radius: 40px;
  height: auto;
}
@media (max-width: 767px) {
  .cars .car_swiper .swiper-wrapper .swiper-slide {
    max-width: 260px;
    border-radius: 24px;
  }
}
.cars .car_swiper .swiper-wrapper .swiper-slide .cars_item {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  border-radius: 40px;
  background: #F8EEFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 18px;
  width: 100%;
  text-align: start;
}
@media (max-width: 767px) {
  .cars .car_swiper .swiper-wrapper .swiper-slide .cars_item {
    border-radius: 24px;
    padding: 12px;
    height: 100%;
  }
}
.cars .car_swiper .swiper-wrapper .swiper-slide .cars_item .item_img {
  max-width: 364px;
  max-height: 196px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 38px 0 34px 0;
}
.cars .car_swiper .swiper-wrapper .swiper-slide .cars_item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cars .car_swiper .swiper-wrapper .swiper-slide .cars_item .item_texts {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  text-align: start;
}
@media (max-width: 767px) {
  .cars .car_swiper .swiper-wrapper .swiper-slide .cars_item .item_texts {
    gap: 0;
  }
}
.cars .car_swiper .swiper-wrapper .swiper-slide .cars_item .item_texts .item_title {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.048px; /* 112.7% */
  letter-spacing: -0.72px;
}
@media (max-width: 767px) {
  .cars .car_swiper .swiper-wrapper .swiper-slide .cars_item .item_texts .item_title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.6px;
    margin-bottom: 8px;
  }
}
.cars .car_swiper .swiper-wrapper .swiper-slide .cars_item .item_texts ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px 0;
}
@media (max-width: 767px) {
  .cars .car_swiper .swiper-wrapper .swiper-slide .cars_item .item_texts ul {
    margin-bottom: 20px;
  }
}
.cars .car_swiper .swiper-wrapper .swiper-slide .cars_item .item_texts ul li {
  display: flex;
  gap: 0 5px;
}
.cars .car_swiper .swiper-wrapper .swiper-slide .cars_item .item_texts ul li span {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.cars .car_swiper .swiper-wrapper .swiper-slide .cars_item .item_texts ul li span:first-child {
  color: rgba(0, 0, 0, 0.5);
}
.cars .car_swiper .swiper-wrapper .swiper-slide .cars_item .item_texts ul li span:last-child {
  color: #000;
}
.cars .car_swiper .swiper-wrapper .swiper-slide .cars_item .item_texts .item_description {
  color: rgba(0, 0, 0, 0.7);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  margin-top: 8px;
  padding: 8px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cars .car_swiper .swiper-wrapper .swiper-slide .cars_item .item_buttons {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  width: 100%;
}
.cars .car_swiper .swiper-wrapper .swiper-slide .cars_item .item_buttons .button {
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-family: "Oceanic Grotesk TRIAL";
  font-size: 19.419px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.048px; /* 139.286% */
  letter-spacing: -0.583px;
  border-radius: 22px;
  background: #FFF;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .cars .car_swiper .swiper-wrapper .swiper-slide .cars_item .item_buttons .button {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    height: 48px;
    border-radius: 12px;
  }
}
.cars .car_swiper .swiper-wrapper .swiper-slide .cars_item .item_buttons .button:hover {
  background-color: #9240C6;
  color: #fff;
}
.cars .car_swiper .swiper-wrapper .swiper-slide .cars_item .item_buttons .button.white {
  color: #000;
}
.cars .car_swiper .swiper-wrapper .swiper-slide .cars_item .item_buttons .button.white:hover {
  color: #fff;
}
.cars .car_swiper .swiper_buttons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 1199px) {
  .cars .car_swiper .swiper_buttons {
    gap: 0 500px;
  }
}
@media (max-width: 767px) {
  .cars .car_swiper .swiper_buttons {
    display: none;
  }
}
.cars .car_swiper .swiper_buttons .swiper-button-disabled {
  opacity: 0.4;
}
.cars .car_swiper .swiper_buttons .left_button, .cars .car_swiper .swiper_buttons .right_button {
  transition: 0.3s all ease;
  cursor: pointer;
  position: relative;
  z-index: 20;
}
.cars .car_swiper .swiper_buttons .left_button {
  transform: rotate(180deg);
}

video {
  border-radius: 2rem;
}

[data-section="6"] .header__logo {
  width: 15rem;
}
[data-section="6"] .cars__item {
  transform: scale(0.9);
}
