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

body {
  font-family: "Montserrat", sans-serif;
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: #0d0e1c;
}

.background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  z-index: -1;
} 
.mobile-bg {
  display: none;
}
.main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(35, 36, 58, 0) 0%,
    rgba(14, 15, 29, 0.3) 43%,
    rgba(14, 15, 29, 1) 75%
  );
}

.header {
  direction: ltr;
  position: relative;
  height: 85px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 179px;
  z-index: 10;
}

.logo {
  width: 205px;
  height: 45px;
}

.auth-buttons {
  display: flex;
  gap: 15px;
}

.language-selector {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

#translate-text {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  background: none;
  color: #00ffdb;
  height: 25px;
  text-align: center;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  /* box-shadow: no; */
  padding: 0 10px;
  appearance: none;
  outline: none;
}

#translate-text {
  position: relative;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2300ffdb"><path d="M7 10l5 5 5-5H7z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0px center;
  background-size: 12px;
}
/* Styling dropdown options */
#translate-text option {
  background-color: #1c1a1a;
  color: #00ffdb;
  font-size: 14px;
  padding: 10px;
}

.promo-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  margin-bottom: 50px;
}

.promo-left {
  position: relative;
  z-index: 2;
  max-width: 650px;
  margin-top: 22px;
}

.promo-title {
  font-family: "Oswald", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 79px;
  text-transform: uppercase;
  color: #00ffdb;
  margin-bottom: 20px;

  display: inline;

  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 12px;
  margin-bottom: 21px;
}

.promo-tail {
  font-family: "Oswald", sans-serif;
  font-size: 27px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: -71px;
  margin-left: 267px;
}

/* .promo-subtitle {
  color: #ffffff;
  margin-bottom: 21px;
} */

.claim-btn {
  padding: 12px 30px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  background-color: #00ffdb;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  animation: pulse 2s infinite;
  box-shadow: 0px 0px 16px rgba(0, 255, 219, 1);
  transition: all 0.3s ease;
  margin-bottom: 25px;
  margin-top: 25px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(93, 96, 163, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(93, 96, 163, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(93, 96, 163, 0);
  }
}

.claim-btn:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 20px rgba(0, 255, 219, 1);
}

.promo-heading {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 53px;
  color: #ffffff;
  margin-bottom: 16px;
}

.promo-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 16px;
}

.promo-right {
  left: 10px;
  position: relative;
  z-index: 1;
}

@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* Adjust this value for more/less movement */
  }
}

.content-row {
  position: relative;
  display: flex;
  gap: 50px;
  width: 100%;
  max-width: 1400px;
  padding: 0 25px;
  margin-bottom: 110px;
}

.terms-container {
  flex: 1;
  min-width: 0;
}
@media (max-width: 1360px) {
  .terms-list {
    font-size: 11px !important;
    font-weight: 400;
    line-height: 17px;
    margin-left: 8px;
  }
}

@media (max-width: 1200px) {
  .promo-tail {
    margin-left: 283px;
  }
  .step-card {
    flex: 0 0 121px;
    height: 121px !important;
    scroll-snap-align: start;
  }

  .step-icon {
    width: 55px !important;
    height: 55px !important;
    top: -35px !important;
  }

  .step-text {
    font-size: 8px !important;
    line-height: 15px !important;
    margin-top: 7px !important;
  }
  .content-row {
    flex-direction: column;
  }

  .steps-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
  }
  .terms-title {
    font-size: 10px;
    font-weight: 700;
    line-height: 25px;
  }
}

.steps-container {
  display: flex;
  gap: 35px;
  margin-bottom: 50px;
  padding: 0 0px;
  flex: 1;
}

.step-card {
  height: 198px;
  width: 100%;
  max-width: 200px;
  background: linear-gradient(180deg, #272842 0%, #5d60a3 100%);
  border-radius: 22px;
  padding: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.step-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}

.step-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  margin-top: 50px;
}
.terms-desktop {
  display: block;
}

.terms-mobile {
  display: none;
}

.terms-container {
  position: absolute;
  right: 25px;
  top: 0px;
  display: flex;
  /* gap: 50px; */
  padding: 0 40px 0 0;
  margin-bottom: 50px;
  flex: 1;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.terms-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 15px;
}

.terms-list {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: #a2a3b7;
  margin-left: 14px;
}

