html {
    scroll-behavior: smooth;
}



body {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    background-image: url("../images/back3\ blue.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin: 3% 8%;
}


.hidden {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(5px);
    transition: all 0.8s ease-out;
}

.show {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}


.container_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin: 0 0 50px 0;
}

.logo_container a {
    color: rgb(158, 158, 158);
    text-decoration: none;
    margin-left: 20px;
    font-size: 40px;
    transition:
        color 0.4s ease-in-out;
}

.logo_container a:hover {
    color: #0075fa;
}



.links_container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
}

.links_container a {
    color: rgb(158, 158, 158);
    text-decoration: none;
    margin-left: 30px;
    font-size: 25px;
    transition:
        transform 0.3s ease-in-out,
        color 0.4s ease-in-out;
}

.links_container a:hover {
    transform: translateY(-3px);
    color: #0075fa;
}


.container_main_text_under_header {
    text-align: left;
    margin-top: 6%;
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
}


.container_main_text_under_header h1 {
    color: rgb(158, 158, 158);
    font-size: 60px;
    line-height: 1.2;
    width: 60%;
    margin: 100px 0 0 0;
    margin-bottom: 80px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.container_main_text_under_header h1 span {
    color: #0075fa;
}

.container_main_text_under_header h1 p {
    color: rgb(158, 158, 158);
    font-size: 18px;
    line-height: 1.2;
    width: 60%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin: 0;
}

.under_main_text {
    display: flex;
    align-items: center;
    justify-content: left;
}


.button1 {
    font-size: 30px;
    background: #0069f3f8;
    color: rgb(255, 255, 255);
    padding: 2% 5%;
    margin: 0% 0%;
    border-color: #0075fa;
    border-radius: 12px;
    box-shadow: 0 0 10px #0075fa;
    cursor: pointer;
    border-style: solid;
    transition:
        transform 0.3s ease-in-out,
        color 0.4s ease-in-out,
        box-shadow 0.4s ease-in-out,
        border-color 0.4s ease-in-out,
        background-color 0.4s ease-in-out;
    margin: 0 90px 0 0;
}


.button1:hover {

    transform: translateY(-2px);
    color: #0059ff;
    border-color: #012c53;
    box-shadow: 0 0 20px #012c53;
    background-color: #00000052;
}

.button2 {
    font-size: 30px;
    background: #00000000;
    color: rgb(158, 158, 158);
    padding: 2% 5%;
    margin: 0% 0%;
    border-color: #0075fa;
    border-radius: 12px;
    box-shadow: 0 0 10px #0075fa;
    cursor: pointer;
    border-style: solid;
    transition:
        transform 0.3s ease-in-out,
        color 0.4s ease-in-out,
        box-shadow 0.4s ease-in-out,
        border-color 0.4s ease-in-out;
    margin: 0 90px 0 0;
}


.button2:hover {

    transform: translateY(-2px);
    color: #ffffff;
    border-color: #012c53;
    box-shadow: 0 0 20px #012c53;
}



.img1-size {
    width: 30px;
    padding: 10px 10px;
}

.img2-size {
    width: 27px;
    padding: 10px 10px;
}

.img3-size {
    width: 23px;
    padding: 10px 12px;
}

.contact_links {
    margin-top: 200px;
}

.contact_links a {

    margin: 0 30px 0 0;
    text-decoration: none;
}

.contact_links a img {
    border: solid 2px rgb(0, 108, 250);
    box-shadow: 0 0 10px #0075fa;
    border-radius: 20px;
    transition:
        transform 0.3s ease-in-out,
        box-shadow 0.4s ease-in-out,
        border-color 0.4s ease-in-out;
}

.contact_links a img:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 20px #0075fa;
    border-color: #012c53;
}




.About_container p {
    color: #d0d0d0;
    margin-top: 8%;
    max-width: 620px;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.3px;
    font-weight: 400;
    background: rgba(25, 25, 35, 0.6);
    padding: 18px 22px;
    border-left: 3px solid #007bff;
    border-radius: 12px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.15);
    transition: all 0.3s ease-in-out;
}

