/*transform origin*/
:root {
  --modal-image-height-desktop: 359px;
  --modal-image-height-mobile: 200px;
  --modal-image-height-xs: 180px;
}

.mt_artist_carousel_wrapper {
  background-color: #2c2c2c;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  font-family: "arboria", sans-serif;
  letter-spacing: 2.1%;
  line-height: 150%;
}
.mt_artist_carousel_wrapper .mt_artist_carousel {
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}
@media (max-width: 767.8px) {
  .mt_artist_carousel_wrapper .mt_artist_carousel {
    font-size: 2rem;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_heading {
  font-size: clamp(1.5625rem, 1.3424rem + 0.939vw, 2.1875rem);
  line-height: clamp(1.8125rem, 1.5704rem + 1.0329vw, 2.5rem);
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
  color: #b56340;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 40px;
}
@media (max-width: 767.8px) {
  .mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_heading {
    font-size: 2rem;
  }
}
.mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_carousel_container {
  display: flex;
  gap: 26px;
  align-items: flex-start;
  position: relative;
  transition: transform 0.5s ease-in-out;
  padding: 40px 0px;
}
@media (max-width: 991.8px) {
  .mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_carousel_container {
    gap: 26px;
  }
}
@media (max-width: 767.8px) {
  .mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_carousel_container {
    gap: 26px;
    padding: 20px 0;
  }
}
.mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_carousel_container .mt_artist_item {
  flex: 0 0 calc(50% - 13px);
  width: 100%;
  background: transparent;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 767.8px) {
  .mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_carousel_container .mt_artist_item {
    flex: none;
    width: 100%;
  }
  .mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_carousel_container .mt_artist_item:nth-child(n+3) {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
  .mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_carousel_container .mt_artist_item.mt_artist_item_initially_hidden {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
}
.mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_carousel_container .mt_artist_item.mt_artist_item_initially_hidden {
  opacity: 0;
  transform: translateX(100%);
  pointer-events: none;
}
.mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_carousel_container .mt_artist_item.mt_artist_item_hidden {
  opacity: 0;
  transform: translateX(100%);
  pointer-events: none;
}
.mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_carousel_container .mt_artist_item .mt_artist_image_wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_carousel_container .mt_artist_item .mt_artist_image_wrapper {
    aspect-ratio: 4/3;
    height: auto;
  }
}
@media (max-width: 767.8px) {
  .mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_carousel_container .mt_artist_item .mt_artist_image_wrapper {
    height: 300px;
  }
}
.mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_carousel_container .mt_artist_item .mt_artist_image_wrapper .mt_artist_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.3s ease;
}
.mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_carousel_container .mt_artist_item .mt_artist_content {
  text-align: left;
}
.mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_carousel_container .mt_artist_item .mt_artist_content .mt_artist_name {
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  padding-top: 24px;
  text-transform: uppercase;
  letter-spacing: 2.1%;
}
@media (max-width: 767.8px) {
  .mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_carousel_container .mt_artist_item .mt_artist_content .mt_artist_name {
    font-size: 1.25rem;
    padding-top: 10px;
  }
}
.mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_carousel_container .mt_artist_item .mt_artist_content .mt_artist_designation {
  font-size: 15px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  position: relative;
}
.mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_carousel_container .mt_artist_item .mt_artist_content .mt_artist_description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #e0e0e0;
  margin-bottom: 24px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767.8px) {
  .mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_carousel_container .mt_artist_item .mt_artist_content .mt_artist_description {
    font-size: 0.9rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_navigation {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_navigation .mt_artist_nav_btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_navigation .mt_artist_nav_btn:hover {
  transform: scale(1.1);
}
.mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_navigation .mt_artist_nav_btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_navigation .mt_artist_nav_btn:disabled:hover {
  background-color: transparent;
  color: #ffffff;
}
.mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_navigation .mt_artist_nav_btn svg {
  width: 20px;
  height: 20px;
}

.artist_divider {
  margin: 12px 0px;
  color: #b7b7b7;
  height: 0.93px;
  border: none;
  background-color: #b7b7b7;
}

.mt_artist_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.mt_artist_modal.mt_artist_modal_active {
  display: flex;
}
.mt_artist_modal .mt_artist_modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.mt_artist_modal .mt_artist_modal_content {
  position: relative;
  background-color: #ffffff;
  max-width: 800px;
  width: 100%;
  max-height: 70vh;
  overflow: auto;
  /* keeps scroll functionality */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease-out;
}
@media (max-width: 767.8px) {
  .mt_artist_modal .mt_artist_modal_content {
    max-width: 95%;
  }
}
.mt_artist_modal .mt_artist_modal_content .mt_artist_modal_close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  border: none;
  color: #000;
  cursor: pointer;
  display: flex;
  background: none;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
}
@media (max-width: 767.8px) {
  .mt_artist_modal .mt_artist_modal_content .mt_artist_modal_close {
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
  }
}
.mt_artist_modal .mt_artist_modal_content .mt_artist_modal_close:hover {
  transform: scale(1.1);
  color: #6b2e18;
}
.mt_artist_modal .mt_artist_modal_content .mt_artist_modal_close svg {
  width: inherit;
  height: inherit;
}
.mt_artist_modal .mt_artist_modal_content .mt_artist_modal_navigation {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  pointer-events: none;
  z-index: 5;
  height: var(--modal-image-height-desktop);
  align-items: center;
}
.mt_artist_modal .mt_artist_modal_content .mt_artist_modal_navigation .mt_artist_modal_nav_btn {
  width: 40px;
  height: 40px;
  border: none;
  background: linear-gradient(180deg, #ab644b 0%, #cc8265 47.12%, #a35d46 98.08%);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  pointer-events: all;
  position: relative;
}
.mt_artist_modal .mt_artist_modal_content .mt_artist_modal_navigation .mt_artist_modal_nav_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6b2e18;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.mt_artist_modal .mt_artist_modal_content .mt_artist_modal_navigation .mt_artist_modal_nav_btn:hover {
  background-color: #444444;
  transform: scale(1.1);
}
.mt_artist_modal .mt_artist_modal_content .mt_artist_modal_navigation .mt_artist_modal_nav_btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.mt_artist_modal .mt_artist_modal_content .mt_artist_modal_navigation .mt_artist_modal_nav_btn:disabled:hover {
  background-color: #2c2c2c;
  transform: scale(1);
}
.mt_artist_modal .mt_artist_modal_content .mt_artist_modal_navigation .mt_artist_modal_nav_btn svg {
  width: 28.75px;
  height: 28.75px;
}
.mt_artist_modal .mt_artist_modal_content .mt_artist_modal_body {
  display: flex;
  flex-direction: column;
  padding: 64px;
  height: auto;
  align-items: center;
}
@media (max-width: 767.8px) {
  .mt_artist_modal .mt_artist_modal_content .mt_artist_modal_body {
    padding: 30px 20px;
  }
}
.mt_artist_modal .mt_artist_modal_content .mt_artist_modal_body .mt_artist_modal_image_wrapper {
  aspect-ratio: 1/1.06;
  height: var(--modal-image-height-desktop);
  margin-bottom: 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.8px) {
  .mt_artist_modal .mt_artist_modal_content .mt_artist_modal_body .mt_artist_modal_image_wrapper {
    height: var(--modal-image-height-mobile);
    margin-bottom: 15px;
  }
}
@media (max-width: 575.8px) {
  .mt_artist_modal .mt_artist_modal_content .mt_artist_modal_body .mt_artist_modal_image_wrapper {
    height: var(--modal-image-height-xs);
  }
}
.mt_artist_modal .mt_artist_modal_content .mt_artist_modal_body .mt_artist_modal_image_wrapper .mt_artist_modal_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mt_artist_modal .mt_artist_modal_content .mt_artist_modal_body .mt_artist_modal_info {
  text-align: center;
  width: 100%;
}
.mt_artist_modal .mt_artist_modal_content .mt_artist_modal_body .mt_artist_modal_info .mt_artist_modal_name {
  font-size: 22px;
  font-weight: 500;
  color: #222224;
  text-transform: uppercase;
}
@media (max-width: 767.8px) {
  .mt_artist_modal .mt_artist_modal_content .mt_artist_modal_body .mt_artist_modal_info .mt_artist_modal_name {
    font-size: 1.5rem;
  }
}
.mt_artist_modal .mt_artist_modal_content .mt_artist_modal_body .mt_artist_modal_info .mt_artist_modal_designation {
  font-size: 15px;
  color: #222224;
  margin-bottom: 25px;
  font-weight: 400;
}
@media (max-width: 767.8px) {
  .mt_artist_modal .mt_artist_modal_content .mt_artist_modal_body .mt_artist_modal_info .mt_artist_modal_designation {
    margin-bottom: 10px;
  }
}
.mt_artist_modal .mt_artist_modal_content .mt_artist_modal_body .mt_artist_modal_info .mt_artist_modal_detailed_content {
  font-size: 14px;
  color: #222224;
  line-height: 150%;
  text-align: left;
}
@media (max-width: 767.8px) {
  .mt_artist_modal .mt_artist_modal_content .mt_artist_modal_body .mt_artist_modal_info .mt_artist_modal_detailed_content {
    font-size: 0.95rem;
    text-align: center;
  }
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@media (max-width: 991.8px) {
  .mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_carousel_container .mt_artist_item .mt_artist_image_wrapper {
    height: 350px;
  }
}
@media (max-width: 767.8px) {
  .mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_heading {
    font-size: 1.8rem;
  }
  .mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_carousel_container .mt_artist_item .mt_artist_image_wrapper {
    height: unset;
    aspect-ratio: 4/3;
  }
  .mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_carousel_container .mt_artist_item .mt_artist_content {
    padding: 20px 0;
  }
  .mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_navigation {
    margin-top: 15px;
  }
  .mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_navigation .mt_artist_nav_btn {
    width: 45px;
    height: 45px;
  }
  .mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_navigation .mt_artist_nav_btn svg {
    width: 18px;
    height: 18px;
  }
  .mt_artist_modal .mt_artist_modal_content .mt_artist_modal_navigation {
    top: 30px;
    height: var(--modal-image-height-mobile);
    padding: 0 20px;
  }
  .mt_artist_modal .mt_artist_modal_content .mt_artist_modal_navigation .mt_artist_modal_nav_btn {
    width: 30px;
    height: 30px;
  }
  .mt_artist_modal .mt_artist_modal_content .mt_artist_modal_navigation .mt_artist_modal_nav_btn svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 369.8px) {
  .mt_artist_modal .mt_artist_modal_content .mt_artist_modal_navigation {
    top: 30px;
    height: var(--modal-image-height-xs);
    padding: 0 15px;
  }
  .mt_artist_modal .mt_artist_modal_content .mt_artist_modal_navigation .mt_artist_modal_nav_btn {
    width: 25px;
    height: 25px;
  }
  .mt_artist_modal .mt_artist_modal_content .mt_artist_modal_navigation .mt_artist_modal_nav_btn svg {
    width: 14px;
    height: 14px;
  }
  .mt_artist_carousel_wrapper .mt_artist_carousel .mt_artist_carousel_container .mt_artist_item .mt_artist_image_wrapper {
    height: 200px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mt_artist_carousel_container,
  .mt_artist_modal_content,
  .mt_artist_image,
  .mt_artist_learn_more_btn,
  .mt_artist_nav_btn,
  .mt_artist_modal_nav_btn,
  .mt_artist_modal_close {
    transition: none;
  }
  @keyframes modalSlideIn {
    from, to {
      opacity: 1;
      transform: scale(1) translateY(0);
    }
  }
}

/*# sourceMappingURL=artist-card-carousel.css.map */
