@import url('https://fonts.googleapis.com/css2?family=Oswald&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');

.dropdown#styleDropdown {
  font-size: 12px;
}

a.dropdown-item.text-dark.link-font:hover {
  background-color: transparent;
  color: rgb(60, 0, 128);
}

li.dropdown-item-light {
  margin: 10px 10px 0px 20px;
}

a.style-item.display-font {
  color: #646464;
  line-height: 1.5px;
  text-decoration: none;
}

a.style-item.display-font:hover {
  color: #9867f2;
  text-decoration: none;
}

a.body-font.random-prompt {
  font-size: 13px;
  color: #0a0a0a;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

/* ---------------------------  Sort Selector */
ul#styleSelector {
  background: #fafafab8;
}

button.btn.display-font.dropdown-toggle {
  font-size: 14px;
  color: #4b1fa9;
  text-shadow: none;
  border: 2px solid #4b1fa9;
}

.dropdown-menu#styleSelector {
  font-size: 12px;
  background-color: #ffffffde;
  box-shadow: 2px 7px 6px 0px #494949;
}

/* ------------------------------ AI Art */
.style-badge {
  font-size: 2rem;
}

.style-text {
  line-height: 2;
}

.card-footer {
  background: none;
}

img.card-img-top {
  max-width: 100%;
  height: auto;
}

.art-card {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: relative;
  color: #fff;
  right: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0px 10px 20px -9px rgba(13, 1, 26, 0.626);
  text-align: center;
  transition: all 0.4s;
  background-size: 100%;
}

.art-card a {
  color: #fafafa;
  text-decoration: none;
  transition: all 0.2s
}

.art-card h3 a {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
  font-family: 'Oswald', sans-serif;
}

.art-card .color-overlay {
  width: 750px;
  height: 700px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.art-card .gradient-overlay {
  background-image: linear-gradient(transparent 0%, rgba(8, 1, 30, 0.6) 21%);
  width: 750px;
  height: 700px;
  position: absolute;
  top: 350px;
  left: 0;
  z-index: 15;
}

p#aiPrompt,
p.artwork-desc.body-font {
  line-height: 1.25;
  font-size: 12px;
}

.art-card::after {
  box-shadow: 0px 18px 20px -9px rgba(10, 1, 22, 0.781);
}

.art-card:hover .card-info {
  opacity: 1;
  top: 10%;
  padding: 10px;
}

.art-card:hover a.artist-link,
.art-card:hover .title-content {
  display: none;
}

.art-card:hover .color-overlay {
  background: rgba(11, 1, 34, 0.8);
}

.art-card .title-content {
  padding: 20px 0;
  background-color: #1c0631c3;
}

.art-card:hover .title-content {
  margin-top: 70px
}

.download-info.body-font span {
  font-size: 10px;
  font-style: italc;
}

.title-content {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  z-index: 20;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: all 0.6s
}

.art-card:hover h3:after {
  animation: changeLetter 0.3s 1 linear;
  width: 80%
}

.art-card h3,
h1 {
  font-size: 1.9em;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
  display: inline-block;
}

.art-card h3 a {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.2s
}

.art-card h3 a:hover {
  text-shadow: 0px 8px 20px rgba(0, 0, 0, 0.95);
}

h3:after {
  content: " ";
  display: block;
  width: 10%;
  height: 2px;
  margin: 20px auto;
  border: 0;
  background: #9867f2;
  transition: all 0.2s
}

#artcardText {
  font-size: 11px;
  color: #cbb1fb;
  font-weight: 600;
}

a#artistHover {
  color: #cbb1fb;
}

a#artistHover:hover {
  background-color: transparent;
  color: #9867f2;
}

@keyframes changeLetter {
  0% {
    width: 10%;
  }

  100% {
    width: 80%;
  }
}

.intro {
  width: 170px;
  margin: 0 auto;
  color: #ddd;
  line-height: 18px;
}

.intro a {
  color: #ddd
}

.intro a:hover {
  text-decoration: underline
}

