/*---------------------- Offers Page -----------------------*/
#offersPageSec {
	position: relative;
	padding-top: 64px;
	padding-bottom: 128px;
	background-color: #fff;
	overflow: hidden;
}

#offersPageSec .contentBox {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	width: 100%;
	margin-bottom: 96px;
	z-index: 1;
}

#offersPageSec .contentBox .titleBox {
	width: 45%;
}

#offersPageSec .contentBox .titleBox .h2 {
	display: block;
	margin: 0;
	font-size: 3.1875rem;
	color: #52d7fa;
	font-weight: 300;
	line-height: 3.6875rem;
}

#offersPageSec .contentBox .titleBox .h2 strong {
	color: #204f86;
	font-weight: 700;
	font-style: italic;
}

#offersPageSec .contentBox .content {
	width: 45%;
}

#offersPageSec .contentBox .content p {
	width: 72%;
	margin: 0 0 16px 0;
	font-size: 1.125rem;
	color: #6d6d6d;
	font-weight: 400;
	line-height: 1.5rem;
}

#offersPageSec .contentBox .content p:last-child {
	margin-bottom: 0;
}

#offersPageSec article.recommended .moreDiscover {
	border-color: #204f86;
	color: #204f86;
	text-decoration: none;
}

#offersPageSec .contentBox .content .raedMore {
	display: inline-block;
	margin: 24px 0 0 0;
	padding: 10px 23px;
	border: 1px solid #b0b0b0;
	background-color: transparent;
	border-radius: 4px;
	font-family: "GT Walsheim Trial";
	font-size: 0.75rem;
	color: #6d6d6d;
	font-weight: 500;
	line-height: 1rem;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#offersPageSec .contentBox .content .raedMore:hover {
	border-color: #204f86;
	background-color: #204f86;
	color: #fff;
}

#offersPageSec .hotelsOfferBox {
	position: relative;
	width: 100%;
}

#offersPageSec .hotelsOfferBox .filterBox {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 32px;
	margin-bottom: 32px;
}

#offersPageSec .hotelsOfferBox .filterBox .zoneBox {
	display: flex;
	align-items: center;
	gap: 15px;
}

#offersPageSec .hotelsOfferBox .filterBox .zoneBox label {
	margin: 0;
	font-size: 1rem;
	color: #6d6d6d;
	font-weight: 700;
	line-height: 1.5rem;
	text-transform: uppercase;
}

#offersPageSec .hotelsOfferBox .filterBox .zoneBox .zoneMenu {
	position: relative;
	z-index: 2;
}

#offersPageSec .hotelsOfferBox .filterBox .zoneBox .zoneMenu>a {
	display: block;
	width: 206px;
	padding: 8px 15px;
	padding-right: 38px;
	background-color: #e5edf9;
	border-radius: 8px;
	font-size: 0.75rem;
	color: #204f86;
	font-weight: 700;
	line-height: 1rem;
	text-transform: uppercase;
	transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#offersPageSec .hotelsOfferBox .filterBox .zoneBox .zoneMenu>a::after {
	content: "";
	width: 24px;
	height: 24px;
	background-color: #e5edf9;
	background-image: url("../../images//select-menu-icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 4px;
	position: absolute;
	top: 4px;
	right: 5px;
	transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#offersPageSec .hotelsOfferBox .filterBox .zoneBox .zoneMenu>a:hover::after {
	background-color: #204f86;
	background-image: url(../../images//white-arrow.svg);
}

#offersPageSec .hotelsOfferBox .filterBox .zoneBox .zoneMenu a.open+ul {
	transform: translateY(0em);
	opacity: 1;
	visibility: visible;
}

#offersPageSec .hotelsOfferBox .filterBox .zoneBox .zoneMenu ul {
	width: 100%;
	min-width: 100px;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 8px 8px;
	background-color: #ffffff;
	box-shadow: 0 0 15px 0 rgb(41 51 88 / 10%);
	border-radius: 5px;
	position: absolute;
	top: 100%;
	right: 0;
	transform: translateY(0.5em);
	opacity: 0;
	visibility: hidden;
	transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#offersPageSec .hotelsOfferBox .filterBox .zoneBox .zoneMenu ul li {
	display: block;
	font-size: 1rem;
	color: #6d6d6d;
	font-weight: 400;
	line-height: 1.5rem;
	text-transform: uppercase;
}

#offersPageSec .hotelsOfferBox .filterBox .zoneBox .zoneMenu ul li a {
	display: block;
	padding: 4px 8px;
	background-color: transparent;
	border-radius: 4px;
	color: #6d6d6d;
	font-weight: 400;
	text-decoration: none;
	transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#offersPageSec .hotelsOfferBox .filterBox .zoneBox .zoneMenu ul li a:hover {
	background-color: #e5edf9;
	color: #204f86;
}

#offersPageSec .hotelsOfferBox .filterBox .zoneBox .zoneMenu ul li.current>a {
	pointer-events: none;
	background-color: transparent;
	color: #204f86;
	font-weight: 700;
}

#offersPageSec .hotelsOfferBox .hotels-offer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

#offersPageSec .hotelsOfferBox .hotels-offer .item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	width: calc(33% - 23px);
	height: calc(26% - 23px);
	box-shadow: 0 0 15px 0px rgb(0 0 0 / 8%);
	border-radius: 8px;
	transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	overflow: hidden;
}

#offersPageSec .hotelsOfferBox .hotels-offer .item .image {
	position: relative;
	overflow: hidden;
	height: 400px;
}

#offersPageSec .hotelsOfferBox .hotels-offer .item .image ul.badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: absolute;
	top: 15px;
	right: 15px;
	left: 15px;
	z-index: 1;
}

