@import url('https://fonts.googleapis.com/css?family=Karla&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script|Pacifico');
:root{
    --main-color:darkcyan;
    --dark-color:#151515;
    --margin-page:10px;
}
*{
    margin:0;
    padding:0;
    font-family: 'Karla', sans-serif;
    font-size: 1.1rem;
}
header{
    background: linear-gradient(-90deg,#D99AA9,pink);
}
nav ul{
    list-style: none;
    display: flex;
    margin:0;
    padding: 0;  
}
nav li{
    flex: 1;
}
nav a{
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 1em;
}
a:hover{
    text-decoration: none !important;
    color:pink !important;
}
a{
    color: pink;
}

.head{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.head .box{
    margin:var(--margin-page);
}
.box h3{
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
}

.add{
    background-color: #ccc;
    padding:15px;
    color:#888;
    font-family: 'Dancing Script', cursive;
}
#list{
    background-color:#ccc;
    width:350px;
    margin:var(--margin-page);
}
.box1{
    width: 100px;
    height: 100px;
    background-color: var(--main-color);
    position: relative;
    display:inline-flex;
    margin:var(--margin-page);
    border-radius: 50%;
}
.ml5 {
    position: relative;
    font-weight: 300;
    font-size: 10em;
    color: #D99AA9;
  }
  
  .ml5 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
    line-height: 2em;
  }
  
  .ml5 .line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 3px;
    width: 100%;
    background-color: #D99AA9;
    transform-origin: 0.5 0;
  }
  .ml5 .letters {
    display: inline-block;
    opacity: 0;
  }
  .button{
    background-color:#D99AA9;
    transition:.3s all ease;
    padding:12px 30px;
    margin-top: 0 !important;
    text-transform:uppercase;
    letter-spacing:.15em;
    color:#fff;
    border:none;
    cursor:pointer;
}
.heroitems{
    position: absolute;
    width: 100%;
    height: 50vh;
    text-align: center !important;
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    z-index: 2;
    top: 30%;
    color: var(--white-color);
}
.heroitems h1{
    font-size: 3em;
}
.heroitems p{
    font-size: 25px;
    margin-bottom: 20px;
}

.heroimage{
    background-image: url("../images/header.jpg"); 
    background-size: cover;
    height: 70vh;  
}
.footer{
    width: 93%;
    text-align: center;
    margin-bottom: left;
}
.main-footer{
    padding: 4em 0em 0.9em 0em;
    background: linear-gradient(-90deg,rgb(255, 233, 173),pink);
}
.copyright{
    text-align: center;
    color: white;
}
.sideleft{
    float: left;
    text-align: center;
    width: 30%;
}
.sideright{
    float: right;
    width: 60%;
}
.main-padding{
    padding: 7em 0em;
}
.container-gallery{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(auto-fill, minmax(250, 1fr));
    justify-items: center;
    grid-gap: 20px;
    margin: 0.2em 2em 0.2em 2em;
}
.bg-color{
    background-color: #F8F9Fa !important;
}
figure .img{
    max-width: 100%;
    height: auto;
}
@media(max-width: 992px){
    .label{
        display: block;
        cursor: pointer;
    }
    nav ul{
        text-align: center;
        display: none;
        flex-direction: column;
        padding-top: 2.2em;
        background-color: transparent;
    }
    nav ul li{
            width: 100%;
            text-align: center;
            flex: auto;
            background-color: rgba(0, 0, 0, 0.8);
            position: relative;
            top: 1em;
        }
        nav ul li a{
            opacity: 1;
        }
        #toggle:checked+.menu{
            display: block;
        }
        header>div .logo{
            float: left;
            padding: 1em 0.5em 0.5em 0.5em;
        }
        .heroitems{
            height: 100vh;
        }
        .heroitems h1{
            font-size: 40px;
        }
        .sideleft{
            float: none;
            width: 100%;
            text-align: center;
            margin: 0.8em 0.8em 0 0.8em 0;
            padding-bottom: 1em;
        }
        .sideright{
            float: none;
            width: 100%;
            text-align: center;
            margin: 0.8em 0.8em 0 0.8em 0;
        }
        .newsletter h1{
            float: none;
            width: 100%;
            text-align: center;
            margin: 0.8em 0.8em 0 0.8em 0;
        }
        .newsletter form{
            float: none;
            width: 100%;
            text-align: center;
            margin: 0.8em 0.8em 0 0.8em 0;
        }
        .footer{
            float: none;
            width: 100%;
            text-align: center;
            margin: 0.8em 0.8em 0 0.8em 0;
            margin-bottom: 1em;
        }
        .feature-image img{
            float: none;
            width: 100%;
            text-align: center;
            margin: 0.8em 0.8em 0 0.8em 0;
        }
        .newsletter input[type="email"]{
            float: none;
            width: 100%;
            text-align: center;
            margin: 0.8em 0.8em 0 0.8em 0;
        }
        button{
            float: none;
            width: 100%;
            text-align: center;
            margin: 0.8em 0.8em 0 0.8em 0;
            margin-top: 1em !important;
        }
        .contactform{
            float: none;
            width: 100%;
            text-align: center;
            margin: 0.8em 0.8em 0 0.8em 0;

        }
        .button{
            float: none;
            width: 100%;
            text-align: center;
            margin: 0.8em 0.8em 0 0.8em 0;
        }
        textarea{
            float: none;
            width: 100%;
            text-align: center;
            margin: 0.8em 0.8em 0 0.8em 0;
        }
        .rooms-pic-1{
            float: none;
            width: 100%;
            text-align: center;
            margin: 0.8em 0.8em 0 0.8em 0;
            max-width: 100%;
        }
    }
    @media(max-width: 480px){
        .heroitems h1{
            font-size: 30px;
        }
        .heroitems p{
            font-size: 20px;
            margin-bottom: 20px;
        }
    }