/*! slider start */
.swiper {
    height: 550px;
    width: 100%;
}

.swiper-slide img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
    color: #565656;
    font-size: 40px;
    font-weight: normal
}

.swiper .swiper-button-prev {
    left: 10%;
}

.swiper .swiper-button-next {
    right: 10%;
}
/*! slider end */

/*? about start */
.about-section {
    display: flex;
    gap: 70px;
    min-height: 900px;
    padding-top: 100px;
}

.about-section .about-image {
    display: flex;
    justify-content: end;
    align-items: start;
    width: 50%;
    height: auto;
}

.about-section .about-image img {
    height: 65%;
}

.about-container {
    width: 50%;
}

.about-content {
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: start;
    height: 100%;
    width: 100%;
}

.about-title .about-subtitle {
    font-size: 33px;
    color: #1e88c9;
}

.about-title .about-main-title {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 2px;
}

.about-description {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 518px;
}

.about-description .description-text {
    letter-spacing: 1px;
    line-height: 28px;
}

.about-description .description-text:last-child {
    margin-bottom: 30px;
}

.about-therapies {
    display: flex;
    gap: 15px;
}

.about-therapies .therapy-item,
.about-therapies .therapy-item-alt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 10px 12px 20px;
    background-color: #f4ffe2;
    width: 220px;
    text-decoration: none;
    color: black;
    border: 1px solid #88bd50;
}

.about-therapies .therapy-item-alt {
    background-color: #ffe8d3;
    border: 1px solid #e67206;
}

.about-therapies .therapy-item:hover {
    background-color: #eef5da;
}

.about-therapies .therapy-item-alt:hover {
    background-color: #f8d6b7;
}

.about-therapies .therapy-item p,
.about-therapies .therapy-item-alt p {
    padding-top: 8px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

@media (max-width:1200px) {
    .about-section .about-image img {
        height: 60%;
    }

    .about-title .about-subtitle {
        font-size: 30px;
    }

    .about-title .about-main-title {
        font-size: 35px;
    }

    .about-description {
        width: 466px;
    }

    .about-description .description-text {
        line-height: 24px;
    }

    .about-therapies {
        gap: 15px;
    }

    .about-therapies .therapy-item,
    .about-therapies .therapy-item-alt {
        padding: 10px 8px 10px 16px;
        width: 200px;
    }

    .about-therapies .therapy-item p,
    .about-therapies .therapy-item-alt p {
        padding-top: 8px;
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
    }
}

@media (max-width:1080px) {
    .about-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 50px 0px;
        width: 100%;
        gap: 0px;
    }

    .about-section .about-image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50%;
        width: auto;
    }

    .about-section .about-image img {
        display: block;
        margin-bottom: 50px;
        height: 400px;
    }

    .about-container {
        height: auto;
        width: 100%;
    }

    .about-content {
        display: flex;
        align-items: center;
    }

    .about-title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-title .about-subtitle {
        font-size: 25px;
    }

    .about-title .about-main-title {
        font-size: 30px;
    }

    .about-description {
        width: 460px;
    }

    .about-description .description-text {
        line-height: 24px;
    }

    .about-therapies {
        gap: 10px;
    }

    .about-therapies .therapy-item,
    .about-therapies .therapy-item-alt {
        padding: 9px 7px 9px 15px;
        width: 200px;
    }

    .about-therapies .therapy-item p,
    .about-therapies .therapy-item-alt p {
        padding-top: 8px;
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
    }
}

@media (max-width:600px) {
    .about-section .about-image img {
        display: block;
        height: 350px;
    }
}

@media (max-width:500px) {
    .about-section {
        display: flex;
        justify-content: center;
        gap: 20px;
        height: auto;
    }

    .about-section .about-image img {
        display: block;
        height: 300px;
    }

    .about-title .about-subtitle {
        font-size: 20px;
    }

    .about-title .about-main-title {
        font-size: 25px;
    }

    .about-description {
        width: 90%;
    }

    .about-description .description-text {
        font-size: 14px;
    }

    .about-therapies {
        display: flex;
        width: 95%;
        justify-content: space-around;
    }

    .about-therapies .therapy-item,
    .about-therapies .therapy-item-alt {
        padding: 7px 0px 7px 13px;
        width: 140px;
    }

    .about-therapies .therapy-item h2,
    .about-therapies .therapy-item-alt h2 {
        font-size: 16px;
    }

    .about-therapies .therapy-item p,
    .about-therapies .therapy-item-alt p {
        padding-top: 5px;
        font-size: 13px;
        line-height: 16px;
        font-weight: 500;
    }
}
/*? about end */

