:root {
  --font-heading: 'Playfair Display', sans-serif;
  --font-body: 'Karla', sans-serif;
  --thm-black: #252930;
  --thm-base: #00704a;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
@view-transition{
	navigation:auto;
}
html {
  font-size: 100%;
  /* 16px default */
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 28px;
  color: #848484;
overflow-x: hidden;
}

/* Heading Styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.5em;
}

/* Paragraphs */
p {
  margin-bottom: 1.25em;
}

/* Links */
a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

ul {
  margin-bottom: 0;
}

.sec-pad {
  padding: 70px 0;
}

.thm-btn {
	display: inline-block;
	vertical-align: middle;
	border: none;
	outline: none;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	background-color: #222;
	padding: 13.5px 36.5px;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm-btn:hover {
	background-color: #fff;
	color: var(--thm-black);
}

.top-social {
  padding-left: 0;
  display: flex;
  gap: 10px;
}

.top-social li {
  list-style: none;
}

.top-social li a {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 14px;
  background-color: rgba(0, 0, 0, .1);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.top-bar {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: var(--thm-black);
}

header .navbar {
  box-shadow: 0px 6px 13px 0px rgb(0 0 0 / 6%);
  padding: 0;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-brand img {
  width: 120px;
}

header .navbar .nav-item, header .navbar .menu-item {
  padding: 45.75px 0;position:relative;
}

header .navbar-nav {
  gap: 25px;
}

header .navbar .nav-item a.nav-link, header .navbar .menu-item a{
  padding: 0;
  font-size: 16px;
  color: var(--thm-black);
	position:relative;
}
header .navbar .menu-item .sub-menu{
/* 	display:none; */
	padding-left:0;
	position: absolute;
    width: 250px;
    background-color: #fff;
    border-top: 2px solid var(--thm-black);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -webkit-transform-origin: top;
    transform-origin: top;
    visibility: hidden;
    opacity: 0;
    z-index: 991;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	    top: 100%;
    left: 0;
    -webkit-transform: perspective(300px) scaleY(0) translateZ(30px);
    transform: perspective(300px) scaleY(0) translateZ(30px);
    visibility: hidden;
    opacity: 0;
}
header .navbar .menu-item .sub-menu li{
	    border-bottom: 1px solid #eee;
	list-style:none;
	    display: block;
    color: var(--thm-black);
    font-size: 14px;
    word-break: break-all;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;position: relative;
}
header .navbar .menu-item:hover .sub-menu{
	    -webkit-transform: perspective(300px) scaleY(1) translateZ(0);
    transform: perspective(300px) scaleY(1) translateZ(0);
    visibility: visible;
    opacity: 1;
}
.ml-auto {
  margin-left: auto;
}

header .dropdown-toggle::after , header .menu-item-has-children a:after{
  content: "\f107";
  font-family: "fontAwesome";
  font-weight: 900;
  margin-left: 10px;
  border: none;
  vertical-align: middle;
  font-size: 13px;
}
header .navbar .menu-item .sub-menu li.menu-item a:after{
	content:'';
position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}
header .navbar .menu-item .sub-menu li:hover{
	    color: #fff;
    background-color: var(--thm-black);
}
header .navbar .menu-item .sub-menu li:hover a{
	color: #fff;
}
header .navbar .menu-item .sub-menu li a{
	display:block;
}
header .search-trigger-btn {
  border: none;
  padding: 46px 0;
  background: transparent;
  padding-left: 40px;
  margin-left: 0;
  font-size: 20px;
  color: var(--thm-black);
}

.banner-carousel .owl-nav {
  margin: 0;
}

.banner-carousel .owl-nav button.owl-prev,
.banner-carousel .owl-nav button.owl-next {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  margin: 0;
}

.banner-carousel .owl-nav button.owl-prev {
  left: 50px;
}

.banner-carousel .owl-nav button.owl-next {
  right: 50px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
  color: var(--thm-black);
}

.banner-carousel .slide-item {
  overflow: hidden;
  height: 600px;
}
.banner-carousel .slide-item img {
  transform: scale(1);
  opacity: 1;
  transition: transform 1s ease, opacity 1s ease; /* Optional: smooth transition */
}

.banner-carousel .active .slide-item img {
  -webkit-animation-name: slideBgImage;
  animation-name: slideBgImage;
  -webkit-animation-duration: 7000ms;
  animation-duration: 6000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-fill-mode: forwards; /* Keeps the final state of the animation */
}


@-webkit-keyframes slideBgImage {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes slideBgImage {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

.about-section {
  padding-top: 100px;
  padding-bottom: 150px;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  background-image: url(../images/banner/event-bg-1-1.webp);
}

.about-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f7fa;
  opacity: 70%;
}

.bg-icon {
  position: absolute;
  bottom: -100px;
  right: 50px;
  z-index: 99;
  -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
  animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

@-webkit-keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.block-title {
  margin-bottom: 20px;
}

.block-title p {
  margin: 0;
  font-size: 17px;
  line-height: 1em;
  font-weight: bold;
  color: var(--thm-base);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.block-title p::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: var(--thm-base);
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.block-title h3 {
	font-weight: bold;
	color: var(--thm-black);
	font-size: 40px;
	margin: 0;
	margin-top: 25px;
}
.about-content p {
  color: var(--thm-black);
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

p.about-two__highlight {
  font-family: var(--font-heading);
  color: #000000;
  font-size: 24px;
  line-height: 33px;
  margin: 0;
  margin-bottom: 15px;
}

.about-two__image {
  margin-top: 50px;
  position: relative;
  left: 100px;
}

.about-two__image::before {
  content: '';
  position: absolute;
  width: 250px;
  height: 250px;
  background-image: url(../images/pattern/about-dot-2.webp);
  background-repeat: no-repeat;
  right: -70px;
  top: -70px;
}

.about-two__image>img {
  box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.3);
  z-index: 10;
  position: relative;
}

.block-title-two {
  margin-bottom: 60px;
  position: relative;
  padding-top: 170px;
}

.block-title-two h3 {
  font-weight: bold;
  color: var(--thm-black);
  font-size: 44px;
  margin: 0;
}

.collection-two__single {
  position: relative;
}

.collection-two__image {
  overflow: hidden;
  position: relative;
height:370px;
}

.collection-two__image>img {
  width: 100%;
  box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.collection-two__content {
  padding-top: 32.5px;
  padding-bottom: 32.5px;
  margin: 0 auto;
  width: calc(100% - 70px);
  background-color: #fff;
  text-align: center;
  margin-top: 15px;
  box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
  -webkit-transition: 500ms;
  transition: 500ms;
}
..collection-two__image a{
	    height: 370px;
	display:block;
}
.collection-two__content h3 {
  color: var(--thm-black);
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  font-weight: bold;
}

.collection-two__content h3 a {
  color: inherit;
  -webkit-transition: 500ms;
  transition: 500ms;
	text-transform:uppercase;
}

.collection-two__content p {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  color: var(--thm-base);
  line-height: 1em;
  margin-top: 20px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.collection-carousel.owl-theme .owl-nav ,.artist-carousel.owl-theme .owl-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}


.collection-carousel.owl-theme .owl-nav, .artist-carousel.owl-theme .owl-nav {
  margin-top: 160px;
}
.collection-section{

    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(245, 247, 250, .8)));
    background-image: linear-gradient(180deg, transparent 0%, rgba(245, 247, 250, .8) 100%);

}
.collection-carousel.owl-theme .owl-nav .owl-prev, .collection-carousel.owl-theme .owl-nav .owl-next, .artist-carousel.owl-theme .owl-nav .owl-prev, .artist-carousel.owl-theme .owl-nav .owl-next{
color: var(--thm-base);font-size: 17px;width: 60px;
    height: 45px;border: 1px solid var(--thm-base);
	opacity: 50%;
}
.collection-carousel.owl-theme .owl-nav [class*=owl-]:hover,.artist-carousel.owl-theme .owl-nav [class*=owl-]:hover{
background-color: transparent;
    opacity: 100%;
}
.cta-one{
  padding-top: 117px;
	padding-bottom: 127px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: var(--thm-black);
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
  background-image: url(../images/banner/cta-bg-1-1.webp); background-attachment: fixed;
}
.mt-120{margin-top: 120px !important;}
.cta-one h3 {
    margin: 0;
    color: #fff;
    font-size: 50px;
    margin-bottom: 20px;
}.cta-one p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
.cta-one__btn-block {
    display: -webkit-box;
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 35px;
}
.cta-one__btn-one {
	border: 2px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	background-color: transparent;
	padding: 11.5px 34.5px;
	margin-right: 15px;
}
.event-section{
  padding-bottom: 150px;
	position: relative;
}
.bg-icon2{
  	position: absolute;
	top: -120px;
	right: 3%;
	-webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
	        animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}
.block-title-two__line{
    width: 2px;
    height: 110px;
    background-color: var(--thm-base);
    position: absolute;
    top: -55px;
    left: calc(50% - 1px);
}.event-two__image {
    position: relative;
}.event-two__image {
    display: inline-block;
    box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.2);
}
.event-two__image::before {
	content: '';
	width: 250px;
	height: 202px;
	background-image: url(../images/pattern/event-2-dot-1.webp);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: -75px;
}
.event-two__image-inner {
    overflow: hidden;
    position: relative;
}.event-two__image-inner>img {
    position: relative;
}


.event-two__single:nth-child(even) .row .event-two__content {
    padding-left: 50px;
}
.event-two__content .block-title {
    margin-bottom: 40px;
}

.event-two__content .block-title h3 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom:25px;
	text-transform:uppercase;
}

.event-two__content>p {
	margin: 0;
	color: #848484;
	font-size: 16px;
	line-height: 28px;
}.event-two__single+.event-two__single {
    margin-top: 70px;
}.event-two__single:nth-child(odd) .row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	        flex-direction: row-reverse;
}.event-two__single:nth-child(odd) .event-two__image::before {
	left: auto;
	right: -75px;
}
.artist-section{
  padding-top: 0;
    padding-bottom: 150px;
    position: relative;
    z-index: 10;
    background-image: none;
    background: #181a1e;
}.site-footer__upper {
    padding-bottom: 0;
    padding-top: 50px;
}.site-footer {
    border-top: 1px solid #f1f1f1;
}
.footer-widget {
	margin-bottom: 30px;
}

.footer-widget__title {
	margin: 0;
	color: #252930;
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 30px;
}
.footer-widget__links-list {
	margin-bottom: 0;
}

.footer-widget__links-list li {
	position: relative;
	padding-left: 20px;
}

.footer-widget__links-list li::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-color: var(--thm-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__links-list li+li {
	margin-top: 5px;
}

.footer-widget__links-list li a {
	color: #848484;
	font-size: 16px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__links-list li:hover::before {
	color: var(--thm-black);
}

.footer-widget__links-list li:hover a {
	color: var(--thm-black);
}
.site-footer__bottom {
	padding-top: 30px;
}.site-footer__bottom p {
    margin: 0;
}.site-footer__bottom-logo {
	-webkit-transform: translateY(-30px);
	        transform: translateY(-30px);
}

.contact-one__box-social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
          justify-content: center;
}

.contact-one__box-social a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	width: 45px;
	height: 45px;
	color: #848484;
	font-size: 14px;
	background-color: rgba(0, 0, 0, .1);
	-webkit-transition: 500ms;
	transition: 500ms;
}

.contact-one__box-social a:hover {
	background-color: var(--thm-base);
	color: #fff;
}


.contact-one__box-social a+a {
	margin-left: 10px;
}
.site-footer__bottom-links {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.site-footer__bottom-links a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer__bottom-links a:hover {
	color: var(--thm-black);
}

.site-footer__bottom-links a+a {
	margin-left: 5px;
}

.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: -webkit-transform 0.7s ease;
	transition: -webkit-transform 0.7s ease;
	transition: transform 0.7s ease;
	transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.search-popup.active {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.search-popup__overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: 0.7;
}

.search-popup__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	
}

.search-form {
	width: 100%;
	padding: 15px;
	width: 600px;
	position: relative;z-index:999
}

.search-form input {
	background-color: transparent;
	border: none;
	outline: none;
	width: 100%;
	height: 60px!important;
	color: var(--thm-black);
	font-size: 18px;
	background-color: white;
	padding-left: 30px;border-radius:0!important;
}

.search-form ::-webkit-input-placeholder {
	opacity: 1;
	color: var(--thm-black);
}

.search-form ::-moz-placeholder {
	opacity: 1;
	color: var(--thm-black);
}

.search-form :-ms-input-placeholder {
	opacity: 1;
	color: var(--thm-black);
}

.search-form ::-ms-input-placeholder {
	opacity: 1;
	color: var(--thm-black);
}

.search-form ::placeholder {
	opacity: 1;
	color: var(--thm-black);
}

.search-form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--thm-black);
}

.search-form input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--thm-black);
}

