/* Register */
.form-container {
  max-width: 600px;
  margin: 0 auto; 
  /* background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  font-family: "Albert Sans", sans-serif;
  padding: 50px 0;
}

.form-control {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 15px;
  height: auto;
  box-shadow: 0px 4px 8px 0px #00000008;
}

.form-control:focus {
  border-color: #ddd;
  box-shadow: 0px 4px 8px 0px #00000008;
}

.form-label {
  font-weight: 400;
  color: #333;
  margin-bottom: 8px;
}

.btn-primary {
  background-color: #712DB0;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  margin-top: 20px;
}

.sign-in-link {
  text-align: center;
  margin-top: 20px;
  color: #666;
}

.sign-in-link a {
  color: #333;
  text-decoration: underline;
  font-weight: 500;
}

.isd-input {
  max-width: 80px;
}

/* .input-group .form-control {
  border-left: none;
} */

.input-group .isd-input {
  border-right: none;
  background: white;
}

.form-select {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 15px;
  height: auto;
}

.form-select:focus {
  border-color: #712DB0;
  box-shadow: 0px 2px 6px 0px #00000014;
}

.register-wrap {
  font-family: "Albert Sans", sans-serif;
}

.register-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 13rem;
  padding: 50px 30px;
}

.register-wrap h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 25px;
}

.register-wrap h1 span {
    color: #fd9516;
}

.register-wrap h2 {
    font-weight: 700;
}

.register-wrap img {
    width: 20%;
}

/* Sign in */
.sign-in-wrap {
  max-width: 500px;
  margin: 0 auto; 
}

/* Navbar */
.navbar-6 {
  background-color: #fff;
}

.navbar-6 .navbar-expand-lg .navbar-brand img {
  width: 100px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.navbar-6 .navbar-expand-lg .navbar-nav {
  margin: 0;
  margin-left: auto !important;
  margin-right: auto !important;
}

.navbar-6 .navbar-expand-lg .navbar-collapse {
  margin-left: 68px;
}

@media screen and (max-width: 768px) {
  .navbar-6 .navbar-expand-lg .navbar-collapse {
    margin-left: 0px;
  }
}

.navbar-6 .navbar-expand-lg .navbar-nav .nav-item {
  margin-right: 30px;
  font-size: 16px;
}

.navbar-6 .navbar .navbar-nav .nav-item .nav-link {
  color: #000;
  font-family: "Albert Sans", sans-serif;
  position: relative;
}

.navbar-6 .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #000;
}

.navbar-6 .navbar .navbar-toggler {
  border: none;
  margin-top: 0px;
  padding: 0px;
  font-size: 18px;
  color: #000;
}

.navbar-6 .navbar .btn-wrap .btn a {
    text-decoration: none;
    color: #712DB0;
}

.navbar-6 .navbar .btn-wrap .btn {
  padding: 12px 16px;
  font-size: 15px;
  border-radius: 5px;
  font-family: "Albert Sans", sans-serif;
  border: 1px solid #712db0;
  background-color: #fff;
  margin-left: 10px;
}

.navbar-6 .navbar .btn-wrap .register-btn {
  background-color: #712db0;
}

.navbar-6 .navbar .btn-wrap .register-btn a {
    color: #fff;
}

.navbar-6 .navbar .btn-wrap .btn:hover {
  box-shadow: 0px 2px 6px 0px #00000014;
}

/* Hero */
.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
  /* Blended background */
  background: linear-gradient(
      147deg,
      rgba(217, 253, 255, 1) 0%,
      rgba(246, 236, 255, 1) 40%,
      rgba(255, 255, 255, 1) 80%
    ),
    /* gradient overlay */ url("../images/hero.png"); /* background image */
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  box-shadow: 0px 4px 9px 0px #0000000a;
  border: 1px solid #e8e8e8;
  border-radius: 25px;
  font-family: "Albert Sans", sans-serif;
}

.hero .content-wrap .btn_01,
.vision .content-wrap .btn_01,
.web-section .content-wrap .btn_01,
.rank-system .content-wrap .btn_01 {
  background-color: #fff;
  border-radius: 33px;
  border: 1px solid rgba(210, 210, 210, 1);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}

.hero .content-wrap .btn_02 {
  background-color: #712db0;
  color: #fff;
  border: 1px solid #d2d2d2;
  box-shadow: 0px 2px 6px 0px #00000014;
  margin: 20px 0;
  padding: 15px 25px;
}

.hero .content-wrap h1 {
  font-size: 75px;
  font-weight: 700;
}

.hero .content-wrap h1 span,
.web-section .content-wrap h2 span {
  color: #fd9516;
}

.hero .content-wrap h2,
.vision .content-wrap h2,
.web-section .content-wrap h2,
.rank-system h2 {
  font-size: 40px;
  font-weight: 700;
}

/* Vision */
.vision,
.rank-system,
.web-section {
  font-family: "Albert Sans", sans-serif;
}
.vision .img-wrap img {
  width: 70%;
  border-radius: 37px;
  box-shadow: 0px 4px 13px 0px #00000014;
  border: 15px solid #f1f1f1;
}

@media screen and (max-width: 1024px) {
  .vision .img-wrap img {
    margin-bottom: 20px;
  }
}

/* Web-Section */
.web-section .img-wrap img {
  width: 70%;
}

@media screen and (max-width: 1024px) {
  .web-section .img-wrap {
    text-align: center;
    margin-bottom: 20px;
  }
}

.web-section .list-wrap {
  background-color: #fff;
  border-radius: 19px;
  border: 1px solid #e8e8e8;
  padding: 35px 45px;
}

.web-section .list-wrap h3 {
  color: #712db0;
  font-weight: 600;
  padding-bottom: 20px;
}

.web-section .list-wrap .title {
  font-weight: 600;
  font-size: 17px;
}

.web-section .list-wrap .point-wrap {
  margin-bottom: 28px;
}

.grid-box {
  border: 0.1px solid #e8e8e8;
  padding: 40px;
  text-align: start;
  font-weight: 500;
  font-size: 18px;
}

.grid-box img {
  width: 30px;
  margin-bottom: 10px;
}

.grid-box .title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.grid-box p {
  font-weight: 300;
}

/* Footer */
.footer-1 {
  background: linear-gradient(
    185.17deg,
    #d9fdff -57.66%,
    #f6ecff 21.23%,
    #ffffff 106.43%
  );
  font-family: "Albert Sans", sans-serif;
  border-bottom: 1px solid #efefef;
  box-shadow: 0px 4px 9px 0px #0000000a;
}

.footer-1 .footer-section {
  padding: 35px 0;
}

.footer-1 .footer-section .logo-wrap {
  margin-bottom: 10px;
}

.footer-1 .footer-section .logo-wrap a {
  font-size: 25px;
  font-weight: 900;
  color: #fff;
  margin: 0px;
  text-decoration: none;
  margin-left: 5px;
}

.footer-1 .footer-section a i {
  color: #484848 !important;
  font-size: 20px;
}

.footer-1 .footer-section a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
}
.footer-1 h4 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 2;
}

.footer-1 ul {
  padding: 0;
  margin: 0;
  line-height: 32px;
}

.footer-1 ul li {
  font-size: 14px;
  background-color: transparent;
  list-style: none;
}

.footer-1 .footer-section ul li {
  display: flex;
  align-items: anchor-center;
  gap: 10px;
}

.footer-1 .footer-section ul li i {
  border-right: 1px solid #d4d4d4;
  padding-right: 10px;
}

.footer-1 .footer-bottom {
  padding: 10px 0;
  border-top: 1px dashed #ffffff0f;
  color: #000;
  cursor: pointer;
}