.About_container p:hover {
    transform: translateY(-2px);
    color: #9dc8ff;
    text-shadow: 0 0 15px #007bff;
    box-shadow: 0 0 25px rgba(0, 123, 255, 0.3);
}


.About_container img {
    width: 650px;
}


.About_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10%;
}



.skills_container {
    justify-content: center;
     margin-top: 40px;
    color: #d0d0d0;
    font-family: 'Poppins', sans-serif;

}

.skills_container h3 {
    font-size: 26px;
    color: #8cbcff;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 15px #007bff;
    border-bottom: 2px solid rgba(0, 123, 255, 0.3);
    display: inline-block;
    padding-bottom: 5px;
}

.skill {
    margin-bottom: 25px;
    position: relative;
}

.skill p {
    font-size: 15px;
    margin-bottom: 10px;
    color: #bfc3c9;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.progress_bar {
    position: relative;
    width: 100%;
    height: 14px;
    background: linear-gradient(90deg, rgba(40, 40, 50, 0.7), rgba(25, 25, 30, 0.9));
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(0, 123, 255, 0.3);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.8);
}

.progress {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #0066ff, #66b3ff);
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.7);
    animation: fillBar 2s ease-in-out forwards;
}

@keyframes fillBar {
    from {
        width: 0;
    }

    to {
        width: var(--level);
    }
}

.skill::after {
    content: attr(data-skill);
    position: absolute;
    right: 0;
    top: 0;
    color: #9dc8ff;
    font-size: 13px;
    font-weight: 600;
    text-shadow: 0 0 8px #007bff;
}





