@media (max-width: 768px) {
    header{
        height: 100px;
    }

    .spanName{
        width: 161px;
        height: 40px;
    }

    .name{
        font-size: 24px;
    }

    .one{
        display: none;
    }
    .burger-menu {
        display: block;
        position: absolute;
        right: 20px;
    }

    .nav-links {
        position: fixed;
        display: flex;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 70%;
        flex-direction: column;
        background: rgba(45, 63, 149, 0.95);
        padding: 80px 20px 20px;
        box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    }

    .nav-links.active {
        right: 0;
    }

    .burger-menu.active .bar:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .burger-menu.active .bar:nth-child(2) {
        opacity: 0;
    }

    .burger-menu.active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }

    .SecAbout{
        width: 90%;
    }

    .spanAbout {
        margin-top: 50%;
        width: 100px;
        height: 38px;
        margin-left: 15%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        border: 1px solid rgb(223, 223, 223);
        border-radius: 51px;
        box-shadow: 3px 6px 7px 0px rgba(0, 0, 0, 0.25);
        background: rgb(255, 255, 255);
        margin-bottom: 15%;
    }
    
    .h3About {
        position: static;
        width: 92px;
        height: 21px;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        display: flex;  
        flex: none;
        order: 0;
        flex-grow: 0;
        margin: 0px 4px;
        color: rgba(20, 22, 23, 0.76);
        font-family: Comfortaa;
        font-size: 16px;
    }

    .divElips{
        height: 150px;
        width: 150px;
    }

    .elipsImg {
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        height: 150px;
        backdrop-filter: blur(30px);
        background: url(prog-png.png) no-repeat center center; 
        background-size: cover;
        border-radius: 50%;
    }
    
    .elips {
        position: absolute; 
        top: 0;
        left: 0;
        width: 150px;
        height: 150px;
        filter: blur(98px);
        background: rgb(255, 255, 255);
        border-radius: 50%; 
    }

    .spanTextAbout{
        width: 100%;
        box-sizing: border-box;
        border: 1px solid rgb(223, 223, 223);
        border-radius: 35px;
        background: rgb(117, 132, 212);
        margin-left: 3%;
    }
    
    .textAbout{
        margin-top: 3%;
        margin-bottom: 3%;
        margin-left: 2%;
    
        color: rgb(255, 255, 255);
        font-family: Comfortaa;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: left;
    }

    .spanWorks{
        width: 150px;
        height: 38px;
    }

    .h3Works{
        width: 122px;
        height: 26px;
        font-size: 16px;
    }

    .SecServices{
        margin-top: 35px;
    }

    .spanServices{
        width: 150px;
        height: 38px;
    }

    .h3Services{
        width: 122px;
        height: 26px;
        font-size: 16px;
    }

    .spanTextServices{
        width: 100%;
    }

    .textServices{
        font-size: 14px;
    }

    .SecContact{
        margin-top: 35px;
    }

    .spanContact{
        width: 150px;
        height: 38px;
    }

    .h3Contact{
        width: 122px;
        height: 26px;
        font-size: 16px;
    }

    .spanTextContact{
        width: 100%;
    }
    
    .textContact{
        font-size: 14px;
    }
}

