@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0400;0,500;0,700;0,800;0&display=swap');

*{
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  max-width: 100%;
}

.logo{
  cursor: pointer;

}

a {
  text-decoration: none;

}


.wrapper {
  background: linear-gradient(180deg, rgb(12, 11, 11) 0%, rgb(41, 0, 28) 100%);
  width: 100%;
  overflow-x: hidden;

}

.container {
  width: 1250px;
  margin: 0 auto;
}

header{
  padding: 50px 0;

}
header .logo, 
footer .blocks .logo {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
}

header nav{
  float: right;
  width: 50%;

}
header nav ul {
  position: relative;
  list-style: none;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

header nav ul li {
  display: inline-block;

}
header nav ul li.active::after {
  content: '';
  display: block;
  width: 40px;
  height: 5px;
  background: #DC7000;
  border-radius: 10px;
  position: relative;
  top: 10px;
  left: -15px
}

header nav ul li a {
  color: #fff;
}

header nav ul li:not(:active):not(.btn) a:hover {
  border-bottom: 2px solid #DC7000;
  
 }


header nav ul li.btn a, .email .block button{
  background: #FA9021;
  padding: 9px 17px;
  border-radius: 5px;
  transition: all 500ms ease;
}
header nav ul li.btn a:hover, .email .block button:hover{
  background: #ab5c08;
}

.hero{
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.hero--info {
  width: 530px;
  padding-top: 70px;

}
.hero--info h2{
  color: #ab5c08;
  font-size: 20px;
  font-weight: 600;
}
.hero--info h1{
  font-size: 50px;
  font-weight: 600;
}

.hero--info p{
  font-weight: 500;
  line-height: 170%;
  margin: 30px 0;
}

.hero--info .btn, 
.hero-about .info .btn{
  background: #FA9021;
  color: #fff;
  border-radius: 50px;
  padding: 15px 30px;
  border: 0;
  transition: all 500ms ease;
  font-size: 18px;
}

.hero--info .btn:hover, 
.hero-about .info .btn:hover {
  cursor: pointer;
  transform: scale(1.1);
}


.hero img{
  max-width: 50%;
  position: absolute;
  top: -150px;
  right: 0;
}


.trending-game{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
}

.game-card{
  width: 250px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  padding: 5px;
}
.game-card img{
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.followers{
  margin: 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 4px;
  font-size: 17px;
  transition: color 0.3s ease;
  cursor: pointer;
}
.followers img{
  width: 8%;
  cursor: pointer;
}

.followers:hover{
  color:rgb(228, 0, 194);
}

 /* Секция с Игрой */

.section-header{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 50px 0;

}

.section-header h2{
  color: #ffffff;
  font-size: 20px;
}

.see-all, 
.projects .see-all{
  color: #fff;
  background: #7b7777;
  border: none;
  border-radius: 6px;
  float: right;
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  transition: all 500ms ease;

}
.see-all:hover,
 .projects .see-all:hover{
  cursor: pointer;
  transform: scale(1.1);
}

.big-text{
  margin-top: 25px;
  margin-bottom: 5px;
  padding: 25px 10px;
  width: 500px;
  text-align: center;
  justify-content: center;
}
.big-text h2{
  font-weight: 600;
  font-size: 25px;
  line-height: 170%;

}
.banner {
  max-width: 100%;
  position: relative;
  margin-left: 90px;
  width: 530px;
 
}
.banner h2{
  margin-left: 85px;
  margin: 30px 10px;
}
.banner p{
  max-width: 100%;
  margin-left: 85px;
  margin: 30px 10px;
  line-height: 170%;
}
.img-spider{
  justify-content: center;
  align-items: center;
  display: flex;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
 

}
.img-spider img{
  max-width: 100%;
  height: auto;
  z-index: 4;
  margin-top: 0;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}
.img-dop{
  position: absolute;
  display: flex;
  z-index: 3;
  margin-right: auto;
  margin-left: auto;
  

}

.features{
  background: linear-gradient(rgba(0,0,0, 0.5), rgba(0,0,0,0.5)),
              url('/img/icon/cover1.png') no-repeat center center fixed;
  background-size: cover;
  padding: 80px 0;
}

.features h3,
.features p{
  margin-bottom: 20px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.features h3{
  font-size: 30px;
}

.features .info{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

}

.features .info .block{
  text-align: center;
  width: 20%;
  margin: 30px 2%;
}
.features .info .block img{
  margin-bottom: 15px;
}
.projects{
  padding: 100px 0;

}
.projects h3{
  font-size: 30px;
  text-align: center;

}
.projects p{
  margin: 40px 0;
  text-align: center;

}
.projects .images{
  display: flex;
  justify-content: space-around;
  margin-bottom: 25px;
}
.projects .see-all{
  float: none;
  width: 60px;
  text-align: center;
  margin: 0 auto;
}

/* Нижняя чвсть */

.email{
  padding-bottom: 120px;
  
}

.email p{
  width: 450px;
  padding-left: 30px;
  line-height: 1.6;
}

.email h3{
  padding-left: 30px;
  line-height: 1.6;
  margin-top: 60px;
  font-size: 25px;
}
.email .block{
  background: #000000;
  margin-top: 30px;
  border-radius: 10px;
  padding: 40px 3%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.email .block h4{
  line-height: 1.6;
  padding-left: 30px;
  font-size: 30px;
  font-weight: 500;
}
.email .block p{
  line-height: 1.6;
  width: 450px;
}

.email .block input {
  background: #fff;
  outline: none;
  border: 0;
  border-radius: 5px;
  width: 380px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding: 20px 30px;
  color:#3a063a;
  position: relative;
  right: -95px;
  z-index: 1;
  padding-right: 120px;
}
.email .block input::placeholder{
  color: #898989
}

.email .block button{
  cursor: pointer;
  border: 0;
  padding: 13px 17px;
  position: relative;
  z-index: 2;
  color: #fff;
} 
/* про нас */
.hero-about {
  position: relative;
}
.hero-about .info{
  width: 500px;
  padding: 250px 0;
}
.hero-about .info h1{
  margin-bottom: 15px;
  font-size: 30px;
}
.hero-about .info .btn{
  margin-top: 20px;
}
.hero-about img{
  position: absolute;
  right: -150px;
  top: 0;

}
.hero-about p{
  line-height: 170%
}

.work{
  padding: 80px;

}

.work h2{
  font-size: 25px;
  margin-bottom: 50px;
}

.work .blocks{
  display: flex;
  justify-content: space-between;
}

.work .blocks .block{
  width: 25%;
  border-radius: 10px;
  padding: 50px 35px;
  background: #25021d;
  line-height: 170%
}
.work .blocks .block h3{
  font-size: 20px;
  margin: 20px 0;

}

.work .blocks .block .badge {
  border-radius: 7px;
  padding: 10px;

}
.work .blocks .block .badge.purple{
  background: #3d023d;
}
.work .blocks .block .badge.braun{
  background: #301901;
}
.work .blocks .block .badge.green{
  background: rgb(3, 78, 3);
}

.work-banner{
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0, 0.5);
  background: #25021d;


}

.work-banner .card-work-img{
  width: 300px;
  height: auto;
  object-fit: cover;
  display: block;
  margin-left: 70px;
  padding: 30px;

}

.work-banner .work-block{
  padding: 30px;
  text-align:justify;
  max-width: 40%;
  justify-content: center;
  padding-top: 70px;


}


.work-banner .work-block .badge{
  font-size: 16px;
  margin: 0 0 20px 0;;
}
.work-banner .work-block h3{
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 16px 0;
}
.work-banner .work-block p{
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
}

/*  card our team */
.our-team {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
}

.card-img{
  background: #2b0021;
  width: 20%;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  margin-top: 80px;
  box-shadow: 0 10px 30px rgba(0,0,0, 0.5);
}
.card-img img{
  height: auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.our-team h3{
  display: flex;
  position: absolute;
  margin: 15px;
  padding: 15px;

}
.our-team p{
  line-height: 1.6;
  padding: 10px;
}

/*
 страница контакты*/

 .hero-contacts h1{
  text-align: center;
  margin-top: 70px;
  margin-bottom: 30px;
  font-size: 30px;
 }
 .hero-contacts p{
  text-align: center;
 }

 .hero-contacts img{
  width: 70%;
  margin: 80px 15%;
 }

 .feedback{
  padding: 70px;
  background: #000000;
 }
 .feedback h2{
  text-align: center;
  font-weight: 500;
  font-size: 30px;
 }
 .feedback p{
  text-align: center;
  margin-top: 10px;
 }
.feedback form{
  margin: 80px auto;
  width: 600px;
}
.feedback form .inline{
  display: flex;
  justify-content: space-between;
}
.feedback form .inline > div{
  width: 50%;

}

.feedback form label{
  color: #4f4f4f;
  font-size: 14px;

}
.feedback form input,
.feedback form textarea{
  background: #23051c;
  border-radius: 10px;
  border: 0.6px solid #cecece;
  display: block;
  width: 90%;
  padding: 15px 10px;
  outline: none;
  color: white;
  margin-top: 7px;
  margin-bottom: 20px;
}
.feedback form .one-line{
  width: 96%;
}
.feedback form textarea{
  resize: none;
  height: 200px;
}
.feedback form button{
  background: #DC7000;
  border-radius: 5px;
  border: none;
  float: right;
  cursor: pointer;
  color: white;
  padding: 15px 30px;
  transition: all 500ms ease;
  font-size: 16px;

}
.feedback form button:hover{
  background: rgb(156, 43, 43);
}
  
/* footer */

footer{
  background: #000000;
  padding: 50px 0;
}

footer .blocks {
  display: flex;
  justify-content: space-between;
}

footer .blocks p{
  width: 300px;
  margin: 15px 0;
}

footer .blocks h4{
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
}
footer .blocks ul{
  list-style: none;
}

footer .blocks ul li{
  cursor: pointer;
  margin-top: 7px;
  opacity: 0.8;
}

footer hr{
  margin: 30px 0;
  border: 0;
  height: 0.6px;
  background: #7b7777;
}
footer > p{
  text-align: center;
  opacity: 0.8;
}