﻿ 
.row {
    margin:0 !important;
}
html, body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}
.body-top {
    color: white;
    padding: 0.5vw;
    background: var(--green);
    justify-content: center;
    width: 100%;
    padding-top: 2vh;
    padding-bottom: 3vh;
}
.body-header-title {
    font-family: "Lato", sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.body-sub-title {
    font-family: sans-serif;
    font-size: 26px;
    font-weight: 200;
}
.body-text {
    font-family: sans-serif;
    font-size: 20px;
}
.body-right {
    display: flex;
    align-items: center;
}
.body-left-top {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 55%
}
#body-left-typed {
    font-family: "Lato", sans-serif;
    font-size: 32px;
    color: #ffc202;
    font-weight: 500;
}
.body-slider {
    max-height: 50%;
    max-width: 80%;
}
 
.body-top-divider {
    width: 100%;
    height: 1px;
    border: 1px dashed #FFFFFF57;
    margin: 10px 0;
}
.body-top-button {
    flex: 1 0 0%;
    display: flex;
    flex-direction: row;
    width: 40%;
    padding: 20px;
    background: var(--darkgreen);
    border-radius: 15px;
}
    .body-top-button:hover {
        border: 1px solid white;
        cursor: pointer;
        transition: transform .1s ease-in-out;
        background: var(--green);
    }
.carousel-inner {
    max-height: calc-size(calc-size(max-content, size), size - -10px) !important;
}
.widget-container {
    display:flex;
    flex-direction: row;
    justify-content: center;
}
.widget {
    display: flex;
    flex-direction: column;
    width: fit-content;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    margin: 0.5vw 0.5vw 0 0.5vw;
    max-width: 15%;
}
.widget > .widget-icon {
    color: var(--darkgreen);
    background-color: #6db566bd;
    padding: 15px;
    border-radius: 15px;
    width: fit-content;
}
.widget > .widget-icon > svg {
    height: 30px;
    width: 30px;
} 
.widget > span {
    margin-top:0.5vw;
    font-size: 16px;
    font-weight: 500;
    color: var(--darkgreen);
}
.widget > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.integrations {
    padding: 15px;
}
.slider {
    margin: 0 auto 0 auto;
    width: 75%;
 
}
.slider-item {
    padding: 20px;
    text-align: center;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    box-shadow: 8px 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 21%;
    margin: 6px;
    background: white;
    height: 350px;
}
.slider-container {
    color:white;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.slider-container > img{
    height: 100px;
    border-radius: 10px;
}
.slider-container > span {
    margin-top: 0.5vw;
    font-size: 17px;
    font-weight: 500;
    color:var(--darkgreen)
}

.slider-container > p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: black;
}

.work-item {
    padding: 20px;
    text-align: center;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    box-shadow: 8px 4px 8px rgba(0, 0, 0, 0.1);
    margin: 6px;
    background: #dcdcdc;
}

.work-step {
    background: var(--orange);
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: white;
    font-weight: bold;
    position: absolute;
    left: 8px;
}

.work-container {
    color: white;
    background: #dcdcdc;
    display: flex;
    flex-direction: column;
    align-items: start;
}

    .work-container > div > img {
        height: 20vh;
        border-radius: 10px;
    }

    .work-container > span {
        margin-top: 0.5vw;
        font-size: 1.5rem;
        font-weight: 500;
        color: black
    }

    .work-container > p {
        font-size: 15px;
        font-weight: 300;
        line-height: 24px;
        color: black;
    }
.container-scroll {
    overflow: hidden; /* browser scroll'u engelliyoruz */
}
.sticky-wrapper {
    margin: 0;
    height: 100%;
    overflow: visible; /* scroll kaldırıldı */
}
.step {
    display: flex;
    align-items: center;
    justify-content: center;
} 

.step-num {
    background: #ffcc00;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    margin: 0 auto 15px;
}
@media screen and (max-width: 1200px) {
    /* BODY BAŞLANGIÇ */
    .body-header-title {
        font-size: 22px;
    }
    .step-descp {
       order:2;
    }
    .body-sub-title {
        font-size: 17px;
    }

    .body-text {
        font-size: 15px;
        text-align: center;
    }

    .body-slider {
        max-width: 100%;
        margin: 5px 10px 0 10px;
    }

    #body-left-typed {
        font-size: 22px;
    }

    .body-left-top {
        max-width: 100%;
        align-items: center;
    }

    .body-top-button {
        width: 80%;
        padding: 12px;
    }

    /* BODY 1. SEKME */
    .widget-container {
        display: flex;
        flex-wrap: wrap;
    }

    .widget > p {
        display: none;
    }

    .widget {
        flex: 0 0 25%;
        /* max-width: 80%; */
        padding: 15px;
        /* background-color: #eee; */
        text-align: center;
        /* border: 1px solid #ccc; */
        box-sizing: border-box;
        min-width: 46% !important;
        justify-content: center;
        align-items: center;
        margin: 5px;
    }

    .slider {
        width: 100%;
    }

    .slider-item {
        height: auto;
    }
    .step .row {
        flex-direction: column;
    }

    .step .col-md-6 {
        text-align: center;
        margin-bottom: 20px;
    }
}
 

