.image-9-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 !important;
    right: -1px;
    bottom: -0.7px;
    object-fit: cover;
    z-index: 1;
  
  }
  
  .frame-child,
  .frame-item {
    top: 0;
    left: 0;
    background-color: rgba(27, 27, 27, 0.8);
    width: 1920px;
    height: 1080px;
  }
  
  .frame-item {
    height: 100%;
    bottom: 0;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    border-right: 0.9px solid var(--color-mistyrose);
    /* border-left: 0.9px solid var(--color-mistyrose); */
    box-sizing: border-box;
    width: 667.6px;
    z-index: 2;
  }
  
  .ellipse-div,
  .frame-inner {
    position: absolute;
    top: -243px;
    left: -34px;
    filter: blur(300px);
    border-radius: 50%;
    background-color: rgba(255, 104, 103, 0.5);
    width: 471px;
    height: 471px;
    z-index: 2;
  }
  
  .ellipse-div {
    top: 871px;
    left: 375px;
    background-color: rgba(238, 37, 36, 0.5);
    z-index: 3;
  }
  
  .new-project-1-2 {
    /* position: absolute; */
    /* top: 210px;
    left: 65%; */
    width: 258.6px;
    height: 47.8px;
    object-fit: cover;
    z-index: 3;
    /* margin-bottom: 25%; */
  }
  
  .rectangle-parent {
    width: 50%;
    height: 100%; /* or 100vh */
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    background-color: rgba(255,255,255,0.1);
    margin: 0 5%;
  }
  
  .rectangle-div {
    width: 429px;
    height: 424px;
    position: relative;
    border-radius: var(--br-base-5);
    background-color: var(--white-color);
    display: none;
    max-width: 100%;
  }
  
  .email,
  .enter-your-email {
    position: relative;
    line-height: 140%;
    z-index: 1;
  }
  
  .enter-your-email {
    border: 0;
    width: 100%;
    outline: 0;
    font-family: var(--font-cairo);
    font-size: var(--font-size-lgi);
    background-color: transparent;
    height: 27px;
    color:var(--P-Color-V3, #EE2524);
    /* color: var(--design-shadow-color); */
    text-align: left;
    display: inline-block;
    position: absolute;
    z-index: 1;
  }
  
  .enter-your-email:focus + .input-backgrounds {
    border-color: #EE2524; /* Red border when focused */
  }
  
  .enter-your-password:focus  + .input-backgrounds {
    border-color: #EE2524;
  }
  
  .enter-your-email:focus {
    outline: none; /* Remove the focus outline */
  }
  
  .enter-your-password:focus {
    outline: none;;
  }
  
  .input-backgrounds {
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: var(--br-4xs-3);
    /* border: 1px solid black; */
    border: 1.2px solid var(--design-shadow-color);
    box-sizing: border-box;
    z-index: 0;
  }
  
  
  /* .input-backgrounds:hover {
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: var(--br-4xs-3);
    border: none;  
    box-sizing: border-box;
    z-index: 0;
    box-shadow: 0px 0px 3px 1px rgba(238, 37, 36, 0.3);
  } */
  
  
  .input-fields,
  .user-name {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  
  .user-name {
    width: 352.3px;
    height: 53.6px;
    flex-direction: row;
    padding: var(--padding-sm-2) var(--padding-lg-2) var(--padding-sm-4);
    box-sizing: border-box;
    position: relative;
  }
  
  .user-name:hover {
    width: 352.3px;
    height: 53.6px;
    flex-direction: row;
    padding: var(--padding-sm-2) var(--padding-lg-2) var(--padding-sm-4);
    border-radius: var(--br-4xs-3);
    box-sizing: border-box;
    position: relative;
    border: 1.2px solid var(--design-shadow-color);
    box-shadow: 0px 0px 3px 1px rgba(238, 37, 36, 0.3);
  }
  
  
  /* .user-name:focus {
    width: 352.3px;
    height: 53.6px;
    flex-direction: row;
    padding: var(--padding-sm-2) var(--padding-lg-2) var(--padding-sm-4);
    border-radius: var(--br-4xs-3);
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 0px 3px 1px rgba(238, 37, 36, 0.3);
  } */
  
  /* height: 100%;
  width: 100%;
  position: absolute;
  margin: 0 !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--br-4xs-3);
  border: none;  /* Remove the normal border */
  /* box-sizing: border-box;
  z-index: 0;
  box-shadow: 0px 0px 3px 1px rgba(238, 37, 36, 0.3); */
  
  .input-fields {
    flex-direction: column;
    gap: 14.8px;
  }
  
  .enter-your-password,
  .password {
    position: relative;
    line-height: 140%;
    display: inline-block;
  }
  
  .password {
    min-width: 81px;
    z-index: 1;
  }
  
  .enter-your-password {
    width: 100%;
    border: 0;
    outline: 0;
    font-family: var(--font-cairo);
    font-size: var(--font-size-lgi);
    background-color: transparent;
    height: 27px;
    color: #EE2524;
    text-align: left;
    z-index: 1;
  }
  
  .input-fields1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 14.7px;
  }
  
  
  .button-background {
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: var(--br-4xs-3);
    background-color: var(--p-color-v3);
    z-index: 0;
  }
  
  .button-background:hover {
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: var(--br-4xs-3);
    background-color: #660100;
    z-index: 0;
  }
  
  .sign-in {
    height: 27px;
    width: 100px;
    position: relative;
    line-height: 140%;
    font-weight: 600;
    display: inline-block;
    flex-shrink: 0;
    z-index: 1;
  }
  
  /* .sign-in-button {
    width: 352.3px;
    height: 53.6px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--padding-sm-2) 141.1px var(--padding-sm-4);
    box-sizing: border-box;
    position: relative;
    color: var(--white-color);
  }
  
  .sign-in-button:hover {
    width: 352.3px;
    height: 53.6px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--padding-sm-2) 141.1px var(--padding-sm-4);
    box-sizing: border-box;
    position: relative;
    color: var(--white-color);
    border-radius: var(--br-4xs-3);
    background-color: #660100;
  } */
  
  
  .sign-in-button {
    width: 352.3px;
    height: 53.6px;
    display: flex;
    flex-direction: row;
    align-items: center; /* Adjusted to center the text properly */
    justify-content: center; /* Center the text */
    /* padding: var(--padding-sm-2) 141.1px var(--padding-sm-4); */
    box-sizing: border-box;
    position: relative;
    color: var(--white-color);
    font-size: 19px; /* Set font size to be consistent */
    font-weight: 600;
    font-family: 'cairo';
    background-color: var(--p-color-v3);
    border: none;
    border-radius: var(--br-4xs-3);
    cursor: pointer;
  }
  
  .sign-in-button:hover {
    background-color: #660100;
  }
  
  .sign-in-button:focus {
    outline: none; /* Remove default outline when focused */
  }
  
  
  .forgot-passworddefult {
    height: 27px;
    width: 146px;
    position: relative;
    text-decoration: underline;
    line-height: 140%;
    display: inline-block;
    flex-shrink: 0;
    color: var(--secondary-color);
  }
  
  
  .forgot-passworddefult:hover {
    height: 27px;
    width: 146px;
    position: relative;
    text-decoration: underline;
    color: #EE2524;
    line-height: 140%;
    display: inline-block;
    flex-shrink: 0;
  }
  
  .forgot-password {
    width: 145px;
    height: 27px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 2;
  }
  
  .auth-container,
  .rectangle-group {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    max-width: 100%;
  }
  
  .rectangle-group {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    border-radius: var(--br-base-5);
    background-color: var(--white-color);
    flex-direction: column;
    justify-content: flex-start;
    padding: 28.2px 38px 29px;
    gap: 31.8px;
    z-index: 3;
    margin-top: 60px;
  }
  
  .heading {
    color: #1B1B1B;
    font-size: 32px;
    font-family: Cairo;
    font-weight: 600;
    line-height: 15px;
    word-wrap: break-word;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  
  .sub-heading {
    color: #5f5f5f;
    font-size: 19px;
    font-family: Cairo;
    font-weight: 400;
    line-height: 26.60px;
    word-wrap: break-word;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  
  .receive-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .receive-code {
    color: #1B1B1B;
    font-size: 19px;
    font-family: Cairo;
    font-weight: 400;
    line-height: 26.60px;
    word-wrap: break-word;
  }
  
  .request {
    color: #EE2524;
    font-size: 19px;
    font-family: Cairo;
    font-weight: 400;
    text-decoration: underline;
    line-height: 26.60px;
    word-wrap: break-word;
  }

  .send-code {
    height: 27px;
    width: 160px;
    position: relative;
    line-height: 140%;
    display: inline-block;
    flex-shrink: 0;
    color: var(--secondary-color);
    cursor: pointer;
  }
  
  
  .request:hover {
    color: var(--secondary-color);
    font-size: 19px;
    font-family: Cairo;
    font-weight: 400;
    text-decoration: underline;
    line-height: 26.60px;
    word-wrap: break-word;
    cursor: pointer;
  }
  
  
  /* The container holding all the boxes */
  .box-container {
    display: flex;
    gap: 8px;
  }
  
  /* The box around the input */
  .box {
    width: 52.07px;
    height: 53.84px;
    position: relative;
    z-index: 10;
    border-radius: 8.26px;
  }
  
  /* The border around the box */
  .box-border {
    width: 52.07px;
    height: 53.84px;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 8.26px;
    border: 1.24px solid #C5C5C5;
    z-index: 5;
    transition: box-shadow 0.3s ease;
  }
  
  /* Hover effect applied only to the box being hovered */
  .box:hover {
    box-shadow: 0px 0px 5px 0px rgba(238, 37, 36, 1);
    border-radius: 8.26px;
    outline: none;
  }
  
  /* Focus styling for the input field */
  .input-otp {
    width: 52.07px;
    height: 53.84px;
    border: none;
    border-radius: 8.26px;
    margin: 0;
    text-align: center;
    position: absolute;
    font-size: 20px;
    background-color: transparent;
    z-index: 10;
    outline: none;  /* Remove default input outline */
  }
  
  /* Focus styling when an individual input is focused */
  .input-otp:focus {
    outline: 2px solid #EE2524;
    color: #EE2524;
    border-radius: 8.26px;
      /* width: 52.07px;
      height: 53.84px; */
      padding: 0;
  }
  
  /* Prevent the number input from showing spin buttons */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Focus styling for the box-border (if desired) */
  .box .box-border:focus {
    outline: none;
    border-color: #EE2524;
    border-radius: 8.26px;
  }
  
  
  
  
  /* .box-container {
    display: flex;
    gap: 8px;
  }
  
  .box {
    width: 52.07px;
    height: 53.84px;
    position: relative;
    z-index: 10;
    border-radius: 8.26px;
  }
  
  .box-border {
    width: 52.07px;
    height: 53.84px;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 8.26px;
    border: 1.24px solid #C5C5C5;
    z-index: 5;
    transition: box-shadow 0.3s ease;
  }
  
  .box:hover {
    box-shadow: 0px 0px 5px 0px rgba(238,37,36,1);
    border-radius: 8.26px;
    outline: none;
  }
  
  .box .box-border:focus {
    outline: none;
    border-color: #EE2524;
    border-radius: 8.26px;
  }
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .input-otp {
    width: 52.07px;
    height: 53.84px;
    border: none;
    border-radius: 8.26px;
    margin: 0;
    text-align: center;
    position: absolute;
    font-size: 20px;
    background-color: transparent;
    z-index: 10;
  }
  
  .input-otp:focus {
    outline: 2px solid #EE2524;
    border-radius: 8.26px;
    color: #EE2524;
  } */
  /* .box-number {
    border-radius: 8.26px;
    width: 11.57px;
    height: 28.16px;
    left: 20.66px;
    top: 13.25px;
    position: absolute;
    color: #C5C5C5;
    font-size: 19px;
    font-family: Cairo;
    font-weight: 400;
    line-height: 26.60px;
    word-wrap: break-word;
    z-index: 1;
  } */
  
  .reset-password-link {
    height: 27px;
    position: relative;
    line-height: 140%;
    font-weight: 600;
    flex-shrink: 0;
    z-index: 1;
    margin-left: -60%;
  }
  
  .logo-image {
    width: 50%;
    position: absolute;
    z-index: 4;
    top: 20%;
    display: flex;
    justify-content: center;
  }
  
  .logo-image1 {
    align-self: end;
  }
  
  .rectangle-parent1 {
    display: flex;
    flex: 0.5;
    /* flex: 0.6; */
    justify-content: center;
    margin-top: 117px;
  }
  
  .rectangle-parent2 {
    display: flex;
    flex: 0.1;
    justify-content: center;
    align-items: flex-start;
  }
  
  .auth-container {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    /* padding: 0 66px; */
    margin-top: -634px;
    margin-right: 100px;
    height: 100%;
  }
  
  .sign-in-page {
    width: 100%;
    height: 100vh;  /* Full height of the viewport */
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    font-size: var(--font-size-lgi);
    color: var(--secondary-color);
    font-family: var(--font-cairo);
    background-image: url('/images/bg-image.png');
    background-size: cover;
  }
  .error{
    color: red;
  }
  
  
  
  @media screen and (max-width: 750px) {
    .auth-container {
      padding-left: var(--padding-67xl);
      padding-right: var(--padding-67xl);
      box-sizing: border-box;
    }
  }
  
  @media screen and (max-width: 450px) {
    .rectangle-group {
      gap: 16px;
      padding-top: 654px;
      padding-bottom: var(--padding-xl);
      box-sizing: border-box;
    }
  
    .auth-container {
      padding-left: var(--padding-xl);
      padding-right: var(--padding-xl);
      box-sizing: border-box;
    }
  }


  @media screen and (width: 3456px) and (height: 2234px) {
    .receive-content > div{
      display: contents;
    }
    .verify-otp .rectangle-parent1{
      margin-top: 351px;
    }
    .verify-otp .heading {
      font-size: 96px;
      width: 237px;
      height: 60px;
  }

    .sub-heading {
    color: #5f5f5f;
    font-size: 57px;
    font-family: Cairo;
    font-weight: 400;
    line-height: 105.2px;
    word-wrap: break-word;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 75px;
    }

    .box-container {
      display: flex;
      gap: 24px;
    }

    .box {
      width: 156.21px;
      height: 161.52px;
      position: relative;
      z-index: 30;
      border-radius: 16.52px;
    }

    .box:hover {
      box-shadow: 0px 0px 8px 0px rgba(238, 37, 36, 1);
      border-radius: 16.52px;
      outline: none;
    }

    .input-otp {
      width: 156.21px;
      height: 161.52px;
      border: none;
      border-radius: 16.52px;
      margin: 0;
      text-align: center;
      position: absolute;
      font-size: 80px;
      background-color: transparent;
      z-index: 30;
      outline: none;
    }

    .input-otp:hover {
      outline: 2px solid #EE2524;
      color: #EE2524;
      cursor: pointer;
      border-radius: 16.52px;
    }

    .box-border {
      width: 156.21px;
      height: 161.52px;
      left: 0;
      top: 0;
      position: absolute;
      border-radius: 16.52px;
      border: 2.48px solid #C5C5C5;
      z-index: 10;
      transition: box-shadow 0.3s ease;
    }

    .box .box-border:focus {
      outline: none;
      border-color: #EE2524;
      border-radius: 16.52px;
    }

    .receive-content {
    font-size: 57px;
    }
    .rectangle-parent {
      height: 360vh;
    }
    .rectangle-parent1 {
      margin-top: 117px;
    }
    .rectangle-group {
      margin-top: 80px;
      gap: 0;
      width: 70%;
      height: 120%;
      border-radius: 50px;
    }
    .new-project-1-2 {
      width: 700.6px;
      height: 126.8px;
    }
    .user-name{
      width: 1056.81px;
      height: 117.26px;
      border-radius: 18px
    }
    .user-name:hover {
      width: 1056.81px;
      height: 117.26px;
      border-radius: 18px;
      border: 1.2px solid var(--design-shadow-color);
      box-shadow: 0px 0px 5px 3px rgba(238, 37, 36, 0.3);
      transition: all 0.3s ease; /* optional: smooth hover effect */
    }
    
    .sign-in-button{
      width: 1056.81px;
      height: 117.26px;
      font-size: 57px;
      margin-top: 40px;
      border-radius: 18px;
    }
    .loginform .sign-in-button {
      margin-top: 0px !important;
    }
    .contact-us{
      width: 1056.81px;
    }
    .email, .enter-your-email{
      font-size: 57px;
      height: 93px;
      width: 96%;
    }
    
    .enter-your-password{
      height: 93px;
    }
    .input-fields1{
      font-size: 57px;
      gap: 29.4px;
    }
    .password {
      font-size: 57px;
    }
    .rectangle-parent2 input[type="checkbox"]{
      width: 48px !important;
      height: 48px !important;
    }
    .terms-and-conditions{
      font-size: 57px;
      /* margin-top: 40px; */
    }
    .forgot-password{
      width: 435px;
      height: 81px;
      font-size: 57px;
      margin-top: 40px;
    }
    .forgot-passworddefult{
      width: 435px;
      height: 81px;
    }
    .forgot-passworddefult:hover {
      width: 435px;
      height: 81px;
      line-height: 140%;
      color: #EE2524;
    }
    .forgot-passworddefult:link,
    .forgot-passworddefult:visited {
      color: var(--secondary-color);
      text-decoration: none;
    }
    
    .forgot-passworddefult:active {
      color: #b30000;
    }
    .contact-us{
      margin: auto;
      margin-top: 0px !important;
    }
    .contact-us > p{
      font-size: 57px;
    }
    .whatsapp-link, .email-link {
      font-size: 47px !important;
    }
    .contact-links img {
      width: 60px !important; /* or whatever size you want */
    }
    .login-terms-wrapper{
      gap: 15px !important;
    }
    .error {
      display: block;
      font-size: 40px;
      color: red;
      min-height: 48px; /* adjust to match your line-height */
      margin-top: 10px;
      line-height: 1.2;
    }
    .rectangle-group form{
      margin: auto;
    }
    .input-backgrounds{
      border-radius: 18px;
    }
    .input-fields {
      gap: 29.4px;
    }
    .heading{
      font-size: 80px;
      margin-top: 50px;
    }
    .button-background{
      border-radius: 18px;
    }
    #countdown{
      font-size: 60px;
    }
  }

  @media screen and (width: 3024px) and (height: 1964px) {
    .rectangle-parent {
      height: 320vh;
    }
    .rectangle-parent1 {
      margin-top: 187px;
    }
    .rectangle-group {
      margin-top: 80px;
      gap: 0;
      width: 80%;
      height: 100%;
      border-radius: 50px;
    }
    .receive-content > div{
      display: contents;
    }
    .verify-otp .rectangle-parent1{
      margin-top: 351px;
    }
    .verify-otp .heading {
      font-size: 96px;
      width: 237px;
      height: 60px;
  }

    .sub-heading {
    color: #5f5f5f;
    font-size: 57px;
    font-family: Cairo;
    font-weight: 400;
    line-height: 105.2px;
    word-wrap: break-word;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 75px;
    }

    .box-container {
      display: flex;
      gap: 24px;
    }

    .box {
      width: 156.21px;
      height: 161.52px;
      position: relative;
      z-index: 30;
      border-radius: 16.52px;
    }

    .box:hover {
      box-shadow: 0px 0px 8px 0px rgba(238, 37, 36, 1);
      border-radius: 16.52px;
      outline: none;
    }

    .input-otp {
      width: 156.21px;
      height: 161.52px;
      border: none;
      border-radius: 16.52px;
      margin: 0;
      text-align: center;
      position: absolute;
      font-size: 80px;
      background-color: transparent;
      z-index: 30;
      outline: none;
    }

    .input-otp:hover {
      outline: 2px solid #EE2524;
      color: #EE2524;
      cursor: pointer;
      border-radius: 16.52px;
    }

    .box-border {
      width: 156.21px;
      height: 161.52px;
      left: 0;
      top: 0;
      position: absolute;
      border-radius: 16.52px;
      border: 2.48px solid #C5C5C5;
      z-index: 10;
      transition: box-shadow 0.3s ease;
    }

    .box .box-border:focus {
      outline: none;
      border-color: #EE2524;
      border-radius: 16.52px;
    }

    .receive-content {
    font-size: 57px;
    }
    /* .rectangle-parent {
      height: 360vh;
    } */
    /* .rectangle-parent1 {
      margin-top: 117px;
    } */
    /* .rectangle-group {
      margin-top: 80px;
      gap: 0;
      width: 70%;
      height: 120%;
      border-radius: 50px;
    } */
    .new-project-1-2 {
      width: 700.6px;
      height: 126.8px;
    }
    .user-name{
      width: 1056.81px;
      height: 117.26px;
      border-radius: 18px
    }
    .user-name:hover {
      width: 1056.81px;
      height: 117.26px;
      border-radius: 18px
    }
    .sign-in-button{
      width: 1056.81px;
      height: 117.26px;
      font-size: 57px;
      margin-top: 40px;
      border-radius: 18px;
    }
    .loginform .sign-in-button {
      margin-top: 0px !important;
    }
    .contact-us{
      width: 1056.81px;
    }
    .email, .enter-your-email{
      font-size: 57px;
      height: 93px;
      width: 96%;
    }
    
    .enter-your-password{
      height: 93px;
    }
    .input-fields1{
      font-size: 57px;
      gap: 29.4px;
    }
    .password {
      font-size: 57px;
    }
    .rectangle-parent2 input[type="checkbox"]{
      width: 48px !important;
      height: 48px !important;
    }
    .terms-and-conditions{
      font-size: 57px;
      /* margin-top: 40px; */
    }
    .forgot-password{
      width: 435px;
      height: 81px;
      font-size: 57px;
      margin-top: 40px;
    }
    .forgot-passworddefult{
      width: 435px;
      height: 81px;
    }
    .forgot-passworddefult:hover {
      width: 435px;
      height: 81px;
      line-height: 140%;
      color: #EE2524;
    }
    .forgot-passworddefult:link,
    .forgot-passworddefult:visited {
      color: var(--secondary-color);
      text-decoration: none;
    }
    
    .forgot-passworddefult:active {
      color: #b30000;
    }
    .contact-us{
      margin: auto;
      margin-top: 0px !important;
    }
    .contact-us > p{
      font-size: 57px;
    }
    .whatsapp-link, .email-link {
      font-size: 47px !important;
    }
    .contact-links img {
      width: 60px !important; /* or whatever size you want */
    }
    .login-terms-wrapper{
      gap: 15px !important;
    }
    .error {
      display: block;
      font-size: 40px;
      color: red;
      min-height: 48px; /* adjust to match your line-height */
      margin-top: 10px;
      line-height: 1.2;
    }
    .rectangle-group form{
      margin: auto;
    }
    .input-backgrounds{
      border-radius: 18px;
    }
    .input-fields {
      gap: 29.4px;
    }
    .heading{
      font-size: 80px;
      margin-top: 50px;
    }
    .button-background{
      border-radius: 18px;
    }
    #countdown{
      font-size: 60px;
    }
  }

  @media screen and (width: 2880px) and (height: 1864px) {
    .set-new-pass-page .rectangle-parent1{
      margin-top: 137px !important;
    }
    .rectangle-parent {
      height: 300vh;
    }
    .rectangle-parent1 {
      margin-top: 117px;
    }
    .rectangle-group {
      margin-top: 60px;
      gap: 0;
      width: 80%;
      height: 107%;
      border-radius: 50px;
    }
    
    .input-fields {
      gap: 20.4px;
    }
    .email, .enter-your-email{
      font-size: 47px;
      height: 83px;
      width: 97%;
    }
    .error {
      display: block;
      font-size: 32px;
      color: red;
      min-height: 38px;
      margin-top: 10px;
      line-height: 1.2;
    }
    .user-name{
      width: 1057.81px;
      height: 117.26px;
      border-radius: 18px;
    }
    .input-fields1{
      font-size: 47px;
      gap: 20.4px;
    }
    .password {
      font-size: 47px;
    }
    .user-name:hover {
      width: 1057.81px;
      height: 117.26px;
      border-radius: 18px
    }
    .enter-your-password{
      height: 93px;
    }
    .input-backgrounds{
      border-radius: 18px;
    }
    .terms-and-conditions{
      font-size: 47px;
    }
    .login-terms-wrapper{
      gap: 15px !important;
    }
    .loginform .sign-in-button {
      margin-top: 0px !important;
    }
    .forgot-password{
      width: 415px;
      height: 71px;
      font-size: 47px;
      margin-top: 30px;
    }
    .forgot-passworddefult{
      width: 435px;
      height: 81px;
    }
    .forgot-passworddefult:hover {
      width: 435px;
      height: 81px;
      line-height: 140%;
      color: #EE2524;
    }
    .forgot-passworddefult:link,
    .forgot-passworddefult:visited {
      color: var(--secondary-color);
      text-decoration: none;
    }
    
    .forgot-passworddefult:active {
      color: #b30000;
    }
    .contact-us{
      width: 936.81px;
      margin: auto;
      margin-top: 0px !important;
    }
    .contact-us > p{
      font-size: 47px;
    }
    .whatsapp-link, .email-link {
      font-size: 37px !important;
    }


    .receive-content > div{
      display: contents;
    }
    .verify-otp .rectangle-parent1{
      margin-top: 351px;
    }
    .verify-otp .heading {
      font-size: 96px;
      width: 237px;
      height: 60px;
  }

    .sub-heading {
    color: #5f5f5f;
    font-size: 57px;
    font-family: Cairo;
    font-weight: 400;
    line-height: 105.2px;
    word-wrap: break-word;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 75px;
    }

    .box-container {
      display: flex;
      gap: 24px;
    }

    .box {
      width: 156.21px;
      height: 161.52px;
      position: relative;
      z-index: 30;
      border-radius: 16.52px;
    }

    .box:hover {
      box-shadow: 0px 0px 8px 0px rgba(238, 37, 36, 1);
      border-radius: 16.52px;
      outline: none;
    }

    .input-otp {
      width: 156.21px;
      height: 161.52px;
      border: none;
      border-radius: 16.52px;
      margin: 0;
      text-align: center;
      position: absolute;
      font-size: 80px;
      background-color: transparent;
      z-index: 30;
      outline: none;
    }

    .input-otp:hover {
      outline: 2px solid #EE2524;
      color: #EE2524;
      cursor: pointer;
      border-radius: 16.52px;
    }

    .box-border {
      width: 156.21px;
      height: 161.52px;
      left: 0;
      top: 0;
      position: absolute;
      border-radius: 16.52px;
      border: 2.48px solid #C5C5C5;
      z-index: 10;
      transition: box-shadow 0.3s ease;
    }

    .box .box-border:focus {
      outline: none;
      border-color: #EE2524;
      border-radius: 16.52px;
    }

    .receive-content {
    font-size: 57px;
    }
  
    .new-project-1-2 {
      width: 500.6px;
      height: 90.8px;
    }

    .sign-in-button{
      width: 1057.81px;
      height: 117.26px;
      font-size: 47px;
      margin-top: 40px;
      border-radius: 18px;
    }


    .rectangle-parent2 input[type="checkbox"]{
      width: 48px !important;
      height: 48px !important;
    }
    .contact-links img {
      width: 60px !important; /* or whatever size you want */
    }
    .rectangle-group form{
      margin: auto;
    }
    .heading{
      font-size: 80px;
      margin-top: 50px;
    }
    .button-background{
      border-radius: 18px;
    }
    #countdown{
      font-size: 60px;
    }
    .text-danger {
      font-size: 37px;
    }
    .forgot-password{
      margin-top: 30px;
      font-size: 37px;
    }
      .contact-links {
        gap: 30px !important;
    }
    .forgot-password-mainerror {
      min-height: 69px;
      margin-top: 50px;
    }
  }

  @media screen and (width: 2560px) and (height: 1664px) {
    .forgot-password-page .rectangle-parent1{
      margin-top: 275px;
    }
    .forgot-password-mainerror{
      min-height: 69px;
      margin-top: 50px;
      font-size: 37px;
    }

    .rectangle-parent {
      height: 4300px;
    }
    .rectangle-parent1 {
      margin-top: 100px;
    }
    .rectangle-group {
      margin-top: 50px;
      gap: 0;
      width: 80%;
      height: 110%;
      border-radius: 50px;
    }
    .forgot-password-page .rectangle-group{
      height: 106%;
    }
    .login-page .rectangle-group{
      height: 100%;
    }
    .verify-otp .rectangle-group{
      height: 100%;
    }
    .set-new-pass-page .rectangle-parent1{
      height: 107%;
    }
    .set-new-pass-page .rectangle-group{
      height: 103%;
    }
    .input-fields {
      gap: 20.4px;
    }
    .email, .enter-your-email{
      font-size: 47px;
      height: 83px;
      width: 96%;
    }
    .error {
      display: block;
      font-size: 32px;
      color: red;
      min-height: 38px;
      margin-top: 10px;
      line-height: 1.2;
    }
    .user-name{
      width: 936.81px;
      height: 107.26px;
      border-radius: 18px
    }
    .input-fields1{
      font-size: 47px;
      gap: 20.4px;
    }
    .password {
      font-size: 47px;
    }
    .user-name:hover {
      width: 936.81px;
      height: 117.26px;
      border-radius: 18px
    }
    .enter-your-password{
      height: 93px;
    }
    .input-backgrounds{
      border-radius: 18px;
        height: 117.26px;
        width: 936.81px;
    }
    .terms-and-conditions{
      font-size: 47px;
    }
    .login-terms-wrapper{
      gap: 15px !important;
    }
    .loginform .sign-in-button {
      margin-top: 0px !important;
    }
    .forgot-password{
      width: 415px;
      height: 71px;
      font-size: 47px;
      margin-top: 30px;
    }
    .forgot-passworddefult{
      width: 435px;
      height: 81px;
    }
    .forgot-passworddefult:hover {
      width: 435px;
      height: 81px;
      line-height: 140%;
      color: #EE2524;
    }
    .forgot-passworddefult:link,
    .forgot-passworddefult:visited {
      color: var(--secondary-color);
      text-decoration: none;
    }
    
    .forgot-passworddefult:active {
      color: #b30000;
    }
    .contact-us{
      width: 936.81px;
      margin: auto;
      margin-top: 0px !important;
    }
    .contact-us > p{
      font-size: 47px;
    }
    .whatsapp-link, .email-link {
      font-size: 37px !important;
    }


    .receive-content > div{
      display: contents;
    }
    .verify-otp .rectangle-parent1{
      margin-top: 300px;
    }
    .verify-otp .heading {
      font-size: 96px;
      width: 237px;
      height: 60px;
  }

    .sub-heading {
    color: #5f5f5f;
    font-size: 57px;
    font-family: Cairo;
    font-weight: 400;
    line-height: 105.2px;
    word-wrap: break-word;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 75px;
    }

    .box-container {
      display: flex;
      gap: 36px;
    }

    .box {
      width: 126.21px;
      height: 121.52px;
      position: relative;
      z-index: 30;
      border-radius: 16.52px;
    }

    .box:hover {
      box-shadow: 0px 0px 8px 0px rgba(238, 37, 36, 1);
      border-radius: 16.52px;
      outline: none;
    }

    .input-otp {
      width: 126.21px;
      height: 121.52px;
      border: none;
      border-radius: 16.52px;
      margin: 0;
      text-align: center;
      position: absolute;
      font-size: 80px;
      background-color: transparent;
      z-index: 30;
      outline: none;
    }

    .input-otp:hover {
      outline: 2px solid #EE2524;
      color: #EE2524;
      cursor: pointer;
      border-radius: 16.52px;
    }

    .box-border {
      width: 126.21px;
      height: 121.52px;
      left: 0;
      top: 0;
      position: absolute;
      border-radius: 16.52px;
      border: 2.48px solid #C5C5C5;
      z-index: 10;
      transition: box-shadow 0.3s ease;
    }

    .box .box-border:focus {
      outline: none;
      border-color: #EE2524;
      border-radius: 16.52px;
    }

    .receive-content {
    font-size: 47px;
    }
  
    .new-project-1-2 {
      width: 500.6px;
      height: 90.8px;
    }

    .sign-in-button{
      width: 936.81px;
      height: 107.26px;
      font-size: 47px;
      margin-top: 40px;
      border-radius: 18px;
    }


    .rectangle-parent2 input[type="checkbox"]{
      width: 48px !important;
      height: 48px !important;
    }
    .contact-links img {
      width: 60px !important; /* or whatever size you want */
    }
    .rectangle-group form{
      margin-top: 30px;
    }
    .heading{
      font-size: 80px;
      margin-top: 50px;
    }
    .button-background{
      width: 936.81px;
      height: 127.26px;
      border-radius: 18px
    }
    #countdown{
      font-size: 60px;
    }
    .text-danger {
      font-size: 37px;
     }
    .forgot-password{
      margin-top: 30px;
      font-size: 37px;
    }
  }

  @media screen and (width: 2560px) and (height: 1600px) {

    .rectangle-parent {
      height: 4300px;
    }
    .rectangle-parent1 {
      margin-top: 100px;
    }
    .rectangle-group {
      margin-top: 50px;
      gap: 0;
      width: 80%;
      height: 100%;
      border-radius: 50px;
    }
    .input-fields {
      gap: 20.4px;
    }
    .email, .enter-your-email{
      font-size: 47px;
      height: 83px;
      width: 86%;
    }
    .error {
      display: block;
      font-size: 32px;
      color: red;
      min-height: 38px;
      margin-top: 10px;
      line-height: 1.2;
    }
    .user-name{
      width: 936.81px;
      height: 107.26px;
      border-radius: 18px
    }
    .input-fields1{
      font-size: 47px;
      gap: 20.4px;
    }
    .password {
      font-size: 47px;
    }
    .user-name:hover {
      width: 936.81px;
      height: 117.26px;
      border-radius: 18px
    }
    .enter-your-password{
      height: 93px;
    }
    .input-backgrounds{
      border-radius: 18px;
    }
    .terms-and-conditions{
      font-size: 47px;
    }
    .login-terms-wrapper{
      gap: 15px !important;
    }
    .loginform .sign-in-button {
      margin-top: 0px !important;
    }
    .forgot-password{
      width: 415px;
      height: 71px;
      font-size: 47px;
      margin-top: 30px;
    }
    .forgot-passworddefult{
      width: 435px;
      height: 81px;
    }
    .forgot-passworddefult:hover {
      width: 435px;
      height: 81px;
      line-height: 140%;
      color: #EE2524;
    }
    .forgot-passworddefult:link,
    .forgot-passworddefult:visited {
      color: var(--secondary-color);
      text-decoration: none;
    }
    
    .forgot-passworddefult:active {
      color: #b30000;
    }
    .contact-us{
      width: 936.81px;
      margin: auto;
      margin-top: 0px !important;
    }
    .contact-us > p{
      font-size: 47px;
    }
    .whatsapp-link, .email-link {
      font-size: 37px !important;
    }


    .receive-content > div{
      display: contents;
    }
    .verify-otp .rectangle-parent1{
      margin-top: 351px;
    }
    .verify-otp .heading {
      font-size: 96px;
      width: 237px;
      height: 60px;
  }

    .sub-heading {
    color: #5f5f5f;
    font-size: 57px;
    font-family: Cairo;
    font-weight: 400;
    line-height: 105.2px;
    word-wrap: break-word;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 75px;
    }

    .box-container {
      display: flex;
      gap: 24px;
    }

    .box {
      width: 156.21px;
      height: 161.52px;
      position: relative;
      z-index: 30;
      border-radius: 16.52px;
    }

    .box:hover {
      box-shadow: 0px 0px 8px 0px rgba(238, 37, 36, 1);
      border-radius: 16.52px;
      outline: none;
    }

    .input-otp {
      width: 156.21px;
      height: 161.52px;
      border: none;
      border-radius: 16.52px;
      margin: 0;
      text-align: center;
      position: absolute;
      font-size: 80px;
      background-color: transparent;
      z-index: 30;
      outline: none;
    }

    .input-otp:hover {
      outline: 2px solid #EE2524;
      color: #EE2524;
      cursor: pointer;
      border-radius: 16.52px;
    }

    .box-border {
      width: 156.21px;
      height: 161.52px;
      left: 0;
      top: 0;
      position: absolute;
      border-radius: 16.52px;
      border: 2.48px solid #C5C5C5;
      z-index: 10;
      transition: box-shadow 0.3s ease;
    }

    .box .box-border:focus {
      outline: none;
      border-color: #EE2524;
      border-radius: 16.52px;
    }

    .receive-content {
    font-size: 57px;
    }
  
    .new-project-1-2 {
      width: 500.6px;
      height: 90.8px;
    }

    .sign-in-button{
      width: 936.81px;
      height: 117.26px;
      font-size: 47px;
      margin-top: 40px;
      border-radius: 18px;
    }


    .rectangle-parent2 input[type="checkbox"]{
      width: 48px !important;
      height: 48px !important;
    }
    .contact-links img {
      width: 60px !important; /* or whatever size you want */
    }
    .rectangle-group form{
      margin: auto;
    }
    .heading{
      font-size: 80px;
      margin-top: 50px;
    }
    .button-background{
      border-radius: 18px;
    }
    #countdown{
      font-size: 60px;
    }
    .text-danger {
      font-size: 37px;
    }
    .forgot-password{
      margin-top: 30px;
      font-size: 37px;
    }
  }

  @media screen and (width: 2048px) {
    .rectangle-parent {
      height: 2600px;
    }
    .rectangle-parent1 {
      margin-top: 187px;
    }
    .rectangle-group {
      margin-top: 80px;
      gap: 0;
    }
    
  }

  @media screen and (width: 1920px) {
    /* .sign-in-page {
      height: 1200px;
    } */
    .rectangle-parent {
      height: 2300px;
    }
    .rectangle-parent1 {
      margin-top: 167px;
    }
    .rectangle-group {
      margin-top: 70px;
      gap: 0;
    }
  }

  @media screen and (width: 1680px) {
    /* .sign-in-page {
      height: 1050px; 
    } */
    .rectangle-parent {
      height: 1800px;
    }
    .rectangle-parent1 {
      margin-top: 117px;
    }
    .rectangle-group {
      margin-top: 50px;
      gap: 0;
    }
  }

  @media screen and (width: 1440px) and (height: 900px) {

    .rectangle-parent {
      height: 1300px;
    }
    .set-new-pass-page .rectangle-parent1 {
      margin-top: 70px;
    }
    .rectangle-parent1 {
      margin-top: 110px;
    }
    .login-page .rectangle-parent1 {
      margin-top: 60px;
    }
    .rectangle-group {
      margin-top: 50px;
      gap: 0;
      width: 73%;
      height: 95%;
      border-radius: 18.5px;
    }

    /* Login Page */

    .login-page .rectangle-group {
      margin-top: 40px;
    }
    .email, .password, .login-terms-wrapper, .forgot-password, .contact-us {
      font-size: 19px;
    }

    form .input-fields:first-of-type {
      margin-top: 20px;
    }
    .user-name {
      width: 451.3px;
      height: 53.6px;
    }
    .user-name:hover {
      width: 451.3px;
      height: 53.6px;
      flex-direction: row;
      border-radius: var(--br-4xs-3);
      box-sizing: border-box;
      position: relative;
      border: 1.2px solid var(--design-shadow-color);
      box-shadow: 0px 0px 3px 1px rgba(238, 37, 36, 0.3);
    }
    .error {
      display: block;
      font-size: 20px;
      color: red;
      min-height: 24px;
      margin-top: 5px;
      line-height: 0.6;
    }
    .enter-your-email {
      border: 0;
      width: 93%;
      outline: 0;
      font-family: var(--font-cairo);
      font-size: var(--font-size-lgi);
      background-color: transparent;
      height: 27px;
    }
    .sign-in-button {
      width: 451.3px;
      height: 53.6px;
    }

    .contact-us {
      width: 451.3px;
    }
    .contact-links {
      gap: 14px !important;
    }
    .forgot-passworddefult:link,
    .forgot-passworddefult:visited {
      color: var(--secondary-color);
      text-decoration: none;
    }
    
    .forgot-passworddefult:active {
      color: #b30000;
    }

    /* verify-otp-page */
    .heading {
      font-size: 32px;
      line-height: 30px;
    }
    .verify-otp .sub-heading {
      margin-top: 20px;
    }
    .verify-otp .box-container {
      margin-top: 40px;
    }
    .box-container {
      gap: 28px;
    }

    /* Forgot Passwor Page */

    .forgot-password-mainerror{
      min-height: 30px;
      margin-top: 20px;
      font-size: 20px;
    }
    .forgot-password-page .rectangle-group{
      margin-top: 80px;
    }
    .forgot-password-page .rectangle-parent1 {
      margin-top: 120px;
    }

    /* Otp Verify */
    .receive-content > div{
      display: contents;
    }
  }  

  @media screen and (max-width: 1280px) {
    /* .sign-in-page {
      height: 800px;
    } */
    .rectangle-parent {
      height: 1000px;
    }
    .rectangle-parent1 {
      margin-top: 100px;
    }
    .rectangle-group {
      margin-top: 20px;
      gap: 0;
    }
  }

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

    .rectangle-parent {
      height: 650px;
    }
    .rectangle-parent1 {
      margin-top: 10px;
    }
    .rectangle-group {
      margin-top: 10px;
      gap: 0;
    }
  }
