@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
body {
    font-family: "Plus Jakarta Sans";
}

:root {
    --bg-color: #fef8ec;
}

/* header */
header {
    height: 110px;
    position: absolute;
    top: 0;
    padding-top: 20px;

    z-index: 100;
}

.fixed-header {
    position: fixed !important;
    background-color: white;
    -webkit-box-shadow: 0px 7px 5px 0px rgba(194, 194, 194, 0.199);
    -moz-box-shadow: 0px 7px 5px 0px rgba(194, 194, 194, 0.199);
    box-shadow: 0px 7px 5px 0px rgba(194, 194, 194, 0.199);
}

.fixed-header .menu {
    margin-top: 30px;
}

header .logo {
    height: 70px;
    display: inline-block;
}

header .logo img {
    height: 100%;
    margin-left: 30px;
}

header .menu {
    float: right;
    display: inline-block;
    margin-right: 30px;
    margin-top: 10px;
    cursor: pointer;
}

/* banner */

.banner {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.banner video {
    width: 100vw;
    height: calc(100vh - 20px);
    backdrop-filter: blur(10px);
    object-fit: cover;
}
.banne video {
    width: 100vw;
    height: calc(100vh - 450px);
    backdrop-filter: blur(10px);
    object-fit: cover;
}
.banner::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        279deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 94%
    );
    position: absolute;
    left: 0;
    top: 0;
}

.banner .bannerText {
    position: absolute;
    z-index: 40;
    margin-left: 10px;
    margin-top: 45vh;
}

.banner .bannerText p {
    font-size: 24px;
    font-weight: 500;
}

.banner .bannerText h1,
.banner .bannerText .slider-title{
    font-size: 100px;
    font-weight: 400;
    color: rgb(32, 32, 32);
    margin-top: -30px;
    margin-left: -10px;
    color: #2c2c2c;
}

.banner .bannerText p {
    font-size: 20px;
    width: calc(100vw - 60vw);
    margin-top: 35px;
    line-height: 35px;
}

.bannerBtn svg {
    display: inline-block;
    margin-left: 15px;
}

.bannerBtn:hover {
    color: rgb(101, 29, 49);
}

.banne::after {
    content: "";
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        279deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 94%
    );
    position: absolute;
    left: 0;
    top: 0;
}

.banne .bannerText {
    position: absolute;
    z-index: 40;
    margin-left: 150px;
    margin-top: 20vh;
}
.banne .banneText {
    position: absolute;
    z-index: 40;
    margin-left: 160px;
    margin-top: 30vh;
}
@media screen and (max-width: 767px) {
    .banne .banneText {
        margin-left: 10px;
    }
	 .contentSwiper{
		 height: 550px !important;
	}
	.banner {
        height: 100% !important;
    }
	.banner img {
        object-position: right !important;
    }
}


.banne .bannerText p {
    font-size: 24px;
    font-weight: 500;
}

.banne .bannerText h1, 
.banne .bannerText .slider-title {
    font-size: 100px;
    font-weight: 400;
    color: rgb(32, 32, 32);
    margin-top: -30px;
    margin-left: -10px;
    color: #2c2c2c;
}

.banne .bannerText p {
    font-size: 45px;
    width: calc(100vw - 35vw);
    margin-top: -12px;
    line-height: 35px;
}


/* about */

.about .about-image {
    width: 500px;
    height: 370px;
    float: right;
    margin-right: 120px;
    position: relative;
}

.about img {
    object-fit: cover;
    height: 100%;
    border-radius: 5px;
    float: right;
}

.about h2 {
    font-size: 50px;
    font-weight: 300;
}

.about p {
    font-weight: 300;
    margin-top: 30px;
    width: 90%;
    line-height: 40px;
}

.about .about-btn {
    width: 400px;
    color: black;
}

.about .about-btn svg {
    display: inline-block;
    margin-left: 10px;
}

/* highlights */

.highlights .doctor-name {
    font-size: 20px;
}

.highlights .title {
    font-size: 30px;
    font-weight: 700;
}

