$primary-color : #C7004C;
$secondary-color : #3b3b3b;
$ternary-color: #A259FF;
$white-color : #6420AA;
$first-color : #FF611A;
$second-color : #0A66C2;


.body {
    background-color: $primary-color !important;
    margin: 0;
}

.scrollToTop {
    position: fixed;
    bottom: 10%;
    right: 5%;
    z-index: 5;
    border-radius: 25px;
    background-color: $white-color;
    height: 50px;
    width: 50px;
    color: $ternary-color;

    img {
        height: 30px;
        width: 20px;
    }
}

col .row .col-4 .col-6 {
    padding: 0 !important;
    margin: 0 !important;
}

ul {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: $secondary-color;
}

h3 {
    color: $first-color;
    text-decoration: underline;
    text-transform: uppercase;
}

.nav-item {
    width: auto;
    height: 70px;
    min-width: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
}

.nav-icon {
    padding: 5px;
}

.nav-text {
    color: $white-color;
    font-size: 22px;
    font-weight: 500;
}

.home-title-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    min-height: 50vh;
}

.home-title {
    color: #6420AA;
    font-size: 36px;
    font-weight: 700;
}

.home-subtitle {
    color: #FF611A;;
    font-size: 22px;
    font-weight: 600;
}

.home-description {
    color: $white-color;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}


.accordion {
    margin: 10% 10%;
    border-color: $primary-color;
    gap: 5px;
}

.accordion-item {
    background-color: #b5b5b5 !important;
    margin-bottom: 25px;
}

.accordion .accordion-item {
    border-radius: 25px !important;
    border: 1px solid;
}

.accordion-header {
    background-color: $secondary-color;
    border-radius: 25px;

    .accordion-button {
        border-radius: 25px 25px !important;
        background-color: $ternary-color;
        color: $white-color;
    }

    .accordion-button::after,
    .accordion-button:not(.collapsed) {
        border-radius: 25px 25px 0px 0px;
        background: $ternary-color;
        color: $white-color !important;
    }
}

.accordion-body {
    background-color: $secondary-color;
    border-radius: 25px;
    padding: 30px 25px !important;
}

.card {
    border-radius: 25px !important;
    margin-bottom: 20px;
    background-color: $primary-color !important;
    color: $first-color !important;

    .card-title {
        color: #FF611A !important;
    }
}

.card-body {
    .card-text {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 5px;
        color: $white-color;
    }
}

.rhibhus-card {
    margin: 10% 10%;
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    background-color: $secondary-color;

    .card {
        background-color: transparent !important;
        padding: 10px 10px;
        margin: 0;
    }

    .card-body {
        background-color: transparent;
        color: $white-color;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .rhibhus-name,
    .rhibhus-role {
        border: 1px solid $ternary-color;
        border-radius: 25px;
        min-height: 50px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 20px;
        font-size: 16px;
        font-weight: 500;
    }

    .rhibhus-projects {
        border: 1px solid $ternary-color;
        border-radius: 25px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 20px;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 400;
    }

    .beam-project,
    .spacebands-project {
        padding: 20px;
        margin-top: 30px;
        background-color: $primary-color;
        border-radius: 25px;
        border: 1px solid $first-color;

        .project-title-block {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;

            .project-title {
                font-weight: 600;
                font-size: 20px;
                color: $ternary-color;
            }

            .project-duration {
                font-weight: 500;
                font-size: 16px;
                color: $white-color;
            }
        }

        .project-description {
            color: $white-color;
        }
    }
}


.Contact {
    margin: 0 2%;
}

.contact-card {
    margin: 0 8%;
    background-color: $white-color;
    border-radius: 25px;

    .card {
        background: transparent !important;
        border-radius: 25px !important;

        .contact-block {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            padding: 0 25px;
            color: $second-color;
            font-size: 18px;

            .contact-email {
                text-transform: uppercase;
                display: flex;
                flex-wrap: wrap;
                gap: 30px;
                letter-spacing: 0.3ch;
                font-weight: 700;
            }

            .contact-email-value {
                text-transform: none !important;
                color: $second-color;
                font-weight: 700;
            }
        }
    }
}
.div-split{
    color: #FF611A;
}

.profileImgContainer{
    display: flex;

    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    padding: 50px;
    .profileImage{
        width: 200px;
        height: 200px;
        border-radius: 100px;
    }
}

.techStackHighlight{
    margin: 0;
    padding: 0;
    color: #6420AA;
    font-style: italic;
    font-weight: 600;
}