/* Glazbena Pandemija — Homepage hero, rooms, services and all homepage sections/sliders. */

.gp-hero {
	position: relative;
	overflow: hidden;
	background: var(--gp-black);
	color: #fff;
}

.gp-hero__media,
.gp-hero__media img,
.gp-hero__overlay {
	position: absolute;
	inset: 0;
}

.gp-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gp-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 50px;
	align-items: end;
	padding: 76px 0 76px;
}

.gp-hero__content {
	max-width: 820px;
}

.gp-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 14px;
	color: var(--gp-yellow);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.gp-eyebrow::before {
	content: "";
	width: 30px;
	height: 2px;
	background: currentColor;
}

.gp-hero__content p:not(.gp-eyebrow) {
	max-width: 650px;
	color: rgba(255, 255, 255, .82);
	font-size: 20px;
}

.gp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.gp-button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 22px;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	font: inherit;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.gp-button:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	transform: translateY(-1px);
}

.gp-button--primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	background: var(--gp-yellow);
	color: #000;
}

.gp-button--ghost {
	border: 1px solid rgba(255, 255, 255, .32);
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.gp-hero__panel {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: var(--gp-radius);
	background: rgba(16, 16, 16, .78);
	box-shadow: var(--gp-shadow);
	backdrop-filter: blur(18px);
}

.gp-hero__panel span {
	display: block;
	margin-bottom: 8px;
	color: var(--gp-yellow);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.gp-hero__panel strong {
	display: block;
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 1.15;
}

.gp-hero__panel ul {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
	color: rgba(255, 255, 255, .82);
}

.gp-hero__panel li {
	position: relative;
	padding-left: 22px;
}

.gp-hero__panel li::before {
	content: "";
	position: absolute;
	top: .72em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--gp-yellow);
}

.gp-section {
	padding: 96px 0;
}

#usluge,
#prostorije {
	scroll-margin-top: 120px;
}

.gp-section--dark {
	background: var(--gp-black);
	color: #fff;
}

.gp-section-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0px;
    margin-bottom: 34px;
    flex-direction: column;
}

.gp-section-heading h2 {
	margin-bottom: 15px;
}

.gp-section-heading > a,
.gp-text-link {
	color: var(--gp-yellow);
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.gp-room-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.gp-room-card {
	overflow: hidden;
	border-radius: var(--gp-radius);
	background: #151515;
}

.gp-room-card a {
	position: relative;
	display: block;
	min-height: 420px;
	color: #fff;
}

.gp-room-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .78;
	transition: transform .45s ease, opacity .45s ease;
}

.gp-room-card a::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, .86) 0%, rgba(0, 0, 0, .18) 70%);
}

.gp-room-card span,
.gp-room-card h3,
.gp-room-card p {
	position: relative;
	z-index: 2;
	margin-left: 22px;
	margin-right: 22px;
}

.gp-room-card span {
	display: inline-flex;
	margin-top: 22px;
	padding: 7px 11px;
	border-radius: 999px;
	background: var(--gp-yellow);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.woocommerce-Price-amount {
	margin: 5px 0px 0px 0px !important;
}

span.woocommerce-Price-currencySymbol {
	padding: 0px !important;
	margin: 0px !important;
}

.gp-room-card h3 {
	padding-top: 250px;
	margin-bottom: 8px;
	font-size: 28px;
}

.gp-room-card p {
	color: rgba(255, 255, 255, .78);
}

.gp-room-card:hover img {
	transform: scale(1.05);
	opacity: .95;
}

.gp-how__grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 54px;
	align-items: start;
}

.gp-how__grid > div:first-child p:not(.gp-eyebrow) {
	max-width: 560px;
	color: var(--gp-muted);
	font-size: 18px;
}

.gp-steps {
	display: grid;
	gap: 14px;
}

.gp-step {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 8px 18px;
	padding: 22px;
	border: 1px solid var(--gp-line);
	border-radius: var(--gp-radius);
	background: #fff;
	color: var(--gp-ink);
	text-decoration: none;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.gp-step:hover {
	border-color: var(--gp-orange);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
	transform: translateY(-2px);
}

.gp-step span {
	grid-row: span 2;
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: var(--gp-black);
	color: var(--gp-yellow);
	font-weight: 900;
	transition: background-color .2s ease, color .2s ease;
}

.gp-step:hover span {
	background: var(--gp-orange);
	color: #fff;
}

.gp-step strong {
	display: block;
	color: var(--gp-ink);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.2;
}

.gp-step p {
	margin: 0;
	color: var(--gp-muted);
}

.gp-equipment {
	padding-top: 0;
}

.gp-equipment__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 42px;
	align-items: center;
}

