@font-face {
  font-family: "Quarto";
  src: url("../font/quarto.ttf");
}

@font-face {
  font-family: "Quarto Black";
  src: url("../font/quarto-black.ttf");
}

body {
  background-color: black;
  height: 100svh;
  width: 100%;
  padding: 0;
  margin: 0;
  color: white;
}

img,
video {
  max-width: 100%;
  height: auto;
}

p {
  font-family: 'DM Sans';
  color: #E7E6E5;
}

#index-page{
  background-image: url("../images/index-bkg-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.bkg-cover-app{
  background-image: url("../images/bkg-app-page.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

@media (max-width: 844px){
  .bkg-cover-app{
    background-image: url("../images/bkg-app-page-phone.jpg");
  }
}

.quarto-font {
  /* font-family: 'Quarto', Tahoma, Geneva, Verdana, sans-serif; */
  font-family: 'Quarto';
}

.quarto-black-font {
  font-family: 'Quarto Black', Tahoma, Geneva, Verdana, sans-serif;
}

.closet-text-color p {
  color: rgba(119, 119, 121, 1);
  font-size: small;
}

.closet-text-red {
  color: #BE462B;
}


.closet-para{
  padding-top: 20px;
  column-count: 2;
  column-gap: 28px;
  width: 100%;
  text-align: justify;
  font-weight: normal;
  font-size: calc(8px + 0.5vw);
  color: #777779;
  line-height: 115%;
  font-family: 'DM Sans';
}

.closet-title {
  height: 95%;
  font-size: 6vmin;
  font-weight: lighter;
  text-align: left;
  line-height: 1;
}

.fashion-section{
  width: 40%;
}

.fashion-short {
  margin-top: 15rem;
  margin-bottom: 5rem;
}

.valentine-block {
  display: block;
  padding-left: 4rem;
}

.valentine-block-1 {
  background-image: url("../images/valentine-img.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  height: 100%;
  width: 0%;
  visibility: hidden;
  min-width: 100px;
}

.fashion-title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 1rem;
}

.fashion-closet-title {
  display: flex;
  height: 100%;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem
}

.closet-coming-soon-container {
  height: 100svh;
}

@media (max-width: 844px) {

  .closet-coming-soon {
    height: 50vh;
  }
  
  .closet-title {
    font-size: 5.5vmin;
    text-align: right;
  }

  .fashion-closet-title {
    width: 75%;
    flex-flow: column nowrap;
    justify-content: right;
    align-items: flex-end;
  }
  .closet-para {
    font-size: calc(8px + 1.75vw);
    margin-bottom: 5rem;
  }

  .closet-text-color p {
    font-size: 2.75vw;
  }
}

@media (max-width: 844px) {
  .valentine-block {
    visibility: hidden;
    display: none;
  }

  .valentine-block-1 {
    display: inline-block;
    height: 25vh;
    width: 75%;
    visibility: visible;
  }

  .fashion-section {
    width: 100%;
  }

  .fashion-title {
    gap: 4vmin;
  }

  .fashion-short {
    background-color: black;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.closet-member-section {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  text-align: justify;
  width: 27%;
}
.closet-member-section .name {
  height: 70px;
  font-size: 4vmin;
  color: rgba(208, 208, 208, 0.8157);
}

.closet-member-info {
  display: flex;
  flex-direction: row;
  align-items: end;
  text-align: left;
  flex-wrap: nowrap;
  gap: calc(10px + 0.5rem);
}

.first-name {
  margin-right: 5rem; 
}

.name {
  display: inline-block; /* Keep names together but allow wrapping */
  text-align: left;
   /* Optional: center-align text */
}

/* Show on the same line by default */
.name .first-name,
.name .last-name {
  width: fit-content;
  margin: 0;
  padding: 0;
  height: 4vh;
  display: inline;
  white-space: nowrap; /* Prevent unwanted breaking */
}

.founder-img {
  display: inline-block;
}

@media (max-width: 844px) {
  .founder-img {
    width: 30svw;
  }
}

/* Break to new line on smaller screens */
@media (min-width: 844px) {
  .name {
    display: block;
  }
  .name .first-name,
  .name .last-name {
    display: block; /* Break each part to its own line */
  }
}

#sign-up {
  background-image: url("../images/sign-up-pic.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 65% 20%;
  height: 100svh;
  width: 90svw;
}

#introduction-section {
  background-image: url("../images/about-introduction-bkg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top;
  height: fit-content;
  width: 100%;
}

@media (max-width: 500px) {
  #introduction-section {
    background-image: url("../images/about-introduction-bkg-phone.svg");
    background-size: contain;
  }
}

.about-text {
  top: 50%;
  left: 50%;
  font-size: 3rem;
  transform: translate(-50%, -50%);
}

@media (max-width: 844px){
  .about-text {
    font-size: 3rem;
    line-height: 1;
    top: unset;
    left: 5%;
    width: 20%;
    bottom: 5%;
    transform: unset;
  }
}

#introduction-section hr{
  margin: 0px 0px;
}

#closet-team-short {
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#closet-team-short h1 {
  font-size: 3rem;
}

#closet-team {
  padding: 2rem 2.5rem;
}

