body {
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #0c2d34;
  text-decoration: none;
  background-color: #FFF;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

.btn {
  font-size: 14px;
  padding: 6px 25px;
}

.fa {
  font-size: 16px;
}

input:focus {
  color: #FFF;
  outline: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
select.form-select:focus,
.form-select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}

/* H1 to H6 Font Size */

h1 {
  font-size: 30px;
  font-weight: 700;
}

h2 {
  font-size: 26px;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

h4 {
  font-size: 18px;
  font-weight: 600;
}

h5 {
  font-size: 16px;
  font-weight: 500;
}

h6 {
  font-size: 14px;
  font-weight: 400;
}

p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: #111;
}

a:hover {
  color: #444444;
}

.form-control,
.form-label,
.form-select {
  font-size: 14px;
}



/* 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 !important;
  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 p {
  font-size: 16px;
  margin-bottom: 25px;
}

.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;
}

.web-section .content-wrap h3{
  font-size: 26px;
}

.hero .content-wrap p,
.vision .content-wrap p,
.web-section .content-wrap p,
.rank-system p {
  font-weight: 400;
  font-size: 16px;
}

.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 h2 {
  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;
}