* {
  transition: all 0.5s linear;
}

@font-face {
  font-family: "impact";
  src: url(../fonts/impact.ttf);
}

@font-face {
  font-family: "karla-regular";
  src: url(../fonts/karla-regular.ttf);
}

@font-face {
  font-family: "karla-medium";
  src: url(../fonts/karla-medium.ttf);
}

@font-face {
  font-family: "lato-regular";
  src: url(../fonts/lato-regular.ttf);
}

html,
body {
  overflow-x: hidden;
}

.container-md {
  overflow-x: hidden;
}

.top-bar {
  background: #123a4a;
  border-bottom: 4px solid #5de691;
}

.top-bar .button-fe {
  display: block;
  width: 100%;
  height: 60px;
  color: #ffffff;
  font-size: 30px;
  line-height: 60px;
  font-family: "lato-regular";
  text-align: center;
  text-decoration: none;
  background: #5de691;
}

.top-bar .logo-text {
  text-align: center;
  color: #ffffff;
  font-family: "impact";
  text-transform: uppercase;
  font-size: 40px;
}

@media (max-width: 767.98px) {
  .top-bar .button-fe {
    height: 40px;
    font-size: 25px;
    line-height: 40px;
  }
}

@media (max-width: 576.98px) {
  .top-bar .logo-text {
    font-size: 30px;
  }

  .logo {
    width: 220px;
  }
}

nav.navbar {
  background-color: #123a4a;
  border-bottom: 4px solid #5de691;
}

.navbar-light .nav-link {
  color: #ffffff !important;
  font-family: "karla-regular";
  text-align: center;
  letter-spacing: 2.72px;
  font-size: 30px;
  padding: 0;
}

.navbar-light .nav-link.active,
.navbar-light .nav-link:hover {
  background-color: #5de691;
  border-radius: 4px;
  color: #ffffff !important;
}

.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
  outline: 0 !important;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0 !important;
}

@media (max-width: 1200.98px) {
  .navbar-light .nav-link {
    letter-spacing: 1px;
    font-size: 20px;
  }
}

@media (max-width: 576.98px) {
  .navbar-light .nav-link {
    letter-spacing: 1.72px;
    font-size: 24px;
  }
}

footer {
  background-color: #123a4a;
  padding: 4rem 0 2rem;
}

.footer-title {
  letter-spacing: 3.04px;
  color: #ffffff;
  font-size: 35px;
  font-family: "impact";
  text-transform: uppercase;
}

.quick-links {
  display: block;
  letter-spacing: 2.64px;
  color: #ffffff;
  font-size: 30px;
  font-family: "karla-regular";
  text-decoration: none;
}

.quick-links:hover {
  color: #ffffff;
  text-decoration: underline;
}

.newsletter-input {
  display: block;
  width: 100%;
  height: 58px;
  background: #f6f6f6;
  border-radius: 10px;
  border: none;
  outline: 0 !important;
  padding: 0 20px;
  text-align: left;
  letter-spacing: 4.6px;
  color: #000;
  font-family: "karla-medium";
}

.newsletter-input::placeholder {
  color: #123a4a;
}

.copyright-bar {
  background-color: #5de691;
  letter-spacing: 6.6px;
  color: #ffffff;
  font-family: "karla-medium";
  font-size: 30px;
  margin: 3rem 0 0;
}

@media (max-width: 1200px) {
  .footer-title {
    letter-spacing: 2.5px;
    font-size: 30px;
  }

  .quick-links {
    letter-spacing: 2px;
    font-size: 25px;
  }

  .copyright-bar {
    letter-spacing: 4px;
    font-size: 24px;
  }
}

@media (max-width: 576.98) {
  .footer-title {
    letter-spacing: 2px;
    font-size: 20px;
  }

  .quick-links {
    letter-spacing: 1.5px;
    font-size: 16px;
  }

  .copyright-bar {
    letter-spacing: 4px;
    font-size: 16px;
  }
}

.section-title {
  letter-spacing: 8.8px;
  color: #ffffff;
  font-family: "impact";
  font-size: 44px;
  text-transform: uppercase;
}

.about-us,
.testimonials,
.login-form,
.othersection {
  background-color: #123a4a;
  padding: 6rem 0;
}

.about-text {
  letter-spacing: 5.6px;
  color: #ffffff;
  font-family: "karla-medium";
  font-size: 28px;
}

.example,
.contact-form {
  background-color: #5de691;
  padding: 4rem 0;
}

.eg-box {
  background: #ffffff;
  border-radius: 10px;
  width: 100%;
  height: 300px;
}

.testimonials .text-01 {
  color: #ffffff;
  font-family: "karla-medium";
  font-size: 33px;
}

.testimonials .person-name {
  letter-spacing: 5px;
  color: #ffffff;
  font-family: "karla-medium";
  font-size: 25px;
  margin-top: -3rem;
  margin-bottom: 1rem;
}

.mySwiper {
  position: relative;
  padding: 0 40px;
  overflow-x: hidden;
}

.swiper-next,
.swiper-prev {
  width: 30px;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  z-index: 1000;
}

.swiper-next {
  right: 0;
}

.swiper-prev {
  left: 0;
}

@media (max-width: 992px) {
  .section-title {
    letter-spacing: 6.8px;
    font-size: 36px;
  }

  .about-text {
    letter-spacing: 3.6px;
    font-size: 22px;
  }

  .testimonials .text-01 {
    font-size: 26px;
  }
}

