@import url("https://fonts.googleapis.com/css2?family=Anton&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden !important;
  background-color: #fff !important;
  font-family: "Open Sans", sans-serif;
}

@font-face {
  src: url(/colourBlast/public/fonts/fat-frank-heavy.otf);
  font-family: Fatfrank1;
  font-weight: 400;
}

@font-face {
  src: url(/colourBlast/public/fonts/fonnts.com-FatFrank_Heavy-1.otf);
  font-family: Fatfrank2;
  font-weight: 500;
}

@font-face {
  src: url(/colourBlast/public/fonts/fonnts.com-FatFrank_Heavy-1.ttf);
  font-family: Fatfrank3;
  font-weight: 600;
}

@font-face {
  src: url(/colourBlast/public/fonts/Jellee-Roman.otf);
  font-family: Jelle;
}

@font-face {
  src: url(/colourBlast/public/fonts/Montserrat-Italic-VariableFont_wght.ttf);
  font-family: Montserrat-i;
}

@font-face {
  src: url(/colourBlast/public/fonts/Montserrat-VariableFont_wght.ttf);
  font-family: Montserrat;
}

@font-face {
  src: url(/colourBlast/public/fonts/OpenSans-Italic-VariableFont_wdthwght.ttf);
  font-family: OpenSans-i;
}

@font-face {
  src: url(/colourBlast/public/fonts/OpenSans-VariableFont_wdthwght.ttf);
  font-family: OpenSans;
}

/* Home */

