body {
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    color: #132743;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #132743;
}

.header-logo img {
    height: 40px;
}

h1 {
    font-size: 2rem;

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

.bg-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}


.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width) #e7e7e70a;
}

.navbar-toggler {
    border: var(--bs-border-width) solid white;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>")
}

.bg-cover-left {
    background-image: none;
    @media (min-width: 992px) {
        margin-top: 30px;
        background-image: url(/img/transparent-bg.png);
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-position: center;
        background-position: left;
        background-repeat: no-repeat;
    }
}

#contact {
    color: white;
}

#contact svg {
    margin-right: 4px;
    color: white;
    @media (min-width: 576px) {
        margin-right: 12px;
    }
}

#hero {
    height: 25vh;

    @media (min-width: 576px) {
        height: 90vh;
    }
}

.hero-box {
    margin-top: 100px;
    margin-left: 100px;
    background-color: white;
    border: 3px solid black;
    border-radius: 8px;
    text-align: center;
    max-width: 45%;

    @media (min-width: 900px) {
        max-width: 35%;
    }
}

.hero-box h1, .hero-text-mobile h1 {
    font-size: 3rem;;
    color: #132743;
}

.hero-box h4 {
    color: #8aabca;
    font-size: 1.4rem;
}

.hero-text-mobile h1 {
    font-size: 2.5rem;
    color: #132743;
}

.hero-text-mobile h4 {
    color: #457189;
    font-size: 1.5rem;
}

.hero-box-small {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;

    @media (min-width: 992px) {
        margin-top: 60px;
        margin-left: 30px;
    }

    background-color: white;
    border: 3px solid #132743;
    text-align: center;
    word-wrap: break-word;
    width: 250px;
    border-radius: 8px;
}

.hero-box-small h1 {
    font-size: 1.3rem;

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

.icon-container {
    padding-top: 16.5rem;
}

.icon {
    margin-right: 10px;
}

.founder {
    float: none;
}
.founder-container {
    text-align: center;
}
.section-padding {
    padding: 1rem;
}

svg {
    color: #8aabca;
}

.form-check-input:checked {
    background-color: #132743;
    border-color: #0d6efd;
}

.header-smaller {
    font-size: 2rem;
}

@media (min-width: 576px) {
    .section-padding {
        padding: 3rem;
    }

    .founder {
        position: relative;
        top: -112px;
        margin-left: 20px;
        float: right !important;
        text-align: right;
    }

    .founder-container {
        text-align: right !important;
    }
    
    .img-border-primary,
    .img-border-secondary {
        margin-bottom: 1rem;
        width: auto;
        height: auto;
    }
}

.job .privacy-policy {
    color: #407088;
}


h2 {
    font-size: 1.5rem;
    margin-top: -5px;
}

h3 {
    font-size: 2.5rem;
    margin-top: -15px;
}

.logo {
    height: 300px;
}

.btn-outline:hover {
    text-decoration: none;
}

.logo-contact {
    margin-top: 7rem;
    height: 85px;
    position: relative;
    right: -30px;
}

.glide__slide {
    text-align: center;
    color: #132743;
}

.reviewer {
    color: #8aabca;
}

.btn-outline-custom {
    --bs-btn-color: black;
    --bs-btn-bg: white;
    --bs-btn-border-color: none;
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #daf2fb;
    --bs-btn-hover-border-color: none;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: #daf2fb;
    --bs-btn-active-border-color: none;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #daf2fb;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #8fa7b3;
    --bs-gradient: none;
}

.footer-link {
    color: #8aabca;
}

.icon-link>.bi {
    width: 2em !important;
    height: 2em !important;
}

.company-values {
    font-size: 1.6rem;
}

.icon-link:hover {
    text-decoration: none;
}

#contact a {
    color: white;
}

.value {
    background-color: #407088;
    margin: 10px;
    padding: 25px 10px;
}

@media (min-width: 992px) {
    .value-item-start {
        margin-right: 40px;
    }

    .value-item-end {
        margin-left: 40px;
    }
    .value-item {
        margin-left: 40px;margin-right: 40px;
    }
}

.value h1 {
    font-size: 2rem;
}

.btn-outline-custom:hover {
    text-decoration: none;
}

.btn-outline-custom-light {
    --bs-btn-color: #ff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #407088;
    --bs-btn-hover-border-color: #407088;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #407088;
    --bs-btn-active-border-color: #407088;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #407088;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #407088;
    --bs-gradient: none;
}

.background-light {
    background-color: white;
    color: #132743;
}