.highlights .p1 {
    font-size: 18px;
    font-weight: 200;
    margin-top: 20px;
    font-style: italic;
}

.highlights .highlights-container {
    width: 100%;
    height: 100px;
    border: 1px solid rgba(0, 0, 0, 0.103);
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px;
    padding-right: 30px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
}

.highlights .highlights-container:hover {
    transform: scale(1.02);
    transition: 0.5s;
}

.highlights .highlights-container .highlights-title {
    font-size: 18px;
    margin-bottom: 5px;
}

.highlights .highlights-container p {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.836);
}

.highlights .highlights-container .highlights-btn {
    width: 50px;
    height: 50px;
    background-color: var(--bg-color);
    border-radius: 100%;
    text-align: center;
    color: rgb(29, 29, 29);
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 20px;
    margin-right: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-family: monospace;
}

.highlights-texts {
    margin-top: 120px;
}

/* results */

.results {
    background-color: #f62046;
}
.result {
    background-color: #f62046;
    height: 120px;
    font-size: 40px;
    text-align: center;
    font-weight: 500;
}
.results h3 {
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 50px;
    color: black;
}

.resultsSwiper {
    width: 100%;
    height: 600px;
}

.resultsSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #1a1212;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resultsSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resultsSwiper .swiper-button-next {
    color: rgb(39, 39, 39);
    background-color: rgb(255, 255, 255);
    width: 30px;
}

.resultsSwiper .swiper-button-prev {
    color: rgb(39, 39, 39);
    background-color: rgb(255, 255, 255);
    width: 30px;
}

.resultsSwiper .swiper-button-next::after {
    content: "" !important;
}

.resultsSwiper .swiper-button-prev::after {
    content: "" !important;
}

/*
aesthetic */

.aesthetic .texts {
    text-align: center;
}

.aesthetic .texts .doctor-name {
    font-size: 20px;
}

.aesthetic .texts .title {
    font-size: 30px;
    font-weight: 700;
}

.aesthetic .texts .p1 {
    font-size: 18px;
    font-weight: 200;
    margin-top: 10px;
    font-style: italic;
}

.aestheticSwiper {
    width: 80%;
    border: 1px solid rgba(0, 0, 0, 0.137);
    border-radius: 10px;
    height: 250px;
    margin-top: 50px;
}

.aestheticSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aesthetic .swiper-pagination {
    position: relative !important;
    margin-top: 20px;
}

.aesthetic .swiper-slide img {
    width: 160px;
}

.aesthetic .slider-texts {
    text-align: left;
}

.aesthetic .slider-texts .title {
    font-size: 20px;
    margin-left: 10px;
}

.aesthetic .slider-texts .aciklama {
    margin-left: 10px;
    font-weight: 500;
    color: rgba(128, 128, 128, 0.719);
}

.swiper-pagination-bullet-active {
    background-color: black !important;
}

/* sizden gelenler */

.sizden-gelenler {
    background-color: #ebc6cd;
    color: black;
}

.sizden-gelenler-texts .one {
    font-size: 19px;
}

.sizden-gelenler-texts .title {
    font-size: 50px;
    margin-top: -10px;
}

.sizden-gelenler-texts .p1 {
    font-style: italic;
}

.sizden-gelenler-texts .about-btn {
    width: 400px;
    color: black;
}

.sizden-gelenler-texts .about-btn svg {
    display: inline-block;
    margin-left: 10px;
}

.yorumlarSwiper {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(22, 21, 21, 0.13);
    border-radius: 15px;
}

.yorumlarSwiper .swiper-slide {
    text-align: center;
    font-size: 15px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yorumlarSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* contact form */

.contact-form .doctor-name {
    font-size: 25px;
    margin-bottom: 10px;
}

.contact-form p {
    font-style: italic;
}

.contact-form ul li {
    margin-bottom: 30px;
}

.contact-form ul li .icon {
    font-size: 25px;
    text-align: center;
    opacity: 0.8;
}

.contact-form ul li .title {
    font-size: 18px;
    margin-top: -10px;
}

.contact-form ul li p {
    font-size: 14px;
    opacity: 0.8;
}

.contact-form-container .title {
    font-size: 30px;
    text-align: center;
}

.contact-form-container input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.349);
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 6px;
}

