@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #787777;
  background: #ffffff;
  overflow-x: hidden;
  outline: none !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

* {
  outline: none !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a,
i {
  border: none;
}

button {
  padding: 0;
}

.reset-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.btn-nft {
  display: inline-block;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  border-radius: 20px;
  background-color: rgba(50, 23, 54, 0);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  font-size: 18.75px;
  color: #000;
  font-weight: bold;
  padding: 13px 23px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: 0.3s ease-out;
}
@media only screen and (max-width: 767.98px) {
  .btn-nft {
    font-weight: 600;
    font-size: 16px;
  }
}
.btn-nft:before {
  z-index: -2;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #000;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-nft .icon {
  display: inline-block;
  margin-right: 11px;
}
.btn-nft:hover {
  color: #fff;
  border-color: transparent;
}
.btn-nft:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.social-media {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-media li {
  display: inline-block;
  margin-left: 30px;
}
.social-media li:first-child {
  margin-left: 0;
}
.social-media li a {
  color: #183153;
  font-size: 30px;
}
@media only screen and (max-width: 991.98px) {
  .social-media li a {
    font-size: 25px;
  }
}

@media only screen and (min-width: 1450px) {
  :root {
    --slide-width:555px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1449px) {
  :root {
    --slide-width:455px;
  }
}

.community-wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.community-wrapper .right-content-wrap {
  width: var(--slide-width);
}
@media only screen and (max-width: 991.98px) {
  .community-wrapper .right-content-wrap {
    width: 100%;
  }
}
.community-wrapper .left-content-wrap {
  width: calc(100% - var(--slide-width));
}
@media only screen and (max-width: 991.98px) {
  .community-wrapper .left-content-wrap {
    width: 100%;
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media only screen and (max-width: 767.98px) {
  .community-wrapper .left-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.community-wrapper .community-slide-wrap, .community-wrapper .slide-wrap {
  height: 100%;
}
@media only screen and (max-width: 991.98px) {
  .community-wrapper .community-slide-wrap, .community-wrapper .slide-wrap {
    height: 696px;
  }
}
.community-wrapper .logo {
  position: absolute;
  left: 31px;
  top: 26px;
}
@media only screen and (max-width: 767.98px) {
  .community-wrapper .logo {
    max-width: 62px;
    left: 15px;
  }
}
.community-wrapper .footer {
  text-align: center;
  width: 100%;
  font-size: 15px;
}
@media only screen and (max-width: 991.98px) {
  .community-wrapper .footer {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 14px;
  }
}
.community-wrapper .footer .social-media {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .community-wrapper .footer .social-media {
    margin-bottom: 10px;
  }
}

.community-slide-wrap .slide-wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.community-slide-wrap .slide-wrap .text-content {
  color: #fff;
  font-size: 29px;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .community-slide-wrap .slide-wrap .text-content {
    font-size: 24px;
  }
}
.community-slide-wrap .slide-wrap .text-content .title {
  color: #fff;
  font-weight: bold;
  font-size: 33.333px;
}
@media only screen and (max-width: 991.98px) {
  .community-slide-wrap .slide-wrap .text-content .title {
    font-size: 29px;
  }
}
.community-slide-wrap .slide-wrap .text-content .title, .community-slide-wrap .slide-wrap .text-content p {
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
}

.left-content-wrap .text-content-wrap {
  padding-top: 160px;
  padding-bottom: 35px;
  max-width: 427px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media only screen and (max-width: 991.98px) {
  .left-content-wrap .text-content-wrap {
    padding-top: 57px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .left-content-wrap .text-content-wrap {
    padding-top: 42px;
    max-width: 100%;
  }
}
.left-content-wrap .text-content-wrap .title {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 900;
  color: #000;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
  .left-content-wrap .text-content-wrap .title {
    font-size: 27px;
    padding-left: 70px;
    margin-bottom: 52px;
  }
}
.left-content-wrap .text-content-wrap .title-md {
  font-size: 40px;
  line-height: 1.2;
  color: #000;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .left-content-wrap .text-content-wrap .title-md {
    font-size: 30px;
  }
}
.left-content-wrap .text-content-wrap .title-md span {
  font-size: 36px;
  font-weight: normal;
}
@media only screen and (max-width: 767.98px) {
  .left-content-wrap .text-content-wrap .title-md span {
    font-size: 28px;
  }
}
.left-content-wrap .buttons-wrap {
  margin-top: 35px;
}
@media only screen and (max-width: 767.98px) {
  .left-content-wrap .buttons-wrap {
    margin-top: 23px;
  }
}
.left-content-wrap .buttons-wrap p {
  font-size: 16.667px;
  margin-bottom: 18px;
}
.left-content-wrap .buttons-wrap .btn-nft {
  width: 100%;
  margin-bottom: 5px;
}

/*# sourceMappingURL=style.css.map */
