@import url('https://fonts.googleapis.com/css2?family=Mansalva&display=swap');


section.Activities {
	position: relative;
	padding: 4rem 0px;
	overflow: hidden;
}

.travel-fair-section .fair-grid img {
	height: 358px;
	width: 100%;
	display: block;
	transform: scale(1);
	transition: 0.5s ease;
}

.travel-fair-section .fair-grid a {
	border-radius: 10px;
	overflow: hidden;
	display: block;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	display: block;
}

.travel-fair-section .fair-grid img:hover {
	transform: scale(1.2);
	transition: 0.5s ease;
}

.loading-pages-activities {
	position: absolute;
	bottom: 0;
	/* z-index: 9; */
	left: 30px;
}

.box-activities {
	display: flex;
}

.item-left-activities {
	width: 100%;
	padding: 0 35px 0 0;
	text-align: center;
}

.item-left-activities ul {
	margin-left: 20px;
}

.item-left-activities ul li {
	list-style: disc;
}

.list-item-activities {
	width: 55.666%;
}

.title-activities-left h2 {
	font-size: 36px;
	line-height: 1.25;
	margin: 0 0 23px;
	padding: 0 0 6px;
	position: relative;
	color: #10221b;
}

.title-activities-left {
	position: relative;
}

.title-activities-left:before {
	content: '';
	width: 120px;
	height: 2px;
	background-color: var(--DTQuaternaryColor);
	margin: auto;
	position: absolute;
	left: 50%;
	bottom: 0;
	animation: underline-decor-animation 10s linear infinite alternate both;
	transform: translate(-50%);
}

@keyframes underline-decor-animation {
	0% {
		background: #1dc5ce;
	}

	33.3333% {
		background: #1dc5ce;
	}

	66.666% {
		background: #1dc5ce;
	}

	100% {
		background: #1dc5ce;
	}
}


.content-activities-left {
	color: #483e3e;
	padding-bottom: 20px;
}

section.Activities .ctnr {
	margin: 0 auto;
	position: relative;
}

.btn-activities-left a {
	font-size: 16px;
	padding: 15px 30px;
	background-color: #226127;
	display: inline-block;
	color: #fff;
	margin: 30px 0px 0px 0px;
}

.list-item-activities {
	display: flex;
}

.item-left-center {
	width: 100%;
}

.item-left-right {
	padding: 10px;
	width: 49%;
	align-content: flex-end;
	align-items: flex-end;
	flex-wrap: wrap;
	display: flex;
	position: relative;
}

.box-images-top-center-activities img {
    width: 100%;
    height: 100%;
}

.box-images-top-center-activities.images-about-bottom {
	margin: 0% 0% 0% -22%;
}

