/* Add your existing styles here */

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

      #historyContainer {
        padding-bottom: 150px;

      }

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

  footer {
    background-color: white;
    position: absolute;
    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;
}
#not {
  font-family: 'Playwright France Moderne';
  font-style: italic;
  font-size: 0.7em;
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  margin-top: 1.2%;
  padding-bottom: 30px;
  padding-top: 15px;
}

.history-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0;
}

.history-item img.image {
  width: 100px;
  height: auto;
  margin-left: 20px;
  flex: 0 0 100px;
}


.pink {
  color: #fd79c4;
}
.history-item .details {
  margin-left: 20px;
  flex-grow: 1;
}

.history-item .actions button {
    display: flex;
    flex-direction: column;
    margin: 5px 0;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    font-family: 'Bebas Neue';
    font-size: 1em;
    color: white;
    align-content: center;
    width: 100%;
}

.color {
    font-size: 1.8em;
    font-weight: bold;
    white-space: nowrap;
}

.copy {
  position: absolute;
  top: 95%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.brand {
    font-size: 1.5em;
    color: #555;
    font-style: italic;
}

.delete, .view-more, .move-up-button, .move-down-button, .add-to-queue {
    background-color: #FEABDA;
    align-items: center;
}

.delete:hover, .view-more:hover, .move-up-button:hover, .move-down-button:hover, .add-to-queue:hover {
    background-color: #f41cae;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  height: auto;
}


/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#modalTitle {
  color: #f41cae;
  font-size: 4em;
  text-align: center;
  white-space: nowrap;
}

#modalDescription {
  font-family: 'Playwright France Moderne';
  font-size: 1.3em;
  text-align: center;
  position: absolute;
  top: 30%;
  transform: translate(-50%, -50%);
  left: 50%;
}
#mainImageContainer {
  text-align: center;
  margin-bottom: 20px;
  width: 65%;
  height: 50%;
  margin-top: 11%;
  margin-left: 17%;

}

#thumbnailContainer img {
  margin: 5px;
  cursor: pointer;
}

#myModal {
  z-index: 100;
}


#addToQueue {
    padding: 10px;
    border: none;
    border-radius: 40px;
    width: 30%;
    height: 10%;
    text-align: center;
    background-color: #f41cae;
    font-family: 'Bebas Neue';
    font-size: 2em;
    color: white;
    margin-top: 7%;
    margin-left: 35%;
}

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

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

  .empty-history {
    font-size: 3em;        /* Change the font size */
    color: #666;            /* Change the text color */
    text-align: center;     /* Center the text */
    margin: 20px;          /* Add margin around the element */
    font-style: italic;     /* Make the text italic */
}

  #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;
  }

  #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;
  }



.modalHeader1 {
    font-size: 5em;
    text-align: center;
    color: #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;
  }

  #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';
}

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

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


.colorsHeader {
    color: #FEABDA;
    font-size: 10em;
    text-align: center;
    margin-top: 3%;
}



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: #fd79c4;
}

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

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

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


@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: 1063px) {
  .forget {
    margin-top: 113%;
  }

}

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

  #modalDescription {
      font-family: 'Playwright France Moderne';
      font-size: 1.1em;
      text-align: center;
      position: absolute;
      top: 30%;
      transform: translate(-50%, -50%);
      left: 50%;
  }

  #modalTitle {
      color: #f41cae;
      font-size: 3em;
      text-align: center;
  }

}

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

  #password {
    top: 65%;
  }

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


@media only screen and (max-width: 1065px) {
  .historyHeader {
    margin-top: 7%;
  }
}


