.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;
}
#gallery-banner {
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  padding: 100px 0 50px;
  min-height: 50vh;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  height: 600px;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  #gallery-banner {
    min-height: auto;
    height: auto;
  }
}
#gallery-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
}
#gallery-banner .banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
#gallery-banner .container {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 800px;
}
#gallery-banner h1 {
  color: #e02626;
  margin-top: 0;
  font-size: 100px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 80%;
}
#gallery-banner h2 {
  font-size: 30px;
  color: #e0e0e0;
}
#gallery-banner p {
  color: #e0e0e0;
}
#gallery-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;
}
#gallery-banner a:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  #gallery-banner a {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  #gallery-banner a {
    padding: 0 15px;
    font-size: 12px;
  }
}
#gallery-banner svg {
  position: absolute;
  width: 400px;
  height: auto;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#gallery-banner svg path {
  fill: #e02626;
}
@media (max-width: 1279px) {
  #gallery-banner {
    padding: 100px 0;
  }
  #gallery-banner h1 {
    font-size: 50px;
  }
}
#gallery-view {
  background-color: #2C2B2B;
  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);
  display: block;
}
#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 .art-img .about-art {
    opacity: 1;
  }
  #gallery-view .art-img .about-art > *:not(.view-img) {
    z-index: 2;
    position: relative;
  }
  #gallery-view .art-img .about-art h3 {
    font-size: 14px;
  }
  #gallery-view .art-img .about-art .view-img {
    font-size: 12px;
    padding: 0 15px;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
    height: 100%;
    border-radius: 0;
    background-color: unset;
    z-index: 1;
    text-indent: -99999px;
    overflow: hidden;
  }
  #gallery-view .art-img .about-art .view-img:hover {
    background-color: unset;
  }
  #gallery-view .art-img .about-art a.artist-profile h4 {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  #gallery-view .art-img {
    flex-basis: 33.3%;
  }
}
@media (max-width: 767px) {
  #gallery-view .art-img {
    flex-basis: 50%;
  }
}
@media (max-width: 479px) {
  #gallery-view .art-img {
    margin-bottom: 50px;
    flex-basis: 100%;
    padding: 10px;
  }
  #gallery-view .art-img .cover {
    background-color: black;
    display: flex;
    flex-direction: column-reverse;
  }
  #gallery-view .art-img .art-work {
    padding-bottom: 0;
    height: auto;
  }
  #gallery-view .art-img .art-work img {
    position: relative;
    height: auto;
  }
  #gallery-view .art-img .about-art {
    position: relative;
    background: none;
    padding: 5px 20px;
  }
  #gallery-view .art-img .about-art .view-img {
    display: none;
  }
}
body.gallery-open {
  overflow: hidden;
}
#art-enlarge {
  position: fixed;
  width: 100%;
  height: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #1B1B1B;
}
#art-enlarge.open {
  display: flex;
  height: 100vh;
}
#art-enlarge .close {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  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;
  cursor: pointer;
  height: 40px;
  padding: 0 20px;
  border: 0;
  z-index: 2;
}
#art-enlarge .close:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  #art-enlarge .close {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  #art-enlarge .close {
    padding: 0 15px;
    font-size: 12px;
  }
}
#art-enlarge .slideshow .owl-item {
  height: 100%;
  width: 80vw;
  transition: 0.2s;
  filter: blur(10px);
}
#art-enlarge .slideshow .owl-item img {
  transition: 1s;
  transform: scale(0.8);
}
#art-enlarge .slideshow .owl-item.center {
  filter: blur(0);
}
#art-enlarge .slideshow .owl-item.center img {
  transform: scale(1);
}
#art-enlarge .slideshow .item {
  text-align: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#art-enlarge .slideshow img {
  width: auto;
  height: 100vh;
  width: 100vh;
  object-fit: contain;
}
#art-enlarge .slideshow .owl-nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  margin-top: 0;
}
#art-enlarge .slideshow .owl-nav button {
  margin: 0 5px;
}
#art-enlarge .slideshow .owl-nav button:hover {
  background-color: unset;
}
#art-enlarge .slideshow .owl-nav button span {
  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;
  padding: 0 20px;
  height: 40px;
  font-size: 20px;
}
#art-enlarge .slideshow .owl-nav button span:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  #art-enlarge .slideshow .owl-nav button span {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  #art-enlarge .slideshow .owl-nav button span {
    padding: 0 15px;
    font-size: 12px;
  }
}
