:root {
    --background: 0 0% 100%;
    --foreground: 240 10% 3.9%;
    --card: 0 0% 100%;
    --card-foreground: 240 10% 3.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 240 10% 3.9%;
    --primary: 240 5.9% 10%;
    --primary-foreground: 0 0% 98%;
    --secondary: 240 4.8% 95.9%;
    --secondary-foreground: 240 5.9% 10%;
    --muted: 240 4.8% 95.9%;
    --muted-foreground: 240 3.8% 46.1%;
    --accent: 240 4.8% 95.9%;
    --accent-foreground: 240 5.9% 10%;
    --destructive: 0 72.22% 50.59%;
    --destructive-foreground: 0 0% 98%;
    --border: 240 5.9% 90%;
    --input: 240 5.9% 90%;
    --ring: 240 5% 64.9%;
    --radius: 0.5rem;
}

.dark {
    --background: 240 10% 3.9%;
    --foreground: 0 0% 98%;
    --card: 240 10% 3.9%;
    --card-foreground: 0 0% 98%;
    --popover: 240 10% 3.9%;
    --popover-foreground: 0 0% 98%;
    --primary: 0 0% 98%;
    --primary-foreground: 240 5.9% 10%;
    --secondary: 240 3.7% 15.9%;
    --secondary-foreground: 0 0% 98%;
    --muted: 240 3.7% 15.9%;
    --muted-foreground: 240 5% 64.9%;
    --accent: 240 3.7% 15.9%;
    --accent-foreground: 0 0% 98%;
    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 0 85.7% 97.3%;
    --border: 240 3.7% 15.9%;
    --input: 240 3.7% 15.9%;
    --ring: 240 4.9% 83.9%;
}

body {
    background-color: hsl(var(--background));
    color: hsl(var(--foreground));
    font-family: "Poppins", sans-serif;
}

a {
    color: hsl(var(--foreground));
}

.button__primary {
    background-color: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
    border-width: 1px;
    border-radius: calc(var(--radius) - 2px);
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    display: inline-flex;
    cursor: pointer;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    border-color: hsl(var(--input));
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    min-width: 100px;
    justify-content: center;
    padding: 23px;

    &:hover {
        background-color: hsl(var(--primary) / 0.9);
        color: hsl(var(--primary-foreground)) !important;
    }
}

.main-box .button__primary {
    padding: 0;
}

.button__outline {
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: hsl(var(--background));
    border: 1px solid hsl(var(--input));
    border-radius: calc(var(--radius) - 2px);
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    display: inline-flex;
    cursor: pointer;
    min-width: 100px;
    justify-content: center;

    &:hover {
        color: hsl(var(--accent-foreground));
        background-color: hsl(var(--accent));
    }
}

.input__primary {
    --tw-ring-offset-color: hsl(var(--background));
    max-width: 20rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    background-color: hsl(var(--background));
    border: 1px solid hsl(var(--input));
    border-radius: calc(var(--radius) - 2px);
    width: 100%;
    height: 2.5rem;
    display: flex;
}

/* HEADER */

.login__box {
    display: flex;
    align-items: center;
    gap: 0.5rem;

    .button__outline,
    .button__primary {
        padding-inline: 1.5rem;
    }
}

.multi-lang {
    margin-left: 8px;

    .button__outline {
        padding-inline: 1.4rem;
        margin-right: 0.5rem;
    }
}

.dropmenu-right {
    .button__outline {
        align-items: center;
        gap: 0.8rem;
        padding-inline: 1.5rem;
    }
}

/* // HOME SECTION */

.home__section {
    background-color: hsl(var(--secondary));
}

.home__section__container__users {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
        rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    padding: 25px 20px;
    border-radius: 30px;
    gap: 30px;
}

.home__section__user {
    text-align: center;
    padding: 50px;
}

.home__section__user h2 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 25px;
}

.home__section__user img {
    height: 400px;
    width: 400px;
}

