@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html {
    font-size: 14px;
}

body {
    font-family:  'Poppins', sans-serif;
    line-height: 1.4; 
    margin: 0; 
    padding: 0; 
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}


.nav-bar {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    position: fixed;
    background-color: #02022b;
    padding: 25px 20px;
    animation-name: header;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-delay: 500ms;
    z-index: 10;
}

.logo img {
    width: 40px;
}

.menu {
    display: flex;
}

.menu li {
    padding: 0 25px;
}

.menu li a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    transition: 0.15s ease-in-out;
    position: relative;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 18px;
}

.menu li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #0055ff;
    transition: 0.15s ease-in-out;
}

.menu li a.active {
    color: #0055ff;
}

.menu li a.active::after {
    width: 100%;
}

.menu li a:hover {
    color: #0055ff;
}

.menu li a:hover:after {
    width: 100%;
}

.open-menu,
.close-menu {
    position: absolute;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.5rem;
    display: none;
}

.open-menu {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.close-menu {
    top: 20px;
    right: 20px;
}

#check {
    display: none;
}


#about {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    justify-content: center;
    text-align: center;
    padding: 50px 20px;
    background-color: #f9f9f9;
}

.section-title {
    font-size: 2.5em;
    font-weight: bold;
    color: #3a6cf4;
    margin-bottom: 30px;
}
.main2 {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 100vh;
    background-color: #f4f4f4; 
    padding: 20px; 
    text-align: center; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.main2 h1 {
    font-size: 3rem; 
    color: #ffffff; 
    font-weight: bold; 
    margin: 0;
    text-transform: uppercase; 
    letter-spacing: 2px;
}

#Technical-skills-container {
    gap: 3rem;
}

.skills-section {
    border-radius: 1rem;
    padding: 50px 100px;
}

#professional-skills-container {
    padding: 0 80px;
    margin: 0 160px;
    background-color: #f9f9f9;
    border-radius: 15px;
}

.professional-skill {
    border-radius: 2rem;
    padding: 2.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.professional-skill:hover {
    transform: translateY(-5px);
}

.professional-skill h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #1e3a8a;
    text-align: center;
    font-weight: bold;
}

.professional-skill h3 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: #444;
}

.professional-skill p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
}

#feedbacks {
    padding: 35px;
}

#feedback-list li {
    list-style: none;
    padding: 20px 300px;
}

#feedback-list li h3 {
    padding-bottom: 5px;
}

.professional-skill img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 40px;
    display: block;
    margin: 1.5rem auto;
}