.gp-equipment__grid img {
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: var(--gp-radius);
	object-fit: cover;
	box-shadow: var(--gp-shadow);
}

.gp-feature-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 24px;
}

.gp-feature-list span {
	padding: 14px 16px;
	border: 1px solid var(--gp-line);
	border-radius: var(--gp-radius);
	background: #fff;
	font-weight: 800;
}

.gp-cta {
	padding: 0 0 90px;
}

.gp-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 34px;
	border-radius: var(--gp-radius);
	background: var(--gp-black);
	color: #fff;
}

.gp-cta__inner h2 {
	margin-bottom: 8px;
}

.gp-cta__inner p:not(.gp-eyebrow) {
	max-width: 680px;
	color: rgba(255, 255, 255, .72);
}

/* ==========================================================
   INFO + IMAGE SLIDER
========================================================== */

.gp-info-slider {
	position: relative;
	padding: 90px 0;
	overflow: hidden;
	color: #fff;
}

.gp-info-slider__grid {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	gap: 70px;
	align-items: center;
}


/* LEFT CONTENT
========================================================== */

.gp-info-slider__content {
	max-width: 650px;
}

.gp-info-slider__content .gp-eyebrow {
	margin-bottom: 10px;
	color: var(--gp-orange);
	font-size: 15px;
}

.gp-info-slider__text {
	max-width: 640px;
}

.gp-info-slider__text p:last-child {
	margin-bottom: 0;
}

.gp-info-slider__text strong {
	color: #fff;
	font-weight: 900;
}


/* SLIDER
========================================================== */

.gp-info-slider__slider {
	position: relative;
	min-width: 0;
}

.gp-info-slider__viewport {
	position: relative;
	overflow: hidden;
	background: #111;
}

.gp-info-slider__track {
	display: flex;
	width: 100%;
	transition: transform .55s cubic-bezier(.22, .61, .36, 1);
	will-change: transform;
}

.gp-info-slider__slide {
	flex: 0 0 100%;
	min-width: 100%;
}

.gp-info-slider__slide img {
	display: block;
	width: 100%;
	height: 385px;
	object-fit: cover;
	border-radius: 9px;
}


/* DARK IMAGE OVERLAY
========================================================== */

.gp-info-slider__viewport::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: rgba(5, 0, 10, .20);
}


/* ARROWS
========================================================== */

.gp-info-slider__arrow {
	position: absolute;
	top: 50%;
	z-index: 5;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 58px;
	height: 80px;
	padding: 0;

	border: 0;
	background: transparent;
	color: #fff;

	cursor: pointer;
	transform: translateY(-50%);

	transition:
		background-color .2s ease,
		opacity .2s ease;
}

.gp-info-slider__arrow:hover {
	background: rgba(0, 0, 0, .25);
}

.gp-info-slider__arrow span {
	display: block;
	margin-top: -7px;
	font-family: Arial, sans-serif;
	font-size: 58px;
	font-weight: 200;
	line-height: 1;
}

.gp-info-slider__arrow--prev {
	left: 0;
}

.gp-info-slider__arrow--next {
	right: 0;
}


/* DOTS
========================================================== */

.gp-info-slider__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 16px;
}

.gp-info-slider__dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .35);
	cursor: pointer;
	transition:
		width .2s ease,
		background-color .2s ease;
}

