.first-article{
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 1rem;
    padding: 5rem 3rem;
    align-items: center;
    color: #ffffff;
    font-weight: 400;
    overflow: hidden;
    background-color: #000000;
    z-index: 1;
}
.first-article svg{
    width: 80%;
    height: auto;
}
.first-article path{
    stroke-width: 2;
    stroke: #ffffff;
    stroke-dasharray: 6880.97412109375;
    animation: stroke 7s ease-in-out forwards;
    fill: transparent;

}
@keyframes stroke {
    0%{
        stroke-dashoffset: 6880.97412109375;}
    100%{
        stroke-dashoffset: 0;

    }
}

.first-article::before{
    left: -20vw;
    top: 50%;
    transform: translateY(-50%);
}
.first-article::after{
    right: -20vw;
    top: 50%;
    transform: translateY(-50%);
}
.second-article{
    position: relative;
    z-index: 2;
    padding: 5rem 3rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
.second-article::before{
        content: "";
    background-image: url("images/Rectangle 423.svg");
    background-repeat: no-repeat;
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    top: -60px;
    z-index: 1;

}
.second-article > div h2{
    font-size: 2.3rem;
    color: #071C49;
}
.second-article > div p{
    color: #71717B;
    font-weight: 400;
    text-align: center;
    margin-top: 0.5rem;
}
.second-article > section{
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.second{
    width: 300px;
    height: 70vh;
    border: 1px solid #E4E4E7;
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.second1{
        width: 300px;
    height: 70vh;
    border: 1px solid #5F7EC0;
    background-color: #071C49;
    border-radius: 1rem;
        padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.second .bold{
    color: #071C49;
    font-weight: 600;
    font-size: 1.2rem;
}
.second1 .bold{
    color: #ffffff;
    font-weight: 600;
    font-size: 1.2rem;
}
.second  p{
    font-size: 0.8rem;
    color: #71717B;
    font-weight: 400;
}
.second1  p{
    font-size: 0.8rem;
    color: #85A8F3;
    font-weight: 400;
}
.second:nth-of-type(1) h2{
    font-size: 3rem;
    color: #071C49;
}
.second:nth-of-type(3) h2{
    font-size: 2.3rem;
    color: #071C49;
}
.second1 h2{
        font-size: 3rem;
    color: #ffffff;
}
.second > div , .second1 > div{
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: end;
}
.second > div p,.second1 > div p{
    transform: translateY(-10px);
    font-size: 0.9rem;
}
.second button{
    padding: 0.5rem;
    border: 1px solid #E4E4E7;
    border-radius: 0.2rem;
    background-color: #ffffff;
    color: #071C49;
    font-weight: 500;
}
.second1 button{
    padding: 0.5rem;
    border-radius: 0.2rem;
    background-color: #ffffff;
    color: #071C49;
    border: none;
    font-weight: 500;
}
.second ul,.second1 ul{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-left: 30px;
}
.second li,.second1 li{
    font-size: 0.8rem;
    font-weight: 400;
    position: relative;
}
.second1 li{
    color: #FFFFFF;
}

.second li::before,.second1 li::before{
    content: "";

    height: 20px;
    width: 20px;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.second li::before{
    background-image: url("./images/tick-circle.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.second1 li::before{
     background-image: url("./images/tick-circle\ \(2\).png");
    background-repeat: no-repeat;
    background-size: cover;   
}
.third-article{
    padding: 2rem 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    color: #71717B;
}
.third-article h2{
    font-size: 2.5rem;
    color: #071C49;
}
.third-article .small{
    font-weight: 400;
    font-size: 1rem;
}
.third-article select{
     appearance: none;      
  -webkit-appearance: none;
  -moz-appearance: none;
    padding: 0.5rem 1rem;
    border: 1px solid #E4E4E7;
    outline: none;
    padding-right: 2rem;
    font-weight: 500;
    color: inherit;
    position: relative;
}
.select{
    position: relative;
}
.select img{
    position: absolute;
    right: 10PX;
    height: 7px;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
}
.third-article p{
    font-size: 1.4rem;
    font-weight: 300;
}
.third-article h1{
    font-size: 5rem;
    font-weight: 600;
    color: #071C49;
}
.third-article .sligthly{
    font-size: 1.1rem;
}
.third-article button{
    padding: 0.5rem;
    font-size: 0.8rem;
    background-color: #071C49;
    border-radius: 0.3rem;
    color: #FFFFFF;
    border: none;
    font-weight: 300;
}
.third-article input{
    width: 70%;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 2rem 0;
    background-image: linear-gradient(to right, #64DFDF 0%, #64DFDF 50%, #E4E4E7 50%, #E4E4E7 100%);
    transition: all 450ms ease-in;
    border-radius: 1rem;

}
.third-article input::-webkit-slider-runnable-track{
    height: 10px;
    background-color: transparent;
    border-radius: 1rem;

}
.third-article input::-webkit-slider-thumb{
    appearance: none;
    -webkit-appearance: none;
    height: 80px;
    width: 80px;
    margin-top: -35px;
    border-radius: 50%;
    background-color: #64DFDF;
}
.fourth-article{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 4rem;
    align-items: center;
    background-color: #F4F4F5;
    margin: 2rem 0;
    z-index: 1;
}
.fourth-article h2{
    font-size: 2.5rem;
    color: #071C49;
}
.fourth-article > p{
    font-weight: 400;

}
.fourth-article section{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    align-items: center;
}
.fourth-article div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem;
    width: 60%;
    border-radius: 0.5rem;
    background-color: #D0F5F5;
    font-weight: 500;
    color: #071C49;
    font-size: 1.1rem;
    align-items: center;
}
.fourth-article img{
    height: 10px;
    width: auto;
}
.fourth-article::before{
    content: "";
    background-image: url("./images/Rectangle\ 424\ \(2\).svg");
    width: 100%;
    height: 70px;
    position: absolute;
    top: -50px;
    z-index: -1;
}
.fourth-article::after{
    content: "";
    background-image: url("./images/Rectangle\ 424\ \(2\).svg");
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: -50px;
    z-index: -1;
    transform: rotate(180deg);
}