/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 5 breakpoints
*/

/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/

/* Extra small devices (landscape phones, 0px to 576px) */
@media (max-width: 575px) {
  .navbar-nav {
    display: none;
  }

  .navbar-collapse > button {
    border-radius: 18px;
    font-weight: 450;
    font-size: xx-small;
    margin-left: auto !important;
  }

  #sticky-note {
    /* width: 30vw;
    right: 3vw; */
    display: none;
  }
  
  /* #sticky-note #sticky-note-close {
    top: 3vh;
    right: -5px;
  } */

  #nav-logo {
    width: 20%;
  }

  #actor-1 {
    top: 1%;
    width: 110%;
    right: -15%;
  }

  #pattern-1 {
    display: none;
  }

  /* #gradient-background {
    height: 450vh;
  } */

  #section-1 {
    height: 85vh;
  }

  #section-1 > div {
    margin-bottom: 10px !important;
    margin-top: auto !important;
  }

  .header-text {
    letter-spacing: 0.2px;
    font-size: 1.8em !important;
  }

  #section-1 > div > h6 {
    font-size: large !important;
    margin-bottom: 1.3em !important;
  }

  #section-1 > div > .mb-4 {
    margin-bottom: 0.4em !important;
  }

  #watch-video {
    padding: 0.5em 1em 0.5em 1em;
    border-radius: 1.3em;
  }

  #watch-video h6 {
    margin-bottom: 3em;
  }

  #watch-video img {
    width: 40px !important;
  }

  #watch-video h5 {
    font-size: small;
    margin-right: 1em;
  }

  #section-2 {
    /* height: 40vh; */
    /* margin-bottom: 0 !important; */
  }

  #section-2 #section-nav {
    /* width: 100%; */
    display: none !important;
  }

  #section-2 #section-nav-m {
    display: flex !important;
  }

  #section-2 a {
    width: 100% !important;
    margin-right: 1em;
  }

  #section-2 a img {
    width: 100%;
  }

  #section-2 h3 {
    margin-bottom: 2em !important;
    font-size: 4vw;
  }

  #dealer {
    width: 108%;
    margin-top: 1em;
    left: -20%;
  }

  #section-3 {
    margin-top: 1em;
    /* justify-content: flex-end !important; */
  }

  #section-3 .main-header-text{
    font-size: 4vw !important;
    /* margin-bottom: 2vh !important; */
  }

  #section-3 .row {
    margin-top: 120% !important;
  }

  #section-3 h2 {
    font-size: 4vw !important;
  }

  #section-3 h2:first-of-type {
    margin-top: 1rem !important;
  }

  /* #section-3 h2:first-of-type + h2 {
    margin-bottom: 1rem !important;
  } */
