@import url('https://fonts.googleapis.com/css?family=Karla&display=swap');
body{
    background-color: #F4F4F4;
    margin:0px;
    padding:0px;
    font:20px/1.5 'Karla', sans-serif !important;
}

header{
    background: linear-gradient(-90deg,#D99AA9,pink);
}
header nav{
    background: transparent !important;
}
header>div .logo{
    float: left;
    padding: 1em 3.5em 1em 0.5em;
}
.logo{
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 700;
    color: var(--white-color);
}
.heroitems{
    position: relative;
    width: 1200px;
    min-height: 550px;
    height: 100vh;
    text-align: center !important;
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    z-index: 2;
    padding: 0 5em;
    color: var(--white-color);
}
.heroitems h1{
    font-size: 3em;
}
.heroitems p{
    font-size: 25px;
    margin-bottom: 20px;
}

a{
    transition: .3s all ease;
    -webkit-transition: none;
    -o-transition: none;
    text-decoration: none;
}
.heroimage{
    background-image: url("../images/header.jpg"); 
    background-size: cover;
    height: 70vh;  
}
img{
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.sideleft{
    float: left;
    text-align: center;
    width: 30%;
}
.main-padding{
    padding: 7em 0em;
}
.sub-heading{
    font-size: 12px; 
    color: #CCCCCC;
    letter-spacing: .1em;
}
.button{
    background-color:var(--main-color);
    transition:.3s all ease;
    padding:12px 30px;
    margin-top: 0 !important;
    text-transform:uppercase;
    letter-spacing:.15em;
    color:#fff;
    border:none;
    cursor:pointer;
}
#toggle{
    display: none;
}
.label{
    font-size: 26px;
    line-height: 70px;
    display: none;
    width: 30px;
    float: right;
    color: var(--white-color);
}
button:hover{
    color: var(--main-color);
    background-color: var(--white-color);
    border: 2px solid var(--main-color);
}
.sideright{
    float: right;
    width: 60%;
}
.bg-color{
    background-color: #F8F9Fa !important;
}
.heading{
    font-size: 50px;
    margin-bottom: 30px;
}
.feature{
    text-align: center;
}
.feature-image{
    position: relative;
}
.feature-image img{
    display: inline;
    width: 300px;
    margin: 1em;
}
.newsletter{
    padding: 2em;
    color: var(--white-color);
    background-color: #35424a;
    overflow: hidden;
}
.newsletter h1{
    float: left;
    padding: 0.6em;
}
.newsletter form{
    float: right;
    margin: 10px;
}
.newsletter input[type="email"]{
    padding: 12px 30px;
    height:2.7em;
    width:250px;
}
.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);
}
.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;
  }
.copyright{
    text-align: center;
    color: white;
}
.rooms-pic-1{
    max-width: 30%;
    display: var(--display-style);
    position: relative;
    overflow: hidden;
    padding: 01em;
}
.rooms-pic-1 figure{
    float: left;
}
.rooms-body{
    background-color: var(--white-color) !important;
    padding: 30px;
    border: 1px solid #E6E6E6;
    border-top: none;
}
figure .img{
    max-width: 100%;
    height: auto;
}
.contactform input[type="text"], .contactform input[type="email"], .contactform textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: var(--white-color);
    background-clip: padding-box;
    border: 1px solid #ced4da;
}
.contactform{
    width: 70%;
    padding-bottom: 4em;
}
.item{
    width: 330px;
    display: var(--display-style);
    margin: 1rem;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0. 12), 0 1px 2px
    rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.item>img{
    width: 100%;
    height: 100%;
}
.item>img:hover{
    box-shadow: 0 8px 16px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
    cursor: pointer;
}
:root{
    --white-color: #FFFFFF !important;
    --main-color: #697e83;
    --display-style: inline-block;
}
nav ul{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    text-align: center;
}
nav li{
    list-style: none;
    padding: 1em 0;
}
nav a{
    color: var(--white-color);
    font-weight: 300;
    opacity: 0.6;
    text-decoration: none;
    transition: 0.3s all ease;
}
nav a:hover{
    opacity: 1;
    color: var(--white-color);
}
@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;
        }
    }