
.modalHeader1 {
    font-size: 5em;
    text-align: center;
    color: #f41cae;
  }

  .signUpFooter {
    position: absolute;
    font-size: 3em;
    color: #333;
    left: 90%;
    top: 10%;
    font-family: 'Bebas Neue';
    background-color: transparent;
    border: none;
    font-weight: bold;
    color: #f41cae;

  }

  .signUpFooter:hover {
    color: #fd79c4;
    cursor: pointer;
  }
  #password {
    border-radius: 10px;
    width: 28%;
    height: 8%;
    background-color: white;
    position: absolute;
    top: 72%;
    left: 36%;
    border:1px solid #f41cae;
    font-family: 'Playwright France Moderne';
    font-size: 1em;
    color: #333;
    transition: 0.3s ease-in-out;
    text-align: left;
    padding: 10px;
  }

  #loginButton {
    border: none;
    position: absolute;
    border-radius: 40px;
    background-color: #f41cae;
    color: white;
    width: 20%;
    height: 10%;
    top: 90%;
    left: 40%;
    font-family: 'Bebas Neue';
    font-size: 2em;
  }

  #loginButton:hover {
    background-color: #ffa900;
    scale: 1.1;
    cursor: pointer;
  }

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

body {
    font-family: 'Bebas Neue';
}

.colorSwap {
    color: #333;
    font-style: italic;
}

.copy {
  position: absolute;
  top: 95%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.colorsHeader {
    color: #fd79c4;
    font-size: 6em;
    text-align: center;
    margin-top: 8%;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 5%;
  font-family: 'Bebas Neue', sans-serif;
  background-color: #fef3f8;
  border-bottom: 1px solid #e0e0e0;
}

.headerName {
  font-size: 3em;
  margin: 0;
  color: #FEABDA;
  cursor: pointer;
}

.pink {
  color: #fd79c4;
}

.colorSwap {
  color: #333;
  font-style: italic;
}

.nav-container {
  display: flex;
  align-items: center;
  color: #FEABDA;
}

.header1, .header3, .header4, .header6, .header7 {
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 20px;
  cursor: pointer;
  color: #fd79c4;
  position: relative;
  transition: color 0.3s ease, border-bottom 0.3s ease;
  white-space: nowrap;


}

.header1:hover, .header3:hover, .header4:hover, .header6:hover, .header7:hover {
  color: #f41cae;
  border-bottom: 3px solid #f41cae;
}


.hamburger {
  display: none; /* Initially hidden on larger screens */
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 5%;
  top: 1%;
  font-size: 2em;
}

#loginLinkMobile {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

#loginLinkMobile:hover {
  background-color: #ddd;
}

.mobile-menu {
  display: none; /* Start with the menu hidden */
  flex-direction: column;
  align-items: flex-start;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  position: absolute;
  top: 60px; /* Adjust this based on your header height */
  left: 0;
  right: 0;
  z-index: 1000;
}

.mobile-menu a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 1.5em;
}

.mobile-menu a:hover {
  background-color: #ddd;
}
.header5 {
  font-size: 1em;
  font-weight: 600;
  padding: 10px 20px;
  background-color: #FEABDA;
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.header5:hover {
  background-color: #e59fb7;
  color: white;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  min-width: 150px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 8px;
}

.dropdown-content a {
  color: #f41cae;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  font-size: 1em;
  transition: background-color 0.3s ease;
}

.dropdown-content a:hover {
  background-color: #fd79c4;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.headerName:hover {
  color: #e59fb7;
  transition: color 0.3s ease;
}

#pick-first-polish {
    border: none;
    position: absolute;
    border-radius: 40px;
    background-color: #f41cae;
    color: white;
    width: 20%;
    height: 10%;
    top: 85%;
    left: 40%;
    font-family: 'Bebas Neue';
    font-size: 2em;
  }

  #pick-first-polish:hover {
    background-color: #fd79c4;
    cursor: pointer;
}

.subscriptionType {
    font-size: 3em;
    color: #333;
    top: 55%;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    z-index: 1000;
    text-align: center;
    font-style: italic;
    width: 100%;
}

