@font-face {
  font-family: "Futura";
  src: url("../fonts/futura.eot?#iefix") format("embedded-opentype"), url("../fonts/futura.woff2") format("woff2"), url("../fonts/futura.woff") format("woff"), url("../fonts/futura.ttf") format("truetype");
}
/* Responsive */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
  outline: 0;
  font-family: "Montserrat","Futura";
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #000000;
}

p {
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  width: auto;
}

.custom-container {
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 1500px) {
  .custom-container {
    max-width: 80%;
  }
}

.clearfix::before {
  clear: both;
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.social a {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  width: 30px;
  text-align: center;
  padding: 5px 0;
  transform: rotate(0);
  transition: all 0.3s;
}
.social a:hover {
  transform: rotate(360deg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

hr.custom {
  margin: 0;
  height: 20px;
  background-color: #dd0004;
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  color: #dd0004;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px -10px black;
}
@media (max-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    background-color: transparent;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 30px;
}
@media (max-width: 1024px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 25px;
  }
}

.swiper .swiper-button-prev {
  left: -40px;
  border-radius: 0px 30px 30px 0px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .swiper .swiper-button-prev {
    left: 0px;
  }
}
.swiper .swiper-button-prev::after {
  padding-right: 6px;
}
.swiper .swiper-button-next {
  right: -40px;
  border-radius: 30px 0px 0px 30px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .swiper .swiper-button-next {
    right: 0px;
  }
}
.swiper .swiper-button-next::after {
  padding-left: 6px;
}
.swiper:hover .swiper-button-prev {
  left: 0px;
}
.swiper:hover .swiper-button-next {
  right: 0px;
}

.slogan {
  margin-top: 30px;
  margin-bottom: 70px;
}

.mm-body--open header .header .container .header-nav .navbar-toggler span:nth-child(1) {
  transform: rotateZ(130deg);
  top: 10px;
}

.mm-body--open header .header .container .header-nav .navbar-toggler span:nth-child(2) {
  width: 0;
}

.mm-body--open header .header .container .header-nav .navbar-toggler span:nth-child(3) {
  transform: rotateZ(45deg);
  top: 10px;
  margin-top: 0;
}

.loader {
  width: 150px;
  height: 50px;
}

.floader {
  height: 100%;
  width: 100%;
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hide-loader {
  display: none;
}

.button {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  text-decoration: none;
  padding: 7px 20px;
  display: inline-block;
  transition: color, background-color 0.3s;
}
.button:hover {
  background-color: #fff;
  color: #000;
}

@media (max-width: 580px) {
  iframe {
    height: 350px;
  }
}

.global-title {
  font-size: 96px;
  line-height: 80px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .global-title {
    font-size: 70px;
    line-height: 60px;
  }
}
@media (max-width: 580px) {
  .global-title {
    font-size: 50px;
    line-height: 40px;
  }
}

.line-animate::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 92%;
  left: 50%;
  top: 4%;
  border-top: 1px solid #dd0004;
  border-bottom: 1px solid #dd0004;
  transform: translate(-50%);
  transition: all 0.3s;
}
.line-animate::after {
  content: "";
  position: absolute;
  width: 92%;
  height: 0%;
  left: 4%;
  top: 50%;
  border-left: 1px solid #dd0004;
  border-right: 1px solid #dd0004;
  transform: translateY(-50%);
  transition: all 0.3s;
}

header {
  height: 90px;
}
@media (min-width: 580px) {
  header {
    height: 130px;
  }
}
header .header {
  height: 100%;
}
@media (max-width: 1024px) {
  header .header {
    background-color: #000000;
  }
}
header .header .container .header-logo {
  z-index: 5;
  position: relative;
}
header .header .container .header-logo a {
  display: inline-block;
  z-index: 5;
}
header .header .container .header-logo a img {
  height: 130px;
}
@media (max-width: 580px) {
  header .header .container .header-logo a img {
    height: 90px;
  }
}
header .header .container .header-nav {
  height: 60px;
  position: relative;
  z-index: 5;
}
@media (min-width: 580px) {
  header .header .container .header-nav {
    height: 130px;
  }
}
@media screen and (max-width: 1024px) {
  header .header .container .header-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 580px) {
  header .header .container .header-nav {
    height: 90px;
  }
}
header .header .container .header-nav .menu {
  height: 100%;
  display: none;
}
@media (min-width: 1024px) {
  header .header .container .header-nav .menu {
    display: block;
  }
}
header .header .container .header-nav .menu ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
header .header .container .header-nav .menu ul li {
  height: 100%;
  display: flex;
  align-items: center;
}
header .header .container .header-nav .menu ul li a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 5px;
  font-size: 13px;
  display: inline-block;
  position: relative;
  line-height: 38px;
}
header .header .container .header-nav .menu ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #dd0004;
  bottom: 0;
  left: 5px;
  transition: all 0.3s;
}
header .header .container .header-nav .menu ul li a:hover::after {
  width: calc(100% - 10px);
}
@media (min-width: 1024px) {
  header .header .container .header-nav .menu ul li a {
    font-size: 11px;
    padding: 0 7px;
  }
}
@media (min-width: 1280px) {
  header .header .container .header-nav .menu ul li a {
    font-size: 13px;
    padding: 0 15px;
  }
}
@media (min-width: 1400px) {
  header .header .container .header-nav .menu ul li a {
    font-size: 13px;
    padding: 0 20px;
  }
}
header .header .container .header-nav .navbar-toggler {
  display: block;
  position: relative;
  height: 20px;
  outline: none;
  border: 0;
  width: 30px;
  transition: all 0.3s;
  position: relative;
  right: 0;
  margin-top: -10px;
  padding: 0;
  box-shadow: none;
}
@media screen and (min-width: 1024px) {
  header .header .container .header-nav .navbar-toggler {
    display: none;
  }
}
header .header .container .header-nav .navbar-toggler a {
  display: inline-block;
  height: 20px;
  width: 30px;
  position: relative;
}
header .header .container .header-nav .navbar-toggler span {
  width: 30px;
  height: 3px;
  right: 0;
  background-color: #dd0004;
  display: block;
  position: absolute;
  transition: all 0.3s;
}
header .header .container .header-nav .navbar-toggler span:nth-child(1) {
  position: absolute;
  top: 0;
  width: 30px;
  transform: rotatez(0deg);
}
header .header .container .header-nav .navbar-toggler span:nth-child(2) {
  position: absolute;
  top: 50%;
  width: 30px;
  margin-top: -1px;
}
header .header .container .header-nav .navbar-toggler span:nth-child(3) {
  position: absolute;
  top: 100%;
  width: 30px;
  margin-top: -2px;
  transform: rotateZ(0deg);
}

