:root {
	--thm-font: "Karla", sans-serif;
	--heading-font: "Playfair Display", serif;
	--special-font: "Work Sans", sans-serif;
	--thm-base: #aaa081;
	--thm-base-rgb: 170, 160, 129;
	--thm-black: #252930;
	--thm-black-rgb: 37, 41, 48;
}

body {
	font-family: var(--thm-font);
	font-size: 16px;
	line-height: 28px;
	color: #151515;
}

[dir=rtl] .thm__owl-carousel {
	direction: ltr;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--heading-font);
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}

h6 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 800;
}


.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.thm-btn {
	display: inline-block;
	vertical-align: middle;
	border: none;
	outline: none;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	background-color: var(--thm-base);
	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);
}

table {
	border-collapse: collapse;
    width: 100%;
    margin: 1.5em 0;
    max-width: 100%;
    table-layout: auto;
    overflow-x: auto;
    display: block;
}

@media (max-width: 767px) {
	.blog-details__main table {
		display: block;
		overflow: visible;
	}

	.blog-details__main table tr,
	.blog-details__main table td {
		display: block;
		width: 100% !important;
		max-width: 100%;
	}

	.blog-details__main table td {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 14px;
	}

	.blog-details__main table .img-cell img {
		width: 100%;
		height: auto !important;
		display: block;
	}

	.blog-details__main table td.comment {
		text-align: left;
		margin-top: 6px !important;
	}
}
/*-------------------------------------------------------------- 
# Blog
--------------------------------------------------------------*/

.blog-one {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media (max-width: 991px) {
	.blog-one {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (max-width: 575px) {
	.blog-one {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

/* blog details */

.blog-details__image {
	margin-bottom: 40px;
}
.comment{
	font-style: italic;
      font-size: 15px;
      margin-top: 12px !important;
      margin-left: auto;
      margin-right: auto;
	  text-align: center;
}

.artwork-grid > [class*="col-"] {
	display: flex;
}

.artwork-grid .img-cell {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
	height: 100%;
}

.artwork-grid .img-cell img {
	width: auto;
	max-width: 100%;
	height: 320px;
	object-fit: contain;
	object-position: center;
	align-self: center;
	display: block;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.artwork-grid .img-cell .comment {
	margin-top: 0 !important;
	text-align: left;
	line-height: 1.6;
}

@media (max-width: 767px) {
	.artwork-grid {
		row-gap: 18px !important;
	}

	.artwork-grid .img-cell {
		gap: 8px;
	}

	.artwork-grid .img-cell img {
		height: 240px;
		max-width: 90%;
	}

	.artwork-grid .img-cell .comment {
		font-size: 14px;
		line-height: 1.55;
	}
}

.blog-details__main h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 44px;
	line-height: 55px;
	font-weight: bold;
}

.blog-details__main p {
	margin: 0;
	color: #151515;
	font-size: 16px;
	line-height: 28px;
	font-family: var(--heading-font);
}

.blog-details__main td {
	margin: 0;
	color: #151515;
	font-size: 16px;
	line-height: 28px;
	font-family: var(--heading-font);
}

.blog-details__main h4 {
	margin: 0;
	color: #252930;
	font-size: 24px;
	font-weight: bold;
}

@media (max-width: 767px) {
	.blog-details__main h3 {
		font-size: 32px;
		line-height: 42px;
	}

	.blog-details__main h4 {
		font-size: 22px;
	}

	.blog-details__main h6 {
		font-size: 15px;
		line-height: 22px;
	}
}

@media (max-width: 575px) {
	.blog-details__main h3 {
		font-size: 28px;
		line-height: 38px;
	}

	.blog-details__main h4 {
		font-size: 20px;
	}
}

.swiper {
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.swiper-wrapper {
	transition-timing-function: linear !important;
}
  
  .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2em;
	width: auto !important;
	overflow: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	will-change: transform;
	/* background: #f2f2f2;
	border: 1px solid #ccc; */
  }

  .swiper-slide img {
	height: 100%;
	width: auto;
	display: block;
	object-fit: contain;
	backface-visibility: hidden;
	transform: translateZ(0);
	will-change: transform;
	box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  }

@media (max-width: 767px) {
	.swiper {
		height: 320px;
	}
}

@media (max-width: 575px) {
	.swiper {
		height: 260px;
	}
}

/* Magnific Popup - click to zoom */
.zoom-img {
	cursor: zoom-in;
	display: block;
	text-align: center;
}

.mfp-img {
	max-height: 90vh !important;
}

.mfp-figure figure {
	background: #000;
}

.mfp-close {
	font-size: 40px !important;
	color: #fff !important;
	opacity: 0.9 !important;
}

.mfp-arrow {
	opacity: 0.8 !important;
}