* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/*Navigation Bar*/
.nav {
    width: 100%;
    height: 15vh;
    background-color: bisque;
}

.navrap {
    width: 70%;
    margin: auto;
}

.menu {
    float: right;
}

.menu ul li {
    display: inline;
}

.menu ul {
    margin-top: -85px;
}

.menu ul li a {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    color: black;
}

.menu ul li a:hover {
    color: orangered;
    /* border-bottom: 1px solid black; */
}

form.example input[type=text] {
    padding: 7px;
    font-size: 17px;
    border: 2px solid grey;
    margin-left: 550px;
    width: 50%;
    background: #f1f1f1;
    margin-top: -10px;
}

form.example button {
    float: left;
    width: 15%;
    /* height: 3.9vh; */
    padding: 7px;
    background: rgb(253, 139, 0);
    color: white;
    font-size: 17px;
    border: 2px solid grey;
    border-left: none;
    margin-top: -37.5px;
    margin-left: 700px;
    cursor: pointer;
}

form.example button:hover {
    background: lightgrey;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}


/* Slideshow Banner */
.slideshow-container {
    max-width: 2000px;
    position: relative;
    margin: auto;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/4 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

/* welcome */
.welcome {
    width: 100%;
    height: 35vh;
}

.welcomerap {
    width: 80%;
    margin: auto;
}

.welcomerap h2 {
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    margin-top: 20px;
    color: goldenrod;
}

.welcomerap p {
    margin-top: 10px;
    text-align: center;
}

.welcomerap img {
    margin-top: 25px;
    margin-left: 640px;
}

.write h1 {
    width: 80%;
    font-size: 25px;
    margin-top: 30px;
    margin-left: 150px;
    text-align: justify;
    font-weight: 500;
}

.write1 button {
    width: 9%;
    background-color: goldenrod;
    padding: 14px 20px;
    margin: 8px 0;
    margin-top: 30px;
    margin-left: 690px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.write1 button b a {
    color: black;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
}

.write1 button:hover {
    background-color: lightgrey;
}

/*palace*/
.palace {
    width: 100%;
    height: 55vh;
    margin-top: 90px;
    background-image: url(./ban1.jpg);
}

.palacerap {
    width: 80%;
    margin: auto;
    height: 55vh;
}

.palacerap1 {
    display: grid;
    grid-template-columns: auto auto;
}

.box {
    height: 48vh;
    margin-top: 30px;
    background-color: rgba(0, 0, 0, 0.1);
}

.box h1 {
    margin-top: 20px;
    text-align: justify;
    padding-left: 120px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bolder;
    color: rebeccapurple;
    font-family: 'Lora', serif;
    font-family: 'Ysabeau Infant', sans-serif;
}

.box p {
    padding-top: 20px;
    text-align: justify;
    padding-left: 120px;
    padding-right: 120px;
    font-size: 19px;
    font-weight: 500;
}

.box img {
    height: 35vh;
    margin-top: 65px;
    margin-right: 180px;
}

/*Middle*/
.mid {
    width: 100%;
    height: 80vh;
}

.midrap {
    width: 80%;
    margin: auto;
}

.midrap h6 {
    font-size: 45px;
    padding-top: 20px;
    font-weight: 700;
    font-family: 'Lora', serif;
    font-family: 'Ysabeau Infant', sans-serif;
    color: whitesmoke;
}

.midrap p {
    margin-top: 20px;
}

.parallax {
    background-image: url('./ban3.jpg');
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.responsive {
    padding-top: 55px;
    margin-left: 120px;
    font-size: 25px;
    /* padding: 0 6px; */
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.midrap1 {
    margin-top: -15px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 55px;
}

.box1 {
    padding: 70px;
    background-color: whitesmoke;
    margin-top: 50px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
}

.box1 h1 {
    margin: 10px 0 20px 0;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    text-align: center;
    border: 2px solid #eb7a5c;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    display: block;
}

.box1 h2 {
    margin: 10px 0 20px 0;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    text-align: center;
    border: 2px solid #eb7a5c;
    margin-left: auto;
    margin-right: auto;
    line-height: 90px;
    display: block;
}

.box1 h3 {
    margin: 10px 0 20px 0;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    text-align: center;
    border: 2px solid #eb7a5c;
    margin-left: auto;
    margin-right: auto;
    line-height: 95px;
    display: block;
}

.box1 h4 {
    margin: 10px 0 20px 0;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    text-align: center;
    border: 2px solid #eb7a5c;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    display: block;
}

.box1 h5 {
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    color: orangered;
    padding-top: 15px;
}

.box1 p {
    font-size: 18px;
    width: 90%;
    text-align: middle;
    color: black;
    margin-top: 15px;
}

/* events  */
.event {
    width: 100%;
    height: 70vh;
    margin-top: 90px;
}

.eventrap {
    width: 80%;
    margin: auto;
    height: 55vh;
}

.eventrap1 {
    display: grid;
    grid-template-columns: auto auto;
}

.box2 {
    height: 48vh;
    margin-top: 30px;
}

.box2 h1 {
    margin-top: 50px;
    padding-left: 230px;
    font-size: 35px;
    color: goldenrod;
    font-weight: bolder;
    font-family: 'Lora', serif;
    font-family: 'Ysabeau Infant', sans-serif;
}

.box2 h3 img {
    padding-top: 20px;
    margin-left: 260px;
}

.box2 p {
    padding-top: 40px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 31px;
    font-weight: lighter;
}

.box2 h2 img {
    height: 65vh;
    margin-top: -15px;
    margin-right: 180px;
    transition: transform .5s;
}

.box2 h2 img:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* dining */
.dining {
    width: 100%;
    height: 70vh;
}

.diningrap {
    width: 80%;
    margin: auto;
}

.diningrap1 {
    display: grid;
    grid-template-columns: auto auto;
    /* grid-column-gap: 50px; */
}

.box3 {
    height: 48vh;
    margin-top: 30px;
}

.box3 h1 {
    margin-top: 50px;
    padding-left: 225px;
    font-size: 38px;
    color: goldenrod;
    font-weight: bolder;
    font-family: 'Lora', serif;
    font-family: 'Ysabeau Infant', sans-serif;
}

.box3 h3 img {
    padding-top: 20px;
    margin-left: 260px;
}

.box3 p {
    padding-top: 40px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 31px;
    font-weight: lighter;
}

.box3 h2 img {
    height: 65vh;
    margin-top: -15px;
    margin-left: 180px;
    transition: transform .5s;
}

.box3 h2 img:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Next */
.next {
    width: 100%;
    height: 90vh;
}

.nextrap {
    width: 80%;
    margin: auto;
}

.logo h1 {
    padding-top: 30px;
    text-align: center;
    /* text-transform: uppercase; */
    color: goldenrod;
    font-size: 40px;
    font-family: 'Lora', serif;
    font-family: 'Ysabeau Infant', sans-serif;
}

.logo p {
    padding-top: 20px;
    margin-left: 650px;
}

div.gallery {
    border: 1px solid #ccc;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    font-size: 20px;
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    margin: auto;
    margin-left: 60px;
    padding: 3 6px;
    float: left;
    width: 20.99999%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.read h1 {
    width: 90%;
    margin: auto;
    font-size: 25px;
    font-weight: 500;
    margin-top: 500px;
}

.read button {
    width: 9%;
    background-color: goldenrod;
    padding: 14px 20px;
    margin: 8px 0;
    margin-top: 40px;
    margin-left: 860px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.read button b a {
    color: black;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
}

.read button:hover {
    background-color: lightgrey;
}

/* Footer */
.footer {
    width: 100%;
    height: 45vh;
    background-color: bisque;
}

.footerrap {
    width: 80%;
    margin: auto;
}

.footerrap1 {
    display: grid;
    grid-template-rows: auto auto;
}

.foot1 h1 {
    padding-top: 30px;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
}

.foot1 p {
    text-align: center;
    padding-top: 25px;
    font-size: 26px;
}

.foot2 {
    float: right;
    margin-top: 35px;
}

.foot2 ul li {
    display: inline;
    font-size: 20px;
    margin-left: 180px;
}

.foot3 h3 {
    padding-top: 50px;
    text-align: center;
    font-size: 29px;
    font-weight: 600;
}

.mainicon {
    height: 15vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app a {
    display: inline-block !important;
    text-align: center;
    overflow: hidden;
    width: 50px;
    height: 50px;
    float: none;
    margin: 0 10px 10px;
    border-radius: 0;
    background-color: #000;
}

.app a span {
    margin-top: 18px;
    font-size: 20px;
    color: bisque;
    font-size: 1.2em;
    line-height: 10px;
    vertical-align: baseline;
}

.app :hover {
    background-color: green;
}

.app1 a {
    display: inline-block !important;
    text-align: center;
    overflow: hidden;
    width: 50px;
    height: 50px;
    float: none;
    margin: 0 10px 10px;
    border-radius: 0;
    background-color: #000;
}

.app1 a span {
    margin-top: 18px;
    font-size: 20px;
    color: bisque;
    font-size: 1.2em;
    line-height: 10px;
    vertical-align: baseline;
}

.app1 :hover {
    background-color: rgb(31, 186, 238);
}

.app2 a {
    display: inline-block !important;
    text-align: center;
    overflow: hidden;
    width: 50px;
    height: 50px;
    float: none;
    margin: 0 10px 10px;
    border-radius: 0;
    background-color: #000;
}

.app2 a span {
    margin-top: 18px;
    font-size: 20px;
    color: bisque;
    font-size: 1.2em;
    line-height: 10px;
    vertical-align: baseline;
}

.app2 :hover {
    background-color: blue;
}

.app3 a {
    display: inline-block !important;
    text-align: center;
    overflow: hidden;
    width: 50px;
    height: 50px;
    float: none;
    margin: 0 10px 10px;
    border-radius: 0;
    background-color: #000;
}

.app3 a span {
    margin-top: 18px;
    font-size: 20px;
    color: bisque;
    font-size: 1.2em;
    line-height: 10px;
    vertical-align: baseline;
}

.app3 :hover {
    background-color: blue;
}

.app4 a {
    display: inline-block !important;
    text-align: center;
    overflow: hidden;
    width: 50px;
    height: 50px;
    float: none;
    margin: 0 10px 10px;
    border-radius: 0;
    background-color: #000;
}

.app4 a span {
    margin-top: 18px;
    font-size: 20px;
    color: bisque;
    font-size: 1.2em;
    line-height: 10px;
    vertical-align: baseline;
}

.app4 :hover {
    background: linear-gradient(to left, rgb(238, 36, 70),goldenrod);
}

.app5 a {
    display: inline-block !important;
    text-align: center;
    overflow: hidden;
    width: 50px;
    height: 50px;
    float: none;
    margin: 0 10px 10px;
    border-radius: 0;
    background-color: #000;
}

.app5 a span {
    margin-top: 18px;
    font-size: 20px;
    color: bisque;
    font-size: 1.2em;
    line-height: 10px;
    vertical-align: baseline;
}

.app5 :hover {
    background-color: red;
}

.app6 a {
    display: inline-block !important;
    text-align: center;
    overflow: hidden;
    width: 50px;
    height: 50px;
    float: none;
    margin: 0 10px 10px;
    border-radius: 0;
    background-color: #000;
}

.app6 a span {
    margin-top: 18px;
    font-size: 20px;
    color: bisque;
    font-size: 1.2em;
    line-height: 10px;
    vertical-align: baseline;
}

.app6 :hover {
    background-color: green;
}
.foot4 h2 {
    margin-top: -15px;
    font-size: 25px;
    font-weight: 500;
    margin-left: 300px;
}

.social1 {
    float: left;
}

.social1 ul li {
    display: inline;
}

.social1 ul {
    margin-top: -28px;
    margin-left: 460px;
}

.social1 ul li a {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 20px;
    /* text-transform: uppercase; */
    text-decoration: none;
    font-weight: 500;
    color: black;
}

.social1 ul li a:hover {
    color: orangered;
}

/*last*/
.last {
    width: 100%;
    height: 6vh;
    background-color: black;
}

.lastrap {
    width: 80%;
    margin: auto;
}

.lastrap h2 {
    color: white;
    font-size: 22px;
    padding-top: 17px;
    text-align: center;
    text-decoration: none;
    font-weight: lighter;
}