main {
  margin-top: -130px;
  background-image: url("../images/Texture-Black.jpg");
}
@media (max-width: 1024px) {
  main {
    margin-top: 0px;
  }
}

.slider {
  position: relative;
}
.slider .slide-image {
  padding-bottom: 40px;
}
.slider .slide-image img {
  width: 100%;
}
.slider .slider-parallax {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: calc(100% - 40px);
  overflow: hidden;
}
.slider .slide-content {
  position: absolute;
  width: 100%;
  bottom: -100px;
  opacity: 0;
  left: 0;
  transition: all 0.4s cubic-bezier(0.81, 0.42, 0.68, 0.55) 1.1s;
  animation-delay: 10s;
}
.slider .slide-content .slide-text {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 34px;
  background-color: #dd0004;
  color: #ffffff;
  padding: 20px;
}
@media (max-width: 1280px) {
  .slider .slide-content .slide-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .slider .slide-content .slide-text {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
  }
}
.slider .swiper-slide-active .slide-content {
  bottom: 0px;
  opacity: 1;
}
.slider .swiper-pagination {
  left: auto !important;
  right: 0;
  max-width: 35%;
  text-align: left;
}
.slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #dfe0e1;
  opacity: 1;
  border-radius: 0;
  height: 7px;
  width: 70px;
  margin: 0 15px;
}
.slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #dd0004;
}

@keyframes square {
  0% {
    left: 0px;
    top: 0px;
  }
  100% {
    left: 30px;
    top: -37px;
  }
}
@keyframes square2 {
  0% {
    left: 0px;
    bottom: 0px;
  }
  100% {
    left: 30px;
    bottom: -25px;
  }
}
@keyframes arrow {
  0% {
    left: -162px;
    opacity: 0;
  }
  100% {
    left: -62px;
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  @keyframes arrow {
    0% {
      left: -162px;
      opacity: 0;
    }
    100% {
      left: -35px;
      opacity: 1;
    }
  }
}
@keyframes arrow2 {
  0% {
    left: -162px;
    opacity: 0;
  }
  100% {
    left: -20px;
    opacity: 1;
  }
}
#about {
  padding: 80px 0;
}
#about .about-title {
  font-size: 96px;
  line-height: 115px;
  color: #dd0004;
  position: relative;
  top: 50px;
}
@media (max-width: 768px) {
  #about .about-title {
    margin-bottom: 50px;
    top: 0;
  }
}
#about .about-content {
  position: relative;
}
#about .about-content .about-image-texture {
  position: relative;
}
#about .about-content .about-image-texture::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #dd0004;
  z-index: 1;
}
#about .about-content .about-image-texture img {
  position: relative;
  z-index: 5;
  width: 100%;
}
#about .about-content .about-player {
  position: absolute;
  width: 170%;
  top: 0;
  left: -30%;
  z-index: 5;
}
@media (max-width: 1200px) {
  #about .about-content .about-player {
    width: 150%;
  }
}
@media (max-width: 580px) {
  #about .about-content .about-player {
    width: 120%;
    left: -30px;
  }
}
#about .about-content .about-text {
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 100%;
  z-index: 5;
}
@media (max-width: 1200px) {
  #about .about-content .about-text {
    width: 80%;
    bottom: -7%;
    left: 35%;
  }
}
@media (max-width: 768px) {
  #about .about-content .about-text {
    width: 90%;
    bottom: 0%;
  }
}
@media (max-width: 580px) {
  #about .about-content .about-text {
    width: 100%;
    bottom: 0%;
    position: relative;
    left: 0;
    margin-top: -20%;
  }
}
#about .about-content .about-text p {
  background-color: #000000;
  color: #ffffff;
  padding: 15px 20px;
  margin-bottom: 30px;
  position: relative;
  font-size: 15px;
  line-height: 18px;
}
#about .about-content .about-text p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 18px;
  background-color: #dd0004;
  left: 0;
  bottom: -18px;
}
#about .about-content .about-text a {
  color: #dd0004;
  display: inline-block;
  text-align: right;
  width: 90%;
}
@media (max-width: 768px) {
  #about .about-content .about-text a {
    text-align: left;
  }
}
#about .about-content.inscreen .about-image-texture::after {
  animation: square 2s ease-in-out 1;
  animation-direction: alternate;
  left: 30px;
  top: -37px;
}

