.slider{
	position: relative;
	margin-top: 37px;
}

.slider-carousel{
	position: relative;
}

.slider-image-container{
	position: relative;
}

.slider-image{
	display: block;
	border-radius: 111px;
	object-fit: contain;
	width: 100%;
}

.slider-text-container{
	position: absolute;
	left: 120px;
	bottom: 118px;
	width: 400px;
}

.slider-title{
	font-size: 62px;
	font-weight: 500;
	line-height: 64px;
	letter-spacing: -0.04em;
	color: #fff;
}

.slider-text{
	margin-top: 25px;
	font-size: 20px;
	font-weight: 500;
	line-height: 25.1px;
	letter-spacing: -0.04em;
	color: #fff;
}

.slider-button{
	margin-top: 37px;
	padding: 6px 35px 10px 35px;
	border: 1px solid #FB5E6E;
	border-radius: 30px !important;
	background-color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-transform: lowercase;
	width: fit-content;
	color: #FB5E6E;
}

.slider .owl-nav{
	display: none;
}

.slider .owl-dots{
	display: block;
	position: absolute;
	display: flex;
	justify-content: center;
	left: 121px;
	bottom: 65px;
	width: fit-content;
}

.slider .owl-dot:not(:last-child){
	margin-right: 23px;
}

.slider .owl-dot{
	border: 1px solid #fff !important;
	border-radius: 50%;
	width: 16px;
	height: 16px;
}

.slider .owl-dot.active{
	background-color: #fff !important;
}


.excursions .slider-text-container{
	width: 70%;
}

.excursions .slider-image{
	filter: brightness(0.8);
}

.excursions .slider-title{
}

.excursions .slider-text{
	font-size: 34px;
	line-height: 45px;
}

.excursions .slider-order-button{
	margin-top: 25px;
	padding: 15px 29px 19px 29px;
	border: 1px solid #fff;
	border-radius: 35px !important;
	background-color: #f45c62;
	font-size: 34px;
	line-height: 34px;
	letter-spacing: -0.04em;
	text-transform: none !important;
	color: #fff;
	width: fit-content;
}
