/*  HEADER */

.collapse ul li a {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    transition: color 0.5s;
    color: black;
    font-family: 'Poppins', sans-serif;


}

.collapse ul li .underline {
    height: 4px;
    background-color: transparent;
    width: 0%;
    transition: width 0.2s, background-color 0.5s;
    margin: 0 auto;
}
.logo1{
    width: 140px !important;
}
.footer .navbar-brand img{
    width:50% !important;
}
.collapse ul li.active-link a {

    color:  #EA993F;
}

.collapse ul li.active-link .underline {
    width: 100%;
    background-color:  #EA993F;

}

.collapse ul li:hover .underline {
    background-color:  #EA993F;
    width: 100%;

}

.collapse ul li:hover a {

    color: #EA993F;
}


.collapse ul li:active a {
    transition: none;
}

.collapse ul li:active .underline {
    transition: none;
    background-color:  #c7af6a;

}





::selection {
    background-color: tan;
    color: black;
}


.navbar-nav {
    margin-left: auto;
    gap: 20px;
    font-size: 18px;

}

.navbar {
    background-color: white;

}


.btn {
    -moz-user-select: none;
    background-image: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    margin-top: 2px;
    background-color: white !important;


}

.btn {
    border: 1px solid  #EA993F !important;
    background-color: white !important;
    color:  #EA993F !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    border-radius: 0;
}

.btn:hover {
    background-color:  #EA993F !important;
    border: 1px solid  #EA993F;
    color:  white !important;
    transition: 0.3s;

}


.btn:active {
    background-color: #fff1e4 !important;

}


@media screen and (width: 1024px) {
    .navbar-nav {
        font-size: 16px;
    }
}






/*FOOTER*/
.footer{
    font-family: 'Poppins', sans-serif;

}


.footer-links #footer,
.footer-links a:focus,
.footer-links a:hover {
    color: #b79b56;
    text-decoration: none;
    border-bottom: 2px solid #b79b56;


}





.col-xs-6 a {
    text-decoration: none;
}

.copyright-text img {
    width: 20%;
}

@media screen and (max-width: 1300px) {
    .copyright-text img {
        width: 40%;
    }
}

#iframe {
    height: 62%;
    width: 100%;

}



#footer-logo img {
    margin-bottom: -40px;

}



#logo {
    text-align: right;
}

.footer {
    padding: 3em 0 0 0;
    background: #1a1a1a;
    color: rgba(255, 255, 255, 0.7);
}

.footer .logo a {
    justify-content: center !important;
    position: relative;
    text-decoration: none;
}

.footer .footer-widget h2,
.footer .footer-widget .h2 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
}

.footer .footer-widget ul li {
    margin-bottom: 10px;
}

.footer .footer-widget ul li a {
    color: rgba(255, 255, 255, 0.7);
}

.footer .footer-widget ul li a span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.footer .footer-widget ul li a:hover {
    color: #b79b56;
}

.footer .footer-widget ul li a:hover span {
    color: #b79b56;
}

.footer .footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important;
}

.footer .footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important;
}

.footer .block-23 ul {
    padding: 0;
}

.footer .block-23 ul li {
    font-size: 15px;
}

.footer .block-23 ul li,
.footer .block-23 ul li>a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 15px;
}

.footer .block-23 ul li span {
    color: rgba(255, 255, 255, 0.7);
    color: #b79b56;
}

.footer .block-23 ul li .icon,
.footer .block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
    color: rgba(255, 255, 255, 0.8) !important;
}

.footer .block-23 ul li .icon {
    width: 40px;
    font-size: 15px;
    padding-top: 2px;
    color: #b79b56 !important;
}

.footer .bg-darken {
    background: #151515 !important;
}

.footer-social li {
    list-style: none;
    margin: 0 5px 0 0;
    display: inline-block;
}

.footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    color: #0071bc;
    border-radius: 2px;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
}

.footer-social li a span {
    position: absolute;
    font-size: 18px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer-social li a:hover {
    color: #b79b56;
}

@media screen and (max-width: 700px) {

    .footer .container-xl .col-md-6,
    #logo {
        text-align: center;
    }
}

 
/* CAROUSEL */
.carousel-caption {
    top: 40%;
}

.c-item {
    height: 800px;
}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}


.carousel-caption h1 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    font-weight: 600;

}


.carousel-caption p {
    font-family: 'Poppins', sans-serif;
}



  @media screen and (max-width: 300px) {
    .carousel-caption h1 {
      font-size: 30px;
    }
  }


  .bttn {
    -moz-user-select: none;
    background-image: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    margin-top: 2px;
    background-color: transparent !important;


}

