/* font-family: "League Spartan", serif; */
/* font-family: "Roboto", serif; */

body {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none !important;
}
a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

.textOrg {
  color: #fe7301;
}
.customSection {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container90 {
  width: 90%;
}
.customSection h2 {
  margin: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 74px;
  /* text-align: center; */
  font-family: "League Spartan", serif;
}
.customSection .para {
  margin: 0;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  color: #555555;
  font-family: "Roboto", serif;
}
/* ----------------------- */

.registration-card {
  position: absolute;
  top: 250px;
  right: 5%;
  width: 400px;
  padding: 1rem 0 !important;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  background-color: #ffffff;
/*   background: rgba(255, 255, 255, 0.1); */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.registration-card h4 {
  margin-top: 0.5rem;
  font-family: "League Spartan", serif;
  font-size: 32px;
  line-height: 30px;
  text-align: center;
  color: #fe7301;
}

.form-control {
  background: rgba(255, 255, 255, 0.3);
  border: none;
  padding: 12px;
  height: 45px;
  border-radius: 8px;
  font-size: 16px;
  font-family: "Roboto", serif;
}
.form-control::placeholder {
  color: #252525;
}
.form-control:focus {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.btn-submit {
  border: none;
  width: 200px;
  height: 50px;
  color: #ffffff;
  background-color: #fe7301;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  font-family: "Roboto", serif;
}
.btn-submit img {
  width: 23px;
}
.register {
  position: fixed;
  right: -52px;
  top: 30%;
  border: none;
  height: 45px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  background-color: #fe7301;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
  font-family: "Roboto", serif;
  rotate: 270deg;
  z-index: 999;
  display: none;
}

/* ==================== */
.specialCardHeader {
  display: none !important;
}
/* ==================== */
@media screen and (max-width: 1800px) {
  .registration-card {
    top: 200px;
  }
}
@media screen and (max-width: 1660px) {
  .customSection h2 {
    font-size: 54px;
    line-height: 64px;
  }
  .customSection .para {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1440px) {
  .customSection h2 {
    font-size: 48px;
    line-height: 54px;
  }
  .customSection .para {
    font-size: 24px;
    line-height: 34px;
  }
  .registration-card {
    top: 100px;
    width: 350px;
  }
}
@media screen and (max-width: 1280px) {
  .customSection h2 {
    font-size: 44px;
    line-height: 50px;
  }
  .customSection .para {
    font-size: 22px;
    line-height: 30px;
  }
  .registration-card {
    /* top: 150px; */
    /* display: none; */
    /* position: fixed; */
    background-color: #31263db2;
  }
}
@media screen and (max-width: 1080px) {
  .customSection h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .customSection .para {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 990px) {
  .customSection h2 {
    font-size: 38px;
    line-height: 42px;
  }
  .customSection .para {
    font-size: 18px;
    line-height: 22px;
  }
  .registration-card {
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .customSection h2 {
    font-size: 34px;
    line-height: 38px;
  }
  .customSection .para {
    font-size: 16px;
    line-height: 20px;
  }
  .registration-card {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0rem;
  }
  .specialCardHeader {
    display: flex !important;
    background-color: #fe7301;
  }
  .specialCardHeader h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
  }
}
@media screen and (max-width: 550px) {
  .registration-card {
    bottom: 0rem;
  }
  .customSection h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .customSection .para {
    margin-top: 0.5rem;
  }
  .customSection .para br {
    display: none;
  }
  .customSection .para {
    font-size: 16px;
    line-height: 20px;
  }
}

.callBtn {
  position: fixed;
  bottom: 140px;
  right: 20px;
  background-color: #fe7301;
  color: #ffffff;
  border: none;
  padding: 16px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  z-index: 1000;
  transition: 0.3s;
  animation: blink 10s linear infinite;
  border: 4px solid #eee;
}
@keyframes blink {
  0% {
    background-color: #fd6102;
    border-color: #ffffff;
  }
  50% {
    background-color: #ffffff;
    border-color: #000000;
  }
  100% {
    background-color: #fd6102;
    border-color: #ffffff;
  }
}
.callBtn img {
  width: 30px;
  height: 30px;
}
.callBtn:hover {
  transition: 0.3s;
  transform: scale(1.1);
  background-color: #fd6102;
}
@media screen and (max-width: 768px) {
  .callBtn {
    bottom: 230px;
    right: 8px;
  }
  .callBtn img {
    width: 25px;
    height: 25px;
  }
}