@media (max-width: 1200px) {
  .header {
    padding: 0px 90px;
  }
  .terms-container {
    position: absolute;
    right: 25px;
    top: -14px;
    display: flex;
    /* gap: 50px; */
    padding: 0 0px;
    margin-bottom: 50px;
    flex: 1;
    align-content: flex-end;
    flex-wrap: wrap;
  }
  .promo-title {
    font-size: 60px;
    line-height: 80px;
  }

  .promo-subtitle {
    font-size: 34px;
    line-height: 50px;
  }
}
@media (min-width: 800px) and (max-width: 992px) {
	.terms-container {
    flex-direction:row;
	display: block;
	position: relative;
	padding: 0 !important;
  }
  .step-card {
    flex: 0 0 170px;
  }
    .step-text {
    font-size: 11px !important;
    font-weight: bold;
  }
  .terms-list {
    font-size: 11px !important;
    font-weight: 400;
    line-height: 22px;
    color: #a2a3b7;
  }
  .content-row{
    margin-top: -202px;
	flex-direction: row;
  }
}
@media (max-width: 992px) {
  .promo-tail {
    margin-left: 178px;
    margin-top: -42px;
    font-size: 15px;
  }

  .steps-container {
    gap: 10px;
  }
  .promo-container {
    flex-direction: column;
  }

  .promo-right {
    height: 39px;
    margin-top: 63px;
  }

  .terms-container {
    flex-direction: column;
    top: -84px;
  }
}

@media (max-width: 819px) {
  .promo-left {
    margin-top: 0;
  }
  .header {
    padding: 0 20px;
  }

  .nav-links {
    display: none;
  }

  .promo-title {
    font-size: 50px;
    line-height: 70px;
  }

  .promo-subtitle {
    font-size: 30px;
    line-height: 40px;
  }

  .steps-container {
    flex-direction: column;
    align-items: center;
  }

  .step-card {
    width: 100%;
    max-width: 300px;
    padding: 1px;
  }

  .terms-container {
    align-content: flex-start;
    flex-wrap: wrap;
    padding-left: 68px;
    top: -228px;
  }
}

@media (max-width: 992px) {
  .claim-btn {
    font-size: 16px;
  }
  .logo {
    width: 105px;
  }

  .nav-links {
    gap: 20px;
  }

  .auth-buttons {
    gap: 5px;
  }

  .sign-in-btn {
    font-size: 10px;
    padding: 10px 15px;
  }

  .sign-up-btn {
    padding: 11px 15px;
    font-size: 10px;
  }

  .language-text {
    font-size: 10px;
  }
  .promo-container {
    width: 100%;
  }

  .promo-title {
    font-size: 36px;
    line-height: 51px;
  }

  .promo-subtitle {
    font-size: 22px;
    line-height: 46px;
  }
  .main-content {
    padding: 0%;
  }

  .content-row {
    margin-top: 94px;
  }
  .promo-heading {
    position: relative;
    top: 188px;
    font-size: 25px;
    line-height: 25px;
    margin-top: -120px;
    margin-bottom: 68px;
  }

  .promo-text {
    position: relative;
    top: 128px;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    color: #ffffff;
    margin-bottom: 43px;
  }
  .terms-list {
    font-size: 10px !important;
    font-weight: 400;
    line-height: 17px;
    color: #a2a3b7;
    margin-left: 8px;
  }
}

@media (max-width: 819px) {
  .claim-btn {
    font-size: 16px;
  }
  .promo-right {
    height: 215px;
    margin-top: 50px;
  }
  .steps-container {
    flex-direction: row;
    /* overflow-x: auto; */
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 0 0px 15px;
    margin-bottom: 20px;
    position: relative;
    top: -176px;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .step-card {
    flex: 1 0 132px;
    height: 128px !important;
    scroll-snap-align: start;
    max-width: none;
  }

  .step-icon {
    width: 55px;
    height: 55px;
    top: -35px;
  }
  .content-row {
    margin-top: 268px;
  }

  .step-text {
    margin-top: 16px !important;
    font-size: 13px !important;
  }

  .terms-desktop {
    /* display: none; */
    position: relative;
    top: 67px;
  }

  .terms-trigger-container {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-top: 10px;
  }

  .term-image {
    /* Base size for all devices */
    width: 20px;
    height: 20px;

    /* Apple-specific adjustments */
    @supports (-webkit-touch-callout: none) {
      width: 18px;
      height: 18px;
      max-width: 18px; /* Prevents iOS scaling */
    }

    /* Prevent automatic iOS image scaling */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }

  .terms-title {
    margin: 0;
    font-size: 16px;
    color: white;
  }
}
@media (max-width: 800px) {
  .step-text{
    margin-top: 23px !important;
    font-size: 13px !important;
    font-weight: bold;
  }
  .terms-container {
    top: -231px;
  }
}
@media (max-width: 799.80px) {

  .terms-container {
    top: -94px;
  }
}
@media (max-width: 480px) {
  .promo-title {
    font-size: 33px !important;
    line-height: 41px !important;
  }
  .desktop-bg {
    display: none;
  }
  .mobile-bg {
    display: block;
  }
}
@media (max-width: 480px) {
  .terms-desktop {
    top: 445px;
  }

  .steps-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 10px;
  }

  .step-card {
    flex: 0 0 auto;
    height: auto;
    width: 100%;
    max-width: 100%;
    scroll-snap-align: start;
    padding: 20px;
    margin-bottom: 20px;
  }

  .step-text {
    margin-top: 17px !important;
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .terms-list {
    font-size: 10px !important;
  } 
  .terms-title {
    font-size: 16px;
  }
}