.bttn {
    border: 1px solid  white;
    background-color: transparent !important;
    color:  white!important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    border-radius: 0;
}

.bttn:hover {
    background-color:  #c7af6a !important;

    border: 1px solid  #c7af6a;
    color:  white !important;
    transition: 0.3s;
}

/*ABOUT AREA*/
.sec-about {
    padding-top: 100px;
    padding-bottom: 100px; }
    .section .heading {
      text-transform: uppercase;
      font-weight: bold;
      color: black; 
      font-family: 'Poppins', sans-serif;
    }

    .desc{
        font-family: 'Poppins', sans-serif;
        font-weight: lighter;
        font-size: 15px;

    }
.sec-about .has-bg {
    position: relative; }
    .sec-about .has-bg:before {
      top: -100px;
      bottom: -100px;
      content: "";
      background-color: #F0F0F0;
      width: 200%;
      position: absolute;
      left: -150%;
      z-index: -1; }

      .img-box-shadow {
        -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1); }


        
/*ROOMS*/
.rooms{
    background-color: #1a1a1a;
    padding-top:100px;
    padding-bottom:100px;
    color:white;
}


.rooms h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}



.section_title h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.section_title h6{
    font-family: 'Poppins', sans-serif;
    font-weight: light;
    color: rgba(245, 245, 245, 0.664);
}


#line {
    margin: 10px auto;
    text-align: center;
    max-width: 100%;
    position: relative;
}

@media screen and (min-width: 700px) {
    #line:before {
        content: "";
        display: block;
        width: 20%;
        height: 1px;
        background-color: rgba(245, 245, 245, 0.664);
        left: 0;
        top: 50%;
        position: absolute;
    }

    #line:after {
        content: "";
        display: block;
        width: 20%;
        height: 1px;
        background-color: rgba(245, 245, 245, 0.664);
        right: 0;
        top: 50%;
        position: absolute;
    }
}




.room.rooms-widget {
    position: relative
}

.room.rooms-widget:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background-color: #00486c
}

.room.rooms-category {
    background-color: transparent
}

.room.rooms-inner {
    background-color: #eee
}

.room.rooms-inner:before {
    height: 77%;
    background-color: inherit
}

.room.rooms-inner article .details {
    background-color: #fff
}

@media(min-width: 768px) {
    .room.rooms-inner {
        background-color:transparent;
        margin-top: -150px;
        padding-top: 0
    }

    .room.rooms-inner:before {
        background-color: #eee
    }

    .room.rooms-inner .section-header {
        padding-bottom: 20px;
        color: #fff
    }

    .room.rooms-inner .section-header .title,.room.rooms-inner .section-header .title span {
        color: #fff;
        font-size: 22px
    }
}

.room article {
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 40px;
    box-shadow: 0 6px 10px rgba(0,0,0,.2)
}

.room article .image {
    position: relative
}

.room article .image img {
    width: 100%
}