.box-images-top-center-activities.images-about-bottom img {
	width: 100%;
	max-width: 582px;
	display: inline-block;
	height: auto;
	max-width: 100%;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.content-activities-right {
	margin: 50px 30px 50px 30px;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
	color: #10221B;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 1.25em;
	font-size: 26px;
}

.content-activities-right h2 {
	font-size: 26px;
}

.item-left-right:before {
	content: "";
	position: absolute;
	background: url(https://adventor.wpengine.com/wp-content/uploads/2021/07/about-compass.jpg);
	background-repeat: no-repeat;
	height: 560px;
	width: 448px;
	z-index: -1;
	top: -6%;
	left: 36%;
	background-size: contain;
	animation: rotate-clock 30s infinite linear;
}

@keyframes rotate-clock {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(45deg);
	}
}


.box-trial {
	:
	center; */
	padding: 50px 0px 0px;
}

.item-trial-left {
	width: 12.994%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.item-trial-center {
	margin: 0 auto;
	position: relative;
	flex: 1;
	color: #000000;
	padding-bottom: 23px;
	text-align: center;
}

.item-trial-right {
	width: 42.991%;
	height: 100%;
}

.box-content-item-trial {
}

.hedding-content-item-trial span {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	font-family: "Mansalva", sans-serif;
}

.hedding-content-item-trial h2 {
	font-weight: 800;
	text-transform: capitalize;
	color: #000000;
	font-size: 31px;
}

.desc-content-item-trial p {
	color: #fff;
	padding: 2rem 0px;
	font-size: 16px;
	line-height: 1.7;
}

.list-item-content-trial {
	display: flex;
	flex-wrap: wrap;
	gap: 54px 30px;
}

.item-explore {
	width: calc(100% / 3 - 30px);
}

.btn-trial a {
	font-size: 16px;
	padding: 13px 40px;
	background-color: #226127;
	color: #fff;
	display: inline-block;
	text-align: center;
}

.btn-trial {
	margin-top: 30px;
	text-align: center;
}

.icon-item-explore {
	display: flex;
	gap: 0px 10px;
	align-items: center;
}

.box-icon-member-explore {
	width: 60px;
	height: 60px;
	display: flex;
	padding: 5px;
	background: #ffaa17;
	border-radius: 100%;
}

.box-icon-member-explore img {
	object-fit: contain;
}

h5.image-box-title {
	color: #fff;
	font-size: 21px;
	flex: 1;
}

.content-span-tile {
	color: #fff;
	flex: 1;
}

.desc-kiper-desc-trial {
	padding-top: 20px;
	color: #fff;
	font-size: 14px;
}

.team-item {
	position: relative;
	padding: 25px 15px 0;
}

.inner-box:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 120px;
	width: 100%;
	background-color: #f4f5f8;
	content: "";
	transition: all 400ms ease;
}

.item-our-team-members.clm {}

.team-current-theme5.team-item .list-our-team-members {
	display: flex;
}

.team-current-theme5.team-item .ourteam {
	padding: 40px 0px;
}

.team-current-theme5 .inner-box .info-box {
	position: relative;
	padding: 0 15px;
	margin-bottom: 25px;
}

.team-current-theme5 .inner-box .info-box .team-title {
	margin-top: 0;
	margin-bottom: 5px;
}

.team-current-theme5 .inner-box .info-box .team-subtitle {
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #c7c6c6;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1em;
	transition: all 400ms ease;
}

.team-current-theme5 .inner-box .info-box .share-icon {
	position: absolute;
	right: 20px;
	bottom: -45px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #0f0f0f;
	background-color: #ffaa17;
	transition: all 300ms ease;
	z-index: 1;
}

.team-current-theme5 .inner-box .info-box .social-links {
	position: absolute;
	right: 20px;
	top: 100%;
	margin-top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #ffaa17;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	transform-origin: top;
	z-index: 3;
	visibility: hidden;
	opacity: 0;
	transition: all 400ms ease;
}

.team-current-theme5 .inner-box .info-box .social-links a {
	position: relative;
	height: 40px;
	width: 40px;
	display: block;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	margin: 0;
	color: #0f0f0f;
	transition: all 300ms ease;
}

.team-current-theme5 .inner-box .image-box {
	position: relative;
}

.team-current-theme5 .elementor img {
	height: auto;
	max-width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.list-our-team-members {
	margin-top: 35px;
}

section.ourteam {
	padding: 40px 0px;
	position: relative;
}

.hedding-ourteam {
	text-align: center;
	width: 52%;
	margin: 0 auto;
}

.hedding-ourteam p {
	color: #6d6c74;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	padding-bottom: 20px;
	position: relative;
	padding-top: 10px;
}

.hedding-ourteam h2 {
	color: #24201f;
	font-size: 40px;
}

.hedding-ourteam p:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 43px;
	height: 5px;
	border-radius: 5px;
	margin: 0 auto;
	background: linear-gradient(to right, rgba(255, 170, 23, 1) 0%, rgba(255, 170, 23, 0.7) 100%);
	content: "";
}

h4.team-title {
	color: #24201f8f;
	font-size: 18px;
}

.team-current-theme5 .inner-box:hover:before {
	background-color: #226127;
}

.team-current-theme5 .inner-box:hover .info-box .team-title a {
	color: #fff;
}

.team-current-theme5 .inner-box:hover .info-box .social-links {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
}

section.ourteam:before {
	background-image: url(../images/icon-lines-17.png);
	background-position: top center;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}


.box-questions {
	flex-wrap: initial;
	justify-content: space-between;
	align-items: initial;
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	align-self: auto;
	flex-direction: row;
	display: flex;
}

.item-left-questions {
	width: 46%;
}

.item-right-questions {
	width: 49%;
}

section.questions {
	padding: 9rem 0px;
	background: url(../images/pattern-6.jpeg);
}

.title-hedding-questions span {
	color: #ffaa17;
	font-size: 18px;
	position: relative;
	display: inline-block;
	padding-top: 10px;
}

.title-hedding-questions span:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 43px;
	height: 5px;
	border-radius: 5px;
	background: linear-gradient(to right, rgba(255, 170, 23, 1) 0%, rgba(255, 170, 23, 0.7) 100%);
	content: "";
}

