body,html
{
font-family: 'Poppins', sans-serif;
/*font-family: 'Tangerine', serif;*/
	overflow-x: hidden;
}
nav.navbar.navbar-expand-lg.navbar-dark {
        border-bottom: 3px solid #361d09;
    filter: drop-shadow(2px 1px 1px #361d09);
}
.showcase {
    width: 100%;
    height: 500px;
    position: relative;
    color: white;
    text-align: center;
}
span.input-group-addon {
    background: none!important;
    padding: 10px!Important;
    border: 0px!important;
}
.details {
   text-align: left;
    text-transform: capitalize;
}
span.align_amount {
    float: right;
}
.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)!important;
}
a.btn.btn-info {
    width: 100%;
    margin: 15px 0px 0px;
    background: green;
    border-color: green;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
   background: green;
    border-color: green;
}
td.day.disabled {
    background: green!important;
    color: white!important;
}
a.btn.btn-info {
    width: 100%;
    margin: 15px 0px 0px;
    background: green;
    border-color: green;
}
section.books {
    padding: 64px 0px;
}
span.align
{
    float: right;
    text-align: justify;
}
.showcase .overlay {
    width: 100%;
    height: 500px;
    background-color: rgba(0, 35, 82, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
@media only screen and (min-device-width: 200px) and (max-device-width: 600px)
{
 .showcase {
   
    height: 530px;
   
}
.showcase .overlay {
   
    height: 530px;
   
}   
} 
.hero-image {
    height: 600px;
     background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.text>a {
    font-family: 'poppins',sans-serif;
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}


.hero-exclusions {
  position: fixed;
  text-align: center;
  top: 88%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 12px 35px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  border: 5px solid black;
  margin-left: -1px;
  margin-top: 5%;
  font-size: 8pt;
  letter-spacing: 5px;
  font-weight: bold;
  font-syle: italic;
}

.hero-text button:hover {
  background-color: transparent;
  color: white;
  border: 5px solid black;
  text-shadow: 2px 2px #000;
}

@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }

}
a.nav-link {
        color:#361d09!important;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 20px;
    padding: 20px 30px;
}
li.nav-item {
    margin: 0px 40px;
   
}
h1.banner_heading {
      font-size: 80px;
    font-family: 'Tangerine', serif;
    text-shadow: 2px 2px 2px #000;
    /* font-weight: bold; */
    background: rgb(0,0,0,.1);
}
img.img-fluid.img-top {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    margin-top: -65px;
}
section.resort_details {
    padding: 40px 0px;
}
h3.head {
    font-family: 'Tangerine';
    font-size: 50px;
    font-weight: 700;
    color: #f2b52e !important;
    text-transform: capitalize;
    margin: 20px 0px;
    letter-spacing: 2px;
}
footer.page-footer.font-small.blue.pt-4 {
    background:#361d09;
    padding: 30px 0px;
}
.footer-copyright.text-center.py-3 {
    color: white;
    font-family: 'poppins',sans-serif;
}
.social_links>ul {
    list-style: none;
    display: inline-flex;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}
.social_links>ul>li>i.fab {
    margin: 10px 20px;
    font-size: 20px;
    font-weight: bolder;
}
p.foot_para {
    display: inline;
    margin-left: 20px;
    padding: 20px 0px;
    font-family: 'poppins',sans-serif;
    font-size: 18px;
}
.back_color {
    background:#361d09;
    text-align: center;
    padding: 12px 10px 10px 10px;
    color: white;
    font-family: 'poppins',sans-serif;
}
h6.region {
    font-size: 20px;
    font-family: 'poppins',sans-serif;
    font-weight: bolder;
}
.text {
    text-align: center;
    padding: 20px 0px;
    text-transform: capitalize;
}
.text>h3 {
    color: #361d09;
    font-family: 'Tangerine';
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 2px;
}
.text>h4 {
    font-family: 'poppins',sans-serif;
    font-size: 25px;
    padding: 10px;
    font-weight: 700;
}
p.sub_para {
    font-family: 'poppins',sans-serif;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}

section.gallery {
    /*background: antiquewhite;*/
    padding: 40px 0px;
}
@media screen and (min-device-width: 100px) and (max-device-width: 768px) 
{
nav.navbar.navbar-expand-lg.navbar-dark {
    background: white!Important;
    z-index: 999!important;
}
button.navbar-toggler {
    background: #361d09;
} 
a.nav-link {
    color:#361d09!important;
   
}
p.foot_para {
    display: block;
}
.col-md-3.col-lg-3
{
    margin-top: 10px;
}
iframe {
    width: inherit;
}
}
section.contact_us {
    padding: 30px 0px;
  /*  background: antiquewhite;*/
}
input.info_form
{
    margin : 10px 0px;
    border-radius: 0px;
}
a.btn.btn-primary {
    background: #361d09;
    border-color: #361d09;
    color: white;
    width: 100%;
    margin-top: 20px;
}
ul.list-unstyled>li>i {
    color: #361d09;

}
.list-unstyled>li>p {
    font-size: 20px;
}
.icons {
    text-align: center;
}
.icons>i.fas {
    color: #361d09;
    font-size: xx-large;
    margin: 10px 0px;
}
p.icon_para {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'poppins',sans-serif;
}
.booking {
    color: #fff;
    background-color:#f2b52e !important;
    display: inline-block;
    text-align: center;
    padding: 10px 30px;
    position: fixed;
    z-index: 999;
    right: 0;
    border: 5px solid #f2b52e !important;
    bottom: 50px;
    text-transform: uppercase;
}
button#submit {
    background: #361d09;
    border-color: #361d09;
    width: 100%;
    border-radius: 0px;
}
.input-group-addon {
    margin-left: -20px;
    position: relative;
    z-index: 999;
    margin-top: 5px;
}
i.fas.fa-calendar-week {
    margin-left: 3px;
}
li.amenities_list {
    padding: 5px 0px;
}
