@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Concert+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zeyada&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tilt+Neon&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Finger+Paint&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shantell+Sans&display=swap");

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-image: url("/img/sky\ bg.png");
  background-position: top center;
  background-attachment: fixed;
  background-size: contain;
}

.logo {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo img {
  width: 200px;
  margin: 5px;
  padding-top: 30px;
  display: flex;
  align-items: left;
  padding-left: 30px;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0%;
  cursor: pointer;
  height: 80px;
  z-index: 100;
}

.nav-list {
  width: 60%;
  display: flex;
  align-items: left;
}

.nav-list li {
  list-style: none;
  padding: 10px 24px;
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
}

.nav-list li a {
  text-decoration: none;
  color: rgb(43, 43, 43);
  font-size: 25px;
  font-family: "Concert One", cursive;
}

.nav-list li a:hover {
  text-decoration: none;
  color: rgb(198, 198, 198);
}

.rightnav {
  width: 80px;
  display: flex;
  padding-right: 0px;
}

.rightnav.opensea {
  padding-right: 40px;
}

#search {
  padding: 5px;
  font-size: 17px;
  border: 2px solid grey;
  border-radius: 9px;
}

.background {
  background-color: whitesmoke;
}

/* .background-home {
  background: url("/img/sky\ bg.png");
  background-size: cover;
} */

.box-main {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  max-width: 50%;
  margin: auto;
  height: 60%;
  margin-top: 120px;
}

.r {
  align-content: center;
  margin-left: 550px;
  margin-top: 60px;
}

.firstHalf {
  width: 80;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}

.secondHalf {
  padding-left: 130px;
  height: 400px;
  width: 3600px;
  width: 100%;
}

.secondHalf img {
  width: 350px;
  border: 10px solid black;
  display: block;
  margin: auto;
}

.mint-button {
  background-color: #464646;
  color: white;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 40px;
  cursor: pointer;
  margin-top: 20px;
  margin-left: 117px;
}

.roadmap img {
  width: 720px;
  padding-top: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
  padding-right: 20px;
}

.text-big {
  font-size: 100px;
  color: black;
  padding-right: 40px;
  font-family: "Finger Paint", cursive;
}

.text-small {
  font-family: "Shantell Sans", cursive;
  font-size: 32px;
  color: black;
  padding-right: 65px;
}

.btn {
  padding-top: 20px;
  padding: 10px 60px;
  margin: 60px 0px;
  border: 4px solid white;
  border-radius: 60px;
  font-size: 35px;
  font-family: "Caveat", cursive;
  cursor: pointer;
  background-color: rgb(255, 198, 85);
}

.btn:hover {
  background-color: white;
  animation: FadeIn 2s;
}

@keyframes FadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.btn-sm {
  padding: 6px 10px;
  vertical-align: middle;
}

.btn-dark {
  padding: 8px 20px;
  margin: 7px 3px;
  border: 2px solid black;
  border-radius: 8px;
  background: none;
  color: black;
  cursor: pointer;
  font-family: "Ubuntu", sans-serif;
}

.sectionTag {
  font-family: "Anton", sans-serif;
  font-size: 80px;
}

.sectionSubTag {
  font-family: "Dancing Script", cursive;
}

.thumbnail img {
  width: 450px;
}

.contact {
  background-color: rgb(219, 219, 219);
  height: 100vh;
}

.text-center {
  text-align: center;
  padding: 30px;
  font-family: "Ubuntu", sans-serif;
  font-size: 40px;
}

.form {
  max-width: 62%;
  margin: 25px auto;
}