/*services start*/
.services-section {
    background-color: #f5f5f5;
    height: auto;
    width: 100%;
    padding-bottom: 50px;
}

.services-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 180px;
}

.services-header .services-title {
    color: #1e88c9;
    font-size: 30px;
    letter-spacing: 2px;
}

.services-header .services-subtitle {
    color: #565656;
    font-size: 25px;
    margin-top: 5px;
}

.service-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 35px;
}

.service-wrapper .service-card {
    height: 440px;
    width: 310px;
}

.service-wrapper a:hover {
    transform: scale(1.04);
    transition: transform 0.3s;
}

.service-wrapper a:hover .service-detail span,
.service-wrapper a:hover .service-detail i {
    color: #1e88c9;
}

.service-wrapper a {
    height: 450px;
    width: 34%;
    text-decoration: none;
    background-color: #ffffff;
    color: #000000;
}

.service-wrapper .service-itemm {
    background-image: url(/images/hizmet-bg.png);
    background-repeat: no-repeat;
}

.service-wrapper .service-item {
    position: relative;
}

.service-wrapper .service-item::before {
    content: '';
    background-image: url(/images/hizmet-bg.png);
    background-repeat: no-repeat;
    background-size: 75% 25%;
    background-position: start;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: 0;
}

.service-wrapper .service-item:hover::before {
    opacity: 1;
}

.service-wrapper .service-item>* {
    position: relative;
}

.service-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-image img {
    height: 170px;
    padding: 50px 0px 20px 0px;
}

.service-content .service-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-content .service-description p {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    width: 74%;
    height: 100px;
    color: #565656;
    border-bottom: 1px solid #565656;
    letter-spacing: 1px;
    line-height: 20px;
}

.service-item .service-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 63px;
}

.service-item .service-detail span {
    margin-right: 10px;
}

@media (max-width:1030px) {
    .service-wrapper .service-card {
        height: 430px;
        width: 280px;
    }
}

@media (max-width:768px) {
    .service-wrapper {
        gap: 20px;
    }

    .services-header .services-title {
        font-size: 25px;
    }

    .services-header .services-subtitle {
        font-size: 20px;
    }

    .service-wrapper .service-card {
        height: 410px;
        width: 250px;
    }

    .service-image img {
        height: 150px;
        padding: 50px 0px 20px 0px;
    }

    .service-content .service-description h1 {
        font-size: 20px;
    }

    .service-content .service-description p {
        font-size: 11px;
    }
}
/*services end*/

/*! galeri start */
.galeri-section {
    width: 100%;
    height: auto;
}

.galeri-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.galeri-header .galeri-title {
    color: #1e88c9;
    font-size: 30px;
    letter-spacing: 2px;
}

.galeri-header .galeri-subtitle {
    color: #565656;
    font-size: 25px;
    margin-top: 5px;
}

.galeri-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
}

.galeri-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.galeri-image-item {
    position: relative;
}

.galeri-wrapper .galeri-image-item img {
    display: block;
    height: 230px;
    width: 240px;
    object-fit: cover;
}

.galeri-wrapper .galeri-image-item img:hover {
    transform: scale(1.04);
    transition: transform 0.3s;
}

@media (max-width:900px) {
    .galeri-wrapper .galeri-image-item img {
        height: 210px;
        width: 220px;
    }
}

@media (max-width:768px) {
    .galeri-wrapper .galeri-image-item img {
        height: 200px;
        width: 210px;
    }

    .galeri-header .galeri-title {
        font-size: 25px;
    }

    .galeri-header .galeri-subtitle {
        font-size: 20px;
    }
}

@media (max-width:550px) {
    .galeri-wrapper .galeri-image-item img {
        height: 130px;
        width: 140px;
    }

    .galeri-wrapper {
        gap: 8px;
    }
}
/*! galeri end */