body, html {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: 'Comfortaa', cursive;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Comfortaa', cursive;
    line-height: 25px;
    text-transform: none;
    letter-spacing: 0;
    color: #565656;
}

.cursor-pointer {
    cursor: pointer;
}

header {
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #ffffff;
    width: 100vw;
    display: flex;
    align-items: center;
    height: 85px;
    transition: .25s ease-in-out box-shadow, .25s ease-in-out background;
}

.header-left-logo {
    height: 60px;
    width: auto;
}

.nav-items {
    padding: 0 10px;
    list-style-type: none;
    font-family: 'Comfortaa', cursive;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    color: #787885;
    cursor: pointer;
    position: relative;
}

.nav-items:hover {
    color: #787885
}

ul {
    list-style-type: none;
}

.nav-items-language {
    padding: 0 10px;
    list-style-type: none;
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    color: #ffffff;
    position: relative;
}

.split-color {
    color: #787885;
}

.nav-items-language-active:after {
    background: #787885;
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0px;
    margin: 0;
    visibility: visible;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    transition: top .3s ease;
}

.nav-items:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: -35px;
    left: 0;
    margin: 0;
    visibility: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    transition: top .3s ease;
    background: #ffffff;
}

.active:after {
    background: #ffffff;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: -35px;
    left: 0;
    margin: 0;
    visibility: visible;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    transition: top .3s ease;
}

.nav-items:hover:after {
    visibility: visible;
}

.header-body-bg {
    margin-top: 74px;
    /*background-color: #F8F8F8;*/
    /*background-image: url("../images/Mask Group.png");*/
    background-size: 65% 100%;
    background-repeat: no-repeat;
    height: calc(100vh - 74px);
    display: flex;
    align-items: center;
}

h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    font-family: 'Comfortaa', cursive;
    line-height: 50px;
    text-transform: none;
    letter-spacing: 0px;
    color: #00ACFF;
}

h5 {
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #00ACFF !important;
    line-height: 25px;
}

.header-body-image {
    width: 65%;
    height: auto;
    object-fit: contain;
}

.hide-english-video {
    display: none;
}

.use-for-right-section {
    padding-top: 125px;
}

h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    font-family: 'Comfortaa', cursive;
    line-height: 38px;
    text-transform: none;
    letter-spacing: 0px;
    color: #28262b;
}

.use-for-sub-title {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Comfortaa', cursive;
    line-height: 20px;
    text-transform: none;
    letter-spacing: 0px;
    color: #727272;
    font-style: normal;
}

.video-position {
    position: absolute;
    padding: 40px;
    top: 0;
    left: 0;
    height: 90vh;
}

.type-circle {
    list-style-type: circle;
}

.feature-bg {
    background-color: #f5f5f5 !important;
    padding: 70px 0;
}

.use-for-height {
    height: 500px;
}

.feature-sub-title {
    font-family: 'Comfortaa', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20.02px;
    text-transform: none;
    letter-spacing: 0px;
    color: #727272;
}

.feature-images {
    width: 1em;
    height: 1em;
    font-size: 102px;
    margin-bottom: 5px;
}

.feature-image-title {
    color: #1faadd !important;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Comfortaa', cursive;
    line-height: 25.65px;
    text-transform: none;
    letter-spacing: -1px;
}

.feature-images-description {
    font-family: 'Comfortaa', cursive;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24.99px;
    text-transform: none;
    letter-spacing: 0px;
    color: #565656;
}

.data-animation-hover {
    transition: all .5s ease-in-out;
}

.data-animation-hover:hover {
    transform: translateY(-10px);
    transition: transform .3s ease-in-out;
}

.how-it-works-title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    font-family: 'Comfortaa', cursive;
    line-height: 38px;
    text-transform: none;
    letter-spacing: 0px;
    color: #28262b;
}

.how-it-works-sub-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Comfortaa', cursive;
    line-height: 24.99px;
    text-transform: none;
    letter-spacing: 0px;
    color: #565656;
}

