body {
  background: #000000;
}
.homewrapper:before {
  background: url(../images/Gold_Skyline_1920x928.jpg) no-repeat center bottom;
  background-size: cover;
  height: 936px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
/*Banner*/
.homebanner {
  width: 100%;
  position: relative;
}
.banner-logo-slider-container {
  position: relative;
  width: 100%;
  height: 158.85px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8.68226601%;
  margin: 54px 0 60px;
}
.banner-logo-slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 51px;
  width: 100%;
  height: 100%;
}

.banner-logo-slider {
  height: 100%;
}
.banner-logo-slider > .owl-carousel {
  height: 100%;
}
.banner-logo-slider .owl-stage-outer,
.banner-logo-slider .owl-stage,
.banner-logo-slider .owl-item {
  height: 100%;
  width: 100%;
}
.banner-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 12px 16px;
  height: 100%;
}
.banner-logo-item img {
  display: block;
  max-width: 100%;
  max-height: 110px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.banner-logo-mobile-slider-container {
  display: none;
  gap: 64px;
  flex-direction: column;
}

.newsletter_sec {
  background: none !important;
}
.bannerslider {
  height: 950px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}
.banneritem {
  width: 100%;
  height: 950px;
  padding: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
.banneritem::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(to top, transparent 80%, #000000 100%),
    linear-gradient(to right, transparent 90%, #000000 100%),
    linear-gradient(to left, transparent 90%, #000000 100%),
    linear-gradient(to bottom, transparent 60%, #000000 100%),
    linear-gradient(to right, transparent 90%, #000000 100%),
    linear-gradient(to left, transparent 90%, #000000 100%);
  top: 0;
  left: 0;
}
.owl-carousel .owl-item .banneritem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.banneritem .container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.firstslidedata > h1 {
  text-align: center;
  display: block;
  font-size: 210px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 6.3px;
  font-family: "Zuume";
  font-weight: 700;
  margin: 0 0 20px;
}
.firstbanimgs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px 0 0;
}
.mobileimg {
  display: none !important;
}
/**/
.homewrapper {
  padding: 15px 0 0 !important;
}
.slidesamedata br {
  display: none;
}
.slidesamedata h2 {
  display: block;
  font-size: 80px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-family: "Zuume";
  font-weight: 700;
  margin: 0 0 20px;
  text-shadow: 0px 0px 20px #0000009a;
}
.slidesamedata p {
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  margin: 0 0 40px;
  text-shadow: 0px 0px 20px #00000098;
}
/**/

.circlebox {
  width: 70px;
  height: 70px;
  border-radius: 200px;
  margin: 0 auto 7px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  box-shadow: 0px 0px 10px #ffffff;
  border: 4px solid #d2edfa;
  transition: all 1s;
}
.hoverimgbox {
  position: absolute;
  left: -175px;
  top: 5px;
  transition: all 1s;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.hoverimgbox img {
  width: 130px;
  min-width: 130px;
  height: 80px;
  object-fit: cover;
  border: 1px solid #fff;
}
/**/

/*Counter*/
.homecounter {
  position: relative;
  margin: 20px 0 20px;
  z-index: 9;
  margin-top: -200px;
}
.counter_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.event_date {
  font-size: 42px;
  font-weight: bold;
}
#countDown {
  display: flex;
  align-items: center;
  font-size: 16px;
}
#countDown h2 {
  text-align: center;
  font-size: 73px;
  font-family: "Zuume";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  padding: 0 20px;
  position: relative;
}
#countDown h2:after {
  content: "";
  width: 3px;
  height: 40px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#countDown h2:first-child:after {
  display: none;
}
#countDown h2 .timetext {
  font-size: 16px;
  display: block;
  font-family: "Futura";
  font-weight: 500;
  margin: 0;
}
.addimg_col {
  width: 100%;
  margin: 0 0 20px;
}
.addimg_col a {
  display: inline-flex;
  width: 100%;
  border: 2px solid #fff;
}
.addimg_col .img-fluid {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/*Don't MISS OUT*/
.dontmisout_sec {
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 50px 0;
}
.dontmisout_sec .btn.lightborderbtn {
  font-size: 21px;
}
.smallheading {
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.dontmissdata {
  position: relative;
  width: 100%;
  height: 195px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.dontmissdata .item {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.dontmissdata .owl-stage-outer,
.dontmissdata .owl-stage,
.dontmissdata .owl-item {
  height: 100%;
}
.linebar.rightlines {
  left: auto;
  right: 0;
}
.dontmissdata h2 {
  display: block;
  font-size: 54px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.62px;
  font-family: "Zuume";
  font-weight: 700;
  margin: 0;
  max-width: 350px;
  line-height: 1;
}
.dontmissdata h2 span {
  display: block;
  font-size: 22px;
  font-weight: 500;
  font-family: "Futura";
  margin: 0;
}
/*Latest News*/
.home_latestnews {
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 50px 0;
}
.custom_row.latesnewslider {
  margin: 0;
}
.latnews_col {
  width: 100%;
  display: inline-block;
  margin: 13px 0;
}
.latnews_img {
  display: block;
  width: 100%;
  height: 250px;
  border: 2px solid #fff;
  border-radius: 4px;
  overflow: hidden;
  margin: 0;
}
.latnews_img .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.latnews_data {
  width: 100%;
  padding: 20px 15px 0;
}
.latnews_date {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #E7C35E;
  font-family: "Futura";
  font-weight: 700;
  margin: 0 0 8px;
}
.latnews_data h6 {
  font-size: 16px;
  color: #E7C35E;
  font-weight: 700;
  margin: 0 0 12px;
  display: block;
}
.latnews_data h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 15px;
}
.latnews_data h4 a {
  color: #fff;
  display: block;
}
.latnews_data p {
  line-height: 1.3;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}
.home_latestnews .col-md-3 {
  width: 50%;
}
.owl-carousel.owl-loaded {
  margin: 0;
}
.owl-carousel .owl-item .col-md-3,
.owl-carousel .owl-item .col-md-4 {
  width: 100%;
  padding: 0;
}

/*Gallery*/
.homegallery {
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 50px 0;
}
.custom_row.homegalleryslider {
  margin: 0;
}
.homegallry_col {
  width: 100%;
  display: inline-block;
  margin: 13px 0;
}
.galleryimgbox {
  width: 100%;
  height: 293px;
  border: 2px solid #fff;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  margin: 0 0 15px;
  position: relative;
}
.galleryimgbox:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.galleryimgbox .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homegallry_col h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding: 0 15px;
  transition: all 0.4s;
  text-transform: uppercase;
}
.homegallry_col:hover .galleryimgbox:after {
  opacity: 1;
  visibility: visible;
}
.homegallry_col:hover h4 {
  text-decoration: underline;
  text-underline-position: under;
}
/*modal*/
.commenpopupshow {
  cursor: pointer;
  display: block;
}
.modal_dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999999999;
  transition: all 0.5s;
}
.modal_body {
  max-width: 700px;
  width: 100%;
  margin: 20px auto;
  border-radius: 10px;
  position: relative;
  transform: scale(0);
  transition: all 0.5s;
  background: #c5c5c5;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
}
.modalbtnclose {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background: #2fb67c;
  opacity: 1;
  color: #ffffff;
  border-radius: 100%;
  border: 2px solid #2fb67c;
  z-index: 9;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  padding: 0;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  font-size: 22px;
  transition: all 0.5s;
  font-family: "Poppins", sans-serif;
}
.iframedetails iframe {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border: none;
  float: left;
  border-radius: 10px;
}
.modalopen .modal_dialog {
  opacity: 1;
  visibility: visible;
}
.modalopen .modal_body {
  transform: scale(1);
}
.slideitem {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.owl-carousel .slideitem .img-fluid {
  width: auto;
}
.gallersliderimg.owl-carousel {
  display: block;
}
.gallersliderimg.owl-carousel .owl-stage-outer {
  min-height: 250px;
  border-radius: 10px;
}
.gallersliderimg .owl-nav.disabled,
.latesnewslider .owl-nav.disabled,
.homegalleryslider .owl-nav.disabled {
  display: block;
}
.gallersliderimg .owl-nav.disabled > button,
.latesnewslider.owl-carousel .owl-nav > button,
.homegalleryslider.owl-carousel .owl-nav > button {
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
}
.gallersliderimg .owl-nav.disabled > .owl-prev,
.homegalleryslider.owl-carousel .owl-nav > .owl-prev {
  background-image: url(../images/arrow-right.svg);
}
.gallersliderimg .owl-nav.disabled > .owl-next,
.homegalleryslider.owl-carousel .owl-nav > .owl-next {
  background-image: url(../images/arrow-left.svg);
  left: auto;
  right: -45px;
}
.gallersliderimg .owl-nav.disabled > button span,
.latesnewslider.owl-carousel .owl-nav > button span,
.homegalleryslider.owl-carousel .owl-nav > button span {
  display: none;
}
.gallersliderimg .owl-nav.disabled > button:hover,
.latesnewslider.owl-carousel .owl-nav > button:hover,
.homegalleryslider.owl-carousel .owl-nav > button:hover {
  opacity: 1;
}

.gallersliderimg .loadtext {
  min-height: 250px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.loadtext:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 10px;
}
.custom-loader {
  width: 26px;
  height: 26px;
  border: 3px solid #878787;
  border-bottom-color: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  animation: rotation 0.6s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.latesnewslider.owl-carousel .owl-nav > .owl-prev {
  background-image: url(../images/arrow-right.svg);
  top: 25%;
}
.latesnewslider.owl-carousel .owl-nav > .owl-next {
  background-image: url(../images/arrow-left.svg);
  top: 25%;
  left: auto;
  right: -45px;
}
.mobileview {
  display: none;
}

/*-------------------------------- Responsive Media Query --------------------------------*/

@media (max-width: 1599px) {
  .bannerslider,
  .banneritem {
    height: 100vh;
  }
  .slide1 .container {
    max-width: 1100px;
  }
  .firstslidedata > h1 {
    font-size: 170px;
  }
  .firstbanimgs .img-fluid {
    max-width: 300px;
    max-height: 130px;
  }
  .circlebox {
    width: 50px;
    height: 50px;
    border-width: 2px !important;
  }
  .circlebox img {
    width: 30px;
  }
  .hoverimgbox {
    left: -135px;
    top: 0px;
  }
  .hoverimgbox img {
    width: 100px;
    min-width: 100px;
    height: 65px;
  }
  .dontmissdata {
    height: 157px;
  }
  .dontmissdata h2 {
    font-size: 40px;
    max-width: 270px;
  }
  .dontmissdata h2 span {
    font-size: 18px;
  }
}

@media (max-width: 1399px) {
  .bannerslider,
  .banneritem {
    height: 770px;
  }
  .slide1 .container {
    max-width: 1050px;
  }
  #countDown h2 {
    font-size: 42px;
  }
  .event_date {
    font-size: 30px;
  }
  h2.gameover {
    font-size: 25px;
    color: white;
  }
  .dontmissdata {
    height: 140px;
  }
}

@media (max-width: 1199px) {
  .bannerslider {
    height: 600px;
  }
  .banneritem {
    height: 600px;
  }
  .firstslidedata > h1 {
    font-size: 110px;
  }
  .firstbanimgs {
    max-width: 650px;
  }
  .firstbanimgs > div > .img-fluid {
    max-width: 180px;
  }
  .dontmissdata {
    height: 110px;
  }
  .dontmissdata h2 {
    font-size: 26px;
    max-width: inherit;
  }
  .dontmissdata h2 span {
    font-size: 15px;
    margin: 3px 0 0;
  }

  .latesnewslider.owl-carousel .owl-nav > .owl-prev {
    top: 30%;
    left: 0;
    opacity: 1;
  }
  .latesnewslider.owl-carousel .owl-nav > .owl-next {
    top: 30%;
    left: auto;
    right: 0;
    opacity: 1;
  }
  .gallersliderimg.owl-carousel .owl-nav > .owl-prev,
  .homegalleryslider.owl-carousel .owl-nav > .owl-prev {
    left: 0;
    opacity: 1;
  }
  .gallersliderimg.owl-carousel .owl-nav > .owl-next,
  .homegalleryslider.owl-carousel .owl-nav > .owl-next {
    left: auto;
    right: 0;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .bannerslider {
    height: 500px;
  }
  .banneritem {
    height: 500px;
  }
  .firstslidedata > h1 {
    font-size: 90px;
  }
  .hoverimgbox {
    left: 40px;
    top: -55px;
  }
  .hoverimgbox img {
    width: 80px;
    min-width: 80px;
    height: 50px;
  }
  .slidesamedata h2 {
    font-size: 60px;
    margin: 0 0 10px;
  }
  .slidesamedata p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 20px;
  }
  .btn.lightborderbtn {
    padding: 10px 10px;
    min-width: 160px;
    font-size: 14px;
  }
  .homecounter {
    margin-top: 0;
  }
  #countDown h2 {
    font-size: 32px;
  }
  .event_date {
    font-size: 20px;
  }
  #countDown h2:after {
    width: 2px;
    height: 30px;
  }
  #countDown h2 .timetext {
    font-size: 14px;
    padding: 5px 0 0;
  }
  .dontmisout_sec,
  .home_latestnews {
    padding: 50px 0 50px;
  }
  .dontmissdata {
    height: 85px;
  }
  .dontmissdata h2 {
    font-size: 22px;
  }
  .dontmissdata h2 span {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .latnews_data {
    padding: 15px 0 0;
  }
  .latnews_data h6 {
    font-size: 14px;
  }
  .latnews_data h4 {
    font-size: 16px;
  }
  .latnews_data p {
    font-size: 16px;
    line-height: 24px;
  }
  .homegallery {
    padding: 0;
  }
  .homegallry_col h4 {
    padding: 0;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .bannerslider {
    height: 400px;
  }
  .banneritem {
    height: 400px;
  }
  .firstslidedata > h1,
  .slidesamedata h2 {
    font-size: 46px;
  }
  .firstbanimgs {
    max-width: 100%;
    padding: 0;
  }
  .firstbanimgs > div > .img-fluid {
    max-width: 120px;
  }
  .slidesamedata p {
    font-size: 16px;
    line-height: 26px;
  }
  .slidesamedata p br {
    display: none;
  }
  .hoverimgbox {
    left: 30px;
    top: -45px;
  }
  .hoverimgbox img {
    width: 60px;
    min-width: 60px;
    height: 40px;
  }
  #countDown h2 {
    font-size: 28px;
    padding: 0 15px;
  }
  .event_date {
    font-size: 18px;
  }
  #countDown h2:after {
    width: 2px;
    height: 30px;
  }
  #countDown h2 .timetext {
    font-size: 13px;
  }
  .dontmissdata {
    height: auto;
    background: transparent !important;
    box-shadow: 0px 0px 10px #ffffff;
    border: 2px solid #E7C35E;
    border-radius: 20px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    padding: 15px 15px;
    margin: 13px 0 0;
  }
  .dontmissdata h2 {
    width: 100%;
    padding: 0 0 15px;
  }
  .dontmissdata .btn.lightborderbtn {
    order: 3;
  }
  .slideitem {
    height: 300px;
  }
  .desktopimg {
    display: none !important;
  }
  .mobileimg {
    display: block !important;
  }
  .desktopview {
    display: none;
  }
  .mobileview {
    display: block;
  }
  .addimg_col .img-fluid {
    height: auto;
  }
}

@media (max-width: 1200px) {
  .counter_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: center;
  }
  .counter_row > .countmain_box {
    grid-area: 1 / 1 / 2 / 5;
    margin-bottom: 42px;
  }
  .counter_row > img:nth-child(1) {
    grid-area: 2 / 1 / 3 / 2;
  }
  .counter_row > img:nth-child(2) {
    grid-area: 2 / 2 / 3 / 3;
  }
  .counter_row > img:nth-child(3) {
    grid-area: 2 / 3 / 3 / 4;
  }
  .counter_row > img:nth-child(4) {
    grid-area: 2 / 4 / 3 / 5;
  }
  #countDown {
    justify-content: center;
  }
  .banner-logo-slider-container {
    height: 72px;
  }
  .banner-logo-slider-wrapper {
    height: 68px;
    gap: 0;
  }
  .banner-logo-item {
    min-height: unset;
    padding: unset;
  }
  .banner-logo-slider-container .banner-logo-item img {
    max-height: 68px;
  }
}
@media (max-width: 767px) {
  .counter_row {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
  }
  .counter_row > .countmain_box {
    grid-area: 1 / 1 / 2 / 3;
  }
  .counter_row > img:nth-child(1) {
    grid-area: 2 / 1 / 3 / 2;
  }
  .counter_row > img:nth-child(2) {
    grid-area: 2 / 2 / 3 / 3;
  }
  .counter_row > img:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
  }
  .counter_row > img:nth-child(4) {
    grid-area: 3 / 2 / 4 / 3;
  }
  .banner-logo-slider-container {
    display: none;
  }
  .banner-logo-center-logo{
    margin: 0 16px;
  }
  .banner-logo-item img {
    max-height: unset;
  }
  .banner-logo-mobile-slider-container {
    display: flex;
    margin-top: 16px;
  }
}

@media (max-width: 480px) {
  .firstslidedata > h1,
  .slidesamedata h2 {
    font-size: 36px;
  }
  .firstbanimgs > div > .img-fluid {
    max-width: 100px;
    max-height: 40px;
  }
  .circlebox {
    width: 40px;
    height: 40px;
  }
  .slideitem {
    height: 400px;
  }
  .owl-carousel .slideitem .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .counter_row {
    justify-content: center;
  }
}
