@charset "UTF-8";

/* -------------------- Main Css Start -------------------- */
html {
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6, p, a, .w3-slim, .w3-wide, body, body.cms {
  font-family: 'Venite Adoremus Straight', sans-serif !important;
  letter-spacing: 1px;
}

@font-face {
  font-family: 'Jersey M54';
  src: url('https://nyxjb.com/inc/fonts/Jersey M54.ttf');
}
@font-face {
  font-family: 'Venite Adoremus';
  src: url('https://nyxjb.com/inc/fonts/Venite Adoremus.otf');
}
@font-face {
  font-family: 'Venite Adoremus Straight';
  src: url('https://nyxjb.com/inc/fonts/Venite Adoremus Straight.otf');
}

body.cms {
  background: #020107 !important;
  overflow-x: hidden;
  color: #fff !important;
}
a {
  text-decoration: none;
}
img {
  margin: 0;
  width: 100%;
}
.section-main {
  padding: 0;
}
.container-fluid {
  padding: 0;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #020107;
}
::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  background-color: #fff;
}
/* -------------------- Main Css End -------------------- */




/* -------------------- Header Css Start -------------------- */
.css-1qsxih2 {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100vw - 40px);
  margin: 0 20px;
}
.section-appbar {
  background: #020107;
  padding: 11px 0;
  border:0;
    z-index: 9999;
}
.brand-logo {
  width: 180px;
      margin-left: -31px;
}

.css-1lvtzne {
  -webkit-box-flex: 0;
  flex-grow: 0;
}
.fa-bars:before{
  color: #fff;
}
.nav-header-md {
  display: none;
}
.nav-menu-md {
  justify-content: flex-end;
  align-items: center;
}
.section-sidebar-drawer .cms-drawer {
  background: #020107;
  background-color: #020107;
  text-transform: uppercase;
  padding-top: 70px;
}
.css-12ozgm8 .MuiDrawer-paper {
  overflow: hidden;
}
.nav-menu-md a,
.nav-menu-md a:visited,
.nav-menu-md .MuiButton-root {
  color: #d7d7d7;
  text-align: left;
  padding: 0 15px;
}
.nav-menu-md a:hover,
.nav-menu-md .MuiButton-root:hover {
  color: #fff;
  background: transparent;
}
.nav-menu-md a:last-child {
  padding-right: 0;
}
/* -------------------- Header Css End -------------------- */




/* -------------------- Menu Css Start -------------------- */
.css-12j9ic4 .MuiDrawer-paper{
  overflow: hidden;
  box-shadow: none;
}
.css-f82kzz.Mui-selected:hover{
  background-color: transparent;
}
.css-1eddizz .MuiDrawer-paper {
      width: 30vw;
    overflow: hidden;
}
.css-ny69v2{
    color: #fff;
    font-size:32px;
    padding: 20px 0;
    transition: .3s;
    text-align: left;
}
.css-ny69v2:hover {
    font-size: 38px;
    transition: .3s;
}
.css-f82kzz:hover{
    background-color: transparent;
    color: #fff;
}

.MuiToolbar-root.MuiToolbar-dense.css-mjywep .MuiBox-root.css-u1he2i:first-child{
    justify-content: start;
}
button.MuiButtonBase-root.MuiIconButton-root.MuiIconButton-sizeSmall.nav-btn.css-1j7qk7u {
    font-size: 24px;
}
.MuiChip-root.MuiChip-outlined.MuiChip-sizeSmall.MuiChip-colorInfo.MuiChip-outlinedInfo.css-vrnj9e {
    display: none;
}
.css-f82kzz.Mui-selected {
    color: #fff;
    background-color: transparent;
}

/* -------------------- Menu Css End -------------------- */




