@font-face {
  font-family: MnH;
  src: url(../resources/fonts/MilkandHoney.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:focus {
  outline: none;
  /* outline: 3px dashed white; */
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.8);
  border-radius: 12px;
}
body {
  position: relative;
}
.add-padding {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 8rem;
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes pulse2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
} /*================SCROLLBAR===================*/
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #b6b6b6;
}
::-webkit-scrollbar-thumb {
  background: #464646;
  border-radius: 100px;
}
::-webkit-scrollbar-thumb:hover {
  background: #2a2b2d;
} /*================NAV===================*/
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 12vh;
  top: 1rem;
  left: 0;
  z-index: 100;
  width: 100vw;
  max-width: 1400px;
  margin: auto;
}
.logo {
  align-items: center;
}
.logo img {
  width: 250px;
  transition: 0.3s ease-in-out all;
}
.links {
  display: flex;
  justify-content: right;
  align-items: center;
  flex: 1;
}
.link {
  margin-right: 1rem;
}
.link-icon {
  width: 40px;
  transition: 0.3s ease-in-out all;
}
.mint-btn {
  width: 70px;
}
.minting-soon {
  width: 130px;
  animation: pulse 2s infinite;
  animation-direction: alternate;
  -webkit-filter: drop-shadow(0px 0px 3px #070906);
  filter: drop-shadow(0px 0px 3px #070906);
  pointer-events: none;
  margin-left: 3rem;
  display: none;
}
.link:hover .link-icon,
.logo img:hover {
  -webkit-filter: drop-shadow(0px 0px 5px #070906);
  filter: drop-shadow(0px 0px 5px #070906);
  transform: rotate(5deg);
}
.link:last-child {
  margin-right: 0;
} /*================LANDING PAGE===================*/
.landing-page {
  background: url(../resources/landing-background.webp) no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
}
#heroSmall {
  display: none;
}
.landing-hero {
  -webkit-filter: drop-shadow(0px 0px 4px #070906);
  filter: drop-shadow(0px 0px 4px #070906);
  pointer-events: none;
  transition: 0.3s ease-in-out all;
  animation: pulse2 2s infinite;
  animation-direction: alternate;
  width: 80%;
  padding-bottom: 3rem;
}
.landing-hero-mob {
  -webkit-filter: drop-shadow(0px 0px 4px #070906);
  filter: drop-shadow(0px 0px 4px #070906);
  pointer-events: none;
  transition: 0.3s ease-in-out all;
  animation: pulse2 2s infinite;
  animation-direction: alternate;
} /*================PROJECT DETAILS===================*/
.project-details {
  background: url(../resources/background-other.webp) repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} /*================ABOUT===================*/
.about {
  max-width: 1400px;
  margin: auto;
  display: flex;
  padding-top: 4rem;
}
.about-text {
  text-align: center;
  color: white;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about-heading {
  font-family: "Pokemon Solid", sans-serif;
  font-size: 3rem;
  letter-spacing: 8px;
}
.about-desc {
  font-family: MnH, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1.2px;
  width: 80%;
  margin-top: 1rem;
  line-height: 1.6;
}
.about-img-container {
  flex: 1;
  margin: auto;
}
.about-img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  pointer-events: none;
  -webkit-box-reflect: below 1px
    linear-gradient(transparent, transparent, #0004);
}
.gallery {
  width: 100%;
}
.gallery-container {
  align-items: center;
  display: flex;
  height: 400px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
.gallery-item {
  height: 150px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 150px;
  z-index: 0;
  left: 30%;
  transform: translate(-50%);
}
.gallery-item-1,
.gallery-item-3 {
  height: 200px;
  opacity: 1;
  width: 200px;
  z-index: 1;
  opacity: 0.6;
}
.gallery-item-1 {
  left: 30%;
  transform: translateX(-50%);
}
.gallery-item-2 {
  height: 300px;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  z-index: 2;
}
.gallery-item-3 {
  left: 70%;
  transform: translateX(-50%);
} /*================EPIC LOOMI===================*/
.epic-loomi {
  max-width: 1400px;
  margin: auto;
  text-align: center;
}
.epic-loomi-vid {
  margin: 3rem auto 2rem;
  box-shadow: 0 0 50px 0 rgba(195, 101, 246, 0.8),
    0 0 50px 0 rgba(251, 204, 68, 0.8);
  animation: pulse2 2s infinite;
  animation-direction: alternate;
  pointer-events: none;
}
.epic-loomi-biline {
  font-family: MnH, sans-serif;
  color: white;
  margin-top: 1rem;
  font-size: 1.6rem;
} /*================AMAZING LOOMIES===================*/
.amazing-loomis {
  max-width: 1400px;
  width: 100vw;
  margin: auto;
}
.amazing-loomis-heading,
.epic-loomi-heading,
.check-me-out-heading,
.loomimap-heading,
.team-heading {
  text-align: center;
  color: white;
  font-family: "Pokemon Solid", sans-serif;
  font-size: 3rem;
  letter-spacing: 8px;
}
.swiper {
  width: 100%;
  height: 100%;
  margin-top: 3rem;
}
.swiper-slide {
  text-align: center; /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: 0.3s all ease-in-out;
  color: white;
  font-family: MnH, sans-serif;
}
.slide-img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.subtitle {
  margin-top: 1rem;
  font-size: 1.5rem;
}
.swiper-pagination {
  position: static;
  margin-top: 2rem;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: white;
} /*================CHECK ME OUT===================*/
.check-me-out {
  width: 100vw;
  max-width: 1400px;
  margin: auto;
}
.check-me-out-desc {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 1rem;
  color: white;
  font-family: MnH, sans-serif;
}
.check-me-out-container {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.check-me-out-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 2rem 2rem;
}
.points-container {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem 0;
  color: white;
  font-family: MnH, sans-serif;
  font-size: 1.8rem;
}
.point {
  display: flex;
}
.point-number {
  width: 3rem;
}
.point-data {
  flex: 1;
}
.check-me-out-figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.check-me-out-figure img {
  width: 300px;
  animation: pulse2 2s infinite;
  animation-direction: alternate;
} /*================LOOMIMAP===================*/
.loomimap-container {
  /* outline: 3px solid white; */
  margin: auto;
  margin-top: 3rem;
  max-width: 1400px;
  text-align: center;
}
.loomimap-vid {
  outline: 3px solid white;
  padding: 0.5rem;
  pointer-events: none;
}
.loomimap-container h4 {
  text-align: center;
} /*================TEAM===================*/
.team {
  max-width: 1400px;
  margin: auto;
}
.name {
  margin-top: 1rem;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.position,
.twitter-handle {
  font-size: 1.2rem;
}
.twitter-handle a {
  color: white;
  text-decoration: none;
}
.twitter-handle a:hover {
  text-decoration: underline;
} /*==================Footer==================*/
.footer {
  color: white;
  font-family: MnH, san-serif;
  padding: 1rem;
  font-size: 1rem;
  text-align: center;
} /*==================Timer==================*/
.sold-out-banner {
  display: flex;
  padding: 0.5rem;
  gap: 1rem;
  background-color: #303332;

  font-family: MnH, sans-serif;
  font-size: 1.2rem;
  justify-content: center;
  align-items: center;
  color: white;
}
.sold-out-banner a {
  color: white;
  text-decoration: none;
}
.sold-out-banner a:hover {
  text-decoration: underline;
}
.sticky {
  z-index: 9999;
  position: fixed;
  height: 2rem;
  width: 100%;
  top: 0;
  background-color: white;
  color: black;
}
.sticky a {
  background-color: white;
  color: black;
}
/*==================Media Queries==================*/
@media screen and (max-width: 912px) {
  nav {
    padding-top: 2rem;
  }
  .landing-hero {
    padding-top: 2rem;
    width: 70%;
  }
  .about {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .about-img {
    -webkit-box-reflect: unset;
  }
  .swiper-container {
    width: 912px;
  }
  .check-me-out-content {
    padding: 1rem 1rem;
  }
  .check-me-out-figure img {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .check-me-out-content {
    gap: 1rem;
  }
  .check-me-out-figure img {
    width: 250px;
  }
  .loomimap-vid {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .add-padding {
    padding-left: 0.6;
    padding-right: 0.6;
    padding-bottom: 6rem;
  }
  nav {
    flex-direction: column;
    padding-top: 1rem;
    height: 10vh;
  }
  .link-icon {
    width: 30px;
  }
  .mint-btn {
    width: 55px;
  }
  .minting-soon {
    margin-left: 1rem;
    width: 100px;
  }
  #heroLarge {
    display: none;
  }
  #heroSmall {
    display: inline;
  }
  .landing-hero-mob {
    width: 80%;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .about-heading,
  .epic-loomi-heading,
  .amazing-loomis-heading,
  .check-me-out-heading,
  .loomimap-heading,
  .team-heading {
    font-size: 2rem;
    letter-spacing: 4px;
  }
  .about-desc {
    font-size: 1.3rem;
    width: 90%;
  }
  .gallery-container {
    height: 350px;
  }
  .gallery-item {
    width: 200px;
  }
  .gallery-item-1,
  .gallery-item-3 {
    width: 250px;
    height: 250px;
  }
  .gallery-item-2 {
    width: 300px;
    height: 300px;
  }
  .check-me-out-container {
    flex-direction: column-reverse;
  }
  .points-container {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .add-padding {
    padding-bottom: 4rem;
  }
  nav {
    height: 5vh;
  }
  .link {
    margin-right: 1rem;
  }
  .landing-hero-mob {
    padding-top: 8rem;
    padding-bottom: 4rem;
    width: 90%;
  }
  .gallery-container {
    height: 300px;
  }
  .gallery-item {
    width: 180px;
  }
  .gallery-item-1,
  .gallery-item-3 {
    height: 200px;
    width: 200px;
  }
  .gallery-item-2 {
    height: 250px;
    width: 250px;
  }
  .check-me-out-content {
    flex-direction: column;
  }
  .epic-loomi-vid {
    height: 300px;
    width: 300px;
  }
}
@media screen and (max-width: 375px) {
  .add-padding {
    padding: 2rem 2rem;
  }
  nav {
    height: 3rem;
  }
  .link {
    margin-right: 0.5rem;
  }
  .link-icon {
    width: 30px;
  }
  .mint-btn {
    width: 45px;
  }
  .minting-soon {
    width: 100px;
  }
  .gallery-container {
    height: 280px;
  }
  .gallery-item {
    width: 150px;
  }
  .gallery-item-1,
  .gallery-item-3 {
    height: 180px;
    width: 180px;
  }
  .gallery-item-2 {
    height: 220px;
    width: 220px;
  }
}
@media screen and (max-width: 280px) {
  .minting-soon {
    width: 80px;
  }
  .minting-soon {
    width: 100px;
  }
  .about-heading,
  .check-me-out-heading,
  .amazing-loomis-heading {
    font-size: 1.2rem;
  }
  .about-desc,
  .subtitle {
    font-size: 0.9rem;
  }
  .gallery {
    width: 180px !important;
  }
  .gallery-container {
    height: 240px;
  }
  .gallery-item {
    width: 150px;
  }
  .gallery-item-1,
  .gallery-item-3 {
    height: 150px;
    width: 150px;
  }
  .gallery-item-2 {
    height: 180px;
    width: 180px;
  }
  .points-container {
    font-size: 1.2rem;
  }
  .epic-loomi-vid {
    height: 220px;
    width: 220px;
  }
}