.generation {
  margin-top: -160px;
  margin-bottom: -120px;
}
@media (max-width: 1200px) {
  .generation {
    margin-bottom: -70px;
    margin-top: -130px;
  }
}
@media (max-width: 992px) {
  .generation {
    margin-bottom: -50px;
    margin-top: -40px;
  }
}
@media (max-width: 768px) {
  .generation {
    margin-top: -10px;
  }
}
@media (max-width: 580px) {
  .generation {
    padding-left: 70px;
  }
}
@media (max-width: 580px) {
  .generation {
    padding-left: 50px;
    margin-bottom: -20px;
  }
}
.generation h2 {
  font-size: 150px;
  line-height: 110px;
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  z-index: 6;
  font-weight: normal;
  padding-top: 18px;
}
@media (max-width: 1400px) {
  .generation h2 {
    font-size: 120px;
    line-height: 80px;
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .generation h2 {
    font-size: 70px;
    line-height: 40px;
    padding-top: 24px;
  }
}
@media (max-width: 380px) {
  .generation h2 {
    font-size: 55px;
    line-height: 30px;
    padding-top: 20px;
  }
}
.generation h2.other {
  opacity: 0.1;
}
.generation h2 small {
  font-size: 70px;
  line-height: 50px;
  transform: translateY(-50%);
  display: inline-block;
  opacity: 0.3;
  padding-top: 13px;
}
@media (max-width: 1400px) {
  .generation h2 small {
    line-height: 0px;
    padding-top: 37px;
  }
}
@media (max-width: 768px) {
  .generation h2 small {
    font-size: 30px;
    line-height: 5px;
    padding-top: 25px;
  }
}
@media (max-width: 380px) {
  .generation h2 small {
    font-size: 22px;
    line-height: 0px;
    padding-top: 25px;
  }
}
.generation h2 span {
  opacity: 0.3;
}
.generation h2.front {
  position: relative;
}
.generation h2.front .arrow {
  position: absolute;
  left: -162px;
  opacity: 0;
  top: 0;
  border-style: solid;
  border-width: 80px 0 80px 70px;
  border-color: transparent transparent transparent #ff0000;
  transform: translateY(-25%);
}
@media (max-width: 1200px) {
  .generation h2.front .arrow {
    border-width: 50px 0 50px 40px;
  }
}
@media (max-width: 400px) {
  .generation h2.front .arrow {
    border-width: 30px 0 30px 20px;
    margin: 8px 0 0 15px;
  }
}
.generation.generation-footer {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: -25px;
}
.generation.generation-footer h2 {
  font-size: 38px;
  line-height: 25px;
  padding-top: 10px;
}
@media (max-width: 1200px) {
  .generation.generation-footer h2 {
    text-align: left;
  }
}
.generation.generation-footer h2 small {
  font-size: 20px;
  line-height: 5px;
  padding-top: 8px;
}
.generation.generation-footer h2.front .arrow {
  border-width: 20px 0 20px 20px;
  left: -120px;
  animation: arrow2 1s ease-in-out 1;
  animation-direction: alternate;
  transform: translateY(-10%);
}
@media (max-width: 400px) {
  .generation.generation-footer h2.front .arrow {
    margin: 3px 0 0 3px;
  }
}
.generation.generation-footer.inscreen h2.front .arrow {
  left: -20px;
  animation: arrow2 1s ease-in-out 1;
  animation-direction: alternate;
}
.generation.inscreen h2.front .arrow {
  left: -62px;
  opacity: 1;
  animation: arrow 1s ease-in-out 1;
  animation-direction: alternate;
}
@media (max-width: 1200px) {
  .generation.inscreen h2.front .arrow {
    left: -35px;
    transform: translateY(0%);
  }
}
@media (max-width: 768px) {
  .generation.inscreen h2.front .arrow {
    transform: translateY(-15%);
  }
}

#page .generation {
  margin-top: -60px;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  #page .generation {
    margin-top: 50px;
  }
}
@media (max-width: 380px) {
  #page .generation {
    margin-top: -40%;
  }
}

#services {
  padding-bottom: 130px;
}
@media (max-width: 580px) {
  #services {
    padding-bottom: 60px;
  }
}
#services .services-col {
  margin-left: -65px;
}
@media (max-width: 1280px) {
  #services .services-col {
    margin-left: 0px;
  }
}
#services .services-left .services-image {
  position: relative;
}
#services .services-left .services-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: #dd0004;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
#services .services-left .services-image img {
  width: 100%;
  z-index: 5;
  position: relative;
}
#services .services-left.inscreen .services-image::after {
  animation: square2 1s ease-in-out 1;
  animation-direction: alternate;
  left: 30px;
  bottom: -25px;
}
@media (max-width: 580px) {
  #services .services-left.inscreen .services-image::after {
    left: 0;
  }
}
#services .services-right {
  padding-top: 30%;
}
@media (max-width: 1400px) {
  #services .services-right {
    padding-top: 5%;
  }
}
@media (max-width: 768px) {
  #services .services-right {
    padding-top: 0%;
  }
}
#services .services-right .services-title {
  font-size: 96px;
  line-height: 70px;
  position: relative;
  left: -210px;
  background-color: #000000;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  padding: 50px 30px 10px 20px;
  z-index: 5;
  font-weight: normal;
}
@media (max-width: 1200px) {
  #services .services-right .services-title {
    padding: 50px 30px 20px 20px;
    font-size: 70px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  #services .services-right .services-title {
    left: -150px;
  }
}
@media (max-width: 768px) {
  #services .services-right .services-title {
    left: 30px;
    padding: 40px 30px 20px 20px;
    font-size: 60px;
    line-height: 30px;
    margin-top: -65px;
  }
}
@media (max-width: 380px) {
  #services .services-right .services-title {
    left: 0px;
  }
}
#services .services-right .services-title::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #dd0004;
  height: 10px;
  left: 0;
  bottom: 0;
}
#services .services-right ul {
  margin: 30px 0 0 0;
  padding: 0;
  margin-bottom: 40px;
}
#services .services-right ul li {
  font-size: 36px;
  line-height: 43px;
  color: #dd0004;
}
@media (max-width: 1200px) {
  #services .services-right ul li {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1200px) {
  #services .services-right ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  #services .services-right ul {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  #services .services-right ul {
    margin-left: 25%;
  }
}
@media (max-width: 380px) {
  #services .services-right ul {
    margin-left: 10%;
  }
}
#services .services-right a {
  color: #ffffff;
}
@media (max-width: 992px) {
  #services .services-right a {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  #services .services-right a {
    margin-left: 25%;
  }
}
@media (max-width: 380px) {
  #services .services-right a {
    margin-left: 10%;
  }
}