.contact-form-container textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.349);
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 6px;
}

.contact-form-container .submitBtn {
    width: 150px;
    height: 50px;
    background-color: #f0efeb;
}
.contact {

    background-color:  #f62046;
}
/* footer */

footer {
    background-color: var(--bg-color);
}

footer iframe {
    width: 100%;
    height: 250px;
    position: relative;
}

footer .logo {
    max-width: 290px;
}

footer p {
    font-size: 14px;
    margin-top: 20px;
    font-style: italic;
    color: black;
}

footer .footer-title {
    color: black;
    font-size: 23px;
}

footer ul li {
    margin-bottom: 30px;
}

footer ul li .icon {
    font-size: 25px;
    text-align: center;
    opacity: 0.8;
    color: black;
}

footer ul li .title {
    font-size: 18px;
    margin-top: -10px;
    color: black;
}

footer ul li p {
    font-size: 14px;
    opacity: 0.8;
    color: black;
    margin-top: 5px;
}

/* menu */

#menu.display {
    display: none;
}

#menu {
    position: fixed;
    background-color: var(--bg-color);
    color: black !important;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    overflow: auto;
}

#menu .close {
    position: absolute;
    right: 0;
    margin-right: 50px;
    cursor: pointer;
    color: black;
}

#menu .close img {
    width: 40px;
}

#menu .menu-logo {
    width: 300px;
}

#menu ul {
    margin-top: 120px;
}

#menu ul li {
    font-size: 25px;

    font-weight: lighter;
    transition: 0.4s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.096);
    padding: 10px;
}

#menu ul li:hover {
    color: rgba(0, 0, 0, 0.589);

    transition: 0.4s;
}

#menu ul .active {
    color: black;
    font-weight: 500;
}

#menu ul li .alt-icon {
    font-size: 15px;
    margin-left: 10px;
    opacity: 0.5;
}

#menu .active-icon {
    transform: rotate(180deg);
}

#menu .alt-menu {
    padding-left: 40px;
    font-size: 18px;
}

#menu .alt-menu-2 {
    padding-left: 80px;
    font-size: 18px;
}

/* alt sayfa banner */