/* -------------------- Landing Css Start -------------------- */
.desktop-banner{
  display: block;
}
.mobile-banner{
  display: none;
}
main.page-home {
  margin-top: 70px;
}
.nyx-landing:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 150px;
  background: url(/data/c2O-A_tLkLSDo/uploads/bg-shape.png);
  background-size: 50%;
  background-position: center bottom;
  background-repeat: repeat-x;
}
.nyx-landing {
  width: 100vw;
  height: calc(80vh - 70px);
  margin-top: 70px;
  position: relative;
}
.nyx-landing video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  pointer-events: none;
}
.nyx-landing h1 {
  font-family: 'Venite Adoremus', sans-serif !important;
  text-transform: uppercase;
  text-align: center;
  width: 70%;
  font-size: 40px;
  letter-spacing: 2px;
}
a.booking-btn {
  color: #fff;
  font-size: 20px;
  padding: 15px 40px;
  border: 1px solid #fff;
  border-radius: 100px;
  margin-top: 30px;
  transition: 0.3s;
  text-transform: uppercase;
}
a.booking-btn:hover {
  border: 1px solid rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
}
.hero-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: calc(80vh - 70px);
  position: relative;
  z-index: 1;
}
/* -------------------- Landing Css End -------------------- */





/* -------------------- Events Css Start -------------------- */
.nyx-events h2 {
  text-transform: uppercase;
  text-align: center;
      font-weight: bold;
}
.MuiToolbar-root.MuiToolbar-gutters.MuiToolbar-regular.css-1qbzidt {
  display: none;
}
.nyx-events {
  background: url(/data/c2O-A_tLkLSDo/uploads/bgstyle3.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 50px 0;
}
a.event-btn {
  color: #fff;
  font-size: 20px;
  padding: 15px 40px;
  border: 1px solid #fff;
  border-radius: 100px;
  margin-top: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  display: inline-block;
}
a.event-btn:hover {
  color: #000;
  border: 1px solid #fff;
  background: #fff;
  transition: 0.3s;
}
.css-1lbeizk {
  margin-right: 50px;
  width: 100%;
  max-width: 350px;
}
.css-isbt42 > .MuiGrid-item {
  padding: 0;
}
.css-isbt42 {
  text-align: left;
  margin: 0;
  width: 100%;
}
.css-1d3bbye {
  display: none;
}
.events-wrap {
  padding-top: 50px;
  display: block;
  text-align: center;
}
.events-wrap ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 22.5px;
}
.css-1q4xm6q .MuiChip-avatarSmall {
  margin-left: 2px;
  color: #fff;
}
.MuiButtonBase-root.MuiChip-root.MuiChip-outlined.MuiChip-sizeSmall.MuiChip-colorDefault.MuiChip-clickable.MuiChip-clickableColorDefault.MuiChip-outlinedDefault.css-1q4xm6q {
  border-color: #fff;
  color: #fff;
}
.newsview-content h1 {
  font-weight: bold;
}
.MuiStack-root.css-1t62lt9 {
  justify-content: left;
}
svg.MuiSvgIcon-root.MuiSvgIcon-colorInfo.MuiSvgIcon-fontSizeMedium.css-1hm3tfm {
  display: none;
}
.events-wrap ul li img {
  width: 100%;
}
.events-wrap ul li {
  transition: 0.3s;
}
.events-wrap ul li:hover {
  transform: scale(1.05);
  filter: drop-shadow(0px 5px 10px rgba(71, 72, 74, 0.5)) contrast(1.2);
  transition: 0.3s;
}
.css-yuob64 {
  display: none;
}
.css-1yuhvjn {
  margin-left: 400px;
  font-size: 14px;
  line-height: 1.5;
}


.funcNews .MuiPaper-root a {
  width: 100%;
}
.events-wrap ul li:nth-child(n + 5) {
  display: none;
}
/* -------------------- Events Css End -------------------- */