#team {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  #team .teamSlider {
    padding: 0 30px;
  }
}
#team .teamSlider .team-item {
  position: relative;
}
@media (max-width: 550px) {
  #team .teamSlider .team-item {
    padding: 0 50px;
  }
}
#team .teamSlider .team-item-image {
  position: relative;
  height: 350px;
}
@media (max-width: 1200px) {
  #team .teamSlider .team-item-image {
    height: 300px;
  }
}
@media (max-width: 420px) {
  #team .teamSlider .team-item-image {
    height: 250px;
  }
}
#team .teamSlider .team-item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top center;
     object-position: top center;
}
#team .teamSlider .team-item-image i {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  transform: scale(0);
  color: #ffffff;
  transition: all 0.3s;
}
#team .teamSlider .team-item-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0;
  transition: all 0.3s;
}
#team .teamSlider .team-item-name {
  margin-left: 25%;
  background-color: #dd0004;
  padding: 25px 25px 5px 20px;
  position: relative;
  margin-top: -45px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  #team .teamSlider .team-item-name {
    padding: 15px 25px 5px 20px;
  }
}
@media (max-width: 768px) {
  #team .teamSlider .team-item-name {
    margin-left: 0%;
    margin-top: 0px;
  }
}
#team .teamSlider .team-item-name p {
  font-size: 36px;
  line-height: 43px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  #team .teamSlider .team-item-name p {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  #team .teamSlider .team-item-name p {
    font-size: 22px;
    line-height: 26px;
  }
}
#team .teamSlider .team-item-name p .black-or-red {
  color: #000000;
  transition: all 0.3s;
}
#team .teamSlider .team-item-name i {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #ffffff;
}
#team .teamSlider .team-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#team .teamSlider .team-item:hover .team-item-image i {
  transform: scale(1);
}
#team .teamSlider .team-item:hover .team-item-image::before {
  opacity: 0.5;
}
#team .teamSlider .team-item:hover .team-item-image .line-animate::before {
  width: 92%;
}
#team .teamSlider .team-item:hover .team-item-image .line-animate::after {
  height: 92%;
}
#team .teamSlider .team-item:hover .team-item-name {
  background-color: #000000;
}
#team .teamSlider .team-item:hover .team-item-name p .black-or-red {
  color: #dd0004;
}
#team .teamSlider .team-item:hover .team-item-name i {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #ffffff;
}

#player {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  #player .playerSlider {
    padding: 0 30px;
  }
}
#player .playerSlider .player-item {
  position: relative;
}
@media (max-width: 550px) {
  #player .playerSlider .player-item {
    padding: 0 50px;
  }
}
#player .playerSlider .player-item-image {
  position: relative;
  height: 350px;
}
@media (max-width: 1200px) {
  #player .playerSlider .player-item-image {
    height: 300px;
  }
}
@media (max-width: 420px) {
  #player .playerSlider .player-item-image {
    height: 250px;
  }
}
#player .playerSlider .player-item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
}
#player .playerSlider .player-item-image i {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  transform: scale(0);
  color: #ffffff;
  transition: all 0.3s;
}
#player .playerSlider .player-item-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0;
  transition: all 0.3s;
}
#player .playerSlider .player-item-info {
  padding: 25px 25px 5px 20px;
  position: relative;
  transition: all 0.3s;
  text-align: center;
}
#player .playerSlider .player-item-info .player-name {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  #player .playerSlider .player-item-info .player-name {
    font-size: 20px;
    line-height: 28px;
  }
}
#player .playerSlider .player-item-info .player-team {
  font-size: 24px;
  line-height: 34px;
  color: #dd0004;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  #player .playerSlider .player-item-info .player-team {
    font-size: 20px;
    line-height: 28px;
  }
}
#player .playerSlider .player-item-info i {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #ffffff;
}
#player .playerSlider .player-item-info::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #dd0004;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
#player .playerSlider .player-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#player .playerSlider .player-item:hover .player-item-image i {
  transform: scale(1);
}
#player .playerSlider .player-item:hover .player-item-image::before {
  opacity: 0.5;
}
#player .playerSlider .player-item:hover .player-item-image .line-animate::before {
  width: 92%;
}
#player .playerSlider .player-item:hover .player-item-image .line-animate::after {
  height: 92%;
}
#player .playerSlider .player-item:hover .player-item-name i {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #ffffff;
}
#player .playerSlider .player-item:hover .player-item-info::after {
  width: 30%;
}

#social-media {
  background-image: url("../images/Texture-White.jpg");
  padding: 150px 0;
  position: relative;
}
#social-media .social-media-left {
  height: 100%;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-right: 40px;
}
@media (max-width: 992px) {
  #social-media .social-media-left {
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
}
#social-media .social-media-left h2 {
  font-size: 85px;
  line-height: 102px;
  color: #dd0004;
  text-align: right;
}
@media (max-width: 1200px) {
  #social-media .social-media-left h2 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 992px) {
  #social-media .social-media-left h2 {
    text-align: left;
  }
}
#social-media .social-media-left .social-button {
  text-align: right;
}
#social-media .social-media-left .social-button a {
  background-color: #dd0004;
  display: inline-block;
  font-size: 30px;
  width: 36px;
  text-align: center;
  line-height: 30px;
  padding-top: 4px;
  border-radius: 10px;
  color: #ffffff;
}
#social-media .social-media-right {
  background-color: #ffffff;
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 1;
}
#social-media .social-media-right::before {
  content: "";
  background-color: #dd0004;
  height: 60%;
  width: 40px;
  position: absolute;
  left: -40px;
  top: 20px;
}
#social-media::before {
  content: "";
  height: 200px;
  width: 100%;
  background-image: linear-gradient(#ffffff, transparent);
  position: absolute;
  left: 0;
  top: 0;
}
#social-media::after {
  content: "";
  height: 200px;
  width: 100%;
  background-image: linear-gradient(transparent, #ffffff);
  position: absolute;
  left: 0;
  bottom: 0;
}