.main {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url(images/Profile\ picture.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.head-section {
    padding-left: 100px;
}
.main2 {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    background: url(images/pexels-luis-gomes-166706-546819.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.main2::before {
    content: '';
    position: absolute;
    background-color: #00000050;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.main2>div {
    z-index: 9;
}

.main h2 {
    color: #fff;
    font-size: 1.4em;
    font-weight: 500;
}

.main3>div {
    z-index: 9;
}

.main3 {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(images/pexels-fauxels-3183127.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.main3::before {
    content: '';
    position: absolute;
    background-color: #00000050;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.main3 h1 {
    font-size: 3em; 
    color: #ffffff; 
    margin: 0; 
    text-transform: uppercase; 
    font-weight: bold; 
    letter-spacing: 2px; 
}


.main h2 span {
    display: inline-block;
    margin-top: 10px;
    color: #4e9eff;
    font-size: 3em;
    font-weight: 600;
}

.main h3 {
    color: #fff;
    font-size: 2em;
    font-weight: 700;
}

.main-btn {
    color: #fff;
    background-color: #3a6cf4;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 600;
    display: inline-block;
    padding: 0.9375em 2.1875em;
    letter-spacing: 1px;
    border-radius: 15px;
    margin-bottom: 40px;
    transition: 0.7s ease;
}

.main-btn:hover {
    background-color: #0a49f6;
    transform: scale(1.1);
}

.social-icons a {
    color: #ffffff;
    font-size: 1.7em;
    padding-right: 30px;
}

.title {
    display: flex;
    justify-content: center;
    color: #3a6cf4;
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 30px;
}

.content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.card {
    background-color: #fff;
    width: 14em;
    box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
    border-radius: 10px;
    padding: 25px;
    margin: 15px;
    transition: 0.7s ease;
}

.card1 {
    background-color: #fff;
    width: 20em;
    box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
    border-radius: 10px;
    padding: 25px;
    margin: 15px;
    transition: 0.7s ease;
}

.card:hover {
    transform: scale(1.1);
}

.card .icon {
    color: #3a6cf4;
    font-size: 4em;
    text-align: center;
}

.icon1 {
    color: #3a6cf4;
    font-size: 6em;
    text-align: center;
}

.info {
    text-align: center;
}

.info h3{
    color: #3a6cf4;
    font-size: 1.2em;
    font-weight: 700;
    margin: 10px;
}

/*Projects section*/

.Projects-section {
    --color1: #3a6cf4;
    display: flex;
    flex-direction: column;
    padding-bottom: 80px;
    padding-top: 20px;
}

.Projects-section h2, .templates-section h2 {
    color: #0055ff;
    text-align: center;
    padding: 20px 0;
    font-size: 35px;
    text-transform: uppercase;
}

.color-b {
    background-color: #02022b;
    position: absolute;
    z-index: -5;
    width: 100%;
    height: 600px;    
}

.templates-section {
    padding-top: 40px;
}

.main10 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

    .card- {
        width: 350px;
        height: 450px;
        background-color: #fff;
        border-radius: 20px;
        position: relative;
    }

    @property --angle{
        syntax: "<angle>";
        initial-value: 0deg;
        inherits: false;
    }
    
    .card-::after, .card-::before{
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: conic-gradient(from var(--angle), transparent 90%, #ffffff);
        z-index: -2;
        padding: 3px;
        border-radius: 20px;
        animation: 3s spin linear infinite;
    }

    @keyframes spin{
        0%{
            --angle: 0deg;
        }
        100%{
            --angle: 360deg;
        }
    }

    .card-::before, .card0::before{
        filter: blur(1.5rem);
        opacity: 0.5;
    }

    .mysildes {
        display: none;
    }

    .card- img, .card0 img {
        vertical-align: middle;
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .slideshow-container {
        position: relative;
        margin: auto;
    }

    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: #000000;
        font-weight: bold;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        transition: 0.3s ease-in-out;
    }

    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    .next:hover {
        transform: translateX(5px);
        color: var(--color1);
        scale: 1.2;
    }

    .prev:hover {
        transform: translateX(-5px);
        scale: 1.2;
        color: var(--color1);
    }

    .main-dot {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .dot {
        cursor: pointer;
        height: 8px;
        width: 8px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

    .active, .dot:hover {
        background-color: var(--color1);
    }

    .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5;
        animation-name: fade;
        animation-duration: 1.5s;
    }

    @-webkit-keyframes fade {
        0% {
            opacity: 0.4;
        }
        100% {
            opacity: 1;
        }
    }

    @keyframes fade {
        0% {
            opacity: 0.4;
        }
        100% {
            opacity: 1;
        }
    }

    .contact {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        flex-wrap: nowrap;
    }

    .contact .button22 {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .contact .btn {
        color: white;
        background-color: #0a49f6;
        border-radius: 15px;
        border: none;
        cursor: pointer;
        padding: 10px 20px;
        width: 130px;
        transition: background-color 0.3s ease;
        float: right;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
        transition: all 0.3s ease-in-out;
        margin-right: 10px;
        text-decoration: none;
    }

    .contact a {
        position: relative;
    }

    .contact a:hover::after {
        width: 100%;
    }

    .contact .btn:hover {
        background-color: transparent;
        color: var(--color1);
        transform: translateX(5px);
    }

    .contact p {
        width: 300px;
        height: 120px;
        color: var(--background-color);
    }

    .contact h3 {
        color: var(--color1);
        text-transform: uppercase;
    }

    .card4 {
        color: var(--color1);
        font-size: 45px;
        text-transform: uppercase;
        display: none;
    }

    .templates-section {
        padding-bottom: 50px;
    }

    .social-media {
        display: flex;
        flex-direction: column;
        position: fixed;
        gap: 8px;
        bottom: 50px;
        padding: 10px;
        padding-left: 20px;
        z-index: 100;
        background-color: #f0f2f23d;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .social-media a i {
        font-size: 25px;
        color: var(--text);
        transition: all 0.2s ease-in-out;
    }

    .social-media a i:hover {
        color: var(--color1);
        transform: translateX(5px);
        scale: 1.3;
    }

#learning-outcomes-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
    background-color: #f4f4f4;
}

#learning-outcomes-tech-skills {
    flex: 1 1 100%;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 300px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#learning-outcomes-tech-skills h1 {
    font-size: 1.8em;
    color: #3a6cf4;
    text-align: center;
}

#learning-outcomes-tech-skills h3 {
    font-size: 1.5em;
    color: #3a6cf4;
}

#learning-outcomes-tech-skills p {
    font-size: 1.1em;
    color: #292929;
    text-align: left;
}

#learning-outcomes-tech-skills img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 40px;
    display: block;
    margin: 0 auto;
}


.sections-container {
    display: flex; 
    flex-direction: row; 
    justify-content: space-between; 
    align-items: flex-start; 
    gap: 20px; 
    padding: 0px; 
}



.skills-section .section__text__p1 {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 1rem;
}

.skills-section .title {
    text-align: center;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 2.5rem;
    font-weight: bold;
}

#learning-outcomes-container {
    gap: 3rem;
}
.skill {
    border-radius: 1rem;
    padding: 5.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.skill:hover {
    transform: translateY(-5px);
}

.skill h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #1e3a8a; 
    text-align: center;
    font-weight: bold;
}

.skill h3 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: #444;
}

.skills-section h1 {
    font-size: 1.8em;
    color: #3a6cf4; 
}

.skills-section h3 {
    font-size: 1.5em;
    color: #3a6cf4; 
}

.skills-section li {
    text-align: left; 
    margin-top: 10px;  
}

.skills-section p {
    font-size: 1.1em; 
    color: #323232; 
}

.skills-section .small-text {
    font-size: 1em; 
}
.skills-section img {
    width: 100%; 
    max-width: 500px; 
    height: auto; 
    border-radius: 40px; 
    display: block; 
    margin: 0 auto; 
}

.footer {
    background-color: #02022b;
    color: #000000;
    padding-top: 30px;
    padding-bottom: 20px;
}

.footer-title {
    font-size: 1.3em;
    font-weight: 600;
}

.footer-title span {
    color: #ffffff;
}

.footer .social-icons a{
    font-size: 1.3em;
    padding: 0 12px 0 0;
}
.develop {
    text-align: center; 
    padding: 30px 0; 
    font-size: 0.7em;
    border-top: 2px solid #444; 
}

.footer-title {
    margin: 0; 
    font-weight: normal; 
}

.image {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    padding: 20px; 
    background-color: #f4f4f4; 
}

.image img {
    width: 400%;
    max-width: 800px; 
    height: auto; 
    border: 2px solid #ccc; 
    border-radius: 10px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}

.card img {
    width: 100%; 
    height: auto; 
    border-radius: 8px; 
    margin-bottom: 10px;
}

.card p {

    color: #333; 
    font-weight: bold; 
}

.button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1em;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background-color: #001d6d;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.button:hover {
    background-color: #0055ff;
    transform: scale(1.03);
}

.nav-link {
    display: inline-block;
    font-size: 1.2em;
    color: #3a6cf4;
    text-decoration: none;
    margin: 10px 0;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #274b7a;
    text-decoration: underline;
}

.document-download {
    text-align: center;
    margin: 20px 0;
}

.download-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.2em;
    background-color: #3a6cf4;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.download-button:hover {
    background-color: #274b7a;
}

