body {
    height: 100%;
    font-family: 'Lato', sans-serif;
    background-color: #1a1a1a;
    color: #fff;



    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Anton', sans-serif;
    }

    img.header__logo,
    img.footer__logo {
        object-fit: contain;
        width: 150px;
    }
}

.container {
    padding: 0px 75px;

    @media only screen and (max-width: 790px) {
        & {
            padding: 0px 25px !important;
        }
    }
}

header {
    &.header__wrapper {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 10;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        /* padding: 0px 25px; */
        background-color: transparent;
        height: 75px;
        transition: all 0.3s ease-in-out;
        padding-top: 12px;
        padding-bottom: 12px;

        &.sticky {
            position: sticky;
            background-color: #1f1d1d;
            padding-top: 12px;
            padding-bottom: 12px;
        }

    }

    &.mobile-header__wrapper {
        display: none;
        flex-direction: column;
        gap: 5px;
        padding-top: 25px !important;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 10;
        transition: all 0.3s ease-in-out;

        img {
            object-fit: contain;
            height: 50px;
            /* width: 100px; */
        }

        button {
            margin-bottom: 25px;
        }

        &.sticky {
            position: sticky;
            background-color: #1f1d1d;
        }
    }




    nav ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 55px;
        padding: 12px 25px;
        background-color: transparent;

        li:hover {
            color: #0533ff;
            cursor: pointer;
        }
    }

    button {
        border: none;
        border-radius: 20px;
        background-color: #0533ff;
        color: #fff;
        width: 135px;
        height: 40px;
        cursor: pointer;

        &:hover {
            background-color: #fff;
            color: #0533ff;
        }
    }

    @media only screen and (max-width: 790px) {
        &.header__wrapper {
            display: none;
        }

        &.mobile-header__wrapper {
            display: flex;
        }



        button {
            align-self: center;
        }
    }


}


section.hero__wrapper {
    position: relative;
    background: url("./assets/black-background-with-lot-stars\ 1.png") no-repeat center center;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 140px 0px;

    .hero__content-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%;

        h1.hero__content-heading {
            font-size: 5rem;
            margin-bottom: 40px;
        }

        p.hero__content-subheading {
            font-size: 1rem;
            margin-bottom: 25px;
            line-height: 25px;
            max-width: 80%;
        }

        button.hero__content-btn {
            font-family: 'Lato', sans-serif;
            border: none;
            border-radius: 20px;
            background-color: #0533ff;
            color: #fff;
            width: 135px;
            height: 40px;
            cursor: pointer;

            &:hover {
                background-color: #fff;
                color: #0533ff;
            }
        }
    }

    img {
        width: 50%;
        height: 550px;
        object-fit: contain;
    }

    @media only screen and (max-width: 790px) {
        & {
            padding: 200px 0px !important;
            flex-direction: column !important;

            img {
                order: -1 !important;

                height: 350px !important;
                width: unset !important;
                margin-bottom: 25px;
            }

            .hero__content-wrapper {
                width: unset !important;
            }

            h1.hero__content-heading {
                font-size: 3rem !important;

                line-height: 65px !important;
            }

            p.hero__content-subheading {
                /* font-size: 1.3rem !important; */
                line-height: 30px !important;
                max-width: unset !important;
            }

            button.hero__content-btn {
                margin-bottom: 35px !important;
            }

            &.sticky {
                padding: 0px !important;
            }
        }
    }
}

