body {
    background-color: white !important;
}

.nvb .logo {
    height: 70px;
    width: 140px;
    top: 0;
}

.header {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("./assets/Photo(31).jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    opacity: 0.6;
    z-index: -1;
}

.header .title {
    font-size: 5rem;
    


}
.navbar-toggler {
    color: white;
    border-color: white;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
   background-color: white;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.header .subtitle {
    font-size: 2rem;
    font-weight: 500
}

.rooms-img {
    margin-left: -5px;
    margin-right: -5px;
}

.offers span {
    font-size: 3rem;
    text-decoration: underline;
    color: rgb(176, 107, 21);
}

.offers .text {
    font-size: 1rem;
}


/* .gallery{
    background-color: rgb(176, 107, 21);
} */

.services .img-fluid {
    opacity: 0.5;
}

.about {
    background-color: rgb(176, 107, 21);
    color: white;
}



.gallery-title {
    background-color: rgba(180, 108, 20, 0.3);
}






.service-col {
    font-size: 1.2rem;
    color: rgb(173, 108, 29);
}

.nvb {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

.nvb .navbar .collapse a {
    color: white;
}

.nvb .navbar .collapse a:hover {
    text-decoration: underline;
    color: rgb(161, 98, 20);
}

.home {
    padding: 0;
}

.home .slide {
    min-height: 80vh;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.4);
}

.home .slide .content {
    width: 80rem;
    text-align: center;
}

.home .slide .content h3 {
    font-size: 4rem;
    text-transform: uppercase;
    color: white;
    line-height: 1.1;
    padding: 2rem 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.home .slide .content a {
    color: white;
}

.home .slide .content a:hover {
    background-color: white;
    color: rgb(161, 98, 20);
}

.swiper-button-next,
.swiper-button-prev {
    height: 5rem;
    width: 5rem;
    line-height: 5rem;

    color: white !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 2rem;
}

.btn {
    background-color: #9b5842;

}

.btn a {
    color: white;
}

.gallery-title {
    font-size: 2rem;
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;

}

.section-title {
    color: rgb(173, 108, 29);

}

.location {
    color: rgb(173, 108, 29);
}

.offers .icons:hover {
    color: rgb(173, 108, 29);
    cursor: default;
}

.flag:hover {
    cursor: pointer;
}

.about-title {
    font-size: 1.2rem;
    color: rgb(173, 108, 29);
    font-weight: 600;
    font-family: Georgia, 'Times New Roman', Times, serif;

}

.review-text {
    font-size: 2rem;
    color: rgb(173, 108, 29);
}


/* gallery page */


.gallery-header {
    min-height: 50vh;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 30rem;
    background-image: url("./assets/Photo\(40\).jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;

    z-index: -1;
}

.room-header {
    min-height: 50vh;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 30rem;
    background-image: url("./assets/Photo\(38\).jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;

    z-index: -1;

}

.about-header {
    min-height: 50vh;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 30rem;
    background-image: url("./assets/25.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    z-index: -1;



}

.contact-header {
    min-height: 50vh;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 30rem;
    background-image: url("./assets/Photo\(38\).jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    z-index: -1;



}

.review-title {
    color: rgb(173, 108, 29);
    text-decoration: underline;
}




@media (max-width: 768px) {
    .home .slide .content {
        width: 50rem;
    }
}

@media (max-width: 450px) {
    .home .slide .content {
        width: 30rem;
    }

    .home .slide .content h3 {
        font-size: 1.7rem;
    }
}

@media (max-width: 768px) {
    .jumbo .slogan {
        font-size: 15px;
        text-align: center;

    }

    .jumbo .slogan1 {
        font-size: 30px;
        text-align: center;

    }

}


.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#d3d3d3;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#fff;
}
.site-footer a:hover
{
  color: #faebd7;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
    color:#d3d3d3;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#faebd7
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}


.google-maps-contact-info {
    position: relative;
    z-index: 1;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: -100px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .google-maps-contact-info {
        padding-left: 2%;
        padding-right: 2%; } }
  
  .google-maps-contact-content {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    padding: 35px; }
    @media only screen and (max-width: 767px) {
      .google-maps-contact-content {
        padding: 20px; } }
    .google-maps-contact-content .single-contact-info {
      position: relative;
      z-index: 1;
      text-align:center;
      margin-bottom: 40px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .google-maps-contact-content .single-contact-info h4 {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .google-maps-contact-content .single-contact-info h4 {
          font-size: 14px; } }
      .google-maps-contact-content .single-contact-info i {
        display: inline-block;
        font-size: 30px;
        margin-bottom: 15px;
        color:#586B79; }
        @media only screen and (max-width: 767px) {
          .google-maps-contact-content .single-contact-info i {
            font-size: 24px; } }
      .google-maps-contact-content .single-contact-info p {
        margin-bottom: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .google-maps-contact-content .single-contact-info p {
            font-size: 12px; } }
        @media only screen and (max-width: 767px) {
          .google-maps-contact-content .single-contact-info p {
            font-size: 12px; } }
    .google-maps-contact-content .google-maps {
      position: relative;
      z-index: 1; }
      .google-maps-contact-content .google-maps iframe {
        width: 100%;
        height: 500px;
        border: none; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .google-maps-contact-content .google-maps iframe {
            height: 400px; } }
        @media only screen and (max-width: 767px) {
          .google-maps-contact-content .google-maps iframe {
            height: 300px; } }
  
  