.search-form input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--thm-black);
}

.search-form input:-moz-placeholder {
	/* Firefox 18- */
	color: var(--thm-black);
}

.search-form input[type="submit"] {
	border: none;
	outline: none;
	    width: auto;
	height: 60px!important;
	line-height: 60px!important;
	color: #fff;
	background-color: var(--thm-black);
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius:0!important;
}

.search-form input[type="submit"]:hover {
	background-color: var(--thm-base);
	color: #fff;
}
.search-popup.active {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.block-title-two p {
    margin: 0;
    font-size: 17px;
    line-height: 1em;
    font-weight: bold;
    color: var(--thm-base);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 30px;
}
.contact-one__box h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: var(--thm-black);
    margin-bottom: 0;
}.contact-one__box p {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    color: #848484;
}.contact-one__box+.contact-one__box {
    margin-top: 40px;
}.contact-one__box p a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}.wpcf7-form-control-wrap {
    position: relative;
}.wpcf7-form textarea, .wpcf7-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    width: 100%;
    border: none;
    height: 60px;
    border: 1px solid #e5e5e5;
    color: #848484;
    outline: none;
    padding-left: 20px;
    margin-bottom: 30px;
}
.wpcf7-form .wpcf7-select {
    height: 60px;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 20px;
    background-color: transparent;    width: 100%;
}
.wpcf7-form .wpcf7-select option {
       font-size: 16px;
    font-weight: 500;
    padding: 9px 20px;
    color: var(--thm-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.wpcf7-form .wpcf7-select option:first-child{
	    padding-top: 10px;
}.wpcf7-form .wpcf7-select option:hover{
	    background: var(--thm-black);
    color: #fff;
}
.wpcf7-form textarea {
    height: 165px;
    padding-top: 15px;
}
.contact-map-one .google-map__contact {
    display: block;
    border: none;
    outline: none;
    width: 100%;
    height: 500px;
    box-shadow: 0px -5px 70px 0px rgba(33, 37, 43, 0.2);
}.contact-map-one {
    padding-top: 110px;
    padding-bottom: 110px;
}.contact-one__box-social {
    margin-top: 12px;
    margin-bottom: 35px;
}
.page-header{
	background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    position: relative;
    padding-top: 200px;
    padding-bottom: 200px;
    background-position: top;
	
}
.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000;
    opacity: 40%;
}
.page-header .container {
    position: relative;
    text-align: center;
}.page-header h1 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
}
.collection-grid {
    padding: 100px 0;
	background-color: #f5f7fa; padding-bottom:50px
}
.collection-grid__single {
    margin-bottom: 50px;
    position: relative;
    cursor: pointer;
}
}.collection-grid__image {
    margin-bottom: 20px !important;
}.collection-grid__image {
    position: relative;
    background-color: var(--thm-black);
    overflow: hidden;
	height:340px
}.collection-grid__image>img {
    width: 100%;
	height:100%;
	object-fit:cover;
    -webkit-transition: opacity 500ms, -webkit-transform 500ms;
    transition: opacity 500ms, -webkit-transform 500ms;
    transition: transform 500ms, opacity 500ms;
    transition: transform 500ms, opacity 500ms, -webkit-transform 500ms;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}.collection-grid__image>a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    color: var(--thm-black);
    line-height: 65px;
    font-size: 30px;
    font-weight: 600px;
    color: var(--thm-black);
    opacity: 0;
}.collection-grid__content h3 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: var(--thm-black);
    margin-bottom: 15px;
    margin-top: 30px;
    font-family: karla;
	text-transform:uppercase;
}
.collection-grid__content h3 a{
	color: #00704a;
    text-transform: uppercase;
}
.collection-grid__single:hover .collection-grid__image>img {
    opacity: 0.5;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.collection-grid__single:hover .collection-grid__image>a {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}
.collection-grid__content p{
    margin: 0;
    color: #222;
    font-size: 16px;
    line-height: 1em;
    text-transform: uppercase;
}
.blog-one{
    padding-top: 50px;
   background-color: #f5f7fa;
    padding-bottom: 50px;
}
.comment-one {
    margin-top: 50px;
    margin-bottom: 50px;
}.comment-one__content h3 {
    margin: 0;
    font-size: 24px;
    color: var(--thm-black);
    font-weight: bold;
    margin-bottom: 5px;
	text-transform:uppercase;
}
.artwork-pic .collection-grid__image, .artwork-pic .collection-two__image{
	height:auto;
}
.artwork-pic .collection-grid__image>img, .artwork-pic .collection-two__image img{
	height:auto;
	object-fit: unset;

}
.page-numbers{
	    width: 40px;
    height: 40px;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
}
.page-numbers.current{
	background:#00704a;
	 border: 1px solid #00704a;
	color:#fff
}.page-numbers.next, .page-numbers.prev{
	width: auto;
    padding: 0 10px;
}
.artwork-details .event-two__image{
	display:block;
}.artwork-details .event-two__single:nth-child(even) .row .event-two__content, .artwork-details .event-two__single:nth-child(odd) .row .event-two__content{
	    padding-left: 0;
margin-bottom:25px
}
figure {
    margin: 0;
}
.single-artwork-artist{
	    padding-top: 50px;
    padding-bottom: 50px;
}
.single-artwork-artist-details{
	    margin-top: 50px;
    margin-bottom: 50px;
	    box-shadow: 20px 20px 50px 20px rgb(33 37 43 / 10%);
    padding: 15px;
}
.single-artwork-artist-details h2{
	    margin: 0;
    color: var(--thm-black);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}
.single-artwork-artist-details h3{
	   margin: 0;
    font-size: 24px;
    color: var(--thm-black);
    font-weight: bold;
    margin-bottom: 5px;
	text-transform:uppercase;
}
.single-artwork-artist-details .artist-info{
	    display: flex;
	width:100%
}
.single-artwork-artist-details .artist-image img {
    width: 80px!important;
	    height: 80px!important;
    border-radius: 50%;
}
.single-artwork-artist-details .artist-info-text{
	    padding-left: 30px;
}
.single-artwork-artist-details .artist-info-text p{
	margin-bottom:10px
}
.faq-one {
    padding-top: 150px;
    padding-bottom: 110px;
}.faq-one .accordion-button{
	    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 30px;
    cursor: pointer;
    padding-right: 30px;
	    font-family: var(--font-body);
     color: #252930;
    font-size: 20px;
    margin: 0;    background: transparent;
	 border-bottom: 1px solid #e5e5e5

}.faq-one .accordion-item {
	    border: 1px solid #e5e5e5;background: transparent;border-bottom:0
}.faq-one .accordion-collapse{
    font-size: 16px;
    line-height: 28px;
    color: #848484;
}
.faq-one .accordion-collapse.show{
	 border-bottom: 1px solid #e5e5e5
}.faq-one .accordion-collapse .accordion-body{
	    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.faq-one .accordion-item+.accordion-item {
    margin-top: 20px;
}
.accordion-item:first-of-type>.accordion-header .accordion-button, .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed, .faq-one .accordion-item{
	border-radius:0!important;
}
.faq-one .accordion-button:focus:not(:focus-visible){
	box-shadow:none!important;
}
#req .comment-one__title{
	margin: 0;
    color: var(--thm-black);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}

span.new {
    position: absolute;
    background: red;
    padding: 4px 30px;
    z-index: 9;
    top: 0;
    right: 0px;
    color: #fff;
    border-radius: 0 0 0 15px;
    -webkit-box-shadow: -11px 12px 7px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -11px 12px 7px -11px rgba(0,0,0,0.75);
    box-shadow: -11px 12px 7px -11px rgba(0, 0, 0, 0.75);
}
.media-row a {
	cursor:default;
}


 body {
      min-height: 2000px; /* for demo scroll */
      font-family: Arial, sans-serif;
    }

    /* Arrow styles */
    .fixed-arrow {
      position: fixed;
      right: 20px;
      bottom: 85px;
      width: 56px;
      height: 56px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background:#00714b;
      color: white;
      border-radius: 50%;
      box-shadow: 0 6px 18px rgba(0,0,0,0.18);
      text-decoration: none;
      z-index: 9999;
      transition: opacity 0.3s ease, transform 0.3s ease;
      opacity: 0;
      pointer-events: none; /* disable click when hidden */
    }

    .fixed-arrow.show {
      opacity: 1;
      pointer-events: auto;
    }

    .fixed-arrow:hover,
    .fixed-arrow:focus {
      transform: translateY(-6px) scale(1.03);
      box-shadow: 0 10px 24px rgba(0,0,0,0.22);
    }

    .fixed-arrow svg {
      width: 22px;
      height: 22px;
    }
