html,
body {
  background: #0b1226;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.logo {
  text-align: center;
}
.logo img {
  max-width: 348px;
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  .logo img {
    max-width: 248px;
    margin-bottom: 40px;
  }
}

.subscription-success {
  font-size: 16px;
  text-align: center;
  color: #2ecc71;
  display: none;
}

/* Social Media Icons */
.social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
  list-style: none;
  padding: 0;
}

.social-media li {
  margin: 0;
}

.social-media .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-media .social-icon svg {
  width: 20px;
  height: 20px;
}

.social-media .facebook .social-icon {
  background-color: #1877f2;
  color: #fff;
}
.social-media .twitter .social-icon {
  background-color: #1da1f2;
  color: #fff;
}
.social-media .instagram .social-icon {
  background: linear-gradient(45deg, #e4405f, #8a3ab9);
  color: #fff;
}
.social-media .tiktok .social-icon {
  background-color: #000000;
  color: #fff;
}

.social-media .social-icon:hover {
  transform: translateY(-2px);
  opacity: 1;
}

@media (max-width: 520px) {
  .social-media {
    margin-top: 40px;
  }

  .social-media .social-icon {
    width: 30px;
    height: 30px;
    opacity: 1;
  }

  .social-media .social-icon svg {
    width: 16px;
    height: 16px;
  }
}

/* Form Elements */
.wrap-input100 {
  position: relative;
  max-width: calc(100% - 10px);
  width: 500px;
  z-index: 1;
}

.input100 {
  display: block;
  width: 100%;
  background: #fff;
  height: 60px;
  border-radius: 35px;
  padding: 0 40px;
}

.focus-input100 {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(21, 188, 244, 0.5);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

.subscribe-button {
  min-width: 160px;
  height: 60px;
}
@media (max-width: 520px) {
  .input100 {
    height: 50px;
    padding: 0 25px;
    width: 100%;
  }
  .subscribe-button {
    height: 50px;
    width: 100%;
  }
}

/* Form Validation */
.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 16px;
  padding: 5px 30px 6px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: 'Poppins', sans-serif;
  color: #c80000;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: '\f06a';
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

/* Background Slideshow */
.simpleslide100 {
  display: block;
  position: fixed;
  z-index: 0;
  width: calc(100vw + 20px);
  height: 100vh;
  top: 0;
  left: -10px;
  overflow: hidden;
}

.simpleslide100-item {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* Typography */
.s2-txt2 {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #0b1226;
}

.s2-txt3 {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
}

.m2-txt1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 520px) {
  .m2-txt1 {
    font-size: 16px;
  }
}
@media (max-width: 376px) {
  .m2-txt1 {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .m2-txt1 {
    font-size: 14px;
  }
}

.l1-txt1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.1;
  color: #fff;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .l1-txt1 {
    font-size: 50px;
  }
}
@media (max-width: 660px) {
  .l1-txt1 {
    font-size: 44px;
  }
}
@media (max-width: 620px) {
  .l1-txt1 {
    font-size: 60px;
    padding-bottom: 10px;
  }
  .l1-txt1 div {
    max-width: 448px;
  }
}
@media (max-width: 520px) {
  .l1-txt1 {
    font-size: 44px;
    padding-bottom: 10px;
  }
  .l1-txt1 div {
    max-width: 380px;
  }
}
@media (max-width: 360px) {
  .l1-txt1 {
    font-size: 36px;
  }
  .l1-txt1 div {
    max-width: 300px;
  }
}

.l2-txt1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 33px;
  line-height: 1.2;
  color: #15bcf4;
  text-align: center;
}
@media (max-width: 768px) {
  .l2-txt1 {
    font-size: 27px;
  }
}
@media (max-width: 660px) {
  .l2-txt1 {
    font-size: 24px;
  }
}
@media (max-width: 520px) {
  .l2-txt1 div {
    max-width: 360px;
  }
}
@media (max-width: 360px) {
  .l2-txt1 {
    font-size: 20px;
  }
  .l2-txt1 div {
    max-width: 300px;
  }
}

/* Layout */
.main {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 520px) {
  .main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.size1 {
  width: 100%;
  min-height: 100vh;
}

/* Mobile: reduce excessive vertical spacing */
@media (max-width: 520px) {
  .size1 {
    min-height: calc(100vh - 30px);
  }
}

.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.where1 {
  margin: 0 5px 10px 5px;
}

.overlay1 {
  position: relative;
  z-index: 1;
  width: 100vw;
  min-height: 100vh;
}
.overlay1::before {
  content: '';
  display: block;
  position: fixed;
  z-index: -1;
  width: calc(100% + 20px);
  height: 100%;
  top: 0;
  left: -10px;
  background-color: rgba(11, 18, 38, 0.93);
}

/* Form Styling */
.placeholder0::-webkit-input-placeholder {
  color: #999999;
}
.placeholder0:-moz-placeholder {
  color: #999999;
}
.placeholder0::-moz-placeholder {
  color: #999999;
}
.placeholder0:-ms-input-placeholder {
  color: #999999;
}

.how-btn1 {
  border-radius: 35px;
  background-color: #15bcf4;
  padding-right: 20px;
  padding-left: 20px;
}

.how-btn1:hover {
  background-color: #1392c1;
}
