.title_control{
    height: auto;
    padding: 10% 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--breadcumb);
}
.title_control h3{
    text-align: center;
    color: var(--dblack);
    position: relative;
    z-index: 15;
}
.menu_img{
    padding: 2% 8%;
}
.circle_menu{
    display: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 7%;
    background: #97a7b299;
    -moz-animation: zoom 0.5s ease-in-out 0s 1;
    -webkit-animation: zoom 0.5s ease-in-out 0s 1;
    animation: zoom 0.5s ease-in-out 0s 1;
}
.circle_menu:hover{
    display: block;
}
.title_control ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.title_control ul li  a p{
    text-align: center;
}
.title_control ul>*{
    flex: 0 0 25%;
    position: relative;
}
.title_control ul :nth-child(3){
    flex: 0 0 18%;
}
.title_control ul li:hover{
    flex: 0 0 30%;
}
.img_icon{
    width: 80%;
    position: relative;
    z-index: 3;
}
.inperson, .control, .check, .count{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1%;
    scroll-snap-align: start;   
}
.control, .count{
    background: #ededf1;
}
.inperson h3{
    color: var(--dblack);
}
.text_container{
    text-align: justify;
    position: relative;
    z-index: 15;
    padding: 0 4%;
}
.text_container h4{
    padding-left: 0;
    margin: 2% 0;
}
.text_container p{
    margin-top: 0;
    margin-bottom: 3%;
}
.text_container ul li{
    display: flex;
    gap: 2%;
}
.span_title{
    margin: 5% 3%;
} 
.inperson{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 10% 0;
}
.inperson_img, .img_person{
    position: relative;
    z-index: 10;
}
.control_pass{
    background: var(--breadcumb);
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 10% 0;
}
.blob{
    position: absolute;
    top: -10%;
    width: 150%;
    z-index: 0;
    left: -11%;
}
.blob_r{
    position: absolute;
    top: -6%;
    width: 150%;
    z-index: 0;
    left: -34%;
}
.check{
    height: auto;
    padding: 10% 0;
}
.check, .count{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}
.count{
    background: var(--breadcumb);
    height: auto;
    padding: 10% 0;
}
.count .text_container{
    order: 2;
}
.final-text{
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
}
.final-text h3, 
.final-text p,
.final-text .container{
    text-align: center;
}

@media screen and (max-width: 768px){
    .inperson_img {
        display: flex;
        justify-content: center;
    }
    .img_person{
        width: 60%;
    }
    .inperson_img .blob{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .inperson_img .blob svg{
        width: 80%;
    }
    .control_pass{
        position: relative;
    }
    .control_pass .text_container {
        order: 2;
    }
    .blob_r{
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        left: 0%;
    }
    .blob_r svg{
        width: 80%;
    }
    .count {
        background: var(--breadcumb);
        height: auto;
        padding: 10% 0;
    }
    .check .inperson_img img{
       width: 45%; 
    }
    .count .inperson_img img {
        width: 60%;
    }
    .final-text{
         height: auto;
        padding: 10% 0;
    }
}
@media screen and (max-width: 426px){
    .home h2{
        text-align: left;
    }
    .title_control ul>*{
        display: flex;
        justify-content: center;
    }
    .title_control h3{
        margin-top: 15%;
    }
    .title_control ul {
        flex-direction: column;
    }
    .check .inperson_img img,
    .count .inperson_img img{
        width: 65%;
    }
}