/* 
  #section-3 .header-text {
    font-size: 7vw !important;
  } */

  #section-3 .mb-4 {
    /* font-size: 6vw !important; */
    /* margin-bottom: 1vh !important; */
  }

  #section-3 .display-6 {
    font-size: 4vw !important;
    margin-bottom: 1em !important;
  }

  #section-3 #free-spin-banner img {
    width: 100%;
  }

  #section-3 button {
    margin-top: 2em !important;
    padding: 0.8em 2em !important;
    border-radius: 18px !important;
  }

  #section-3 button h5 {
    font-size: small;
  }

  #football {
    width: 115%;
    right: -20%;
  }

  .spacer {
    display: none;
  }

  #section-4 {
    padding-top: 60vh !important;
    justify-content: center !important;
  }

  #section-4 .mb-4 {
    margin-bottom: 2vh !important;
  }

  #section-4 .display-6 {
    font-size: 4vw !important;
    margin-bottom: 5vh !important;
  }

  #section-4 button {
    border-radius: 18px !important;
    padding: 0.8em 3em !important;
  }

  #section-4 button h5 {
    font-size: small;
  }

  #section-5 {
    height: auto;
    margin-top: 10vh;
  }

  #pattern-4 {
    width: 40%;
    margin-top: 10%;
    left: -20%;
  }

  #pattern-3 {
    width: 40%;
    /* margin-top: 5vh; */
    right: -20% !important;
  }

  #timer-container .display-5 {
    font-size: 3vh !important;
  }

  #timer-container .fw-normal {
    font-size: 2vh !important;
  }

  #timer-label {
    font-weight: 450 !important;
    font-size: 5vw !important;
  }

  #spacer-section-5 {
    height: 10vh !important;
  }

  .spacer-sm {
    display: none;
  }

  #section-6 {
    margin-top: 11vh;
  }

  #section-6 > h5{
    font-size: 5vw;
    font-weight: 600 !important;
    margin-bottom: 5vh !important;
  }

  #background-textures #background-texture-1 {
    width: 200vw;
    position: absolute;
    left: -9999px;
    right: -9999px;
    margin: auto;
  }

  #triangle-texture {
    display: none;
  }

  #background-textures #background-texture-2 {
    display: none;
  }

  #background-textures #pattern-2 {
    display: none;
  }

  #section-6 #country-groups {
    display: none;
  }

  #section-6 #country-groups-m {
    display: unset;
  }

  #section-7 {
    min-height: 300px; 
    background-position: 65%;
  }

  #section-7 h1 {
    margin-bottom: 2vh !important;
  }

  #section-7 h2 {
    font-size: small !important;
  }

  #section-7 button {
    margin-top: 2vh !important;
    padding: 2vh 10vw !important;
    border-radius: 18px !important;
  }

  #section-7 button h5 {
    font-size: smaller !important;
    font-weight: 400 !important;
  }

  #modal-desktop {
    display: none;
  }

  #modal-mobile {
    display: flex;
    width: 90%;
    overflow-y: auto;
  }

  .footer-text {
    display: none;
  }

  /* .sec-8 {
    display: none;
  }

  .sec-8-m {
    display: flex;
  } */

  .custom-modal {
    padding-top: unset;
  }
  
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
  .navbar-nav {
    display: none;
  }

  .navbar-collapse > button {
    border-radius: 18px;
    font-weight: 450;
    font-size: xx-small;
    margin-left: auto !important;
  }

  #sticky-note {
    /* width: 30vw;
    right: 3vw; */
    display: none;
  }
  
  /* #sticky-note #sticky-note-close {
    top: 3vh;
    right: -5px;
  } */

  #nav-logo {
    width: 20%;
  }

  .fifa-world-cup-logo {
    margin-bottom: 2vh !important;
  }

  #actor-1 {
    top: 1%;
    width: 110%;
    right: -15%;
  }

  #pattern-1 {
    display: none;
    /* margin-top: 10vh; */
  }

  /* #gradient-background {
    height: 555vh;
  } */

  #section-1 {
    height: 85vh;
  }

  #section-1 > div {
    margin-bottom: 10px !important;
    margin-top: auto !important;
  }

  .header-text {
    letter-spacing: 0.2px;
    font-size: 1.8em !important;
  }

  .header-text-cn {
    font-size: 1.6em !important;
  }

  #section-1 > div > h6 {
    font-size: x-large !important;
    margin-bottom: 1.3em !important;
  }

  #section-1 > div > .mb-4 {
    margin-bottom: 0.4em !important;
  }

  #watch-video {
    padding: 0.5em 1em 0.5em 1em;
    border-radius: 1.3em;
  }

  #watch-video h6 {
    margin-bottom: 3em;
  }

  #watch-video img {
    width: 40px !important;
  }

  #watch-video h5 {
    font-size: small;
    margin-right: 1em;
  }

  #section-2 {
    /* overflow-y: visible; */
    /* margin-bottom: 0 !important; */
  }

  #section-2 #section-nav {
    /* width: 100%; */
    display: none !important;
  }

  #section-2 #section-nav-m {
    display: flex !important;
    flex-direction: row !important;
  }

  #section-2 a {
    width: 100% !important;
    margin-right: 1em;
  }

  #section-2 a img {
    width: 100%;
  }

  #section-2 h3 {
    margin-bottom: 2em !important;
    font-size: 4vw;
  }

  #dealer {
    width: 108%;
    margin-top: 1em;
    left: -20%;
  }

  #section-3 {
    margin-top: 1em;
    /* justify-content: flex-end !important; */
  }

  #section-3 h1 .header-text{
    /* font-size: 5vw !important; */
  }
  #section-3 .main-header-text{
    font-size: 4vw !important;
    /* margin-bottom: 3vh !important; */
  }

  #section-3 h4 {
    font-size: 3vw !important;
  }

  #section-3 h2{
    font-size: 4vw !important;
  }

  #section-3 h2:first-of-type {
    margin-top: 2rem !important;
  }

  #section-3 .main-header-text-cn{
    font-size: 6vw !important;
    margin-bottom: 2rem;
  }

  #section-3 .subtitle-cn:first-of-type {
    margin-top: 2rem !important;
  }

  #section-3 .row {
    margin-top: 90vh !important;
  }

  /* #section-3 .header-text {
    font-size: 7vw !important;
  } */

  #section-3 .mb-4 {
    /* font-size: 6vw !important; */
    margin-bottom: 1rem !important;
  }

  #section-3 .display-6 {
    font-size: 4vw !important;
    margin-bottom: 1em !important;
  }

  #section-3 #free-spin-banner img {
    width: 100%;
  }

  #section-3 button {
    margin-top: 2em !important;
    padding: 0.8em 2em !important;
    border-radius: 18px !important;
  }

  #section-3 button h5 {
    font-size: small;
  }
  
  .fx-7 {
    height: 10px !important;
  }

  #football {
    width: 115%;
    right: -20%;
  }

  /* .spacer {
    display: none;
  } */

  #section-4 {
    padding-top: 140% !important;
    justify-content: center !important;
  }

  #section-4 .display-1 {
    margin-top: 10vh !important;
    font-size: 6vw !important;
  }

  #section-4 .mb-4 {
    margin-bottom: 2vh !important;
  }

  #section-4 .display-6 {
    font-size: 4vw !important;
    margin-bottom: 5vh !important;
  }

  #section-4 h2 {
    margin-bottom: 2rem !important;
  }

  #section-4 .subtitle1, #section-4 .subtitle2 {
    font-size: 4vw !important;
  }

  #section-4 button {
    border-radius: 18px !important;
    padding: 0.8em 3em !important;
  }

  #section-4 button h5 {
    font-size: small;
  }

  #section-4 .subtitle1 {
    margin-bottom: 2px !important;
  }

  #section-5 {
    height: auto;
    margin-top: 10vh;
  }

  #pattern-4 {
    width: 40%;
    margin-top: 10%;
    left: -20%;
  }

  #pattern-3 {
    width: 40%;
    /* margin-top: 5vh; */
    right: -20% !important;
  }

  #timer-container .display-5 {
    font-size: 3vh !important;
  }

  #timer-container .fw-normal {
    font-size: 2vh !important;
  }

  #timer-container #fifa-right {
    margin-left: 1vw;
  }

  #timer-label {
    font-weight: 450 !important;
    font-size: 5vw !important;
  }

  #spacer-section-5 {
    height: 10vh !important;
  }

  .spacer-sm {
    display: none;
  }

  #section-6 {
    margin-top: 11vh;
  }

  #section-6 > h5{
    font-size: 5vw;
    font-weight: 600 !important;
    margin-bottom: 5vh !important;
  }

  #background-textures #background-texture-1 {
    width: 200vw;
    position: absolute;
    left: -9999px;
    right: -9999px;
    margin: auto;
  }

  #triangle-texture {
    display: none;
  }

  #background-textures #background-texture-2 {
    display: none;
  }

  #background-textures #pattern-2 {
    display: none;
  }

  #section-6 #country-groups {
    display: none;
  }

  #section-6 #country-groups-m {
    display: unset;
    margin-bottom: unset;
  }

  #section-7 {
    min-height: 300px; 
    background-position: 65%;
  }

  #section-7 h1 {
    margin-bottom: 2vh !important;
  }

  #section-7 h2 {
    font-size: small !important;
  }

  #section-7 button {
    margin-top: 2vh !important;
    padding: 2vh 10vw !important;
    border-radius: 18px !important;
  }

  #section-7 button h5 {
    font-size: smaller !important;
    font-weight: 400 !important;
  }

  #modal-desktop {
    display: none;
  }

  #modal-mobile {
    display: flex;
    width: 70%;
    overflow-y: auto;
  }
  
  .footer-text {
    display: none;
  }

  /* .sec-8 {
    display: none;
  }

  .sec-8-m {
    display: flex;
  } */

  .custom-modal {
    padding-top: unset;
  }

  .socials img, .footer-info img {
    width: calc(15% - 10px);
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-logo {
    width: 10%;
  }
  #actor-1 {
    width: 85%;
    right: -20%;
  }

  #sticky-note {
    width: 15vw;
    right: 3vw;
  }
  
  #sticky-note #sticky-note-close {
    top: 2.5vh;
    right: -5px;
  }

  /* #gradient-background {
    height: 490vh;
  } */

  #pattern-1 {
    display: none;
  }

  #section-1 > div {
    /* margin-bottom: 10px !important;
    margin-top: auto !important; */
    margin-top: 20vh !important;
  }

  .header-text {
    letter-spacing: 0.2px;
    font-size: 6vw !important;
  }

  .header-text-cn {
    letter-spacing: 0.2px;
    font-size: 3.5vw !important;
  }

  #section-1 h1 {
    font-size: 5vw !important;
  }

  #section-1 > div > h6 {
    font-size: 3vw !important;
    margin-bottom: 1.3em !important;
  }

  #section-1 > div > .mb-4 {
    margin-bottom: 0.4em !important;
  }

  #watch-video {
    padding: 0.5em 1em 0.5em 1em;
    border-radius: 1.3em;
  }

  #watch-video h6 {
    margin-bottom: 3em;
  }

  #watch-video img {
    width: 40px !important;
  }

  #watch-video h5 {
    font-size: small;
    margin-right: 1em;
  }

  #section-nav a img {
    width: 90%;
  }

  #dealer {
    width: 80%;
    left: -20%;
  }

  #section-3 {
    justify-content: start !important;
    margin-top: 20vh !important;
  }

  /* #section-3 h4 .text-light{
    font-size: 5vw !important;
  } */
  /* #section-3 .main-header-text{
    font-size: 4vw !important;
  } */

  /* #section-3 h1 .header-text-cn{
    font-size: 3vw !important;
  }
  #section-3 .main-header-text-cn{
    font-size: 6vw !important;
  } */

  #section-3 h6{
    font-size: 3vw !important;
    margin-bottom: 3vw !important;
  }

  #section-3 .main-header-text{
    font-size: 3.5vw !important;
    /* margin-bottom: 2vh !important; */
  }

  #section-3 .main-header-text-cn{
    font-size: 3.5vw !important;
    margin-bottom: 2vh !important;
  }

  #section-3 button {
    font-size: smaller !important;
    margin-top: 5vh !important;
    padding: 1em 3.5em !important;
  }

  #football {
    width: 80%;
    right: -20% !important;
  }

  #section-4 {
    justify-content: start !important;
    margin-top: 20vh !important;
  }

  #section-4 h1 {
    font-size: 5vw !important;
  }

  #section-4 h2 {
    font-size: 3vw !important;
  }

  #section-4 .subtitle1 {
    margin-top: 2rem !important;
    margin-bottom: 2px !important;
    line-height: 1 !important;
  }

  #section-4 h6 {
    font-size: 3vw !important;
    margin-bottom: 5vh !important;
  }

  #section-4 button {
    font-size: smaller !important;
    border-radius: 18px !important;
    padding: 1em 3em !important;
  }

  #pattern-4 {
    width: 35%;
    margin-top: 10%;
    left: -5vw;
  }

  #pattern-3 {
    width: 40%;
  }

  .spacer-sm {
    display: none;
  }

  #section-6 {
    margin-top: 11vh;
    margin-bottom: 11vh;
  }

  #section-6 > h5{
    font-size: 5vw;
    font-weight: 600 !important;
    margin-bottom: 5vh !important;
  }

  #triangle-texture {
    display: none;
  }

  #background-textures #background-texture-1 {
    width: 150vw;
    position: absolute;
    left: -9999px;
    right: -9999px;
    margin: auto;
  }

  #background-textures #background-texture-2 {
    display: none;
  }

  #background-textures #pattern-2 {
    display: none;
  }

  #section-6 #country-groups {
    display: none;
  }

  #section-6 #country-groups-m {
    display: unset;
    margin-bottom: unset;
  }

  #section-7 {
    min-height: 400px; 
    background-position: 50% !important;
  }

  #section-7 h1 {
    margin-bottom: 2vh !important;
  }

  #section-7 h2 {
    font-size: small !important;
  }

  #section-7 button {
    margin-top: 2vh !important;
    padding: 2vh 10vw !important;
    border-radius: 18px !important;
  }

  #section-7 button h5 {
    font-size: smaller !important;
    font-weight: 400 !important;
  }

  .spacer {
    display: none;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {

  #actor-1 {
    /* top: 1%; */
    width: 70%;
    /* right: -5%; */
  }

  /* #gradient-background {
    height: 690vh;
  } */

  #section-1 {
    height: 85vh;
  }

  /* #section-1 > div {
    margin-bottom: 10px !important;
    margin-top: auto !important;
  } */

  .header-text {
    letter-spacing: 0.2px;
    font-size: 3.5vw !important;
  }

  .header-text-cn {
    letter-spacing: 0.2px;
    font-size: 3.4vw !important;
  }

  #section-1 > div > h6 {
    font-size: x-large !important;
    margin-bottom: 1.3em !important;
  }

  #section-1 > div > .mb-4 {
    margin-bottom: 0.4em !important;
  }

  #watch-video {
    padding: 0.5em 1em 0.5em 1em;
    border-radius: 1.3em;
  }

  #watch-video h6 {
    margin-bottom: 3em;
  }

  #watch-video img {
    width: 40px !important;
  }

  #watch-video h5 {
    font-size: small;
    margin-right: 1em;
  }

  #section-2 {
    overflow-y: visible;
    /* margin-bottom: 0 !important; */
  }

  #section-2 h3 {
    font-size: 2vw !important;
  }

  #section-2 a {
    width: 100% !important;
    margin-right: 1em;
  }

  #section-2 a img {
    width: 100%;
  }

  #section-2 h3 {
    margin-bottom: 2em !important;
    font-size: 4vw;
  }

  #dealer {
    width: 70%;
    margin-top: 1em;
    left: -15%;
  }

  #section-3 {
    margin-top: 1em;
    justify-content: center !important;
  }

  /* #section-3 .header-text {
    font-size: 5vw !important;
  } */

  #section-3 .main-header-text-cn {
    font-size: 4vw !important;
  }

  #section-3 .mb-4 {
    font-size: 4vw !important;
    margin-bottom: 2vh !important;
  }

  #section-3 .display-6 {
    font-size: 3vw !important;
    margin-bottom: 1em !important;
  }

  #section-3 #free-spin-banner img {
    width: 100%;
  }

  #section-3 button {
    margin-top: 6vw !important;
    /* padding: 1em 2em !important; */
    border-radius: 18px !important;
  }


  #football {
    width: 70%;
    right: -15%;
  }

  #section-4 {
    /* padding-top: 100vh !important; */
    justify-content: center !important;
  }

  /* #section-4 .display-1 {
    font-size: 5vw !important;
  } */

  #section-4 .mb-4 {
    margin-bottom: 2vh !important;
  }

  #section-4 h2 {
    font-size: 3vw !important;
    margin-bottom: 5vh !important;
  }

  #section-4 .subtitle1 {
    line-height: 1 !important;
    margin-bottom: 0 !important;
  }

  #section-5 {
    height: auto;
    margin-top: 10vh;
  }

  #pattern-4 {
    width: 25%;
    margin-top: 10%;
    left: 1vw;
  }

  #pattern-3 {
    width: 30%;
    margin-top: -5vw;
    /* right: -20% !important; */
  }

  #timer-label {
    font-weight: 450 !important;
    font-size: 5vw !important;
  }

  #spacer-section-5 {
    height: 10vh !important;
  }

  #section-5 #timer-label {
    font-size: 3vw !important;
  }

  #section-6 > h5{
    font-size: 5vw;
    font-weight: 600 !important;
    margin-bottom: 5vh !important;
  }

  /* #section-6 #country-groups img {
    width: 100%;
  } */

  #section-7 {
    min-height: 450px; 
    /* background-position: 30%; */
  }

  #section-7 h1 {
    margin-bottom: 4vw !important;
  }

  #section-7 h2 {
    font-size: 2vw !important;
  }

  #section-7 button {
    margin-top: 2vh !important;
    padding: 1.5vh 4vw !important;
    border-radius: 18px !important;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1599px) {
  #actor-1 {
    /* top: 1%; */
    width: 70%;
    right: -5%;
  }

  /* #gradient-background {
    height: 720vh;
  } */

  #section-1 {
    height: 85vh;
  }

  .header-text {
    letter-spacing: 0.2px;
    font-size: 4vw !important;
  }

  .header-text-cn {
    letter-spacing: 0.2px;
    font-size: 4vw !important;
  }

  #section-1 > div > h6 {
    font-size: x-large !important;
    margin-bottom: 1.3em !important;
  }

  #section-1 > div > .mb-4 {
    margin-bottom: 0.4em !important;
  }

  #watch-video {
    padding: 0.5em 1em 0.5em 1em;
    border-radius: 1.3em;
  }

  #watch-video h6 {
    margin-bottom: 3em;
  }

  #watch-video img {
    width: 40px !important;
  }

  #watch-video h5 {
    font-size: large;
    margin-right: 1em;
  }

  #section-2 {
    overflow-y: visible;
    margin-bottom: 10vh !important;
  }

  #section-2 h3 {
    font-size: 2vw !important;
  }

  #section-2 a {
    width: 100% !important;
    margin-right: 1em;
  }

  #section-2 a img {
    width: 100%;
  }

  #section-2 h3 {
    margin-bottom: 2em !important;
    font-size: 4vw;
  }

  #dealer {
    width: 65%;
    margin-top: 5em;
    left: -10%;
  }

  #section-3 {
    margin-top: 20vh;
    justify-content: center !important;
  }

  #section-3 .row{
    margin-top: 20vh;
  }

  #section-3 .header-text {
    font-size: 3.2vw !important;
  }

  #section-3 .main-header-text-cn {
    font-size: 3vw !important;
  }

  #section-3 .header-text-cn {
    font-size: 3.2vw !important;
  }

  #section-3 .mb-4 {
    /* font-size: 4vw !important; */
    margin-bottom: 2vh !important;
  }

  #section-3 .display-6 {
    font-size: 3vw !important;
    margin-bottom: 1em !important;
  }

  #section-3 #free-spin-banner img {
    width: 100%;
  }

  #section-3 button {
    margin-top: 6vw !important;
    /* padding: 1em 2em !important; */
    border-radius: 18px !important;
  }

  #football {
    width: 65%;
    right: -5%;
  }

  #section-4 {
    /* padding-top: 100vh !important; */
    justify-content: center !important;
  }

  #section-4 .display-1 {
    font-size: 5vw !important;
  }

  #section-4 .mb-4 {
    margin-bottom: 2vh !important;
  }

  #section-4 .display-6 {
    font-size: 3vw !important;
    margin-bottom: 5vh !important;
  }

  #section-4 .header-text-cn {
    font-size: 3vw !important;
  }

  #section-4 .main-header-text-cn {
    font-size: 3.5vw !important;
  }

  #section-4 .subtitle1 {
    line-height: 1 !important;
    margin-top: 1.5rem !important;
    margin-bottom: 0 !important;
  }

  #section-4 .subtitle1, #section-4 .subtitle2 {
    font-size: 3vw !important;
  }

  #section-5 {
    height: auto;
    margin-top: 10vh;
  }

  #pattern-4 {
    width: 25%;
    margin-top: 10%;
    left: 0;
  }

  #pattern-3 {
    width: 30%;
    margin-top: 15vw;
    /* right: -20% !important; */
  }

  #timer-label {
    font-weight: 450 !important;
    font-size: 5vw !important;
  }

  #spacer-section-5 {
    height: 10vh !important;
  }

  #section-5 #timer-label {
    font-size: 3vw !important;
  }

  #section-6 > h5{
    font-size: 5vw;
    font-weight: 600 !important;
    margin-bottom: 5vh !important;
  }

  /* #section-6 #country-groups img {
    width: 80%;
  } */

  #section-7 {
    min-height: 600px; 
  }

  #section-7 h1 {
    margin-bottom: 4vw !important;
  }

  #section-7 h2 {
    font-size: 2vw !important;
  }

  #section-7 button {
    margin-top: 2vh !important;
    /* padding: 1.5vh 4vw !important; */
    border-radius: 18px !important;
  }
  .container {
    width: 1250px;
  }
}