.home-banner {
  background-image: url(../images/banners/homepage-banner.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 960px;
  max-height: 100%;
  margin-top: -15px;
  position: relative;
  z-index: 10;
}

.home-banner .blast-text{
  font-family: 'FatFrank1';
  font-size: 64px;
  font-weight: 900;
  text-transform: uppercase;
  /* MAIN TEXT COLOR */
  color: #ff2f92;

  /* ROUNDED OUTLINE EFFECT */
  text-shadow:
    /* white inner stroke */
    -2px -2px 0 #ffffff,
     2px -2px 0 #ffffff,
    -2px  2px 0 #ffffff,
     2px  2px 0 #ffffff,

    /* light blue outer stroke (thin & soft) */
    -4px -4px 0 #18b9f0,
     4px -4px 0 #18b9f0,
    -4px  4px 0 #18b9f0,
     4px  4px 0 #18b9f0;
  display: inline-block;
  transform: rotate(-3deg); 
  position: relative;
  top: 150px;
  -webkit-text-stroke: 1px #ffffff;
}

.home-banner .st-h {
  text-align: center;
  transform: rotate(-5deg);
  font-family: 'FatFrank1';
  color: #fff;
  line-height: 70px;
  font-size: 65px;
  top: 190px;
  position: relative;
  text-transform: uppercase;
  margin: 0 330px;
  left: -350px;
}

.home-banner .st-h::before {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 10px #15a6d6;
  paint-order: stroke fill;
  z-index: -1;
  left: 0;
  top: 0;
}

.home-banner .st-h::after {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 19px #e82c94;
  paint-order: stroke fill;
  z-index: -2;
  left: 0;
  top: 0;
}

.home-btn {
  display: flex;
  justify-content: center;
}

.home-btn a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 320px;
  height: 65px;
  border-radius: 121px 121px 121px 121px;
  background-color: #f32085;
  box-shadow: 0 2px 1px 1px #b40056;
  background: linear-gradient(370deg, #9b0659 0, #e82c94 7%);
  display: flex !important;
  justify-content: center;
  align-items: center;
  top: 550px;
  left: 170px;
  transform: rotate(-6deg);
}

.home-btn a:hover {
  box-shadow: 0 2px 1px 1px #f32085;
}

.home-btn a span {
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
  box-sizing: border-box;
  display: block;
  background-color: unset;
  padding: 0;
  text-shadow: 0 0 0 #505ac7;
  font-family: FatFrank1;
  letter-spacing: 0;
}

/* ColorFul */

.colorful-sec {
  background: url(../images/backgrounds/home-color-back.webp) no-repeat;
  background-color: #fff;
  background-repeat: repeat;
  background-size: 100% 100%;
  background-size: cover;
  padding-top: 185px;
  margin-top: -200px;
  padding-bottom: 160px;
  position: relative;
  z-index: 5;
}

.colorful-h {
  text-align: center;
  margin-bottom: 30px;
}

.colorful-h h1 {
  font-size: 50px;
  font-family: Fatfrank1;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 10px black !important;
  paint-order: stroke fill;
  text-align: center;
  font-weight: 900;
}

.TwoBox {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
}

.colorPinkBox {
  background-color: #f32085;
  border-radius: 82px;
  text-align: center;
  padding: 15px 15px 40px;
  position: relative;
}

.colorGreenBox {
  background-color: #8abe44;
  border-radius: 82px;
  text-align: center;
  padding: 15px 15px 40px;
  position: relative;
}

.colorPink-img img,
.colorGreen-img img {
  width: 85%;
}

.colorful-arrow {
  padding: 28px;
  position: absolute;
  bottom: -6%;
  left: 43%;
  border: 1px solid #17dbe5;
  border-radius: 90px;
  background-color: #17dbe5;
  color: #fff;
  transition: all 0.5s ease;
  box-shadow: 0 2px 1px 1px #00000061;
}

.colorful-arrow:hover {
  border: 1px solid #e5178a;
  background-color: #e5178a;
  color: #ffffff;
  transition: all 0.5s ease;
}

.colorful-arrow svg {
  height: 22px;
  width: 25px;
}

.colorful-bottomText p {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #353535;
  text-align: left;
  line-height: 30px;
  margin-top: 5rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 15px 30px;
  background: #ffffff29;
  box-shadow: 0px 0px 8px 2px #6060608f;
  margin: 5rem 55px 0;
  border-radius: 15px;
  outline: 0;
}

.colorful-bottomText p a{
  color: #f32085;
}

/* Pink Blue */

.pb-sec {
  background: url(../images/backgrounds/pb-back.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 1100px;
  z-index: 10;
  position: relative;
  margin-top: -140px;
  padding-top: 180px;
}

.pb-text .pb-stroke {
  margin-top: 50px;
  padding: 0 100px 0 160px;
  text-align: center;
  line-height: 88px;
  font-weight: 900;
  color: #fff;
  rotate: 4.5deg;
  font-family: "Fatfrank1";
  -webkit-text-stroke: 9px black;
  paint-order: stroke fill;
  text-transform: uppercase;
  font-size: 57px;
}

.pb-text .pb-yellow {
  font-size: 190px;
  font-family: "Have Heart Two";
  color: #f1e70d;
  line-height: normal;
  rotate: 2.6deg;
  text-align: center;
  font-weight: 100;
  /* width: 1000px; */
  text-shadow: 2px 4px 20px #0000009c;
  margin-top: -80px;
}

.pb-btns {
  margin-left: 140px;
  margin-top: 40px;
}

.pb-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.pb-top a:nth-child(1) {
  background-color: #fff;
  border-radius: 50px;
  padding: 14px 40px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 8px 0px 0px;
  font-size: 30px;
  font-family: FatFrank1;
  color: #000;
  max-width: 290px;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 34px;
  transform: rotate(-4deg);
  text-transform: uppercase;
  text-shadow: 2px 2px 8px yellow;
  text-decoration: none !important;
}

.pb-top a:nth-child(2) {
  background-color: #fff;
  border-radius: 50px;
  padding: 14px 40px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 8px 0px 0px;
  font-size: 30px;
  font-family: FatFrank1;
  color: #000;
  max-width: 290px;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 34px;
  transform: rotate(7deg);
  text-transform: uppercase;
  text-shadow: 2px 2px 8px yellow;
  text-decoration: none !important;
}

.pb-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.pb-bottom a {
  background-color: #fff;
  border-radius: 50px;
  padding: 14px 40px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 8px 0px 0px;
  font-size: 30px;
  font-family: FatFrank1;
  color: #000;
  max-width: 290px;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 34px;
  text-transform: uppercase;
  text-shadow: 2px 2px 8px yellow;
  text-decoration: none !important;
}

/* Six Box */

.sixBox-sec {
  background: url(../images/backgrounds/6box.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -82px;
  z-index: revert-layer;
  position: relative;
  height: 1020px;
}

.sixBox-sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/backgrounds/boxblue.png);
  bottom: -600px;
  background-repeat: no-repeat;
  background-size: contain;
}

.sixBox-sec .container {
  margin-top: 90px;
}

.sixBox-sec .container .row .col-lg-4:nth-child(4),
.sixBox-sec .container .row .col-lg-4:nth-child(5),
.sixBox-sec .container .row .col-lg-4:nth-child(6) {
  margin-top: 70px;
}

.Sheet {
  position: absolute;
  top: calc(-67px / 2);
  width: calc(100% - 40px);
}

.boxOne {
  position: relative;
  background: #fff;
  padding: 25px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 10px;
  flex: inherit;
  min-width: 350px;
  margin: 0 10px;
  box-shadow: 0 0 17px 2px #33333378;
  min-height: 370px;
}

.boxOne h3 {
  font-size: 45px;
  font-family: FatFrank1;
  color: #000;
  line-height: normal;
  -webkit-text-stroke: 6px white;
  paint-order: stroke fill;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 35px;
  text-shadow: 0 0 17px #00000050;
  transform: rotate(-10deg) translateX(-20px);
  margin-left: 55px;
  margin-top: 10px;
}

.boxOne .boxRotate2 {
  transform: rotate(10deg) translateX(-20px);
  white-space: nowrap;
}

.boxOne h3 span {
  margin-right: -13px;
  position: relative;
  top: 6px;
}

.boxOne p {
  flex: 7;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  padding: 10px 0 0 0;
  font-weight: 600;
  line-height: 30px;
}

/* Never Been */

.neverbeen-sec {
  margin-top: 1px;
  position: relative;
  background-image: url(../images/backgrounds/never.png);
  background-repeat: repeat;
  background-size: cover;
  z-index: 40;
  height: 500px;
}

.neverbeen-h {
  text-align: center;
}

.neverbeen-h h1 {
  font-size: 50px;
  font-family: FatFrank1;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 10px black;
  paint-order: stroke fill;
  text-align: center;
  font-weight: 900;
}

.neverbeen-p {
  color: #353535;
  font-size: 18px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
  text-align: left;
  font-weight: 700;
  margin: 25px 0;
  background: #ffffff29;
  box-shadow: 0px 0px 8px 2px #6060608f;
  border-radius: 15px;
  outline: 0;
  padding: 20px 25px;
}

.never-btn {
  display: flex;
  justify-content: center;
}

.never-btn a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 320px;
  height: 65px;
  border-radius: 121px 121px 121px 121px;
  background-color: #f32085;
  box-shadow: 0 2px 1px 1px #b40056;
  background: linear-gradient(370deg, #9b0659 0, #e82c94 7%);
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.never-btn a span {
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
  box-sizing: border-box;
  display: block;
  background-color: unset;
  padding: 0;
  text-shadow: 0 0 0 #505ac7;
  font-family: FatFrank1;
  letter-spacing: 0;
}

.never-btn a:hover {
  box-shadow: 0 2px 1px 1px #f32085;
}

/* Options */

.option-sec {
  background: url(../images/backgrounds/options.webp);
  margin-top: -200px;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  padding-top: 100px;
  /*height: 1390px;*/
  height: 1435px;
  background-size: 100% 100%;
  padding-top: 200px;
}

.option-h h1 {
  font-size: 50px;
  font-family: FatFrank1;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 10px black;
  paint-order: stroke fill;
  text-align: center;
  font-weight: 900;
}

.option-h p {
  color: #fff;
  font-size: 18px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
  text-align: left;
  font-weight: 700;
  margin: 0;
}
.option-p {
    background: #ffffff29;
    box-shadow: 0px 0px 8px 2px #6060608f;
    border-radius: 15px;
    outline: 0;
    padding: 20px 25px;
    margin-bottom: 20px;
}

.option-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.opt1-img img {
  width: 100%;
  transition: 0.4s;
}
.opt2-img img {
  width: 95%;
  transition: 0.4s;
}
.opt3-img img {
  width: 100%;
  transition: 0.4s;
}

.opt1-img img:hover,
.opt2-img img:hover,
.opt3-img img:hover {
  filter: brightness(0.7);
  cursor: pointer;
}

.opt1-img {
  margin-right: -55px;
  text-align: center;
}

.opt2-img {
  position: relative;
  z-index: 20;
  text-align: center;
}

.opt3-img {
  margin-left: -55px;
  text-align: center;
}

/* Event */

.event-sec {
  background-image: url(../images/backgrounds/event.png);
  margin-top: -500px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 220px;
  background-size: cover;
}

.event-h {
  text-align: center;
  margin-top: 80px;
}

.event-h h1 {
  font-size: 50px;
  font-family: "FatFrank1", sans-serif;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 10px black !important;
  paint-order: stroke fill;
  text-align: center;
  font-weight: 900;
}

.event-h p {
font-size: 18px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    color: #353535;
  text-align: left;
  font-weight: bold;
  margin-top: 50px;
  font-weight: 700;
  background: #ffffff29;
  box-shadow: 0px 0px 8px 2px #6060608f;
  border-radius: 15px;
  outline: 0;
  padding: 20px 25px;
  margin: 20px 60px 30px;
}

.eventRow {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Event Single Video */

.video-container {
  width: 1100px;
  height: 80vh;;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 70px;
  z-index: 1;
}

.video-container:hover #circle-play-b {
  opacity: 1 !important;
}

.video-wrapper {
  width: 100%;
  height: 100%;
}

.poster-img{
    width: 1100px;
    height: 100%;
    object-fit: cover;
}

video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #000;
}

.play-pause-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.play-icon {
  width: 64px;
  height: 64px;
  transition: opacity 0.3s ease;
}

.pause-icon {
  width: 64px;
  height: 64px;
  transition: opacity 0.3s ease;
  display: none;
}

.video-container:hover .pause-icon {
  opacity: 1;
}

.video-container.playing .play-icon {
  display: none;
}

.video-container.playing .pause-icon {
  display: block;
}

.v-bottomP {
  margin-top: 35px;
  background: #ffffff29;
  box-shadow: 0px 0px 8px 2px #6060608f;
  border-radius: 15px;
  outline: 0;
  margin: 35px 50px 0;
}

.v-bottomP p {
  font-size: 18px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    color: #353535;
  text-align: left;
  font-weight: bold;
  font-weight: 700;
  margin: 0;
  padding: 20px 25px;
}

/* Event Bottom */

.event-bottomIMG {
  text-align: center;
}

.event-bottomIMG img {
  width: 100%;
}

.e-bottom-h {
  margin-top: 90px;
}

.e-bottom-h h1 {
  font-size: 55px;
  font-family: FatFrank1;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 12px black !important;
  paint-order: stroke fill;
  font-weight: 900;
  text-transform: uppercase;
}

.e-bottom-h p {
  font-size: 18px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    color: #353535;
  font-weight: bold;
  font-weight: 700;
  background: #ffffff12;
  box-shadow: 0px 0px 8px 2px #6060608f;
  border-radius: 15px;
  outline: 0;
  padding: 20px 25px;
}

/* Video And Coma Boxes */

.video-sec {
  position: relative;
  padding-top: 60px;
  background: url(../images/backgrounds/video.png) #e92e94;
  padding-bottom: 0px;
  margin-bottom: 230px;
  z-index: 2;
  background-size: cover;
  background-repeat: repeat;
  /*height: 1640px;*/
  padding-bottom: 85px;
}

.video-sec::before {
  content: "";
  background-image: url(../images/backgrounds/video-before.png);
  width: 100%;
  position: absolute;
  height: 400px;
  left: 0;
  right: 0;
  z-index: 2;
  background-size: 100% 100%;
  top: -210px;
  background-size: cover !important;
  top: -14% !important;
}

.video-sec::after {
  content: "";
  background-image: url(../images/backgrounds/video-after.png);
  position: absolute;
  bottom: -163px;
  left: 0;
  right: 0;
  height: 293px;
  z-index: 0;
  top: auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.people-h {
  text-align: center;
  margin-bottom: 50px;
}

.people-h h1 {
  font-size: 50px;
  font-family: FatFrank1;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 10px black !important;
  paint-order: stroke fill;
  font-weight: 900;
  text-transform: uppercase;
}

.people-box {
  background: #f1e70d;
  padding: 20px 20px 40px;
  /*border-top-right-radius: 60px;*/
  /*border-bottom-left-radius: 60px;*/
  border-radius: 10px;
}

.pb-blue {
  background-color: #03aad6;
}

.pb-green {
  background-color: #8abe44;
}

.people-box p {
  font-size: 17px;
  font-weight: 500;
  font-family: sans-serif;
  color: black;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.people-box ul {
  list-style: none;
  padding: 0;
}

.people-box ul li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
}

.pb-blue p,
.pb-green p {
  color: #fff;
}

.pb-blue ul li,
.pb-green ul li {
  color: #fff;
}

.people-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 10px;
}

.teacher-h {
  text-align: center;
  margin-top: 80px;
}

.teacher-h h1 {
  font-size: 75px;
  font-family: FatFrank1;
  color: #000000;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 5px white !important;
  paint-order: stroke fill;
  text-align: center;
  text-transform: uppercase;
}

/* Slider (Carousel) */

.swiper-slide {
  margin-top: 210px;
  margin-bottom: 90px;
  /* transition: transform 0.6s ease, margin-top 0.6s ease; */
  /* transform: scale(1.1); */
}

.swiper-container {
  width: 100%;
  height: auto;
}

.swiper-container.swiper-container-coverflow {
  margin-top: -100px;
}

.swiper-button-prev {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}

.swiper-button-next {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.swiper-slide-next {
  pointer-events: none !important;
}
.swiper-slide-prev {
  pointer-events: none !important;
}

.swiper-slide-active {
  z-index: 2;
  margin-top: 200px;
}

.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  /* background-color: #000; */
  padding-top: 75%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: center;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  border-radius: 10px;
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
}

.videoIframe {
  position: absolute;
  top: 0;
}

.play-vid {
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.85;
  width: 110px;
  height: 110px;
}

.swiper-button-next {
  top: 88% !important;
  right: 43% !important;
  background-image: unset !important;
}

.swiper-button-next span {
  background: #8abe44;
  color: #fff;
  font-size: 45px;
  width: 75px;
  height: 75px;
  padding: 0px 18px;
  border-radius: 50px;
  display: block;
}

.swiper-button-prev {
  top: 88% !important;
  left: 40% !important;
  background-image: unset !important;
}

.swiper-button-prev span {
  background: #654683;
  color: #fff;
  font-size: 45px;
  width: 75px;
  height: 75px;
  padding: 0px 18px;
  border-radius: 50px;
  display: block;
}

/* Grid */
.grid-sec {
  background-image: url(../images/backgrounds/event.png);
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 150px;
  background-size: cover;
  height: 1300px;
  margin-top: -300px;
  position: relative;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 2px;
  margin: 0 70px;
  padding-top: 210px;
}

.big-image {
  grid-row: 1 / span 2;
  overflow: hidden;
}

.big-image:hover img{
  transform: scale(1.2);
}

.big-image img,
.small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.small-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.small-img img{
  width: 100%;
  transition: transform .5s ease;
}

.small-image:hover img{
  transform: scale(1.2);
}

.small-image::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #00000040;
  transition: 0.4s;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px auto;
  z-index: 1;
}

