/* Top Nav. Bar Format */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lexend', sans-serif;
    text-transform: capitalize;
}

html {
    scroll-behavior: smooth;
}

body {
    height: 100%;
}

.full-img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}

/* Navigation Bar */

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(251, 251, 251, 0.7);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    padding: 0px 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

/* HotelAAA logo */

header .logo {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 900;
    font-size: 33px;
    color: #000000;
    text-decoration: none;
}

header .navbar ul {
    list-style: none;
}

header .navbar ul li {
    position: relative;
    float: left;
}

/* Nav. Bar Buttons */

header .navbar ul li a {
    font-size: 15px;
    font-weight: normal;
    padding: 20px;
    color: #000000;
    line-height: 35px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

header .navbar ul li a:hover {
    background: #FFFFFF;
    color: #000000;
    transition: .8s;
}

header .navbar ul li a.active {
    font-weight: bold;
    color: #c5a216;
    border-bottom: 4px solid #c5a216;
}

/* Sub Nav. Buttons */

header .navbar ul li ul {
    position: absolute;
    left: 0;
    width: 213px;
    display: none;
}

header .navbar ul li ul li {
    width: 100%;
}

header .navbar ul li:hover > ul {
    display: initial;
    background: rgba(251, 251, 251, 0.6);
}

/* Menu Bar if the Display is below 990px */

#menu-bar {
    display: none;
}

header label {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    cursor: pointer;
    display: none;
}

/* Slideshow*/
.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
    padding-top: 77px;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.mySlides {
    display: none;
}

.mySlides img {
    vertical-align: middle;
    width: 100%;
    height: 50%;
    filter: brightness(35%);
}

.mySlides button {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 20px;
    background: transparent;
    color: #FFFFFF;
    font-family: inherit;
    font-size: 15px;
    font-weight: 900;
    border: 2px solid #FFFFFF;
    text-transform: initial;
}

.mySlides button:hover {
    background: rgba(251, 251, 251, 0.2);
    color: #FFFFFF;
    box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.5);
    transition: box-shadow 0.7s ease-in-out;
}

.mySlides a {
    position: absolute; 
    top: 90%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    color: #FFFFFF; 
    font-size: 50px; 
    text-decoration: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.3);
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

.textbox {
    width: 1200px;
    position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    padding-top: 100px; padding-left: 100px; padding-right: 100px; padding-bottom: 150px; 
	z-index: 9;
    background: transparent;
    color: #FFFFFF;
}

.textbox h1 {
    padding-bottom: 45px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.textbox p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: initial;
}

.textbox button {
    margin-top: 5px;
    margin-bottom: 80px;
    padding: 20px;
    background: transparent;
    color: #FFFFFF;
    font-family: inherit;
    font-size: 15px;
    font-weight: 900;
    border: 2px solid #FFFFFF;
    text-transform: initial;
}

.textbox button:hover {
    background: rgba(251, 251, 251, 0.2);
    color: #FFFFFF;
    box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.5);
    transition: box-shadow 0.7s ease-in-out;
}

.intro {
    background: #FFFFFF;
    padding-top: 50px; padding-left: 70px; padding-right: 70px; padding-bottom: 50px;
}

.intro h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    font-weight: normal;
    color: #c5a216;
    text-align: center;
}

.intro h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    font-weight: normal;
    color: #c5a216;
    text-transform: initial;
    text-align: left;
}

.intro p {
    padding-top: 23px;
    font-size: 16px;
    padding-bottom: 20px;
    color: #000000;
    text-align: justify;
    text-transform: initial;
    line-height: 25px;
}

.intro ul {
    margin-left: 100px; 
    list-style-type: square;
}

.intro ul li {
    text-transform: initial;
    line-height: 25px;
}

.intro a {
    color: #184d9c;
    font-weight: 900;
    text-transform: initial;
    text-decoration: none;
}

.intro img {
    margin-right: 15px;
    float: left;
    width: 30px;
    height: 30px;
}

.intro .collapsible {
    background-color: #FFFFFF;
    color: #000000;
    cursor: pointer;
    padding: 30px;
    width: 100%;
    border: none;
    border-bottom: 5px solid #FFFFFF;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 900;
}
  
.intro .active, .collapsible:hover {
    background-color: #d2d0c7;
    color: #000000;
}
  
.intro .content {
    padding: 0 50px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f3f3f3;
    border-bottom: 5px solid #FFFFFF;
}

@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

.wip-img {
    max-width: 15%;
    max-height:10%;
    display: block;
    margin-top: 20%; margin-left: auto; margin-right: auto;
}

.wip p {
    color: #CACACA;
    text-align: center;
    text-transform: initial;
    font-size: 20px;
    font-weight: 900;
}

.side-img {
    max-width: 45%;
    max-height:30%;
    margin-right: 50px;
    float: left;
}

.side-img2 {
    max-width: 45%;
    max-height:30%;
    margin-left: 40px; margin-right: 40px;
    float: left;
}

.block2 { /* Amenities */
    display: inline-block;
    padding: 50px;
    background: rgb(243, 224, 137);
    color: #000000;
    text-align: justify;
}

.block2 h2 { 
    padding-top: 20px; padding-left: 7px; padding-right: 35px; padding-bottom: 40px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
    font-size: 40px;
    text-align: left;
}

.block2 p {
    margin-bottom: 60px;
    padding-top: 20px; padding-left: 7px; padding-right: 35px; padding-bottom: 20px;
    font-size: 16px;
    line-height: 23px;
    text-transform: initial;
    text-align: justify;
}

.block2 a {
    margin-left: 10px; margin-right: 10px; margin-bottom: 10px;
    padding-top: 20px; padding-left: 30px; padding-right: 30px; padding-bottom: 20px;
    border: 2px solid #000000;
    background: transparent;
    font-family: 'Lexend', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    text-decoration: none;
}

.block2 a:hover {
    background: #000000;
    color: #ffffff;
    box-shadow: 1px 2px 6px #00000086;
    transition: box-shadow 0.7s ease-in-out;
}

.slider2 {
    position: relative;
    width: 40%;
    overflow: hidden;
}

.slider2-images {
    display: flex;
    width: 100%;
}

.slider2-images img {
    height: 430px;
    width: 100%;
    transition: all 0.15s ease;
}

.slider2-images input {
    display: none;
}

.slider2-dots {
    display: flex;
    justify-content: center;
    margin: 5px;
}

.slider2-dots label {
    height: 15px;
    width: 15px;
    margin-top: 15px; margin-right: 10px;
    border-radius: 50%;
    border: 3px solid #000000;
    cursor: pointer;
    transition: all 0.15s ease;
}

.slider2-dots label:hover {
    background: #000000;
}

#img1:checked ~.m1 {
    margin-left: 0%;
}

#img2:checked ~.m2 {
    margin-left: -100%;
}
#img3:checked ~.m3 {
    margin-left: -200%;
}
#img4:checked ~.m4 {
    margin-left: -300%;
}
#img5:checked ~.m5 {
    margin-left: -400%;
}

