
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* CSS */


body, * {
    font-family: "Barlow", sans-serif;
}

.container-fluid {
    position: relative;
}

.container-full-size {
    padding-left: 0 !important;
    right: 0 !important;
}

.main-menu.container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding-left: 45px;
    padding-right: 45px;
}

.menu-links {
    width: 100%;
    text-align: center;
    position: relative;
}

body {
    background: #ECF2F9;
}

.menu-links a {
    margin: 10px;
    font-weight: 600;
    color: black;
    font-size: 13px;
}

.aktif-link-gostergesi {
    position: absolute;
    bottom: -7px;
    height: 3px;
    background: #0877BC;
    width: 10px;
}

a:hover {
    text-decoration: none;
}

a.active-link {
    border-bottom: 3px solid #0877bc;
    padding-bottom: 7px;
}

.get-demo {
    display: contents;
    padding-right: 100px;
}

.get-demo-outer {
    height: 34px;
    width: 120px;
    margin-right: 20px;
    background: linear-gradient(360deg, rgba(255,255,255,1) 44%, rgba(54,54,54,1) 100%);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0px 4px 20px #80767621;
    color: #212529;
}

.get-demo-inner {
    height: 32px;
    width: 118px;
    background: white;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    letter-spacing: 0.045em;
    font-family: 'Barlow Condensed', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-bottom {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
}

h1.menu-bottom-head {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 75px;
    line-height: 85.4%;
}

    h1.menu-bottom-head b {
        font-family: 'Barlow Condensed', sans-serif;
    }

.menu-bottom .row {
    position: relative;
    display: flex;
}

.menu-bottom-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    height: fit-content;
    width: 100%;
    padding-right: 100px;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 93.9%;
    /* or 19px */
    text-align: right;
    letter-spacing: 0.02em;
    color: #696969;
}

.menu-bottom row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.menu-bottom-desc b {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 93.9%;
    /* or 19px */
    text-align: right;
    letter-spacing: 0.02em;
    color: #3753B3;
}

.slider-card {
    position: absolute;
    width: 394px;
    height: 138px;
    left: 0px;
    top: 0;
    background: #ecf2f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 50px;
    z-index: 1;
}

.slider-top {
    position: relative;
    margin-top: 50px;
    border-bottom: 6px solid rgba(7, 79, 111, 0.26);
}

.menu-bottom-desc {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(86, 86, 86, 0.12);
    padding-right: 0;
    width: calc(100% - 100px);
}

.slider-card-text {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 85.4%;
    /* or 16px */
    color: #000000;
}

img.ok-asagi {
    transform: rotate(90deg);
}

.slider-card-top-mavi-border {
    position: absolute;
    top: -10px;
    left: 100px;
    width: 63px;
    height: 1px;
    background: #0877BC;
}

.headers-bordered {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 85.4%;
    /* identical to box height, or 12px */
    letter-spacing: 0.225em;
    color: #000000;
    padding-bottom: 8px;
    max-width: fit-content;
    border-bottom: 1px solid #0877BC;
    margin-bottom: 50px;
}

.card-head {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 85.4%;
    /* or 16px */
    color: #000000;
    opacity: 0.7;
    /* text-align: center; */
    position: relative;
}

.card-head-alt {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 85.4%;
    /* or 16px */
    color: #000000;
    opacity: 0.7;
    /* text-align: center; */
}

.home-platform-cards {
    text-align: center;
    padding: 0px 50px;
}

.card-description {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /* or 12px */
    /* text-align: center; */
    letter-spacing: 0.03em;
    color: #000000;
}

.card-head-dekor {
    width: 18px;
    height: 1px;
    background: black;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -10px;
}

.card-icon {
    /* text-align: center; */
    margin-top: 20px;
    margin-bottom: 15px;
}

.margin-top {
    margin-top: 30px;
}

.card-head-alt {
    min-height: 16px;
}

.full-width-content {
    padding-top: 100px;
}

.wide-card {
    text-align: center;
    background: #ECF2F9;
    box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.04);
    border-radius: 14px;
    padding-top: 60px;
    padding-bottom: 81px;
    position: absolute;
    top: -165px;
    left: 50%;
    width: 900px;
    transform: translateX(-50%);
}

h2.wide-card-head {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 85.4%;
    /* or 51px */
    text-align: center;
    color: #000000;
    margin-bottom: 32px;
}

