@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Montserrat", sans-serif; */

 .pc-main {
	width: 100%;
	padding-left: 20px;
}
.pc-top {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 20px 38px;
	margin-bottom: 66px;
}
.pc-top span {
	color: rgb(130, 157, 190);
	font-family: 'TT Norms';
	font-size: 18px;
	font-weight: 500;
	line-height: 120%;
}
.pc-top .pc-top-img img {
	height: 46px;
}
.pc-top a {
	color: rgb(1, 1, 1);
	font-size: 18px;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: 0.01em;
}

/* tour */
.title-h1 {
	max-width: 888px;
	width: 100%;
}
.title-h1 .h1 {
	margin-bottom: 20px;
	color: rgb(39, 49, 74);
	font-size: 44px;
	font-weight: 400;
	line-height: 110%;
}
.tour-price {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 26px;
}
.tour-price p {
	color: rgb(6, 6, 6);
	font-size: 20px;
	font-weight: 400;
	line-height: -1px;
}
.tour-price span {
	color: rgb(6, 6, 6);
	font-size: 20px;
	font-weight: 400;
	line-height: -1px;
}
.tour-price del {
	color: rgb(209, 65, 107);
	font-size: 18px;
	font-weight: 400;
	line-height: -1px;
}

.tour-tags {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 26px;
}
.tour-tags_tag {
	display: flex;
	align-items: center;
	gap: 9px;
}
.tour-tags_span {
	color: rgb(15, 15, 15);
	font-size: 14px;
	font-weight: 400;
	padding: 7px 25px;
	border: 1px solid rgb(235, 244, 249);
	border-radius: 10px;
	backdrop-filter: blur(6px);
}

.tour-group {
	display: flex;
	align-items: center;
	gap: 20px 40px;
	margin-bottom: 22px;
}
.input-group.date {
	width: 100%;
	max-width: 200px;
	border-radius: 8px;
	background: rgb(235, 244, 249);
	display: flex;
	align-items: center;
	height: 46px;
}

.input-group.date input {
	min-width: 198px;
	width: 100%;
	background: rgb(235, 244, 249);
	height: 46px;
	border-color: transparent;
	font-weight: 300;
	cursor: pointer;
}
.input-group.date input:hover {
    background: rgb(209, 214, 218);
}
.input-group.date input::placeholder {
	color: rgb(31, 41, 35);
}
.input-group.date input:focus {
	box-shadow: none;
	border-color: transparent;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-radius: 8px;
}
.datepicker table tr td.today, .datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
	background: #04c;
	color: #fff;
}
.input-group.date .input-group-addon {
	position: absolute;
	right: 13px;
	top: 10px;
	z-index: 11;
}
.datepicker-dropdown {
	margin-top: 27px;
}

.tour-list {
	max-width: 470px;
	width: 100%;
	margin-top: 24px;
}
.tour-list_item {
	display: flex;
	align-items: center;
	max-width: 470px;
	width: 100%;
	margin-bottom: 23px;
}
.tour-list_item > * {
	width: 100%;
}
.tour-list_item p,
.tour-list_item span {
	color: rgb(6, 6, 6);
	font-size: 16px;
	font-weight: 400;
}
.tour-list_item del {
	color: rgb(160, 161, 160);
	font-size: 16px;
	font-weight: 400;
	margin-left: auto;
	text-align: right;
}
.tour-list_item span {
	margin-left: auto;
	text-align: right;
}
.tour-list_total {
	text-align: right;
}
.tour-list_total span {
	color: rgb(6, 6, 6);
	font-size: 20px;
	font-weight: 400;
}

