html {
  scroll-behavior: smooth;
}
.tagline {
  background-image: url(image.svg);
  /* -webkit-background-clip: text; */
  /* background-image: url(demo.jpg); */
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200vw;
  background-position: center;
  margin: 200px 0;
  font-size: 120px;
  text-align: center;
  font-weight: bold;
  /* text-transform: uppercase; */
  font-family: "Steelfish Rg", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: "Lexend", sans-serif;
  scroll-behavior: smooth;
  /* font-family: 'Poppins', sans-serif; */
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-300 {
  font-weight: 300;
}
.text-black {
  color: #000;
}
blue {
  color: #2563eb;
}
.logo {
  color: #2563eb !important;
  font-size: 25px !important;
  font-weight: 700;
  padding-left: 45px;
}
.btn-black {
  background-color: #000;
  color: #fff;
}
.btn-blue {
  background-color: #2563eb;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.btn-pill {
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
}
.btn-black:hover,
.btn-blue:hover {
  color: #fff !important;
}
.cta {
  background-image: url("background-cta.jpg");
  /* BACKGROUND-SIZE: cover; */
  background-position: center;
}
.school-features {
  background-image: url("background-cta.jpg");
  /* BACKGROUND-SIZE: contain; */
  background-position: center;
}
.bg-dark {
  background-color: #0f172a !important;
}
.text-dark {
  color: #0f172a !important;
}
.dark-muted-text {
  color: rgb(148 163 184);
}
.icon-rounded-bg {
  height: 36px;
  width: 36px;
  border-radius: 10px;
  font-size: 20px;
}
.bg-blue {
  background: #2563eb !important;
  color: #fff;
}
.text-light {
  color: rgb(100 116 139) !important;
}
.text-small {
  font-size: 14px;
}
.footer-nav {
  display: flex;
  flex-direction: row;
  /* justify-content: space-evenly; */
}
.footer-nav > li > a {
  color: #000;
  margin: 10px;
}
.school-feature-card {
  /* border-radius: 8px; */
  border-radius: 8px 0px 0 8px;
  border-right: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
}
.school-feature-card-active {
  /* border-radius: 8px; */
  background-color: hsla(0, 0%, 100%, 0.1) !important;
  border: 1px solid hsla(0, 0%, 100%, 0.15);
  color: #fff;
}
.school-feature-card:hover {
  /* border-radius: 8px; */
  background-color: hsla(0, 0%, 100%, 0.07);
}
.school-feature-card-heading {
  color: white;

  font-size: 18px;
  font-weight: 400;
}
.school-feature-card-description {
  font-size: 14px;
  font-weight: 300;
}
.text-off-white {
  color: rgba(255, 255, 255, 0.8);
}
.rounded-xl-left {
  border-radius: 12px 0 0px 12px;
}
.school-feature-menu {
  display: flex;
  /* gap: 8px; */
  overflow: auto;
  white-space: nowrap;
  /* overflow-x: scroll; */
  /* width: 800px; */
}
.school-feature-pill {
  /* background: #fff; */
  border-radius: 120px;
  padding: 4px 16px;
  color: #fff;
  margin: 10px;
}
.scrollable {
  overflow-x: scroll;
  /* width: 800px; */
  display: flex;
}
.school-feature-pill-active {
  background: #fff;
  color: #2563eb;
}

/* get-started-Modal */

.modal-dialog {
  min-height: 80%;
  display: flex;
  align-items: center;
  max-width: 1000px;
}
.modal-body {
  padding: 0;
}

.modal-header {
  border-bottom: none;
}
.modal-heading {
  font-size: 25px;
  line-height: 1.75rem;
}
.modal-content {
  border-radius: 1rem !important;
  padding: 1.5rem;
}

.label-name {
  font-size: 15px;
}

.form-control:focus {
  border-color: #000;
  box-shadow: none !important;
}

.submit-btn {
  background-color: #2563eb !important;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  outline: none;
  border: none;
  width: 200px;
  text-transform: capitalize;
}
.close {
  background-color: #ededee !important;
  color: #000;
  padding: 10px 20px !important;
  border-radius: 8px;
  outline: none;
  border: none;
  width: 200px;
  font-size: 20px;
  text-transform: capitalize;
  cursor: pointer;
  outline: none;
}

.submit-btn:hover {
  background-color: #136bef !important;
}

.content2 {
  max-width: 600px;
  border-radius: 1rem !important;
  padding: 1.5rem;
  background-color: white;
  margin: 0px auto;
  min-height: 400px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.content2 img {
  width: 220px;
  height: 80px;
  margin: 20px 0px;
}

.form-div {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.form-input {
  border: none;
  border-bottom: 2px solid;
  padding: 10px 0px;
}
input:focus-visible {
  outline: none;
}
input:focus,
select:focus {
  border-bottom: 2px solid #2563eb;
}
select:focus-visible {
  outline: none;
}

.floating-label {
  font-size: 18px;
  color: #7a7979;
  position: absolute;
  pointer-events: none;
  top: 9px;
  left: 18px;
  transition: all 0.5s ease;
}

input:focus-visible ~ .floating-label,
input:not(:focus-visible):valid ~ .floating-label {
  top: -10px;
  bottom: 0px;
  left: 12px;
  font-size: 11px;
  opacity: 1;
  color: #404040;
}

::-webkit-input-placeholder {
  /* Edge */
  text-transform: capitalize;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: capitalize;
}

::placeholder {
  text-transform: capitalize;
}

/* Privacy Police Section */

.privacy-section {
  margin: 60px;
  font-family: "Lexend", Arial, Helvetica;
}

.privacy-section .hrline {
  margin-top: 60px;
  opacity: 0;
}

.privacy-section .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.privacy-section .heading {
  font-weight: 700;
  font-size: 60px;
  line-height: 80px;
}
.privacy-section .heading-second {
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
}
.privacy-section ol li {
  line-height: 2em;
}

.display-3 {
  font-size: 4rem;
}

@media (max-width: 786px) {
  .display-3 {
    font-size: 3.5rem;
  }
}

#myList {
  display: inline-block !important;
  margin-left: 10px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 0.4s;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  animation-delay: 1s;
}

/* .animate-charcter {
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
} */
#parents {
  min-height: 85vh;
}
.box {
  transition: all 0.2s ease-in-out;
}
.box:hover {
  border-left: 8px solid white;
  padding: 20px;
  border-radius: 8px;
  transform: translateY(-2.1rem);
}

.rocket-div {
  position: fixed;
  bottom: 1.25rem;
  cursor: pointer;
  right: 1.25rem !important;
  z-index: 9999;
}

.rocket {
  width: 5rem;
  height: 5rem;
}