.gp-info-slider__dots button.is-active {
	width: 24px;
	border-radius: 20px;
	background: var(--gp-orange);
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1024px) {

	.gp-info-slider {
		padding: 72px 0;
	}

	.gp-info-slider__grid {
		gap: 42px;
	}

	.gp-info-slider__slide img {
		height: 480px;
	}

	.gp-info-slider__text p {
		font-size: 17px;
	}

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

	.gp-info-slider {
		padding: 58px 0;
	}

	.gp-info-slider__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.gp-info-slider__content {
		max-width: none;
	}

	.gp-info-slider__content h2 {
		margin-bottom: 22px;
		font-size: 42px;
	}

	.gp-info-slider__text p {
		margin-bottom: 18px;
		font-size: 16px;
		line-height: 1.55;
	}

	.gp-info-slider__slide img {
		height: auto;
		aspect-ratio: 4 / 3;
		object-fit: cover;
	}

	.gp-info-slider__arrow {
		width: 46px;
		height: 64px;
	}

	.gp-info-slider__arrow span {
		font-size: 46px;
	}

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

	.gp-info-slider {
		padding: 48px 0;
	}

	.gp-info-slider__grid {
		gap: 28px;
	}

	.gp-info-slider__content h2 {
		font-size: 38px;
	}

	.gp-info-slider__slide img {
		aspect-ratio: 1 / 1;
	}

}

/* ==========================================================
   O NAMA
========================================================== */

.gp-about {
	padding: 76px 0 84px;
	color: #fff;
}

.gp-about__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 72px;
	align-items: center;
}


/* CONTENT
========================================================== */

.gp-about__content {
	max-width: 690px;
}

.gp-about__content .gp-eyebrow {
	margin-bottom: 8px;
	color: var(--gp-orange);
	font-size: 15px;
}

.gp-about__text p {
	margin: 0 0 20px;
}

.gp-about__text strong {
	font-weight: 900;
}

.gp-about__text em {
	font-style: italic;
}


/* LIST
========================================================== */

.gp-about__text ul {
	margin: 0;
	padding-left: 28px;
}

.gp-about__text li {
	margin-bottom: 4px;
	padding-left: 2px;
	font-weight: 800;
	line-height: 1.45;
}

.gp-about__text li::marker {
	color: #fff;
}


/* BUTTON
========================================================== */

.gp-about__button {
	margin-top: 46px;
	margin-left: auto;
	margin-right: 40px;

	min-height: 50px;
	padding: 0 30px;

	border-radius: 3px;
	background: var(--gp-orange);
	color: #fff;

	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
}

.gp-about__button:hover {
	background: #ff7d1f;
	color: #fff;
}


/* IMAGE
========================================================== */

.gp-about__media {
	width: 100%;
}

.gp-about__media img {
	display: block;
	width: 100%;
	height: 400px;
	border-radius: 8px;
	object-fit: cover;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1024px) {

	.gp-about {
		padding: 68px 0;
	}

	.gp-about__grid {
		gap: 42px;
	}

	.gp-about__content h2 {
		font-size: 58px;
	}

	.gp-about__text {
		font-size: 17px;
	}

	.gp-about__media img {
		height: 430px;
	}

	.gp-about__button {
		margin-right: 0;
	}

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

	.gp-about {
		padding: 54px 0 60px;
	}

	.gp-about__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.gp-about__content {
		max-width: none;
	}

	.gp-about__content h2 {
		margin-bottom: 22px;
		font-size: 48px;
	}

	.gp-about__text {
		font-size: 16px;
	}

	.gp-about__text ul {
		padding-left: 24px;
	}

	.gp-about__button {
		margin-top: 30px;
		margin-left: 0;
		margin-right: 0;
	}

	.gp-about__media img {
		height: auto;
		aspect-ratio: 4 / 3;
	}

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

	.gp-about {
		padding: 48px 0 52px;
	}

	.gp-about__content h2 {
		font-size: 42px;
	}

	.gp-about__grid {
		gap: 28px;
	}

	.gp-about__button {
		width: 100%;
	}

	.gp-about__media img {
		aspect-ratio: 1 / 1;
	}

}

/* ==========================================================
   BLOG I NOVOSTI
========================================================== */

.gp-blog {
	padding: 78px 0 92px;
	color: #fff;
}


/* Heading
========================================================== */

.gp-blog__heading {
	margin-bottom: 42px;
}

.gp-blog__heading .gp-eyebrow {
	margin-bottom: 6px;
	color: var(--gp-orange);
	font-size: 15px;
}

.gp-blog__intro strong {
	font-weight: 900;
}


/* Grid
========================================================== */

.gp-blog__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}


/* Card
========================================================== */

.gp-blog-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;

	border-radius: 30px;
	background: #36005c;
	color: #fff;
}


/* Image
========================================================== */

.gp-blog-card__image-link {
	display: block;
	overflow: hidden;
}

