@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:var(--body-text-body-large-font-weight),600,500,400,700|Potta+One:400");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
:root {
  --body-text-body-large-font-family: "Poppins", Helvetica;
  --body-text-body-large-font-weight: 400;
  --body-text-body-large-font-size: 16px;
  --body-text-body-large-letter-spacing: 0.08px;
  --body-text-body-large-line-height: 25px;
  --body-text-body-large-font-style: normal;
}

.macbook-pro {
  background-color: #ffffff;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

.left-section {
  min-height: 400px;
  position: relative;
}

.rectangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  min-height: 100vh;
}

.content-container {
  width: 100%;
  max-width: 642px;
  margin: 0 auto;
}

.header-section {
  margin-bottom: 30px;
}

.sign-up-to-your-hi {
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: clamp(20px, 4vw, 31.9px);
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}

.text-wrapper {
  font-weight: 700;
  color: #929f1a;
}

.span {
  font-weight: 600;
  color: #100f14;
}

.have-an-account {
  display: flex;
  align-items: flex-start;
  gap: 7.97px;
  padding: 1.59px;
  margin-bottom: 20px;
}

.already-have-an {
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #494759;
  font-size: clamp(12px, 2vw, 13.4px);
  letter-spacing: 0;
  line-height: 1.6;
}

.text-wrapper-2 {
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #494759;
  font-size: clamp(12px, 2vw, 13.4px);
  letter-spacing: 0;
}

.text-wrapper-3 {
  font-weight: 700;
}

.signup-form {
  width: 100%;
}

.text-field {
  margin-bottom: 20px;
}

.div-2 {
  position: relative;
  margin-bottom: 8px;
}

.label,
.input-label,
.label-2 {
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #312f38;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  display: block;
  margin-bottom: 8px;
}

.text-field-2 {
  width: 100%;
  height: 44.63px;
  border-radius: 7.97px;
  /* border: none; */
  padding: 10px 15px;
  font-family: "Poppins", Helvetica;
  font-size: 16px;
  background: white;
  position: relative;
}

.text-field-2::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.8px;
  border-radius: 7.97px;
  background: linear-gradient(
    180deg,
    rgba(166, 166, 166, 1) 0%,
    rgba(0, 64, 40, 1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.text-field-2:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(146, 159, 26, 0.3);
}

.password-hide-see {
  display: inline-flex;
  align-items: center;
  gap: 6.38px;
  position: absolute;
  top: 13px;
  right: 15px;
  cursor: pointer;
}

.img {
  width: 19.13px;
  height: 19.13px;
}

.text-wrapper-4 {
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #9794aa;
  font-size: 14.3px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
}

.password-setup {
  margin-bottom: 20px;
}

.bullet-point {
  display: flex;
  align-items: center;
  gap: 6.38px;
  padding: 6.38px 6.38px 6.38px 0px;
}

.ellipse {
  width: 6.38px;
  height: 6.38px;
  background-color: #9794aa;
  border-radius: 50%;
  flex-shrink: 0;
}

.text-wrapper-5 {
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #9794aa;
  font-size: clamp(10px, 1.5vw, 11.2px);
  letter-spacing: 0;
  line-height: normal;
}

.check-box {
  display: flex;
  align-items: flex-start;
  gap: 6.38px;
  padding: 6.38px 6.38px 6.38px 0px;
  margin-bottom: 20px;
}

.i-want-to-receive {
  flex: 1;
  font-family: var(--body-text-body-large-font-family);
  font-weight: var(--body-text-body-large-font-weight);
  color: #494759;
  font-size: clamp(13px, 2vw, 16px);
  letter-spacing: var(--body-text-body-large-letter-spacing);
  line-height: var(--body-text-body-large-line-height);
  font-style: var(--body-text-body-large-font-style);
}

.frame {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.sign-UP-wrapper {
  display: flex;
  width: 200px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background-color: #929f1a;
  border-radius: 29.65px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.sign-UP-wrapper:hover {
  background-color: #7a8516;
}

.sign-UP {
  font-family: "Poppins", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 17.8px;
  text-align: center;
  letter-spacing: 1.19px;
  line-height: normal;
}

.do-you-have-an {
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  font-size: clamp(12px, 2vw, 12.8px);
  letter-spacing: 0.06px;
  line-height: 19.9px;
  margin-top: 20px;
}

.text-wrapper-6 {
  color: #494759;
  letter-spacing: 0.01px;
}

.text-wrapper-7 {
  font-weight: 700;
  color: #929f1a;
  letter-spacing: 0.01px;
  text-decoration: none;
  cursor: pointer;
}

.text-wrapper-7:hover {
  text-decoration: underline;
}

.group {
  position: fixed;
  bottom: -235px;
  right: -169px;
  width: 396px;
  height: 429px;
  pointer-events: none;
  z-index: 10;
}

.ellipse-2 {
  position: absolute;
  top: 43px;
  left: 0;
  width: 386px;
  height: 386px;
  background-color: #abba21;
  border-radius: 50%;
}

.ellipse-3 {
  position: absolute;
  top: 27px;
  left: 3px;
  width: 393px;
  height: 393px;
  border-radius: 50%;
  border: 2px solid #a6a6a6;
}

.ellipse-4 {
  position: absolute;
  top: 12px;
  left: 3px;
  width: 393px;
  height: 393px;
  border-radius: 50%;
  border: 1.5px solid #5c5c5c;
}

.ellipse-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 393px;
  height: 393px;
  border-radius: 50%;
  border: 1px solid #000000;
}

.group-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 37%,
    rgba(217, 217, 217, 0) 99%
  );
  pointer-events: none;
}

.hungry-check-out {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 664px;
  font-family: "Potta One", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: clamp(24px, 5vw, 46px);
  text-align: center;
  letter-spacing: clamp(2px, 1vw, 11.50px);
  line-height: 1.4;
  z-index: 2;
}

.text-wrapper-8 {
  letter-spacing: clamp(2px, 0.8vw, 5.29px);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .left-section {
    min-height: 300px;
    order: 1;
  }

  .right-section {
    order: 2;
    min-height: auto;
    padding: 30px 20px;
  }

  .hungry-check-out {
    bottom: 40px;
  }

  .content-container {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .left-section {
    min-height: 250px;
  }

  .password-setup .row {
    flex-direction: column;
  }

  .sign-UP-wrapper {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 575.98px) {
  .left-section {
    min-height: 200px;
  }

  .right-section {
    padding: 20px 15px;
  }

  .have-an-account {
    text-align: center;
    justify-content: center;
  }
}