.footer-container {
    margin-top: 100px;
    height: 200px;
    background: rgba(25, 25, 35, 0.6);
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-container h1 {
    color: rgb(158, 158, 158);
    font-size: 35px;
    line-height: 1.2;
    width: 60%;
    margin: 40px 0 0 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-left: 35px;
}

.footer-container h1 img {
    width: 50px;
    margin-right: 15px;
    border-radius: 12px;
    box-shadow: 0 0 10px #0075fa;
}

.footer-container h3 {
    color: rgb(158, 158, 158);
    font-size: 18px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    margin-left: 225px;
}

.footer-links {

    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    margin-right: 20px;
}


.footer-links a {
    color: rgb(158, 158, 158);
    text-decoration: none;
    margin: 0 30px 0 20px;
    font-size: 20px;
    transition: color 0.4s ease-in-out;
}

.footer-links a:hover {
    color: #0075fa;
}



.container_services {
    margin-top: 10%;
    text-align: center;
}

.container_services h1 {

    color: rgb(158, 158, 158);
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 50px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


.service-box {
    display: inline-block;
    width: 300px;
    margin: 1% 20px;
    padding: 30px;
    background: rgba(25, 25, 35, 0.6);
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.15);
    transition: all 0.3s ease-in-out;
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(0, 123, 255, 0.3);
}

.service-box img {
    width: 90px;
    margin-bottom: 20px;
}

.service-box h2 {
    color: rgb(158, 158, 158);
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.service-box p {
    color: rgb(158, 158, 158);
    font-size: 16px;
    line-height: 1.5;
    max-width: 300px;
    margin: 0 auto;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


.container_contact {
    margin-top: 10%;
    text-align: center;
    justify-content: center;

}

.contact-container {
    background: rgba(25, 25, 35, 0.6);
    padding: 1.5%;
    background: linear-gradient(100deg, rgba(41, 41, 59, 0.6), rgba(14, 14, 14, 0.6));
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 123, 255, 0.3);
    max-width: 800px;
    margin: 0 auto;

}

.contact-header h1 {
    color: rgb(158, 158, 158);
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

}

.double-input h3 {
    margin-bottom: 10px;
    color: rgb(158, 158, 158);
    font-size: 22px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.double-input {
    display: flex;
    justify-content: space-between;
}

.double-input input {
    background: linear-gradient(100deg, rgba(41, 41, 59, 0.6), rgba(14, 14, 14, 0.6));
    color: white;
    width: 300px;
    height: 20px;
    padding: 12px;
    margin-bottom: 20px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.2);
    font-size: 16px;
    transition: box-shadow 0.3s ease-in-out;
}



.sumbit-button{

    margin: 2%;


}

.sumbit-button button{
    font-size: 30px;
    background: #00000000;
    color: rgb(158, 158, 158);
    padding: 1% 2%;
    margin: 0% 0%;
    border-color: #0075fa;
    border-radius: 12px;
    box-shadow: 0 0 10px #0075fa;
    cursor: pointer;
    border-style: solid;
    transition:
        transform 0.3s ease-in-out,
        color 0.4s ease-in-out,
        box-shadow 0.4s ease-in-out,
        border-color 0.4s ease-in-out;
}


.sumbit-button button:hover {

    transform: translateY(-2px);
    color: #ffffff;
    border-color: #012c53;
    box-shadow: 0 0 20px #012c53;
}


@media (max-width: 1200px) {
    .container_main_text_under_header h1 {
        font-size: 50px;
        width: 100%;
        margin: 80px 0 0 0;
        margin-bottom: 60px;
    }

    .links_container a {
        font-size: 20px;
        margin-left: 20px;
    }

    .logo_container a {
        font-size: 30px;
        margin-left: 10px;
    }

    .About_container img {
    display: none;
  }

    .About_container {
        flex-direction: column;
        text-align: center;
    }

    .About_container img {
        width: 100%;
        margin-top: 30px;
    }

    .footer-container h3 {
        margin-left: 0;
        margin-top: 20px;
    }

    .footer-container {
        flex-direction: column;
        height: auto;
        padding: 20px 0;
    }

    .footer-links {
        margin-top: 20px;
        margin-right: 0;
    }
}


@media (max-width: 800px) {
    body {
        margin: 5% 4%;
    }


 
    .container_main_text_under_header h1 {
        font-size: 40px;
        margin: 60px 0 0 0;
        margin-bottom: 40px;
        text-align: center ;
    }

    .container_main_text_under_header h1 p {
        font-size: 16px;
        width: 100%;
        text-align: center ;
    }



    .links_container a {
        font-size: 20px;
        margin-left: 20px;
    }

    .logo_container a {
        font-size: 30px;
        margin-left: 10px;
    }

    .under_main_text  {
        justify-content: center;
    }

    .contact_links {
        margin-top: 100px;
        display: flex;
        justify-content: center;
    }

    .button1 {
        margin: 0 15px 0 0px;
    }

    .button2 {
        margin: 0 0px 0 0px;
    }

    .service-box {
        width: 70%;
        margin: 20px 0; 
    }

    .service-box h2 {
        font-size: 20px;
    }

    .service-box p {
        font-size: 14px;
    }

    .double-input {
        flex-direction: column;
        align-items: center;
    }

    .double-input input {
        width: 100%;
        max-width: 300px;
        margin-bottom: 15px;
    }
}




@media (max-width: 500px) {
    .container_main_text_under_header h1 {
        font-size: 30px;
        margin: 40px 0 0 0;
        margin-bottom: 30px;
    }

    .container_main_text_under_header h1 p {
        font-size: 14px;
    }

    .links_container a {
        font-size: 16px;
        margin-left: 15px;
    }

    .logo_container a {
        font-size: 25px;
        margin-left: 5px;
    }

    .footer-container h1 {
        font-size: 20px;
        margin: 20px 0 0 20px;
        text-align: center;
        justify-content: center;
    }

    .footer-container h1 img {
        width: 35px;
        margin-right: 10px;
    }

    .footer-container h3 {
        font-size: 10px;
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
    }

    .service-box {
        margin: 15px 0; 
        padding: 20px;
    }

    .service-box h2 {
        font-size: 18px;
    }

    .service-box p {
        font-size: 13px;
    }
    .footer-links a {

        font-size: 16px;
        margin: 0 15px 0 10px;
    }
}