.gp-blog-card__image {
	display: block;
	width: 100%;
	height: 305px;
	object-fit: cover;
	transition: transform .5s ease;
}

.gp-blog-card:hover .gp-blog-card__image {
	transform: scale(1.04);
}


/* Content
========================================================== */

.gp-blog-card__content {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 20px 26px 24px;
}

.gp-blog-card__content h3 {
	margin: 0 0 12px;
	color: var(--gp-orange);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
}

.gp-blog-card__content h3 a {
	color: inherit;
	text-decoration: none;
}

.gp-blog-card__date {
	display: block;
	margin-bottom: 14px;
	color: rgba(255, 255, 255, .92);
	font-size: 14px;
	line-height: 1.3;
}

.gp-blog-card__excerpt {
	color: rgba(255, 255, 255, .94);
	font-size: 14px;
	line-height: 1.45;
}

.gp-blog-card__excerpt p {
	margin: 0;
}

.gp-blog-card__more {
	display: inline-flex;
	align-items: center;
	margin-top: auto;
	padding-top: 24px;

	color: #951fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.gp-blog-card__more:hover {
	color: var(--gp-orange);
}


/* Footer button
========================================================== */

.gp-blog__footer {
	display: flex;
	justify-content: flex-end;
	margin-top: 18px;
}

.gp-blog__all {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-height: 50px;
	padding: 0 30px;

	border-radius: 3px;
	background: var(--gp-orange);
	color: #fff;

	font-size: 16px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;

	transition:
		background-color .2s ease,
		transform .2s ease;
}

.gp-blog__all:hover {
	background: #ff7d1f;
	color: #fff;
	transform: translateY(-1px);
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1024px) {

	.gp-blog {
		padding: 68px 0 78px;
	}

	.gp-blog__grid {
		gap: 20px;
	}

	.gp-blog-card__image {
		height: 250px;
	}

	.gp-blog-card__content {
		padding: 20px;
	}

	.gp-blog-card__content h3 {
		font-size: 22px;
	}

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

	.gp-blog {
		padding: 54px 0 62px;
	}

	.gp-blog__heading {
		margin-bottom: 30px;
	}

	.gp-blog__heading h2 {
		font-size: 48px;
	}

	.gp-blog__intro {
		font-size: 16px;
	}

	.gp-blog__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.gp-blog-card {
		border-radius: 22px;
	}

	.gp-blog-card__image {
		height: auto;
		aspect-ratio: 16 / 10;
	}

	.gp-blog-card__content {
		padding: 20px 22px 22px;
	}

	.gp-blog-card__content h3 {
		font-size: 24px;
	}

	.gp-blog__footer {
		justify-content: stretch;
		margin-top: 24px;
	}

	.gp-blog__all {
		width: 100%;
	}

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

	.gp-blog__heading h2 {
		font-size: 42px;
	}

	.gp-blog-card__content h3 {
		font-size: 22px;
	}

}

/* ==========================================================
   FULL WIDTH GALLERY SLIDER
========================================================== */

.gp-gallery-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.gp-gallery-slider__viewport {
	width: 100%;
	overflow: hidden;
}

.gp-gallery-slider__track {
	display: flex;
	width: 100%;
	transition: transform .45s cubic-bezier(.22, .61, .36, 1);
	will-change: transform;
}

.gp-gallery-slider__slide {
	flex: 0 0 20%;
	min-width: 0;
	overflow: hidden;
}

.gp-gallery-slider__slide img {
	display: block;
	width: 100%;
	height: 285px;
	object-fit: cover;
	transition: transform .45s ease;
}

.gp-gallery-slider__slide:hover img {
	transform: scale(1.025);
}


/* ARROWS
========================================================== */

.gp-gallery-slider__arrow {
	position: absolute;
	top: 50%;
	z-index: 5;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 52px;
	height: 70px;
	padding: 0;

	border: 0;
	background: rgba(0, 0, 0, .28);
	color: #fff;

	font-family: Arial, sans-serif;
	font-size: 52px;
	font-weight: 300;
	line-height: 1;

	cursor: pointer;

	transform: translateY(-50%);
	transition:
		background-color .2s ease,
		opacity .2s ease;
}

.gp-gallery-slider__arrow:hover {
	background: rgba(0, 0, 0, .55);
}

.gp-gallery-slider__arrow--prev {
	left: 0;
}

