@font-face {
	font-family: 'EditorSerif';
	src: url('assets/fonts/FbJabutinski-ConRegular.otf') format('truetype'),
		url('assets/fonts/FbJabutinski-ConRegular.otf.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'EditorSerif';
	src: url('assets/fonts/FbJabutinski-Bold.otf') format('truetype'),
		url('assets/fonts/FbJabutinski-Bold.otf.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	direction: rtl;
}

body,
html {
	padding: 0;
	margin: 0;
}

body {
	font-family: "EditorSerif", sans-serif;
	font-weight: 400;
	font-style: normal;
}

button {
	border: none;
	padding: 0;
	cursor: pointer;
	font-family: inherit;
	background-color: transparent;
	font-size: inherit;
}

/* TEMPORARY IMAGE, REMOVE AFTER VIDEO IS BEING DELIVERED */
.temp-bg-img {
	background-image: url('assets/images/p1.jpg');
	background-position: center;
	background-size: cover;
}

.logo {
	width: 100px;
}

.gallery_wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.gallery_wrapper img {
	width: 100%;
	height: 300px;
	display: block;
	object-fit: cover;
	border-radius: 5px;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.gallery_wrapper img:hover {
	transform: scale(1.03);
}

.gallery {
	min-height: 300px;
	padding: 15px;
}


.pb90 {
	padding-bottom: 90px;
}

.pt90 {
	padding-top: 90px;
}

.green_bg {
	background-color: #004B3E;
}

.red_bg {
	background-color: #000;
}

.red_text {
	color: #000;
}

.light_yellow_bg {
	background-color: #C7C1A2;
}

.light_yellow_text {
	color: #C7C1A2;
}

.about-the-art-wrapper {
	display: flex;
	gap: 4rem;

	.main-titles {
		padding-block: 1rem;
	}

	.main-title {
		font-size: 80px;
		line-height: 1;
		margin-bottom: 1.75rem;
		text-wrap-mode: nowrap;
	}

	.main-content-wrapper {
		margin-top: 0px;
	}

	.about-the-art {
	display: inline-flex;
    font-size: 37px;
    padding: 49px 25px 17px 98px;
    border-radius: 0;
    margin-bottom: 32px;
    line-height: 1.3;
    width: 100%;
    letter-spacing: 0;
    font-weight: 600;
    color: #fff;
}

	.quote {
		font-size: 24px;
		line-height: 30px;
	}
}

.icons_wrapper {
	position: relative;
	background-color: #000;
}

.icons_wrapper::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url(assets/images/p10.jpg);
	background-size: cover;
	background-position: center;
	opacity: 0.5;
	z-index: 0;
}

.icons_wrapper>* {
	position: relative;
	z-index: 1;
}

.icon_wrapper {
	gap: 30px;
	align-items: flex-start;
	margin-bottom: 46px;
}

.main_video {
	width: 100%;
	overflow: hidden;
	max-height: 95vh;
	margin-top: 97px;
}

.hotelplus {
	margin-top: 30px;
}

.icon svg {
	margin-bottom: 9px;
}

.icon {
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 21px;
}

.icon_wrapper .text {
	padding-top: 12px;
	max-width: 646px;
}

.video-container {
	position: relative;
	top: 0;
	left: 0;
	width: 100vw;
	height: 0;
	z-index: -1;
	pointer-events: none;
	padding-bottom: 57%;
}

footer {
	display: table;
	width: 100%;
	padding: 6px 30px;
}

iframe {
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}

header {
	background: #000;
	width: 100%;
	display: table;
	padding: 6px 30px;
	position: fixed;
	top: 0;
	left: 0;
}

.gotoform {
	border-radius: 0px 6px 6px 0;
	display: flex;
	padding: 20px 23px 20px 20px;
	background-color: #ff7352;
}

.gotoform img {
	width: 16px;
	filter: brightness(0);
}

.gotoform span {
	color: #000;
	font-size: 35px;
	letter-spacing: 0.025rem;
	line-height: 36px;
}

.gotoform img {
	animation: arrow-move 1.5s ease-in-out infinite;
}

@keyframes arrow-move {
	0% {
		transform: translateX(-3px);
	}

	50% {
		transform: translateX(3px);
	}

	100% {
		transform: translateX(-3px);
	}
}

.only_mobile .gotoform {
	position: absolute;
	left: 0;
	top: 0px;
	bottom: 0px;
	width: 55%;
	text-align: center;
	padding: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.only_desktop .gotoform {
	position: fixed;
	bottom: 90px;
	left: 0;
	border-radius: 0px 6px 6px 0;
	display: flex;
	gap: 10px;
	padding: 20px 23px 20px 20px;
	z-index: 60;
	background-color: #ff7352;

	span {
		width: 93px;
	}
}

#hotelPlusIframe {
	position: relative;
	top: unset;
	left: unset;
}

.stage_width {
	max-width: calc(1200px + 4rem);
	padding-inline: 2rem;
}

.margin0auto {
	margin: 0 auto;
}

#main {
	overflow-x: hidden;
}

.hide {
	display: none;
}

h1,
h2,
h3,
a,
p,
ul,
li {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	font-weight: normal;
}

.table> :not(caption)>*>* {
	padding: 0;
}

body {
	font-size: 20px;
	line-height: 30px;
}

p {
	font-size: 24px;
	line-height: 37px;
	max-width: 950px;
}

h1 {
	font-size: 80px;
	line-height: 1;
}

h2 {
	font-size: 40px;
	line-height: 36px;
}

h3 {
	font-size: 24px;
	line-height: 30px;
}

/* h1 {
	font-size: 40px;
	line-height: 36px;
}

h2 {
	font-size: 24px;
	line-height: 30px;
}

h3 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 14px;
} */

.w30 {
	width: 30%;
}

.w50 {
	width: 50%;
}

.w60 {
	width: 60%;
}

.w65 {
	width: 65%;
}

.w70 {
	width: 70%;
}

.w75 {
	width: 75%;
}

.w100 {
	width: 100%;
}

.pointer {
	cursor: pointer;
}

.marginauto {
	margin-left: auto;
	margin-right: auto;
}

.trns {
	transition: all 0.2s;
}

.centered_content {
	text-align: center;
}

.table {
	display: table;
}

.text_wrapper {
	max-width: 800px;
	padding-bottom: 30px;
}

.padding_bottom_120,
.strip.padding_bottom_120 {
	padding-bottom: 120px;
}

.flex {
	display: flex;
}

.flex-row {
	flex-flow: row;
}

.flex-row.mirror {
	flex-flow: row-reverse !important;
}

.flex-column {
	flex-flow: column;
}

.flex-column.mirror {
	flex-flow: column-reverse !important;
}

.grid {
	display: grid;
}

.grid2 {
	grid-template-columns: 1fr 1fr;
}

.grid3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.grid4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid21 {
	grid-template-columns: 2fr 1fr;
}

.mirror.grid21 {
	grid-template-columns: 1fr 2fr;
}

.gap0 {
	gap: 0;
}

.gap10 {
	gap: 10px;
}

.gap20 {
	gap: 20px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.only_mobile {
	display: none;
}

.white_bg {
	background-color: white;
}

.black_bg {
	background-color: black;
}

.grey_bg {
	background-color: #f4f1ec;
}

.white_text {
	color: white;
}

.black_text {
	color: black;
}

.relative {
	position: relative;
}

.h100 {
	height: 100vh;
}

.h50 {
	height: 50vh;
}

.h25 {
	height: 25vh;
}

a.white_border_b {
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 25px;
	margin-top: 30px;
}

a.white_border_b:hover {
	background-color: #fff1;
}

.overlay_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0009;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}

.overlay_content {
	background: #fff;
	text-align: center;
	padding: 35px;
	width: 510px;
	max-width: 90%;
	border-radius: 30px;
}

.overlay_x {
	font-size: 19px;
	margin: 30px auto 0;
	background-color: #f4b407;
	display: table;
	padding: 10px 48px;
	border-radius: 5px;
	cursor: pointer;
}

.top_strip {
	height: 500px;
	overflow: hidden;
}

.top_strip img {
	height: 100%;
	object-fit: cover;
}

/*
.slick-arrow {
	font-size: 0;
	border: none;
	background: #0008;
	width: 30px;
	height: 100px;
	position: absolute;
	z-index: 20;
	top: 35%;
	left: 0;
}

.slick-arrow::after {
	content: "";
	width: 1px;
	height: 30px;
	background: #fff;
	display: table;
	transform: rotate(20deg);
	position: absolute;
	top: 21px;
	left: 13px;
}

.slick-arrow::before {
	content: "";
	width: 1px;
	height: 30px;
	background: #fff;
	display: table;
	transform: rotate(-20deg);
	position: absolute;
	left: 13px;
	bottom: 21px;
}

.slick-next.slick-arrow {
	transform: scaleX(-1);
	right: 0;
	left: auto;
}
*/

.acc_data {
	margin-top: 17px;
	padding-top: 18px;
}

.acc_b {
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	width: 100%;
}

/***********************************************************************************/
/***************************** **** MOBILE *****************************************/
/***********************************************************************************/

@media (max-width: 1023px) {
	.only_mobile .gotoform {
		position: absolute;
		left: 0;
		top: 0px;
		bottom: 0px;
		width: 48%;
		text-align: center;
		padding: 0 26px 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
	}
	.gotoform span {
		font-size: 30px;
		line-height: 29px;
		text-align: right;
	}

	h2 {
		font-size: 9vw;
		line-height: 36px;
	}
	h3 {
		font-size: 21px;
		line-height: 30px;
	}
	.about-the-art-wrapper {
		flex-direction: column;
		gap: 2rem;

		.main-titles {
			padding-block: 2rem 0;

			br {
				display: none;
			}
		}

		.main-title {
			font-size: 56px;
			margin-bottom: 0.5rem;
		}

		.main-content-wrapper {
			margin-top: 0;
		}

		.about-the-art {
			padding: 12px;
			font-size: 20px;
			margin: 0 0 23px;
		}
		

		.quote {
			font-size: 22px;
			line-height: 30px;
		}
	}
}

@media screen and (orientation: portrait) {
	/* Styles for portrait mode here */

	/* TEMPORARY IMAGE, REMOVE AFTER VIDEO IS BEING DELIVERED */
	.temp-bg-img {
		height: 100vw !important;
	}

	body,
	p,
	a,
	li {
		font-size: 17px;
		line-height: 26px;
	}

	.stage_width {
		width: 100%;
	}

	.only_mobile {
		display: block;
	}

	.only_desktop {
		display: none;
	}

	.grid {
		grid-template-columns: 1fr;
	}

	.grid_mobile2 {
		grid-template-columns: 1fr 1fr;
	}

	.gap0 {
		gap: 0;
	}

	.gap10 {
		gap: 2px;
	}

	.gap20 {
		gap: 5px;
	}

	.padding5 {
		padding: 5%;
	}

	.w100_mobile {
		width: 100%;
	}

	.h100_mobile {
		height: 100vh;
	}

	.h50_mobile {
		height: 50vh;
	}

	header {
		position: fixed;
		top: 0;
		z-index: 2;
	}

	header .logo {
		width: 70px;
	}

	.main_video {
		margin-top: 73px;
	}

	h1.light_yellow_bg {
		margin: 0 0 18px;
		width: 100%;
		font-size: 26px;
	}

	h1.light_yellow_bg br {
		display: none;
	}

	.stage_width {
		padding: 0 3%;
	}

	.pt90 {
		padding-top: 60px;
	}

	.pb90 {
		padding-bottom: 60px;
	}

	.icon img {
		width: 49px;
	}

	.icon {
		text-align: center;
		line-height: 18px;
		gap: 10px;
	}

	.gallery_wrapper {
		grid-template-columns: 1fr;
	}

}