* {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

body {
  background: #000;
  min-height: 100vh;
}

.ekings9-space-banner {
  background-image: url(./assets/ekings9-1879-1195.jpg);
  width: auto;
  height: 1195px; /* old value  547px */
  background-repeat: no-repeat;
  background-position: center;
}

.button-area-mobile {
  display: none;
}

.button-area {
  top: 0px;
  width: 940px;
  margin-left: -470px;
}

.button-div {
  position: absolute;
  left: 50%;
  top: 0;
  height: 0;
  z-index: 1;
}

.button-link {
  display: block;
  border-style: none;
  border-radius: 61px;
  left: -123px;
  top: 693px;
  z-index: 1;
  width: 290px;
  height: 69px;
  position: absolute;
  background: linear-gradient(#ff0000, #e60000);
  box-shadow: none;
  text-shadow: none;
  color: #ffffff;
  font-size: 36px;
  line-height: 34px;
  font-weight: 400;
  font-family: Montserrat;
  font-style: normal;
  text-align: center;
  background-repeat: no-repeat;
  padding-top: 15px;
  text-decoration: none;
}

.button-link:hover {
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(#f20000, #db0000);
}

.p-ten-container {
  margin-top: 5%;
  line-height: 29px;
  text-align: center;
}

.p-eleven-container {
  line-height: 29px;
  text-align: center;
}

.p-twelve-container {
  margin-top: 1%;
  text-align: center;
}

.p-thirtheen-container,
.p-fourtheen-container,
.p-fiftheen-container {
  text-align: center;
  display: flex;
  justify-content: center;
}

.p-one {
  color: rgb(245, 176, 51);
  font-size: 30px;
}

.p-two,
.p-three {
  font-size: 16px;
  letter-spacing: 1px;
  color: rgb(249, 227, 164);
  font-family: montserrat;
  text-shadow: 4px 4px 14px black;
}

.p-four,
.p-six,
.p-eight {
  font-weight: bolder;
  font-family: montserrat;
  font-size: 24px;
  letter-spacing: 1px;
  color: rgb(245, 176, 51);
}

.p-five,
.p-seven,
.p-nine {
  font-size: 12px;
  letter-spacing: 1px;
  color: rgb(242, 230, 178);
}

.p-nine {
  text-align: center;
}

.p-ten,
.p-eleven,
.p-twelve {
  text-align: center;
  line-height: 45px;
  letter-spacing: 1px;
  color: rgb(255, 252, 252);
  font-family: "PT Serif";
  font-weight: 400;
  font-style: italic;
  font-size: 36px;
}

.ekings-com {
  font-family: "PT Serif";
  font-weight: 400;
  font-style: italic;
  font-size: 36px;
}

.p-thirtheen,
.p-fourtheen,
.p-fiftheen {
  font-size: 16px;
  font-style: italic;
  color: rgb(249, 227, 164);
  margin: 0;
}

.onclick-container,
.remove-container {
  margin-top: 4%;
  margin-bottom: 4%;
  padding: 0;
}

.remove-container {
  padding-left: 1%;
}

.onclick-banner,
.remove-banner {
  width: auto;
  height: 135px;
}

.onclick-banner {
  float: right;
}

.lower-banner-container {
  position: relative;
}

.lower-banner {
  background-image: url("./assets/lower-banner-1180x398.jpg");
  width: 100%;
  height: 398px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.lower-banner-p-container,
.lower-banner-button-container {
  position: absolute;
  top: 83px;
  text-align: center;
}

.lower-banner-p-container {
  left: 6.2%;
}

.lower-banner-button-container {
  top: 231px;
  left: 8%;
}

.lower-banner-p {
  font-weight: bolder;
  text-shadow: 2px 2px 7px black;
  font-size: 32px;
  color: rgb(245, 176, 51);
}

.social-section {
  background: rgba(116, 3, 3, 1);
  height: 222px;
}

/* QR Section  */

.qr-code {
  width: 189px;
  height: 216px;
}

.footer-section {
  background: rgba(47, 46, 46, 1);
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-divider {
  margin: 1px;
}

.footer-p {
  letter-spacing: 0.2px;
  color: rgb(255, 252, 252);
  font-size: 12.5px;
  font-family: "PT Serif";
  margin: 0;
  font-weight: 400;
}

.guracao-img-logo {
  width: 116px;
  height: 38px;
}

@media (max-width: 1236px) {
  .ekings9-space-banner {
    background-image: url(./assets/ekings9-1236-1195.jpg);
    height: 1195px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (max-width: 1200px) {
  .ekings9-space-banner {
    background-image: url(./assets/ekings9-1200-1160.jpg);
    height: 1160px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (max-width: 600px) {
  .banner-section {
    display: flex;
    justify-content: center;
  }

  .ekings9-space-banner {
    background-image: url("./assets/ekings9-600-580.jpg");
    height: 580px;
    width: 600px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .button-area {
    display: none;
  }
  /* HERE */
  .button-area-mobile {
    display: block;
  }

  .button-link-mobile {
    border-radius: 61px;
    left: 40%;
    top: 336px;
    z-index: 1;
    width: 164px;
    height: 42px;
    position: absolute;
    background: linear-gradient(#ff0000, #e60000);
    box-shadow: none;
    text-shadow: none;
    color: #ffffff;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    font-family: Montserrat;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
    padding-top: 4px;
  }

  .button-link-mobile:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #ee0000;
  }

  /* Text Section */

  .p-ten {
    line-height: 18px;
  }

  .p-ten-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: 52px;
  }

  .ekings-com {
    font-size: 18px;
    text-align: center;
  }

  .p-ten-1 {
    font-size: 18px;
  }

  .p-eleven-container {
    text-align: center;
    line-height: 45px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 48px;
  }

  .p-eleven {
    font-size: 16px;
    line-height: 19px;
    display: flex;
    flex-direction: column;
  }

  .p-twelve {
    font-size: 16px;
    line-height: 3px;
  }
}

@media (max-width: 500px) {
  .button-link-mobile {
    left: 38%;
  }
}

@media (min-width: 430px) and (max-width: 991px) {
  .footer-container {
    text-align: center;
  }
}

@media (max-width: 430px) {
  .button-link-mobile {
    left: 35.5%;
  }

  .p-one-container {
    margin-top: 3%;
  }

  .p-and-button-container {
    margin-top: 27.5%;
  }

  .p-one {
    font-size: 14px;
    margin-left: 4%;
  }

  .p-two-and-three-container-mobile {
    line-height: 11px;
  }

  .p-two,
  .p-three {
    font-size: 16px;
    letter-spacing: 1px;
    text-shadow: 4px 4px 14px black;
  }

  .p-four,
  .p-six,
  .p-eight {
    margin: 0;
  }

  .p-five,
  .p-seven,
  .p-nine {
    margin-bottom: 20%;
  }

  .button-container {
    display: none;
  }

  .button-three-container {
    display: flex;
    justify-content: center;
  }

  .button-three {
    width: 200px;
    height: 57px;
    margin: unset;
    background-image: url("./assets/glossy-wide-red-button-mobile.png");
  }

  .button-three:hover {
    background-image: url("./assets/glossy-wide-red-button-mobile2.png");
  }

  .button-three-text {
    position: absolute;
    top: 27%;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    padding: 0 8px 0 8px;
    cursor: pointer;
  }

  .button-four {
    width: unset;
    position: unset;

    border-style: none;
    border-radius: 32px;

    height: 40px;
    background-color: #29abe2;
    background: -webkit-linear-gradient(#f6ba1a, #dd900c);
    background: -moz-linear-gradient(#f6ba1a, #dd900c);
    background: -ms-linear-gradient(#f6ba1a, #dd900c);
    background: -o-linear-gradient(#f6ba1a, #dd900c);
    background: linear-gradient(#f6ba1a, #dd900c);
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
  }

  .button-four:hover {
    background-color: #1f99d7;
    background: -webkit-linear-gradient(#b10909, #fb1212);
    background: -moz-linear-gradient(#b10909, #fb1212);
    background: -ms-linear-gradient(#b10909, #fb1212);
    background: -o-linear-gradient(#b10909, #fb1212);
    background: linear-gradient(#b10909, #fb1212);
    box-shadow: none;
    color: #fdf1dc;
  }

  .number-logo-container {
    height: 100%;
  }

  .banner-container {
    position: unset;
  }

  .number-one,
  .number-two,
  .number-three {
    width: 46px;
    height: 63px;
  }

  .number-one-container,
  .number-two-container,
  .number-three-container {
    margin-top: 19%;
  }

  .horizontal-container {
    display: flex;
    justify-content: center;
    margin-bottom: 4%;
  }

  .horizontal-mobile {
    background: rgba(177, 155, 114, 1);
    border-style: none;
    border-width: 1px;
    height: 1px;
  }

  .box-one,
  .box-two,
  .box-three {
    width: 100%;
  }

  /*Text section*/
  .p-ten-container {
    margin-top: 15%;
  }

  .p-ten,
  .p-eleven {
    line-height: 23px;
    font-size: 21px;
    margin-bottom: 15%;
  }

  .p-twelve {
    margin-left: 15%;
    margin-bottom: 17%;
    margin-right: 15%;
  }

  .p-ten {
    margin-bottom: 5.5%;
  }

  .game-banner {
    width: 100%;
    height: 100%;
  }

  .onclick-container,
  .remove-container {
    margin-bottom: unset;
    padding: unset;
    justify-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .onclick-container {
    margin-top: 8%;
  }

  .remove-container {
    margin: 5% 0 10% 0;
  }

  .onclick-banner,
  .remove-banner {
    float: unset;
    width: 78%;
    height: 100%;
  }

  .lower-banner-container {
    margin-top: 41%;
    position: relative;
  }

  .lower-banner {
    background-image: url("./assets/lower-banner-mobile.png");
    width: auto;
    height: 317px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .lower-banner-p-container,
  .lower-banner-button-container {
    position: unset;
  }

  .lower-banner-p {
    font-size: 17px;
  }

  .social-main-container {
    height: unset !important;
    margin-top: 5%;
  }

  .social-icons {
    align-items: unset;
  }

  .social-container {
    align-items: unset;
    height: 100%;
  }

  .social-section {
    height: auto;
    position: relative;
    padding-bottom: 7%;
  }

  .newJuventus,
  .newSevilla {
    height: 100%;
    width: 100%;
  }

  .newJuventusContainer {
    margin: 3% 0;
  }

  .newSevillaContainer {
    margin: 2% 0 3% 0;
  }

  .fb-icon,
  .ig-icon,
  .yt-icon,
  .line-icon {
    width: 47px;
    height: 47px;
  }

  .footer-container {
    text-align: center;
  }
}

@media (max-width: 415px) {
  .p-and-button-container {
    margin-top: 29.5%;
  }
}

@media (max-width: 394px) {
  .p-and-button-container {
    margin-top: 31.5%;
  }
}

@media (max-width: 376px) {
  .p-and-button-container {
    margin-top: 34.5%;
  }
  .button-link-mobile {
    left: 34%;
  }
}

@media (max-width: 360px) {
  .banner-and-p {
    margin-left: 2%;
  }

  .p-and-button-container {
    margin-top: 36.5%;
  }

  .lower-banner-container {
    margin-top: 47%;
    position: relative;
  }
  .button-link-mobile {
    left: 34%;
  }
}

@media (max-width: 320px) {
  .banner-and-p {
    margin-left: -3%;
  }
  .button-link-mobile {
    left: 31.5%;
  }
}