#closet-team p {
  color: #777779;
  line-height: 115%;
  font-size:calc(8px + 0.5vw);
}

#closet-team-member {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  color: #777779;
  gap: 5rem;
}

#sign-up-content {
  height: 100dvh;
  width: 100dvw;
  padding-left: 35vw;
  padding-right: 35vw;
  padding-top: 20vh;
  padding-bottom: 33vh;
}

.sign-up-description {
  color: #AEAEB2;
  font-size: 2vmin;
  text-align: justify;
  line-height: 100%;
  margin-bottom: 1rem;
}

.sign-up-label {
  color: white;
  font-size: 5vmin;
  font-family: 'Quarto Black';
}


.closet-member-description-phone{
  display: none;
  visibility: hidden;
  font-family: 'DM Sans';
  height: 150px;
}

.closet-member-description-medium{
  display: block;
  visibility: visible;
  margin-top: 3vh;
  font-family: 'DM Sans';
  height: 150px;
  line-height: 115%;
  font-size: calc(8px + 0.5vw);
}

.closet-line {
  color:#777779;
  background-color: #777779;
  height: 1px;
  border:none;
}

@media(max-width: 844px) {
  .closet-member-section{
    width: 100%;  
  }

  .closet-member-section .name {
    height: unset;
  }

  #closet-team-member {
    flex-flow: row wrap;
    gap: 2rem;
  }

  .closet-member-description-phone{
    text-align: start;
    display: block;
    visibility: visible;
    line-height: 100%;
    height: 45vmin;
    font-size: calc(8px + 1.75vw);
  }

  .closet-member-description-medium{
    display: none;
    visibility: hidden;
  }

  #closet-team p {
    font-size: calc(8px + 1.75vw);
    text-align: justify;
  }

  .closet-member-info {
    align-items: start;
  }

  #closet-team{
    margin-bottom: 7rem;
  }

  #closet-team-short {
    margin-bottom: 6rem;
  }

  #closet-team-short h1 {
    margin-bottom: 2rem;
  }
}

/* Carousel */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#app {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 100svh;
  background-color: #f4f4f4;
}


/* Carousel Container */
.carousel {
  position: relative;
  width: 100%;
  height: 95svh;
  overflow: hidden;
  font-family: "DM Sans";
  color: #777779;
}

/* Slides */
.carousel-slides {
  display: flex;
  width: 100%;
  height: 100svh;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  flex: 0 0 100%; /* Each slide takes up 100% of the container width */
  padding-top:2rem;
}

.carousel-slide img {
  height: 60svh;
  width: 100%;
  display: block;
}