.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  font-family: "karla-medium";
  font-size: 33px;
  padding: 10px 20px;
  border: none;
  outline: 0 !important;
  color: #000;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #000;
}

.contact-form button[type="submit"] {
  border: none;
  outline: 0 !important;
  background: #ffffff;
  border-radius: 10px;
  font-family: "karla-medium";
  font-size: 33px;
  padding: 10px 30px;
  color: #000;
}

.login-form label,
.login-form a {
  letter-spacing: 1.76px;
  color: #ffffff;
  font-family: "karla-regular";
  font-size: 22px;
  text-decoration: none;
}

.login-form a:hover {
  text-decoration: underline;
}

.login-form input {
  display: block;
  width: 100%;
  height: 44px;
  border: 1px solid #000000;
  border-radius: 10px;
  background: #ffffff;
  outline: 0 !important;
  font-size: 18px;
  font-family: "karla-regular";
  padding: 0 15px;
}

.login-form button[type="submit"],
.level-choose {
  display: block;
  width: 100%;
  height: 44px;
  border: 1px solid #000000;
  border-radius: 10px;
  color: #ffffff;
  background: #5de691;
  outline: 0 !important;
  font-size: 26px;
  font-family: "karla-medium";
  padding: 0 15px;
}

.level-choose {
  text-decoration: none;
  text-align: center;
}

.level-choose:hover {
  color: #ffffff;
}

.paper-wrapper {
  background: url(../images/paper-static.png) no-repeat center;
  background-size: 100% 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
}

.paper-wrapper:hover {
  background: url(../images/paper-hover.png) no-repeat center;
  background-size: 100% 100%;
}

.paper-wrapper > div {
  color: #ffffff;
  font-family: "lato-regular";
  font-size: 30px;
}

@media (max-width: 440px) {
  .paper-wrapper {
    height: 250px;
  }

  .paper-wrapper > div {
    font-size: 25px;
  }
}

.pagination-section {
  background-color: #123a4a;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
}

.pagination-section a {
  background: #5de691;
  border-radius: 10px;
  width: 88px;
  height: 80px;
  font-family: "karla-medium";
  letter-spacing: 9.6px;
  font-size: 48px;
  color: #000000;
  text-decoration: none;
  text-align: center;
  line-height: 80px;
  margin: 10px;
}

.pagination-section a:hover,
.pagination-section a.active {
  background-color: #25a4d7;
}

.exam-heading {
  background-color: #123a4a;
  text-align: center;
  padding: 2.5rem 0;
}

.question-wrapper {
  padding: 1rem;
}

.question-meta {
  border-bottom: 1px solid #000000;
  letter-spacing: 2.88px;
  color: #123a4a;
  font-family: "karla-regular";
  font-size: 36px;
}

.question-body {
  display: flex;
  flex-wrap: wrap;
  padding: 2.5rem 0;
  align-items: center;
}

.question-body .question {
  letter-spacing: 3.2px;
  color: #123a4a;
  font-family: "karla-regular";
  font-size: 40px;
  margin-right: 2rem;
}

.question-body .answer {
  width: 250px;
  height: 128px;
  border: 2px solid #123a4a;
  border-radius: 8px;
  letter-spacing: 3.2px;
  color: #123a4a;
  font-family: "karla-regular";
  font-size: 40px;
  padding: 0 20px;
  outline: 0 !important;
}

.question-body .answer.correct {
  background-color: #5de691;
  border: 1px solid #ffffff;
}

.question-body .answer.wrong {
  background-color: #ff0000;
  border: 1px solid #ffffff;
}

@media (max-width: 1200px) {
  .pagination-section a {
    border-radius: 8px;
    width: 78px;
    height: 70px;
    letter-spacing: 7.6px;
    font-size: 38px;
    line-height: 70px;
    margin: 10px;
  }

  .question-meta {
    letter-spacing: 2px;
    font-size: 30px;
  }

  .question-body .question {
    letter-spacing: 2.5px;
    font-size: 40px;
  }

  .question-body .answer {
    height: 110px;
    border-radius: 8px;
    letter-spacing: 2.5px;
    font-size: 30px;
    padding: 0 15px;
  }
}

@media (max-width: 992px) {
  .pagination-section a {
    border-radius: 8px;
    width: 68px;
    height: 60px;
    letter-spacing: 5.6px;
    font-size: 30px;
    line-height: 60px;
    margin: 7px;
  }

  .question-meta {
    letter-spacing: 1.8px;
    font-size: 26px;
  }

  .question-body .question {
    letter-spacing: 2px;
    font-size: 25px;
  }

  .question-body .answer {
    height: 80px;
    border-radius: 8px;
    letter-spacing: 2px;
    font-size: 25px;
    padding: 0 10px;
  }
}

@media (max-width: 576px) {
  .pagination-section a {
    border-radius: 5px;
    width: 48px;
    height: 40px;
    letter-spacing: 3.6px;
    font-size: 20px;
    line-height: 40px;
    margin: 5px;
  }

  .question-meta {
    letter-spacing: 1px;
    font-size: 20px;
  }

  .question-body .question {
    letter-spacing: 1.5px;
    font-size: 20px;
  }

  .question-body .answer {
    height: 60px;
    border-radius: 6px;
    letter-spacing: 1.5px;
    font-size: 20px;
    padding: 0 7px;
  }
}
