@font-face {
  font-family: Witcher;
  src: url("Thewitcher-jnOj.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  transition: all 0.77s ease-in-out;
}
/*------------------------ loadng -----------------------*/
article p::before {
  content: "|";
  color: red;
}
article p::after {
  content: "|";
  color: red;
}
::-webkit-scrollbar {
  width: 9.5px;
}
::-webkit-scrollbar-track {
  background: rgb(255, 255, 255, 0.05);
}

::-webkit-scrollbar-thumb {
  background: #bbbbbb;
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(99, 99, 99);
}
html {
  font-size: calc(
    [minimum size] + ([maximum size] - [minimum size]) *
      (
        (100vw - [minimum viewport width]) /
          ([maximum viewport width] - [minimum viewport width])
      )
  );
}
body {
  height: 100svh;
  width: 100%;
  font-family: "Abel", sans-serif;
  overflow-x: hidden;
  background-color: black;
  color: aliceblue;
}
header {
  width: 98%;
  height: 9vh;
  position: fixed;
  z-index: 2;
  top: 2%;
  left: 1%;
  background: transparent;
  transition: 0.3s ease-in-out;
  clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%);
  overflow: hidden;
}

nav {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 4%;
  font-family: "Oswald";
  font-size: medium;
  background-color: transparent;
}

.logo {
  width: 105px;
  cursor: pointer;
}
.ham_bg {
  display: none;
  padding-right: 4%;
  transition: all 0.45s ease-in-out;
}
#open {
  width: 29px;
}
#close {
  display: none;
  z-index: 2;
}
.full_edi {
  width: 100%;
  padding-bottom: 6%;
  background: linear-gradient(
    360deg,
    rgb(0, 0, 0),
    rgb(0, 0, 0, 0.85),
    rgb(0, 0, 0, 0.65),
    rgb(0, 0, 0, 0.35),
    rgb(0, 0, 0, 0.25),
    rgb(0, 0, 0, 0.03),
    rgb(0, 0, 0, 0)
  );
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullimg {
  width: 470px;
  pointer-events: none;
  user-select: none;
}
.awards {
  position: absolute;
  right: 2%;
  top: 100px;
  z-index: 1;
  max-width: 190px;
}
.awards__top-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
  position: relative;
  text-align: center;
}
.awards__title-container {
  width: 100%;
  font-size: 1.3rem;
  font-family: "Oswald", sans-serif;
}

.awards__top-section::before {
  background-image: url(https://buy.thewitcher.com/build/images/awards@1x-72c04750.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  height: 68px;
  overflow: hidden;
  width: 45px;
}
.awards__top-section::after {
  background-image: url(https://buy.thewitcher.com/build/images/awards@1x-72c04750.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  transform: scaleX(-1);
  display: inline-block;
  height: 68px;
  overflow: hidden;
  width: 45px;
}
.awards__separator img {
  max-width: 100%;
}
.awards__texts {
  text-align: center;
}
.awards__texts span {
  font-size: 0.8rem;
  font-weight: 100;
}
.awards__texts p {
  font-family: "Oswald";
  font-size: 1rem;
  font-weight: bold;
}
.awards__title {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.awards__subtitle {
  font-size: 1.44rem;
  font-weight: bold;
}
ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-flow: row-reverse;
  height: 100%;
  width: 40%;
  list-style: none;
}
ul li a {
  padding: 17px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: "Witcher";
  letter-spacing: 1px;
}
#buynow {
  color: rgb(0, 0, 0);
  font-family: witcher;
}
.field-content {
  background: url("./assets/Wallpaper-The-Witcher-3-Wild-Hunt-scaled.webp");
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-flow: column-reverse;
  justify-content: bottom;
  color: #1b1b1b;
}
.field_content_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 4%;
  padding-left: 4%;
  padding-bottom: 1%;
  transform: translateY(-100%);
}
.field_content_bottom img{
  pointer-events: none;
  user-select: none;
}
.field_content_bottom .pegi {
  width: 55px;
}
.field_content_bottom .pjktred {
  width: 145px;
}
section {
  height: unset;
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 2%;
  padding-bottom: 2%;
}
article {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  background: rgb(255, 255, 255, 0.05);
}
article p {
  height: 100%;
  
}
section h1 {
  padding-bottom: 2%;
  font-family: witcher;
  letter-spacing: 1.2px;
  word-spacing: 2x;
  font-weight: 350;
  width: 100%;
  text-align: left;
  padding: 10px;
  padding-bottom: 20px;
  border-top: 2px solid rgb(255, 255, 255, 0.05);
}
article :nth-child(1) {
  width: 60%;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 54% 100%, 0% 100%);
  overflow: hidden;
}
article :nth-child(2) {
  height: 195px;
  width: 40%;
  line-height: 29px;
  scroll-behavior: smooth;
  scroll-padding: 2px;
  font-size: large;
}
.section_noclippath article :nth-child(1) {
  height: 200px;
  width: 40%;
  line-height: 29px;
  scroll-behavior: smooth;
  padding-left: 1.5%;
  padding-right: 1.5%;
  clip-path: none;
  font-size: large;
}
.section_noclippath article :nth-child(1) {
  direction: ltr;
  text-align: left;
}
.section_noclippath article :nth-child(2) {
  width: 60%;
  height: 100%;
  overflow: hidden;
}

