@import url(../fonts/stylesheet.css);
body {
  margin-bottom: 0;
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(11,11,32,0.8)),to(rgba(11,11,32,0.8))),url(../img/bg.png);
  background-image: linear-gradient(180deg,rgba(11,11,32,0.8),rgba(11,11,32,0.8)),url(../img/bg.png);
  background-position: 0 0,0 0;
  background-size: 25px;
  background-attachment: scroll,fixed;
  line-height: 28px;
  background-clip: border-box;
  background-color: #0b0b20;
}
*{
  font-family: inter;
}
#header {
  background-color: rgba(11,11,32,.9);
  width: 100%;
  padding: 15px;
}
button {
  border-radius: 10px;
  background-color: #00feff;
  font-weight: 900;
  font-size: 20px;
  padding: 10px 15px;
  border: unset;
  color: #0b0b20;
}
.my-border {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00feff), color-stop(75%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #00feff, hsla(0, 0%, 100%, 0) 75%);
  padding: 2px;
  border-radius: 30px;
}
.border-bg {
  border-radius: 28px;
  background-color: #0b0b20;
  padding: 2px;
}
a:hover {
  text-decoration: none;
  color: #fff;  
}
.gradient-button {
  text-decoration: none;
  display: inline-block;
  color: white;
  padding: 20px 30px;
  margin: 10px 20px;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-image: linear-gradient(to right, #20204d 0%, #ff0001 51%, #12122b 100%);
  background-size: 200% auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  transition: .5s;
  font-weight: 800;
}
.gradient-button:hover {
  background-position: right center;
}

.date, .kf, .forecast, .teams{
  font-size: 22px;
  color: #00feff;
  font-weight: 800;
}
.my-hr {
  display: block;
  width: auto;
  height: 1px;
  background-image: linear-gradient(to right, #0b0b20 0%, #00fdfe 51%, #0b0b20 100%);
  margin: 30px;
}
.pagination {
  justify-content: center;
}
.page-item.disabled .page-link {
  background-color: #0b0b20!important;
  border-color: #02d0d5!important;
}
.page-link {
  background-color: #0b0b20!important;
  border-color: #02d0d5!important;
  color: #02d0d5!important;
}
label {
  color: white;
  font-size: 16px;
}
/* .win div span {
  color: #00feff!important;
} */
.lose {
  opacity: 0.4;
}
#footer {
  background: url(../img/bg-footer.png);
  background: url(../img/bg-footer.png);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 200px;
}
.my-card-header {
  background-image: linear-gradient(to right, #20204d 0%, #ff0001 51%, #12122b 100%);
  border-radius: 8px 8px 0 0;
}
.card-header {
  border-radius: 10px 10px 0 0;
}
.card {
  border: none;
  border-radius: 11px;
}
#min {
  width: 192px;
  height: 68px;
  padding: 0px;
}
#min span {
  background: white;
    color: black;
    width: 182px;
    height: 56px;
    margin: auto;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
h2 {
  font-weight: 800;
  text-align: center;
  color: white;
  margin-bottom: 40px;
}
.lose > .winner {
  display: none;
}
#logo {
  font-size: 45px;
  font-weight: 800;
  color: #fff;
}
#welcome {
  background: url(../img/welcome-bg.jpg);
  height: 900px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#welcome h1 {
  color: white;
  font-weight: 800;
  font-size: 80px;
  text-align: center;
  padding-top: 180px;
}
#welcome h2 {
  font-weight: 400;
  font-size: 25px;
  text-align: start;
  color: white;
  margin-bottom: 0px;
  text-align: center;
}
.welcome {
  text-align: center;
}
.welcome img {
  width: 135px;
  height: 135px;
  margin: auto;
}
#res {
  margin-top: -300px;
}
#reqest {
  color: #fff;
  margin-top: 12px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .prediction, #logo {
    zoom: 70%;
  }
  #welcome h1 {
    font-size: 30px;
    padding-top: 80px;
  }
  h2 {
    font-size: 26px;
  }
  #res {
    margin-top: -230px;
}
}
@media screen and (max-width: 768px) {
  #res {
    margin-top: -300px;
}
#welcome h1 {
  padding-top: 45px;
  /* padding-bottom: 20px; */
  margin-bottom: -15px;
}
.welcome img {
  width: 80px;
  height: 80px;
  margin: auto;
}
}