/*Button Submit*/
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

#btnSubmit-1,
#btnSubmit-2,
#btnSubmit-3 {
    width: 222px;
    height: 50px;
    border: 0;
    outline: none;
    background: #2f2f2f;
    color: #fff;
    font-size: 22px;
    border-radius: 40px;
    text-align: center;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}


.check-box {
    width: 50px;
    height: 50px;
    border-radius: 40px;
    box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: -40px;
    opacity: 0;
}

.check-box svg {
    width: 40px;
    margin: 2px;
}

.check-box svg path {
    stroke-width: 3;
    stroke: #fff;
    stroke-dasharray: 34;
    stroke-dashoffset: 34;
    stroke-linecap: round;
}

.active-btn {
    background: #ff2b75 !important;
    transition: 0.5s;
}

.active-btn .check-box {
    right: 0;
    opacity: 1;
    transition: 0.5s;
}

.active-btn p {
    margin-right: 125px;
    transition: 0.5s;
}

.active-btn svg path {
    stroke-dashoffset: 0;
    transition: 0.5s;
    transition-delay: 0.5s;
}


.animate-image {
    opacity: 0;
    transition: opacity 0.5s ease;
}


/* progrees*/
.wrapper-center {
    display: flex;
    align-items: center;
    justify-content: center;
}


.skill{
    width:200px;
    height:300px;
    position:relative;
}
.outer{
    width:200px;
    height:200px;
    border-radius:50%;
    padding:20px;
    box-shadow:6px 6px 10px -1px rgba(0,0,0,0.15),
    -6px -6px 10px -1px rgba(255,255,255,0.7);
}
.inner{
    width:160px;
    height:160px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:inset 4px 4px 6px -1px rgba(0,0,0,0.2),
    inset -4px -4px 6px -1px rgba(255,255,255,0.7),
    -0.5px -0.5px 0px rgba(255,255,255,1),
    0.5px 0.5px 0px rgba(0,0,0,0.15),
    0px 12px 10px -10px rgba(0,0,0,0.05);
}
.value{
    font-weight:600;
    color:#555;
    font-size:24px;
}
circle{
    fill:none;
    stroke:url(#GradientColor);
    stroke-width:20px;
    stroke-dasharray:555;
    stroke-dashoffset:555;
    animation:circle 2s linear forwards;
}
.progress{
    width: 200px;
    height: 200px;
    background: transparent;
    position:absolute;
    top:0;
    left:0;
    transform: rotate(-90deg);

}
/* Existing CSS styles */

.progress-text {
    position: absolute;
    top: 220px; /* Adjust distance from the progress bar */
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: bold;
    width: 230px;
    color: #333;
    text-align: center;
}

.move {
    animation: moveAnimation 2s ease; /* Apply animation */
}

@keyframes moveAnimation {
    0% {
        transform: translateX(0); /* Start from original position */
    }
    100% {
        transform: translateX(-60px); /* Translate 100px on X-axis */
    }
}

@media (max-width: 1199px) {

    .em-remov{
        margin: -64px auto 0 103px !important;

    }
    .em-remov-a{
        margin: 0px auto 0 103px !important;
    }
    .tel-rem{
        margin: 28px auto 0 139px !important;
    }

    .tel-rem-ic{
        margin: -32px auto 0 47px !important;
    }
    .tel-rem-a{
        margin: -31px auto 0 139px !important;
    }
}

@media screen and (max-width: 1190px){
    #term{
        bottom: 100px !important;
        width: 90% !important;
    }
}

@media screen and (max-width: 525px){
    #term strong{
        font-size: 0.7rem !important;
    }

}

@media screen and (max-width: 400px){
    #term strong{
        font-size: 0.5rem !important;
    }

}

@media screen and (max-width: 918px){
    .mobile-footer{
        height: 80px  !important;
    }

}
