@font-face {
    font-family: WorkSansBold;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/work-sans/WorkSans-Bold.ttf");
}

@font-face {
    font-family: WorkSansSemiBold;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/work-sans/WorkSans-SemiBold.ttf");
}

@font-face {
    font-family: WorkSansExtraBold;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/work-sans/WorkSans-ExtraBold.ttf");
}

@font-face {
    font-family: WorkSansBlack;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/work-sans/WorkSans-Black.ttf");
}

@font-face {
    font-family: WorkSansRegular;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/work-sans/WorkSans-Regular.ttf");
}

@font-face {
    font-family: WorkSansLight;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/work-sans/WorkSans-Light.ttf");
}

body {
    font-family: WorkSansLight;
    font-size: 16px;
    color: #000;
    background-color: #F4F5F5;
    position: relative;
    overflow-x: hidden;
}
body a,
body a:hover,
body a:visited {
    color: #fff;
    text-decoration: none;
}

strong {
    font-weight: bold;
}

img {
    max-width: 100%;
    height: auto;
}

.break-line {
    display: block;
}

.section-title {
    font-family: WorkSansLight;
    font-size: 58px;
    line-height: 1.2;
    text-align: center;
}

.section-content {
    margin-top: 25px;
    text-align: center;
    color: #777;
    font-size: 19px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: lighter;
    line-height: 35px;
}

/* CTA */
.cta-wrap {
    /* display: flex; */
    /* justify-content: space-between; */
    width: 360px;
    max-width: 100%;
    position: relative;
}
/*
.cta-wrap.cta-wrap-active .cta-apply-wrap {
    display: flex;
}

.cta-wrap.cta-wrap-active .cta-invite {
    display: none;
}

.cta-apply-wrap {
    display: none;
    flex-direction: column;
    /* justify-content: space-between; * /
    max-width: 100%;
    margin-bottom: 15px;
} */

/* .cta-invite {
    margin-bottom: 15px;
} */

.cta-invite {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    /* padding: 10px; */
    font-family: WorkSansSemiBold;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #0D0D0D;
    border: none;
    background-color: #f6f6f6;
    flex-shrink: 0;
}

.cta-wrap[data-popup-active="true"] .cta-popup {
    pointer-events: all;
    opacity: 1;
}

.cta-popup {
    padding: 15px;
    background-color: #f6f6f6;
    position: absolute;
    top: 0;
    transform: translateY(-110%);
    width: 360px;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.1s ease-in-out;
    border-radius: 3px;
}

.cta-popup span {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 15px;
    font-family: WorkSansRegular;
}

.cta-popup span:first-child {
    margin-top: 0;
}

.cta-popup span img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.cta-popup a,
.cta-popup a:hover,
.cta-popup a:visited {
    color: #000;
    text-decoration: underline;
}

/* Content Box */
.section-box {
    padding: 60px 25px;
    font-size: 16px;
    line-height: 24px;
    /* background-color: #fff; */
    position: relative;
}

.section-content .section-box-title {
    font-family: WorkSansLight;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
}

.section-box .section-box-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #0066FF;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 20px;
}

/* Header */
#header {
    padding-top: 25px;
    padding-bottom: 25px;
    /* margin-bottom: 50px; */
    color: #fff;
    background-color: #0069FF;
    position: relative;
    z-index: 1;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15)
}

#logo {
    text-align: center;
}

/* Hero section */
#hero-container {
    position: relative;
    background-color: #0066FF;
    overflow: hidden;
}
/*
#hero-container > .row:nth-child(2):after {
    content: "";
    display: block;
    width: 100%;
    height: 120px;
    background: linear-gradient(0deg, rgba(2, 88, 210, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
} */

#hero-container > .row:nth-child(2) .cta-wrap {
    /* position: absolute;
    left: calc(var(--bs-gutter-x) * .5); */
}

#hero-section {
    padding-top: 50px;
    padding-bottom: 70px;
    position: relative;
}

#hero-section > div {
    z-index: 1;
}

#hero-section .hero-image {
    vertical-align: bottom;
    float: right;
    /* z-index: 1; */
}

#hero-section h1 {
    font-family: WorkSansBold;
    font-size: 38px;
    line-height: 1.2;
    color: #FCFCFC;
}

#hero-section .section-content {
    margin-top: 25px;
    color: #D4DDEB;
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    font-family: WorkSansLight;
}

#hero-image {
    margin-bottom: -70px;
}

#hero-container .cta-wrap {
    margin-top: 50px;
    /* width: auto;
    position: absolute;
    bottom: 80px; */
    /* left: 0; */
    z-index: 9;
    display: flex;
    flex-direction: column;
    gap: 15px;
    vertical-align: middle;
}

#hero-container .cta-wrap button {
    width: 360px;
    max-width: 100%;
}

#hero-container .cta-wrap .cta-content {
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

#hero-container .cta-wrap .cta-name {
    display: block;
}

#hero-container .cta-wrap .cta-name {
    font-family: WorkSansRegular;
    font-size: 13px;
}


#recognitions-container {
    background-color: #000;
    padding-top: 35px;
    padding-bottom: 35px;
    color: #fff;
    position: relative;
    z-index: 1;
}

#recognitions-container-copy {
    margin-bottom: 35px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    font-family: WorkSansLight;
}

#recognitions-container .recognitions-box {
    font-size: 14px;
    line-height: 1.4;
    font-family: WorkSansLight;
    color: rgba( 255, 255, 255, 0.8);
}

#recognitions-container .recognitions-title {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
}

#hero-section .hero-circle-1 {
    display: block;
    max-width: none;
    width: 720px;
    height: 720px;
    border-radius: 50%;
    background-color: #0258D2;
    position: absolute;
    bottom: -360px;
    right: -130px;
    z-index: 0;
}