/* Brochure */

.brochure-sec {
  padding: 375px 0 300px 0 !important;
  background-image: url(../images/backgrounds/brochure.png) !important;
  background-size: cover;
  /* height: 800px; */
  background-repeat: no-repeat;
  width: 100%;
  margin-top: -350px;
  position: relative;
  z-index: 2;
}

.brochure-text {
  margin-left: 70px;
  margin-top: 60px;
}

.brochure-text h1 {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  line-height: 82px;
  font-family: FatFrank1;
  -webkit-text-stroke: 10px black;
  paint-order: stroke fill;
  padding: 0;
  text-transform: uppercase;
}

.brochure-btn {
  display: flex;
  margin-left: 70px;
}

.brochure-btn a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 320px;
  height: 65px;
  border-radius: 121px 121px 121px 121px;
  background-color: #f32085;
  box-shadow: 0 2px 1px 1px #b40056;
  background: linear-gradient(370deg, #9b0659 0, #e82c94 7%);
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.brochure-btn a:hover {
  box-shadow: 0 2px 1px 1px #f32085;
}

.brochure-btn a span {
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
  box-sizing: border-box;
  display: block;
  background-color: unset;
  padding: 0;
  text-shadow: 0 0 0 #505ac7;
  font-family: FatFrank1;
  letter-spacing: 0;
}

.brochure-img {
  text-align: center;
}

.brochure-img img {
  width: 90%;
}

/* Form */

.form-sec {
  position: relative;
  background-image: url(../images/backgrounds/form.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: 1;
  margin-top: -300px;
  padding: 310px 0 300px 0;
}

.form-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/backgrounds/video.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  opacity: 0.5;
  z-index: -1;
}

.form-h {
  text-align: center;
}

.form-h h1 {
  text-align: center;
  font-size: 75px;
  font-family: FatFrank1;
  color: #000000;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 5px white;
  paint-order: stroke fill;
  text-align: center;
}

.form-h p {
  text-align: center;
  font-family: "Open Sans";
  font-weight: bold;
  color: #353535;
  font-size: 20px;
  letter-spacing: normal;
  text-transform: uppercase;
}

.fdiv1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
  margin-bottom: 50px;
}

.fdiv2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}

.f-headings {
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.f-side.location-side{
    margin-top: -110px;
}

.f-headings h3 {
  font-weight: 400;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  margin-bottom: 8px;
  padding: 0;
  font-family: Jelle;
}

.f-fields {
  display: flex;
  flex-direction: column;
  width: 500px;
  margin-bottom: 20px;
}

.f-fields label {
  font-weight: 400;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 8px;
  padding: 0;
  font-family: Jelle;
}

.f-fields input {
  border-radius: 40px;
  background-color: #004d67;
  border: 1px solid white;
  min-height: 60px;
  display: block;
  padding: 8px 15px;
  outline: 0;
  resize: none;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: Jelle;
}

.f-fields textarea {
  height: 350px;
  border-radius: 40px;
  background-color: #004d67;
  border: 1px solid white;
  min-height: 60px;
  display: block;
  padding: 15px 20px;
  outline: 0;
  resize: none;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: Jelle;
}

.f-fields select {
  border-radius: 40px;
  background-color: #004d67;
  border: 1px solid white;
  min-height: 60px;
  display: block;
  padding: 8px 15px;
  outline: 0;
  resize: none;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: Jelle;
}
/* Form field (select icon) */
.f-fields select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../icons/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.5rem;
  padding-right: 2rem;
  font-family: Jelle;
}

.f-fields select option {
  cursor: pointer;
}

.form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.form-btn button {
  max-width: 100%;
  cursor: pointer;
  outline: 0;
  width: fit-content;
  font-weight: 700;
  letter-spacing: 1.5px;
  border: 1px solid #17dbe5;
  border-radius: 90px;
  box-sizing: border-box;
  min-height: 86px;
  display: grid;
  grid-auto-flow: column;
  gap: 1rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #17dbe5;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  padding: 17px 31px;
  transition: all 0.5s ease;
  box-shadow: 0 2px 1px 1px #00000061;
  letter-spacing: 1px;
}

.form-btn button:hover {
  border: 1px solid #e5178a;
  background-color: #e5178a;
  color: #ffffff;
  transition: all 0.5s ease;
}

.sixBox-sec {
    background: url(../images/backgrounds/6box.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -270px;
    padding-top: 200px;
    z-index: revert-layer;
    position: relative;
     height: unset; 
}

.sixBox-sec::before {
    bottom: -850px;
}

section.neverbeen-sec {
    padding-top: 100px;
    margin-bottom: 90px;
}

.event-img1 img,
.event-img2 img,
.event-img3 img{
    transition: 0.4s;
}

.event-img1,
.event-img2,
.event-img3{
    width: 100%;
}

.event-img1 img{
    width: 100%;
}
.event-img2 img{
    width: 100%;
}
.event-img3 img{
    width: 100%;
}

.event-img1 img:hover,
.event-img2 img:hover,
.event-img3 img:hover{
    filter: brightness(0.6);
    cursor: pointer;
    transform: scale(1.1);
}

.cb-carousel-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: none;
}
.cb-carousel-track {
    display: flex;
    transition: transform 0.4s ease;
}
.cb-slide {
    flex: 0 0 33.3333%;
}
@media (max-width: 991px) {
    .cb-slide {
        flex: 0 0 100%;
    }
}
.cb-arrow1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 45px;
    cursor: pointer;
    z-index: 10;
    color: #fff;
}
.cb-prev {
    left: 20px;
}
.cb-next {
    right: 20px;
}
.home-brochure {
    display: none;
}

/* ===================== 

MEDIA QUERY

======================= */

