*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    transition: .2s;
    scroll-behavior: smooth;
}
.container{
    max-width:1536px;
    min-height: 100vh;
    background-color: rgb(21, 20, 20);
    margin: 0px auto;
    position: relative;
}
.menu{
    width: 330px;
    height: 100vh;
    background-color: rgb(44, 43, 43);
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    flex-direction: column;
    color: aliceblue;
    padding: 0px 30px;
    text-align: center;
    position: fixed;
    z-index: 40;
}
.menu .image{
    width: 160px;
    height: 160px;
    border: 5px solid yellow;
    border-radius: 50%;
    margin-bottom: 15px;
}
.menu .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.menu h3{
    margin-top: 5px;
    font-size: 20px;
    font-weight: 100;
}
.menu ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
    list-style: none;
}
.menu ul li{
    width: 270px;
    height: 42px;
    border-radius: 30px;
    background-color: rgb(59, 57, 57);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.menu ul li:hover{
    background-color: rgb(197, 197, 22);
}
.menu ul li{
    text-decoration: none;
    font-size: 21px;
    color: aliceblue;
    letter-spacing: 1.2px;
}
.actions{
    width: 1190px;
    height: auto;
    margin-left: 330px;
    background-color: rgb(21, 20, 20);
    position: relative;
}
.actions .block{
    width: 45px;
    height: 40px;
    cursor: pointer;
    background-color: rgb(59, 57, 57);
    position: absolute;
    right: 20px;
    top: 20px;
    color: aliceblue;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    display: none;
}
.actions .home_page{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: aliceblue;
    padding: 0px 160px;
}
.actions .home_page h1{
    font-size: 25px;
}
.actions .home_page h2{
    font-size: 55px;
    font-weight: 100;
}
.actions .home_page h2 .name_last{
    color: rgb(197, 197, 22);
}
.actions .home_page p{
    text-align: start;
    font-size: 21px;
    letter-spacing: 1.2px;
    margin-top: 20px;
}
.actions .home_page a button{
    padding: 9px 38px;
    font-size: 20px;
    letter-spacing: 1.2px;
    background-color: rgb(59, 57, 57);
    color: aliceblue;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}
.actions .home_page a button:active{
    scale: .950;
    background-color: rgb(147, 147, 23);
}

/* ! About */

.actions .about{
    width: 100%;
    height: 100vh;
    padding: 0px 70px;
}
.actions .about nav{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid gray;
}
.actions .about nav h1{
    font-size: 42px;
    color: aliceblue;
    font-weight: 500;
    letter-spacing: 1.3px;
}
.actions .about nav h1 span{
    color: rgb(197, 197, 22);
}
.actions .about_full{
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.actions .about_full .local{
    width: 500px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
}
.actions .about_full .local h3{
    color: rgb(216, 216, 37);
    font-weight: 500;
    font-size: 22px;
}
.actions .about_full .local h3 span{
    color: aliceblue;
}
.actions .about_full .local button{
    width: 210px;
    height: 40px;
    font-size: 18px;
    background-color: rgb(59, 57, 57);
    color: aliceblue;
    border-radius: 30px;
    border: none;
    letter-spacing: 1.1px;
    cursor: pointer;
}
.actions .about_full .global{
    width: 440px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: end;
}
.actions .about_full .global .info{
    width: 200px;
    height: 160px;
    background-color: rgb(41, 39, 39);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    text-align: center;
    color: aliceblue;
}
.actions .about_full .global .info h1{
    font-size: 45px;
    font-weight: 500;
    color: rgb(216, 216, 37);
}
.actions .about_full .global .info h2{
    font-weight: 500;
    margin-top: 5px;
    font-size: 22px;
}
.actions .about_full .global .info_two{
    width: 200px;
    height: 110px;
    background-color: rgb(41, 39, 39);
    color: aliceblue;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.actions .about_full .global .info_two h1{
    font-size: 45px;
    font-weight: 500;
    color: rgb(216, 216, 37);
}
.actions .about_full .global .info_two h2{
    font-weight: 500;
    font-size: 22px;
    margin-top: 5px;
}

/* ! Education Section */

.actions .education{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 70px;
    justify-content: space-between;
}
.actions .education nav{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid gray;
}
.actions .education nav h1{
    font-size: 42px;
    color: aliceblue;
    font-weight: 500;
    letter-spacing: 1.3px;
}
.actions .education nav h1 span{
    color: rgb(197, 197, 22);
}
.actions .education .card{
    width: 353px;
    height: 250px;
    border-left: 2px solid white;
    padding-left: 55px;
    position: relative;
}
.actions .education .card button{
    width: 90px;
    height: 25px;
    background-color: rgb(41, 39, 39);
    border-radius: 30px;
    border: none;
    color: aliceblue;
    font-size: 15px;
    letter-spacing: 1.2px;
    cursor: pointer;
}
.actions .education .card h1{
    font-size: 22px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px;
    color: aliceblue;
}
.actions .education .card p{
    color: aliceblue;
    font-size: 18px;
    letter-spacing: 1.3px;
}
.actions .education .card .circle{
    width: 70px;
    height: 70px;
    background-color: rgb(197, 197, 22);
    border-radius: 50%;
    position: absolute;
    left: -35px;
    top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: aliceblue;
    font-size: 32px;
}

/* ! Partfolio Section */

.actions .partfolio{
    width: 100%;
    height: 100vh;
    padding: 0px 70px;
}
.actions .partfolio nav{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid gray;
}
.actions .partfolio nav h1{
    font-size: 42px;
    color: aliceblue;
    font-weight: 500;
    letter-spacing: 1.3px;
}
.actions .partfolio nav h1 span{
    color: rgb(197, 197, 22);
}
.actions .partfolio .photos_card{
    width: 100%;
    height: 500px;
    padding: 30px 30px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.actions .partfolio .photos_card .card{
    width: 300px;
    height: 200px;
    border-radius: 20px;
    cursor: pointer;
}
.actions .partfolio .photos_card .card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.actions .partfolio .photos_card .card img:hover{
    scale: 1.040;
}

/* ! Contact Section */

.actions .contact{
    width: 100%;
    height: 100vh;
    padding: 0px 60px;
}
.actions .contact nav{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid gray;
}
.actions .contact nav h1{
    font-size: 42px;
    color: aliceblue;
    font-weight: 500;
    letter-spacing: 1.3px;
}
.actions .contact nav h1 span{
    color: rgb(197, 197, 22);
}
.actions .contact .massage_cards{
    width: 100%;
    height: 489px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.actions .contact .massage_cards .info{
    color: aliceblue;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.actions .contact .massage_cards .info h1{
    margin-bottom: 20px;
}
.actions .contact .massage_cards .info li{
    display: flex;
    align-items: center;
    gap: 10px;
}
.actions .contact .massage_cards .info li i{
    color: rgb(197, 197, 22);
    font-size: 22px;
}
.actions .contact .massage_cards .info li span {
    font-size: 22px;
}
.actions .contact .massage_cards form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.actions .contact .massage_cards form a{
    text-decoration: none;
}
.actions .contact .massage_cards form input{
    width: 500px;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(41, 39, 39);
    border: none;
    font-size: 17px;
    color: aliceblue;
    outline: none;
}
.actions .contact .massage_cards form input:nth-child(4){
    height: 150px;
    padding-bottom: 100px;
}
.actions .contact .massage_cards form button{
    width: 130px;
    height: 40px;
    color: aliceblue;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-size: 20px;
    letter-spacing: 1.3px;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    background-color: rgb(41, 39, 39);
}
::-webkit-scrollbar{
    width: 14px;
}
::-webkit-scrollbar-thumb{
    background-color: rgb(197, 197, 22);
}
::-webkit-scrollbar-track{
    background-color:rgb(41, 39, 39) ;
}

/* ! Phone Responsiv 447px */

@media (max-width: 447px){
    .menu{
        display: none;
    }
    .container{
        width: 446px;
    }
    .newMenu{
        display: block;
        display: flex;
        width: 270px;
    }
    .newMenu .image{
        width: 130px;
        height: 130px;
    }
    .newMenu h1{
        font-size: 32px;
    }
    .newMenu h3{
        font-size: 18px;
        margin-top: 10px;
    }
    .newMenu ul li{
        width: 235px;
        height: 36px;
        font-size: 18px;
    }
    .actions{
        margin: 0;
        width: 100%;
    } 
    .actions .home_page{
        padding: 0px 25px;
    }
    .actions .home_page h1{
        font-size: 20px;
        font-weight: 500;
    }
    .actions .home_page h2{
        font-size: 40px;
        font-weight: 500;
    }
    .actions .home_page p{
        font-size: 16px;
        font-weight: 500;
    }
    .actions .home_page a button{
        font-size: 17px;
        font-weight: 500;
    }

    /* ! About Section */

    .actions .about{
        width: 446px;
        height: 100vh;
        padding: 0px 40px;
    }
    .actions .about nav{
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid gray;
    }
    .actions .about nav h1{
        font-size: 30px;
        color: aliceblue;
        font-weight: 500;
        letter-spacing: 1.3px;
    }
    .actions .about nav h1 span{
        color: rgb(197, 197, 22);
    }
    .actions .about_full{
        width: 100%;
        height: 450px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }
    .actions .about_full .local{
        width: 372px;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        margin-bottom: 40px;
        gap: 24px;
        justify-content: center;
    }
    .actions .about_full .local h3{
        color: rgb(216, 216, 37);
        font-weight: 500;
        font-size: 21px;
    }
    .actions .about_full .local h3 span{
        color: aliceblue;
    }
    .actions .about_full .local button{
        width: 210px;
        height: 40px;
        font-size: 18px;
        background-color: rgb(59, 57, 57);
        color: aliceblue;
        border-radius: 30px;
        border: none;
        letter-spacing: 1.1px;
        cursor: pointer;
    }
    .actions .about_full .global{
        width: 446px;
        height: 300px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0px 30px;
        align-items: center;
        gap: 20px;
    }
    .actions .about_full .global .info{
        width: 166px;
        height: 110px;
        background-color: rgb(41, 39, 39);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0px 20px;
        text-align: center;
        color: aliceblue;
    }
    .actions .about_full .global .info h1{
        font-size: 35px;
        font-weight: 500;
        color: rgb(216, 216, 37);
    }
    .actions .about_full .global .info h2{
        font-weight: 500;
        margin-top: 5px;
        font-size: 20px;
    }
    .actions .about_full .global .info_two{
        width: 166px;
        height: 110px;
        background-color: rgb(41, 39, 39);
        color: aliceblue;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .actions .about_full .global .info_two h1{
        font-size: 35px;
        font-weight: 500;
        color: rgb(216, 216, 37);
    }
    .actions .about_full .global .info_two h2{
        font-weight: 500;
        font-size: 20px;
        margin-top: 5px;
    }

    /* ! Education Section */

    .actions .education{
        width: 100%;
        height: 100vh;
        display: flex;
        flex-wrap: wrap;
        padding: 0px 40px;
        justify-content: space-between;
        margin-top: 100px;
    }
    .actions .education nav{
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid gray;
        margin-bottom: 40px;
    }
    .actions .education nav h1{
        font-size: 30px;
        color: aliceblue;
        font-weight: 500;
        letter-spacing: 1.3px;
    }
    .actions .education nav h1 span{
        color: rgb(197, 197, 22);
    }
    .actions .education .card{
        width: 250px;
        height: 200px;
        border-left: 2px solid white;
        padding-left: 40px;
        position: relative;
        margin-top: 50px;
    }
    .actions .education .card:nth-child(4){
        margin-top: 50px;
    }
    .actions .education .card:nth-child(5){
        margin-top: 50px;
    }
    .actions .education .card button{
        width: 90px;
        height: 25px;
        background-color: rgb(41, 39, 39);
        border-radius: 30px;
        border: none;
        color: aliceblue;
        font-size: 15px;
        letter-spacing: 1.2px;
        cursor: pointer;
    }
    .actions .education .card h1{
        font-size: 19px;
        font-weight: normal;
        margin-top: 15px;
        margin-bottom: 15px;
        color: aliceblue;
    }
    .actions .education .card p{
        color: aliceblue;
        font-size: 15px;
        letter-spacing: 1.3px;
    }
    .actions .education .card .circle{
        width: 60px;
        height: 60px;
        background-color: rgb(197, 197, 22);
        border-radius: 50%;
        position: absolute;
        left: -30px;
        top: -20px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: aliceblue;
        font-size: 32px;
    }

    /* ! Partfolio Section */

    .actions .partfolio{
        width: 100%;
        height: 100vh;
        padding: 0px 40px;
        margin-top: 560px;
    }
    .actions .partfolio nav{
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid gray;
    }
    .actions .partfolio nav h1{
        font-size: 30px;
        color: aliceblue;
        font-weight: 500;
        letter-spacing: 1.3px;
    }
    .actions .partfolio nav h1 span{
        color: rgb(197, 197, 22);
    }
    .actions .partfolio .photos_card{
        width: 100%;
        height: 500px;
        padding: 30px 0px;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .actions .partfolio .photos_card .card{
        width: 240px;
        height: 180px;
        border-radius: 20px;
        cursor: pointer;
        margin-top: 30px;
    }
    .actions .partfolio .photos_card .card:nth-child(2){
        margin-left: 140px;
    }
    .actions .partfolio .photos_card .card:nth-child(4){
        margin-left: 140px;
    }
    .actions .partfolio .photos_card .card:nth-child(6){
        margin-left: 140px;
    }
    .actions .partfolio .photos_card .card img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }
    .actions .partfolio .photos_card .card img:hover{
        scale: 1.040;
    }

    /* ! Contact Section */

    .actions .contact{
        width: 100%;
        height: 140vh;
        padding: 0px 40px;
        margin-top: 910px;
    }
    .actions .contact nav{
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid gray;
    }
    .actions .contact nav h1{
        font-size: 30px;
        color: aliceblue;
        font-weight: 500;
        letter-spacing: 1.3px;
    }
    .actions .contact nav h1 span{
        color: rgb(197, 197, 22);
    }
    .actions .contact .massage_cards{
        width: 100%;
        height: 699px;
        margin-top: 30px;
        display: flex;
        align-items: start;
        flex-direction: column;
        justify-content: space-between;
    }
    .actions .contact .massage_cards .info{
        color: aliceblue;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
        margin-bottom: 70px;
    }
    .actions .contact .massage_cards .info h1{
        margin-bottom: 10px;
        font-size: 23px;
    }
    .actions .contact .massage_cards .info li{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .actions .contact .massage_cards .info li i{
        color: rgb(197, 197, 22);
        font-size: 20px;
    }
    .actions .contact .massage_cards .info li span {
        font-size: 20px;
    }
    .actions .contact .massage_cards form{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .actions .contact .massage_cards form a{
        text-decoration: none;
    }
    .actions .contact .massage_cards form input{
        width: 365px;
        height: 50px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: rgb(41, 39, 39);
        border: none;
        font-size: 17px;
        color: aliceblue;
        outline: none;
    }
    .actions .contact .massage_cards form input:nth-child(4){
        height: 150px;
        padding-bottom: 100px;
    }
    .actions .contact .massage_cards form button{
        width: 130px;
        height: 40px;
        color: aliceblue;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
        font-size: 20px;
        letter-spacing: 1.3px;
        border: none;
        cursor: pointer;
        border-radius: 30px;
        background-color: #292727;
    }
    
    /* ! Bars Section */

    .actions .block{
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        background-color: #292727;
        z-index: 40;
    }
}

}

/* ! Phone Responsiv 600px */

@media (max-width: 600px) {
    .menu{
        display: none;
    }
    .newMenu{
        display: block;
        display: flex;
        width: 300px;
    }
    .newMenu .image{
        width: 130px;
        height: 130px;
    }
    .newMenu h1{
        font-size: 32px;
    }
    .newMenu h3{
        font-size: 18px;
        margin-top: 10px;
    }
    .newMenu ul li{
        width: 235px;
        height: 36px;
        font-size: 18px;
    }
    .actions{
        margin: 0;
        width: 100%;
    } 
    .actions .home_page{
        padding: 0px 25px;
    }
    .actions .home_page h1{
        font-size: 22px;
        font-weight: 500;
    }
    .actions .home_page h2{
        font-size: 42px;
        font-weight: 500;
    }
    .actions .home_page p{
        font-size: 16px;
        font-weight: 500;
    }
    .actions .home_page a button{
        font-size: 17px;
        font-weight: 500;
    }

    /* ! About Section */

    .actions .about{
        width: 100%;
        height: 100vh;
        padding: 0px 40px;
    }
    .actions .about nav{
        width: 100%;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid gray;
    }
    .actions .about nav h1{
        font-size: 34px;
        color: aliceblue;
        font-weight: 500;
        letter-spacing: 1.3px;
    }
    .actions .about nav h1 span{
        color: rgb(197, 197, 22);
    }
    .actions .about_full{
        width: 100%;
        height: 450px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }
    .actions .about_full .local{
        width: 500px;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        margin-bottom: 40px;
        gap: 24px;
        justify-content: center;
    }
    .actions .about_full .local h3{
        color: rgb(216, 216, 37);
        font-weight: 500;
        font-size: 22px;
    }
    .actions .about_full .local h3 span{
        color: aliceblue;
    }
    .actions .about_full .local button{
        width: 210px;
        height: 40px;
        font-size: 18px;
        background-color: rgb(59, 57, 57);
        color: aliceblue;
        border-radius: 30px;
        border: none;
        letter-spacing: 1.1px;
        cursor: pointer;
    }
    .actions .about_full .global{
        width: 595px;
        height: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0px 10px;
        align-items: center;
    }
    .actions .about_full .global .info{
        width: 180px;
        height: 120px;
        background-color: rgb(41, 39, 39);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0px 20px;
        text-align: center;
        color: aliceblue;
    }
    .actions .about_full .global .info h1{
        font-size: 35px;
        font-weight: 500;
        color: rgb(216, 216, 37);
    }
    .actions .about_full .global .info h2{
        font-weight: 500;
        margin-top: 5px;
        font-size: 20px;
    }
    .actions .about_full .global .info_two{
        width: 180px;
        height: 120px;
        background-color: rgb(41, 39, 39);
        color: aliceblue;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .actions .about_full .global #card{
        margin-top: 20px;
        margin-left: 200px;
    }
    .actions .about_full .global .info_two h1{
        font-size: 35px;
        font-weight: 500;
        color: rgb(216, 216, 37);
    }
    .actions .about_full .global .info_two h2{
        font-weight: 500;
        font-size: 20px;
        margin-top: 5px;
    }

    /* ! Education Section */

    .actions .education{
        width: 100%;
        height: 100vh;
        display: flex;
        flex-wrap: wrap;
        padding: 0px 35px;
        justify-content: space-between;
        margin-top: 120px;
    }
    .actions .education nav{
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid gray;
        margin-bottom: 40px;
    }
    .actions .education nav h1{
        font-size: 36px;
        color: aliceblue;
        font-weight: 500;
        letter-spacing: 1.3px;
    }
    .actions .education nav h1 span{
        color: rgb(197, 197, 22);
    }
    .actions .education .card{
        width: 250px;
        height: 200px;
        border-left: 2px solid white;
        padding-left: 40px;
        position: relative;
    }
    .actions .education .card:nth-child(4){
        margin-top: 20px;
    }
    .actions .education .card:nth-child(5){
        margin-top: 20px;
    }
    .actions .education .card button{
        width: 90px;
        height: 25px;
        background-color: rgb(41, 39, 39);
        border-radius: 30px;
        border: none;
        color: aliceblue;
        font-size: 15px;
        letter-spacing: 1.2px;
        cursor: pointer;
    }
    .actions .education .card h1{
        font-size: 19px;
        font-weight: normal;
        margin-top: 15px;
        margin-bottom: 15px;
        color: aliceblue;
    }
    .actions .education .card p{
        color: aliceblue;
        font-size: 15px;
        letter-spacing: 1.3px;
    }
    .actions .education .card .circle{
        width: 60px;
        height: 60px;
        background-color: rgb(197, 197, 22);
        border-radius: 50%;
        position: absolute;
        left: -30px;
        top: -20px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: aliceblue;
        font-size: 32px;
    }

    /* ! Partfolio Section */

    .actions .partfolio{
        width: 100%;
        height: 100vh;
        padding: 0px 40px;
        margin-top: 100px;
    }
    .actions .partfolio nav{
        width: 100%;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid gray;
    }
    .actions .partfolio nav h1{
        font-size: 36px;
        color: aliceblue;
        font-weight: 500;
        letter-spacing: 1.3px;
    }
    .actions .partfolio nav h1 span{
        color: rgb(197, 197, 22);
    }
    .actions .partfolio .photos_card{
        width: 100%;
        height: 500px;
        padding: 30px 0px;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .actions .partfolio .photos_card .card{
        width: 240px;
        height: 180px;
        border-radius: 20px;
        cursor: pointer;
    }
    .actions .partfolio .photos_card .card img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }
    .actions .partfolio .photos_card .card img:hover{
        scale: 1.040;
    }

    /* ! Contact Section */

    .actions .contact{
        width: 100%;
        height: 145vh;
        padding: 0px 60px;
        margin-top: 150px;
    }
    .actions .contact nav{
        width: 100%;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid gray;
    }
    .actions .contact nav h1{
        font-size: 36px;
        color: aliceblue;
        font-weight: 500;
        letter-spacing: 1.3px;
    }
    .actions .contact nav h1 span{
        color: rgb(197, 197, 22);
    }
    .actions .contact .massage_cards{
        width: 100%;
        height: 489px;
        margin-top: 30px;
        display: flex;
        align-items: start;
        flex-direction: column;
        justify-content: space-between;
    }
    .actions .contact .massage_cards .info{
        color: aliceblue;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
        margin-bottom: 70px;
    }
    .actions .contact .massage_cards .info h1{
        margin-bottom: 20px;
    }
    .actions .contact .massage_cards .info li{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .actions .contact .massage_cards .info li i{
        color: rgb(197, 197, 22);
        font-size: 22px;
    }
    .actions .contact .massage_cards .info li span {
        font-size: 22px;
    }
    .actions .contact .massage_cards form{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .actions .contact .massage_cards form a{
        text-decoration: none;
    }
    .actions .contact .massage_cards form input{
        width: 500px;
        height: 50px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: rgb(41, 39, 39);
        border: none;
        font-size: 17px;
        color: aliceblue;
        outline: none;
    }
    .actions .contact .massage_cards form input:nth-child(4){
        height: 150px;
        padding-bottom: 100px;
    }
    .actions .contact .massage_cards form button{
        width: 130px;
        height: 40px;
        color: aliceblue;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
        font-size: 20px;
        letter-spacing: 1.3px;
        border: none;
        cursor: pointer;
        border-radius: 30px;
        background-color: #292727;
    }
    
    /* ! Bars Section */

    .actions .block{
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        background-color: #292727;
        z-index: 40;
    }
}

/* ! Planshet responsiv */

@media (min-width:601px) and (max-width:900px){
    .menu{
        display: none;
    }
    .newMenu{
        display: block;
        display: flex;
        width: 300px;
    }
    .newMenu .image{
        width: 130px;
        height: 130px;
    }
    .newMenu h1{
        font-size: 32px;
    }
    .newMenu h3{
        font-size: 18px;
        margin-top: 10px;
    }
    .newMenu ul li{
        width: 235px;
        height: 36px;
        font-size: 18px;
    }
    .actions{
        margin: 0;
        padding: 0;
        width: 900px;
    }
    .actions .block{
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        background-color: #292727;
        z-index: 40;
    }
    .home_page{
        width: 900px;
        margin: 0;
        padding: 0px 60px !important;
    }
    .actions .about_full .global{
        width: 625px !important;
        margin-top: 30px;
        height: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    .education nav{
        margin-bottom: 60px;
    }
    .education .card:nth-child(4){
        margin-top: 60px;
    }
    .education .card:nth-child(5){
        margin-top: 60px;
    }
    .partfolio{
        margin-top: 150px;
    }
    .contact{
        margin-top: 250px;
        padding: 0px 30px !important;
    }
    .contact form input{
        width: 480px !important;
    }
}