/* Reset CSS */
@font-face {
  font-family: "Joe_College";
  src: url(../fonts/Joe_College.ttf);
}

html,
body {
  background: url(../img/SAMPLE-BACKGROUND.png);
  background-size: cover;
  min-height: 100vh;
  overflow-x: hidden;
}
.header-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  padding: 15px;
}
.logo {
  width: 80px;
  visibility: hidden;
}

.play-btn {
  padding: 5px 30px;
}
.center-logo-video{
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  z-index: 7;
  /* display: none; */
  /* cursor: pointer; */
}
.center-logo{
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 35%;
  z-index: 7;
  display: none; /* Change display to block */
}
.center-logo.animate{
  animation: scaleBounce 2s 2s ease-out, flip 2s 4s ease-in-out;
  animation-fill-mode: forwards;
}
.center-logo-div{
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
  aspect-ratio: 1;
  z-index: 8;
  cursor: pointer;
  /* cursor: pointer; */
}
.overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f18f0665;
  z-index: 7;
}
.shadow-img{
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  filter: blur(5px);
  top: 0%;
  z-index: 0;
}
.shadow-img-2{
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  opacity: 0.5;
  filter: blur(5px);
  top: 0%;
  z-index: 0;
}
.players{
  position: relative;
  z-index: 1;
}
.button-container-1 {
  transform: translate(-00%, -00%);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  /* border: 1px solid #0a1438; */
  font-weight: 300;
  transition: 0.5s;
  letter-spacing: 1px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    circle,
    rgba(250, 138, 1, 1) 0%,
    rgba(242, 76, 0, 1) 56%,
    rgba(227, 34, 0, 1) 100%
  );
  position: relative;
  z-index: 9;
}
.label{
  color: white;
  text-align: center;
  position: relative;
  z-index: 9;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.61);
  font-size: 22px;
  margin-top: 10px;
}

.button-container-1 button,.button-container-1 a {
  all: unset;
  width: 101%;
  background: #fff;
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  border: none;
  color: #000;
  cursor: pointer;
  -webkit-animation: ani2 0.4s steps(22) forwards;
  animation: ani2 0.4s steps(22) forwards;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  padding: 0px 15px;

}

.button-container-1 button:hover,.button-container-1 a:hover {
  -webkit-animation: ani 0.4s steps(22) forwards;
  animation: ani 0.4s steps(22) forwards;
}

.button-container-1 button span,.button-container-1 a span {
  font-size: 30px;
  letter-spacing: 1px;
  /* font-weight: 300;
    font-weight: bold; */
  font-family: "Joe_College";
  line-height: 1.9;
}

.button-container-1 button span:nth-child(1),
.button-container-1 a span:nth-child(1) {
  color: #a40003;
}

.button-container-1 button span:nth-child(2),
.button-container-1 a span:nth-child(2) {
  color: #f19106;
}

.button-container-1 button span:nth-child(3),
.button-container-1 a span:nth-child(3) {
  color: #02a20e;
}

.button-container-1 button span:nth-child(4),
.button-container-1 a span:nth-child(4) {
  color: #a3008f;
}

.mas {
  /* position: absolute; */
  color: #0a1438;
  text-align: center;
  width: 101%;
  position: absolute;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mas span {
  font-size: 30px;
  font-family: "Joe_College";
}

.modal-content {
  background: transparent;
  border: none;
}

.modal-body {
  background: #0a1438;
}

.modal-header {
  border: none;
}

.modal-header .btn-close {
  opacity: 1;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  outline: none;
  box-shadow: none;
}
footer{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.footer-links{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 15px 0;
}
.footer-links a{
    color: white;
    font-size: 20px;
    text-decoration: none;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.61);
    font-weight: bold;
}

@keyframes scaleBounce {
  0% {
      transform: translate(-50%, -50%) scale(0);
  }
  50% {
      transform: translate(-50%, -50%) scale(1.2);
  }
  70% {
      transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
      transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes flip {
  0% {
      transform: translate(-50%, -50%) rotateY(0deg);
  }
  100% {
      transform: translate(-50%, -50%) rotateY(360deg);
  }
}

@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }

  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }

  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

@media (max-width: 992px) {
  .grid-wrapper img {
    width: 50%;
  }
}

@media (max-width: 576px) {
    .logo{
        width: 00px;
    }
    .button-container-1 button span,.button-container-1 a span {
        font-size: 12px;
    }
    .mas span{
        font-size: 12px;
    }
    .header-row {
      grid-template-columns: 1fr 1fr;
      row-gap: 15px;
    }
    .header-row img{
      grid-column-start: 1;
      grid-column-end: 4;
      grid-row-start: 0;
      grid-row-start: 2;
    }
    .header-row div{
      grid-row-start: 2;
      grid-row-start: 3;
      width: 95%;
    }
    .button-container-1 button, .button-container-1 a{
      padding: 5px 15px;
    }
    .footer-links a{
      font-size: 16px;
      
    }
    .players{
      width: 300% !important;
    }
    .right-player{
      margin-left: -200%;
    }
    .shadow-img{
      width: 200%;
      /* filter: blur(3px); */
    }
    .shadow-img-2{
      width: 200%;
      /* filter: blur(3px); */
    }
    footer{
      position: relative;
    }
    .footer-links li{
      width: 50%;
      text-align: center;
    }
    .center-logo-video{
      width: 90%;
    }
    .center-logo{
      width: 50%;
    }
    .center-logo-div{
      width: 50%;
    }
   
}