@media (max-width: 425px){
    header{
        height: 100px;
    }

    .spanName{
        width: 141px;
        height: 40px;
    }

    .name{
        font-size: 22px;
    }

    .one{
        display: none;
    }
    .burger-menu {
        display: block;
        position: absolute;
        right: 20px;
    }

    .nav-links {
        position: fixed;
        display: flex;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 60%;
        flex-direction: column;
        background: rgba(45, 63, 149, 0.95);
        padding: 60px 20px 20px;
        box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    }
    .nav-links a {
        color: white;
        text-decoration: none;
        font-family: Comfortaa;
        padding: 5px;
        border-radius: 20px;
        transition: all 0.3s ease;
        font-size: 13px;
    }

    .nav-links.active {
        right: 0;
    }

    .burger-menu.active .bar:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .burger-menu.active .bar:nth-child(2) {
        opacity: 0;
    }

    .burger-menu.active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }

    .SecAbout{
        width: 90%;
        display: grid;
    }
    
    .divAboutAndElips{
        display: flex;
        margin-bottom: 15px;
    }

    .spanAbout {
        margin-top: 10%;
        width: 90px;
        height: 33px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        border: 1px solid rgb(223, 223, 223);
        border-radius: 51px;
        box-shadow: 3px 6px 7px 0px rgba(0, 0, 0, 0.25);
        background: rgb(255, 255, 255);
        margin-bottom: 15%;
    }
    
    .h3About {
        position: static;
        width: 92px;
        height: 21px;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        display: flex;  
        flex: none;
        order: 0;
        flex-grow: 0;
        margin: 0px 4px;
        color: rgba(20, 22, 23, 0.76);
        font-family: Comfortaa;
        font-size: 15px;
    }

    .divElips{
        width: 111px;
        height: 111px;
        margin-left: 35px;
    }

    .elipsImg {
        position: absolute;
        top: 0;
        left: 0;
        width: 111px;
        height: 111px;
        backdrop-filter: blur(30px);
        background: url(prog-png.png) no-repeat center center; 
        background-size: cover;
        border-radius: 50%;
    }
    
    .elips {
        position: absolute; 
        top: 0;
        left: 0;
        filter: blur(98px);
        background: rgb(255, 255, 255);
        border-radius: 50%; 
    }

    .spanTextAbout{
        width: 100%;
        box-sizing: border-box;
        border: 1px solid rgb(223, 223, 223);
        border-radius: 35px;
        background: rgb(117, 132, 212);
        margin-left: 3%;
    }
    
    .textAbout{
        margin-top: 3%;
        margin-bottom: 3%;
        margin-left: 2%;
    
        color: rgb(255, 255, 255);
        font-family: Comfortaa;
        font-size: 13px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: left;
    }

    .spanWorks{
        width: 130px;
        height: 30px;
    }

    .h3Works{
        width: 110px;
        height: 26px;
        font-size: 15px;
    }

    .slider-button{
        font-size: 13px;
        padding: 7px 12px;
    }

    .SecServices{
        margin-top: 35px;
    }

    .spanServices{
        width: 110px;
        height: 30px;
    }

    .h3Services{
        width: 100px;
        height: 26px;
        font-size: 15px;
    }

    .spanTextServices{
        width: 100%;
    }

    .textServices{
        font-size: 13px;
    }

    .SecContact{
        margin-top: 35px;
    }

    .spanContact{
        width: 130px;
        height: 30px;
    }

    .h3Contact{
        width: 110px;
        height: 26px;
        font-size: 15px;
    }

    .spanTextContact{
        width: 100%;
    }
    
    .textContact{
        font-size: 13px;
    }    
}

@media (max-width: 375px) {
    header{
        height: 80px;
    }

    .spanName{
        width: 121px;
        height: 30px;
    }

    .name{
        font-size: 20px;
    }

    .one{
        display: none;
    }
    .burger-menu {
        display: block;
        position: absolute;
        right: 20px;
    }

    .nav-links {
        position: fixed;
        display: flex;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 60%;
        flex-direction: column;
        background: rgba(45, 63, 149, 0.95);
        padding: 60px 20px 20px;
        box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    }
    .nav-links a {
        color: white;
        text-decoration: none;
        font-family: Comfortaa;
        padding: 5px;
        border-radius: 20px;
        transition: all 0.3s ease;
        font-size: 12px;
    }

    .nav-links.active {
        right: 0;
    }

    .burger-menu.active .bar:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .burger-menu.active .bar:nth-child(2) {
        opacity: 0;
    }

    .burger-menu.active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }

    .SecAbout{
        width: 90%;
        display: grid;
    }
    
    .divAboutAndElips{
        display: flex;
        margin-bottom: 20px;
    }

    .spanAbout {
        margin-top: 10%;
        width: 90px;
        height: 33px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        border: 1px solid rgb(223, 223, 223);
        border-radius: 51px;
        box-shadow: 3px 6px 7px 0px rgba(0, 0, 0, 0.25);
        background: rgb(255, 255, 255);
        margin-bottom: 15%;
    }
    
    .h3About {
        position: static;
        width: 92px;
        height: 21px;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        display: flex;  
        flex: none;
        order: 0;
        flex-grow: 0;
        margin: 0px 4px;
        color: rgba(20, 22, 23, 0.76);
        font-family: Comfortaa;
        font-size: 14px;
    }

    .divElips{
        width: 105px;
        height: 105px;
        margin-left: 30px;
    }

    .elipsImg {
        position: absolute;
        top: 0;
        left: 0;
        width: 105px;
        height: 105px;
        backdrop-filter: blur(30px);
        background: url(prog-png.png) no-repeat center center; 
        background-size: cover;
        border-radius: 50%;
    }
    
    .elips {
        position: absolute; 
        top: 0;
        left: 0;
        filter: blur(98px);
        background: rgb(255, 255, 255);
        border-radius: 50%; 
    }

    .spanTextAbout{
        width: 100%;
        box-sizing: border-box;
        border: 1px solid rgb(223, 223, 223);
        border-radius: 35px;
        background: rgb(117, 132, 212);
        margin-left: 3%;
    }
    
    .textAbout{
        margin-top: 5%;
        margin-bottom: 3%;
        margin-left: 2%;
    
        color: rgb(255, 255, 255);
        font-family: Comfortaa;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: left;
    }

    .spanWorks{
        width: 120px;
        height: 25px;
    }

    .h3Works{
        width: 100px;
        height: 20px;
        font-size: 14px;
    }

    .slider-button{
        font-size: 13px;
        padding: 7px 12px;
    }

    .SecServices{
        margin-top: 35px;
    }

    .spanServices{
        width: 100px;
        height: 25px;
    }

    .h3Services{
        width: 90px;
        height: 20px;
        font-size: 14px;
    }

    .spanTextServices{
        width: 100%;
    }

    .textServices{
        font-size: 12px;
    }

    .SecContact{
        margin-top: 35px;
    }

    .spanContact{
        width: 110px;
        height: 25px;
    }

    .h3Contact{
        width: 90px;
        height: 20px;
        font-size: 14px;
    }

    .spanTextContact{
        width: 100%;
    }
    
    .textContact{
        font-size: 12px;
    }       
}