.title-hedding-questions h2 {
	color: #24201f;
	line-height: 1.2;
	margin-bottom: 45px;
}

section.questions .list-card-canit {
	margin-top: 50px;
}

.desc-questions p {
	color: #483e3e;
}

section.questions .card-item-canit {
	box-shadow: 0 0 70px 0 rgb(0 0 0 / .1);
	background-color: #FFF;
	margin-bottom: 10px;
	overflow: hidden;
	border: 0;
	transition: all 0.3s ease-in-out;
}

section.questions .card-header {
	border: none;
	background-color: #fff0;
	transition: all 0.3s ease-in-out;
	background-color: #ffffff !important;
	padding: 15px;
	margin: 0;
	background-color: #fff;
	border: 0;
}

section.questions .card-header h5 {
	font-size: 15px;
}

section.questions .card-body {
	padding: 1rem 1.5rem;
	border: 0;
	transition: all 0.3s ease-in-out;
	display: none;
}

section.questions .card-item-canit.active .card-body {
	display: block;
}

section.questions .card-item-canit.active .card-header {
	display: block;
}

section.questions .card-item-canit.active .card-header {
	background-color: #226127 !important;
	color: #fff;
}

.list-images-questions {
	position: relative;
	display: flex;
	gap: 0px 40px;
}

.before-icon-questions {
	position: absolute;
}

.before-icon-questions-member2 {
	position: absolute;
}

.item-questions-images {
	width: 100%;
	border-radius: 0 75px 0 75px;
	overflow: hidden;
	height: 452px;
	position: relative;
	z-index: 9;
}

.item-questions-images-icon-2 {
	bottom: -164px;
	right: 0;
	border-radius: 75px 0 75px 0;
	overflow: hidden;
	-webkit-transform: rotate(0deg);
	z-index: 2;
	position: relative;
	height: 452px;
	width: 100%;
}

.item-questions-images-icon-2 img {
	width: 100%;
	height: 100%;
	display: block;
}

.before-icon-questions {
	top: -15px;
	left: -28px;
	width: 29%;
	-webkit-transform: rotate(0deg);
}

.before-icon-questions-member2 {
	top: 147px;
	right: -49px;
	-webkit-transform: rotate(0deg);
}



.content-activities-right h2 p {
	text-align: left !important;
}

.content-activities-right h2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}


.contact-details-in .contact-container {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(15px);
	border-radius: 20px;
	padding: 30px;
	width: 100%;
	transition: all 0.3s ease;
}

.contact-details-in .contact-title {
	text-align: center;
	color: #1e293b;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
}

.contact-details-in .contact-title::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 2px;
	background: linear-gradient(90deg, #3b82f6, #06b6d4);
	border-radius: 1px;
}

.contact-details-in .contacts-grid {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 47px;
}

.contact-details-in .contact-card {
	background: rgba(255, 255, 255, 0.7);
	border-radius: 15px;
	padding: 20px;
	border: 1px solid rgba(226, 232, 240, 0.6);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	width: 38%;
}

.contact-details-in .contact-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.05), transparent);
	transition: left 0.5s ease;
}

.contact-details-in .contact-card:hover::before {
	left: 100%;
}

.contact-details-in .contact-card:hover {
	transform: translateX(5px);
	box-shadow: 0 8px 25px rgba(148, 163, 184, 0.12);
	border-color: rgba(148, 163, 184, 0.4);
}

.contact-details-in .contact-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}

.contact-details-in .contact-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid rgba(148, 163, 184, 0.3);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}

.contact-details-in .contact-card:hover .contact-avatar {
	transform: scale(1.1);
	border-color: #64748b;
}

.contact-details-in .contact-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact-details-in .contact-info h3 {
	color: #1e293b;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	transition: color 0.3s ease;
}

.contact-details-in .contact-card:hover .contact-info h3 {
	color: #0f172a;
}

.contact-details-in .contact-location {
	color: #64748b;
	font-size: 13px;
	font-weight: 500;
	background: rgba(148, 163, 184, 0.1);
	padding: 2px 8px;
	border-radius: 12px;
	display: inline-block;
	margin-bottom: 3px;
}

.contact-details-in .contact-role {
	color: #475569;
	font-size: 0.9rem;
	font-weight: 500;
}

.contact-details-in .contact-details {
	margin-top: 12px;
}

.contact-details-in .contact-item {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
	padding: 8px 10px;
	border-radius: 10px;
	background: rgba(148, 163, 184, 0.03);
	transition: all 0.3s ease;
	cursor: pointer;
}

.contact-details-in .contact-item:hover {
	background: rgba(148, 163, 184, 0.08);
	transform: translateX(3px);
}

.contact-details-in .contact-icon {
	width: 25px;
	height: 25px;
	background: linear-gradient(45deg, #3b82f6, #06b6d4);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 8px;
	color: white;
	font-weight: bold;
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

.contact-details-in .contact-item:hover .contact-icon {
	transform: scale(1.2);
}

.contact-details-in .contact-link {
	color: #475569;
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
	transition: all 0.3s ease;
	position: relative;
}

.contact-details-in .contact-link::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background: linear-gradient(90deg, #3b82f6, #06b6d4);
	transition: width 0.3s ease;
}

.contact-details-in .contact-item:hover .contact-link {
	color: #1e293b;
}

.contact-details-in .contact-item:hover .contact-link::after {
	width: 100%;
}

.team-current-theme5 .inner-box:hover .info-box .social-links li a img {
	margin: 0 auto;
	margin-top: 5px;
}

.list-questions {
	display: none;
}

.list-questions.active {
	display: block;
	height: 313px;
	overflow-y: scroll;
}


.tab-conection-nall button {
	width: 25px;
	height: 25px;
	font-size: 12px;
	padding: unset;
	background: #cdcdcd;
	border-radius: 100%;
}

.tab-buttons.tab-conection-nall {
	text-align: center;
}


.tab-buttons.tab-conection-nall button.tab-btn.active {
	background-color: #226127 !important;
	color: #fff;
}

.tab-conection-nall button:hover {
	background-color: #226127 !important;
	color: #fff;
}

@media(max-width:990px) {
	.box-icon-member-explore img {
		padding: 7px;
	}

	.box-icon-member-explore {
		width: 50px;
		height: 50px;
	}

	.nav-container.list-scroll-abouts {
		padding: unset !important;
	}

	.nav-container.list-scroll-abouts {
		overflow-x: scroll !important;
	}

	.nav-container.list-scroll-abouts ul {
		width: 100%;
		min-width: max-content;
		max-width: fit-content;
	}

	.hedding-ourteam h2 {
		font-size: 28px;
	}

	.hedding-content-item-trial span {
		font-size: 25px;
	}

	.hedding-content-item-trial h2 {
		font-size: 32px;
	}

	.desc-content-item-trial p {
		font-size: 14px;
	}

	.item-left-activities {
		width: 100%;
		padding: unset;
	}

	.list-item-activities {
		width: 100%;
	}

	.box-activities {
		display: block;
	}

	section.Activities .ctnr {
		width: 100%;
		max-width: 100%;
	}

	.title-activities-left h2 {
		margin: 0 0 20px;
		padding: 0 0 20px;
		font-size: 34px;
	}

	.list-item-activities {
		flex-direction: column;
	}

	.item-left-center {
		width: 100%;
		padding: 10px 0px;
	}

	.box-images-top-center-activities.images-about-bottom img {}

	.box-images-top-center-activities.images-about-bottom {
		margin: unset;
	}

	.item-left-right {
		width: 100%;
		padding: 0px;
	}

	.item-trial-center {
		width: 100%;
		max-width: 100%;
	}

	.box-content-item-trial {
		padding: 5rem 15px;
	}

	.item-explore {
		width: calc(100% / 2 - 30px);
	}

	.hedding-ourteam {
		width: 100%;
	}

	.box-questions {
		flex-direction: column;
	}

	.item-left-questions {
		width: 100%;
	}

	.item-right-questions {
		width: 100%;
	}

	section.questions {
		overflow: hidden;
	}

	.contact-details-in .contact-container {
		padding: 30px 0px;
	}

	.contact-details-in .contact-card {
		width: 100%;
	}

	.contact-details-in .contacts-grid {
		flex-wrap: wrap;
	}
}

@media (max-width: 768px) {

	.item-explore {
		width: calc(100% / 1 - 30px);
	}

	.contact-details-in .contact-title {
		font-size: 23px;
		margin-bottom: 20px;
	}

	.contact-details-in .contact-header {
		gap: 12px;
	}

	.contact-details-in .contact-avatar {
		width: 45px;
		height: 45px;
	}

	.contact-details-in .contact-info h3 {
		font-size: 12px;
	}

	.contact-details-in .contact-link {
		font-size: 15px;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.contact-details-in .contact-card {
	animation: fadeInUp 0.6s ease forwards;
}

.contact-details-in .contact-card:nth-child(2) {
	animation-delay: 0.1s;
}


.scroll-overview {
	position: sticky;
	top: 80px;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(20px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
	padding: 0;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 99999;
}

.scroll-overview .nav-container {
	margin: 0 auto;
	padding: 0 2rem;
	border-radius: 5px;
	overflow: hidden;
}

.scroll-overview .nav-list {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.scroll-overview .nav-item {
	position: relative;
	margin: 0;
}

.scroll-overview .nav-link {
	display: block;
	padding: 1.5rem 2rem;
	text-decoration: none;
	color: #64748b;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0.5px;
	transition: 0.5s ease;
	position: relative;
	overflow: hidden;
}

.scroll-overview .nav-link::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background: #226127;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translateX(-50%);
}

.scroll-overview .nav-link::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.1), transparent);
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.scroll-overview .nav-link.active {
	color: #226127;
	font-weight: 600;
	transition: 0.5s ease;
	font-size: 12px;
}

.scroll-overview .nav-link.active::before {
	width: 80%;
}

.contact-details-in .contact-info {
	flex-direction: column;
	gap: 0px;
	align-items: start;
}

.trial {
	display: flex;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	position: relative;
	background-attachment: fixed;
	background: #f4f4f4;
	padding: 30px 0px;
}

.images-left-trial {
	width: 35%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.images-left-trial img {
	display: block;
}

.trial:before {
}


.travel-fair-section .floating-elements {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}

.travel-fair-section .floating-icon {
	position: absolute;
	opacity: 0.1;
	animation: float 6s ease-in-out infinite;
	font-size: 24px;
	color: white;
}

.travel-fair-section .floating-icon:nth-child(1) {
	top: 10%;
	left: 10%;
	animation-delay: 0s;
}

.travel-fair-section .floating-icon:nth-child(2) {
	top: 20%;
	right: 15%;
	animation-delay: 1s;
}

.travel-fair-section .floating-icon:nth-child(3) {
	top: 70%;
	left: 5%;
	animation-delay: 2s;
}

.travel-fair-section .floating-icon:nth-child(4) {
	bottom: 20%;
	right: 10%;
	animation-delay: 3s;
}

.travel-fair-section .floating-icon:nth-child(5) {
	top: 50%;
	left: 80%;
	animation-delay: 4s;
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0px) rotate(0deg);
	}

	50% {
		transform: translateY(-20px) rotate(180deg);
	}
}

.travel-fair-section .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}

.travel-fair-section .section-header {
	text-align: center;
	margin-bottom: 25px;
	animation: fadeInUp 1s ease-out;
}

.travel-fair-section .section-title {
	font-size: 3.5rem;
	font-weight: 700;
	color: #10221b;
	margin-bottom: 20px;
	position: relative;
}

.travel-fair-section .section-title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 4px;
	background: linear-gradient(90deg, #ff6b6b, #ffd93d);
	border-radius: 2px;
}

.travel-fair-section .section-subtitle {
	font-size: 16px;
	color: #10221b;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}

.travel-fair-section .fair-grid {padding: 10px 0px;}

.travel-fair-section .fair-card {
	background: #226127;
	backdrop-filter: blur(20px);
	border-radius: 20px;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
	animation: slideInUp 0.8s ease-out;
}

.travel-fair-section .fair-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
	background: #23912b;
}

.travel-fair-section .fair-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
	transition: left 0.6s ease;
}

