/*!
Theme Name: Euro School Chhauni
Theme URI: http://underscores.me/
Author: Genesis Web Technology
Author URI: https://www.genesiswtech.com/
Description: It is a custom build website for euro school.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: euro-school
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Euro School is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/* Banner Section */

.banner__section {
  position: relative;
}

.banner__section picture {
  height: 100dvh;
  width: 100%;
  overflow: hidden;
  display: block;
}

.banner__section picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner__content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 100px;
}

.banner__content > div {
  max-width: 1700px;
  margin: auto;
  width: 100%;
}

.banner__title {
  max-width: 1280px;
  font-weight: 400;
  font-size: 100px;
  line-height: 120px;

  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-transform: uppercase;

  color: #ffffff;
}

@media (max-width: 768px) {
  .banner__section picture {
    max-height: 360px;
    height: auto;
  }
}

.visit__school {
  margin-top: 3rem;
}

.visit__school h1 {
  font-weight: 300;
  font-size: 4rem;
  line-height: 4.4rem;
  letter-spacing: -0.01em;
  width: 58%;
  margin-bottom: 32px;
}

.visit__school h1 span {
  color: var(--secondary);
}

.container-data {
  display: flex;
  justify-content: center;
  overflow: hidden;
  gap: 1.563vw;
  position: relative;
}

.container-data > div > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-data > div > div > a {
  -webkit-mask-image: url("./assets/img/triangle-white.png");
  mask-image: url("./assets/img/triangle-white.png");
  mask-repeat: no-repeat;
  width: 33.646vw;
  mask-size: 33.646vw;
  position: relative;
  height: 29.01vw;
}

.container-data > div:nth-child(even) {
  transform: rotate(180deg);
  margin-left: -16.667vw;
}

.container-data > div:nth-child(even) img,
.container-data > div:nth-child(even) span {
  transform: rotate(180deg);
}

.container-data > div:nth-child(3) {
  margin-left: -16.667vw;
}

.visit__main__point {
  margin-bottom: 50px;
  transform: translateX(-50%);
  left: calc(100% - 40.6%);
  position: relative;
  width: max-content;
  margin-top: -20.833vw;
  z-index: -1;
}

.visit__main__point::before {
  content: "";
  width: 33.646vw;
  height: 29.01vw;
  position: absolute;
}

.visit__main__point svg {
  width: 33.646vw;
  height: 29.01vw;
}

.visit__main__point h2 {
  font-weight: 400;
  font-size: 44px;
  line-height: 44px;
  letter-spacing: -0.03em;
  color: var(--secondary);
  text-align: center;
  margin-top: -70px;
}

.container-data > div > div > a {
  display: block;
}

.container-data > div > div > a span {
  position: absolute;
  left: 0;
  padding: 0.8rem 1.5rem;
  background: var(--color-green);
  color: #fff;
  z-index: 1;
  top: 5.208vw;
  padding-left: 8.5rem;
  font-weight: 500;
}

.container-data > div:nth-child(even) span {
  left: auto;
  right: 0;
}

.container-data > div > div > a span::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 0;
  width: 22px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: var(--color-green);
  height: 3.9rem;
}

.container-data > div:nth-child(2) span,
.container-data > div:nth-child(2) span::after {
  background: #e72036;
}

.container-data > div:nth-child(3) span,
.container-data > div:nth-child(3) span::after {
  background: #78b2dc;
}

.container-data > div:nth-child(4) span,
.container-data > div:nth-child(4) span::after {
  background: #24539f;
}

.visit__container {
  position: relative;
  overflow: hidden;
}

.blank {
  position: absolute;
  left: 50%;
  top: 50%;
}

.blank span:first-child {
  content: "";
  width: 33.646vw;
  position: absolute;
  left: -63.177vw;
  top: -14.531vw;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  height: 29.01vw;
  background: var(--secondary);
}

