@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Tilt+Neon&display=swap");
@import url("https://p.typekit.net/p.css?s=1&k=zhe2jzb&ht=tk&f=37382&a=5622043&app=typekit&e=css");
@font-face {
  font-family: "HT Neon";
  src: url("https://use.typekit.net/af/5361b2/00000000000000007735c3d3/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/5361b2/00000000000000007735c3d3/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/5361b2/00000000000000007735c3d3/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tilt Neon", sans-serif;
  color: #101828;
}

h1 {
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
  margin-bottom: 14px;
  color: #FF8093;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9), 0 0 10px #D6251D;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #D6251D;
}
@media (max-width: 768px) {
  h1 {
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
  }
}
h1 span {
  color: #178FD9;
}

h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 8.64px;
  text-transform: uppercase;
}

h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 16px;
}

h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}

h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
}

a {
  color: #FFC758;
  font-family: "Inter", sans-serif;
}
a:hover {
  color: #e2a11f;
}

blockquote {
  padding-left: 20px;
  border-left: 2px solid #D6251D;
}
blockquote p {
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 36px;
  color: #178FD9;
  margin-bottom: 32px;
}
blockquote cite {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #667085;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #667085;
}

@media (max-width: 576px) {
  .container {
    padding: 0px 16px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1280px;
  }
}
.btn-primary,
.btn-global,
.custom-btn a {
  padding: 10px 18px;
  border: 1px solid #5BF4FF;
  background: #178FD9;
  border-radius: 48px;
  box-shadow: 0 0 4px 2px #5BF4FF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  transition: all 0.5s;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 576px) {
  .btn-primary,
  .btn-global,
  .custom-btn a {
    width: 100%;
  }
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-visible, .btn-primary:focus-within,
.btn-global:hover,
.btn-global:active,
.btn-global:focus,
.btn-global:focus-visible,
.btn-global:focus-within,
.custom-btn a:hover,
.custom-btn a:active,
.custom-btn a:focus,
.custom-btn a:focus-visible,
.custom-btn a:focus-within {
  border: 1px solid #5BF4FF;
  background: #05B8EF;
  transition: all 0.5s;
  box-shadow: 0 0 5px 0px #5BF4FF, 0 0 5px 0px #5BF4FF, 0 0 5px 3px #5BF4FF;
  color: #fff;
}

.btn-secondary {
  padding: 10px 18px;
  border: 1px solid #FF938E;
  background: #D6251D;
  border-radius: 48px;
  box-shadow: 0 0 4px 4px #D6251D;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  transition: all 0.5s;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 576px) {
  .btn-secondary {
    width: 100%;
  }
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-visible, .btn-secondary:focus-within {
  border: 1px solid #FF938E;
  background: #A30B04;
  transition: all 0.5s;
  box-shadow: 0 0 10px 4px #D6251D, 0 0 10px 4px #D6251D, 0 0 10px 4px #D6251D;
  color: #fff;
}

.mainMenu {
  padding: 17px 0px 0px 0px;
}
.mainMenu._transparent {
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.mainMenu .navbar-brand {
  max-width: 290px;
}
@media (max-width: 576px) {
  .mainMenu .navbar-brand {
    max-width: 250px;
  }
}
.mainMenu .navbar > .container {
  align-items: flex-end;
}
.mainMenu ul li a {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #FFC758;
  text-shadow: 1px 1px 6px #E6AF00;
  font-family: "Tilt Neon", sans-serif;
}

.home-hero {
  min-height: 940px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .home-hero .layred-image {
    display: none;
  }
}
.home-hero .layred-image img {
  position: absolute;
  bottom: -50px;
  left: -50px;
  right: -50px;
  margin: auto;
  max-width: unset;
}
@media (max-width: 576px) {
  .home-hero .layred-image img {
    bottom: -71px;
    right: 0%;
    width: 500%;
    margin: auto;
    left: 50%;
    transform: translate(-50%, 0) !important;
  }
}

.signup-banner {
  padding: 18px 0;
  background: linear-gradient(0deg, #D6251D 0%, #D6251D 100%);
  box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.03);
  position: relative;
}
.signup-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 73px;
  height: 43px;
  background-image: url(../images/neon-dets.webp);
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}
.signup-banner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 73px;
  height: 43px;
  background-image: url(../images/neon-dets.webp);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  margin: auto;
}
@media (max-width: 1200px) {
  .signup-banner::before, .signup-banner::after {
    content: unset;
  }
}
.signup-banner .signup-banner-inner {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .signup-banner .signup-banner-inner {
    flex-direction: column;
    justify-content: center;
    row-gap: 16px;
  }
}
.signup-banner h3 {
  color: #FFE7C6;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.8), 0 0 12px #FFBA51, 0 0 12px #FFBA51;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #EEAB02;
  font-family: "HT Neon";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 2.52px;
}
.signup-banner p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  color: #D1D7DF;
}
@media (max-width: 768px) {
  .signup-banner p {
    text-align: center;
  }
}
@media (max-width: 1300px) {
  .signup-banner a {
    min-width: 123px;
  }
}