.section1Para {
    color: #333;
    font-size: 1.4em;
    font-family: 'Playwright France Moderne';
    text-align: center;
    position: absolute;
    top: 70%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.profileButton {
    border: none;
    position: absolute;
    border-radius: 40px;
    background-color: #333;
    color: white;
    width: 15%;
    height: 10%;
    top: 115%;
    left: 20%;
    font-family: 'Bebas Neue';
    font-size: 2em;
  }

  .profileButton:hover {
    background-color: #fd79c4;
    cursor: pointer;
}

.queueButton {
    border: none;
    position: absolute;
    border-radius: 40px;
    background-color: #333;
    color: white;
    width: 15%;
    height: 10%;
    top: 115%;
    left: 42%;
    font-family: 'Bebas Neue';
    font-size: 2em;
  }

  .queueButton:hover {
    background-color: #fd79c4;
    cursor: pointer;
}

.upgradeButton {
    border: none;
    position: absolute;
    border-radius: 40px;
    background-color: #333;
    color: white;
    width: 15%;
    height: 10%;
    top: 115%;
    left: 64%;
    font-family: 'Bebas Neue';
    font-size: 2em;
  }

  .upgradeButton:hover {
    background-color: #fd79c4;
    cursor: pointer;
}

.des {
  font-family: 'Playwright France Moderne';
  color: #333;
  text-align: center;
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  font-style: italic;
  top: 105%;
}
.noMember {
  font-family: 'Playwright France Moderne';
  color: #333;
  text-align: center;
}

.link {
  color: #f41cae;
  text-decoration: underline;
}

.link:hover {
  cursor: pointer;
}

.forget {
  font-family: 'Playwright France Moderne';
  color: #333;
  text-align: center;
  margin-top: 80%;
}


footer {
    position: absolute;
    top: 135%;
    border-top: 1px solid #333;
    height: 80%;
    width: 100%;
}

.footer1 {
    position: absolute;
    font-size: 3em;
    color: #333;
    left: 3%;
    top: 10%;
}

.footer2 {
    position: absolute;
    font-size: 3em;
    color: #333;
    left: 50%;
    top: 10%;
}

.footer3 {
    position: absolute;
    font-size: 1.5em;
    color: #333;
    left: 50%;
    top: 25%;
    font-family: 'Playwright France Moderne';
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 2px #333 solid;
}

.footer4 {
    position: absolute;
    font-size: 1.5em;
    color: #333;
    left: 50%;
    top: 35%;
    font-family: 'Playwright France Moderne';
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 2px #333 solid;

}

.footer5 {
    position: absolute;
    font-size: 1.5em;
    color: #333;
    left: 50%;
    top: 45%;
    font-family: 'Playwright France Moderne';
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 2px #333 solid;
    z-index: 2;

}

.footer6 {
    position: absolute;
    font-size: 3em;
    color: #333;
    left: 70%;
    top: 10%;
}

.footer7 {
    position: absolute;
    font-size: 1.5em;
    color: #333;
    left: 70%;
    top: 25%;
    font-family: 'Playwright France Moderne';
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 2px #333 solid;

}

.footer8 {
    position: absolute;
    font-size: 1.5em;
    color: #333;
    left: 70%;
    top: 35%;
    font-family: 'Playwright France Moderne';
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 2px #333 solid;

}

.footerName {
    color: #fd79c4;
    font-size: 15em;
    top: 47%;
    position: absolute;
}

.swap {
  font-style: italic;
}
.footer3:hover,
.footer4:hover,
.footer5:hover,
.footer7:hover,
.footer8:hover {
    color: #f41cae;
    cursor: pointer;
    border-bottom: 3px solid #f41cae;
}


#email:hover,
#password:hover {
    box-shadow: 0 0 5px #FEABDA,
    0 0 25px #FEABDA,
    0 0 50px #FEABDA,
    0 0 200px #FEABDA;
    background-color: #fee9f7;
}

#email {
  border-radius: 10px;
  width: 28%;
  height: 8%;
  background-color: white;
  position: absolute;
  top: 58%;
  left: 36%;
  border:1px solid #f41cae;
  font-family: 'Playwright France Moderne';
  font-size: 1em;
  color: #333;
  transition: 0.3s ease-in-out;
  text-align: left;
  padding: 10px;
}


@media only screen and (max-width: 1360px) {
  .forget {
    margin-top: 88%;
  }
}

@media only screen and (max-width: 1288px) {
  .forget {
    margin-top: 95%;
  }
}


@media only screen and (max-width: 1187px) {
  .forget {
    margin-top: 99%;
  }

  #loginButton {
    margin-top: -3%;
  }
}

@media only screen and (max-width: 1154px) {
  .signUpFooter {
    left: 3%;
    top: 20%;
  }
}
@media only screen and (max-width: 1125px) {
  .forget {
    margin-top: 102%;
  }

  #loginButton {
    margin-top: -5%;
  }

  #email {
    margin-top: -3%;
  }

  #password {
    margin-top: -3%;
  }
}

@media only screen and (max-width: 1094px) {
  .colorsHeader {
    font-size: 6em;
    margin-top: 10%;
  }
}

@media only screen and (max-width: 1063px) {
  .forget {
    margin-top: 113%;
  }

}