.background-dark {
    background-color: #132743;
}

.header-color-primary {
    color: #407088;
}

.header-color-secondary {
    color: #8aabca;
}

.text-color-secondary {
    color: #132743;
}

.header-color-third {
    color: #407088;
}

.text-color-inverse {
    color: #fff;
}

footer {
    font-size: 1.3rem;
}

a {
    color: #fff;
    text-decoration: none;
}

#founder svg {
    margin-right: 10px;
}

footer a svg {
    color: #fff;
}

a:hover {
    text-decoration: underline;
}

.text-smaller {
    font-size: 1rem;
}

.btn-xl {
    --bs-btn-padding-y: 1.1rem;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-font-size: 1.5rem;
    --bs-btn-border-radius: 0.5rem;
}

.founder-portrait h1 {
    font-size: 4rem;
}

.founder-portrait h3 {
    font-size: 2rem;
}

.founder-portrait-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

#cookie-banner {
    height: 20vh;
    position: fixed;
    bottom: 0%;
    width: 100%;
    background-color: #fff;
    color: #132743;
    opacity: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: none;
    font-size: 0.8rem;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    #cookie-banner {
        height: 8vh;
    }
}

#cookie-banner a {
    color: #132743;
}

#contact ul {
    margin: 0px;
    padding: 0px;
}

#contact li {
    display: block;
    margin-right: 20px;
}

.linkedin {
    color: white;
}

#founder, #services {
    color: white;
}
.mx-6 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;

    @media (min-width: 768px) {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }
}

.jackie-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (min-width: 1209px) {
    #contact li {
        display: inline;
    }
}

.director-details {
    display: inline;
    list-style-type: none;
}

h5 {
    font-weight: 600;
}

.spinner {
    color: rgb(229, 231, 235);
    height: 50px;
    width: 50px;
    fill: #1c64f2;
}


.animation-spin {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

.rounded-box {
    border-radius: 50px;
    padding: 25px 10px;
}


@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #407088;
}

.nav-pills .nav-link:hover {
    color: #8aabca;
    text-decoration: none;
}

.nav-pills .nav-link {
    color: white;
    text-align: right;
    margin-right: 4px;
    @media (min-width: 576px) {
        padding: 5px 40px;
        border-radius: 0px;
    }
}

.job {
    padding: 35px 25px;
    margin: unset;
}

.job .description {
    font-size: 0.9rem;
}


.job a {
    color: black;
    text-decoration: none;
}

.job-btn a {
    color: black;
    text-decoration: none;
    background: white;
    padding: 5px 35px;
    border-radius: 0px;
}
.job-details {
    font-size: 1.3rem;
    color: #132743;
}

.btn-apply, .btn-apply:active, .btn-apply:hover {
    color: black !important;
    text-decoration: none;
    background: white !important;
    padding: 5px 35px;
    border-radius: 0px;
    font-size: 1.2rem;
}

.date {
    font-size: 1rem;
    color: #132743;
}

@media (min-width: 992px) {

    .job {
        padding: 30px 50px;
    }


    .date {
        font-size: 1.3rem;
    }

    .job .description {
        font-size: 1.2rem;
    }

}

.embla {
    overflow: hidden;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.embla__controls {
    display: flex;
    align-items: center;
    justify-content: center;
}

.embla__container {
    display: flex;
}

.embla__buttons {
    width: 90px;
}
.embla__button {
    border-radius: 50%;
    border: 3px solid #8aabca;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    float: left;
}

.embla__button:last-child{
    margin-left: 10px;
}

.embla__button svg {
    width: 60%;
    height: 60%;
}

.embla__button[disabled] {
    opacity: 50%;
}

.embla__slide {
    min-width: 0;
    text-align: center;
    cursor: pointer;
}

.embla__slide {
    flex: 0 0 100%; /* Default slide covers 100% of the viewport */
  }
  @media (min-width: 768px) {
    .embla__slide {
        flex: 0 0 calc(100% / 3);
    }
  }

.embla li {
    list-style: none;
}

.values-margin {
    margin-left: 3rem;
    margin-right: 3rem;
}

.values-list {
    margin: 0px;
    padding: 0px;
}
.value {
    color: #132743;
    background-color: white;
    padding: 5px 40px;
    font-size: 1.5rem;
    border-radius: 8px;
    text-align: center;
}


.bg-cover-section {
    min-height: 170px;

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

.privacy-text {
    font-size: 0.9rem;

    @media (min-width: 576px) {
        font-size: 1rem;
    }
}