@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Montserrat", sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* font-family: "Inter", sans-serif; */


body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Stapel';
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
    text-decoration: none;
    line-height: 1.2;
}
button:focus,
textarea:focus,
select:focus{
	outline: none!important;
	box-shadow: none;
}
input:focus{
	outline: none!important;
}
a:active, a:focus {
  outline: 0;
  outline: none!important;
  -moz-outline-style: none;
}

span, button, img, a {
	transition: .3s all ease;
}

a, span, button {
	display: inline-block;
}
ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}
button {
	cursor: pointer;
	border: none;
	background-color: transparent;
}

/* sidebar */
.sidebar-box {
	width: 270px;
}

.wrap {
	padding: 40px 0;
	background-color: #F7FDFF;
}


.breadcrumb-item,
.breadcrumb-item a {
	font-size: 12px;
	color: #000;
	opacity: 0.5;
}
.breadcrumb-item a:hover {
	opacity: 1;
}
.gid-title .breadcrumb-title {
    font-size: -webkit-calc(25px + 25 * (100vw / 1920));
    font-size: calc(25px + 25 * (100vw / 1920));
	font-weight: 300;
	margin-bottom: 20px;
}

.gid-sec {
	width: 100%;
	overflow: hidden;
}
.gid-right {
	padding: 14px 30px;
	border-radius: 30px;
	background: linear-gradient(92.49deg, #F4A880 2.09%, #DE6764 88.06%);
}
.gid-right p {
	font-weight: 300;
	font-size: 20px;
	line-height: 100%;
	color: #000;
}
.gid-tags {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin: 12px 0 24px;
}
.gid-tags span {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 300;
	font-size: 11px;
	line-height: 100%;
	color: #fff;
}
.gid-tags span::before {
	content: "";
	display: inline-block;
	min-width: 9px;
	height: 9px;
	margin-right: 9px;
	border-radius: 9px;
	background: #fff;
}
.gid-right-btns {
	display: flex;
	align-items: center;
	gap: 0 34px;
}
.gradient-btn {
	background: linear-gradient(90deg, #E25F19 0%, #F53A42 100%);
	border-radius: 15px;
	padding: 5px 25px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.gradient-btn:hover {
	color: #fff;
	background: linear-gradient(190deg, #E25F19 0%, #F53A42 100%);
}
.border-btn-guides {
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-offset: 0%;
	text-decoration-thickness: 8%;
	text-decoration-skip-ink: auto;
	color: #fff;
}
.gid-top {
	margin-bottom: 90px;
}
.mb-90 {
	margin-bottom: 90px;
}
.gid-info {
	display: flex;
	align-items: flex-start;
	gap: 0 60px;
}
.gid-side {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	max-width: 170px;
}
.gid-info-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 180px;
}
.gid-pic img {
	border-radius: 50%;
	max-width: 160px;
	min-width: 160px;
	width: 100%;
	height: 160px;
}
.gid-review {
	display: flex;
	align-items: center;
	gap: 0 10px;
	margin: 10px 0 20px;
}
.gid-review span {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #F53F3B;
}
.gid-write {
	margin-bottom: 26px;
}
.gid-person-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px 0;
}
.gid-person-info a,
.gid-person-info p {
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	color: #000;
}
.gid-person-info a:hover {
	text-decoration: underline;
}




.gid-name {
	display: flex;
	align-items: center;
	gap: 0 50px;
	margin-bottom: 18px;
}
.gid-name p {
	font-weight: 300;
	font-size: 22px;
	line-height: 100%;
	color: #000;
}
.gid-lang {
	display: flex;
	align-items: center;
	gap: 0 8px;
}
.gid-lang img {
	height: 19px;
	border-radius: 6px;
}
.gid-info-text {
	max-width: 790px;
}
.gid-info-text .show-all {
	font-weight: 300;
	font-size: 16px;
	line-height: 100%;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-offset: 0%;
	text-decoration-thickness: 8%;
	text-decoration-skip-ink: auto;
	color: #000;
	margin-top: 5px;
}
.gid-info-text .show-all:hover {
	text-decoration: none;
}
.text-in {
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.gid-excourse-text p,
.gid-info-text p,
.text-in p {
	font-weight: 300;
	font-size: 16px;
	line-height: 120%;
	color: #000;
}
.text-in.active {
	text-overflow: unset;
	-webkit-line-clamp: unset;
	overflow: visible;
}

.gid-info-link .gradient-btn {
	padding: 10px 26px;
	margin-top: 18px;
}


.gid-rov {
	margin-left: -6px;
	margin-right: -6px;
	gap: 12px 0;
}
.gid-rov .col-lg-3,
.gid-rov > * {
	padding-left: 6px;
	padding-right: 6px;
}
.gid-block {
	margin: 50px 0 45px;
	padding-bottom: 60px;
	border-bottom: 1px solid #AFB6D4;
}
.gid-item {
	height: 235px;
	overflow: hidden;
	border-radius: 25px;
	position: relative;
	padding: 10px 14px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.gid-item::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(359.72deg, #000E66 2.5%, rgba(102, 102, 102, 0) 59.46%);
}
.gid-item .gid-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gid-item-head {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gid-rating {
	display: flex;
	align-items: center;
	gap: 0 5px;
}
.gid-rating span {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 12.8px;
	line-height: 100%;
	color: #fff;
}


.gid-item-text {
	position: relative;
	z-index: 2;
}
.gid-item-text {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}
.gid-item-tags {
	display: flex;
	align-items: center;
	gap: 5px;
}
.gid-price {
	background: #F53F3B;
	backdrop-filter: blur(4px);
	font-weight: 300;
	font-size: 11px;
	line-height: 100%;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	border-radius: 10px;
}
.gid-time {
	font-weight: 300;
	font-size: 11px;
	line-height: 100%;
	color: #000;
	padding: 3px 8px;
	border-radius: 10px;
	background: #FFFFFF91;
	backdrop-filter: blur(4px);
}

.gid-gallery {
	margin: 40px 0;
}

.gid-side-name span {
	font-weight: 300;
	font-size: 22px;
	line-height: 100%;
	color: #000;
	margin: 14px 0;
}
.gid-side-tag {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px 0;
	margin-bottom: 18px;
}
.gid-side-tag span {
	font-weight: 300;
	font-size: 12px;
	line-height: 100%;
	color: #000;
	padding: 5px 20px;
	background: #E3E4EE;
	border-radius: 25px;
}
.gid-side-tag span.active {
	background: #D9D9D9;
}
.gid-side-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px 0;
	margin-bottom: 24px;
}
.gid-side-text p {
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	color: #E25F19;
}
.gid-side-btn {
	width: 100%;
}
.gid-side-btn .gradient-btn {
	padding: 5px;
	width: 100%;
	text-align: center;
}


.gid-excourse-box {
	position: relative;
}
.gid-excourse-box .swiper-button-next:after,
.gid-excourse-box .swiper-button-prev:after {
	content: "";
}
.gid-excourse-box .swiper-button-prev,
.gid-excourse-box .swiper-button-next {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #E25F19;
	/* opacity: 1; */
	top: 40%;
	cursor: pointer;
	transition: .3s all ease;
}
.gid-excourse-box .swiper-button-prev:hover,
.gid-excourse-box .swiper-button-next:hover {
	background-color: #E25F19;
}
.gid-excourse-box .swiper-button-prev:hover svg path,
.gid-excourse-box .swiper-button-next:hover svg path {
	stroke: #fff;
}
.gid-excourse-box .swiper-button-prev {
	left: -30px;
}
.gid-excourse-box .swiper-button-next {
	right: -30px;
}
.gid-excourse-slide {
	margin: 32px 0 50px;
	overflow: hidden;
}
.gid-excourse-slide .gid-img-link {
	/* height: 152px; */
	overflow: hidden;
	border-radius: 16px;
	display: block;
}
.gid-excourse-slide .gid-img-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rov-10 {
	margin-left: -5px;
	margin-right: -5px;
	gap: 10px 0;
}
.rov-10 .col-lg-3,
.rov-10 > * {
	padding-left: 5px;
	padding-right: 5px;
}

.route-title {
	margin-bottom: 32px;
}
.route-title .h2 {
	font-weight: 300;
	font-size: 28px;
	line-height: 100%;
	color: #000;
}

.route-block {
	background-color: #EDF8FB;
	border-radius: 35px;
	padding: 40px 40px 40px 60px;
	margin-bottom: 20px;
}

.route-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.route-head .h3 {
	font-weight: 300;
	font-size: 22px;
	line-height: 100%;
	color: #000;
}
.route-map {
	display: flex;
	align-items: center;
	gap: 4px;
}
.route-tag {
	font-weight: 300;
	font-size: 12px;
	line-height: 100%;
	color: #000;
	padding: 5px 20px;
	border-radius: 25px;
	background-color: #E3E4EE;
}
.route-map-box {
	display: flex;
	align-items: center;
	gap: 0 10px;
}
.route-map-box span {
	font-weight: 300;
	font-size: 12px;
	line-height: 100%;
	color: #000;
}
.gid-map {
	min-width: 110px;
	max-width: 110px;
	width: 100%;
	height: 23px;
	border-radius: 20px;
	overflow: hidden;
}
.gid-map iframe,
.gid-map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.route-text {
	min-height: 160px;
	overflow: hidden;
}
.route-text p {
	font-weight: 300;
	font-size: 16px;
	line-height: 100%;
	color: #000;
}
.route-imgs {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.route-imgs .route-img-link {
	max-width: 100px;
	min-width: 100px;
	width: 100%;
	height: 75px;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.route-imgs .route-img-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.exs-map {
	max-width: 594px;
	width: 100%;
	height: 395px;
	position: relative;
	overflow: hidden;
	border-radius: 45px;
	margin-left: auto;
}
.exs-map img,
.exs-map iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.exs-right {
	max-width: 1058px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}


@media (max-width: 1400px) {
	.gid-excourse-box {
		padding: 0 20px;
	}
	.gid-excourse-box .swiper-button-next {
		right: -10px;
	}
	.gid-excourse-box .swiper-button-prev {
		left: -10px;
	}
}



@media (max-width: 1200px) {
	.wrap {
		flex-direction: column;
	}
	.gid-info {
		flex-direction: column;
		align-items: flex-start;
	}
	.gid-side {
		max-width: 100%;
		flex-direction: row;
		align-items: flex-start;
		gap: 0 30px;
	}
	.gid-in {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 20px;
	}
	.gid-side-tag {
		flex-direction: row;
		gap: 5px;
		flex-wrap: wrap;
	}
	.gid-side-btn {
		width: auto;
	}
	.gid-side-btn .gradient-btn {
		padding: 5px 20px;
	}
	.gid-side-name span {
		margin: 0 0 10px;
	}
	.gid-info {
		margin-top: 60px;
		gap: 40px 0;
	}
	.gid-info {
		margin-top: 30px;
		gap: 0;
	}
	.gid-excourse-right {
		margin-top: 30px;
	}
	.gid-sec .mb-90 {
		margin-bottom: 50px;
	}
	.gid-side-text {
		margin-bottom: 10px;
		width: 100%;
	}
	.exs-map {
		margin-top: 30px;
		margin-left: 0;
	}
}


@media (max-width: 768px) {
	.gid-side {
		flex-direction: column;
		gap: 20px 0;
	}
	.gid-in {
		flex-direction: column;
	}
	.route-text {
		margin-bottom: 20px;
	}
	.route-block {
		padding: 20px;
	}
	.route-head {
		flex-wrap: wrap;
		gap: 10px;
	}
}

@media (max-width: 576px) {
	.gid-block {
		margin: 30px 0 30px;
		padding-bottom: 30px;
	}
	.gid-excourse-text p, .gid-info-text p, .text-in p {
		font-size: 14px;
	}
	.mt-sm-30 {
		margin-top: 40px;
	}
	.route-imgs {
		gap: 5px;
	}
	.gid-excourse-slide {
		margin: 32px 0;
	}
	.exs-map {
		height: 340px;
	}
	.gid-top {
		margin-bottom: 30px;
	}
}