.album {
  padding: 243px 0px;
}
.album .album-slider {
  position: relative;
}
.album .album-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 69px;
  height: 69px;
}
@media (max-width: 576px) {
  .album .album-slider .slick-arrow {
    top: unset;
    bottom: -100px;
  }
}
.album .album-slider .slick-arrow.slick-prev {
  left: 0;
}
@media (max-width: 576px) {
  .album .album-slider .slick-arrow.slick-prev {
    left: 30%;
  }
}
.album .album-slider .slick-arrow.slick-next {
  right: 0;
}
@media (max-width: 576px) {
  .album .album-slider .slick-arrow.slick-next {
    right: 30%;
  }
}
.album .album-slider .slick-slide {
  margin: 0 25px;
}
.album .album-slider .slick-list {
  margin: 0 -25px;
}
.album .album-slider .album-slide .image-holder {
  margin-bottom: 20px;
}
.album .album-slider .album-slide .info-holder {
  text-align: center;
}
.album .album-slider .album-slide .info-holder h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #FFF;
  font-family: "Inter", sans-serif;
  margin-bottom: 6px;
}
.album .album-slider .album-slide .info-holder a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFC758;
  text-shadow: 1px 1px 6px #E6AF00;
  font-family: "Tilt Neon", sans-serif;
}