.alt-sayfa-banner {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* about container */

.about-container .img-con {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.about-container .img-con img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-container h1 {
    font-weight: 200;
    /* margin-top: 150px; */
}

.about-container p {
    margin-top: 20px;
    line-height: 40px;
}

/* sertifika-container  */

.sertifika-container {
    background-color: #f0efeb;
}
.sertifika-container .doctor-name {
    text-align: center;
    font-size: 18px;
}
.sertifika-container .title {
    text-align: center;
    font-size: 50px;
}

.sertifika-container ul li {
    border: 1px solid rgba(0, 0, 0, 0.137);
    font-size: 13px;
    padding: 15px;
    border-radius: 5px;
}

.sertifikaSwiper {
    width: 100%;
    height: 300px;
}

.sertifikaSwiper .sertifikaSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sertifikaSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yayinSlider {
    width: 100%;
    height: 450px;
}

.yayinSlider .sertifikaSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yayinSlider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* galeri */

.galeri {
    height: 200px;
    background-color: var(--bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.galeri .title {
    font-size: 50px;
    text-align: center;
}

.images .images-img {
    height: 400px;
    overflow: hidden;
}

.images .images-img img {
    width: 100%;
    object-fit: cover;
}

/* content */

.content-text h2 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 500;
}

.content-text h3 {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 500;
}
.content-text p {
    line-height: 30px;
    margin-bottom: 15px;
}

/* content slider */

.contentSwiper {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.contentSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #b4b4b4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contentSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-grid .grid-image {
    width: 100%;
    height: auto;
}

.content-grid .grid-image img {
    width: 100%;
    border-radius: 10px;
}

.content-grid .grid-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-grid .grid-text h2 {
    font-size: 35px;
    color: black;
    font-weight: 700;
    font-style: italic;
}

.content-grid .grid-text .doctor-name {
    font-style: italic;
}

.content-grid .grid-text p {
    margin-top: 10px;
    line-height: 30px;
    font-size: 17px;
    line-height: 189.5%;
}

.content-grid .vpc h2 {
    font-size: 35px;
    color: #fff;;
    font-weight: 700;
    font-style: italic;
}
.content-grid .vpc .doctor-name {
    font-style: italic;
}

.content-grid .vpc p {
    margin-top: 10px;
    line-height: 30px;
    font-size: 17px;
    line-height: 189.5%;
}
/* blog */
.blog-articl {
    width: 90%;
    height: 400px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.blog-articl .image {
    width: 100%;
    height: 100%;
    z-index: 50;
}

.blog-articl .title {
    position: absolute;
    background-color: #f62046;
    z-index: 99 !important;
    color: black;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 16px;
    min-height: 80px;
    align-items: center;
    display: flex;
}
.blog-article {
    width: 100%;
    height: 400px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.blog-article .image {
    width: 100%;
    height: 100%;
    z-index: 50;
}

.blog-article .title {
    position: absolute;
    background-color: #f62046;
    z-index: 99 !important;
    color: black;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 16px;
    min-height: 80px;
    align-items: center;
    display: flex;
}

/* blog-highlights */

.blog-highlights h4 {
    font-size: 20px;
    text-align: center;
    color: black;
}

.blog-highlights h1 {
    font-size: 40px;
    text-align: center;
}

/* Desktop Menu */

#desktop-menu li {
    float: left;
    margin-left: 30px;
    color: rgb(49, 43, 43);
    font-weight: 500;
    font-size: 15px;
    position: relative;
}

#desktop-menu li:hover {
    color: rgb(40, 40, 158);
}

#desktop-menu .alt-menu {
    position: absolute; /* Açılır menü mouse üzerine gelerek açıldığında aşağıdaki öğeleri kaydırması istenmiyor. Bu yüzden absolute. */
    display: none; /* Açılır menü li:hover olmadığı sürece gizlencektir */
    top: 100%; /* Top 100% değeri parent li'ye göre hesaplanır ve li'nin bittiği noktayı göstermektedir. */
    left: 0; /* left:0 değeri li'nin sol başlangıç değerini referans alır ve ul'yi aynı hizda konumlandırı. */
    width: 300px;

    background-color: #f0efeb;
    height: auto;
    border-radius: 5px;
}

#desktop-menu .alt-menu li {
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 30px;
    padding: 5px;
    width: 100%;
}

.alt-menu li:hover {
    background-color: rgba(0, 0, 0, 0.096);
}

#desktop-menu > li:hover .alt-menu {
    display: block; /* Açılır menü li'nin üzerine mouse ile gelindiğinde görünür olacaktır. */
}

#desktop-menu .alt-menu li:hover .alt-alt-menu {
    display: block; /* Açılır menü li'nin üzerine mouse ile gelindiğinde görünür olacaktır. */
}

#desktop-menu .alt-alt-menu {
    position: absolute;
    display: none;
    top: 0;
    left: 101%;
    width: auto;
    width: 200px;
    background-color: #f0efeb;
    height: auto;
    border-radius: 5px;
    padding: 5px;
}

.lang-alt-menu {
    width: 50px !important;
}

/* SSS */

.SSS {
    background-color: #f62046;
    color: #fff;
    position: relative;
}

.SSS .SSS-title {
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
}

.SSS .SSS-title h5 {
    font-size: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.SSS .title {
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}

.SSS .SSS-title p {
    margin-top: 10px;
    opacity: 0.9;
    z-index: 5;
    position: relative;
}

.SSS .hero img {
    position: absolute;
    height: 800px;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.SSS .all-btn {
    margin-bottom: 40px;
    background-color: white;
    width: 200px;
    padding: 10px;
    text-align: center;
    cursor: pointer !important;
    z-index: 5;
    position: relative;
}

/* randevu-al-container */
.randevu-al-container {
    width: 100%;
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 16px;
}

.randevu-al-container .title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.randevu-al-container p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.68);
}

