.eb-corp{
    background-image: url(/img/blurpark.webp);
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: blur(7px);
}


/* contact form css */

.cont-locat{
    font-family: 'Caveat Brush', cursive;
}

.more-info{
    font-size: 30px;
    font-weight: bolder;
    border: 2px solid;
    background-color: gold;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 2rem;
}

#eb-cont-loc .row{
    border-radius: 40px;
}

.container form{
    border: 2px solid black;
    border-radius: 6px;
    border-top: 5px solid green;
    box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.5);
}

.input-name{
    width: 90%;
    position: relative;
    margin: 20px auto;
    border: none;
}

.lock{
    padding: 4px 5px;
}

.name {
    width: 45%;
    padding: 8px 0 8px 40px;
}

.input-name span{
    margin-left: 15px;
}

@media (min-width:1200px) {
    .input-name span{
        margin-left: 35px;
    }
}

.text-name{
    width: 100%;
    padding: 8px 0 8px 40px;
}

.input-name i{
    position: absolute;
    font-size: 10x;
    margin-left: 8px;
    margin-top: 8px;
    border-right: 1px solid #cccccc;
}

.input-name .name:hover , .input-name .text-name:hover{
    box-shadow: 0 0 7px  rgba(0, 0, 0, 0.5);
}

/* form submit btn css start --------------------------------------*/
.submit-btn .btn{
    width: 20%;    
    margin: 0px auto 30px;
    margin-top: 0px;
    border-style: none;
    background-color: green;
    border-radius: 90px;
    color: white;
    font-weight: bolder;
    border: 0;
    outline: none;
    cursor: pointer;
}

.submit-btn{
    text-align: center;
}

.submit-btn .btn:hover{
    background-color: #dfbc68;
    color: black;
    font-weight: bolder;
    transition: 0.5s ease;
}

form input{
    outline: none;
    border: 1px solid #cccccc;
    -webkit-transition: all 0.30s ease-in-out;   
    -moz-transition: all 0.30s ease-in-out;   
    -ms-transition: all 0.30s ease-in-out;   
    transition: all 0.30s ease-in-out;   
}

.container iframe{
    box-shadow: 0 0 3px 5px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
}

.input-name #phone-error{
    position: absolute;
    right: 12px;
    bottom: 0.6rem;
    font-size: 12px;
    color: red;
    font-weight: bold;
}

.maps{
    text-align: center;
}

.form{
    margin-bottom: 3rem;
}

/* contact and location css end -------------------------------------------------------*/


/* form custom  */
#corp-form{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid;
}

#corp-form .corp-content{
    text-align: center;
}

/* form end ------------------------------------------ */

/* gallery modal css */
@media (min-width: 1024px) {
    #imageModal{
        top: 45% !important;
        /* height: 100% !important; */
        min-height: 400%;
    }
}

@media (min-width:469px) and (max-width: 668px) {
    #imageModal{
        top: 45% !important;
        height: 350% !important;
    }
}

@media (max-width: 468px) {
    #imageModal{
        top: 45% !important;
        height: 200% !important;
    }
}
