@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;
}
*, 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;
}

.wrapper {
  overflow: hidden;
}

.container {
  max-width: 1824px;
  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: 504.759px !important;
  height: 504.759px !important;
}

.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%;
  }
}

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: 991px) {
  header .info {
    font-size: 25px;
    line-height: 0;
  }
}
header .next_page_scroll {
  margin-top: 93px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  header .next_page_scroll {
    display: none;
  }
}

.ai_car {
  height: 100vh;
  padding: 72px 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 {
    font-size: 50px;
    text-align: start;
    line-height: 45px;
  }
}
.ai_car .titles span.center {
  text-align: center;
}
@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: 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: 0 17px;
    flex-wrap: wrap;
  }
}
.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: 88px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -4.4px;
}
@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: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 117.857% */
  letter-spacing: -0.84px;
  max-width: 223px;
}
@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: 286px;
  display: flex;
  align-items: end;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .chat {
    padding-bottom: 130px;
  }
}
.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;
}
.chat .chat_texts .chat_item {
  padding: 20px 40px 24px 40px;
  background-color: #fff;
  color: #000;
  font-family: "Oceanic Grotesk TRIAL";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.44px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1145px;
  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 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -200px;
  width: 100%;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  max-width: 1824px;
  margin: auto;
  border-radius: 40px;
  overflow: hidden;
  background: #F8EEFF;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .chat .chat_input {
    margin: 0 auto;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .chat .chat_input {
    bottom: -80px;
    border-radius: 12px;
    padding-right: 20px;
    height: 60px;
    left: 10px;
    right: 10px;
    width: unset;
  }
}
.chat .chat_input input {
  height: 100%;
  border: none;
  outline: none;
  padding-left: 48px;
  width: 100%;
  color: #000;
  font-family: "Oceanic Grotesk TRIAL";
  font-size: 48px;
  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 input {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .chat .chat_input input {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    letter-spacing: -0.6px;
    padding-left: 20px;
  }
}
.chat .chat_input input::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Oceanic Grotesk TRIAL";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100px; /* 208.333% */
  letter-spacing: -1.44px;
}
@media (max-width: 1199px) {
  .chat .chat_input input::placeholder {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .chat .chat_input input::placeholder {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    letter-spacing: -0.6px;
  }
}
.chat .chat_input button {
  background: #F8EEFF;
  border: none;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  transition: 0.3s all ease;
}
@media (max-width: 1199px) {
  .chat .chat_input button {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .chat .chat_input button {
    width: 44px;
    height: 44px;
  }
}
.chat .chat_input button.active {
  opacity: 1;
}
@media (max-width: 1199px) {
  .chat .chat_input button svg {
    width: 100%;
    height: 100%;
  }
}

.cars {
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: 0.3s all ease;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
}
.cars.active {
  height: 100vh;
  opacity: 1;
  visibility: visible;
}
.cars .car_swiper {
  margin: auto;
}
.cars .car_swiper .swiper-wrapper {
  position: relative;
  z-index: 15;
}
.cars .car_swiper .swiper-wrapper .swiper-slide {
  max-width: 400px;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .cars .car_swiper .swiper-wrapper .swiper-slide {
    max-width: unset;
    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;
  }
}
.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_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: #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;
  border-radius: 22px;
  background: #FFF;
}
@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.blue {
  background-color: #9240C6;
}
.cars .car_swiper .swiper-wrapper .swiper-slide .cars_item .item_buttons .button.white {
  color: #000;
}
.cars .car_swiper .swiper_buttons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  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);
}/*# sourceMappingURL=main.css.map */