/* Section two  */
#section-two {
    padding-top: 70px;
    padding-bottom: 55px;
    color: #000;
    background-color: #fff;
    position: relative;
}

#section-two .section-two-box {
    padding: 15px;
    font-family: Helvetica, sans-serif;
    color: #555;
    line-height: 1.3;
}

#section-two .section-two-box-title {
    margin-bottom: 30px;
    color: #0D0D0D;
    line-height: 1.2;
    font-size: 30px;
    font-family: WorkSansBold;
}

#section-two .section-two-box p {
    margin-top: 10px;
}

#section-two .section-two-box ul {
    margin-top: 30px;
}

#section-two .section-two-box li {
    margin-bottom: 15px;
    display: flex;
    gap: 5px;
    align-items: center;
}

/* Section three */
#section-three {
    padding-top: 90px;
    padding-bottom: 60px;
    color: #fff;
    position: relative;
    background-color: #0069FF;
    overflow: hidden;
}

#section-three .section-title {
    margin-bottom: 60px;
    font-family: WorkSansBold;
}

#section-three .section-three-box {
    z-index: 1;
    display: flex;
    flex-direction: column;
}

#section-three .section-three-circle-1 {
    display: block;
    width: 1080px;
    height: 1080px;
    border-radius: 50%;
    background-color: #0258D2;
    position: absolute;
    bottom: -720px;
    right: -200px;
    z-index: 0;
}

#section-three .testimonial-person {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: lighter;
    line-height: 1.2;
}

#section-three .testimonial-person .testimonial-avatar {
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 50%;
    overflow: hidden;
}

#section-three .section-box {
    color: #333;
    background-color: #fff;
    border-radius: 5px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: lighter;
    flex-grow: 1;
}

#section-three .section-box p:first-child {
    margin-top: 0;
}

#section-three .section-box p {
    margin-top: 20px;
    ;
}

/* Section Four */
#section-four {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #F4F5F5;
}

#section-four .section-title {
    margin-bottom: 90px;
    font-family: WorkSansBold;
}

.section-four-box-wrapper > div {
    display: flex;
    margin-bottom: 30px;
}

#section-four .content-box {
    padding: 60px 25px;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
    position: relative;
}

#section-four .content-box-icon{
    font-family: WorkSansBold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #0066FF;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: 20px;
    /* font-size: 40px; */
}

#section-four .content-box-title {
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
}

#section-four .content-box-content {
    font-family: Helvetica, sans-serif;
    font-weight: 300;
    color: #555;
}


/* Available section */
#available-section {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #000;
    font-size: 19px;
    font-family: WorkSansLight;
    background-color: #BAFFCD;
}

/* Footer */
#footer {
    padding-top: 95px;
    padding-bottom: 75px;
    color: #fff;
    background-color: #0069FF;
    overflow: hidden;
}

#footer .container {
    position: relative;
}

#footer .row {
    position: relative;
    z-index: 1;
}

#footer .cta-wrap {
    margin-top: 65px;
    margin-left: auto;
    margin-right: auto;
}

#footer .section-title {
    font-size: 67px;
    line-height: 1.3;
}

#footer .footer-circle {
    display: block;
    max-width: none;
    width: 720px;
    height: 720px;
    border-radius: 50%;
    background-color: #0258D2;
    position: absolute;
    bottom: -460px;
    right: -200px;
    z-index: 0;
}

@media (max-width: 991px) {
    .break-line {
        display: inline;
    }

    #hero-content h1,
    #hero-content .section-content {
        text-align: center;
    }

    #hero-section .cta-wrap {
        position: absolute;
    }

    #hero-section #hero-content {
        z-index: 2;
    }

    #hero-image {
        text-align: center;
    }

    #hero-section .hero-image {
        float: none;
    }

    #hero-section .hero-circle-1 {
        left: 25%;
    }

    #hero-container .cta-wrap {
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        max-width: none;
        text-align: center;
        /* width: 580px; */
    }

    #hero-container .cta-wrap .cta-invite{
        color: #fff;
        background-color: #000;
    }

    #hero-container .cta-wrap .cta-name {
        color: #000;
    }
}

@media (max-width: 767px) {

    .mobile-hidden {
        display: none;
    }

    #hero-container .cta-wrap {
        width: 330px;
    }

    #hero-container .cta-wrap .cta-content {
        /* order: 1; */
    }

    #hero-container .cta-wrap button {
        /* width: 180px; */
        font-size: 15px;
        /* order: 2; */
    }

    #hero-container .cta-wrap .cta-name {
        font-size: 15px;
    }

    #hero-container .cta-wrap .cta-position {
        font-size: 12px;
    }

    #logo-container-copy {
        margin-bottom: 10px;
        text-align: center;
    }

    #recognitions-container .recognitions-box {
        margin-bottom: 30px;
    }

    /* #section-three .section-box {
        display: flex;
        padding-top: 10px;
        padding-bottom: 10px;
    } */

    #section-three .section-three-box {
        margin-bottom: 30px;
    }

    #section-three .row>.col-md-3 .section-box-icon {
        position: static;
        top: auto;
        left: auto;
        flex-shrink: 0;
        margin-right: 15px;
    }

    #section-three .row>.col-md-3 .section-box-content {
        margin-top: 0;
    }
}

/* Equal height columns */
@media (min-width: 768px) {

}

/* Vukasinov edit */
@media (min-width: 1100px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1100px;
    }
}

/* ovo sa manjim procentom ukoliko mogu da se centriraju elementi */
@media (min-width: 768px) {
    /* .col-md-4 {
        flex: 0 0 auto;
        width: 30%;
    } */
}