/*landing page card css*/
.landing-section-card-col {
  /* border: 1px solid #d5d5d5; */
  height: 240px;
}
.landing-section-card {
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 240px;
}
.get-started-heading {
  margin-bottom: 0;
  width: 100%;
}
.get-started-heading h4 {
  margin-bottom: 0;
  text-align: center;
  padding: 1rem;
  font-weight: 500;
  color: #ce3a5f;
  font-size: 2rem;
}
/*carousel css*/
.subject-ad-slider {
  margin-bottom: 2rem;
}
.subject-ad-slider .carousel-inner {
  /* border: 1px solid #424242; */
}
.subject-ad-slider .carousel-inner .carousel-item {
  /* background: linear-gradient(rgb(152, 139, 213), rgb(104, 91, 175)); */
  /*color: #495057;*/
  color: #ffffff;
}
.subject-ad-slider .carousel-inner .carousel-item h5 {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.3rem;
}
.subject-ad-slider .carousel-inner .carousel-item video {
  object-fit: fill;
}
.subject-ad-slider .carousel-control-prev,
.subject-ad-slider .carousel-control-next {
  color: #495057;
  opacity: 1;
  font-size: 1.5rem;
  width: auto;
}
.subject-ad-slider .carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #495057;
}

/*button css*/
.learnata-btn {
  background: linear-gradient(rgb(152, 139, 213), rgb(104, 91, 175));
  color: #fff;
  border: 0;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  width: 200px;
  box-shadow: 1px 1px 4px #5f5f5f;
}

.fixed-points-list {
  list-style: circle;
  padding-left: 2rem;
}
.fixed-points-list li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #fff;
}

/*landing top section css*/
.landing-top-section {
  height: 450px;
  padding: 0 1rem 2rem;
  align-items: center;
}
.landing-top-section .left-section-row {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.landing-top-section .left-section {
  width: 100%;
}
.landing-top-section .left-section h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #495057;
}
.landing-top-section .right-section-row {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.landing-top-section .right-section {
  width: 100%;
  height: 100%;
}
.landing-top-section .right-section img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*landing page video and bullet points section*/
.points-section {
  /* padding: 2rem 0; */
  /* background: #f5f5f5; */
}
.points-section h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
  color: #495057;
  font-size: 2.5rem;
  margin-top: 2rem;
}
.bullet-points-section {
  padding: 2rem 0;
}
.bullet-points-section ul {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
  padding: 1rem 1rem;
}
.bullet-points-section ul li {
  display: flex;
  width: 100%;
  box-shadow: 0px 0px 50px rgba(0, 1, 1, 0.11);
  padding: 10px !important;
  margin-bottom: 0.875rem;
  position: relative;
  align-items: center;
  padding: 0 1rem;
}
.bullet-points-section ul li span {
  font-size: 1rem;
  font-weight: 600;
}
.bullet-points-section ul li span.bullet-point-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 1.2rem;
  text-align: center;
  margin-right: 1rem;
  border-radius: 50%;
  border: 2px solid;
  color: #e91e63;
}
.points-image-section {
  width: 100%;
  height: 400px;
}
.points-image-section img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*landing page video section*/
.landing-video-section {
  /* padding: 3rem 1rem; */
  text-align: center;
  justify-content: center;
}
.landing-video-section h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
  color: #495057;
  font-size: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.landing-video-section .video-section {
  border-radius: 25px;
  box-shadow: 0px 0px 10px #a0a0a0;
  position: relative;
  padding: 1rem 2.5rem;
  background: #fff;
}
.landing-video-section .volume-btn {
  position: absolute;
  left: 14px;
  top: 10px;
  width: 32px;
  height: 32px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 3px;
  cursor: pointer;
  z-index: 1;
}
.landing-video-section .volume-btn.hide {
  display: none;
}
.ipad-dot {
  position: absolute;
  background: #3f3f3f;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 16px;
  top: calc(50% - 5px);
}
.ipad-btn {
  position: absolute;
  border: 2px solid #d7d7d7;
  border-radius: 10px;
  width: 27px;
  height: 27px;
  right: 6px;
  top: calc(50% - 10px);
  border-radius: 50%;
}

/*landing page program section*/
.landing-program-section h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
  color: #495057;
  font-size: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.landing-program-section .program-list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 1rem;
}
.landing-program-section .program-list li {
  margin-bottom: 1.5rem;
}
.landing-program-section .program-list li .program-card {
  box-shadow: 0px 0px 6px #dadada;
  border: 1px solid #cecece;
  padding: 0.5rem 1rem 1rem;
  border-top: 4px solid #673ab7;
}
.landing-program-section .program-list li .program-card h3 {
  margin-bottom: 0;
  font-size: 1.2rem;
  padding: 0.25rem 0;
  border-bottom: 1px solid #7b7b7b;
  color: #424242;
}
.landing-program-section .program-list li .program-card p {
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 0.8rem;
}
.landing-program-section .program-list li .program-card button.register-btn {
  border: 0;
  margin: 0;
}
.landing-program-section .program-list li .program-card button.register-btn a {
  display: inline-block;
  width: 150px;
  padding: 0.25rem 1rem;
  background: #e91e63;
  color: #fff;
}

