/**console**/

:root {
  --Nightsky: #0e0b3f;
  --Molly: #c73932;
  --MM_Dark: #0b0209;
  --MM_light: #f4e4e6;
  --MMdoll: #ee0504;
  --MM_Hoghlight: #ff8776;
  --mordecai: #47508b;
  --MD_dark: #3b0971;
  --MD_highlight: #6770a2;
  --Wiz_main: #df1d4e;
  --Wiz_highlight: #6b5b81;
  --Wiz_dark: #493c75;
}

* {
  box-sizing: border-box;
  font: small;
  box-sizing: border-box;
}

h1 {
  color: var(--MM_light);
  align-items: center;
  justify-content: center;
  padding-top: 10%;
  align-self: center;
  font-size: 5em;
  z-index: 4;
  text-align: center;
  text-shadow: 0px 7px 8px var(--MM_highlight), 0px -7px 8px var(--MM_highlight),
    7px 0px 8px var(--MM_highlight), -7px 0px 8px var(--MM_highlight);
}
h2 {
  font-size: 3em;
  text-transform: uppercase;
  justify-content: center;
  display: flex;
  color: var(--MM_light);
}
h3 {
  color: var(--MM_Hoghlight);
  font-size: 2em;
  text-transform: uppercase;
}
h4 {
  font-size: 1.3em;
  color: var(--MM_light);
}
p {
  font-size: 1.2em;
  font-weight: 400;
  color: var(--MM_light);
}
body {
  font: small;
  font-family: "Rye", cursive;
  margin: 0;
  display: block;
  background: var(--MM_Dark);
  text-align: center;
}
/**end of console**/

/**title**/

.title {
  display: flex;
  justify-content: center;
  background-image: url(/assets/images/mainBackgorund.png);
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 255px;
  padding-top: 255px;
  background-size: cover;
  background-attachment: fixed;
}
.logo {
  width: 50%;
  max-width: 400px;
}
/**end of title**/

/**About section**/
.about {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 60px;
}
.aboutwords {
  max-width: 50%;
  background-color: var(--MM_Dark);
}
.points {
  text-align: left;
}
/**end of about section**/

/**trailer**/

.how_to_play {
  background-image: url(/assets/images/darkSunriseBackground.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.trailor {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-right: 14px;
  padding-left: 14px;
  flex-wrap: wrap;
}
.watch_now {
  max-width: 50%;
  padding-right: 14px;
  padding-left: 14px;
  min-width: 500px;
}
.youtubeEmbed {
  transition: all 0.3s ease-in-out 0s;
}
.WhereToGet {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 60px;
}
.WhereToPlay {
  max-width: 50%;
}
.YouButton a {
  text-decoration: none;
  font-size: 20px;
  color: var(--MM_Dark);
  text-transform: uppercase;
  border-style: solid;
  border-color: var(--mordecai);
  border-radius: 10px;
  padding: 14px;
  transition: all 0.3s ease;
  background-color: var(--MD_highlight);
  letter-spacing: 2px;
}
.YouButton {
  margin-top: 30px;
  margin-bottom: 30px;
}
.YouButton a:hover {
  border-color: var(--MD_highlight);
  background-color: var(--mordecai);
  letter-spacing: 10px;
}
.wondering {
  transition: all 0.3s ease;
}
/**end of trailer**/

/**NFT**/
.nftIntro {
  margin-top: 80px;
  padding-left: 14px;
  padding-right: 14px;
}
.cards {
  display: flex;
  justify-content: space-evenly;
  position: relative;
  align-items: center;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  padding-bottom: 50px;
}
.cards p {
  font-size: 1em;
}
.go_corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 50px;
  overflow: hidden;
  top: 0;
  right: 0;
  border-radius: 0 4px 0 32px;
}
.firstCard .go_corner {
  background-color: var(--Molly);
}
.secondCard .go_corner {
  background-color: var(--MD_highlight);
}
.thirdCard .go_corner {
  background-color: var(--Wiz_dark);
}
.Allthree {
  border-style: solid;
  transition: all 0.3s ease;
  border-radius: 10px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: 7px;
  margin-right: 7px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
  z-index: 0;
  position: relative;
  overflow: hidden;
  margin-top: 14px;
  max-width: 500px;
  min-width: 400px;
  min-height: 350px;
  padding-top: 19px;
}
.Allthree::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}
.Allthree:hover::before {
  transform: scale(40);
}
.Allthree p {
  max-width: 500px;
}
.Allthree h2 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.go_arrow {
  margin-top: -4px;
  margin-right: -8px;
}
.firstCard {
  border-color: var(--Molly);
}
.firstCard:hover {
  border-color: var(--MM_Hoghlight);
}
.firstCard::before {
  background: var(--Molly);
}
.firstCard span {
  text-transform: lowercase;
}
.firstCard span::after {
  display: none;
}
.secondCard {
  border-color: var(--MD_highlight);
}
.secondCard:hover {
  border-color: var(--mordecai);
}
.secondCard::before {
  background: var(--MD_highlight);
}
.thirdCard {
  border-color: var(--Wiz_dark);
}
.thirdCard:hover {
  border-color: var(--Wiz_highlight);
}
.thirdCard::before {
  background: var(--Wiz_dark);
}
.nftinfo {
  max-width: 75%;
  padding-left: 25%;
  padding-bottom: 80px;
}
/*End of NFT**/