.block3 { /* Dine with us */
    padding: 50px;
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(assets/img14.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-align: justify;
}

.block3 h2 {
    padding-top: 20px; padding-left: 7px; padding-right: 35px; padding-bottom: 40px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    text-transform: initial;
}

.block3 p {
    padding-top: 20px; padding-left: 7px; padding-right: 35px; padding-bottom: 20px;
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
    text-transform: initial;
}

.block3 button {
    margin-top: 25px; margin-left: 10px; margin-right: 10px; margin-bottom: 10px;
    padding-top: 20px; padding-left: 30px; padding-right: 30px; padding-bottom: 20px;
    border: 2px solid #FFFFFF;
    background: transparent;
    font-family: 'Lexend', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.block3 button a {
    color: #FFFFFF;
    text-decoration: none;
}

.block3 button:hover {
    background: rgba(251, 251, 251, 0.2);
    color: #FFFFFF;
    box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.5);
    transition: box-shadow 0.7s ease-in-out;
}

.block4 { /* About Us*/
    display: flexbox;
    padding-top: 60px; padding-left: 55px; padding-right: 35px; padding-bottom: 60px;
    background: #FFFFFF;
    color: #000000;
    text-align: justify;
}

.block4 h2 {
    padding-top: 25px; padding-bottom: 20px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
    font-size: 40px;
    text-align: left;
}

.block4 p {
    padding-top: 20px; padding-bottom: 40px;
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
}

.block4 button {
    margin-top: 60px; margin-left: 0; margin-right: 10px; margin-bottom: 60px;
    padding-top: 20px; padding-left: 30px; padding-right: 30px; padding-bottom: 20px;
    border: 2px solid #000000;
    background: transparent;
    font-family: 'Lexend', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.block4 button:hover {
    background: #000000;
    color: #FFFFFF;
    box-shadow: 1px 2px 6px #00000086;
    transition: box-shadow 0.7s ease-in-out;
}

.block5 {
    margin: 20px;
    display: inline-block;
    padding: 50px;
    background: #FFFFFF;
    color: #000000;
    text-align: justify;
}

.block5 h2 {
    padding-bottom: 20px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
    font-size: 40px;
    text-align: left;
}

.block5 p {
    padding-top: 20px; padding-bottom: 40px;
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
}

.block5 a:hover {
    color: #c5a216;
}

.block5 .collapsible {
    background-color: #dedede;
    color: #000000;
    cursor: pointer;
    padding: 30px;
    width: 100%;
    border: none;
    border-bottom: 5px solid #FFFFFF;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 900;
}
  
.block5 .active, .collapsible:hover {
    background-color: #d2d0c7;
    color: #000000;
}
  
.block5 .content {
    padding: 0 50px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f3f3f3;
    border-bottom: 5px solid #FFFFFF;
}
  
.block5 .content img {
    width: 10%;
    margin: 50px; 
    float: left;
}
  
.block5 .content p {
    margin: 55px;
    font-family: 'Lexend', sans-serif;
}
  
.block5 .content button {
    margin-right: 10px;
    margin-bottom: 50px;
    padding: 20px;
    background: transparent;
    color: #000000;
    font-weight: 900;
    border: 2px solid #000000;
}
  
.block5 .content button a {
    color: inherit;
    font-size: 15px;
    text-decoration: none;
}
  
.block5 .content button:hover {
    background: #000000;
    color: #FFFFFF;
    font-weight: 900;
    box-shadow: 1px 2px 6px #00000086;
    transition: box-shadow 0.7s ease-in-out;
}

.block6 {
    padding: 70px;
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
}

.block6 h2 {
    margin-bottom: 60px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 55px;
}

.block6 p {
    text-transform: initial;
}

.block7 {
    margin: 50px;
}

.block7 img {
    margin-top: 200px; margin-left: 50px; margin-right: 40px;
    float: left;
}

.tagline {
    padding-top: 55px; padding-left: 70px; padding-right: 70px; padding-bottom: 55px;
    background: #D2D0C7;
}

.tagline p {
    padding-left: 40px; 
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    text-transform: initial;
    line-height: 40px;
    border-left: 5px solid #927e46c2;
}

.tagline span {
    padding-bottom: 25px;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-size: 15px;
    text-align: left;
}

/* Photo Gallery with Lightbox and Filter */

/* Center website */
.main {
    max-width: 1000px;
    margin: auto;
}
  
.row {
    margin: 10px -16px;
}
  
.btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #c5a216;
    text-transform: initial;
    cursor: pointer;
}
  
/* Add padding BETWEEN each column */
.row,
.row > .column {
    padding: 8px;
}
  
/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    display: none; /* Hide all elements by default */
}
  
/* Clear floats after rows */ 
.row:after {
    content: "";
    display: table;
    clear: both;
}
  
