* {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

body {
  background: #000;
  min-height: 100vh;
}

.nav-container {
  background-color: black;
}

.ekings-logo {
  width: 185px;
  height: 69px;
}

.redirection-link:hover {
  text-decoration: none !important;
  color: #f9e3a4;
}

.content-wrapper {
  width: 500px;
  height: 500px;
  position: relative;
}

.ekings-logo-two {
  width: 92px;
  height: 23px;
}

.ekings-logo-two-container {
  margin: 3.5% 0;
}

.button-container {
  display: flex;
  justify-content: right;
  align-items: center;
}

.button-one {
  border-style: none;
  z-index: 26;
  width: 120px;
  height: 35px;
  background-color: #29abe2;
  background: -webkit-linear-gradient(#990817, #f30c22);
  background: -moz-linear-gradient(#990817, #f30c22);
  background: -ms-linear-gradient(#990817, #f30c22);
  background: -o-linear-gradient(#990817, #f30c22);
  background: linear-gradient(#990817, #f30c22);
  box-shadow: none;
  text-shadow: none;
  color: #f9e3a4;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  font-family: Montserrat;
  font-style: normal;
  text-align: center;
  background-repeat: no-repeat;
  margin-right: 7%;
}

.button-two {
  border-style: none;
  z-index: 26;
  width: 120px;
  height: 35px;
  background-color: #29abe2;
  background: linear-gradient(#f6d9a2, #f6d9a2);
  color: #333333;
  box-shadow: none;
  text-shadow: none;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  font-family: Montserrat;
  font-style: normal;
  text-align: center;
  background-repeat: no-repeat;
}

.button-one:hover {
  background-color: #1f99d7;
  background: -webkit-linear-gradient(#e30718, #91030e);
  background: -moz-linear-gradient(#e30718, #91030e);
  background: -ms-linear-gradient(#e30718, #91030e);
  background: -o-linear-gradient(#e30718, #91030e);
  background: linear-gradient(#e30718, #91030e);
  box-shadow: none;
  color: #f6d9a2;
  text-decoration: none;
}

.button-two:hover {
  background-color: #1f99d7;
  background: -webkit-linear-gradient(#eac07b, #eac07b);
  background: -moz-linear-gradient(#eac07b, #eac07b);
  background: -ms-linear-gradient(#eac07b, #eac07b);
  background: -o-linear-gradient(#eac07b, #eac07b);
  background: linear-gradient(#eac07b, #eac07b);
  box-shadow: none;
  color: #333333;
  text-decoration: none;
}

.two-man {
  background-image: url('assets/hero-image-1903x897.png');
  width: auto;
  height: 547px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  object-fit: contain;
}

.overlay {
  background: rgba(59, 59, 59, 0.63);
  background-size: cover;
  height: inherit;
}

.two-man-container {
  position: relative;
}

.banner {
  width: 451px;
  height: auto;
  margin-left: 2.5%;
}

.banner-container {
  position: absolute;
  top: 9%;
  left: 1%;
}

.bonus-member-baru-hingga-container {
  top: -172px;
  display: block;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  z-index: 14;
  width: 676px;
  height: 190px;
  position: relative;
  text-align: center;
  font-size: 48px;
}

.banner-text-color-size {
  color: rgb(246, 176, 64);
  font-family: montserrat;
}

.bonus-text {
  text-align: center;
}

.banner-lower-text {
  left: 50px;
  top: 75px;
  display: block;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  z-index: 4;
  width: 571px;
  height: 110px;
  position: absolute;
  text-align: center;
  color: rgb(246, 217, 162);
  font-family: montserrat;
}

.banner-small-text {
  font-size: 20px;
  letter-spacing: 1px;
}

.banner-button {
  top: 240px;
  display: block;
  border-style: none;
  border-radius: 0px;
  z-index: 2;
  width: 217px;
  height: 48px;
  position: absolute;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  font-family: Montserrat;
  font-style: normal;
  text-align: center;
  background-repeat: no-repeat;
}

.banner-red-button {
  background-color: #29abe2;
  background: -webkit-linear-gradient(#ef091f, #990412);
  background: -moz-linear-gradient(#ef091f, #990412);
  background: -ms-linear-gradient(#ef091f, #990412);
  background: -o-linear-gradient(#ef091f, #990412);
  background: linear-gradient(#ef091f, #990412);
  box-shadow: none;
  text-shadow: none;
  color: #f6d9a2;
}

.banner-red-button:hover {
  background-color: #1f99d7;
  background: -webkit-linear-gradient(#e30718, #91030e);
  background: -moz-linear-gradient(#e30718, #91030e);
  background: -ms-linear-gradient(#e30718, #91030e);
  background: -o-linear-gradient(#e30718, #91030e);
  background: linear-gradient(#e30718, #91030e);
  box-shadow: none;
  color: #f6d9a2;
}

.banner-button .label {
  margin-top: -10px;
  position: absolute;
  top: 50%;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  padding: 0 8px 0 8px;
  cursor: pointer;
}

/* Numbers Section */

.number-main-content {
  background: rgba(116, 3, 3, 1);
  border-style: none;
  margin-bottom: 1px;
  border-radius: 0px;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.number-main-content-mobile {
  display: none;
}

.one-content-div,
.two-content-div,
.three-content-div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.number-label {
  font-weight: bolder;
  font-family: montserrat;
  font-size: 24px;
  letter-spacing: 1px;
  color: rgb(245, 176, 51);
  text-align: center;
}
.number-description {
  font-size: 12px;
  letter-spacing: 1px;
  color: rgb(242, 230, 178);
}

/* End of Number section */

/* Box Section */
.box-containers-mobile {
  display: none;
}
/* End of Box Section */

.p-and-button-container {
  margin-top: 14%;
}

.p-one-container,
.p-two-and-three-container {
  margin-left: 7.5%;
}

.p-one-container {
  margin-bottom: 22px;
}

.p-two-and-three-container {
  line-height: 12px;
}

.p-ten-container {
  line-height: 29px;
  text-align: center;
  max-width: 40%;
  margin: auto;
}

.p10-main-container {
  padding-top: 25px;
}

.p-eleven-container {
  line-height: 29px;
  text-align: center;
}

.p-twelve-container {
  margin: auto;
  text-align: center;
  max-width: 39%;
}

.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 {
  font-size: 26px;
  letter-spacing: 1px;
  color: rgb(245, 176, 51);
}

.p-ten {
  line-height: 42px;
}

.p-twelve {
  font-size: 14px;
  letter-spacing: 1px;
  color: rgb(249, 227, 164);
}

.p-thirtheen,
.p-fourtheen,
.p-fiftheen {
  font-size: 16px;
  font-style: italic;
  color: rgb(249, 227, 164);
  margin: 0;
}

.number-logo-container {
  background: rgba(116, 3, 3, 1);
  border-style: none;
  margin-bottom: 1px;
  border-radius: 0px;
  height: 283px;
  display: flex;
  align-items: center;
}

.number-one-container,
.number-two-container,
.number-three-container {
  justify-content: center;
  align-items: center;
  margin-top: 6%;
  margin-bottom: 6%;
}

.number-one,
.number-two,
.number-three {
  width: 90px;
  height: 100px;
}

.horizontal-container {
  display: flex;
  justify-content: center;
}

.horizontal {
  background: rgba(255, 255, 255, 0);
  border-style: solid none none none;
  border-width: 1px;
  border-color: #5e5e5e;
  margin-top: 1%;
  width: 103px;
  height: 8px;
}

.box-containers {
  margin-bottom: 50px;
}

.box-one,
.box-two,
.box-three {
  border-style: solid;
  border-width: 1px;
  border-color: #f5b033;
  border-radius: 0px;
  z-index: 20;
  width: 100%;
  height: 198px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-one-container,
.box-two-container,
.box-three-container {
  margin-top: 2.5%;
}

.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;
}

.parralax {
  display: block;
  background: rgba(0, 0, 0, 0);
  background-image: url('assets/parralax_1920x1200.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border-radius: 0px;
  width: 100%;
  height: 398px;
  position: relative;
}

.parralax-label {
  font-family: montserrat;
  color: rgb(246, 176, 64);
  font-size: 36px;
  font-weight: bold;
}

.parralax-items {
  font-weight: 700;
  font-family: montserrat;
  font-size: 16px;
  color: rgb(254, 191, 110);
  background-color: rgba(9, 6, 6, 0);
  line-height: 32px;
}

.parralax-button {
  top: 182px;
  display: block;
  border-style: none;
  border-radius: 0px;
  z-index: 2;
  padding-top: 14px;
  width: 316px;
  height: 48px;
  position: absolute;
  font-size: 17px;
  font-weight: 400;
  font-family: Montserrat;
  font-style: normal;
  text-align: center;
  background-repeat: no-repeat;
  border-style: none;
  background-color: #29abe2;
  background: -webkit-linear-gradient(#ef091f, #990412);
  background: -moz-linear-gradient(#ef091f, #990412);
  background: -ms-linear-gradient(#ef091f, #990412);
  background: -o-linear-gradient(#ef091f, #990412);
  background: linear-gradient(#ef091f, #990412);
  box-shadow: none;
  text-shadow: none;
  color: #f9e3a4;
  font-size: 15px;
  background-repeat: no-repeat;
}

.parralax-button:hover {
  background-color: #1f99d7;
  background: -webkit-linear-gradient(#e30718, #91030e);
  background: -moz-linear-gradient(#e30718, #91030e);
  background: -ms-linear-gradient(#e30718, #91030e);
  background: -o-linear-gradient(#e30718, #91030e);
  background: linear-gradient(#e30718, #91030e);
  box-shadow: none;
  color: #f6d9a2;
}

/* Start of company logo css */
.companies {
  height: 116px;
}

.company-container,
.company-main-container {
  height: 100%;
}

.company-logo {
  width: 167px;
  height: 50px;
}

.social-section {
  background: rgba(142, 5, 5, 1);
  height: 222px;
}

.social-main-container,
.social-container {
  height: 222px;
}

.social-container {
  display: flex;
  align-items: center;
}

.social-text-container {
  margin-bottom: 5%;
}

.social-text {
  letter-spacing: 1px;
  font-size: 10.5px;
  line-height: 20px;
  color: rgb(242, 230, 178);
  margin-top: 19px;
  font-family: Arial, sans-serif;
}

.social-call-to-action {
  font-style: italic;
  font-family: montserrat;
  font-size: 16px;
  color: rgb(246, 217, 162);
}

.social-call-to-action-mobile {
  font-style: italic;
}

.socials-logo-div {
  margin-left: -16px;
  margin-bottom: 15px;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.socials-lower-text {
  font-size: 11px;
  color: rgb(246, 217, 162);
}

.social-section-mobile {
  display: none !important;
}
.social-container-mobile {
  display: none !important;
}
.social-text-mobile {
  text-align: center;
}
.social-call-to-action-mobile {
  text-align: center;
}

.lower-text-items {
  display: unset;
}

.lower-text-divider {
  margin-inline: 3px;
  color: rgb(246, 217, 162);
}

.fb-icon,
.ig-icon,
.yt-icon,
.line-icon {
  width: 56px;
  height: 56px;
}

.footer-section {
  background: rgba(38, 37, 37, 1);
  height: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-div {
  margin-top: 15px;
}

.footer-p {
  margin-bottom: 15px;
}

.footer-p,
.footer-p-2 {
  color: rgb(242, 230, 178);
  font-size: 14px;
  text-align: center;
  font-family: Arial, sans-serif;
}

@media (min-width: 1024) and (max-width: 1199.98px) {
  .social-call-to-action {
    font-size: 13px;
  }
}

@media (min-width: 992px) and (max-width: 1023.98px) {
  .p10-main-container {
    padding-top: 22px;
  }
  .social-call-to-action {
    font-size: 13px;
  }
  .socials-lower-text {
    font-size: 9px;
  }
}

@media (min-width: 601px) and (max-width: 991.98px) {
  .container {
    max-width: 768px;
  }
  .nav-container {
    max-width: 100%;
    height: 71px;
    background-color: black;
  }

  .nav-content-container {
    flex-wrap: unset;
    padding-inline: 15px;
    max-width: 100%;
    margin: auto;
  }

  .button-one {
    margin-right: 9%;
  }

  .two-man-container {
    width: 100%;
  }

  .two-man {
    height: 446px;
  }

  .bonus-member-baru-hingga-container {
    font-size: 41px;
    top: -160px;
  }

  .banner-small-text {
    font-size: 16px;
  }

  .banner-text-color-size {
    line-height: 1em;
  }

  .banner-lower-text {
    top: 14px;
  }

  .banner-button {
    top: 138px;
  }

  .number-logo-container {
    height: auto;
  }

  .number-label {
    font-size: 19px;
  }

  .numbers-img {
    width: 80%;
    aspect-ratio: 4/3;
    object-fit: contain;
  }

  .number-description {
    font-size: 11px;
  }

  .one-content-div {
    position: relative;
    top: 9px;
  }

  .p10-main-container {
    padding-top: 23px;
  }

  .p-ten {
    width: 334px;
  }

  .p-twelve-container {
    max-width: 38%;
  }

  .p-thirtheen,
  .p-fourtheen,
  .p-fiftheen {
    font-size: 15px;
  }

  .parralax {
    height: auto;
  }

  .parralax-label {
    font-size: 26px;
  }
  .parralax-items {
    line-height: 20px;
    font-size: 16px;
  }
  .parralax-button {
    top: 130px;
    height: 43px;
    width: 273px;
    padding-top: 11px;
    font-size: 13px;
    right: 1px;
  }

  .company-container {
    justify-content: space-around;
  }

  .social-main {
    position: relative;
    top: 36px;
  }

  .social-logo-container {
    position: relative;
    left: 50px;
  }

  .social-text {
    margin-left: 20px;
  }

  .social-section {
    height: 321px;
  }

  .social-call-to-action {
    font-size: 11px;
  }
  .socials-lower-text {
    font-size: 6px;
  }
  .footer-p,
  .footer-p-2 {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .container {
    max-width: 315px;
  }

  .logo-wrapper {
    display: flex;
    justify-content: center;
  }

  .two-man {
    background-image: url('assets/hero-image-1200x804.png');
    background-size: cover;
    background-position: 40%;
  }

  .content-wrapper {
    width: 400px;
    height: 400px;
  }
  .two-man {
    height: 422px;
  }
  .bonus-member-baru-hingga-container {
    width: 255px;
    top: -144px;
    height: 113px;
    line-height: 0.5em;
  }
  .banner-text-color-size {
    font-size: 26px;
  }
  .banner-lower-text {
    font-size: -20px;
    width: 327px;
    left: -36px;
    top: -13px;
  }
  .situs-judi-online {
    margin-top: -13px;
    width: 326px;
    position: absolute;
    left: 14px;
  }
  .banner-button {
    top: 166px;
    left: 28px;
  }

  /* Numbers Section @600px */
  .number-main-content {
    display: none;
  }
  .number-main-content-mobile {
    display: block;
    background: rgba(116, 3, 3, 1);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* End of Numbers Section @600px */

  /* Box Section @600px */
  .box-containers-mobile {
    display: block;
  }
  .box-containers {
    display: none;
  }

  .box-section-mobile {
    padding-bottom: 30px;
  }

  .p-ten-container,
  .p-twelve-container {
    max-width: 100%;
  }

  /* End of Box Section @600px */
  .parralax {
    position: relative;
    height: 617px;
    width: 100%;
    background-position: 98%;
    padding-top: 20px;
  }
  .parralax-button {
    top: 22px;
    width: 203px;
    color: #fff;
    left: 50px;
    height: 62px;
    padding-top: 21px;
  }

  .parralax-button:hover {
    text-decoration: none;
    color: #fff;
  }

  .parralax-label {
    font-size: 26px;
    line-height: 33px;
  }

  .parralax-items {
    line-height: 28px;
  }

  .companies {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .social-ekings-logo-mobile {
    width: 68%;
    height: auto;
  }

  .social-call-to-action-mobile {
    color: rgb(246, 217, 162);
  }

  .social-logo-items {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .social-container,
  .social-section {
    display: none !important;
  }
  .social-section-mobile {
    display: block !important;
    background: rgba(142, 5, 5, 1);
    padding: 19px;
  }
  .social-container-mobile {
    display: block;
  }

  .partition {
    width: 100%;
  }
  .companies {
    height: auto;
  }
  .company-logo {
    margin: 1em;
  }

  .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: 10%;
  }

  .horizontal-container {
    display: flex;
    justify-content: center;
    margin-bottom: 2%;
  }

  .horizontal-mobile {
    background: rgba(177, 155, 114, 1);
    border-style: none;
    border-width: 1px;
    height: 1px;
  }

  .box-one,
  .box-two,
  .box-three {
    width: 100%;
    margin-bottom: 25px;
  }

  .p-ten-container {
    margin-top: 7%;
  }

  .p-ten,
  .p-eleven {
    line-height: 23px;
    font-size: 21px;
    margin-bottom: 4%;
  }

  .p-twelve {
    margin-left: 15%;
    margin-bottom: 8%;
    margin-right: 15%;
  }

  .p-ten {
    margin-bottom: 5.5%;
  }

  .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: 58%;
    height: 100%;
  }

  .lower-main-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .social-text {
    color: rgb(246, 217, 162);
  }

  .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: 100%;
    height: 100%;
  }

  .footer-section {
    height: 100%;
  }

  .footer-p {
    width: 280px;
    color: rgb(242, 230, 178);
    font-size: 12px;
    text-align: center;
    margin: auto;
  }
  .footer-p-2 {
    margin-top: 5px;
  }
  /* END OF CHECK KO MAMAYA */
}

@media (max-width: 600px) {
  .button-container {
    display: none;
  }
}

@media (max-width: 431px) {
  .p-and-button-container {
    margin-top: 24.5%;
  }
}

@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%;
  }
}

@media (max-width: 360px) {
  .banner-and-p {
    margin-left: 2%;
  }

  .p-and-button-container {
    margin-top: 36.5%;
  }
}

@media (max-width: 320px) {
  .banner-and-p {
    margin-left: -3%;
  }

  .banner-small-text {
    width: 329px;
  }

  .situs-judi-online {
    width: 301px;
  }

  .p-and-button-container {
    margin-top: 40.5%;
  }
  .promosi-tebesar {
    width: 324px;
  }
}
