@import url('https://fonts.googleapis.com/css2?family=SUSE:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body {
    font-family: "SUSE", sans-serif !important;
  font-size: 16px;
  line-height: 28px;
  background-color: #f3f3f3 !important;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.button,
button {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.form-control,
.form-control:focus {
  outline: none;
  box-shadow: none;
  transition: #333;
}

a:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
  box-shadow: none !important;
}
a.navbar-brand img {
    width: 165px;
}
a.nav-link {
    font-weight: 500;
    color: #000000 !important;
    margin-left: 17px;
    font-size: 17px;
}
.marquee {
    background-image: url("../images/top-nav.jpg");
    height: 3.5vw;
    overflow: hidden;
    position: relative;
}
.marquee div {
    display: block;
    width: 200%;
    position: absolute; 
    overflow: hidden;
    animation: marquee 15s linear infinite;
}
.marquee span {
    float: left;
    width: 50%;
    font-size: 16px;
    color: #fff;
    margin-top: 12px;
    animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
    50% {
      opacity: 0;
    }
  }
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
button.btn.btn-book {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.6em;
    letter-spacing: 1.6px;
    fill: #000000;
    color: #000000;
    background-color: #D67F53;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #020202;
    border-radius: 50px 50px 50px 50px;
    padding: 8px 21px 7px 21px;
}
button.btn.btn-book:hover {
    color: #ffffff;
    border-color: #D67F53;
}
nav.navbar {
    background: #fff;
}
.banner{
    background-image: url("../images/banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.main-banner {
    background-color: rgb(0 0 0 / 51%);
    /* opacity: 0.8; */
}
.bless-banner {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.19) inset;
    padding: 4em 3em 4em 3em;
    background-color: rgba(255, 255, 255, 0.15);
}
.bless-inn {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 100px 0px;
}
section.hoter-banner {
    margin: 20px;
}
.banner-text h1 {
    color: #ffffff;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 4px;
}
.banner-text p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 7px;
    margin-bottom: 35px;
    font-family: "Montserrat", Sans-serif;
}
.banner-text h5 {
    color: #ffffff;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin: 18px 0px;
}
.bless-card.rest {
    background: #757575;
    height: 100%;
}
.bless-card {
    background: #B10063;
    color: #fff;
    padding: 4em 2em 8em 2em;
    height: 100%;
}
.bless-card p {
    font-size: 15px;
    padding: 0 40px;
}
button.btn.btn-click {
    background-color: rgba(163, 141, 1, 0);
    font-family: "Montserrat", Sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    line-height: 1.6em;
    letter-spacing: 1.6px;
    fill: #ffffff;
    color: #ffffff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: rgba(255, 255, 255, 0.66);
    border-radius: 50px 50px 50px 50px;
    padding: 8px 12px 6px 12px;
}
button.btn.btn-click:hover{
    background-color: #d67f53;
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0);
}
button.btn.btn-room {
    margin-top: 20px;
    background-color: #ffffff;
    font-family: "Muli", Sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2.2em;
    letter-spacing: 2.2px;
    fill: #54595f;
    color: #54595f;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #54595f;
    border-radius: 50px 50px 50px 50px;
}
button.btn.btn-room:hover {
    background-color: #dbc56d;
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0);
}
.services div {
    padding-left: 0;
    padding-right: 0;
}
.row.services {
    margin: 0 0px;
}
.container-fluid {
    padding-left: 0;
}
.best-room {
    background: #ffffff;
}
.sweet-room {
    position: relative;
    right: -11px;
    margin-left: -24px;
}
.room {
    margin-top: 30px;
    margin-left: 18px;
}
.room p {
    text-align: justify;
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2.2em;
    letter-spacing: 2.2px;
}
.room h2 {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    text-transform: capitalize;
    line-height: 1em;
    font-weight: 600;
}
.dark p {
    text-align: justify;
    color: #292929;
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2.2em;
    letter-spacing: 2.2px;
}
.dark h2 {
    color: #292929;
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    text-transform: capitalize;
    line-height: 1em;
    font-weight: 600;
}
.dark .features .icon {
    color: #292929;
    font-size: 30px;
}
.dark .features .text {
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    text-transform: capitalize;
    color: #292929;
    font-weight: 600;
    margin-left: 10px;
}
.best-hotel-room {
    background-image: url("../images/top-nav.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.best-hotel-room1 {
    background-image: url("../images/top-nav1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.icon {
    color: #fff;
    font-size: 30px;
}
.text {
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    text-transform: capitalize;
    color: #FFFFFF;
    font-weight: 600;
    margin-left: 10px;
}
.best-room {
    background: #ffffff;
    margin-top: -20px;
}
.welcome-hotel {
    background: rgba(27, 33, 33, 0.88);
    color: #fff;
    text-align: center;
    margin: 30px 0px 0px 0px;
    padding: 3em 3em 2em 3em;
}
.welcome-hotel h2 {
    color: #ffffff;
    font-family: "Playfair Display", Sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-style: oblique;
    letter-spacing: 3.5px;
    word-spacing: 10px;
}
.welcome-hotel span {
    color: #ffffff;
    font-family: "Montserrat", Sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 5.8px;
}
.welcome-hotel p {
    margin: 20px 0;
    text-align: justify;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
}
.gallery-img {
    height: 80vh;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 2fr);
}
  
  .item1 {
    grid-row: 1 / span 2;
    position: relative;
  }
  .item1 img {
    height: 100%;
}
.item img {
    width: 100%;
    height: 256px;
    object-fit: cover;
    border: 1px solid #fff;
}
  @media (max-width: 500px) {
    .item1 {
      grid-row: 1 / span 1;
    }
    .item3 {
      grid-column: 1 / span 2;
    }
    .gallery-img {
        height: 60vh;
    }
    .marquee {
        display: none;
    }
    .overlay{
        display: none;
    }
    .item img {
        height: 225px;
    }
    .map {
        margin-right: 0px !important;
    }
}
.text-rev p {
    font-size: 15px;
    font-weight: 600;
    color: #434343;
}
.text-rev img {
    width: 200px;
}
.revivw-heading {
    padding: 60px 0px;
}
.revivw-heading h2 {
    color: #141414;
    font-family: "Playfair Display", Sans-serif;
    font-size: 33px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1em;
}
.revivw-heading p {
    text-align: center;
    color: #252525;
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    line-height: 2em;
    margin-top: 10px;
}
.owl-theme .owl-nav {
    display: none;
}
.number {
    font-size: 15px !important;
}
.text-rev h5 {
    font-size: 25px;
    font-weight: 700;
}
.text-rev i {
    font-size: 30px;
    color: #ffa700;
    margin-bottom: 10px;
}
  .overlay {
    position: absolute;
    top: 0;
    background: #0000007d;
    height: 100%;
    text-align: center;
    padding: 150px 50px;
}
.overlay h3 {
    color: #ffffff;
    font-family: "Playfair Display", serif;
    font-size: 28px;
}
.overlay p {
    color: #cccccc;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 500;
    margin-top: 24px;
}
.separator {
    width: 177px;
    margin: 0 auto;
    border: 1px solid #dbc56d;
}
.address {
    text-align: center;
    padding: 2em 4em 2em 4em;
    background-color: rgba(27, 33, 33, 0.88);
}
.address h1 {
    color: #ffffff;
    font-family: "Playfair Display", serif;
    font-size: 49px;
}
.address p {
    color: rgba(255, 255, 255, 0.93);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.2em;
    letter-spacing: 3.7px;
}
.map {
    margin-right: -24px;
    margin-top: 30px;
}
.location{
    background-image: url("../images/address-back.jpeg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0px;
    margin-top: 100px;
}
section.footer h5 {
    color: #fff;
    font-size: 15px;
}
section.footer {
    text-align: center;
    background: #0e0e0e;
    padding: 14px;
}
span.navbar-toggler-icon i {
    font-size: 35px;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}
section.review {
    margin: 45px 10px;
}
.item .d-flex img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.slider-item {
    background: #3c3c3c;
    padding: 20px;
    height: 250px;
    border-radius: 10px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border: 0;
}
.slider-item p {
    color: #fff;
    margin-bottom: -5px;
    font-size: 18px;
}
.slider-item span i {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffa700;
}
.slider-item small {
    color: #a1a1a1;
    font-size: 13px;
    font-weight: 500;
}
.slider-item strong {
    color: #fff;
    font-weight: 500;
}
.slider-item {
    margin-bottom: 15px;
}
.slider-item {
    margin: 20px 0;
}
.revivw-heading h1 {
    color: #54595f;
    font-family: "Playfair Display", serif;
    font-size: 82px;
    line-height: 1em;
    font-style: italic;
}


.gallery-inn {
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
  }
  
  .main .gallery-inn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  .main .card {
    color: #252a32;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  }
  .main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #ffffff;
  }
  .main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  @media only screen and (max-width: 600px) {
    .main .gallery-inn {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1rem;
    }
  }