@import url("https://fonts.cdnfonts.com/css/aware");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
}

body {
  height: auto;
  width: 100% !important;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button {
  padding: 9px 25px;
  background-color: #007ab7;
  border: none;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

button:hover {
  background-color: #3a3a80;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10%;
  background-color: #007ab7;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-x: hidden;
}

.logo {
  font-weight: bold;
  font-family: "aware";
  padding-top: 10px;
  color: white;
}

.links {
  list-style: none;
  margin-top: 15px;
}

.links li {
  display: inline-block;
  padding: 0px 20px;
  text-decoration: none;
}

.links li a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: white;
}

.links li a:hover {
  color: #3a3a80;
}

@media screen and (max-width: 576px) {
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .links {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* The hero image */
.hero-image {
  width: 100%;
  height: 550px;
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0))), url("../imgs/Indieverse.webp");
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url("../imgs/Indieverse.webp");
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

/* Place text in the middle of the image */
.hero-text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 10%;
  color: white;
  font-weight: 400;
  overflow-x: hidden;
}


/* The hero image */
.games-image {
  width: 100%;
  height: 550px;
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0))), url("../imgs/GamesRightcmp.webp");
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url("../imgs/GamesRightcmp.webp");
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

/* Place text in the middle of the image */
.games-text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 10%;
  color: white;
  font-weight: 400;
  overflow-x: hidden;
}



#title {
  font-size: 48px;
  font-weight: 700;
  overflow-x: hidden;
}

#info {
  font-weight: 700;
  overflow-x: hidden;
}

.avatar {
  width: 100%;
  height: 550px;
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0))), url("../imgs/Avatars.webp");
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url("../imgs/Avatars.webp");
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

/* Place text in the middle of the image */
.avatar-text {
  width: 100%;
  text-align: right;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 10%;
  color: white;
  font-weight: 400;
  overflow-x: hidden;
}

.friends {
  width: 100%;
  height: 550px;
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0))), url("../imgs/Image 1.webp");
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url("../imgs/Image 1.webp");
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

/* Place text in the middle of the image */
.friends-text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 10%;
  color: white;
  font-weight: 400;
  overflow-x: hidden;
}

.nft {
  width: 100%;
  height: 550px;
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0))), url("../imgs/NFTs.webp");
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url("../imgs/NFTs.webp");
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

/* Place text in the middle of the image */
.nft-text {
  width: 100%;
  text-align: right;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 10%;
  color: white;
  font-weight: 400;
  overflow-x: hidden;
}


.explore {
  width: 100%;
  height: 550px;
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0))), url("../imgs/Indieverse.webp");
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url("../imgs/Indieverse.webp");
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

/* Place text in the middle of the image */
.explore-text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 10%;
  color: white;
  font-weight: 400;
  overflow-x: hidden;
}



@media screen and (max-width: 576px) {
  .avatar,
  .explore,
  .nft,
  .games,
  .hero-image {
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .games {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../imgs/GamesRightcmp.webp");
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../imgs/GamesRightcmp.webp");
  }
  .explore {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../imgs/Indieverse.webp");
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../imgs/Indieverse.webp");
  }
  .avatar {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0))), url("../imgs/Avatars.webp");
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url("../imgs/Avatars.webp");
  }
  .friends {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0))), url("../imgs/Image 1.webp");
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url("../imgs/Image 1.webp");
  }
  .nft {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.4))), url("../imgs/NFTs.webp");
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("../imgs/NFTs.webp");
  }
  #title {
    font-size: 32px;
    text-align: center;
  }
  .avatar-text,
  .games-text,
  .explore-text,
  .hero-text,
  .friends-text,
  .nft-text {
    text-align: center;
  }
}

form {
  padding: 0px 25%;
  padding-bottom: 70px;
  overflow-x: hidden;
}

#form_title {
  color: #007ab7;
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  margin-top: 80px;
}

#form_info {
  text-align: center;
  color: #007ab7;
  font-weight: 500;
  padding-bottom: 30px;
}

label {
  color: #007ab7;
  font-size: 24px;
  font-weight: 600;
}

.checkbox_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox_group label {
  margin-bottom: 0 !important;
  margin-left: 10px;
}

#tick {
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  form {
    margin: 0 auto;
    width: 80%;
    padding: 0;
    padding-bottom: 70px;
  }
  #form_title {
    font-size: 30px;
  }
  #form_info {
    font-size: 16px;
  }
  label {
    font-size: 18px;
  }
}

/* Style inputs with type="text", select elements and textareas */
input[type="text"],
input[type="email"],
select,
textarea {
  color: gray;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  /* Full width */
  padding: 12px;
  /* Some padding */
  border: 1px solid #ccc;
  /* Gray border */
  border-radius: 4px;
  /* Rounded borders */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Make sure that padding and width stays in place */
  margin-top: 6px;
  /* Add a top margin */
  margin-bottom: 16px;
  /* Bottom margin */
  resize: vertical;
  /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type="submit"] {
  background-color: #007ab7;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type="submit"]:hover {
  background-color: #3a3a80;
}

/* Add a background color and some padding around the form */
/* .container {
border-radius: 5px;
background-color: white;
padding: 20px;
} */
/* about page */
#about {
  margin: 0 auto;
  width: 80%;
  height: 530px;
  overflow-x: hidden;
}

#about_title {
  color: #007ab7;
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  margin-top: 80px;
}

#about_info {
  text-align: center;
  color: #007ab7;
  font-weight: 500;
  padding-bottom: 30px;
}

@media screen and (max-width: 576px) {
  #about {
    margin: 0 auto;
  }
  #about_title,
  #about_info {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */