.offer-popup.popup-overlay {
	display: none;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	inset: 0;
	z-index: 9;
}
.offer-popup .popup {
	position: relative;
	width: 90%;
	max-width: 920px;
	max-height: 100%;
	border-radius: 0px;
	animation: popupFadeIn 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
@keyframes popupFadeIn {
	from {
		opacity: 0;
		transform: scale(0.95);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
.offer-popup .popup .closeBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	background-color: #F9F4EF;
	border-radius: 100%;
	position: absolute;
    top: 32px;
    right: 32px;
    z-index: 3;
	transition: .8s cubic-bezier(.3, 1, .3, 1);
}
.offer-popup .popup .closeBtn:hover {
	background-color: #F9E6C1;
}
.offer-popup .popup .content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	max-width: 714px;
	height: 100%;
	padding: 32px 32px;
	background: linear-gradient(90deg, #E9363B 0%, rgba(233, 54, 59, 0.43) 83.65%, rgba(255, 143, 146, 0.00) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.offer-popup .popup .content .innerbox {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	width: 100%;
	max-width: 470px;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.offer-popup .popup .content .innerbox::-webkit-scrollbar {	
	width: 4px;
	height: 4px;
}
.offer-popup .popup .content .innerbox::-webkit-scrollbar-track {
	background: rgb(249 206 138 / 40%);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.offer-popup .popup .content .innerbox::-webkit-scrollbar-thumb {
	min-height: 40px;
	background: #F6B754;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.offer-popup .popup .content h1 {
	margin: 0 0 48px 0;
	font-family: 'Corben';
	font-size: 1.875rem;
	color: #F9E6C1;
	font-weight: 700;
	line-height: 2.125rem;
	text-transform: none;
}
.offer-popup .popup .content h1 br {
	display: block;
}
.offer-popup .popup .content p {
	margin: 0 0 24px 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: 300;
	line-height: 1.625rem;
}
.offer-popup .popup .content p strong {
	font-weight: 400;
}
.offer-popup .popup .content p:last-child {
	margin-bottom: 1px;
}
.offer-popup .popup .content p a {
	color: #ffffff;
	text-decoration: underline;
	transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.offer-popup .popup .content p a:hover {
	color: #F9E6C1;
	text-decoration: underline;
}
.offer-popup .popup .content .bookNowBtn {
	display: block;
	margin: auto 0 24px 0;
	padding: 13px 27px;
	border: 0;
	background-color: #F9E6C1;
	border-radius: 32px;
	font-size: 1.0625rem;
	color: #E3040A;
	font-weight: 700;
	line-height: 1.1875rem;
	text-transform: uppercase;
	text-decoration: none;
	transition: .8s cubic-bezier(.3, 1, .3, 1);
}
.offer-popup .popup .content .bookNowBtn:last-child {
	margin-bottom: 0;
}
.offer-popup .popup .content .bookNowBtn:hover {
	background-color: #E3040A;
	color: #ffffff;
}
.offer-popup .popup .image {
	display: block;
	height: 100%;
	position: relative;
	z-index: 1;
}
.offer-popup .popup .image picture,
.offer-popup .popup .image picture img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.offer-popup .popup .image video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
}



/* #iPad Pro - Large Screens beyond 1024px
================================================== */
@media only screen and (min-width: 959px) and (max-width: 1180px) {

.offer-popup .popup .closeBtn 						{ min-width: 30px; width: 30px; height: 30px; padding: 9px; top: 20px; right: 20px; }
.offer-popup .popup .content 						{ padding: 32px 32px; }
.offer-popup .popup .content h1 					{ margin: 0 0 30px 0; font-size: 1.5rem; line-height: 1.75rem; }
.offer-popup .popup .content h1 br 					{ display: block; }
.offer-popup .popup .content p 						{ margin: 0 0 24px 0; font-size: 1.25rem; line-height: 1.4375rem; }
.offer-popup .popup .content .bookNowBtn 			{ margin: auto 0 24px 0; padding: 10px 20px; font-size: 1rem; line-height: 1.125rem; }

}



/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

.offer-popup .popup .closeBtn 						{ min-width: 30px; width: 30px; height: 30px; padding: 9px; top: 15px; right: 15px; }
.offer-popup .popup .content 						{ padding: 32px 32px; }
.offer-popup .popup .content h1 					{ margin: 0 0 30px 0; font-size: 1.5rem; line-height: 1.75rem; }
.offer-popup .popup .content h1 br 					{ display: block; }
.offer-popup .popup .content p 						{ margin: 0 0 24px 0; font-size: 1.25rem; line-height: 1.4375rem; }
.offer-popup .popup .content .bookNowBtn 			{ margin: auto 0 24px 0; padding: 10px 20px; font-size: 1rem; line-height: 1.125rem; }

}



/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

.offer-popup .popup .closeBtn 						{ min-width: 30px; width: 30px; height: 30px; padding: 9px; top: 10px; right: 10px; }
.offer-popup .popup .content 						{ padding: 15px 15px; }
.offer-popup .popup .content h1 					{ margin: 0 0 20px 0; font-size: 1.25rem; line-height: 1.5rem; }
.offer-popup .popup .content h1 br 					{ display: block; }
.offer-popup .popup .content p 						{ margin: 0 0 20px 0; font-size: 1.0625rem; line-height: 1.25rem; }
.offer-popup .popup .content .bookNowBtn 			{ margin: auto 0 20px 0; padding: 10px 20px; font-size: 1rem; line-height: 1.125rem; }

}