@media screen and (max-width: 2350px) {
   .home-banner{
      height: 1320px;
   }
   .sixBox-sec::before {
       bottom: -720px;
   }
   .video-sec::before {
        height: 600px;
        top: -18% !important;
    }
    .event-sec {
        padding-bottom: 360px;
    }
    .grid-sec {
        height: 1700px;
    }
    .brochure-sec {
        height: 1205px;
        padding: 455px 0 300px 0 !important;
    }
}
@media screen and (max-width: 2290px) {
    .video-sec::before {
        height: 600px;
        top: -17% !important;
    }
    .grid-sec {
        height: 1600px;
    }
}
@media screen and (max-width: 2150px) {
  .home-banner{
      height: 1250px;
  }
    .grid-sec {
        height: 1550px;
    }
}
@media screen and (max-width: 1950px) {
  .video-sec {
    padding-top: 120px;
  }
  .home-banner{
      height: 1250px;
      padding-top: 150px;
  }
  .pb-sec{
      height: 1175px;
  }
    .sixBox-sec::before {
       bottom: -800px;
   }
   .video-sec::before {
        height: 600px;
        top: -14% !important;
   }
    .grid-sec {
        height: 1445px;
    }
}
@media screen and (max-width: 1820px) {
    .video-sec::before {
        height: 540px;
        top: -13% !important;
    }
}
@media screen and (max-width: 1775px) {
    .home-banner{
      height: 1150px;
    }
    .grid-sec {
        height: 1350px;
    }
    .brochure-sec {
        height: auto;
        padding: 380px 0 300px 0 !important;
    }
}
@media screen and (max-width: 1600px){
    .home-banner{
        height: 960px;
    }
    .video-container {
        width: 1100px;
    }
    .grid-sec {
        height: 1265px;
    }
    .video-sec::before {
        top: -13% !important;
        height: 490px;
    }
    .brochure-text {
        margin-top: 100px;
    }
}
@media screen and (max-width: 1499px){
    .swiper-button-prev {
        left: 40% !important;
    }
    .swiper-button-next {
        right: 43% !important;
    }
    .pb-sec{
        height: 1100px;
    }
    .video-sec::before {
        top: -11% !important;
        height: 450px;
    }
    .grid-sec {
        height: 1200px;
    }
}
@media screen and (max-width: 1399px){
    .event-img1 img,
    .event-img2 img,
    .event-img3 img{
      width: 100%;
    }
    .pb-sec{
       height: 1035px;
       padding-top: 130px;
    }
    .pb-sec .container{
        max-width: 100%;
    }
    .boxOne {
      height: 370px;
    }
    .boxOne h3 span {
      margin-right: -7px;
      position: relative;
      top: 15px;
      font-size: 35px;
    }
    .boxRotate1 i svg{
       height: 60px;
       width: 60px;
       position: relative;
       top: 13px;
    }
     .boxRotate2 i svg{
        height: 60px;
        width: 60px;
        position: relative;
        top: 13px;
    }
    .event-sec {
        padding-bottom: 225px;
    }
    .event-bottomIMG {
        margin-top: 85px;
    }
    .grid-sec {
        height: 1180px;
    }
    .video-sec::before {
        height: 370px;
        top: -9% !important;
    }
}
@media screen and (max-width: 1351px){
    .home-banner {
        height: 895px;
    }
}
@media screen and (max-width: 1307px){
    .pb-text .pb-yellow {
      font-size: 155px;
   }
   .pb-top a:nth-child(1) {
      padding: 8px 15px;
      font-size: 26px;
      max-width: 290px;
      line-height: 34px;
   }
   .pb-top a:nth-child(2) {
      padding: 8px 15px;
      font-size: 26px;
      max-width: 290px;
      line-height: 30px;
    }
    .pb-bottom a {
      padding: 8px 15px;
      font-size: 26px;
      max-width: 290px;
      line-height: 30px;
    }
    .pb-text .pb-stroke {
      margin-top: 45px;
      line-height: 75px;
      font-size: 50px;
    }
    .pb-btns {
      margin-left: 10px;
      margin-top: 55px;
    }
    .event-sec .container .row.mt-5{
        margin-top: 0 !important;
    }
}
@media screen and (max-width: 1299px){
    .swiper-button-prev {
        left: 38% !important;
    }
    .swiper-button-next {
        right: 42% !important;
    }
    .grid-sec {
        height: 1120px;
    }
    .pb-sec {
        padding-top: 210px;
    }
    .pb-text .pb-yellow {
        font-size: 105px;
        margin-top: -30px;
    }
    .video-sec::before {
        height: 350px;
    }
}
@media screen and (max-width: 1260px){
    .home-banner {
        height: 830px;
    }
    .pb-sec {
        height: 905px;
    }
    .pb-text .pb-stroke {
        margin-top: 0px;
        line-height: 58px;
        font-size: 40px;
    }
    .pb-top a:nth-child(1) {
        padding: 7px 15px;
        font-size: 24px;
        max-width: 265px;
        line-height: 29px;
    }
    .pb-top a:nth-child(2) {
        padding: 7px 15px;
        font-size: 24px;
        max-width: 265px;
        line-height: 28px;
    }
    .video-sec::before {
        height: 340px;
    }
}
@media screen and (max-width: 1230px){
    .swiper-button-prev {
        left: 39% !important;
    }
    .swiper-button-next {
        right: 41% !important;
    }
    .swiper-button-prev span {
        font-size: 38px;
        width: 65px;
        height: 65px;
    }
    .swiper-button-next span {
        font-size: 38px;
        width: 65px;
        height: 65px;
    }
    .fdiv1,
    .fdiv2{
        gap: 20px;
    }
}
@media screen and (max-width: 1199px){
   .boxOne{
       min-width: 310px;
   }
   .boxOne .boxRotate2 {
    transform: unset !important;
    white-space: nowrap;
    margin-left: 15px;
   }
   .boxOne .boxRotate1 {
    transform: unset !important;
    white-space: nowrap;
    margin-left: 15px;
   }
   .boxRotate1 i svg {
        position: relative;
        top: 14px;
    }
    .boxRotate2 i svg {
        position: relative;
        top: 14px;
    }
    .event-bottomIMG {
        margin-top: 110px;
    }
    .e-bottom-h h1 {
        -webkit-text-stroke: 9px black !important;
    }
    .v-bottomP {
        margin: 5px 50px 0;
    }
    .e-bottom-h {
        margin-top: 70px;
    }
    .teacher-h h1 {
        font-size: 62px;
    }
    .video-sec .container{
        max-width: 100%;
    }
    .brochure-text h1 {
        font-size: 50px;
        line-height: 55px;
    }
    .brochure-text {
        margin-top: 85px;
    }
    .brochure-btn a {
        width: 260px;
        height: 55px;
    }
    .brochure-btn a span {
        font-size: 26px;
        margin-left: 17px;
    }
    .swiper-button-prev {
        left: 37% !important;
        top: 86% !important;
    }
    .swiper-button-next {
        top: 86% !important;
        right: 40% !important;
    }
    .video-container {
        width: 800px;
        height: 70vh;
    }
    .poster-img {
        width: 800px;
    }
    .grid-sec {
        height: 1075px;
    }
    .f-side.location-side {
        margin-top: 0px;
    }
    .video-sec::before {
        height: 325px;
    }
    .never-btn a {
        width: 270px;
        height: 60px;
    }
    .never-btn a span {
        font-size: 26px;
        margin-left: 10px;
    }
}
@media screen and (max-width: 1177px){
    .home-banner {
        height: 780px;
    }
    .pb-text .pb-stroke {
        padding: 0 65px 0 105px;
    }
    .video-sec::before {
        top: -9% !important;
        height: 325px;
    }
    .video-sec {
        padding-top: 145px;
    }
}
@media screen and (max-width: 1108px){
    .home-banner {
        height: 730px;
    }
    .grid-sec {
        height: 1000px;
    }
    .pb-top a:nth-child(1) {
        padding: 7px 15px;
        font-size: 22px;
        max-width: 240px;
        line-height: 28px;
    }
    .pb-top a:nth-child(2) {
        padding: 7px 15px;
        font-size: 22px;
        max-width: 240px;
        line-height: 28px;
    }
    .pb-bottom a {
        padding: 7px 15px;
        font-size: 22px;
        max-width: 240px;
        line-height: 28px;
    }
}
@media screen and (max-width: 1080px){
    .home-banner {
        height: 700px;
    }
    .pb-sec {
        height: 850px;
        padding-top: 180px;
    }
    section.neverbeen-sec {
        padding-top: 50px;
    }
    .video-sec::before {
        top: -9% !important;
        height: 300px;
    }
    .video-sec::before {
        top: -8% !important;
        height: 255px;
    }
}
@media screen and (max-width: 1023px){
    .swiper-container {
      height: auto;
    }
    .swiper-container.swiper-container-coverflow {
      margin-top: -70px;
    }
    .video-sec {
      height: unset;
    }
    .teacher-h h1 {
      font-size: 55px;
    }
    .swiper-button-prev {
          left: 37% !important;
    }
     .video-sec::before {
        height: 270px;
        top: -7% !important;
    }
}
@media screen and (max-width: 991px){
    .colorful-arrow {
        padding: 18px;
    }
    .home-banner {
        height: 645px !important;
    }
    .pb-sec {
        height: 750px;
    }
    .pb-text .pb-stroke {
        margin-top: 0;
        line-height: 35px;
        font-size: 40px;
        -webkit-text-stroke: 6px black;
        padding: 0 65px 0 135px;
        margin-left: 120px;
    }
    .pb-text {
        margin-top: -30px;
        margin-left: 160px;
        margin-right: 0;
    }
    .pb-top {
        gap: 50px;
    }
    .pb-top a:nth-child(1) {
        padding: 7px 12px;
        font-size: 21px;
        max-width: 190px;
        line-height: 25px;
    }
    .pb-top a:nth-child(2) {
        padding: 7px 12px;
        font-size: 21px;
        max-width: 190px;
        line-height: 25px;
    }
    .pb-bottom a {
        padding: 7px 12px;
        font-size: 21px;
        max-width: 190px;
        line-height: 25px;
    }
    .pb-btns {
        margin-left: 365px;
        margin-top: 55px;
    }
    .sixBox-sec .container .row .col-lg-4{
        margin-top: 70px !important;
    }
    .sixBox-sec {
        padding-top: 150px;
    }
    .boxOne{
        min-height: unset;
        height: unset;
    }
    .sixBox-sec::before {
        bottom: -2000px;
    }
    section.neverbeen-sec {
        margin-bottom: 160px;
        padding: 150px 0;
    }
    .v-bottomP p {
        padding: 20px 25px;
    }
    .event-bottomIMG {
        margin-top: 60px;
    }
    .never-btn a {
        width: unset;
        height: unset;
        padding: 10px 15px 10px 23px;
    }
    .never-btn a span{
        font-size: 25px;
        line-height: 30px;
    }
    .option-sec {
        height: 1290px;
    }
    /*.event-bottomIMG img {*/
    /*    width: unset;*/
    /*}*/
    .e-bottom-h {
        text-align: center;
        margin-top: 50px;
    }
    .e-bottom-h h1 {
        font-size: 50px;
    }
    .e-bottom-h p {
        font-size: 18px;
        margin-top: 25px;
        text-align: left;
    }
    .people-box{
        margin-bottom: 40px;
    }
    .teacher-h h1 {
        font-size: 50px;
    }
    .swiper-slide {
        margin-top: 0;
    }
    .swiper-slide.swiper-slide-active {
        margin-top: 0;
    }
    .swiper-container.swiper-container-coverflow {
        margin-top: 30px;
    }
    .video-sec::before {
        top: -10% !important;
    }
    .brochure-sec .container .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .brochure-img img {
        width: 80%;
    }
    .brochure-sec {
        padding: 450px 0 370px 0 !important;
        margin-top: -70px;
    }
    .brochure-text {
        margin-left: 0;
        text-align: center;
    }
    .brochure-btn {
        justify-content: center;
        margin-left: 0;
    }
    .swiper-button-prev {
        top: 79% !important;
        left: 32% !important;
    }
    .swiper-button-next {
        top: 79% !important;
        right: 37% !important;
    }
    .people-box {
        margin: 15px 130px;
    }
    .teacher-h h1 {
        font-size: 45px;
    }
    .brochure-sec {
        padding: 310px 0 370px 0 !important;
    }
    .brochure-sec .container .row {
        margin-top: 160px;
    }
    .foot-icons {
        margin-bottom: 15px;
        text-align: center;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-logo img {
        width: 65%;
    }
    .foot-support {
        font-size: 30px;
        display: flex;
        justify-content: center;
    }
    .foot-nav {
        text-align: center;
    }
    .foot-nav h2::before {
        left: 195px;
        width: 300px;
        height: 3px;
    }
    .foot-nav h2 {
        font-size: 40px;
    }
    .foot-nav ul li a {
        font-size: 23px;
    }
    section.grid-sec {
        padding: 50px 0 300px;
        margin-bottom: -300px;
    }
    .video-sec::before {
        top: -9% !important;
    }
    .video-container {
        width: 625px;
        height: 50vh;
    }
    .poster-img {
        width: 625px;
    }
    .grid-sec {
        height: auto;
    }
    .form-sec {
        margin-top: -225px;
        padding: 310px 0 300px 0;
        z-index: 1;
    }
    .gallery-grid {
       grid-template-columns: 1fr 1fr; 
       grid-template-rows: auto;       
       margin: 0 130px;
    }
    .big-image {
      grid-column: 1 / span 2; 
      grid-row: auto;
    }
    .e-bottom-h {
        margin-top: 40px;
    }
    .event-h h1 {
        -webkit-text-stroke: 9px black !important;
    }
    .option-h h1 {
        -webkit-text-stroke: 9px black;
    }
    .colorful-h h1 {
        -webkit-text-stroke: 9px black !important;
    }
    .people-h h1 {
        -webkit-text-stroke: 9px black !important;
    }
    .pb-text .pb-yellow {
        font-size: 90px;
        margin-top: -20px;
        margin-left: 155px;
    }
    .people-box-row{
        display: none !important;
    }
    .cb-carousel-wrap {
        display: block;
    }
    .teacher-h {
        margin-top: 20px;
    }
    .home-brochure1{
        display: none;
    }
    .home-brochure {
        padding: 0 !important;
        background-image: url(../images/backgrounds/brochure-tab.png) !important;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 100% !important;
        margin: 0 !important;
        display: block;
    }
    .broch-row {
        display: flex;
        align-items: baseline;
        padding: 190px 0px 190px;
        justify-content: right;
    }
    .brochure-text {
        margin-top: 0px;
    }
    .brochure-img {
        margin-top: 0px;
        position: relative;
        top: 70px;
    }
    .brochure-text h1 {
        font-size: 35px !important;
        margin-bottom: 20px !important;
        line-height: 40px !important;
        -webkit-text-stroke: 7px black !important;
    }
    .brochure-btn a {
        width: unset;
        height: unset;
        padding: 6px 10px 6px 10px;
    }
    .event-sec {
        padding-bottom: 150px;
    }
}
@media screen and (max-width: 935px){
    .pb-text .pb-stroke {
        margin-top: 0;
        line-height: 40px;
        font-size: 40px;
        -webkit-text-stroke: 6px black;
        padding: 0 45px 0 100px;
        margin-left: 120px;
    }
    .pb-sec {
        padding-top: 180px;
    }
    .video-sec::before {
        height: 245px;
    }
    .broch-row {
        justify-content: center;
    }
}
@media screen and (max-width: 891px){
    .home-banner {
        height: 580px !important;
    }
    .colorful-arrow{
        left: 41%;
    }
    .pb-text .pb-stroke {
        margin-top: 0;
        line-height: 35px;
        font-size: 35px;
        -webkit-text-stroke: 6px black;
        padding: 0 40px 0 95px;
        margin-left: 120px;
    }
    .swiper-button-prev span {
        font-size: 31px;
        width: 58px;
        height: 58px;
    }
    .swiper-button-next span {
        font-size: 31px;
        width: 58px;
        height: 58px;
    }
    section.neverbeen-sec {
        padding: 135px 0;
    }
    .video-sec::before {
        height: 230px;
        top: -8% !important;
    }
}
@media screen and (max-width: 860px){
    .home-banner {
        height: 560px !important;
    }
    .pb-text .pb-stroke {
        line-height: 33px;
        padding: 0 45px 0 95px;
    }
    .pb-sec {
        height: 685px;
        padding-top: 170px;
    }
    .video-sec::before {
        height: 210px;
    }
}
@media screen and (max-width: 810px){
    .pb-text .pb-stroke {
        line-height: 33px;
        padding: 0 30px 0 50px;
    }
    .pb-sec {
        height: 670px;
        padding-top: 155px;
    }
    .pb-top a:nth-child(1) {
        padding: 6px 8px;
        font-size: 16px;
        max-width: 155px;
        line-height: 22px;
    }
    .pb-top a:nth-child(2) {
        padding: 6px 8px;
        font-size: 16px;
        max-width: 155px;
        line-height: 22px;
    }
    .pb-bottom a {
        padding: 6px 8px;
        font-size: 16px;
        max-width: 155px;
        line-height: 22px;
    }
    .pb-btns {
        margin-left: 315px;
    }
}
@media screen and (max-width: 792px){
    .home-banner {
        height: 535px !important;
    }
    .pb-text .pb-stroke {
        padding: 0 40px 0 110px;
        font-size: 30px;
    }
    .pb-text .pb-yellow {
        font-size: 95px;
    }
    .pb-top a:nth-child(1) {
        padding: 7px 12px;
        font-size: 17px;
        max-width: 160px;
        line-height: 20px;
    }
    .pb-top a:nth-child(2) {
        padding: 7px 12px;
        font-size: 17px;
        max-width: 160px;
        line-height: 20px;
    }
    .pb-bottom a {
        padding: 7px 12px;
        font-size: 17px;
        max-width: 160px;
        line-height: 20px;
    }
    .pb-btns {
        margin-left: 310px;
        margin-top: 70px;
    }
    .pb-text {
        margin-top: -10px;
    }
    .grid-sec {
        height: auto;
    }
    section.neverbeen-sec {
        margin-bottom: 160px;
        padding: 105px 0;
    }
    .video-sec::before {
        height: 220px;
        top: -8% !important;
    }
}
@media screen and (max-width: 768px){
    .pb-sec {
        height: 640px;
        padding-top: 155px;
    }
    .pb-text .pb-stroke {
        padding: 0 20px 0 40px;
        font-size: 30px;
    }
    .pb-text .pb-yellow {
        font-size: 75px;
        margin-top: -20px;
        margin-left: 145px;
    }
    .pb-top a:nth-child(1) {
        padding: 7px 12px;
        font-size: 15px;
        max-width: 148px;
        line-height: 18px;
    }
    .pb-top a:nth-child(2) {
        padding: 7px 12px;
        font-size: 15px;
        max-width: 148px;
        line-height: 18px;
    }
    .pb-bottom a {
        padding: 7px 12px;
        font-size: 15px;
        max-width: 148px;
        line-height: 18px;
    }
    .colorful-sec .container{
        max-width: 100%;
        padding: 0 35px;
    }
    .colorPinkBox {
        padding: 10px 10px 20px;
        width: 100%;
        border-radius: 50px;
   }
    .colorGreenBox {
        padding: 10px 10px 20px;
        width: 100%;
        border-radius: 50px;
   }
   .colorful-arrow {
        left: 41%;
        bottom: -15%;
   }
   .colorful-h h1 {
        font-size: 45px;
        -webkit-text-stroke: 7px black !important;
    }
    .colorful-bottomText p {
        line-height: 25px;
    }
    .sixBox-sec::before {
        bottom: -2225px;
    }
    section.neverbeen-sec {
        padding: 130px 0;
    }
    .neverbeen-h h1 {
        font-size: 45px;
        -webkit-text-stroke: 7px black;
    }
    .neverbeen-p {
        font-size: 18px;
        line-height: 25px;
    }
    .option-h h1 {
        font-size: 45px;
        margin-bottom: 25px;
        -webkit-text-stroke: 7px black;
    }
    .option-h p {
        font-size: 18px;
        line-height: 25px;
    }
    .option-imgs {
        margin-top: 25px;
    }
    .event-sec {
        padding-top: 360px;
    }
    .event-h p {
        font-size: 18px;
        line-height: 25px;
        padding: 15px 20px;
        margin: 20px 0px 30px;
    }
    .eventRow {
        margin-top: 30px;
    }
    .v-bottomP p {
        font-size: 18px;
        line-height: 25px;
    }
    .event-bottomIMG img {
        width: 75%;
    }
    .e-bottom-h h1 {
        font-size: 45px;
        margin-bottom: 30px;
        -webkit-text-stroke: 7px black !important;
    }
    .e-bottom-h p {
        font-size: 18px;
        line-height: 25px;
    }
    .people-h h1 {
        font-size: 45px;
        -webkit-text-stroke: 7px black !important;
    }
    .people-box {
        margin: 15px 95px;
    }
    .teacher-h h1 {
        font-size: 40px;
        padding: 0 55px;
    }
    .brochure-text {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .brochure-text h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .play-vid {
        width: 80px;
        height: 80px;
    }
    .form-sec {
        padding: 310px 0 300px 0;
        background-size: cover;
    }
    .form-h h1 {
        font-size: 50px;
        margin-bottom: 15px;
    }
    .form-h p {
        font-size: 18px;
    }
     .fdiv1 {
        margin-top: 40px;
    }
    .form-btn {
        margin-top: 25px;
    }
    .form-btn button{
        min-height: unset;
    }
    .foot-nav h2 {
        font-size: 35px;
    }
    .foot-nav h2::before {
        left: 110px;
        width: 300px;
        height: 3px;
    }
    .f-fields input {
        min-height: 45px;
    }
    .f-fields select {
        min-height: 45px;
    }
    .gallery-grid {
        margin: 0 90px;
        padding-top: 100px;
    }
    .grid-sec {
        padding: 50px 0 300px;
        height: auto;
    }
    .swiper-button-prev {
        top: 80% !important;
        left: 29% !important;
    }
    .swiper-button-next {
        top: 80% !important;
        right: 32% !important;
    }
    .v-bottomP {
        margin: 0px 0px 0;
    }
    .video-container {
        height: 45vh;
        margin-top: 25px;
    }
    .event-h h1 {
        font-size: 45px;
        -webkit-text-stroke: 7px black !important;
    }
    .brochure-text h1 {
        font-size: 30px !important;
        -webkit-text-stroke: 6px black !important;
        width: 240px;
    }
    .brochure-img {
        top: 55px;
    }
    .video-sec::before {
        height: 210px;
        top: -8% !important;
    }
    .video-sec {
        padding-top: 135px;
    }
    .option-sec {
        background: url(../images/backgrounds/option-mob.png);
        background-repeat: no-repeat;
        padding-top: 140px;
        height: 1000px;
        background-size: 100% 100%;
    }
    .video-sec {
        background: url(../images/backgrounds/video-mob.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 175px 0 155px;
        margin-top: -150px;
    }
    .video-sec::before,
    .video-sec::after{
        display: none;
    }
    .people-h {
        margin-bottom: 10px;
    }
    .brochure-img img {
        width: 100%;
    }
    .broch-row {
        gap: 45px;
    }
    .brochure-btn a span {
        font-size: 25px;
        margin-left: 17px;
        line-height: 30px;
    }
}
@media screen and (max-width: 740px){
    .home-banner {
        height: 475px !important;
    }
    section.colorful-sec {
        padding-top: 225px;
    }
    .pb-sec {
        height: 500px;
        padding-top: 100px;
    }
    .pb-text .pb-stroke {
        padding: 0 40px 0 60px;
        font-size: 20px;
    }
    .pb-text .pb-yellow {
        font-size: 80px;
        rotate: 4deg;
        margin-top: -35px;
        margin-left: 110px;
    }
    .pb-top a:nth-child(1) {
        padding: 5px 12px;
        font-size: 13px;
        max-width: 160px;
        line-height: 17px;
    }
    .pb-top a:nth-child(2) {
        padding: 5px 12px;
        font-size: 13px;
        max-width: 160px;
        line-height: 17px;
    }
    .pb-bottom a{
        padding: 5px 12px;
        font-size: 13px;
        max-width: 160px;
        line-height: 17px;
    }
    .pb-btns {
        margin-left: 240px;
        margin-top: 55px;
    }
    .event-bottomIMG{
        margin-top: 35px;
    }
    .blue-p p {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .video-container {
        width: 530px;
        height: 50vh;
    }
    .poster-img {
        width: 530px;
    }
    .video-sec::before {
        height: 205px;
        top: -7% !important;
    }
}
@media screen and (max-width: 680px){
    .video-sec::before {
        height: 195px;
    }
    .pb-text .pb-yellow {
        font-size: 60px;
        margin-top: -30px;
    }
    .pb-btns {
        margin-top: 35px;
    }
    .pb-text .pb-stroke {
        padding: 0 40px 0 60px;
        font-size: 24px;
        -webkit-text-stroke: 4px black;
    }
    .event-sec {
        padding-bottom: 200px;
        margin-bottom: -130px;
    }
    .people-box {
        height: 430px;
    }
    .option-sec {
        padding-top: 150px;
        height: 1000px;
        background-size: 100% 100%;
        margin-bottom: -410px;
    }
    .event-sec {
        padding-bottom: 200px;
        margin-bottom: -130px;
        padding-top: 370px;
    }
    .video-sec {
        padding-top: 240px;
        background-size: 100% 100%;
    }
}
@media screen and (max-width: 665px){
    .home-banner {
        height: 450px !important;
    }
    .video-sec::before {
        height: 182px;
    }
    .event-sec {
        padding-bottom: 200px;
        margin-bottom: -130px;
        padding-top: 450px;
        margin-top: -600px;
    }
}
@media screen and (max-width: 651px){
    .home-banner {
        height: 430px !important;
    }
    .pb-text .pb-yellow {
        font-size: 75px;
        margin-top: -30px;
        margin-left: 85px;
    }
    .pb-top a:nth-child(1) {
        padding: 5px 12px;
        font-size: 12px;
        max-width: 130px;
        line-height: 15px;
    }
    .pb-top a:nth-child(2) {
        padding: 5px 12px;
        font-size: 12px;
        max-width: 130px;
        line-height: 15px;
    }
    .pb-bottom a {
        padding: 5px 12px;
        font-size: 12px;
        max-width: 130px;
        line-height: 15px;
    }
    .boxOne p {
        font-size: 17px;
        line-height: 24px;
    }
    .sixBox-sec::before {
        bottom: -2060px;
    }
    .swiper-button-prev span {
        font-size: 25px;
        width: 50px;
        height: 50px;
        padding: 4px 14px;
    }
    .swiper-button-next span {
        font-size: 25px;
        width: 50px;
        height: 50px;
        padding: 4px 14px;
    }
    .brochure-text h1 {
        font-size: 40px;
    }
    .footer-logo {
        text-align: center;
    }
    .foot-support {
        font-size: 25px;
        margin-bottom: 35px;
        display: flex;
        justify-content: left;
    }
    .foot-icons {
        text-align: left;
    }
    .foot-nav {
        text-align: left;
    }
    .foot-nav h2 {
        font-size: 30px;
    }
    .foot-nav h2::before {
        left: 0px;
        width: 180px;
        height: 2px;
    }
    .footer-sec {
        padding: 45px 0 0px;
    }
    .video-sec::before {
        top: -8% !important;
    }
    .people-box {
        margin: 15px 100px;
    }
    .eventRow {
        flex-wrap: wrap;
    }
    .video-sec::before {
        height: 100%!important;
        background-size: contain!important;
        background-repeat: no-repeat;
        top: -5% !important;
    }
    .pb-text .pb-stroke {
        -webkit-text-stroke: 4px black;
        margin-left: 45px;
    }
}
@media screen and (max-width: 630px){
    .home-banner {
        height: 410px !important;
    }
    .gallery-grid {
        margin: 0 45px;
        padding-top: 100px;
    }
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
    }

    .gallery-grid .big-image {
        grid-column: 1 / -1;
        grid-row: auto;
    }
}
@media screen and (max-width: 580px){
    .blue-p p {
        font-size: 10px;
        margin-bottom: 5px;
    }
    .home-banner {
        height: 380px !important;
    }
    .pb-text .pb-stroke {
        margin-left: 25px;
    }
    .pb-text .pb-yellow {
        font-size: 60px;
        margin-top: -20px;
        margin-left: 40px;
    }
    .neverbeen-p {
        margin: 0rem 55px 25px;
    }
    section.neverbeen-sec {
        padding: 110px 0;
    }
    .neverbeen-h h1 {
        font-size: 45px;
        -webkit-text-stroke: 7px black;
        margin-bottom: 20px;
    }
    .option-p {
        margin: 0 55px 20px;
    }
    .event-h p {
        margin: 20px 55px 30px;
    }
    .event-h h1 {
        font-size: 45px;
        -webkit-text-stroke: 9px black !important;
    }
    .opt1-img img {
        width: 80%;
    }
    .opt2-img img {
        width: 80%;
    }
    .opt3-img img {
        width: 80%;
    }
    .option-sec {
        height: 1035px;
    }
    .event-sec {
        padding-top: 415px;
        padding-bottom: 190px;
    }
    .v-bottomP {
        margin: 0px 55px 0;
    }
    .e-bottom-h p {
        margin: 0 55px 0;
        padding: 20px 25px;
    }
    .people-h h1 {
        font-size: 45px;
        -webkit-text-stroke: 7px black !important;
    }
    .people-box {
        margin: 15px 60px;
    }
    .poster-img {
        width: 450px;
    }
    .video-container {
        width: 450px;
        height: 50vh;
    }
    .brochure-sec {
        padding: 245px 0 215px 0 !important;
    }
    .pb-text .pb-stroke {
        padding: 0 25px 0 60px;
        font-size: 20px;
    }
    .sixBox-sec::before {
        bottom: -97%;
    }
}
@media screen and (max-width: 540px){
    .home-banner {
        height: 360px !important;
        margin-top: 2px;
    }
    .colorful-h h1 {
        font-size: 28px;
        -webkit-text-stroke: 5px black !important;
    }
    .TwoBox {
        gap: 15px;
    }
    .colorPinkBox {
        padding: 10px 10px 20px;
        width: 85%;
        border-radius: 50px;
    }
    .colorGreenBox {
        padding: 10px 10px 20px;
        width: 85%;
        border-radius: 50px;
    }
    .colorPink-img img, .colorGreen-img img {
        width: 95%;
    }
    .colorful-arrow {
        bottom: -32px;
        left: 42%;
    }
    .colorful-bottomText p {
        font-size: 15px;
        line-height: 21px;
    }
    .pb-sec {
        height: 450px;
        padding-top: 85px;
    }
    .pb-text .pb-stroke {
        margin-top: 0px;
        line-height: 28px;
        font-size: 18px;
        -webkit-text-stroke: 4px black;
        margin-left: 20px;
        padding: 0 25px 0 60px;
    }
    .pb-text {
        margin-top: 0px;
        margin-left: 160px;
        margin-right: 0;
    }
    .pb-text .pb-yellow {
        font-size: 55px;
        margin-top: -30px;
        margin-left: 40px;
    }
    .pb-top {
        gap: 20px;
    }
    .pb-top a:nth-child(1) {
        padding: 7px 7px;
        font-size: 13px;
        max-width: 130px;
        line-height: 15px;
    }
    .pb-top a:nth-child(2) {
        padding: 7px 7px;
        font-size: 13px;
        max-width: 130px;
        line-height: 15px;
    }
    .pb-bottom a {
        padding: 7px 7px;
        font-size: 13px;
        max-width: 130px;
        line-height: 15px;
    }
    .pb-btns {
        margin-left: 190px;
        margin-top: 45px;
    }
    .fdiv1, .fdiv2 {
        display: block;
    }
    .f-fields input,
    .f-fields select{
        font-size: 1.4rem;
        line-height: 1.6rem;
        min-height: 40px;
    }
    .f-fields {
        width: 100%;
    }
    .colorful-bottomText p {
        font-size: 15px;
        line-height: 21px;
        padding: 10px 15px;
        margin: 5rem 15px 0;
    }
    .people-box {
        margin: 5px 55px;
    }
    .teacher-h h1 {
        font-size: 28px;
        padding: 0 50px;
    }
    .brochure-text h1 {
        font-size: 30px !important;
    }
    .video-container {
        width: 450px;
        height: 35vh;
        margin-top: 15px;
    }
    .poster-img {
        width: 100%;
    }
    .eventRow {
        flex-wrap: wrap;
    }
    .formContent {
        position: relative;
        z-index: 999;
    }
    .form-sec {
        padding: 280px 0 205px 0;
    }
    .cb-arrow1 {
        top: 47%;
    }
    .neverbeen-h h1 {
        font-size: 28px;
        -webkit-text-stroke: 5px black;
        margin-bottom: 20px;
    }
    .neverbeen-p {
        font-size: 15px;
        line-height: 21px;
        padding: 10px 15px;
    }
    section.neverbeen-sec {
        padding: 80px 0;
        margin-bottom: 35px;
    }
    .option-h h1 {
        font-size: 28px;
        -webkit-text-stroke: 5px black;
    }
    .option-h p {
        font-size: 15px;
        line-height: 21px;
        padding: 10px 15px;
    }
    .option-p{
        padding: 0;
    }
    .event-h p {
        font-size: 15px;
        line-height: 21px;
        padding: 10px 15px;
    }
    .v-bottomP p {
        font-size: 15px;
        line-height: 21px;
        padding: 10px 15px;
    }
    .event-h h1 {
        font-size: 28px;
        -webkit-text-stroke: 5px black !important;
    }
    .e-bottom-h h1 {
        font-size: 28px;
        -webkit-text-stroke: 5px black !important;
    }
    .e-bottom-h p {
        padding: 10px 15px;
        font-size: 15px;
        line-height: 21px;
    }
    .people-h h1 {
        font-size: 28px;
        -webkit-text-stroke: 5px black !important;
    }
    .gallery-grid {
        margin: 0 30px;
        padding-top: 65px;
    }
    .option-sec {
        background: url(../images/backgrounds/option-mobile.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 780px;
        padding-top: 100px;
    }
    .event-sec {
        padding-top: 500px;
        padding-bottom: 190px;
    }
    .video-sec {
        background: url(../images/backgrounds/event-mobile.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 175px 0 155px;
        margin-top: -150px;
    }
    .home-brochure {
        padding: 0 !important;
        background-image: url(../images/backgrounds/brochure-mobile.png) !important;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100% !important;
        margin: 0 !important;
        height: 740px;
    }
    .brochure-img img {
        width: 75%;
    }
    .brochure-sec {
        padding: 75px 0 15px 0 !important;
    }
    .broch-div1 {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .brochure-text {
        margin-top: 35px;
        margin-bottom: 0px;
        width: 100%;
        justify-content: center;
        display: flex;
    }
    .broch-row {
        gap: 25px;
        padding: 20px 0px 0px;
        flex-direction: column-reverse;
    }
    section.grid-sec {
        padding: 50px 0 200px;
        margin-bottom: -195px;
    }
    .never-btn a span {
        font-size: 18px;
        line-height: 25px;
    }
    .never-btn a {
        width: unset;
        height: unset;
        padding: 5px 8px 5px 15px;
    }
    .event-img1, .event-img2, .event-img3 {
        text-align: center;
    }
    .event-img1 img, .event-img2 img, .event-img3 img {
        width: 80%;
    }
    .people-box {
        height: 465px;
    }
    .colorful-arrow svg {
        height: 18px;
        width: 25px;
    }
    .colorful-arrow {
        padding: 11px;
    }
}
@media screen and (max-width: 510px){
    .home-banner {
        height: 315px !important;
        margin-top: 5px;
    }
    .pb-text .pb-stroke {
        padding: 0 15px 0 25px;
    }
    .swiper-button-prev {
        top: 80% !important;
        left: 26% !important;
    }
    .swiper-button-next {
        top: 80% !important;
        right: 30% !important;
    }
    section.neverbeen-sec {
        padding: 65px 0 80px;
        margin-bottom: 35px;
    }
    .people-box {
        height: 490px;
    }
}
@media screen and (max-width: 470px){
    .home-banner {
        height: 310px !important;
    }
    .colorful-arrow {
        bottom: -24px;
        left: 43%;
        padding: 8px;
    }
    .colorful-arrow svg {
        height: 13px;
        width: 25px;
    }
    .option-h p {
        font-size: 15px;
        line-height: 22px;
    }
    .option-sec {
        height: 800px;
    }
    .teacher-h h1 {
        font-size: 30px;
        padding: 0 60px;
        margin-bottom: 30px;
    }
    .swiper-button-prev {
        left: 26% !important;
        top: 76% !important;
    }
    .swiper-button-next {
        right: 31% !important;
        top: 76% !important;
    }
    .people-h h1 {
        font-size: 25px;
    }
    .play-vid {
        width: 55px;
        height: 55px;
    }
    .brochure-text h1 {
        font-size: 35px;
        line-height: 35px;
    }
    .brochure-btn a {
        width: 220px;
        height: 50px;
    }
    .brochure-btn a span {
        font-size: 25px;
    }
    .form-h h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .video-container {
        width: 410px;
        height: 35vh;
    }
    .poster-img {
        width: 100%;
    }
    .neverbeen-p {
        margin: 0rem 15px 25px;
    }
    .neverbeen-p {
        margin: 0rem 15px 25px;
        padding: 10px 15px;
        font-size: 15px;
        line-height: 21px;
    }
    section.neverbeen-sec {
        margin-bottom: 80px;
        padding: 70px 0;
    }
    .option-p {
        margin: 0 15px 20px;
    }
    .event-h p {
        margin: 20px 15px 30px;
        font-size: 15px;
        line-height: 20px;
        padding: 10px 20px;
    }
    .v-bottomP {
        margin: 0px 15px 0;
        padding: 15px 15px;
    }
    .v-bottomP p {
        font-size: 15px;
        line-height: 21px;
        padding: 0;
    }
    .row.mt-5 .event-bottomIMG {
        margin-top: 35px !important;
    }
    .e-bottom-h p {
        margin: 0 15px 0;
        padding: 20px 15px;
        font-size: 15px;
        line-height: 21px;
    }
    .swiper-button-prev {
        left: 24% !important;
    }
    .swiper-button-next {
        right: 29% !important;
    }
    .brochure-img {
        margin-top: 20px;
    }
    .form-h p {
        font-size: 15px;
        padding: 0 25px;
    }
    .teacher-h {
        margin-top: 50px;
    }
    .pb-text .pb-stroke {
        padding: 0 10px 0 15px;
    }
    .pb-sec {
        height: 400px;
        padding-top: 65px;
    }
    .pb-btns {
        margin-left: 160px;
        margin-top: 30px;
    }
    .pb-top a:nth-child(1) {
        padding: 7px 7px;
        font-size: 11px;
        max-width: 100px;
        line-height: 13px;
    }
    .pb-top a:nth-child(2) {
        padding: 7px 7px;
        font-size: 11px;
        max-width: 100px;
        line-height: 13px;
    }
    .pb-bottom a {
        padding: 7px 7px;
        font-size: 11px;
        max-width: 100px;
        line-height: 13px;
    }
    .home-brochure {
        height: 680px;
    }
    .people-box p {
        font-size: 14px;
        line-height: 24px;
    }
    .people-box {
        height: 445px;
        margin: 5px 35px;
        padding: 15px 15px 20px;
    }
    .cb-prev {
        left: 8px;
    }
    .cb-next {
        right: 8px;
    }
    .swiper-button-prev span {
        font-size: 25px;
        width: 40px;
        height: 40px;
        padding: 0px 10px;
    }
    .swiper-button-next span {
        font-size: 25px;
        width: 40px;
        height: 40px;
        padding: 0px 10px;
    }    
}
@media screen and (max-width: 434px){
    .pb-text .pb-yellow {
        font-size: 45px;
        margin-top: -20px;
        margin-left: 40px;
    }
    .pb-btns {
        margin-left: 150px;
        margin-top: 25px;
    }
    .pb-text {
        margin-top: 0px;
        margin-left: 120px;
        margin-right: 0;
    }
    .pb-top a:nth-child(1) {
        padding: 5px 5px;
        font-size: 11px;
        max-width: 105px;
        line-height: 15px;
    }
    .pb-top a:nth-child(2) {
        padding: 5px 5px;
        font-size: 11px;
        max-width: 105px;
        line-height: 15px;
    }
    .pb-bottom a{
        padding: 5px 5px;
        font-size: 11px;
        max-width: 105px;
        line-height: 15px;
    }
    .pb-sec {
        height: 375px;
        padding-top: 75px;
    }
    .pb-text .pb-stroke {
        margin-top: 0px;
        line-height: 23px;
        font-size: 15px;
        -webkit-text-stroke: 3px black;
        padding: 0;
        margin-left: 25px;
    }
    .home-banner {
        height: 295px !important;
    }
    .video-container {
        width: 370px;
        height: 28vh;
    }
    .pb-bottom {
        margin-top: 15px;
    }
    .swiper-button-prev {
        left: 21% !important;
    }
    .swiper-button-next {
        right: 26% !important;
    }
}
@media screen and (max-width: 420px){
    .home-banner {
        height: 285px !important;
        margin-top: -5px;
    }
    .brochure-text h1 {
        font-size: 30px;
        margin: 35px 0;
    }
    .option-sec {
        height: 840px;
    }
}
@media screen and (max-width: 410px){
    .home-banner {
        height: 270px !important;
        margin-top: 2px;
    }
}
@media screen and (max-width: 390px){
    .pb-text {
        margin-top: 0px;
        margin-left: 110px;
        margin-right: 0;
    }
    .home-banner {
        height: 255px !important;
    }
    .pb-text .pb-stroke {
        -webkit-text-stroke: 3px black;
    }
    .pb-text .pb-yellow {
        font-size: 40px;
        margin-top: -18px;
    }
    .pb-top a:nth-child(1) {
        padding: 5px 5px;
        font-size: 9px;
        max-width: 98px;
        line-height: 12px;
    }
    .pb-top a:nth-child(2) {
        padding: 5px 5px;
        font-size: 9px;
        max-width: 98px;
        line-height: 12px;
    }
    .pb-bottom a {
        padding: 5px 5px;
        font-size: 9px;
        max-width: 98px;
        line-height: 12px;
    }
    .pb-bottom {
        margin-top: 22px;
    }
    .pb-sec {
        height: 350px;
        padding-top: 75px;
    }
    .pb-btns {
        margin-left: 150px;
        margin-top: 22px;
    }
    section.neverbeen-sec {
        padding: 40px 0;
        height: 400px;
        margin-bottom: 115px;
    }
    .neverbeen-h h1 {
        font-size: 25px;
        -webkit-text-stroke: 5px black;
    }
    .colorful-h h1 {
        font-size: 25px;
        -webkit-text-stroke: 6px black !important;
    }
    .option-h h1 {
        font-size: 25px;
        -webkit-text-stroke: 5px black;
    }
    .option-h p {
        font-size: 14px;
        line-height: 20px;
    }
    .option-p {
        margin: 0 15px 20px;
    }
    .event-h h1 {
        font-size: 25px;
        -webkit-text-stroke: 6px black !important;
    }
    .event-h p {
        font-size: 14px;
        line-height: 20px;
        padding: 20px 15px;
        margin: 20px 20px 30px;
    }
    .option-sec {
        height: 790px;
    }
    .video-container {
        width: 345px;
    }
    .video-sec {
        padding: 140px 0 130px;
    }
    .gallery-grid {
        margin: 0 20px;
    }
    .e-bottom-h h1 {
        font-size: 25px;
        -webkit-text-stroke: 5px black !important;
    }
    .swiper-button-prev {
        left: 18% !important;
        top: 74% !important;
    }
    .swiper-button-next {
        right: 18% !important;
        top: 74% !important;
    }
    .event-bottomIMG {
        margin-top: 35px;
    }
    .opt1-img img {
        width: 85%;
    }
    .opt2-img img {
        width: 90%;
    }
    .opt3-img img {
        width: 85%;
    }    
    .e-bottom-h h1 {
        font-size: 25px;
        -webkit-text-stroke: 5px black !important;
    }
    .teacher-h h1 {
        font-size: 25px;
    }
    .brochure-text {
        margin-top: 25px;
    }
}

@media screen and (max-width: 375px){
    .swiper-button-prev {
        left: 21% !important;
        top: 74% !important;
    }
    .swiper-button-next {
        right: 22% !important;
        top: 74% !important;
    }
}



























