.primary-btn {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 40px;
  background-color: #fff;
  transition: 0.2s;
  font-weight: 500;
  border-radius: 50px;
}
.primary-btn:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  .primary-btn {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .primary-btn {
    padding: 0 15px;
    font-size: 12px;
  }
}
.link-btn {
  display: inline-block;
  font-size: 14px;
  color: white;
  transition: 0.2s;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.link-btn:hover {
  text-decoration: none;
}
.owl-nav-type1 {
  display: flex;
  justify-content: center;
}
.owl-nav-type1 button {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #FD0000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-indent: -999px;
}
.owl-nav-type1 button span {
  width: 10px;
  height: 20px;
  background-image: url(../images/slider-arrow.svg);
  background-repeat: no-repeat;
}
.owl-nav-type1 button.owl-next {
  transform: rotate(180deg);
}
.vh {
  min-height: 100vh;
  height: 600px;
}
@media (max-width: 1279px) {
  .vh {
    min-height: auto;
    height: auto;
  }
}
.input-field {
  background-color: #2C2B2B;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #333;
  font-size: 16px;
  width: 100%;
  color: #e0e0e0;
}
.input-field:focus {
  outline: none;
  border-bottom: 2px solid #FD0000;
}
.input-textarea {
  background-color: #2C2B2B;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #333;
  font-size: 16px;
  width: 100%;
  color: #e0e0e0;
  height: 100px;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.input-textarea:focus {
  outline: none;
  border-bottom: 2px solid #FD0000;
}
.submit-btn {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 40px;
  background-color: #fff;
  transition: 0.2s;
  font-weight: 500;
  border-radius: 50px;
  background-color: #FD0000;
  color: white;
  border: 0;
  font-size: 15px;
  outline: none;
  font-weight: 600;
  cursor: pointer;
}
.submit-btn:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  .submit-btn {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .submit-btn {
    padding: 0 15px;
    font-size: 12px;
  }
}
.disable-aos-animate {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
#artists-banner {
  width: 100%;
  background-position: bottom center;
  background-attachment: fixed;
  padding: 150px 0 100px;
  position: relative;
  text-align: center;
  background: url(../images/audiences.png) no-repeat bottom center;
  background-size: cover;
  display: flex;
  align-items: center;
}
#artists-banner .container {
  max-width: 800px;
}
#artists-banner h1 {
  color: #FD0000;
  font-size: 60px;
  font-weight: 600;
  margin: 0;
  line-height: 100%;
}
#artists-banner h2 {
  color: #e0e0e0;
  margin-bottom: 0;
}
#artists-banner p {
  color: white;
}
#artists-banner a {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 40px;
  background-color: #fff;
  transition: 0.2s;
  font-weight: 500;
  border-radius: 50px;
}
#artists-banner a:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  #artists-banner a {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  #artists-banner a {
    padding: 0 15px;
    font-size: 12px;
  }
}
#artists-banner .splatter {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translatex(-50%);
  z-index: -1;
}
#artists-banner .splatter svg {
  width: 400px;
  height: auto;
}
#artists-banner .splatter svg path {
  fill: #FD0000;
}
@media (max-width: 767px) {
  #artists-banner {
    padding: 100px 0 200px;
  }
  #artists-banner h1 {
    font-size: 36px;
  }
}
#artist-listing {
  padding: 100px 0;
}
#artist-listing h2 {
  font-size: 26px;
  color: #FD0000;
}
#artist-listing .row {
  margin-bottom: 100px;
}
#artist-listing .row:nth-child(even) {
  flex-direction: row-reverse;
}
#artist-listing h2 {
  margin-bottom: 10px;
}
#artist-listing p {
  color: #e0e0e0;
}
#artist-listing figure {
  position: relative;
  z-index: 2;
}
#artist-listing figure img {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  border: 3px solid #FD0000;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
#artist-listing svg {
  position: absolute;
  width: 350px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  z-index: -1;
}
#artist-listing svg path {
  fill: #FD0000;
}
#artist-listing a.view {
  color: white;
  text-decoration: underline;
}
#artist-listing .row {
  display: flex;
  flex-wrap: wrap;
}
#artist-listing .row .col.img {
  margin: 20px;
  position: relative;
}
#artist-listing .row .col.content {
  max-width: 50%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1279px) {
  #artist-listing {
    padding-bottom: 0;
  }
  #artist-listing .row {
    padding: 0 50px;
    margin-bottom: 100px;
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  #artist-listing .row .col.img {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
@media (max-width: 767px) {
  #artist-listing .row {
    padding: 0;
    flex-direction: column;
    margin-bottom: 50px;
  }
  #artist-listing .row .col.img {
    display: flex;
    justify-content: center;
  }
  #artist-listing .row .col.content {
    max-width: 100%;
  }
  #artist-listing .row:nth-child(even) {
    flex-direction: column;
  }
}
#artist-profile-banner {
  padding: 150px 0 100px;
  position: relative;
  overflow: hidden;
}
#artist-profile-banner figure {
  position: relative;
}
#artist-profile-banner figure img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 3px solid #FD0000;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
#artist-profile-banner h1 {
  font-size: 60px;
  color: #FD0000;
  margin: 0;
}
#artist-profile-banner p {
  color: #e0e0e0;
}
#artist-profile-banner .website-ref a {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 40px;
  background-color: #fff;
  transition: 0.2s;
  font-weight: 500;
  border-radius: 50px;
  height: 40px;
}
#artist-profile-banner .website-ref a:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  #artist-profile-banner .website-ref a {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  #artist-profile-banner .website-ref a {
    padding: 0 15px;
    font-size: 12px;
  }
}
#artist-profile-banner .splatter {
  position: absolute;
  left: 50%;
  top: -200px;
  transform: translatex(-50%);
  z-index: -1;
}
#artist-profile-banner .splatter svg {
  width: 400px;
  height: auto;
}
#artist-profile-banner .splatter svg path {
  fill: #FD0000;
}
@media (max-width: 1023px) {
  #artist-profile-banner {
    padding-bottom: 50px;
  }
  #artist-profile-banner h1 {
    font-size: 36px;
  }
}
@media (max-width: 639px) {
  #artist-profile-banner .splatter {
    left: 90%;
  }
}
#artist-content {
  padding: 50px 0;
  background-color: #2C2B2B;
}
#artist-content p {
  color: #e0e0e0;
}
#artist-content h3 {
  color: #FD0000;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 10px;
}
#gallery-view {
  background-color: black;
  display: flex;
  flex-wrap: wrap;
}
#gallery-view .art-img {
  flex-basis: 25%;
}
#gallery-view .art-img .cover {
  position: relative;
}
#gallery-view .art-img .art-work {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
#gallery-view .art-img .art-work img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  position: absolute;
  transition: 10s;
  transform: scale(1);
}
#gallery-view .art-img .about-art {
  position: absolute;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.91080182) 22%, rgba(0, 0, 0, 0) 100%);
  padding: 30px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#gallery-view .art-img .about-art h3 {
  color: #FD0000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
#gallery-view .art-img .about-art a.artist-profile {
  display: flex;
  align-items: center;
}
#gallery-view .art-img .about-art a.artist-profile img {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  margin-right: 5px;
  object-fit: cover;
}
#gallery-view .art-img .about-art a.artist-profile:hover img {
  box-shadow: 0 0 10px rgba(253, 0, 0, 0.6);
}
#gallery-view .art-img .about-art a.artist-profile h4 {
  color: #e0e0e0;
  margin: 0;
}
#gallery-view .art-img .about-art .view-img {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 40px;
  background-color: #fff;
  transition: 0.2s;
  font-weight: 500;
  border-radius: 50px;
  position: absolute;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#gallery-view .art-img .about-art .view-img:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  #gallery-view .art-img .about-art .view-img {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  #gallery-view .art-img .about-art .view-img {
    padding: 0 15px;
    font-size: 12px;
  }
}
#gallery-view .art-img:hover .about-art {
  opacity: 1;
}
#gallery-view .art-img:hover .art-work img {
  transform: scale(1.2);
}
@media (max-width: 1279px) {
  #gallery-view {
    flex-wrap: nowrap;
    overflow: auto;
  }
  #gallery-view .art-img {
    flex-basis: auto;
    min-width: 300px;
  }
}
