a:hover {
    cursor: pointer;
}


span {
    color: dimgray;
}


.pop-up {
    position: fixed;
    margin: 5% auto;
    left: 0;
    right: 0;
    z-index: 2;
    max-width: 40vw;
    top: -30px;
}

.modal-body img {
    width: 350px;

    /* padding: 20px; */
}

.modal-body .position-abs button {
    letter-spacing: 2px;
    padding: 5px 20px;
    border: 2px solid rgb(255, 255, 255);
    background-color: black;
    color: white;
    border-radius: 10px;
    animation: animate-button 4s infinite;
}

.modal-body .position-abs button:hover {
    animation: none;
}

@keyframes animate-button {

    10%,
    90% {
        transform: translate3d(0, -4px, 0);
    }

    20%,
    80% {
        transform: translate3d(0, 4px, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(0, -4px, 0);
    }

    40%,
    60% {
        transform: translate3d(0, -4px, 0);
    }

}

.blur-in {
    -webkit-animation: blur(1px) 2s forwards;
    -moz-animation: blur(1px) 2s forwards;
    -o-animation: blur(1px) 2s forwards;
    animation: blur (1px) 2s forwards;

}

.blur-out {
    -webkit-animation: blur-out (1px) 2s forwards;
    -moz-animation: blur-out (1px) 2s forwards;
    -o-animation: blur-out (1px) 2s forwards;
    animation: blur-out (1px) 2s forwards;
}

.popup-box {
    background-color: rgb(0, 0, 0);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12%;
    position: relative;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.button {
    margin: 0 auto;
    background-color: #7CCF29;
    margin-bottom: 33px;
}

.button:hover {
    background-color: #ef4b4b;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.close-popbutton {
    transition: all 0.5s ease;
    position: absolute;
    background-color: #07a5e7;
    padding: 1.5px 7px;
    left: 0;
    margin-left: -10px;
    margin-top: -9px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: white;
    -webkit-box-shadow: -4px -2px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -4px -2px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 1px 6px 0px rgba(0, 0, 0, 0.1);
}

.close-button:hover {
    background-color: tomato;
    color: #fff;
}

.popup-heading {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ffffff;
    background-color: #056131;
    font-weight: 40;
}

p {
    padding: 20px;

}

h1 {
    color: dimgray;
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}

@media (max-width: 1000px) {

    .popup-box {

        width: 100vw;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
        position: relative;
        -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);

    }

    .pop-up {
        position: fixed;
        margin: 0 auto;
        left: 0;
        right: 0;
        z-index: 2;
        max-width: 100vw;
        top: 100px;

    }

    .modal-body img {
        width: 90vw;

        /* padding: 20px; */
    }

}


/* mq blicking css  */

.hero {
    display: flex;
    align-items: center;
    background-color: darkorange;

    width: 100vw;
    min-height: 300px;
}

.hero-heading {
    padding-bottom: 57px;
    font-size: 41px;
    font-weight: 600;
}

.hero__inner {
    text-align: center;
    /* max-width: 500px; */
    margin: 0 auto;
}

.mds-button--on-image {
    color: darkorange;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 1px #ffffff;
    padding: 20px 30px;
    border-radius: 20px;
    font-size: 20px;
    color: green;
    font-weight: 600;
    border: 2px solid green;


}

.mds-button--on-image:hover {
    background-color: green;
    color: white;
}

/* &:hover,
	&:active,
	&:focus {
		color: darkorange;
		background-color: #f2f2f2;
		box-shadow: inset 0 0 0 1px #f2f2f2;
	} */






.banner .container-fluid {
    padding: 0;
}

.banner-cnt {
    padding: 20px 7px;
    background-color: #000;
    border: 1px solid #7da6ba;
    text-align: center;
}

.banner-left {
    padding-left: 10px;
    padding-right: 10px;
}

.project-configuration {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.project-name {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.project-location {
    color: #fff;
    font-size: 18px;
}

.starting-price {
    background-color: #7da6ba;
    color: #fff;
    padding: 8px 20px;
    width: auto;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}

.other-info {
    color: #fff;
    font-size: 22px;
}

.project-status {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.position-relative {
    position: relative;
    width: 40%;
}

.position-relative .position-abs {
    position: absolute;
    padding: 16px;

    border-radius: 16px;
    bottom: -7px;
    color: white;

    font-size: 20px;
    /* @keyframe side-to-side{
        0%{left:0;}
        50%{ left:calc(100%-4rem);}
        100%{ left:0;}
    } */

    width: 329px;
}


.position-relative .position-abs button {
    animation: side-to-side 5s infinite;

}

@keyframe side-to-side {
    from {
        top: 0px;
    }

    to {
        top: 200px;
    }
}