@font-face {
  font-family: 'Inter';
  src: url(../Fonts/Inter.ttf);
}

@font-face {
  font-family: 'Gibson-Bold';
  src: url(../Fonts/Gibson-Bold.otf);
}

@font-face {
  font-family: 'Gibson-Bold 2';
  src: url(../Fonts/Gibson-Bold2.ttf);
}

h1 {
  font-size: 60px;
  ;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 28px;
}

h6 {
  font-size: 22px;
}

p {
  font-size: 18px;
  font-weight: 400;
}

:root {
  --themeBlack: #0f0f16;
  --themeYellow: #FFBF1F;
  --themeWhite: #FCFAF1;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.ml-2 {
  margin-left: 35px;
}

body {
  overflow: hidden;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  background-color: #fff;
}

ol>li {
  margin-left: 25px;
  margin-top: 3px;
}

a {
  text-decoration: none !important;
}


.tnc li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.tnc2 {
  list-style-type: decimal;
  margin-bottom: 10px
}

.tnc3 li {
  list-style-type: decimal !important;
  padding-left: 10px;
}

.contentContainer {
  background-color: #fff;
}

.navbar-light .navbar-brand {
  max-width: 300px;
  margin-left: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.customNav {
  background-color: #e81d2a;
  padding: 0 !important;
  z-index: 999;
}

.customNav .dropdown-toggle {
  *height: 65px !important;
}

.customNav .dropdown-toggle::after {
  display: none !important;
}

.customNav .nav-item.dropdown {
  *max-width: 160px !important;
  *background-color: var(--themeBlack);
}

.active-dark {
  background-color: #b3d2b1;
  color: #04484c !important;
}

.customNav .nav-item>a {
  color: var(--themeWhite) !important;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.5px;
  padding: 0.6em;
  opacity: unset !important;
}

.customNav .nav-item.dropdown>a {
  color: var(--themeWhite) !important;
  padding: 0.5em 0.8em;
  font-weight: 600;
  display: inline-block;
  line-height: 1.7;
}

.customNav .navbar-nav {
  margin-right: 50px;
}

.customNav .dropdown-menu {
  background-color: rgba(209, 211, 212, .81) !important;
  padding: 0;
}

.customNav .dropdown-menu>li {
  font-size: 0.8em;
  text-align: left;
  padding: 5px;
}

.customNav .dropdown-menu>li a {
  font-size: 1.2em;
  padding: 0.5em !important;
  display: block;
  font-weight: 600;
  color: var(--themeBlack);
}

.customNav .dropdown-item:hover,
.customNav .dropdown-menu>li:nth-child(14),
.customNav .dropdown-menu>li:nth-child(14) a {
  background-color: #e81d2a;
  color: #ffffff;
}

.customNav .dropdown-menu[data-bs-popper] {
  min-width: unset !important;
  width: 255px !important;
  top: 97% !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-toggler-icon {
  color: #fff;
}

.navbar-expand-lg .navbar-toggler {
  border: 2px solid #fff;
}

/* MARQUEE */
.ticker {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.news {
  width: 100%;
  background: #f89522;
  padding: 7px 2%;
}

.news marquee {
  margin-top: 5px;
  margin-bottom: 5px;
}

.news-content p {
  display: inline;
  font-weight: 700;
}

#countdown {
  display: flex;
  flex-direction:row;
  align-items: center;
  color: #fff;
  max-width: 400px;
  /* Add other styles for the main container */
}

/* Styles for elements within the countdown div */
#countdown .num { 
  font-size: 38px;
  margin-bottom: -15px;
  font-weight: 700;
}
#countdown .text { 
  font-size: 18px;
}

/* MAIN SECTION */
.segmentSection {
  padding-top: 50px;
  background-color: #fff;
}

.mainHeading {
  font-family: 'Gibson-Bold';
  color: #000;
}

.mainHeading2 {
  font-family: 'Gibson-Bold 2';
  color: #000;
  font-weight: 900;
}

