@font-face {
  font-family: "isans";
  src: url("../css/font/IRANSansWeb\(FaNum\).woff2");
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "isans";
  overflow-y: scroll;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
.slider-container {
  position: relative;
  height: 100vh;
  background-color: #e5e5e5;
  overflow: hidden;
}
.slider-background {
  width: 100%;
  height: 100%;
  background: url("img/arena2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  overflow: hidden;
}
.items {
  overflow: hidden;
}
.items .img-football-player {
  height: 0%;
  position: absolute;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 1;
}

.square-picture {
  width: 300px;
  height: 300px;
  border: 3px solid #eee;
}
.slider-background .items1 {
  position: absolute;
  top: -100%;
  width: 100%;
  height: 100%;
}
.slider-container .btns {
  position: absolute;
  top: 65%;
  left: 72%;
  z-index: 5;
}
.slider-container .btns button {
  border: none;
  width: 40px;
  height: 60px;
  margin: 0 5px;
}
.slider-container .btns i {
  font-size: 22px;
}
.slider-container .btns button:hover {
  cursor: pointer;
}
.slider-container .slider-title {
  opacity: 0;
  z-index: 999;
}
.slider-container .slider-title h2 {
  z-index: 999;
}

.slider-container .button-info {
  position: absolute;
  bottom: 12%;
  left: 30%;
  border: none;
  width: 140px;
  height: 50px;
  display: block;
  background-color: #fff;
  border-radius: 5px;
  z-index: 999;
}
.slider-container .button-info button {
  background-color: #000;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
}
.slider-container .button-info a {
  color: #ccc;
  border: none;
  font-family: "isans";
  font-size: 20px;
}
.button-info {
  z-index: 99;
}

.slider-container .items h2 {
  color: #222;
  text-shadow: 2px 2px rgba(225, 225, 225, 0.5);
  padding: 20px 15px;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  top: 60%;
  left: 12% !important;
  background-color: #ffffff9d;
}
.slider-container .items .img-football-player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
}
@media (max-width: 468px) {
  .slider-container .items .img-football-player {
    width: 90%;
  }
  .slider-container .btns {
    display: none;
  }
  .slider-container .square-picture {
    border-radius: 10px;
    display: block;
    margin: 7% auto;
    width: 200px;
    height: 200px;
  }
  .slider-container .button-info {
    bottom: 5%;
  }
  .slider-container .slider-title h2 {
    z-index: 9999999;
  }
}
@media (max-width: 468px) {
  .slider-container {
    height: 95vh !important;
  }
  .slider-container .items .img-football-player {
    width: 90%;
  }
  .slider-container .btns {
    display: none;
  }
  .slider-container .square-picture {
    border-radius: 10px;
    display: block;
    margin: 7% auto;
    width: 200px;
    height: 200px;
  }
  .slider-container .button-info {
    bottom: 5%;
  }
  .slider-container .slider-title h2 {
    z-index: 9999999;
  }
}
@media only screen and (min-width: 469px) and (max-width: 768px) {
  .slider-container {
    height: 95vh !important;
  }
  .slider-container .items .img-football-player {
    width: 60%;
  }
  .slider-container .btns {
    display: none;
  }
  .slider-container .square-picture {
    border-radius: 10px;
    display: block;
    margin: 7% auto;
    width: 230px;
    height: 230px;
  }
  .slider-container .button-info {
    bottom: 5%;
    left: 10%;
  }
  .slider-container .slider-title h2 {
    z-index: 9999999;
    left: 0;
    top: 65%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .slider-container {
    height: 95vh !important;
  }
  .slider-container .items .img-football-player {
    width: 70%;
  }
  .slider-container .square-picture {
    border-radius: 10px;
    display: block;
    margin: 7% auto;
    width: 300px;
    height: 300px;
  }
  .slider-container .button-info {
    bottom: 5%;
    left: 10%;
  }
  .slider-container .slider-title h2 {
    z-index: 9999999;
    left: 0;
    top: 65%;
  }
  .slider-container .btns {
    left: 90% !important;
    top: 80%;
  }
  .slider-container .btns button {
    transform: rotate(90deg);
    background-color: transparent;
  }
  .slider-container .btns i {
    font-size: 40px;
    color: #222;
  }
}
@media (min-width: 1200px) {
  .slider-container .items h2{
    left: 20%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .slider-container {
    height: 95vh !important;
  }
  .slider-container .items .img-football-player {
    width: 60%;
  }
  .slider-container .square-picture {
    border-radius: 10px;
    display: block;
    margin: 7% auto;
    width: 300px;
    height: 300px;
  }
  .slider-container .button-info {
    bottom: 5%;
    left: 10%;
  }
  .slider-container .slider-title h2 {
    z-index: 9999999;
    left: 0;
    top: 65%;
  }
  .slider-container .btns {
    left: 90% !important;
    top: 80%;
  }
  .slider-container .btns button {
    transform: rotate(90deg);
    background-color: transparent;
  }
  .slider-container .btns i {
    font-size: 40px;
    color: #222;
  }
  .slider-container .btns button {
    width: 50px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .slider-container {
    height: 90vh !important;
    margin: 0 auto;
  }
  .slider-container .items .img-football-player {
    width: 30%;
    height: 300px;
    background-size: contain;
  }
  .slider-container .square-picture {
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 250px;
    height: 250px;
  }
  .slider-container .button-info {
    bottom: 5%;
    left: 10%;
  }
}
@media only screen and (min-width: 1401px) and (max-height: 700px) {
  .slider-container {
    height: 90vh !important;
    margin: 0 auto;
  }
  .slider-container .items .img-football-player {
    width: 500px;
  }
  .slider-container .square-picture {
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    width: 300px;
    height: 300px;
    border-width: 6px;
  }
  .slider-container .button-info {
    bottom: 5%;
    left: 10%;
  }
}
@media (min-width: 1401px) and (min-height: 701px) {
  .slider-container {

    height: 680px !important;
    margin: 0 auto;
  }
  .slider-container .items .img-football-player {
    width: 500px;
  }
  .slider-container .square-picture {
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    width: 300px;
    height: 300px;
    border-width: 6px;
  }
  .slider-container .button-info {
    bottom: 5%;
    left: 10%;
  }
}
