* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.navi {
    width: 100%;
    height: 18vh;
    background: linear-gradient(to right, black, rgb(204, 164, 84), black);

}

.name {
    color: rgb(11, 11, 11);
    font-size: 18px;
    font-family: 'Dancing Script', cursive;
    font-weight: bolder;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;


}

.name:hover {
    text-decoration: underline;
    color: rgb(235, 235, 150);
}

.action {
    color: rgb(227, 209, 107);

}

.action:hover {
    color: rgb(186, 211, 209);
}

.search {
    margin-left: 40px;
}

.account {
    margin-left: 60px;
}

#banimg {
    height: 80vh;

}

.caps h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 60px;
    text-shadow: 2px 2px;
    text-shadow: 2px 2px red;
    text-shadow: 2px 2px 5px red;


}

.section {
    padding-top: 20px;
    background-color: rgb(159, 163, 112);
    padding-left: 70px;
}

.select {
    padding-top: 5px;
}

/* menu 1 */
.menu {
    width: 100%;
    height: 8vh;
    background: linear-gradient(to right, black, rgb(160, 193, 160), black);
}

.menurap {
    width: 80%;
    margin: auto;
}

.menurap ul {
    list-style: none;
    padding-top: 13px;
}

.menurap ul li {
    display: inline;
    padding-left: 80px;
}

.menurap ul li a {
    color: black;
    text-transform: uppercase;
    font-family: 'Dancing Script', cursive;
    font-weight: bolder;
    font-size: 20px;
}

/* middle 1 */
.mid {
    width: 100%;
    height: 120vh;
    /* background-color: antiquewhite; */

}

.midrap {
    width: 80%;
    margin: auto;
}

.mid1 {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 120px;
    grid-row-gap: 20px;
}

.box1 h2 {
    padding-top: 160px;
    font-size: 40px;
    font-family: 'Rubik Burned', system-ui;
    color: rgb(72, 122, 49);
    text-align: center;
}

.box1 p {
    text-align: center;
}

#more {
    display: none;
}

.icons12 {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 120px;
    grid-row-gap: 20px;
    padding-top: 20px;
}

.icons p {
    font-size: 10px;
}

div.scroll-container {
    background-color: #333;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
}

/* scroll images */
.scroll {
    width: 100%;
    height: 80vh;
    /* background-color: beige; */
}

.scrollrap {
    width: 90%;
    margin: auto;
}

div.scroll-container img {
    padding: 10px;
}

.scrollrap h1 {
    text-align: center;
    font-family: "Dancing Script", cursive;
    font-size: 80px;
}

.scroll-container {
    margin-top: 50px;
}

/* dining */
.dining {
    width: 100%;
    height: 140vh;
    background-image: url(./gif1.gif);
}

.classrap {
    width: 90%;
    margin: auto;
}

.classrap h2 {
    text-align: center;
    font-family: "Dancing Script", cursive;
    font-size: 50px;
    font-weight: bolder;
}

.price {
    padding-top: 50px;
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
}

.dining1 img {
    /* border: 2px solid rgb(8, 8, 8); */
    border-radius: 10px;
}

.dining1 {
    cursor: pointer;
    position: relative;
    padding: 10px 20px;
    background: white;
    font-size: 28px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all 1s;

    &:after,
    &:before {
        content: " ";
        width: 10px;
        height: 10px;
        position: absolute;
        border: 0px solid #fff;
        transition: all 1s;
    }

    &:after {
        top: -1px;
        left: -1px;
        border-top: 5px solid black;
        border-left: 5px solid black;
    }

    &:before {
        bottom: -1px;
        right: -1px;
        border-bottom: 5px solid black;
        border-right: 5px solid black;
    }

    &:hover {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;

        background: rgba(0, 0, 0, .5);
        color: white;

        &:before,
        &:after {

            width: 100%;
            height: 100%;
            border-color: white;
        }
    }
}

.data-container {
    background: #ffebee;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* gallery */
.gallery {
    width: 100%;
    height: 80vh;
    background: url(./gif2.gif);
}

.galrap {
    width: 80%;
    margin: auto;
}

.details h2 {
    /* text-align: center; */
    font-size: 50px;
    font-family: 'Rubik Burned', system-ui;
    color: #2f451f;
    margin-top: 100px;

}

.carousel-inner img {
    width: 100%;
    height: 60vh;

}

.details {
    padding-top: 30px;
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 80px;
    grid-row-gap: 30px;
    float: right;

}

.details input {
    padding: 20px;
    border-radius: 50px;
    background-color: rgb(191, 191, 140);

}

/* experiences */
.experience {
    width: 100%;
    height: 80vh;

}

.exrap {
    width: 90%;
    margin: auto;
}

.exrap h1 {
    text-align: center;
    font-family: 'Rubik Burned', system-ui;
    padding: 30px;
}

/* amenities */
.amenities {
    height: 30vh;
    padding-top: 30px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;

}

/* offers */
.offers {
    width: 100%;
    height: 70vh;
    background: linear-gradient(to right, rgb(255, 210, 218), white, rgb(248, 208, 215));

}

.offerrap {
    width: 80%;
    margin: auto;
}

.offerrap h1 {
    text-align: center;
    font-family: 'Rubik Burned', system-ui;
    color: #2f451f;
    padding: 30px;
}

.offer2 {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.box10{
    padding: 30px;
  /* background-color: green; */
  transition: transform .2s;
  width: 200px;
  height: 200px;
  
}
.box10:hover{
    -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}

/* contact footer */
.contacts {
    width: 100%;
    height: 80vh;
    background-color: rgb(255, 255, 255);
}
.contactrap{
    width: 80%;
    margin: auto;
}
.contactrap h3{
    text-align: center;
    font-size: 50px;
    padding-top: 30px;
    font-family: "Dancing Script", cursive;

}
.contact1{
    width:100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    padding-top: 40px;
    padding-left: 40px;
}
.contact1 h4{
    text-align: center;
}
.contact1 p{
    text-align: center;
}
/* In The News */
.news{
    width: 100%;
    height: 80vh;
    background-color: rgb(212, 212, 167);
}
.newsrap{
    width: 90%;
    margin: auto;
}
.news1{
    width:100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 40px;
    
}
.newsrap h3{
    text-align: center;
    font-family: "Dancing Script", cursive;
    font-size: 40px;
    padding-top: 20px;
} 
.box14{
    padding: 30px;
  /* background-color: green; */
  transition: transform .2s;
  width: 200px;
  height: 200px;
}  
.box14:hover{
    -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
.foot{
    width: 100%;
    height: 70vh;
}
.footrap{
    width: 85%;
    margin: auto;
}
.footrap h4{
    text-align: center;
    font-family: "Dancing Script", cursive;
    font-size: 40px;
    padding-top: 20px;
}
.foot3{
    width:90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto ;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 40px;
}
/* FOOTER 3 */
.foot4{
    width:70%;
    height: 30vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto ;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 20px;
    padding-left: 30px;
}
.footrap5 ul{
    list-style: none;
}
.footrap5 ul li a{
    color: #1d1c1c;
}
    

.footrap ul li:hover{
    text-decoration: underline;
}
.copy h4{
    font-size: 20px;
    text-align: center;
    background-color: #e3e2e2;
}