*{
	margin: 0px;
	padding: 0px;
}
body{
	 font-family: "Mulish", sans-serif;
}
ul.navigation a{
	color: #fff;
}
header{
	background-image: url(/images/header-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 20px;
	background-position: center;
}
ul.navigation {
    list-style: none;
    display: flex;
    gap: 25px;
    font-size: 14px;
	align-items: center;
    padding-top: 15px;
}
.main-book {
    text-align: left;
    background-color: #144ab9;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 28px;
    display: inline-block;
    border-radius: 25px;
    text-decoration: none;
}
.main-book img{
	margin-right: 10px;
	margin-top: -5px;
}
.head1{
	/* float: right; */
	width: 100%;
	display: flex;
	justify-content: center;
}
.main-head{
	margin: 50px 0;

}
.main-head h1{
	font-family: "Playfair Display", serif;
	font-size: 60px !important;
	color: #fff;
}
.main-head ul {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}
.main-head ul li{
	font-size: 16px;
	color: #fff;
	margin: 10px 0;
	list-style: none;
}
.main-head h6 a{
	border-radius: 25px;
	border:1px solid #fff;
	padding: 13px 28px;
    display: inline-block;
    border-radius: 25px;
    text-decoration: none;
    color: #fff;
}
.main-head h6{
	margin-top: 20px;
}
.main-head h6 a img{
	margin-right: 10px;
}
.header-sec h3{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.header-sec p{
	font-size:14px ;
	color: #fff;
	margin: 10px 0;
}
.header-sec h5 a{
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
}
.border-top{
	padding: 25px 0;
	border-top: 1px solid #D9D9D9;
}
.deals-sec{
	margin: 50px 0;
}
.deals-sec h2{
	font-size: 60px;
	font-weight: 700;
	color: #000;
	font-family: "Playfair Display", serif;
}
.deals-sec p{
	font-size: 18px;
	color: #000;
	line-height: 1.5;
}
.about-sec{
	background-image: url(../images/about-us-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 85px 0 ;
	background-position: bottom;
}
.about-main h2{
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}
.about-main h2 span{
	color: #144ab9;
}
.about-main h5{
	font-size: 40px;
	color: #fff;
	font-family: "Playfair Display", serif;
}
.about-main p{
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
}
.main-about-sec{
	background-color: #fff;
	padding: 14px 30px;
	background-image: url(../images/about-sm.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 70%;
	border-radius: 15px;
	position: relative;
	margin-top: 20px;
}
.main-about-sec h3{
	font-size: 30px;
	color: #19232D;
	font-family: "Playfair Display", serif;
}
.main-about-sec h6 a{
	text-decoration: none;
	color: #19232D;
	font-size: 24px;
	font-weight: 600;
}
.main-about-sec span{
	position: absolute;
	right: 20px;
	top: 60px;
}
.destination{
	padding: 50px 0;
}
.destination h2{
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	color: #000;
	margin-bottom: 50px;
}
.destination h2 span{
	color: #144ab9;
}
.main{
	padding: 24px;
	border-radius: 20px;
	box-shadow: 2px 2px 10px #ccc;
	margin: 20px 5%;
}
.main img{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.main h3{
	font-size: 16px;
	color: #144ab9;
	text-transform: capitalize;
	margin-top: 20px;
}
.main h6{
	font-size: 24px;
	color: #101828;
	font-weight: 600;
}
.main .main-book{
	font-size: 12px;
	padding: 10px ;
}
.main ul {
	margin: 0px;
	padding: 0px;
	margin: 12px 0;
}
.main ul li{
	font-size:15px ;
	color: #19232D;
	margin: 8px 0;
	list-style: none;
}

.main ul li img{
	margin-top: -3px;
}
.callnow{

}
.callnow h2{
	color: #000000;
	font-size: 40px;
	font-family: "Playfair Display", serif;
}
.callnow h3{
	font-size: 24px;
	color: #000;
	font-weight: 700;
}
.callnow h3 span{
	color: #144ab9;
}
.callnow p{
	font-size: 16px;
	color: #000;
}
.book-sec h2{
font-size: 1.5rem;
}

.book-sec-mid{
	background-image: url(../images/section.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0;
	margin-top: 50px;
}
.book-sec-mid h2{
	text-align: center;
	font-size: 24px;color: #fff;
}
.book-sec-mid span{
	color: #144ab9;
}
.book-sec-mid p{
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
.book-sec{
	background-color: #fff;
	border-radius: 15px;
	text-align: center;
	padding: 25px;
	padding-bottom: 25px;
	margin: 12px 0;
}
.book-sec h3{
	font-size: 26px;
	color: #1A1D20;
	font-family: "Playfair Display", serif;
}
.book-sec-mid h6{
	text-align: center;
	margin-top: 20px;
}
.why-book{
	margin: 50px 0;
}
.why-book h2{
	text-align: left;
	font-size: 40px;
	color: #000;
	font-family: "Playfair Display", serif;
}
.why-book ul{
	margin: 0px;
	padding: 0px;
	margin-top: 26px;
}
.why-book ul li{
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	text-align: left;
	text-decoration: none;
	list-style: none;
	margin: 10px 0;
	display: flex;
	align-items: center;
}
.why-book ul li img{
	margin-right: 10px;
	width: 26px;
	height: 26px;
}
.why-book h6{
	text-align: left;
	margin-top: 26px;
}
footer{
	background-color: #1A1D20;
	color: #fff;
	text-decoration: none;
	padding: 40px;
}
footer h3{
	font-size: 18px;
	font-weight: 600;
}
footer p{
	font-size: 16px;
	color: #fff;
	width: 80%;
}
.line{
	width: 50px;
	height: 2px;
	background-color: #144ab9;
	margin-bottom: 20px;
}
footer ul {
	margin: 0px;
	padding: 0px;
}
footer ul li{
	list-style: none;
	margin: 5px 0;
}
footer ul li a{
	font-size: 15px;
	color: #fff;
	line-height: 1.5;
	text-decoration: none;
	list-style: none;
}
.main-head p{
	color: #fff;
}

/* static strip css */
.static-strip {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #f2f2f2;
	color: #000;
	text-align: center;
	padding: 12px 10px;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	z-index: 9999;
	box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
	flex-wrap: wrap;
  }
  
  .static-strip a {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
  }
  
  .static-strip a:hover {
	text-decoration: underline;
  }
  
  @media (max-width: 600px) {
	.static-strip {
	  font-size: 16px;
	  padding: 10px 5px;
	  flex-direction: column;
	}
	.static-strip a{
	    font-size:22px;
	}
  }

@media only screen and (max-width: 992px) {
	header{
		background-position: right;
	}
	
	.row-reverse{
		flex-direction: column-reverse;
	}
	.deals-sec h2{
		font-size: 40px;
		margin-top: 50px;
	}
	.book-sec h3 {
    font-size: 18px;
	}
	.why-book h2{
		font-size: 40px;
	}
	.main-head h1{
		font-size: 50px;
	}
	.box{
		margin: 10px 0;
	}
	.header-sec h3{
		margin-top: 20px;
	}
	.box{
		text-align: center;
	}
}
@media only screen and (max-width: 768px) {
	header{
		background-position: unset;
	}
	.main-about-sec{
		width: 100%;
	}
	.head1 a {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.head a{
		font-size: 16px;
	}
	.head {
		text-align: center;
	}
	ul.navigation li a {
        border-bottom: 2px solid #B7FE14;
        font-size: .85em;
        font-weight: bold;
    }
}
ul.navigation a {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
}
	ul.navigation li{
		line-height: 1;
	}
	ul.navigation{
		flex-direction: row;
		/*gap: 5px;*/
		padding: 0;
		align-items: center;
		justify-content: space-evenly;
		font-size: 1em;
		margin-top: 20px;

	}
	.main-head h1{
		font-size: 40px;
	}
	.main img{
		display: block;
		margin: auto;

	}
	.main .main-book {
    font-size: 12px;
    padding: 10px;
    display: inline-flex;
    gap: 10px;
	}
	.main ul li img{
		display: inline-block !important;
		text-align: left;
	}
	.book-sec h3{
		margin-top: 15px;
		font-size: 16px;
	}
	.book-sec br{
		display: none;
	}
	.book-sec {
		padding: 20px;
		height: 200px;
	}
	.callnow h2{
		font-size: 30px;
	}
	    .book-sec h3 {
        margin-top: 15px;
        font-size: 16px;
        line-height: 1.5;
    }
    .main h6{
    	font-size: 20px;
    }
    footer h3{
    	margin-top: 10px;
    }
    .why-book h2{
    	font-size: 30px;
    }
    .destination h2{
    	font-size: 30px;
    }
    .deals-sec h2{
    	font-size: 30px;
    }
    .main-head h1{
    	font-size: 30px;
    }
}
