@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.home-banner .bg {
  height: calc(100vh - var(--bannerstrip));
}
@media only screen and (max-width: 1024px) {
  .banner.home-banner .bg {
    height: calc(800px - var(--bannerstrip));
  }
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .bg {
    height: calc(80vh - var(--bannerstrip));
  }
}
@media only screen and (max-width: 767px) {
  .banner.home-banner .bg {
    height: calc(600px - var(--bannerstrip));
  }
}
.banner.home-banner .banner-wrapper .content {
  max-width: 674px;
}
@media only screen and (max-width: 1024px) {
  .banner.home-banner .banner-wrapper .content {
    margin: 0 auto;
  }
}
.banner.home-banner .banner-wrapper .content h1 {
  margin-bottom: 34px;
  color: var(--white);
}
@media only screen and (max-width: 1024px) {
  .banner.home-banner .banner-wrapper .content h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .banner-wrapper .content h1 {
    text-align: center;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.home-banner .banner-wrapper .content h1 {
    text-align: center;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner.home-banner .banner-wrapper .content .btn-div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .banner-wrapper .content .btn-div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .banner.home-banner .banner-wrapper .content .btn-div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .banner.home-banner .banner-wrapper .content .btn-div .btn {
    height: 38px;
    padding: 12px;
  }
}

.banner-event-wrap .banner-event-slider .item {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
  .banner-event-wrap .banner-event-slider .item {
    flex-direction: column;
  }
}
.banner-event-wrap .banner-event-slider .item figure {
  line-height: 0;
  margin-bottom: 10px;
}
.banner-event-wrap .banner-event-slider .item figure img {
  width: 80px;
}
@media only screen and (max-width: 767px) {
  .banner-event-wrap .banner-event-slider .item figure img {
    width: 45px;
  }
}
.banner-event-wrap .banner-event-slider .item figcaption {
  flex: 0 1 auto;
  text-align: center;
  color: var(--white);
  padding-left: 20px;
}
.banner-event-wrap .banner-event-slider .item figcaption h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 4px;
}
@media only screen and (max-width: 991px) {
  .banner-event-wrap .banner-event-slider .item figcaption h4 {
    font-size: 20px;
  }
}
.banner-event-wrap .banner-event-slider .item figcaption p {
  font-weight: 500;
  line-height: 20px;
  max-width: 250px;
  font-size: 16px;
}
.banner-event-wrap .banner-event-slider .item:nth-child(3n+1) {
  background: var(--primary);
}
.banner-event-wrap .banner-event-slider .item:nth-child(3n+2) {
  background: var(--cyan);
}
.banner-event-wrap .banner-event-slider .item:nth-child(3n+3) {
  background: #736f66;
}
.banner-event-wrap .banner-event-slider .item:nth-child(3n+4) {
  background: var(--dark-gray);
}
.banner-event-wrap .swiper-nav {
  padding: 0 25px;
}

.home-secA {
  padding: 80px 0;
  padding: 100px 0 0;
  padding: 52px 0 0;
}
.home-secA .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 65px;
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) {
  .home-secA .grid {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .home-secA .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secA .grid {
    gap: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
}
.home-secA .grid .item-content {
  overflow: hidden;
}
.home-secA .grid .item-content.more {
  max-height: -moz-max-content;
  max-height: max-content;
}
@media only screen and (max-width: 1024px) {
  .home-secA .grid .item-content {
    order: 2;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .grid .item-content {
    order: 2;
    text-align: center;
  }
}
.home-secA .grid .item-content p {
  font-size: 16px;
  color: var(--text);
  margin-bottom: 12px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .home-secA .grid .item-content p {
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .grid .item-content h3 {
    font-size: 28px;
  }
}
.home-secA .grid .item-content strong {
  margin: 8px 0 20px;
  color: #000;
  display: block;
}
@media only screen and (max-width: 540px) {
  .home-secA .grid .item-content strong {
    font-size: 14px;
  }
}
.home-secA .grid .item-content strong span {
  font-size: 60px;
  color: var(--primary);
}
@media only screen and (max-width: 1024px) {
  .home-secA .grid .item-content strong {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secA .grid .item-content strong {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .grid .item-content strong {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secA .grid .item-content .btn {
    margin-top: 8px;
    font-size: 14px;
    height: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secA .grid .item-img {
    order: 1;
  }
}
.home-secA .grid .item-img img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 20px;
  border: 1px solid var(--primary);
  position: sticky;
  top: calc(var(--headerheight) + 20px);
}
@media only screen and (max-width: 991px) {
  .home-secA .grid .item-img img {
    height: 400px;
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .home-secA .grid .item-img img {
    height: 250px;
    position: static;
  }
}

.home-secB {
  padding: 35px 0 100px;
}
@media only screen and (max-width: 767px) {
  .home-secB {
    padding: 42px 0 52px;
  }
}
.home-secB .container::before {
  bottom: 80%;
  right: 10%;
}
.home-secB:has(.mood-board-tab) .heading {
  margin-bottom: 35px;
}
.home-secB .heading {
  margin-bottom: 54px;
}
@media only screen and (max-width: 767px) {
  .home-secB .heading {
    margin-bottom: 14px;
  }
}
.home-secB .mood-board-tab {
  margin-bottom: 54px;
}
.home-secB .mood-board-tab li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  transition: 0.5s ease;
}
.home-secB .mood-board-tab li::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: var(--primary);
}
.home-secB .mood-board-tab li::before {
  top: auto;
  height: 1px;
  width: 0;
  transition: 0.5s ease;
}
.home-secB .mood-board-tab li:not(:last-child) {
  margin-right: 36px;
}
.home-secB .mood-board-tab li:has(input:checked) {
  color: var(--primary);
}
.home-secB .mood-board-tab li:has(input:checked)::before {
  width: 100%;
}
.home-secB .mood-board-tab li input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}
.home-secB .moodboard-slider {
  max-width: calc(100% - 45px);
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .home-secB .moodboard-slider {
    max-width: calc(100% - 0px);
  }
}
.home-secB .moodboard-slider .swiper-slide p {
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.home-secC {
  height: calc(100vh - var(--headerfixed));
}
@media only screen and (max-width: 1024px) {
  .home-secC {
    height: calc(500px - var(--headerfixed));
  }
}
@media only screen and (max-width: 991px) {
  .home-secC {
    height: calc(50vh - var(--headerfixed));
  }
}
@media only screen and (max-width: 767px) {
  .home-secC {
    height: calc(45vh - var(--headerfixed));
  }
}
.home-secC::before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 73.5%);
}
.home-secC figure video {
  transform: scaleX(-1);
}
.home-secC .content .ico {
  width: 106px;
  line-height: 0;
}
.home-secC .content .ico img {
  width: 100%;
}
.home-secC .content h3 {
  color: var(--white);
  font-size: 40px;
  font-family: "Poppins";
  margin: 30px 0 50px;
  line-height: 1.1;
}
.home-secC .content h3 span {
  display: block;
  font-size: 1.6em;
}
@media only screen and (max-width: 1024px) {
  .home-secC .content h3 {
    text-align: center;
    font-size: 36px;
    margin: 24px 0 32px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secC .content h3 {
    text-align: center;
    font-size: 26px;
    margin: 24px 0 32px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secC .content h3 {
    text-align: center;
    font-size: 18px;
    margin: 24px 0 24px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secC .content .btn-div {
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  .home-secC .content .btn-div .btn {
    margin: 0px auto;
  }
}
.home-secD {
  padding: 65px 0 60px;
}
@media only screen and (max-width: 767px) {
  .home-secD {
    padding: 42px 0 40px;
  }
}
.home-secD .container::before {
  left: 10%;
}
.home-secD .heading {
  margin-bottom: 74px;
}
@media only screen and (max-width: 767px) {
  .home-secD .heading {
    margin-bottom: 24px;
  }
}
.home-secD .home-event-wrap .swiper-nav {
  max-width: 66%;
}
@media only screen and (max-width: 1920px) {
  .home-secD .home-event-wrap .swiper-nav {
    max-width: 63%;
  }
}
@media only screen and (max-width: 1600px) {
  .home-secD .home-event-wrap .swiper-nav {
    max-width: 64%;
  }
}
@media only screen and (max-width: 1366px) {
  .home-secD .home-event-wrap .swiper-nav {
    max-width: 66%;
  }
}
@media only screen and (max-width: 991px) {
  .home-secD .home-event-wrap .swiper-nav {
    max-width: 100%;
  }
}
.home-secD .home-event-wrap .swiper-nav .swiper-prev, .home-secD .home-event-wrap .swiper-nav .swiper-next {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .home-secD .home-event-wrap .swiper-nav .swiper-prev, .home-secD .home-event-wrap .swiper-nav .swiper-next {
    background: none;
    box-shadow: none;
    border: none;
  }
  .home-secD .home-event-wrap .swiper-nav .swiper-prev path, .home-secD .home-event-wrap .swiper-nav .swiper-next path {
    fill: var(--black);
  }
}
.home-secD .home-event-wrap .home-event-slider {
  padding-bottom: 30px;
}
.home-secD .home-event-wrap .home-event-slider .swiper-slide-prev, .home-secD .home-event-wrap .home-event-slider .swiper-slide-next {
  opacity: 0.4;
}
.home-secD .home-event-wrap .home-event-slider .testimonial-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 24px;
  width: 320px;
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: #333;
}
.home-secD .home-event-wrap .home-event-slider .testimonial-card .quote {
  line-height: 0;
  margin-bottom: -8px;
  display: flex;
  justify-content: space-between;
}
.home-secD .home-event-wrap .home-event-slider .testimonial-card .quote .user {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
}
.home-secD .home-event-wrap .home-event-slider .testimonial-card .quote img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secD .home-event-wrap .home-event-slider .testimonial-card .quote .info h4 {
  font-size: 15px;
  font-weight: 600;
  color: #222;
}
.home-secD .home-event-wrap .home-event-slider .testimonial-card .quote .info p {
  font-size: 13px;
  color: #999;
  margin: 6px 0 0;
}
.home-secD .home-event-wrap .home-event-slider .testimonial-card .quote svg {
  width: 100px;
  height: 100px;
  display: block;
}
.home-secD .home-event-wrap .home-event-slider .testimonial-card .quote svg path {
  fill: #ccc;
}
@media only screen and (max-width: 767px) {
  .home-secD .home-event-wrap .home-event-slider .testimonial-card .quote svg {
    display: none;
  }
}
.home-secD .home-event-wrap .home-event-slider .testimonial-card .text {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  color: #444;
}
.home-secD .home-event-wrap .home-event-slider .testimonial-card .text span {
  color: var(--primary);
  font-weight: 500;
}
.home-secD .home-event-wrap .home-event-slider .testimonial-card .swiper-prev, .home-secD .home-event-wrap .home-event-slider .testimonial-card .swiper-next {
  display: block;
}
.home-secD .home-event-wrap .home-event-slider .testimonial-card.swiper-slide-active {
  background: var(--tertiary);
}
.home-secD .home-event-wrap .home-event-slider .testimonial-card.swiper-slide-active .quote svg path {
  fill: var(--white);
}
.home-secD .home-event-wrap .home-event-slider .testimonial-card.swiper-slide-active .text {
  color: var(--white);
}
.home-secD .home-event-wrap .home-event-slider .testimonial-card.swiper-slide-active .info h4 {
  color: #fff;
  margin: 0;
}
.home-secD .home-event-wrap .home-event-slider .testimonial-card.swiper-slide-active .info p {
  color: #fff;
}

.home-secE .container::before {
  z-index: 1;
  left: 30%;
  top: 10%;
}

.home-secF {
  padding: 75px 0 100px;
}
@media only screen and (max-width: 767px) {
  .home-secF {
    padding: 42px 0 72px;
  }
}
.home-secF .heading {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .home-secF .heading {
    margin-bottom: 14px;
  }
}
.home-secF .slider-wrap .home-education-slider .item {
  border-radius: 10px;
  overflow: hidden;
  min-height: 400px;
}
.home-secF .slider-wrap .home-education-slider .item::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.home-secF .slider-wrap .home-education-slider .item figcaption {
  color: var(--white);
  padding: 0 30px 3rem;
  text-align: left;
}
.home-secF .slider-wrap .home-education-slider .item figcaption h6 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .home-secF .slider-wrap .home-education-slider .item figcaption h6 {
    font-size: 16px;
  }
}

.home-secZ {
  padding: 65px 0;
}
@media only screen and (max-width: 767px) {
  .home-secZ {
    padding: 30px 0;
  }
}
.home-secZ .heading {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .home-secZ .heading {
    margin-bottom: 2rem;
  }
}
.home-secZ .heading h6 {
  max-width: 50%;
  margin: 0 auto;
  padding: 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .home-secZ .heading h6 {
    max-width: 100%;
  }
}
.home-secZ .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
@media only screen and (max-width: 991px) {
  .home-secZ .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .home-secZ .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-secZ .gallery-grid .gallery-item {
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .home-secZ .gallery-grid .gallery-item {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secZ .gallery-grid .gallery-item {
    height: 150px;
  }
}
.home-secZ .gallery-grid .gallery-item:hover img {
  transform: scale(1.1);
}
.home-secZ .gallery-grid .gallery-item img {
  width: 100%;
  transition: all 0.3s ease;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-secX {
  padding: 40px 0 100px;
}
@media only screen and (max-width: 767px) {
  .home-secX {
    padding: 30px 0;
  }
}
.home-secX .heading {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .home-secX .heading {
    margin-bottom: 2rem;
  }
}
.home-secX .heading h6 {
  max-width: 50%;
  margin: 0 auto;
  padding: 10px 0 0;
}
@media only screen and (max-width: 991px) {
  .home-secX .heading h6 {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .home-secX .heading h6 {
    max-width: 100%;
  }
}
.home-secX .why-grid {
  height: 550px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 20px;
}
@media only screen and (max-width: 991px) {
  .home-secX .why-grid {
    height: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .home-secX .why-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-secX .why-grid .why-card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-secX .why-grid .why-card h5 {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .home-secX .why-grid .why-card h5 {
    font-size: 15px;
  }
}
.home-secX .why-grid .why-card p {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}
.home-secX .why-grid .why-card svg {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.home-secX .why-grid .image-card {
  overflow: hidden;
  border-radius: 10px;
  grid-row: span 2;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .home-secX .why-grid .image-card {
    display: none;
  }
}
.home-secX .why-grid .image-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=home.css.map */