.banner.home-banner .bg {
  height: 100vh;
}
.banner.home-banner .bg .banner-wrapper {
  bottom: 35%;
}
.banner.home-banner .bg .banner-wrapper .container .content {
  display: flex;
  justify-content: center;
}
.banner.home-banner .bg .banner-wrapper .container .content h2 {
  max-width: 530px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
}
.banner.home-banner .bg .banner-wrapper.banner2 {
  bottom: 10%;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex {
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex {
  gap: 45px;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li {
  padding: 0 15px 0 0;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.4509803922);
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: 0.5s ease;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li a:hover {
  color: #1BB6F0;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li a img {
  width: 35px;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li a.star {
  transition: 0.5s ease;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li a.star:hover svg path {
  stroke: #1BB6F0;
  transition: 0.5s ease;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colB .play-btn {
  margin-right: 50px;
  --btnsize: 52px;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colB .play-btn svg {
  width: 90px;
  height: 90px;
  position: absolute;
  top: -18px;
  left: -14px;
  transform: rotate(272deg);
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colB .play-btn svg text {
  fill: #fff;
  letter-spacing: 4px;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colC {
  margin-right: 17%;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colC button {
  animation: scroll 1.5s ease-in-out infinite forwards;
  margin-bottom: 25px;
}
@keyframes scroll {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(10px);
  }
}
@media (max-width: 520px) {
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colC button img {
    width: 40px;
  }
}

.home-secA {
  padding: 80px 0;
  background-color: #DCE2FF;
}
.home-secA .container.flex {
  justify-content: center;
  gap: 40px;
  padding: 20px 10px;
}
.home-secA .container.flex .left-a, .home-secA .container.flex .right-a {
  flex: 1;
}
.home-secA .container.flex .left-a {
  position: relative;
}
.home-secA .container.flex .left-a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 70%);
  z-index: -1;
}
.home-secA .container.flex .left-a img {
  border-radius: 10px;
}
.home-secA .container.flex .left-a .count-wrapper {
  display: flex;
  position: absolute;
  color: #fff;
  align-items: center;
  bottom: 2%;
  left: 0;
  padding: 10px 20px;
  width: 100%;
}
.home-secA .container.flex .left-a .count-wrapper .count-info-wrap {
  flex: 1;
}
.home-secA .container.flex .left-a .count-wrapper .count-info-wrap:first-child {
  flex: 0 1 auto;
  padding-right: 25px;
}
.home-secA .container.flex .left-a .count-wrapper .count-info-wrap .count-info h4, .home-secA .container.flex .left-a .count-wrapper .count-info-wrap .count-info p {
  color: #fff;
}
.home-secA .container.flex .left-a .count-wrapper .count-info-wrap .count-info p {
  font-size: 14px;
}
.home-secA .container.flex .right-a {
  padding: 20px;
}
.home-secA .container.flex .right-a h2 {
  text-transform: capitalize;
  max-width: 290px;
  line-height: 1;
  font-weight: 400;
}
.home-secA .container.flex .right-a p {
  color: var(--text);
  padding: 25px 0 40px;
  font-weight: 400;
}
.home-secA .container.flex .right-a .theme-btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-secA .container.flex .right-a .theme-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
.home-secA .container.flex .right-a .theme-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  z-index: -1;
}
.home-secA .container.flex .right-a .theme-btn:hover::before {
  width: 100%;
}
.home-secA .container.flex .right-a .theme-btn::after {
  background-color: #4459C5;
  border-radius: 25px;
}
.home-secA .container.flex .right-a .theme-btn::before {
  border-radius: 25px;
}

.home-secB {
  position: relative;
  height: 100%;
  padding: 80px 0;
  background-image: url(/assets/images/home/secB-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #8497FB;
}
.home-secB::before {
  content: "";
  width: 100%;
  height: 80%;
  background-image: url(/assets/images/home/secB-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-secB .container .heading {
  text-align: center;
}
.home-secB .container .heading h3, .home-secB .container .heading p {
  color: #fff;
  text-transform: capitalize;
}
.home-secB .container .heading h3 {
  line-height: 48px;
}
.home-secB .container .building-wings-container {
  position: relative;
  padding: 50px 0 70px;
}
.home-secB .container .building-wings-container .swiper-nav.swiper-group {
  display: flex;
  align-items: center;
  width: 28%;
  justify-content: space-between;
  position: absolute;
  left: 36%;
  top: 30%;
  z-index: 2;
}
.home-secB .container .building-wings-container .swiper-nav.swiper-group button {
  color: #fff;
}
.home-secB .container .building-wings-container .wings-slider {
  padding: 15px 0;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 1s ease;
  transform: translateY(130px);
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-prev, .home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-next {
  transform: translateY(130px);
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-prev figcaption, .home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-next figcaption {
  transition: 0.3s ease;
  transform: translateY(-30px);
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-prev figcaption h5, .home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-next figcaption h5 {
  font-size: 18px;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-active {
  transform: translateY(0);
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-active figure {
  scale: 1;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-active figcaption p, .home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-active figcaption .read-more {
  opacity: 1;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figure {
  scale: 0.7;
  transition: 0.7s ease;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figure img {
  border-radius: 50%;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption {
  padding: 5px 20px;
  text-align: center;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption h5, .home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption p {
  color: #fff;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption h5 {
  font-size: 28px;
  line-height: 48px;
  font-weight: 600;
  text-transform: capitalize;
  transition: 0.5s ease;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption p {
  padding-bottom: 30px;
  opacity: 0;
  transition: 1s ease;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption .read-more {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  padding: 10px 22px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 6px 20px;
  opacity: 0;
  transition: 1s ease;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption .read-more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border-radius: 25px;
  z-index: -2;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption .read-more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  border-radius: 25px;
  z-index: -1;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption .read-more:hover::before {
  width: 100%;
}

.home-secC {
  width: 100%;
  height: 80vh;
}
.home-secC .container-fluid {
  padding: 0;
  height: 100%;
}
.home-secC .container-fluid .grid {
  height: 100%;
  grid-template-columns: repeat(5, 1fr);
}
.home-secC .container-fluid .grid .notes {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 40px 30px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: 0.5s ease;
}
.home-secC .container-fluid .grid .notes::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3647058824);
  opacity: 0;
  transition: 0.5s ease;
}
.home-secC .container-fluid .grid .notes:hover .icon1 {
  transform: translateY(0%);
}
.home-secC .container-fluid .grid .notes:hover .icon2 {
  transform: translateY(75%);
}
.home-secC .container-fluid .grid .notes:hover.notes1, .home-secC .container-fluid .grid .notes:hover.notes2, .home-secC .container-fluid .grid .notes:hover.notes3, .home-secC .container-fluid .grid .notes:hover.notes4, .home-secC .container-fluid .grid .notes:hover.notes5, .home-secC .container-fluid .grid .notes:hover.notes6, .home-secC .container-fluid .grid .notes:hover.notes7 {
  background-color: transparent;
}
.home-secC .container-fluid .grid .notes:hover.notes3 .icon1 {
  transform: translateY(750%);
}
.home-secC .container-fluid .grid .notes:hover.notes3 .icon2 {
  transform: translateY(110%);
}
.home-secC .container-fluid .grid .notes:hover::before {
  opacity: 1;
}
.home-secC .container-fluid .grid .notes .icon1 {
  transform: translateY(75%);
  transition: 0.5s ease;
}
.home-secC .container-fluid .grid .notes .icon1 p {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  font-weight: 600;
  max-width: 140px;
}
.home-secC .container-fluid .grid .notes .icon2 {
  transform: translateY(0%);
  transition: 0.5s ease;
}
.home-secC .container-fluid .grid .notes figure {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.home-secC .container-fluid .grid .notes figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secC .container-fluid .grid .notes1 {
  background-color: #E03E40;
  transition: 0.5s ease;
}
.home-secC .container-fluid .grid .notes2 {
  background-color: #1BB6F0;
  transition: 0.5s ease;
}
.home-secC .container-fluid .grid .notes3 {
  background-color: #1B0E96;
  transition: 0.5s ease;
  flex-direction: column;
  align-items: center;
  grid-column: span 2;
  grid-row: span 2;
}
.home-secC .container-fluid .grid .notes3 .icon1 {
  transform: translateY(0%);
}
.home-secC .container-fluid .grid .notes3 .icon1 p {
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 36px;
  line-height: 48px;
}
.home-secC .container-fluid .grid .notes3 .icon2 {
  transform: translateY(20%);
}
.home-secC .container-fluid .grid .notes4 {
  background-color: #E69000;
}
.home-secC .container-fluid .grid .notes5 {
  background-color: #3740EA;
}
.home-secC .container-fluid .grid .notes6 {
  background-color: #FF59CD;
}
.home-secC .container-fluid .grid .notes7 {
  background-color: #BCBF00;
}

.home-secD {
  width: 100%;
  padding: 80px 0;
  background: #DCE2FF;
}
.home-secD .heading {
  text-align: center;
}
.home-secD .heading h2 {
  text-transform: none;
  max-width: 365px;
  margin: 0 auto;
  line-height: 1;
}
.home-secD .events-slider-container {
  position: relative;
  padding: 50px 0 60px;
}
.home-secD .events-slider-container .events-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  position: absolute;
  left: 16%;
  top: 32%;
  z-index: 2;
}
.home-secD .events-slider-container .events-nav button {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
}
.home-secD .events-slider-container .events-slider .item {
  transition: 1s ease;
}
.home-secD .events-slider-container .events-slider .item.swiper-slide-active figcaption a {
  opacity: 1;
}
.home-secD .events-slider-container .events-slider .item.swiper-slide-prev {
  transform: rotate(356deg);
  scale: 0.8;
  transition: 0.5 ease;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .home-secD .events-slider-container .events-slider .item.swiper-slide-prev {
    transform: rotate(360deg);
    scale: 1;
  }
}
.home-secD .events-slider-container .events-slider .item.swiper-slide-next {
  transform: rotate(364deg);
  scale: 0.8;
  transition: 0.5 ease;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .home-secD .events-slider-container .events-slider .item.swiper-slide-next {
    transform: rotate(360deg);
    scale: 1;
  }
}
.home-secD .events-slider-container .events-slider .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.home-secD .events-slider-container .events-slider .item figcaption {
  padding: 25px 15px 35px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.home-secD .events-slider-container .events-slider .item figcaption h6 {
  line-height: 20px;
}
.home-secD .events-slider-container .events-slider .item figcaption p {
  font-size: 14px;
  line-height: 20px;
  padding: 11px 0;
}
.home-secD .events-slider-container .events-slider .item figcaption a {
  color: #4358C5;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  opacity: 0;
  transition: 0.5s ease;
}
.home-secD .events-slider-container .events-slider .item figcaption a::after {
  content: "";
  position: absolute;
  background: url(/assets/icon/right-arow.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.home-secD .btn-wraper {
  text-align: center;
}
.home-secD .btn-wraper .theme-btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-secD .btn-wraper .theme-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
.home-secD .btn-wraper .theme-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  z-index: -1;
}
.home-secD .btn-wraper .theme-btn:hover::before {
  width: 100%;
}
.home-secD .btn-wraper .theme-btn::after {
  background-color: #4459C5;
  border-radius: 25px;
}
.home-secD .btn-wraper .theme-btn::before {
  border-radius: 25px;
}

.home-secE {
  width: 100%;
  padding: 80px 0;
  background: #fff;
}
.home-secE .container .heading {
  text-align: center;
}
.home-secE .container h2 {
  text-transform: none;
  max-width: 365px;
  margin: 0 auto 10px;
  line-height: 1;
}
.home-secE .container .grid {
  padding-top: 2.5rem;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 3px;
}
.home-secE .container .grid .item {
  position: relative;
  position: relative;
}
.home-secE .container .grid .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 70%);
}
.home-secE .container .grid .item::before {
  z-index: 1;
}
.home-secE .container .grid .item:hover figure img {
  transform: scale(1.06);
}
.home-secE .container .grid .item figure {
  overflow: hidden;
}
.home-secE .container .grid .item figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
  transform-origin: top;
}
.home-secE .container .grid .item figcaption {
  position: absolute;
  top: 5%;
  right: 7%;
  z-index: 2;
}
.home-secE .container .grid .item figcaption p {
  font-size: 23px;
  font-weight: 600;
  writing-mode: sideways-lr;
  color: #fff;
}

.home-secF {
  width: 100%;
  background: #8497FB;
  padding: 80px 0;
}
@media (max-width: 540px) {
  .home-secF {
    padding: 50px 0;
  }
}
.home-secF .container {
  position: relative;
}
.home-secF .container .sub-heading {
  text-align: center;
  position: relative;
  align-items: center;
  display: flex;
}
.home-secF .container .sub-heading h2 {
  text-transform: none;
  font-size: 60px;
  margin: 0 auto 10px;
  line-height: 1;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 1366px) {
  .home-secF .container .sub-heading h2 {
    font-size: 55px;
  }
}
@media (max-width: 1024px) {
  .home-secF .container .sub-heading h2 {
    font-size: 50px;
    left: 36px;
    top: -13px;
  }
}
@media (max-width: 768px) {
  .home-secF .container .sub-heading h2 {
    font-size: 40px;
    top: -1px;
  }
}
@media (max-width: 675px) {
  .home-secF .container .sub-heading h2 {
    left: 5px;
    font-size: 36px;
    top: -4px;
  }
}
@media (max-width: 540px) {
  .home-secF .container .sub-heading h2 {
    font-size: 30px;
    left: 3px;
    top: 1px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secF .container .sub-heading h2 {
    font-size: 25px;
    left: -4px;
    top: 15px;
    margin: 0 auto 30px;
  }
}
.home-secF .container .sub-heading span {
  position: absolute;
  top: -3rem;
  left: 28rem;
  font-size: 100px;
  text-transform: uppercase;
  font-family: Queens;
  z-index: 1;
  color: rgba(255, 255, 255, 0.1607843137);
}
@media (min-width: 1784px) {
  .home-secF .container .sub-heading span {
    left: 16rem;
  }
}
@media (max-width: 1366px) {
  .home-secF .container .sub-heading span {
    left: 13rem;
    top: -50px;
  }
}
@media (max-width: 1280px) {
  .home-secF .container .sub-heading span {
    left: 10rem;
    top: -44px;
    font-size: 90px;
  }
}
@media (max-width: 1024px) {
  .home-secF .container .sub-heading span {
    left: 10rem;
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .home-secF .container .sub-heading span {
    top: -1.5rem;
    left: 7rem;
    font-size: 59px;
  }
}
@media (max-width: 675px) {
  .home-secF .container .sub-heading span {
    top: -2rem;
    left: 2rem;
    font-size: 60px;
  }
}
@media (max-width: 540px) {
  .home-secF .container .sub-heading span {
    left: 80px;
    top: -22px;
    font-size: 50px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secF .container .sub-heading span {
    left: 20px;
    top: 0px;
    font-size: 38px;
  }
}
.home-secF .container .shining-stars-container {
  padding: 60px 0 0;
}
@media (max-width: 1024px) {
  .home-secF .container .shining-stars-container {
    padding: 15px 0 0;
  }
}
.home-secF .container .shining-stars-container .swiper-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: absolute;
  top: 6%;
  right: 0%;
  z-index: 2;
}
.home-secF .container .shining-stars-container .swiper-group button {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.home-secF .container .shining-stars-container .shining-slider .item {
  background: #fff;
  padding: 40px 15px 0;
  border-radius: 10px;
}
.home-secF .container .shining-stars-container .shining-slider .item .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .home-secF .container .shining-stars-container .shining-slider .item .flex {
    flex-wrap: nowrap;
  }
}
.home-secF .container .shining-stars-container .shining-slider .item .flex figcaption {
  padding: 0;
}
.home-secF .container .shining-stars-container .shining-slider .item .flex figcaption h4 {
  font-size: 22px;
}
@media (max-width: 768px) {
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption h4 {
    font-size: 18px;
  }
}
.home-secF .container .shining-stars-container .shining-slider .item .flex figcaption p {
  margin: 3px 0;
}
.home-secF .container .shining-stars-container .shining-slider .item .flex figcaption .rank {
  padding-top: 25px;
  padding-left: 8px;
}
.home-secF .container .shining-stars-container .shining-slider .item .flex figcaption h2 {
  font-family: "Poppins", serif;
  font-weight: 600;
  color: #667ADF;
  padding-left: 8px;
}
.home-secF .container .shining-stars-container .shining-slider .item .flex figcaption h2 span {
  font-size: 15px;
}
.home-secF .container .shining-stars-container .shining-slider .item .flex figure {
  width: 140px;
}
.home-secF .container .shining-stars-container .shining-slider .item .flex figure img {
  width: 100%;
  display: block;
}

.home-secG {
  text-align: center;
  width: 100%;
  padding: 140px 0 140px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.home-secG::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/assets/images/home/parent-hub.jfif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%);
  z-index: -1;
}
.home-secG::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.472);
  z-index: -1;
}
.home-secG .heading h2 {
  color: #fff;
  margin-bottom: 10px;
}
.home-secG .heading p {
  color: #fff;
}
.home-secG .parents-container {
  padding-top: 70px;
}
.home-secG .parents-container .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15rem;
}
.home-secG .parents-container .flex .colA {
  width: 550px;
  position: relative;
}
.home-secG .parents-container .flex .colA .bubble {
  background: #fff;
  padding: 40px 60px 108px 60px;
  border-radius: 16px;
  position: relative;
  font-size: 16px;
  line-height: 26px;
}
.home-secG .parents-container .flex .colA .bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
}
.home-secG .parents-container .flex .colA .bubble .play-btn {
  position: absolute;
  right: 30px;
  bottom: 25px;
}
.home-secG .parents-container .flex .colA .coment-img {
  margin-top: 40px;
  text-align: center;
}
.home-secG .parents-container .flex .colA .coment-img img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.home-secG .parents-container .flex .colA .coment-img h5 {
  margin: 10px 0 0;
  font-size: 18px;
}
.home-secG .parents-container .flex .colA .coment-img p {
  font-size: 14px;
  opacity: 0.7;
}
.home-secG .parents-container .flex .colA .parents-tab-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}
.home-secG .parents-container .flex .colA .parents-tab-nav li {
  cursor: pointer;
}
.home-secG .parents-container .flex .colA .parents-tab-nav li img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  opacity: 0.4;
  transition: 0.3s;
}
.home-secG .parents-container .flex .colA .parents-tab-nav li.active img {
  opacity: 1;
}
.home-secG .parents-container .flex .colC {
  transform: translateY(-50px);
}
.home-secG .parents-container .flex .colC .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.home-secG .parents-container .flex .colC .flex .contents {
  width: 150px;
  padding: 15px;
  border-radius: 12px;
  border: 2px solid #fff;
  text-align: center;
  transition: 0.4s;
}
.home-secG .parents-container .flex .colC .flex .contents img {
  width: 35px;
}
.home-secG .parents-container .flex .colC .flex .contents p {
  color: #fff;
  margin-top: 8px;
}
.home-secG .parents-container .flex .colC .flex .contents:hover {
  background: #fff;
}
.home-secG .parents-container .flex .colC .flex .contents:hover p {
  color: #BCBF00;
}
.home-secG .parents-container .parents-nav {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 35%;
}
.home-secG .parents-container .parents-nav button {
  background: none;
  border: none;
  cursor: pointer;
}
.home-secG .parents-container .parents-nav button img {
  width: 26px;
}

.home-secH {
  width: 100%;
  background: #fff;
  padding: 70px 0 0 0;
}
.home-secH .form-container .heading {
  text-align: center;
}
.home-secH .form-container .heading h2 {
  text-transform: none;
  max-width: 520px;
  margin: 0 auto 50px;
  line-height: 1;
}
.home-secH .form-container .bg-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secH .form-container .form-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.home-secH .form-container .form-container .rotate-form form {
  max-width: 600px;
  text-align: center;
  background: #fff;
  padding: 0 78px 30px;
  transform: translateY(-4rem);
  position: relative;
}
.home-secH .form-container .form-container .rotate-form form::before {
  content: "";
  width: 608px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: -55px;
  left: -19px;
  rotate: 5deg;
  border-radius: 50px;
  z-index: -1;
}
.home-secH .form-container .form-container .rotate-form form .title-image img {
  width: 160px;
}
.home-secH .form-container .form-container .rotate-form form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
}
.home-secH .form-container .form-container .rotate-form form .form-grid .form-group:nth-child(5) {
  grid-column: span 2;
}
.home-secH .form-container .form-container .rotate-form form .form-grid .sbmt-grp {
  grid-column: span 2;
}
.home-secH .form-container .form-container .rotate-form form .form-grid .sbmt-grp .theme-btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-secH .form-container .form-container .rotate-form form .form-grid .sbmt-grp .theme-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
.home-secH .form-container .form-container .rotate-form form .form-grid .sbmt-grp .theme-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  z-index: -1;
}
.home-secH .form-container .form-container .rotate-form form .form-grid .sbmt-grp .theme-btn:hover::before {
  width: 100%;
}
.home-secH .form-container .form-container .rotate-form form .form-grid .sbmt-grp .theme-btn::after {
  background-color: #4459C5;
  border-radius: 25px;
}
.home-secH .form-container .form-container .rotate-form form .form-grid .sbmt-grp .theme-btn::before {
  border-radius: 25px;
}/*# sourceMappingURL=home.css.map */