* {
    margin: 0;
    padding: 0;
}

.header {
    height: calc(60px);
    margin: 0;
    z-index: 1;
    position: relative;
    width: 100vw;
}

.logo {
    position: relative;
    display: inline-block;
    background-image: url('../images/logo-light.png');
    height: 40px;
    margin-top: 8px;
    margin-left: 15px;
    width: 60px;
    background-size: 60px 40px;
    background-repeat: no-repeat;
}

.ammenities{
    padding: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    padding-left: 15vw;
}

.ammenities-mini{
    font-weight: 700;
}
.ammenities-container{
    padding-left: 30px;
    padding: 10px;
    font-size: 14px;
}
.text-header {
    position: absolute;
    top: 10px;
    left: 90px;
    font-size: 15px;
    width: calc(100vw - 180px);
    text-align: center;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: white;
}

.hamburger-menu-initial {
    position: absolute;
    top: 16px;
    left: calc(100vw - 60px);
    height: 25px;
    width: 30px;
    background-image: url('../images/menu.png');
    background-size: 30px 25px;
    background-repeat: no-repeat;
    color: white;
}

.menu {
    position: absolute;
    top: 0;
    z-index: 3;
    left: -100vh;
    height: 100vh;
    width: 100vw;
    background-color: white;
}

.cross-menu {
    background-image: url('../images/cross.png');
    position: absolute;
    top: 20px;
    left: 85vw;
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
}

.text-menu {
    background: -webkit-linear-gradient(rgb(237, 143, 3), #FFB75E);
    font-size: 28px;
    display: block;
    text-align: center;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 6vw;
    font-family: 'Josefin Sans', sans-serif;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.menu-container {
    margin-top: 10vw;
}

.title-menu {
    padding-top: 40px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 2px;
}
/* hehr */
.background-image{
    width: 100vw;
    height: 60vh;
    background-image: url('../images/A17I7278.jpg');
    background-size: 100vw 60vh;
    position: absolute;
    top:0;
    left:0;
}
.backimgtext{
    color: #FFB75E;
    font-size: 24px;
    padding-top: 55vh;
    padding-left: 20px;
    letter-spacing: 2px;
    font-weight: 500;
    font-family: 'Josefin Sans',sans-serif;
}
.backspan{
    visibility: hidden;
}
.subjectText{
    margin-top: 55vh;
    padding-left: 20px;
    padding-right: 20px;
    /* font-family: 'Gilroy',sans-serif; */
    font-family: 'Source Sans Pro',sans-serif;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
}
.imageIn{
    margin-top: 4vh;
    margin-bottom: 5vh;
    width: 90vw;
    height: 250px;
    margin-left: 5vw;
    background-size: 90vw 250px;
    border-radius: 10px;
}

#imageAcc1{
    background-image: url('../images/A17I7482.JPG');
}


.facilities {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 10vw;
    padding-right: 10vw;
}

.title{
    margin-top: 0vh;
}