.room article .image .room-facility {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.room article .details {
    padding: 15px;
    background-color: #eee;
    color: black;
    font-family: 'Poppins', sans-serif;
    text-align: center;


}

.room article .details .text {
    margin-bottom: 15px
}

.room article .details .text .title {
    margin-bottom: 0;
    text-transform: none
}

.room article .details .text p {
    margin-bottom: 0
}

.room article .details .book {
    display: table;
    width: 100%;
}

.room article .details .book>div {
    vertical-align: middle;
}

.room article .details .book>div:nth-child(2) {
    padding-left: 15px;
    font-size: 80%;
    text-align: right
}

.room article .details .book>div>.price {
    display: block;
    margin-bottom: 0;
    font-family: "Montserrat",sans-serif;
    font-weight: 300
}

@media(min-width: 767px) {
    .room article {
        margin-bottom:30px
    }

    .room article .details {
        padding: 30px
    }

    .room article:hover {
        box-shadow: 0 15px 25px rgba(0,0,0,.1);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
}

@media(min-width: 991px) {
    .room article {
        margin-bottom:40px
    }

    .room article .details {
        padding: 20px
    }
}

@media(min-width: 1199px) {
    .room article {
        margin-bottom:40px
    }

    .room article .details {
        padding: 35px
    }
}

@media(max-width: 991px) {
    .room .room-gallery {
        margin-top:-20px
    }

    .room .room-gallery .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

.room .room-block {
    padding-top: 40px
}

.room .room-block.room-aminities figure {
    text-align: center;
    margin-bottom: 15px
}

.room .room-block.room-aminities figure .hotelicon {
    font-size: 50px
}

.room .room-block.room-aminities figure p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0
}

.room .room-block .box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.room .room-block .box:last-child {
    border-bottom: 0
}

@media(min-width: 768px) {
    .room .room-block {
        padding-top:70px
    }



    .room .room-block figure .hotelicon {
        font-size: 50px
    }
}

.room .room-overview .title {
    position: relative;
    text-align: center;
    margin-bottom: 40px
}

.room .room-overview .title:before,.room .room-overview .title:after {
    content: "";
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ddd;
}

.room .room-overview .title:before {
    bottom: -25px;
    width: 10px;
    height: 10px;
    border-radius: 100%
}

.room .room-overview .title:after {
    bottom: -20px;
    width: 60px;
    height: 1px
}

@media(min-width: 768px) {
    .room .room-overview .title {
        margin-bottom:70px
    }

    .room .room-overview .title:before {
        bottom: -35px
    }

    .room .room-overview .title:after {
        bottom: -30px;
        width: 100px
    }
}


      /*JUMBOTRON */

      .jumbotron {
        background: linear-gradient(rgba(0,0,0,0.7),
        rgba(0,0,0,0.5)),
        url('images/cook-366875_1920.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center bottom;

        height: 40vh;
        width: 100%;
        position: relative;
        align-items: center;
    
        }


               
/*FACILITIES*/
.facilities{
    padding-top:100px;
    padding-bottom:100px;
}


.facilities h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.section_title p{

}

.section_title h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.facilities .section_title h6{
    font-family: 'Poppins', sans-serif;
    font-weight: light;
    color: black;
}


.facilities #line {
    margin: 10px auto;
    text-align: center;
    max-width: 10%;
    position: relative;
}

@media screen and (min-width: 700px) {
    .facilities #line:before {
        content: "";
        display: block;
        width: 30%;
        height: 1px;
        background-color: #69727d;
        left: 0;
        top: 50%;
        position: absolute;
    }

    .facilities #line:after {
        content: "";
        display: block;
        width: 30%;
        height: 1px;
        background-color: #69727d;
        right: 0;
        top: 50%;
        position: absolute;
    }
}





#sink-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#sink-on-hover:hover,
.sink-on-hover:focus,
.sink-on-hover:active {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);

}



.box_facilities {
    padding: 25px 25px 25px 25px;
    border-width: 2px;
    text-align: center;
    border-style: solid;
    border-right: 1px;
    border-image: linear-gradient(to bottom, #ededed, transparent) 1 60%;
    font-family: 'Poppins', sans-serif;
    transition: 0.3s;

}


.box_facilities:hover {
    color:#69727d;
   
}
@media (max-width: 1199px) {
    .box_facilities {
        border-width:0
    }
}

.box_facilities i {
    font-size: 62px;
    font-size: 3.875rem;
    color: #978667;
}

.box_facilities h3 {
    font-size: 21px;
    font-size: 1.3125rem
}

@media (max-width: 767px) {
    .box_facilities h3 {
        font-size:18px;
        font-size: 1.125rem
    }
}

.box_facilities.no-border {
    border-width: 0
}

.box_facilities.white {
    border-image: linear-gradient(to bottom, rgba(255,255,255,0.2), transparent) 1 60%
}

.box_facilities.white h3 {
    color: #fff
}

.box_facilities.white i {
    color: #ebd7b2
}

@media (max-width: 767px) {
    .box_facilities.white {
        padding:0;
        margin-bottom: 25px
    }

    .box_facilities.white i {
        font-size: 62px;
        font-size: 3.875rem
    }
}


/*GALLERY*/
.gallery h2 {
    font-family: 'Poppins', sans-serif;

}


.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}

.owl-slider .item {
    height: auto;
}






.swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    right: 0px;
    margin: 0 auto;


}

.swiper {
    position: relative;
    width: 100%;
    z-index: 2;
}

.swiper-slide {
    width: 10rem;
    height: 24rem;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    position: relative;
    border-radius: 12px;
    box-shadow: -1px 5px 15px #0000001f;
    text-align: center;
    transition: opacity 0.4s ease-in;








}

.swiper-slide-active {
    display: grid;
    opacity: 1;
}

.swiper-pagination {
    position: relative;
    bottom: -0.313rem;
    text-align: center;
    margin-top: 35px;
    width: auto;


}