/*policy page css*/
.policy-content-page h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.policy-content-page p {
  font-size: 0.875rem;
  color: #424242;
  font-weight: 400;
}

/*about us page css*/
.about-us-top-bg {
  background: url("../img/about-us-bg.jpg") no-repeat;
  background-size: cover;
}
.about-us-bg-overlay {
  /* background: rgba(0, 0, 0, 0.5); */
  background: linear-gradient(
    to right,
    rgba(76, 113, 179, 0.8),
    rgba(223, 70, 88, 0.8)
  );
  height: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us-bg-overlay h4 {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
}
.about-us-bg-overlay p {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.about-us-top-section {
  text-align: center;
}
.about-us-page .content-section {
  padding: 2rem 0;
  /* margin-bottom: 2rem; */
}
.about-us-page .content-section h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #424242;
}
.about-us-page .content-section p {
  font-size: 0.875rem;
  color: #424242;
  font-weight: 300;
}

/*contact us page css*/
.contact-us-top-bg {
  background: url("../img/about-us-bg.jpg") no-repeat;
  background-size: cover;
  margin-bottom: 2rem;
}
.contact-us-bg-overlay {
  background: linear-gradient(
    to right,
    rgba(76, 113, 179, 0.8),
    rgba(223, 70, 88, 0.8)
  );
  height: 220px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-us-bg-overlay h4 {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
}
.contact-us-bg-overlay p {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.contact-us-top-section {
  text-align: center;
}
.contact-us-page .content-section {
  padding: 2rem 0;
}
.contact-us-page .content-section h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #424242;
}
.contact-us-page .content-section p {
  font-size: 0.875rem;
  color: #424242;
  font-weight: 300;
}

/*contact us*/
.image-section {
}
.contact-us-form-card {
  max-width: 450px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 1px 1px 9px #8e8e8e;
  display: flex;
  border-radius: 19px;
}
.contact-us-form-card .right-section {
  width: 450px;
  padding: 1rem 1.5rem;
  background: #fff;
  border-top: 3px solid #d14a61;
  border-radius: 19px;
}

.contact-us-form-card h2 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #da485b;
}

.contact-us-form-card p {
  text-align: center;
  margin-bottom: 1rem;
}
.form-input-label {
  margin-bottom: 1.5rem;
}
.form-input-label label {
  width: 100%;
  margin-bottom: 0;
  line-height: 1;
  font-size: 0.8rem;
  color: #424242;
  font-weight: 500;
}
.form-input-label input,
.form-input-label textarea {
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 38px;
  background: 0 0;
  padding: 0 7px 0 36px;
  border: 0;
  border-bottom: 1px solid #d5d5d5;
  font-weight: 500;
}
.form-input-label textarea {
  height: auto;
  resize: none;
  padding: 9px 7px 0 36px;
}
.form-input-label input::placeholder,
.form-input-label textarea::placeholder {
  font-size: 14px;
  color: #ababab;
  line-height: 1.2;
  font-weight: 300;
}
.form-input-label input:focus,
.form-input-label textarea:focus {
  outline: 0;
}
.form-input-label .form-input {
  position: relative;
}
.form-input-label .form-input i {
  position: absolute;
  top: 10px;
  left: 7px;
  color: #5f5f5f;
}
.submit-button {
  border: 0;
  margin: 1rem 0;
  background: transparent;
}
.submit-button a {
  width: 200px;
  padding: 0.5rem 1rem;
  background-image: linear-gradient(to right, #4c71b3, #df4658);
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  border: 2px solid #fff;
}
.submit-button a:hover {
  color: #df4658;
  background: #fff;
  font-weight: 400;
  border: 2px solid #df4658;
}

.contact-info-section {
}
.contact-info-section h4 {
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 2rem;
}
.address-detail {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d5d5d5;
}
.address-detail span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.address-detail span i {
  margin-right: 1rem;
}
.address-detail .address {
  font-weight: 500;
  font-size: 1.2rem;
  color: #424242;
}
.address-detail .number {
}
.address-detail .email {
}
.follow-us-detail {
}
.follow-us-detail h5 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.follow-us-detail .social-media-link {
  display: flex;
}
.follow-us-detail .social-media-link .social-media-icon {
  margin-right: 1rem;
}
.follow-us-detail .social-media-link .social-media-icon a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}
.follow-us-detail .social-media-link .social-media-icon a.fb {
  background: #3b5998;
}

.follow-us-detail .social-media-link .social-media-icon a.twitter {
  background: #1da1f2;
}
.follow-us-detail .social-media-link .social-media-icon a.pinterest {
  background: #b7080f;
}
.follow-us-detail .social-media-link .social-media-icon a.linkedin {
  background: #0073b0;
}