.swiper-slide .icon {
    height: 101px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home__section__container {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 1920px;
    margin: 0 auto;
    padding-inline: 1rem;
    padding-inline: clamp(1rem, 0.44999999999999996rem + 2.75vw, 3.75rem);
    padding-block: 6.25rem;
    padding-block: clamp(6.25rem, 8.65rem + -2vw, 8.25rem);
    min-height: 100vh;
    gap: 4rem;

    @media (min-width: 992px) {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 100px 60px 0;
    }

    & > picture {
        display: grid;
        place-content: end;

        & > img {
            width: 100%;
            /* height: auto; */
        }

        @media (min-width: 992px) {
            place-self: flex-end;
            width: 50%;
        }

        @media (min-width: 1950px) {
            display: grid;
            place-self: center;
        }
    }

    .home__section__container__content {
        order: -1;

        @media (min-width: 992px) {
            width: 50%;
        }

        .title-box {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            align-items: flex-start;
            justify-content: flex-start;
            margin-bottom: 2rem;
            margin-bottom: 2rem;

            & > h3 {
                text-align: start;
                font-size: 2rem;

                @media (min-width: 992px) {
                    font-size: 4rem;
                }
            }

            & > p {
                font-size: 0.9rem;

                @media (min-width: 992px) {
                    max-width: 90%;
                    font-size: 1.2rem;
                }
            }
        }

        .home__section__container__content__buttons {
            display: flex;
            gap: 1rem;
            align-items: center;
            flex-direction: column;
            margin-top: 2rem;

            & > button {
                font-size: 0.9rem;
                font-size: clamp(0.9rem, 0.88rem + 0.09999999999999998vw, 1rem);
                padding-inline: 1.2rem;
                padding-inline: clamp(1.2rem, 1.04rem + 0.8vw, 2rem);
                padding-block: 0.5rem;
                padding-block: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
                height: 50px;
                border-radius: 0.5rem;
                border: none;
                cursor: pointer;
                width: 100%;
            }

            @media screen and (min-width: 768px) {
                flex-direction: row;

                & > button {
                    width: fit-content;
                }
            }

            @media screen and (min-width: 992px) {
                & > button {
                    width: fit-content;
                }
            }
        }
    }
}

.search__form {
    /* width: 700px; */
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;

    input {
        max-width: 100%;
        width: 283px;
        height: 60px;
        padding-left: 1.5rem;
        /* padding: 1rem 1.5rem; */
    }

    button {
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
        font-size: 1rem;
        /* width: 40px; */
        /* height: 40px; */
        /* min-width: 40px; */
        padding: 0;
    }

    @media screen and (min-width: 768px) {
        input {
            /* width: 100%; */

            &.input__footer {
                width: 480px;
                box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
            }
        }

        button {
            right: 1rem;

            &.footer__button {
                right: 1rem;
                left: auto;
            }
        }
    }

    @media screen and (min-width: 992px) {
        input {
            width: 700px;
        }
    }
}

.why__section__container__groups {
    padding: 4rem;
}

/* WHY SECTION */

.why__section {
    .why__section__container {
        position: relative;
        display: flex;
        flex-direction: column;
        max-width: 1920px;
        margin: 0 auto;
        padding-inline: 1rem;
        padding-block: 10.25rem 3rem;

        @media screen and (min-width: 768px) {
            padding-inline: 4rem;
        }
        @media screen and (min-width: 1024px) {
            padding-inline: 9rem;
        }

        h2 {
            font-size: 1.4rem;
            margin-bottom: 3rem;
            text-align: center;

            @media (min-width: 768px) {
                font-size: 2.2rem;
            text-align: end;
        }

            @media (min-width: 992px) {
                font-size: 3rem;
                text-align: end;
                margin-right: 23rem;
                margin-bottom: 0rem;
            }
        }

        .why__section__container__banner {
            position: absolute;
            top: -16.8rem;
            right: 0;
            width: 980px;
            height: 100px;
            z-index: -1;
        }

        ul {
            list-style: none;

            @media (max-width: 760px) {
                li:nth-of-type(1) {
                    img {
                        order: -1;
                    }

                    .why__section__container__groups__item__content {
                        order: 2;
                    }
                }
            }

            li {
                /* display: grid;
                gap: 1rem; */
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 10rem;
                justify-content: center;

                @media (min-width: 768px) {
                    flex-direction: row;
                }
                picture {
                    order: -1;
                    @media (min-width: 768px) {
                        order: inherit;
                    }
                }
                img {
                    width: 250px !important;
                    width: 150px;

                    @media (min-width: 992px) {
                        width: 450px !important;
                        width: 150px;
                    }
                }

                .why__section__container__groups__item__content {
                    display: flex;
                    flex-direction: column;
                    align-items: start;
                    gap: 20rem;
                    position: relative;

                    p {
                        font-size: 1rem;
                        max-width: 700px;
                        align-items: start;
                        text-align: start;
                        line-height: 2rem !important;

                        @media (min-width: 1024px) {
                            font-size: 1.7rem;
                        }
                    }

                    &::after {
                        content: "";
                        display: block;
                        position: absolute;
                        width: 9px;
                        height: 50px;
                        left: -2rem;
                        border-radius: 1rem;
                        background-color: hsl(var(--primary));
                    }
                }
            }
        }
    }
}

/* Footer  */

.footer__conatiner {
    position: relative;
    display: grid;
    max-width: 1920px;
    margin: 0 auto;
    padding-inline: 1rem;
    padding-inline: clamp(1rem, 0.44999999999999996rem + 2.75vw, 3.75rem);
    padding-block: 6.25rem;
    padding-block: clamp(6.25rem, 8.65rem + -2vw, 8.25rem);
    gap: 4rem;
}

.outer-box {
    height: auto;
    align-items: center;
}

.main-footer .footer-bottom {
    height: auto;
    padding-bottom: 0;

    .gtx-body:last-of-type {
        display: none;
    }
}

.freatured__section {
    background-color: #f1f1f1;
    padding-block-end: 4.25rem;
    /* margin-block: 5.25rem; */
}

.freatured__section__container {
    position: relative;
    display: grid;
    max-width: 1920px;
    margin: 0 auto;
    padding-inline: 1rem;
    padding-inline: clamp(1rem, 0.44999999999999996rem + 2.75vw, 3.75rem);
    gap: 3rem;
    padding-block: 6.25rem;

    h2 {
        color: hsl(var(--accent-foreground));
        font-size: 1.4rem;
        text-align: center;

        @media (min-width: 768px) {
            font-size: 2.2rem;
        }

        @media (min-width: 992px) {
            font-size: 3rem;
        }
    }
}

.freatured__section__container__list {
    list-style: none;
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 4rem;

    & div {
        display: flex;
        text-align: start;
        align-items: flex-start;
        flex-direction: column;
        /* width: 100%; */

        & > * {
            text-align: start;
        }
    }

    & > li:nth-of-type(even) {
        /* img{
            order: -1;
        } */

        div {
            order: -1;
        }
    }

    li {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        padding: 1rem 1rem 2rem 1rem;
        border-radius: 0.5rem;
        gap: 2.5rem;
        width: 100%;
        /* background-color: hsl(var(--background)); */

        @media (min-width: 1024px) {
            flex-direction: row;
            gap: 5.5rem;
        }

        & > div {
            display: grid;

            gap: 1rem;
        }

        @media (min-width: 1024px) {
            & > div {
                display: flex;
                align-items: start;
            }
        }

        h5 {
            font-size: 2.2rem;
            text-transform: capitalize;

            font-weight: 600;
        }

        p {
            font-size: 1rem;
            line-height: 1.5rem !important;

            @media (min-width: 1024px) {
                font-size: 2rem;
                line-height: 3rem !important;
            }
        }

        img {
            width: 500px;
            height: 300px;
            border-radius: 0.5rem;
        }
    }
}

.freatured__section__container__image {
    display: flex;
    justify-content: center;
    position: relative;

    img {
        width: 90%;
        height: auto;
        object-fit: cover;
        border-radius: 0.5rem;
        filter: brightness(0.9);

        @media (min-width: 1023px) {
            width: 900px;
            height: 450px;
        }
    }
}

span.play__button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    stroke: hsl(var(--primary));
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    background: hsl(var(--background));
}