.blank span:last-child {
  content: "";
  width: 33.646vw;
  position: absolute;
  left: 29.531vw;
  top: -14.531vw;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  height: 29.01vw;
  background: var(--color-green);
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  body {
    font-size: 1.4rem;
  }
  .visit__school h1 {
    width: 68%;
  }
  .visit__school {
    margin: 0;
  }

  .visit__school > div.bg-light {
    background: #fefad9;
    padding: 3rem 0;
  }

  .visit__school h1 br {
    display: none;
  }

  .visit__school h1 {
    width: 100%;
  }

  .container-data > div {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
  }

  .container-data > div:nth-child(2n) {
    margin-left: -40.667vw;
  }

  .container-data > div:nth-child(3) {
    margin: 0;
  }

  .container-data > div > div > a {
    width: 62.646vw;
    mask-size: 59.646vw;
    height: 51.91vw;
  }

  .visit__main__point {
    position: static;
    transform: none;
    margin-top: 5rem;
    margin-bottom: 2rem;
  }

  .visit__main__point h2 {
    margin: 0;
    padding-left: 3rem;
  }

  .visit__main__point svg {
    display: none;
  }

  .container-data {
    flex-wrap: wrap;
  }

  .container-data > div {
    flex: 50%;
  }

  .blank span:first-child {
    left: -80.777vw;
    top: -52.731vw;
    width: 60.446vw;
    height: 51.81vw;
  }

  .blank span:last-child {
    width: 60.446vw;
    height: 51.91vw;
    left: 19.931vw;
    top: -52.531vw;
  }

  .blank span:nth-child(2) {
    content: "";
    position: absolute;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #24539f;
    left: -80.777vw;
    top: 0.687vw;
    width: 60.446vw;
    height: 51.91vw;
  }

  .blank span:nth-child(3) {
    content: "";
    position: absolute;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #e72036;
    width: 60.446vw;
    height: 51.91vw;
    left: 20.531vw;
    top: 0.787vw;
    transform: rotate(180deg);
  }

  /* 

  .visit__main__point::before {
    position: static;
  }

  .visit__main__point h2 {
    padding: 0 3rem;
  }
  .visit__main__point {
    width: 100%;
  }

  .container-data {
    gap: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .container-data > div > div > a {
    height: 24.9rem;
    width: 28.6rem;
    mask-size: 28.6rem;
    margin: auto;
  }

  .container-data > div:nth-child(3) {
    margin: 0;
  }

  .container-data > div {
    margin-bottom: 1.1rem;
  }

  .container-data > div:nth-child(even) {
    margin-left: -12.5rem;
  }

  .container-data > div:nth-child(odd) {
    margin-left: 0.4rem;
  }

  .container-data > div > div > a span {
    top: 25px;
    padding-left: 3.8rem;
    font-size: 14px;
  }

  .blank span:first-child,
  .blank span:last-child {
    display: none;
  }

  .blank span:last-child {
    background: var(--color-green);
    left: 78px !important;
    transform: rotate(180deg);
  } */

  .visit__school h1 {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.2rem;
    letter-spacing: -0.01em;
    margin-bottom: 2rem;
  }

  .custom-logo {
    width: 125px;
  }

  .visit__main__point h2 {
    font-size: 3.6rem;
    line-height: 4.4rem;
    letter-spacing: -0.03em;
  }
}

@media (max-width: 768px) {
  .container-data > div > div > a span {
    padding-left: 4.5rem;
    font-size: 12px;
  }
}

/* University Collab */
.university__collab__section {
  text-align: center;
}

.university__logo {
  margin-bottom: 4rem;
}

.university__content h2 {
  font-weight: 400;
  font-size: 4rem;
  line-height: 4.8rem;
  color: #eb6a4b;
}

.university__content p {
  font-weight: 300;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 12px;
}

.university__content {
  transition: max-height 0.3s ease-in-out;
}

