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

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

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

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

  .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;
  }
  .modalHeader {
  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;
    color: #333;
  }

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

  .pink {
    color: #fd79c4;
  }

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

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

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

  .line {
    color: #333;
    border: 1px solid #333;
    position: absolute;
    width: 100%;
    top: 90%;
  }

  .daysDue {
    font-size: 2.5em;
    color: #f41cae;
    position: absolute;
    top: 80%;
    left: 5%;
  }

  .subType {
    font-size: 2.5em;
    color: #f41cae;
    position: absolute;
    top: 90%;
    left: 5%;
  }

  .nextPolish {
    font-size: 2.5em;
    color: #f41cae;
    position: absolute;
    top: 100%;
    left: 5%;
  }

  .currentPolish {
    font-size: 2.5em;
    color: #f41cae;
    position: absolute;
    top: 110%;
    left: 5%;
  }


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

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

  .buy {
    border: none;
    position: absolute;
    border-radius: 40px;
    background-color: #FEABDA;
    color: white;
    width: 20%;
    height: 8%;
    top: 90%;
    left: 77%;
    font-family: 'Bebas Neue';
    font-size: 2em;
  }

  .buy:hover {
    scale: 1.1;
    cursor: pointer;
    color: #333;
  }

  .blakcPolish {
    color: #333;
  }

  #saveContainer {
    position: relative;
    margin-top: 620px;
    padding: 10px;
    width: 90%;
    left: 5%;
    padding-bottom: 150px;
  }
  .saved-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 50px 0; /* Adjust padding similar to .current-polish-item */
    padding-bottom: 50px;
  }

  html, body {
    height: 100%;
    margin: 0;
  }

  main {
    flex: 1;
  }

  footer {
    border-top: 1px solid #333;
    height: 80%;
    padding: 20px;
    position: relative;
    width: 100%;
    bottom: 0;
  }

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


  .queue-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }

  .number {
    font-size: 2.5em;
    color: #333;
    flex: 0 0 50px;
  }


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

  .details {
    margin-left: 20px;
    flex-grow: 1;
  }

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

  .brand {
    font-size: 1.5em;
    color: #555;
    font-style: italic;
  }

  .actions {
    display: flex;
    flex-direction: column;
  }


  .queueHeader,
  .currentPolishHeader {
    color: #fd79c4;
    font-size: 8em;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
  }

  .currentPolishHeader {
    top: 115%;
  }

  .queueHeader {
    top: 180%;
  }

  .actions button {
    margin: 5px 0;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    font-family: 'Bebas Neue';
    font-size: 1em;
    color: white;
  }

  .copy {
    position: absolute;
    top: 95%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .delete, .view-more, .move-up-button, .move-down-button, .buy1 {
    background-color: #FEABDA;
  }

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

  .noItems {
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    font-family: 'Playwright France Moderne';
    font-size: 1.5em;
  }
  /* Centering the current polish container */
  .centered-container {
    display: flex;
    margin-top: 620px; /* Adjusted to move down */
    margin-left: 40px; /* Adjusted to move left */
  }

  /* Styling the current polish item similar to the queue */
  .current-polish-item {
    display: flex;
    align-items: center;
    padding: 10px;
    width: 92%;
    /* max-width: 600px; */
  }


  /* Styling the image */
  .image1 {
    width: 100px;
    height: auto;
    margin-left: 100px;
    flex: 0 0 100px;
  }

  /* Styling the details section */
  .details1 {
    margin-left: 20px;
    flex-grow: 1;
  }

  /* Styling the color */
  .color {
    font-size: 1.8em;
    font-weight: bold;
  }

  /* Styling the brand */
  .brand {
    font-size: 1.5em;
    color: #555;
    font-style: italic;
  }

  #buyCurrentPolish {
    background-color: #FEABDA;
    margin: 5px 0;
    padding: 10px;
    width: 55px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    font-family: 'Bebas Neue';
    font-size: 1em;
    color: white;
    position: absolute;
    top: 150%;
    right: 5.5%;
  }


  #buyCurrentPolish:hover {
    background-color: #f41cae;
  }
  /* Styling the actions section */
  /* Styling the buttons */
  .actions1 button {
    margin: 5px 0;
    padding: 10px;
    width: 55px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    font-family: 'Bebas Neue';
    font-size: 1em;
    color: white;
    position: absolute;
    right: 5.5%;
    top: 143%;
  }

  .view-more, .buy1 {
    background-color: #FEABDA;
  }

  .view-more:hover, .buy1:hover {
    background-color: #f41cae;
  }

  /* The Modal (background) */
  .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 */
  }

  .font {
    color: #333;
  }

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

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

  }

  #currentPolishContainer, #nextPolishContainer {
  margin-bottom: 20px;
  }


  .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%;
  }
  .polish-item {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  }

  .polish-item img {
  width: 50px;
  height: auto;
  margin-right: 10px;
  }

  .polish-item p {
  margin: 0;
  padding: 0 10px;
  }


  .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: 1061px) {


    .currentPolishHeader {
      font-size: 6em;
    }

    .queueHeader {
      font-size: 6em;
      top: 190%;
    }

    #currentPolish {
      margin-top: 10%;
    }

    .actions1 button {
      right: 5.5%;
      top: 153%;
    }

    #buyCurrentPolish {
      top: 160%;
    }

    .queueHeader {
      top: 195%;
    }

    #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: 953px) {
    .footerName {
      font-size: 12em;
    }

    .colorsHeader {
      font-size: 8em;
      margin-top: 6%;
    }

    .worksHeader {
      font-size: 1.4em;
    }

    #currentPolish {
      margin-top: 15%;
    }

    .actions1 button {
      right: 5.5%;
      top: 157%;
    }

    #buyCurrentPolish {
      top: 164%;
    }
  }


  @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: 890px) {

    .upgrade {
      width: 30%;
      height: 10%;
      left: 35%;
    }
  }


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

    #password {
      top: 60%;
    }

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



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



  .subType {
    top: 100%;
  }


  #currentPolish {
    margin-top: 30%;
  }

  .actions1 button {
    right: 5.5%;
    top: 170%;
  }

  #buyCurrentPolish {
    top: 177%;
  }

  .queueHeader {
    top: 210%;
  }
  }

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

  .centered-container {
    display: flex;
    margin-top: 620px; /* Adjusted to move down */
    margin-left: 20px; /* Adjusted to move left */
  }

  }




  @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: 781px) {

    #currentPolish {
      margin-top: 35%;
    }

    .actions1 button {
      right: 5.5%;
      top: 175%;
    }

    #buyCurrentPolish {
      top: 182%;
    }
  }


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


    #currentPolish {
      margin-top: 40%;
    }

    .actions1 button {
      right: 5.5%;
      top: 175%;
    }

    #buyCurrentPolish {
      top: 182%;
    }
  }

  @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: 747px) {

    .daysDue {
      top: 75%;
    }

    .subType {
      top: 95%;
    }



    }


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

    }



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

      #password {
        top: 58%;
      }

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

    }



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

  .daysDue {
    top: 75%;
  }

  .upgrade {
    font-size: 1.7em;
  }
  }

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

    #currentPolish {
      margin-top: 45%;
    }

    .actions1 button {
      right: 5.5%;
      top: 175%;
    }

    #buyCurrentPolish {
      top: 182%;
    }
  }

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


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

  }


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


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

  .daysDue {
    top: 75%;
  }

  .subType {
    top: 95%;
  }


  .colorsHeader {
    font-size: 7em;
    margin-top: 10%;
  }

  .worksHeader {
    font-size: 1.3em;
    top: 55%;
  }

  #currentPolish {
    margin-top: 52%;
  }


  .centered-container {
    display: flex;
    margin-top: 620px; /* Adjusted to move down */
    margin-left: -20px; /* Adjusted to move left */
  }
  }

  @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;
    }
    .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.8em;
        text-align: center;
        position: absolute;
        top: 28%;
        transform: translate(-50%, -50%);
        left: 50%;
    }

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

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

    .upgrade {
      width: 40%;
      left: 30%;
    }
  }

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

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


    .line {
      top: 110%;
    }

    .subType {
      top: 100%;
    }

    .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 */
    }

    .logo {
      font-size: 5em;
    }

    .footerName {
      font-size: 3em;
    }

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

    .headerName {
      font-size: 2.4em;
    }

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

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

  }


  .modal1{
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }

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

  .worksHeader {
    font-size: 1.2em;
    top: 65%;
    width: 80%;
  }


  #addToQueue {
    font-size: 1em;
    padding: 8px;
    border-radius: 10px;
  }

  .modalHeader1 {
    font-size: 1.5em;
  }



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

  .currentPolishHeader {
    font-size: 5em;
    top: 125%;
  }

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

  #currentPolishContainer {
    margin-top: 135%;
  }

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

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

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

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

  #saveContainer {
    margin-top: 490px;
  }

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

  }

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


  #modalDescription {
    font-size: 0.8em;
    top: 30%
  }
  #mainImageContainer {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }

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

    #currentPolishContainer .brand {
      font-size: 1.2em;
    }

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


  }

  @media only screen and (min-width: 440px) and (max-width: 440px) and (min-height: 757px) and (max-height: 757px) {

    .colorsHeader {
      margin-top: 26%;
    }

    .worksHeader {
      top: 53%;
    }

    .upgrade {
      top: 70%;
    }

    .line {
      top: 85%;
    }

    .currentPolishHeader {
      top: 100%;
    }
  }

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


    #modalDescription {
      top: 20%;
    }

    .upgrade {
      height: 10%;
    }

    #saveContainer {
      margin-top: 800px;
    }

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