body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.red {
    background: red !important;
}

.cizgi2 {
    position: relative;
    width: fit-content;
    margin: 0 auto 0 auto;
}

.logo {
    border-radius: 10px;
}

.logomors {
    height: 56px;
  }

.cizgi2:before {
    content: "";
    position: Absolute;
    width: 50% !important;
    height: 6px;
    border-radius: 50px;
    background: #00BF63;
    bottom: -20px;
    margin: 0 auto 0 auto !important;
    left: 0;
    right: 0;
}


.cizgi {
    position: relative;
    width: fit-content;
}

.cizgi:before {
    content: "";
    position: Absolute;
    width: 100% !important;
    height: 6px;
    border-radius: 50px;
    background: #ff5e14;
    bottom: -10px;

}

.cizgi3 {
    position: relative;
    width: fit-content;
}

.cizgi3:before {
    content: "";
    position: Absolute;
    width: 30% !important;
    height: 6px;
    border-radius: 50px;
    background: #ff5e14;
    bottom: -10px;


}

.nav-link {
    font-weight: 700;
    color: #1C2541;
    margin-left: 2rem;
}

header {
    background: url("../resimler/bg.jpg") no-repeat center bottom;
    background-size: cover;

}

.mt-8 {
    margin-top: 8rem;
}

header h1 {
    font-size: 70px;
    font-weight: 700;

}

header h1 strong {

    position: relative !important;
    font-weight: inherit;
    z-index: 2;

}

header h1 strong::after {
    content: '';
    position: absolute;
    background: url("../resimler/underline-2.svg") no-repeat bottom;
    filter: brightness(0) saturate(100%) invert(51%) sepia(15%) saturate(6821%) hue-rotate(118deg) brightness(98%) contrast(101%);
    background-size: 100%;
    width: 100%;
    height: 2rem;
    bottom: -0.75rem;
    left: 0;
    z-index: -1;

}



.btn {
    font-weight: 600;
    min-height: 50px;
    padding: 0.8rem 2rem;
}



.tedaviListesi .card {
    text-align: center;
    padding: 1.6rem;
    border: 2px solid #efefef;
    border-radius: 15px;
}

.tedaviListesi img {
    float: none !important;
    height: 100px;
    margin-bottom: 15px;
}

.tedaviListesi a {
    text-decoration: none !important;
    color: #012F60;
}

.tedaviListesi h2 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #012F60;
    margin-bottom: 0;
}

.tedaviListesi .card:hover {

    /* Standart CSS3 Kodu */
    transition: 0.5s ease-in-out;
    border-color: #00BF63;

}

.tedaviListesi .card:hover h2 {
    transition: 0.5s ease-in-out;
    color: #00BF63;
}

.tedaviListesi .card:hover img {

    filter: brightness(0) saturate(100%) invert(51%) sepia(15%) saturate(6821%) hue-rotate(118deg) brightness(98%) contrast(101%) !important;
}

.yorumlar {
    background: #00244d;
    padding-top: 8rem;
    padding-bottom: 8rem;
    color: #fff;
}

.yorumlar h3 {
    color: #fff;
    font-size: 46px;
}

.yorumAlani {
    width: 100%;
    background: #fff;
    color: #000;
    border-radius: 30px;

    padding-bottom: 2rem !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}


.yildiz {
    width: 115px;
    height: 16px;
    background: url("../resimler/yildiz.png") no-repeat top center;
    float: right;
}

.yildiz-5 {
    background-position: 100% 0;
}

.yildiz-4 {
    background-position: 100% -16px;
}

.yildiz-3 {
    background-position: 100% -32px;
}

.yildiz-2 {
    background-position: 100% -48px;
}

.yildiz-1 {
    background-position: 100% -64px;
}

.yorumlar .bg-light {
    background: #F6F7FB !important;
    padding: 0.8rem 1rem !important;
    font-size: 14px;
    color: #313140;
}

.yorum p {
    padding: 0;
    line-height: 30px;
    color: #858594;
}

.kullanici h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0;
}

.kullanici span {
    font-size: 13px;
    color: #999;

}

.w16 {
    width: 20px;
    float: left;
    margin-right: 6px;
}

.swiper-wrapper {

    display: inline-block;
}

.swiper-slide {
    min-height: 500px;
    padding: 3rem;
    max-height: 600px;
    overflow: hidden;

}

.swiper-buttons {
    position: relative;
}


.swiper-buttons .swiper-button-next,
.swiper-buttons .swiper-button-prev {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid #001833 !important;
    margin: 0 20px 0 20px;
    border-radius: 50px;
    padding-top: 8px;
    font-weight: 900 !important;
    color: #001833;
    font-size: 20px !important;
}


.swiper-button-next:after,
.swiper-button-prev:after {

    font-size: 24px !important;
    line-height: 0 !important;

    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    font-weight: 900 !important;

}

.swiper {
    padding: 0;
}

p {
    color: #858593;
}

.tabs .nav-link {
    margin-left: 0;
    margin-right: 2rem;
    border-bottom-width: 4px;

}

.tabs .nav-link.active {
    border-color: #C9184A;
}

.tabs .nav-link:hover {

    color: #999;
}

