html {
	scroll-behavior: smooth;
}
body {
	background: #edf0f8;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #2a2a2a;
	line-height: 1.2;
}
.top_header {
	background: #fff;	
}
.top_header .col-12 {
	display: flex;
	height: 80px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
header {
	background: url(images/header.webp) center center no-repeat;
	height: 639px;
}
h2, h3 {
	font-family: "DM Serif Display", serif;
	color: #501f68;
	font-weight: 400;
}
header h2 {
	font-size: 74px;
	text-transform: uppercase;	
	margin-bottom: 20px;	
	line-height: 1;	
	text-align: center;	
}
header h3 {
	font-size: 34px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.1;
}
header p {
	font-size: 16px;
	color: #501f68;
	border-top: 1px solid #d8ccde;
	border-bottom: 1px solid #d8ccde;
	padding: 10px 7px;
	margin: 0 auto 45px auto;
	max-width: 400px;
	width: 100%;
	text-align: center;
}
.btn {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: #e50378;
	padding: 18px 18px;
	max-width: 360px;
	width: 100%;
	border-radius: 30px;
	border: none;
	text-transform: uppercase;
	transition: all 1s ease-out;
	margin: 0 auto;
	display: block;	
}	
.btn:hover {
	color: #fff;
	background: #7c0186;
}
.marquee {
	overflow: hidden;
	padding: 29px 0;
	background: #e0d3ec;
}
.marquee ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.marquee ul li {
	text-transform: uppercase;	
	padding: 0 50px 0 80px;
	position: relative;
	font-weight: 700;
	font-size: 18px;
	color: #501f68;	
}
.marquee ul li:before {
	content: '';
	width: 38px;
	height: 35px;
	display: block;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);	
}
.marquee ul li:nth-child(1):before {
	background: url(images/marquee_01.webp) center center no-repeat;
}
.marquee ul li:nth-child(2):before {
	background: url(images/marquee_02.webp) center center no-repeat;
}
.marquee ul li:nth-child(3):before {
	background: url(images/marquee_03.webp) center center no-repeat;
}
.marquee ul li:nth-child(4):before {
	background: url(images/marquee_04.webp) center center no-repeat;
}
.marquee ul li:nth-child(5):before {
	background: url(images/marquee_05.webp) center center no-repeat;
}
header, .box {
	display: flex;
	align-items: center;	
}
.box h2 {
	font-size: 56px;
	text-align: center;	
	margin-bottom: 30px;
}
.box h2 span {
	font-size: 30px;
}
.box p {
	text-align: center;
}
.box_01 {
	background: url(images/sec_2_bg_desktop.webp) top center no-repeat;
	height: 910px;
}	
.box_01_ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 90px;
}
.box_01_ul div {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.box_01_ul div img {
	margin-bottom: 40px;
	width: 100%;
	max-width: 286px;
}
.box_01_ul div h3 {
	margin-bottom: 20px;
	font-size: 30px;
}
.box_01_ul div p {
	font-size: 18px;
	padding: 0 10px;
}
.box_02 {
	background: url(images/sec_3_bg_desktop.webp) top center no-repeat;
	height: 750px;
}
.box_02 h2 {
	font-size: 54px;
	text-transform: uppercase;
}	
.box_02 h3 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
}	
.box_02 .col-6 img {
	width: 100%;
	max-width: 643px;
}
.box_02 .col-6:nth-child(2) {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.box_03 {
	background: url(images/sec_4_bg_desktop.webp) top center no-repeat;
	height: 910px;
}
.box_03 .box_01_ul .col-4 img {
	max-width: 320px;
	width: 100%;
}
.box_03 .box_01_ul .col-4 h3, .box_03 .box_01_ul .col-4 p {
	padding-left: 30px;
	padding-right: 30px;
}
.box_04 {
	background: url(images/sec_5_bg_desktop.webp) top center no-repeat;
	height: 1040px;
}
.box_04 p {
	margin-bottom: 30px;
}
.testimonials {
	background: #fff;
	border-radius: 0px 0px 20px 20px;
	max-width: 360px;
	position: relative;
	margin: 180px auto 30px auto;
	padding-top: 180px;
	padding-bottom: 50px;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
}
.testimonials .big_img {
	margin: 0 auto 5px auto;
	border: 20px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: -180px;
	background: #fff;
	max-width: 360px;
	width: 100%;
}
.testimonials h3 {
	text-align: center;
	padding: 0 20px;
	font-size: 24px;
	margin-bottom: 25px;
}
.testimonials p {
	padding: 0 20px;
	font-size: 16px;	
	margin-bottom: 0;
}
.testimonials .stars {
	display: block;
	margin: 0 auto 20px auto;
}
.slider.slick-dotted.slick-slider {
	margin: 0 auto 60px auto;
	width: 90%;
}
.slider .slick-dots li button:before {
	color: #fff;
	width: 12px;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	opacity: 1;
}	
.slider .slick-dots {
	bottom: -80px;
}
.slider .slick-dots li.slick-active button:before {
	color: #501f68;
}	
.slider .slick-dots li:hover button:before {
	color: #501f68;
	opacity: 0.5;
}	
.slick-prev {
	left: -50px;
}
.slick-next {
	right: -50px;
}
.slick-prev, .slick-next {
	background: #fff;
	width: 50px;
	height: 50px;	
	border-radius: 50%;
	opacity: 1;	
	z-index: 999;	
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	opacity: 0.7;
	background: #fff;
}
.slick-prev::before, .slick-next::before {
	font-size: 25px;
	font-family: bootstrap-icons !important;
	display: block;
	color: #501f68;	
}
.slick-prev::before {
	content: '\F284';
}
.slick-next::before {
	content: '\F285';
}	
.box_05 {
	background: url(images/sec_6_bg_desktop.webp) top center no-repeat;
	min-height: 960px;
	padding: 110px 0 60px 0;
	align-items: baseline;
}
.accordion_logo {
	margin-top: 60px;
}
.accordion_logo .accordion_logo_box_1, .accordion_logo .accordion_logo_box_2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;	
	justify-content: space-between;
}
.accordion_logo .col-3 {
	padding-left: 15px;
	padding-right: 15px;
}
.accordion_logo .col-3 div {
	background: #fff;
	border: 5px solid #fcf6e2;
	padding: 80px 0;
	border-radius: 150px;
	max-width: 295px;
	margin: 0 auto 30px auto;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
}
.accordion_logo div p {
	margin-bottom: 0;
	padding: 0 15px;
	font-size: 16px;
	text-align: center;
	min-height: 140px;
	font-style: italic;
}
.accordion_logo div img {
	display: block;
	margin: 0 auto;
	width: 90%;
}
.accordion_logo .accordion_logo_box_2  {
	display: none;
	transition: all 1s ease-out;
}
.accordion_logo .accordion_logo_box_2.active {
	display: flex; 
}	
.show_more {
	background: #ffffff;
	border: 1px solid #c4a1d5;
	max-width: 240px;
	color: #501f68;
	margin-top: 40px;
}
.box_06 {
	background: url(images/sec_7_bg_desktop.webp) top center no-repeat;
	min-height: 910px;
	align-items: center;
}
.days_nights {
	margin-top: 70px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	padding: 0 150px;
}
.days_nights .testimonials {
	margin-left: 0;
	margin-right: 0;
}
.box_07 {
	background: url(images/sec_8_bg_desktop.webp) top center no-repeat;
	min-height: 1110px;
	align-items: center;
}
.box_07 p {
	margin-bottom: 70px;
}
.box_07 div.col-6:nth-child(2) img {
	width: 100%;
	max-width: 560px;
}	
.box_07 div.col-6:nth-child(3) {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.mind_body_box {
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
	padding: 35px 25px;
}
.mind_body_box h3 {
	font-size: 22px;
	margin-bottom: 25px;
}
.mind_body_box div {
	padding-left: 130px;
	position: relative;
}
.mind_body_box div:before {
	content: '';
	display: block;
	width: 106px;
	height: 106px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.box_07 div.col-6:nth-child(3) .mind_body_box:nth-child(1) div:before {
	background: url(images/mind_body_box_01.webp) center center no-repeat;
}	
.box_07 div.col-6:nth-child(3) .mind_body_box:nth-child(2) div:before {
	background: url(images/mind_body_box_02.webp) center center no-repeat;
}	
.box_07 div.col-6:nth-child(3) .mind_body_box:nth-child(3) div:before {
	background: url(images/mind_body_box_03.webp) center center no-repeat;
}	
.mind_body_box h3 span {
	text-transform: uppercase;
}
.mind_body_box ul {
	font-size: 18px;
	padding: 0;
	margin: 0;
	color: #8d3e8d;
	padding-left: 20px;
}
.mind_body_box ul li {
	margin-bottom: 20px;
}
.mind_body_box ul li:last-child {
	margin-bottom: 0;
}
.mind_body_box ul li span {
	color: #2a2a2a;
}
.box_08 {
	background: url(images/sec_9_bg_desktop.webp) top center no-repeat;
	min-height: 1400px;
	align-items: center;
}
.box_08 .box_01_ul {
	flex-wrap: wrap;
}
.box_08 .box_01_ul .col-3 {
	flex: 0 1 calc(33%);
}
.box_08 .box_01_ul .col-3 h3, .box_08 .box_01_ul .col-3 p {
	padding-left: 30px;
	padding-right: 30px;
}
.box_08 .box_01_ul .col-3:nth-child(4), .box_08 .box_01_ul .col-3:nth-child(5), .box_08 .box_01_ul .col-3:nth-child(6) {
	margin-top: 50px;
}
footer {
	background: #edeff7;
	padding: 40px 0 100px 0;
	font-size: 12px;
}
footer ul {
	margin: 50px 0;
	padding: 0;
	list-style: none;
	display: flex;
	font-size: 16px;
	text-transform: uppercase;
	justify-content: center;
	color: #2a2a2a;
}
footer ul li {
	padding: 0 25px;
}
footer ul a {
	color: #2a2a2a;
	text-decoration: none;
}
.footer_btn {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
	background: #e0d3ec;
	display: none;
	Z-index: 9999;
}
.footer_btn.active {
	display: block;
}
@media only screen and (max-width: 1199px) {
	body { font-size: 18px; }
	header h2 { font-size: 44px; }
	header h3 { font-size: 26px; }
	header p { font-size: 14px; }	
	.btn { font-size: 15px; }
	.box h2 { font-size: 40px; margin-bottom: 20px; }
	.box_01_ul { margin-top: 60px; }
	.box_01_ul div { flex: 0 1 33%; }
	.box_01_ul div img { margin-bottom: 30px; }
	.box_02 h2 { font-size: 36px; }
	.box_02 h3 { font-size: 18px; }
	.days_nights { padding: 0; }
	.mind_body_box ul { font-size: 16px; }
	.mind_body_box { padding: 20px; margin-bottom: 20px; }
	.mind_body_box:last-child { margin-bottom: 0; }
	.box_07 div.col-6:nth-child(2) { display: flex; flex-direction: column; justify-content: center; }
	footer ul { flex-direction: column; }
}
@media only screen and (max-width: 991px) {
	.container { width: 100%; max-width: 540px; }
	.top_header .col-12 { height: 60px; }
	header { align-items: baseline; padding-top: 35px; background: none; }
	header .col-6:nth-child(1) { display: none; }
	header .col-6:nth-child(2) { width: 100%; }
	header p, header h3 { margin-bottom: 20px; }
	header { background: url(images/header_mobile.webp) center center no-repeat; height: 795px; }
	.box_01 { background: url(images/sec_2_bg_mobile.webp) top center no-repeat; height: 1700px; }
	.box_02 { background: url(images/sec_3_bg_mobile.webp) top center no-repeat; height: 760px; }
	.box_03 { background: url(images/sec_4_bg_mobile.webp) top center no-repeat; height: 1960px; }
	.box_04 { background: url(images/sec_5_bg_mobile.webp) top center no-repeat; height: 1010px; }
	.box_05 { background: url(images/sec_6_bg_mobile.webp) top center no-repeat; min-height: 2160px; }
	.box_06 { background: url(images/sec_7_bg_mobile.webp) top center no-repeat; height: 1390px; }
	.box_07 { background: url(images/sec_8_bg_mobile.webp) top center no-repeat; height: 1940px; }
	.box_08 { background: url(images/sec_9_bg_mobile.webp) top center no-repeat; height: 3110px; }
	.box_01_ul { flex-direction: column; }
	.box_01_ul div { flex: 0 1 100%; width: 100%; margin-bottom: 40px; }
	.box_01_ul div:last-child { margin-bottom: 0; }
	.box_02 .col-6 { width: 100%; }
	.box_03 .box_01_ul { margin-top: 0; }
	.slider.slick-dotted.slick-slider { width: 100%; }
	.testimonials { max-width: 340px; box-shadow: none; }
	.testimonials .big_img { width: 340px; }
	.testimonials p { padding: 0 25px; }
	.slider .slick-prev, .slider .slick-next { top: 107%; }
	.slider .slick-prev { left: 0; }
	.slider .slick-next { right: 0; }
	.slider .slick-dots { bottom: -60px; }
	.accordion_logo .col-3 { width: 100%; }
	.days_nights { margin: 30px 0 0 0; flex-direction: column; }
	.days_nights .testimonials { margin-left: auto; margin-right: auto; }
	.box h2 span { font-size: 24px; display: block; }
	.box_07 p { margin-bottom: 50px; }
	.box_07 div.col-6 { width: 100%; }
	.box_07 div.col-6:nth-child(2) { margin-bottom: 30px; }
	.mind_body_box { padding: 25px; margin-bottom: 30px; }
	.mind_body_box div { padding-left: 0; padding-top: 120px; }
	.mind_body_box div:before { top: 0; left: 50%; transform: translateX(-50%); }
	.mind_body_box h3 { text-align: center; margin-bottom: 20px; }
	.mind_body_box ul li { margin-bottom: 15px; }
	.box_01_ul div img { width: 260px; }
	.box_08 .box_01_ul .col-3:nth-child(4), .box_08 .box_01_ul .col-3:nth-child(5), .box_08 .box_01_ul .col-3:nth-child(6) { margin-top: 0; }
	footer { padding-bottom: 100px; }
	footer ul li { margin: 0 0 10px 0; padding: 0; }
	footer ul { font-size: 14px; }
	.footer_btn { display: block; }
}