:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #fff;
  text-decoration: underline;
}

.body {
  background-color: #010002;
}

.hero-section {
  height: 100vh;
  background-image: url('../images/bg-art-universe.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.circle-1 {
  filter: blur(200px);
  position: absolute;
  top: -20%;
  left: 16%;
}

.circle-2 {
  filter: blur(280px);
  position: absolute;
  top: -30%;
  right: 16%;
}

.div-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading {
  color: #fff;
  font-family: Brand Semibold, sans-serif;
  font-size: 40px;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  padding: 16px 24px;
  font-size: 20px;
  transition: all .25s;
  box-shadow: 0 2px 40px rgba(42, 169, 241, .48);
}

.button:hover {
  color: #1b6fe4;
  box-shadow: 0 2px 40px rgba(42, 169, 241, .6);
}

.transparent {
  opacity: 0;
}

.footer {
  max-width: 800px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  text-align: center;
  background-image: linear-gradient(rgba(27, 64, 195, .08), rgba(255, 70, 248, .06));
  border: 1px solid rgba(255, 255, 255, .04);
  border-bottom-width: 0;
  border-radius: 16px 16px 0 0;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px 12px;
}

.paragraph {
  color: rgba(195, 203, 245, .64);
}

.link {
  color: rgba(195, 203, 245, .72);
}

.section-carousel {
  background-image: url('../images/background-carousel.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 8%;
  padding-bottom: 8%;
}

.carousel-container {
  max-width: 1000px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-white {
  color: rgba(255, 255, 255, .9);
  font-size: 20px;
  line-height: 24px;
}

.paragraph-white.mw800 {
  max-width: 800px;
  text-align: center;
}

.hero-video {
  height: 100vh;
  background-color: rgba(20, 8, 41, .48);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.learn_more {
  color: #fff;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.container-hero-heading {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 30%;
  display: flex;
}

.section-artist-profile {
  background-image: url('../images/background-artist-profile.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.gradient-wrap {
  background-image: linear-gradient(#0c091a 8%, rgba(10, 7, 20, .87) 50%, rgba(6, 5, 10, 0));
  padding-top: 120px;
  padding-bottom: 64px;
}

.enter-art-universe {
  max-width: 800px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.frontimg-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-join {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/background-end.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 10%;
  display: flex;
}

.containter-join-au {
  max-width: 800px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10%;
  display: flex;
}

.h2 {
  color: #fff;
  font-family: Brand Semibold, sans-serif;
}

.basic-page-section {
  min-height: 100vh;
  background-image: url('../images/bg-art-universe.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-art-universe {
  padding: 16px;
}

.container-page {
  max-width: 800px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background-color: rgba(119, 131, 237, .1);
  border-radius: 16px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2);
}

.paragraph-standard {
  color: rgba(255, 255, 255, .9);
  font-size: 17px;
  line-height: 22px;
}

.paragraph-standard.mw800 {
  max-width: 800px;
  text-align: center;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .12);
  margin-top: 24px;
  margin-bottom: 24px;
}

.h2-terms {
  color: #fff;
  margin-top: 40px;
  font-family: Brand Semibold, sans-serif;
  font-size: 30px;
}

.h3-terms {
  color: rgba(255, 255, 255, .84);
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Brand Semibold, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.h3-terms.plus {
  color: #fff;
  font-size: 29px;
}

.list {
  color: rgba(255, 255, 255, .9);
  font-size: 17px;
  line-height: 22px;
}

.list-item {
  padding-bottom: 10px;
}

.list-item.sub {
  margin-left: 16px;
}

.list-item.sub-x2 {
  margin-left: 32px;
  list-style-type: square;
}

.h3-terms-plus {
  color: #fff;
  margin-top: 32px;
  margin-bottom: 20px;
  font-family: Brand Semibold, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 35px;
}

.h3-terms-plus.plus {
  color: #fff;
  font-size: 29px;
}

.hero-video-mobile, .video-bg-mobile {
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.container-hero-heading-for-mobile {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 30%;
  display: flex;
}

.credit {
  color: rgba(255, 255, 255, .64);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  text-decoration: none;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.play-video {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: #7b4ef5;
  border-radius: 44px;
  align-items: center;
  padding: 22px 40px;
  font-family: Brand Semibold, sans-serif;
  font-size: 28px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 4px 48px rgba(177, 217, 245, .36);
}

.paragraph-no-margin {
  margin-bottom: 0;
}

.modal-wrap {
  z-index: 999;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.video {
  width: 80%;
  height: auto;
}

.close-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border-radius: 14px;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 12px;
  bottom: auto;
  left: auto;
  right: 12px;
}

.play-video-button-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #7b4ef5;
  align-items: center;
  padding: 22px 40px;
  font-family: Brand Semibold, sans-serif;
  font-size: 28px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.gradientc1 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.gradientc2 {
  position: absolute;
  top: -117%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .section-carousel {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .container-hero-heading {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-page {
    margin-top: 40px;
  }

  .container-hero-heading-for-mobile {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .heading {
    font-size: 22px;
    line-height: 28px;
  }

  .button {
    padding-top: 12px;
    font-size: 18px;
  }

  .footer {
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-carousel {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-video {
    display: none;
  }

  .learn_more {
    margin-top: 16px;
  }

  .container-hero-heading {
    justify-content: flex-end;
    padding-top: 0%;
  }

  .gradient-wrap, .frontimg-container, .section-join {
    padding-left: 12px;
    padding-right: 12px;
  }

  .h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .container-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h2-terms, .h3-terms, .h3-terms-plus {
    font-size: 28px;
    line-height: 32px;
  }

  .hide-on-mobile {
    display: none;
  }

  .arrow-icon {
    max-width: 32px;
  }

  .hero-video-mobile {
    height: 100vh;
    padding-top: 0;
    display: flex;
  }

  .div-block-2 {
    height: 60%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .video-bg-mobile {
    width: 100%;
    height: 100vh;
    background-color: rgba(28, 13, 56, .48);
    padding-top: 12px;
    display: flex;
  }

  .container-hero-heading-for-mobile {
    background-image: linear-gradient(to top, #010002 25%, rgba(1, 0, 2, 0));
    justify-content: flex-end;
    padding-top: 120px;
    padding-bottom: 16px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .play-video {
    justify-content: center;
    padding: 16px 24px;
    font-size: 24px;
  }

  .video {
    width: 100%;
  }

  .play-video-button-box {
    justify-content: center;
    padding: 16px 24px;
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 28px;
    line-height: 33px;
  }

  .container-page {
    padding-left: 12px;
    padding-right: 12px;
  }
}


@font-face {
  font-family: 'Brand Semibold';
  src: url('../fonts/Graphite---Aftika-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}