@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");
@import url("https://p.typekit.net/p.css?s=1&k=ezn0fph&ht=tk&f=30950&a=134957926&app=typekit&e=css");

@font-face {
  font-family: "el-grande";
  src: url("https://use.typekit.net/af/749e34/00000000000000007755a5d5/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/749e34/00000000000000007755a5d5/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/749e34/00000000000000007755a5d5/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "DirtyHeadline";
  src: url("../fonts/Dirty-Headline.ttf") format("truetype");
}

html,
body {
  overscroll-behavior-x: none;
  overscroll-behavior-y: none;
  scroll-behavior: auto;
  height: 100%;
  background-color: #082c28;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  background-color: #020203;
}

body::-webkit-scrollbar-thumb {
  background-color: #f9d401;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
}

li {
  list-style: none;
}

.container {
  width: 100%;
}

.content {
  max-width: 1580px;
  margin: auto;
  padding: 0px 16px;
}

.content-home-video {
  max-width: 1280px;
  margin: auto;
  padding: 0px 16px;
}

.content-sub-page {
  max-width: 1280px;
  margin: auto;
  padding: 0px 16px;
}

.content.connect-gap {
  padding: 0px 168px;
  padding-left: 237px;
}

ul#menu-main-menu {
  display: inline-flex;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-home.menu-item-26 {
  display: none;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-home.current-menu-item.page_item.page-item-8.current_page_item.menu-item-26 a {
  color: #fffe34;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-10.current_page_item.menu-item-24 a {
  color: #fffe34;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-12.current_page_item.menu-item-23 a {
  color: #fffe34;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-14.current_page_item.menu-item-22 a {
  color: #fffe34;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-16.current_page_item.menu-item-21 a {
  color: #fffe34;
}
@media (min-width: 1951px) and (max-width: 3000px) {
  .content-home-video {
    max-width: 1580px;
    margin: auto;
    padding: 0px 16px;
  }
  .content {
    max-width: 1580px;
    margin: auto;
    padding: 0px 16px;
  }
}
@media (min-width: 1025px) and (max-width: 1950px) {
  .content {
    max-width: 1580px;
    margin: auto;
    padding: 0px 80px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .content.connect-gap {
    padding: 0px 168px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content {
    max-width: 1500px;
    margin: auto;
    padding: 0px 80px;
  }
  .content-sub-page {
    max-width: 1500px;
    margin: auto;
    padding: 0px 80px;
  }
  .content.connect-gap {
    max-width: 1500px;
    margin: auto;
    padding: 0px 80px;
  }
}

@media (max-width: 767px) {
  .content {
    max-width: 1500px;
    margin: auto;
    padding: 0px 36px;
  }
  .content-sub-page {
    max-width: 1500px;
    margin: auto;
    padding: 0px 36px;
  }
  .content.connect-gap {
    max-width: 1500px;
    margin: auto;
    padding: 0px 36px;
  }
}

/* Navigation bar styles start */
.navbar-main {
  position: fixed;
  z-index: 5;
  width: 100%;
  padding: 15px 0;
  background: linear-gradient(
    0deg,
    rgba(8, 44, 40, 0) 0%,
    rgba(8, 44, 40, 0.54) 29.5%,
    rgba(8, 44, 40, 0.9) 81%
  );
  transition: all 0.3s ease;
}

.navbar-main.sticky {
  background: #082c28;
  padding: 10px 0;
}

.navbar-main .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-main .menu-list {
  display: inline-flex;
  align-items: center;
}

ul#menu-verve {
  display: inline-flex;
}

.menu-list li a {
  color: #e4e4e4;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 16px;
  font-size: 16px;
  margin-left: 55px;
}

.menu-list li a:hover {
  color: #fffe34;
}

.icon {
  color: #fffe34;
  font-size: 24px;
  cursor: pointer;
  display: none;
}

.icon.cancel-btn {
  position: absolute;
  right: 24px;
  top: 39px;
  z-index: 0;
}

.logo img {
  max-width: 150px;
  width: 150px;
}

button.menu-contact-btn {
  margin-left: 55px;
  padding: 23px 62px 23px 62px;
  border-radius: 50px;
  border: none;
  box-shadow: 0px 4px 6px 0px #041816;
  background: linear-gradient(180deg, #1ed94f 0%, #f2f047 100%);
}

button.menu-contact-btn:hover {
  background: linear-gradient(180deg, #00cc35 0%, #c1be00 100%);
}

a.main-header-btn-link button.menu-contact-btn {
  cursor: pointer;
  font-family: "Poppins";
  font-weight: 700;
  color: #000;
  font-size: 14px;
  line-height: 14px;
}

@media (max-width: 1233px) {
  li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-home.menu-item-26 {
    display: block;
  }
  body.disabledScroll {
    overflow: hidden !important;
  }

  .icon {
    display: block;
  }

  .icon.hide {
    display: none;
  }

  .navbar-main .menu-list {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 100%;
    background-color: #082c28;
    max-width: 100%;
    display: block;
    padding: 130px 0px;
    text-align: left;
    transition: all 0.3s ease;
    text-align: center;
  }
  ul#menu-main-menu {
    display: block;
    text-align: center;
    padding-left: 0px;
  }

  .navbar-main .menu-list.active {
    right: 0%;
  }

  .navbar-main .menu-list li {
    margin-top: 45px;
  }

  .navbar-main .menu-list li a {
    font-size: 24px;
    display: block;
    width: 100%;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .navbar-main .menu-list li a:focus {
    outline: none !important;
  }

  /* .logo img {
    width: 180px;
  } */
  .logo {
    position: relative;
    z-index: 2;
  }

  .icon.cancel-btn {
    position: absolute;
    right: 54px;
    top: 30px;
    z-index: 0;
  }
  .menu-list li a {
    margin-left: 0px;
  }
}

@media (min-width: 1025px) and (max-width: 1233px) {
  .menu-list li a {
    margin-left: 0px;
  }
  button.menu-contact-btn {
    margin-left: 0px;
    margin-top: 45px;
  }
}
@media (min-width: 1026px) and (max-width: 1199px) {
  .menu-list li a {
    margin-left: 0px;
  }
  button.menu-contact-btn {
    margin-left: 0px;
    margin-top: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .navbar-main .menu-list {
    right: -100%;
  }
  .navbar-main .menu-list.active {
    right: 0%;
    visibility: visible;
    opacity: 1;
  }
  .menu-list li a {
    margin-left: 0px;
  }
  button.menu-contact-btn {
    margin-left: 86px;
    margin-top: 45px;
  }
  .logo {
    position: relative;
    z-index: 2;
  }
  ul#menu-verve {
    margin-top: 110px;
  }
  .menu-list li a {
    margin-left: 0px;
  }
  .icon.cancel-btn {
    position: absolute;
    right: 54px;
    top: 30px;
    z-index: 0;
  }
}

@media (max-width: 767px) {
  .navbar-main .menu-list {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 100%;
    background-color: #082c28;
    box-shadow: 0px 4px 9px 0px #0000000f;
    max-width: 100%;
    display: block;
    padding: 130px 0px;
    text-align: left;
    transition: all 0.3s ease;
    text-align: center;
  }
  .navbar-main .menu-list.active {
    right: 0%;
  }
  button.menu-contact-btn {
    margin-left: 0px;
    margin-top: 45px;
  }
  .logo img {
    max-width: 110px;
    width: 110px;
  }
  .navbar-main.sticky .logo img {
    max-width: 78px;
    width: 78px;
    transition: 0.3s;
  }
}

/* Navigation bar styles end */

/* Home Main banner section start */
section.main-banner-section {
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  min-height: 100%;
}

section.main-wrapper-banner-color-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.main-banner-content-wrapper img {
  width: 100%;
  margin-top: 100px;
}

p.main-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #ffffe8;
  margin-top: 50px;
}

button.main-btn {
  padding: 23px 62px 23px 62px;
  border-radius: 50px;
  border: none;
  box-shadow: 0px 4px 6px 0px #041816;
  text-transform: uppercase;
  margin-top: 50px;
  width: auto;
}

button.main-btn {
  background: linear-gradient(180deg, #fd644f 0%, #f28e26 100%);
}
button.main-btn:hover {
  background: linear-gradient(180deg, #f0381f 0%, #b66817 100%);
}

a.main-btn-link button.main-btn {
  cursor: pointer;
  font-family: "Poppins";
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}

img.home-banner-sub-img-one {
  position: absolute;
  left: -110px;
  bottom: 11%;
  width: 24%;
  max-width: 24%;
}

img.home-banner-sub-img-two {
  position: absolute;
  bottom: 0;
  left: 10%;
}

img.home-banner-sub-img-three {
  position: absolute;
  right: -82px;
  bottom: 20px;
}

img.home-banner-sub-img-four {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 1601px) and (max-width: 1690px) {
  img.home-banner-sub-img-one {
    bottom: 15%;
  }
}
@media (min-width: 1501px) and (max-width: 1600px) {
  img.home-banner-sub-img-one {
    bottom: 15%;
    width: 28%;
    max-width: 28%;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  img.home-banner-sub-img-one {
    bottom: 15%;
    width: 28%;
    max-width: 28%;
  }
  img.home-banner-sub-img-four {
    width: 24%;
    max-width: 24%;
  }
}
@media (min-width: 1301px) and (max-width: 1400px) {
  img.home-banner-sub-img-one {
    bottom: 15%;
    width: 28%;
    max-width: 28%;
  }
  img.home-banner-sub-img-four {
    width: 24%;
    max-width: 24%;
  }
  .main-banner-content-wrapper img {
    width: 82%;
  }
}
@media (min-width: 1201px) and (max-width: 1300px) {
  img.home-banner-sub-img-one {
    bottom: 15%;
    width: 30%;
    max-width: 30%;
  }
  img.home-banner-sub-img-four {
    width: 28%;
    max-width: 28%;
  }
  .main-banner-content-wrapper img {
    width: 74%;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  img.home-banner-sub-img-one {
    bottom: 20%;
    width: 30%;
    max-width: 30%;
  }
  img.home-banner-sub-img-four {
    width: 28%;
    max-width: 28%;
  }
  img.home-banner-sub-img-three {
    right: -68px;
    width: 20%;
    max-width: 20%;
  }
  .main-banner-content-wrapper img {
    width: 74%;
  }
}
@media (min-width: 961px) and (max-width: 1024px) {
  img.home-banner-sub-img-one {
    bottom: 10%;
    width: 36%;
    max-width: 36%;
  }
  img.home-banner-sub-img-two {
    bottom: 0;
    left: 4%;
    width: 17%;
  }
  img.home-banner-sub-img-four {
    width: 26%;
  }
  img.home-banner-sub-img-three {
    right: -56px;
    width: 18%;
    max-width: 18%;
  }
  .main-banner-content-wrapper img {
    width: 74%;
  }
}
@media (min-width: 901px) and (max-width: 960px) {
  img.home-banner-sub-img-one {
    bottom: 10%;
    width: 36%;
    max-width: 36%;
  }
  img.home-banner-sub-img-two {
    bottom: 0;
    left: 3%;
    width: 17%;
  }
  img.home-banner-sub-img-four {
    width: 26%;
  }
  img.home-banner-sub-img-three {
    right: -56px;
    width: 18%;
    max-width: 18%;
  }
  .main-banner-content-wrapper img {
    width: 74%;
  }
}
@media (min-width: 851px) and (max-width: 900px) {
  img.home-banner-sub-img-one {
    bottom: 10%;
    width: 36%;
    max-width: 36%;
  }
  img.home-banner-sub-img-two {
    bottom: 0;
    left: 2%;
    width: 18%;
  }
  img.home-banner-sub-img-four {
    width: 26%;
  }
  img.home-banner-sub-img-three {
    right: -56px;
    width: 18%;
    max-width: 18%;
  }
  .main-banner-content-wrapper img {
    width: 74%;
  }
}
@media (min-width: 769px) and (max-width: 850px) {
  img.home-banner-sub-img-one {
    bottom: 11%;
    width: 39%;
    max-width: 39%;
  }
  img.home-banner-sub-img-two {
    bottom: 0;
    left: 2%;
    width: 20%;
  }
  img.home-banner-sub-img-four {
    width: 32%;
    max-width: 32%;
  }
  img.home-banner-sub-img-three {
    right: -56px;
    width: 22%;
    max-width: 22%;
  }
  .main-banner-content-wrapper img {
    width: 74%;
  }
}
@media (max-width: 1024px) {
  p.main-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 671px) and (max-width: 768px) {
  img.home-banner-sub-img-one {
    bottom: 11%;
    width: 39%;
    max-width: 39%;
  }
  img.home-banner-sub-img-two {
    bottom: 0;
    left: 1%;
    width: 22%;
  }
  img.home-banner-sub-img-four {
    width: 32%;
    max-width: 32%;
  }
  img.home-banner-sub-img-three {
    right: -56px;
    width: 22%;
    max-width: 22%;
  }
  .main-banner-content-wrapper img {
    width: 74%;
  }
}
@media (min-width: 601px) and (max-width: 670px) {
  img.home-banner-sub-img-one {
    bottom: 11%;
    width: 39%;
    max-width: 39%;
    left: -90px;
  }
  img.home-banner-sub-img-two {
    bottom: 0;
    left: 0%;
    width: 26%;
  }
  img.home-banner-sub-img-four {
    width: 32%;
    max-width: 32%;
  }
  img.home-banner-sub-img-three {
    right: -42px;
    width: 24%;
    max-width: 24%;
  }
  .main-banner-content-wrapper img {
    width: 68%;
    margin-top: 0px;
  }
}
@media (min-width: 501px) and (max-width: 600px) {
  img.home-banner-sub-img-one {
    bottom: 11%;
    width: 39%;
    max-width: 39%;
    left: -68px;
  }
  img.home-banner-sub-img-two {
    bottom: 0;
    left: 0%;
    width: 26%;
  }
  img.home-banner-sub-img-four {
    width: 32%;
    max-width: 32%;
  }
  img.home-banner-sub-img-three {
    right: -42px;
    width: 24%;
    max-width: 24%;
  }
  .main-banner-content-wrapper img {
    width: 68%;
    margin-top: 0px;
  }
}
@media (min-width: 431px) and (max-width: 500px) {
  img.home-banner-sub-img-one {
    bottom: 11%;
    width: 45%;
    max-width: 45%;
    left: -72px;
  }
  img.home-banner-sub-img-two {
    bottom: 0;
    left: 0%;
    width: 32%;
  }
  img.home-banner-sub-img-four {
    width: 45%;
    max-width: 45%;
  }
  img.home-banner-sub-img-three {
    right: -39px;
    width: 30%;
    max-width: 30%;
  }
  .main-banner-content-wrapper img {
    width: 68%;
    margin-top: 0px;
  }
}
@media (min-width: 351px) and (max-width: 430px) {
  img.home-banner-sub-img-one {
    bottom: 11%;
    width: 52%;
    max-width: 52%;
    left: -66px;
  }
  img.home-banner-sub-img-two {
    bottom: 0;
    left: 3%;
    width: 34%;
  }
  img.home-banner-sub-img-four {
    width: 52%;
    max-width: 52%;
  }
  img.home-banner-sub-img-three {
    right: -39px;
    width: 32%;
    max-width: 32%;
    bottom: 12px;
  }
  .main-banner-content-wrapper img {
    width: 82%;
    margin-top: 0px;
  }
  img.home-banner-sub-img-four {
    width: 60%;
    max-width: 60%;
  }
  p.main-text {
    margin-top: 25px;
  }
  button.main-btn {
    margin-top: 25px;
  }
  .main-banner-content-wrapper {
    margin-top: -100px;
  }
}
@media (min-width: 200px) and (max-width: 350px) {
  img.home-banner-sub-img-one {
    bottom: 11%;
    width: 62%;
    max-width: 62%;
    left: -66px;
  }
  img.home-banner-sub-img-two {
    bottom: 0;
    left: 0%;
    width: 46%;
  }
  img.home-banner-sub-img-four {
    width: 64%;
    max-width: 64%;
  }
  img.home-banner-sub-img-three {
    right: -39px;
    width: 41%;
    max-width: 41%;
  }
  .main-banner-content-wrapper img {
    width: 68%;
    margin-top: 0px;
  }
  img.home-banner-sub-img-four {
    width: 60%;
    max-width: 60%;
  }
}
/* Home Main banner section end */

/* Home main video banner section start */
section.home-video-wrapper {
  background: #082c28;
  padding-bottom: 300px;
}
.home-main-video-wrapper {
  text-align: center;
  margin-top: 0px;
}
.home-main-videobg-curve {
  padding: 65px 0 40px;
  width: 700px;
  display: inline-block;
  position: relative;
}
.home-main-videobg-curve::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border: 4px solid #1ed94f;
  border-radius: 100% 100% 100% 100% / 100% 100% 100% 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
i.fas.fa-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  color: #000;
  cursor: pointer;
}
.video-text-one {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  display: inline-block;
  transform: translate(0, -50%);
}
.video-text-two {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  display: inline-block;
  transform: translate(0, -50%);
}
.video-text-one p {
  font-family: "el-grande", sans-serif;
  font-weight: 400;
  font-size: 96px;
  line-height: 100%;
  text-align: center;
  background: -webkit-linear-gradient(270deg, #1ed94f 0%, #f2f047 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 5px 0px #620f71);
}
.video-text-two p {
  font-family: "el-grande", sans-serif;
  font-weight: 400;
  font-size: 96px;
  line-height: 100%;
  text-align: center;
  background: -webkit-linear-gradient(270deg, #ffcdf1 0%, #c872f2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 5px 0px #620f71);
}
.home-main-video-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-main-video-box img {
  height: auto;
  max-width: 84%;
  width: 84%;
}
.play-home-text-mobile {
  display: none;
}
/* popup video styles start */
.modal-content {
  background-color: unset;
  border: unset;
}
.modal-header {
  border-bottom: unset;
}
.modal-header .btn-close:focus {
  outline: none;
}
@media (min-width: 2501px) and (max-width: 3000px) {
  .home-main-video-wrapper {
    text-align: center;
    margin-top: -210px;
  }
  .home-main-video-box img {
    height: auto;
    max-width: 58%;
    width: 58%;
  }
  .video-text-one {
    left: 250px;
  }
  .video-text-two {
    right: 250px;
  }
}
@media (min-width: 2201px) and (max-width: 2500px) {
  .home-main-video-wrapper {
    text-align: center;
    margin-top: -162px;
  }
  .home-main-video-box img {
    height: auto;
    max-width: 58%;
    width: 58%;
  }
  .video-text-one {
    left: 250px;
  }
  .video-text-two {
    right: 250px;
  }
}
@media (min-width: 2000px) and (max-width: 2200px) {
  .home-main-video-wrapper {
    text-align: center;
    margin-top: -120px;
  }
  .home-main-video-box img {
    height: auto;
    max-width: 58%;
    width: 58%;
  }
  .video-text-one {
    left: 250px;
  }
  .video-text-two {
    right: 250px;
  }
}
@media (min-width: 1951px) and (max-width: 1999px) {
  .home-main-video-wrapper {
    text-align: center;
    margin-top: -120px;
  }
  .home-main-video-box img {
    height: auto;
    max-width: 58%;
    width: 58%;
  }
  .video-text-one {
    left: 250px;
  }
  .video-text-two {
    right: 250px;
  }
}
@media (min-width: 1301px) and (max-width: 1950px) {
  .home-main-video-wrapper {
    text-align: center;
    margin-top: 0px;
  }
  .home-main-videobg-curve {
    padding: 25px 0 40px;
  }
}
@media (min-width: 1302px) and (max-width: 1536px) {
  .home-main-video-wrapper {
    text-align: center;
    margin-top: 0px;
    padding-top: 150px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .home-main-video-box img {
    max-width: 72%;
    width: 72%;
  }
  .home-main-video-wrapper {
    text-align: center;
    margin-top: 0px;
  }
  .home-main-videobg-curve {
    padding: 78px 0 40px;
  }
  .video-text-one {
    left: 76px;
  }
  .video-text-two {
    right: 76px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .home-main-videobg-curve {
    display: none;
  }
  .home-main-video-wrapper {
    text-align: center;
    margin-top: 0px;
    padding-top: 100px;
  }
}
@media (min-width: 957px) and (max-width: 1024px) {
  .home-main-videobg-curve {
    display: none;
  }
  .home-main-video-wrapper {
    text-align: center;
    margin-top: 0px;
    padding-top: 100px;
  }
  .video-text-one p {
    font-weight: 400;
    font-size: 40px;
  }
  .video-text-two p {
    font-weight: 400;
    font-size: 40px;
  }
  .video-text-two {
    right: 36px;
  }
  .video-text-one {
    left: 36px;
  }
  i.fas.fa-play {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 28px;
  }
}
@media (min-width: 901px) and (max-width: 956px) {
  .home-main-videobg-curve {
    display: none;
  }
  .home-main-video-wrapper {
    text-align: center;
    margin-top: 0px;
    padding-top: 100px;
  }
  .video-text-one p {
    font-weight: 400;
    font-size: 40px;
  }
  .video-text-two p {
    font-weight: 400;
    font-size: 40px;
  }
  .video-text-two {
    right: 26px;
  }
  .video-text-one {
    left: 26px;
  }
  i.fas.fa-play {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .home-main-videobg-curve {
    display: none;
  }
  .home-main-video-wrapper {
    text-align: center;
    margin-top: 0px;
    padding-top: 100px;
  }
  .video-text-one p {
    font-weight: 400;
    font-size: 40px;
  }
  .video-text-two p {
    font-weight: 400;
    font-size: 40px;
  }
  .video-text-two {
    right: 18px;
  }
  .video-text-one {
    left: 18px;
  }
  i.fas.fa-play {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 28px;
  }
}
@media (min-width: 200px) and (max-width: 767px) {
  .play-home-text-mobile {
    display: block;
    margin-bottom: 50px;
  }
  .home-main-videobg-curve {
    display: none;
  }
  .home-main-video-wrapper {
    text-align: center;
    margin-top: 0px;
    padding-top: 72px;
  }
  .play-home-text-mobile p {
    font-family: "el-grande", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 80px;
    text-align: center;
    background: -webkit-linear-gradient(270deg, #ffcdf1 0%, #c872f2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 5px 0px #620f71);
  }
  .video-text-two {
    display: none;
  }
  .video-text-one {
    display: none;
  }
  i.fas.fa-play {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 28px;
  }
  section.home-video-wrapper {
    padding-bottom: 250px;
  }
  .home-main-video-box img {
    max-width: 100%;
    width: 100%;
  }
}
/* Home main video banner section end */

/* Main home about intro start */
.about-intro-grid-block img {
  width: 100%;
}
section.home-about-intro-wrapper {
  background-color: #082c28;
  position: relative;
  overflow: hidden;
  padding-bottom: 250px;
}
h1.main-title {
  font-family: "el-grande", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 50px;
  background: -webkit-linear-gradient(270deg, #fd644f 0%, #f28e26 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 5px 0px #620f71);
}
p.main-small-para {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffe8;
}
.about-intro-grid-block img {
  min-width: 100%;
  min-height: 100%;
}
.about-intro-grid-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.about-intro-grid-content {
  width: 48%;
}
.round-image-home {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
img.leaf-one {
  position: absolute;
  bottom: 0;
  top: 20%;
  left: 0;
  min-width: 200px;
  display: inline-block;
  animation: vertical-shaking 5s ease-in-out infinite;
}
img.leaf-two {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 700px;
  animation: horizontal-shaking 5s ease-in-out infinite;
}
img.leaf-three {
  position: absolute;
  bottom: 0;
  left: 25%;
  min-width: 400px;
  display: inline-block;
  transform: translate(0, 0%);
  animation: vertical-shaking 5s ease-in-out infinite;
}
img.leaf-four {
  position: absolute;
  bottom: 0;
  left: 42%;
  min-width: 500px;
  animation: horizontal-shaking 5s ease-in-out infinite;
}
img.leaf-five {
  position: absolute;
  bottom: 0;
  left: 60%;
  min-width: 500px;
  animation: horizontal-shaking 5s ease-in-out infinite;
}
img.leaf-six {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 500px;
  animation: horizontal-shaking 5s ease-in-out infinite;
}
img.leaf-seven {
  position: absolute;
  bottom: 0;
  top: 20%;
  right: 0;
  min-width: 200px;
  display: inline-block;
  transform: translate(0, -50%);
  animation: vertical-shaking 5s ease-in-out infinite;
}

.circlespin {
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0%;
  bottom: 0;
}

.circlespin img {
  width: 100%;
  height: 100%;
  animation: spin 10s linear infinite;
}

/* spin effect animation start */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* spin effect animation end */

/* shake animation start*/
@keyframes vertical-shaking {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
/* shake animation end*/
@media (min-width: 2001px) and (max-width: 3000px) {
  .circlespin {
    bottom: -38%;
  }
}
@media (min-width: 1000px) and (max-width: 2000px) {
  .circlespin {
    bottom: -50%;
  }
}
@media (min-width: 801px) and (max-width: 999px) {
  .circlespin {
    bottom: -62%;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .circlespin {
    bottom: -76%;
  }
}
@media (min-width: 651px) and (max-width: 767px) {
  .circlespin {
    bottom: -48%;
  }
  .circlespin img {
    width: 74%;
    height: 74%;
  }
}
@media (min-width: 501px) and (max-width: 650px) {
  .circlespin {
    bottom: -62%;
  }
  .circlespin img {
    width: 60%;
    height: 60%;
  }
}
@media (min-width: 401px) and (max-width: 500px) {
  .circlespin {
    bottom: -82%;
    justify-content: flex-end;
  }
  .circlespin img {
    width: 60%;
    height: 60%;
  }
}
@media (min-width: 200px) and (max-width: 400px) {
  .circlespin {
    bottom: -200px;
    justify-content: flex-end;
  }
  .circlespin img {
    width: 60%;
    height: 60%;
  }
}
@media (min-width: 1501px) and (max-width: 1700px) {
  img.leaf-one {
    top: 20%;
    min-width: 100px;
  }
  img.leaf-two {
    min-width: 500px;
  }
  img.leaf-three {
    min-width: 100px;
  }
  img.leaf-four {
    min-width: 450px;
  }
  img.leaf-five {
    min-width: 500px;
  }
  img.leaf-six {
    min-width: 500px;
  }
  img.leaf-seven {
    top: 16%;
    min-width: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  img.leaf-one {
    top: 20%;
    min-width: 100px;
  }
  img.leaf-two {
    min-width: 500px;
  }
  img.leaf-three {
    min-width: 100px;
  }
  img.leaf-four {
    min-width: 390px;
    left: 44%;
  }
  img.leaf-five {
    min-width: 500px;
  }
  img.leaf-six {
    min-width: 470px;
  }
  img.leaf-seven {
    top: 16%;
    min-width: 100px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  h1.main-title {
    font-size: 40px;
    line-height: 48px;
  }
  .round-image-home {
    width: 400px;
    height: 400px;
  }
  .about-intro-grid-block.image-about-block {
    display: flex;
    justify-content: center;
  }
  img.leaf-one {
    top: 40%;
    width: 10%;
    min-width: unset;
  }
  img.leaf-two {
    min-width: unset;
    width: 34%;
  }
  img.leaf-three {
    min-width: unset;
    width: 20%;
  }
  img.leaf-four {
    min-width: unset;
    left: 40%;
    width: 26%;
  }
  img.leaf-five {
    min-width: unset;
    width: 24%;
  }
  img.leaf-six {
    min-width: unset;
    width: 30%;
  }
  img.leaf-seven {
    top: 28%;
    min-width: unset;
    width: 22%;
  }
}
@media (min-width: 901px) and (max-width: 1024px) {
  section.home-about-intro-wrapper {
    padding-bottom: 200px;
  }
  h1.main-title {
    font-size: 40px;
    line-height: 48px;
  }
  .round-image-home {
    width: 300px;
    height: 300px;
  }
  .about-intro-grid-block.image-about-block {
    display: flex;
    justify-content: center;
  }
  img.leaf-one {
    top: 54%;
    width: 10%;
    min-width: unset;
  }
  img.leaf-two {
    min-width: unset;
    width: 34%;
  }
  img.leaf-three {
    min-width: unset;
    width: 20%;
  }
  img.leaf-four {
    min-width: unset;
    left: 40%;
    width: 26%;
  }
  img.leaf-five {
    min-width: unset;
    width: 24%;
  }
  img.leaf-six {
    min-width: unset;
    width: 30%;
  }
  img.leaf-seven {
    top: 44%;
    min-width: unset;
    width: 22%;
  }
}
@media (min-width: 801px) and (max-width: 900px) {
  section.home-about-intro-wrapper {
    padding-bottom: 200px;
  }
  h1.main-title {
    font-size: 40px;
    line-height: 48px;
  }
  .round-image-home {
    width: 300px;
    height: 300px;
  }
  .about-intro-grid-block.image-about-block {
    display: flex;
    justify-content: center;
  }
  img.leaf-one {
    top: 60%;
    width: 12%;
    min-width: unset;
  }
  img.leaf-two {
    min-width: unset;
    width: 34%;
  }
  img.leaf-three {
    min-width: unset;
    width: 20%;
  }
  img.leaf-four {
    min-width: unset;
    left: 40%;
    width: 26%;
  }
  img.leaf-five {
    min-width: unset;
    width: 24%;
  }
  img.leaf-six {
    min-width: unset;
    width: 30%;
  }
  img.leaf-seven {
    top: 54%;
    min-width: unset;
    width: 22%;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  section.home-about-intro-wrapper {
    padding-bottom: 200px;
  }
  h1.main-title {
    font-size: 40px;
    line-height: 48px;
  }
  .round-image-home {
    width: 300px;
    height: 300px;
  }
  .about-intro-grid-block.image-about-block {
    display: flex;
    justify-content: center;
  }
  img.leaf-one {
    top: 67%;
    width: 14%;
    min-width: unset;
  }
  img.leaf-two {
    min-width: unset;
    width: 34%;
  }
  img.leaf-three {
    min-width: unset;
    width: 20%;
  }
  img.leaf-four {
    min-width: unset;
    left: 40%;
    width: 26%;
  }
  img.leaf-five {
    min-width: unset;
    width: 24%;
  }
  img.leaf-six {
    min-width: unset;
    width: 30%;
  }
  img.leaf-seven {
    top: 62%;
    min-width: unset;
    width: 24%;
  }
}
@media (min-width: 701px) and (max-width: 767px) {
  section.home-about-intro-wrapper {
    padding-bottom: 200px;
  }
  h1.main-title {
    font-size: 40px;
    line-height: 48px;
  }
  .round-image-home {
    width: 300px;
    height: 300px;
  }
  .about-intro-grid-block.image-about-block {
    display: flex;
    justify-content: center;
  }
  img.leaf-one {
    top: 67%;
    width: 14%;
    min-width: unset;
  }
  img.leaf-two {
    min-width: unset;
    width: 34%;
  }
  img.leaf-three {
    min-width: unset;
    width: 20%;
  }
  img.leaf-four {
    min-width: unset;
    left: 40%;
    width: 26%;
  }
  img.leaf-five {
    min-width: unset;
    width: 24%;
  }
  img.leaf-six {
    min-width: unset;
    width: 30%;
  }
  img.leaf-seven {
    top: 62%;
    min-width: unset;
    width: 24%;
  }
}
@media (min-width: 601px) and (max-width: 700px) {
  section.home-about-intro-wrapper {
    padding-bottom: 200px;
  }
  h1.main-title {
    font-size: 40px;
    line-height: 48px;
  }
  .round-image-home {
    width: 300px;
    height: 300px;
  }
  .about-intro-grid-block.image-about-block {
    display: flex;
    justify-content: center;
  }
  .about-intro-grid-wrapper {
    flex-direction: column-reverse;
    row-gap: 50px;
  }
  .about-intro-grid-content {
    width: 100%;
  }
  img.leaf-one {
    top: 70%;
    width: 14%;
    min-width: unset;
  }
  img.leaf-two {
    min-width: unset;
    width: 34%;
  }
  img.leaf-three {
    min-width: unset;
    width: 20%;
  }
  img.leaf-four {
    min-width: unset;
    left: 40%;
    width: 26%;
  }
  img.leaf-five {
    min-width: unset;
    width: 24%;
  }
  img.leaf-six {
    min-width: unset;
    width: 30%;
  }
  img.leaf-seven {
    top: 68%;
    min-width: unset;
    width: 24%;
  }
}
@media (min-width: 501px) and (max-width: 600px) {
  section.home-about-intro-wrapper {
    padding-bottom: 200px;
  }
  h1.main-title {
    font-size: 40px;
    line-height: 48px;
  }
  .round-image-home {
    width: 300px;
    height: 300px;
  }
  .about-intro-grid-block.image-about-block {
    display: flex;
    justify-content: center;
  }
  .about-intro-grid-wrapper {
    flex-direction: column-reverse;
    row-gap: 50px;
  }
  .about-intro-grid-content {
    width: 100%;
  }
  img.leaf-one {
    top: 77%;
    width: 16%;
    min-width: unset;
  }
  img.leaf-two {
    min-width: unset;
    width: 34%;
  }
  img.leaf-three {
    min-width: unset;
    width: 20%;
  }
  img.leaf-four {
    min-width: unset;
    left: 40%;
    width: 26%;
  }
  img.leaf-five {
    min-width: unset;
    width: 24%;
  }
  img.leaf-six {
    min-width: unset;
    width: 30%;
  }
  img.leaf-seven {
    top: 76%;
    min-width: unset;
    width: 26%;
  }
}
@media (min-width: 441px) and (max-width: 500px) {
  section.home-about-intro-wrapper {
    padding-bottom: 220px;
  }
  h1.main-title {
    font-size: 40px;
    line-height: 48px;
  }
  .round-image-home {
    width: 300px;
    height: 300px;
  }
  .about-intro-grid-block.image-about-block {
    display: flex;
    justify-content: center;
  }
  .about-intro-grid-wrapper {
    flex-direction: column-reverse;
    row-gap: 50px;
  }
  .about-intro-grid-content {
    width: 100%;
  }
  img.leaf-one {
    top: 82%;
    left: -56px;
    width: 16%;
    min-width: unset;
  }
  img.leaf-two {
    min-width: unset;
    width: 34%;
  }
  img.leaf-three {
    min-width: unset;
    width: 20%;
  }
  img.leaf-four {
    min-width: unset;
    left: 40%;
    width: 26%;
  }
  img.leaf-five {
    min-width: unset;
    width: 24%;
  }
  img.leaf-six {
    min-width: unset;
    width: 30%;
  }
  img.leaf-seven {
    top: 80%;
    right: -48px;
    min-width: unset;
    width: 26%;
  }
}
@media (min-width: 401px) and (max-width: 440px) {
  section.home-about-intro-wrapper {
    padding-bottom: 230px;
  }
  h1.main-title {
    font-size: 40px;
    line-height: 48px;
  }
  .round-image-home {
    width: 300px;
    height: 300px;
  }
  .about-intro-grid-block.image-about-block {
    display: flex;
    justify-content: center;
  }
  .about-intro-grid-wrapper {
    flex-direction: column-reverse;
    row-gap: 50px;
  }
  .about-intro-grid-content {
    width: 100%;
  }
  img.leaf-one {
    top: 86%;
    left: -46px;
    width: 16%;
    min-width: unset;
  }
  img.leaf-two {
    min-width: unset;
    width: 34%;
  }
  img.leaf-three {
    min-width: unset;
    width: 20%;
  }
  img.leaf-four {
    min-width: unset;
    left: 40%;
    width: 26%;
  }
  img.leaf-five {
    min-width: unset;
    width: 24%;
  }
  img.leaf-six {
    min-width: unset;
    width: 30%;
  }
  img.leaf-seven {
    top: 84%;
    right: -36px;
    min-width: unset;
    width: 26%;
  }
}
@media (min-width: 200px) and (max-width: 400px) {
  section.home-about-intro-wrapper {
    padding-bottom: 230px;
  }
  h1.main-title {
    font-size: 40px;
    line-height: 48px;
  }
  .round-image-home {
    width: 250px;
    height: 250px;
  }
  .about-intro-grid-block.image-about-block {
    display: flex;
    justify-content: center;
  }
  .about-intro-grid-wrapper {
    flex-direction: column-reverse;
    row-gap: 50px;
  }
  .about-intro-grid-content {
    width: 100%;
  }
  img.leaf-one {
    top: 86%;
    left: -38px;
    width: 16%;
    min-width: unset;
  }
  img.leaf-two {
    min-width: unset;
    width: 34%;
  }
  img.leaf-three {
    min-width: unset;
    width: 20%;
  }
  img.leaf-four {
    min-width: unset;
    left: 40%;
    width: 26%;
  }
  img.leaf-five {
    min-width: unset;
    width: 24%;
  }
  img.leaf-six {
    min-width: unset;
    width: 30%;
  }
  img.leaf-seven {
    top: 86%;
    right: -30px;
    min-width: unset;
    width: 26%;
  }
}
/* Main home about intro end */
section.home-experience-section {
  background-color: #082c28;
  padding-bottom: 150px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-carousel-content-wrapper {
  height: 600px;
  width: 800px;
  position: relative;
}

.carousel-overlay-image {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  height: 100%;
  width: 100%;
}
.carousel-text-wrapper {
  position: absolute;
  bottom: 0;
}
.carousel-text-wrapper h3 {
  font-family: "el-grande", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 36px;
  padding-bottom: 50px;
  background: -webkit-linear-gradient(270deg, #1ed94f 0%, #f2f047 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 5px 0px #620f71);
}

.carousel-text-wrapper.carousel-color-change h3 {
  background: -webkit-linear-gradient(270deg, #ffcdf1 0%, #c872f2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 5px 0px #620f71);
}

.carousel-text-wrapper.carousel-color-change-two h3 {
  background: -webkit-linear-gradient(270deg, #f56388 0%, #9eff21 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 5px 0px #620f71);
}
.carousel-text-wrapper.carousel-color-change-three h3 {
  background: -webkit-linear-gradient(270deg, #209cff 0%, #68e0cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 5px 0px #620f71);
}
.carousel-text-wrapper.carousel-color-change-four h3 {
  background: -webkit-linear-gradient(270deg, #fd644f 0%, #f28e26 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 5px 0px #620f71);
}
.carousel-text-wrapper.carousel-color-change-five h3 {
  background: -webkit-linear-gradient(270deg, #ab65ff 0%, #6bffea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 5px 0px #620f71);
}

.swiper-pagination-bullet {
  background: #38393b;
  opacity: 1;
  --swiper-pagination-bullet-width: 24px;
  --swiper-pagination-bullet-height: 2px;
  --swiper-pagination-bullet-horizontal-gap: 5px;
}

.swiper-pagination-bullet-active {
  background: #f2f047;
}

.swiper-pagination {
  text-align: center;
  margin-top: 51px;
  position: relative;
  bottom: 0 !important;
}

.button-wrapper-exp {
  display: flex;
  justify-content: center;
}

button.main-btn.main-btn-exp {
  background: linear-gradient(180deg, #c82090 0%, #6a14d1 100%);
}

button.main-btn.main-btn-exp:hover {
  background: linear-gradient(180deg, #86095c 0%, #440391 100%);
}

h1.main-title.exp-home-title {
  margin-top: -8rem;
  margin-bottom: 0px;
  text-align: center;
  padding-bottom: 50px;
  background: -webkit-linear-gradient(270deg, #ab65ff 0%, #6bffea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 5px 0px #620f71);
}
@media (min-width: 2501px) and (max-width: 3000px) {
  .main-carousel-content-wrapper {
    height: 900px;
    width: 1000px;
    position: relative;
  }
}
@media (min-width: 2000px) and (max-width: 2500px) {
  .main-carousel-content-wrapper {
    height: 800px;
    width: 900px;
    position: relative;
  }
}
@media (max-width: 1024px) {
  section.home-experience-section {
    padding-bottom: 50px;
  }
}
@media (min-width: 200px) and (max-width: 503px) {
  h1.main-title.exp-home-title {
    margin-top: -10rem;
  }
}
/* Experience main secton style start */

/* PP section styles start */
section.pp-main-section-wrapper {
  background-repeat: no-repeat;
  background-size: 72%;
  background-position: 100% 70%;
}
.pp-img-wrapper img {
  width: 100%;
  height: 600px;
  vertical-align: bottom;
  object-fit: cover;
}
.pp-main-grid-content.pp-image-left {
  width: 38%;
}
.pp-main-grid-content {
  width: 61%;
}
.pp-main-grid-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background: #082837eb;
}
h1.main-title.pp-main-home-title {
  background: -webkit-linear-gradient(270deg, #1ed94f 0%, #f2f047 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 5px 0px #620f71);
}

.pp-content-wrapper {
  padding-left: 142px;
  padding-right: 156px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  section.pp-main-section-wrapper {
    background-size: 100%;
    background-position: 100% 80%;
  }
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .pp-img-wrapper img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    object-fit: cover;
  }
}
@media (min-width: 1209px) and (max-width: 1368px) {
  .pp-content-wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1025px) and (max-width: 1208px) {
  .pp-content-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pp-main-grid-content.pp-image-left {
    width: 100%;
  }
  .pp-main-grid-content {
    width: 100%;
  }
  .pp-img-wrapper img {
    width: 100%;
    height: 600px;
    vertical-align: bottom;
    object-fit: cover;
  }
  .pp-content-wrapper {
    padding-left: 83px;
    padding-right: 83px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 846px) and (max-width: 1024px) {
  section.pp-main-section-wrapper {
    background-size: contain;
    background-position: bottom;
  }
}
@media (min-width: 768px) and (max-width: 845px) {
  section.pp-main-section-wrapper {
    background-size: 100% 45%;
    background-position: bottom;
  }
}
@media (min-width: 618px) and (max-width: 767px) {
  section.pp-main-section-wrapper {
    background-size: 100% 45%;
    background-position: bottom;
  }
  .pp-main-grid-content.pp-image-left {
    width: 100%;
  }
  .pp-main-grid-content {
    width: 100%;
  }
  .pp-img-wrapper img {
    width: 100%;
    height: 600px;
    vertical-align: bottom;
    object-fit: cover;
  }
  .pp-content-wrapper {
    padding-left: 32px;
    padding-right: 33px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 200px) and (max-width: 617px) {
  section.pp-main-section-wrapper {
    background-size: cover;
    background-position: bottom;
  }
  .pp-main-grid-content.pp-image-left {
    width: 100%;
  }
  .pp-main-grid-content {
    width: 100%;
  }
  .pp-img-wrapper img {
    width: 100%;
    height: 600px;
    vertical-align: bottom;
    object-fit: cover;
  }
  .pp-content-wrapper {
    padding-left: 32px;
    padding-right: 33px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* PP section styles end */

/* Adventure main styles start */
section.main-home-adventure-section-wrapper {
  background-color: #082c28;
  position: relative;
  overflow: hidden;
  text-align: center;
}

img.adventure-main-img {
  width: 100%;
}

/* updated start */

.adventure-sub-img-wrap {
  position: relative;
  width: 100%;
  height: 0;
}
.adventure-sub-img {
  position: absolute;
  top: -45rem;
  left: 50%;
  transform: translateX(-50%);
  height: 400px;
  width: auto;
  z-index: 3;
  pointer-events: none;
}
/* Semi-circle dome background */
.main-adventure-content-wrappper {
  position: relative;
  background: radial-gradient(
    101.34% 119.48% at 50% 0%,
    #016056 0%,
    #033933 100%
  );
  clip-path: ellipse(50% 100% at 50% 100%);
  height: 700px;
  overflow: visible; /* allow outside elements to show */
  z-index: 1;
  margin-top: -27rem;
}
/* Content inside dome */
.sub-ad-content-wrap {
  position: relative;
  padding-top: 180px;
  z-index: 2;
  text-align: center;
  color: white;
}
.adventure-content-wrap {
  max-width: 900px;
  margin: 0 auto;
}
img.plant-one-ad {
  position: absolute;
  left: -6px;
  bottom: 0;
  z-index: 1;
  animation: horizontal-shaking 5s ease-in-out infinite;
}
img.plant-two-ad {
  position: absolute;
  right: -6px;
  bottom: 0;
  z-index: 1;
  animation: horizontal-shaking 5s ease-in-out infinite;
}

h1.main-title.adventure-main-home-title {
  background: -webkit-linear-gradient(270deg, #ab65ff 0%, #6bffea 100%);
  -webkit-background-clip: text;
  filter: drop-shadow(2px 5px 0px #620f71);
}
@media (min-width: 1581px) and (max-width: 1660px) {
  .adventure-sub-img {
    top: -42rem;
    height: 400px;
  }
}
@media (min-width: 1501px) and (max-width: 1580px) {
  .adventure-sub-img {
    top: -38rem;
    height: 350px;
  }
  .main-adventure-content-wrappper {
    margin-top: -22rem;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  .adventure-sub-img {
    top: -37rem;
    height: 350px;
  }
  .main-adventure-content-wrappper {
    margin-top: -21rem;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .adventure-sub-img {
    top: -32rem;
    height: 350px;
  }
  .main-adventure-content-wrappper {
    margin-top: -16rem;
  }
  img.plant-one-ad {
    max-width: 300px;
  }
  img.plant-two-ad {
    max-width: 300px;
  }
}
@media (min-width: 1121px) and (max-width: 1200px) {
  .adventure-sub-img {
    top: -30rem;
    height: 350px;
  }
  .main-adventure-content-wrappper {
    margin-top: -14rem;
  }
  img.plant-one-ad {
    max-width: 300px;
  }
  img.plant-two-ad {
    max-width: 300px;
  }
}
@media (min-width: 1001px) and (max-width: 1120px) {
  .adventure-sub-img {
    top: -21rem;
    height: 350px;
  }
  .main-adventure-content-wrappper {
    clip-path: ellipse(68% 100% at 50% 100%);
    height: 700px;
    margin-top: -5rem;
  }
  img.plant-one-ad {
    max-width: 250px;
  }
  img.plant-two-ad {
    max-width: 250px;
  }
  p.main-small-para.adventure-main-text br {
    display: none;
  }
  .adventure-content-wrap {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 801px) and (max-width: 1000px) {
  .adventure-sub-img {
    top: -21rem;
    height: 350px;
  }
  .main-adventure-content-wrappper {
    clip-path: ellipse(84% 100% at 50% 100%);
    height: 700px;
    margin-top: -5rem;
  }
  img.plant-one-ad {
    max-width: 200px;
    animation: unset;
  }
  img.plant-two-ad {
    max-width: 200px;
    animation: unset;
  }
  p.main-small-para.adventure-main-text br {
    display: none;
  }
  .adventure-content-wrap {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .adventure-sub-img {
    top: -18rem;
    height: 330px;
  }
  .main-adventure-content-wrappper {
    clip-path: ellipse(100% 100% at 50% 100%);
    height: 700px;
    margin-top: -3rem;
  }
  img.plant-one-ad {
    max-width: 170px;
    animation: unset;
  }
  img.plant-two-ad {
    max-width: 170px;
    animation: unset;
  }
  p.main-small-para.adventure-main-text br {
    display: none;
  }
  .adventure-content-wrap {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 661px) and (max-width: 767px) {
  .adventure-sub-img {
    top: -16rem;
    height: 320px;
  }
  .main-adventure-content-wrappper {
    clip-path: ellipse(100% 100% at 50% 100%);
    height: 700px;
    margin-top: -3rem;
  }
  img.plant-one-ad {
    max-width: 170px;
    animation: unset;
  }
  img.plant-two-ad {
    max-width: 170px;
    animation: unset;
  }
  p.main-small-para.adventure-main-text br {
    display: none;
  }
  .adventure-content-wrap {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 601px) and (max-width: 660px) {
  .adventure-sub-img {
    top: -15rem;
    height: 300px;
  }
  .main-adventure-content-wrappper {
    clip-path: ellipse(100% 100% at 50% 100%);
    height: 700px;
    margin-top: -3rem;
  }
  img.plant-one-ad {
    max-width: 150px;
    animation: unset;
  }
  img.plant-two-ad {
    max-width: 150px;
    animation: unset;
  }
  p.main-small-para.adventure-main-text br {
    display: none;
  }
  .adventure-content-wrap {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 501px) and (max-width: 600px) {
  .adventure-sub-img {
    top: -12rem;
    height: 300px;
  }
  .main-adventure-content-wrappper {
    clip-path: ellipse(100% 100% at 50% 100%);
    height: 700px;
    margin-top: 0rem;
  }
  img.plant-one-ad {
    max-width: 100px;
    animation: unset;
  }
  img.plant-two-ad {
    max-width: 100px;
    animation: unset;
  }
  p.main-small-para.adventure-main-text br {
    display: none;
  }
  .adventure-content-wrap {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (min-width: 402px) and (max-width: 500px) {
  .adventure-sub-img {
    top: -10rem;
    height: 300px;
  }
  .main-adventure-content-wrappper {
    clip-path: ellipse(100% 100% at 50% 100%);
    height: 780px;
    margin-top: 2rem;
  }
  img.plant-one-ad {
    max-width: 100px;
    animation: unset;
  }
  img.plant-two-ad {
    max-width: 100px;
    animation: unset;
  }
  p.main-small-para.adventure-main-text br {
    display: none;
  }
  p.main-small-para.adventure-main-text {
    padding-left: 33px;
    padding-right: 33px;
  }
  .adventure-content-wrap {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 400px) and (max-width: 401px) {
  .adventure-sub-img {
    top: -10rem;
    height: 300px;
  }
  .main-adventure-content-wrappper {
    clip-path: ellipse(100% 100% at 50% 100%);
    height: 780px;
    margin-top: 2rem;
  }
  img.plant-one-ad {
    max-width: 100px;
    animation: unset;
  }
  img.plant-two-ad {
    max-width: 100px;
    animation: unset;
  }
  p.main-small-para.adventure-main-text br {
    display: none;
  }
  p.main-small-para.adventure-main-text {
    padding-left: 33px;
    padding-right: 33px;
  }
  .adventure-content-wrap {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 200px) and (max-width: 400px) {
  .adventure-sub-img {
    top: -10rem;
    height: 300px;
  }
  .main-adventure-content-wrappper {
    clip-path: ellipse(100% 100% at 50% 100%);
    height: 700px;
    margin-top: 2rem;
  }
  img.plant-one-ad {
    max-width: 100px;
  }
  img.plant-two-ad {
    max-width: 100px;
  }
  p.main-small-para.adventure-main-text br {
    display: none;
  }
  p.main-small-para.adventure-main-text {
    padding-left: 33px;
    padding-right: 33px;
  }
  .adventure-content-wrap {
    max-width: 400px;
    margin: 0 auto;
  }
  p.main-small-para {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sub-ad-content-wrap {
    padding-top: 130px;
  }
  h1.main-title.adventure-main-home-title {
    font-size: 34px;
    line-height: 42px;
  }
}

/* Adventure main styles end */

/* main gift section start */
section.gift-home-section {
  position: relative;
  height: 57%;
  background-image: url(../images/gift-main-image.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.gift-main-wrap-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #04231fc7;
}

h1.main-title.gift-main-title {
  background: -webkit-linear-gradient(270deg, #ffcdf1 0%, #c872f2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 5px 0px #620f71);
}
br.mobile-only-br {
  display: none;
}
@media (min-width: 200px) and (max-width: 767px) {
  section.gift-home-section {
    background-attachment: unset;
  }
}
@media (min-width: 200px) and (max-width: 580px) {
  p.main-small-para.gift-main-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  p.main-small-para.gift-main-text br {
    display: none;
  }
  br.mobile-only-br {
    display: block;
  }
}
/* main gift section end */

/* map section home start */
section.map-main-wrapper {
  background-color: #082c28;
  position: relative;
  overflow: hidden;
  padding: 150px 120px;
}

.map-wrapper {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 519px;
}

.main-map-sub-content-wrap {
  background: linear-gradient(81.18deg, #033933 3.85%, #016056 110.94%);
  padding: 57px;
  border-radius: 24px;
}
.main-map-sub-content-wrap.visa-map-wrap {
  margin-top: 21px;
}
.main-map-sub-content h3 {
  color: #f2f047;
  font-family: "Poppins";
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}
.main-map-sub-content.map-visa p {
  font-size: 17px;
  font-family: "Poppins";
  font-weight: 400;
  color: #ffffe8;
  margin-top: 15px;
  margin-bottom: 20px;
}

.map-visa-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 11px;
}

.map-visa-wrap img {
  max-width: 120px;
}

.main-map-wrapper-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1;
}
.main-map-grid-content {
  width: 48%;
}
.main-map-sub-content {
  display: flex;
  align-items: center;
}
.main-map-sub-content.map-visa {
  display: block;
}
i.fa-solid.fa-car-side {
  background-color: #ffffff;
  color: #003f38;
  border-radius: 50%;
  font-size: 44px;
  padding: 40px;
  transform: rotateY(180deg);
}
.main-map-sub-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1403px) and (max-width: 1446px) {
  .map-visa-wrap img {
    max-width: 100px;
  }
}

@media (min-width: 1403px) and (max-width: 1419px) {
  .map-wrapper {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 536px;
  }
  iframe#map-frame {
    height: 536px;
  }
}
@media (min-width: 1351px) and (max-width: 1402px) {
  .map-wrapper {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 518px;
  }
  iframe#map-frame {
    height: 518px;
  }
  .map-visa-wrap img {
    max-width: 90px;
  }
  i.fa-solid.fa-car-side {
    font-size: 40px;
    padding: 30px;
  }
}
@media (min-width: 1314px) and (max-width: 1350px) {
  .map-wrapper {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 520px;
  }
  iframe#map-frame {
    height: 520px;
  }
  .map-visa-wrap img {
    max-width: 90px;
  }
  i.fa-solid.fa-car-side {
    font-size: 34px;
    padding: 26px;
  }
}
@media (min-width: 1209px) and (max-width: 1313px) {
  .main-map-sub-content-wrap {
    padding: 32px;
  }
  .map-wrapper {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 418px;
  }
  iframe#map-frame {
    height: 520px;
  }
  .map-visa-wrap img {
    max-width: 90px;
  }
  i.fa-solid.fa-car-side {
    font-size: 34px;
    padding: 26px;
  }
}
@media (min-width: 1050px) and (max-width: 1208px) {
  .main-map-sub-content h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .main-map-sub-content.map-visa p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main-map-sub-content-wrap {
    padding: 32px;
  }
  .map-wrapper {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 350px;
  }
  iframe#map-frame {
    height: 350px;
  }
  .map-visa-wrap img {
    max-width: 72px;
  }
  i.fa-solid.fa-car-side {
    font-size: 34px;
    padding: 26px;
  }
}
@media (min-width: 965px) and (max-width: 1049px) {
  section.map-main-wrapper {
    padding: 100px 83px;
  }
  .main-map-sub-content h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .main-map-sub-content.map-visa p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main-map-sub-content-wrap {
    padding: 32px;
  }
  .map-wrapper {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 342px;
  }
  iframe#map-frame {
    height: 342px;
  }
  .map-visa-wrap img {
    max-width: 70px;
  }
  i.fa-solid.fa-car-side {
    font-size: 28px;
    padding: 24px;
  }
}
@media (min-width: 909px) and (max-width: 964px) {
  section.map-main-wrapper {
    padding: 100px 83px;
  }
  .main-map-sub-content h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .main-map-sub-content.map-visa p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main-map-sub-content-wrap {
    padding: 32px;
  }
  .map-wrapper {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 350px;
  }
  iframe#map-frame {
    height: 350px;
  }
  .map-visa-wrap img {
    max-width: 60px;
  }
  i.fa-solid.fa-car-side {
    font-size: 28px;
    padding: 24px;
  }
}
@media (min-width: 841px) and (max-width: 908px) {
  section.map-main-wrapper {
    padding: 100px 83px;
  }
  .main-map-sub-content h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .main-map-sub-content.map-visa p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main-map-sub-content-wrap {
    padding: 32px;
  }
  .map-wrapper {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 346px;
  }
  iframe#map-frame {
    height: 346px;
  }
  .map-visa-wrap img {
    max-width: 54px;
  }
  i.fa-solid.fa-car-side {
    font-size: 28px;
    padding: 24px;
  }
}
@media (min-width: 768px) and (max-width: 840px) {
  section.map-main-wrapper {
    padding: 100px 83px;
  }
  .main-map-sub-content h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .main-map-sub-content.map-visa p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main-map-sub-content-wrap {
    padding: 32px;
  }
  .map-wrapper {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 330px;
  }
  iframe#map-frame {
    height: 330px;
  }
  .map-visa-wrap img {
    max-width: 46px;
  }
  i.fa-solid.fa-car-side {
    font-size: 24px;
    padding: 20px;
  }
}
@media (min-width: 628px) and (max-width: 767px) {
  .main-map-grid-content {
    width: 100%;
  }
  .map-wrapper {
    margin-bottom: 25px;
  }
  .main-map-sub-content-wrap.visa-map-wrap {
    margin-top: 25px;
  }
  .about-leaf-wrapper.map-mobile-leaf {
    display: none;
  }
  section.map-main-wrapper {
    background-color: #04231f;
    padding: 50px 35px;
  }
  .main-map-sub-content h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .main-map-sub-content.map-visa p {
    font-size: 16px;
    line-height: 24px;
  }
  .map-visa-wrap img {
    max-width: 90px;
  }
}
@media (min-width: 200px) and (max-width: 627px) {
  .main-map-grid-content {
    width: 100%;
  }
  .map-wrapper {
    margin-bottom: 25px;
    height: 440px;
  }
  iframe#map-frame {
    height: 440px;
  }
  .main-map-sub-content-wrap.visa-map-wrap {
    margin-top: 25px;
  }
  .about-leaf-wrapper.map-mobile-leaf {
    display: none;
  }
  section.map-main-wrapper {
    background-color: #04231f;
    padding: 50px 35px;
  }
  .main-map-sub-content {
    justify-content: space-between;
    flex-direction: column-reverse;
    text-align: center;
  }
  .main-map-sub-content-wrap {
    padding: 50px;
  }
  i.fa-solid.fa-car-side {
    margin-bottom: 25px;
  }
  .main-map-sub-content h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .main-map-sub-content.map-visa p {
    font-size: 16px;
    line-height: 24px;
  }
  .map-visa-wrap {
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
  }
  .map-icon-grid-gap {
    width: 32%;
  }
  .map-visa-wrap img {
    max-width: 100%;
  }
}

/* map section home end */

/* Footer css start */
.footer-grid-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer-contact-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
}
img.footer-logo-img {
  margin-bottom: 27px;
}
footer.footer-wrapper {
  background-color: #082c28;
  padding-top: 100px;
  padding-bottom: 50px;
}
h4.footer-sub-title {
  color: #f2f047;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}
h4.footer-sub-title.footer-contact-link a {
  color: #f2f047;
}
h4.footer-sub-title.footer-contact-link.text-deco {
  text-decoration: underline;
  margin-top: 40px;
}
.footer-address-wrap p {
  color: #ffffe8;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  margin-top: 30px;
}
h4.footer-sub-title.footer-contact-link {
  font-weight: 600;
}
p.footer-menu-item {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #ffffe8;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 37px;
}
ul#menu-footer-desktop-menu li a {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #ffffe8;
  text-transform: uppercase;
  cursor: pointer;
}
ul#menu-footer-desktop-menu li a:hover {
  color: #fffe34;
}
ul#menu-footer-desktop-menu li {
  margin-bottom: 37px;
}
ul#menu-footer-desktop-menu li:last-child {
  margin-bottom: 0px;
}
ul#menu-footer-desktop-menu {
  padding-left: 0px;
}
ul#menu-footer-desktop-menu-1 li a {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #ffffe8;
  text-transform: uppercase;
  cursor: pointer;
}
ul#menu-footer-desktop-menu-1 li {
  margin-bottom: 37px;
}
ul#menu-footer-desktop-menu-1 li:last-child {
  margin-bottom: 0px;
}
ul#menu-footer-desktop-menu-1 {
  padding-left: 0px;
}
/* footer links start */
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-home.current-menu-item.page_item.page-item-8.current_page_item.menu-item-28 a {
  color: #fffe34 !important;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-10.current_page_item.menu-item-33 a {
  color: #fffe34 !important;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-12.current_page_item.menu-item-31 a {
  color: #fffe34 !important;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-14.current_page_item.menu-item-32 a {
  color: #fffe34 !important;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-16.current_page_item.menu-item-30 a {
  color: #fffe34 !important;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-18.current_page_item.menu-item-29 a {
  color: #fffe34 !important;
}
/* footer links end */
p.footer-menu-item:last-child {
  margin-bottom: 0px;
}
p.footer-menu-item:hover {
  color: #f2f047;
}
.business-hour-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.business-hour-item-footer p {
  color: #ffffe8;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
p.last-play-text {
  color: #ffffe8;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.social-footer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 38px;
}
.social-footer-wrapper i {
  color: #082c28;
  background-color: #ffffe8;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
}
.social-footer-wrapper i:hover {
  background-color: #f2f047;
}
p.Copyright-text {
  color: #ffffe8;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 32px;
}
p.site-aurthor-text {
  color: #ffffe8;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 32px;
}
p.site-aurthor-text span a {
  color: #f2f047;
}
.copyright-wrapper-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 105px;
}
.footer-business-hours-wrapper {
  margin-bottom: 34px;
}
p.last-play-text {
  margin-bottom: 29px;
}

#footer-desktop {
  display: block;
}
#footer-tablet {
  display: none;
}
#footer-mobile {
  display: none;
}

@media (min-width: 768px) and (max-width: 1150px) {
  .footer-grid-content {
    width: 100%;
  }
  #footer-desktop {
    display: none;
  }
  #footer-tablet {
    display: block;
  }
  #footer-mobile {
    display: none;
  }
  .footer-contact-wrapper {
    margin-bottom: 100px;
  }
  .hours-menu-plus-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 149px;
  }
  .footer-contact-wrapper {
    justify-content: flex-start;
    column-gap: 189px;
  }
  .social-footer-wrapper {
    justify-content: flex-start;
  }
  .copyright-wrapper-footer {
    flex-direction: column;
    text-align: center;
    row-gap: 50px;
  }
}
@media (min-width: 200px) and (max-width: 767px) {
  footer.footer-wrapper {
    background-color: #082c28;
    padding-top: 50px;
    text-align: center;
  }
  .footer-contact-wrapper {
    display: block;
  }
  .footer-grid-content {
    width: 100%;
  }
  #footer-desktop {
    display: none;
  }
  #footer-tablet {
    display: none;
  }
  #footer-mobile {
    display: block;
  }
  img.footer-logo-img {
    margin-bottom: 50px;
  }
  .footer-address-wrap p {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  h4.footer-sub-title.footer-contact-link.text-deco {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .footer-business-hours-wrapper {
    margin-bottom: 25px;
  }
  p.last-play-text {
    margin-bottom: 50px;
  }
  .social-footer-wrapper {
    margin-bottom: 50px;
  }
  p.footer-menu-item {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .copyright-wrapper-footer {
    display: block;
    margin-top: 50px;
  }
  p.Copyright-text {
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
  p.site-aurthor-text {
    font-size: 12px;
    line-height: 32px;
  }
  p.last-play-text {
    font-size: 14px;
  }
  ul#menu-footer-menu-mobile-2 li a {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 40px;
    font-family: "Poppins";
    font-weight: 700;
    color: #ffffe8;
    text-transform: uppercase;
    cursor: pointer;
  }
  ul#menu-footer-menu-mobile-2 {
    padding-left: 0px;
  }
  ul#menu-footer-menu-mobile-2 li {
    margin-bottom: 40px;
  }
  ul#menu-footer-menu-mobile-2 li:last-child {
    margin-bottom: 0px;
  }
  ul#menu-footer-menu-mobile-3 li a {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 40px;
    font-family: "Poppins";
    font-weight: 700;
    color: #ffffe8;
    text-transform: uppercase;
    cursor: pointer;
  }
  ul#menu-footer-menu-mobile-3 {
    padding-left: 0px;
  }
  ul#menu-footer-menu-mobile-3 li {
    margin-bottom: 40px;
  }
  ul#menu-footer-menu-mobile-3 li:last-child {
    margin-bottom: 0px;
  }
  li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-home.current-menu-item.page_item.page-item-8.current_page_item.menu-item-35 a {
    color: #fffe34 !important;
  }
  li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-10.current_page_item.menu-item-37 a {
    color: #fffe34 !important;
  }
  li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-12.current_page_item.menu-item-36 a {
    color: #fffe34 !important;
  }
  li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-14.current_page_item.menu-item-41 a {
    color: #fffe34 !important;
  }
  li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-16.current_page_item.menu-item-40 a {
    color: #fffe34 !important;
  }
  li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-18.current_page_item.menu-item-39 a {
    color: #fffe34 !important;
  }
}
@media (min-width: 631px) and (max-width: 767px) {
  .business-hour-item-footer {
    padding-left: 100px;
    padding-right: 100px;
  }

  .footer-menu-wrapper {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 561px) and (max-width: 630px) {
  .business-hour-item-footer {
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer-menu-wrapper {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 471px) and (max-width: 560px) {
  .business-hour-item-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-menu-wrapper {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 470px) {
  .business-hour-item-footer {
    padding-left: 0px;
    padding-right: 0px;
  }

  .footer-menu-wrapper {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* Footer css end */

/* Media queries satrt home page */
@media (min-width: 2561px) and (max-width: 2800px) {
  section.main-banner-section {
    height: 70%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    min-height: 70%;
  }
  .circlespin {
    bottom: -50%;
    right: 12%;
  }
  .home-main-video-box img {
    max-width: 90%;
  }
  .home-main-video-wrapper {
    text-align: center;
    margin-top: -284px;
  }
  .main-adventure-content-wrappper {
    height: 900px;
  }
  .sub-ad-content-wrap {
    padding-top: 264px;
  }
  .adventure-sub-img {
    top: -57rem;
    height: 664px;
  }
  img.plant-one-ad {
    width: 18%;
  }
  img.plant-two-ad {
    width: 18%;
  }
  img.home-banner-sub-img-one {
    bottom: 11%;
    width: 25%;
    max-width: 25%;
  }
  img.home-banner-sub-img-two {
    left: 6%;
    width: 430px;
  }
  img.home-banner-sub-img-three {
    width: 400px;
  }
}
@media (min-width: 2049px) and (max-width: 2560px) {
  .home-main-video-wrapper {
    text-align: center;
    margin-top: -113px;
  }
  .circlespin {
    bottom: -50%;
    right: 12%;
  }
  .home-main-video-box img {
    max-width: 90%;
  }
  .main-adventure-content-wrappper {
    height: 900px;
  }
  .adventure-sub-img {
    top: -57rem;
    height: 664px;
  }
  .sub-ad-content-wrap {
    padding-top: 300px;
  }
  img.plant-one-ad {
    width: 18%;
  }
  img.plant-two-ad {
    width: 18%;
  }
  img.home-banner-sub-img-two {
    left: 6%;
    width: 362px;
  }
  img.home-banner-sub-img-four {
    width: 500px;
  }
  img.home-banner-sub-img-three {
    width: 300px;
  }
}
@media (min-width: 1921px) and (max-width: 2048px) {
  .home-main-video-wrapper {
    text-align: center;
    margin-top: -344px;
  }
  .circlespin {
    bottom: -50%;
    right: 12%;
  }
  .home-main-video-box img {
    max-width: 90%;
  }
  .main-adventure-content-wrappper {
    height: 900px;
  }
  .adventure-sub-img {
    top: -54rem;
    height: 610px;
  }
  .sub-ad-content-wrap {
    padding-top: 300px;
  }
  img.plant-one-ad {
    width: 20%;
  }
  img.plant-two-ad {
    width: 20%;
  }
  img.home-banner-sub-img-one {
    left: -166px;
    width: 30%;
    max-width: 30%;
  }
  img.home-banner-sub-img-two {
    left: 3%;
    width: 350px;
  }
  img.home-banner-sub-img-four {
    width: 500px;
  }
  img.home-banner-sub-img-three {
    width: 300px;
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .main-banner-content-wrapper img {
    width: 80%;
    margin-top: 100px;
  }
  img.home-banner-sub-img-three {
    right: -68px;
    bottom: 20px;
    width: 210px;
  }
  .home-main-video-wrapper {
    text-align: center;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .main-banner-content-wrapper img {
    width: 64%;
  }
  img.home-banner-sub-img-one {
    width: 24%;
    max-width: 24%;
  }
  img.home-banner-sub-img-two {
    left: 6%;
    width: 240px;
    bottom: 14px;
  }
  img.home-banner-sub-img-three {
    right: -50px;
    bottom: 40px;
    width: 200px;
  }
  img.home-banner-sub-img-four {
    position: absolute;
    right: 0;
    bottom: 24px;
  }
}
/* Media queries end home page */

/* Open play page styles start */
section.main-sub-banner-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-image: url(../images/pp-bg.jpg);
  padding-top: 250px;
  padding-bottom: 150px;
}
.main-sub-banner-color-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #082c28e5;
}
.main-sub-banner-content-wrap {
  position: relative;
  z-index: 1;
}
.breadcrumb-wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 50px;
}
p.breadcrumb-text {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 32px;
  font-family: "Poppins";
  font-weight: 400;
  text-transform: uppercase;
}
p.breadcrumb-text a {
  color: #ffffe8;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 32px;
  font-family: "Poppins";
  font-weight: 400;
  text-transform: uppercase;
}
p.breadcrumb-text a:hover {
  color: #fffe34;
}
i.fa-solid.fa-chevron-right {
  font-size: 14px;
  color: #ffffe8;
}
p.breadcrumb-text span {
  color: #fffe34;
}
h1.main-banner-title {
  font-family: "el-grande", sans-serif;
  font-weight: 400;
  font-size: 96px;
  line-height: 96px;
  margin-bottom: 50px;
  background: -webkit-linear-gradient(270deg, #fd644f 0%, #f28e26 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 5px 0px #620f71);
}
p.main-banner-text {
  font-size: 16px;
  font-weight: 400;
  color: #ffffe8;
  line-height: 32px;
  margin-bottom: 0px;
  font-family: "Poppins";
}
.banner-border {
  background: linear-gradient(182deg, #1ed94f 0%, #f2f047 100%);
  height: 2px;
  opacity: 50%;
}
/* packages start */
blockquote.package-bubble {
  background: url(../images/package-1-bg.png);
  background-repeat: no-repeat !important;
  background-size: 100%;
  background-position: left;
  padding: 40px;
  width: 80%;
  height: 220px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
  animation-name: slight-zoom;
  animation-duration: 2s; /* Duration of one animation cycle */
  animation-timing-function: ease-in-out; /* Smooth start and end */
  animation-iteration-count: infinite; /* Loop infinitely */
}
blockquote.package-bubble.bubble-blue {
  background: url(../images/package-2-bg.png);
  background-size: 100%;
  background-position: left;
}
blockquote.package-bubble.orange-bubble {
  background: url(../images/package-3-bg.png);
  background-size: 100%;
  background-position: left;
}
blockquote.package-bubble.purple-bubble {
  background: url(../images/package-4-bg.png);
  background-size: 100%;
  background-position: left;
}
blockquote.package-bubble h2 {
  font-family: "el-grande", sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 72px;
  background: -webkit-linear-gradient(273deg, #1ed94f -21.79%, #f2f047 77.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 5px 0px #620f71);
  text-align: center;
  margin-right: 14px;
}
blockquote.package-bubble h2 span {
  vertical-align: super;
  font-size: 34px;
}
ul.package-main-list li {
  list-style: disc;
  color: #fff;
}
p.package-main-text {
  color: #ffffe8;
  font-size: 16px;
  line-height: 32px;
  font-family: "Poppins";
  font-weight: 400;
  margin-bottom: 50px;
}
p.package-main-text.package-bottom-text {
  line-height: unset;
  margin-top: 50px;
  font-weight: 400;
}
p.package-main-text span {
  color: #fffe34;
  font-weight: 600;
}
button.package-btn {
  background-color: unset;
  border: unset;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}
button.package-btn a {
  color: #ffffe8;
}
button.package-btn a:hover {
  color: #fffe34;
}
i.fa-solid.fa-arrow-right {
  padding-left: 11px;
  color: #fffe34;
}
ul.package-main-list li {
  list-style: disc;
  color: #ffffe8;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
section.packages-main-wrapper {
  background-color: #082c28;
  padding-top: 100px;
  padding-bottom: 100px;
}
h3.packge-title {
  font-family: "el-grande", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  background: -webkit-linear-gradient(270deg, #fd644f 0%, #f28e26 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 5px 0px #620f71);
}
.main-package-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 50px;
  row-gap: 50px;
}
.main-package-grid-content {
  width: 44%;
}
.main-package-grid-block {
  border: 2px solid #f2f047;
  border-radius: 16px;
  padding: 50px;
}
blockquote.package-bubble p {
  text-align: center;
  font-family: "Poppins";
  font-size: 20px;
  line-height: 20px;
  color: #ffffe8;
}
.quote-main-wrap {
  transform: rotate(344deg);
}
h3.packge-title.purple-title {
  background: -webkit-linear-gradient(270deg, #ffcdf1 0%, #c872f2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h3.packge-title.blue-title {
  background: -webkit-linear-gradient(270deg, #209cff 0%, #68e0cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h3.packge-title.green-title {
  background: -webkit-linear-gradient(270deg, #1ed94f 0%, #f2f047 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
ul.package-main-list {
  min-height: 300px;
}
ul.package-main-list.package-bottom-list {
  min-height: 132px;
}
h3.packge-title.pink-title {
  background: -webkit-linear-gradient(270deg, #f56388 0%, #9eff21 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 50px;
}
ul.package-main-list.sub-pack {
  min-height: unset;
}
.bottom-text-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub-package-wrapper {
  border: 2px solid #f2f047;
  border-radius: 16px;
  padding: 50px;
  max-width: 1150px;
  margin: auto;
  margin-top: 50px;
}
.sub-package-list-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  column-gap: 50px;
}
p.package-main-text.package-bottom-text.sub-pack-bottom {
  margin-bottom: 0px;
  margin-top: 0px;
}
.sub-package-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
blockquote.package-bubble.pinkpurple-bubble {
  background: url(../images/package-sub.png);
  background-repeat: no-repeat !important;
  background-size: 100%;
  background-position: left;
  padding: 40px;
  width: 100%;
}

/* Define the animation */
@keyframes slight-zoom {
  0% {
    transform: scale(1); /* Original size at the start */
  }
  50% {
    transform: scale(1.05); /* Slightly zoomed in at the midpoint */
  }
  100% {
    transform: scale(1); /* Returns to original size at the end */
  }
}
/* packages end */
/* faq section start */
section.faq-main-section {
  background-color: #082c28;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.faq-main-content-wrapper {
  position: relative;
  z-index: 1;
  height: auto;
}
h1.main-title.faq-title {
  text-align: center;
  margin-bottom: 100px;
  background: -webkit-linear-gradient(270deg, #ab65ff 0%, #6bffea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 5px 0px #620f71);
}
/* accordion styles start */
div#accordionPanelsStayOpenExample {
  min-height: 627px;
}
.accordion-item {
  background-color: unset;
  border: unset;
}
.accordion-button:not(.collapsed) {
  padding: 0px;
  color: #fffe34;
  padding-top: 25px;
  margin-bottom: 20px;
  background-color: unset;
  box-shadow: unset !important;
}
.accordion-body {
  padding: 0px;
  color: #ffffe8;
  padding-bottom: 25px;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 400;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: unset;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0px;
  font-size: 20px;
  color: #fffe34;
  text-align: left;
  background-color: unset;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  font-family: "Poppins";
  font-weight: 400;
  padding: 25px 0px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fffe34'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffe8'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.accordion-item {
  border-bottom: 2px solid #003f38;
}
.accordion-item:first-of-type {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}
@media (max-width: 767px) {
  h1.main-title.faq-title {
    margin-bottom: 25px;
  }
}
/* accordion styles end */
/* faq section end */

/* cta section start */
section.waiver-main-section {
  position: relative;
  overflow: hidden;
  background-color: #481651;
  padding-top: 50px;
  padding-bottom: 50px;
}
h1.main-title.waiver-title {
  text-align: center;
  line-height: 77px;
  background: -webkit-linear-gradient(270deg, #1ed94f 0%, #f2f047 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 5px 0px #620f71);
}
.waiver-main-content-wrapper {
  text-align: center;
  position: relative;
  z-index: 1;
}
.waiver-branch-img img {
  width: 100%;
  position: absolute;
  top: 0;
  animation: horizontal-shaking 5s ease-in-out infinite;
}
button.main-btn.waiver-btn {
  margin-top: 0px;
}
@media (max-width: 767px) {
  h1.main-title.waiver-title {
    line-height: 48px;
  }
}
/*cta section end */

/* terms and conditions section start */
section.tc-main-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #04231f;
}
.tc-content-wrapper h4 {
  font-family: "Poppins";
  font-weight: 700;
  line-height: 32px;
  color: #ffffe8;
  font-size: 24px;
  margin-bottom: 50px;
}
.tc-content-wrapper p {
  color: #ffffe8;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 0px;
  list-style: disc;
}
.tc-content-wrapper ul li {
  color: #ffffe8;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 0px;
  list-style: disc;
}
@media (max-width: 767px) {
  section.tc-main-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tc-content-wrapper p {
    font-size: 14px;
    line-height: 32px;
  }
}
#package-desktop-only {
  display: block;
}
#package-mobile-only {
  display: none;
}
@media (min-width: 1281px) and (max-width: 1366px) {
  .main-sub-banner-content-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .main-sub-banner-content-wrap {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .tc-content-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .faq-main-content-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 821px) and (max-width: 1024px) {
  section.waiver-main-section {
    background-image: url(../images/cta-leaf.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .main-package-grid-content {
    width: 47%;
  }
  blockquote.package-bubble {
    width: 100%;
  }
  h3.packge-title {
    font-size: 30px;
    line-height: 30px;
  }
  ul.package-main-list {
    min-height: 400px;
  }
  p.package-main-text {
    font-size: 12px;
  }
  .sub-package-grid-content {
    width: 50%;
  }
  ul.package-main-list.package-bottom-list {
    min-height: 200px;
  }
  h1.main-banner-title {
    font-size: 62px;
    line-height: 62px;
  }
  .waiver-branch-img img {
    width: 100%;
    position: absolute;
    top: 0;
    display: none;
  }
  #package-mobile-only {
    display: none;
  }
}
@media (min-width: 800px) and (max-width: 820px) {
  section.waiver-main-section {
    background-image: url(../images/cta-leaf.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .main-package-grid-content {
    width: 64%;
  }

  blockquote.package-bubble {
    width: 86%;
  }
  h3.packge-title {
    font-size: 30px;
    line-height: 30px;
  }
  ul.package-main-list {
    min-height: unset;
  }
  p.package-main-text {
    font-size: 12px;
  }
  .sub-package-grid-content {
    width: 100%;
  }
  ul.package-main-list.package-bottom-list {
    min-height: unset;
  }
  h1.main-banner-title {
    font-size: 62px;
    line-height: 62px;
  }
  .waiver-branch-img img {
    width: 100%;
    position: absolute;
    top: 0;
    display: none;
  }
  p.main-banner-text br {
    display: none;
  }
  .sub-package-list-wrap {
    display: block;
    margin-bottom: 50px;
  }
  blockquote.package-bubble.pinkpurple-bubble {
    width: 60%;
  }
  .bottom-text-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 50px;
    margin-top: 30px;
  }
  .sub-package-wrapper {
    max-width: 424px;
  }
  blockquote.package-bubble.pinkpurple-bubble {
    padding: 38px;
    width: 100%;
  }
  #package-mobile-only {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 799px) {
  section.waiver-main-section {
    background-image: url(../images/cta-leaf.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .main-package-grid-content {
    width: 64%;
  }

  blockquote.package-bubble {
    width: 86%;
  }
  h3.packge-title {
    font-size: 30px;
    line-height: 30px;
  }
  ul.package-main-list {
    min-height: unset;
  }
  p.package-main-text {
    font-size: 12px;
  }
  .sub-package-grid-content {
    width: 100%;
  }
  ul.package-main-list.package-bottom-list {
    min-height: unset;
  }
  h1.main-banner-title {
    font-size: 62px;
    line-height: 62px;
  }
  .waiver-branch-img img {
    width: 100%;
    position: absolute;
    top: 0;
    display: none;
  }
  p.main-banner-text br {
    display: none;
  }
  .sub-package-list-wrap {
    display: block;
    margin-bottom: 50px;
  }
  blockquote.package-bubble.pinkpurple-bubble {
    width: 60%;
  }
  .bottom-text-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 50px;
    margin-top: 30px;
  }
  .sub-package-wrapper {
    max-width: 390px;
  }
  blockquote.package-bubble.pinkpurple-bubble {
    padding: 20px;
    width: 100%;
    padding-top: 45px;
  }
  #package-mobile-only {
    display: none;
  }
}
@media (max-width: 767px) {
  section.waiver-main-section {
    background-image: url(../images/cta-leaf.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .main-package-grid-content {
    width: 100%;
  }

  blockquote.package-bubble {
    width: 100%;
  }

  h3.packge-title {
    font-size: 30px;
    line-height: 30px;
  }
  ul.package-main-list {
    min-height: unset;
    padding-left: 1rem;
  }
  p.package-main-text {
    font-size: 12px;
  }
  .sub-package-grid-content {
    width: 100%;
  }
  ul.package-main-list.package-bottom-list {
    min-height: unset;
  }
  h1.main-banner-title {
    font-size: 38px;
    line-height: 46px;
  }
  .waiver-branch-img img {
    width: 100%;
    position: absolute;
    top: 0;
    display: none;
  }
  p.main-banner-text br {
    display: none;
  }
  .sub-package-list-wrap {
    display: block;
    margin-bottom: 0px;
  }
  blockquote.package-bubble.pinkpurple-bubble {
    width: 60%;
  }
  .bottom-text-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 30px;
    margin-top: 30px;
  }
  .sub-package-wrapper {
    max-width: 390px;
  }
  blockquote.package-bubble.pinkpurple-bubble {
    padding: 0px;
    width: 100%;
    padding-top: 45px;
  }
  blockquote.package-bubble h2 {
    font-size: 80px;
    line-height: 68px;
  }
  .main-package-grid-block {
    padding: 25px;
  }
  section.packages-main-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  h3.packge-title {
    font-size: 40px;
    line-height: 48px;
  }
  p.package-main-text {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 26px;
  }
  ul.package-main-list li {
    font-size: 12px;
    line-height: 24px;
  }
  p.package-main-text.package-bottom-text {
    margin-top: 30px;
  }
  button.package-btn {
    width: 100%;
    margin: auto;
  }
  p.package-main-text.package-bottom-text br {
    display: none;
  }
  p.package-main-text.package-bottom-text.first-pack-text br {
    display: block;
  }
  .sub-package-wrapper {
    max-width: unset;
    padding: 30px;
  }
  #package-desktop-only {
    display: none;
  }
  #package-mobile-only {
    display: block;
  }
  h3.packge-title.pink-title {
    margin-bottom: 3px;
  }
}
@media (max-width: 402px) {
  blockquote.package-bubble h2 {
    font-size: 72px;
    line-height: 68px;
  }
}
@media (max-width: 400px) {
  blockquote.package-bubble h2 {
    font-size: 70px;
    line-height: 60px;
    margin-top: 8px;
  }
  blockquote.package-bubble p {
    font-size: 16px;
  }
  section.packages-main-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  h3.packge-title {
    font-size: 36px;
    line-height: 44px;
  }
  h1.main-banner-title {
    font-size: 37px;
  }
}
/* terms and conditions section end */
/* Open play page styles end */

/* Lets party page styles start */
section.main-sub-banner-wrapper.lets-party-main-banner {
  background-image: url(../images/about-intro-img.jpg);
  background-position: 100% 26%;
}
h1.main-banner-title.lets-party-main-title {
  background: -webkit-linear-gradient(270deg, #ffcdf1 0%, #c872f2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 5px 0px #620f71);
}
section.main-letsplay-package-section {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}
.main-package-bg-color-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #082c28;
  mix-blend-mode: multiply;
}
.main-party-package-content-wrap {
  position: relative;
  z-index: 1;
}
.party-package-main-title-wrap {
  text-align: center;
}
img.package-main-title {
  width: 50%;
}
h3.package-sub-title {
  text-align: center;
  background: -webkit-linear-gradient(270deg, #ffcdf1 0%, #c872f2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 17px;
  line-height: 24px;
  font-family: "Poppins";
  font-weight: 800;
}
p.package-main-big-text {
  color: #fffe34;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  font-family: "Poppins";
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 50px;
}
p.package-main-small-text {
  color: #ffffe8;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  font-family: "Poppins";
  font-weight: 400;
  margin-bottom: 50px;
}
p.package-main-small-text span {
  color: #fffe34;
  font-weight: 700;
}
.party-package-block-one {
  background: linear-gradient(289.89deg, #d70a84 -4.22%, #51127f 89.97%);
  padding: 25px;
  border-radius: 16px;
  min-height: 510px;
  box-shadow: 0px 10px #51127f;
}
.party-package-block-one p {
  color: #ffffe8;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}
.party-package-block-one p:last-child {
  margin-bottom: 0px;
}
.party-package-block-one p span {
  color: #fffe34;
  text-transform: uppercase;
}
.party-package-block-one ul {
  margin-bottom: 25px;
}
.party-package-block-one ul li {
  color: #ffffe8;
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins";
  font-weight: 400;
  list-style: disc;
}
p.package-block-one-small-text {
  font-size: 12px;
}
.party-package-block-two {
  background: linear-gradient(289.89deg, #d70a84 -4.22%, #51127f 89.97%);
  padding: 25px;
  border-radius: 16px;
  height: auto;
  margin-bottom: 20px;
  box-shadow: 0px 10px #51127f;
}
.party-package-block-two ul {
  padding-left: 17px;
}
.party-package-block-two p {
  color: #fffe34;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.party-package-block-two ul li {
  list-style: disc;
  color: #ffffe8;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.party-package-block-two.sub-party-package p {
  color: #ffffe8;
}
.party-package-block-two.sub-party-package h4 {
  color: #fffe34;
  font-family: "DirtyHeadline";
  font-size: 36px;
  line-height: 36px;
}
.main-package-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
}
.main-lets-party-package-grid-content {
  width: 24%;
}
.main-lets-party-package-grid-content.gel-blaster-width-adjust {
  width: 30%;
}
.main-lets-party-package-grid-content.laser-tag-width-adjust {
  width: 30%;
}
blockquote.package-bubble.party-package-three {
  background: url(../images/letsplay-package-1.png);
  width: 100%;
  background-size: 100%;
  background-position: left;
}
blockquote.package-bubble.party-package-three h2 {
  font-size: 84px;
  line-height: 90px;
  margin-left: 0px;
}
blockquote.package-bubble.party-package-three h2 span {
  font-size: 54px;
}
p.letsparty-additional-info-text {
  font-size: 14px;
  line-height: 24px;
  font-family: "Poppins";
  font-weight: 400;
  color: #ffffe8;
}
.letsparty-addtional-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 942px;
  margin: auto;
}
#letsparty-package-one-desktop-only {
  display: flex;
}
#letsparty-package-one-mobile-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-lets-party-package-grid-content {
    width: 31%;
  }
  .letsparty-addtional-info-wrapper {
    max-width: 836px;
    margin-top: 42px;
  }
  section.main-letsplay-package-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 200px) and (max-width: 767px) {
  section.main-letsplay-package-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main-lets-party-package-grid-content {
    width: 100%;
  }
  .party-package-block-one {
    margin-bottom: 38px;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: unset;
  }
  .letsparty-addtional-info-wrapper {
    display: block;
    max-width: 100%;
  }
  blockquote.package-bubble.party-package-three h2 {
    font-size: 90px;
    line-height: 100px;
    margin-left: 0px;
    margin-right: 21px;
    margin-top: -5px;
  }
  blockquote.package-bubble.party-package-three {
    background-position: center;
    margin: auto;
  }
  img.package-main-title {
    width: 100%;
  }
  #letsparty-package-one-desktop-only {
    display: none;
  }
  #letsparty-package-one-mobile-only {
    display: block;
  }
  .letsplay-package-mobile-internal-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 25px;
    margin-bottom: 30px;
  }
  .party-package-block-two.sub-party-package {
    width: 46%;
  }
  h3.package-sub-title {
    margin-top: 30px;
  }
  p.package-main-big-text {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  p.package-main-small-text {
    font-size: 16px;
    line-height: 28px;
  }
  .party-package-block-two {
    margin-bottom: 38px;
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .party-package-block-two.sub-party-package {
    margin-bottom: 32px;
  }
  .party-package-block-two.sub-party-package p {
    color: #ffffe8;
    font-size: 14px;
    margin-bottom: 0px;
  }
  .party-package-block-two.sub-party-package h4 {
    margin-bottom: 16px;
  }
  p.letsparty-additional-info-text {
    font-size: 12px;
    line-height: 22px;
    font-family: "Poppins";
    font-weight: 400;
    color: #ffffe8;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
/* gel blaster styles start */
h3.package-sub-title.gel-blaster-sub-package {
  background: -webkit-linear-gradient(270deg, #fd644f 0%, #f28e26 100%);
  -webkit-background-clip: text;
  text-transform: uppercase;
}
.main-package-bg-color-wrap.gel-blaster-bg-color-wrap {
  background: #08162ce5;
}
.party-package-block-two.gel-blaster-block-two p {
  line-height: 24px;
  color: #ffffe8;
  font-weight: 600;
}
.party-package-block-two.gel-blaster-block-two p span {
  color: #fffe34;
  text-transform: uppercase;
}
.party-package-block-two.gel-blaster-block-two {
  background: linear-gradient(108.11deg, #3552a5 1.28%, #31cbb1 101.21%);
}
.party-package-block-one.gel-blaster-package-block {
  background: unset;
  min-height: 416px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
blockquote.package-bubble.gel-blaster-price-bg {
  background: url(../images/letsplay-package-2.png);
  width: 100%;
  background-size: 100%;
  background-position: left;
}
blockquote.package-bubble.gel-blaster-price-bg h2 {
  font-size: 84px;
  line-height: 90px;
  margin-left: 0px;
}
.gel-blaster-block-two-point-wrap {
  display: flex;
  column-gap: 26px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  blockquote.package-bubble.party-package-three h2 span {
    font-size: 35px;
  }
  blockquote.package-bubble.party-package-three h2 {
    font-size: 62px;
    line-height: 90px;
    margin-left: 0px;
    margin-top: 5px;
  }
  blockquote.package-bubble.gel-blaster-price-bg h2 {
    font-size: 62px;
    line-height: 90px;
    margin-left: 0px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  p.letsparty-additional-info-text.inner-packages-br-only br {
    display: none;
  }
  .main-lets-party-package-grid-content.gel-blaster-width-adjust {
    width: 100%;
  }
}
/* gel blaster styles end */
/* bowling styles start */
.party-package-block-one.bowling-package-block {
  background: unset;
  min-height: 416px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.party-package-block-two.bowling-block-two {
  background: linear-gradient(128.68deg, #7342d7 39.15%, #6975dd 102.19%);
}
/* bowling styles end */

/* laser tag styles start */
.party-package-block-two.laser-tag-block-two {
  background: linear-gradient(116.38deg, #ef0a6a 9.77%, #b6359c 101.63%);
}
@media (max-width: 767px) {
  .main-lets-party-package-grid-content.laser-tag-width-adjust {
    width: 100%;
  }
}
/* laser tag styles end */
/* Lets party page styles end */

/* Memberships page styles start */
h1.main-banner-title.memberships-main-title {
  background: -webkit-linear-gradient(270deg, #1ed94f 0%, #f2f047 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 5px 0px #620f71);
}
section.main-sub-banner-wrapper.memberships-main-banner {
  background-position: 100% 26%;
}
section.main-membership-package {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}
.membership-color-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #082c28;
  mix-blend-mode: multiply;
}
.membership-bg-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  background-image: url(../images/membership-leaf-bg-min.png);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.member-package-main-title-wrap {
  text-align: center;
}
.member-package-wrapper {
  position: relative;
  z-index: 1;
}
.membership-package-block {
  background: linear-gradient(108.11deg, #3552a5 1.28%, #31cbb1 101.21%);
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0px 10px #51127f;
  margin-bottom: 20px;
}
.membership-package-block:last-child {
  margin-bottom: 0px;
}
p.membership-text {
  color: #ffffe8;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}
p.membership-text:last-child {
  margin-bottom: 0px;
}
h4.membership-package-block-title {
  color: #fffe34;
  font-family: "DirtyHeadline";
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.membership-package-grid {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
}
.membership-package-grid-content {
  width: 23%;
}
blockquote.memberships-package-bubble {
  background: url(../images/member-price-bg.png);
  background-repeat: no-repeat !important;
  background-size: 100%;
  background-position: left;
  padding: 40px;
  width: 100%;
  height: 220px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
  animation-name: slight-zoom;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.quote-main-wrap {
  transform: rotate(342deg);
}
blockquote.memberships-package-bubble h2 {
  font-family: "el-grande", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 72px;
  margin-left: 10px;
  background: -webkit-linear-gradient(273deg, #1ed94f -21.79%, #f2f047 77.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 5px 0px #620f71);
}
blockquote.memberships-package-bubble h2 span {
  vertical-align: super;
  font-size: 34px;
}
blockquote.memberships-package-bubble p {
  text-align: center;
  font-family: "Poppins";
  font-size: 20px;
  line-height: 20px;
  color: #ffffe8;
}
.membership-addtional-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 598px;
  margin: auto;
}
p.membership-additional-info-text {
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins";
  font-weight: 400;
  color: #ffffe8;
}
.membership-add-infor-wrapper ul li {
  font-family: "Poppins";
  color: #ffffe8;
  list-style: disc;
  font-weight: 400;
  font-size: 16px;
}
.membership-additional-text-two p {
  font-size: 12px;
  line-height: 24px;
  font-family: "Poppins";
  font-weight: 400;
  color: #ffffe8;
  margin-bottom: 0px;
}
.membership-additional-text-two {
  text-align: center;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
br.main-add-info-text-br {
  display: none;
}
@media (min-width: 821px) and (max-width: 1024px) {
  .membership-package-grid-content {
    width: 32%;
  }
  .membership-addtional-info-wrapper {
    max-width: 572px;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .membership-package-grid-content {
    width: 43%;
  }
  .membership-addtional-info-wrapper {
    max-width: 572px;
  }
}
@media (max-width: 767px) {
  .membership-package-grid-content {
    width: 100%;
  }
  blockquote.memberships-package-bubble {
    width: 80%;
    margin: auto;
  }
  .membership-addtional-info-wrapper {
    display: flex;
    justify-content: left;
    align-items: center;
    max-width: unset;
    margin: auto;
    flex-direction: column;
    row-gap: 30px;
  }
  .membership-package-grid {
    row-gap: 25px;
  }
  section.main-sub-banner-wrapper.memberships-main-banner {
    background-position: 44% 26%;
  }
}
img.membership-package-img-1 {
  position: absolute;
  top: 130px;
  max-width: 500px;
  left: -100px;
}
img.membership-package-img-2 {
  position: absolute;
  bottom: 8%;
  max-width: 600px;
  left: -100px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
img.membership-package-img-3 {
  position: absolute;
  bottom: 8%;
  max-width: 700px;
  right: -214px;
}
.buddy-passes-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
.buddy-passes-wrapper {
  position: absolute;
  top: 12%;
  right: 12%;
  background: linear-gradient(116.38deg, #f83600 9.77%, #f9bd1f 101.63%);
  box-shadow: 0px 7px 0px 0px #481651;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  column-gap: 10px;
  transform: rotate(14deg);
}
.buddy-passes-wrapper p {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0px;
  color: #fffe34;
  -webkit-background-clip: text;
  filter: drop-shadow(1px 2px 0px #481651);
}
.buddy-passes-wrapper h2 {
  font-size: 96px;
  line-height: 36px;
  font-family: "DirtyHeadline";
  color: #fffe34;
  margin-bottom: 0px;
  -webkit-background-clip: text;
  filter: drop-shadow(2px 5px 0px #481651);
}
.membership-add-infor-wrapper.membership-infor-wrapper-mobile-only {
  display: none;
}
button.package-btn.membership-btn-mobile-only {
  display: none;
}
@media (min-width: 1361px) and (max-width: 1600px) {
  img.membership-package-img-1 {
    max-width: 400px;
  }
  img.membership-package-img-2 {
    bottom: 14%;
    max-width: 500px;
  }
  img.membership-package-img-3 {
    bottom: 14%;
    max-width: 600px;
  }
  .buddy-passes-wrapper {
    right: 6%;
  }
}
@media (min-width: 1201px) and (max-width: 1360px) {
  img.membership-package-img-1 {
    max-width: 400px;
  }
  img.membership-package-img-2 {
    bottom: 20%;
    max-width: 400px;
    left: -68px;
  }
  img.membership-package-img-3 {
    bottom: 20%;
    max-width: 500px;
    right: -152px;
  }
  .buddy-passes-wrapper {
    right: 6%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  img.membership-package-img-1 {
    max-width: 350px;
  }
  img.membership-package-img-2 {
    bottom: 0%;
    max-width: 300px;
    left: -52px;
  }
  img.membership-package-img-3 {
    bottom: 0;
    max-width: 400px;
    right: -124px;
  }
  .buddy-passes-wrapper {
    right: 3%;
  }
  .buddy-passes-wrapper h2 {
    font-size: 66px;
    line-height: 26px;
  }
  .buddy-passes-wrapper p {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 821px) and (max-width: 1024px) {
  img.membership-package-img-1 {
    max-width: 300px;
  }
  img.membership-package-img-2 {
    bottom: 0%;
    max-width: 250px;
    left: -44px;
  }
  img.membership-package-img-3 {
    bottom: 0;
    max-width: 300px;
    right: -90px;
  }
  .buddy-passes-wrapper {
    right: 3%;
  }
  .buddy-passes-wrapper h2 {
    font-size: 66px;
    line-height: 26px;
  }
  .buddy-passes-wrapper p {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  img.membership-package-img-1 {
    max-width: 250px;
    left: -78px;
  }
  img.membership-package-img-2 {
    bottom: 0%;
    max-width: 200px;
    left: -33px;
  }
  img.membership-package-img-3 {
    bottom: 0;
    max-width: 250px;
    right: -69px;
  }
  .buddy-passes-wrapper {
    right: 3%;
  }
  .buddy-passes-wrapper h2 {
    font-size: 66px;
    line-height: 26px;
  }
  .buddy-passes-wrapper p {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  img.membership-package-img-1 {
    max-width: 250px;
    left: -78px;
  }
  img.membership-package-img-2 {
    bottom: 0%;
    max-width: 200px;
    left: -33px;
  }
  img.membership-package-img-3 {
    bottom: 0;
    max-width: 250px;
    right: -69px;
  }
  .buddy-passes-wrapper {
    right: 3%;
  }
  .buddy-passes-wrapper h2 {
    font-size: 66px;
    line-height: 26px;
  }
  .buddy-passes-wrapper p {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 200px) and (max-width: 600px) {
  .membership-package-grid {
    margin-top: 200px;
  }
  section.main-membership-package {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  img.membership-package-img-1 {
    max-width: 240px;
    left: -62px;
    top: 204px;
    z-index: 1;
  }
  img.membership-package-img-2 {
    display: none;
  }
  img.membership-package-img-3 {
    bottom: 25%;
    max-width: 300px;
    right: -152px;
    z-index: 1;
  }
  .buddy-passes-wrapper {
    right: 6%;
    top: 14%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .buddy-passes-wrapper h2 {
    font-size: 89px;
    line-height: 46px;
  }
  .buddy-passes-wrapper p {
    font-size: 16px;
    line-height: 20px;
  }
  .membership-add-infor-wrapper.membership-infor-wrapper-mobile-only {
    display: block;
    margin-top: 30px;
    margin-bottom: 14px;
  }
  .membership-addtional-info-wrapper {
    display: none;
  }
  blockquote.memberships-package-bubble h2 {
    margin-left: 0px;
    margin-top: -7px;
  }
  button.package-btn.membership-btn-mobile-only {
    display: block;
  }
  .membership-additional-text-two {
    margin-top: 0px;
  }
  .membership-package-grid {
    margin-bottom: 0px;
  }
  br.membership-add-text-br-one {
    display: block !important;
  }
  br.main-add-info-text-br {
    display: block;
  }
  p.member-text-mobile-gap {
    margin-bottom: 14px;
  }
  p.member-text-mobile-gap-two {
    margin-bottom: 50px;
  }
  .membership-package-block {
    margin-bottom: 25px;
  }
}
.membership-package-block.membership-package-two {
  background: linear-gradient(180deg, #c82090 0%, #6a14d1 100%);
}
blockquote.memberships-package-bubble.membership-package-two {
  background: url(../images/member-price-bg-2.png);
  background-repeat: no-repeat !important;
  background-size: 100%;
  background-position: left;
}
blockquote.memberships-package-bubble.membership-package-two p {
  color: #481651;
}
img.membership-package-img-2.membership-package-two-bg-img {
  left: -188px;
  -moz-transform: unset;
  -o-transform: unset;
  -webkit-transform: unset;
  transform: unset;
  filter: unset;
  -ms-filter: unset;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  img.membership-package-img-2.membership-package-two-bg-img {
    left: -77px;
    -moz-transform: unset;
    -o-transform: unset;
    -webkit-transform: unset;
    transform: unset;
    filter: unset;
    -ms-filter: unset;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  img.membership-package-img-2.membership-package-two-bg-img {
    left: -62px;
    -moz-transform: unset;
    -o-transform: unset;
    -webkit-transform: unset;
    transform: unset;
    filter: unset;
    -ms-filter: unset;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  img.membership-package-img-2.membership-package-two-bg-img {
    left: -33px;
    -moz-transform: unset;
    -o-transform: unset;
    -webkit-transform: unset;
    transform: unset;
    filter: unset;
    -ms-filter: unset;
  }
}
@media (min-width: 200px) and (max-width: 600px) {
  img.membership-package-img-2.membership-package-two-bg-img {
    display: block;
    max-width: 230px;
    top: 13%;
    left: -66px;
    left: -73px;
    -moz-transform: unset;
    -o-transform: unset;
    -webkit-transform: unset;
    transform: unset;
    filter: unset;
    -ms-filter: unset;
  }
  img.membership-package-img-3.membership-second-package-img-3 {
    bottom: 27%;
    max-width: 300px;
    right: -100px;
    z-index: 1;
  }
  .buddy-passes-wrapper.buddy-second-package {
    right: 6%;
    top: 14%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
blockquote.memberships-package-bubble.membership-package-three {
  background: url(../images/member-price-bg-3.png);
  background-repeat: no-repeat !important;
  background-size: 100%;
  background-position: left;
}
blockquote.memberships-package-bubble.membership-package-three p {
  color: #481651;
}
.membership-package-block.membership-package-three {
  background: linear-gradient(180deg, #5c2fb7 0%, #6975dd 100%);
}
img.membership-package-three-bg-img {
  position: absolute;
  bottom: 8%;
  max-width: 300px;
  left: -74px;
}
img.membership-package-three-sub-bg-img {
  position: absolute;
  bottom: 5%;
  max-width: 600px;
  left: 60px;
}
@media (min-width: 1361px) and (max-width: 1600px) {
  img.membership-package-three-bg-img {
    bottom: 14%;
  }
  img.membership-package-three-sub-bg-img {
    bottom: 11%;
  }
}
@media (min-width: 1201px) and (max-width: 1360px) {
  img.membership-package-three-sub-bg-img {
    bottom: 17%;
  }
  img.membership-package-three-bg-img {
    bottom: 20%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  img.membership-package-three-bg-img {
    max-width: 200px;
    bottom: 3%;
    left: -58px;
  }
  img.membership-package-three-sub-bg-img {
    bottom: 0%;
    max-width: 200px;
    left: 26px;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  img.membership-package-three-bg-img {
    bottom: 20px;
    max-width: 150px;
    left: -43px;
  }
  img.membership-package-three-sub-bg-img {
    bottom: 0%;
    max-width: 150px;
    left: 18px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  img.membership-package-three-bg-img {
    bottom: 20px;
    max-width: 150px;
    left: -43px;
  }
  img.membership-package-three-sub-bg-img {
    bottom: 0%;
    max-width: 150px;
    left: 18px;
  }
}
@media (min-width: 200px) and (max-width: 600px) {
  img.membership-package-three-bg-img {
    display: none;
  }
  img.membership-package-three-sub-bg-img {
    position: absolute;
    top: 11%;
    max-width: 220px;
    left: -48px;
  }
  img.membership-package-img-3 {
    bottom: 27%;
    max-width: 300px;
    right: -152px;
    z-index: 1;
  }
}
/* Memberships page styles end */

/* Faq styles start */
section.faq-page-section {
  padding-top: 100px;
}
h1.main-banner-title.faq-page-main-title {
  background: -webkit-linear-gradient(270deg, #ab65ff 0%, #6bffea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 5px 0px #620f71);
}
@media (max-width: 767px) {
  section.faq-page-section {
    padding-top: 50px;
  }
}
/* Faq styles end */

/* Contact styles start */
h1.main-banner-title.contact-page-main-title {
  background: -webkit-linear-gradient(270deg, #209cff 0%, #68e0cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 5px 0px #620f71);
}
/* contact details start  */
section.contact-details-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #082c28;
}
.contact-details-icon-wrap i {
  color: #fffe34;
  font-size: 16px;
}
.contact-details-wrap p {
  margin-bottom: 0px;
}
p.contact-text-white {
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 24px;
  color: #ffffe8;
}
a.phone-number-text-link p:hover {
  text-decoration: underline;
}
p.contact-text-yellow {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #fffe34;
  text-transform: uppercase;
  margin-top: 20px;
}
.contact-details-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contact-details-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 18px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-details-grid {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 132px;
    row-gap: 50px;
  }
}
@media (max-width: 767px) {
  .contact-details-grid {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 132px;
    row-gap: 50px;
  }
  .contact-details-grid-content {
    width: 100%;
  }
}
/* contact details end  */
/* contact map start */
section.contact-map-main-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #04231f;
}
h4.contact-business-hours-title {
  font-size: 16px;
  line-height: 16px;
  font-family: "Poppins";
  font-weight: 400;
  color: #fffe34;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.social-footer-wrapper.contact-social-wrapper i {
  background-color: #fffe34;
}
.social-footer-wrapper.contact-social-wrapper i:hover {
  background-color: #ffffe8;
}
.contact-map-grid-wapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 87px;
}
.social-footer-wrapper.contact-social-wrapper {
  justify-content: flex-start;
}
.contact-map-grid-content.business-hours-width-contact {
  width: 30%;
}
.contact-map-grid-content.map-width-contact {
  width: 63%;
}
.contact-map-grid-content.map-width-contact.mobile-contact-map {
  display: none;
}
@media (min-width: 1248px) and (max-width: 1402px) {
  .contact-map-grid-content.map-width-contact {
    width: 62%;
  }
}
@media (min-width: 1025px) and (max-width: 1247px) {
  .contact-map-grid-content.map-width-contact {
    width: 60%;
  }
}
@media (min-width: 821px) and (max-width: 1024px) {
  .contact-map-grid-content.map-width-contact {
    width: 59%;
  }
}
@media (min-width: 800px) and (max-width: 820px) {
  .contact-map-grid-content.business-hours-width-contact {
    width: 40%;
  }
  .contact-map-grid-content.map-width-contact {
    width: 46%;
  }
}
@media (min-width: 768px) and (max-width: 799px) {
  .contact-map-grid-content.business-hours-width-contact {
    width: 38%;
  }
  .contact-map-grid-content.map-width-contact {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .contact-map-grid-content.business-hours-width-contact {
    width: 100%;
  }
  .social-footer-wrapper.contact-social-wrapper {
    justify-content: center;
  }
  iframe#map-frame-contact {
    height: 382px;
  }
  .contact-map-grid-content.map-width-contact.mobile-contact-map {
    width: 100%;
    display: block;
  }
  .contact-map-grid-content.map-width-contact {
    display: none;
  }
  section.contact-map-main-wrapper {
    padding-top: 0px;
  }
  .contact-map-grid-wapper {
    margin-top: 50px;
  }
  .social-footer-wrapper.contact-social-wrapper {
    margin-bottom: 0px;
  }
  h4.contact-business-hours-title {
    text-align: center;
  }
}
/* contact map end */
/* contact form start */
section.contact-main-form-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #082c28;
  position: relative;
  overflow: hidden;
}
.contact-form-wrapper {
  position: relative;
  z-index: 1;
  max-width: 872px;
}
.form-control {
  display: block;
  width: 100%;
  padding: unset;
  padding-bottom: 25px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffe8 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff00;
  background-clip: padding-box;
  border: unset;
  border-radius: unset;
  transition: unset;
  border-bottom: 2px solid #016056;
  margin-bottom: 50px;
}
.form-control:focus {
  display: block;
  width: 100%;
  padding: unset;
  padding-bottom: 25px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffe8 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff00;
  background-clip: padding-box;
  border: unset;
  border-radius: unset;
  transition: unset;
  border-bottom: 2px solid #016056;
  box-shadow: unset;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffe8;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffe8;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffe8;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffe8;
}
textarea.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffe8;
}
textarea.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffe8;
}
textarea.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffe8;
}
textarea.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffe8;
}
textarea.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffe8;
}
h1.main-title.contact-main-title {
  margin-bottom: 100px;
}
button.btn.btn-primary {
  background-color: unset;
  border: unset;
  padding: 0px;
  width: 100%;
  text-align: right;
  font-family: "Poppins";
  color: #fffe34;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}
img.contact-bg-img-one {
  position: absolute;
  top: 5%;
  max-width: 400px;
  right: -100px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  z-index: 1;
}
img.contact-bg-img-two {
  position: absolute;
  bottom: 10%;
  max-width: 600px;
  right: 0px;
  z-index: 1;
}
@media (min-width: 1301px) and (max-width: 1500px) {
  .contact-form-wrapper {
    position: relative;
    z-index: 1;
    max-width: 700px;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .contact-form-wrapper {
    position: relative;
    z-index: 1;
    max-width: 700px;
  }
  img.contact-bg-img-two {
    max-width: 400px;
  }
  img.contact-bg-img-one {
    top: 25%;
    max-width: 350px;
  }
}
@media (min-width: 821px) and (max-width: 1024px) {
  .contact-form-wrapper {
    position: relative;
    z-index: 1;
    max-width: 525px;
  }
  img.contact-bg-img-two {
    max-width: 400px;
  }
  img.contact-bg-img-one {
    top: 25%;
    max-width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .contact-form-wrapper {
    position: relative;
    z-index: 1;
    max-width: 525px;
  }
  img.contact-bg-img-two {
    max-width: 230px;
  }
  img.contact-bg-img-one {
    top: 50%;
    max-width: 230px;
    right: -74px;
  }
}
@media (max-width: 767px) {
  .contact-form-wrapper {
    position: relative;
    z-index: 1;
    max-width: 525px;
  }
  img.contact-bg-img-two {
    max-width: 250px;
    right: -68px;
    bottom: 4%;
    transform: unset;
  }
  img.contact-bg-img-one {
    top: unset;
    max-width: 200px;
    left: -51px;
    bottom: 14%;
    transform: unset;
  }
  section.contact-main-form-wrapper {
    padding-bottom: 400px;
  }
  h1.main-title.contact-main-title {
    font-size: 38px;
    line-height: 46px;
  }
  .row.mobile-width-adjust {
    display: block;
  }
}
/* contact form end */
/* Contact styles end */
