* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
}
body {
  font-family: poppins;
  font-size: 16px;
  background-image: url(./Assets/Photos/futuristic-bg.png);
  background-repeat: no-repeat;
  overflow-x: hidden;
}
header {
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 35px 5px;
}
.list-items {
  flex-grow: 1;
  margin-left: 20px;
}
.items {
  list-style-type: none;
  display: flex;
}
.items li {
  padding: 10px 30px;
  color: aliceblue;
  cursor: pointer;
}
.items li:hover {
  color: tomato;
}
.buttons {
  display: flex;
}
.btn {
  border: none;
  font-size: 16px;
  padding: 15px 30px;
  background: transparent;
  color: white;
  cursor: pointer;
}
.btn:hover {
  color: tomato;
}
.btn1 {
  border: none;
  color: white;
  font-weight: 600;
  background-color: tomato;
  padding: 15px 30px;
  cursor: pointer;
}
.btn1:hover {
  background-color: white;
  color: tomato;
}
.main {
  width: 85%;
  margin: 0 auto;
  padding-top: 14rem;
  padding-bottom: 3rem;
  display: flex;
}
.left {
  display: flex;
  flex-direction: column;
  flex-basis: 42%;
  padding-left: 2rem;
}
.right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 58%;
}

.text {
  color: white;
}
.heading {
  font-size: 45px;
  font-weight: 900;
}
.para {
  margin: 30px 0;
  font-size: 16px;
  color: #969696;
}
.btns {
  display: flex;
  gap: 30px;
}
.bt {
  border: none;
  font-size: 14px;
  font-weight: 600;
  background-color: tomato;
  padding: 15px 45px;
  color: white;
  cursor: pointer;
}
.bt:hover {
  background-color: white;
  color: tomato;
}
.bt1 {
  border: 1px solid white;
  font-size: 16px;
  padding: 15px 45px;
  background: transparent;
  color: white;
  cursor: pointer;
}
.bt1:hover {
  border: 1px solid tomato;
  font-size: 16px;
  font-weight: 600;
}
.play {
  display: flex;
  justify-content: center;
  padding-top: 5rem;
  padding-left: 8rem;
}
.content {
  margin-top: 20%;
  margin-left: 40%;
}
.dash {
  display: flex;
  align-items: flex-start;
}
.dash img {
  margin-top: 3%;
}
.dash p {
  color: white;
  font-size: 24px;
  flex-basis: 50%;
  margin-left: 3%;
}
.arrow {
  margin-left: 68%;
}
.matter {
  background-color: white;
  display: flex;
  flex-direction: column;
}
.matterinner {
  width: 85%;
  margin: 0 auto;
  padding: 4rem 0;
}
.desc {
  text-align: center;
  font-size: 20px;
}
h3 {
  color: white;
  font-size: 16px;
  font-weight: 600;
}
p {
  color: #ededed;
  font-size: 14px;
}
.rating {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 3%;
}
.card1 {
  background-image: url(./Assets/Photos/image\ 2.png);
  background-repeat: no-repeat;
  height: 350px;
  width: 300px;
  background-size: cover;
  background-position: right;
  position: relative;
  cursor: pointer;
}
.card2 {
  background-image: url(./Assets/Photos/image\ 4.png);
  background-repeat: no-repeat;
  height: 350px;
  width: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
}
.card3 {
  background-image: url(./Assets/Photos/image\ 3.png);
  background-repeat: no-repeat;
  height: 350px;
  width: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
}
.card4 {
  background-image: url(./Assets/Photos/Rectangle\ 56.png);
  background-repeat: no-repeat;
  height: 350px;
  width: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
}
.txt {
  position: absolute;
  padding: 16px 0;
  line-height: 24px;
  backdrop-filter: blur(10px);
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.r button {
  border: none;
  padding: 15px 20px;
  background-color: tomato;
  color: white;
  font-size: 14px;
  cursor: pointer;
}
.r button:hover {
  color: tomato;
  background-color: white;
}
.details {
  width: 85%;
  margin: 0 auto;
  height: 60vh;
  padding-top: 4rem;
}
.d {
  display: flex;
  height: 55vh;
}
.ph {
  height: 100%;
}
.ph img {
  height: 50vh;
  width: 60vh;
  object-fit: cover;
}
.tx {
  margin-left: 10%;
  font-size: 18px;
  flex-basis: 50%;
}
.tx h1 {
  width: 68%;
  padding: 2px 15px;
}
.tx p {
  padding: 2px 15px;
  margin: 30px 0;
  line-height: 30px;
  color: #969696;
}
.b1 {
  border: none;
  background-color: tomato;
  font-size: 16px;
  font-weight: 500;
  color: white;
  padding: 15px 40px;
  margin-left: 3%;
  cursor: pointer;
}
.b1:hover {
  background-color: white;
  color: tomato;
  font-weight: 500;
}
.b2 {
  border: 1px solid tomato;
  background-color: white;
  color: tomato;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 40px;
  margin-left: 3%;
  cursor: pointer;
}
.b2:hover {
  border: 1px solid black;
  color: black;
  font-weight: 500;
}
.de {
  margin: 0 8%;
  margin-top: 10%;
  display: flex;
  align-items: center;
}
.con {
  flex-basis: 30%;
}
.b {
  flex-basis: 70%;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.l-arrow {
  border: none;
  background-color: rgb(240, 206, 193);
  padding: 14px 10px;
  cursor: pointer;
}
.r-arrow img {
  width: 26px;
}
.r-arrow {
  border: none;
  background-color: tomato;
  padding: 14px 10px;
  cursor: pointer;
}
.rgames {
  width: 85%;
  margin: 0 auto;
}
.games {
  display: flex;
  flex-wrap: wrap;
  height: 85vh;
  gap: 12%;
  padding-top: 6rem;
  margin-bottom: 15%;
}
.photos {
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
.photos img:hover {
  transform: scale(1.2);
}
.photos img {
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}
.h {
  font-size: 20px;
  line-height: 30px;
}
.p {
  font-size: 12px;
  color: #575656;
  line-height: 30px;
}
span {
  font-size: 16px;
  color: tomato;
}
.gm-btn {
  border: none;
  background-color: tomato;
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  margin-top: 20px;
  cursor: pointer;
}
.gm-btn:hover {
  background-color: white;
  color: tomato;
  font-weight: 600;
  border: 1px solid black;
}

.game1 {
  display: flex;
  align-items: center;
  flex-basis: 40%;
  height: 35vh;
  line-height: 50px;
  gap: 30px;
}
.game2 {
  display: flex;
  align-items: center;
  flex-basis: 40%;
  height: 35vh;
  line-height: 50px;
  gap: 30px;
}
.game3 {
  display: flex;
  align-items: center;
  flex-basis: 40%;
  height: 35vh;
  line-height: 50px;
  gap: 30px;
}
.game4 {
  display: flex;
  align-items: center;
  flex-basis: 40%;
  height: 35vh;
  line-height: 50px;
  gap: 30px;
}
.gamed {
  background-color: black;
  color: white;
  height: 100vh;
  padding-bottom: 6rem;
}
.g {
  width: 85%;
  margin: 0 auto;
}
.g h1 {
  padding-top: 4%;
  width: 28%;
  margin: 0 auto;
  text-align: center;
}
.images {
  display: flex;
  cursor: pointer;
}
.images :nth-child(1) {
  height: 60vh;
  width: 45vh;
  object-fit: contain;
  transform: scale(1);
  animation: zoom-in-out 2s linear infinite alternate;
  cursor: pointer;
}
@keyframes zoom-in-out {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
.images :nth-child(2) {
  height: 50vh;
  width: 40vh;
  object-fit: contain;
  position: relative;
  left: 70px;
  top: 170px;
  z-index: 1;
  transform: scale(1);
  animation: zoom-in-out 2s linear infinite alternate;
  cursor: pointer;
}
@keyframes zoom-in-out {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
.images :nth-child(3) {
  height: 50vh;
  width: 35vh;
  object-fit: contain;
  position: relative;
  left: 140px;
  top: 220px;
  transform: scale(1);
  animation: zoom-in-out 2s linear infinite alternate;
  cursor: pointer;
}
@keyframes zoom-in-out {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
.images img:nth-child(4) {
  position: relative;
  left: -550px;
}
.images :nth-child(5) {
  font-size: 14px;
  padding: 0 10px;
  padding-top: 5rem;
  width: 40%;
  position: absolute;
  left: 500px;
  color: #969696;
}
.gamer-details {
  background-color: black;
  padding-top: 4rem;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(./Assets/Photos/Rectangle\ 606.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gamer-details h1 {
  color: white;
  font-size: 32px;
  text-align: center;
}
.gamer-details p {
  font-size: 16px;
  color: #969696;
  text-align: center;
  margin-top: 6%;
}
.gamer-details button {
  border: none;
  margin-top: 6%;
  background-color: tomato;
  font-size: 16px;
  font-weight: 600;
  color: white;
  padding: 15px 30px;
  margin-left: 8rem;
  cursor: pointer;
}
.gamer-details button:hover {
  background-color: white;
  color: tomato;
}
footer {
  background-color: black;
}
.foot {
  width: 85%;
  margin: 0 auto;
  background-color: black;
  padding: 5rem 0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.one p {
  margin-top: 3%;
  line-height: 25px;
}
.social {
  margin-top: 10%;
  display: flex;
  gap: 20px;
}
.social img:hover {
  transform: scale(1.2);
}
.two {
  line-height: 40px;
}
.two h1 {
  color: white;
  font-size: 16px;
}