section.experience__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 40px;
    min-height: 400px;
    padding: 60px 75px;

    >div {
        width: 100%;
    }

    .experience__info-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;

        span.experience__info-title__wrapper {
            color: #0533ff;
            text-transform: uppercase;
            font-weight: 700;
            font-size: smaller;
            padding-bottom: 12px;
            position: relative;

            &::after {
                content: "";
                position: absolute;
                top: 25%;
                width: 30px;
                margin-left: 20px;
                height: 1px;
                background-color: #0533ff;
            }

        }

        h1.experience__info-heading {
            font-size: 45px;
            text-transform: uppercase;
            padding-bottom: 15px;
        }

        p.experience__info-text {
            font-size: 14px;
            font-weight: 600;
            padding-bottom: 35px;
            color: #a4a2a2;
            line-height: 25px;
            letter-spacing: .5px;
        }

        h3.experience__info-skills__title {
            font-size: 30px;
        }

        ul.experience__info-skill-list {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;

            li.experience__info-skill-list__item {
                img {
                    height: 85px;
                    width: 85px;
                    object-fit: contain;
                }
            }
        }
    }

    .experience__education-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 30px;
        height: 100%;

        h3.experience__education-heading {
            font-size: 30px;
        }

        ul.experience__education-list__wrapper {
            display: flex;
            flex-direction: column;
            align-items: start;
            justify-content: space-between;
            gap: 40px;

            li.experience__education-list__item {
                h6 {
                    font-size: 16px;
                    padding-bottom: 15px;
                }

                p {
                    color: #a4a2a2;
                    font-size: 14px;
                }
            }
        }
    }

    .experience__jobs-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        gap: 30px;

        h3.experience__jobs-heading {
            font-size: 30px;
        }

        ul.experience__jobs-list {

            li.experience__jobs-list__item {
                margin-bottom: 25px;

                span.experience__jobs-list__item-title {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    justify-content: space-between;

                    h6 {
                        font-size: 18px;
                    }

                    hr {
                        width: 10%;
                        color: #a4a2a2;
                        margin: 0px 20px;
                    }

                    p {
                        font-size: 12px;
                        text-transform: uppercase;
                    }
                }

                p.experience__jobs-list__item-info {
                    color: #a4a2a2;
                    font-size: 14px;
                    margin-top: 12px;
                    position: relative;
                    padding-left: 15px;
                    line-height: 20px;

                    &::after {
                        content: "•";
                        color: #0533ff;
                        position: absolute;
                        left: 0;
                        top: 0;
                    }


                }
            }
        }
    }

    @media only screen and (max-width: 790px) {
        & {
            flex-direction: column !important;
            gap: 25px !important;
            padding-top: 25px !important;

            p.experience__jobs-list__item-info {
                font-size: 16px !important;
                word-wrap: break-word !important;
            }
        }
    }
}

section.portfolio__wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;

    .portfolio__title-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;

        span.portfolio__title-text {
            color: #0533ff;
            text-transform: uppercase;
            font-weight: 700;
            font-size: smaller;
            padding-bottom: 12px;
            position: relative;

            &::after {
                content: "";
                position: absolute;
                top: 25%;
                width: 30px;
                margin-left: 20px;
                height: 1px;
                background-color: #0533ff;
            }
        }

        h1.portfolio__title-heading {
            font-size: 45px;
            text-transform: uppercase;
            padding-bottom: 45px;
        }
    }

    ul.portfolio__items-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 25px;

        li.portfolio__item {
            width: 100%;
            max-width: 33%;
            display: flex;
            flex-direction: column;
            align-items: start;

            img {
                object-fit: contain;
            }

            h5 {
                font-size: 20px;
                padding: 15px 0px;
            }

            p {
                color: #a4a2a2;
                line-height: 20px;
            }
        }
    }

    @media only screen and (max-width: 790px) {
        & ul.portfolio__items-wrapper {
            flex-direction: column !important;
            justify-content: center;
            align-items: center;
            gap: 25px !important;
            padding-top: 25px !important;

            li.portfolio__item {
                max-width: unset !important;

                img {
                    height: 100% !important;
                    width: 100% !important;
                }

                h5 {
                    text-align: center;
                    width: 100%;
                }
            }
        }
    }
}

