::selection {
    color: #fff;
    background-color: #5EACB0
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Popins', serif;
}

::-webkit-scrollbar {
    width: 15px;
}  
  
::-webkit-scrollbar-track {
    background-color: #fff;
}
   
::-webkit-scrollbar-thumb {
    background: #b39a00; 
}

h1, h2, h3 {
    font-family: 'Playfair Display', serif;
}

.yellow-head {
    color: #b39a00;
}

.hidden {
    transform: scale(0);
    transition: .4s ease-in;
}

.show {
    transform: scale(1);
}

.hidden2 {
    transform: translateX(-100%);
    transition: .5s ease-in-out;
}

.show2 {
    transform: translateX(0);
}

.hidden3 {
    transform: translateX(100%);
    transition: .5s ease-in-out;
}

.show3 {
    transform: translateX(0);
}

.hidden4 {
    opacity: 0;
    transition: .5s ease-in-out;
}

.show4 {
    opacity: 1;
}

.hidden5 {
    transform: translateY(-100%);
    transition: .8s ease-in-out;
}

.show5 {
    transform: translateY(0);
}


header .navbar {
    background-color: #F6F4EB;
}

header .navbar .navbar-nav li .nav-link {
    color: #5A5D57;
    padding: 0 .4rem .2rem;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
}

header .navbar .navbar-nav li .nav-link:hover {
    color: #b39a00;
}

header .navbar ul li .nav-link.active {
    color: #b39a00;
}

header .navbar .link-btn {
    margin-left: auto;
    margin-right: auto;
}

.link-btn {
    text-decoration: none;
    padding: .4rem 1rem;
    color: #2D2A25;
    border: 1px solid #2D2A25;
    transition: .2s ease-in-out;
    display: block;
    width: fit-content;
    text-transform: uppercase;
}

.link-btn:hover {
    background-color: #2D2A25;
    color: #fff;
}

.main-bg {
    height: 75vh;
}

.c1 {
    background: url(assets/p2.jpg) rgba(0, 0, 0, .3);
    background-size: cover;
    background-position: top;
    background-blend-mode: multiply;
    height: 100%;
}

.c2 {
    background: url(assets/p29.jpg) rgba(0, 0, 0, .3);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    height: 100%;
}

.c3 {
    background: url(assets/p25.jpg) rgba(0, 0, 0, .3);
    background-size: cover;
    background-position: bottom;
    background-blend-mode: multiply;
    height: 100%;
}

.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}

.carousel-caption h1, .carousel-caption h2{
    margin-top: 10vh;
    font-weight: 800;
}


.main-bg .link-btn {
    color: #fff;
    background-color: #c0a466;
    border-color: #c0a466;
}

.main-bg .link-btn:hover {
    color: #FAD02C; 
    border-color: #FAD02C;
    background-color: transparent;
}

.about-img {
    height: 40vh;
    overflow: hidden;
}

.about-img img {
    height: 100%;
    filter: brightness(95%);
    transition: .2s ease-in-out;
}

.about-img img:hover {
    transform: scale(1.1);
    filter: brightness(100%);
}

.about-section p {
    line-height: 30px;
}

.room-bg-div {
    background-color: #FFF6ED;
    padding-top: 2rem;
}

.room-section {
    padding-bottom: 2rem;
}

.room-section h3{
    color: #978459;
    font-weight: 600;
    letter-spacing: 2px;
}

.room-section .link-btn {
    color: #978459;
    border-color: #978459;
}

.room-section .link-btn:hover {
    color: #fff; 
    border-color: #978459;
    background-color: #978459;
}

.room-img {
    height: 35vh;
    overflow: hidden;
}

.room-img img {
    height: 100%;
    width: 100%;
    transition: .2s ease-in-out;
}

.room-img img:hover {
    transform: scale(1.15);
}

.facilities {
    color: #9A9991;
}


.facilities section {
    width: 100%;
    margin-bottom: 2rem;
}

.facilities section img, .facilities section h3, .facilities section p {
    transition: .2s ease-in-out;
}

.facilities section img:hover, .facilities section h3:hover, .facilities section p:hover {
    filter: brightness(200%);
}

.facilities .link-btn {
    color: #9A9991;
    border-color: #9A9991;
}

.facilities .link-btn:hover {
    color: #fff; 
    border-color: #9A9991;
    background-color: #9A9991;
}

.home-gallery {
    color: #fff;
    height: 60vh;
}

.home-gallery .h2 {
    color: #878787;
    transition: .3s ease-in-out;
}

.home-gallery section {
    background: url(assets/p5.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 50%;
    filter: saturate(0);
    transition: .3s ease-in-out;
}

.home-gallery section:hover {
    filter: saturate(1);
}

.home-gallery section:hover .h2 {
    color: #d3a000;
}

.home-gallery div{
    background-color: #988162;
    width: 100%;
    height: 50%;
}

.home-gallery:nth-child(2) section {
    background-image: url(assets/p6.jpg);
}

.home-gallery:nth-child(2) div {
    background-color: #5D755D;
}

.home-gallery:nth-child(3) section {
    background-image: url(assets/p7.jpg);
}

.home-gallery:nth-child(3) div {
    background-color: #A8A697;
}

footer {
    background-color: #DFD7BF;
}

footer .container h2, footer .container p {
    color: #000;
}

footer .container .row ul {
    color: #000;
    list-style: none;
}

footer .container .row .col-lg-4 ul a {
    color: #000;
    text-decoration: none;
}

footer .container .row .col-lg-4 ul a:hover {
    border-bottom: 2px solid #fff;
}

footer .container .row ul .nav-item .nav-link {
    color: #000;
    padding: 0 .4rem;
}

.map-container iframe {
    display: block;
    width: 80%;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}

#im-img {
    width: 35%;
}