.form-input {
  margin: 14px 0;
  padding: 5px 13px;
  width: 100%;
  font-size: 19px;
  border: 2px solid grey;
  border-radius: 6px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.text-footer {
  text-align: center;
  padding: 30px 0;
  font-family: "Ubuntu", sans-serif;
  display: flex;
  justify-content: center;
  color: white;
}

.burger {
  color: black;
  display: none;
  position: absolute;
  cursor: pointer;
  right: 5%;
  top: 15px;
}

.line {
  width: 33px;
  background-color: rgb(67, 67, 67);
  height: 4px;
  margin: 4px 3px;
}

.ftr {
  padding-bottom: 188px;
}

.nft {
  /* background: url("/img/sky\ bg.png"); */
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  animation: FadeIn 2.5s;
}

@keyframes FadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.mission {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 80%;
  margin: auto;
}

.paras {
  padding: 0px 65px;
}

.mint {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 100%;
  margin: auto;
  /* background-image: url(/img/mint\ bg.png); */
  background-size: cover;
  font-family: "Anton", sans-serif;
}

.text-tiny {
  font-size: 40px;
  color: black;
  font-family: "Dancing Script", cursive;
  padding-left: 169px;
}

.text-giant {
  font-size: 100px;
  color: black;
  padding-left: 900px;
}

.section {
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 50%;
  margin: auto;
}

.team {
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: center;
}

@media only screen and (max-width: 1140px) {
  .team {
    flex-direction: column;
    align-items: center;
  }
}

.card img {
  width: 25vw;
}

.card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.bigt {
  font-family: "Anton", sans-serif;
  font-size: 5vw;
}

.dd {
  font-family: "Ubuntu", sans-serif;
  padding: 10px;
  justify-content: center;
}

.tt {
  font-family: "Roboto", sans-serif;
  padding: 10px;
  justify-content: center;
}

.bigt2 {
  font-family: "Anton", sans-serif;
  font-size: 80px;
  margin-left: 90px;
}

.smallt {
  font-size: 2vw;
  font-family: "Roboto", sans-serif;
  width: 25vw;
}

.footer {
  pointer-events: none;
  background-color: whitesmoke;
}

.footer img {
  opacity: 0;
}
.nope {
  /* background-image: url(/img/mint\ bg.png); */
  height: 1020px;
}

.ohio {
  text-align: center;
}

.mintu img {
  width: 350px;
}

.mint {
  align-items: center;
  justify-content: center;
}

.mint img {
  margin-bottom: 90px;
}

.mbl {
  display: none;
}

.connect {
  margin-right: 30px;
  border: 3px solid black;
  border-radius: 70px;
  width: 120px;
  height: 50px;
  background-color: rgb(58, 58, 58);
  cursor: pointer;
}

.og {
  color: white;
  font-family: "Anton", sans-serif;
  font-size: 3vw;
}

.og1 {
  color: white;
  font-family: "Anton", sans-serif;
}

.hl {
  margin-right: 3px;
}

.layout {
  width: 600px;
  margin: auto;
  margin-top: 70px;
}
.ohio {
  font-family: "Anton", sans-serif;
  font-size: 80px;
}
.accordion {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: white;
  border-radius: 10px;
  border: 2px solid rgb(112, 104, 104);
}
.accordion__question p {
  margin: 5px;
  padding: 0;
  font-family: "Tilt Neon", cursive;
  font-size: 20px;
}
.accordion__answer p {
  margin: 5px;
  padding: 10px;
  font-size: large;
  font-family: "Roboto", sans-serif;
  color: white;
  background: grey;
  border-radius: 10px;
}
.accordion:hover {
  cursor: pointer;
}
.accordion__answer {
  display: none;
}
.accordion.active .accordion__answer {
  display: block;
}

.content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 20px;
  justify-content: center;
  align-items: center;
}

.more {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: transparent;
  padding: 20px;
  justify-content: center;
  align-items: center;
}

.hidden {
  line-height: 1.8;
  display: none;
}

.read-more {
  display: flex;
  color: var(--accent);
  background-color: #eee;
  padding: 0.6rem 1.5rem;
  font-size: 1em;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  cursor: pointer;
  width: 100px;
}

.content button {
  background-color: #464646;
  color: white;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 20px 0;
  cursor: pointer;
  margin-left: 5px;
}

.content button:hover {
  background-color: #696868;
}

.mint-btn {
  margin-top: 50px;
  margin-left: 105px;
  border-radius: 50px;
  width: 170px;
  background-color: white;
  height: 70px;
  font-size: 30px;
  font-family: "Anton", sans-serif;
  cursor: pointer;
  transition: all 0.5s;
}

.mint-btn:hover{
  background-color: #696868;
}

.sticker {
  width: 85px;
}

.sticker2 {
  width: 85px;
}

.sticker3 {
  width: 300px;
  margin-left: 420px;
}
.sticker4 {
  width: 300px;
  margin-left: 50px;
}

.sticker5 {
  display: none;
}

.sticker6 {
  display: none;
}

.container {
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  display: none;
}

#readMoreBtn {
  transition: all 0.5s;
  background-color: #464646;
  color: white;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 20px 0;
  cursor: pointer;
  margin-left: 5px;
}

#readMoreBtn:hover {
  background-color: #696868;
}

#moreText {
  margin-top: 20px;
}

.roadmap {
  margin-top: 150px;
}