#offersPageSec .hotelsOfferBox .hotels-offer .item .image ul.badges li {
	display: flex;
	gap: 8px;
	background: #2662a3;
	padding: 4px 10px;
	border-radius: 4px;
	font-family: "GT Walsheim Trial";
	font-size: 0.75rem;
	color: #ffffff;
	font-weight: 700;
	line-height: 1rem;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

#offersPageSec .hotelsOfferBox .hotels-offer .item:hover .image ul.badges li img {
	transform: scale(1);
}

#offersPageSec .hotelsOfferBox .hotels-offer .item .image img {
	width: 100%;
	transform: scale(1);
	transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

#offersPageSec .hotelsOfferBox .hotels-offer .item:hover .image img {
	transform: scale(1.1);
}

#offersPageSec .hotelsOfferBox .hotels-offer .item .info {
	position: relative;
	margin-top: -8px;
	padding: 24px 24px;
	background-color: #ffffff;
	border-radius: 8px;
	height: 100%;
}

#offersPageSec .hotelsOfferBox .hotels-offer .item .info h3.h3 {
	display: block;
	margin: 0 0 16px 0;
	font-size: 1.3125rem;
	color: #204f86;
	font-weight: 700;
	line-height: 2rem;
}

#offersPageSec .hotelsOfferBox .hotels-offer .item .info p {
	display: block;
	margin: 0;
	font-size: 1rem;
	color: #6d6d6d;
	font-weight: 400;
	line-height: 1.5rem;
}

#offersPageSec .hotelsOfferBox .hotels-offer .item .info .buttons {
	display: flex;
	gap: 10px;
	margin: 24px 0 0 0;
}

#offersPageSec .hotelsOfferBox .hotels-offer .item .info .button {
	border-color: #52d7fa;
	background-color: #52d7fa;
	color: #204f86;
}

#offersPageSec .hotelsOfferBox .hotels-offer .item .info .button:hover {
	border-color: #204f86;
	background-color: #204f86;
	color: #52d7fa;
}

#offersPageSec .hotelsOfferBox .hotels-offer .item .info .button+.button {
	border-color: #b0b0b0;
	background-color: transparent;
	color: #6d6d6d;
}

#offersPageSec .hotelsOfferBox .hotels-offer .item .info .button+.button:hover {
	border-color: #204f86;
	color: #204f86;
}

#offersPageSec .hotelsOfferBox .hotels-offer .item.recommended .info {
	background-color: #52d7fa;
}

#offersPageSec .hotelsOfferBox .hotels-offer .item.recommended .info h3.h3 {
	color: #fff;
}

#offersPageSec .hotelsOfferBox .hotels-offer .item.recommended .info p {
	color: #fff;
}

#offersPageSec .hotelsOfferBox .hotels-offer .item.recommended .info .button {
	border-color: #204f86;
	background-color: #204f86;
	color: #52d7fa;
}

#offersPageSec .hotelsOfferBox .hotels-offer .info p a {
	color: #204f86;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

#offersPageSec .hotelsOfferBox .hotels-offer .info p a:hover {
	color: #ffffff;
	text-decoration-color: #ffffff;
}

#offersPageSec .hotelsOfferBox .hotels-offer .item.recommended .info .button:hover {
	border-color: #fff;
	background-color: #fff;
	color: #204f86;
}

#offersPageSec .hotelsOfferBox .hotels-offer .item.recommended .info .button+.button {
	border-color: #204f86;
	background-color: transparent;
	color: #204f86;
}

#offersPageSec .hotelsOfferBox .hotels-offer .item.recommended .info .button+.button:hover {
	border-color: #fff;
	color: #fff;
}


/* #Additional - Large Screens beyond 1366px
================================================== */
@media only screen and (min-width: 1180px) and (max-width: 1366px) {

/*----------------- Offers Page ------------------*/
#offersPageSec .hotelsOfferBox .hotels-offer .item .info 		{ padding: 20px 20px; }
#offersPageSec .hotelsOfferBox .hotels-offer .item .info .button { padding: 10px 16px; }
#offersPageSec .contentBox .content p 		{ width: 94%; }

}



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

#offersPageSec 													{ padding-bottom: 90px; }
#offersPageSec .contentBox 										{ gap: 30px; margin-bottom: 64px; }
#offersPageSec .contentBox .titleBox .h2						{ font-size: 2.5rem; line-height: 3.125rem; }
#offersPageSec .contentBox .content p 							{ width: 100%; font-size: 1rem; }
#offersPageSec .hotelsOfferBox .hotels-offer .item 				{ width: calc(33% - 23px); }

}

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


#offersPageSec 													{ padding-bottom: 85px; }
#offersPageSec .contentBox 										{ gap: 30px; margin-bottom: 64px; }
#offersPageSec .contentBox .titleBox .h2						{ font-size: 2.375rem; line-height: 2.75rem; }
#offersPageSec .contentBox .content p 							{ width: 100%; font-size: 1rem; }
#offersPageSec .hotelsOfferBox .hotels-offer .item 				{ width: calc(50% - 23px); }

}


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

#offersPageSec								{ padding-bottom: 64px; }
#offersPageSec .contentBox 					{ margin-bottom: 64px; flex-direction: column; }
#offersPageSec .contentBox .titleBox 		{ width: 100%; }
#offersPageSec .contentBox .titleBox .h2	{ font-size: 2.375rem; line-height: 2.75rem; }
#offersPageSec .contentBox .content 		{ width: 100%; }
#offersPageSec .contentBox .content p		{ width: 100%; font-size: 1rem; line-height: 1.5rem; }
#offersPageSec .hotelsOfferBox .hotels-offer .item { width: 100%; }

}
