@media all and (min-width: 200px) and (max-width: 1080px) {
  body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }
  body .social-icons ul {
    text-align: right;
  }
  body .social-icons ul li {
    margin: 1%;
    list-style: none;
    display: inline;
  }
  body .social-icons ul li a {
    text-decoration: none;
  }
  body .social-icons ul li i {
    font-size: 70%;
  }
  body .logo {
    text-align: center;
    padding: 1em;
  }
  body .logo img {
    width: 60%;
  }
  body .logo i {
    font-size: 400%;
    color: blue;
  }
  body nav ul {
    text-align: center;
  }
  body nav ul :hover {
    background: blue;
    color: white;
    padding: 0.5em;
    transition: 1s;
    border-radius: 4px;
  }
  body nav ul li {
    list-style: none;
    display: inline;
    margin: 2%;
    text-transform: uppercase;
    font-size: 50%;
    letter-spacing: 0.4rem;
    border-radius: 4px;
    padding: 0.5em;
    box-shadow: 1px 1px 1px 0px rgb(229, 226, 226);
  }
  body nav ul li a {
    text-decoration: none;
    color: black;
    font-weight: bold;
  }
  body .show {
    padding: 0.4em;
  }
  body .show .status {
    background: red;
    padding: 0.4em;
    position: absolute;
    margin: 0.5%;
    width: 20%;
    transform: translateY(10%);
    text-align: center;
  }
  body .show .status span {
    font-size: 50%;
    letter-spacing: 0.1em;
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin: 0.5%;
  }
  body .show .request {
    position: absolute;
    background: black;
    width: 60%;
    transform: translateY(-150%);
    padding: 0.4em;
    margin: 0.5%;
  }
  body .show .request h1 {
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 70%;
  }
  body .show .request p {
    color: white;
    font-size: 50%;
  }
  body .show .request .buy {
    text-align: center;
  }
  body .show .request .buy button {
    text-transform: uppercase;
    background: red;
    border: none;
    font-size: 40%;
    font-weight: bold;
    padding: 0.5em;
  }
  body .show .request .buy button a {
    color: white;
    text-decoration: none;
  }
  body .show video {
    width: 100%;
  }
  body .container .box {
    display: flex;
    margin: 1%;
  }
  body .container .box .box-1 {
    width: 50%;
    box-shadow: 1px 1px 1px 1px rgb(221, 220, 220);
    margin: 0.2%;
  }
  body .container .box .box-1 .games {
    margin: 0.5%;
    background: blue;
  }
  body .container .box .box-1 .games a {
    text-decoration: none;
  }
  body .container .box .box-1 .games .run {
    background: red;
    color: white;
    position: absolute;
    padding: 0.4em;
    margin: 0.5%;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 25%;
    letter-spacing: 0.1rem;
    width: 18%;
  }
  body .container .box .box-1 .games .infor {
    position: absolute;
    padding: 0.5em;
    transform: translateY(-110%);
    background: black;
    color: white;
    width: 20%;
  }
  body .container .box .box-1 .games .infor p {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 30%;
    letter-spacing: 0.1rem;
  }
  body .container .box .box-1 .games .price {
    padding: 1em;
  }
  body .container .box .box-1 .games .price label {
    font-size: 70%;
    font-weight: bold;
    color: white;
    width: 50%;
  }
  body .container .box .box-1 .games img {
    width: 100%;
    height: 34vh;
  }
  body footer .sponsors .supp ul {
    text-align: center;
  }
  body footer .sponsors .supp ul li {
    margin: 2%;
    display: inline;
    list-style: none;
    text-transform: capitalize;
  }
  body footer .sponsors .supp ul li a {
    text-decoration: none;
  }
  body footer .sections a {
    color: black;
  }
  body footer .sections .details ul {
    text-align: center;
  }
  body footer .sections .details ul li {
    margin: 2%;
    list-style: none;
    font-size: 50%;
    text-transform: capitalize;
  }
  body footer .sections .details ul li a {
    text-decoration: none;
  }
  body footer .sections .sponsored-by ul {
    text-align: center;
  }
  body footer .sections .sponsored-by ul :hover {
    background: black;
    color: white;
    transition: 0.5s;
    padding: 0.1em;
  }
  body footer .sections .sponsored-by ul li {
    text-transform: capitalize;
    list-style: none;
    margin: 1%;
    font-size: 50%;
  }
  body footer .sections .sponsored-by ul li a {
    text-decoration: none;
  }
  body footer .sections .last-socials ul {
    text-align: center;
  }
  body footer .sections .last-socials ul li {
    margin: 2%;
    display: inline;
    list-style: none;
    font-size: 110%;
  }
  body footer .sections .last-socials ul li a {
    text-decoration: none;
  }
  body footer .sections .last-socials .subscribe form {
    display: none;
  }
  body footer .sections .last-socials .subscribe form input {
    text-align: center;
  }
  body footer .sections .last-socials .subscribe form input[type=search] {
    outline: none;
    border-radius: 50px;
    border: none;
    background-color: lightgrey;
    padding: 0.3em;
    width: 70%;
    font-size: 50%;
  }
  body footer .sections .last-socials .subscribe form input[type=button] {
    border: none;
    padding: 0.3em;
    cursor: pointer;
    background: blue;
    color: white;
    font-size: 50%;
    text-transform: uppercase;
    border-radius: 50px;
  }
  body footer hr {
    width: 50%;
  }
  body footer .all-rights-reserved p {
    text-align: center;
    font-size: 50%;
    font-weight: bold;
  }
}
@media all and (min-width: 1080px) and (max-width: 3000px) {
  body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }
  body .social-icons ul {
    text-align: right;
  }
  body .social-icons ul li {
    margin: 1%;
    list-style: none;
    display: inline;
  }
  body .social-icons ul li a {
    text-decoration: none;
  }
  body .social-icons ul li i {
    font-size: 100%;
  }
  body .logo {
    text-align: center;
    padding: 1em;
  }
  body .logo img {
    width: 60%;
  }
  body .logo i {
    font-size: 750%;
    color: blue;
  }
  body nav ul {
    text-align: center;
  }
  body nav ul :hover {
    background: blue;
    color: white;
    padding: 0.7em;
    transition: 1s;
    border-radius: 4px;
  }
  body nav ul li {
    list-style: none;
    display: inline;
    margin: 2%;
    text-transform: uppercase;
    font-size: 120%;
    letter-spacing: 0.4rem;
  }
  body nav ul li a {
    text-decoration: none;
  }
  body .show {
    padding: 0.4em;
  }
  body .show video {
    width: 100%;
  }
  body .show .status {
    background: red;
    padding: 0.4em;
    position: absolute;
    margin: 0.5%;
    width: 20%;
    transform: translateY(10%);
  }
  body .show .status span {
    font-size: 100%;
    letter-spacing: 0.1em;
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin: 0.5%;
  }
  body .show .request {
    width: 60%;
    background: rgba(0, 0, 0, 0.582);
    color: rgb(145, 143, 143);
    padding: 1em;
    margin: 1%;
    border-radius: 4px;
    position: absolute;
    transform: translateY(-160%);
  }
  body .show .request h1 {
    text-transform: uppercase;
    font-size: 150%;
    text-align: center;
    letter-spacing: 0.3em;
  }
  body .show .request p {
    text-align: justify;
    font-size: 100%;
  }
  body .show .request .buy {
    text-align: center;
  }
  body .show .request .buy button {
    border: none;
    background: rgb(63, 62, 62);
    padding: 0.7em;
    border-radius: 3px;
    font-size: 100%;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-weight: bold;
  }
  body .show .request .buy button a {
    color: rgb(158, 158, 158);
    text-decoration: none;
  }
  body .container .box {
    display: flex;
    margin: 1%;
  }
  body .container .box .box-1 {
    width: 50%;
    box-shadow: 1px 1px 1px 1px rgb(221, 220, 220);
    margin: 0.2%;
  }
  body .container .box .box-1 .games {
    margin: 0.5%;
  }
  body .container .box .box-1 .games a {
    text-decoration: none;
  }
  body .container .box .box-1 .games .run {
    background: red;
    color: white;
    position: absolute;
    padding: 0.4em;
    margin: 0.5%;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 100%;
    letter-spacing: 0.1rem;
  }
  body .container .box .box-1 .games .infor {
    position: absolute;
    padding: 0.5em;
    transform: translateY(-110%);
    background: black;
    color: white;
    width: 20%;
  }
  body .container .box .box-1 .games .infor p {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 100%;
    letter-spacing: 0.1rem;
  }
  body .container .box .box-1 .games .price {
    padding: 1em;
  }
  body .container .box .box-1 .games .price label {
    font-size: 100%;
    color: black;
  }
  body .container .box .box-1 .games img {
    width: 100%;
    height: 75vh;
  }
  body footer {
    padding: 1em;
    background-image: url(https://ik.imagekit.io/RASH/web%20game%20images/playstation/combart/wp8330307-hitman-3-hd-wallpapers.jpg?updatedAt=1702657094753);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  body footer .sponsors .supp ul {
    text-align: center;
  }
  body footer .sponsors .supp ul li {
    list-style: none;
    display: inline;
    margin: 3%;
    font-size: 370%;
  }
  body footer .sponsors .supp ul li a {
    text-decoration: none;
  }
  body footer .sections {
    display: flex;
    text-align: center;
    letter-spacing: 0.2em;
    background: rgba(0, 0, 0, 0.466);
    color: rgb(150, 148, 148);
    padding: 1em;
  }
  body footer .sections a {
    color: rgb(150, 148, 148);
  }
  body footer .sections .details {
    width: 50%;
  }
  body footer .sections .details ul li {
    text-align: justify;
    margin: 1.5%;
    list-style: none;
    font-size: 100%;
  }
  body footer .sections .details ul li a {
    text-decoration: none;
  }
  body footer .sections .sponsored-by {
    width: 50%;
  }
  body footer .sections .sponsored-by ul :hover {
    background: blue;
    color: white;
    padding: 0.2em;
    transition: 0.5s;
  }
  body footer .sections .sponsored-by ul li {
    text-align: justify;
    list-style: none;
    text-transform: capitalize;
    margin: 1.5%;
    font-size: 100%;
  }
  body footer .sections .sponsored-by ul li a {
    text-decoration: none;
  }
  body footer .sections .last-socials {
    width: 50%;
  }
  body footer .sections .last-socials ul li {
    display: inline;
    list-style: none;
    margin: 2%;
    font-size: 150%;
  }
  body footer .sections .last-socials ul li a {
    text-decoration: none;
  }
  body footer .sections .last-socials .subscribe form input[type=search] {
    outline: none;
    border-radius: 50px;
    padding: 0.7em;
    border: none;
    background: lightgrey;
  }
  body footer .sections .last-socials .subscribe form input[type=button] {
    border: none;
    padding: 0.6em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 90%;
    background: blue;
    color: white;
    border-radius: 50px;
    cursor: pointer;
  }
  body footer hr {
    width: 70%;
  }
  body footer .all-rights-reserved {
    padding: 1em;
  }
  body footer .all-rights-reserved p {
    text-transform: capitalize;
    font-size: 100%;
    color: rgb(197, 195, 195);
    text-align: center;
  }
}/*# sourceMappingURL=playstation-games.css.map */