.gp-gallery-slider__arrow--next {
	right: 0;
}


/* ==========================================================
   LARGE DESKTOP
========================================================== */

@media (min-width: 1440px) {

	.gp-gallery-slider__slide img {
		height: 300px;
	}

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1024px) {

	.gp-gallery-slider {
		padding: 48px 0;
	}

	.gp-gallery-slider__slide {
		flex: 0 0 33.3333%;
	}

	.gp-gallery-slider__slide img {
		height: 280px;
	}

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

	.gp-gallery-slider {
		padding: 38px 0;
	}

	.gp-gallery-slider__slide {
		flex: 0 0 76%;
	}

	.gp-gallery-slider__slide img {
		height: 290px;
	}

	.gp-gallery-slider__arrow {
		width: 42px;
		height: 58px;
		font-size: 42px;
	}

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

	.gp-gallery-slider__slide {
		flex-basis: 82%;
	}

	.gp-gallery-slider__slide img {
		height: 260px;
	}

}

/* ==========================================================
   BOOKING CTA
========================================================== */

.gp-booking-cta {
	padding: 72px 0;
	background: #08000d;
	color: #fff;
}

.gp-booking-cta__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	gap: 54px;
	align-items: center;

	padding: 72px 44px;

	overflow: hidden;

	border-radius: 58px;

	background:#31124D;
}


/* ==========================================================
   CONTENT
========================================================== */

.gp-booking-cta__content {
	position: relative;
	z-index: 2;
	max-width: 620px;
}

.gp-booking-cta__eyebrow {
	margin: 0 0 10px;

	color: var(--gp-orange);

	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;

	text-transform: uppercase;
}

.gp-booking-cta__text p {
	margin: 0 0 20px;
}

.gp-booking-cta__text p:last-child {
	margin-bottom: 0;
}

.gp-booking-cta__text strong {
	color: #fff;
	font-weight: 900;
}

.gp-booking-cta__text p:last-child strong {
	color: #7c00ff;
}


/* ==========================================================
   BUTTON
========================================================== */

.gp-booking-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-height: 56px;
	margin-top: 38px;
	padding: 0 30px;

	border-radius: 3px;

	background: var(--gp-orange);
	color: #fff;

	font-size: 18px;
	font-weight: 900;
	line-height: 1;

	transition:
		background-color .2s ease,
		transform .2s ease;
}

.gp-booking-cta__button:hover {
	background: #ff7d1f;
	color: #fff;
	transform: translateY(-2px);
}


/* ==========================================================
   IMAGE
========================================================== */

.gp-booking-cta__media {
	position: relative;
	z-index: 1;

	display: flex;
	align-items: center;
	justify-content: center;

	min-width: 0;
}

.gp-booking-cta__media img {
	display: block;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	width: 100%;
	max-width: 650px;

	height: auto;

	transform: rotate(-5deg);

	filter: drop-shadow(0 24px 30px rgba(0, 0, 0, .28));
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1024px) {

	.gp-booking-cta {
		padding: 58px 0;
	}

	.gp-booking-cta__inner {
		gap: 34px;
		padding: 58px 36px;
		border-radius: 42px;
	}

	.gp-booking-cta__content h2 {
		font-size: 50px;
	}

	.gp-booking-cta__text {
		font-size: 17px;
	}

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

	.gp-booking-cta {
		padding: 44px 0;
	}

	.gp-booking-cta__inner {
		grid-template-columns: 1fr;
		gap: 38px;

		padding: 42px 24px;

		border-radius: 30px;
	}

	.gp-booking-cta__content {
		max-width: none;
	}

	.gp-booking-cta__content h2 {
		margin-bottom: 24px;
		font-size: 42px;
	}

	.gp-booking-cta__text {
		font-size: 16px;
	}

	.gp-booking-cta__button {
		width: 100%;
		margin-top: 28px;
	}

	.gp-booking-cta__media {
		order: 2;
	}

	.gp-booking-cta__media img {
		max-width: 100%;
		transform: rotate(-3deg);
	}

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

	.gp-booking-cta {
		padding: 36px 0;
	}

	.gp-booking-cta__inner {
		padding: 34px 20px;
		border-radius: 26px;
	}

	.gp-booking-cta__content h2 {
		font-size: 38px;
	}

}