#page .image img {
  width: 100%;
}
#page .page-top {
  padding-top: 80px;
}
#page .page-top h1 {
  font-size: 90px;
  line-height: 100px;
  color: #dd0004;
  padding-top: 50px;
}
@media (max-width: 1400px) {
  #page .page-top h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 992px) {
  #page .page-top h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  #page .page-top h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 380px) {
  #page .page-top h1 {
    font-size: 40px;
    line-height: 50px;
    padding-top: 0;
  }
}
#page .page-top-content {
  position: absolute;
  top: 10%;
  left: 10%;
  background-color: #000000;
  width: 140%;
  padding: 20px;
  color: #ffffff;
  min-height: 350px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 10px solid #dd0004;
}
@media (max-width: 768px) {
  #page .page-top-content {
    width: 100%;
  }
}
@media (max-width: 380px) {
  #page .page-top-content {
    position: relative;
    top: -35%;
  }
}
#page .page-top-content p {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  #page .page-top-content p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
  }
}
#page .page-top-content-contact {
  margin-bottom: 0;
  padding: 50px 30px;
  width: 100%;
}
@media (max-width: 992px) {
  #page .page-top-content-contact {
    padding: 20px 15px 0;
  }
}
@media (max-width: 400px) {
  #page .page-top-content-contact {
    padding: 0;
  }
}
#page .page-top-content-contact-item {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
#page .page-top-content-contact-item p {
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 400px) {
  #page .page-top-content-contact-item p {
    width: 100%;
  }
}
#page .page-top-content-contact-item p::before {
  content: "";
  width: 100px;
  height: 5px;
  background-color: #dd0004;
  position: absolute;
  left: 0;
  bottom: -10px;
}
#page .page-top-content-contact-item-icon {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-right: 30px;
}
#page .page-top-content-contact-item-icon.location {
  background-image: url("../images/icon-location.png");
}
#page .page-top-content-contact-item-icon.phone {
  background-image: url("../images/icon-phone.png");
}
@media (max-width: 400px) {
  #page .page-top-content-contact-item-icon.phone {
    height: 30px;
  }
}
#page .page-top-content-contact-item-icon.envelope {
  background-image: url("../images/icon-envelope.png");
}
@media (max-width: 400px) {
  #page .page-top-content-contact-item-icon.envelope {
    height: 24px;
  }
}
#page .page-top-content-contact-form form input[type=text],
#page .page-top-content-contact-form form input[type=tel],
#page .page-top-content-contact-form form input[type=email] {
  width: 100%;
  background-color: #dd0004;
  color: #ffffff;
  margin-bottom: 15px;
  padding: 10px 15px;
}
#page .page-top-content-contact-form form input[type=text]::-moz-placeholder, #page .page-top-content-contact-form form input[type=tel]::-moz-placeholder, #page .page-top-content-contact-form form input[type=email]::-moz-placeholder {
  color: #ffffff;
}
#page .page-top-content-contact-form form input[type=text]::placeholder,
#page .page-top-content-contact-form form input[type=tel]::placeholder,
#page .page-top-content-contact-form form input[type=email]::placeholder {
  color: #ffffff;
}
#page .page-top-content-contact-form form textarea {
  width: 100%;
  background-color: #dd0004;
  color: #ffffff;
  padding: 10px 15px;
  resize: none;
  margin-bottom: 7px;
}
#page .page-top-content-contact-form form textarea::-moz-placeholder {
  color: #ffffff;
}
#page .page-top-content-contact-form form textarea::placeholder {
  color: #ffffff;
}
#page .page-top-content-contact-form form input[type=submit] {
  width: 100%;
  background-color: #000000;
  border: 1px solid #dd0004;
  color: #ffffff;
  padding: 5px 15px;
  transition: all 0.3s;
}
#page .page-top-content-contact-form form input[type=submit]:hover {
  background-color: #dd0004;
}
#page .page-top.team-page h1 {
  display: inline;
  border-bottom: 15px solid #dd0004;
  position: relative;
  top: 10%;
}
@media (max-width: 768px) {
  #page .page-top.team-page h1 {
    border-bottom: 5px solid #dd0004;
  }
}
@media (max-width: 768px) {
  #page .page-top.team-page img {
    display: none;
  }
}
#page .page-top.team-page .page-top-content {
  background-color: transparent;
  border-bottom: 0;
  left: -50%;
  top: 5%;
}
@media (max-width: 768px) {
  #page .page-top.team-page .page-top-content {
    left: auto;
    position: relative;
  }
}
#page .page-top.team-page .page-top-content .page-top-content-image img {
  max-width: inherit;
  width: 140%;
}
@media (max-width: 768px) {
  #page .page-top.team-page .page-top-content .page-top-content-image img {
    display: block;
    width: 100%;
  }
}
#page .page-top.team-page + .generation {
  margin-top: -240px;
}
@media (max-width: 992px) {
  #page .page-top.team-page + .generation {
    margin-top: 0;
  }
}
#page .page-top.contact-form {
  padding-bottom: 100px;
}
#page .page-top.contact-form .page-top-content {
  position: absolute;
  top: 10%;
}

ul.custom-list {
  padding-left: 20px;
}
ul.custom-list li {
  position: relative;
}
ul.custom-list li:nth-child(odd) {
  color: #dd0004;
}
ul.custom-list li:nth-child(odd):before {
  background-color: #dd0004;
}
ul.custom-list li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: -15px;
  top: 7px;
  border-radius: 10px;
}

