@import url("../css/fonts.css");
@import url("../webfonts/css/all.css");

/*

primary - EC7A19
secondary - 293950

greys :
Light:fafafa
Dark3:565656

black:
dark : 21252A
darker : 232323
light: 343434


Positive:25AB21
Error:F50031
Warning: F06D0F

*/

/*-------------------------------------*/

body{
	font-family: "National Park", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #141414;
	background-color: #fff;
}

.scroll-up-btn{
    position: fixed;
    height: 45px;
    width: 45px;
    background: #293950;
    right: 30px;
    bottom: 10px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    z-index: 9999;
    font-size: 30px;
    border-radius: 16px;
    border-bottom-width: 2px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
.scroll-up-btn.show{
    bottom: 30px;
    opacity: 1;
    pointer-events: auto;
}
.scroll-up-btn:hover{
    filter: brightness(90%);
}

.navbar{
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
}
.navbar.sticky{
  /*background-color: rgba(255, 255, 255, 0.8);*/
  background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(20px);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #141414;
    background-color: #fff;
    font-weight: 500;
    border-radius: 100px;
    font-size: 16px;
    padding: 12px 16px;
    
  }
 .navbar-default .navbar-nav .open .dropdown-menu{
 	border-radius: 24px;
 	border: 1px solid #eee;
 	background-color: #fff;
 	margin-top: 23px;
 	box-shadow: none;
 	padding: 0px;
 }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #141414;
    background-color: #F7D118;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #141414;
    background-color: #F7D118;
  }

/* Buttons Start------------------------*/


.btn-book{

	background-color: #F7D118;
	color: #141414;
	font-size: 18px;
	padding: 16px 32px;
	border-radius: 100px;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	border: 2px solid #F7D118;
}
.btn-book:hover{
	background-color: #141414;
	color: #F7D118;
	font-size: 18px;
	padding: 16px 32px;
	border-radius: 100px;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	border: 2px solid #F7D118;
}
.btn-book i{
	padding-left: 8px;
}

.btn-continue{
	color: #6A43D7;
	font-size: 16px;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
}
.btn-continue:hover{
	color: #6A43D7;
	font-size: 16px;
	font-weight: 600;
	text-shadow: none;
	text-decoration: none;
	
}
.btn-continue i{
	padding-left: 8px;
}
.btn-view{
	background-color: #A6D6C9;
	color: #141414;
	font-size: 18px;
	padding: 16px 32px;
	border-radius: 100px;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	transition: border-radius .4s ease-in-out; 
}
.btn-view:hover{
	background-color: #B5D8FE;
	color: #141414;
	font-size: 18px;
	padding: 16px 32px;
	border-radius: 100px;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
}
.btn-view i{
	padding-left: 8px;
}

/* Buttons End------------------------*/



/*Footer-------------------------------*/

footer {
	/*background: url('../img/slider/footer1.jpg') no-repeat center center fixed;
 	-webkit-background-size: cover;
 	-moz-background-size: cover;
	background-size: cover;*/
	background-color: #141414;
	padding: 64px 0 32px 0;
}

