@charset "UTF-8";
@font-face {
  font-family: Retro_Gaming;
  src:url('../fonts/Retro_Gaming.ttf') format('truetype');
}

body {
  display: block;
  margin: 10px;
  background-image: linear-gradient(100deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  color: #fff;
  min-height: 100vh;
  font-family: sans-serif;
  overflow-x: hidden;
}
.wrapper {
  display: grid;
  --aug-border-bg: #000;
  --aug-inset-bg: #000;
  --aug-width:10px;
  --aug-border: 5px;
  --aug-inset: 5px;
  --aug-tr-height: 0px;
}
main {
  margin: 0 20px 20px 20px;
}
#logo {
  font-size: 40px;
  font-family: Retro_Gaming;
  margin: 10px 0 0 20px;
  background-image: linear-gradient(100deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);
  background-position: center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-login {
  display: block;
  position: absolute;
  top: 0;
  right: 0;

  margin: 10px;
  height: 45px;
}
.signin > input {
  --aug-border-bg: #000;
  --aug-inset-bg: #000;
  --aug-width:10px;
  --aug-border: 5px;
  --aug-inset: 5px;
  --aug-tr-height: 0px;
  background: #000;
  color: #fff;
  border: none;
  outline: none;
  padding: 10px;
}
.signin > input {
  font-size: 15px;
  padding: 10px;
  width: 200px;
}
.signin > button, .logout > button {
  font-size: 15px;
  padding: 12px 20px;
  --aug-border-bg: linear-gradient(100deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);;
  --aug-inset-bg: #000;
  --aug-width:10px;
  --aug-border: 2px;
  --aug-tr-height: 0px;
  color: #fff;
  text-decoration: none;
  outline: none;
  border: none;
}
.header-signup, .cp-btn, .cart-btn {
  --aug-border-bg: linear-gradient(100deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);;
  --aug-inset-bg: #000;
  --aug-width:10px;
  --aug-border: 2px;
  --aug-tr-height: 0px;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  margin-left: 10px;
  display: inline-block;
}
.header-signup {
  --aug-border-bg: linear-gradient(100deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);;
  --aug-inset-bg: #9c1673;
  color:#fff;
}
.cp-btn {
  --aug-inset-bg: #5f0000;
}
.cp-btn:hover {
  --aug-inset-bg: #ff0000;
}
.signin, .header-login > form {
  display: inline-block;
}
.welcome-msg {
  display: none;
}


.menu {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
  margin: 0;
  padding: 10px;
}
.menu > a {
  text-decoration: none;
}
.menu > a > li {
  display: block;
  width: auto;
  margin: 10px;
  --aug-border: 5px;
  --aug-inset: 5px;
  padding: 20px; /* mind the gap */
  text-align: center;
  font-size: 16px;
  font-family: Retro_Gaming;
  --aug-border-bg: linear-gradient(100deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);;
  --aug-inset-bg: linear-gradient(100deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);;
  --aug-width:10px;
  color: #000;
  transition: ease all 500ms
}
@media (max-width:1140px) {
  .wrapper {
    margin-top: 60px;
  }
  .welcome-msg {
    display: inline-block;
  }
}
@media (max-width:636px) {
  .wrapper {
    margin-top: 110px;
  }
  .header-login {
    height: 120px;
  }
  .welcome-msg {
    display: inline-block;
  }
}
@media (max-width:544px) {
  .wrapper {
    margin-top: 135px;
  }
  .header-login {
    height: 130px;
  }
  .welcome-msg {
    display: inline-block;
  }
}

@media (min-width:800px) {
  .menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .wrapper {
    display: grid;
    --aug-border-bg: #000;
    --aug-inset-bg: #000;
    --aug-width:10px;
    --aug-border: 5px;
    --aug-inset: 5px;
    --aug-tr-width: calc(100vw - 980px);
    --aug-tr-height: 50px;
  }

}
.menu > a > li:hover {
  --aug-br-height: 50%;
}
@media (min-width:1000px) {
  .welcome-msg {
    display: inline-block;
    font-size: 15px;
    font-family: sans-serif;
    margin-right: 10px;
  }
}



/* Home page begin */

.hero {
  position: relative;
  background-image: url(../img/header.jpg);
  background-position: 60% 0%;
  background-size: cover;
  height: 250px;
}
.hero-txt {
  position: absolute;
  top: 30px; right: 15px;
}
#at-txt {
  text-align: center;
}
.hero-txt h1 {
  font-size: 3em;
  text-align: center;
  width: 235px;
  font-family: 'Retro_Gaming', sans-serif;
  background-image: linear-gradient(
    #5444aa 0%,
    #3487de 15%,
    #45eebb 15%,
    #45eebb 30%,
    #feff33 30%,
    #feff33 44%,
    #ffdd55 44%,
    #ffdd55 58%,
    #dd7611 58%,
    #dd7611 70%,
    #993411 70%,
    #993411 100%);
  background-position: center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.hero-txt h2 {
  font-size: 1.1em;
  width: 235px;
  font-family: sans-serif;
  text-align: center;
  margin: 3px;
}
@media (min-width:720px) {
  .hero-txt {
    position: absolute;
    top: 40px; right: 55px;
  }
}
@media (min-width:772px) {
  .hero-txt {
    position: absolute;
    top: 40px; right: 77px;
  }
}
@media (min-width:920px) {
  .hero-txt {
    position: absolute;
    top: 40px; right: 128px;
  }
}
@media (min-width:1000px) {
  .hero {
    height: 300px;
    background-position: 60% 0%;
  }
  .hero-txt {
    position: absolute;
    top: 43px; right: 105px;
  }
  .hero-txt h1 {
    font-size: 5em;
    width: auto;
  }
  .hero-txt h2 {
    font-size: 1.5em;
    width: 400px;
  }
}
@media (min-width:1255px) {
  .hero {
    height: 300px;
    background-position: 0% 9%;
  }
  .hero-txt {
    position: absolute;
    top: 43px; right: 105px;
  }
  .hero-txt h1 {
    font-size: 5em;
    width: auto;
  }
  .hero-txt h2 {
    font-size: 1.6em;
    width: 400px;
  }
}
@media (min-width:1360px) {
  .hero {
    height: 300px;
    background-position: 0% 9%;
  }
  .hero-txt {
    position: absolute;
    top: 43px; right: 190px;
  }
}
@media (min-width:1500px) {
  .hero {
    height: 400px;
  }
  .hero-txt {
    top: 90px; right: 190px;
  }
}
@media (min-width:1700px) {
  .hero-txt {
    top: 90px; right: 290px;
  }
}













/* Home page end */






















/* buy page begin */

.allGames {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  max-width: 1500px;
  margin: auto;
}
.game {
  display: block;
  text-decoration: none;
  --aug-border-bg: linear-gradient(100deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);;
  --aug-width:10px;
  --aug-border: 5px;
  --aug-inset: 5px;
  --aug-tr-height: 0px;
  padding: 20px;
  color: #fff;
}
.game > .coverart {
  width: 100%; height: auto;
}
.game > .gamename {
  text-decoration: none;
  font-family: 'Retro_Gaming';
  font-size: 1.3em;
  margin-bottom: 10px;
}
.game > .platform {
  font-family: sans-serif;
  text-decoration: none;
  margin: 0 0 20px 0;
}
.game > .price {
  color: #f00;
  font-family: sans-serif;
  text-decoration: none;
  font-size: 1.5em;
  margin: 0;
  font-weight: bold;
}
.game:hover {
  --aug-inset-bg: linear-gradient(100deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);;
  color: #000;
}
.game:hover > .price {
  color: #000;
}
@media (min-width:600px) {
  .allGames {
    grid-template-columns: 1fr 1fr;
  }
}
/* @media (min-width:700px) {
  .allGames {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width:850px) {
  .allGames {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width:1024px) {
  .allGames {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
} */

/* buy page end */

/* Game info page begin */

.gamepage {
  color: #fff;
  max-width: 800px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "title"
                       "coverart"
                       "cartinfo"
                       "details";
}
.gamepage > .title {
  grid-area: title;
}
.gamepage > .title > h1 {
  font-family: 'Retro_Gaming', sans-serif;
  margin: 1em 0 .5em 0;
}
.gamepage > .title > .pub {
  display: block;
  font-size: 1.1em;
}
.gamepage > .title > .rating {
  display: block;
  margin: 10px 0;
}
.gamepage > .coverart {
  grid-area: coverart;
}
.gamepage > .coverart > img {
  width: 100%;
  max-width: 400px;
  margin: auto;
  display: block;
}
.gamepage > .cartinfo {
  grid-area: cartinfo;
}
.gamepage > .cartinfo > .platform {
  display: block;
  font-size: 1.3em;
  font-family: sans-serif;
  margin: 0;
}
.gamepage > .cartinfo > .price {
  display: block;
  font-size: 1.5em;
  font-family: sans-serif;
  margin: .5em 0;
}
.gamepage > .cartinfo > form > .addtocart {
  color: #000;
  background-color: #000;
  font-size: 1.3em;
  width: 100%;
  padding: 15px;
  --aug-border-bg: linear-gradient(100deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);;
  --aug-inset-bg: linear-gradient(100deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);;
  --aug-width:10px;
  --aug-border: 5px;
  --aug-inset: 5px;
  --aug-tr-height: 0px;
}
.gamepage > .cartinfo > .stock {
  font-size: 1.2em;
}
.gamepage > .details {
  grid-area: details;
}
.gamepage > .details > h2 {
  text-align: center;
  font-size: 2em;
  font-family: 'Retro_Gaming',sans-serif;
  background-image: linear-gradient(100deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);
  background-position: center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gamepage > .details > p {
  margin: auto;
  max-width: 1000px;
}
@media (min-width:768px) {
  .gamepage {
    color: #fff;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 35px;
    grid-template-areas: "coverart title"
                         "coverart cartinfo"
                         "details details";
  }
  .gamepage > .cartinfo > form > .addtocart {
    width: auto;
    padding: 20px;
  }
  .gamepage > .details > h2 {
    font-size: 4em;
  }
  .gamepage > .details > p {
    font-size: 1.3em;
  }
}
@media (min-width:1000px) {
  .gamepage {
    grid-template-columns: 1fr 2fr;
  }
}

/* Game info page end */

/* Sell Games Begin */

form label {
  font-size: 1.3em;
}
form input {
  font-size: 1.1em;
}
form textarea {
  font-size: 1.1em;
}
.edit-game button,
.edit-platform button,
.add-faq button {
  color: #000;
  background-color: #000;
  font-size: 1.3em;
  padding: 15px 30px;
  --aug-border-bg: linear-gradient(100deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);;
  --aug-inset-bg: linear-gradient(100deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);;
  --aug-width:10px;
  --aug-border: 5px;
  --aug-inset: 5px;
  --aug-tr-height: 0px;
}


/* Sell Games End */

/* About Us Begin */

.about-card {
  margin: auto;
  max-width: 900px;
  --aug-border-bg: linear-gradient(100deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);;
  --aug-inset-bg: linear-gradient(100deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);
  --aug-width:10px;
  --aug-border: 5px;
  --aug-inset: 5px;
  padding: 20px;

}
.about-card h1 {
  background-image: linear-gradient(100deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);
  background-position: center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.5em;
  font-family: 'Retro_Gaming', sans-serif;
}
.about-card p {
  line-height: 1.5;
  letter-spacing: 1.4px;
  font-size: 1.3em;
}
.about-card a {
  color: linear-gradient(100deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);;
  text-decoration: none;
}
.about-card a:hover {
  background-image: linear-gradient(100deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);
  background-position: center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width:975px) {
  .about-card {
    --aug-tr-width: 700px;
    --aug-tr-height: 100px;
    padding: 40px;
  }
}

/* About Us End */

/* FAQ Begin */

.faq-list {
  margin: auto;
  max-width: 900px;
}
.faq-list > .faq {
  margin-top: 30px;
}
.faq-list > .faq > .q {
  font-weight: bold;
  color: linear-gradient(100deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);;
  text-decoration: underline;
}
.faq-list > .faq > .a {

}

/* FAQ End */

/* Notify messages begin*/

.db-success {
  display: inline-block;
  --aug-border: 2px;
  --aug-inset: 5px;
  padding: 20px; /* mind the gap */
  text-align: center;
  font-size: 16px;
  font-family: Retro_Gaming;
  --aug-border-bg: #00ff43;
  --aug-inset-bg: #00ff43;
  --aug-width:10px;
  color: #000;
}
.error {
  display: inline-block;
  --aug-border: 2px;
  --aug-inset: 5px;
  padding: 20px; /* mind the gap */
  text-align: center;
  font-size: 16px;
  font-family: Retro_Gaming;
  --aug-border-bg: #B30F0F;
  --aug-inset-bg: #B30F0F;
  --aug-width:10px;
  color: #fff;
}

/* Notify messages end */

/* footer begin */
footer {
  padding: 15px 25px;
  font-family: 'Retro_Gaming';
  font-size: 14px;
}
#codel {
  font-size: 16px;
  background-image: linear-gradient(100deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);
  background-position: center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: ease padding 1000ms;
}
#codel:hover {
  padding-left: 15px;
}


/* footer end */

.year-label {
  padding: 0 0 30px 0;
  font-size: 2.5em;
  background-image: linear-gradient(30deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);
  background-position: center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