@media (max-width: 320px) {
    header{
        width: 100%;
    }

    .spanName{
        width: 121px;
        height: 30px;
    }

    .name{
        font-size: 20px;
    }

    .one{
        display: none;
    }
    .burger-menu {
        display: block;
        position: absolute;
        right: 20px;
    }

    .nav-links {
        position: fixed;
        display: flex;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 60%;
        flex-direction: column;
        background: rgba(45, 63, 149, 0.95);
        padding: 60px 20px 20px;
        box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    }
    .nav-links a {
        color: white;
        text-decoration: none;
        font-family: Comfortaa;
        padding: 5px;
        border-radius: 20px;
        transition: all 0.3s ease;
        font-size: 12px;
    }

    .nav-links.active {
        right: 0;
    }

    .burger-menu.active .bar:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .burger-menu.active .bar:nth-child(2) {
        opacity: 0;
    }

    .burger-menu.active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }

    section{
        width: 90%;
    }
    
    .SecAbout{
        width: 90%;
        display: grid;
    }
    
    .divAboutAndElips{
        display: flex;
        margin-bottom: 20px;
    }

    .spanAbout {
        margin-top: 10%;
        width: 80px;
        height: 30px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        border: 1px solid rgb(223, 223, 223);
        border-radius: 51px;
        box-shadow: 3px 6px 7px 0px rgba(0, 0, 0, 0.25);
        background: rgb(255, 255, 255);
        margin-bottom: 15%;
    }
    
    .h3About {
        position: static;
        width: 70px;
        height: 21px;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        display: flex;  
        flex: none;
        order: 0;
        flex-grow: 0;
        margin: 0px 4px;
        color: rgba(20, 22, 23, 0.76);
        font-family: Comfortaa;
        font-size: 13px;
    }

    .divElips{
        width: 95px;
        height: 95px;
        margin-left: 20px;
    }

    .elipsImg {
        position: absolute;
        top: 0;
        left: 0;
        width: 95px;
        height: 95px;
        backdrop-filter: blur(30px);
        background: url(prog-png.png) no-repeat center center; 
        background-size: cover;
        border-radius: 50%;
    }
    
    .elips {
        position: absolute; 
        top: 0;
        left: 0;
        width: 120px;
        height: 130px;
        filter: blur(98px);
        background: rgb(255, 255, 255);
        border-radius: 50%; 
    }

    .spanTextAbout{
        width: 100%;
        box-sizing: border-box;
        border: 1px solid rgb(223, 223, 223);
        border-radius: 35px;
        background: rgb(117, 132, 212);
        margin-left: 5%;
    }
    
    .textAbout{
        margin-top: 5%;
        margin-bottom: 3%;
        margin-left: 2%;
    
        color: rgb(255, 255, 255);
        font-family: Comfortaa;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: left;
    }

    .spanWorks{
        width: 120px;
        height: 25px;
    }

    .h3Works{
        width: 100px;
        height: 20px;
        font-size: 13px;
    }

    .slider-button{
        font-size: 12px;
        padding: 5px 12px;
    }

    .SecServices{
        margin-top: 35px;
    }

    .spanServices{
        width: 100px;
        height: 25px;
    }

    .h3Services{
        width: 90px;
        height: 20px;
        font-size: 14px;
    }

    .spanTextServices{
        width: 100%;
    }

    .textServices{
        font-size: 12px;
        margin-left: 3%;
    }

    .SecContact{
        margin-top: 35px;
    }

    .spanContact{
        width: 110px;
        height: 25px;
    }

    .h3Contact{
        width: 90px;
        height: 20px;
        font-size: 13px;
    }

    .spanTextContact{
        width: 100%;
    }
    
    .textContact{
        font-size: 12px;
        margin-left: 3%;
    }   
}


 
