
/* ---------
.wp-2-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 80vh;
    padding: 0 24px;
    position: relative;
}

*/
.wp-2-wrapper .step-icon {
    position: absolute;
    top: 5%;
}
.wp-2-wrapper .step-icon h2 {
    text-align: center;
    color: #008cfb;
}
.wp-2-wrapper .step-icon h2 span {
    font-size: 18px;
    font-weight: 700;
}
.desktopBG {
    position: relative;
}

.desktopBG::before {
    content: "";
    position: fixed;
    background: url("/img/desktop-background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.1;
}
.wp-2-icon--main-parent {
    display: flex;
    justify-content: center;
}
.wp-2-icon-parent {
    width: 40px;
}
.wp-2-icon-parent img {
    width: 100%;
}
/* ---
.wp-2-wrapper h1 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 40px;
}  */

/* --- */
/*! mega buttons  */
.mega-btn-parentDiv {
    display: flex;
    gap: 20px;
}
.mega-btn {
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 20px;
    background-color: #008cfb;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    color: #f5f5f5;
    width: 235px;
    height: 250px;
    transition: all 0.1s ease-in-out;
}
.mega-btn div {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.wp-2-btn-text {
    font-weight: 700;
    font-size: 30px;
}
@media only screen and (max-width: 540px) {
    .mega-btn {
        padding: 0;
        width: 153px;
        /* height: 170px; */
    }
    .mega-btn svg {
        height: 140px;
        width: 140px;
    }
    .wp-2-wrapper h1 {
        font-size: 38px!important;
        margin: 30px 0 40px;
    }
    .wp-2-btn-text {
        margin-top: -7px;
    }
    .mega-btn {
        height: 200px;
    }
}

@media only screen and (max-width: 350px) {
    .mega-btn-parentDiv {
        gap: 6px;
    }
}
/*? button hover  */
.mega-btn:hover #feather-check svg,
.mega-btn:hover #feather-x svg {
    transition: all 0.1s ease-in-out;
}
.ja,
.nee {
    transition: all 0.1s ease-in-out;
}
.mega-btn:hover {
    transform: scale(1.07);
    background: none;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.mega-btn:hover #feather-check svg,
.mega-btn:hover .ja {
    color: green;
}
.mega-btn:hover #feather-x svg,
.mega-btn:hover .nee {
    color: red;
}
/*! progress bar  start */
#progress-div {
    position: fixed;
    bottom: -10px;
    left: 0;
    width: 100%;
}
#progress-div progress{
    height: 15px;
    width: 100%;
    outline: none;

}
progress::-webkit-progress-value {
    background: #6519cb;
}
progress {
    background: #6519cb;
}
/*! progress bar  end */
