@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;700;800&family=VT323&display=swap");
@font-face {
  font-family: "pforh";
  src: url(../../assets/Retro\ Gaming.ttf) format("truetype");
}
@font-face {
  font-family: "pforh2";
  src: url(../../assets/ARCADECLASSIC.TTF) format("truetype");
}
@font-face {
  font-family: "pforp";
  src: url(../../assets/ARCADECLASSIC.TTF) format("truetype");
}
@font-face {
  font-family: "pforp2";
  src: url(../../assets/DisposableDroidBB.ttf) format("truetype");
}
* {
  margin: 0%;
  padding: 0%;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "pforp";
  background: #131618;
}

/* The Modal (background) */
.modal,
.modal2 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99999999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  /* 15% from the top and centered */
  padding: 5rem 2rem;
  border: 1px solid #888;
  max-height: calc(100vh - 90px);
  overflow-y: auto;
  width: 50%;
  /* Could be more or less, depending on screen size */
}

.modal-content h1 {
  font-size: 20px;
}

.modal-content .underline {
  text-decoration: underline;
}

.modal-content h1,
h5,
p {
  margin-bottom: 1rem;
}

.modal-content .center {
  font-size: 10px;
  text-align: center;
}

.modal-content p {
  font-size: 15px;
}

/* The Close Button */
.close,
.close2 {
  color: rgb(71, 71, 71);
  float: right;
  font-size: 65px;
  font-weight: bold;
  margin-left: 20px;
  position: absolute;
  right: 30%;
  top: 25%;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.close2:hover,
.close2:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#myBtn,
#myB {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 1000;
  transition: color 0.3s ease;
  background: transparent;
  border: none;
}
#myBtn:hover,
#myB:hover {
  color: #32b311;
}

#myBtn {
  font-size: 14px;
}

#myB {
  border: 2px solid #fff;
  border-radius: 3%;
  text-align: start;
}

@media (min-width: 768px) {
  .modal-content .center {
    font-size: 13px;
  }

  .close,
.close2 {
    right: 29%;
    top: 5%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .modal-content {
    width: 80%;
  }
  .modal-content p {
    line-height: 1.2rem;
  }

  .close,
.close2 {
    right: 20%;
    top: 5%;
  }
}
@media (min-width: 280px) and (max-width: 480px) {
  .modal-content {
    width: 90%;
  }
  .modal-content p {
    line-height: 1rem;
  }

  .modal-content h1,
h5,
p {
    margin-bottom: 0.5rem;
  }

  .modal-content p {
    font-size: 13px;
  }

  .close,
.close2 {
    color: rgba(71, 71, 71, 0.486);
    right: 15%;
    top: 7%;
  }
}
.navbar {
  position: absolute;
  width: 100%;
  z-index: 999;
  background: transparent;
  padding: 5px 0;
  font-family: "Almarai", sans-serif;
  transition: all 0.3s ease;
}
.navbar .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  padding: 0 50px;
  margin: auto;
  position: relative;
}
.navbar .max-width .logo {
  background-image: url("../../assets/project_TSM/logo.png");
  height: 100px;
  width: 100px;
  background-position: center;
  background-size: cover;
}
.navbar .max-width .menu li {
  display: inline-block;
}
.navbar .max-width .menu li a {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 1000;
  margin-left: 25px;
  transition: color 0.3s ease;
  display: block;
}
.navbar .max-width .menu li a:hover {
  color: #32b311;
}
.navbar .max-width .menu-btn {
  color: #fff;
  font-family: "pforh";
  font-size: 30px;
  cursor: pointer;
  display: none;
  color: rgb(255, 255, 255);
  font-weight: 1000;
}

.socials {
  position: relative;
}

.socials i {
  font-size: 27px;
  margin-left: 15px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px;
  pointer: cursor;
}

.socials .os {
  height: 55px;
  width: 55px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px;
  margin-top: 20px;
  position: absolute;
  top: -22px;
  left: -60px;
}