@media only screen and (max-width: 986px) {
  #pick-first-polish {
    width: 30%;
    border-radius: 10px;
    left: 35%;
  }

  .profileButton,
  .upgradeButton,
  .queueButton {
    width: 20%;
    border-radius: 10px;

  }

  .profileButton {
    left: 15%;
  }

  .queueButton {
    left: 40%;
  }
}


/* Media query for screens 917px and smaller */
@media (max-width: 917px) {
  .nav-container {
      display: none; /* Hide the normal navigation */
  }

  .hamburger {
      display: block;
      font-size: 2em;
      background: none;
      border: none;
      cursor: pointer;
      color: #fd79c4;
  }

  .mobile-menu {
      display: none; /* Initially hidden */
      flex-direction: column;
      background-color: #fef3f8;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      padding: 10px 0;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      z-index: 1000;
  }

  .mobile-menu a,
  #loginLinkMobile, #signOutButtonMobile  {
      padding: 10px 20px;
      text-align: center;
      border-bottom: 1px solid #e0e0e0;
      color: #f41cae;
      font-size: 1.2em;
      transition: background-color 0.3s ease;
  }

  .mobile-menu a:hover,
  #loginLinkMobile:hover, #signOutButtonMobile:hover  {
      background-color: #fd79c4;
      color: white;
  }


}
@media only screen and (max-width: 908px) {
  .footerName {
    font-size: 12em;
  }
}

@media only screen and (max-width: 898px) {
  .forget {
    margin-top: 130%;
  }

}


@media only screen and (max-width: 854px) {
  .colorsHeader {
    font-size: 5em;
    margin-top: 10%;
  }
}

@media only screen and (max-width: 829px) {
  .forget {
    margin-top: 143%;
  }

}



@media only screen and (max-width: 822px) {

.footer1,
.footer2,
.footer6 {
  font-size: 2.5em;
}

.signUpFooter {
  font-size: 2.5em;
}
.footer3,
.footer4,
.footer5,
.footer7,
.footer8 {
  font-size: 1.2em;
}

.footerName {
  font-size: 10.5em;
}

}

@media only screen and (max-width: 908px) {
  .footerName {
    font-size: 12em;
  }
}


@media only screen and (max-width: 822px) {

.footer1,
.footer2,
.footer6 {
font-size: 2.5em;
}

.footer3,
.footer4,
.footer5,
.footer7,
.footer8 {
font-size: 1.2em;
}

.footerName {
font-size: 10.5em;
}

}




@media only screen and (max-width: 819px) {
  .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fef3f8;
    min-width: 100px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 8px;
  }
}


@media only screen and (max-width: 781px) {
  .forget {
    margin-top: 155%;
  }

}

@media only screen and (max-width: 753px) {
  .header1,
  .header2,
  .header3,
  .header4,
  .header6 {
    font-size: 1.3em;
  }

  .header5 {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 736px) {
  .forget {
    margin-top: 170%;
  }

}



  @media only screen and (max-width: 672px) {
    .subscriptionType {
      top: 60%;
    }

    .section1Para {
      top: 77%;
    }

    #pick-first-polish {
      top: 95%;
    }

    .profileButton,
  .upgradeButton,
  .queueButton {
top: 115%;

  }

  }

  @media only screen and (max-width: 662px) {
    .header1,
    .header2,
    .header3,
    .header4,
    .header6 {
      font-size: 1.2em;
    }


  }



  @media only screen and (max-width: 653px) {
    .forget {
      margin-top: 190%;
    }

  }

  @media only screen and (max-width: 650px) {
    .dropdown-content a {
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      font-size: 1em;
    }


    .footerName {
      top: 55%;
    }
    .signUpFooter {
      font-size: 2em;
    }
  .footer1,
  .footer2,
  .footer6 {
    font-size: 2em;
  }

  .footer3,
  .footer4,
  .footer5,
  .footer7,
  .footer8,
  .footer9 {
    font-size: 1em;
  }

  .footerName {
    font-size: 9.5em;
  }

  .header5 {
    font-size: 12px;
    font-weight: 600;
    padding: 10px 20px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

  }



  @media only screen and (max-width: 623px) {
    .header1,
    .header2,
    .header3,
    .header4,
    .header6 {
      font-size: 1em;
    }
  }


  @media only screen and (max-width: 583px) {
    .forget {
      margin-top: 205%;
    }

  }

@media only screen and (max-width: 580px) {

.footerName {
  font-size: 9em;
}

#pick-first-polish {
  top: 95%;
  width: 45%;
  left: 28%;
}

.footerName {
  font-size: 9em;
}
.header5 {
  font-size: 12px;
  font-weight: 600;
  padding: 10px 20px;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}



}


@media only screen and (max-width: 576px) {

  .header5 {
    font-size: 10px;
    font-weight: 600;
    padding: 10px 10px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}



  .dropdown-content {
    min-width: 80px;
  }
}