.circle {
    position: absolute;
    bottom: -5em;
    left: -8em;
    width: clamp(150px, 40vw, 400px);
    height: clamp(150px, 40vw, 400px);
    background: black;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.7;
}






/*REVIEWS*/
.reviews {

    padding-bottom: 120px;
    font-family: 'Poppins', sans-serif;

  
  }
  
  .testimonial {
    margin: 0 20px 40px;
  }
  
  .testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background:blanchedalmond;
    position: relative;

  }
  
  .testimonial .testimonial-content:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    border-top: 15px solid #718076;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  
  .testimonial .testimonial-content:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    border-top: 15px solid #718076;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  
  .testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #c7af6a;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
  }
  
  .testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #c7af6a;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
  }
  
  .testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: black;
    line-height: 23px;
    margin: 0;
  }
  
  .testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
  }
  
  .testimonial .post {
    display: block;
    font-size: 14px;
    color: #c7af6a;
  }
  
  .owl-theme .owl-controls {
    margin-top: 20px;
  }
  
  .owl-theme .owl-controls .owl-page span {
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
  }
  
  .owl-theme .owl-controls .owl-page.active span,
  .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #c7af6a;
  }
  
/*ANIMATIONS*/
:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
}


@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.50deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}


[data-animation] {
    opacity: 0;
    animation-timing-function: var(--animation-timing-function);
    animation-fill-mode: both;
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
}


.animations-disabled {

    &,
    [data-animation] {
        animation: none !important;
        opacity: 1 !important;
    }
}

.slideInUp {
    animation-name: slideInUp;
}

.slideInDown {
    animation-name: slideInDown;
}

.slideInLeft {
    animation-name: slideInleft;
}

.slideInRight {
    animation-name: slideInRight;
}


.fadeIn {
    animation-name: fadeIn;
}


.zoomIn {
    animation-name: zoomIn;
}

.zoomReverseIn {
    animation-name: zoomReverseIn;
}


.flipInY {
    animation-name: flipInY;
}

.flipOutY {
    animation-name: flipInY;
    animation-direction: reverse;
}

/*************************************************************** GALLERY **************************************************/

img.zoom {
    width: 100%;
    height: 40vh;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.transition {

    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}



/*BACKGROUND*/

#gallery-head {
    background: url('images/a (13).JPG') rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 600px;
    color: white;
    font-family: 'Poppins', sans-serif;

}

/*************************************************************** CONTACT US **************************************************/



/*BACKGROUND*/

#contact-head {
    background: url('images/Ksamil-spiaggia.jpg') rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 30%;
    background-blend-mode: multiply;
    height: 600px;
    color: white;
    font-family: 'Poppins', sans-serif;

}


/*CARDS*/
.contacts {
    padding: 60px 0 30px 0;
    padding-top: 100px;

    
  }
  
  
  .contacts p {
    color: grey;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
  }
  
  .contacts .info {
    text-align: center;
    background-color: transparent;
    margin-bottom: 30px;
  }
  
  
  
  .contacts .info .cont {
    padding: 33px 0;
  }
  
  .contacts .info .cont h3 {
    font-weight: 900;
    margin: auto;
    font-family: 'Open Sans', sans-serif;

  }


      /*************************************************************** ABOUT US **************************************************/



/*BACKGROUND*/

#about-head {
    background: url('images/a (10).JPG') rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 600px;
    color: white;
    font-family: 'Poppins', sans-serif;

}


.about-us-thumbnail {
    position: relative;
    z-index: 1;
}
.about-us-thumbnail .single-thumb {
        position: relative;
        z-index: 1;
        margin: 5px;
        display: block;
        overflow: hidden;
        border-radius: 6px;
}

.about-us-thumbnail .single-thumb img {
  transition:0.5s;
            border-radius: 6px;
        }

   
        .about-us-thumbnail .single-thumb img:hover,
        .about-us-thumbnail .single-thumb img:focus {
            
               transform: scale(1.2);
           
        }
   




      ***/
.service-section-two {
  position: relative;
  background-color: #f8f5f0;

}

.service-section-two::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 665px;
  height: 466px;
}

.service-block-two {
  margin-bottom: 32px;
}
.service-block-two .inner-box-two {
  height: 100%;
}
.service-block-two .inner-box-two .image {
  overflow: hidden;
}
.service-block-two .inner-box-two .image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-block-two .inner-box-two:hover .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.service-block-two .inner-box {
  position: relative;
  background-color: whitesmoke;
  padding: 47px 40px 44px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-block-two .inner-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  height: 11px;
  background-color: #c7af6a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.service-block-two .inner-box:hover {
  background-color: black;
}
.service-block-two .inner-box:hover::before {
  opacity: 1;
  visibility: visible;
  left: 40px;
}
.service-block-two .inner-box:hover .image-box .icon-box i svg {
    fill: white;
}