.tour-box {
	display: flex;
	align-items: flex-start;
	gap: 20px 40px;
	min-width: 650px;
	max-width: 650px;
}
.tour-count {
	padding: 24px 15px;
	border-radius: 10px;
	backdrop-filter: blur(6.89px);
	background: rgb(235, 244, 249);
	min-width: 136px;
	max-width: 136px;
}
.counter {
	display: flex;
	align-items: center;
	gap: 0 10px;
	margin-bottom: 25px;
}
.counter:last-child {
	margin-bottom: 0;
}
.counter span {
	min-width: 25px;
	height: 20px;
	border-radius: 5px;
	background-color: #F47D46;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.counter input {
	width: 30px;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 5px;
	text-align: center;
	color: rgb(50, 50, 50);
	font-size: 12px;
	font-weight: 400;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.tour-form .tour-form_title {
	color: rgb(6, 6, 6);
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 16px;
}
.tour-form .form-group input {
	border-radius: 10px;
	background: #EBF4F9;
	height: 42px;
	width: 100%;
	padding: 10px 32px;
	border: none;
	color: #000;
	font-size: 16px;
	font-weight: 400;
}
.tour-form .form-group input::placeholder {
	color: rgb(101, 110, 115);
}
.tour-content {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}
.tour-form {
	max-width: 500px;
	width: 100%;
}
.tour-form .form-group {
	margin-bottom: 12px;
}
.form-text {
	display: flex;
	align-items: flex-start;
	gap: 20px 40px;
	padding-top: 20px;
}
.form-text_inner {
	max-width: 320px;
}
.form-text_inner span {
	display: block;
	color: rgb(147, 147, 147);
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 10px;
}

/* slider */
.pc-main {
	overflow: hidden;
}
.tour-slider {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-top: 150px;
}
.tour-slider .slide-img img {
	width: 100%;
}
.tour-slider .swiper-button-next:after,
.tour-slider .swiper-button-prev:after {
	content: none;
}
.tour-slider .swiper-button-next,
.tour-slider .swiper-button-prev {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #ff3844;
	border: 1px solid #ff3844;
}
.tour-slider .swiper-button-next:hover,
.tour-slider .swiper-button-prev:hover {
	background: #f5f6f9;
}
.tour-slider .swiper-button-next:hover svg path,
.tour-slider .swiper-button-prev:hover svg path {
	stroke: #ff3844;
}
.tour-slider .swiper-button-next.swiper-button-disabled,
.tour-slider .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background: transparent;
}
.tour-slider .swiper-button-next.swiper-button-disabled svg path,
.tour-slider .swiper-button-prev.swiper-button-disabled svg path {
	stroke: #ff3844;
}
.tour-slider .swiper-button-next {
	right: -10px;
}
.tour-slider .swiper-button-prev {
	left: auto;
	right: 40px;
}

.tour-slide-text {
	margin: 68px 0;
	max-width: 1153px;
}
.tour-slide-text p {
	color: rgb(32, 32, 32);
	font-size: 18px;
	font-weight: 400;
}
.select-div {
	width: 100%;
}


/* excursion page */
.excursion-sec {
	width: 100%;
	overflow: hidden;
	padding-bottom: 100px;
}
.excursion-filter {
	display: flex;
	gap: 5px;
	border-radius: 15px;
	padding: 12px 24px;
	backdrop-filter: blur(4px);
	background: rgba(232, 237, 247, 0.6);
	width: 100%;
	margin-bottom: 80px;
	position: relative;
	z-index: 2;
}
.excursion-filter .input-group.date input {
	background: #fff;
}
.excursion-filter .select-styled {
	background: #fff;
}
.excursion-filter .select {
	max-width: 100%;
}
.select-div.price {
	max-width: 120px;
}
.excursion-rov {
	margin-left: -18px;
	margin-right: -18px;
	gap: 30px 0;
}
.excursion-rov .col-xl-4 {
	padding-left: 18px;
	padding-right: 18px;
}
.excursion-slider {
	height: 285px;
	width: 100%;
	border-radius: 35px 35px 0px 0px;
	overflow: hidden;
	position: relative;
}
.slider-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider-item .tags {
	position: absolute;
	left: 0;
	top: 0;
	padding: 22px 12px;
	display: flex;
	gap: 5px;
	z-index: 2;
}
.slider-item .tags span {
	border-radius: 15px;
	backdrop-filter: blur(4px);
	background: rgba(255, 255, 255, 0.6);
	padding: 4px 14px;
	color: rgb(6, 6, 6);
	font-size: 10px;
	font-weight: 400;
}
.excursion-body {
	padding: 25px 15px 25px 25px;
	background-color: #fff;
	border-radius: 0 0 35px 35px;
}
.excursion-text a {
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
	display: block;
}
.excursion-text a:hover {
	color: #E16118;
}
.excursion-text span {
	display: block;
	color: rgb(89, 89, 89);
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 20px;
}
.excursion-time p {
	display: flex;
	align-items: baseline;
	gap: 0 10px;
	color: rgb(73, 76, 108);
	font-size: 12px;
	font-weight: 300;
}
.excursion-time .times {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 3px;
	margin-top: 10px;
}
.excursion-time .times a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	padding: 2px 10px;
	border-radius: 4px;
	background: rgb(235, 244, 249);
	color: rgb(89, 89, 89);
	font-size: 12px;
	font-weight: 300;
	padding: 4px 10px;
}
.slider-item {
	width: 100%;
	height: 100%;
}
.excursion-slider .swiper-pagination-bullet {
	max-width: 66px;
	height: 8px;
	border-radius: 5px;
	backdrop-filter: blur(4px);
	background: rgba(255, 255, 255, 0.6);
	width: 100%;
	opacity: 1;
}
.excursion-slider .swiper-pagination-bullet-active {
	background: #fff;
}
.excursion-btn {
	margin-top: 44px;
	display: flex;
	gap: 10px 20px;
	align-items: center;
	justify-content: space-between;
}
.excursion-btn span {
	width: 100%;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 18px;
	border: 1px solid rgb(234, 80, 88);
	border-radius: 10px;
	color: rgb(89, 89, 89);
	font-size: 18px;
	font-weight: 400;
}
.excursion-btn .text_arrow {
	width: 100%;
	font-size: 12px;
	justify-content: space-around;
}






























