* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
body {
  font-family: 'Segoe UI', sans-serif;
  background: #fff;
  color: #222;
  line-height: 1.6;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
body::before {
    content: '';
    position: absolute;
    top: 39px;
    left: -150px;
    width: 333px;
    height: 331px;
    background-color: rgba(30, 131, 255, 0.29);
    border-radius: 50%;
    filter: blur(140px);
    z-index: 0;
}
body::after {
    content: '';
    position: absolute;
    bottom: -150px;
    right: -150px;
    width: 333px;
    height: 331px;
    background-color: rgba(30, 131, 255, 0.29);
    border-radius: 50%;
    filter: blur(140px);
    z-index: 0;
}


a {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  font-size: 16px;
}
.text{
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
}


.nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 5%;
  border-bottom: 1px solid #eee;
}
.logo{
  width: 54px;
  height: 54px;
}
.logo img {
  height: 100%;
}
nav ul{
  display: flex;
  gap: 50px;
  align-items: center;
}


.coming-soon-btn {
  padding: 8px 15px;
  background: #e6f0ff;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  width: 221px;
  height: 54px;
  color: #005FD3;
}
.soon{
  display: flex;
  align-items: center;
  gap: 12px;
}
.launch-container {
    display: flex;
    width: 100%;
    padding: 0 100px;
    align-items: center;
    gap: 280px;
    background-image: url(../images/Style5.png);
    background-size: contain;
    background-position: center;
}
.text-section {
  max-width: 50%;
}
.soon-img{
  width: 22px;
  height: 21px;
}
.soon-img img{
  width: 100%;
  height: 100%;
}

.launching-soon {
font-weight: 600;
font-size: 24px;
line-height: 100%;
letter-spacing: 0px;
color: #1E83FF;
}
.highlight {
  width: 672px;
  height: 197px;
}
.when {
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0px;

  background: radial-gradient(circle at 30% 50%, #1599FF, #00426A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Firefox support */
  background-clip: text;
  color: transparent;
}

.noti-text{
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0px;
}

.description {
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 0px;
}
.form-section{
  margin-top: 70px;
}

.notify-form {
  display: flex;
  gap: 24px;
}

.notify-form input {
width: 360px;
height: 48px;
gap: 6px;
padding:  0 14px 0px;
border-radius: 8px;
border: 1px solid #D0D5DD;
}
.notify-form input::placeholder{
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color:  #667085;
}

.notify-form button {
width: 116px;
height: 48px;
padding-top: 12px;
padding-right: 20px;
padding-bottom: 12px;
padding-left: 20px;
gap: 8px;
border-radius: 8px;
border-width: 1px;
background-color: #1E83FF;
border: none;


font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #fff;

}

.user-agreement {
  font-size: 12px;
  color: #1570ef;
  display: inline-block;
  margin-top: 10px;
}

.image-section {
  position: relative;
  margin-top: 22px;
}

.phone {
  position: relative;
  width:312px;
}

.phone img {
  width: 100%;

}

.anywhere {
  top: 20%;
  left: -50px;
  position: absolute;
  background: #1570ef;
  color: white;
  padding: 10px 29px;
  border-radius: 15px;
  font-size: 12px;

  display: flex;
  gap: 13px;

}

.anytime {
  bottom: 144px;
  right: -50px;
  position: absolute;
  background: #1570ef;

  padding: 10px 29px;
  display: flex;
  gap: 13px;
  background-color: #fff;
  border: 0.5px solid #1E83FF;
  border-radius:16px ;
}





/* Limit the main container width to 1800px and center it */

@media (min-width: 1920px) {
.launch-container {
  display: flex;
    width: 100%;
    align-items: center;
    gap: 280px;
    background-image: url(../images/Style5.png);
    background-size: contain;
    background-position: center;
    height: 100%;
}
.highlight{
  width: 874px;
  height: 275px;
}
.phone {
  position: relative;
  width:410px;
}
.phone img {
  width: 100%;

}
.noti-text{
  font-weight: 700;
  font-size: 115px;
  line-height: 100%;
  letter-spacing: 0px;
}
.when {
  font-weight: 700;
  font-size: 112px;
  line-height: 100%;
  letter-spacing: 0px;

  background: radial-gradient(circle at 30% 50%, #1599FF, #00426A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Firefox support */
  background-clip: text;
  color: transparent;
}
.text-section{
margin-bottom: 124px;
}
.description {
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 0px;
}
.form-section{
  margin-top: 37px;
}
.image-section {
  position: relative;
  margin-top: -75px;

}
}

/* Responsive input and button on smaller screens */
@media (max-width: 600px) {
  .notify-form {
    flex-direction: column;
    gap: 16px;
  }

  .notify-form input, .notify-form button {
    width: 100%;
    max-width: none;
  }

  .anywhere, .anytime {
    position: static;
    margin-top: 10px;
    justify-content: center;
  }

  .phone {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}