.explore__section__container {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding-inline: 1rem;
    padding-inline: clamp(1rem, 0.45rem + 2.75vw, 3.75rem);
    padding-block: 10.25rem;
    gap: 4rem;

    .explore__section__container__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem; /* Adjust gap between items */

        @media screen and (min-width: 768px) {
            grid-template-columns: 1fr 1fr 1fr; /* 3 cards on tablets */
        }

        @media screen and (min-width: 1024px) {
            grid-template-columns: repeat(5, 1fr); /* 5 cards on larger screens */
        }

        a {
            width: fit-content;
        }

        & > div {
            margin-bottom: 1rem;
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            padding: 1rem;
            border: hsl(var(--border)) 1px solid;
            border-radius: 0.5rem;
            background-color: hsl(var(--background));
            text-align: center; /* Center-align content inside the card */

            h6 {
                font-size: 1.4rem;
            }

            ul {
                display: flex;
                flex-direction: column;
                gap: 0.5rem;
                list-style: none;
            }
        }
    }

    h2 {
        font-size: 3rem;
        margin-bottom: 1.5rem;
        text-align: center;

        @media (min-width: 768px) {
            font-size: 2.2rem;
        }

        @media (min-width: 992px) {
            font-size: 3rem;
        }
    }
}

.swiper_live_lessions {
    height: 370px;
    overflow-y: visible !important;

    .swiper-slide {
        height: 320px;
        display: flex;
        flex-direction: column;
        gap: 1;
        padding: 1rem 1rem 2rem 1rem;
        border-radius: 0.4rem;
        border: 1px solid #00000030;
        cursor: pointer;
        justify-content: center;
        align-items: center;

        h6 {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 0;
            margin-top: 10px;
        }

        li a {
            color: #565353d4;
        }

        p {
            font-size: 1rem;
            margin-bottom: 0;
            line-height: 1.4rem;
            margin-bottom: 0.5rem;
        }

        div {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .theme_btn_outline {
            padding: 0.7rem 1.5rem;
        }
    }

    img {
        width: 100%;
        margin-bottom: 0.7rem;
        height: 200px;
        border-radius: 0.4rem;
        object-fit: cover;
        object-position: top;
    }

    .swiper-pagination-bullet-active {
        background-color: hsl(var(--primary));
    }

    .swiper-button-next,
    .swiper-button-prev {
        background-color: hsl(var(--primary));
        width: 40px;
        height: 40px;
        border-radius: 100rem;

        svg {
            width: 1.7rem;
            stroke: white;
        }

        &::after {
            display: none;
        }
    }
}

.footer__conatiner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4rem;
    padding-block: 5rem 2rem;
    list-style: none;

    @media (min-width: 768px) {
        flex-direction: row;
    }

    li {
        a {
            color: #202124;
            font-size: 1.3rem;
        }
    }
}