/* Extra extra large devices (extra large desktops, 1400px and up) */
@media screen and (min-width: 1600px) and (max-width: 1900px) {
  /* #gradient-background {
    height: 610vh;
  } */

  #section-2 {
    margin-bottom: 10vh !important;
  }

  #actor-1 {
    width: 60% !important;
  }

  #dealer {
    /* left: -15vw !important; */
    width: 55% !important;
  }

  #pattern-1 {
    bottom: 50vh !important;
  }
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

/* Set width to make card deck cards 100% width */

@media screen and (max-width: 320px) {
  .sec-8 p {
    font-size: 7px;
  }

  .sec-8 img {
    width: 15px;
    margin: 0 0px;
  }
  #nav ul {
    /* display: block; */
    bottom: 25px;
    width: 70px;
  }

  #nav ul li {
    font-size: 10px;
  }

  #selected-lang {
    width: 70px;
    font-size: 10px;
    padding-left: 10px;
  }

  .container-7 {
    padding: 20px 10px 20px 10px;
  }

  .sec-7-m > div > div:nth-child(2) h6 {
    text-align: right;
  }

  .sec-7-m > div > div:nth-child(2) > div {
    justify-content: end;
  }

  .sec-7-m > div > div:first-child img {
    width: 16%;
  }

  .sec-7-m {
    display: block;
  }

  .sec-7 {
    display: none;
  }

  .sec-7-m > p {
    font-size: 10px;
    font-family: "SFProDisplay-Regular";
    color: #f8f8f8;
    margin-bottom: 0;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
    direction: rtl;
  }
  .responsible-links {
    text-align: left;
  }

  .footer-info h6 {
    font-size: 7px;
  }

  .footer-info ol {
    display: flex;
    flex-direction: row-reverse;
  }

  .footer-info img {
    width: 75%;
  }
  .responsible-icons img,
  .social-icons > a img {
    width: 20%;
  }

  .responsible-icons img {
    margin-right: 5px;
  }

  #footer_style {
    height: 1px;
    margin-top: 1rem;
  }

  /*about*/
  
  .section-4 > div > div:nth-child(2) > div > div > img:hover {
    cursor: pointer;
    animation-name: unset;
    -moz-animation-name: unset;
  }

  .section-4 {
    padding: 50px 0;
  }

  .section-4 > div {
    max-width: 100%;
    align-items: unset;
    padding: 0px 15px;
  }

  .section-4 > div > div:first-child {
    margin-bottom: 2rem;
  }

  .section-4 > div > div:first-child > p {
    font-size: 8vw;
    margin-right: 5px;
  }

  .section-4 > div > div:first-child > img {
    height: 6vw;
  }

  .section-4 > div > div:nth-child(2) {
    display: flex;
    overflow-x: auto;
    width: 100%;
    align-items: center;
    padding: 3rem 0 1rem;
    grid-template-columns: unset;
    grid-gap: unset;
    margin-left: -1rem;
  }

  .section-4 > div > div:nth-child(2) > div {
    width: 64vw;
    flex: 0 0 auto;
    height: 235px;
    margin: 0 1rem;
  }

  .section-4 > div > div:nth-child(2) > div > div {
    position: relative;
  }

  .section-4 > div > div:nth-child(2) > div > p:nth-child(2) {
    font-size: 15px;
    text-align: center;
  }

  .section-4 > div > div:nth-child(2) > div > p:nth-child(3) {
    font-size: 12px;
  }

  .join-now {
    font-size: 4vw;
    width: 175px;
    border-radius: 10px;
    margin-top: 2rem;
  }