/*About Styles*/

.bg-images {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: url(assets/p8.jpg) rgba(0, 0, 0, .3);
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
}

.bg-images h1 {
    margin-top: 10vh;
}

.bg-images .display-2 {
    font-weight: 500;
    letter-spacing: 3px;
}

.bg-images p {
    margin-top: 1rem;
    letter-spacing: normal;
}

.about-text {
    font-size: 1.1rem;
    line-height: 30px;
}

.jumbotron {
    background: url(assets/p9.jpg) rgba(0, 0, 0, .3);
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    height: fit-content;
    padding: 5rem 0;
    color: #F9F2DC;
}

.review-section {
    padding: 3rem;
    background-color: rgba(0, 0, 0, .3);
}

.review-section img {
    border-radius: 50%;
}

.review-section i {
    color: #FAD02C;
    font-size: 1.2rem;
}

.swiper-arrow {
    display: none;
}

/*Rooms Styles*/

.room-bg {
    background-color: #FFF6ED;
    padding: 3rem 0;
}

.rooms h2 {
    color: #978459;
    font-weight: 600;
}

.rooms .col-md-5 {
    overflow: hidden;
}

.rooms img {
    height: 30vh;
    transition: .2s ease-in-out;
}

.rooms img:hover {
    transform: scale(1.1);
    filter: brightness(110%);
}

.rooms ul {
    list-style: none;
    padding: 0;
}

.rooms ul li {
    margin-top: .5rem;
    font-size: .9rem;
}

.rooms .col-md-3 {
    margin-top: 2rem;
}

.rooms .link-btn {
    color: #978459;
    border-color: #978459;
}

.rooms .link-btn:hover {
    color: #fff; 
    border-color: #978459;
    background-color: #978459;
}

/*Gallery Styles*/

img.zoom {
    width: 100%;
    height: 40vh;
    display: block;
    margin: 0 auto;
    border-radius:5px;
    object-fit:cover;
    transition: all .3s ease-in-out;
}

.transition {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
    
.modal-header {   
    border-bottom: none;
}
   
.modal-title {
    color:#000;
}

.modal-footer{
  display:none;  
}

/*Contact Styles*/

.contact-image-container section {
    background-color: #2D2A25;
}


.contact-image-container section h2 {
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
}

.contact-image-container section p {
    font-size: 1.2rem;
}

.contact-image-container img {
    height: 40vh;
}

.contact section {
    padding: 2rem;
    border: 1px solid #988162;
    border-radius: 20px;
    width: 100%;
    transition: .2s ease-in-out;
}

.contact section:hover {
    background-color: #988162;
    color: #fff;
}

.contact section i {
    color: #b39a00;
    font-size: 1.3rem;
}

.contact section:hover i {
    color: #fff;
}

.contact section a {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid transparent;
    transition: .1s;
}

.contact section a:hover {
    border-color: #fff;
}

.contact-map {
    height: 40vh;
}

.contact-map iframe{
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 768px){
    .about-img {
        width: 55%;
        height: 50vh;
    }

    .about-section {
        width: 40%;
    }

    .room-bg-div {
        background-color: transparent;
        padding-top: 0;
    }

    .room-section {
        width: 40%;
    }

    .room-img {
        width: 50%;
        height: 40vh;
    }

    .facilities section {
        height: 20vh;
        width: 33%;
    }

    .home-gallery {
        height: 40vh;
    }

    .home-gallery section {
       width: 50%;
       height: 100%;
    }
    
    .home-gallery div{
        width: 50%;
        height: 100%;
    }

    /*About Styles*/

    .bg-images p {
        margin-top: 0;
    }    

    .review-section p {
        font-size: 1.3rem;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .swiper-arrow {
        display: block;
    }

    /*Rooms Styles*/

    .rooms img {
        height: 40vh;
    }

    .rooms .col-md-3 {
        margin-top: 3rem;
    }

    /*Contact Styles*/

    .contact-image-container img {
        height: 40vh;
        width: 60%;
        object-fit: cover;
    }

    .contact-image-container section {
        width: 40%;
    }

    .contact section {
        width: 30%;
    }
}

@media only screen and (min-width: 992px) {
    header .navbar .navbar-nav {
        margin-right: 5rem;
    }

    header .navbar .link-btn {
        margin: 0;
    }

    .facilities section {
        width: 25%;
    }

    .map-container iframe {
        margin-right: 0;
    }

    footer .container .row .navbar-nav .nav-item {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    footer .container .row ul .nav-item .nav-link {
        width: fit-content;
        padding: 0 .5rem 0 0;
    }

    #im-img {
        width: 20%;
    }
}