/* Content */
.content {
    padding: 0;
    background-color: transparent;
}

div .content2 {
    padding-top: 0; padding-left: 0; padding-right: 0; padding-bottom: 30px;
    background-color: #ececec;
}

div .content2 p {
    margin: 20px; 
    color: #000000;
    font-size: 15px;
    text-align: center;
    text-transform: initial;
}
  
/* The "show" class is added to the filtered elements */
.show {
    display: block;
}
  
/* Style the buttons */
.btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #c5a216;
    color: #FFFFFF;
    cursor: pointer;
}
    
.btn:hover {
    background-color: #000000;
    color: #ffffff;
}
  
/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000;
}
    
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
    
/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
    
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
  
/* Hide the slides by default */
.mySlides {
    display: none;
}
    
.cursor {
    cursor: pointer;
}
    
/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
    
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
    
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
  
img {
    margin-bottom: -4px;
}
    
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
    
.demo {
    opacity: 0.6;
}
    
.active,
.demo:hover {
    opacity: 1;
}
    
img.hover-shadow {
    transition: 0.3s;
}
    
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

footer {
    padding-top: 40px; padding-left: 30px; padding-right: 30px; padding-bottom: 40px;
    background-color: #0f3675;
}
  
footer table, th, td {
    margin: 0;
    background-color: transparent;
    color: #FFFFFF;
    border: hidden;
    border-collapse: collapse;
}
  
footer table ul {
    margin-left: 100px;
    list-style: none;
}
  
footer ul li {
    line-height: 30px;
}

footer ul a {
    color: #FFFFFF;
    text-decoration: none;
}

footer ul a:hover {
    color: #c5a216;
}
  
footer .side-icons {
    margin: 0;
    padding-top: 10px; padding-left: 10px; padding-right: 5px; padding-bottom: 10px;
}
  
footer .td2 {
    padding-top: 15px; padding-left: 10px; padding-right: 15px; padding-bottom: 15px;
}
  
footer .tdp {
    padding-left: 35px; padding-right: 100px; padding-bottom: 25px;
    font-size: 13px;
    text-align: justify;
}

footer .tdp h2 {
    font-size: 30px;
    font-family: 'Cormorant Garamond', serif;
} 

footer .bottom-icons {
    margin-right: 10px; margin-top: 5px;
}
  
footer .ft-button {
    padding-top: 15px; padding-bottom: 15px;
    background-color: transparent;
    border: 2px solid #FFFFFF;
    text-align: center;
}

footer .ft-button a {
    color: #FFFFFF;
    text-decoration: none;
}

footer .ft-button:hover {
    background: rgba(251, 251, 251, 0.2);
    color: #FFFFFF;
    box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.5);
    transition: box-shadow 0.7s ease-in-out;
}

@media(max-width:991px) {

    header {
        padding: 15px;
    }

    header label {
        display: initial;
    }

    header .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #f5f5f5;
        border-top: 3px solid #0000008b;
        display: none;
    }

    header .navbar ul li {
        width: 100%;
    }

    header .navbar ul li ul {
        position: relative;
        width: 100%;
    }

    header .navbar ul li ul li {
        background: #c5a216;
    }

    #menu-bar:checked ~ .navbar {
        display: initial;
    }

    .slideshow-container {
        width: 100%;
        position: relative;
        margin: auto;
        padding-top: 70px;
    }
    .textbox {
        position: absolute;
        left: 50%;
        top: 63%;
        transform: translate(-50%, -50%);
        padding: 30px;
        text-align: center;
        z-index: 9;
        background: transparent;
        color: #FFFFFF;
    }
    
    .textbox h1 {
        padding-bottom: 10px;
        font-family: 'Cormorant Garamond', serif;
        font-size: 25px;
        font-weight: 900;
        text-transform: uppercase;
    }
    
    .textbox p {
        font-size: 10px;
        font-weight: 700;
        text-transform: initial;
    }
}