/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-20 {
    margin-block: calc(var(--spacing) * 20);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-15 {
    padding-block: calc(var(--spacing) * 15);
  }
  .text-center {
    text-align: center;
  }
  .text-white {
    color: var(--color-white);
  }
}
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');
@font-face {
  font-family: 'Astrid';
  src: url('AstridRegular.woff2') format('woff2'), url('AstridRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary: #408149;
  --primary-dark: #74b676;
  --primary-light: #0e5932;
  --secondary: #D8EBC3;
  --secondary-light: #F7F8F5;
  --accent: #EAD8B0;
  --accent-orange: #E26A3D;
  --font-family-1: "Manrope", sans-serif;
  --font-family-2: "Google Sans Flex", sans-serif;
  --heading-color: #00000;
  --text-color: #2D2D2D;
  --border-color: #E2E8F0;
  --white: #FFFFFF;
  --black: #000000;
  --body-bg: #FFFFFF;
  --light-bg: #F8FAFC;
  --gradient-primary: linear-gradient(90deg,
            #4E8B2C 0%,
            #8DCB4F 50%,
            #8DCB4F 100%);
  --gradient-secondary: linear-gradient(90deg,
            #D8EBC3 17%,
            #F7F8F5 88%);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.16);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 20px;
  --radius-full: 9999px;
  --transition: all 0.3s ease-in-out;
}
html {
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: var(--font-family-1);
  min-height: 100vh;
  margin: 0;
  background: radial-gradient(circle at top left, rgba(43,143,103,.35) 0%, transparent 35%), radial-gradient(circle at bottom right, rgba(25,77,61,.45) 0%, transparent 40%), linear-gradient(rgba(214, 219, 217, 0.7), rgba(229, 230, 229, 0.9)), url("../assets/images/background1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width:1279px) {
  .container {
    max-width: 100%;
  }
}
.header {
  position: relative;
  background: #fff;
  border-bottom: 0px solid #000;
  z-index: 9;
  width: 100%;
  padding: 0px 0;
  margin-top: 15px;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo img {
  height: 60px;
}
@media (max-width:991px) {
  .header {
    position: relative;
    margin-top: 0px;
    padding: 10px 0;
  }
}
.main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 60px;
}
.main-nav ul li {
  position: relative;
}
.main-nav ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-family: var(--font-family-2);
  color: var(--heading-color);
  padding: 25px 0;
  font-size: 15px;
  font-weight: 500;
  transition: all .3s ease;
}
.main-nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .3s ease;
}
.main-nav ul li a:hover::after, .main-nav ul li a.active::after {
  transition: all .3s ease;
  transform: scaleX(1);
}
.main-nav ul li a:hover, .main-nav ul li a.active {
  transition: all .3s ease;
  color: var(--primary);
  transform: translateY(-3px);
}
.menu-toggle {
  width: 44px;
  height: 44px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  border: 0px solid var(--border-color);
  border-radius: 10px;
  z-index: 9999;
}
.menu-toggle .bar {
  width: 26px !important;
  height: 2px !important;
  background: var(--primary-dark);
  border-radius: 50px;
  transition: all .3s ease;
}
.menu-toggle.active .bar:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.menu-toggle.active .bar:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active .bar:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
@media (max-width:991px) {
  .menu-toggle {
    display: inline-flex;
  }
  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 310px;
    height: 100vh;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,.08);
    padding: 80px 20px 20px;
    z-index: 999;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform .4s ease, opacity .3s ease, visibility .4s;
  }
  .main-nav.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .main-nav ul {
    flex-direction: column;
    gap: 0;
  }
  .main-nav ul li {
    border-bottom: 1px solid #eee;
  }
  .main-nav ul li a {
    line-height: 1;
    padding: 18px 25px;
  }
  .main-nav ul li a.active::after {
    display: none;
  }
}
.top-section {
  background: url(../assets/images/background1.jpg) center center/cover no-repeat;
  overflow-x: hidden;
}
@media (max-width:480px) {
  .top-section {
    min-height: auto;
  }
}
.hero {
  padding: 40px 0 60px 0;
}
.artSwiper {
  width: 100%;
  padding: 70px 0 90px;
  overflow: visible;
}
.artSwiper .swiper-slide {
  width: 360px;
  height: 420px;
  transition: .5s;
}
.artSwiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1.05);
  z-index: 10;
}
.artSwiper .swiper-slide-prev, .artSwiper .swiper-slide-next {
  opacity: .85;
  transform: scale(.94);
}
.art-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  height: 100%;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
}
.art-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.art-card:hover img {
  transform: scale(1.08);
}
.art-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient( to top, rgba(0,0,0,.45), transparent 45% );
  opacity: 0;
  transition: .4s;
  z-index: 2;
}
.art-card:hover::before {
  opacity: 1;
}
.hero-prev, .hero-next {
  position: absolute;
  top: 50%;
  transform: translateY(-10%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  color: rgba(31, 30, 30, 0.568);
  font-size: 20px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  transition: .3s;
}
.hero-prev {
  left: 10px;
}
.hero-next {
  right: 10px;
}
.hero-prev:hover, .hero-next:hover {
  background: var(--primary-light);
  color: #fff;
}
.art-card::after {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient( 120deg, transparent, rgba(255,255,255,.35), transparent );
  transition: 1.2s;
}
.art-card:hover::after {
  left: 150%;
}
@media (max-width:767px) {
  .hero {
    padding: 40px;
  }
}
@media (max-width:575px) {
  .artSwiper .swiper-slide {
    height: 100%;
  }
}
.inside-banner-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.inside-banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: bottom right;
  background-size: auto 250%;
  opacity: 0.25;
  pointer-events: none;
  z-index: 1;
  transition: all .3s ease;
}
.inside-banner-content {
  position: relative;
  z-index: 2;
  padding: 20px 0px;
  text-align: center;
}
.inside-banner-content h2 {
  color: #fff;
  font-family: 'Astrid';
  font-weight: 400;
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width:991px) {
  .inside-banner-content {
    position: relative;
    z-index: 2;
    padding: 30px 0px;
    text-align: center;
  }
  .inside-banner-content h2 {
    font-size: 30px;
    line-height: 1.4;
  }
}
.heading-title {
  font-family: var(--font-family-2);
  text-align: center;
  margin: 0 auto 50px;
}
.heading-title span {
  font-family: var(--font-family-1);
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--accent-orange);
  padding: 10px 30px;
  border-radius: 30px;
  letter-spacing: 2px;
  background-color: rgba(234, 236, 233, 0.788);
  border: 1px solid rgba(138, 136, 136, 0.17);
}
.heading-title h2 {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -1px;
  color: var(--heading-color);
}
.heading-title p {
  font-family: var(--font-family-1);
  font-size: 24px;
  color: var(--heading-color);
  font-weight: 500;
  margin-bottom: 5px;
}
.heading-line {
  width: 70px;
  height: 4px;
  background: var(--accent-orange);
  border-radius: 50px;
  margin: auto;
}
@media (max-width:991px) {
  .heading-title h2 {
    font-size: 32px;
  }
}
@media (max-width:767px) {
  .heading-title {
    margin-bottom: 50px;
  }
  .heading-title h2 {
    font-size: 30px;
    line-height: 1.3;
  }
  .heading-title p {
    font-size: 18px;
  }
  .heading-title br {
    display: none !important;
  }
  .heading-line {
    width: 60px;
    height: 4px;
  }
}
.text-white {
  color: #fff !important;
}
.sub-heading span {
  color: #fff;
  background-color: rgba(59, 126, 26, 0.788);
}
.text-content {
  margin: 0;
  font-family: var(--font-family-2);
}
.text-content h2 {
  font-family: 'Astrid';
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: var(--heading-color);
}
.text-content h6 {
  color: var(--text-color);
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.1;
  letter-spacing: 0.10px;
}
.text-content p {
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  margin: 0px 0;
  letter-spacing: 0.10px;
}
.about-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.about-content {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 60px;
  align-items: start;
  padding: 0 90px;
}
.about-left {
  position: relative;
}
.image-box {
  position: relative;
  z-index: 2;
  border-radius: 18px;
  overflow: hidden;
}
.image-box img {
  width: 100%;
  width: 380px;
  display: block;
  border-radius: 12px;
}
.image-box1 {
  position: relative;
  z-index: 2;
  border-radius: 18px;
  overflow: hidden;
}
.image-box1 img {
  width: 100%;
  display: block;
}
.about-right {
  text-align: left;
}
@media (max-width:992px) {
  .about-image, .about-content {
    width: 100%;
  }
}
@media (max-width:767px) {
  .about-section {
    padding: 70px 0;
  }
  .about-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: center;
    padding: 0 0px;
  }
  .text-content h2 {
    font-size: 30px;
  }
  .text-content p {
    font-size: 14px;
  }
}
.testimonials-section {
  padding: 60px 0;
  background: url(../assets/images/background1.jpg) center center/cover no-repeat;
  min-height: 500px;
  overflow-x: hidden;
}
@media (max-width:767px) {
  .testimonials-section {
    min-height: auto;
  }
}
.testimonialSwiper {
  margin: 30px 0 0 0;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 20px 0;
}
.user-img {
  width: 95px;
  height: 95px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 4px solid #fff;
  overflow: hidden;
  z-index: 5;
}
.user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-content {
  position: relative;
  background: #fff;
  border-radius: 22px;
  padding: 28px 32px;
  box-shadow: 0 15px 35px rgba(0,0,0,.12);
  flex: 1;
}
.testimonial-content:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 40px;
  width: 34px;
  height: 34px;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 4px;
}
.testimonial-content p {
  margin: 0;
  color: var(--text-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.testimonial-pagination {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #fff !important;
  opacity: .8 !important;
  transition: .3s;
}
.swiper-pagination-bullet-active {
  width: 24px !important;
  border-radius: 20px !important;
  background: #fff !important;
  opacity: 1;
}
@media (max-width:768px) {
  .testimonial-card {
    flex-direction: column;
    text-align: center;
  }
  .user-img {
    margin-bottom: -20px;
  }
  .testimonial-content {
    padding: 55px 25px 25px;
  }
  .testimonial-content:before {
    left: 50%;
    top: -15px;
    transform: translateX(-50%) rotate(45deg);
  }
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(320px,1fr));
  gap: 40px;
}
.gallery-item {
  background: rgba(255, 255, 255, 0.527);
  border-radius: 18px;
  overflow: hidden;
  transition: .35s;
}
.gallery-item:hover {
  transform: translateY(-10px);
}
.gallery-image {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}
.gallery-image img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
  transition: .5s;
}
.gallery-item:hover img {
  transform: scale(1.08);
}
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: .35s;
}
.gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.gallery-view {
  width: 60px;
  height: 60px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #222;
  transition: .3s;
}
.gallery-view:hover {
  background: var(--primary-dark);
  color: #fff;
}
.gallery-content {
  font-family: var(--font-family-2);
  padding: 20px 10px 5px;
  position: relative;
}
.gallery-content h4 {
  font-size: 20px;
  margin: 0;
  font-weight: 500;
  color: var(--heading-color);
}
.gallery-content p {
  font-weight: 500;
  margin: 0px 0;
  color: var(--text-color);
  font-size: 15px;
}
.gallery-content span {
  color: var(--text-color);
  font-size: 13px;
  font-weight: 500;
}
.gallery-content .sold-badge {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #b33131;
  color: #fff;
  padding: 9px 12px;
  border-radius: 7px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width:580px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.exhibition-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(450px,1fr));
  gap: 35px;
}
.exhibition-card {
  display: flex;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0,0,0,.08);
  transition: .35s;
}
.exhibition-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,.15);
}
.exhibition-image {
  width: 250px;
  position: relative;
  overflow: hidden;
}
.exhibition-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: .5s;
}
.exhibition-card:hover img {
  transform: scale(1.08);
}
.gallery-count {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: rgba(0,0,0,.75);
  color: #fff;
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 12px;
  backdrop-filter: blur(8px);
}
.exhibition-content {
  flex: 1;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.exhibition-year {
  display: inline-block;
  width: max-content;
  background: var(--primary);
  color: #fff;
  padding: 2px 10px;
  border-radius: 30px;
  margin-bottom: 5px;
  font-size: 12px;
}
.exhibition-content h3 {
  font-family: 'Astrid';
  font-size: 22px;
  line-height: 1.1;
  margin: 0 0 15px;
  color: var(--heading-color);
}
.exhibition-content p {
  font-family: var(--font-family-2);
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media (max-width:991px) {
  .exhibition-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
@media (max-width:768px) {
  .exhibition-card {
    flex-direction: column;
  }
  .exhibition-image {
    width: 100%;
  }
  .exhibition-content {
    padding: 15px;
  }
}
.contact-section {
  padding: 80px 0;
}
.artist-contact-card {
  background: rgba(255, 255, 255, 0.062);
  border-radius: 24px;
  padding: 45px;
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 80px;
  box-shadow: 0 20px 50px rgba(0,0,0,.08);
}
.artist-photo {
  position: relative;
  width: 560px;
  flex-shrink: 0;
}
.artist-photo img {
  width: 100%;
}
.artist-info h3 {
  font-family: 'Astrid';
  font-size: 36px;
  color: var(--heading-color);
  margin-bottom: 5px;
}
.artist-role {
  display: inline-block;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 14px;
}
.artist-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.artist-info li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 18px 0;
  font-family: var(--font-family-2);
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
}
.artist-info i {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-light);
}
.artist-social {
  display: flex;
  gap: 15px;
  margin-top: 40px;
}
.artist-social a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f6f6f6;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  text-decoration: none;
}
.artist-social a:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-5px);
}
@media (max-width:991px) {
  .artist-contact-card {
    flex-direction: column;
    text-align: left;
    gap: 0px;
  }
  .artist-photo {
    width: 100%;
  }
}
.footer {
  background: #EBF0E6;
  padding: 40px 0 0;
  border-top: 1px solid #edf2f8;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
}
.footer-logo {
  width: 120px;
  margin-bottom: 25px;
}
.footer-widget {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center;
}
.footer-widget p {
  color: var(--text-color);
  line-height: 2;
  font-size: 13px;
  font-weight: 600;
}
.footer-widget h4 {
  font-family: var(--font-family-2);
  font-size: 16px;
  color: var(--text-color);
  font-weight: 600;
  margin-bottom: 10px;
}
.footer-widget ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 50px;
}
.footer-widget ul li {
  margin-bottom: 8px;
}
.footer-widget ul li a {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: .3s;
}
.footer-widget ul li a:hover {
  color: var(--primary);
  transform: translateY(-5px);
}
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  color: var(--text-color);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}
.footer-contact li a::before {
  content: none !important;
}
.footer-contact i {
  color: var(--primary-dark);
  font-size: 16px;
  margin-top: 4px;
  min-width: 20px;
}
.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.footer-social a {
  width: 30px;
  height: 30px;
  background: var(--primary-dark);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: .35s;
}
.footer-social a:hover {
  background: var(--primary);
  transform: translateY(-5px);
}
.footer-bottom {
  margin-top: 30px;
  border-top: 1px solid #dfe6f2;
  padding: 22px 0;
}
.footer-bottom-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0px;
}
.footer-bottom p {
  color: var(--text-color);
  margin: 0;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width:580px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-widget ul {
    gap: 15px;
  }
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .35s;
}
.progress-wrap.show {
  opacity: 1;
  visibility: visible;
}
.progress-wrap svg {
  transform: rotate(-90deg);
}
.progress-bg {
  fill: none;
  stroke: #dfe9d7;
  stroke-width: 3;
}
.progress-bar {
  fill: none;
  stroke: var(--accent-orange);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 163.4;
  stroke-dashoffset: 163.4;
  transition: stroke-dashoffset .15s linear;
}
.progress-wrap span {
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg,#4E8B2C,#2D4121);
  color: #fff;
  font-size: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,.18);
  transition: .3s;
}
.progress-wrap:hover span {
  transform: scale(1.08);
  background: #2D4121;
}
@font-face {
  font-family: 'Astrid';
  src: url('AstridRegular.woff2') format('woff2'), url('AstridRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
    }
  }
}
