@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	overflow-x: hidden;
	font-family: Arial, Helvetica, sans-serif !important;
}

.navbar-nav .nav-item:nth-of-type(7) .nav-link {
	color: #005392
}

/**********************
Main
**********************/

.main-title-head {
	position: relative;
}

.main-title-head div {
	position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    font-family: 'Tenorite', sans-serif;
}

.main-title-head h1 {
	font-weight: bold;
    font-size: 46px;
    margin-bottom: 12px;
}

.main-title-head h2 {
	font-size: 33px;
}

.main-title-head img {
	width: 100%;
	max-height: 420px
}

.booking-area {
	width: 35%;
    margin: 3em auto 0;
}

.booking-area h2 {
	font-size: 25px;
}

.booking-area p {
	margin: 1em 0 3em;
}

.content-section hr {
	margin: 3.5em 0;
}

.booking-area button {
	border: none;
    background: #FF6600;
    color: #fff;
    display: inline-block;
    padding: 8px 70px;
    border-radius: 13px;
    font-weight: bold;
}

.booking-area button:hover {
	background: #ff6600f7;
}

.contact-area {
	text-align: center;
}

.contact-area img {
	max-width: 400px;
}





@media only screen and (max-width: 1300px) {
	.main-title-head h1 {
		font-size: 36px;
	}
	.main-title-head h2 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 1200px) {
	.main-title-head h1 {
		font-size: 34px;
	}
}

@media only screen and (max-width: 1100px) {
	.main-title-head h1 {
		font-size: 32px;
	}
	.main-title-head h2 {
		font-size: 25px;
	}
	.main-title-head div {
		transform: translate(-50%, -80%);
	}
}


@media only screen and (max-width: 992px) {
	.contact-area {
		width: 60%;
	}
	.main-title-head {
		white-space: nowrap;
	}
	.main-title-head h1 {
		font-size: 30px;
	}
	.main-title-head h2 {
		font-size: 22px;
	}
	.main-title-head img {
		min-height: 250px;
	}
}

@media only screen and (max-width: 800px) {
	.main-title-head h1 {
		margin-right: 0;
		font-size: 26px;
	}
	.main-title-head h2 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.contact-area {
		width: 80%;
	}
}

@media only screen and (max-width: 700px) {
	.contact-phone span:nth-of-type(2) {
		left: 50%;
		width: max-content;
	}
	.main-title-head img {
		min-height: 230px;
	}
}

@media only screen and (max-width: 600px) {
	.main-title-head img {
		min-height: 200px;
	}
}

@media only screen and (max-width: 550px) {
	.contact-header img {
		max-height: 40px;
	}
	.contact-area {
		width: 90%;
	}
}

@media only screen and (max-width: 500px) {
	.main-title-head {
		flex-direction: column;
	}
	.main-title-head h1 {
		display: block;
		margin: 0 auto 0 0;
		width: 100%;
		margin-bottom: .5em;
	}
}

@media only screen and (max-width: 450px) {
	.contact-phone span:nth-of-type(2) {
		left: 35%;
		font-size: 14px;
	}
	.contact-phone a img {
		width: 40px;	
	}
	.contact-email span {
		left: 20px;
	}
	.contact-email img {
		width: 35px;
	}
	.main-title-head h2 {
		font-size: 18px;
	}
}



@media only screen and (min-width: 992px) {
	.container {
		max-width: 1000px !important;
	}
}















