.img-container{
    position: relative;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    height: 100vh;
    /*display: inline-block;*/
    /*text-align: center;*/
    
}
img {
    height: auto; 
    /*max-width: 100%;*/
    /*margin: 0 auto;*/
}

.banner-main{
    position : absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-shadow: 1px 1px 2 px black;
    text-transform: uppercase; 
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    padding: 20px;
    border-radius: 10px;
    font-size: 40px;
    text-transform: uppercase; 
    overflow: hidden; 
    text-overflow: ellipsis; / */
    
}
.banner-sec{
     position : absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-shadow: 4px 4px 4 px black;
    text-decoration: underline;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-top:80px;
}

.button-form {
    background-color: #000; 
    color: #fff; 
    border: none; 
    border-radius: 20px; 
    padding: 10px 20px; 
    cursor: pointer; 
    font-size: 16px; 
    float: right;
    display: block;
}

.offer{
    text-decoration:underline;
    text-align: center;
    background-color:rgba(0, 0, 0, 0.7;
    font-size: 2.5em;
}

.button-form:hover {
    background-color: rgb(176,153,128);
}