/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/HomePage/NavBar.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.NavBar_container__uGvtD {
  background: #212121;
  height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6%;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
}

.NavBar_logo__bNxZm {
  padding: 0 1.5rem;
  margin-right: 5%;
}

.NavBar_logo__bNxZm img {
  width: 160px;
  max-width: 160px;
  height: auto;
}

.NavBar_left__o88Lq,
.NavBar_right__r6Dp_,
.NavBar_nav_links__D2Nf5 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.NavBar_left__o88Lq {
  position: relative;
}

.NavBar_nav_links__D2Nf5 {
  gap: 30px;
}

.NavBar_nav_link__fm9nn a,
.NavBar_sign_up_button__0C1Wx {
  font-family: "Helvetica Neue Medium", sans-serif;
  color: inherit;
  white-space: nowrap;
}

.NavBar_sign_up_button__0C1Wx {
  color: white;
}
.NavBar_nav_link__fm9nn a:hover {
  opacity: 0.6;
}

.NavBar_more_button__Ldv2w {
  display: inline-block;
  background: none;
  color: inherit;
  padding: 0.3rem 0.5rem;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap; /* Prevent wrapping to two lines */
  font-family: "Helvetica Neue Medium", sans-serif;
  font-size: 1rem;
  border: none; /* Optional: to remove any default button borders */
  position: relative;
}

.NavBar_more_menu__efrTt {
  display: none;
  right: 0;
  top: 100%;
  transform: translate(50%, 0);
  position: absolute;
  background: #212121;
  color: inherit;
  border-radius: 4px;
  padding: 0rem;

  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  border: 1px solid #363636;
}

.NavBar_more_menu__efrTt a {
  font-family: "Helvetica Neue Medium", sans-serif;
  display: block;
  padding: 0.5rem 1rem;
  color: inherit;
  text-decoration: none;
}

.NavBar_more_menu__efrTt a:hover {
  background-color: #363636;
}

.NavBar_more_button__Ldv2w:focus + .NavBar_more_menu__efrTt,
.NavBar_more_menu__efrTt:hover {
  display: block;
}

.NavBar_show__kybkx {
  display: block;
}

