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

html {
  scroll-behavior: smooth;
}
html::-webkit-scrollbar {
  display: none;
}
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%;
}
/* ----------------------- */
.registration-card {
  position: absolute;
  top: 250px;
  right: 5%;
  width: 400px;
  padding: 30px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.registration-card h4 {
  font-family: "League Spartan", serif;
  font-size: 32px;
  text-align: center;
  color: #ffffff;
}
.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;
}
/* ==================== */

/* ==================== */
@media screen and (max-width: 1800px) {
  .registration-card {
    top: 200px;
  }
}
@media screen and (max-width: 1660px) {
}
@media screen and (max-width: 1440px) {
  .registration-card {
    top: 170px;
    width: 330px;
  }
}
@media screen and (max-width: 1280px) {
  .registration-card {
    top: 150px;
    display: none;
    position: fixed;
    background-color: #31263db2;
  }
  .register {
    display: flex;
  }
}
@media screen and (max-width: 1080px) {
}
@media screen and (max-width: 990px) {
  .registration-card {
    top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .registration-card {
    right: auto;
  }
  .container90 {
    width: 95%;
  }
}
@media screen and (max-width: 550px) {
}
