body,
html {
    padding: 0;
    margin: 0;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 100%;
}

#app {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
}

a {
    text-decoration: none;
}

header {
    color: #3AAE76;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
}

header strong {
    font-weight: 600;
    margin-right: 5px;
}

header img {
    margin-left: 20px;
}

section h1 {
    color: #313131;
    font-size: 26px;
    font-weight: 600;
}

section p {
    color: #313131;
    font-size: 18px;
    font-weight: 400;
}

section p strong {
    font-weight: 500;
}

section .rate-us {
    margin: 35px 0;
}

.cta {
    border-radius: 29px;
    background: #2B9B65;
    padding: 15px 30px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 90px;
}

.rate-us {
    display: flex;
    justify-content: center;
}

.rate-us span {
    margin: 0 10px;
}

#slider {
    width: 100%;
    padding: 0 50px;
}

#slider .swiper-slide {
    text-align: center;
    
}
.swiper-slide {
    width: 200px; /* istediğiniz genişliği belirleyin */
     /* istediğiniz yüksekliği belirleyin */
}
@media only screen and (min-width : 769px) {
    body {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .v-centered {
        max-width: 992px;
        margin: auto;
        height: auto !important;
    }

    header {
        background: url(/assets/img/header-sm.png) no-repeat center center;
        position: relative;
        max-width: 992px;
        height: 155px;
        margin: 0 auto 55px;
        color: #fff;
        align-items: baseline;
        padding: 0 !important;
    }

    header:after {
        content: '';
        position: absolute;
        background: linear-gradient(185deg, #3AAE76 2.58%, #218F5A 38.88%, #0C7743 75.16%, #056E3B 97.43%);
        mix-blend-mode: multiply;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .logo {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        display: flex !important;
        justify-content: space-between;
        align-items: end;
        padding: 0 45px;
        font-size: 26px;
        font-weight: 400;
    }

    .logo div {
        margin: 0 0 16px;
    }

    .text-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    section h1 {
        font-size: 30px;
        line-height: normal;
    }

    section p {
        font-size: 23px;
    }

    .rate-us {
        justify-content: start;
    }

    .cta {
        font-size: 18px;
        padding: 15px 50px;
        margin-top: 55px;
    }

    #slider {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width : 768px) {
    .v-centered {
      /* height: calc(100vh - 176px); */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
    .col-12.col-md-6.order-md-1 {
        width: 100%; 
    }
    .col-12.col-md-6.order-md-2 {
        width: 100%;
    }
}

@media only screen and (min-height : 780px) and (max-height : 860px) {
    header {
        padding: 40px 0;
    }

    .v-centered {
        height: calc(100vh - 136px);
    }

    .cta {
        margin-bottom: 50px;
    }
}

@media only screen and (min-height : 660px) and (max-height : 779px) {
    header {
        padding: 20px 0;
    }

    /* .v-centered {
                height: calc(100vh - 96px);
            } */



    .cta {
        margin-bottom: 30px;
    }

    section .rate-us {
        margin: 25px 0;
    }
}

@media only screen and (min-height : 600px) and (max-height : 659px) {
    header {
        padding: 10px 0;
    }

    /* .v-centered {
                height: calc(100vh - 76px);
            } */

    section h1 {
        font-size: 23px;
    }

    section p {
        font-size: 14px;
    }

    .cta {
        font-size: 14px;
        margin-bottom: 20px;
    }

    section .rate-us {
        margin: 20px 0;
    }
}

@media only screen and (max-height: 670px) {
    #slider {
        margin-bottom: 10px;
    }
}


@media only screen and (min-width : 200px) and (max-width :300px) and (min-height : 600px) and (max-height : 659px) {

    section p {
        font-size: 13px;
    }

    section .rate-us img {
        max-width: 50%;
    }
}

@media only screen and (max-device-width : 768px) and (max-device-height : 1024px) {
    .logo-mobile {
        display: block !important;
    }

    .logo-desktop {
        display: none !important;
    }

    .order-md-1 {
        order: 2 !important;
    }

    .order-md-2 {
        order: 1 !important;
    }

    .text-md-start {
        text-align: center !important;
    }

    .rate-us+.cta {
        display: block !important;
    }

    .order-md-1+.text-center>.cta {
        display: none !important;
    }
}

@media only screen and (device-width : 768px) and (device-height : 1024px) {
    #slider {
        padding: 0 0;
    }
}