.main-footer {
    background-color: #e7e7e7;

    .search__form {
        width: fit-content;
        position: relative;
        place-content: center;
        display: flex;
        margin-inline: auto;
        margin-block: 3rem 1rem;
    }
}

.social-links > a {
    background-color: hsl(var(--background));
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    place-content: center;
    border-radius: 50%;
}

.copyright-text {
    color: hsl(var(--accent-foreground));
}

.auto-container {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;

    padding: 10px 16px 0;

    @media (min-width: 1024px) {
        padding: 10px 60px 0;
    }

    h2 {
        font-size: 3.5rem;
    }

    p {
        font-size: 1.2rem;
        /* margin-bottom: 2.5rem; */
    }
}

.contact-form {
    border-radius: 2rem;
    display: flex;
    flex-direction: column;

    background-color: #e7e7e7;

    @media (min-width: 1024px) {
        flex-direction: row;
    }

    .button__primary {
        height: 50px;
        padding-inline: 1.5rem;
        width: auto;
    }
}

.contact-section .contact-form {
    max-width: 100%;
    border-radius: 2rem;
    gap: 3rem;
}

.contact-info {
    background-color: hsl(var(--primary));
    padding: 3rem;
    border-radius: 2rem;
    position: relative;
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: space-between;
    align-items: self-start;

    &:not(svg) {
        z-index: 3;
    }

    .shape {
        position: absolute;
        bottom: -4rem;
        z-index: -1;
        right: -4rem;
    }

    h3 {
        color: hsl(var(--accent));
        line-height: 2rem;
    }

    p {
        color: hsl(var(--accent-foreground));
    }

    ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        position: relative;
        overflow: hidden;

        li {
            display: flex;
            align-items: center;
            gap: 0.8rem;

            span {
                color: hsl(var(--accent)) !important;
            }
        }
    }
}

.contact__social {
    display: flex;
    gap: 1.2rem;

    span {
        width: 2.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 2.2rem;
        border-radius: 50%;
        transition: 0.3s ease-in-out;

        svg {
            width: 1.2rem;
            height: 1.2rem;

            path {
                fill: hsl(var(--background));
                transition: 0.3s ease-in-out;
            }
        }

        &:hover {
            background-color: hsl(var(--background));

            svg path {
                fill: hsl(var(--primary));
            }
        }
    }
}