section.contact__wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 65px;

    .contact__title-wrapper {
        display: flex;
        flex-direction: column;
        gap: 15px;

        span.contact__title {
            color: #0533ff;
            text-transform: uppercase;
            font-weight: 700;
            font-size: smaller;
            padding-bottom: 12px;
            position: relative;

            &::after {
                content: "";
                position: absolute;
                top: 25%;
                width: 30px;
                margin-left: 20px;
                height: 1px;
                background-color: #0533ff;
            }
        }

        h1.contact__title-heading {
            font-size: 45px;
            text-transform: uppercase;
            padding-bottom: 15px;
        }
    }

    .contact__form-info__wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        gap: 120px;
        height: 100%;



        ul.contact__form-info__list {
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 25px;
            background-color: #201d1d;
            padding: 45px 25px;
            border-radius: 15px;
            width: 50%;

            li.contact__form-info__list-item__wrapper {
                display: flex;
                flex-direction: row;
                align-items: center;
                background-color: #292929;
                padding: 15px 10px;
                border-radius: 12px;
                gap: 15px;

                span.contact__form-info__list-item__wrapper {
                    display: flex;
                    flex-direction: column;
                    gap: 5px;
                    width: 100%;

                    p.contact__form-info__list-item__heading {
                        color: #a4a2a2;
                        line-height: 20px;
                        text-transform: uppercase;
                        font-size: 12px;
                    }

                    a.contact__form-info__list-item__email {
                        color: #fff !important;
                    }
                }

                i.contact__form-info__list-item__icon {
                    font-size: 40px;
                }

            }
        }

        form {
            display: flex;
            flex-direction: column;
            width: 50%;

            .contact__form-elements__wrapper {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                gap: 25px;
                margin-bottom: 20px;

                .contact__form-elements__name-wrapper,
                .contact__form-elements__email-wrapper {
                    display: flex;
                    flex-direction: column;
                    width: 100%;
                    gap: 15px;

                    input {
                        height: 40px;
                        border-radius: 15px;
                        border: none;
                        background-color: #292929;
                        padding-left: 12px;
                        color: #fff;

                        &::placeholder {
                            padding-left: 10px;
                            text-transform: uppercase;
                        }
                    }
                }


            }

            textarea.contact__form-elements__message {
                border-radius: 15px;
                margin-top: 15px;
                border: none;
                height: 10rem;
                background-color: #292929;
                color: #fff;
                padding-left: 12px;

                &::placeholder {
                    padding: 10px 15px 0px 15px;
                    text-transform: uppercase;
                }
            }

            button.contact__form-elements__btn {
                font-family: 'Lato', sans-serif;
                border: none;
                border-radius: 20px;
                background-color: #0533ff;
                color: #fff;
                width: 135px;
                height: 40px;
                cursor: pointer;
                margin-top: 25px;

                &:hover {
                    background-color: #fff;
                    color: #0533ff;
                }
            }
        }
    }

    @media only screen and (max-width: 790px) {
        & {
            .contact__form-info__wrapper {
                flex-direction: column;
                gap: 15px;

                ul.contact__form-info__list {
                    width: unset !important;
                }
            }

            form {
                width: unset !important;
                margin-bottom: 35px;
            }
        }
    }
}

footer {

    &.footer__wrapper {
        display: flex;
        flex-direction: column;
        background-color: #1f1d1d;
        color: #fff;
        padding: 40px 0px;

        a {
            color: inherit;
            text-decoration: none;
            cursor: pointer;
        }
    }

    section.footer__top {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 12px;
        /* border-bottom: 1px solid #fff; */

        ul.footer__social-links {
            display: flex;
            flex-direction: row;
            align-items: center;
            /* justify-content: right; */
            gap: 35px;

            li {
                padding: 8px;
                border: #fff 1px solid;
                border-radius: 20px;
                width: 120px;

                &:hover {
                    background-color: #0533ff;
                }

                a.footer__social-link {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    justify-content: center;
                    gap: 7px;

                    i.footer__social-icon {
                        font-size: 1.5rem;
                    }

                }
            }
        }
    }

    hr {
        width: 100%;
    }

    section.footer__bottom {
        padding-top: 12px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;

        ul.footer__links {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            gap: 35px;

            li.footer__link:hover {
                color: #0533ff;
                cursor: pointer;
            }
        }
    }

    @media only screen and (max-width: 790px) {
        .footer__top {
            flex-direction: column !important;
        }

        ul.footer__social-links {
            margin-top: 25px;
            gap: 12px !important;

            li {
                width: unset !important;
            }
        }

        ul.footer__links {
            gap: 10px !important;
        }

        i.footer__social-icon {
            font-size: 1rem !important;
        }

        a.footer__social-link {
            span {
                display: none;
            }
        }
    }
}