footer .foot h1{	
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
	text-align: left;
	color: #A6D6C9;
	margin-top: 0px;
}
footer .foot1 h3{
	color: #141414;
	font-size: 16px;
	padding: 0px 0 8px 0;
	text-align: center;
	line-height: 24px;
}
footer .foot p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	line-height: 24px;
}
footer .foot p strong{
	color: #141414;	
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
footer .foot p a{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
footer .foot p a:hover{
	color: #F7D118;
	font-size: 16px;
	text-decoration: none;
}

footer .foot iframe{
	border-radius: 16px;
}
footer .foot p.social a{
	padding-right: 8px;
	font-size: 20px;
}
footer .foot h4{
	color: #fff;	
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	font-family: "Poppins", serif;
	padding-bottom: 24px;
}
footer .foot{
	padding-bottom: 64px;
}
footer .foot1{
	padding-top: 64px;
}
footer .foot2{
	background-color: #000;
	margin-bottom: 32px;
	border-radius: 100px;
}
footer .foot2 h5.designer {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	text-align: right;
}
footer .foot2 h5.designer a{
	font-size: 16px;
	color: #F7D118;
	line-height: 24px;
	text-decoration: none;
	text-align: left;
}
footer .foot2 h5.designer a:hover{
	font-size: 16px;
	color: #F7D118;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
}
footer .foot2 h5{
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	text-align: left;
	padding: 8px;
}
footer .foot1 h6 {
	margin-bottom: 48px;
	text-align: center;
}
footer .foot1 h6 a{
	padding: 0px;
	margin-right: 16px;
}
footer .foot1 h6 a img{
	width: 24px;
	height: 24px;
}
footer .foot1 h6 .soc{
	display: inline-block;
	position: relative;
}

/*---------------------------------------*/

/*---------------------------------*/

.show1{
	display: none;
}
.hide1{
	display: block;
}

/* CSS end --------------------------------------*/


/* Media start----------------------------------------*/

@media (max-width: 767px){

body{
	font-family: "National Park", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #141414;
	background-color: #fff;
}
div.show1{
	display: block;
}
div.hide1{
	display: none;
}


div.scroll-up-btn{
    position: fixed;
    height: 45px;
    width: 45px;
    background: #293950;
    right: 30px;
    bottom: 10px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    z-index: 9999;
    font-size: 30px;
    border-radius: 16px;
    border-bottom-width: 2px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
div.scroll-up-btn.show{
    bottom: 30px;
    opacity: 1;
    pointer-events: auto;
}
div.scroll-up-btn:hover{
    filter: brightness(90%);
}
/* Buttons Start------------------------*/


h6 a.btn-book{
	background-color: #F7D118;
	color: #141414;
	font-size: 18px;
	padding: 12px 32px;
	border-radius: 100px;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	border: 2px solid #F7D118;
}
div.btn-book:hover{
	background-color: #141414;
	color: #F7D118;
	font-size: 18px;
	padding: 12px 32px;
	border-radius: 100px;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	border: 2px solid #F7D118;
}
div.btn-book i{
	padding-left: 8px;
}

div.btn-continue{
	color: #6A43D7;
	font-size: 16px;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
}
div.btn-continue:hover{
	color: #6A43D7;
	font-size: 16px;
	font-weight: 600;
	text-shadow: none;
	text-decoration: none;
	
}
div.btn-continue i{
	padding-left: 8px;
}
h6 a.btn-view{
	background-color: #A6D6C9;
	color: #141414;
	font-size: 16px;
	padding: 12px 32px;
	border-radius: 100px;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	transition: border-radius .4s ease-in-out; 
}
h6 a.btn-view:hover{
	background-color: #B5D8FE;
	color: #141414;
	font-size: 16px;
	padding: 12px 32px;
	border-radius: 100px;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
}
h6 a.btn-view i{
	padding-left: 8px;
}

/* Buttons End------------------------*/


nav.navbar{
    position: fixed;
    margin-top:0px;
    transition: all 0.3s ease;
}
nav.navbar .navbar-right{
	margin-right: 0px;
}
nav.navbar.sticky{
  background-color: #fff;
	backdrop-filter: blur(20px);
}
nav.navbar-default {
  background-color: #fff;
  border-color: transparent;
  padding: 0;
  border-radius: 0px;
}
nav.navbar-default .navbar-brand {
  color: #777;
  margin-left: 0px;
}
nav.navbar-default .navbar-brand img{
  max-width: 180px;
  margin-top: -14px;
}
nav.navbar-default .navbar-brand:hover,
nav.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
nav.navbar-default .navbar-text {
  color: #141414;
}
nav.navbar-default .navbar-nav > li > a {
  color: #141414;
  font-size: 16px;
  padding: 12px 0px;
  font-weight: 400;
}
nav.navbar-default .navbar-nav > li > a:hover,
nav.navbar-default .navbar-nav > li > a:focus {
  color: #141414;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 0px;
}
nav.navbar-default .navbar-nav > .active > a,
nav.navbar-default .navbar-nav > .active > a:hover,
nav.navbar-default .navbar-nav > .active > a:focus {
  color: #141414;
  background-color: transparent;
}
nav.navbar-default .navbar-nav > .disabled > a,
nav.navbar-default .navbar-nav > .disabled > a:hover,
nav.navbar-default .navbar-nav > .disabled > a:focus {
  color: #141414;
  background-color: transparent;
}
nav.navbar-default .navbar-nav > .open > a,
nav.navbar-default .navbar-nav > .open > a:hover,
nav.navbar-default .navbar-nav > .open > a:focus {
  color: #141414;
  background-color: transparent;
}

nav.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #141414;
    background-color: #fff;
    font-weight: 400;
    border-radius: 0px;
    padding: 4px 8px;
    
  }

  nav.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  nav.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #141414;
    background-color: #fff;
  }
  nav.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  nav.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  nav.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #141414;
    background-color: #fff;
  }

 nav.navbar-default .navbar-nav .open .dropdown-menu{
 	border-radius: 0px;
 	border: 0px solid #eee;
 	background-color: #fff;
 	margin-top: 4px;
 	box-shadow: none;
 	padding: 0px;
 }

/*Footer-------------------------------*/

footer {
	/*background: url('../img/slider/footer1.jpg') no-repeat center center fixed;
 	-webkit-background-size: cover;
 	-moz-background-size: cover;
	background-size: cover;*/
	background-color: #141414;
	padding: 32px 0 0px 0;
}


footer .foot p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	line-height: 24px;
}
footer .foot p strong{
	color: #141414;	
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
footer .foot p a{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
footer .foot p a:hover{
	color: #6A43D7;
	font-size: 16px;
	text-decoration: none;
}

footer .foot iframe{
	border-radius: 16px;
	margin-top: 16px;
}
footer .foot p.social a{
	padding-right: 8px;
	font-size: 20px;
}
footer .foot h4{
	color: #fff;	
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	font-family: "Poppins", serif;
	padding: 8px 0;
}

footer .foot{
	padding-bottom: 16px;
}
footer .foot2{
	background-color: #000;
	margin-bottom: 0px;
	border-radius: 0px;
}
footer .foot2 h5.designer {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	text-align: center;
}
footer .foot2 h5.designer a{
	font-size: 16px;
	color: #F7D118;
	line-height: 24px;
	text-decoration: none;
	text-align: left;
}
footer .foot2 h5.designer a:hover{
	font-size: 16px;
	color: #F7D118;
	line-height: 24px;
	text-align: center;
}
footer .foot2 h5{
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	padding: 0px;
}


/*---------------------------------------*/


}

/* Media End-------------------------------------------*/