@media (max-width: 600px) {
  .navbar {
    padding: 5px 0;
  }
  .navbar .max-width .logo a {
    font-size: 29px;
  }
}
@media (max-width: 947px) {
  .navbar .max-width {
    padding: 0 30px;
  }
  .navbar .max-width .menu {
    position: absolute;
    top: -1200%;
    right: 0%;
    height: 100vh;
    width: 100%;
    padding-top: 100px;
    background: rgba(10, 9, 10, 0.897);
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .navbar .max-width .menu li {
    display: block;
    margin-bottom: 20px;
  }
  .navbar .max-width .menu li a {
    display: inline-block;
    margin: 5px 0;
    font-size: 15px;
  }
  .navbar .max-width .menu.active {
    top: -54%;
  }
  .navbar .max-width .menu-btn {
    display: block;
    z-index: 999;
    display: block;
    font-size: 39px;
  }
  .navbar .max-width .menu-btn i.active:before {
    content: "\f00d";
  }
}
.navbar.sticky {
  padding: 15px 0;
  background: #44b1ff;
}

.navbar.sticky .logo a span {
  color: #fff;
}

.navbar .menu li a:hover {
  color: #32b311;
}

.navbar.sticky .menu li a:hover {
  color: #32b311;
}

header {
  height: 120vh;
  background-image: url("../../assets/project_TSM/bg.png");
  position: relative;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
header .hero img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  width: 60%;
  height: auto;
}
header .btn {
  position: absolute;
  top: 77%;
  left: 50%;
  font-family: "pforh";
  transform: translate(-50%, -50%);
  border: 3px solid rgb(251, 255, 0);
  padding: 6px 30px;
  border-radius: 3%;
  color: #fff;
  font-weight: 600;
  transition: all ease 0.2s;
  cursor: pointer;
}
header .btn a {
  color: #fff;
}
header .btn:hover {
  background: #0e8d14;
  border: 3px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.swiper {
  width: 80%;
  height: 100%;
  margin: 20px;
  float: right;
}

.carousel-1 {
  width: 80%;
}
.carousel-1 .swiper {
  float: right;
  padding-left: -200px;
}

.carousel-2 {
  width: 80%;
  margin-bottom: 110px;
}
.carousel-2 .swiper {
  float: left;
  margin-right: 200px;
}

.swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-us {
  color: #fff;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(2, auto);
  width: 90%;
  gap: 1rem;
  margin: 500px auto 0 auto;
}
.about-us .gif {
  display: block;
  grid-column-start: 1;
  grid-column-end: 3;
  align-self: end;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us .pic1 {
  width: 100%;
  height: 40%;
  align-self: end;
  -o-object-fit: cover;
     object-fit: cover;
  grid-column-start: 3;
  grid-column-end: 4;
}
.about-us .pic2 {
  width: 100%;
  height: 100%;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
.about-us .sec-3 {
  grid-column-start: 4;
  grid-column-end: 8;
  line-height: 29px;
  margin-left: 30px;
  margin-top: 100px;
  width: 100%;
  float: right;
}
.about-us .sec-3 h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
}
.about-us .sec-3 p {
  margin: 10px 0 20px 0;
  font-size: 2rem;
  font-family: "pforp2";
}
.about-us .sec-3 .btn-2 Button {
  color: #fff;
  width: 200px;
  font-size: 20px;
  padding: 10px 0px 10px 20px;
  border: 2px solid #fff;
  border-radius: 3%;
  cursor: pointer;
  transition: ease 0.2s;
  font-family: "pforh";
}
.about-us .sec-3 .btn-2 Button:hover {
  background: #32b311;
  color: rgb(255, 255, 255);
}

.space {
  margin: 10px 0 20px 0;
}

.text-center {
  text-align: center;
}

.heading {
  color: #fff;
  font-family: "pforp2", sans-serif;
}

.mt-10 {
  margin-top: 10rem;
}

.meet {
  margin: 10rem 0 5rem 0;
  color: #ffffff;
}

.meet span {
  color: #ffffff;
}

.mint-date {
  font-size: 35px;
  color: #32b311;
  border: 1px solid #fff;
  width: 290px;
  margin: auto;
  padding: 8px 20px;
  border-radius: 2%;
  transition: ease 0.2s all;
  cursor: pointer;
}
.mint-date:hover {
  color: #fff;
  background-color: #32b311;
}

.mint-date p {
  margin: auto;
}

.roadmap {
  width: 80%;
  margin: auto;
}

.rm {
  color: #fff;
  font-size: 35px;
  line-height: 3rem;
  text-align: center;
  margin: 100px 0px;
  font-family: "pforp2", sans-serif;
}

.heading-2 {
  color: #fff;
  margin: 200px 0px;
  font-family: "pforp2", sans-serif;
}

.team {
  width: 50%;
  display: flex;
  margin: auto;
}
.team .user {
  color: rgb(255, 255, 255);
  margin: 20px;
}
.team .user img {
  height: auto;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  background-size: cover;
}
.team .user h2 {
  color: rgb(255, 255, 255);
}
.team .user .mt-10 {
  margin: 10px;
}

.container {
  margin: 0 auto;
  padding: 4rem;
  width: 48rem;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #32b311;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #32b311;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-family: "pforp2";
  font-size: 1.7rem;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded=true] {
  color: #32b311;
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1.3rem;
  font-weight: 300;
  margin: 2em 0;
  color: #fff;
  line-height: 1.5rem;
  word-spacing: 2px;
  font-family: "pforp2";
}

.container h2 {
  color: #32b311;
}

.logo2 {
  background-image: url("../../assets/project_TSM/logo.png");
  height: 200px;
  width: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 5rem auto;
}

.socials-2 {
  width: 143px;
  margin: 50px auto;
  font-size: 30px;
  position: absolute;
  top: -550%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: 35%;
  color: #fff;
}

footer {
  position: relative;
}

.socials-2 a i {
  font-size: 27px;
  margin-left: 15px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px;
  pointer: cursor;
}

.socials-2 a img {
  height: 55px;
  width: 55px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 7px;
  margin-top: 20px;
  position: absolute;
  top: -22px;
  left: -60px;
}

.credit p {
  font-size: 13px;
  font-family: sans-serif;
  color: rgb(190, 190, 190);
  word-spacing: 5px;
  padding-top: 2px;
}
.credit p .pf {
  font-weight: 600;
  color: #fff;
}

.pfont {
  font-family: "pforh";
  color: #32b311;
  font-size: 2.5rem;
}

.pfont2 {
  font-family: "VT323", monospace;
  font-weight: 0;
  font-size: 2rem;
}/*# sourceMappingURL=stoney.css.map */