/* -------------------- Video Css Start -------------------- */
.nyx-video {
  padding: 50px 0;
}
.nyx-video h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
.video-img2 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
}
.video-img {
  position: relative;
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-img2 video {
  width: 100%;
  height: 100%;
}

.video-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  position: relative;
}
span.vertical-text1 {
  text-transform: uppercase;
  font-size: 22px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  width: 7%;
  font-weight: bold;
}
span.vertical-text2 {
  text-transform: uppercase;
  font-size: 22px;
  writing-mode: vertical-rl;
  width: 7%;
  font-weight: bold;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  cursor: pointer;
  transition: 0.3s;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-in infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:hover {
  background: #dc3545;
  transition: 0.3s;
}
.video-play-button:hover:before {
  background-color: rgba(220, 53, 69, 1);
  transition: 0.3s;
}
.video-play-button:hover:after {
  background-color: rgba(220, 53, 69, 0.8);
  transition: 0.3s;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #1b1382;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  transform: scale(0.7);
  transition: 0.3s;
}

.video-play-button:hover span {
  border-left: 32px solid #fff;
  transition: 0.3s;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-sec .video-img:hover::after {
  opacity: 1;
  transition: 0.5s;
}
.video-sec .video-img::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
.video-sec:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: -15%;
  left: 0%;
  background: url(/data/c2O-A_tLkLSDo/uploads/ea2efadefd868e778fab5ea6ea95873c.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  filter: drop-shadow(-2px 4px 4px rgba(0, 0, 0, 0.3)) contrast(1.1)
    brightness(1.1);
  animation: floatimg2 6s infinite ease-in-out alternate;
  transform: translate3d(0, 0, 0) scale(1);
}
@keyframes floatimg2 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  35% {
    transform: translate3d(0, -12px, 0) scale(1.05);
  }

  65% {
    transform: translate3d(12px, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
/* -------------------- Video Css End -------------------- */




/* -------------------- Gallery Css Start -------------------- */
.nyx-gallery {
  padding: 50px 0;
  background: url(/data/c2O-A_tLkLSDo/uploads/wall-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.nyx-gallery h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
.reels {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reels img {
  height: 100%;
  object-fit: cover;
}
.reels:hover::after {
  opacity: 1;
  transition: 0.5s;
}
.reels::after {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.5);
  width: calc(100% - 22.5px);
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 11.25px;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}

.gallery-sec {
  padding-top: 50px;
  position: relative;
  text-align: center;
}
a.gallery-btn {
  color: #fff;
  font-size: 20px;
  padding: 15px 40px;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: 0.3s;
  display: inline-block;
  margin-top: 50px;
  text-transform: uppercase;
}
a.gallery-btn:hover {
  color: #000;
  border: 1px solid #fff;
  background: #fff;
  transition: 0.3s;
}
.gallery-sec:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -15%;
  right: -5%;
  background: url(/data/c2O-A_tLkLSDo/uploads/ea2efadefd868e778fab5ea6ea95873c.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  filter: drop-shadow(-2px 4px 4px rgba(0, 0, 0, 0.3)) contrast(1.1)
    brightness(1.1);
  animation: floatimg1 8s infinite ease-in-out alternate;
  transform: translate3d(0, 0, 0) scale(1);
}
@keyframes floatimg1 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  35% {
    transform: translate3d(12px, 0, 0) scale(1);
  }

  65% {
    transform: translate3d(0, -12px, 0) scale(1.05);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
.gallery-sec:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  bottom: -10%;
  left: -10%;
  background: url(/data/c2O-A_tLkLSDo/uploads/ea2efadefd868e778fab5ea6ea95873c.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  filter: drop-shadow(-2px 4px 4px rgba(0, 0, 0, 0.3)) contrast(1.1)
    brightness(1.1);
  animation: floatimg2 6s infinite ease-in-out alternate;
  transform: translate3d(0, 0, 0) scale(1);
}
.css-1b924jo,
.css-z2bp30,
.css-1ncju1u,
.css-dvtacg,
.css-9wlr7s {
  display: none;
}
.col-md-5 .css-1ph7ymk {
  grid-template-columns: 100% !important;
  padding: 0;
  gap: 0 !important;
  margin: 0;
}
.col-md-5 .css-p8pnwm {
  cursor: pointer;
  transition: 0.5s;
  max-height: 100%;
}
.css-1ph7ymk {
  grid-template-columns: repeat(4, 1fr) !important;
  padding: 0;
  gap: 22.5px !important;
  margin: 0;
}
.css-1ph7ymk li:nth-child(n + 9) {
  display: none;
}
.css-18yaaxc {
  padding: 0;
}
.css-p8pnwm {
  cursor: pointer;
  transition: 0.5s;
  max-height: 300px;
}
.css-p8pnwm::before {
  content: "";
  background: url(/data/c2O-A_tLkLSDo/uploads/zoomicon.png);
  background-size: contain;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
  transition: 0.5s;
}
.css-p8pnwm::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
.css-p8pnwm:hover::before {
  opacity: 1;
  transition: 0.5s;
}
.css-p8pnwm:hover::after {
  opacity: 1;
  transition: 0.5s;
}
/* -------------------- Gallery Css Start -------------------- */




/* -------------------- Scrolling Text Css Start ------------------------- */
.nyx-scrolling {
  padding: 180px 0;
  position: relative;
  display: flex;
  align-items: center;
}
.scrollleft {
  background: url(/data/c2O-A_tLkLSDo/uploads/nyx-text-black.png);
  background-size: 750px;
  background-repeat: repeat-x;
  background-position-y: center;
  background-position-x: 0;
  filter: drop-shadow(0px 4px 6px black);
  width: 110vw;
  height: 80px;
  left: -10px;
  position: absolute;
  animation: scrolling 10s infinite linear;
  transform: rotate(-4deg);
  background-color: #fff;
  z-index: 1;
  overflow: hidden;
}
@keyframes scrolling {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -750px;
  }
}
.scrollright {
  background: url(/data/c2O-A_tLkLSDo/uploads/nyx-text.png);
  background-size: 750px;
  background-repeat: repeat-x;
  background-position-y: center;
  background-position-x: -750px;
  width: 110vw;
  height: 80px;
  left: -10px;
  position: absolute;
  animation: scrolling2 30s infinite linear;
  transform: rotate(4deg);
  overflow: hidden;
}
@keyframes scrolling2 {
  0% {
    background-position-x: -750px;
  }
  100% {
    background-position-x: 0;
  }
}
/* -------------------- Scrolling Text Css Start ------------------------- */




/* ------------------------- Contact Css Start ------------------------- */
.nyx-contact {
  padding: 50px 0;
}
.contact-detail ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-detail ul li {
  display: flex;
  gap: 20px;
  align-items: unset;
  padding-bottom: 25px;
}
.contact-detail ul li:last-child {
  padding-bottom: 0;
}
.downloadtitle {
  text-align: center;
  display: block;
  padding-top: 20px;
  text-transform: uppercase;
}
.contact-detail ul li i {
  width: 20px;
      font-size: 22px;
  text-align: center;
}
.contact-detail h2 {
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: bold;
}
.contact-detail ul li a {
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Venite Adoremus' !important;
}
.contact-detail span.icon__text{
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Venite Adoremus' !important;
}
.contact-detail ul li a:hover {
  color: #d7d7d7;
  transition: 0.3s;
}
.download-app {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.floathand {
  position: absolute;
  width: 37%;
  max-width: 560px;
  left: -80px;
  animation: floatimg4 7s infinite ease-in-out alternate;
}
@keyframes floatimg4 {
  0% {
    transform: translate3d(0, 0, 0);
  }

  35% {
    transform: translate3d(12px, 0, 0);
  }

  65% {
    transform: translate3d(0, -12px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}
.download-app img {
  max-width: 180px;
}
.download-app a {
  margin: 0 auto;
}
/* ------------------------- Contact Css Start ------------------------- */




/* -------------------- Footer Css Start -------------------- */
.section-footer {
  border-top: 0;
  background: transparent;
  color: #666;
  padding: 30px 0;
}
.section-footer div {
  position: relative;
}
.nyx-footer-top {
  border-top: 1px solid #666;
  margin-top: 50px;
  padding-top: 30px;
}
.nyx-sm {
  position: relative;
}
.social-media {
  right: 0;
  position: absolute;
  top: 60px;
  z-index: 1;
}
.social-media i {
  color: #fff;
  font-size: 18px;
  margin: 0 var(--bs-gutter-x, 0.75rem);
  transition: 0.3s;
}
.social-media i:hover {
  color: #d7d7d7;
  transition: 0.3s;
}
.section-footer div::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #666;
  margin-bottom: 30px;
}
a.app-btn {
  color: #fff;
  font-size: 14px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: 0.3s;
  display: inline-block;
  margin-top: 0;
  text-transform: uppercase;
}
a.app-btn:hover {
  color: #000;
  border: 1px solid #fff;
  background: #fff;
  transition: 0.3s;
}
.footer-logo {
  width: 180px;
}
.platform {
  display: flex;
  align-items: center;
  gap: 40px;
}
.platform span {
  font-weight: bold;
}
.platform img {
  width: 120px;
}
.myplatform {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 40px;
}
/* -------------------- Footer Css End -------------------- */





/* -------------------- Event Page Css Start -------------------- */
.event-page {
  margin-top: 70px;
  position: relative;
  padding: 50px 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.css-1uvym4q {
    color: #ddd;
}
.page-news-events .css-1ontqvh {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 22.5px;
}
.css-14lo706 > span {
  display: none;
}

.page-news-events
  .MuiToolbar-root.MuiToolbar-gutters.MuiToolbar-regular.css-1qbzidt {
  display: none;
  padding: 0;
  padding-top: 10px;
}
.css-1bvc4cc{
  display: block;
}
.css-bjnljy label {
  display: none;
}
.css-s10dzd > .MuiGrid-item {
  padding: 0;
}
.event-page h2 {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 50px;
  margin: 0;
  font-weight: bold;
}
button.MuiButtonBase-root.MuiButton-root.MuiButton-text.MuiButton-textPrimary.MuiButton-sizeLarge.MuiButton-textSizeLarge.MuiButton-root.MuiButton-text.MuiButton-textPrimary.MuiButton-sizeLarge.MuiButton-textSizeLarge.nav-btn-prev.css-1fvfjwr {
    background: #222;
    color: #fff;
    margin-right: 10px;
    padding-left: 18px;
}
button.MuiButtonBase-root.MuiButton-root.MuiButton-text.MuiButton-textPrimary.MuiButton-sizeLarge.MuiButton-textSizeLarge.MuiButton-root.MuiButton-text.MuiButton-textPrimary.MuiButton-sizeLarge.MuiButton-textSizeLarge.nav-btn-next.css-1fvfjwr {
    background: #222;
    color: #fff;
}

.MuiStack-root.css-1xhj18k {
    justify-content: end;
    position: absolute;
    right: 0;
    top: -60px;
}
section.newsview-content {
    position: relative;
}
.gbackbtn:hover {
    transition: .3s;
}
.gbackbtn {
    font-size: 18px;
    color: #fff;
    width: fit-content;
    font-weight: bold;
    margin: 30px 0;
    display: block;
    transition: .3s;
}
.gbackbtn i.fa.fa-arrow-left {
    padding-right: 10px;
}
/* -------------------- Event Page Css End -------------------- */




/* -------------------- Gallery Page Css Start -------------------- */
.gallery-page .css-1ph7ymk {
  grid-template-columns: repeat(4, 1fr) !important;
}
.gallery-page .css-1ph7ymk li:nth-child(n + 5) {
  display: block;
}
.gallery-page h2 {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 50px;
  margin: 0;
  font-weight: bold;
}
.gallery-page {
  margin-top: 70px;
  position: relative;
  padding: 50px 0;
}
/* -------------------- Gallery Page Css Start -------------------- */




/* -------------------- Download Page Css Start -------------------- */
.download-page {
  margin-top: 70px;
  position: relative;
  padding: 50px 0;
}
.download-page h2 {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 50px;
  margin: 0;
  font-weight: bold;
}
.appright{
    position: relative;
}
.appright:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    top: 0;
    left: -10%;
    background: url(/data/c2O-A_tLkLSDo/uploads/ea2efadefd868e778fab5ea6ea95873c.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    filter: drop-shadow(-2px 4px 4px rgba(0, 0, 0, 0.3)) contrast(1.1) brightness(1.1);
    animation: floatimg2 6s infinite ease-in-out alternate;
    transform: translate3d(0, 0, 0) scale(1);
}
.appright:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 0;
    right: 10%;
    background: url(/data/c2O-A_tLkLSDo/uploads/ea2efadefd868e778fab5ea6ea95873c.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    filter: drop-shadow(-2px 4px 4px rgba(0, 0, 0, 0.3)) contrast(1.1) brightness(1.1);
    animation: floatimg1 8s infinite ease-in-out alternate;
    transform: translate3d(0, 0, 0) scale(1);
}

.download-page .appright {
    text-align: left;
    margin: auto;
}
.download-page .appright img{
    max-width: 500px;
    padding: 5%;
}
.download-page .appleft a:hover{
    transform: scale(1.1);
    transition:.3s;
}
.download-page .appleft a{
    transform: scale(1);
    transition:.3s;
}
.download-page .appleft a img{
    max-width: 260px;
}
.download-page .appleft{
    text-align: center;
    margin: auto;
    display: grid;
    gap: 10px;
}
/* -------------------- Download Page Css End -------------------- */




/* -------------------- Mobile Css Start -------------------- */
@media only screen and (max-width: 991px) {
  .nyx-landing:after {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .video-sec:before {
    left: -50px;
  }
  .gallery-sec:before {
    right: -60px;
    top: -150px;
    width: 150px;
    height: 150px;
  }
  .gallery-sec:after {
    bottom: -70px;
    left: -70px;
    width: 180px;
    height: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .desktop-banner{
    display: none;
  }
  .mobile-banner{
    display: block;
  }
  .css-n4mf1r{
    display: none;
  }
  .section-sidebar-drawer .cms-drawer .brand-logo{
    display: none;
  }
  .css-ny69v2:hover {
    font-size: 28px;
}
  .css-ny69v2{
    font-size: 22px;
  }
  .video-img2 video {
  width: 80%;
}
.appright:after{
      bottom: -70px;
    right: -70px;
}
.download-page .appright img{
      margin-top: 30px;
}
.css-1qsxih2{
  max-width: 100%;
    margin: 0 auto;
}
  .video-img2 {
    position: relative;
    display: flex;
    width: 100vw;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .css-1ph7ymk, .gallery-page .css-1ph7ymk {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  h2 {
    font-size: 24px;
  }
  .nyx-landing,
  .hero-center {
    height: calc(50vh - 70px);
  }
  .nyx-landing h1 {
            font-size: 22px;
        font-weight: bold;
        width: 100%;
  }
  .newsview-content h1 {
    font-size: 24px;
    font-weight: bold;
  }
  .contact-detail h2 {
    font-size: 24px;
  }
  .download-app {
    justify-content: end;
    display: grid;
  }
  .download-app img {
    max-width: 160px;
    margin: auto;
  }
  .video-img {
    width: 80%;
  }
  .nyx-landing:after {
    background: url(/data/c2O-A_tLkLSDo/uploads/bg-shape-m1.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .nyx-contact .container {
    position: relative;
  }
  .events-wrap ul {
    grid-template-columns: 1fr 1fr;
  }
  .css-1yuhvjn {
    margin-left: 0;
  }
  .nyx-events {
    background-size: 200%;
    background-repeat: no-repeat;
  }
  .css-1lbeizk {
    margin: auto;
    float: none;
    margin-bottom: 30px;
  }
  .reels {
    margin-bottom: 22.5px;
  }
  .scrollleft {
    background-size: 450px;
    height: 50px;
    transform: rotate(-7deg);
  }
  @keyframes scrolling {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -450px;
    }
  }
  .scrollright {
    background-size: 450px;
    height: 50px;
    transform: rotate(7deg);
  }
  @keyframes scrolling2 {
    0% {
      background-position-x: -450px;
    }
    100% {
      background-position-x: 0;
    }
  }
  .nyx-scrolling {
    padding: 70px 0;
  }
  .floathand {
    width: 70%;
    bottom: -5%;
    left: -150px;
  }
  .contact-detail ul li:last-child {
    padding-bottom: 50px;
  }
  .section-footer div {
    border-top: none;
  }
  .section-footer {
    padding: 30px 0 15px 0;
  }
  .section-footer div::before {
    margin-bottom: 80px;
  }
  .social-media {
    left: 0;
  }
  .myplatform {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    gap: 15px;
    flex-flow: column;
    padding-top: 30px;
  }
  .nyx-footer-top {
    margin-top: 0;
  }
  .page-news-events .css-1ontqvh {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-page .css-1ph7ymk {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 575px) {
  .floathand {
    width: 70%;
    bottom: 2%;
    left: -80px;
  }
}
/* -------------------- Mobile Css End -------------------- */