/* team */
.Everyone {
  justify-content: space-evenly;
  background-image: url(/assets/images/mordechaiBackground.png);
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 255px;
  padding-top: 145px;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
}
#Team {
  transition: all 0.3s ease;
}
.Team h2 {
  color: var(--Molly);
}
.Team {
  display: flex;
  justify-content: space-evenly;
  background-image: url(/assets/images/mordechaiBackground.png);
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 50px;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
}
.TeamAbout {
  max-width: 50%;
  padding-left: 14px;
  padding-right: 14px;
}
.Teamphoto img {
  border-style: solid;
  border-color: var(--MM_light);
  width: 120%;
}

/* Parters */

.Allpartners {
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
}
.Allpartners a {
  text-decoration: none;
}
.part_words {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 300px;
  justify-content: center;
}
.partners {
  width: 50%;
}
.partners_image {
  width: 15%;
}
.partners_image img {
  display: flex;
  margin-left: 290%;
  justify-content: center;
}
/* end of partner */
/* end of team */

/* social */
.community {
  padding-bottom: 150px;
  padding-top: 30px;
}
.socialicons {
  justify-content: space-between;
}
.top,
.bottom {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: space-evenly;
  margin-left: 12%;
  margin-right: 12%;
  margin-top: 2%;
}
.icon {
  background-color: #493c75;
  color: var(--MM_light);
  font-size: 400%;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  transition: all 0.3s ease;
}
.socialicons a {
  color: var(--MM_light);
}

.icon:hover {
  border-color: var(--MM_light);
  border-style: solid;
  border-radius: 4px;
}
.insta {
  background: linear-gradient(#8a3ab9, #fbad50);
}
.twitter {
  background: #00acee;
}
.facebook {
  background: #3b5998;
}
.steam {
  background: #1b2838;
}
.discord {
  background: #5865f2;
}
.youtube {
  background: #ff0000;
}
.twitch {
  background: #6441a5;
}
.tiktok {
  background: linear-gradient(#00f2ea, #ff0050);
}
.linkedin {
  background: #0e76a8;
}
/* end of community */

/**FOOTER**/

footer {
  min-height: 37vh;
  background-image: url(/assets/images/boxes.png);
  background-attachment: fixed;
  background-position: center;
  background-position-y: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
footer h3 {
  color: var(--Molly) !important;
}
.foot a {
  text-decoration: none;
  color: var(--MM_light);
}
.slot {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 30px;
}
.foot {
  flex-wrap: wrap;
  max-width: 410px;
}
.middle_left {
  min-width: 160px;
}
.middle_right {
  min-width: 160px;
}
.copyright {
  max-width: 410px;
}
.link a {
  text-decoration: none;
  transition: 00.3s ease-in-out;
  font-size: 24px;
  color: var(--MM_light);
}
.link a:hover {
  color: var(--MD_highlight);
}
/**END OF FOOTER**/
/**mobile size**/

@media screen and (max-width: 500px) {
  .logo {
    width: 70%;
    max-width: 400px;
  }
  nav ul li a {
    font-size: 1.3em;
  }
  nav ul li {
    line-height: 5vh;
  }
  .NavLogo {
    width: 70px;
  }
  .mollie_Nav {
    width: 70px;
  }
  main {
    padding: 10px 10px !important;
  }
  .aboutwords {
    max-width: 90%;
  }
  .About_image {
    display: none;
  }
  .watch_now {
    min-width: fit-content;
  }
}
@media screen and (max-width: 600px) {
  .youtubeEmbed {
    transform: scale(0.6);
    z-index: 0;
  }
  .WhereToGet {
    margin-top: 50px;
  }
  .wondering {
    width: 90%;
  }
  .Allthree {
    min-width: 200px;
  }
  .cards {
    margin-top: 50px;
  }

  .Allpartners {
    display: flex;
    flex-wrap: wrap;
  }
  .partners {
    width: max-content;
  }
  .partners_image {
    width: 17%;
  }
  .partners_image img {
    margin-left: 250%;
  }
  .Everyone {
    padding-top: 30px;
  }
  .nftinfo {
    max-width: 90%;
    padding-left: 10%;
    padding-bottom: 80px;
  }
  .icon {
    min-width: 70px;
    min-height: 70px;
    font-size: 300%;
  }
  .socialwords p {
    padding-right: 4px;
    padding-left: 4px;
  }
  footer {
    background-position-y: 100px;
  }
  .community {
    padding-bottom: 90px;
  }
  h1 {
    font-size: 3em;
  }
  p {
    font-size: small;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 700px) {
  .Everyone {
    padding-bottom: 100px;
  }
  .Team {
    justify-content: center;
    padding-top: 50px;
    flex-wrap: wrap;
  }
  .TeamAbout {
    max-width: 80%;
  }
  .Teamphoto img {
    width: 80%;
  }
}

@media screen and (max-width: 1200px) {
  .cards {
    flex-wrap: wrap;
    display: flex;
  }
}