.travel-fair-section .fair-card:hover::before {
	left: 100%;
}

.travel-fair-section .card-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #ff6b6b, #ffd93d);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-bottom: 20px;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

.travel-fair-section .card-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: white;
	margin-bottom: 15px;
}

.travel-fair-section .card-description {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.6;
	margin-bottom: 20px;
}

.travel-fair-section .card-features {
	list-style: none;
	margin-bottom: 25px;
}

.travel-fair-section .card-features li {
	color: rgba(255, 255, 255, 0.9);
	padding: 8px 0;
	position: relative;
	padding-left: 25px;
}

.travel-fair-section .card-features li::before {
	content: 'âœˆï¸';
	position: absolute;
	left: 0;
	top: 8px;
}

.travel-fair-section .card-button {
	background: #fff;
	color: #000;
	border: none;
	padding: 12px 30px;
	border-radius: 25px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 100%;
	font-size: 14px;
}

.travel-fair-section .card-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(255, 107, 107, 0.3);
}

.travel-fair-section .stats-section {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 30px;
	margin-top: 60px;
}

.travel-fair-section .stat-item {
	text-align: center;
	padding: 20px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: transform 0.3s ease;
}

.travel-fair-section .stat-item:hover {
	transform: scale(1.05);
}

.travel-fair-section .stat-number {
	font-size: 2.5rem;
	font-weight: 700;
	color: #ffd93d;
	margin-bottom: 10px;
	animation: countUp 2s ease-out;
}

