body {
    background-color: #121D40;
    /* background-color: #10102b; */
    padding-top: 100px;

    font-family: "Google Sans", sans-serif;
}

.attention {
    padding-top: 150px;
    padding-bottom: 50px;
    font-family: "Google Sans", sans-serif;
}

.interesting {
    padding-top: 75px;
    padding-bottom: 50px;
}

.services {
    padding-top: 75px;
    padding-bottom: 50px;
}

.card {
    border-color: #3d0a91;
    border-radius: 0%;
}

.services .card-title {
    text-transform: uppercase;
    color: #FFFFFF;
}

.services .card-body {
    /* background-color: #190740; */
    background-color: #121D40;
}

.services .card>a {
    display: block;
}

.services .card a {
    text-decoration: none;
}

.services .card-text {
    color: #FFFFFF;
    font-size: 1.1em;
    margin-bottom: 1em;
}


.desire>div {
    padding: 50px;
}

.action>div {
    padding: 75px 50px;
}

.shining {
    /* margin-top: 150px; */
    /* margin-left: 500px; */
    margin-top: 10em;
    margin-left: 35em;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    box-shadow:
        -5em -5em 12em 12em #40cbf580,
        10em 12em 12em 12em #8540f580;

}


.navbar {
    max-height: 87px;
    background-color: #121D40;
    /* background-color: #10102b; */
}

.navbar-brand {
    margin-right: 0;
}

.navbar-lang {
    align-self: stretch;
}

.navbar-lang .nav-main {
    height: 100%;
}

.navbar-lang .nav-item {
    display: flex;
    align-items: center;
    height: 100%;
    color: #FFFFFF;
}

.navbar-lang .nav-main .dropdown-menu {
    position: absolute;
}

@media (min-width: 992px) {

    /* Allow the offcanvas container to stretch full height of the navbar */
    .navbar .offcanvas {
        align-self: stretch;
    }

    /* Propagate height down to the list */
    .navbar .offcanvas-body,
    .nav-main {
        height: 100%;
    }

    /* Make list items flex containers to stretch links */
    .nav-main .nav-item,
    .nav-main .nav-link {
        display: flex;
        align-items: center;
        height: 100%;
        color: #FFFFFF;
    }
}

.dropdown-item {
    padding: 10px 20px;
}

.dropdown-menu {
    background-color: #121D40;
    border-color: #3d0a91;
    border-radius: 0%;
}

@media (max-width: 991.98px) {
    .offcanvas-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .nav-main {
        width: 100%;
        justify-content: center !important;
        flex-direction: column;
        border: none !important;
    }

    /* Social icons row on mobile */
    .nav-main.flex-grow-1- {
        flex-direction: row;
        gap: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
        border: none !important;
    }

    .nav-main .nav-item {
        border: none !important;
        justify-content: center;
    }

    .nav-link {
        padding: 10px !important;
        font-size: 1.25rem;
    }
}

.advantages li {
    font-size: 1.2em;
    text-transform: uppercase;
    list-style-type: none;
    position: relative;
    padding-left: 1.5em;
    /* font-weight: bold; */
}

.advantages li::before {
    content: "\f287";
    font-family: "bootstrap-icons";
    font-size: 1em;
    position: absolute;
    left: 0;
    color: #8540f5;
}

.portfolio .card {
    background-color: transparent;
}

.portfolio .card:hover {
    transform: rotate(3deg);
    transition: all 0.5s ease-in-out;
}

.portfolio .card a {
    text-decoration: none;
    color: #FFFFFF;
}