/* 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: 100px;
      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: 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: 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;
  }

  #not {
    margin-top: 2.5%;
  }
}


@media only screen and (max-width: 790px) {
  .historyHeader {
    margin-top: 13%;
    font-size: 8em;
  }

  #modalDescription {
    font-family: 'Playwright France Moderne';
    font-size: 1em;
    text-align: center;
    position: absolute;
    top: 29%;
    transform: translate(-50%, -50%);
    left: 50%;
}

}

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


  #modalDescription {
    font-family: 'Playwright France Moderne';
    font-size: 0.9em;
    text-align: center;
    position: absolute;
    top: 28%;
    transform: translate(-50%, -50%);
    left: 50%;
}

}


@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) {
.footer1,
.footer2,
.footer6 {
  font-size: 2em;
}


.footerName {
  top: 55%;
}

.signUpFooter {
  font-size: 2em;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 1em;
}


.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: 620px) {
  .historyHeader {
    margin-top: 20%;
    font-size: 6em;
  }

  #modalDescription {
    font-family: 'Playwright France Moderne';
    font-size: 0.85em;
    text-align: center;
    position: absolute;
    top: 28%;
    transform: translate(-50%, -50%);
    left: 50%;
}

}

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

}

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

  .footerName {
    font-size: 9em;
  }

  .upgrade {
    top: 120%;
  }

  .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: 577px) {
  #modalDescription {
    font-family: 'Playwright France Moderne';
    font-size: 0.6em;
    text-align: center;
    position: absolute;
    top: 25%;
    transform: translate(-50%, -50%);
    left: 50%;
}

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


  #addToQueue {
      padding: 10px;
      border: none;
      border-radius: 40px;
      width: 70%;
      height: 10%;
      text-align: center;
      background-color: #f41cae;
      font-family: 'Bebas Neue';
      font-size: 2em;
      color: white;
      margin-top: 7%;
      margin-left: 15%;
  }

  .hex,
  .hex1,
  .hex2,
  .hex3,
  .hex4,
  .hex5,
  .hex6,
  .hex7,
  .hex8,
  .hex9,
  .hex10,
  .hex11,
  .hex12,
  .hexBig,
  .hexBig1,
  .hexBig3,
  .hex16 {
      font-size: 1.6em;
  }

}

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

}


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


  #colorAddInput::placeholder {
      font-size: 0.9em;
  }

  .occassion{
    font-size: 4em;
  }

  .subscriptionHeader {
    font-size: 3.5em;
  }

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

@media only screen and (max-width: 569px) {
  .polish,
  .polishSix {
      font-size: 1.5em;
  }

  .check1Info,
  .check2Info,
  .check1InfoSix,
  .check2InfoSix {
      font-size: 1em;
  }

  .rateHeader,
  .rateHeader1,
  .rateHeader2{
      font-size: 2.7em;
  }

  .ratePriceSix {
      font-size: 1.8em;
  }

  .ratePrice {
      font-size: 1.8em;
  }

  .sixMonthHeader,
  .twelveMonthHeader {
      font-size: 2.8em;
  }

  .sixMonthPara,
  .twelveMonthPara {
      font-size: 1.2em;
  }

  #currentPolish {
    margin-top: 60%;
  }
}


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

  .twelveMonthHeader {
     font-size: 2.5em;
  }

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

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

  .trendsHeader {
    font-size: 3.2em;
  }

  .onePara,
  .twoPara,
  .threePara {
    font-size: 1.3em;
  }

  .one,
  .two,
  .three {
    font-size: 2em;
  }

  .trendsButton {
    width: 50%;
    left: 25%;
  }

  #modalTitle {
    font-size: 2.5em;
    white-space: nowrap;

  }
}

@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: 546px) {
  .sixMonthHeader {
      font-size: 2.5em;
  }

  .sixMonthPara {
      font-size: 1.1em;
  }

  .twelveMonthPara {
      font-size: 1.1em;
  }

}
@media only screen and (max-width: 544px) {
  .colorsHeader {
      font-size: 5.3em;
      margin-top: 14%;
  }

  .regular {
      font-size: 5em;
      top: 48%;
  }

  .section1Header {
      font-size: 6em;
  }

  .signUpSix,
  .signUp1Six,
  .signUp2Six {
      width: 40%;
      left: 58%;
  }
}

@media only screen and (max-width: 533px) {
  .signUp,
  .signUp1,
  .signUp2 {
      width: 38%;
      left: 60%;
  }

  .polish,
  .polishSix {
      font-size: 1.4em;
  }

  .colorsHeader {
    margin-top: 15%;
  }

}


@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: 527px) {
  .marquee,
  .marquee1 ,
  .marquee2,
  .marquee3,
  .marquee4,
  .marquee5,
  .marquee6,
  .marquee7,
  .marquee8,
  .marquee9,
  .marquee10 {
    left: 5%;
  }
}

@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: 510px) {
  .section2Header,
  .section2Header1,
  .section2Header2 {
    font-size: 7em;
  }

  .submit {
    width: 25%;
  }
}

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

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

  .footerName {
    top: 60%;
  }

  footer {
    height: 60%;
  }

  #colorAddInput::placeholder {
      font-size: 0.85em;
  }

  .colorAdd {
      font-size: 3em;
  }

  .colorAddPara {
      font-size: 1.5em;
  }

  #currentPolish {
    margin-top: 63%;
  }
}


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

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

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

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

  .mobile-menu {
    display: none; /* Keep mobile menu hidden initially on smaller screens */
  }

  .logo {
    font-size: 5em;
  }

  .copy {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 97%;
    white-space: nowrap;
    font-size: 0.8em;
  }

  footer {
    height: 100%;
  }

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

  }


  .headerName {
    font-size: 2.4em;
  }
  .hex,
  .hex1,
  .hex2,
  .hex3,
  .hex4,
  .hex5 {
    font-size: 1.2em;
  }

  .color,
  .color1,
  .color2,
  .color3,
  .color4,
  .color5 {
    font-size: 0.8em;
  }

  .hex,
  .hex1 {
    top: 75%;
  }

  .hex2 {
    top: 65%;
  }

  .hex3 {
    top: 65%;
  }

  .hex4 {
    top: 28%;
  }
  .color,
  .color1{
    top: 84%;
  }

  .color3 {
    top: 77%;
  }
  .color2 {
    top: 77%;
  }
  .color4 {
    top: 54%;
  }

  .color5 {
    top: 77%;
  }

  .hex5 {
    top: 57%;
  }


  .logo {
    top: 140%;
  }

  .section1 {
    top: 155%;
  }

  .section1Header1 {
    font-size: 2.5em;
    top: 7%;
  }

  .section1Header2 {
    font-size: 2.5em;
    top: 70%;
  }

  .section1Para1 {
    font-size: 1.3em;
    top: 18%;
  }

  .section1Para2 {
    font-size: 1.3em;
    top: 81%;
  }

  .section1Button1 {
    width: 60%;
    height: 5%;
    left: 20%;
  }

  .section1Button2 {
    width: 60%;
    height: 5%;
    left: 20%;
  }


  .square:hover .rent {
    display: none;
    transition: 0.3s ease-in-out;
}