.tours {
  padding: 150px 0px;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.tours::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 30%, #000 100%);
}
.tours.upcomming-events ._oh h2 {
  margin-bottom: 40px;
  color: #FF8093;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9), 0 0 10px #D6251D;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #D6251D;
  font-family: "Tilt Neon", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 8.64px;
  text-transform: uppercase;
  position: relative;
}
.tours.upcomming-events .table-responsive {
  max-width: 958px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.tours .wrapper {
  background-color: rgba(0, 0, 0, 0.85);
  position: relative;
  padding: 132px 50px;
  border-radius: 0px;
}
@media (max-width: 576px) {
  .tours .wrapper {
    padding: 85px 0px;
  }
}
.tours .wrapper::before {
  content: "";
  width: calc(100% - 52px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 26px;
  border-radius: 3px;
  border: 1px solid var(--Pink-neaon, #FF8093);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.9), 0 0 10px 4px #D6251D, inset 0 0 10px 3px rgba(214, 37, 29, 0.8);
}
.tours .wrapper::after {
  content: "";
  width: calc(100% - 94px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 47px;
  border-radius: 3px;
  border: 1px solid var(--Pink-neaon, #FF8093);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.9), 0 0 10px 4px #D6251D, inset 0 0 10px 3px rgba(214, 37, 29, 0.8);
}
@media (max-width: 576px) {
  .tours .wrapper::after {
    margin: 40px;
    width: calc(100% - 80px);
  }
}
@media (max-width: 576px) {
  .tours .wrapper .text-center svg {
    display: none;
  }
}
.tours .wrapper .heading-holder {
  display: flex;
  justify-content: center;
}
.tours .wrapper .heading-holder h2 {
  margin-bottom: 40px;
  color: #FF8093;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9), 0 0 10px #D6251D;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #D6251D;
  font-family: "Tilt Neon", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 8.64px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.tours .wrapper .heading-holder h2::before {
  content: "";
  width: 60px;
  height: 28px;
  position: absolute;
  left: -68px;
  background-image: url(../images/tour-icons.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 576px) {
  .tours .wrapper .heading-holder h2::before {
    left: -58px;
  }
}
.tours .wrapper .heading-holder h2::after {
  content: "";
  width: 60px;
  height: 28px;
  position: absolute;
  right: -68px;
  top: 0;
  bottom: 0;
  background-image: url(../images/tour-icons.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleX(-1);
  margin: auto;
}
@media (max-width: 576px) {
  .tours .wrapper .heading-holder h2::after {
    right: -58px;
  }
}
.tours ._homeT {
  max-width: 958px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.tours .bit-widget .bit-event-list-title {
  color: #FFC758;
  text-shadow: 1px 1px 6px #E6AF00;
  font-family: "Tilt Neon", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
.tours .bit-widget a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  font-family: "Inter", sans-serif;
}
.tours .bit-widget.bit-layout-desktop .bit-event .bit-button.bit-rsvp {
  color: #FFC758;
  text-shadow: 1px 1px 6px #E6AF00;
  font-family: "Tilt Neon", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  margin-right: 20px;
  width: unset;
}
.tours .bit-widget.bit-layout-desktop .bit-event .bit-button.bit-offers {
  width: unset;
  border-radius: 48px;
  box-shadow: 0 0 4px 2px #5BF4FF;
  border: 1px solid #5BF4FF;
  background: #178FD9;
  padding: 10px 18px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 576px) {
  .tours .bit-widget.bit-layout-desktop .bit-event .bit-button.bit-offers {
    width: 100% !important;
  }
}
.tours .bit-widget.bit-layout-desktop .bit-event .bit-button.bit-offers:hover, .tours .bit-widget.bit-layout-desktop .bit-event .bit-button.bit-offers:active, .tours .bit-widget.bit-layout-desktop .bit-event .bit-button.bit-offers:focus, .tours .bit-widget.bit-layout-desktop .bit-event .bit-button.bit-offers:focus-visible, .tours .bit-widget.bit-layout-desktop .bit-event .bit-button.bit-offers:focus-within {
  border: 1px solid #5BF4FF;
  transition: all 0.5s;
  box-shadow: 0 0 5px 0px #5BF4FF, 0 0 5px 0px #5BF4FF, 0 0 5px 3px #5BF4FF;
  color: #fff;
}
.tours .bit-widget.bit-layout-desktop .bit-titleWrapper .bit-venue {
  width: unset;
}
@media (max-width: 576px) {
  .tours .bit-widget.bit-layout-ipad .bit-event .bit-event-buttons {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .tours .bit-widget .bit-offers-inner-wrapper {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .tours .bit-widget .bit-event .bit-offers {
    width: 100%;
  }
}
.tours .bit-widget .bit-offers-inner-wrapper {
  margin-right: 0px;
}
@media (max-width: 576px) {
  .tours .bit-widget.bit-layout-ipad .bit-upcoming-events,
  .tours .bit-widget.bit-layout-ipad .bit-past-events {
    margin: 0px 50px 10px 50px;
  }
}

.videos-carousel-section {
  position: relative;
  text-align: center;
}
@media (max-width: 576px) {
  .videos-carousel-section {
    padding: 130px 0px;
  }
}
.videos-carousel-section .video-carousel-wrapper {
  position: relative;
}
.videos-carousel-section .video-slide {
  position: relative;
}
.videos-carousel-section .video-slide .video-thumb {
  position: relative;
  display: inline-block;
}
.videos-carousel-section .video-slide .video-thumb img {
  width: 100%;
  border-radius: 10px;
}
.videos-carousel-section .video-slide .video-thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  background: transparent;
  border: 0px;
  cursor: pointer;
}
.videos-carousel-section .video-slide .video-title {
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
}
.videos-carousel-section .video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
}
.videos-carousel-section .video-popup.active {
  display: block;
}
.videos-carousel-section .popup-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videos-carousel-section .popup-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 800px;
  transform: translate(-50%, -50%);
  background: #000;
  padding-top: 56.25%;
  /* 16:9 ratio */
  position: relative;
}
.videos-carousel-section .video-iframe-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videos-carousel-section .close-popup {
  position: absolute;
  top: 35px;
  right: 86px;
  font-size: 30px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}
.videos-carousel-section .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 69px;
  height: 69px;
}
@media (max-width: 576px) {
  .videos-carousel-section .slick-arrow {
    top: 24%;
    bottom: unset;
  }
}
.videos-carousel-section .slick-arrow.slick-prev-vid {
  left: 34px;
}
@media (max-width: 576px) {
  .videos-carousel-section .slick-arrow.slick-prev-vid {
    left: 10px;
  }
}
.videos-carousel-section .slick-arrow.slick-next-vid {
  right: 34px;
}
@media (max-width: 576px) {
  .videos-carousel-section .slick-arrow.slick-next-vid {
    right: 10px;
  }
}

.shop {
  position: relative;
  padding: 80px 0px;
}
.shop::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 25px;
  width: 90px;
  height: 279px;
  background-image: url(../images/neon-frame-store.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.shop::after {
  content: "";
  position: absolute;
  right: 21px;
  bottom: 25px;
  width: 90px;
  height: 279px;
  background-image: url(../images/neon-frame-store.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
@media (max-width: 576px) {
  .shop::before, .shop::after {
    content: unset;
  }
}
@media (max-width: 480px) {
  .shop .container {
    padding: 0px;
  }
}
@media (max-width: 480px) {
  .shop .container .row {
    margin: 40px 0px 0px 0px;
  }
}
@media (max-width: 576px) {
  .shop .container .row .col-md-4 {
    padding: 0px;
  }
}
.shop .img-holder {
  text-align: center;
  margin-bottom: 68px;
}
.shop .product-box h6 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #FFF;
  font-family: "Inter", sans-serif;
  text-align: center;
}
@media (max-width: 576px) {
  .shop a.btn-primary {
    margin: 0px 16px;
    width: calc(100% - 32px);
  }
}

@media (max-width: 576px) {
  .newsletter .container {
    padding: 0px;
  }
}
.newsletter .newsletter-outer-wrapper {
  display: flex;
  justify-content: flex-end;
}
.newsletter .newsletter-outer-wrapper .newsletter-inner {
  max-width: 606px;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  padding: 80px 60px;
}
@media (max-width: 576px) {
  .newsletter .newsletter-outer-wrapper .newsletter-inner {
    padding: 80px 35px;
  }
}
.newsletter .newsletter-outer-wrapper .newsletter-inner::before {
  content: "";
  width: calc(100% - 40px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 20px;
  border-radius: 3px;
  border: 1px solid var(--Pink-neaon, #FF8093);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.9), 0 0 10px 4px #D6251D, inset 0 0 10px 3px rgba(214, 37, 29, 0.8);
}
.newsletter .newsletter-outer-wrapper .newsletter-inner h2 {
  color: #FF8093;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9), 0 0 10px #D6251D;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #D6251D;
  font-family: "Tilt Neon", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 5.76px;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.newsletter .newsletter-outer-wrapper .newsletter-inner p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #D1D7DF;
  font-family: "Inter", sans-serif;
  text-align: center;
}
.newsletter .newsletter-outer-wrapper .newsletter-inner .c-form {
  position: relative;
  z-index: 2;
}
.newsletter .newsletter-outer-wrapper .newsletter-inner .c-form .gform_required_legend {
  display: none;
}
.newsletter .newsletter-outer-wrapper .newsletter-inner .c-form .gform_footer {
  display: flex;
  justify-content: center;
}
.newsletter .newsletter-outer-wrapper .newsletter-inner .c-form input {
  border-bottom: 1px solid #D0D5DD;
}
.newsletter .newsletter-outer-wrapper .newsletter-inner .c-form input[type=submit] {
  width: unset;
  border-radius: 48px;
  box-shadow: 0 0 4px 2px #5BF4FF;
  border: 1px solid #5BF4FF;
  background: #178FD9;
  padding: 10px 18px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  margin-top: 54px;
}
@media (max-width: 576px) {
  .newsletter .newsletter-outer-wrapper .newsletter-inner .c-form input[type=submit] {
    width: 100%;
  }
}
.newsletter .newsletter-outer-wrapper .newsletter-inner .c-form input[type=submit]:hover, .newsletter .newsletter-outer-wrapper .newsletter-inner .c-form input[type=submit]:active, .newsletter .newsletter-outer-wrapper .newsletter-inner .c-form input[type=submit]:focus, .newsletter .newsletter-outer-wrapper .newsletter-inner .c-form input[type=submit]:focus-visible, .newsletter .newsletter-outer-wrapper .newsletter-inner .c-form input[type=submit]:focus-within {
  border: 1px solid #5BF4FF;
  transition: all 0.5s;
  box-shadow: 0 0 5px 0px #5BF4FF, 0 0 5px 0px #5BF4FF, 0 0 5px 3px #5BF4FF;
  color: #fff;
}

footer {
  background-color: #000;
}
@media (max-width: 576px) {
  footer {
    padding: 57px 0px;
  }
}
footer .footer-holder {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
}
footer .footer-holder .footer-logo-holder {
  max-width: 434px;
}
footer .footer-holder .footer-social-holder .social-icon {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 576px) {
  footer .footer-holder .footer-social-holder .social-icon {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
  }
}
footer .footer-holder .footer-social-holder .social-icon li a:hover {
  background-color: unset;
}
footer .footer-holder .footer-social-holder .social-icon li a i {
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  background-size: contain;
}
@media (max-width: 576px) {
  footer .footer-holder .footer-social-holder .social-icon li a i {
    width: 26px;
    height: 26px;
  }
}
footer .footer-holder .footer-social-holder .social-icon li a i.facebook {
  background-image: url(../images/icon/facebook-icon.webp);
}
footer .footer-holder .footer-social-holder .social-icon li a i.twitter {
  background-image: url(../images/icon/x-icon.webp);
}
footer .footer-holder .footer-social-holder .social-icon li a i.instagram {
  background-image: url(../images/icon/instagram-icon.webp);
}
footer .footer-holder .footer-social-holder .social-icon li a i.youtube {
  background-image: url(../images/icon/youtube-icon.webp);
}
footer .footer-holder .footer-social-holder .social-icon li a i.spotify {
  background-image: url(../images/icon/spotify-icon.webp);
}
footer .footer-holder .footer-social-holder .social-icon li a i.apple {
  background-image: url(../images/icon/apple-music-icon.webp);
}
footer .footer-holder .footer-social-holder .social-icon li a i.tiktok {
  background-image: url(../images/icon/tik-tok-icon.webp);
}
footer .footer-holder .footer-menu-holder .menu a {
  color: #FFC758;
  text-shadow: 1px 1px 6px #E6AF00;
  font-family: "Tilt Neon", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
footer .footer-holder .copywrite-holder ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #D0D5DD;
  font-family: "Inter", sans-serif;
}

.separate-image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.contact-hero {
  background-attachment: fixed;
  padding: 150px 0px 0px 0px;
}
.contact-hero .form-holder {
  max-width: 606px;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  padding: 80px 60px;
  border-radius: 0px;
}
.contact-hero .form-holder::before {
  content: "";
  width: calc(100% - 40px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 20px;
  border-radius: 3px;
  border: 1px solid var(--Pink-neaon, #FF8093);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.9), 0 0 10px 4px #D6251D, inset 0 0 10px 3px rgba(214, 37, 29, 0.8);
}
.contact-hero .form-holder h2 {
  color: #FF8093;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9), 0 0 10px #D6251D;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #D6251D;
  font-family: "Tilt Neon", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 5.76px;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.contact-hero .form-holder p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #D1D7DF;
  font-family: "Inter", sans-serif;
  text-align: center;
}
.contact-hero .form-holder .c-form {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
}
.contact-hero .form-holder .c-form .gform_legacy_markup_wrapper .top_label .gfield_label,
.contact-hero .form-holder .c-form .gform_legacy_markup_wrapper legend.gfield_label {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: #F9FAFB;
}
.contact-hero .form-holder .c-form select {
  background: transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #98A2B3;
  border: 0px;
  border-bottom: 1px solid #D0D5DD;
  padding: 10px;
}
.contact-hero .form-holder .c-form textarea {
  border-bottom: 1px solid #D0D5DD;
}
.contact-hero .form-holder .c-form .gform_footer {
  display: flex;
  justify-content: center;
}
.contact-hero .form-holder .c-form input {
  border-bottom: 1px solid #D0D5DD;
  padding: 10px 14px !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-hero .form-holder .c-form input::-moz-placeholder {
  color: #98A2B3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-hero .form-holder .c-form input::placeholder {
  color: #98A2B3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-hero .form-holder .c-form input[type=submit] {
  width: unset;
  border-radius: 48px;
  box-shadow: 0 0 4px 2px #5BF4FF;
  border: 1px solid #5BF4FF;
  background: #178FD9;
  padding: 10px 18px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  margin-top: 54px;
  color: #fff;
}
.contact-hero .form-holder .c-form input[type=submit]:hover, .contact-hero .form-holder .c-form input[type=submit]:active, .contact-hero .form-holder .c-form input[type=submit]:focus, .contact-hero .form-holder .c-form input[type=submit]:focus-visible, .contact-hero .form-holder .c-form input[type=submit]:focus-within {
  border: 1px solid #5BF4FF;
  transition: all 0.5s;
  box-shadow: 0 0 5px 0px #5BF4FF, 0 0 5px 0px #5BF4FF, 0 0 5px 3px #5BF4FF;
  color: #fff;
}
.contact-hero .contacts-wrapper {
  padding: 188px 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 27.4%, rgba(0, 0, 0, 0.8) 63.7%, #000 100%);
}
.contact-hero .contacts-wrapper .contacts-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
}
.contact-hero .contacts-wrapper .contacts-inner .contact-holder {
  width: 30%;
  text-align: center;
}
@media (max-width: 991px) {
  .contact-hero .contacts-wrapper .contacts-inner .contact-holder {
    width: 45%;
  }
}
@media (max-width: 576px) {
  .contact-hero .contacts-wrapper .contacts-inner .contact-holder {
    width: 100%;
  }
}
.contact-hero .contacts-wrapper .contacts-inner .contact-holder h4 {
  color: #FF8093;
  text-align: center;
  text-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.9), 0 0 7.5px #D6251D;
  -webkit-text-stroke-width: 0.75px;
  -webkit-text-stroke-color: #D6251D;
  font-family: "Tilt Neon", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 5.04px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contact-hero .contacts-wrapper .contacts-inner .contact-holder h6 a {
  color: #FFC758;
  text-shadow: 1px 1px 6px #E6AF00;
  font-family: "Tilt Neon", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-decoration: none;
}
.contact-hero .contacts-wrapper .contacts-inner .contact-holder p {
  color: #FFF;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.contact-hero .contacts-wrapper .contacts-inner .contact-holder p a {
  color: #FFC758;
  text-shadow: 1px 1px 6px #E6AF00;
  font-family: "Tilt Neon", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
}

.slick-dots li button {
  background-color: #B3BCC9 !important;
}

.slick-dots li.slick-active button {
  border: 0px solid #dd0606;
  padding: 3px;
  border-radius: 50%;
  background-color: #12233F !important;
}

.about-hero {
  position: relative;
}
.about-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 93%);
}
.about-hero h1 {
  color: #FF8093;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9), 0 0 10px #D6251D;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #D6251D;
  position: relative;
  z-index: 1;
}
.about-hero p {
  color: #fff;
  position: relative;
  z-index: 1;
}

.latest-release-wrapper .text-holder {
  background-color: #000;
}
.latest-release-wrapper .text-holder h1 {
  color: #FF8093;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9), 0 0 10px #D6251D;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #D6251D;
}
.latest-release-wrapper .text-holder a {
  color: #FFC758;
  text-shadow: 1px 1px 6px #E6AF00;
  font-family: "Tilt Neon", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.latest-release-wrapper .text-holder a svg {
  width: 35px;
}
.latest-release-wrapper .follow {
  background-color: #000;
}
.latest-release-wrapper .follow li {
  color: #fff;
}
.latest-release-wrapper .follow li a:hover {
  background-color: unset;
}
.latest-release-wrapper .follow li a i {
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  background-size: contain;
}
@media (max-width: 576px) {
  .latest-release-wrapper .follow li a i {
    width: 26px;
    height: 26px;
  }
}
.latest-release-wrapper .follow li a i.facebook {
  background-image: url(../images/icon/facebook-icon.webp);
}
.latest-release-wrapper .follow li a i.twitter {
  background-image: url(../images/icon/x-icon.webp);
}
.latest-release-wrapper .follow li a i.instagram {
  background-image: url(../images/icon/instagram-icon.webp);
}
.latest-release-wrapper .follow li a i.youtube {
  background-image: url(../images/icon/youtube-icon.webp);
}
.latest-release-wrapper .follow li a i.spotify {
  background-image: url(../images/icon/spotify-icon.webp);
}
.latest-release-wrapper .follow li a i.apple {
  background-image: url(../images/icon/apple-music-icon.webp);
}
.latest-release-wrapper .follow li a i.tiktok {
  background-image: url(../images/icon/tik-tok-icon.webp);
}

.blog-box p {
  color: #101828;
}

.form-holder {
  padding-bottom: 0px;
}
.form-holder .c-form {
  background: rgb(0, 0, 0);
  border: 0px;
  padding: 50px;
  margin: 0px;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.form-holder .c-form::before {
  content: "";
  width: calc(100% - 40px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 20px;
  border-radius: 3px;
  border: 1px solid var(--Pink-neaon, #FF8093);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.9), 0 0 10px 4px #D6251D, inset 0 0 10px 3px rgba(214, 37, 29, 0.8);
}
.form-holder .c-form h2 {
  color: #FF8093;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9), 0 0 10px #D6251D;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #D6251D;
  font-family: "Tilt Neon", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 5.76px;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.form-holder .c-form .gform_required_legend {
  display: none;
}
.form-holder .c-form .gform_footer {
  display: flex;
  justify-content: center;
}
.form-holder .c-form .gform_wrapper {
  position: relative;
  z-index: 99;
}
.form-holder .c-form .gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0;
  color: #fff;
}
.form-holder .c-form input {
  border-bottom: 1px solid #D0D5DD;
  color: #fff;
}
.form-holder .c-form input::-moz-placeholder {
  color: #D0D5DD;
}
.form-holder .c-form input::placeholder {
  color: #D0D5DD;
}
.form-holder .c-form input[type=submit] {
  width: unset;
  border-radius: 48px;
  box-shadow: 0 0 4px 2px #5BF4FF;
  border: 1px solid #5BF4FF;
  background: #178FD9;
  padding: 10px 18px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  margin-top: 54px;
}
@media (max-width: 576px) {
  .form-holder .c-form input[type=submit] {
    width: 100%;
  }
}
.form-holder .c-form input[type=submit]:hover, .form-holder .c-form input[type=submit]:active, .form-holder .c-form input[type=submit]:focus, .form-holder .c-form input[type=submit]:focus-visible, .form-holder .c-form input[type=submit]:focus-within {
  border: 1px solid #5BF4FF;
  transition: all 0.5s;
  box-shadow: 0 0 5px 0px #5BF4FF, 0 0 5px 0px #5BF4FF, 0 0 5px 3px #5BF4FF;
  color: #fff;
}

.popup {
  overflow: auto !important;
}

._nlPop ._img {
  height: 150px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top !important;
     object-position: top !important;
}/*# sourceMappingURL=style-25.css.map */