.contact-section .contact-form h3 {
    color: hsl(var(--accent));
    font-size: 2rem;
    margin-bottom: 0;
}

.contact-section .contact-form p {
    color: hsl(var(--accent));
    font-size: 1.1rem;
}

.scroll-to-top {
    &:hover {
        background-color: hsl(var(--primary));
    }
}

.register__form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;

    @media screen and (min-width: 768px) {
        flex-direction: row;
    }

    & > div {
        display: flex;
        align-items: center;
        width: 100%;
        flex: 1;
    }

    label {
        position: relative;
        text-align: center;
        white-space: nowrap;
        font-size: 16px;
        line-height: 20px;
        border-radius: 8px;
        font-weight: 400;
        padding: 0 35px;
        height: 50px;
        width: 100%;
        background-color: hsl(var(--accent));
        color: hsl(var(--primary));
        gap: 0.5rem;

        i {
            font-size: 1.6rem;
        }
    }

    input:checked + label {
        background-color: hsl(var(--primary));
        color: hsl(var(--accent));
    }
}

.form-group {
    .button__primary {
        width: 100%;
        height: 50px;
    }
}

.inner-column {
    display: flex;
    justify-content: end;
}

/* JOBS */

.one__container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    max-width: 1920px;
    margin: 4rem auto;

    & > div {
        display: flex;
        flex-direction: column;
        gap: 1.4rem;

        img {
            width: 100vw;
            height: 500px;
            object-fit: cover;
            border-radius: 1.5rem;
        }

        h2 {
            font-size: 3.8rem;
            text-transform: capitalize;
            position: relative;
            width: fit-content;

            &::after {
                content: "";
                position: absolute;
                display: block;
                bottom: -1rem;
                width: 100%;
                height: 9px;
                background-color: #dedee1;
                border-radius: 0.2rem;
                margin: 1rem 0;
                z-index: -1;
            }
        }
    }
}

.two__container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    max-width: 1920px;
    margin: 4rem auto;

    h2 {
        margin-bottom: 1rem;
    }
}

/* Candidates Container */
.candidates__container {
    display: grid;
    grid-template-columns: repeat(1, minmax(300px, 1fr));
    gap: 2rem;
    place-content: start;
    justify-content: space-between;

    @media (min-width: 1024px) {
        grid-template-columns: repeat(2, minmax(300px, 1fr));
    }

    a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;

        /* max-width: 300px; */
        border: 1px solid hsl(var(--border));
        gap: 2rem;
        padding: 1rem;
        border-radius: 0.8rem;

        .job-skills {
            li {
                color: #ffffff;
                background-color: hsl(var(--primary));
            }
        }

        img {
            height: 200px;
            border-radius: 0.4rem;
            object-fit: contain;
            object-position: top;
        }

        & > div {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            flex: 1;

            h6 {
                font-size: 2rem;
            }

            p {
                font-size: 1.2rem;
            }
        }

        .buttons {
            place-self: start;
            margin-top: 10px;

            button {
                font-size: 1.2rem;
            }
        }
    }
}


@media (max-width: 765px) {
    .candidates__container .swiper-slide{
        flex-direction: column !important;
    }
}

