*{
    margin: 0;
    padding: 0;
}
html,body{
    height: 100%;
    width: 100%;
    font-family: 'Montserrat';
}
.subscribe button{
    transition: all ease .2s;
}
.subscribe button:hover{
    background-color: rgb(76, 72, 72);
}
#kkkk{max-width: 100%;
}
header{
    height: 100px;
    width: 100%;
    background-color: rgb(70, 214, 70);
    display: flex;
    align-items:center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 2rem 0 rgba(0,0,0,0.8);
}
.main-header{
    display: flex;
    align-items: center;
    height: 100%;
    width: 40%;
}
.main-line-head{
    display: flex;
    align-items: center;
    height: 100%;
    width: 20%;
    justify-content: space-around;
}
.main-button{
    height: 50px;
    width: 100px;
    background-color: #46D646;
    font-size: 25px;
    -webkit-text-stroke: 1.2px;
    border: none;
    background-color: white;
    border-radius: 40px;
    cursor: pointer;
    
}
.main-button1{
    height: 50px;
    width: 100px;
    background-color: #46D646;
    font-size: 25px;
    -webkit-text-stroke: 1.2px;
    border: 2px solid black;
    background-color: white;
    border-radius: 40px;
    cursor: pointer;
}
.main-button1:hover{
    color: gray;
}
.main-button:hover{
    background-color:rgb(216, 216, 216) ;
}
.main{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: flex-end;
}
.main-content{
    height:85%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.calender{
    height: 50px;
    width: 200px;
    font-size: 20px;
    border: 2px solid black;
    border-radius: 20px;
}
.main-content p{
    font-size: 25px;
    color: #46D646;
}
.green strong{
    font-size: 55px;
    color: #46D646;
}
.main-div{
    width: 100%;
    justify-content: space-around;
    display: flex;
}
.main-div iframe{
    border: none;
    border-radius: 2vw;
}
.main-div iframe:hover{
    border: 3px solid lime;
    border-radius: 2vw;
}
.main-div img{
    border-radius: 20%;
}
.main-div .calender{
    text-align: center;
}
.main1{
    height: 100vh;
    width: 100%;
    background-image: url("https://www.getmyparking.com/src/home-hero-banner.png");
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.main1-content{
    height: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.location-button{
    height: 80px;
    width: 300px;
    font-size: 30px;
    background-color: rgb(141, 212, 65);
    border: none;
    border-radius: 50px;
    transition: all ease 1s;
}
.location-button:hover{
    font-size: 33px;
    background-color: rgb(76, 62, 62);
    margin-left: 50px;
    color: white;
}
.last-page{
    height: 100vh;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;

}
.last-page p{
    font-size: 60px;
    transition: all ease 1s;
}
.last-page p:hover{
    height: 120px;

}
.last-header{
    height: 200px;
    width: 100%;
    background-color: #5be75bac;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.last-content{
    height: 80%;
    width: 80%;
    display: flex;
    align-items: center;
}
.last-content input{
    height: 50px;
    width: 350px;
    border: none;
    border-radius: 20px;
    background-color: #e2e21a91;
    columns: white;
    transition: all ease 1s;
}
.last-content input:hover{
    margin-left: 50px;
    background-color: #4C3E3E;
}
.last-content button{
    height: 50px;
    width: 100px;
    border: none;
    border-radius: 20px;
}
.subscribe{
    width: 50%;
    display: flex;
    justify-content: space-around;
}
.last-page-content{
    height: 80vh;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: white;
}
.lastone{
    height: 75vh;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.haha{
    display: flex;
    align-items: center;
    width: 150px;
    font-size: 20px;
    color:gray;
    justify-content: space-between;
}
@media (max-width:600px) {
    .container--{
        max-width: 100%;
    }
    .main-div{
        display: block;
    }
    .main-div iframe{
        width: 100%;
    }
    .main-div img{
        display: none;
    }
    .main-line-head{
        margin-right: 30vw;
    }
    .main-button,.main-button1{
        margin-right: 10px;
        padding: 14px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10vw;
    }
    .main1{
        margin-top: 40vh;
    }
    .last-page{
        margin-top: 20vh;
    }
    .last-content{
        display: block;
    }
    .subscribe{
        display: flex;
        margin-left: 50px;
    }
    .last-content input,button{
        margin-bottom: 10vw;
       
    }
    .last-header h1,h2{
        font-size: 20px;
    }
    .last-page-content{
        display: block;
        margin-left: 200px;
    }
    .last-page{
        height: 100vh;
        width: 100%;
    }
    .haha{
        justify-content: space-between;
    }
    .lastone{
        display: inline-block;
        align-items: center;
        margin-top: 200px;
    }
    .lastone h2{
        margin-top: 10px;
    }
}