
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
body {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1.375rem;
}
p, hr {
    margin: 0 !important;
}
/* NAVIGATION */ 
.navbar {
    padding: 1.5rem 1rem;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 1.375rem;
    font-weight: 400;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 1);
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
}
.btn-warning {
    background-color: #ff9933;
    border-color: #ff9933;
}
.btn-warning:hover {
    background-color: #fe6039;
    border-color: #fe6039;
}
.btn-warning:focus, .btn-warning.focus {
    background-color: #fe6039;
    border-color: #d39e00;
    box-shadow: none;
}
.btn-warning.disabled, .btn-warning:disabled {
    background-color: #fe6039;
    border-color: #fe6039;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    background-color: #fe6039;
    border-color: #fe6039;;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: none;
}

/* COLORS */
.bg-info {
    background-color: #008994 !important; 
}
.bg-secondary {
    background-color: #3f3d56 !important;
}
.bg-dark {
    background-color: #223958 !important;
}
.bg-light {
    background-color: #e6e6fa !important;
}

/* FONTS */
.display-2, .display-3 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.display-2 {
    font-weight: 600;
    font-size: 3rem;
}
.display-3 {
    font-weight: 700;
    font-size: 2.25rem;
}
p.card-text {
    font-size: 1.125rem;
}
.open-sans-normal {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.highlight {
    font-weight: 700;
    font-size: 1.25rem;
    background: #e6e6fa;
    color: #6c63ff;
    padding: 0.375rem 0.25rem;
}
#footer .heading {
    font-weight: 400;
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #ff9933;
}
.link-footer {
    line-height: 1.1;
}
#footer .link-footer p a, .address {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}
.copyright p {
    font-size: 0.8rem;
    color: #fff;
    padding: 0 0 0.5rem;
    text-align: center;
}
/*.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}*/

/* MISCELLANEOUS */
.sec-layout-1, .sec-layout-2 {
    margin-bottom: 5rem;
}
.sec-layout-1 {
    margin-top: 5rem;
}
.arrow-down-1, .arrow-up-1 {
    position: relative;
    width: 100%;
    height: 4rem;
}
.arrow-down-1::before, .arrow-down-1::after, .arrow-up-1::before, .arrow-up-1::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
}
.arrow-down-1::before {
    left: 0;
    border-top: 4rem solid transparent;
    border-left: 50vw solid #fff;
}
.arrow-down-1::after {
    right: 0;
    border-top: 4rem solid transparent;
    border-right: 50vw solid #fff;
}
.arrow-up-1::before {
    left: 0;
    border-left: 50vw solid #fff;
    border-bottom: 4rem solid transparent;
}
.arrow-up-1::after {
    right: 0;
    border-right: 50vw solid #fff;
    border-bottom: 4rem solid transparent;
}
.circle {
    position: relative;
    display: flex;
    justify-content: center;
    top: 165px;
    left: -60px;
    min-height: 445px;
}
.circle ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.circle li {
    position: absolute;
    transition: all 2s linear;
    background-color: #ff9933;
    width: 120px;
    height: 120px;
    line-height: 100px;
    border-radius: 1rem 1rem 5rem 5rem;
    text-align: center;
}
.circle ul li:first-child {
    background-color: #6c63ff;
    color: #fff;
    width: 130px;
    height: 130px;
    line-height: 120px;
    border-radius: 50% 0;
}
.circle li span {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.circle ul li:first-child span {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 600;
    font-variation-settings: "wdth" 100;
    line-height: 1.25;
}
hr {
    margin: 0;
}
.hr-1 {
    background: #6c63ff;
    width: 5rem;
    height: 0.2rem;
    margin-top: 0.75rem;
    border: none;
}
.card-type-1 {
    background: transparent;
    border: none;
    border-radius: 0;
}
.card-type-1 .card-img-top {
    padding: 0 1.25rem;
}
.card-title {
    font-weight: 500;
}
.card-type-1 .card-footer {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    border-top: none;
}
@media (max-width: 575.98px) {
    .overlay-hero {
        position: absolute;
        background: #223958;
        background-image: linear-gradient(to right, #223958,#223958);
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        text-align: center;
        opacity: 0.8;
    }
    .overlay-hero-content {
        display: flex;
        align-items: center; 
        height: 100%;
    }
    .card-type-1 .card-img-top {
        width: 70%;
    }
}
@media (max-width: 767.98px) {
    .card-deck {
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .card-deck .card-type-1:not(:last-child) {
        margin-bottom: 4rem;
    }
    .card-type-1 .card-img-top {
        width: 60%;
    }
    .img-type .img-fluid {
        display: block;
        width: 75%;
        margin: auto;
    }
}