@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-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%;
  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: center;
  line-height: 30px;
  margin-top: 5rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 85px;
}

/* 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: 11px 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: 22px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: bold;
  font-weight: 700;
  margin: 25px 0;
}

.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;
  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: 20px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  margin: 0;
}

.option-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.opt1-img img {
  width: 95%;
  transition: 0.4s;
}
.opt2-img img {
  width: 110%;
  transition: 0.4s;
}
.opt3-img img {
  width: 95%;
  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: 150px;
  background-size: cover;
}

.event-h {
  text-align: center;
  margin-top: 80px;
}

.event-h h1 {
  font-size: 55px;
  font-family: "FatFrank", sans-serif;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 12px black !important;
  paint-order: stroke fill;
  text-align: center;
  font-weight: 900;
}

.event-h p {
  color: #353535;
  font-size: 20px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
  font-weight: 700;
  padding: 0 70px;
}

.eventRow {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Event Single Video */

.video-container {
  width: 1100px;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  margin-top: 70px;
}

.video-container:hover #circle-play-b {
  opacity: 1 !important;
}

.video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

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;
}

.v-bottomP p {
  color: #353535;
  font-size: 20px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: bold;
  font-weight: 700;
  margin: 0;
  padding: 0 60px;
}

/* Event Bottom */

.event-bottomIMG {
  text-align: center;
}

.event-bottomIMG img {
  width: 90%;
}

.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 {
  color: #353535;
  font-size: 20px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-weight: 700;
}

/* 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;
}

.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;
}

.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);
}

@media (max-width: 1023px) {
  .swiper-container {
    height: auto;
  }
  .swiper-container.swiper-container-coverflow {
    margin-top: 0;
  }
}

.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: 44% !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: 42% !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 */

.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 2px;
  margin: 0 70px;
}

.big-image {
  grid-row: 1 / span 2;
}

.big-image img,
.small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.small-image {
  position: relative;
  display: inline-block;
}

.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;
}

.small-image:hover::before {
  width: 100%;
  cursor: pointer;
}

/* Brochure */

.brochure-sec {
  padding: 350px 0 370px 0 !important;
  background-image: url(../images/backgrounds/brochure.png) !important;
  background-size: cover;
  /* height: 800px; */
  background-repeat: no-repeat;
  width: 100%;
}

.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: 10;
  margin-top: -300px;
  padding: 230px 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-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;
}

/* ===================== 

MEDIA QUERY

======================= */

@media screen and (max-width: 1950px) {
  .video-sec {
    padding-top: 120px;
  }
}

@media screen and (max-width: 1399px) {
  .event-img1 img,
  .event-img2 img,
  .event-img3 img{
    width: 100%;
  }
}