.section_imgs {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.section_imgs img {
  height: 50%;
  width: 50%;
  padding-right: 5px;
  padding-top: 10px;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}
.section_imgs img:hover {
  opacity: 1;
  animation: pop 0.75s normal forwards ease-in-out;
}
.section_imgs img:visited {
  transition: all 3sec ease-in-out;
}
.section_imgs :nth-child(2) {
  padding-right: 0;
  padding-left: 5px;
}
.section_imgs :nth-child(4) {
  padding-right: 0;
  padding-left: 5px;
}
.requirements {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.requirements img {
  height: 100%;
  width: 100%;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}
.requirements img:hover {
  opacity: 1;
}
.info {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px;
  margin-top: 20px;
  flex-direction: row;
}
.info h1 {
  position: relative;
  left: 0;
  margin: none;
  padding: none;
}
.info h2 {
  margin-top: 3%;
  margin-bottom: 2%;
  padding-left: 2%;
  color: #bbbbbb;
}
.info .left {
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.info .right {
  width: 100%;
}
.info .left ul,
.info .right ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2%;
  line-height: 1.5;
  background: rgb(255, 255, 255, 0.05);
}
.sec-buynow {
  margin-top: -3.5%;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-buynow .game-card {
  height: 95%;
  width: 100%;
  background: rgb(255, 255, 255, 0.05);
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}
.sec-buynow .game-card .game-card-top {
  height: 20vh;
  width: 100%;
  background: rgb(255, 255, 255, 0.15);
}
.sec-buynow .game-card .game-card-top h3 {
  line-height: 2;
  padding: 4px;
}
.sec-buynow .game-card .game-card-mid {
  height: 80%;
  max-width: 95%;
  align-self: flex-start;
  max-height: 60%;
}
.sec-buynow .game-card .game-card-bot {
  max-height: 12%;
  width: 100%;
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#game-card-list-items {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space;
}
.game-card-logo {
  height: 100%;
  width: 38%;
  overflow: hidden;
}
#game-card-logo {
  height: 100%;
  width: 100%;
}
#game-card-top-bgn {
  background: url("https://upload.wikimedia.org/wikipedia/commons/a/a0/Nintendo_Switch_logo%2C_horizontal.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 115px;
  background-color: red;
}
#game-card-top-bgx {
  background: url("https://winaero.com/blog/wp-content/uploads/2016/01/xbox-Windows-10-logo-banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#game-card-top-bgp {
  background: url("https://cdn.shopify.com/s/files/1/0453/2790/9014/collections/EXG_CABLE_GUYS_IKON_BANNER_3500x1360_V1_0753691d-8918-4fe9-9b26-ffe9cbee0004.jpg?v=1682026299");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#game-card-top-bgpc {
  background: url("https://global-img.gamergen.com/steam-logo-head-banner_0903D4000000949333.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.game-card-mid h2 {
  font-size: 1.5rem;
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 10%;
  line-height: 29px;
  font-family: Witcher;
  color: #bbbbbb;
}
.game-card-mid p {
  font-size: 1rem;
  margin-top: 2.6%;
  margin-left: 10px;
}
#gm-p-spn {
  font-size: 0.99rem;
  font-family: Witcher;
  color: #bbbbbb;
}
.sec-buynow .game-card .game-card-bot #game-crd-buynow {
  transition: 0.77s ease-in-out;
  height: 100%;
  width: 70%;
  margin-left: 10px;
  font-size: 1.5rem;
  text-align: left;
  padding-left: 15px;
  background-color: #107c10;
  border-radius: 10px;
  border: none;
  color: #fefefe;
  font-family: Witcher;
  margin-bottom: 10px;
  -webkit-mask-image: linear-gradient(
    45deg,
    #000 25%,
    rgba(0, 0, 0, 0.2) 50%,
    #000 75%
  );
  mask-image: linear-gradient(
    45deg,
    #000 25%,
    rgba(0, 0, 0, 0.2) 50%,
    #000 75%
  );
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}

.sec-buynow .game-card .game-card-bot #game-crd-buynow:hover {
  transition: mask-position 2s ease, -webkit-mask-position 2s ease;
  -webkit-mask-position: 120%;
  mask-position: 120%;
  opacity: 1;
  box-shadow: rgb(243, 0, 0) 100px 60px 40px -7px;
}
.sec-buynow .game-card .game-card-bot #game-crd-buynow:active {
  transition: 0.01s ease-in-out;
  transform: scale(95%);
}
.sec-buynow .game-card .game-card-bot img {
  width: 22%;
  height: 100%;
  margin-right: 2px;
  margin-bottom: 10px;
  border-radius: 10px;
}
footer{
margin-top: 50px;
 height: 80vh;
 width: auto;
 background-color:rgb(255, 255, 255, 0.05);
 overflow: hidden;
}
footer .footer-logos{
  height: 100%;
  width: 100%;
 
}

