*{
    margin: 0;
    padding: 0;
    font-family: 'Belanosima', sans-serif;
}

.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.838), rgba(4, 9, 30, 0.779)), url('img/banner.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}

.headerp{
    line-height: 1;
    font-size: 24px;
}

nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

nav img{
    width: 150px;
}

.nav-links{
    flex: 1;
    text-align: right;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 22px;
}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #f44336;
    display: block;
    margin: auto;
    transition: 0.7ss;
}

.nav-links ul li:hover::after{
    width: 100%;
}

.text{
    width: 90%;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.text h1{
    font-size: 55px;
}

.text p{
    margin: 10px 0 40px;
    font-size: 22px;
    color: white;
}

.btnlogin{
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 0px solid white;
    padding: 8px 12px;
    font-size: 18px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.btnlogin:hover{
    border: 0px solid white;
    background: red;
    transition: 1.3s;
}

.btn{
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 12px 34px;
    font-size: 18px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.btn:hover{
    border: 1px solid white;
    background: red;
    transition: 1.3s;
}


.hardware{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;

    min-height: 80vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.673), rgba(4, 9, 30, 0.779)), url('img/banner2.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}

h1{
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}

.phardware{
    color: white;
    width: 90%;
    margin: auto;
    align-items: center;
    font-size: 26px;
    font-weight: 300;
    line-height: 2;
    padding: 10px;
}

p{
    color: black;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}


.row{
    margin: 5%;
    display: flex;
    justify-content: space-between;
}

.latest{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;

}


.hardware-col{
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    cursor: pointer;
}

.hardware-col:hover{
    background: rgb(236, 188, 188);
    transition: 1s;
}

.pHardware{
    font-size: 22px;
    line-height: 1;
    word-spacing: 10px;
}

h3{
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    margin: 10px 0;
}

.hardware-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}

.games{
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 0px;
}

.games h1{
    color: black;
    font-size: 55px;
}

.gp{
    font-size: 27px;
}

.games-col{
    flex-basis: 20%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.games-col img{
    width: 100%;
    display: block;
}

.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.5s;
}

.layer h3{
    color: transparent;
    position: absolute;
    font-size: 23px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: 0.5s;
}
.layer h3:hover{
    color: black;
}
.layer:hover{
    background: rgba(228, 199, 199, 0.632)
}



.webreviews{
    width: 80%;
    margin: auto;
    padding-top: 100px;
    text-align: center;
}
.webreviews h1{
    color: black;
}

.webp{
    font-size: 17px;
}

.webreview-col p{
    font-size: 15px;
}

.webreview-col{
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    background: #fff3f3;
    padding: 25px;
    cursor: pointer;

}

.webreview-col img{
    height: 40px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;
}

.Pwebcol{
    font-size: 24px;
}

.webreview-col p{
    padding: 0;
}

.webreview-col h4{
    margin-top: 13px;
    text-align: left;;
}


.newsletter{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(img/banner2.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}

.newsletter h1{
    font-size: 70px;
}



.newsletter h1{
color: rgb(198, 138, 168);
}

.substab{
    height: 18px;
    width: 200px;
    font-size: 16px;
    border-radius: 5px;
    padding-top: 10px;
    text-align: center;
}

::-webkit-input-placeholder {
 position: relative;
 bottom: 6.5px;
}

.substab placeholder{
  position: relative;
  bottom: 5px;
}


.footer {
    display: flex;
    flex-flow: row wrap;
    padding: 30px 30px 20px 30px;
    color: #2f2f2f;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
  }
  
  .footer > * {
    flex:  1 100%;
  }
  
  .footer__addr {
    margin-right: 1.25em;
    margin-bottom: 2em;
  }
  
  .footer__logo {
    color: black;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.5rem;
  }
  
  .footer__addr h2 {
    margin-top: 1.3em;
    font-size: 15px;
    font-weight: 400;
  }
  
  .nav__title {
    font-weight: 400;
    font-size: 15px;
  }
  
  .footer address {
    font-style: normal;
    color: #999;
  }
  
  .footer__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    max-width: max-content;
    background-color: rgb(33, 33, 33, 0.07);
    border-radius: 100px;
    color: #2f2f2f;
    line-height: 0;
    margin: 0.6em 0;
    font-size: 1rem;
    padding: 0 1.3em;
  }
  
  .footer ul {
    list-style: none;
    padding-left: 0;
  }
  
  .footer li {
    line-height: 2em;
  }
  
  .footer a {
    text-decoration: none;
  }
  
  .footer__nav {
    display: flex;
      flex-flow: row wrap;
  }
  
  .footer__nav > * {
    flex: 1 50%;
    margin-right: 1.25em;
  }
  
  .nav__ul a {
    color: #999;
  }
  
  .nav__ul--extra {
    column-count: 2;
    column-gap: 1.25em;
  }
  
  .legal {
    display: flex;
    flex-wrap: wrap;
    color: #999;
  }

  .legal p{
    font-size: 17px;
    margin: auto;
  }
   
  
  @media screen and (min-width: 24.375em) {
    .legal .legal__links {
      margin-left: auto;
    }
  }
  
  @media screen and (min-width: 40.375em) {
    .footer__nav > * {
      flex: 1;
    }
    
    .nav__item--extra {
      flex-grow: 2;
    }
    
    .footer__addr {
      flex: 1 0px;
    }
    
    .footer__nav {
      flex: 2 0px;
    }
  }


  .formcontainer {
    width: 1150px;
    margin: 20px auto;
    padding: 20px;
    background-color: #f0f0f0;
    backface-visibility: hidden;
    border-radius: 5px;
  }
  
  .formcontainer h2 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
  }
  
  .formcontainer form {
    display: flex;
    flex-direction: column;
  }
  
  .formcontainer label {
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
    animation: slideIn 0.5s ease;
  }
  
  @keyframes slideIn {
    from {
      transform: translateX(-100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  .formcontainer input,
  textarea {
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: border-color 0.3s ease;
  }
  
  .formcontainer textarea {
    resize: vertical;
  }
  
  .formcontainer input:focus,
  textarea:focus {
    border-color: #4CAF50;
  }
  
  .radio-group {
    display: flex;
    margin-bottom: 10px;
    gap: 30px;
    animation: fadeIn 0.5s ease;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .checkbox-group {
    display: flex;
    margin-bottom: 10px;
    gap: 40px;
    animation: fadeIn 0.5s ease;
  }
  
  .formcontainer button[type="submit"] {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 16px;
    transition: background-color 0.3s ease;
  }
  
  .formcontainer button[type="submit"]:hover {
    background-color: #45a049;
  }


  .formcontainer button[type="submitlogin"] {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 16px;
    transition: background-color 0.3s ease;
  }
  
  .formcontainer button[type="submitlogin"]:hover {
    background-color: #45a049;
  }


  .formcontainer button[type="submit_login_admin"] {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 16px;
    transition: background-color 0.3s ease;
  }
  
  .formcontainer button[type="submit_login_admin"]:hover {
    background-color: #45a049;
  }
  
  
  
  .privacyp{
    font-size: 12.4px;
  }