.deneyim {
    border-radius: 20px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}



.tab-content .list-group-item {
    padding: 0;
    margin-bottom: 20px;
    border: none;
    vertical-align: middle !important;
}

.list-group-item span {
    background: #8ECAE6;
    padding: 0.3rem 0.5rem;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    position: relative;
    margin-right: 16px;
    width: 100px !important;
    float: left;
    text-align: center;
}

.list-group-item span::before {
    width: 0px;
    position: absolute;
    content: "";
    height: 0px;
    right: -6PX;
    top: 8px;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #8ECAE6;
    transform: rotate(0deg);
}

.urunler {
    background: url("../resimler/bg2.jpg") no-repeat center bottom;
    background-size: cover;

    padding-top: 8rem;
    padding-bottom: 8rem;
    clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0% 100%);

}






.bilgiler h4 {
    font-size: 20px;
    margin-bottom: 0;
}

.bilgiler h1 {
    color: #1B2540;
    font-weight: 700;
}

.aa {
    box-shadow: rgba(50, 50, 93, 0.15) 0px 50px 100px -20px, rgba(0, 0, 0, 0.15) 0px 30px 60px -30px;
}

.urunAlani .swiper-slide {
    padding: 10px !important;
}



.urunler .swiper-buttons .swiper-button-next,
.urunler .swiper-buttons .swiper-button-prev {
    margin: 0 0 0 40px !important;
}

footer {
    background: #001833;
    margin-top: 20rem;
}

.mt--10 {
    margin-top: -5rem;
}

footer h6 {
    font-size: 18px;
    font-weight: 700;
    color: #8ECAE6;
    margin-bottom: 1rem;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer li {
    margin-bottom: 10px;
}


.urunAlani .box {
    color: #000000;


    min-height: 400px;
    background-size: cover !important;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}



.urunAlani .teamContent {
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;

}

.urunAlani .teamContent h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.urunAlani .teamContent h3 {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.75;
}

.gulenyuzler {
    background: url("../resimler/bg3.jpg") no-repeat center bottom;
    background-size: cover;

    padding-top: 8rem;
    padding-bottom: 8rem;
    clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0% 100%);

}

.gulenyuzler .yorumAlani img {
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}

.bilgiler .btn {
    text-shadow: none;
    color: #fff;
    border-radius: 50px;
    padding: 0.75rem 3.5rem 0.75rem 2.5rem;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    border: none;
}

.bilgiler .btn:hover {
    color: #fff !important;
}

.bilgiler .btn img {
    width: 25px;
    margin-left: 10px;
    position: absolute;
    justify-content: center;

}

.btn {
    border-radius: 15px !important;
    font-weight: 800;
    font-size: 16px !important;
    padding: 0.8rem 2rem;
}

.btn-whatsapp {
    background: #25D366;
}

.btn-whatsapp:hover {
    background: #21ad55;
    border-color: #21ad55;
}

.btn-instagram {
    background: #E1306C;
}

.btn-instagram:hover {
    background: #aa2652;
    border-color: #aa2652;
}

footer .list-group-item {
    background: none;
    border: none;
}

footer .list-group-item a {
    color: #e0e0e0;
    text-decoration: none;
}

footer {
    background: #00244d;
    color: #fff;
    margin-top: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
}

.whatsappYaz {
    position: fixed;
    bottom: 0;
    z-index: 100;
}

.whatsappYaz button {
    border-radius: 15px 15px 0 0 !important;
    background: #25D366;
    border: none !important;
    color: #000;
}

.whatsappYaz button img {
    height: 26px;
    margin-right: 10px;
}

.whatsappYaz button:hover,
.whatsappYaz button:focus,
.whatsappYaz button:active {
    background: #33dc73;
    color: #000;
}

.whatsappBox {
    position: fixed;
    bottom: 0;
    max-width: 600px;
    min-width: 400px;
    box-shadow: rgba(17, 12, 46, 0.25) 0 -30px 100px 0;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    z-index: 101;
    display: none;
}

.whatsappBg {
    background: rgba(0, 0, 0, 0.8);
    width: 100% !important;
    height: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.whatsappBody {
    background: #fff;
    padding: 1rem;
}

.whatsappBody button img {
    width: 30px;
}

.whatsappBody button {
    background: #F8F9FA;
    margin-left: 10px;
    height: 50px;
    padding: 10px !important;
    border-radius: 10px !important;
    border: 1px solid #DEE2E6;
}

.whatsappBody button:hover {
    border-color: #1EA651;
}

.whatsappBody input {
    height: 50px;
    border-radius: 10px !important;
}

.whatsappLogo img {
    width: 50px;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    margin-right: 10px;
    border: 1px solid #1EA651;

}

.whatsappLogo {
    background: #25D366;
    padding: 1rem;
    font-weight: 800;
    color: #000;
    position: Relative;
}

.whatsappClose {
    position: Absolute;
    right: 0;
    top: 0;
    border: none !important;
    font-weight: 900;
    font-size: 16px;
    border-radius: 0 0 0px 10px;
    background: none;
    width: 30px;
    height: 30px;
    color: #fff;
}