/* Dots (navigation indicators) */
.carousel-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.carousel-dots span {
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.carousel-dots span.active {
  background: #E05638;
}

.app-screen {
  display: flex;
  flex-flow: column wrap;
  padding-top: 20vh;
  margin-left: 15vmin;
  margin-right: 5vmin;
  height: 90vh;
  width: 100%;
}


.app-screen ol {
  text-align: justify;
  padding-left: 18px;
  list-style-type: decimal;
  line-height: 100%;
  font-size: calc(8px + 0.5vw);
}

.app-screen h1 {
  width: 25%;
  font-size: calc(30px + 1vw);
  line-height: 100%;
}

.app-screen p{
  color: #777779;
  font-size: calc(8px + 0.5vw);
  line-height: 100%;
}

.app-screen-img {
  height: 70vh;
}

.app-screen img {
  width: auto;
  height: 65vh;
  display: block;
}
.app-section {
  width: 25%;
  height: 50vh;
}

.app-text-bold {
  font-weight: bold;  
  margin-bottom: 1rem;
}

@media(max-width: 844px) {
  .app-screen {
    height: 100svh;
    width: 90%;
    padding-top: 0;
    margin-left: 2vmin;
    margin-top: 6vh;
  }
  .app-screen h1 {
    width: 90vw;
    font-size: 7vmin;
    margin-left: 1rem;
  }

  .app-screen p {
    margin-left: 1rem;
    margin-right: 2rem;
    text-align: justify;
    font-size: calc(8px + 2.75vw);
  }
  .app-screen ol {
    margin-left: 1rem;
    margin-right: 2rem;
    text-align: justify;
    font-size: calc(8px + 1.15vmin);
  }

  .app-screen ol > li{
    margin-left: 1.25rem;
  }
  .app-section {
    width: 90vw;
    height: auto;
  }
  .app-screen img {
    height: 20vh;
  }
  .app-screen-img {
    display: flex;
    justify-content: center;
    height: 25vh;
    width: 90vw;
    margin-top: 30px;
  }

  .carousel-dots span {
    width: 8px;
    height: 8px;
  }
}

/* General styling for the block */
.newsletter-block {
  background-color: white; /* White background */
  padding: 10px 14px; /* Padding for the block */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

/* Form alignment */
.newsletter-form {
  height: 24px;
  display: flex; /* Flexbox for alignment */
  align-items: center; /* Vertically center items */ /* Space between items */
}

/* Icon styling */
.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px; /* Adjust size */
}

/* Input styling */
.newsletter-form input[type="email"] {
  flex: 1; /* Grow input to take available space */
  padding: 10px 18px; /* Inner padding */
  color: black;
  font-size: 1rem; /* Font size */
  border: 0px; /* Border */
  border-radius: 4px; /* Rounded corners */
  outline: none; /* Remove focus outline */
  transition: border-color 0.3s ease; /* Smooth focus effect */
}

.newsletter-form input[type="email"]:focus {
  border-color: #007BFF; /* Change border color on focus */
}

/* Button styling */
.newsletter-form button {
  padding: 8px 10px; /* Button padding */
  font-size: .75rem; /* Font size */
  color: #777779; /* Text color */
  background-color: #D9D9D9; /* Button color */
  border: none; /* Remove border */
  border-radius: 8px; /* Rounded corners */
  cursor: pointer; /* Pointer cursor on hover */
  transition: background-color 0.3s ease; /* Smooth hover effect */
}

.newsletter-form button:hover {
  background-color: #bdbdbd; /* Darker blue on hover */
}

@media(max-width: 844px) {
  #sign-up-content {
    height: 90svh;
    width: 100svw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 20vh;
    padding-bottom: 33vh;
  }

  .sign-up-label {
    font-size: 7vmin;
  }

  .sign-up-description {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    width: 100%;
  }


  .newsletter-form {
    height: 38px;
  }

  .newsletter-form button {
    font-size: 1.125rem;
    padding: 8px 20px;
  }

  @media(max-width: 844px) {
    .newsletter-form button {
      font-size: 0.75rem;
      padding: 4px 10px;
    }
   }

  .newsletter-form input[type="email"] {
    font-size: 1.125rem;
    padding: 0;
  }

  .closet-line {
    height: 8px;
    margin: 2rem 5.5rem;
  }
}

.closet-app-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 200px;
}

.hidden-button {
  opacity: 0; /* Initially invisible */
  transition: opacity 0.5s ease; /* Smooth transition */
  width: 50px;
  height: 50px;
  z-index: 10;
  color: #FFFFFF;
}

.closet-app-button:hover .hidden-button{
  opacity: 1;
}

@media(max-width: 844px) {
 .closet-app-button {
  display: none;
 }
}

.closet-social-medium {
  display: inline-block;
  margin-bottom: 7vh;
}

.closet-social-phone {
  display: none;
}

@media(max-width: 844px){
  .closet-social-phone{
    display: inline-block;
  }

  .closet-social-medium {
    display: none;
  }
}

#toast-container {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toast {
  background-color: #333;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  min-width: 250px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.toast.success {
  background-color: #4CAF50; /* Green */
}

.toast.error {
  background-color: #F44336; /* Red */
}

.toast.info {
  background-color: #2196F3; /* Blue */
}

.toast.warning {
  background-color: #EED202; /* Green */
}

.toast .title {
  font-weight: bold;
  font-size: 16px;
}

.toast .description {
  font-size: 14px;
}

/* Ensure full viewport width on mobile */
#toast-container {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}

.toast {
  background-color: #333;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  min-width: 250px;
  max-width: 90%; /* Ensure it doesn't stretch too wide */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.toast.success {
  background-color: #4CAF50; /* Green */
}

.toast.error {
  background-color: #F44336; /* Red */
}

.toast.info {
  background-color: #2196F3; /* Blue */
}

.toast.warning {
  background-color: #FFA500; /* Green */
}

.toast .title {
  font-weight: bold;
  font-size: 16px;
}

.toast .description {
  font-size: 14px;
}

@media (max-width: 768px) {
  .toast {
    padding: 10px;
    min-width: 200px; /* Adjust to fit better on mobile */
  }

  .toast .title {
    font-size: 14px;
  }

  .toast .description {
    font-size: 12px;
  }
}

.content {
  font-family: "DmSans";
}

.title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "DmSansBold";
  font-size: larger;
}

#privacy-section{
  margin: 10vmin;
  padding: 5vmin;
}

#privacy-section ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}

.platform-button-link{
  height: 5.25rem;
  width: auto;
}

.button-links {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
  gap: 5px;
}

@media(max-width: 844px) {
  
  .button-links{
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .platform-button-link{
    height: 2rem;
    margin-bottom: 10px;
  }
}