.mainButton {
  color: #fff;
  background-color: #e81d2a;
  padding: 15px 30px 15px 30px;
  border-radius: 15px;
  width: 200px;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}

.mainButton:hover {
  color: #fff;
  background-color: #000;
}

.mainSpacing {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*Footer*/
.circle-icons {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  padding: 6px 10px;
  height: 40px;
  width: 40px;
  border-radius: 50px;
}

.footerTxt {
  margin-top: 150px;
  margin-bottom: 20px;
}

/* About NDPBay SECTION */
.aboutNDPBay {
  background-image: url(../img/abt-main-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.leftBanner {
  padding-top: 35px;
}

.rightBanner {
  padding-top: 35px;
}

.indication-button {
  padding-top: 35px;
  text-align: left;
  padding-right: 60px;
}

.rightBannerTxt {
  text-align: right;
  padding-top: 35px;
}

/* WHAT TO EXPECT*/
.performance-icon {
  border-radius: 150px;
  box-shadow: 10px 7px 10px 0px rgba(237.99999999999997, 41.99999999999998, 123.00000000000003, 0.68);
}

.performance-icon:hover {
  transform: scale(0.9);
  /* Reduce size by 10% on hover */
  transition: transform 0.2s ease;
  /* Add smooth transition */
}

.hyped-bg {
  background-image: url(../img/wte-banner-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 50px;
  padding-bottom: 75px;
}

.hyped-button {
  margin-top: -100px;
}

/* HOW TO GET THERE */
.htgtTabs {
  margin-top: 2em;
}

.htgtTabs .nav-tabs .nav-link>img {
  display: none;
  position: absolute;
  width: 80%;
}

.htgtTabs .nav-tabs .nav-link>img:first-child {
  top: -3px;
}

.htgtTabs .nav-tabs .nav-link>img:last-child {
  bottom: -8px !important;
}

.htgtTabs .nav-tabs .nav-link.active>img {
  display: block;
}

.htgtTabs .nav-tabs .nav-link {
  color: #000;
  font-family: 'Inter';
  font-size: 16px;
  position: relative;
  border-radius: 10px 10px 0 0;
  margin-right: 15px;
  padding: 15px 30px;
  background-color: #FBB040;
  font-weight: 600;
  border-bottom: 2px solid #ED1C24;
}

.htgtTabs .nav-tabs .nav-link.active {
  background-color: #ED1C24 !important;
  color: #fff;
}

.htgtContent {
  background-color: #ED1C24 !important;
  color: #fff;
  padding: 30px 50px;
  border-radius: 10px;
}

.thingsToDoContent {
  border: 3px solid #ED1C24;
  border-radius: 25px;
  padding: 50px 7%;
}

.eighty img {
  width: 80%;
}

/* Starter Membership */
.starterMembershipBG {
  background: linear-gradient(90deg, rgba(127, 63, 152, 1) 17%, rgba(194, 78, 157, 1) 80%);
}

.starterMembershipOverlay {
  background-image: url(../img/starter-member-bg-overlay.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 50px;
  padding-bottom: 75px;
}

.starterSection {
  padding-top: 50px;
}

.starter-button {
  margin-top: -100px;
  z-index: 99;
}

.wavesBG {
  background-image: url(../img/waves-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 50px;
  padding-bottom: 75px;
}

.circle-icons3 {
  background-color: #fff;
  color: #000;
  font-size: 20px;
  padding: 6px 10px;
  height: 40px;
  width: 40px;
  border-radius: 50px;
}

/* Contest */
.contestButton {
  color: #fff;
  background-color: #A83C96;
  padding: 10px 20px 10px 20px;
  border-radius: 15px;
  width: 200px;
  font-weight: 600;
  text-transform: uppercase;
}

.contestButton:hover {
  color: #fff;
  background-color: #000;
}

/*FAQ*/
.tabHeading {
  font-size: 24px;
  font-family: 'Gibson-Bold';
}

.faqTabs {
  margin-top: 0;
}

.faqTabs .nav-tabs .nav-link>img:first-child {
  top: -3px;
}

.faqTabs .nav-tabs .nav-link>img:last-child {
  bottom: -8px !important;
}

.faqTabs .nav-tabs .nav-link.active>img {
  display: block;
}

.faqTabs .nav-tabs .nav-link {
  color: #000;
  position: relative;
  border-radius: 10px 10px 0 0;
  margin-right: 15px;
  padding: 15px 30px;
  background-color: none;
  font-weight: 600;
  border: 0;
}

.faqTabs .nav-tabs .nav-link.active {
  background-color: #fff;
  color: #ED1C24;
  border: 0;
}

.faqContent {
  color: #fff;
  border-radius: 15px;
}

/* TICKETING */

.gw-icons {
  width: 90px !important;
}

.gw-text {
  font-weight: 600;
  margin-top:7px;
}

/*CONTACT US*/
.circle-icons2 {
  background-color: #000;
  color: #fff;
  font-size: 26px;
  padding: 10px 15px;
  height: 40px;
  width: 40px;
  border-radius: 50px;
}

.contactUsInput {
  background-color: #E6E7E8;
  color: #000;
  font-size: 18px;

}

.form-check-input {
  width: 20px;
  height: 20px;
  border-color: #000;
}

.form-check-label {
  margin-left: 10px;
}

/*TERMS n CONDITIONS*/
.tg {
  border-collapse: collapse;
  border-spacing: 0;
}

.tg td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 8px;
  word-break: normal;
}

.tg th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 8px;
  word-break: normal;
}

.tg .tg-xwyw {
  border-color: #000000;
  text-align: center;
  vertical-align: middle
}

/* MODALs*/

.modal-content {
  border-radius: 35px;
}

.btn-close.customized {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  border: 2px solid #000;
  border-radius: 50px;
}

/* ACCORDIAN */
.accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 15px;
  background-color: #E6E7E8;
  word-wrap: break-word;
}

.faqAccordianHeader {
  background-color: #E6E7E8;
  overflow: hidden;
  border-radius: 25px 25px 0 0;
  padding: 5px;
  font-size: 22px;
  font-weight: 700;
}

.faqAccordianHeader .accordion-button {
  background-color: #E6E7E8;
  font-size: 18px;
  word-wrap: break-word;
}

.accordion-body {
  padding: 20px 30px;
  font-size: 18px;
}

.outerglow {
  -webkit-filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.80));
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.outerglow:hover {
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 231, 255, 0.8));
}