/* arrow btn/link style */
.text_arrow {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: -webkit-linear-gradient(0deg, #E16118 0%, #FF3844 100%);
	background: linear-gradient(90deg, #E16118 0%, #FF3844 100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.text_arrow:hover, .text_arrow:focus {
    color: #fff;
    background: -webkit-linear-gradient(0deg, #FF3844 0%, #E16118 100%);
	background: linear-gradient(90deg, #FF3844 0%, #E16118 100%);
    outline: unset;
}
.border-btn svg,
.text_arrow svg {
    margin-left: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.text_arrow:hover svg {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
}
/* custom select */
.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    max-width: 200px;
	width: 100%;
    height: 46px;
}
.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 8px;
	background: rgb(235, 244, 249);
    padding: 14px 16px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	color: rgb(31, 41, 35);
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
}
.select-styled:after {
    content: "";
    width: 12px;
    height: 7px;
    background-image: url('../images/select-arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;
    right: 15px;
	transition: .3s all ease;
}
.select-styled:hover {
    background: rgb(209, 214, 218);
}
.select-styled.active {
	 border-radius: 5px 5px 0 0;
}
.select-styled:active:after,
.select-styled.active:after {
    transform: rotate(180deg);
}
.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background: rgb(235, 244, 249);
    border-radius: 0 0 5px 5px;
	max-height: 290px;
	overflow-y: auto;
}
.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 16px;
    border-top: 1px solid rgb(209, 214, 218);
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
	color: rgb(31, 41, 35);
	font-size: 16px;
	font-weight: 300;
}
.select-options li:hover,
.select-options li.is-selected {
    color: #E16118;
    background: rgb(209, 214, 218);
}
.select-options li[rel="hide"] {
    display: none;
}








@media (min-width: 1920px) {
	.container-fluid.limited {
		max-width: 1460px;
	}
}


@media (max-width: 1390px){
	.pc-main {
		padding-left: 0;
	}
	.pc-top {
		gap: 20px 30px;
	}
	.pc-top a,
	.pc-top span {
		font-size: 16px;
	}
	.tour-content {
		flex-direction: column;
	}
	.tour-form {
		max-width: 650px;
	}
	.form-text {
		justify-content: space-between;
	}
}


@media (max-width: 1300px) {
	.pc-top {
		margin-bottom: 40px;
	}
	.excursion-filter {
		flex-wrap: wrap;
	}
	.select-div {
		min-width: 170px;
		width: auto;
	}
	.slider-item .tags {
		flex-wrap: wrap;
	}
}


@media (max-width: 1200px) {
	.tour-tags {
		flex-wrap: wrap;
	}
}


@media (max-width: 992px) {
	.tour-slider {
		margin-top: 80px;
	}
	.tour-box {
		min-width: auto;
	}
}


@media (max-width: 768px) {
	.wrap {
		overflow: hidden;
	}
	.container {
		max-width: 100%;
	}
	.sidebar-box {
		display: none;
	}
	.tour-box {
		min-width: 100%;
	}
}

@media (max-width: 576px) {
	.title-h1 .h1 {
		font-size: 32px;
	}
	.tour-box {
		flex-direction: column;
	}
	.tour-price,
	.tour-tags_tag {
		flex-wrap: wrap;
	}
}