.home .home-img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.home-content {
    z-index: 9999;
    display: block;
    position: relative;
    display: grid;
    grid-template-columns: 4fr 8fr;
    width: 100%;
    height: 100%;
    justify-items: center;
    align-items: center;
    justify-content: space-around;
    padding: 40px 80px 0px 80px;
    align-items: start;
}
.left-content{
    text-align: left;
}

.left-content .header{
    text-align: left;
    width: 80%;
}

.btn-download {
    color: #FFF;
    border: 1px solid #00000029;
    padding: 10px;
    border-radius: 40px;
    width: 270px;
    background: #39B543;
}

.right-content{
    text-align: center;
    background: #3C9143;
    width: 420px;
}

.right-content .header{
    color: #FFF;
}


.btn-book {
    background: #A1CD3A !important;
    border-radius: 20px !important;
    padding: 10px 30px !important;
    outline: none;
    text-transform: capitalize;
    border: none !important;
    width: 80%;
}