.NavBar_sign_up_button__0C1Wx {
  margin-left: 1rem;
  border-radius: 12px;
  padding: 0.5rem 1rem;
  background: linear-gradient(90deg, #03ee92 0%, #00b3ff 100%);
}

.NavBar_more_button__Ldv2w {
  width: 36px;
  height: 36px;
  background: inherit;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  margin: 0 6px;
  position: relative;
}

.NavBar_mobile_menu__1ofkG {
  display: none;
  z-index: 100;
  position: absolute;
  top: 150%;
  right: 100%;
  background-color: #212121;
  border-radius: 14px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.NavBar_mobile_menu__1ofkG .NavBar_nav_link__fm9nn {
  padding: 1rem 4rem 1rem 1rem;
}
@media (max-width: 1024px) {
  .NavBar_container__uGvtD {
    padding: 0 1rem;
  }

  .NavBar_logo__bNxZm {
    padding: 1.5rem;
  }
  .NavBar_logo__bNxZm img {
    width: 120px;
  }

  .NavBar_nav_links__D2Nf5 {
    display: none;
  }

  .NavBar_more_button__Ldv2w {
    display: flex;
  }

  .NavBar_mobile_menu__1ofkG {
    display: block;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/styles/pages/Home.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.Home_root_container__6hEFj {
  zoom: 0.9;
}

.Home_container__soHiN {
  position: relative;
  background-color: #212121;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@keyframes Home_shiny-btn1__LYgVg {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.Home_button1__yqx7Q {
  cursor: pointer;
  width: 160px;
  background: linear-gradient(90deg, #03ee92 0%, #00b3ff 100%);
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: white;
  border-radius: 14px;
  margin-right: 4px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.Home_button1__yqx7Q:hover {
  opacity: 0.7;
  transform: scale(1.01); /* 살짝만 확대 */
}

.Home_button1__yqx7Q:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -150px;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.847);
  animation: Home_shiny-btn1__LYgVg 2.2s ease-in-out infinite;
}

.Home_button1__yqx7Q span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.Home_section__2u4BU {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  gap: 10px;
  padding: 4rem 6rem;
  width: 100%;
}

.Home_section__2u4BU h1 {
  font-family: "Quicksand", sans-serif;
  font-size: 72px;
  font-weight: 400;
  text-align: center;
}

.Home_section__2u4BU h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 26px;
  text-align: center;
}

.Home_search_bar__Edq74 {
  width: 700px;
  height: 60px;
  margin: 2rem 0;
  background-color: white;
  border-radius: 14px;
  color: #a8b3c3;
  padding-left: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Home_search_bar__Edq74 div {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.Home_section__2u4BU h4 {
  text-wrap: wrap;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 26px;
  width: 1200px;
}

.Home_vid_container__EX6ZM {
  padding: 1rem;
  background: #ffffff18;
  border-radius: 30px;
  width: 1150px;
}

.Home_vid_container_inner__7NnIO {
  padding: 1.5rem;
  background: #ffffff18;
  border-radius: 30px;
  border: 1px solid #ffffff33;
}
.Home_vid_container__EX6ZM img {
  border-radius: 15px;
  width: 100%;
}

.Home_gallery_container__CEJs8 {
  margin: 2rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.Home_gallery_container__CEJs8 .Home_image__eUy9L {
  width: 400px;
  height: 250px;
  background-color: #030303;
  border-radius: 10px;
}
.Home_legend_outer__hcK3L { /* Same rounded corners as the outer container */
  padding: 2px; /* Border width */
  background: linear-gradient(90deg, #03ee92 0%, #00b3ff 100%);
  border-radius: 16px; /* Rounded corners for the border */
}

.Home_legend_inner__TgXCu {
  border-radius: 16px; /* Same rounded corners as the outer container */
  font-family: "Inter", sans-serif;
  padding: 4px 26px;
  display: flex;
  gap: 10px;
  background-color: #030303;
}

.Home_legend_h3__dXRrn {
  font-family: "Quicksand", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-size: 54px !important;
  font-style: normal;
  text-align: center;
  background: linear-gradient(90deg, #03ee92 0%, #00b3ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.Home_discover_button__Esog7 {
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  background: linear-gradient(90deg, #03ee92 0%, #00b3ff 100%);
  border-radius: 5px;
  padding: 8px 18px;
  margin: 1rem 0;
}

.Home_grid_container__d9dvN {
  width: 1300px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  background-color: #000000;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 30px 15px 28.2px 0px #0000001a;
}

.Home_grid_container__d9dvN .Home_card__cK5Lk {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #000;
  border-radius: 15px;
  border: 1px solid #2e2e2e;
  padding: 28px;
  flex-shrink: 0;
}

.Home_card__cK5Lk h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-align: left;
}

.Home_card__cK5Lk p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #626262;
  margin-top: 0.5rem;
}
.Home_card_preview__cV8Av {
  display: flex;
  justify-content: center;
  position: relative;
}

.Home_card__cK5Lk span {
  position: absolute;
  background: #030303;
  border-radius: 16px;
  padding: 3px 8px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 11px;
}
.Home_card__cK5Lk img {
  margin-top: 1rem;
}

.Home_newsletter_form__muGnt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 2rem 6rem;
}

.Home_newsletter_form__muGnt form {
  width: 600px;
}

.Home_newsletter_form__muGnt h4 {
  font-family: "Quicksand", sans-serif !important;
  font-size: 32px;
  font-weight: 300;
  width: 50%;
  text-align: left;
}

.Home_newsletter_email__wSYX9 {
  background-color: white;
  border-radius: 24px;
  padding: 3px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.Home_newsletter_email__wSYX9 input {
  font-family: "Quicksand", sans-serif !important;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: black;
  outline: none;
  margin: 0 1rem;
}

.Home_newsletter_email__wSYX9 button {
  font-family: "Helvetica Neue Medium", sans-serif;
  font-size: 20px;
  border-radius: 24px;
  padding: 1rem 2rem;
  color: white;
  background: linear-gradient(90deg, #03ee92 0%, #00b3ff 100%);
}
.Home_newsletter_checkbox__Ge5Wz {
  padding: 1rem 0.5rem;
  display: flex;
  align-items: center;
  gap: 12px;
}

.Home_newsletter_checkbox__Ge5Wz label {
  font-family: "Quicksand", sans-serif !important;
  font-size: 14px;
  color: #959595;
  text-align: justify;
  cursor: pointer;
}

.Home_confetti_container__28js_ {
  position: relative;
}

.Home_confetti__R1z7q {
  position: absolute;
  top: 0;
  left: 0;
}

/* Phones (small, medium, large, and foldables in phone mode) */
@media (max-width: 767px) {
  .Home_container__soHiN {
    padding: 0;

    background-size: contain; /* Makes sure the background is fully visible on smaller screens */
    background-position: top; /* Centers the background image */
  }

  .Home_section__2u4BU > h1 {
    font-size: 48px;
    text-align: center;
  }

  .Home_section__2u4BU > h3 {
    font-size: 16px;
    text-align: center;
  }

  .Home_section__2u4BU > h4 {
    font-size: 16px;
    text-align: center;
    width: 100%;
  }

  .Home_search_bar__Edq74 {
    width: 100%;
    margin: 1rem 0;
  }

  .Home_search_bar__Edq74 div {
    font-size: 11px;
  }

  .Home_search_bar__Edq74 .Home_button1__yqx7Q {
    width: 115px;
  }

  .Home_search_bar__Edq74 .Home_button1__yqx7Q span {
    font-size: 11px;
  }

  .Home_section__2u4BU {
    padding: 3rem 2rem;
  }

  .Home_vid_container__EX6ZM {
    width: 95%;
    padding: 8px;
  }

  .Home_vid_container_inner__7NnIO {
    padding: 8px;
  }

  .Home_legend_h3__dXRrn {
    font-size: 38px !important;
  }

  .Home_grid_container__d9dvN {
    padding: 2rem;
    width: 100% !important;
  }

  .Home_grid_container__d9dvN div {
    width: 100%;
  }

  .Home_gallery_container__CEJs8 {
    flex-direction: row;
    justify-content: center;
  }

  .Home_newsletter_form__muGnt {
    flex-direction: column;
    padding: 2rem 1rem;
    gap: 20px;
  }

  .Home_newsletter_form__muGnt form {
    width: 100%;
  }

  .Home_newsletter_form__muGnt h4 {
    width: 100%;
    text-align: center;
  }

  .Home_newsletter_email__wSYX9 button {
    font-size: 10px;
    padding: 1rem;
  }

  .Home_newsletter_email__wSYX9 input {
    font-size: 14px;
    padding: 1rem;
    margin: 0;
  }
  .Home_newsletter_checkbox__Ge5Wz label {
    line-height: 1rem;
    font-size: 10px;
    text-align: left;
  }
  .Home_newsletter_checkbox__Ge5Wz {
    display: flex;
    align-items: flex-start;
  }
}

/* Tablets and foldables in tablet mode */
@media (min-width: 768px) and (max-width: 1024px) {
  .Home_container__soHiN {
    padding: 0;
  }

  .Home_section__2u4BU > h1 {
    font-size: 48px;
    text-align: center;
  }

  .Home_section__2u4BU > h3 {
    font-size: 16px;
    text-align: center;
  }

  .Home_section__2u4BU > h4 {
    font-size: 16px;
    text-align: center;
    width: 70%;
  }

  .Home_search_bar__Edq74 {
    width: 50%;
    margin: 1rem 0;
  }

  .Home_search_bar__Edq74 div {
    font-size: 11px;
  }

  .Home_search_bar__Edq74 .Home_button1__yqx7Q {
    width: 115px;
  }

  .Home_search_bar__Edq74 .Home_button1__yqx7Q span {
    font-size: 11px;
  }

  .Home_section__2u4BU {
    padding: 3rem 2rem;
  }

  .Home_vid_container__EX6ZM {
    width: 95%;
    padding: 8px;
  }

  .Home_vid_container_inner__7NnIO {
    padding: 8px;
  }

  .Home_legend_h3__dXRrn {
    font-size: 38px !important;
  }

  .Home_grid_container__d9dvN {
    padding: 2rem;
    width: 100% !important;
  }

  .Home_grid_container__d9dvN div {
    width: 100%;
  }

  .Home_gallery_container__CEJs8 {
    flex-direction: row;
    justify-content: center;
  }

  .Home_newsletter_form__muGnt {
    width: 550px;
    flex-direction: column;
    padding: 2rem 1rem;
    gap: 20px;
  }

  .Home_newsletter_form__muGnt form {
    width: 100%;
  }

  .Home_newsletter_form__muGnt h4 {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }

  .Home_newsletter_email__wSYX9 button {
    font-size: 10px;
    padding: 1rem;
  }

  .Home_newsletter_email__wSYX9 input {
    font-size: 14px;
    padding: 1rem;
    margin: 0;
  }
  .Home_newsletter_checkbox__Ge5Wz label {
    line-height: 1rem;
    font-size: 10px;
    text-align: left;
  }
  .Home_newsletter_checkbox__Ge5Wz {
    display: flex;
    align-items: flex-start;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/HomePage/HeaderMessage.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.HeaderMessage_container__xblZT {
  background: #212121;
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4rem;
  border-bottom: 1px solid #5e5e5e;
}

.HeaderMessage_container__xblZT img {
  margin-right: 6px;
}

.HeaderMessage_message_body__ucwX_ {
  font-family: "Helvetica Neue Medium", sans-serif;
  color: inherit;
}

.HeaderMessage_message_body__ucwX_:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .HeaderMessage_message_body__ucwX_ {
    font-size: 13px;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/HomePage/Footer.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__1XFU_ {
  width: 100%;
  background: #212121;
  padding: 2rem 4rem;
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: white;
}

.Footer_footer_header__Qi9aX {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #676767;
  padding: 0 2rem;

  padding-bottom: 2rem;
}

.Footer_footer_logo__bnjb7 {
  display: flex;
  align-items: center;
  gap: 40px;
}

.Footer_footer_logo__bnjb7 span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.Footer_footer_logo__bnjb7 img {
  width: 150px;
}

.Footer_signup_button__eJRsv {
  font-family: "Helvetica Neue Medium", sans-serif;
  color: white;
  margin-left: 1rem;
  border-radius: 12px;
  padding: 0.5rem 1rem;
  background: linear-gradient(90deg, #03ee92 0%, #00b3ff 100%);
}

.Footer_bottom_navigation__WaI7_ {
  display: flex;
  /* justify-content: space-evenly; */
  gap: 172px; /* TODO: Set back to 20px. */
  padding: 4rem;
  padding-inline: 172px;
  border-bottom: 1px solid #676767;
}

.Footer_bottom_navigation__WaI7_ .Footer_menu__i_dP_ {
  display: flex;
  flex-direction: column;
}

.Footer_menu__i_dP_ h3 {
  font-family: "Helvetica Neue Medium", sans-serif;
  margin-bottom: 0.5rem;
}

.Footer_menu__i_dP_ li {
  margin: 0.5rem 0;
}

.Footer_menu__i_dP_ li a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.Footer_menu__i_dP_ li a:hover,
.Footer_copy_right__y39O5 a:hover {
  text-decoration: underline;
}

.Footer_copy_right__y39O5 {
  padding: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 1024px) {
  .Footer_footer__1XFU_ {
    padding: 1rem;
  }
  .Footer_bottom_navigation__WaI7_ {
    padding: 1rem;
    flex-direction: column;
  }

  .Footer_bottom_navigation__WaI7_ menu {
    width: 100%;
  }

  .Footer_footer_header__Qi9aX {
    padding: 1rem;
  }

  .Footer_footer_logo__bnjb7 {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .Footer_footer_logo__bnjb7 > span {
    font-size: 12px;
  }
  .Footer_copy_right__y39O5 {
    font-size: 13px;
  }
}

