@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'Space Age';
    src: url('fonts/SpaceAge.woff2') format('woff2'),
        url('fonts/SpaceAge.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: Montseratt , "sans-serif";
    /*display: flex;*/
}
.first-page{
    height: 100vh;
    width: 100%;
    background-color: #000;
    /* background: url(p.jpg); */
    background-size: cover;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.header{
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.logo{
    font-family: "Brush Script MT", "san-sarif";
    color: #fff;
    font-weight: 500;
    font-size: 60px;
    font-weight: 300;
    margin: 5px 0 0 20px;
    cursor: pointer;
}
.header-nav{
    display: flex;
    justify-content: space-evenly;
    /* background: #fff; */
    width: 75%;
    height: 30px;
    align-items: center;
}
.head-items{
    list-style: none;
}
.header .close{
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 1%;
    right: 3%;
    z-index: 99;
    display: none;
}
.header .close:hover{
    color: rgb(255, 132, 0);
}
.header .close-menu{
    color: #fff;
    font-size: 30px;
    position: absolute;
    justify-self: center;
    right: 3%;
    z-index: 99;
    display: none;
}
.header .close-menu:hover{
    color: rgb(255, 132, 0);
}
.head-items a{
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.02em;
    position: relative;
}
.head-items a:hover,
.head-items a:focus{
    color: rgb(255, 132, 0);
}
.head-items a::after{
    content: "";
    width: 0%;
    height: 0.1em;
    position: absolute;
    bottom: -6px;
    left: 0;
    transition: all 0.5s ease;
    background: rgb(255, 132, 0);
    opacity: 0;
}
.head-items a:hover::after,
.head-items a:focus::after{
    opacity: 1;
    width: 100%;
}
.first-page .fbody{
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    padding: 5px 0 0 30px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.first-page .fbody h1{
    display: flex;
    flex-direction: column;
    font-size: 50px;
    margin: 0 10px;
    width: 700px;
    font-weight: 400;
    align-self: center;
    align-items: center;
    font-family: 'Space Age';
    cursor: pointer;
}
.first-page .fbody h1 span{
    align-self: center;
    color: antiquewhite;
    font-size: 60px;
    cursor: pointer;
}
.first-page .fbody h1 span:hover{
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}
.fbody .world{
    background: #000;
    height: 400px;
    width: 500px;
    align-self: center;
}
.fbody .world .world_asset{
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.fbody .left{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 30%;
    font-style: italic;
    font-size: 18px;
}
.fbody .left .infor{
    margin-top: 30px;
    height: 40px;
    width: 60%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-self: center;
}
.fbody .left .infor .bx{
    font-size: 23px;
}
.fbody .left .infor .bx:hover{
    color: rgb(255, 132, 0);
}
.fbody p{
    align-self: center;
    width: 24.5%;
    position: absolute;
    top: 30%;
    right: 30px;
    font-size: 18px;
    margin-top: 25px;

}
.fbody .start{
    width: 135px;
    height: 30px;
    border: 1px solid transparent;
    border-radius:13px;
    background: rgb(34, 34, 36);
    margin-top: 15px;
    position: absolute;
    top: 50%;
    right: 180px;
    color: antiquewhite;
    font-size: 15px;
}
.fbody .ribbon{
    height: 30px;
    width: 95%;
    background: rgb(34, 34, 36);
    position: absolute;
    bottom: 5%;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
}
.fbody .ribbon .bx{
    color: rgb(255, 132, 0);
}

/*This the second page */
.second-page{
    color: #fff;
    width: 100%;
    height: 100vh;
    background: #221f26;
}
.second-page .product-head{
    font-size: 30px;
    height: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.second-page  .products{
    width: 100%;
    height: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.products .prod{
    background: rgb(0, 0, 0);
    width: 40%;
    height: 30%;
    margin: 10px;
    border-radius: 25px;
}
.products .prod .pro-head{
  font-size: 20px;
  height: 23%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products .prod .pro-body{
  text-align: center;
  display: flex;
  width: 80%;
  justify-self: center;
}
.products .prod .bx{
  justify-self: center;
  display: flex;
  font-size: 35px;
  margin: 15px 0 0 0;
}
.products .prod img{
  justify-self: center;
  display: flex;
  font-size: 35px;
  margin: 10px 0 0 0;
}










/* the sizing of the website */


@media (max-width: 800px) {
    .header-nav{
        display: none;
    }
  .header-nav.active{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    background: rgb(133, 115, 95, 0.98);
    z-index: 11;
    height: 500px;
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    
      }
  .header .close-menu{
    display: block;
  }
  .first-page .fbody h1{
    font-size: 25px;
  }
  .fbody p{
    /* display: none; */
    top: 62%;
    left: 20%;
    width: 70%;
  }
  .fbody .left{
    top: 70%;
    left:25%;
  }
  .fbody .left .advert{
    display: none;
  }
  .fbody .start{
    top: 78%;
    left: 40%;
  }
  .fbody .world{
    height: 300px;
  }
}
@media (max-width: 500px) {
    .header-nav{
        display: none;
    }
  .header-nav.active{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    background: rgb(133, 115, 95, 0.98);
    z-index: 11;
    height: 500px;
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    }
  .header .close-menu{
    display: block;
  }
  .first-page .fbody h1{
    font-size: 25px;
  } .fbody p{
    display: none;
    top: 62%;
    left: 20%;
    width: 70%;
  }
  .fbody .left{
    top: 50%;
    left:19%;
    width: 60%;
  }
  .fbody .left .advert{
    display: none;
  }
  .fbody .start{
    top: 78%;
    left: 33%;
  }
}
@media (max-height: 1000px) and (max-width: 790px){
    .first-page .fbody h1{
        font-size: 25px;
      } 
      .fbody p{
        display: block;
        width: 70%;
        font-size: 13px;
        top: 50%;
        left: 15%;
        text-align: center;
      }
      .fbody .left{
        top: 70%;
        left: 13%;
        width: 70%;
       
      }
      .fbody .left .advert{
        display: none;
      }
      .fbody .left .infor{
        width: 100%;
      }
      .fbody .start{
        top: 60%;
        align-self: center;
      }
      .fbody .world{
        height: 300px;
      }
}
@media (max-height: 700px) and (max-width: 790px){
    .first-page .fbody h1{
        font-size: 25px;
      } 
      .fbody p{
        display: block;
        width: 76%;
        font-size: 13px;
        top: 55%;
        justify-self: center;
        text-align: center;
      }
      .fbody .left{
        top: 72%;
        left:19%;
        width: 70%;
       
      }
      .fbody .left .advert{
        display: none;
      }
      .fbody .left .infor{
        width: 100%;
      }
      .fbody .start{
        top: 68%;
        left: 33%;
      }
      .fbody .world{
        height: 250px;
      }
}