.university__content > div {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 2.5rem 0;
  opacity: 1;
  max-height: 12rem;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.university__content > div.expanded {
  overflow: auto;
  max-height: 100%;
  -webkit-line-clamp: none;
}

.university__content p span {
  color: #eb6a4b;
}

.university__content .text-btn {
  margin: auto;
}

@media (max-width: 992px) {
  .university__content h2 {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
  .university__content > div {
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }

  .university__content p {
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
  }
}
.message__section .content__area {
  column-count: 2;
  column-gap: 50px;
  margin-bottom: 7rem;
  position: relative;
  z-index: 1;
}
.message__section .content__area p {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.6rem;
}

.message__section {
  clip-path: polygon(0% 0%, 100% 18%, 100% 100%, 0% 89%);
  background: rgba(248, 228, 65, 0.5);
  padding-bottom: 0;
  padding-top: 15rem !important;
  position: relative;
  overflow: hidden;
}

.message__section::after {
  content: "";
  background: url("./assets/img/light-triangle.svg") 0 0 no-repeat;
  max-width: 99.8rem;
  height: 99.8rem;
  opacity: 0.5;
  width: 100%;
  position: absolute;
  right: 100px;
  top: -30px;
  background-size: 100%;
}

.message__content {
  position: relative;
  z-index: 1;
}

.message__content .heading-wrap {
  display: none;
}
.message__content .text-btn {
  display: none;
}

.message__section .grid {
  align-items: end;
  position: relative;
  z-index: 1;
}
.message__section img {
  max-width: 420px;
  margin: auto;
  width: 100%;
}

.principal__detail {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: var(--secondary);
  margin-top: -4rem;
}

.principal__detail span {
  display: block;
  color: var(--primary);
  font-weight: 400;
}

@media (max-width: 992px) {
  .message__section {
    padding-top: 8rem !important;
    margin-top: 5rem;
    clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 95%);
  }
}

@media (max-width: 992px) {
  .message__section .column-7 {
    order: -1;
  }

  .message__section.bg-slant {
    padding-bottom: 0 !important;
  }
  .message__section {
    padding-top: 6rem !important;
    margin-top: 6rem;
  }

  .message__section .column-5,
  .message__section .column-7 {
    grid-column: span 12;
  }

  .message__section .content__area {
    column-count: auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 1;
    margin-bottom: 12px;
    max-height: 12rem;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }

  .message__section .content__area.expanded {
    overflow: auto;
    max-height: 100%;
    -webkit-line-clamp: none;
  }

  .message__content .text-btn {
    margin: auto;
  }

  .message__section .content__area p {
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
  }

  .message__content {
    text-align: center;
  }

  .message__section .column-5 .heading-wrap {
    display: none;
  }
  .message__content .heading-wrap {
    display: block;
  }

  .message__content .text-btn {
    display: flex;
  }
  .message__section::after {
    max-width: 33.2rem;
    height: 33.2rem;
    right: 0;
  }

  .message__section .column-5 {
    text-align: center;
  }

  .message__section img {
    max-width: 250px;
  }
  .principal__detail {
    font-size: 2rem;
    margin-top: 1rem;
    text-align: center;
    line-height: 2.4rem;
  }

  .principal__detail span {
    font-size: 1.8rem;
  }
}

/* 
:root {
  --container-size: 600px;
}
.geometric-wrapper {
  position: relative;
  width: var(--container-size);
  height: var(--container-size);
}

.shard {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}

.content {
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  pointer-events: none;
  width: 150px;
}

.icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 5px;
}
.label {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.red-text {
  color: #d63031;
  font-size: 1.2rem;
  line-height: 1;
}

.center-shard {
  background: white;
  clip-path: polygon(50% 50%, 58% 22%, 82% 42%);
  z-index: 5;
}

.admissions {
  background: #e67e22;
  clip-path: polygon(22% 29%, 58% 22%, 50% 50%);
}

.facilities {
  background: #2c3e50;
  clip-path: polygon(58% 22%, 95% 15%, 82% 42%);
}

.team {
  background: #2980b9;
  clip-path: polygon(50% 50%, 82% 42%, 70% 70%);
}

.high-school {
  background: #c0392b;
  clip-path: polygon(10% 57%, 50% 50%, 38% 78%);
}

.deco-green {
  background: #badc58;
  clip-path: polygon(22% 29%, 50% 50%, 10% 57%);
}

.deco-yellow {
  background: #f1c40f;
  clip-path: polygon(50% 50%, 70% 70%, 38% 78%);
}

.shard:hover {
  cursor: pointer;
  filter: brightness(1.1);
} */

.explore-container > div {
  -webkit-mask-image: url("./assets/img/explore-triangle.svg");
  mask-image: url("./assets/img/explore-triangle.svg");
  mask-repeat: no-repeat;
  width: 20.313vw;
  mask-size: 20.313vw;
  position: relative;
  height: 20.313vw;
  text-align: center;
}

.explore-container > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.explore-container > div::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(
      0deg,
      rgba(36, 83, 159, 0.75),
      rgba(36, 83, 159, 0.75)
    ),
    rgba(0, 0, 0, 0.2);
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.explore-container > div:nth-child(2)::before {
  background: linear-gradient(
      0deg,
      rgba(235, 106, 75, 0.75),
      rgba(235, 106, 75, 0.75)
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.explore-container > div:nth-child(3)::before {
  background: linear-gradient(
      0deg,
      rgba(120, 178, 220, 0.75),
      rgba(120, 178, 220, 0.75)
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.explore-container > div:nth-child(4)::before {
  background: #cee29f;
  pointer-events: none;
}
.explore-container > div:nth-child(5)::before {
  background: linear-gradient(
      0deg,
      rgba(231, 32, 54, 0.75),
      rgba(231, 32, 54, 0.75)
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.explore-container > div:nth-child(6)::before {
  pointer-events: none;
  background: #fcf2a0;
}

.explore-container > div:nth-child(7)::before {
  pointer-events: none;
  background: #fff;
}

.explore__triangle {
  position: absolute;
  width: 100%;
  height: 100%;
}
.explore__triangle svg:first-child {
  position: absolute;
  top: 5%;
  left: 5%;
}

.explore__triangle svg:nth-child(2) {
  position: absolute;
  right: 5%;
  top: 5%;
}

.explore__triangle svg:nth-child(3) {
  position: absolute;
  left: 15%;
  top: 50%;
}

.explore__triangle svg:nth-child(4) {
  position: absolute;
  top: 50%;
  right: 25%;
}

.explore__triangle svg:last-child {
  position: absolute;
  bottom: 25%;
  right: 5%;
}

.explore__school {
  position: relative;
}

.explore__school .euro-container {
  max-width: 52.083vw;
  height: 52.083vw;
}
.explore-container {
  position: relative;
}

/* .explore-container > div {
  position: absolute;
} */

.explore-container > div:first-child {
  right: 0;
  margin-left: 28.7vw;
}

.explore-container > div:nth-child(2) {
  /* top: 5.417vw; */
  /* left: 8.49vw; */
  margin-left: 8.4vw;
  margin-top: -14.9vw;
}

.explore-container > div:nth-child(3) {
  /* top: 20.313vw; */
  /* right: 5.417vw; */
  margin-left: 23.25vw;
  margin-top: -5.5vw;
}

.explore-container > div:nth-child(4) {
  /* top: 11.823vw; */
  /* left: -0.677vw; */
  transform: rotate(60deg);
  margin-top: -28.7vw;
  margin-left: -0.8vw;
}

.explore-container > div:nth-child(5) {
  /* top: 49.3rem; */
  /* left: 5.8rem; */
  margin-top: -6.5vw;
  margin-left: 2.9vw;
}

.explore-container > div:nth-child(6) {
  /* top: 26.677vw; */
  /* right: 14.479vw; */
  transform: rotate(60deg);
  margin-left: 14.01234567vw;
  margin-top: -19.3vw;
}

.explore-container > div:nth-child(7) {
  /* top: 6.406vw; */
  /* left: 19.583vw; */
  transform: rotate(60deg);
  margin-top: -40.5vw;
  margin-left: 19.5vw;
}

.explore__school h2 {
  font-weight: 500;
  font-size: 2.292vw;
  line-height: 2.292vw;
  text-align: center;
  letter-spacing: -0.03em;
  color: #eb6a4b;
  position: absolute;
  z-index: 111;
  left: 59%;
  top: 43%;
  transform: translate(-50%, -50%) rotate(-60deg);
  text-align: center;
  width: 100%;
}

.explore-container > div img.explore__icon {
  height: 3.229vw;
  object-fit: contain;
  margin-bottom: 12px;
}

/* .explore-container > div:first-child {
  margin-left: auto;
}

.explore-container > div:nth-child(2) {
  margin-top: -19.219vw;
  margin-left: 6.719vw;
}

.explore-container > div:nth-child(3) {
  margin-left: 25.99vw;
  margin-top: -07.08vw;
}

.explore-container > div:nth-child(4) {
  margin-top: -37.19vw;
  margin-left: -5.1vw;
  transform: rotate(60deg);
}

.explore-container > div:nth-child(5) {
  margin-top: -08.39vw;
  margin-left: -0.26vw;
}

.explore-container > div:nth-child(6) {
  margin-left: 18.96vw;
  margin-top: -26.25vw;
  transform: rotate(180deg);
} */

.explore-container > div a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.explore-container > div a > div {
  position: absolute;
  z-index: 111;
  left: 59%;
  top: 43%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.explore-container > div a > div span {
  display: block;
  font-weight: 500;
  font-size: 1.563vw;
  line-height: 1.563vw;
  color: #ffffff;
}
@media (max-width: 1290px) {
}

@media (max-width: 768px) {
  .explore__triangle {
    display: none;
  }
  .explore__school .euro-container {
    max-width: 100%;
    height: 100vw;
  }

  .explore-container > div {
    width: 42.313vw;
    mask-size: 42.313vw;
    height: 42.313vw;
  }
  .explore-container > div:first-child {
    margin-left: auto;
  }
  .explore-container > div:nth-child(2) {
    margin-left: 8.4vw;
    margin-top: -30.9vw;
  }
  .explore-container > div:nth-child(3) {
    margin-left: 39.45vw;
    margin-top: -11.9vw;
  }
  .explore-container > div:nth-child(4) {
    margin-top: -59.5vw;
    margin-left: -10.7vw;
  }
  .explore-container > div:nth-child(5) {
    margin-top: -13.7vw;
    margin-left: -3.1vw;
  }
  .explore-container > div:nth-child(6) {
    margin-left: 20.312vw;
    margin-top: -40.3vw;
  }
  .explore-container > div:nth-child(7) {
    margin-top: -84.5vw;
    margin-left: 31.7vw;
  }
  .explore-container > div a > div span {
    font-size: 3.063vw;
    line-height: normal;
  }
  .explore-container > div img.explore__icon {
    height: 5.729vw;
  }
  .explore__school h2 {
    font-size: 4.292vw;
    line-height: 4.792vw;
  }
}

/* Parents Feedback */

/* .parents__feedback::after {
  content: "";
  background: url("./assets/img/light-triangle.svg") 0 0 no-repeat;
  max-width: 121rem;
  height: 121rem;
  width: 100%;
  position: absolute;
  left: 223px;
  opacity: 0.8;
  top: -250px;
  background-size: 100%;
  transform: rotate(150deg);
  transform-origin: center;
  pointer-events: none;
} */

.feedback__container {
  position: relative;
  z-index: 1;
  max-width: 46.875vw;
  padding: 0 7.813vw;
  padding-right: 6vw;
}

.feedback__container p {
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.02em;
  line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}

.feedback__container .ratings {
  margin-bottom: 2rem;
}

.feedback__slider {
  overflow: hidden;
}

.parents__detail {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 2.8rem;
  text-align: left;
  margin-top: 12px;
}

.parents__detail span {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  color: #969696;
}

.parents__img > picture {
  width: 436px;
  height: 436px;
  display: block;
}

.parents__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.parents__wrapper {
  position: relative;
  margin-top: -48rem;
  width: 100%;
  max-width: 436px;
  margin-left: auto;
}

.parents__img {
  display: flex;
  pointer-events: none;
  text-align: left;
  flex-direction: column;
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
  margin: 0;
}

.slider__nav {
  display: flex;
  padding: 0 15rem;
  gap: 2rem;
  margin-top: 10rem;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

@media (max-width: 992px) {
  .parents__wrapper {
    margin-top: -15rem;
  }
  .parents__feedback .column-7,
  .parents__feedback .column-2 {
    grid-column: span 12;
  }

  .feedback__container {
    max-width: 100%;
    padding: 0;
  }

  .heading-wrap.heading-wrap-white h2 br {
    display: none;
  }

  .parents__feedback .heading-wrap {
    margin-bottom: 1rem;
  }

  .slider__nav {
    padding: 0;
    margin-top: 5px;
  }
  .parents__img {
    margin-left: auto;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
  .parents__img > picture {
    width: 294px;
    height: 294px;
    order: 1;
  }

  .parents__detail {
    color: #f8e441;
  }

  .parents__detail span {
    color: #fff;
  }

  .feedback__container p {
    color: #fff;
  }
  .parents__wrapper {
    margin-top: -36rem;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .parents__img > picture {
    width: 150px;
    height: 150px;
  }
  .parents__wrapper {
    margin-top: -19rem;
  }
  .swiper-button-next svg,
  .swiper-button-prev svg {
    width: 22px;
    height: 22px;
  }

  .swiper-button-next svg path,
  .swiper-button-prev svg path {
    fill: #fff;
  }

  .slider__nav {
    gap: 0.5rem;
  }

  .ratings svg {
    width: 25px;
    height: 25px;
  }

  .ratings svg path {
    fill: #f8e441;
  }
}

.activities-grid {
  display: flex;
}

.activities-grid > div:last-child {
  transform: rotate(180deg);
  margin-left: -15.8vw;
}

.act-item {
  -webkit-mask-image: url("./assets/img/triangle-white.png");
  mask-image: url("./assets/img/triangle-white.png");
  mask-repeat: no-repeat;
  width: 35vw;
  mask-size: 35vw;
  position: relative;
  height: 30.4vw;
}

.act-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(8, 43, 99, 0.5) 0%,
    rgba(8, 43, 99, 0) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
}

.activities-grid > div:last-child img,
.activities-grid > div:last-child .act-content {
  transform: rotate(180deg);
}

.activities-grid > div:last-child .act-item::before {
  background: linear-gradient(
    180deg,
    rgba(8, 43, 99, 0) 0%,
    rgba(8, 43, 99, 0.5) 100%
  );

  transform: rotate(180deg);
  z-index: 1;
}

.act-item > a {
  display: block;
  width: 100%;
  height: 100%;
}

.act-item > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.act-content {
  position: absolute;
  top: 4rem;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 1;
}

.act-content span {
  font-weight: 500;
  color: #ffffff;
  line-height: 2.8rem;
}

.act-content h4 {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 2.6rem;
  color: #ffffff;
  width: 50%;
  margin: auto;
}
.act-content h4 a {
  color: #fff;
}

.events__activities .grid .column-6:nth-child(2) {
  margin-left: -8vw;
}
.events__activities .grid .column-6:first-child .heading-wrap:first-child {
  display: none;
}

@media (max-width: 1440px) {
  .events__activities .grid .column-6:nth-child(2) {
    margin-left: -6.5vw;
  }
}

@media (max-width: 768px) {
  .events__activities .grid {
    grid-gap: 3rem !important;
  }
  .act-item {
    width: 60vw;
    mask-size: 60vw;
    height: 52vw;
  }
  .activities-grid > div:last-child {
    transform: rotate(180deg);
    margin-left: -26.8vw;
  }

  .events__activities .grid .column-6:nth-child(2) {
    margin: 0;
  }

  .act-content {
    top: 1rem;
  }

  .act-content h4 {
    font-size: 1.8rem;
    line-height: 1.2;
    width: 75%;
  }

  .act-content span {
    font-size: 1.2rem;
  }

  .heading-wrap h3 {
    font-size: 2.5rem;
  }

  .events__activities .grid .column-6:first-child .heading-wrap:last-child {
    display: none;
  }

  .events__activities .grid .column-6:first-child .heading-wrap:first-child {
    display: block;
  }
}

/* Student Podcast */

.student__podcast {
  padding-bottom: 25rem !important;
}

.student__podcast .grid {
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .student__podcast {
    padding-bottom: 10rem !important;
    margin-top: 5rem;
  }
}
