body,
html {
  margin: 0;
  padding: 0;
  border: 0;
}

canvas {
  margin: 0;
  padding: 0;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.logo_img img {
  width: 20%;
}

.bg-img {
  background: url(../img/last\ kal.png);
  position: relative;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.sub_text {
  font-family: "Roboto", sans-serif;
  font-weight: 900; /* max bold */
  font-size: 26px; /* bigger size */
  color: rgba(240, 240, 255, 1);
  line-height: 2;
  text-align: center;
  max-width: 700px;
  margin: 40px auto 30px auto;
  letter-spacing: 0.6px;

  /* stronger glow */
  text-shadow: 0 0 6px rgba(95, 0, 160, 0.9), 0 0 12px rgba(75, 0, 140, 0.8),
    0 0 20px rgba(65, 0, 130, 0.7), 0 0 30px rgba(55, 0, 120, 0.6);
}

.alignment_text {
  max-width: 700px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text {
  position: absolute;
  left: 0;
  top: 10%;
  margin: auto;
  text-align: center;
}

.text1 {
  position: absolute;
  top: 28%;
  right: 100px;
  text-align: right;
}

/*************NOTIFY ME BUTTON AND FIELD*************/
.btn {
  padding: 8px 35px 8px 35px;
  font-size: 16px !important;
  font-family: "Roboto", sans-serif !important;
  color: rgb(255, 255, 255) !important;
  border-radius: 100px !important;
  text-align: center;
  text-decoration: none;
  z-index: 99;
  border: 0 solid transparent;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  background-size: 200% auto;
}

.btn:hover {
  color: #ffffff !important;
  background-color: #cb418d;
}

.input-group-append {
  margin-left: -50px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.input-group > .form-control:focus {
  z-index: 1;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.display-error {
  color: white;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.display-error.show {
  opacity: 1;
}

/**********************SOCIAL ICONS********************/
ul.icons li {
  text-align: center;
  list-style: none;
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 5px;
  z-index: 99999;
}

ul.icons li i.fa-facebook-f {
  width: 40px;
  height: 40px;
  background-color: transparent;
  color: #3b5998;
  border-radius: 50px;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  padding-top: 10px;
}

ul.icons li i.fa-facebook-f:hover {
  color: #ffffff;
  background-color: #3b5998;
}

ul.icons li i.fa-twitter {
  width: 40px;
  height: 40px;
  color: #00acee;
  background-color: transparent;
  border-radius: 50px;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  padding-top: 10px;
}

ul.icons li i.fa-twitter:hover {
  color: #ffffff;
  background-color: #00acee;
}

ul.icons li i.fa-linkedin-in {
  color: #0e76a8;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50px;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  padding-top: 10px;
}

ul.icons li i.fa-linkedin-in:hover {
  color: #ffffff;
  background-color: #0e76a8;
}

ul.icons li i.fa-instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50px;
  -webkit-transition: 0.8s ease !important;
  -o-transition: 0.8s ease !important;
  transition: 0.8s ease !important;
  padding-top: 10px;
}

ul.icons li i.fa-instagram:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  -webkit-background-clip: unset;
  -webkit-text-fill-color: white;
}

/****************MEDIA QUERIES***************/

@media screen and (width: 1024px) {
  .text {
    top: 30%;
  }

  .text1 {
    top: 32%;
  }
}

@media screen and (width: 768px) {
  .text1 {
    right: 45px;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    padding: 8px 28px 8px 28px;
  }
  .sub_text {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .alignment_text {
    width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
  ul.icons li {
    display: inline-block;
    padding-left: 4px;
  }
  .text1 {
    top: 70%;
    text-align: center;
    right: 0;
    left: 0;
  }
  .logo img {
    width: 65%;
  }
}

.logo img {
  width: 100%;
  max-width: 420px; /* You can increase if needed */
  height: auto;
  display: block;
  margin: 0 auto;

  box-shadow: 0 0 20px rgba(75, 0, 130, 0.9), 0 0 40px rgba(64, 0, 100, 0.8),
    0 0 60px rgba(48, 0, 80, 0.7), 0 0 80px rgba(30, 0, 50, 0.6),
    0 0 100px rgba(20, 0, 30, 0.6);
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
}

.logo img:hover {
  box-shadow: 0 0 30px rgba(110, 0, 180, 1),
    /* Brightened dark purple */ 0 0 60px rgba(75, 0, 130, 0.9),
    0 0 90px rgba(48, 0, 80, 0.8), 0 0 120px rgba(30, 0, 50, 0.8);
}

@media screen and (max-width: 767px) {
  .logo img {
    max-width: 200px;
  }
}

.mobile-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile-br {
    display: inline;
  }
}

@media screen and (max-width: 375px) {
  .hide-small {
    display: none;
  }
  .sub_text {
    margin-bottom: 8px; /* Reduced from 50px or whatever the current value is */
  }
}

@media screen and (min-width: 767px) and (max-width: 820px) and (orientation: portrait) {
  /* iPad Mini and similar tablets in portrait */
  .hide-ipad {
    display: none;
  }

  .sub_text {
    margin-bottom: 6px; /* Reduced from 50px or whatever the current value is */
  }
}

@media screen and (min-width: 520px) and (max-width: 560px) {
  /* Surface Duo range */
  .hide-duo {
    display: none;
  }
  .sub_text {
    margin-bottom: 8px; /* Reduced from 50px or whatever the current value is */
  }
}

/* For short-height screens like laptops */
@media screen and (min-height: 650px) and (max-height: 750px) {
  .logo img {
    max-width: 300px;
  }

  .text {
    top: 3vh;
  }

  .sub_text {
    font-size: 22px;
    line-height: 1.6;
    margin: 20px auto 10px auto;
  }

  .alignment_text {
    max-height: 80vh;
    overflow: hidden;
  }
}

/* For tall desktop screens */
@media screen and (min-height: 751px) {
  .logo img {
    max-width: 420px;
  }

  .text {
    top: 10vh;
  }

  .sub_text {
    font-size: 26px;
    line-height: 2;
    margin: 40px auto 30px auto;
  }
}

@media screen and (max-width: 767px) {
  .logo img {
    max-width: 250px !important;
  }

  .text {
    top: 5vh !important;
  }

  .sub_text {
    font-size: 20px !important;
    margin: 20px auto 10px auto !important;
    line-height: 1.5 !important;
  }

  .alignment_text {
    max-height: unset !important;
    overflow: visible !important;
  }
}