@media only screen and (max-width: 556px) {
  .footerName {
    font-size: 8em;
  }

  .footer3,
  .footer4,
  .footer7,
  .footer8 {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 547px) {

  .header5 {
    font-size: 10px;
    font-weight: 600;
    padding: 10px 10px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}



  .dropdown-content {
    min-width: 60px;
    font-size: 14px;
    white-space: nowrap;
  }
  }


  @media only screen and (max-width: 528px) {
    .header1,
    .header2,
    .header3,
    .header4,
    .header6 {
      font-size: 0.9em;
    }

    .header5 {
      font-size: 9px;
      font-weight: 600;
      padding: 10px 10px;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
  }


  }


  @media only screen and (max-width: 522px) {
    #email {
      top: 45%;
    }

    #password {
      top: 55%;
    }

    #loginButton {
      border-radius: 10px;
      top: 70%;
    }

    .modalHeader {
      font-size: 3.5em;
      margin-top: 40%;
    }

    .meetSwap,
    .meetSwap2,
    .meetSwap1 {
      font-size: 7.2em;
    }

  }


@media only screen and (max-width: 500px) {
  .logo {
    font-size: 7em;
  }

  .footer1,
  .footer2,
  .footer6 {
    font-size: 1.8em;
  }

  .footerName {
    top: 60%;
  }

  footer {
    height: 60%;
  }
}

@media only screen and (max-width: 450px) {
  .hamburger {
    display: block; /* Show hamburger on smaller screens */
    color: #fd79c4;
    cursor: pointer;
  }

  .signUpFooter:hover {
    color: #ffa900;
    cursor: pointer;
    scale: 1;
  }

  .profileButton,
  .upgradeButton,
  .queueButton {
    width: 30%;
    border-radius: 10px;
    font-size: 1.8em;

  }

  .profileButton {
    left: 35%;
  }

  .queueButton {
    left: 35%;
    top: 130%;
  }

  .upgradeButton {
    left: 35%;
    top: 145%;
  }

  #pick-first-polish {
    top: 95%;
    width: 55%;
    left: 23%;
    font-size: 1.8en;
  }

  .section1Para {
    color: #333;
    font-size: 1.4em;
    font-family: 'Playwright France Moderne';
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 80%;
    top: 77%;
}

  .subscriptionType {
    z-index: 0;
    font-size: 2.5em;
  }

  .headerName {
    font-size: 2.4em;
  }

  .colorsHeader {
    font-size: 4em;
    margin-top: 15%;
  }


  .mobile-menu {
    display: none; /* Initially hidden */
    flex-direction: column;
    background-color: #fef3f8;
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}


  .nav-container {
    display: none; /* Hide navigation links on smaller screens */
  }

  .dropdown {
    display: none; /* Hide dropdowns in smaller screens */
  }

  .mobile-menu {
    display: none; /* Keep mobile menu hidden initially on smaller screens */
  }
  .copy {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 97%;
    white-space: nowrap;
    font-size: 0.8em;
  }

  footer {
    top: 180%;
    height: 100%;
  }

  .footerName {
    font-size: 3em;
  }


  .signUpFooter {
    font-size: 2em;
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
    top: 18%;
  }

  .footer1 {
    font-size: 2em;
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
  }

  .footer2 {
    font-size: 2em;
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
    top: 25%;
  }

  .footer3 {
    font-size: 1em;
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
    top: 35%;
  }

  .footer4 {
    font-size: 1em;
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
    top: 45%;
  }

  .footer6 {
    font-size: 2em;
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
    top: 57%;
  }

  .footer7 {
    font-size: 1em;
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
    top: 67%;
  }

  .footer8 {
    font-size: 1em;
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
    top: 77%;
  }

  .footerName {
    top: 90%;
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;

  }


.modal-content1 {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  min-width: 300px;
  height: 80%;
}

.modalHeader1 {
  font-size: 3em;
  margin-top: 5%;
}

#email {
  top: 40%;
  width: 60%;
  left: 20%;
}

#password {
  top: 55%;
  width: 60%;
  left: 20%;
}

#loginButton {
  top: 70%;
  font-size: 2em;
  width: 45%;
  left: 27%;
}


.forget {
  margin-top: 370px;
}

}

@media only screen and (min-width: 440px) and (max-width: 440px) and (min-height: 757px) and (max-height: 757px) {
  .subscriptionType {
    top: 50%;
  }

  .section1Para {
    top: 65%;
  }

  #pick-first-polish {
    top: 80%;
  }

  .profileButton {
    top: 100%;
  }

  .queueButton {
    top: 115%;
  }

  .upgradeButton {
    top: 130%;
  }

  footer {
    top: 150%;
  }
}

@media only screen and (min-height: 800px) {
  .colorsHeader {
    margin-top: 10%;
  }
}