.step-by-step {
  padding-top: 100px;
}
.step-by-step-content {
  padding-bottom: 250px;
  position: relative;
}
@media (max-width: 1200px) {
  .step-by-step-content {
    padding-bottom: 170px;
  }
}
.step-by-step-content::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 50px;
  background-image: url(../images/arrow-v2.svg);
  background-repeat: no-repeat;
  transform: rotate(90deg) translateY(50%);
  left: 50%;
  bottom: 8%;
}
@media (max-width: 550px) {
  .step-by-step-content::after {
    transform: rotate(90deg) translateY(35%);
  }
}
.step-by-step-content h2 {
  color: rgba(255, 255, 255, 0.3);
  font-size: 60px;
  line-height: 72px;
  padding-left: 15px;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 1200px) {
  .step-by-step-content h2 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .step-by-step-content h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
.step-by-step-content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 20px;
  width: 100%;
  background-color: #ffffff;
  opacity: 0.3;
}
@media (max-width: 1200px) {
  .step-by-step-content h2::after {
    height: 10px;
  }
}
.step-by-step-content ul {
  padding-left: 15px;
}
@media (max-width: 400px) {
  .step-by-step-content ul {
    padding-left: 0;
  }
}
.step-by-step-content ul li {
  font-size: 30px;
  line-height: 42px;
  color: #dd0004;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .step-by-step-content ul li {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .step-by-step-content ul li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.step-by-step-content.custom ul {
  display: flex;
  flex-wrap: wrap;
  counter-reset: li-counter;
}
@media (max-width: 550px) {
  .step-by-step-content.custom ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.step-by-step-content.custom ul li {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 200px;
  margin-bottom: 0;
  padding-left: 17%;
}
@media (max-width: 1200px) {
  .step-by-step-content.custom ul li {
    padding-left: 20%;
  }
}
@media (max-width: 400px) {
  .step-by-step-content.custom ul li {
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: left;
  }
}
.step-by-step-content.custom ul li::before {
  counter-increment: li-counter;
  content: counter(li-counter);
  position: absolute;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  color: transparent;
  font-size: 160px;
  line-height: 140px;
  left: 0;
  top: 50%;
  transform: translateY(-35%);
}
@media (max-width: 768px) {
  .step-by-step-content.custom ul li::before {
    font-size: 100px;
    line-height: 80px;
  }
}
@media (max-width: 480px) {
  .step-by-step-content.custom ul li::before {
    font-size: 70px;
    line-height: 50px;
  }
}
@media (max-width: 400px) {
  .step-by-step-content.custom ul li::before {
    font-size: 60px;
    line-height: 50px;
  }
}
.step-by-step-content.custom ul li::after {
  content: "";
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/arrow-v2.svg);
  height: 100px;
  width: 50px;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .step-by-step-content.custom ul li::after {
    left: 25%;
  }
}
@media (max-width: 768px) {
  .step-by-step-content.custom ul li::after {
    height: 70px;
    width: 30px;
  }
}
@media (max-width: 480px) {
  .step-by-step-content.custom ul li::after {
    height: 50px;
    width: 25px;
  }
}
@media (max-width: 400px) {
  .step-by-step-content.custom ul li::after {
    height: 50px;
    width: 25px;
    left: 23%;
  }
}
.step-by-step-content.custom.vertical ul li {
  width: 25%;
  padding-left: 0;
  display: grid;
  min-height: 300px;
}
@media (max-width: 1400px) {
  .step-by-step-content.custom.vertical ul li {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .step-by-step-content.custom.vertical ul li {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .step-by-step-content.custom.vertical ul li {
    min-height: 250px;
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 550px) {
  .step-by-step-content.custom.vertical ul li {
    width: 50%;
    min-height: auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 400px) {
  .step-by-step-content.custom.vertical ul li {
    text-align: center;
    margin-bottom: 20px;
  }
}
.step-by-step-content.custom.vertical ul li::before {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
}
.step-by-step-content.custom.vertical ul li::after {
  left: -70px;
  bottom: -40px;
  top: auto;
}
@media (max-width: 1400px) {
  .step-by-step-content.custom.vertical ul li::after {
    height: 70px;
    bottom: -15px;
  }
}
@media (max-width: 992px) {
  .step-by-step-content.custom.vertical ul li::after {
    height: 50px;
    bottom: 0;
    left: -40px;
  }
}
@media (max-width: 768px) {
  .step-by-step-content.custom.vertical ul li::after {
    height: 40px;
    bottom: 10px;
    left: -30px;
  }
}
@media (max-width: 550px) {
  .step-by-step-content.custom.vertical ul li::after {
    display: none;
  }
}
.step-by-step-content.custom.vertical ul li:first-child::after {
  display: none;
}
.step-by-step .row:last-child .step-by-step-content::after {
  display: none;
}

.step-by-step-content-v2 {
  counter-reset: li-counter;
}
.step-by-step-content-v2 > .row {
  padding: 100px 0 200px;
  position: relative;
}
@media (max-width: 1200px) {
  .step-by-step-content-v2 > .row {
    padding-top: 50px;
  }
}
@media (max-width: 400px) {
  .step-by-step-content-v2 > .row {
    padding: 50px 0 150px;
  }
}
.step-by-step-content-v2 > .row::after {
  content: "";
  width: 50px;
  height: 100px;
  background-image: url("../images/arrow-v2.svg");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
@media (max-width: 400px) {
  .step-by-step-content-v2 > .row::after {
    bottom: 2%;
  }
}
.step-by-step-content-v2 > .row:last-child::after {
  display: none;
}
.step-by-step-content-v2-number::before {
  counter-increment: li-counter;
  content: counter(li-counter);
  color: #dd0004;
  font-size: 210px;
  line-height: 230px;
  position: relative;
  left: -40px;
}
@media (max-width: 1400px) {
  .step-by-step-content-v2-number::before {
    font-size: 160px;
    line-height: 180px;
  }
}
@media (max-width: 768px) {
  .step-by-step-content-v2-number::before {
    font-size: 110px;
    left: 0;
    line-height: 130px;
  }
}
.step-by-step-content-v2-title {
  font-size: 96px;
  line-height: 115px;
  color: #dd0004;
  background-color: #000000;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 10px solid #dd0004;
  padding: 40px 15px 0px;
  margin-top: 40px;
  position: relative;
  top: 40px;
  z-index: 6;
  display: inline;
  background-color: #000000;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media (max-width: 1400px) {
  .step-by-step-content-v2-title {
    font-size: 70px;
    line-height: 80px;
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .step-by-step-content-v2-title {
    font-size: 40px;
    line-height: 50px;
    padding-top: 20px;
  }
}
@media (max-width: 550px) {
  .step-by-step-content-v2-title {
    top: 20px;
  }
}
@media (max-width: 400px) {
  .step-by-step-content-v2-title {
    font-size: 34px;
    line-height: 42px;
    border-bottom: 5px solid #dd0004;
    padding-top: 15px;
  }
}
.step-by-step-content-v2-content {
  padding-left: 15%;
  padding-top: 30px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .step-by-step-content-v2-content {
    padding-left: 0;
    padding-bottom: 50px;
  }
}
@media (max-width: 400px) {
  .step-by-step-content-v2-content {
    margin-top: 30px;
  }
}
.step-by-step-content-v2-content p {
  color: #ffffff;
  position: relative;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .step-by-step-content-v2-content p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .step-by-step-content-v2-content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
  }
}
.step-by-step-content-v2-content p::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100px;
  height: 5px;
  background-color: #dd0004;
}
.step-by-step-content-v2-image {
  position: absolute;
  top: -10%;
}

.team-list {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .team-list {
    padding-top: 80px;
  }
}
.team-list-item {
  padding-bottom: 100px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .team-list-item {
    padding-bottom: 20px;
  }
}
.team-list-item-image {
  position: relative;
}
.team-list-item-image img {
  width: 100%;
  position: relative;
  z-index: 5;
}
.team-list-item-image:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #dd0004;
  position: absolute;
  left: 6%;
  bottom: -6%;
  z-index: 1;
}
@media (max-width: 992px) {
  .team-list-item-content {
    margin-top: 70px;
  }
}
.team-list-item-content-top {
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 992px) {
  .team-list-item-content-top {
    margin-bottom: 20px;
  }
}
.team-list-item-content-top h2 {
  font-size: 48px;
  line-height: 58px;
  color: #dd0004;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .team-list-item-content-top h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.team-list-item-content-top h3 {
  color: #ffffff;
  font-size: 36px;
  line-height: 42px;
}
@media (max-width: 992px) {
  .team-list-item-content-top h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
.team-list-item-content-top::before {
  content: "";
  background-image: url("../images/arrow-v2.svg");
  width: 50px;
  height: 100px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: -70px;
}
@media (max-width: 992px) {
  .team-list-item-content-top::before {
    height: 80px;
  }
}
.team-list-item-content-bottom p {
  color: #ffffff;
}

.post-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.post-content-item {
  padding: 30px 0px 30px 40px;
  background-image: url("../images/texture-post.png");
  background-repeat: repeat-y;
  background-size: 100%;
  margin-bottom: 80px;
}
@media (max-width: 400px) {
  .post-content-item {
    padding: 20px 0px 20px 20px;
    margin-bottom: 50px;
  }
}
.post-content-item-content {
  background-color: #000000;
  padding: 30px;
  border-bottom: 10px solid #dd0004;
}
@media (max-width: 400px) {
  .post-content-item-content {
    padding: 15px;
  }
}
.post-content-item-content-image img {
  width: 100%;
}
.post-content-item-content-details {
  padding-top: 15px;
}
.post-content-item-content-details-title {
  font-size: 20px;
  line-height: 24px;
  color: #dd0004;
}
@media (max-width: 400px) {
  .post-content-item-content-details-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.post-content-item-content-details p {
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  min-height: 70px;
}
@media (max-width: 400px) {
  .post-content-item-content-details p {
    min-height: auto;
    line-height: 22px;
    font-size: 15px;
  }
}
.post-content-item-content-date {
  font-size: 20px;
  line-height: 24px;
  color: #dd0004;
}
@media (max-width: 400px) {
  .post-content-item-content-date {
    font-size: 16px;
    line-height: 20px;
  }
}

.post-content-v2 {
  padding: 100px 0;
}
.post-content-v2-item {
  margin-bottom: 50px;
  position: relative;
}
.post-content-v2-item::before {
  content: "\f002";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #dd0004;
  left: 0;
  top: 0;
  opacity: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  text-align: center;
  font-size: 30px;
  line-height: 20;
  color: #ffffff;
  visibility: hidden;
  transition: all 0.3s;
}
.post-content-v2-item:hover::before {
  opacity: 0.8;
  visibility: visible;
}
.post-content-v2-item-image img {
  width: 100%;
}
.post-content-v2-item-details {
  display: flex;
  flex-wrap: wrap;
  background-color: #000000;
  padding: 25px 15px 10px;
  border-bottom: 10px solid #dd0004;
}
@media (max-width: 400px) {
  .post-content-v2-item-details {
    padding: 15px 15px 0px;
  }
}
.post-content-v2-item-details-title {
  width: 100%;
  color: #dd0004;
  font-size: 36px;
  line-height: 43px;
  min-height: 90px;
}
@media (max-width: 1200px) {
  .post-content-v2-item-details-title {
    font-size: 26px;
    line-height: 33px;
  }
}
@media (max-width: 768px) {
  .post-content-v2-item-details-title {
    font-size: 20px;
    line-height: 28px;
    min-height: auto;
  }
}
@media (max-width: 400px) {
  .post-content-v2-item-details-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.post-content-v2-item-details p {
  width: 50%;
  margin-bottom: 0;
  color: #dd0004;
}
@media (max-width: 400px) {
  .post-content-v2-item-details p {
    width: 100%;
    margin-bottom: 5px;
  }
}
.post-content-v2-item-details p a {
  color: #dd0004;
  font-size: 20px;
  margin-right: 5px;
  display: inline-block;
}
.post-content-v2-item-details p a:hover {
  color: #ffffff;
}

.post-content-v2-modal {
  width: 50%;
  height: 80%;
  top: 10%;
  left: 25%;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: fixed;
}
@media (max-width: 1400px) {
  .post-content-v2-modal {
    width: 70%;
    left: 15%;
  }
}
@media (max-width: 600px) {
  .post-content-v2-modal {
    width: 90%;
    left: 5%;
  }
}
.post-content-v2-modal.active {
  position: fixed;
  opacity: 1;
  visibility: visible;
}
.post-content-v2-modal-content {
  background-color: #ffffff;
  height: 100%;
  position: relative;
}
.post-content-v2-modal-content-image {
  text-align: center;
  height: 60%;
}
@media (max-width: 580px) {
  .post-content-v2-modal-content-image {
    height: 50%;
  }
}
.post-content-v2-modal-content-image img {
  height: 100%;
}
.post-content-v2-modal-content-details {
  padding: 30px;
  display: flex;
}
@media (max-width: 580px) {
  .post-content-v2-modal-content-details {
    flex-wrap: wrap;
    padding: 20px 30px;
  }
}
.post-content-v2-modal-content-details-left {
  width: 30%;
}
@media (max-width: 580px) {
  .post-content-v2-modal-content-details-left {
    width: 100%;
  }
}
.post-content-v2-modal-content-details-left p {
  color: #dd0004;
  font-size: 36px;
  line-height: 42px;
}
@media (max-width: 1400px) {
  .post-content-v2-modal-content-details-left p {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .post-content-v2-modal-content-details-left p {
    font-size: 20px;
    line-height: 24px;
  }
}
.post-content-v2-modal-content-details-left p a {
  font-size: 20px;
  color: #dd0004;
}
.post-content-v2-modal-content-details-right {
  width: 70%;
}
@media (max-width: 580px) {
  .post-content-v2-modal-content-details-right {
    width: 100%;
  }
}
.post-content-v2-modal-content-details-right p {
  color: #dd0004;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 5px;
}
@media (max-width: 1400px) {
  .post-content-v2-modal-content-details-right p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .post-content-v2-modal-content-details-right p {
    font-size: 16px;
    line-height: 19px;
  }
}
.post-content-v2-modal-content .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  color: #dd0004;
  margin-bottom: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
}

.post-content-v2-modal-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #dd0004;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: all 0.3s;
}
.post-content-v2-modal-overlay.active {
  position: fixed;
  opacity: 0.6;
  visibility: visible;
}

footer {
  background-image: url("../images/Texture-Black.jpg");
}
footer .footer {
  padding: 40px 0 30px;
}
footer .footer .footer-col {
  height: 100%;
}
footer .footer .footer-col ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
footer .footer .footer-col ul li {
  width: 100%;
}
footer .footer .footer-col ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  position: relative;
  transition: all 0.3s;
}
footer .footer .footer-col ul li a::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  right: 0;
  bottom: -5px;
  background-color: var(--blackcolor);
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
  background-color: #ffffff;
}
footer .footer .footer-col ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
footer .footer .footer-col .address {
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 15px;
}
footer .footer .footer-col .footer-contact-info {
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 15px;
}
footer .footer .footer-col .footer-contact-info .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 5px;
  position: relative;
  top: 7px;
}
@media (max-width: 1200px) {
  footer .footer .footer-col .footer-contact-info .icon {
    margin-right: 0px;
  }
}
@media (max-width: 1200px) {
  footer .footer .footer-col-logo {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: 0 auto 50px;
  }
}

.player-image {
  transition: transform 0.1s linear;
}/*# sourceMappingURL=style.css.map */

#our-team {
    .our-team-title {
    font-size: 96px;
    line-height: 115px;
    color: #dd0004;
    position: relative;
    top: 100px;
    }
    .our-team-content {
        position: relative;
        .our-team-image-texture {
            position: relative;
            &::after {
		animation: square 2s ease-in-out 1;
                animation-direction: alternate;
                right: 30px;
                top: -37px;
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                background-color: red;
                z-index: 1;
            }
            img {
                position: relative;
                z-index: 5;
                width: 100%;
            }
        }
	.our-team-player {
            position: absolute;
            width: 120%;
            top: -20px;
            left: 5%;
            z-index: 5;
            @media (max-width: 1200px) {
                width: 150%;
            }
            @media (max-width: 580px) {
                width: 120%;
                left: -30px;
            }
            img {}
        }
	}
}

#our-players{
    .our-players-title {
    font-size: 45px;
    line-height: 80px;
    color: #dd0004;
    position: relative;
    top: 100px;
    }
    .our-players-content {
        position: relative;
        .our-players-image-texture {
            position: relative;
            &::after {
		animation: square 2s ease-in-out 1;
                animation-direction: alternate;
                right: 30px;
                top: -37px;
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                background-color: red;
                z-index: 1;
            }
            img {
                position: relative;
                z-index: 5;
                width: 100%;
            }
        }
	.our-players-player {
            position: absolute;
            width: 120%;
            top: 35px;
            left: 10%;
            z-index: 5;
            @media (max-width: 1200px) {
                width: 150%;
            }
            @media (max-width: 580px) {
                width: 120%;
                left: -30px;
            }
            img {}
        }
	}
}