/* Heading */
.heading-tour-type {
	padding-top: 100px;
	width: 100%;
	display: flex;
	align-items: flex-end;
	padding-bottom: 140px;
	position: relative;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.heading-tour-type .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.heading-tour-type .content .container.title-container {
	max-width: 840px;
	width: 100%;
	margin: 0 auto 0 0;
}

.heading-tour-type .content .container.image-container {
	max-width: 100%;
	width: 50%;
	margin: 0 0 0 auto;
}
	

.heading-tour-type .content .container.image-container .img-wrap {
	position: relative;
	padding-right: 100%;
	padding-block: 33%;
	display: block;
}

.heading-tour-type .content .container.image-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 32px;
	box-shadow: 0 24px 56px 0 rgba(0, 0, 0, 0.16);
	border: solid 4px #fff;
}

.heading-tour-type .content .container.title-container {
	padding-right: 80px;
}

.heading-tour-type .content .container.title-container {
	max-width:  100%;
	width: 50%;
	margin: 0 auto 0 0;
}

.heading-tour-type .content .container h1 {
	font-size: 50px;
	font-weight: bold;
	line-height: 1.25;
	color: var(--darkRed);
	margin: 0 0 40px 0;
	width: 100%;
}

.heading-tour-type .content .container.title-container h2 {
	font-weight: bold;
	color: var(--darkRed);
	font-size: 28px;
	margin-top: 0;
}

.heading-tour-type .content .container p {
	width: 100%;
	font-size: 20px;
	font-weight: 500;
}

.heading-tour-type .content .container .btn-container {
	margin-top: 40px;
}

.heading-tour-type .content .container .btn-container .btn-primary {
	padding: 17px 34px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #e13510;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.heading-tour-type .content .container .btn-container .btn-primary img {
	width: 24px;
	height: 24px;
	margin-right: 16px;
}

.heading-tour-type .content .container .btn-container .btn-secondary {
	font-size: 18px;
	font-weight: 600;
	line-height: 3.09;
	letter-spacing: -0.22px;
	text-align: center;
	color: #e13510;
	margin-left: 72px;
	display: flex;
	align-items: center;
	text-decoration: none;
}

.heading-tour-type .content .container .btn-container .btn-secondary img {
	width: 24px;
	height: 24px;
	margin-left: 16px;
}

/* List tour type */
.section-list-tour-type {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.section-list-tour-type .list-content {
	max-width: 2114px;
	margin: 0 auto;
	padding: 160px 32px;
}

.section-list-tour-type .list-content .row {
	width: 100%;
}

/* Testo in basso */
.tax-tour_type .section-list-tour-type .list-content .row.desc-container {
	margin: 160px 0 0 0 !important;
}

.tax-tour_type .desc-container .desc-wrap {
	max-width: 1480px;
	margin: 0 auto !important;
}

.section-list-tour-type .list-content .second-tour-type-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.section-list-tour-type .list-content .second-tour-type-block .tour-type-block {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

/**/
.tour_container {
	padding: 40px;
	margin-bottom: 160px;
	border-radius: 32px;
	box-shadow: 0 24px 56px 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
	max-height: 720px;
	min-height: 720px;
}

/**/
.header-experience {
	min-height: 416px;
	margin-bottom: 44px;
}

.header-experience img {
	min-height: 416px;
	object-fit: cover;
	border-radius: 16px;
	box-shadow: 0 24px 56px 0 rgba(0, 0, 0, 0.16);
}

.header-experience .experience-category {
	position: absolute;
	top: auto;
	right: auto;
	bottom: -20px;
	left: 24px;
	max-width: 200px;
	width: 100%;
	max-height: 40px;
	height: 100%;
	padding: 9px 26px;
	border-radius: 8px;
	background-color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #162450;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

/**/
.body-experience, .body-post {
	padding: 0 24px !important;
}

.tour_container .body-experience h4 {
	overflow: hidden;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	text-decoration: none !important;
	max-height: none;
	white-space: unset;
	margin: 0 !important;
}

.tour_container .body-experience h4 a {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	color: var(--darkRed);
	overflow: hidden;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	text-decoration: none !important;
}

.review-box .review-count,
.tour_container .experience-excerpt {
	display: none;
}

.body-experience .review-box {
	margin-top: 16px;
	margin-bottom: 16px;
}

.price-per-person,
.price-per-person span {
	font-size: 24px;
	margin-top: 0;
	font-weight: 600;
	line-height: 1.1;
	color: #162450;
}

/**/
.text-center {
	width: 100%;
}

.text-center .page-numbers {
	line-height: 1.2;
}

.text-center .page-numbers li {
	margin: 0 !important;
}

.text-center .page-numbers li:hover span,
.text-center .page-numbers li span,
.text-center .page-numbers li a,
.text-center .page-numbers li:hover a,
.text-center .page-numbers li a:hover {
	margin: 0 !important;
	padding: 0 24px !important;
	background-color: transparent;
	border: none;
	font-size: 24px;
	font-weight: bold;
}

.text-center .page-numbers li:hover a,
.text-center .page-numbers li a:hover,
.text-center .page-numbers li a {
	color: #162450 !important;
}

.text-center .page-numbers li:hover span,
.text-center .page-numbers li span {
	color: #8d8d8d !important;
}

.tax-desc {
	column-count: 2;
	column-gap: 50px;
}

.tax-tour_type .jet-listing-grid__items .td-experience .elementor-widget-jet-listing-dynamic-image {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	box-shadow: 0px 24px 56px 0px rgb(0 0 0 / 16%);
	border-radius: 30px;
}

.tax-tour_type .jet-listing-grid__items .td-experience .elementor-widget-jet-listing-dynamic-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: 0.4s;
}

.tax-tour_type .listing-container .listing-wrap {
	max-width: 1480px;
	width: 100%;
	margin: 0 auto;
}

.tax-tour_type .experience-container,
.tax-tour_type .sim-card-container {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.tax-tour_type .listing-container .listing-wrap h3 {
	width: 100%;
	margin: 0 auto 60px auto;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	color: #162450;
}

.exp-tour-type-title h4.tour-type-title a {
	color: #AE0018;
	font-family: "neue-haas-grotesk-display", Sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25em;
}

.tax-tour_type .listing-container .elementor-button-text {
	font-size: 16px;
}

.tax-tour_type .listing-container {
	max-width: 1480px;
	width: 100%;
	margin: 0 auto;
}

@media(max-width:2160px) {
	.heading-tour-type {
		padding-left: 32px !important;
		padding-right: 32px !important;
	}
}

@media(max-width:1920px) {
	/**/
	
	
	
	
	/* Testo in basso */
	.tax-tour_type .desc-container .row.desc-wrap {
		padding: 0 !important;
	}
	
	/**/
	.heading-tour-type {
		padding-bottom: 120px;
	}
	
	.section-list-tour-type .list-content {
		padding: 84px 32px 120px;
	}
	
	.header-experience,
	.header-experience img {
		min-height: 350px;
	}
	
	.tour_container {
		min-height: unset;
	}
}

@media(max-width:1720px) {
	.col-md-3 {
		width: 33.33%;
	}
}

@media(max-width:1440px) {
	/* Testo in basso */
	.tax-tour_type .desc-container,
	.tax-tour_type .row.desc-container .row.desc-wrap {
		margin: 0 auto !important;
	}
	
	/**/
	.heading-tour-type {
		padding-top: 68px;
	}
}

@media(max-width:1300px) {
	.col-md-3 {
		width: 50%;
	}
}

@media(max-width:1024px) {
	/* Testo in basso */
	.tax-tour_type .desc-container .row.desc-wrap {
		flex-wrap: wrap;
	}
	
	.tax-tour_type .desc-container .row.desc-wrap .block-par,
	.tax-tour_type .desc-container .row.desc-wrap .block-title {
		padding: 0 !important;
	}
	
	.tax-tour_type .desc-container .row.desc-wrap .col-md-6 {
		width: 100% !important;
	}
	
	/**/
	.body-experience, .body-post {
		padding: 0 !important;
	}
	
	.tour_container {
		margin-bottom: 80px;
	}
}

@media(max-width:991px) {
	.second-tour-type-block {
		margin-top: 0 !important;
	}
	
	.container {
		padding-left: 0;
	}
}

@media(max-width:900px) {
	.col-md-3 {
		width: 100%;
		padding: 0 !important;
	}
	
	.header-experience,
	.header-experience img {
		min-height: 250px;
	}
}

@media(max-width:767px) {
	/**/
	.heading-tour-type {
		padding-top: 38px;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	/* Testo in basso */	
	.tax-tour_type .row.desc-container,
	.tax-tour_type .desc-container .row.desc-wrap {
		margin: 0 !important;
	}
	
	.tax-tour_type .row.desc-container h2 {
		font-size: 26px;
	}
	
	.tax-tour_type .row.desc-container p {
		font-size: 20px;
	}
	
	/**/
	.heading-tour-type .content .container h1 {
		font-size: 42px;
	}
	
	.heading-tour-type .content .container .btn-container {
		display: block;
	}
	
	.heading-tour-type .content .container .btn-container .btn-secondary {
		margin-left: 0;
		margin-top: 24px;
	}
	
	.heading-tour-type {
		padding-bottom: 90px;
	}
	
	.section-list-tour-type .list-content {
		padding: 90px 20px;
	}
	
	.header-experience .experience-category {
		left: 50%;
		transform: translateX(-50%);
	}
	
	.tour_container {
		padding: 32px;
	}
	
	.tour_container .body-experience h4 a {
		font-size: 24px;
	}
	
	.heading-tour-type .content .container.title-container {
		width: 100%;
		padding-right: 0;
	}
	
	.heading-tour-type .content .container.image-container {
		width: 100%;
		margin-top: 40px;
	}
	
	.section-list-tour-type .list-content {
		padding-top: 60px;
	}
	
	.tax-tour_type .section-list-tour-type .list-content .row.desc-container {
		margin-top: 0 !important;
	}
	
	.tax-desc {
		column-count: 1;
	}
}