@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet');
*{
 padding: 0;
 margin:0;
 box-sizing: border-box;
 font-family: 'Poppins',sans-serif;
}
body{
    background: #111;
    padding-bottom: 300px;
}
body:before{
    content: 'Hotel GreenHill';
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16em;
    font-weight: 500;
    color: transparent;
    -webkit-text-stroke: 1px rgb(63, 241, 152);
}
section{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
section ul li{
    list-style: none;
}
section ul li a{
    display: flex;
    text-decoration: none;
    display: inline-block;
    color:#fff;
    background: coral;
}
section h2{
    margin-left: 200px;
    font-size: 4em;
    color:#fff;
    margin-bottom: 20px;
}
section .container{
    position: relative;
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section:nth-child(even) .container{
    flex-direction: row-reverse;
}
section .container .imgBx{
    position: relative;
    width:800px;
    height: 400px;
    overflow: hidden;
    box-shadow: 0 25px 35px rgba(0,0,0,0.1);
}
section .container .imgBx img{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    object-fit: cover;
}
section .container .content{
    position: absolute;
    right: 0;
    margin-top: 200px;
    margin-bottom: 40px;
    padding: 40px;
    background: #333;
    z-index: 1;
    max-width: 400px;
    color:#fff;
    box-shadow: 0 25px 35px rgba(0,0,0,0.1);
  }
section:nth-child(even) .container .content{
    left: 0;
}
/*Big landscape laptops, Desktop*/
@media (min-width:1510px){

}
/*tablet,Landscape,Low Resolution Laptop*/
@media (max-width:990px){
    body{
        background: #111;
        padding-bottom: 150px;
    }
    body:before{
        content: 'Hotel GreenHill';
        position: fixed;
        top: 35%;
        left: 35%;
        transform: translate(-35%,-35%);
        font-size: 10em;
        font-weight: 500;
        color: transparent;
        -webkit-text-stroke: 1px rgb(63, 241, 152);
    }
    section{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 40vh;
    }
    section ul li{
        list-style: none;
    }
    section ul li a{
        display: flex;
        text-decoration: none;
        display: inline-block;
        color:#fff;
        background: coral;
    }
    section h2{
        margin-left: 200px;
        font-size: 2em;
        color:#fff;
        margin-bottom: 10px;
    }
    section .container{
        position: relative;
        width: 990px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    section:nth-child(even) .container{
        flex-direction: row-reverse;
    }
    section .container .imgBx{
        position: relative;
        width:790px;
        height: 339px;
        overflow: hidden;
        box-shadow: 0 25px 35px rgba(0,0,0,0.1);
    }
    section .container .imgBx img{
        position: absolute;
        top: 0;
        left: 0;
        width:100%;
        height:100%;
        object-fit: cover;
    }
    section .container .content{
        position: absolute;
        right: 0;
        margin-top: 350px;
        margin-bottom: 50px;
        padding: 40px;
        background: #333;
        z-index: 1;
        max-width: 450px;
        color:#fff;
        box-shadow: 0 20px 30px rgba(0,0,0,0.1);
      }
    section:nth-child(even) .container .content{
        left: 0;
    }
}
/*potrait tablet,E-readers,Kindle*/
@media (max-width:800px){
    body{
        background: #111;
        padding-bottom: 200px;
    }
    body:before{
        content: 'Hotel GreenHill';
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-35%,-35%);
        font-size: 10em;
        font-weight: 500;
        color: transparent;
        -webkit-text-stroke: 1px rgb(63, 241, 152);
    }
    section{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
    }
    section ul li{
        list-style: none;
    }
    section ul li a{
        display: flex;
        text-decoration: none;
        display: inline-block;
        color:#fff;
        background: coral;
    }
    section h2{
        margin-left: 200px;
        font-size: 2em;
        color:#fff;
        margin-bottom: 10px;
    }
    section .container{
        position: relative;
        width: 800px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    section:nth-child(even) .container{
        flex-direction: row-reverse;
    }
    section .container .imgBx{
        position: relative;
        width:650px;
        height: 339px;
        overflow: hidden;
        box-shadow: 0 25px 35px rgba(0,0,0,0.1);
    }
    section .container .imgBx img{
        position: absolute;
        top: 0;
        left: 0;
        width:100%;
        height:100%;
        object-fit: cover;
    }
    section .container .content{
        position: absolute;
        right: 0;
        margin-top: 350px;
        margin-bottom: 50px;
        padding: 40px;
        background: #333;
        z-index: 1;
        max-width: 450px;
        color:#fff;
        box-shadow: 0 20px 30px rgba(0,0,0,0.1);
    }
    section:nth-child(even) .container .content{
        left: 0;
    }
}
/*smartphones,iphone*/
@media (max-width:600px){
    body{
        background: #111;
        padding-bottom: 160px;
    }
    body:before{
        content: 'Hotel GreenHill';
        position: fixed;
        top: 50%;
        left: 60%;
        transform: translate(-35%,-35%);
        font-size: 10em;
        font-weight: 500;
        color: transparent;
        -webkit-text-stroke: 1px rgb(63, 241, 152);
    }
    section{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 70vh;
    }
    section ul li{
        list-style: none;
    }
    section ul li a{
        display: flex;
        text-decoration: none;
        display: inline-block;
        color:#fff;
        background: coral;
    }
    section h2{
        margin-left: 150px;
        font-size: 2em;
        color:#fff;
        margin-bottom: 10px;
    }
    section .container{
        position: relative;
        width: 600px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    section:nth-child(even) .container{
        flex-direction: row-reverse;
    }
    section .container .imgBx{
        position: relative;
        width:550px;
        height: 239px;
        overflow: hidden;
        box-shadow: 0 25px 35px rgba(0,0,0,0.1);
    }
    section .container .imgBx img{
        position: absolute;
        top: 0;
        left: 0;
        width:100%;
        height:100%;
        object-fit: cover;
    }
    section .container .content{
        position: absolute;
        right: 0;
        margin-top: 350px;
        margin-bottom: 50px;
        padding: 40px;
        background: #333;
        z-index: 1;
        max-width: 450px;
        color:#fff;
        box-shadow: 0 20px 30px rgba(0,0,0,0.1);
    }
    section:nth-child(even) .container .content{
        left: 0;
    }


}
/*Lower iphones,Devices*/
@media (max-width:375px){
    body{
        background: #111;
        padding-bottom: 170px;
    }
    body:before{
        content: 'Hotel GreenHill';
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 9em;
        font-weight: 500;
        color: transparent;
        -webkit-text-stroke: 1px rgb(63, 241, 152);
    }
    section{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 70vh;
    }
    section ul li{
        list-style: none;
    }
    section ul li a{
        display: flex;
        text-decoration: none;
        display: inline-block;
        color:#fff;
        background: coral;
    }
    section h2{
        margin-left: 150px;
        font-size: 2em;
        color:#fff;
        margin-bottom: 10px;
    }
    section .container{
        position: relative;
        width: 375px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    section:nth-child(even) .container{
        flex-direction: row-reverse;
    }
    section .container .imgBx{
        position: relative;
        width:300px;
        height: 239px;
        overflow: hidden;
        box-shadow: 0 25px 35px rgba(0,0,0,0.1);
    }
    section .container .imgBx img{
        position: absolute;
        top: 0;
        left: 0;
        width:100%;
        height:100%;
        object-fit: cover;
    }
    section .container .content{
        position: absolute;
        right: 0;
        margin-top: 350px;
        margin-bottom: 50px;
        padding: 30px;
        background: #333;
        z-index: 1;
        max-width: 400px;
        color:#fff;
        box-shadow: 0 20px 30px rgba(0,0,0,0.1);
    }
    section:nth-child(even) .container .content{
        left: 0;
    }
}