.service-block-two .inner-box:hover .image-box .image {
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
}
.service-block-two .inner-box:hover .image-box .image::before {
  background-color: var(--theme-color1);
}
.service-block-two .inner-box:hover  {
  color: #adadad;
}
.service-block-two .inner-box .image-box {
  position: relative;
  min-height: 58px;
  padding-top: 14px;
  margin-bottom: 22px;
}
@media (max-width: 1199.98px) {
  .service-block-two .inner-box .image-box {
    padding-left: 0;
  }
}

.service-block-two .inner-box .image-box .icon-box i svg {
  fill: #c7af6a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.service-block-two .inner-box .image-box .title {
  margin-bottom: 18px;
}
.service-block-two .inner-box  {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  
}

      /*************************************************************** ROOMS **************************************************/



/*BACKGROUND*/

#rooms-head {
    background: url('images/family1-1.jpg') rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 600px;
    color: white;
    font-family: 'Poppins', sans-serif;

}


.feature-section {
  position: relative;
  padding: 120px 0 60px;
}
@media (max-width: 767.98px) {
  .feature-section {
    padding-top: 70px;
  }
}

.feature-row:nth-child(even) .image-column .inner-column {
  margin-right: 0;
  margin-left: -170px;
}
.feature-row:nth-child(even) .content-column .inner-column {
  padding: 61px 231px 70px 60px;
}
.feature-row .image-column .inner-column .image-box .image img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.feature-row .image-column .inner-column {
  margin-right: -170px;
  position: relative;
  z-index: 9;
}
.feature-row .content-column {
  margin-bottom: 60px;

}
.feature-row .content-column .inner-column {
  position: relative;
  background-color: #f8f5f0;
  padding: 61px 0 70px 231px;
  margin-top: 50px;
}
@media (max-width: 1199.98px) {
  .feature-row .content-column .inner-column {
    padding: 61px 0 70px 203px;

  }
}
@media (max-width: 991.98px) {
  .feature-row .content-column .inner-column {
    padding-left: 40px;
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .feature-row .content-column .inner-column {
    padding: 61px 40px 70px 40px;
    margin-top: 0;
  }
}
.feature-row .content-column .inner-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 232px;
  width: 95px;
  height: 11px;
  background-color:#c7af6a;
}
.feature-row .content-column .inner-column .sec-title {
  margin-bottom: 34px;
}
.feature-row .content-column .inner-column .sec-title .text {
  margin-top: 31px;
}



.feature-row .content-column .inner-column .image-2 {
  position: absolute;
  top: 18px;
  right: 13px;
}
.feature-row .image-column .image {
  overflow: hidden;
}
.feature-row .image-column .image img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1200px) {
  .feature-row:nth-child(even) .content-column .inner-column .sec-title {
    max-width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .feature-row .content-column .inner-column {
    margin-top: 0;
  }
  .feature-row .content-column .inner-column::before {
    left: 40px;
  }
  .feature-row .image-column .inner-column {
    margin-right: 0;
  }
  .feature-row:nth-child(even) .image-column .inner-column {
    margin: 0;
  }
  .feature-row:nth-child(even) .content-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .feature-row:nth-child(2n) .content-column .inner-column .sec-title {
    max-width: 100%;
  }
  .feature-row:nth-child(2n) .content-column .inner-column {
    padding: 61px 40px 70px 40px;
  }
}
@media only screen and (max-width: 576px) {
  .feature-row .image-column .inner-column {
    margin-bottom: 20px;
  }
  .feature-row:nth-child(even) .content-column .inner-column .sec-title {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .feature-row:nth-child(2n) .content-column .inner-column {
    padding: 61px 40px 70px 40px;
  }
}

.accommodation .sec-title h2{
    font-family: 'Gilda Display', serif;
    font-weight: 600;
}

.accommodation .sec-title .text{
    font-family: 'Poppins', sans-serif;
}

#facilities{
    padding-top:10px;
}


   /*JUMBOTRON */

   .jumbotron2 {
    background: linear-gradient(rgba(0,0,0,0.7),
    rgba(0,0,0,0.5)),
    url('images/triple1-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position:left;
background-color: #333333;
    height: 50vh;
    width: 100%;
    position: relative;
    font-family: 'Poppins', sans-serif;

    }


 