.randevu-al-container button {
    border-radius: 8px;
    background: #5477f1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    width: 90%;
    color: white;
    font-size: 20px;

    font-weight: 700;
}

.randevu-al-container button img {
    margin-left: 5px;
}

/* price-table */


.price-table .text-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.price-table .title {
    font-size: 37px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px;
}

.price-table .desc {
    line-height: 189.5%; /* 41.69px */
    font-size: 18px;
    font-weight: 400;
}

.price-table .price-table-grid-div {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #f8f8f7;
    height: 106px;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}
.price-table .price-table-grid-div:hover {
    scale: 1.1;
    cursor: pointer;
    transition: 0.2s;
    z-index: 99;
}

@media only screen and (max-width: 1023px) {
    .fixed-header {
        height: 74px !important;
    }
    .fixed-header .menu {
        margin-top: 5px;
    }

    .about .about-image {
        width: 100%;
        height: auto;

        float: right;
        margin-right: 0px;
        position: relative;
    }
    .about .about-image img {
        width: 100%;
        top: 0;
        position: absolute;
        left: 0;
        height: auto;

    }

    .about .about-text {
        background-color: rgba(182, 172, 172, 0.055);
        padding: 10px;
        margin-bottom: 30px;
    }

    .about h1 {
        font-size: 35px;
        font-weight: 300;
    }

    .about p {
        font-weight: 300;
        margin-top: 30px;
        width: 90%;
        line-height: 30px;
        font-size: 14px;
        width: 100%;
    }

    .about .about-btn {
        width: 100%;
        background-color: rgb(101, 29, 49);

        margin-top: 30px;
        text-align: center;
        color: white;
        padding: 15px;
    }

    .about .about-btn svg {
        display: none;
    }

    .highlights-texts {
        margin-top: 0px !important;
    }

    .highlights .highlights-container {
        height: auto;
    }

    .highlights .highlights-container .highlights-btn {
        display: none;
    }

    .aestheticSwiper {
        width: 100% !important;
    }

    .sizden-gelenler-texts .about-btn {
        width: 100%;
        margin-bottom: 20px;
    }

    .sizden-gelenler-texts .about-btn svg {
        display: none !important;
    }

    .sizden-gelenler-texts .about-btn {
        text-align: center;
        margin-top: 20px;
        padding: 10px;
        background-color: rgb(255, 255, 255);
    }

    .sizden-gelenler-texts .title {
        font-size: 30px;
        margin-top: -10px;
    }

    .sizden-gelenler-texts .p1 {
        font-style: italic;
        font-size: 13px;
    }

    .menu-logo {
        width: 170px !important;
    }

    #menu .close img {
        width: 25px;
    }

    .alt-sayfa-banner {
        height: 85px !important;
    }
}

@media only screen and (max-width: 999px) {
    header .logo {
        height: 40px;
        margin-left: 0px !important;
    }

    header .menu svg {
        height: 30px;
        margin-top: -5px !important;
    }

    .bannerText {
        margin-top: 110px !important;
        margin-left: 0 !important;
		width: 100% !important;
    }
    .bannerText p {
        font-size: 17px !important;
    }
    .bannerText h1,
	.bannerText .slider-title{
        font-size: 42px !important;
        margin-top: -13px !important;
    }
    .bannerText p {
        font-size: 27px !important;
        margin-top: -13px !important;
        width: 90vw !important;
    }
}

@media only screen and (max-width: 1500) {
    #desktop-menu li {
        font-size: 11px !important;
    }
}

/* blog swiper */

.blogSwiper {
    width: 100%;
    height: 400px;
}

.blogSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    color: black !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blogSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogSwiper .swiper-button-next {
    color: rgb(39, 39, 39);
    background-color: rgb(255, 255, 255);
    width: 30px;
}