/* Candidate */
.candidate__page {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 14px;
    max-width: 1800px;
    margin: 4rem auto;
    gap: 2.5rem;

    @media (min-width: 1024px) {
        padding: 0 60px;
    }

    .candidate__page__top {
        .candidate__page__container {
            .play__button {
                width: 100%;
                height: 100%;
                background-color: hsl(var(--primary) / 0.5);
                border-radius: 0;
                overflow: hidden;

                span {
                    display: flex;
                    align-items: center;
                    border-radius: 50%;
                    place-content: center;
                    background-color: hsl(var(--background));
                    width: 60px;
                    height: 60px;
                }
            }

            .candidate__page__top__image {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 2rem;
                width: 100%;
                margin-bottom: 0.4rem;
                place-content: center;

                @media (min-width: 1024px) {
                    flex-direction: row;
                }

                img {
                    width: 200px;
                    height: 200px;
                    margin-inline: auto;
                    object-fit: cover;
                    border-radius: 80rem;
                    flex-grow: 1;
                    max-width: 160px;
                    margin: 0;

                    @media screen and (min-width: 1024px) {
                        width: 160px;
                        height: 145px;
                    }
                }
            }

            h2 {
                font-size: 1.8rem;
                text-align: center;

                @media screen and (min-width: 1024px) {
                    text-align: left;
                }
            }

            .candidate__page__top__info {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                gap: 1rem;

                &.empty__center {
                    justify-content: center;
                    width: fit-content;
                }

                @media (min-width: 1024px) {
                    flex-direction: row;
                }

                & > div {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                }

                .buttons__container {
                    display: flex;
                    align-items: center;
                    flex-direction: column;
                    gap: 1rem;

                    @media (min-width: 768px) {
                        flex-direction: row;
                    }

                    .button__primary {
                        font-size: 1.2rem;
                        height: 40px;
                        width: 200px;
                    }

                    a {
                        svg {
                            width: 3rem;
                            height: 3rem;
                            transition: 0.3s ease-out;

                            * {
                                transition: 0.3s ease-out;
                            }
                        }

                        &:hover svg {
                            stroke: hsl(var(--primary));
                            fill: hsl(var(--primary));

                            line {
                                stroke: hsl(var(--background));
                            }
                        }
                    }
                }

                .candidate__page__location {
                    display: flex;
                    margin-top: 0.6rem;
                    align-items: center;
                    flex-direction: column;
                    gap: 0.5rem;

                    @media screen and (min-width: 768px) {
                        gap: 2rem;
                        flex-direction: row;
                    }

                    @media screen and (min-width: 1024px) {
                        display: grid;
                        gap: 0.5rem;
                        grid-template-columns: 1fr 1fr;
                    }

                    span {
                        display: flex;
                        align-items: center;
                        white-space: nowrap;
                        gap: 0.5rem;
                        font-size: 1.1rem;
                    }
                }

                .badges {
                    margin-top: 0.6rem;
                    display: flex;
                    justify-content: space-around;
                    gap: 1rem;

                    @media (min-width: 768px) {
                        justify-content: center;
                    }

                    @media (min-width: 1024px) {
                        justify-content: start;
                        gap: 0.5rem !important;
                    }
                }

                .button__primary {
                    border-radius: 50rem;
                }
            }
        }
    }

    .candidate__page__top__image__play {
        position: relative;
        width: fit-content;
        margin-block-end: 2rem;

        img {
            /* filter: brightness(0.8); */
            width: 900px !important;
            border-radius: 2rem;
            object-fit: cover;
            height: 400px;
        }
    }

    .candidate__page__info {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;

        @media screen and (min-width: 1024px) {
            flex-direction: row;
        }

        .candidate__page__footer {
            max-width: 600px;

            .sidebar-widget {
                background-color: hsl(var(--secondary));

                i {
                    color: hsl(var(--accent-foreground));
                }
            }

            button {
                background-color: hsl(var(--primary));
            }
        }

        .candidate__page__container {
            display: flex;
            flex-direction: column;
            max-width: 900px;
            gap: 2.3rem;

            & > div {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 1rem;
                margin-bottom: 1rem;

                p {
                    max-width: 900px;
                }

                &:nth-of-type(3),
                &:nth-of-type(4),
                &:nth-of-type(6) {
                    h2 {
                        font-size: 28px;
                    }

                    ul {
                        display: flex;
                        flex-direction: column;
                        gap: 1rem;

                        li {
                            display: flex;
                            flex-direction: row;
                            gap: 2rem;
                            margin-left: 2rem;

                            &:not(&:first-of-type) {
                                margin-top: -0.7rem;
                            }

                            .side__shape {
                                display: flex;
                                flex-direction: column;
                                flex-shrink: column;
                                gap: 0.1rem;

                                h6 {
                                    font-size: 1rem;
                                    width: 40px;
                                    height: 40px;
                                    display: grid;
                                    place-content: center;
                                    color: hsl(var(--primary));
                                    border-radius: 50%;
                                    background: hsl(var(--secondary));
                                    border: 2px dashed hsl(var(--primary));
                                    font-weight: 600;
                                    margin-bottom: 0.2rem;
                                }

                                .shape {
                                    border-left: 2px dashed hsl(var(--primary));
                                    width: 1px;
                                    flex-grow: 1;
                                    margin-inline: auto;
                                }
                            }

                            &:nth-last-child(1) {
                                .side__shape div {
                                    opacity: 0;
                                }
                            }

                            & > div.info {
                                display: flex;
                                flex-direction: COLUMN;
                                gap: 1rem;
                                padding-block-end: 1.5rem;

                                & > p {
                                    max-width: 500px;
                                }

                                & > div {
                                    display: flex;
                                    align-items: flex-start;
                                    flex-direction: column;
                                    gap: 1rem;

                                    @media screen and (min-width: 768px) {
                                        flex-direction: row;
                                    }

                                    h3 {
                                        font-size: 1.2rem;
                                    }

                                    .badge {
                                        padding: 0.5rem 1rem;
                                        color: hsl(var(--accent));
                                        border-radius: 50rem;
                                        font-size: 1.1rem;
                                        background: hsl(var(--primary));
                                    }
                                }
                            }
                        }
                    }
                }
            }

            .candidate__page__gallery {
                gap: 1rem;
                display: grid;
                grid-template-columns: 1fr 1fr;

                @media screen and (min-width: 1024px) {
                    grid-template-columns: 1fr 1fr 1fr 1fr;
                }

                img {
                    border-radius: 1.3rem;
                    width: 200px;
                    width: 100%;
                    height: 200px;
                    object-fit: cover;
                }
            }
        }
    }
}

