body,
html {
  font-family: "Cairo", Helvetica, sans-serif;
}

section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

.hero {
  width: 100%;
  height: 100vh;
  background-size: cover;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #012970;
}

.hero h2 {
  color: #707070;
  margin: 15px 0 0 0;
  font-size: 23px;
  font-weight: 400;
}

.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.hero .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }

  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }

  .hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero .hero-img img {
    width: 100%;
  }
}

.btn-primary {
  background-color: #1e6eb7;
  background: linear-gradient(90deg, #0d988c, #1e6eb7);
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@keyframes bounce {
  0%,
  20%,
  60%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.btn-outline-primary {
  color: #1e6eb7;
  border: 1px solid #0d988c;
}

li.nav-item {
  margin-left: 5px;
  margin-right: 5px;
}

a.link-primary {
  background-color: #1e6eb7;
  background: linear-gradient(90deg, #0d988c, #1e6eb7);
  color: #ffffff !important;
  border-radius: 15px;
  padding: 5px 30px !important;
}

a.link-primary:hover {
  border: 1px solid #ffffff;
  color: #ffffff !important;
}

a.link-default {
  background-color: #f4f4f4;
  color: #707070;
  border-radius: 15px;
  padding: 5px 30px !important;
}

a.link-default:hover {
  border: 1px solid #707070;
}

.plan .heading {
  background-image: url("../images/bg/dots.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 80%;
  padding: 80px 0;
  text-align: center;
}

.plan .card {
  border: 2px solid #0d988c;
}

.plan .card h4 {
  font-weight: 600;
}

.btnbrd {
  background: linear-gradient(90deg, #0d988c, #1e6eb7);
  width: 80px;
  height: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.plan .price {
  color: #0d988c;
  margin: 10px 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.plan .pkgtitle {
  font-weight: 600;
  margin: 5px 0;
}

.plan .card .count {
  border: 1px solid #d8d8d8;
  color: #000000;
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: 600;
}

div#register {
  background-image: url("../images/bg/bg-register.png");
  background-repeat: no-repeat;
  background-position: cover;
}

.border-md {
  border-width: 2px;
}

.form-control::placeholder {
  color: #ccc;
  font-weight: bold;
  font-size: 0.9rem;
}

.form-control:focus {
  box-shadow: none;
}

div#register .card {
  border-radius: 20px;
}

a.bkbtn {
  color: #707070;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

a.bkbtn:hover,
a.bkbtn:focus {
  color: #1e6eb7;
}

label {
  color: #707070;
}

div#register .reg-title {
  font-size: 26px;
}

.border-none {
  border: none !important;
  font-weight: 600;
  padding-left: 0px;
  pointer-events: none;
}

.error_prefix {
  color: #ff0000;
  font-size: 12px;
}