.travel-fair-section .stat-label {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.1rem;
}

.travel-fair-section .cta-section {
	text-align: center;
	margin-top: 60px;
	padding: 40px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.travel-fair-section .cta-title {
	font-size: 2rem;
	color: white;
	margin-bottom: 20px;
	font-weight: 600;
}

.travel-fair-section .cta-buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 30px;
}

.travel-fair-section .cta-button {
	background: linear-gradient(135deg, #667eea, #764ba2);
	color: white;
	border: none;
	padding: 15px 40px;
	border-radius: 30px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 1.1rem;
	text-decoration: none;
	display: inline-block;
}

.travel-fair-section .cta-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
}

.travel-fair-section .cta-button.secondary {
	background: transparent;
	border: 2px solid white;
}

.travel-fair-section .cta-button.secondary:hover {
	background: white;
	color: #667eea;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes slideInUp {
	from {
		opacity: 0;
		transform: translateY(50px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes countUp {
	from {
		opacity: 0;
		transform: scale(0.5);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.box-images-top-center-activities.images-about-bottom {
	display: none;
}

.item-left-right {
	display: none;
}


section.decorative-elements {
	background: url(https://dev24.kodesolution.com/hoexr/wp-content/uploads/2023/11/1.jpg);
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
}

.box-content-decorative-elements {
	padding-top: 130px;
	padding-bottom: 110px;
	text-align: center;
}

section.decorative-elements .title-hedding p {
	position: relative;
	display: inline-block;
	z-index: 1;
	color: #c7c7c7;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 7.8px;
	text-transform: uppercase;
	margin-bottom: 10px;
	transition: all 0.3s ease;
}

section.decorative-elements h2.title.tm-split-text.split-in-right .title-part1 {
}

h2.title.tm-split-text.split-in-right .title-part1 {
	font-size: 37px;
	font-weight: 400;
	width: 100%;
	display: block;
	color: #222;
	line-height: 1.5;
}

section.decorative-elements h2 .title-part1 {
	color: #fff !important;
}

.box-content-decorative-elements {
	position: relative;
}

.tm-sc-video-popup {
	bottom: 0;
	display: block;
	position: absolute;
	right: 0;
	top: 13px;
	background: none !important;
	color: transparent !important;
	z-index: 9;
}

.animated-css-play-button {
	background-color: #947a57c9;
	z-index: -1;
	border-radius: 100%;
	margin: 40px;
	transition: all 0.3s ease 0s;
	width: 137px;
	height: 137px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.animated-css-play-button svg {
	width: 49px;
	margin-left: 5px;
	height: 49px;
}

.animated-css-play-button:before {
	content: " ";
	background-color: #947a57;
	display: block;
	position: absolute;
	border-radius: 100%;
	z-index: -1;
	transition: all 0.4s ease 0s;
	animation: video-play-button-animate 1.2s ease-in infinite forwards;
}


.trial .ctnr {
	position: relative;
}

.list-the-best {
	display: flex;
	align-items: center;
	gap: 15px 15px;
	flex-wrap: wrap;
	justify-content: center;
}

.icon.icon-default img {
	width: 55px;
	padding: 10px;
}

.icon-box-wrapper {
	display: flex;
	align-items: center;
	gap: 0px 10px;
	flex-wrap: wrap;
	justify-content: center;
	background: #fff;
	border-radius: 10px;
}

.item-the-best .icon-box-title {
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 13px;
	min-height: 54px;
}

@keyframes video-play-button-animate {
	0% {
		width: 10px;
		height: 10px;
		opacity: 0.8;
	}

	100% {
		width: 160px;
		height: 160px;
		opacity: 0;
	}
}

section.decorative-elements:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #00000080;
	top: 0;
}

.effect-wrapper a.hover-link {
	position: absolute;
	width: 137px;
	height: 137px;
	background: none;
	border-radius: 100%;
	top: 38px;
	left: 40px;
	z-index: 9999999999999;
}

.desc-icon-box {
	width: 100%;
	color: #111111;
}
.team-item .team-current-theme5 .inner-box .info-box:hover .team-title {
    color: #fff !important;
}
.list-the-best .icon-text {
	display: flex;
	align-items: center;
	gap: 0px 10px;
	flex-direction: column;
	text-align: center;
	padding: 10px 10px 10px 10px;
	width: 100%;
}



.list-the-best .desc-icon-box {
	padding: 0px 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 10px 0px;
}
.item-the-best {
    width: calc(100% / 2 - 10px);
    margin-bottom: 35px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 18%);
    border-radius: 10px;
}

.item-the-best .icon-wrapper {
    margin-top: -33px;
    background: #226127;
    border-radius: 25px;
    width: 50px;
    height: 50px;
}
.trial .features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 30px;
	margin-bottom: 40px;
}
.trial .feature-card {
	background: white;
	border-radius: 12px;
	padding: 30px 25px;
	text-align: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid #e9ecef;
}
.trial .feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.trial .icon {
	width: 75px;
	height: 75px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #226127, #226127);
	border-radius: 50%;
	color: white;
	font-size: 24px;
}
.trial .feature-title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}
.trial .feature-description {
	color: #666;
	line-height: 1.6;
	font-size: 14px;
}
.item-slider-travel-fair {
    margin: 0px 10px;
}
.travel-fair-section .fair-grid a img {
    display: block;
    height: 100%;
}
@media (max-width: 768px) {
	.trial .features-grid {
		grid-template-columns: 1fr;
		gap: 20px;
   }
	.trial .feature-card {
		padding: 25px 20px;
   }
	.trial .section-title {
		font-size: 24px;
		margin-bottom: 30px;
   }
}

@media(min-width:990px) {
	.scroll-overview {
		top: 53px;
	}
}

@media(max-width:990px) {
	.box-trial {
		flex-direction: column;
		grid-template-columns: 1fr;
	}

	.images-left-trial {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.list-the-best {
		grid-template-columns: 1fr;
	}

	section.decorative-elements h2.title.tm-split-text.split-in-right .title-part1 {
		width: 100%;
		font-size: 20px;
	}

	section.decorative-elements .title-hedding p {
		font-size: 12px;
	}

	.effect-wrapper a.hover-link {
		width: 100px;
		height: 100px;
	}

	.animated-css-play-button {
		width: 100px;
		height: 100px;
	}

	.travel-fair-section .section-title {
		font-size: 2.5rem;
	}

	.travel-fair-section .fair-grid {
		grid-template-columns: 1fr;
	}

	.travel-fair-section .cta-buttons {
		flex-direction: column;
		align-items: center;
	}

	.travel-fair-section .cta-button {
		width: 100%;
		max-width: 300px;
	}
}


.travel-fair-section {
	padding: 30px 0px;
}