.job__add {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1920px;
    margin: 4rem auto;
    gap: 2.5rem;
    padding: 10px 16px 0;

    @media (min-width: 1024px) {
        padding: 10px 60px 0;
    }

    .job__add__top {
        display: flex;
        flex-direction: column;
        gap: 1rem;

        h2 {
            text-align: start;
            font-size: 3rem;
            text-transform: capitalize;
            margin-bottom: 0.5rem;
        }

        p {
            text-align: start;
            font-size: 1.3rem;
        }

        .job__add__top__container__form {
            display: flex;
            flex-direction: column;
            padding: 4rem 2rem;
            border-radius: 2rem;
            border: 1px solid hsl(var(--border));
            gap: 2rem;
            margin-top: 3rem;

            ul {
                list-style: none;
                display: grid;
                gap: 1.3rem;

                @media (min-width: 1024px) {
                    grid-template-columns: 1fr 1fr;
                }

                h3 {
                    text-align: start;
                }

                & > div:nth-of-type(1) {
                    grid-column: 1 / 3;
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;

                    button {
                        background: hsl(var(--primary));
                        color: hsl(var(--background));
                        width: 50px;
                        height: 50px;
                        border-radius: 50%;
                    }
                }

                &:nth-of-type(2) {
                    place-self: center;
                    display: flex;
                    align-items: center;
                    justify-content: ceneter;
                    place-content: center;
                    border: 2px dashed hsl(var(--border));
                    border-radius: 1rem;
                    position: relative;

                    width: 100%;
                    max-width: 500px;
                    height: 300px;

                    @media (min-width: 1024px) {
                        height: 300px;
                    }

                    svg {
                        width: 3rem;
                        height: 3rem;
                        stroke-width: 1px;
                        stroke: hsl(var(--primary) / 0.5);
                    }

                    input {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        top: 50%;
                        left: 50%;
                        opacity: 0;
                        transform: translate(-50%, -50%);
                    }
                }

                &.job-skills {
                    overflow-y: auto;
                    /* place-content: end; */
                    max-height: 320px;
                }

                &.job-interest {
                    input {
                        width: 377px;
                    }
                }

                &.job-languages,
                &.job-interests {
                    overflow-y: auto;
                    max-height: 320px;
                    display: flex;
                    flex-direction: column;
                }

                .language__container,
                .interest__container {
                    display: flex;
                    align-items: center;
                    flex-wrap: wrap;
                    gap: 1rem;

                    @media (min-width: 1024px) {
                        flex-direction: row;
                    }
                }

                li {
                    display: flex;
                    /* flex-direction: row; */
                    width: 100%;
                    gap: 0.8rem;

                    input + button {
                        width: 66px;
                        height: 50px;
                        font-size: 1.3rem;
                        background-color: rgba(236, 48, 48, 0.746);

                        &:hover {
                            background-color: rgba(236, 48, 48, 0.846);
                        }
                    }

                    &:nth-of-type(1) {
                        grid-column: 1 / 2;
                    }

                    input,
                    select {
                        width: 100%;
                        padding: 0.8rem 1rem;
                        border-radius: 0.5rem;
                        font-size: 1.1rem;
                        border: 1px solid hsl(var(--border));
                    }

                    .radio__group {
                        display: flex;
                        flex-direction: column;
                        gap: 1rem;
                        width: auto;

                        div {
                            display: flex;
                            align-items: center;
                            gap: 0.5rem;

                            input {
                                width: fit-content;
                            }

                            label {
                                font-size: 1.2rem;
                            }
                        }
                    }

                    &.language {
                        max-height: 300px;
                        overflow-y: auto;
                        flex-direction: column;

                        input,
                        select {
                            width: 100%;

                            & + button {
                                width: 100%;
                                height: 50px;
                                font-size: 1.3rem;
                                background-color: rgba(236, 48, 48, 0.746);

                                &:hover {
                                    background-color: rgba(236, 48, 48, 0.846);
                                }
                            }
                        }

                        @media (min-width: 768px) {
                            flex-direction: row;
                        }

                        @media (min-width: 1024px) {
                            flex-direction: row;
                            max-width: fit-content;

                            input,
                            select {
                                width: 376px;

                                & + button {
                                    width: 60px;
                                }
                            }
                        }
                    }
                }
            }

            button {
                background-color: hsl(var(--primary));
                color: hsl(var(--accent));
                height: 40px;
                width: 140px;
                font-size: 1.2rem;
                border-radius: 0.3rem;
                transition: 0.3s ease-in-out;
                place-self: center;

                hover {
                    background-color: hsl(var(--primary) / 0.9);
                }
            }
        }
    }
}