/*license*/

.container-4 {
  padding: 1.5rem 10px 2rem 10px;
  margin-bottom: 0%;
}

.container-4 > p {
  font-size: 6vw;
  margin-bottom: 24px;
}

.license-grid {
  grid-template-columns: 45% 45%;
  grid-gap: 4%;
  margin-bottom: 0;
  grid-row-gap: 20px;
}

.license-img {
  width: auto;
  height: 7.5vw;
  margin-bottom: 15px;
}

.license-grid > div:nth-child(2) img,
.license-grid > div:nth-child(3) img {
  padding-top: 2px;
}

.license-grid > div > p {
  font-size: 7px;
  margin-bottom: 5px;
}

.license-grid > div {
  display: block !important;
  flex-flow: unset !important;
}

/*game provider*/
.section-8 > div {
  padding: 0;
}

.section-8 > div > p {
  font-size: 6vw;
  padding: 0 15px;
  margin-bottom: 24px;
}
  
}

@media screen and (max-width: 575px) and (min-width: 321px) {
  .header-text-cn {
    font-size: 6vw !important;
  }

  .header-text {
    font-size: 6vw !important;
  }

  #section-3 h4 {
    font-size: 3vw !important;
  }

  #section-3 .main-header-text-cn {
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
    font-size: 6vw !important;
    line-height: unset;
  }

  #section-3 .subtitle-cn {
    font-size: 4vw !important;
  }

  #section-3 .subtitle-cn:first-of-type {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
  }

  #section-3 .subtitle-cn:first-of-type + h2 {
    margin-bottom: 1rem !important;
  }

  .sec-8 {
    position: relative;
    /* justify-content: unset; */
  }

  .sec-8 p{
    font-size: 9px;
    margin-left: 20px;
  }

  .fx-7 {
    display: block;
    height: 50px !important;
  }

  /* .sec-8-m p {
    font-size: small;
    margin-top: 1vh;
    margin-bottom: 1vh;
  } */

  .sec-8 img {
    width: 18px;
    margin: 0 1px;
  }

  /* .sec-8-m img {
    width: 18px;
    margin: 0 1px;
  } */

  .sec-8 .nav-content {
    position: relative;
    /* right: 30px; */
  }

  #nav ul {
    /* display: block; */
    bottom: 30px;
    width: 80px;
  }

  #nav ul li {
    font-size: 12px;
  }

  #selected-lang {
    width: 80px;
    font-size: 12px;
    padding-left: 10px;
  }

  .container-7 {
    padding: 1.5rem 20px 1rem 20px;
  }

  .sec-7-m > div > div:nth-child(2) > h6 {
    text-align: start;
  }
  .sec-7-m > div > div:first-child img {
    width: 16%;
  }

  .sec-7-m {
    display: block;
  }

  .sec-7 {
    display: none;
  }

  .sec-7-m > p {
    font-size: 10px;
    font-family: "SFProDisplay-Regular";
    color: #f8f8f8;
    margin-bottom: 0;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
    direction: rtl;
  }
  .responsible-links {
    text-align: left;
  }

  .footer-info h6 {
    font-size: 7px;
  }

  .footer-info ol {
    display: flex;
    flex-direction: row-reverse;
  }

  .footer-info img {
    width: 75%;
  }
  .responsible-icons img,
  .social-icons > a img {
    width: 20%;
  }

  .responsible-icons img {
    margin-right: 5px;
  }

  #footer_style {
    height: 1px;
    margin-top: 1rem;
  }

  #nav-top {
    width: 20%;
  }

  .fifa-world-cup-logo {
    margin-bottom: 2vh !important;
  }

  /*about*/

  #section-4 h2 {
    margin-top: 1rem !important;
    margin-bottom: 2rem !important;
    font-size: 4vw !important;
  }

  #section-4 .subtitle1 {
    margin-bottom: 2px !important;
  }

  #section-4 .subtitle1, #section-4 .subtitle2 {
    font-size: 4vw !important;
  }

  #section-4 .subtitle2 {
    margin-top: 0 !important;
    margin-bottom: 2rem !important;
  }


  /* #section-4 h2 {
    font-size: 1rem !important;
    margin-bottom: 3rem !important;
  } */
  
  .section-4 {
    padding: 3rem 0;
  }

  .section-4 > div {
    max-width: 100%;
    align-items: unset;
  }

  .section-4 > div > div:first-child {
    margin-bottom: 2.5rem;
  }

  .section-4 > div > div:first-child > p {
    font-size: 8vw;
    margin-right: 10px;
  }

  .section-4 > div > div:first-child > img {
    height: 6vw;
  }

  .section-4 > div > div:nth-child(2) {
    display: flex;
    overflow-x: auto;
    width: 100%;
    align-items: center;
    padding: 3rem 0 2rem;
    grid-template-columns: unset;
    grid-gap: unset;
    margin-left: -1rem;
  }

  .section-4 > div > div:nth-child(2) > div {
    width: 56vw;
    flex: 0 0 auto;
    height: 235px;
    margin: 0 1rem;
  }

  .section-4 > div > div:nth-child(2) > div > div {
    position: relative;
  }

  .section-4 > div > div:nth-child(2) > div > p:nth-child(2) {
    font-size: 15px;
    text-align: center;
  }

  .section-4 > div > div:nth-child(2) > div > p:nth-child(3) {
    font-size: 12px;
  }

  .section-4 > div > div:nth-child(2) > div > div > img:hover {
    cursor: pointer;
    animation-name: unset;
    -moz-animation-name: unset;
  }

  .section-4 > div > div:nth-child(2) > div > div > img {
    height: 90px;
  }

  .section-4 > div > div:nth-child(2) > div > div {
    height: 90px;
    width: 90px;
    margin-top: -45px;
  }

  .why-choose-96m > img {
    width: 16vw;
  }

  /* .fade-des-mob {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: transparent;
    background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 100%
    )
  } */

  /*license*/

  .container-4 > p {
    margin: 0 0 1rem 0;
    font-size: 8vw;
  }

  .why-choose-96m-cn > img {
    height: 8vw;
    margin-bottom: unset;
  }

  .license-grid {
    grid-template-columns: 46% 46%;
    grid-gap: 8%;
    margin-bottom: 0;
    grid-row-gap: 20px;
  }

  .license-img {
    width: unset;
    height: 7vw;
    margin-bottom: 15px;
  }

  .license-grid > div:nth-child(2) img,
  .license-grid > div:nth-child(3) img {
    padding-top: 0.5vw;
  }

  .license-grid > div {
    display: block !important;
    flex-flow: unset !important;
  }

  .license-grid > div > p {
    font-size: 12px;
    margin-bottom: 6px;
    line-height: 1.3;
  }

  /*game provider*/
  .section-8 {
    padding-bottom: 4rem;
  }

  .section-8 > div {
    padding: 0;
  }

  .section-8 > div > p {
    font-size: 8vw;
    padding: 0 20px;
    margin-bottom: 24px;
  }

  .carousel-example > div > div > div > div > img {
    width: 75px;
  }

}