@media (min-width: 751px) and (max-width: 1699px) {
    .main10{
        display: grid;
        grid-template-columns: repeat(2, minmax(200px, 1fr));
        gap: 25px;
        row-gap: 50px;
        justify-items: center;
        align-items: center;
    }
    .color-b {
        height: 1100px;
    }

    #feedbacks li {
        padding: 0;
    }
}
@media (min-width: 641px) and (max-width: 750px) {
    .menu {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        background-color: #02022b;
        transition: all 0.5s ease;
    }

    .menu li {
        margin-top: 40px;
    }

    .menu li a {
        padding: 10px;
    }

    .open-menu,
    .close-menu {
        display: block;
    }

    #check:checked~.menu {
        right: 0;
    }

    .title{
        font-size: 1.8em;
    }

    .main-content h2{
        font-size: 1em;
    }

    .main-content h3{
        font-size: 1.6em;
    }

    .content{
        flex-direction: column;
        align-items: center;
    }

    #learning-outcomes-container {
        padding: 10px;
    }
    #learning-outcomes-tech-skills {
        margin-bottom: 20px;
    }

    .main10{
        flex-direction: column;
        gap: 50px 0;
    }

    .color-b {
        height: 2100px;
    }

    #feedbacks li {
        padding: 0;
    }

}

@media (max-width:640px){

    .slider{
        height: 400px;
    }

    .menu {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        background-color: #02022b;
        transition: all 0.5s ease;
    }

    .menu li {
        margin-top: 40px;
    }

    .menu li a {
        padding: 10px;
    }

    .open-menu,
    .close-menu {
        display: block;
    }

    #check:checked~.menu {
        right: 0;
    }

    body{
        font-size: 12px;
    }

    .main-content h2{
        font-size: 0.8em;
    }

    .main-content h3{
        font-size: 1.4em;
    }
    
    .image {
        flex-direction: column;
    }

    .main2 h1 {
        font-size: 35px;
    }

    .main10{
        flex-direction: column;
        gap: 50px 0;
    }

    .color-b {
        height: 2100px;
    }

    #feedbacks li {
        padding: 0;
    }
}

@media (max-width:300px){
    body{
        font-size: 10px;
    }
}