@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Cooper Hewitt";
  src: url("fonts/CooperHewitt-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Cooper Hewitt";
  src: url("fonts/CooperHewitt-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Cooper Hewitt";
  src: url("fonts/CooperHewitt-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cooper Hewitt";
  src: url("fonts/CooperHewitt-BookItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Cooper Hewitt";
  src: url("fonts/CooperHewitt-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Cooper Hewitt";
  src: url("fonts/CooperHewitt-HeavyItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Cooper Hewitt";
  src: url("fonts/CooperHewitt-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Cooper Hewitt";
  src: url("fonts/CooperHewitt-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Cooper Hewitt";
  src: url("fonts/CooperHewitt-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Cooper Hewitt";
  src: url("fonts/CooperHewitt-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Cooper Hewitt";
  src: url("fonts/CooperHewitt-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Cooper Hewitt";
  src: url("fonts/CooperHewitt-SemiboldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Cooper Hewitt";
  src: url("fonts/CooperHewitt-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Cooper Hewitt";
  src: url("fonts/CooperHewitt-ThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Warfirels";
  src: url("fonts/Warfirels-Italic.otf") format("opentype");
  font-style: italic;
}
@font-face {
  font-family: "Warfirels";
  src: url("fonts/Warfirels-Regular.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Moderniz";
  src: url("fonts/Moderniz.otf") format("opentype");
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #141414 !important;
}

.site-container {
  width: 1770px;
  margin: auto;
}
@media screen and (max-width: 1770px) {
  .site-container {
    width: 1500px;
  }
}
@media screen and (max-width: 1500px) {
  .site-container {
    width: 1300px;
  }
}
@media screen and (max-width: 1300px) {
  .site-container {
    width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  .site-container {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .site-container {
    width: 575px;
  }
}
@media screen and (max-width: 580px) {
  .site-container {
    width: 350px;
  }
}

.heading h2 {
  color: #fff;
  text-align: center;
  font-family: "Cooper Hewitt";
  font-size: 40px;
  font-style: normal;
  line-height: normal;
  font-weight: 100;
  text-transform: uppercase;
}
.heading h1 {
  font-family: "Warfirels";
  color: #141414;
  text-align: center;
  font-size: 180px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1770px) {
  .heading h1 {
    font-size: 150px;
  }
}
@media screen and (max-width: 1500px) {
  .heading h1 {
    font-size: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .heading h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .heading h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 400px) {
  .heading h1 {
    font-size: 50px;
  }
}
.heading h1 span {
  color: #00d601;
}
.heading h1 span span {
  font-family: "Moderniz";
  font-size: 83%;
}

.primary-btn {
  background-color: transparent;
  border: #fff 1px solid;
  border-radius: 30px;
  padding: 10px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.primary-btn svg {
  font-size: 35px;
  color: #00d601;
}
.primary-btn.dark {
  border: #141414 1px solid;
  color: #141414;
  font-weight: bold;
}

.book-btn {
  text-decoration: none;
  background: none;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #00d601;
  padding: 10px 25px;
}

nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 15;
}
@media screen and (max-width: 1300px) {
  nav .col:last-child {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  nav .col:last-child {
    display: none;
  }
}
nav .inner ul {
  display: flex;
  justify-content: end;
  gap: 20px;
}
nav .inner ul li {
  list-style: none;
}
nav .inner ul li a {
  text-decoration: none;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
nav .inner ul li a.active {
  background-color: #00d601;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
}
nav .mobile_menu_control {
  display: none;
  text-align: right;
  visibility: hidden;
}
nav .mobile_menu_control.active {
  visibility: visible;
}
nav .mobile_menu_control.mobile_menu_close {
  position: absolute;
  top: 0;
  right: 10px;
}
nav .mobile_menu_control svg {
  font-size: 30px;
  color: #00d601;
}
@media screen and (max-width: 1024px) {
  nav .mobile_menu_control {
    display: block;
  }
}
nav .mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: none;
  overflow: hidden;
  z-index: -1;
}
nav .mobile_menu.open .img {
  transform: translateY(0);
  transition: all 0.5s;
  transition-delay: 0.2s;
}
nav .mobile_menu.open .nav {
  transform: translateY(0);
  transition: all 0.5s;
  transition-delay: 0.2s;
}
nav .mobile_menu .inner {
  height: 100%;
}
nav .mobile_menu .img {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 50%;
  transform: translateY(-100%);
  transition: all 0.5s;
}
nav .mobile_menu .nav {
  background-color: #141414;
  height: 50%;
  transform: translateY(100%);
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: all 0.5s;
}
nav .mobile_menu .nav ul {
  width: 100%;
  padding: 0;
}
nav .mobile_menu .nav ul li {
  text-align: center;
  margin: 20px;
}
nav .mobile_menu .nav img {
  width: 80px;
  aspect-ratio: 1/1;
  margin: auto;
  mix-blend-mode: lighten;
}

.hero {
  position: relative;
  height: 1000px;
  padding-top: 100px;
  background-image: url("/assets/images/hero/home.png");
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1500px) {
  .hero {
    height: 800px;
  }
}
@media screen and (max-width: 1300px) {
  .hero {
    background-size: 100% 800px;
    background-position: top;
    height: max-content;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    background-size: 100%;
  }
}
@media screen and (max-width: 575px) {
  .hero {
    background-size: 100% 600px;
  }
}
@media screen and (max-width: 1300px) {
  .hero .inner .row {
    display: block;
  }
}
@media screen and (max-width: 1300px) {
  .hero .inner .row > div {
    margin: auto;
  }
  .hero .inner .row > div:first-child {
    display: none;
  }
}
.hero .inner .row .small-only {
  display: none;
}
@media screen and (max-width: 1300px) {
  .hero .inner .row .small-only {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .hero .inner .row .small-only {
    margin-top: 140px;
  }
}
.hero .inner .row .small-only .hero-social-links {
  position: relative;
  width: 100%;
  bottom: 0;
}
.hero .gif {
  margin: 40px 0 60px 50px;
}
.hero .gif img {
  width: 150px;
}
.hero .hero-heading {
  color: #fff;
  font-family: "Cooper Hewitt";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1500px) {
  .hero .hero-heading {
    font-size: 22px;
  }
}
.hero .hero-des {
  margin: 10px 0 30px 0;
  color: #fff;
  text-align: justify;
  font-family: "Cooper Hewitt";
  font-size: 17px;
  opacity: 0.5;
  font-style: normal;
  line-height: normal;
}
@media screen and (max-width: 1500px) {
  .hero .hero-des {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .hero .hero-des {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .hero .hero-des {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .hero .primary-btn {
    width: 350px;
  }
}
@media screen and (max-width: 575px) {
  .hero .primary-btn {
    width: 100%;
  }
}
.hero .hero-social-links {
  position: absolute;
  bottom: 100px;
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #fff;
  width: 20%;
}
@media screen and (max-width: 1300px) {
  .hero .hero-social-links {
    border: 0;
    margin-top: 30px;
  }
}
.hero .hero-social-links a {
  color: #fff;
  font-size: 20px;
  padding-bottom: 15px;
}
.hero .row2 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero .row2 {
    width: 100%;
  }
  .hero .row2 > div {
    justify-content: center;
  }
}
.hero .row2 .text {
  margin-top: -100px;
  margin-left: -180px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .hero .row2 .text {
    margin-left: -60px;
  }
}
@media screen and (max-width: 768px) {
  .hero .row2 .text {
    margin-left: -100px;
  }
}
.hero .row2 .text img {
  width: 370px;
}
@media screen and (max-width: 1500px) {
  .hero .row2 .text img {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .hero .row2 .text img {
    width: 280px;
  }
}
@media screen and (max-width: 575px) {
  .hero .row2 .text img {
    width: 230px;
  }
}
.hero .row2 .text img:nth-child(2) {
  position: relative;
  z-index: 1;
  margin-top: 70px;
}
.hero .row2 .text .fire {
  mix-blend-mode: lighten;
  margin-bottom: -30px;
  position: absolute;
  transform: rotate(180deg);
}
@media screen and (max-width: 1500px) {
  .hero .row2 .text .fire {
    margin-bottom: 0;
  }
}
.hero .row2 .text .fire:first-child {
  top: -190px;
}
@media screen and (max-width: 1500px) {
  .hero .row2 .text .fire:first-child {
    top: -90px;
  }
}
@media screen and (max-width: 575px) {
  .hero .row2 .text .fire:first-child {
    display: none;
  }
}
.hero .row2 .text .fire:last-child {
  transform: rotate(0deg);
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1500px) {
  .hero .row2 .text .fire:last-child {
    bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .hero .row2 .text .fire:last-child {
    bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .hero .row2 .text .fire:last-child {
    bottom: -130px;
  }
}
.hero .row2 .character {
  position: absolute;
  margin-left: -20px;
  z-index: 3;
}
@media screen and (max-width: 1500px) {
  .hero .row2 .character {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hero .row2 .character {
    margin-left: 150px;
  }
}
@media screen and (max-width: 465px) {
  .hero .row2 .character {
    margin-left: 100px;
  }
}
.hero .row2 .character img {
  width: 550px;
}
@media screen and (max-width: 1500px) {
  .hero .row2 .character img {
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .hero .row2 .character img {
    width: 300px;
  }
}
@media screen and (max-width: 465px) {
  .hero .row2 .character img {
    width: 230px;
  }
}
@media screen and (max-width: 1770px) {
  .hero .row3 {
    width: max-content;
  }
}
@media screen and (max-width: 1300px) {
  .hero .row3 {
    height: 600px !important;
  }
}
@media screen and (max-width: 768px) {
  .hero .row3 {
    margin-top: 50px !important;
  }
}
.hero .row3 .videos-wrap {
  margin-bottom: 20%;
}
.hero .row3 .videos-wrap .profiles {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.hero .row3 .videos-wrap .profiles img {
  width: 100px;
  height: auto;
}
.hero .row3 .videos-wrap .profiles a {
  text-decoration: none;
}
.hero .row3 .videos-wrap .profiles span {
  color: #fff;
}
@media screen and (max-width: 575px) {
  .hero .row3 .videos-wrap .profiles span svg {
    width: 40px;
  }
}
.hero .row3 .videos {
  border: 10px solid #fff;
  box-shadow: 0px 0px 11px 7px #00d601;
  width: 370px;
  height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .hero .row3 .videos {
    width: 250px;
    height: 400px;
    border: 7px solid #fff;
  }
}
.hero .row3 .videos .swiper-wrapper {
  box-shadow: 0px 0px 16px 9px #00d601;
}
.hero .row3 .videos video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .row3 .controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.hero .row3 .controls .line {
  background-color: #fff;
  width: 1px;
  height: 35%;
}
.hero .row3 .controls .slider-controls {
  transform: none;
}
.hero .row3 .controls .slider-controls .swiper-pagination-bullet {
  background: none;
  border: 2px solid #fff;
  width: 11px;
  height: 11px;
}
.hero .row3 .controls .slider-controls .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00d601;
  border: none;
}

.book-miv {
  background-color: #fff;
  padding: 300px 0 250px 0;
  position: relative;
}
@media screen and (max-width: 575px) {
  .book-miv {
    padding: 200px 0 150px 0;
  }
}
.book-miv .primary-btn {
  margin: auto;
  margin-top: 50px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .book-miv .primary-btn {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .book-miv .primary-btn {
    width: 70%;
  }
}
.book-miv .logo {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  transition: all 1s;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .book-miv .logo img {
    width: 100px;
  }
}
.book-miv:hover::before, .book-miv:hover::after {
  content: "";
  height: 70px;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
  background-color: #141414;
}
.book-miv:hover .logo {
  top: 23%;
}
.book-miv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  background-color: #141414;
  transition: all 1s;
}
.book-miv::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transform: rotate(180deg);
  background-color: #141414;
  transition: all 1s;
}
@media screen and (max-width: 1000px) {
  .book-miv::before, .book-miv::after {
    content: "";
    height: 70px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    background-color: #141414;
  }
  .book-miv .logo {
    top: 23%;
  }
}

footer {
  background-image: url("/assets/images/footer/bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
footer .inner .footer-book-now {
  padding: 50px 0;
  border-bottom: 1px solid #383838;
}
@media screen and (max-width: 1250px) {
  footer .inner .footer-book-now > div {
    display: block;
  }
}
@media screen and (max-width: 1250px) {
  footer .inner .footer-book-now > div .col,
  footer .inner .footer-book-now > div .col * {
    display: block !important;
    text-align: center !important;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer-book-now > div .col {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  footer .inner .footer-book-now > div .col {
    width: 100%;
  }
}
footer .inner .footer-links {
  padding: 100px 0 150px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  footer .inner .footer-links {
    display: block;
    text-align: center;
    margin: auto;
    padding: 60px 0 70px 0;
  }
}
footer .inner .footer-links .links {
  max-width: 350px;
}
@media screen and (max-width: 1250px) {
  footer .inner .footer-links .links {
    text-align: center;
    margin: 50px auto;
  }
}
@media screen and (max-width: 575px) {
  footer .inner .footer-links .links:first-child {
    margin-top: 0;
  }
  footer .inner .footer-links .links:last-child {
    margin-bottom: 0;
  }
}
footer .inner .footer-links .links p {
  color: #fff;
  font-family: "Cooper Hewitt";
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}
footer .inner .footer-links .links .newsletter {
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  footer .inner .footer-links .links .newsletter {
    width: 70%;
    margin: auto;
  }
}
footer .inner .footer-links .links .newsletter input {
  width: 350px;
  background: none;
  outline: none;
  border: 0;
  border-bottom: 1px solid #383838;
  font-family: "Cooper Hewitt";
  padding: 20px 0;
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 575px) {
  footer .inner .footer-links .links .newsletter input {
    width: 100%;
    padding: 10px 0;
  }
}
footer .inner .footer-links .links .newsletter button {
  background: none;
  outline: none;
  border: 0;
  width: 70px;
  height: 70px;
  background-image: url("/assets/images/footer/button-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 575px) {
  footer .inner .footer-links .links .newsletter button {
    width: 40px;
    height: 40px;
  }
}
footer .inner .footer-links .links .head {
  color: #f5f5f5;
  font-family: "Cooper Hewitt";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
}
footer .inner .footer-links .links ul {
  padding: 0;
}
footer .inner .footer-links .links ul li {
  list-style: none;
  margin: 10px;
}
footer .inner .footer-links .links ul li span {
  color: #fff;
  margin-right: 20px;
}
footer .inner .footer-links .links ul li span svg {
  font-size: 20px;
}
footer .inner .footer-links .links ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "Cooper Hewitt";
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}
footer .inner .footer-bottom {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  footer .inner .footer-bottom > div {
    display: block;
    text-align: center;
    margin: auto;
  }
}
@media screen and (max-width: 1250px) {
  footer .inner .footer-bottom > div .col {
    margin: auto;
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  footer .inner .footer-bottom > div .col {
    width: 100%;
  }
}
footer .inner .footer-bottom a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
footer .inner .footer-bottom a svg {
  font-size: 20px;
}
footer .inner .copyrights {
  margin: 50px 0;
  color: #555;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 575px) {
  footer .inner .copyrights {
    font-size: 10px;
  }
}
footer .inner .characters {
  position: absolute;
  bottom: 0;
  width: 500px;
  right: 300px;
}
@media screen and (max-width: 1450px) {
  footer .inner .characters {
    right: 200px;
  }
}
@media screen and (max-width: 1250px) {
  footer .inner .characters {
    width: 280px;
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  footer .inner .characters {
    width: 150px;
  }
}
footer .inner .characters img {
  width: 100%;
}
footer .footer-end {
  background-color: #00d601;
  height: 10px;
}

@media screen and (max-width: 1300px) {
  .about-hero {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 768px) {
  .about-hero {
    padding-top: 300px;
    background-size: 575px auto;
  }
}
.about-hero .inner .text {
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .about-hero .inner .row {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .about-hero .inner .row {
    flex-direction: column;
    gap: 40px;
    justify-content: center;
  }
}
@media screen and (max-width: 1300px) {
  .about-hero .inner .row > div {
    margin: 0;
  }
  .about-hero .inner .row > div:first-child {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .about-hero .inner .row > div {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .about-hero .inner .primary-btn {
    width: 100% !important;
  }
}

.about-header .heading h2 {
  margin-bottom: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 1300px) {
  .about-header .heading h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .about-header .heading h2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .about-header .heading h2 {
    font-size: 18px;
  }
}
.about-header .heading h1 {
  color: #fff;
  font-weight: 100;
  font-style: italic;
  line-height: 100%;
  font-size: 130px;
}
@media screen and (max-width: 1770px) {
  .about-header .heading h1 {
    font-size: 100px;
  }
}
@media screen and (max-width: 1300px) {
  .about-header .heading h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .about-header .heading h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 575px) {
  .about-header .heading h1 {
    font-size: 30px;
  }
}

.about {
  background-image: url("/assets/images/about/bg.png");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 300px;
}
@media screen and (max-width: 1024px) {
  .about {
    background-size: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .about {
    background-size: 800px;
  }
}
.about .inner .character {
  width: 550px;
}
@media screen and (max-width: 1770px) {
  .about .inner .character {
    width: 500px;
  }
}
@media screen and (max-width: 1550px) {
  .about .inner .character {
    width: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .about .inner .character {
    width: 350px;
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 575px) {
  .about .inner .character {
    width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .about .inner .row {
    flex-direction: column;
  }
}
@media screen and (max-width: 1300px) {
  .about .inner .row > div {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .about .inner .row > div {
    width: 100%;
  }
}
.about .inner .content {
  margin-left: 80px;
  padding-top: 200px;
}
@media screen and (max-width: 1300px) {
  .about .inner .content {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .about .inner .content {
    margin-left: 0;
  }
}
.about .inner .about-head {
  color: #fff;
  font-family: "Cooper Hewitt";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1500px) {
  .about .inner .about-head {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .about .inner .about-head {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .about .inner .about-head {
    font-size: 20px;
  }
}
.about .inner .about-des {
  margin: 10px 0 30px 0;
  color: #fff;
  text-align: justify;
  font-family: "Cooper Hewitt";
  font-size: 23px;
  opacity: 0.5;
  font-style: normal;
  line-height: normal;
}
@media screen and (max-width: 1500px) {
  .about .inner .about-des {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .about .inner .about-des {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .about .inner .about-des {
    font-size: 15px;
  }
}

.video-hero .inner .videos {
  overflow: hidden;
  height: 100%;
}
.video-hero .inner .videos .swiper-wrapper .swiper-slide {
  position: relative;
}
.video-hero .inner .videos .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.video-hero .inner .videos .swiper-wrapper .swiper-slide .video-controls {
  position: absolute;
  bottom: 100px;
  left: 75px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 575px) {
  .video-hero .inner .videos .swiper-wrapper .swiper-slide .video-controls {
    bottom: 50px;
    gap: 40px;
  }
  .video-hero .inner .videos .swiper-wrapper .swiper-slide .video-controls a svg {
    width: 30px;
  }
}
.video-hero .controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: absolute;
  right: 75px;
  top: 10%;
  height: 90%;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .video-hero .controls {
    top: 80%;
    right: 40px;
  }
}
.video-hero .controls .line {
  background-color: #fff;
  opacity: 0.2;
  width: 1px;
  height: 35%;
}
@media screen and (max-width: 575px) {
  .video-hero .controls .line {
    display: none;
  }
}
.video-hero .controls .slider-controls {
  transform: none;
}
.video-hero .controls .slider-controls .swiper-pagination-bullet {
  background: none;
  border: 2px solid #fff;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 575px) {
  .video-hero .controls .slider-controls .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
  }
}
.video-hero .controls .slider-controls .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00d601;
  border: none;
}

.lazer_assessing {
  padding-top: 100px;
}
.lazer_assessing .heading {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .lazer_assessing .heading h1 {
    font-size: 50px;
  }
}
.lazer_assessing .heading h1 span {
  font-size: 150px;
}
@media screen and (max-width: 1770px) {
  .lazer_assessing .heading h1 span {
    font-size: 120px;
  }
}
@media screen and (max-width: 1500px) {
  .lazer_assessing .heading h1 span {
    font-size: 100px;
  }
}
@media screen and (max-width: 1300px) {
  .lazer_assessing .heading h1 span {
    font-size: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .lazer_assessing .heading h1 span {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .lazer_assessing .heading h1 span {
    font-size: 60%;
  }
}
.lazer_assessing img {
  margin-top: -100px;
  object-fit: cover;
}
@media screen and (max-width: 1500px) {
  .lazer_assessing img {
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .lazer_assessing img {
    height: 600px;
  }
}

@media screen and (max-width: 768px) {
  .slides img {
    height: 600px;
    object-fit: cover;
  }
}

.booking-hero {
  background-size: cover;
}
@media screen and (max-width: 1300px) {
  .booking-hero {
    padding-bottom: 30px;
  }
}
.booking-hero .inner {
  position: relative;
}
@media screen and (max-width: 1300px) {
  .booking-hero .inner .row {
    display: flex;
    justify-content: start !important;
  }
}
@media screen and (max-width: 1300px) {
  .booking-hero .inner .row .col-4 {
    margin: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .booking-hero .inner .row .col-4 {
    width: 100%;
  }
}
.booking-hero .inner .characters {
  position: absolute;
  bottom: 0px;
  width: 550px;
  left: 300px;
}
@media screen and (max-width: 1770px) {
  .booking-hero .inner .characters {
    left: 200px;
  }
}
@media screen and (max-width: 1500px) {
  .booking-hero .inner .characters {
    width: 450px;
  }
}
.booking-hero .inner .hero-social-links {
  position: relative;
  bottom: 0;
  width: 200px;
}

.booking {
  padding: 150px 0;
  background-color: #fff;
  position: relative;
}
.booking::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 1s;
  height: 50px;
  clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
  background-color: #141414;
}
.booking::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: rotate(180deg);
  transition: all 1s;
  height: 50px;
  clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
  background-color: #141414;
}
.booking .inner .head h1 {
  color: #141414;
  font-family: "Cooper Hewitt";
  font-size: 91px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .booking .inner .head h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 575px) {
  .booking .inner .head h1 {
    font-size: 40px;
  }
}
.booking .inner .head h1 span {
  color: #00d601;
}
.booking .inner .head .sub {
  color: #141414;
  text-align: center;
  font-family: "Cooper Hewitt";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin-top: 200px;
}
@media screen and (max-width: 1024px) {
  .booking .inner .head .sub {
    margin-top: 100px;
  }
}
@media screen and (max-width: 575px) {
  .booking .inner .head .sub {
    font-size: 20px;
  }
}
.booking .inner .booking-form {
  padding: 70px 150px;
  padding-top: 0;
  border-radius: 60px;
  background: #fff;
  box-shadow: 0px 4px 14.8px 0px rgba(0, 0, 0, 0.12);
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .booking .inner .booking-form {
    padding: 70px 100px;
  }
}
@media screen and (max-width: 575px) {
  .booking .inner .booking-form {
    padding: 50px 30px;
    padding-top: 0;
    border-radius: 30px;
  }
}
.booking .inner .booking-form .heading {
  padding: 60px 0;
}
.booking .inner .booking-form .heading span {
  color: #141414;
  font-family: "Cooper Hewitt";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .booking .inner .booking-form .heading span {
    font-size: 25px;
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .booking .inner .booking-form .heading span:nth-child(2), .booking .inner .booking-form .heading span:last-child {
    width: 100%;
  }
}
.booking .inner .booking-form .input-main-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .booking .inner .booking-form .input-main-wrap {
    display: block;
  }
}
.booking .inner .booking-form .input-main-wrap2 .input-wrap .input {
  width: 30%;
  min-width: 30%;
}
@media screen and (max-width: 1024px) {
  .booking .inner .booking-form .input-main-wrap2 .input-wrap .input {
    width: 100%;
    min-width: 100%;
  }
}
.booking .inner .booking-form .input-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .booking .inner .booking-form .input-wrap {
    width: 100%;
  }
}
.booking .inner .booking-form .input-wrap:last-child {
  width: 33.3%;
  justify-content: end;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .booking .inner .booking-form .input-wrap:last-child {
    width: 100%;
    margin-top: 30px;
  }
}
.booking .inner .booking-form .input-wrap:last-child .input {
  width: 90%;
}
@media screen and (max-width: 1024px) {
  .booking .inner .booking-form .input-wrap:last-child .input {
    width: 100%;
  }
}
.booking .inner .booking-form .input-wrap .input {
  min-width: 45%;
}
@media screen and (max-width: 1024px) {
  .booking .inner .booking-form .input-wrap .input {
    width: 100%;
    min-width: 100%;
  }
}
.booking .inner .booking-form .input-wrap .input label {
  color: #141414;
  font-family: "Cooper Hewitt";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  width: 100%;
  margin-top: 20px;
}
.booking .inner .booking-form .input-wrap .input input,
.booking .inner .booking-form .input-wrap .input textarea {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
  padding: 17px 30px;
  padding-right: 50px;
  border: 0;
  outline: 0;
  width: 100%;
  margin-top: 10px;
}
.booking .inner .booking-form .input-wrap .input input[type=date]::-webkit-calendar-picker-indicator,
.booking .inner .booking-form .input-wrap .input textarea[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.booking .inner .booking-form .input-wrap .input input[type=date],
.booking .inner .booking-form .input-wrap .input textarea[type=date] {
  appearance: none; /* For Firefox */
}
.booking .inner .booking-form .input-wrap .input span {
  position: absolute;
  margin-top: 30px;
  margin-left: -50px;
}
.booking .inner .booking-form .input-wrap .input span input {
  accent-color: #00d601;
  cursor: pointer;
  margin-top: 0px;
}
.booking .inner .booking-form .sub {
  color: #141414;
  font-family: "Cooper Hewitt";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
  text-transform: capitalize;
}
.booking .inner .booking-form .submit-btn {
  padding: 15px;
  text-align: center;
  width: 250px;
  font-family: Poppins;
  font-weight: 600;
  border-radius: 40px;
}

.contact-hero {
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .contact-hero {
    background-size: 800px;
  }
}
@media screen and (max-width: 768px) {
  .contact-hero .row .col-5 {
    width: 100%;
  }
}
.contact-hero .row .col-5 .hero-heading {
  font-size: 25px;
}
.contact-hero .row .col-5 .hero-des {
  font-size: 19px;
}
.contact-hero .row .hero-social-links {
  position: static;
}
.contact-hero .contact-form .input {
  margin-bottom: 30px;
}
.contact-hero .contact-form .input label {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 10px;
}
.contact-hero .contact-form .input input {
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
  width: 50%;
  color: #fff;
}
@media screen and (max-width: 1770px) {
  .contact-hero .contact-form .input input {
    width: 70%;
  }
}
@media screen and (max-width: 1500px) {
  .contact-hero .contact-form .input input {
    width: 100%;
  }
}
.contact-hero .contact-form .submit-btn {
  width: 50%;
  color: #141414;
  font-family: "Cooper Hewitt";
  font-size: 25px;
  font-style: normal;
  font-weight: 711;
  padding: 15px;
  border-radius: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .contact-hero .contact-form .submit-btn {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */