html {
  scroll-behavior: smooth;
  width: 100vw;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  width: 100vw;
  overflow-x: hidden;
}

#gradient-background-wrapper {
  background: rgb(142, 8, 59);
  background: -moz-linear-gradient(
    0deg,
    rgba(142, 8, 59, 1) 0%,
    rgba(132, 16, 89, 1) 25%,
    rgba(70, 22, 105, 1) 50%,
    rgba(31, 28, 109, 1) 70%,
    rgba(34, 26, 109, 1) 85%,
    rgba(19, 28, 120, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(142, 8, 59, 1) 0%,
    rgba(132, 16, 89, 1) 25%,
    rgba(70, 22, 105, 1) 50%,
    rgba(31, 28, 109, 1) 70%,
    rgba(34, 26, 109, 1) 85%,
    rgba(19, 28, 120, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(142, 8, 59, 1) 0%,
    rgba(132, 16, 89, 1) 25%,
    rgba(70, 22, 105, 1) 50%,
    rgba(31, 28, 109, 1) 70%,
    rgba(34, 26, 109, 1) 85%,
    rgba(19, 28, 120, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e083b",endColorstr="#131c78",GradientType=1);
}

@font-face {
  font-family: SFProDisplay-Regular;
  src: url("../font/SFProDisplay-Regular.otf");
}

@font-face {
  font-family: SFProDisplay-Medium;
  src: url("../font/SFProDisplay-Medium.otf");
}

@font-face {
  font-family: SFProDisplay-Heavy;
  src: url("../font/SFProDisplay-Heavy.otf");
}

@font-face {
  font-family: SFProDisplay-Semibold;
  src: url("../font/SFProDisplay-Semibold.otf");
}

@font-face {
  font-family: GlowSansSC-Normal-Regular;
  src: url("../font/GlowSansSC-Normal-Regular.otf");
}

@font-face {
  font-family: GlowSansSC-Normal-Bold;
  src: url("../font/GlowSansSC-Normal-Bold.otf");
}

.carousel-inner > .carousel-item img {
  margin: auto;
}

#fifa-wrapper {
  position: relative;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
}

#absolute-background {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -2;
}

#nav-logo {
  width: 8%;
}

/* #gradient-background {
  margin: -1px 0 0 0;
  padding: 0;
  width: 100%;
  height: 550vh;
  background: rgb(142, 8, 59);
  background: -moz-linear-gradient(
    0deg,
    rgba(142, 8, 59, 1) 0%,
    rgba(132, 16, 89, 1) 25%,
    rgba(70, 22, 105, 1) 65%,
    rgba(31, 28, 109, 1) 85%,
    rgba(34, 26, 109, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(142, 8, 59, 1) 0%,
    rgba(132, 16, 89, 1) 25%,
    rgba(70, 22, 105, 1) 65%,
    rgba(31, 28, 109, 1) 85%,
    rgba(34, 26, 109, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(142, 8, 59, 1) 0%,
    rgba(132, 16, 89, 1) 25%,
    rgba(70, 22, 105, 1) 65%,
    rgba(31, 28, 109, 1) 85%,
    rgba(34, 26, 109, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e083b",endColorstr="#221a6d",GradientType=1);
} */

#pattern-1 {
  position: absolute;
  margin-top: -10em;
  z-index: -1;
  right: -5em;
  /* bottom: 15em; */
}

#sticky-note {
  position: fixed;
  top: 45%;
  right: 2vw;
  width: 10vw;
  z-index: 5;
}

#sticky-note #sticky-image {
  cursor: pointer;
  width: 100%;
}

#sticky-note #sticky-note-close {
  width: 20%;
  position: absolute;
  top: 3vh;
  right: -10px;
  cursor: pointer;
  z-index: 2;
}

/* #sticky-note #sticky-note-close img {
  width: 100%;
} */

.header-text {
  letter-spacing: -1.5px;
}

.header-text-cn {
  /* letter-spacing: -1.5px; */
}

.main-header-text {
  font-weight: 750;
  line-height: 0.8;
}

.main-header-text-cn {
  font-weight: 750;
  /* line-height: 0.8; */
}

.orange-theme {
  color: #f5791f;
}

.fifa-world-cup-logo {
  width: 80%;
  margin-bottom: 2rem;
}

.orange-theme-btn {
  border-radius: 20px;
  font-weight: 500;
  padding: 10px 2rem;
  border: none;
  /* background-color: #fc9e0c; */
  background: rgb(255, 132, 24);
  background: -moz-linear-gradient(
    0deg,
    rgba(255, 132, 24, 1) 0%,
    rgba(255, 190, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(255, 132, 24, 1) 0%,
    rgba(255, 190, 0, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(255, 132, 24, 1) 0%,
    rgba(255, 190, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8418",endColorstr="#ffbe00",GradientType=1);
}

#section-1 {
  height: 89vh;
}

#section-1-background {
  width: 100%;
  opacity: 0.5;
  height: auto;
}

#actor-1 {
  position: absolute;
  right: 0;
  top: 1.5%;
  width: 56%;
  /* z-index: -1; */
}

#watch-video {
  padding: 1vh 1vh 1vh 1.5rem;
  border-radius: 30px;
  border: none;
}

#section-2 {
  /* height: 50vh; */
}

#section-2 a {
  text-decoration: none;
}

#section-2 .step-banner {
  background-color: #ffffff;
  width: 400px;
  height: 400px;
  border-radius: 50px;
  box-shadow: 0px 0px 12px 0px rgba(1, 86, 255, 0.75) inset;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(1, 86, 255, 0.75) inset;
  -moz-box-shadow: 0px 0px 12px 0px rgba(1, 86, 255, 0.75) inset;
  padding: 15% 14% 0 14%;
}

#section-2 #register img {
  box-shadow: -1px 81px 91px 4px rgba(37,91,254,0.48);
  -webkit-box-shadow: -1px 81px 91px 4px rgba(37,91,254,0.48);
  -moz-box-shadow: -1px 81px 91px 4px rgba(37,91,254,0.48);
}

#section-2 .step-banner h1 {
  margin-top: 15%;
  color: #252525;
}

#section-2 .step-banner p {
  margin-top: 5%;
  color: #696969;
  font-size: 19px;
  line-height: 1.3;
}

#section-2 #section-nav-m {
  display: none;
  overflow-x: auto;
  padding-bottom: 1em;
}

#section-2 #section-nav-m img {
  object-fit: cover;
  width: 50%;
  height: auto;
  margin-left: 1em;
}

#section-2 #section-nav-m img:hover {
  cursor: pointer;
}

#section-2 #section-nav-end {
  margin-right: 1em;
}

#section-3 {
  height: 100vh;
  margin-top: 2em;
}

/* #section-3 .main-header-text {
  margin-bottom: 3rem;
} */
#section-3 .main-header-text-cn {
  margin-bottom: 3rem;
}

#section-3 h4 {
  line-height: 1;
}

#dealer {
  position: absolute;
  /* left: -5rem; */
  width: 51%;
  margin-top: 2em;
  /* z-index: -1; */
}

#free-spin-banner img {
  width: 100%;
}

.section-4 {
  position: relative;
  background: white;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5rem 0;
}

.section-4 > div {
  /* max-width: 1000px; */
  padding: 0 2rem;
  display: flex;
  align-items: center;
  flex-flow: column;
}

.fade-des-mob {
    display: none;
}

.section-4 > div > div:first-child {
  display: flex;
  align-items: center;
  margin-bottom: 8rem;
}

.section-4 > div > div:first-child > p {
  font-size: 4.5rem;
  font-weight: 700;
  margin-right: 2rem;
  margin-bottom: 0;
}

.section-4 > div > div:first-child > img {
  height: 2.3rem;
}

.section-4 > div > div:nth-child(2) {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-gap: 3%;
}

.section-4 > div > div:nth-child(2) > div {
  display: flex;
  flex-flow: column;
  align-items: center;
  background: white;
  box-shadow: 0px 0px 15px darkgrey;
  border-radius: 15px;
  height: 270px;
  padding: 0 2rem 2rem 2rem;
  margin-bottom: 4rem;
}

.section-4 > div > div:nth-child(2) > div > div {
  height: 125px;
  width: 125px;
  margin-top: -65px;
}

.section-4 > div > div:nth-child(2) > div > p:nth-child(2) {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 24px;
    font-family: SFProDisplay-Heavy;
    text-align: center;
}

.section-4 > div > div:nth-child(2) > div > p:nth-child(3) {
    font-size: 1.1rem;
    margin-bottom: 0;
    line-height: 1.2;
    color: #c1c1c1;
    font-family: SFProDisplay-Regular;
}

.section-4 > div > div:nth-child(2) > div:hover > div > img {
    cursor: pointer;
    animation-name: bounce-icons;
    -moz-animation-name: bounce-icons;
}

.section-4 > div > div:nth-child(2) > div > div > img {
    position: absolute;
    height: 125px;
    width: auto;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.why-choose-96m {
  display: flex;
  font-size: 4.5rem;
  align-items: center;
  justify-content: center;
}

.why-choose-96m > img {
  width: 150px;
  margin-left: 1rem;
}

.why-choose-96m-cn > img { 
  height: 4.5rem;
  margin: 0 1rem;
  margin-bottom: -0.5rem;
}

@keyframes bounce-icons {
  0%,
  50%,
  50%,
  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}


.join-now-btn {
    background-image: linear-gradient(1deg, #f4811f, #ffb200);
    border: none;
    padding: 15px 10px;
    border-radius: 25px;
    color: white;
    width: 200px;
    margin-top: 4rem;
    box-shadow: 0px 0px 5px grey;
    font-size: 18px;
    background-image: linear-gradient(1deg, #f4791f, #ffb400);
    font-family: 'SFProDisplay-Medium';
    cursor: pointer;
}

#section-4 {
  height: 100vh;
  /* margin: 20em 0 0 0; */
}

#section-4 .main-header-text-cn {
  font-size: 3.5vw;
}

/* #section-4 .header-text-cn {
  font-size: 3vw;
} */

.outer-bg {
  background: white;
  width: 100%;
  position: relative;
  margin-top: 1px;
}

.container-4 {
  width: 100%;
  /* max-width: 1000px; */
  margin-left: auto;
  margin-right: auto;
  /* margin-bottom: 4rem; */
  padding: 4rem 2rem;
  position: relative;
  padding-bottom: 2rem;
  margin-top: -1px;
}

.container-4 > p {
  font-family: SFProDisplay-Semibold;
  text-align: left;
  font-size: 4.5rem;
  font-weight: 700;
  color: #252525;
  margin-bottom: 2rem;
}

.license-grid {
  display: grid;
  grid-template-columns: 23% 23% 23% 23%;
  grid-gap: 2%;
  margin-bottom: 4rem;
}

.license-grid > div {
    display: flex;
    flex-flow: column;
}

.license-img {
  height: 60px;
  margin-bottom: 2rem;
  margin-right: auto;
}

.license-grid > div > p {
  font-family: SFProDisplay-Regular;
  font-size: 1.1rem;
  color: #b3b3b3;
}

.orange-link {
  font-family: SFProDisplay-Regular;
  color: #f57921;
  font-weight: 500;
  cursor: pointer;
}

.license-grid > div:nth-child(2) img, .license-grid > div:nth-child(3) img {
  padding-top: 10px;
}

.spacer {
  height: 300px;
}

.spacer-sm {
  height: 19vh;
}

#football {
  position: absolute;
  right: 0;
  z-index: -1;
  width: 56%;
}

#pattern-4 {
  position: absolute;
  left: 10em;
  z-index: -1;
}

#section-5 {
  height: 55vh;
  position: relative;
}

#section-5 #qatar-cn {
  margin-top: 0.5rem;
}

#section-5 #pattern-3 {
  position: absolute;
  right: -10em;
  top: 0;
  z-index: -1;
}

#timer-label {
  margin-top: 3em;
}

#fifa-left {
  transform: rotate(180deg);
  /* margin-right: 2em; */
  width: 15%;
}

#fifa-right {
  width: 15%;
  /* margin-left: 2em; */
}

#section-5 .fifa-middle {
  width: 6%;
  /* margin: 0 2em; */
}

#section-5 .timer-text {
  width: 18%;
}

#timer-container {
  width: 100%;
}

#background-textures {
  position: absolute;
  width: 100%;
  z-index: -1;
}

#section-6 #country-groups img {
  max-width: 80%;
}

#section-6 #country-groups .row .col {
  display: flex;
  justify-content: center;
}

#section-6 #country-groups-m {
  display: none;
  margin-bottom: 10vh;
  width: 100%;
}

#section-6 #country-groups-m .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: visible;
}

#section-6 #country-groups-m .swiper-slide img {
  display: block;
  width: 80%;
  object-fit: cover;
}

#section-6 #country-groups-m .swiper-pagination-bullet {
  background-color: rgb(142, 8, 59);
}

/* #section-6 #country-groups-m {
  display: none;
  margin-bottom: 10vh;
  width: 80%;
}

#country-groups-m img {
  max-width: 100%;
}

#country-groups-m .carousel-image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

#country-groups-m .carousel-indicators {
  bottom: -15%;
} */

#triangle-texture {
  position: absolute;
  left: 0;
  z-index: 1;
}

.background-texture {
  width: 90%;
  display: flex;
  margin: 0 auto;
  opacity: 0.9;
}

#background-textures #pattern-2 {
  position: absolute;
  /* width: 24%; */
  left: -10em;
  z-index: 1;
}

#section-7 {
  width: 100%;
  background-image: url("../images/FIFA-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 800px;
}

#fifa-banner {
  position: absolute;
  z-index: -1;
}

.container-7 {
  padding: 2rem;
  background-color: #0524dd;
  position: relative;
  font-style: italic;
}

.sec-7 {
  width: 100%;
  /* max-width: 1000px; */
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}

.sec-7-m {
  display: none;
}

.sec-7-m h6 {
  font-size: 10px;
  font-family: "SFProDisplay-Regular";
  color: #f8f8f8;
  /* font-style: italic; */
}

.footer-grid {
  display: grid;
  grid-template-columns: 50% 50%;
}

.container-8 {
  padding: 1.25rem 0;
  background-color: black;
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

.footer-info {
  text-align: left;
}

.responsible-links {
  text-align: right;
}

.footer-info ol,
.footer-nav ol {
  display: block;
  margin: 0;
  padding: 0;
}
.footer-info ol {
  margin: -5px;
}

.footer-info img {
  width: calc(10% - 10px);
}

.socials img {
  width: calc(10% - 10px);
}

.footer-info li,
.footer-nav li {
  display: inline;
  margin: 0 3px;
  font-family: SFProDisplay-Regular;
  font-size: 0.75rem;
  color: #f8f8f8;
  text-decoration: none;
  font-style: normal;
}

.footer-nav li > a {
  color: #f8f8f8;
  font-size: 0.75rem;
  text-decoration: none;
}

.footer-nav li > a:hover {
  text-decoration: underline;
}

.footer-info h6 {
  font-family: SFProDisplay-Regular;
  font-size: 0.75rem;
  /* font-style: italic; */
  color: #f8f8f8;
  margin-bottom: 17px;
}

#footer_style {
  color: #0c42e5;
  background-color: #0c8ee5;
  border: none;
  height: 5px;
  margin-top: 2rem;
}

.responsible-nav {
  text-align: right;
  color: #f8f8f8;
  font-family: SFProDisplay-Regular;
  font-size: 0.75rem;
  /* font-style: italic; */
}

.responsible-nav p {
  margin-bottom: 0px;
  margin-block-start: 5px;
}

.sec-8 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-8-m {
  /* flex-direction: column; */
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  justify-content: center;
  align-items: center;
}

.sec-8-m .nav-content {
  /* margin-top: 6px; */
}

.sec-8 img, .sec-8-m img {
  width: 30px;
  margin: 0px 2px;
}