p.wide-card-p {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 85.4%;
    /* or 17px */
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
}

.wide-card-blue-button {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 85.4%;
    /* or 15px */
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    background: linear-gradient(180deg, #0B85D0 0%, #3753B3 100%);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: none;
    height: 51px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    padding: 16px 30px;
}

.full-width-content.hawai-box {
    position: relative;
}

.container.too-much-padding-top {
    padding-top: 254px;
}

.container.mid-much-padding-top {
    padding-top: 164px;
}

.wide-card-dekor {
    background: #2D60BB;
    width: 86px;
    height: 7px;
    position: absolute;
    top: -1;
    left: 100px;
    z-index: 1;
}

h3.low-width {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 90.4%;
    /* or 36px */
    color: #000000;
    max-width: 419;
}


h3.mid-width {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 90.4%;
    /* or 36px */
    color: #000000;
    max-width: 700px;
}

p.hawai-box-p {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    /* or 17px */
    letter-spacing: 0.03em;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 40px;
}

.d-flex {
    display: flex;
}

.justify-top {
    align-items: flex-start;
}

.title-numbers {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 85.4%;
    /* identical to box height, or 17px */
    letter-spacing: 0.03em;
    color: #000000;
    margin-right: 20px;
    padding-top: 3px;
    position: relative;
}

.numbers-with-titles {
    margin-bottom: 20px;
}

.hawai-box-titles b {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 85.4%;
    /* identical to box height, or 17px */
    letter-spacing: 0.03em;
    color: #000000;
}

.title-low {
    margin-top: 10px;
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    /* or 15px */
    letter-spacing: 0.03em;
    color: #000000;
}

.title-numbers-dekor-dikine {
    position: absolute;
    height: 17px;
    width: 4px;
    background: #2D60BB;
    left: -10px;
    top: -10px;
}

.title-numbers-dekor-yatay {
    position: absolute;
    height: 4;
    width: 17;
    background: #2D60BB;
    left: 50%;
    transform: translateX(-50%);
    top: -6px;
}

.low-code-first {
    padding-bottom: 80px;
    margin-bottom: 70px;
    border-bottom: 1px solid #d6d6d6;
}

.title-numbers-dekor-dikine.orange-dikine {
    background: #F05659;
}

.title-low {
    max-width: 290px;
}


footer {
    background: #F9FBFD;
    padding-top: 50px;
    color: #797979;
    padding-bottom: 50px;
}

    footer .container {
        padding-top: 50px;
        border-top: 1px solid rgba(45, 96, 187, 0.15);
    }

a.footer-copy-links.terms {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.045em;
    color: #797979;
    padding-right: 5px;
    border-right: 1px solid #BABABA;
    margin-right: 5px;
}

a.footer-copy-links.privacy {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.045em;
    color: #797979;
}

.footer-logo-section {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.045em;
    color: #797979;
}

    .footer-logo-section b {
        color: #3753B3;
        font-weight: 700;
        font-size: 13px;
    }

    .footer-logo-section img {
        margin-bottom: 50px;
    }

.footer-links-section a {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.045em;
    color: #000000;
}

.container.wide-card.wide-card-purple {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-bottom: -20px;
    margin-top: 100px;
}

.wide-card-bg-image img {
    width: 100%;
    height: 100%;
}

.wide-card-bg-image {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.wide-card-purple h2.wide-card-head {
    position: relative;
    color: white;
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 93.9%;
    /* or 47px */

    text-align: center;
    letter-spacing: -0.015em;
    color: #FFFFFF;
}

.wide-card-purple p.wide-card-p {
    position: relative;
    color: white;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 104.9%;
    /* or 26px */

    text-align: center;
    color: #FFFFFF;
}

.wide-card-bg-image {
    border-radius: 14px;
    overflow: hidden;
    top: 0;
    left: 0;
}

.container.wide-card.wide-card-purple .wide-card-dekor {
    top: -7px;
}

.wide-card-bg-image {
    border-radius: 14px;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 0;
}

.container.wide-card.wide-card-purple .wide-card-dekor {
    top: -7px;
}

.container.wide-card.wide-card-purple .wide-card-blue-button {
    background: linear-gradient(180deg, #71166C 0%, #3A0688 100%);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
    width: 172px;
    padding: 11px 30px;
}

.footer-dekor {
    position: absolute;
    width: 43px;
    height: 6px;
    background: #2D60BB;
    top: -6px;
    left: 0;
}

footer .container {
    position: relative;
}

.home-platform-cards.left-aligned {
    text-align: left !important;
    padding-left: 15px;
    padding-right: 100px;
}

.left-aligned .card-head-dekor {
    left: 0;
    transform: none;
}

.card-icon {
    min-height: 75px;
}

.left-aligned .card-description {
    max-width: 220px;
    min-height: 110px;
}

.left-aligned .card-description-long {
    min-height: 210px;
}

.card-btn {
    /* margin-top: 50px; */
}

button.card-learn-more {
    background: linear-gradient(180deg, #0B85D0 0%, #3753B3 100%);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    color: white;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 85.4%;
    /* or 15px */
    text-align: center;
    letter-spacing: 0.03em;
    border: none;
    width: 126px;
    height: 35px;
}

    button.card-learn-more.card-btn-dark {
        background: linear-gradient(180deg, #114B70 0%, #162453 100%);
    }

.nav-tabs li {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 97.4%;
    /* or 19px */
    letter-spacing: 0.03em;
}

.nav-tabs.nav-justified > li > a {
    border-bottom: none;
    border: none;
}

button.tab-btn {
    background: none;
    margin: 0px 20px;
    border: none;
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 97.4%;
    /* or 19px */
    letter-spacing: 0.03em;
    color: gray;
    border-bottom: 3px solid transparent;
    padding: 0;
    padding-bottom: 7px;
}

    button.tab-btn.active {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 97.4%;
        /* or 19px */
        letter-spacing: 0.03em;
        color: #2D60BB;
        border-bottom: 3px solid #2D60BB;
    }

h1.menu-bottom-head {
    padding-left: 45px;
}

.hawai-box {
    background: #ECF2F9;
}

.no-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tab-btns.nav {
    text-align: left;
    margin-top: 60px;
}

.left-aligned {
    text-align: left !important;
}

.wide-card .d-flex {
    padding-left: 50px;
}

.wide-card .flexbox-left {
    padding-top: 30px;
    padding-right: 30px;
}

h2.wide-card-head.left-aligned {
    font-size: 50px;
}

button.tab-btn:nth-child(1) {
    margin-left: 0;
}

.flextabs-img {
    display: none;
    min-height: 100%;
    width: auto;
}

    .flextabs-img.active {
        display: block;
    }

.big-bubble {
    background: linear-gradient(180deg, #C4C4C4 0%, rgba(196, 196, 196, 0) 100%);
    border: 1px dashed #FFFFFF;
    backdrop-filter: blur(5px);
    width: 170px;
    height: 170px;
    position: absolute;
    border-radius: 500px;
    top: -30px;
    left: -30px;
}

.flexbox-right {
    position: relative;
}

.small-bubble {
    background: linear-gradient(180deg, #C4C4C4 0%, rgba(196, 196, 196, 0) 100%);
    border: 1px dashed #FFFFFF;
    backdrop-filter: blur(5px);
    width: 90px;
    height: 90px;
    position: absolute;
    border-radius: 500px;
    bottom: 80px;
    right: -35px;
}

.tab-content {
    max-width: 550px;
}

h3.tab-content {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    /* or 20px */
    color: #000000;
    opacity: 0.7;
    margin-top: 60px;
}

p.tab-content {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 126.4%;
    /* or 20px */
    letter-spacing: 0.07em;
    color: #000000;
    margin-bottom: 50px;
}

.margin-right {
    margin-right: 10px;
}

p.low-size {
    font-size: 18px;
}

p.hawai-box-p.low-size {
    font-size: 18px;
}

a.hawai-box-link img {
    margin-left: 20px;
}

a.hawai-box-link {
    font-weight: 600;
}

.widecard.widecard-purple.left-aligned.doubled-widecard {
    /* background: black; */
    color: white;
    padding: 40px;
    position: relative;
    border-radius: 14px;
    box-shadow: 0px 20px 20px rgb(0 0 0 / 9%);
    padding-left: 80px;
}

.flexbox-left-short {
    width: 20%;
    position: relative;
}

.flexbox-right-long {
    width: 80%;
    position: relative;
    padding: 20px;
}



.background-rounded {
    background: linear-gradient(180deg, #3753B3 0%, #000B32 100%);
    border-radius: 35px;
    position: absolute;
    left: 20px;
    width: calc(100% - 20px);
    height: 80%;
    top: 10%;
}

.d-flex {
    position: relative;
}

.doubled-widecard h2.wide-card-head {
    color: white;
    text-align: left;
    font-size: 50px;
    position: relative;
}

.doubled-widecard p.wide-card-p {
    color: white;
    text-align: left;
    max-width: 800px;
    font-size: 25px;
    line-height: 104.9%;
    margin-bottom: 60px;
    position: relative;
}

.flexbox-left-short img {
    position: absolute;
    right: -200px;
    mix-blend-mode: lighten;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.doubled-widecard button.wide-card-blue-button {
    background: linear-gradient(180deg, #71166C 0%, #3A0688 100%);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 212px;
}

.doubled-widecard:nth-child(1) {
    margin-bottom: 10px;
}

.center-align {
    text-align: center;
}

    .center-align h3.low-width {
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

.center-align {
    margin-top: 100px;
    margin-bottom: 50px;
    position: relative;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.big-quote {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: -50px;
}

button.top-footer-btn {
    background: linear-gradient(180deg, #0B85D0 0%, #3753B3 100%);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    border: none;
    color: white;
    padding: 20px 40px;
    font-size: 18px;
    line-height: 85.4%;
    /* or 15px */
    text-align: center;
    letter-spacing: 0.03em;
}

.watch-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #0877BC 0%, rgba(8, 119, 188, 0.1) 100%);
    box-shadow: inset 0px 4px 30px rgba(0, 0, 0, 0.39);
    backdrop-filter: blur(4px);
}

.watch-video-btn {
    font-weight: 600;
    font-size: 20px;
    line-height: 85.4%;
    /* identical to box height, or 17px */
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

    .watch-video-btn img {
        margin-right: 20px;
    }

p.hawai-box-p.solution-page {
    max-width: 600px;
}

.solutions-bordered-wrapper .card-head-alt {
    margin-bottom: 20px;
    color: #3753B3;
}


.solutions-bordered-wrapper .card-icon {
    /* margin-bottom: 30px; */
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.solutions-bordered-wrapper {
    padding: 20px;
    border: 5px solid #3a0688;
    border-radius: 14px;
}

.relative-box {
    position: relative;
}

.sol-sifir-dekor {
    width: 20px;
    height: 86px;
    background: #2D60BB;
    position: absolute;
    left: 0;
    top: 200px;
}

.solutions-card {
    background: #FFFFFF;
    border-radius: 20px 20px 0px 20px;
}

.padding-top {
    padding-top: 100px !important;
}

.solutions-carousel {
    margin-bottom: 50px;
    padding: 10px;
}

.solution-card-img {
    max-height: 120px;
    padding-bottom: 40px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.solution-card-index {
    position: absolute;
    left: 20px;
    width: 30px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #303030;
    font-weight: 700;
    font-size: 25px;
    line-height: 85.4%;
    /* or 21px */
    color: #FFFFFF;
    top: -3px;
}

.solutions-card {
    position: relative;
    width: 240px;
    padding-bottom: 40px;
}

.solution-card-title {
    max-width: 150px;
    margin-left: auto;
    padding-top: 20px;
    min-height: 60px;
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 85.4%;
    /* identical to box height, or 14px */
    color: #000000;
    padding-right: 20px;
}

.solution-card-img img {
    max-height: 100%;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
}

hr.solution-card-hr {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.solution-card-context {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 85.4%;
    /* or 14px */
    color: #000000;
    opacity: 0.7;
    max-width: 150px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.solutions-card {
    cursor: pointer;
    transition: all 0.2s;
}

    .solutions-card:hover {
        box-shadow: 0px 0px 10px #00000052;
        background: #2F2F2F;
    }

        .solutions-card:hover .solution-card-index {
            background: white;
            color: #2F2F2F
        }

        .solutions-card:hover .solution-card-title {
            color: white !important;
        }

        .solutions-card:hover .solution-card-context {
            color: white !important;
        }

        .solutions-card:hover .solution-card-img {
            opacity: 0;
        }

.absolute-carousel-wrapper {
    width: calc(100% + ((100vw - 100%) / 2));
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 29px !important;
    height: 8px !important;
    background: #0E0E0E !important;
    border-radius: 4px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 58px !important;
    height: 8px !important;
    background: #3753B3 !important;
    border-radius: 4px !important;
}

.absolute-carousel-wrapper {
}

span.ozellikler-maddeler {
    position: relative;
    display: block;
}

    span.ozellikler-maddeler i {
        position: absolute;
        top: 7px;
        left: -30px;
    }

p.low-width {
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 50px;
    width: 70%;
    margin: auto;
}

button.wide-card-blue-button img {
    margin-left: 30px;
}

.gray-divider {
    opacity: 0.2;
    border: 1px solid #000000;
}

.center-aligned {
    text-align: center;
}

    .center-aligned h3, .center-aligned p {
        margin-left: auto;
        margin-right: auto;
    }

    .center-aligned p {
        max-width: 500px;
    }

p.hawai-box-p b {
    color: #3753B3;
}

.black-watch-video {
    margin-left: 50px;
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 85.4%;
    /* identical to box height, or 17px */
    color: #000000;
    margin-right: 130px;
    cursor: pointer;
}

    .black-watch-video img {
        margin-right: 20px;
    }

.blue-box {
    height: 452px;
    background: linear-gradient(89.84deg, #3753B3 0.13%, #1486CC 102.66%);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.32);
    border-radius: 0px 30px 0px 54px;
    width: 100%;
}

    .blue-box h2 {
        /* Features Navigation */
        font-family: 'Barlow Condensed';
        font-style: normal;
        font-weight: 500;
        font-size: 21px;
        line-height: 85.4%;
        /* or 17px */
        margin-left: 30px;
        margin-top: 50px;
        color: #FFFFFF;
    }

    .blue-box ul {
        list-style-type: none;
        padding-left: 0;
        margin-top: 60px;
        margin-left: 20px;
    }

.web-api-desc-box {
    background-image: url('/uploads/createrun/assets/media/wall2.jpg');
    background-size: 100%;
    height: 323px;
    padding: 112px;
    border-radius: 14px;
    position: relative;
}

.web-api-desc-box-short {
    background-image: url('/uploads/createrun/assets/media/wall2.jpg');
    background-size: 100%;
    height: 173px;
    padding: 62px;
    border-radius: 14px;
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.blue-box li {
    padding: 10px;
    color: white;
    font-size: 18px;
}

    .blue-box li:hover {
        background: linear-gradient(180deg, #002295 0%, rgba(7, 17, 51, 0.76) 100%);
        border-radius: 7px;
        cursor: pointer;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: linear-gradient(180deg, #002295 0%, rgba(7, 17, 51, 0.76) 100%);
    border-radius: 7px;
    cursor: pointer;
}

.nav-pills .nav-link {
    padding: 10px;
    color: white;
    font-size: 18px;
}


.navigation {
    margin-left: 20px;
    margin-top: 60px;
}

    .navigation a {
        padding-left: 25px !important;
    }

.vectorimg {
    position: absolute;
    top: 40px;
    left: 34px;
    width: 28px;
}

.lineimg {
    position: absolute;
    top: 80px;
    left: 47.5px;
    border-left: 1px solid #ffffff69;
    height: 33px;
}

.lineimg2 {
    position: absolute;
    top: 140px;
    left: 47.5px;
    border-left: 1px solid #ffffff69;
    height: 270px;
}

.accordion {
    width: 100% !important;
    margin-top: 0;
}

    .accordion .card {
        background: transparent;
        border: 0px;
        padding: 0;
    }

        .accordion .card .card-header {
            padding: 16px;
            border: 0px;
            margin-bottom: 0px !important;
            border-bottom: 1px solid #ffffff29;
            background-color: transparent;
        }

            .accordion .card .card-header h2 {
                margin: 0px;
                font-size: 20px;
            }

                .accordion .card .card-header h2 button {
                    font-size: 20px;
                    font-family: 'Barlow Condensed';
                    font-style: normal;
                    font-weight: 500;
                    color: #D6D6D6;
                }

    .accordion .card-header:after {
        font-family: 'FontAwesome';
        content: "\f068";
        float: right;
        color: white;
        font-size: 14px;
        margin-top: 6px;
    }

    .accordion .card-header.collapsed:after {
        /* symbol for "collapsed" panels */
        content: "\f067";
        color: white;
        font-size: 14px;
        margin-top: 6px;
    }


.navigationtabs .tab-content::-webkit-scrollbar {
    width: 8px;
}

.navigationtabs .tab-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #0f6aa7;
    border-radius: 10px;
}

.navigationtabs .tab-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px #fff;
}

.navigationtabs .tab-content {
    max-width: 90% !important;
    width: 90% !important;
    overflow: auto;
    position: absolute;
    height: 372px;
    top: 45px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}


.accordion .card-header .card-title {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #D6D6D6;
}

    .accordion .card-header .card-title:hover {
        text-decoration: none !important;
        cursor: pointer;
    }

.card-body p {
    color: white;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 0px;
}

.ft-bar {
    margin-top: 310px;
    background: transparent;
}

.white-container {
    background: #F9FBFD !important;
}

.gray-container {
    background-color: #ECF2F9 !important;
}

.linear-container {
    background: linear-gradient(358deg, rgb(255 255 255) 70%, #ecf2f9 95%);
}

.Predictive {
    padding-bottom: 240px;
}

.pd-t-1 {
    padding-top: 1px !important;
}


.linear-container {
    background: linear-gradient(358deg, rgb(255 255 255) 70%, #ecf2f9 95%);
}

.Predictive {
    padding-bottom: 212px;
}

.pd-t-1 {
    padding-top: 1px !important;
}

.low-code-first img {
    float: right;
}

.low-code-first img {
    float: right;
}

.pricing-box {
    border-radius: 4px;
    height: 86px;
    text-align: center;
    color: white;
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
}

.pblue-box {
    background: #0084D6;
    border-radius: 4px;
    height: 86px;
    padding-top: 18px;
    text-align: left;
    padding-left: 45px !important;
}

    .pblue-box span {
        font-family: 'Barlow Condensed';
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        color: #FFFFFF;
    }

.free-box {
    background: linear-gradient(180deg, #124869 0%, #3753B3 100%);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
}

    .free-box h4 {
        margin-top: 14px;
        margin-bottom: 0;
    }

    .free-box span {
        margin-top: 10px;
        font-size: 15px;
        line-height: 16px;
        font-weight: 300;
    }

.cloud-box {
    background: linear-gradient(180deg, #0E176A 0%, rgba(160, 19, 183, 0.66) 100%);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
}

    .cloud-box h4 {
        margin-top: 14px;
        margin-bottom: 0px;
    }

    .cloud-box span {
        font-weight: 500;
        font-size: 19px;
    }

.premise-box {
    background: linear-gradient(180deg, #8C3636 0%, #5B6480 100%);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
}

    .premise-box span {
        font-weight: 500;
        font-size: 19px;
    }

    .premise-box h4 {
        margin-top: 14px;
        margin-bottom: 0;
    }

.pblue-box-dark-child {
    background: rgba(13, 132, 208, 0.08);
    color: black !important;
    display: flex;
}

.text-left {
    text-align: left !important;
}

.pblue-box-dark-child div {
    padding-top: 25px;
    padding-left: 20px;
    font-size: 24px;
    font-weight: 500;
}

.pricing-box-img-first {
    width: 25px;
    margin-left: 21px;
    color: #ec0f0f;
}

.pricing-box-icon {
    width: 14px;
    margin: auto;
}

.pblue-box-light-child {
    display: flex;
}

.text-center {
    text-align: center;
}

.pricing-box-button {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 300 !important;
    font-size: 18px;
}

.pricing-subject-box {
    padding-top: 100px;
}

    .pricing-subject-box h4 {
        font-family: 'Barlow Semi Condensed';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 111.9%;
        /* or 27px */
        text-align: center !important;
        color: #000000;
        width: 70%;
        margin: auto;
        opacity: 0.7;
        position: relative;
    }

    .pricing-subject-box h5 {
        padding-top: 10px;
        font-family: 'Barlow Semi Condensed';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 111.9%;
        /* or 18px */

        text-align: center;
        color: #000000;
        opacity: 0.7;
    }

.main {
    padding-top: 100px;
}

.free-day-box h2 {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 85.4%;
    /* or 34px */


    color: #000000;
}

.free-day-box span {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    opacity: 0.7;
}

.free-day-box ul {
    list-style: none;
    padding-left: 0px;
    padding-top: 20px;
}

    .free-day-box ul li {
        font-family: 'Barlow Semi Condensed';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 103.9%;
        color: #000000;
        padding-top: 15px;
        padding-bottom: 15px;
        position: relative;
    }

        .free-day-box ul li img {
            margin-right: 10px;
            position: absolute;
            left: -40px;
            top: 21px;
        }

.register-box h4 {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 85.4%;
    padding-bottom: 50px;
    /* identical to box height, or 26px */


    color: #000000;
}

.input-default {
    margin-top: 8px;
    margin-bottom: 8px;
}

.create-input-class {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 103.9%;
    width: 100%;
    padding-left: 26px;
    color: black;
    height: 55px;
    border: double 2px transparent;
    border-radius: 14px;
    background-image: linear-gradient(#ecf2f9, #ecf2f9), linear-gradient(to right, #3753B3,#8F0AA8, #058BDE, #3A0688, #3753B3);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

    .create-input-class::-webkit-input-placeholder { /* Edge */
        color: black;
        opacity: 0.4;
    }

    .create-input-class:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: black;
        opacity: 0.4;
    }

form {
    margin: 0;
}

.create-input-class::placeholder {
    color: black;
    opacity: 0.4;
}


.regular-checkbox {
    display: none;
}

    .regular-checkbox + label {
        background-color: #fafafa;
        border: 1px solid #cacece;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
        border-radius: 33px;
        display: block;
        position: relative;
        background: #D8DDED;
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        width: 25px;
        height: 25px !important;
        min-width: 25px;
        min-height: 25px;
    }

        .regular-checkbox + label:active, .regular-checkbox:checked + label:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

    .regular-checkbox:checked + label {
        background-color: #e9ecee;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #99a1a7;
    }

        .regular-checkbox:checked + label:after {
            content: '\2714';
            font-size: 14px;
            position: absolute;
            top: 0px;
            left: 3px;
            color: #99a1a7;
        }

.checkbox-label {
    font-family: 'Barlow Semi Condensed';
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    line-height: 103.9%;
    /* identical to box height, or 21px */


    color: #000000;
    opacity: 0.7;
    padding-left: 20px;
}

.the-platform-box {
    padding-bottom: 300px;
}

.develop-modular div:last-child {
    padding-left: 0px;
}

.purple-btn {
    height: 44px;
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 500;
    border: 0;
    padding: 0px 20px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    background: linear-gradient(180deg, #9380C3 0%, #6064BA 55.21%, #801AD0 100%);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.why-box {
    padding-top: 200px;
    padding-bottom: 30px;
}

.text-right {
    text-align: right;
}

.margin-top-box {
    margin-top: 100px;
}


button.nav-link {
    background: none;
    margin: 0px 20px;
    border: none;
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 97.4%;
    /* or 19px */
    letter-spacing: 0.03em;
    color: gray;
    border-bottom: 3px solid transparent;
    padding: 0;
    padding-bottom: 7px;
}

    button.nav-link.active {
        background: none;
        margin: 0px 20px;
        border: none;
        font-family: 'Barlow Semi Condensed';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 97.4%;
        /* or 19px */
        background: transparent !important;
        padding: 0;
        padding-bottom: 7px;
        letter-spacing: 0.03em;
        color: #2D60BB;
        border-bottom: 3px solid #2D60BB;
        border-color: #2D60BB !important;
    }

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background: linear-gradient(180deg, #0B85D0 0%, #3753B3 100%);
}

body.header-fixed {
    padding-top: 100px;
}

.fixed .logo img {
    filter: brightness(50);
}

.fixed .menu-links a {
    color: white;
}

    .fixed .menu-links a.active-link {
        border-bottom: 3px solid white;
    }

.slider-card:hover {
    transform: scale(1.05);
}

.slider-card {
    cursor: pointer;
    transition: all 0.2s;
}

.menu-links a:hover {
    text-decoration: none;
}

.menu-links.mobile-links a {
    color: black !important;
}


.slider-top {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 400px) and (max-width: 768px) {
    .col-sm-9 {
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .left-aligned .card-description {
        min-height: auto !important;
    }
}


.footer-links-section {
    padding-top: 10px
}