.square1:hover .rent1 {
  display: none;
  transition: 0.3s ease-in-out;
}

.square2:hover .rent2 {
  display: none;
  transition: 0.3s ease-in-out;
}

.square3:hover .rent3{
  display: none;
  transition: 0.3s ease-in-out;
}


.square3:hover .rent3{
  display: none;
  transition: 0.3s ease-in-out;
}

.square4:hover .rent4{
  display: none;
  transition: 0.3s ease-in-out;
}


.square5:hover .rent2{
  display: none;
  transition: 0.3s ease-in-out;
}

.square6:hover .rent3{
  display: none;
  transition: 0.3s ease-in-out;
}

.square7:hover .rent{
  display: none;
  transition: 0.3s ease-in-out;
}


.square8:hover .rent5{
  display: none;
  transition: 0.3s ease-in-out;
}

.square9:hover .rent2{
  display: none;
  transition: 0.3s ease-in-out;
}

.square10:hover .rent6{
  display: none;
  transition: 0.3s ease-in-out;
}


.square11:hover .rent5{
  display: none;
  transition: 0.3s ease-in-out;
}


.shadow-box {
  width: 90px;
}

.shadow-box .hex-code,
.shadow-box .hex-code1,
.shadow-box .name,
.shadow-box .name1 {
  display: none;
}

.section2 {
  top: 330%;
  height: 40%;
}

.section2Header {
  font-size: 5em;
  top: 30%;
  transform: translate(-50%, -50%);
  left: 50%;
  white-space: nowrap;

}

.section2Header1 {
  font-size: 5em;
  top: 40%;
  transform: translate(-50%, -50%);
  left: 50%;
  white-space: nowrap;

}

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

.section2Button {
  font-size: 2em;
}

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

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

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

.footerName {
  font-size: 3em;
}
#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;
}
.worksHeader {
  font-size: 1.4em;
  top: 50%;
}

.upgrade {
  width: 60%;
  left: 19%;
  top: 115%;
}

.currentPolishHeader {
  font-size: 3em;
  top: 140%;
}

.queueHeader {
  font-size: 3em;
  top: 180%;
}

#currentPolishContainer {
  margin-top: 190%;
}

#currentPolishContainer .color {
  font-size: 1.7em;
}

#currentPolishContainer .view-more {
  left: 25%;
  top: 165%;
}

#buyCurrentPolish {
  top: 165%;
  left: 60%;
}

#historyContainer .color {
  font-size: 1.4em;
}

#historyContainer .brand {
  font-size: 1em;
}

#modalTitle {
  font-size: 1.4em;
  white-space: nowrap;

}
#not {
  font-family: 'Playwright France Moderne';
  font-style: italic;
  font-size: 0.6em;
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  margin-top: 2%;
}


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

#modalDescription {
  font-size: 0.8em;
  margin-top: 45px;
}


#mainImageContainer {
  width: 100%;
  margin-left: 0;
  margin-top: 50px;
}

}


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


  #email {
    top: 50%;
  }

  #password {
    top: 65%;
  }

#loginButton {
  top: 80%;
  height: 7%;
}
.forget {
  margin-top: 1%;
}

.daysDue {
  top: 75%;
}

.subType {
  top: 80%;
}

.upgrade {
  height: 10%;
  top: 77%;
}
.addSection {
  top: 920%;
  height: 40%;

}

.currentPolishHeader {
  top: 120%;
}

#currentPolishBorder {
  margin-top: 1000px;
}

#modalDescription {
  top: 23%;
}

#not {
  margin-top: 0.5%;
}

.colorAddPara {
  width: 40%;
}
}
