@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px - iPads, Tablets
10. 767px - iPads, Tablets
11. 539px - iPads, Tablets
12. 479px - Mobile
13. 400px - Mobile

Now let’s see some common breakpoints for widths of devices:

320px — 480px: Mobile devices
481px — 768px: iPads, Tablets
769px — 1024px: Small screens, laptops
1025px — 1200px: Desktops, large screens
1201px and more —  Extra large screens, TV

For common screen resolutions for mobile in 2024, see the following:

360 x 800
390 x 844
393 x 873
412 x 915
414 x 896
360 x 780

common screen resolutions for tablet in 2024, see the following:

768 x 1024
810 x 1080
820 x 1180
1280 x 800
800 x 1280
601 x 962




******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px) {}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {


	.main_nav ul li:not(:last-of-type) {
		margin-right: 30px;
	}

	.booking_form>div>div:last-child {
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
	}

	.split_section_image {
		height: 600px;
		margin-top: 43px;
	}

	.split_section_right_content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	.split_section_left_content {
		padding-left: 0;
		padding-top: 116px;
		padding-right: 0;
		padding-bottom: 0;
	}

	.container_custom .container {
		padding-left: 15px;
		padding-right: 15px;
		max-width: 960px;
	}

	.container_custom .container .row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.container_custom .container .row>div[class^='col'] {
		padding-left: 15px;
		padding-right: 15px;
	}

}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px) {}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {}

/************
6. 991px
************/

@media only screen and (max-width: 991px) {
	.main_nav {
		display: none;
	}

	.hamburger_menu {
		display: block;
	}

	.home_title {
		font-size: 40px;
	}

	.booking_input_container>div {
		padding-right: 0;
	}

	.booking_input_container>div:first-child,
	.booking_input_container>div:nth-child(2) {
		width: 100%;
	}

	.booking_input_container>div:nth-child(3),
	.booking_input_container>div:nth-child(4) {
		width: 100%;
	}

	.booking_input_container>div:not(:last-of-type) {
		margin-bottom: 10px;
	}

	.about_images {
		margin-top: 42px;
	}

	.gallery_item {
		height: calc(100vw / 3);
	}

	.blog_title a {
		font-size: 30px;
	}

	.footer_row>div[class^='col']:not(:last-child) {
		margin-bottom: 60px;
	}

	.footer_content {
		padding-bottom: 22px;
	}

	.cert:not(:last-child) {
		margin-right: 15px;
	}

	.container_custom .container {
		max-width: 720px;
	}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px) {}

/************
8. 880px
************/

@media only screen and (max-width: 880px) {}

/************
9. 768px
************/

@media only screen and (max-width: 768px) {}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
	.header_content {
		padding-left: 30px;
		padding-right: 30px;
	}

	.home_title {
		font-size: 40px;
	}


	.book_button {
		display: none;
	}


	.menu_book {
		display: block;
	}

	.booking_form_container {
		padding-left: 0;
		padding-right: 0;
	}

	.gallery_item {
		height: calc(100vw / 2);
	}

	.container_custom .container {
		max-width: 540px;
	}


}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {
	h2 {
		font-size: 24px;
	}

	p {
		font-size: 14px;
	}

	.header_content {
		padding-left: 5px;
		padding-right: 25px;
	}

	.home_title {
		font-size: 40px;
	}

	.booking_input {
		height: 40px;
	}

	.split_section_image {
		height: 70%;
		padding-bottom: 77px;

	}

	.booking_button {
		width: 125px;
		height: 44px;
	}

	.icon_box_icon {
		width: 60px;
		height: 60px;
	}

	.gallery_item {
		height: calc(100vw /2);
	}

	.blog_content {
		left: 30px;
		bottom: 30px;
		width: calc(100% - 30px);
	}

	.blog_title a {
		font-size: 24px;
	}

	.split_section_image {
		height: 450px;
	}

	.facts_container {
		padding-left: 30px;
		padding-bottom: 77px;
		padding-top: 50px;
		padding-right: 30px;
		height: 100%;
	}


	.acc_tabs {
		margin-top: 84px;
		margin-left: 20px;
		margin-right: 10px;
	}


	.accordion {
		max-height: 300px;

	}


	.accordion_panel {
		padding-right: 8px;
		max-height: 600px;
	}


	.footer_content {
		padding-bottom: 50px;
		padding-left: 0px;
	}

	.footer_logo {
		max-width: 250px;
	}

	.journey_img {
		max-width: 200px;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {
	p {
		font-size: 18px;
	}


}

/************
14. 400px
************/

@media only screen and (max-width: 400px) {}