.figure {
  position: relative;
}

.figure img.image-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  transition: opacity .2s;
}

.figure:hover img.image-hover {
  opacity: 1;
}


/** X-Small devices (portrait phones, less than 576px) **/
@media (max-width: 575.98px) {
  .web-display {
    display: none;
  }

  .m-display {
    display: flex;
  }

  h2 {
    font-size: 36px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

  .segmentSection {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mainSpacing {
    margin-top: 10px;
    margin-bottom: 10px;
    ;
  }

  .my-5 {
    margin-top: 25px !important;
    margin-bottom: 40px !important;
  }

  .mainButton {
    font-size: 14px;
    width: 150px;
    padding: 10px 15px;
  }

  .m-center {
    justify-content: center;
    text-align: center;
  }

  .smallerImg {
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .starterSmallerImg {
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-brand {
    margin-left: 10px !important;
    max-width: 200px !important;
  }

  .customNav .navbar-nav {
    margin-right: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .customNav .dropdown-menu[data-bs-popper] {
    width: 100% !important;
  }

  .customNav .dropdown-menu>li a {
    text-align: center;
  }

  .nav-item {
    text-align: left !important;
  }

  .aboutNDPBay {
    background-size: contain;
    background-position: top;
  }

  .indication-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hyped-button {
    margin-top: -30px;
  }

  .tabHeading {
    font-size: 18px;
  }

  .eighty img {
    width: 100%;
  }

  .starterSection {
    padding-top: 10px;
  }

  .mt-5 {
    margin-top: 25px !important;
  }

  .starterFooter {
    padding-top: 100px;
  }

  .smallPrint {
    font-size: 14px;
  }

  .btn-close.customized {
    width: 10px;
    height: 10px;
    right: 7px;
    top: 5px;
  }

  .faqTabs .nav-tabs .nav-link {
    margin-right: 10px;
    padding: 15px 5px;
  }
}

/** Small devices (landscape phones, less than 768px) **/
@media (max-width: 767.98px) {
  .web-display {
    display: none;
  }

  .m-display {
    display: flex;
  }

  h2 {
    font-size: 36px;
  }
  h3{
    font-size: 30px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

  .segmentSection {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mainSpacing {
    margin-top: 10px;
    margin-bottom: 10px;
    ;
  }

  .my-5 {
    margin-top: 25px !important;
    margin-bottom: 40px !important;
  }

  .mainButton {
    font-size: 14px;
    width: 150px;
    padding: 10px 15px;
  }

  .m-center {
    justify-content: center;
    text-align: center;
  }

  .smallerImg {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .starterSmallerImg {
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .smallerFooterImg {
    width: 60% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-brand {
    margin-left: 10px !important;
    max-width: 200px !important;
  }

  .customNav .navbar-nav {
    margin-right: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .customNav .dropdown-menu[data-bs-popper] {
    width: 100% !important;
  }

  .customNav .dropdown-menu>li a {
    text-align: center;
  }

  .nav-item {
    text-align: left !important;
  }


  .aboutNDPBay {
    background-size: contain;
    background-position: top;
  }

  .indication-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hyped-button {
    margin-top: -30px;
  }

  .tabHeading {
    font-size: 18px;
  }

  .eighty img {
    width: 100%;
  }

  .starterSection {
    padding-top: 10px;
  }

  .mt-5 {
    margin-top: 25px !important;
  }

  .starterFooter {
    padding-top: 100px;
  }

  .btn-close.customized {
    width: 10px;
    height: 10px;
    right: 15px;
    top: 10px;
  }
}

/** Medium devices (tablets, less than 992px) **/
@media (min-width: 768px) and (max-width: 991.98px) {
  .web-display {
    display: none;
  }

  .m-display {
    display: flex;
  }
  h3{
    font-size: 30px;
  }
  .navbar-light .navbar-brand {
    margin-left: 10px;
  }

  .m-center {
    justify-content: center;
    text-align: center;
  }

  .starterSmallerImg {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .smallerImg {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .smallerFooterImg {
    width: 60% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .segmentSection {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mainSpacing {
    margin-top: 10px;
    margin-bottom: 10px;
    ;
  }

  .my-5 {
    margin-top: 25px !important;
    margin-bottom: 40px !important;
  }

  .customNav .navbar-nav {
    margin-right: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .customNav .dropdown-menu[data-bs-popper] {
    width: 100% !important;
  }

  .customNav .dropdown-menu>li a {
    text-align: center;
  }

  .nav-item {
    text-align: left !important;
  }

  .aboutNDPBay {
    background-size: contain;
    background-position: top;
  }

  .leftBanner {
    width: 100%;
  }

  .rightBanner {
    width: 100%;
  }

  .leftBanner img {
    width: 100%;
  }

  .indication-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hyped-button {
    margin-top: -30px;
  }

  .starterFooter {
    padding-top: 100px;
  }

  .btn-close.customized {
    width: 10px;
    height: 10px;
    right: 7px;
    top: 5px;
  }
}

/** Large devices (desktops, less than 1200px) **/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .web-display {
    display: flex;
  }

  .m-display {
    display: none;
  }

}

/*X-Large devices (large desktops, less than 1400px)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .web-display {
    display: flex;
  }

  .m-display {
    display: none;
  }
}

@media (min-width: 1400px) {
  .web-display {
    display: flex;
  }

  .m-display {
    display: none;
  }
}