:root {
  --unnamed-color-f15f51: #f15f51;
  --unnamed-color-ffffff: #ffffff;
  --unnamed-color-707070: #707070;
  --unnamed-color-0b1e32: #0b1e32;
  --unnamed-color-f3829c: #f3829c;
  --unnamed-color-cad2cf: #cad2cf;
  --unnamed-color-fcfbf5: #fcfbf5;
  --unnamed-font-lemonmilk: "LEMON MILK";
  --unnamed-font-game: "Game Bubble";
  --unnamed-font-caviar: "Caviar Dreams";
  --unnamed-font-lamon-milk: "LEMON MILK";
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul,
li,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  background: var(--unnamed-color-fcfbf5) 0% 0% no-repeat padding-box;
  font-family: var(--unnamed-font-caviar);
  font-size: 35px;
  line-height: 40px;
  color: var(--unnamed-color-0b1e32);
}

.logo {
  display: flex;
  justify-content: center;
  padding-top: 124px;
}

.logo a {
  display: flex;
}

.logo a img {
  height: 140px;
  width: auto;
}

.hero_section {
  padding-top: 140px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 60px;
}

.hero_section .hero_icon {
  display: flex;
}

.hero_section .hero_icon img {
  width: 580px;
  height: auto;
}

.hero_section .hero_content {
  padding-right: 130px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.hero_section .hero_content h3 {
  color: var(--unnamed-color-f15f51);
  font-family: var(--unnamed-font-lamon-milk);
  letter-spacing: 0px;
}

.hero_section .hero_content p {
  color: var(--unnamed-color-0b1e32);
  text-align: left;
  font-family: var(--unnamed-font-caviar);
}

.collaborating_section {
}

.collaborating_section .flying_icon {
  width: auto;
  height: 340px;
}

.collaborating_section .collaborating_main {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  display: flex;
  width: 100%;
}

.collaborating_section .collaborating_main img {
  height: 604px;
  width: 563px;
  margin-left: -7%;
}

.collaborating_section .collaborating_box {
  width: 100%;
}

.collaborating_box .collaborating_info h5 {
  color: var(--unnamed-color-0b1e32);
  text-align: left;
  font-family: var(--unnamed-font-lamon-milk);
  letter-spacing: 0px;
  font-size: 52px;
}

.collaborating_box .collaborating_info h4 {
  color: var(--unnamed-color-0b1e32);
  text-align: left;
  font-family: var(--unnamed-font-game);
  font-size: 96px;
  margin-top: 10px;
  line-height: normal;
}

.collaborating_box .collaborating_content {
  width: 841px;
  border: 7px solid var(--unnamed-color-0b1e32);
  background: var(--unnamed-color-fcfbf5) 0% 0% no-repeat padding-box;
  border-radius: 55px;
  padding: 57px 62px;
  height: fit-content;
}

.collaborating_content h3 {
  color: var(--unnamed-color-f15f51);
  text-align: left;
  font-family: var(--unnamed-font-lamon-milk);
  letter-spacing: 0px;
  font-size: 42px;
}

.collaborating_content .subscribe_input {
  margin-top: 20px;
  position: relative;
  z-index: 20;
}

.collaborating_content .subscribe_input input {
  width: 100%;
  height: 63px;
  height: 101px;
  border: 1px solid var(--unnamed-color-0b1e32);
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000029;
  border-radius: 12px;
  padding-left: 10px;
  font-size: 30px;
}

.collaborating_content .subscribe_input button {
   position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  background: #f15f51;
  border-radius: 11px;
  border: none;
  color: var(--unnamed-color-fcfbf5);
  font-family: var(--unnamed-font-caviar);
  font-size: 32px;
  cursor: pointer;
  white-space: nowrap;
}

.collaborating_content p {
  margin-top: 32px;
  color: var(--unnamed-color-0b1e32);
  font-family: var(--unnamed-font-caviar);
  font-size: 32px;
  font-weight: 600;
}

.collaborating_content .send_update_sec {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.send_update_sec input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 58px;
  height: 57px;
  border: 3px solid #0b1e32;
  border-radius: 14px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  margin-right: 2px;
}

.send_update_sec input[type="checkbox"]:checked {
  background-image: url("/images/Noted_ThumbsUp.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px 34px;
}

.joinus_box .box-main .send_update_sec span {
  color: var(--unnamed-color-0b1e32);
  font-family: var(--unnamed-font-lamon-milk);
  letter-spacing: 0px;
  font-size: 25px;
  font-weight: 900;
}

.collaborating_box .collaborating_content p {
  color: var(--unnamed-color-0b1e32);
  font-family: var(--unnamed-font-caviar);
  font-size: 31px;
}

.collaborating_box .collaborating_content span {
  color: var(--unnamed-color-0b1e32);
  text-align: center;
  font-family: var(--unnamed-font-caviar);
  font-weight: 600;
}

.collaborating_box .collaborating_content h3 {
  color: var(--unnamed-color-f15f51);
  text-align: left;
  font-family: var(--unnamed-font-lamon-milk);
  letter-spacing: 0px;
  margin-top: 31px;
}

.collaborating_div {
  display: flex;
  justify-content: center;
}

.collaborating_section .transparency_img {
  width: -webkit-fill-available;
  margin-top: 13%;
}

/* New Join Us design */

.joinus_section {
  position: relative;
  display: flex;
  margin-top: 170px;
}

.joinus_section img {
  /* position: absolute; */
  /* left: -60px; */
  margin-left: -80px;
  width: 800px;
  height: 772px;
  z-index: 999;
}

.joinus_box {
  position: absolute;
  left: 38%;
}

.joinus_box .title h4 {
  color: var(--unnamed-color-0b1e32);
  text-align: left;
  font-family: var(--unnamed-font-game);
  letter-spacing: 0px;
  font-size: 120px;
  line-height: normal;
  margin-left: 97px;
}

.joinus_box .box-main {
  width: 951px;
  border: 7px solid var(--unnamed-color-0b1e32);
  background: var(--unnamed-color-fcfbf5) 0% 0% no-repeat padding-box;
  border-radius: 55px;
  padding: 57px 62px;
  height: fit-content;
}

.joinus_box .box-main h3 {
  color: var(--unnamed-color-f15f51);
  text-align: left;
  font-family: var(--unnamed-font-lamon-milk);
  letter-spacing: 0px;
  font-size: 42px;
}

.joinus_box .box-main .subscribe_input {
  margin-top: 46px;
  position: relative;
}

.joinus_box .box-main .subscribe_input input {
  width: 789px;
  height: 63px;
  height: 101px;
  border: 1px solid var(--unnamed-color-0b1e32);
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000029;
  border-radius: 23px;
  padding-left: 10px;
  font-size: 30px;
}

.joinus_box .box-main .subscribe_input button {
  background: #f15f51 0% 0% no-repeat padding-box;
  border-radius: 11px;
  padding: 15px 50px;
  border-color: transparent;
  color: var(--unnamed-color-fcfbf5);
  text-align: center;
  font-family: var(--unnamed-font-caviar);
  font-size: 32px;
  position: absolute;
  right: 5%;
  bottom: 16%;
  cursor: pointer;
}

.joinus_box .box-main p {
  margin-top: 32px;
  color: var(--unnamed-color-0b1e32);
  font-family: var(--unnamed-font-caviar);
  font-size: 32px;
  font-weight: 600;
}

.joinus_box .box-main .send_update_sec {
  margin-top: 39px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.send_update_sec input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 58px;
  height: 57px;
  border: 3px solid #0b1e32;
  border-radius: 14px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}

.send_update_sec input[type="checkbox"]:checked {
  background-image: url("/images/Noted_ThumbsUp.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px 34px;
}

.joinus_box .box-main .send_update_sec span {
  color: var(--unnamed-color-0b1e32);
  font-family: var(--unnamed-font-lamon-milk);
  letter-spacing: 0px;
  font-size: 25px;
  font-weight: 900;
}

.coming_soon_section .noted_banner {
  margin: 149px 0 174px 0;
}

.coming_soon_section .contact_info {
  display: flex;
  justify-content: center;
  gap: 58px;
}

.coming_soon_section .contact_info .contact_item {
  display: flex;
  align-items: center;
  gap: 35px;
}

.coming_soon_section .full_website_title {
  color: var(--unnamed-color-f15f51);
  text-align: center;
  font-family: var(--unnamed-font-lamon-milk);
  letter-spacing: 0px;
  font-weight: 700;
  margin-top: 150px;
  margin-bottom: 30px;
  font-size: 76px;
}

.coming_soon_section .coming_soon_strip {
  /* width: 1919px; */
  height: 421px;
  background: var(--unnamed-color-f15f51);
  margin-top: 10px;
  padding-top: 15px;
  padding-top: 15px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.coming_soon_section .coming_soon_strip {
  color: var(--unnamed-color-fcfbf5);
  font-weight: 900;
  font-family: var(--unnamed-font-lamon-milk);
  margin-top: 19px;
}

.coming_soon_section .contact_info {
  font-family: var(--unnamed-font-lamon-milk);
  font-weight: bold;
}

.coming_soon_strip .rights_section {
  color: white;
  text-align: center;
  color: var(--unnamed-color-fcfbf5);
  font: normal normal bold 24px/31px Caviar Dreams;
}

.rights_reserved {
  margin-top: 10px;
}

.noted_banner {
  font-family: var(--unnamed-font-lamon-milk);
  font-weight: bold;
  display: flex;
  gap: 15px;
}
.marquee {
  overflow: hidden;
  position: relative;
  height: 40px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.marquee--inner {
  display: flex;
  width: fit-content;
  animation: scroll 10s linear infinite;
}

.track {
  display: flex;
}

.noted_banner span,
.swiper-slide {
  font-family: var(--unnamed-font-lamon-milk) !important;
  font-weight: bold !important;
  font-size: 2.5rem;
  opacity: 0.12 !important;
  padding: 0 4px !important;
  white-space: nowrap !important;
}
.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
}

.swiper-slide {
  text-align: center;
  font-size: 33px;
  line-height: 45px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}
.footer-slick {
  color: white;
}
.footer-slick .swiper-slide {
  background-color: transparent;
  opacity: unset !important;
}

.noted_banner span:nth-child(odd),
.noted-slider .swiper-slide:nth-child(odd) {
  color: var(--unnamed-color-707070);
}

.noted_banner span:nth-child(even),
.noted-slider .swiper-slide:nth-child(even) {
  color: var(--unnamed-color-f15f51);
}

.coming_soon_strip {
  background: white;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0;
  position: relative;
}

.marquee_container {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 2.5rem; /* Adjust based on font-size */
}

.marquee--inner.reverse {
  animation: scroll-reverse 12s linear infinite;
}

.marquee_container .track {
  display: inline-block;
  padding-right: 1rem; /* spacing between tracks */
}

/* Forward Scroll */
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Reverse Scroll */
@keyframes scroll-reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.collab_div {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .logo a img {
    height: 58px;
  }
  .logo {
    padding-top: 58px;
  }

  .hero_section {
    padding-top: 60px;
    grid-template-columns: auto;
    gap: 0;
  }
  .hero_section .hero_icon img {
    width: 181px;
  }
  .hero_section .hero_content {
    padding-right: 0;
    margin-top: -70px;
  }
  .hero_section .hero_content h3 {
    font-size: 15px;
    line-height: 20px;
    width: calc(100% - 200px);
    align-self: flex-end;
    padding-right: 16px;
  }
  .hero_section .hero_content p {
    padding: 0px 16px;
    font-size: 16px;
    line-height: 19px;
  }
  .collaborating_section .flying_icon {
    width: 90%;
    height: 100px;
    object-fit: contain;
  }
  .collaborating_box .collaborating_info h5 {
    font-size: 14px;
  }
  .collaborating_box .collaborating_info h4 {
    font-size: 26px;
    margin-top: 0;
  }
  .collaborating_box .collaborating_content p {
    font-size: 15px;
    line-height: 16px;
  }
  .collaborating_box .collaborating_content span {
    font-size: 10px;
    white-space: nowrap;
    font-family: var(--unnamed-font-lamon-milk);
  }
  .collaborating_box .collaborating_content h3 {
    font-size: 14px;
    margin-top: 0;
  }
  .collaborating_content .subscribe_input input {
    width: 100%;
    height: 33px;
    border-radius: 7px;
    font-size: 15px;
    padding-left: 10px !important;
  }
  .collaborating_info {
    padding-left: 30px;
  }
  .swiper-container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .swiper-container .swiper-slide {
    font-size: 20px !important;
  }
  .collaborating_box .collaborating_content {
    width: 80%;
    border: 2px solid var(--unnamed-color-0b1e32);
    padding: 20px 23px;
    border-radius: 19px;
  }
  .collaborating_section .collaborating_main img {
    width: 153px;
    object-fit: contain;
    margin-left: -13%;
    margin-top: -99px;
  }
  .collaborating_div {
    padding-left: 0 22px;
    justify-content: center;
    line-height: 25px;
  }
  .collaborating_section .transparency_img {
    margin-top: 40%;
  }
  .collaborating_content .subscribe_input button {
    border-radius: 4px;
    padding: 3px 10px !important;
    right: 1%;
    bottom: 12%;
    font-size: 13px !important;
  }

  .collaborating_content .subscribe_input {
    margin-top: 10px;
  }

  .joinus_section img {
    margin-left: -21px;
    margin-bottom: 0;
    width: 197px;
    height: auto;
    z-index: 0;
  }
  .joinus_box .title h4 {
    font-size: 35px;
    margin: 0;
    padding-left: 30px;
    padding-bottom: 2px;
  }
  .joinus_box .box-main {
    width: calc(100% - 94px);
    margin-right: 30px;
    border: 2px solid var(--unnamed-color-0b1e32);
    border-radius: 19px;
    padding: 19px 21px;
  }
  .joinus_box .box-main h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .joinus_box .box-main .subscribe_input {
    margin-top: -3px;
    position: relative;
  }
  .joinus_box .box-main .subscribe_input input {
    width: 100%;
    height: 33px;
    border: 0.5px solid var(--unnamed-color-0b1e32);
    border-radius: 7px;
    font-size: 15px;
    margin-top: 10px;
  }
  .joinus_box .box-main .subscribe_input button {
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 13px;
    position: absolute;
    right: 2%;
    bottom: 9%;
  }
  .joinus_box .box-main p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 19px;
  }
  .joinus_box .box-main .send_update_sec span {
    letter-spacing: 0px;
    font-size: 10px;

    line-height: 16px;
  }
  .send_update_sec input[type="checkbox"] {
    width: 15px;
    height: 15px;
    border: 1px solid #0b1e32;
    border-radius: 4px;
  }
  .joinus_box .box-main .send_update_sec span {
    font-size: 10px;
    line-height: 16px;
  }
  .joinus_box .box-main .send_update_sec {
    margin-top: 10px;
    gap: 1px;
  }
  .joinus_box {
    left: 16%;
    top: 28%;
  }
  .noted_banner span {
    font-size: 15px;
  }
  .contact_item {
    min-width: 200px;
  }
  .contact_item img {
    height: 32px;
    width: 33px;
  }
  .coming_soon_section .contact_info {
    font-size: 10px;
  }
  .coming_soon_section .contact_info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .coming_soon_section .noted_banner {
    margin: 50px 0 60px 0;
  }
  .coming_soon_section .contact_info .contact_item {
    gap: 15px;
  }
  .coming_soon_section .full_website_title {
    font-size: 26px;
    margin-top: 80px;
  }
  .coming_soon_strip .footer-slick .swiper-slide,
  .coming_soon_strip {
    font-size: 15px !important;
    line-height: 20px !important;
  }

  .marquee_container {
    margin-top: 0 !important;
    height: 1.5rem;
  }
  .footer-slick .slick-slider {
    margin-bottom: 0;
    line-height: 25px;
  }
  .rights_section img {
    height: 19px;
    object-fit: contain;
  }
  .rights_section p {
    font-size: 11px;
    margin-top: 0;
  }
  .coming_soon_section .coming_soon_strip {
    margin-top: 10px;
    padding-top: 15px;
    padding-top: 15px;
    padding-bottom: 25px;
    height: 180px;
  }
  .send_update_sec input[type="checkbox"]:checked {
    background-size: 10px 10px;
  }
  .subscribe_input input {
    padding-right: 70px;
  }
  .joinus_section {
    margin-top: 180px;
    flex-direction: column;
  }
  .joinus_box {
    position: unset;
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: -120px;
    z-index: 1;
  }
  .joinus_box .title {
    width: calc(100% - 94px);
  }

  .coming_soon_strip .marquee_container {
    height: 1.8rem; /* slightly shorter for mobile */
  }

  .coming_soon_strip .track {
    padding-right: 1rem; /* reduce spacing */
  }
  .footer-slick {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="number"],
  textarea,
  select {
    font-size: 17px !important;
  }
}

@media (max-width: 370px) {
  .collaborating_section .collaborating_main img {
    margin-top: 5px !important;
  }
}
@media (min-width: 320px) and (max-width: 399px) {
  .joinus_box {
    margin-top: -155px;
  }
  .joinus_box .title h4 {
    font-size: 32px !important;
  }
  .joinus_box .title {
    width: calc(100% - 160px);
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .logo a img {
    height: 100px;
  }
  .collaborating_content p {
    font-size: 10px;
  }
  .collaborating_content .send_update_sec {
    margin-top: 10px;
  }
  .logo {
    padding-top: 70px;
  }
  .collaborating_content .subscribe_input {
    margin-top: 10px;
  }
  .hero_section {
    padding-top: 100px;
  }

  .hero_section .hero_icon img {
    width: 300px;
  }

  .hero_section .hero_content {
    padding-right: 36px;
    gap: 15px;
  }
  .hero_section .hero_content h3 {
    font-size: 20px;
  }
  .hero_content p {
    font-size: 20px;
    line-height: 32px;
  }

  .collaborating_section .flying_icon {
    width: 73%;
    height: 192px;
    object-fit: contain;
  }
  .collaborating_section .collaborating_main,
  .collaborating_section .collaborating_box {
    width: 100%;
  }

  .collaborating_box .collaborating_info h5 {
    font-size: 20px;
  }
  .collaborating_box .collaborating_info h4 {
    font-size: 36px;
    margin-top: 0;
  }
  .collaborating_box .collaborating_content {
    width: 525px;
  }
  .collaborating_box .collaborating_content {
    border: 2px solid var(--unnamed-color-0b1e32);
    padding: 20px 23px;
    border-radius: 19px;
  }
  .collaborating_div {
    display: flex;
    justify-content: center;
  }
  .collaborating_box .collaborating_content p {
    font-size: 15px;
    line-height: 16px;
  }
  .collaborating_box .collaborating_content span {
    font-size: 15px;
    white-space: nowrap;
    font-family: var(--unnamed-font-lamon-milk);
  }

  .collaborating_box .collaborating_content h3 {
    font-size: 16px;
    margin-top: 0;
  }
  .collaborating_info {
    padding-left: 65px;
  }

  .collaborating_section .collaborating_main img {
    height: 225px;
    width: 233px;
    margin-left: -12%;
    margin-top: 20px;
  }

  .collaborating_section .transparency_img {
    margin-top: 13%;
  }
  .joinus_section img {
    margin-left: -275px;
    object-fit: contain;
    margin-bottom: -205px;
    /* width: 281px; */
    height: 275px;
    z-index: 0;
  }
  .joinus_box {
    left: 29%;
    top: 18%;
  }
  .joinus_box .title h4 {
    font-size: 40px;
  }
  .joinus_box .box-main {
    width: 450px;
    border: 2px solid var(--unnamed-color-0b1e32);
    border-radius: 19px;
    padding: 19px 21px;
  }
  .joinus_box .box-main h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .joinus_box .box-main .subscribe_input {
    margin-top: -3px;
    position: relative;
  }
  .joinus_box .box-main .subscribe_input input {
    width: 100%;
    height: 56px;
    margin-top: 10px;
    border: 0.5px solid var(--unnamed-color-0b1e32);
    border-radius: 7px;
    font-size: 20px;
  }
  .joinus_box .box-main .subscribe_input button {
    border-radius: 10px;
    padding: 7px 29px;
    font-size: 22px;
    position: absolute;
    right: 2%;
    bottom: 9%;
  }
  .collaborating_content .subscribe_input input {
    width: 100%;
    height: 56px;
    border-radius: 7px;
    font-size: 20px;
  }

  .collaborating_content .subscribe_input button {
            border-radius: 8px;
        padding: 0px 29px;
        font-size: 22px;
        position: absolute;
        right: 1.2%;
        bottom: 9%;
        height: 80%;
  }

  .joinus_box .box-main p {
    font-size: 15px;
    margin-top: 10px;
  }
  .joinus_box .box-main .send_update_sec {
    margin-top: 10px;
    gap: 1px;
  }
  .joinus_box .box-main .send_update_sec span {
    letter-spacing: 0px;
    font-size: 10px;

    line-height: 16px;
  }
  .send_update_sec input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #0b1e32;
    border-radius: 4px;
  }
  .joinus_box .box-main .send_update_sec span {
    font-size: 12px;
    line-height: 16px;
  }
  .joinus_box .box-main .send_update_sec {
    margin-top: 10px;
    gap: 1px;
  }
  .swiper-container {
    margin-top: 250px;
    margin-bottom: 50px;
  }
  .swiper-container .swiper-slide {
    font-size: 25px !important;
  }

  .noted_banner span {
    font-size: 20px;
  }

  .contact_item img {
    height: 32px;
    width: 33px;
  }
  .coming_soon_section .contact_info {
    font-size: 15px;
  }
  .coming_soon_section .contact_info {
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .coming_soon_section .noted_banner {
    margin: 240px 0 60px 0;
  }
  .coming_soon_section .contact_info .contact_item {
    gap: 15px;
  }
  .coming_soon_section .full_website_title {
    font-size: 30px;
    margin-top: 65px;
    margin-bottom: 20px;
  }
  .coming_soon_strip .footer-slick .swiper-slide {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .marquee_container {
    margin-top: 0 !important;
    height: 2rem;
  }
  .footer-slick .slick-slider {
    margin-bottom: 0;
    line-height: 25px;
  }
  .rights_section img {
    height: 19px;
    object-fit: contain;
  }
  .rights_section p {
    font-size: 13px;
    margin-top: 0;
  }
  .coming_soon_section .coming_soon_strip {
    margin-top: 10px;
    padding-top: 15px;
    padding-top: 15px;
    padding-bottom: 25px;
    height: 220px;
  }
  .send_update_sec input[type="checkbox"]:checked {
    background-size: 10px 10px;
  }
  .subscribe_input input {
    padding-right: 70px;
  }
  .joinus_section {
    margin-top: 180px;
  }
}

@media (min-width: 992px) and (max-width: 1700px) {
  .logo a img {
    height: 110px;
  }
  .logo {
    padding-top: 70px;
  }
  .hero_section {
    padding-top: 100px;
  }

  .hero_section .hero_icon img {
    width: 400px;
  }

  .hero_section .hero_content {
    padding-right: 36px;
    gap: 15px;
  }
  .hero_section .hero_content h3 {
    font-size: 25px;
  }
  .hero_content p {
    font-size: 25px;
    line-height: 32px;
  }

  .collaborating_box .collaborating_info h5 {
    font-size: 36px;
  }
  .collaborating_box .collaborating_info h4 {
    font-size: 65px;
    margin-top: 0;
  }
  .collaborating_box .collaborating_content {
    width: 620px;
  }
  .collaborating_box .collaborating_content {
    border: 5px solid var(--unnamed-color-0b1e32);
    padding: 25px 30px;
    border-radius: 30px;
  }
  .collaborating_div {
    display: flex;
    justify-content: center;
  }
  .collaborating_box .collaborating_content p {
    font-size: 20px;
    line-height: 16px;
  }
  .collaborating_box .collaborating_content span {
    font-size: 18px;
    line-height: 16px;
    white-space: nowrap;
    font-family: var(--unnamed-font-lamon-milk);
  }
  .collaborating_box .collaborating_content h3 {
    font-size: 22px;
    margin-top: 0;
  }

  .collaborating_section .collaborating_main img {
    margin-left: -6%;
    margin-top: 209px;
    height: 400px;
    width: 400px;
    /* z-index: 999; */
  }
  .collaborating_info {
    padding-left: 0;
  }
  .collaborating_section .flying_icon {
    width: 73%;
    height: 260px;
  }
  .collaborating_content .subscribe_input input {
    width: 100%;
    height: 59px;
    border: 0.5px solid var(--unnamed-color-0b1e32);
    border-radius: 7px;
    padding-left: 18px;
    font-size: 22px;
  }

  .collaborating_content .subscribe_input button {
    border-radius: 5px;
        padding: 0px 44px;
        font-size: 24px;
        position: absolute;
        right: 1.2%;
        bottom: 9%;
        height: 79%;
  }

  .collaborating_section .transparency_img {
    margin-top: 10%;
  }
  .joinus_section img {
    margin-left: -230px;
    object-fit: contain;
    margin-bottom: -200px;
    /* width: 281px; */
    height: 410px;
    z-index: 0;
  }
  .joinus_box {
    left: 29%;
    top: 18%;
  }
  .joinus_box .title h4 {
    font-size: 70px;
  }
  .joinus_box .box-main {
    width: 639px;
    border: 5px solid var(--unnamed-color-0b1e32);
    border-radius: 30px;
    padding: 35px 50px;
  }
  .joinus_box .box-main h3 {
    font-size: 28px;
    line-height: 22px;
  }
  .joinus_box .box-main .subscribe_input {
    margin-top: 20px;
    position: relative;
  }
  .joinus_box .box-main .subscribe_input input {
    width: 100%;
    height: 59px;
    border: 0.5px solid var(--unnamed-color-0b1e32);
    border-radius: 7px;
    padding-left: 18px;
    font-size: 22px;
  }
  .joinus_box .box-main .subscribe_input button {
    border-radius: 10px;
    padding: 8px 44px;
    font-size: 24px;
    position: absolute;
    right: 2%;
    bottom: 9%;
  }
  .joinus_box .box-main p {
    font-size: 20px;
    margin-top: 15px;
  }
  .joinus_box .box-main .send_update_sec {
    margin-top: 16px;
    gap: 1px;
  }
  .joinus_box .box-main .send_update_sec span {
    letter-spacing: 0px;
    font-size: 10px;

    line-height: 16px;
  }
  .send_update_sec input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #0b1e32;
    border-radius: 4px;
  }
  .joinus_box .box-main .send_update_sec {
    margin-top: 16px;
    gap: 1px;
  }
  .joinus_box .box-main .send_update_sec span {
    font-size: 18px;
    line-height: 16px;
  }
  .joinus_box .box-main .send_update_sec {
    margin-top: 10px;
    gap: 1px;
  }

  .swiper-container {
    margin-top: 300px;
    margin-bottom: 100px;
  }

  .swiper-container .swiper-slide {
    font-size: 32px !important;
  }

  .noted_banner span {
    font-size: 30px;
  }

  .contact_item img {
    height: 50px;
    width: 50px;
  }
  .coming_soon_section .contact_info {
    font-size: 20px;
  }
  .coming_soon_section .contact_info {
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .coming_soon_section .noted_banner {
    margin: 250px 0 60px 0;
  }
  .coming_soon_section .contact_info .contact_item {
    gap: 15px;
  }
  .coming_soon_section .full_website_title {
    font-size: 50px;
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .coming_soon_strip .footer-slick .swiper-slide {
    font-size: 27px !important;
    line-height: 33px !important;
    padding: 0px 4px !important;
  }

  .marquee_container {
    margin-top: 0 !important;
    height: 2rem;
  }
  .footer-slick .slick-slider {
    margin-bottom: 0;
    line-height: 25px;
  }
  .rights_section img {
    height: 30px;
    object-fit: contain;
  }
  .rights_section p {
    font-size: 17px;
    margin-top: 0;
  }
  .coming_soon_section .coming_soon_strip {
    margin-top: 10px;
    padding-top: 15px;
    padding-top: 15px;
    padding-bottom: 25px;
    height: 300px;
  }
  .send_update_sec input[type="checkbox"]:checked {
    background-size: 10px 10px;
  }
  .subscribe_input input {
    padding-right: 70px;
  }
  .joinus_section {
    margin-top: 250px;
  }
}

@media (min-width: 2200px) {
  
  .logo a img {
    height: 140px;
  }
  .logo {
    padding-top: 90px;
  }
  .hero_section {
    padding-top: 120px;
  }

  .hero_section .hero_icon img {
    width: 700px;
  }

  .hero_section .hero_content {
    padding-right: 36px;
    gap: 35px;
  }
  .hero_section .hero_content h3 {
    font-size: 40px;
  }
  .hero_content p {
    font-size: 45px;
    line-height: 50px;
  }

  .collaborating_section .flying_icon {
    width: 84%;
    height: 500px;
    object-fit: contain;
    object-position: left;
  }

  .collaborating_box .collaborating_info h5 {
    font-size: 52px;
    line-height: 1.5;
  }
  .collaborating_box .collaborating_info h4 {
    font-size: 96px;
    margin-top: 0;
  }
  .collaborating_box .collaborating_content {
    width: 900px;
    border-radius: 55px;
    padding: 57px 62px;
    height: fit-content;
  }

  .collaborating_box .collaborating_content p {
    font-size: 34px;
    line-height: 1.3;
  }
  .collaborating_box .collaborating_content span {
    font-size: 32px;
    white-space: nowrap;
    line-height: 1.3;
    padding-top: 10px;
    display: block;
    text-align: left;
    padding-bottom: 40px;
  }

  .collaborating_box .collaborating_content h3 {
    font-size: 31px;
    margin-top: 0;
  }
  .collaborating_info {
    padding-left: 65px;
  }

  .collaborating_section .collaborating_main img {
           height: 500px;
        width: 500px;
        margin: 394px 29px 0 !important;
  }
  .collaborating_section .collaborating_main {
    margin-top: -100px;
  }
  .collaborating_div_content {
    margin-right: -140px;
  }

  .collaborating_content .subscribe_input input {
    width: 100%;
    height: 65px;
    border-radius: 7px;
    padding-left: 18px;
    font-size: 25px;
  }

  .collaborating_content .subscribe_input button {
    border-radius: 10px;
    padding: 0px 44px;
    font-size: 24px;
    position: absolute;
            right: 1.2%;
        bottom: 9%;
        height: 79%;
  }

  .collaborating_section .transparency_img {
    margin-top: 7%;
    height: 900px;
    object-fit: cover;
  }
  .joinus_section img {
    margin-left: 0;
    object-fit: contain;
    margin-bottom: 0;
    width: 900px;
    height: auto;
    z-index: 0;
    position: unset;
    margin-right: -70px;
  }
  .joinus_box .title {
    padding-left: 70px;
  }
  .joinus_box {
    position: unset;
  }
  .joinus_box .title h4 {
    font-size: 110px;
    margin-left: 0px;
  }
  .joinus_box .box-main {
    width: 1000px;
    border: 5px solid var(--unnamed-color-0b1e32);
    border-radius: 30px;
    padding: 55px 100px;
  }
  .joinus_box .box-main h3 {
    font-size: 44px;
    line-height: 1.5;
  }
  .joinus_box .box-main .subscribe_input {
    margin-top: 20px;
    position: relative;
  }
  .joinus_box .box-main .subscribe_input input {
    width: 100%;
    height: 65px;
    border: 0.5px solid var(--unnamed-color-0b1e32);
    border-radius: 7px;
    padding-left: 18px;
    font-size: 25px;
  }
  .joinus_box .box-main .subscribe_input button {
    border-radius: 10px;
    padding: 11px 44px;
    font-size: 24px;
    position: absolute;
    right: 2%;
    bottom: 9%;
  }
  .joinus_box .box-main p {
    font-size: 33px;
    margin-top: 32px;
  }
  .joinus_box .box-main .send_update_sec {
    margin-top: 16px;
    gap: 1px;
  }
  .joinus_box .box-main .send_update_sec span {
    letter-spacing: 0px;
    font-size: 10px;

    line-height: 16px;
  }
  .send_update_sec input[type="checkbox"] {
    width: 50px;
    height: 50px;
    border: 1px solid #0b1e32;
    border-radius: 14px;
  }
  .send_update_sec input[type="checkbox"]:checked {
    background-size: 30px 30px;
  }
  .joinus_box .box-main .send_update_sec {
    margin-top: 16px;
    gap: 1px;
  }
  .joinus_box .box-main .send_update_sec span {
    font-size: 30px;
    line-height: 1;
  }
  .joinus_box .box-main .send_update_sec {
    margin-top: 40px;
    gap: 10px;
  }
  .noted_banner span,
  .swiper-slide span {
    font-size: 45px;
  }

  .swiper-container {
    margin-top: 170px;
    margin-bottom: 150px;
  }

  .swiper-container .swiper-slide {
    font-size: 45px !important;
  }

  .contact_item img {
    height: 70px;
    width: 70px;
  }
  .coming_soon_section .contact_info {
    font-size: 30px;
  }
  .coming_soon_section .contact_info {
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .coming_soon_section .noted_banner {
    margin: 210px 0 130px 0;
  }
  .coming_soon_section .contact_info .contact_item {
    gap: 15px;
  }
  .coming_soon_section .full_website_title {
    font-size: 70px;
    margin-top: 120px;
    margin-bottom: 40px;
  }
  .coming_soon_strip .footer-slick .swiper-slide {
    font-size: 43px !important;
    line-height: 65px !important;
  }

  .marquee_container {
    margin-top: 0 !important;
    height: 3.5rem;
  }
  .footer-slick .slick-slider {
    margin-bottom: 0;
    line-height: 25px;
  }
  .rights_section img {
    height: 45px;
    object-fit: contain;
  }
  .rights_section p {
    font-size: 20px;
    margin-top: 10px;
  }
  .coming_soon_section .coming_soon_strip {
    margin-top: 10px;
    padding-top: 15px;
    padding-top: 15px;
    padding-bottom: 25px;
    height: 450px;
  }

  .subscribe_input input {
    padding-right: 70px;
  }
  .joinus_section {
    margin-top: 0;
    padding-top: 170px;
  }
}

@media (min-width: 400px) and (max-width: 766px) {
  .collaborating_content .send_update_sec {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .collaborating_content p {
    margin-top: 10px;
  }
  .collaborating_content .subscribe_input {
    margin-top: 10px;
  }
  .collaborating_section .collaborating_main img {
    margin-left: -8%;
    margin-top: -1px;
    width: 215px;
  }
  .collaborating_content .subscribe_input input {
    padding-left: 18px;
    font-size: 26px;
  }
  .collaborating_content .subscribe_input button {
           padding: 0px 18px;
        /* font-size: 18px; */
        /* position: absolute; */
        right: 1.5%;
        /* bottom: 7%; */
        height: 65%;
        top: 55%;
  }
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .collaborating_section .flying_icon {
    width: 85%;
    height: 130px;
  }
  .collaborating_section .transparency_img {
    margin-top: 10%;
  }
  .joinus_box {
    margin-top: -175px;
  }
  .joinus_box .box-main {
    width: calc(100% - 160px);
    margin-right: 50px;
    max-width: 400px;
  }
  .joinus_section img {
    margin-left: -11px;
    margin-bottom: 0;
    width: 215px;
    height: auto;
    z-index: 0;
  }
  .joinus_box .box-main {
    width: calc(100% - 160px);
    margin-right: 50px;
    max-width: 400px;
  }
  .joinus_box .title {
    width: calc(100% - 160px);
    margin-right: 70px;
    max-width: 400px;
  }
  .joinus_box .title h4 {
    font-size: 30px;
    text-align: right;
  }
  .joinus_box .box-main p {
    font-size: 12px;
    line-height: 19px;
  }
  .joinus_box .box-main .subscribe_input input {
    padding-left: 10px;
    font-size: 14px;
  }
}
@media (min-width: 400px) and (max-width: 620px) {
  .collaborating_section .collaborating_main img {
    position: absolute;
    margin-left: -8%;
    margin-top: 14px;
    width: 165px;
    right: 70px;
  }
  .joinus_section {
    margin-top: 300px;
    flex-direction: column;
  }
  .collaborating_box .collaborating_content h3 {
    font-size: 18px;
    margin-top: 0;
  }
  .collaborating_box .collaborating_content span {
    font-size: 10px;
    white-space: nowrap;
    font-family: var(--unnamed-font-lamon-milk);
  }
  .collaborating_box .collaborating_content p {
    font-size: 12px;
    line-height: 16px;
    width: 80%;
  }
  .collaborating_box .collaborating_content {
    margin-top: 1px;
    right: 55px;
  }

  .collaborating_div {
    padding-left: 0 22px;
    justify-content: center;
    line-height: 25px;
  }
  .collaborating_section .collaborating_box {
    padding: 0 20px;
  }
}
@media (min-width: 320px) and (max-width: 400px) {
  .collaborating_section .collaborating_main img {
    position: absolute;
    margin-left: -8%;
    margin-top: -25px;
    width: 143px;
    right: 5px;
  }

  .collaborating_box .collaborating_content h3 {
    font-size: 18px;
    margin-top: 0;
  }

  .collaborating_box .collaborating_content span {
    font-size: 10px;
    white-space: nowrap;
    font-family: var(--unnamed-font-lamon-milk);
  }
  .collaborating_content .send_update_sec {
    margin-top: 10px;
  }
  .collaborating_box .collaborating_content p {
    font-size: 12px;
    line-height: 16px;
  }
  .collaborating_content .subscribe_input button {
    padding: 0px 14px;
        right: 1.6%;
        /* bottom: 12%; */
        font-size: 12px;
        height: 65%;
        top: 55%;
  }
  .collaborating_box .collaborating_content {
    padding: 12px 14px;
  }
  .collaborating_box .collaborating_content p {
    width: 80%;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
  }

  .collaborating_div {
    padding-left: 0 22px;
    justify-content: center;
    line-height: 25px;
  }
  .collaborating_section .collaborating_box {
    padding: 0 20px;
  }
}

@media (min-width: 690px) and (max-width: 766px) {
  .joinus_box {
    margin-top: -224px;
  }
  .joinus_box .box-main {
    width: calc(100% - 160px);
    margin-right: 110px;
    max-width: 400px;
  }
  .joinus_section img {
    margin-left: -21px;
    margin-bottom: 0;
    width: 255px;
    height: auto;
    z-index: 0;
  }
  .joinus_box .title {
    margin-right: 180px;
  }
  .joinus_box .box-main {
    width: calc(100% - 160px);
    margin-right: 160px;
    max-width: 400px;
  }
  .joinus_box .title h4 {
    font-size: 40px;
  }
}
@media (min-width: 600px) and (max-width: 690px) {
  .joinus_box {
    margin-top: -200px;
  }
  .joinus_box .box-main {
    width: calc(100% - 160px);
    margin-right: 57px;
    max-width: 368px;
  }
  .collaborating_box .collaborating_content {
    width: 383px;
  }
}
@media (min-width: 690px) and (max-width: 767px) {
     .collaborating_box .collaborating_content {
        width: 100%;
       
    }
        .collaborating_section .collaborating_main img {
        margin-left: -7%;
        margin-top: -56px;
        width: 215px;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
  .collaborating_section .collaborating_main img {
    margin-top: 214px;
    margin-left: -45px;
    /* z-index: 999; */
  }
  .coming_soon_section .contact_info {
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1700px) {
  .collaborating_section .collaborating_main img {
    margin-left: -4%;
    margin-top: 200px;
    height: 400px;
    width: 400px;
  }

  .collaborating_info {
    padding-left: 0;
  }
  .collaborating_section .flying_icon {
    width: 73%;
    height: 260px;
  }
  .footer-slick {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

@media (min-width: 1700px) and (max-width: 2200px) {
  .collaborating_section .collaborating_main img {
           margin-left: -7%;
        margin-top: 385px;
        /* z-index: 999; */
        height: 588px;
        width: 568px;
  }
  .collaborating_info {
    padding-left: 45px;
  }

  .swiper-container {
    margin-top: 170px;
    margin-bottom: 130px;
  }

  .swiper-container .swiper-slide {
    font-size: 40px !important;
  }
  .collaborating_content .subscribe_input button{
    height: 80%;
    right: 1.5%;
    padding: 0 50px;
  }
}