.card-info {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  position: absolute;
  top: 20;
  left: 0;
  margin: 0 auto;
  font-style: 1rem;
  z-index: 20;
  opacity: 0;
  transition: bottom 0.64s, opacity 0.63s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.card-info a:hover {
  background: #9867f2;
  color: #fafafa;
}

.card-info a:hover span {
  filter: brightness(10);
  opacity: 1
}

a.tag-font {
  font-size: 12px;
  font-family: 'oswald', sans-serif;
  text-transform: uppercase;
  color: #b6b6b6;
}

a.download-font {
  font-size: 12px;
  font-family: 'oswald', sans-serif;
  text-transform: uppercase;
  color: #939393;
}

a.download-font:hover,
a.tag-font:hover {
  color: #9867f2;
  background-color: transparent;
}

#artistName {
  text-decoration: none;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #9867f2 67%,
    #d881f8 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  letter-spacing: 1px;
}

#artworkCardTitle,
#artworkTitle {
  text-decoration: none;
  background-image: linear-gradient(
    -225deg,
    #e2bce8 10%,
    #9f4bf7 29%,
    #9867f2 67%,
    #b99cd3 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  letter-spacing: 1px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

a.user-credit {
  text-decoration: none;
  color: #af97db;
  letter-spacing: .5px;
}

#artistName:hover {
  color: #4b1fa9;
  text-decoration-line: underline;
  text-underline-offset: 0.4em;
}

.artwork_desc {
  font-style: italic;
}

p#downloadInfo {
  font-style: italic;
  font-size: 12px;
  color: #a4a4a4;
}

.download-span:hover {
  color: #9867f2;
}

#loadingMessage {
  display: none;
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(170, 151, 204, .85);
  z-index: 9999;
}

p#downloadTxt {
  font-size: 11px;
  font-style: italic;
  color: #a4a4a4;
}

.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 100%;
}

.loading p {
  color: #0a0a0a;
  font-size: 2rem;
  margin-top: 100px;
}

.faq-btn {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
      padding: 5px;
      display:block;
      position:absolute;
      top:2x;
      right:5%;
      width: 150px;
      background-color: transparent;
      color: #4b1fa9;
      text-align:center;
}

a.user-info {
  color: #4b1fa9;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;

}

.icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

span.copyright-terms {
  font-size: 13px;
  margin: 0 auto;
  color: #494949;
  font-style: italic;
}

.content-policy {
  font-size: 12px;
  line-height: 2;
}

.card-footer a {
  font-size: 12px;
  color: #1a5ab4;
  text-decoration: underline;
  text-decoration-style: double;
  text-underline-offset: 0.4em;
  font-weight: 600;
}

a.link-to-openai {
  color: #1a5ab4;
  text-decoration: underline;
  text-decoration-style: double;
  text-underline-offset: 0.4em;
  font-weight: 600;
}

ul#contentPolicy {
  list-style-type: circle;
  line-height: 2;
}

div#smallContent {
  font-size: 12px;
  color: #494949;
}

@media (min-width: 320px) and (max-width: 480px) {
  .art-card:hover .title-content,
  .title-content {
    margin-top: 40px
  }

  .art-card {
    max-width: 100%;
    height: auto;
  }

  .intro {
    font-size: 0.8em
  }
  p#aiPrompt,
p.artwork-desc.body-font {
  line-height: 1;
  font-size: 10px;
}

}


@media (min-width: 768px) and (max-width: 1024px) {
  .art-card:hover .card-info {
    opacity: 1;
    top: 10%;
  }

  p#aiPrompt,
p.artwork-desc.body-font {
  line-height: 1.25;
  font-size: 11px;
}

  a.btn.display-font {
    font-size: 12px;
  }

  a.tag-font {
    font-size: 10px;
}
#artcardText {
  font-size: 10px;
}
#artworkCardTitle {
  display: none;
}

}

@media only screen and (min-width: 1280px) {
  #artcardText {
    font-size: 1rem;
  }
  p#aiPrompt,
  p.artwork-desc.body-font {
    line-height: 1.25;
    font-size: 14px;
  }
  
}