.blogSwiper .swiper-button-prev {
    color: rgb(39, 39, 39);
    background-color: rgb(255, 255, 255);
    width: 30px;
}

.blogSwiper .swiper-button-next::after {
    content: "" !important;
}
.blogSwiper .swiper-button-prev::after {
    content: "" !important;
}

/* icons -banner */

.icons-banner-bg {
    padding-top: 15px;
    margin-top: 30px;
    background-color:  #f62046;
}
.ic-banner-bg {
    padding-top: 10px;
    margin-top: 40px;
    background-color: #f62046;
}
.icons-banner .title {
    font-size: 35px;
    font-style: italic;
    font-weight: 600;
}
.icons-banner .doctor-name {
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
}

.icons-banner .des2 {
    margin-top: 20px;
}

.icons-banner .grid {
    margin-top: 15px;
}

.icons-banner .icon-vpc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    padding: 20px 8px;
    border-radius: 9px;
    border: 1px solid rgba(50, 50, 50, 0.2);
    background: #fff;
    transition: 0.2s;
    height: 20px;
}
.icons-banner .icon-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    padding: 20px 8px;
    border-radius: 9px;
    border: 1px solid rgba(50, 50, 50, 0.2);
    background: rgba(255, 255, 255);
    transition: 0.2s;
    height: 130px;
}
.icons-banner .icon-div:hover {
    scale: 1.1;
    transition: 0.2s;
    cursor: pointer;
}

.icons-banner .icon-div img {
    filter: grayscale(30%);
}

.icons-banner .icon-div .icon-title {
    margin-top: 15px;
}

/* icon-banner-2 */

.icon-banner-2 {
    background-color: rgba(128, 128, 128, 0.123);
}

.icon-banner-2 .title {
    font-size: 35px;
    text-align: center;
    font-weight: 500;
    color: var(--bg-color);
}

.icon-banner-2 .desc {
    text-align: center;
    margin-top: 15px;
}

.icon-banner-2 .grid {
    margin-top: 50px;
}

.icon-banner-2 .grid .icon-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.575);
    padding: 30px;
    border-radius: 15px;
}

.icon-banner-2 .icon-div .icon-title {
    margin-top: 15px;
}

/* randevu btn */

.randevu-btn {
    width: auto;
    padding: 10px 30px;
    background-color: #2c2c2c;
    color: white;
}

/* Achievements */

.Achievements {
    background-color: #ebc6cd;
}

.Achievements .title {
    font-size: 35px;

    font-weight: 500;
    color: black;
}

.Achievements .desc {
    margin-top: 15px;
    color: black;
}

.Achievements .grid {
    margin-top: 50px;
}

.Achievements .grid .icon-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(255, 255, 255);
    padding: 30px;
    border-radius: 15px;
    height: 350px;
}

.Achievements .icon-div .icon-title {
    margin-top: 15px;
    font-size: 30px;
    font-weight: 700;
    color: black;
}

/*  */

#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 16px;
    padding: 10px;
    cursor: pointer;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
}

/* sumary-table */

.sumary-table .title {
    font-size: 35px;
    text-align: center;
    color: var(--bg-color);
    font-weight: 700;
}

.sumary-table .desc {
    margin-top: 20px;
    color: gray;
}

.sumary-table-grid {
    margin-top: 30px;
}

.sumary-table .gridDiv {
    background: linear-gradient(45deg, #ccb38a, #f0e4d1);
    color: #2c3e50;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.sumary-table .gridDiv:hover {
    transform: scale(1.05);
}
.sumary-table .gridDiv .title {
    font-size: 16px;
    text-align: left;
    border-right: 1px solid rgba(0, 0, 0, 0.363);
}
.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 20px;

}
.sumary-table .gridDiv div:nth-child(2) {
    margin-left: 13px;
}

/* progess bar */

.timeline .title {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: var(--bg-color);
}

.timeline .desc {
    text-align: center;
    margin-top: 10px;
}
.aosOverflow {
    overflow: hidden;
}