.main-header .notify-button {
    margin-left: 10px;
    margin-right: 10px;
}

.main-header .menu-btn .count {
    background-color: hsl(var(--primary));
}

html {
    font-synthesis-weight: none;

    &[dir="rtl"] {
        text-rendering: optimizeLegibility;
        font-feature-settings: "rlig" 1, "calt" 1;
        direction: rtl;
    }
}

.login-form h3 {
    text-align: start;
}

.default-form {
    background-color: white;

    .form-group {
        /* display: flex; */
        /* flex-direction: column; */
        align-items: flex-start;
    }

    .button__primary {
        padding: 0;
        /* background-color: #e7e7e7; */
        /* color: #202124; */

        &:hover {
            background-color: #1a1818;
        }
    }
}

.default-form .form-group > label {
    width: 100%;
    text-align: start;
}

html[dir="rtl"],
html[lang="ar"] {
    .search__form {
        button {
            right: auto;
            left: 1rem;
        }
    }

    input,
    select,
    label {
        text-align: start !important;
    }

    .login-section .image-layer {
        right: 0;
    }

    .login-section .outer-box {
        margin-right: 42%;
        margin-left: 0;
    }

    @media only screen and (max-width: 1023px){
        .login-section .outer-box {
            margin-right: 0px;
        }
    }

    .why__section {
        & .why__section__container {
            & ul {
                & li {
                    & .why__section__container__groups__item__content {
                        &::after {
                            left: auto;
                            right: -2rem;
                        }
                    }
                }
            }
        }

        @media screen and (min-width: 768px) {
            .search__form {
                button {
                    left: 1rem;
                    right: auto;
                }
            }
        }
    }
}

.explore__section__container {
    .bottom {
        display: flex;
        place-content: center;
    }

    a {
        margin-inline: auto;
        place-self: center;
        /* width: 100%; */
        gap: 1rem;
    }
}

.explore__section__container2__grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;

    @media screen and (min-width: 768px) {
        padding: 4rem;
    }

    & > div {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 2rem;

        @media screen and (min-width: 768px) {
            flex-direction: row;
        }

        img {
            width: 200px;
            height: 200px;
            /* order: 2; */
            object-fit: cover;
            border-radius: 1rem;

            @media screen and (min-width: 768px) {
                width: 300px;
                height: 200px;
            }

            @media screen and (min-width: 1024px) {
                width: 600px;
                height: 400px;
            }
        }

        h2 {
            font-size: 1rem;
            text-align: end;

            @media screen and (min-width: 1024px) {
                font-size: 2rem;
            }
        }

        /* &:last-of-type {
            img {
                order: -1;
            }
        } */
    }
    .button__primary {
        width: fit-content;
    }
}

.page-about {
    padding-top: 3.8rem;
}

.job-overview {
    li {
        display: flex;
        align-items: center;
        gap: 1rem;

        div {
            display: grid;

            & > * {
                text-align: start;
            }
        }
    }
}