#ready{
  
    color: white;
    background-color: #211E1F;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    overflow: hidden;
    position: relative !important;
}
.lines_ready {
    width: 4vw;
    padding-left: 8vw;
}
.ready_content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    z-index: 999;
}
.ready_text {
    z-index: 999;
    display: flex;
    width: 100vw;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    text-align: center;
}

.ready_text h1{
    line-height: 12vh;
    font-size: 7vw;
    font-weight: 400;
    letter-spacing: -0.05em;
}
.ready_buttons{
    display: flex;
    width: 40vw;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    position: relative;
    top: -5vw;
}
.phone_ready{
    background-color: #BA0767;
    border-radius: 10vw;
    width: 12vw;
}
.phone_ready p{
    text-decoration: none;
    padding: 0.5vh 2vh;
    font-size: 1vw;
    color: #F6F7F8;
}
.email_ready{
     border: 0.5px solid #F6F7F8;
     border-radius: 10vw;
     width: auto;
}
.email_ready p{
    color: #F6F7F8;
    text-decoration: none;
    padding: 0.5vh 2vh;
    font-size: 1vw;
    text-transform: uppercase;
}
.eardy_or{
    color :#F6F7F84D;
    font-size: 1vw;
}
.bg_circle_ready{
    display: flex;
    position: absolute;
    /* bottom: 0vh; */
    width: 100vw;
    height: 100vh;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.circle1{
    display: flex;
    width: calc(55vw + 60vh);
    height: calc(55vw + 60vh);
    border: 0.1px solid #ffffff2e;
    border-radius: 50%;
    position: relative;
    /* top: -10vh; */
    left: 7vw;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: transform 0.9s ease;
}
.circle4{
    display: flex;
    width: calc(45vw + 50vh);
    height: calc(45vw + 50vh);
    border: 0.1px solid #ffffff2e;
    border-radius: 50%;
    position: relative;
    /* top: -10vh; */
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: transform 1.9s ease;
}
.circle2{
    display: flex;
    width: calc(30vw + 30vh);
    height: calc(30vw + 30vh);
    border: 0.1px solid #ffffff2e;
    border-radius: 50%;
    position: relative;
    /* top: -10vh; */
    /* left: 10vw; */
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: transform 1.9s ease;

}
.circle3{
    display: flex;
    width: calc(20vw + 20vh);
    height: calc(20vw + 20vh);
    border: 0.1px solid #ffffff2e;
    border-radius: 50%;
    position: relative;
    /* top: -10vh; */
    /* left: 10vw; */
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: transform 1.9s ease;

}
.circle5{
    display: flex;
    width: calc(10vw + 10vh);
    height: calc(10vw + 10vh);
    border: 0.1px solid #ffffff2e;
    border-radius: 50%;
    position: relative;
    /* top: -10vh; */
    /* left: 10vw; */
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: transform 1.9s ease;

}
@media (max-width : 1024px){
    .ready_text h1 {
   
    font-size: 10vw;
    }
    .ready_buttons {
    display: flex;
    width: 60vw;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: -5vw;
}
.phone_ready {
   
    width: 40vw;
}
.phone_ready p {
   
    font-size: 2vw;
}
.eardy_or {
   
    font-size: 2vw;
}
.email_ready p {
  
    font-size: 2vw;
}
}
@media (max-width : 768px){
    .phone_ready p{
        font-size: 3.5vw;

    }
    .eardy_or{
        font-size: 3vw;
    }
    .email_ready p{
        font-size: 3.5vw;
    }
}