@media screen and (max-width: 750px) and (min-width: 415px){
  .container-4 > p {
   font-size: 25px;
 }
 }

@media screen and (max-width: 1000px) {
  .up-arrow {
    width: 50px;
    height: 50px;
    margin-top: -18px;
  }
  #lang-list, #lang-list-m {
    display: none;
  }
}

@media screen and (max-width: 1000px) and (min-width: 886px){
  
  .container-4 {
   padding: 0rem 2rem 1rem 2rem;
  }
 }

@media screen and ( min-height: 400 ) { 
  /* #gradient-background{
    height: 600vh !important;
  } */
 }

 @media screen and ( max-width: 1300px) and (min-width: 900px) {
  /* .custom-modal-content {
    width: 40%;
  } */

  /* #actor-1, #dealer, #football {
    width: 60%;
  }

  #dealer {
    left: -5% !important;
  }

  #football {
    right: -5%;
  } */

  .container {
    max-width: 980px;
  }

  #section-2 {
    margin-top: 13vw !important;
  }
 }

 @media screen and ( max-width: 500px) {
  .navbar-expand {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  #actor-1 {
    position: relative;
    top: 5vw;
    right: -5%;
  }

  #section-1 {
    height: auto;
    margin-top: -28vw;
    margin-left: 5vw;
  }

  #section-2 {
    height: auto;
    margin-left: 5vw;
    margin-top: 5vw;
  }

  .lucky-spin-text-con {
    margin-left: -5vw;
  }

  #section-3 {
    height: auto;
  }

  #football {
    position: relative;
    right: -10%;
    margin-top: 4rem;
  }

  #section-4 {
    padding-top: unset !important;
    height: unset;
    margin: unset;
    margin-left: 5vw;
    margin-top: -32vw;
  }

  /* #gradient-background {
    height: 370vh;
  } */

  #section-7 .container {
    padding-left: 5vw;
  }
 }

 @media screen and (min-width: 1301px) {
  .custom-modal-content {
    width: 40%;
  }
 }

 @media screen and (min-width: 2000px) {
  .spacer-sm {
    height: 5vh;
  }

  #section-5 #pattern-3 {
    right: -30%;
  }

  .background-texture {
    width: 80%;
  }

  /* #pattern-2 {
    width: 20% !important;
  } */
 }