a {
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

.menu-toggle:hover {
    cursor: pointer;
}

.line-sub-1 {
    width: 30px;
    height: 1px;
    margin: 5px 0;
    background-color: #60606D;
}

.line-sub-2 {
    width: 25px;
    height: 1px;
    margin: 5px 0;
    background-color: #60606D;
}

.line-sub-3 {
    width: 35px;
    height: 1px;
    margin: 5px 0;
    background-color: #60606D;
}

.mobile-one .mobile-nav {
    background-color: #60606D;
    max-width: 300px;
    width: 100%;
    height: 100%;
    transform: translate(-100%, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: fixed;
    top: 86px;
    left: 0;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}

.mobile-header-view {
    font-family: 'Comfortaa', cursive;
    font-size: 12px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.border-top-dotted {
    padding: 10px 25px;
    border-top: 1px dotted rgba(255, 255, 255, 0.1);
}

.privacy-policy :hover {
    color: #1faadd !important;
}

/*a > img {*/
/*    filter: grayscale(1);*/
/*    opacity: 0.5;*/
/*    transition: all 1s;*/
/*}*/

/*a > img:hover {*/
/*    filter: grayscale(0);*/
/*    opacity: 1;*/
/*    transition: all 1s;*/
/*}*/

.partner-logo {
    width: 70px;
    height: auto;
}

.partner-logo-large {
    width: 200px;
    height: auto;
}

.partner-logo-medium {
    width: 130px;
    height: auto;
}

.health-check-button {
    /*background-image: linear-gradient(to right, #1F74F5, #189EFB, #5E7ADC);*/
    background-image: url("../images/backgroud-free-trial.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: white;
    border-radius: 12px;
    padding: 15px;
    font-weight: bolder;
    font-size: 16px;
    cursor: pointer;
    /*box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);*/
    border: none;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    transition: .25s ease-in-out;
    font-family: 'Quicksand', sans-serif;
}

.contact-us-button {
    /*background-image: linear-gradient(to right, #1F74F5, #189EFB, #5E7ADC);*/
    background-image: url("../images/backgroud-free-trial.png");
    background-size: 150%;
    background-repeat: no-repeat;
    color: white;
    border-radius: 12px;
    padding: 15px 45px;
    font-weight: bolder;
    font-size: 16px;
    cursor: pointer;
    /*box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);*/
    border: none;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    transition: .25s ease-in-out;
    font-family: 'Quicksand', sans-serif;
}

.health-check-text {
    color: #787885;
    font-weight: 600;
    font-size: 16px;
}

.header-body-text {
    color: #29272C;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
}

.overlay {
    width: 100%;
    background: rgba(0, 0, 0, .75);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
}

.videoBox {
    position: fixed;
    width: 90%;
    height: 60%;
    left: 5%;
    top: 100px;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}

.videoBox video {
    width: 100%;
}

.start-video-text {
    font-family: 'Gloria Hallelujah', cursive;
    color: #00ACFF;
    font-weight: 400;
    font-size: 20px;
}

.what-is-codi {
    padding: 60px 0;
    margin-top: 60px;
}

.why-codi-container {
    box-shadow: 1px 25px 60px -10px rgb(41 39 44 / 10%);
    background: #fff;
    border-radius: 3px;
    padding: 50px;
}

.why-codi {
    /*background-color: #F8F8F8;*/
    padding: 30px 0;
}

.why-codi-section {
    box-shadow: 1px 25px 60px -10px rgb(41 39 44 / 10%);
    padding: 20px;
    border-radius: 10px;
    height: 250px;
    margin: 10px 0;
    text-align: center;
    background-color: white;
    /*position: relative;*/
    /*transition: height 4s;*/
    /*overflow: hidden;*/
    /*cursor: pointer;*/
}

.what-is-codi-body-header-body-text {
    text-align: left;
}

.image-rounded {
    border-radius: 10px;
}

/*.why-codi-section:hover {*/
/*    height: auto;*/
/*}*/

.morecontent span {
    display: none;
}

a.morelink {
    text-decoration: none;
    outline: none;
}

.morelink {
    cursor: pointer;
    color: #0a53be;
    font-weight: 900;
}

.help-circle {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.intro {
    font-style: normal;
    font-weight: 700;
    font-family: 'Comfortaa', cursive;
    text-transform: none;
    color: #29272C;
    font-size: 44px;
    line-height: 48px;
    letter-spacing: 2px;
}

.intro-codi {
    font-style: normal;
    font-weight: 700;
    font-family: 'Comfortaa', cursive;
    text-transform: none;
    color: #00ACFF;
    font-size: 44px;
    line-height: 48px;
    letter-spacing: 2px;
}

.intro-body-text {
    font-family: 'Quicksand', sans-serif;
    color: #60606D !important;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
}

.world-first-text {
    font-weight: normal;
    color: #29272C;
    font-size: 30px;
}

.trusted-by {
    color: #29272C !important;
    margin-top: 20px;
    font-weight: 700;
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
    letter-spacing: 3px;
}

.who-we-are-title {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 6.7px;
    color: #00ACFF;
    font-weight: 600;
}

.who-we-are-text {
    font-size: 15px;
    line-height: 25px;
    color: #29272C;
    font-family: 'Quicksand', sans-serif;
}

.mady-by-people-like-you {
    font-size: 26px;
    color: #29272C !important;
}

.who-are-we-img {
    /*height: 500px;*/
    /*object-fit: contain;*/
    background: url("../images/who-are-we-left.png") no-repeat;
    background-size: 50vw 100%;
    height: 80vh;
}

.footer {
    background: #29272c;
    padding: 50px 0px;
}

.footer-left-text {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 6.7px;
    color: #fff !important;
}

.try-it-for-free {
    background: url("../images/try-for-free-bg.png");
    text-decoration: inherit;
    padding: 24px 48px;
    border-image-slice: 1;
    /*border-image-source: linear-gradient(to left, #1FB4F5, #189EFB, #5E7ADC);*/
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    font-family: Quicksand, serif;
    color: #fff;
    border: none;
    background-size: 100% 100%;
}

.hr-border {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-image {
    width: 100px;
    height: auto;
    object-fit: contain;
}

.show-hide-text {
    color: #29272C !important;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
}

/*.partner-images > img {*/
/*    filter: grayscale(1);*/
/*    opacity: 0.5;*/
/*    transition: all 1s;*/
/*}*/

/*.partner-images > img:hover {*/
/*    filter: grayscale(0);*/
/*    opacity: 1;*/
/*    transition: all 1s;*/
/*}*/

.codi-uses {
    color: #00ACFF;
    font-weight: 600;
    font-family: 'Comfortaa', cursive;
    line-height: 50px;
}

.font-size-30 {
    font-size: 30px;
}

.codi-uses-inner-text {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Comfortaa', cursive;
    color: #29272C;
    line-height: 50px;
}

.codi-uses-inner-text-body {
    font-size: 25px !important;
    font-family: 'Comfortaa', cursive;
    color: #212121;
    line-height: 50px;
}

.used-list {
    font-size: 20px;
    font-family: 'Quicksand', sans-serif;
    color: #60606d;
    padding-top: 10px;
}

.developed-env-left {
    font-size: 30px;
    font-family: 'Comfortaa', cursive;
    color: #29272C;
    line-height: 50px;
    font-weight: 600;
}

.developed-env-right {
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
    color: #60606d;
}

.font-size-20 {
    font-size: 20px;
}

.box-shadow {
    box-shadow: 1px 25px 60px -10px rgb(41 39 44 / 10%);
    border-radius: 10px;
    padding: 70px;
}

.due-diligence-section {
    border-radius: 10px;
    padding: 70px;
}

#codi-description {
    background: url("../images/codi-logo-shape.png") no-repeat top right;
    background-size: auto 100%;
}

.popup-btn {
    position: absolute !important;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-btn-circle {
    position: relative;
    margin: 0;
    color: #FFFFF0;
    background-color: #1F74F5;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
    z-index: 100;
}

.main-btn-rect {
    padding: 10px 80px;
    line-height: 30px;
}

.popup .fade-out {
    position: absolute;
    top: -15px;
    right: -15px;
    text-align: center;
    font-size: 15px;
}

.main-btn-circle {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 40px;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.main-btn-circle:hover {
    -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
    -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
    box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}

.popup {
    position: fixed;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10001;
}

.popup.active {
    top: 0;
    background-color: rgba(3, 3, 3, 0.5);
    transition: background-color .6s, opacity .6s;
}

.popup .main-btn-rect {
    padding: 10px 100px;
}

.popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 150px;
    width: 550px;
    padding: 25px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 50px rgb(0 0 0 / 30%);
    box-shadow: 0 10px 50px rgb(0 0 0 / 30%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transition: margin .6s;
    -webkit-transition: margin .6s;
    -moz-transition: margin .6s;
    -o-transition: margin .6s;
    border-radius: 35px;
}

.popup.active .popup-content {
    margin-top: 0px;
}

.popup-content h6 {
    display: table;
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
    text-transform: uppercase;
    font-weight: 100;
}

#registration-english {
    display: none;
}

#registration-dutch {
    display: none;
}

#contact-dutch {
    display: none;
}

#contact-english {
    display: none;
}

.display-none {
    display: none;
}

@media (max-width: 768px) {
    .video-position {
        position: static;
        height: 300px;
        padding: 0;
    }

    #mobile-responsive-width {
        width: 100%;
    }

    .header-body-bg {
        height: auto;
    }

    .use-for-right-section {
        padding-top: 0;
    }

    .use-for-height {
        height: auto;
    }

    h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        font-family: 'Comfortaa', cursive;
        line-height: 38px;
        text-transform: none;
        letter-spacing: 0px;
        color: #00ACFF;
    }

    .why-codi-container {
        width: 100% !important;
    }

    .who-are-we-img {
        background: none;
    }

    .popup-content {
        width: 90% !important;
    }
}