footer .footer-logos .ft-sec-1{
  height: 20%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;

}
footer .footer-logos .ft-sec-2{
  height: 20%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-logos .ft-sec-3{
  height: 20%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-logos .ft-sec-1 img{ 
  margin-left: 10px;
  margin-left: 10px;
  height: 85px;
}
footer .footer-logos .ft-sec-2 img{ 
  margin-left: 10px;
  margin-left: 10px;
  height: 85px;
}
footer .footer-logos .ft-sec-3 img{
 margin-right: 5px;
 margin-left: 5px;
 height: 75px;
 width: 75px;
}
footer .messg{
  width: 100%;
  height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
footer .messg p{
  padding: 50px;
  line-height: 1.2;
  font-size: 1rem;
}
@keyframes pop {
  0% {
    filter: blur(3px);
  }
  25% {
    filter: blur(2.5px);
  }
  50% {
    filter: blur(2px);
  }
  75% {
    filter: blur(1px);
  }
  100% {
    filter: blur(0px);
  }
}

#scpi {
  width: 60%;
}
@media only screen and (max-width: 1000px) {
  nav ul {
    display: none;
  }
  .ham_bg {
    display: block;
  }
  .close {
    display: block;
  }
}
@media only screen and (max-width: 1115px) {
  article :nth-child(2) {
    height: 145px;
    overflow-y: scroll;
    line-height: 22px;
  }
  .section_noclippath article :nth-child(1) {
    height: 90px;
    overflow: hidden;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  
  .sec-buynow {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100vh;
  }
  .sec-buynow .game-card {
    height: 90%;
    width: 98%;
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 44%;
  }
  .sec-buynow .game-card .game-card-mid{
    max-height: 70%;
  }
  .sec-buynow .game-card .game-card-top {
    height: 18%;
    width: 100%;
  }
  #gm-p-spn {
    font-size: 1.2rem;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 600px) {
  
  ::-webkit-scrollbar {
    width: 9px;
  }
  ::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.05);
  }

  ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0);
  }
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.1);
  }
  .fullimg {
    padding-bottom: 20%;
  }
  header {
    height: 7vh;
  }
  .awards {
    max-width: 120px;
    font-size: 10px;
  }
  .awards__title {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
    font-size: 10px;
    font-weight: 400;
  }
  .awards__subtitle {
    font-size: 12px;
    font-weight: bold;
  }
  .awards__top-section::before {
    height: 49px;
    overflow: hidden;
    width: 45px;
  }
  .awards__top-section::after {
    height: 49px;
    overflow: hidden;
    width: 50px;
  }
  .awards__texts p {
    font-family: "Oswald";
    font-size: 0.9rem;
    font-weight: bold;
  }
  .field-content {
    background-size: cover;
    background-position: center;
  }
  article :nth-child(2) {
    height: 135px;
    line-height: 26px;
    overflow-y: scroll;
  }
  .section_noclippath article :nth-child(1) {
    height: 135px;
    line-height: 26px;
    overflow-y: scroll;
  }
  .sec-buynow {
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
  }
  .sec-buynow .game-card {
    height: 90%;
    width: 98%;
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 44%;
  }
  .sec-buynow .game-card .game-card-top {
    height: 12%;
    width: 100%;
  }
  game-card-mid p {
    font-size: 1rem;
    margin-top: 5%;
    margin-left: 10px;
  }
  #gm-p-spn {
    font-family: Witcher;
    color: #bbbbbb;
    line-height: 1.1;
  }
  .sec-buynow .game-card .game-card-bot #game-crd-buynow {
    height: 100%;
    width: 70%;
    margin-left: 10px;
    font-size: 1.5rem;
    text-align: left;
    padding-left: 15px;
    background-color: #107c10;
    margin-bottom: 10px;
  }
  .sec-buynow .game-card .game-card-bot img {
    width: 22%;
    height: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .sec-buynow {
    margin-bottom: 10vh;
    transition: none;
  }
  footer{
    height: 60vh;
  }
  footer .footer-logos {
   height: 80%;
  }
  footer .footer-logos .ft-sec-1 img{ 
    height: 60px;
  }
  footer .footer-logos .ft-sec-2 img{ 
    height: 60px;
  }
  footer .footer-logos .ft-sec-3 img{
    height: 60px;
  }
  footer .messg p{
   padding: 15px;
  }

  @media only screen and (max-width: 550px) {
    article :nth-child(2) {
      height: 78px;
      line-height: 18.8px;
      font-weight: lighter;
      font-size: 0.88rem;
      opacity: 0.66;
    }
    .field-content {
      height: 96.7%;
      width: 100%;
    }
    header {
      left: 2.5%;
      width: 95%;
    }
    .requirements .info {
      flex-direction: row;
    }
    .requirements .info .right {
      width: 78%;
      padding-right: none;
    }
    .requirements .info h2 {
      font-size: 1.1rem;
    }
    .requirements li {
      font-size: 0.8rem;
    }
    nav ul {
      display: none;
    }

    .section_noclippath article :nth-child(1) {
      height: 78px;
      line-height: 18.8px;
      font-weight: lighter;
      font-size: 0.88rem;
      opacity: 0.66;
    }
    .fullimg {
      width: 95%;
    }
    .field_content_bottom .pegi {
      width: 45px;
    }
    .field_content_bottom .pjktred {
      width: 131px;
    }
    .field_content_bottom {
      flex-direction: row-reverse;
      transform: translateY(-70%);
    }
    .ham_bg {
      display: block;
    }
    .close {
      display: block;
    }
    .sec-buynow {
      height: 310vh;
      flex-wrap: nowrap;
      display: flex;
      flex-direction: column;
      padding-bottom: 1vh;
    }
    
    .sec-buynow .game-card {
      height: 50%;
      min-width: 98%;
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .sec-buynow .game-card .game-card-top {
      height: 18%;
      width: 98%;
    }
    #gm-p-spn {
      font-size: 1.20rem;
      line-height: 1.26;
    }
    .sec-buynow .game-card .game-card-bot #game-crd-buynow{
      font-size: 1.89rem;
    }
    .sec-buynow .game-card .game-card-bot #game-crd-buynow:active {
      transition: 0.11s ease-in-out;
      transform: scale(98%);
    }
  }

}
@media only screen and (max-width: 500px){
  .sec-buynow {
    margin-bottom: 1vh;
  }
  
}
