*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.body{
    width: 100%;
    height: 966vh;
    background-color: white;
}

/* body */
.start{
    width: 100%;
    height: 85vh;
}
.start img{
    width: 100%;
    height: 85vh;
}
.bottom-left {
    position: absolute;
    bottom: 120px;
    left: 120px;
}
.bottom-left h1{
    font-size: 130px;
    color: white;
}

/* middle */
.mid{
    width: 100% !important;
    height: 30vh !important;
    background-color: white !important;
}
.midrap{
    width: 80% !important;
    margin: auto !important;
    padding-top: 5% !important;
}
.midrap p{
    font-size: 20px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    color: black !important;
}
.mid2{
    width: 100% !important;
    height: 10vh !important;
    background-color: rgb(224, 224, 224);
}
.midrap2{
    width: 85% !important;
    margin: auto !important;
    padding-top: 1.5% !important;
}
.midrap2 h1{
    color: rgb(31, 155, 155) !important;
    font-size: 25px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
.mid3{
    width: 100% !important;
    height: 170vh !important;
    background-color: rgb(238, 238, 238) !important;
}
.midrap3{
    width: 80% !important;
    margin: auto !important;
    padding-top: 5% !important;
}
.midrap3 h1{
    font-size: 100px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    color: rgb(73, 73, 73) !important;
}
.midrap3 p{
    font-size: 20px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    color: rgb(30, 30, 30) !important;
}
.mid-button{
    width: 80% !important;
    margin: auto !important;
}
.w3-bar-item{
    font-size: 40px !important;
    border: none !important;
    color: rgb(95, 95, 95) !important; 
}
.w3-bar-item:hover{
    color: black !important;
}  
.rooms{
    display: grid !important;
    grid-template-columns: auto auto !important;
    grid-column-gap: 80px !important;
}
.roomrap{
    background-color: aliceblue !important;
    height: 90vh !important;
}
.roomrap img{
    width: 100% !important;
    height: 50vh !important;
}

.category1{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 10px;
    padding-top: 5%;
}
.catrap1{
    height: 35vh;
}
.catrap1 h1{
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    margin-left: 20%;
}
.catrap1 h2{
    font-size: 17px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(67, 67, 67);
    font-weight: normal;
    margin-left: 20%;
}
.category1 h3 i{
    color: rgb(2, 139, 173);
    text-decoration: none;
}
.category1 h4 i{
    color: rgb(2, 139, 173);
    text-decoration: none;
}
.category1 h5 i{
    color: rgb(2, 139, 173);
    text-decoration: none;
}
.category1 h6 i{
    color: rgb(2, 139, 173);
    text-decoration: none;
}
.category1 p i{
    color: rgb(2, 139, 173);
    text-decoration: none;
}
.catrap1 h3{
    padding-top: 20%;
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(98, 98, 98);
    margin-left: 15%;
    text-transform: uppercase;
}
.catrap1 h4{
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(98, 98, 98);
    margin-left: 15%;
    text-transform: uppercase;
}
.catrap1 h5{
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(98, 98, 98);
    margin-left: 15%;
    text-transform: uppercase;
}
.catrap1 h6{
    padding-top: 40%;
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(98, 98, 98);
    text-transform: uppercase;
    line-height: 25px;
}
.catrap1 p{
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(98, 98, 98);
    font-weight: normal;
    text-transform: uppercase;
}
.book2{
    float: left !important;
}
.book2 ul li{
    display: inline !important;
}
.book2 ul li a{
    font-size: 13px !important;
    padding: 10px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: bold !important;
    color: white !important;
    text-decoration: none !important;
    background-color: rgb(38, 178, 180) !important;
    border-radius: 30px !important;
}
.book2 ul li a:hover{
    color: white !important;
    background-color: rgb(73, 35, 6) !important;
}

.rooms2{
    display: grid !important;
    grid-template-columns: auto auto !important;
    grid-column-gap: 80px !important;
    grid-row-gap: 80px !important;
} 
.roomrap2{
    background-color: aliceblue !important;
    height: 90vh !important;
}
.roomrap2 img{
    width: 100% !important;
    height: 50vh !important;
}

.category2{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 10px;
    padding-top: 5%;
}
.catrap2{
    height: 35vh;
}
.catrap2 h1{
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    margin-left: 20%;
}
.catrap2 h2{
    font-size: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(67, 67, 67);
    font-weight: normal;
    margin-left: 20%;
}
.category2 h3 i{
    color: rgb(2, 139, 173);
    text-decoration: none;
}
.category2 h4 i{
    color: rgb(2, 139, 173);
    text-decoration: none;
}
.category2 h5 i{
    color: rgb(2, 139, 173);
    text-decoration: none;
}
.category2 h6 i{
    color: rgb(2, 139, 173);
    text-decoration: none;
}
.category2 p i{
    color: rgb(2, 139, 173);
    text-decoration: none;
}
.catrap2 h3{
    padding-top: 20%;
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(98, 98, 98);
    margin-left: 15%;
    text-transform: uppercase;
}
.catrap2 h4{
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(98, 98, 98);
    margin-left: 15%;
    text-transform: uppercase;
}
.catrap2 h5{
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(98, 98, 98);
    margin-left: 15%;
    text-transform: uppercase;
}
.catrap2 h6{
    padding-top: 40%;
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(98, 98, 98);
    text-transform: uppercase;
    line-height: 25px;
}
.catrap2 p{
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(98, 98, 98);
    font-weight: normal;
    text-transform: uppercase;
}
.book3{
    float: left !important;
}
.book3 ul li{
    display: inline !important;
}
.book3 ul li a{
    font-size: 13px !important;
    padding: 10px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: bold !important;
    color: white !important;
    text-decoration: none !important;
    background-color: rgb(38, 178, 180) !important;
    border-radius: 30px !important;
}
.book3 ul li a:hover{
    color: white !important;
    background-color: rgb(73, 35, 6) !important;
}

.mid4{
    width: 100%;
    height: 130vh;
    background-color: rgb(253, 252, 243);
}
.midrap4{
    width: 100%;
    margin: auto;
    display: grid !important;
    grid-template-columns: auto auto !important;
    grid-column-gap: 0px !important;
}
.circle1{
    padding-left: 15%;
    width: 660px;
    padding-top: 10%;
}
.circle1 h1{
    font-size: 100px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(61, 61, 61);
}
.circle1 p{
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(61, 61, 61);
}
.circle1 h2{
    font-size: 40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(61, 61, 61);
}
.circle1 h3{
    font-size: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(61, 61, 61);
}
.st-line{
    width: 100%;
    margin: auto;
    border-bottom: 1px solid rgb(201, 173, 13);
}
.circle2{
    height: 120vh;
    width: auto;
}
.circle2 img{
    padding-top: 2%;
    height: 100%;
    width: 100%;
}
.mid5{
    width: 100% !important;
    height: 200vh !important;
    background-color: rgb(254, 244, 233) !important;
}
.midrap5{
    width: 80% !important;
    margin: auto !important;
}
.midrap5 h1{
    padding-top: 5%;
    font-size: 100px;
    color: rgb(71, 71, 71);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.midrap5 p{
    font-size: 20px;
    color: rgb(71, 71, 71);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.mid-button5{
    width: 80% !important;
    margin: auto !important;
}
.photo h1{
    position: absolute !important;
    text-decoration: none !important;
    font-size: 40px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    color: rgb(71, 71, 71) !important;
}

/* banner */
.ban1{
    width: 100%;
    height: 120vh;
    background-color: rgb(244, 244, 244);
}
.banrap1{
    width: 70%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 20px;
}
.ban-box1 img{
    margin-top: 30%;
    width: 180px !important;
    height: 30vh;
}
.ban-box1 h1{
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
.banrap2{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    grid-column-gap: 20px;
    padding-left: 10%;
}
.ban-box2 h1{
    font-size: 20px;
    color: rgb(50, 50, 50);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    text-align: center;
}
.ban-line1{
    width: 80%;
    margin: auto;
    border-bottom: 1px solid rgb(201, 173, 13);
}
.banrap3{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    grid-column-gap: 20px;
}
.ban-box3 h1{
    font-size: 20px;
    color: rgb(50, 50, 50);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    text-align: center;
}
.ban-box3 p{
    font-size: 18px;
    color: rgb(82, 82, 82);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal;
    text-align: center;
}
.ban-line2{
    width: 80%;
    margin: auto;
    border-bottom: 1px solid rgb(201, 173, 13);
}
.banrap4{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    grid-column-gap: 20px;
}
.ban-box4 h1{
    font-size: 20px;
    color: rgb(50, 50, 50);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    text-align: center;
}
.ban-box4 p{
    font-size: 18px;
    color: rgb(82, 82, 82);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal;
    text-align: center;
}
.ban-line3{
    width: 80%;
    margin: auto;
    border-bottom: 1px solid rgb(201, 173, 13);
}
.banrap5{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    grid-column-gap: 20px;
}
.ban-box5 h1{
    font-size: 20px;
    color: rgb(50, 50, 50);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    text-align: center;
}
.ban-box5 p{
    font-size: 18px;
    color: rgb(82, 82, 82);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal;
    text-align: center;
}
.ban-line4{
    width: 80%;
    margin: auto;
    border-bottom: 1px solid rgb(201, 173, 13);
}
.banrap6{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    grid-column-gap: 20px;
}
.ban-box6 h1{
    font-size: 20px;
    color: rgb(50, 50, 50);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    text-align: center;
}
.ban-box6 p{
    font-size: 18px;
    color: rgb(82, 82, 82);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal;
    text-align: center;
}
.ban-line5{
    width: 80%;
    margin: auto;
    border-bottom: 1px solid rgb(201, 173, 13);
}
.mid6{
    width: 100%;
    height: 90vh;
    background-color: rgb(255, 248, 223);
}
.midrap6{
    width: 80%;
    margin: auto;
    padding-top: 5%;
}
.midrap6 h1{
    font-size: 100px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(71, 71, 71);
}
.midrap6 p{
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(71, 71, 71);
}

.mid-th{
    width: 65%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 10px;
}
.th-box img{
    margin-top: 5%;
    width: 180px !important;
    height: 30vh !important;
}
.th-box h1{
    font-size: 18px;
    color: rgb(50, 50, 50);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.end{
    width: 100%;
    height: 130vh;
    background-color: rgb(239, 253, 255);
}
.endrap1{
    width: 80%;
    margin: auto;
    padding-top: 5%;
}
.endrap1 h1{
    font-size: 100px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(71, 71, 71);
}
.endrap1 p{
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(71, 71, 71);
}

.endrap2{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 50px;
}
.end-box2 h1{
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(52, 52, 52);
    text-transform: uppercase;
    font-weight: 600;
}
.end-line{
    width: 100%;
    margin: auto;
    border-bottom: 1px solid rgb(201, 173, 13);
}