.sec-8 p, .sec-8-m p {
  margin-bottom: 0px;
  font-family: SFProDisplay-Regular;
  font-size: 1rem;
  margin-right: 0.5rem;
  color: #f8f8f8;
}

.sec-8 span, .sec-8-m span {
  color: #f47920;
}

.sec-8 select, .sec-8-m select {
  margin-left: 1rem;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  background: transparent;
  color: #f8f8f8;
  font-size: 0.85rem;
  padding: 3px 3px 3px 15px;
  width: 100px;
  -webkit-appearance: none;
}

.sec-8 select option, .sec-8-m select option {
  background: rgba(0, 0, 0, 0.3);
  color: #f8f8f8;
  text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.sec-8 select option:hover, .sec-8-m select option:hover {
  color: #f47920;
  background-color: transparent;
}

#lang-list, #lang-list-m {
  display: none;
}

#selected-lang {
  margin-left: 1rem;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  background: transparent;
  color: #f8f8f8;
  font-size: 0.85rem;
  padding: 3px 3px 3px 15px;
  width: 100px;
  -webkit-appearance: none;
  margin-bottom: 0;
  cursor: pointer;
}

.green-dot {
  height: 5px;
  width: 5px;
  background-color: #01ff23;
  border-radius: 50%;
  position: absolute;
  margin-right: 7px;
  right: 0;
  top: 11px;
}

#nav ul {
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: 50px;
  margin-left: 1rem;
  width: 100px;
  /* left: 1rem; */

  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #f8f8f8;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
}

#nav ul li {
  font-size: 0.85rem;
  padding: 1px 0;
  font-family: SFProDisplay-Regular;
}

#nav ul li:hover {
  color: #f47920;
}

#nav {
  position: relative;
}

/* .clone {
  display: none;
} */

.up-arrow {
  padding: 0;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 2rem;
  margin-top: -30px;
  z-index: 1;
  cursor: pointer;
  bottom: 100px;
  border: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
}

.up-arrow > img {
  width: 100%;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.custom-modal {
  display: flex; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9; /* Sit on top */
  /* padding-top: 5vh;  */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.7); /* Black w/ opacity */
}

/* Modal Content (Image) */
.custom-modal-content {
  /* margin: auto; */
  display: block;
  width: 100%;
  max-width: 920px;
  cursor: pointer;
}

/* Add Animation - Zoom in the Modal */
.custom-modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#modal-mobile {
  display: none;
}

.fx-7 {
  height: 210px !important;
}

.btn:focus, .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

/* Accordion */

#calendar-accordion .accordion-item {
  /* background-color: rgba(249, 181, 133, 1); */
}

#calendar-accordion .accordion-button {
  /* background-color: #1f1c6d;
  color: white; */
}

#calendar-accordion .accordion-button:focus {
  text-decoration: none;
}

#calendar-accordion .accordion-button h2 {
  text-align: center;
}

#calendar-accordion .bwf-calendar_expander {
  text-decoration: none;
  color: black;
  cursor: auto;
}

#calendar-accordion .table {
  min-width: 1024px;
}


/* #calendar-accordion .country {
  display: flex;
  justify-content: end;
}

#calendar-accordion .country_code {
  margin-right: 5px;
} */
/* 
.section-wrapper {
  scroll-snap-type: y mandatory;
}

#section-1,
#section-2,
#section-3,
#section-4 {
  scroll-snap-align: start;
} */

/*providers css start*/
.section-8 {
  position: relative;
  width: 100%;
  background: white;
  padding-bottom: 5rem;
  margin-top: -1px;
}

.section-8 > div {
  width: 100%;
  /* max-width: 1000px; */
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}

.section-8 > div > p {
  font-size: 4.5rem;
  font-weight: 700;
  color: #252525;
  margin-bottom: 2rem;
  font-family: SFProDisplay-Semibold;
}

.providers-slider img {
  width: 100%;
}

.providers-slider img {
  width: 100%;
}

.tns-item {
  padding: 5px;
}

/*providers css end*/