* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
.banner {
  height: 100vh;
  width: 100%;
  background-image: url(https://khelogamez.com/assets/img/landing/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.main {
  width: 50%;
  height: 80vh;
  margin-top: 1rem;
  margin-bottom: 10%;
}
.text {
  padding: 10px;
  margin: 10px;
}
.text > img {
  width: 100%;
}
.freeOne {
  display: flex;
  justify-content: center;
}
.freeOne > a > img {
  width: 15rem;
  margin-inline: 1rem;
  position: relative;
  bottom: 4rem;
}

.eighteen {
  display: flex;
  justify-content: center;
  padding: 20px;
}
.eighteen > img {
  width: 30vw;
  bottom: 8rem;
}
.bottom-banner {
  background-color: maroon;
  height: 35rem;
  display: flex;
  justify-content: center;
}

.ContainerTwo {
  position: absolute;
  left: 25vw;
  bottom: -25rem;
}
.secBox {
  width: 50rem;
  height: 25rem;
  color: white;
  background-color: black;
  border-radius: 15px;
  padding: 1rem;
}
.blackRowOne {
  display: flex;
  flex-direction: column;
}
.OneHeading {
  font-size: 25px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.oneImages > a > img {
  width: 12rem;
  margin-top: 1rem;
  margin-left: 3rem;
  margin-bottom: 1rem;
}

.blackRowTwo.oneImages > img {
  width: 30rem;
}

@media screen and (max-width: 1250px) {
  .button {
    bottom: 25%;
    left: 20px;
    margin-left: 0;
  }
  .main {
    width: 80%;
  }
  .button > a > img {
    width: 90%;
  }
  .free {
    top: 8rem;
    left: 50rem;
  }
  .ContainerTwo {
    left: 15rem;
    bottom: -25rem;
  }
  .eighteen {
     position: relative;
     top: 10rem;
  }
}
@media screen and (max-width: 900px) {
  .button {
    bottom: 38%;
  }
  .main {
    width: 90%;
  }
  .button > a > img {
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .button {
    bottom: 42%;
    left: 20px;
  }
  .main {
    width: 90%;
  }
  .button > a > img {
    width: 95%;
  }
}
@media screen and (max-width: 670px) {
  .banner{
    width: 100%;
  }
  .main {
    width: 100%;
  }
  .eighteen>img {
    width: 100%;
  }
  .ContainerTwo {
    width: 100%;
    left: 0rem;
  }
  .secBox {
    width: 100%;
    height: 90vh;
    display: inline-block;
    position: absolute;
    bottom :-25rem
  }
  .free {
    display: inline-block;
    left: 0rem;
  }
  .free > img {
    display: block;
  }
  .freeOne > div > img {
    width: 80%;
    display: block;
  }
  
}
@media screen and (max-width: 549px) {
  .banner{
    width: 100%;
  }
  .main {
    width: 100%;
  }
  .eighteen>img {
    width: 100%;
  }
  .ContainerTwo {
    width: 100%;
    left: 0rem;
  }
  .secBox {
    width: 100%;
    height: 90vh;
    display: inline-block;
    position: absolute;
    bottom :-25rem
  }
  .free {
    display: inline-block;
    left: 0rem;
  }
  .free > img {
    display: block;
  }
  .freeOne > div > img {
    width: 80%;
    display: block;
  }
  
}
@media screen and (max-width: 450px) {
  .banner{
    width: 100%;
  }
  .main {
    width: 100%;
  }
  .eighteen>img {
    width: 100%;
  }
  .ContainerTwo {
    width: 100%;
    left: 0rem;
  }
  .secBox {
    width: 100%;
    height: 90vh;
    display: inline-block;
    position: absolute;
    bottom :-25rem
  }
  .free {
    top: 33rem;
    left: 5rem;
  }
  .freeOne > div > img {
    width: 80%;
    display: block;
  } 
}
