* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'lobsterregular';
  src: url('../fonts/lobster-regular-webfont.woff2') format('woff2'),
    url('../fonts/lobster-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/Latoregular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
  font-display: swap;
}
body {
  font-family: 'Lato' !important;
  font-size: 16px !important;
}
.acesssfour a.btn-success {
    background: #5c82ae !important;
    color: #fff !important;
    border: 1px solid #5c82ae;
}
.acessbg {
    background: #5c82ae !important;
}
.acesssfour a {
    color: #5c82ae !important;
}
.comp-border {
    border-top: 5px solid #ffffff;
    padding: 0px;
}

.section__footer {
    background: #5c82ae;
    color: #fff;
}
.company {
    text-align: center;
    padding: 10px 0;
}
.company p {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
}
.company p a{
  color: #fff;
}
@media screen and (width: 1280px) {
    .comp-border .col-lg-9.col-lg-offset-2 {
        width: 83.33333333%;
        margin-left: 8.33333333%;
    }
}
@media screen and (width: 1280px) {
    .company p {
        font-size: 15px;
    }
}
/* CUSTOM SCROLLBAR */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #5c82ae;
}

::-webkit-scrollbar-thumb:hover {
    background: #3e618a;
}
/* CUSTOM SCROLLBAR */
.section__headerbg {
    position: relative;
    min-height: 200px;
}
.section__headerbg .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
}
a:focus{
  outline: none;
}
.reservation_btn em {
    font-size: 19px;
    margin-right: 6px;
}
.custom__header {
    position: absolute;
    width: 90%;
    top: 0.2%;
    z-index: 2;
    background: #5c82ae;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.custom__header .navbar-inverse {
    background-color: transparent !important;
    color: #fff;
    background-image: inherit;
}
.custom__header .navbar {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}
ul.top-nav-ul.nav_one.bromenu li a img {
    width: 130px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
}
.navbar-nav>li.reservation-button {
    text-align: center;
    background: #fff;
    text-transform: uppercase;
}
.custom__header .navbar-inverse .navbar-nav>li>a {
    color: #3e618a;
    font-size: 18px;
    transition: .5s all;
    font-family: 'Lato' !important;
    font-weight: 600;
}
.custom-hidden-tblt .clearfix.d-flex::before,ul.top-nav-ul.nav.navbar-nav.ML5_home.nav_one.bromenu::before {
  display: none;
}
ul.top-nav-ul.nav.navbar-nav.ML5_home.nav_one.bromenu::after{
  display: none;
}
ul.top-nav-ul.nav.navbar-nav.ML5_home.nav_one.bromenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px 10px;
    margin: 0px;
}
.custom__header .navbar-inverse .navbar-nav>li>a.toplogo {
    padding: 10px 0px;
}
@media screen and (width: 1280px) {
    .custom__header .navbar-inverse .navbar-nav>li>a {
        font-size: 18px;
    }
}
span.slidertext-bg1 {
    display: block;
    margin-top: 10px;
    font-size: 18px;
}
.section__headerbg .innercaption {
    position: absolute;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    bottom: 130px;
    text-transform: uppercase;
    width: 100%;
}
.section__headerbg .innercaption p {
    background-color: rgba(0, 0, 0, .6);
    padding: 12px 24px;
    display: inline-block;
}
.innercaption .top-content {
    font-size: 20px;
    /* margin-bottom: 5px; */
}
.white {
    color: #fff !important;
}
#scroll {
    position: fixed;
    bottom: 120px;
    right: 30px;
    background: #fff;
    border: 1px solid #5c82ae;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    z-index: 10;
    color: #444;
}

#scroll i {
    color:#5c82ae;
    margin: 0;
    position: static;
    left: 16px;
    top: 13px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#scroll:hover {
    background: #fff;
    -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

#scroll:hover i {
    color: #5c82ae;
    top: 5px;
}

.footer-logo img {
    width: 130px;
    padding: 12px;
    background: #fff;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    margin: auto;
    text-align: center;
    border-radius: 12px;
}
.backgroung_img {
  background-image: url(../img/sunset-haven-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: stretch;
  color: white;
  font-size: 2em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
}
.acesssfour a.btn-success:focus {
    outline: none;
}
.backgroung_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(0deg, rgb(0 0 0 / 40%) 65%, rgb(255 255 255 / 25%) 140%); */
  background: (0deg, rgb(0 0 0 / 40%) 25%, rgb(255 255 255 / 25%) 140%);
  /* Dark overlay */
  z-index: 1;
}

.splash_page h1 {
  text-transform: none;
  font-variant: normal;
  /* font-weight: bold; */
  font-size: 50px;
  text-align: center;
  font-family: 'lobsterregular';
  margin: 20px 0px;
}

.content {
  position: relative;
  z-index: 2;
  /* Ensures content is above the overlay */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  font-family: 'Lato';
}
.logo-header{
  height: 160px;
  border-radius: 15px;

}
.logo-container {
  text-align: center;
}

.contact-content span {
  display: none;
}

.contact-content p {
  font-size: 16px;
}

.contact-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.btm-address {
    margin-bottom: 90px;
}

p.theme-name {
  font-size: 16px;
  display: none;
}

.contact-content p a,
.contact-content p a:hover {
  color: #fff;
  text-decoration: none;
}

.contact-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-align: center;
  position: relative;
}
.contact-content img {
    width: 20px;
}
.splash_page h2 {
    font-size: 45px;
    font-family: 'Lato';
    margin: 30px 0 0 0;
}
.contact-content:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #ccc;
}
.contact-content p {
  font-size: 16px;
  margin: 0;
  text-shadow: none;
}

.contact-content .fa {
    font-size: 18px;
}

.reservation_btn {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  font-family: 'lobsterregular';
  font-size: 20px;
  font-weight: 400;
  padding: 12px 25px;
  border-radius: 30px;
  margin: 30px 5px;
  display: flex;
  align-items: center;
  line-height: normal;
  justify-content: center;
  gap: 5px;
  border: 1px solid #fff;
  letter-spacing: 1px;
}
.content-btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.reservation_btn img {
    width: 22px;
}
.reservation_btn:hover {
  background-color: transparent;
    border: 1px solid #fff !important;
}

@media only screen and (max-width: 767px) {
  .splash_page h1 {
    font-size: 28px;
  }

  /* html,
  body,
  .splash_page,
  .backgroung_img {
    height: 105%;
  } */

  .logo-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .btm-address {
    text-align: center;
  }
}
@media only screen and (max-width: 991px){
  .contact-item{
    flex-direction: column;
    gap: 5px;
  }
  .contact-content:not(:last-child)::after {
    content: none;
  }
  .section__headerbg .innercaption {
      bottom: 10px !important;
  }
  .logo-header {
      height: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .splash_page h1 {
    font-size: 40px;
  }
  .custom__header .navbar-inverse .navbar-nav>li>a {
      font-size: 16px;
  }
}

a.reservation_btn:focus,
a.reservation_btn:active,
a.reservation_btn:hover {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .custom__header .navbar-inverse .navbar-nav>li>a {
      font-size: 14px;
  }
  .custom__header {
      top: 5px;
      width: 96%;
  }
  ul.top-nav-ul.nav_one.bromenu li a img {
    width: 110px;
  }
  .splash_page h2 {
      font-size: 28px;
      font-family: 'Lato';
  }
}

.backgroung_img{
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}


/* Center content vertically + horizontally */
.content{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.btm-address {
  color: #fff;
}