:root {
    --darkblue: #161c37;
    --white: #FFFFFF;
    --blue: #5472a9;
    --lightblue: #adc9df;
    --beige: #f0f0ec;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

nav.fixedNav {
    display: none;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

main section {
    padding: 50px 10%;
}

header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10%;
    background-color: var(--darkblue);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom: 10px solid var(--white);
    position: fixed;
    z-index: 999;
    box-shadow: rgba(255, 255, 254, 255) 0px 0px, rgba(84, 114, 169, 255) 0px 10px;
}

header a.logo img {
    width: 50%;
    height: auto;
}

header div.nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 50px;
}

header div.nav nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
}

header div.nav nav a {
    color: var(--white);
    font-size: 1.1rem;
}

header div.nav div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

header div.nav div span.lang {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
  
header div.nav div span.lang a {
    width: 100%;
    height: 100%;
    display: block;
}
  
header div.nav div span.lang a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

header div.nav div a {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
  
header div.nav div a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

header span.menu {
    display: none;
}

/* Slider Bölümü */
main section.slider {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-position: top;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

section.slider svg.sliderSVG{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
}

section.slider form {
    width: 90%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    background: var(--white);
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
    z-index: 99;
    gap: 2%;
}

section.slider form div.formGroup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 18%; 
}

section.slider form div.formGroup label {
    font-weight: 300;
    color: #000;
    font-size: 1.1rem;
}

section.slider form div.formGroup input {
    width: 100%;
    padding: 8px 12px;
    font-size: 0.9rem;
    border: 1px solid #aaa;
    border-radius: 8px;
}

section.slider form div.formGroup select {
    width: 100%;
    padding: 8px 15px;
    font-size: 0.9rem;
    border-radius: 8px;
    color: #777;
    border: 1px solid #aaa;
    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none;
}

section.slider form button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    border: none;
    color: var(--white);
    font-size: 1rem;
    font-weight: 900;
    border-radius: 8px;
    padding: 8px 30px;
}



/* OwlCarousel Bölümü */
section.owlSlider {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 50px 0 50px 10%;
}

section.owlSlider div.box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--blue);
    border-radius: 15px;
    max-width: 300px;
    height: 400px;
    overflow: hidden;
}

section.owlSlider div.box div.owlImage{
    height: 70%;
    border-radius: 15px;
    overflow: hidden;
}

section.owlSlider div.box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}
  
section.owlSlider div.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
}
  
section.owlSlider div.content h2 {
    font-size: 1.4rem;
    font-weight: 300;
    text-align: center;
}
  
section.owlSlider a img.arrow {
    width: 35px;
    height: 35px;
}

/* zPattern Bölümü */
section.zPattern {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6%;
}

section.zPattern div.zPatternImage {
    width: 47%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
}

main section.zPattern div.zPatternImage picture {
    width: 500px;
    height: 500px;
    display: block;
    border-radius: 50%;
    position: relative;
}

section.zPattern div.zPatternImage picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    object-position: left;
}

main section.zPattern div.zPatternImage picture span {    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 5px;
    top: 5px;
}

main section.zPattern div.zPatternImage picture span p {
    background-color: #161c37;
    color: white;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 25px;
    border: 15px solid white;
    z-index: 9;
}
main section.zPattern div.zPatternImage picture span::before {
    content: "";
    transform: rotate(-43deg);
    background-color: transparent;
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: -136px;
    top: -40px;
    border: 40px solid white;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    padding: 15px;
    z-index: 0;
}

main section.zPattern div.zPatternImage picture span::after {
    content: "";
    transform: rotate(-52deg);
    background-color: transparent;
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 0px;
    top: 96px;
    border: 40px solid white;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    padding: 15px;
    z-index: 0;
}

main section.zPattern div.zPatternImage picture span strong {
    font-size: 1.5rem;
}

section.zPattern div.zPatternContent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 47%;
    gap: 25px;
}

section.zPattern div.zPatternContent h3 {
    font-size: 1.1rem;
    font-weight: 900;
    text-align: center;
    background-color: var(--lightblue);
    color: var(--blue);
    padding: 5px 50px;
    border-radius: 8px;
}

section.zPattern div.zPatternContent h2 {
    font-size: 2.3rem;
    font-weight: 300;
}

section.zPattern div.zPatternContent div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
    gap: 20px;
}

section.zPattern div.zPatternContent div p {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.5;
}

section.zPattern div.zPatternContent div a img.arrow {
    width: 35px;
    height: 35px;
}



/* Filler Bölümü*/
section.filler {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 20px;
    padding: 50px 0 50px 10%;
    background-color: var(--beige);
}

section.filler h3 {
    font-size: 1.1rem;
    font-weight: 900;
    text-align: center;
    background-color: var(--lightblue);
    color: var(--blue);
    padding: 5px 25px;
    border-radius: 8px;
}

section.filler h2 {
    font-size: 2.3rem;
    font-weight: 300;
}

section.filler div.fillerOwlCarousel {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

section.filler div.fillerOwlCarousel div.item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    overflow: hidden;
    width: 250px;
    height: 500px;
}

section.filler div.fillerOwlCarousel div.item div.itemContent {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

section.filler div.fillerOwlCarousel div.item picture {
    width: 220px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    background-color: var(--blue);
}

section.filler div.fillerOwlCarousel div.item picture img {
    width: 120px;
    height: 120px;
    object-fit: contain;  
}
section.filler div.fillerOwlCarousel div.item picture span {    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -11px;
    top: -1px;
}

section.filler div.fillerOwlCarousel div.item picture span p {
    background-color: var(--darkblue);
    color: var(--white);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    border: 8px solid var(--beige);
    z-index: 9;
    font-weight: 800;
    font-size: 2rem;
    width: 70px;
    height: 70px;
}

section.filler div.fillerOwlCarousel div.item picture span::before {
    content: "";
    transform: rotate(-41deg);
    background-color: transparent;
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: -52px;
    top: -9px;
    border: 15px solid var(--beige);
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    padding: 8px;
    z-index: 0;
}

section.filler div.fillerOwlCarousel div.item picture span::after {
    content: "";
    transform: rotate(-53deg);
    background-color: transparent;
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 4px;
    top: 55px;
    border: 15px solid var(--beige);
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    padding: 8px;
    z-index: 0;
}

section.filler div.fillerOwlCarousel div.item h4 {
    font-size: 1.1rem;
    font-weight: 800;
}

section.filler div.fillerOwlCarousel div.item p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.6;
}


/* Gallery Bölümü */
section.gallery {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 50px 0 50px 10%;
}

section.gallery div.galleryContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding: 0 10% 50px 0;
}

section.gallery div.galleryContent div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

section.gallery div.galleryContent div h3 {
    font-size: 1.1rem;
    font-weight: 900;
    text-align: center;
    background-color: var(--lightblue);
    color: var(--blue);
    padding: 5px 35px;
    border-radius: 8px;
}

section.gallery div.galleryContent div h2 {
    font-size: 2.3rem;
    font-weight: 300;
}

section.gallery div.galleryContent a img.arrow {
    width: 50px;
    height: 50px;
}

section.gallery div.galleryOwlCarousel {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

section.gallery div.galleryOwlCarousel img {
    width: 230px;
    height: 450px;
    border-radius: 15px;
    margin-right: 0;
    object-fit: cover;
}



/* Call To Action Bölümü */
section.callToAction {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 80px 10% 50px 10%
}

section.callToAction div.ctaContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: var(--darkblue);
    border-radius: 15px;
    margin-top: 100px;
    height: 300px;
    position: relative;
}

section.callToAction div.ctaContainer div.ctaText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 80px;
    gap: 20px;
}

section.callToAction div.ctaContainer div.ctaText h2 {
    color: var(--white);
    font-size: 3.8rem;
}

section.callToAction div.ctaContainer div.ctaText a {
    font-size: 1.1rem;
    font-weight: 900;
    text-align: center;
    background-color: var(--blue);
    color: var(--white);
    padding: 5px 100px;
    border-radius: 8px;
}

section.callToAction div.ctaContainer img {
    width: 30%;
    height: auto;
    right: 75px;
    bottom: 0;
    transform: translateY(-107px);
    position: relative;
}  



/* Doktorlar Bölümü*/
section.doctors {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 15px;
}

section.doctors h3 {
    font-size: 1.1rem;
    font-weight: 900;
    text-align: center;
    background-color: var(--lightblue);
    color: var(--blue);
    padding: 5px 25px;
    border-radius: 8px;
}

section.doctors h2 {
    font-size: 2.3rem;
    font-weight: 300;
}

section.doctors div {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5%;
}

section.doctors div div.doctor {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 80px;
}

section.doctors div div.doctor a {
    width: 350px;
    height: 350px;
    min-width: 350px;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    overflow: visible;
    background-color: var(--darkblue);
}

section.doctors div div.doctor a img {
    width: 350px;
    height: 400px;
    object-fit: contain;
    object-position: center top;
    border-radius: 50%;
    z-index: 10;
    position: relative;
    transform: scale(1.09);
    bottom: 42px;
}

section.doctors div div.doctor a span {    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 5px;
    top: 5px;
}

section.doctors div div.doctor a span p {
    background-color: #161c37;
    color: white;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 40px;
    border: 15px solid var(--beige);
    z-index: 9;
}

section.doctors div div.doctor a span::before {
    content: "";
    transform: rotate(-29deg);
    background-color: transparent;
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: -113px;
    top: -43px;
    border: 40px solid var(--beige);
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    padding: 10px;
    z-index: 0;
}

section.doctors div div.doctor a span::after {
    content: "";
    transform: rotate(-65deg);
    background-color: transparent;
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: -2px;
    top: 67px;
    border: 40px solid var(--beige);
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    padding: 10px;
    z-index: 0;
}

section.doctors div div.doctor a span strong {
    font-size: 1.5rem;
}

section.doctors div div.doctor div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

section.doctors div div.doctor p {
    font-size: 2rem;
    font-weight: 300;
}

section.doctors div div.doctor h2 {
    font-size: 1.3rem;
    font-weight: 400;
}



/* Blog Bölümü */
section.blog {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
    padding: 50px 0 50px 10%;
}

section.blog h3 {
    font-size: 1.1rem;
    font-weight: 900;
    text-align: center;
    background-color: var(--lightblue);
    color: var(--blue);
    padding: 5px 70px;
    border-radius: 8px;
}

section.blog h2 {
    font-size: 2.3rem;
    font-weight: 300;
}

section.blog div.blogOwlCarousel {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

section.blog div.blogOwlCarousel div.blogBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
    gap: 25px;
    position: relative;
    height: 380px;
    width: 420px;
    margin-bottom: 60px;
}

section.blog div.blogOwlCarousel div.blogBox picture {
    width: 100%;
    height: 70%;
    display: block;
    border-radius: 50%;
    position: relative;
    border-radius: 15px;
}

section.blog div.blogOwlCarousel div.blogBox picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

section.blog div.blogOwlCarousel div.blogBox picture span {    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 15px;
}

section.blog div.blogOwlCarousel div.blogBox picture span h4 {
    background-color: var(--lightblue);
    color: var(--blue);
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2px 30px;
    z-index: 9;
    font-size: 0.85rem;
    font-weight: 500;
}

section.blog div.blogOwlCarousel div.blogBox h2 {
    font-size: 1.3rem;
    font-weight: 300;
    padding: 0 30px;
}

section.blog div.blogOwlCarousel div.blogBox span.arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: -20px;
    right: -24px;
    position: absolute;
    border: 10px solid var(--white);
    border-radius: 50%;
    background-color: var(--white);
}

/*
section.blog div.blogOwlCarousel div.blogBox span.arrow::before {
    content: "";
    transform: rotate(53deg);
    background-color: transparent;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 16px;
    top: -23px;
    border: 5px solid var(--beige);
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    z-index: 0;
}
*/

/* 
    section.blog div.blogOwlCarousel div.blogBox span.arrow::after {
    content: "";
    transform: rotate(-65deg);
    background-color: transparent;
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: -2px;
    top: 67px;
    border: 40px solid var(--beige);
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    padding: 10px;
    z-index: 0;
}
*/



/* Pageheader Bölümü */
main section.pageHeader {
background-image: url(/images/pageHeader.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    position: relative;
    overflow: hidden;
    background-position: top;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}

section.pageHeader svg.pageHeaderSVG{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
}

section.pageHeader h1, section.pageHeader h2 {
    font-size: 3.5rem;
    color: black;
    text-align: center;
    font-weight: bold;
    z-index: 9;
}

/* Footer */
footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 10%;
    background-color: var(--beige);
    width: 100%;
    gap: 20px;
}

footer div.container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

footer div.logoContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

footer div.logoContainer div.icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

footer div.logoContainer div.icon img {
    width: auto;
    height: 25px;
}

footer div.footerNavContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 100px;
}

footer div.footerNavContainer nav.footerNav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
}

footer div.footerNavContainer nav.footerNav a {
    font-size: 1.3rem;
}

footer div.footerBottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

footer div.footerBottom span {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
  
footer div.footerBottom span a {
    width: 100%;
    height: 100%;
    display: block;
}
  
footer div.footerBottom span a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

footer div.footerBottom a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
  
footer div.footerBottom a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}



/* Form Bölümü */

section.form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--beige);
    padding: 0 10%;
    margin-top: 150px;
}

section.form div:not([class]) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--darkblue);
    border-radius: 15px;
    width: 100%;
    padding: 30px 0;
    transform: translateY(-110px);
    position: relative;
}

section.form div h2 {
    color: var(--white);
    font-size: 3.8rem;
}

section.form div form {
    display: flex;
    align-items: flex-end;
    justify-content:flex-end;
    flex-direction: row;   
    gap: 2%;
    width: 100%;
    padding: 25px 50px;
}

section.form div form div.formGroup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 18%;
}

section.form div form div.formGroup label {
    width: 100%;
    font-weight: 300;
    color: var(--white);
    font-size: 1.1rem;
}

section.form div form div.formGroup input {
    width: 100%;
    padding: 8px 15px;
    font-size: 0.9rem;
    border: 1px solid var(--white);
    border-radius: 8px;
    background-color: var(--darkblue);
}

section.form div form div.formGroup select {
    width: 100%;
    padding: 8px 15px;
    font-size: 0.9rem;
    border-radius: 8px;
    color: #777;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none;
}

section.form div form button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    border: none;
    color: var(--blue);
    font-size: 1rem;
    font-weight: 900;
    border-radius: 8px;
    padding: 8px 50px;
    white-space: nowrap;
}

/* Hizmet Datay Sayfası */
section.text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: start;
    gap: 25px;
}

section.text p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.8;
}

section.text h2 {
    font-size: 1.3rem;
    font-weight: 600;
}

section.text span {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2.8em;
}

/* FAQ Bölümü */
section.faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

section.faq h3 {
    font-size: 1.1rem;
    font-weight: 900;
    text-align: center;
    background-color: var(--lightblue);
    color: var(--blue);
    padding: 5px 30px;
    border-radius: 8px;
}

section.faq h2 {
    font-size: 2.3rem;
    font-weight: 300;
}

section.faq div.questions {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--lightblue);
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100%;
    padding: 30px 50px;
    gap: 15px;
}

section.faq div.questions details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;

}

section.faq div.questions details summary {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 2px solid var(--blue);
}

section.faq div.questions details summary h4 {
    font-size: 1.5rem;
    font-weight: 400;
    padding-bottom: 15px;
}

section.faq div.questions details summary img {
    transition: transform 0.3s ease;
}

section.faq div.questions details[open] summary img {
    transform: rotate(-180deg);
    transition-duration: .5s;
}

section.faq div.questions details p {
    font-size: 1.1rem;
    font-weight: 300;
    padding: 10px 0;
    line-height: 1.5;
}



/* Article Bölümü */
article.blog {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 50px 10%;
    width: 100%;
    gap: 5%;
}

article.blog figure {
    width: 35%;
    height: auto;
    border-radius: 15%;
}

article.blog figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5%;
}

article.blog div.content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 60%;
    height: auto;
    gap: 70px;
    margin-top: 50px;
}

article.blog div.content h1 {
    font-size: 2.3rem;
}

article.blog div.content div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

article.blog div.content div h2 {
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    background-color: var(--lightblue);
    color: var(--blue);
    padding: 2px 25px;
    border-radius: 8px;
}

article.blog div.content div p {
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    color: var(--blue);
}



/* Kliniğimiz Bölümü */
section.clinicGallery {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 50px 3.5%;
}

section.clinicGallery img {
    width: 31%;
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
}

/* Contact Bölümü */
section.contactForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

section.contactForm div.fillerForm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--darkblue);
    width: 100%;
    border-radius: 15px;
    padding: 50px 0;
    gap: 25px;
}

section.contactForm div.fillerForm h2 {
    font-size: 2.3rem;
    font-weight: 300;
    color: var(--white);
}

section.contactForm div.fillerForm form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;   
    gap: 25px;
    flex-wrap: wrap;
    width: 80%;
}

section.contactForm div.fillerForm form div.input {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
}

section.contactForm div.fillerForm form div.input input {
    padding: 10px 25px;
    font-size: 0.9rem;
    border-radius: 8px;
    background-color: var(--white);
    border: none;
    outline: none;
    flex: 1;
    width: 25%;
}

section.contactForm div.fillerForm form div.input select {
    padding: 10px 25px;
    font-size: 0.9rem;
    border-radius: 8px;
    border: none;
    color: #777;
    outline: none;
    flex: 1;
    width: 25%;
    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none;
}

input::placeholder,
textarea::placeholder {
    color: #777;
}

section.contactForm div.fillerForm form textarea {
    padding: 10px;
    font-size: 0.9rem;
    border-radius: 8px;
    background-color: var(--white);
    border: none;
    width: 100%;
    min-height: 300px;
    font-family: inherit;
    outline: none;
    flex: 1;
    resize: none;
}

section.contactForm div.fillerForm button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    border: none;
    color: var(--blue);
    font-size: 1rem;
    font-weight: 900;
    border-radius: 8px;
    padding: 8px 50px;
    white-space: nowrap;
    outline: none;
    cursor: pointer;
}

section.contactForm div.contactInfo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

section.contactForm div.contactInfo span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

section.contactForm div.contactInfo span h3 {
    font-size: 1.4rem;
    font-weight: 700;
}

section.contactForm div.contactInfo span a {
    font-size: 1.3rem;
    font-weight: 300;
}

@media screen and (max-width:500px) {
    header {

    }

    header a.logo {
        width: 50%;
        z-index: 9999;
    }

    header a.logo img {
        width: 100%;
        height: auto;
    }

    header div.nav {
        display: none;
    }

    header div.nav.active {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #161c37;
    }

    header div.nav nav {
        flex-direction: column;
    }

    header span.menu {
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
        position: relative;
    }

    header span.menu span {
        width: 40px;
        background-color: #FFFFFF;
        height: 2px;
        display: block;
    }

    main {

    }

    main section {
        padding: 50px 2%;
    }

    main section.slider {
        overflow: visible;
    }

    main section.slider form {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        left: unset;
        gap: 10px;
        top: 70%;
        position: relative;
    }

    main section.slider form div.formGroup {
        width: 100%;
    }

    main section.slider form div.formGroup input, section.slider form div.formGroup select {
        width: 100%;
        -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none;
    }

    section.slider form button {
        width: 100%;
        margin-top: 25px;
    }

    main section.owlSlider {
        padding: 50px 0 50px 2%;
    }

    main section.slider + section.owlSlider {
        padding-top: 300px;
    }

    main section.zPattern {
        flex-direction: column;
        gap: 50px;
        padding: 50px 2%;
    }

    main section.zPattern div.zPatternImage {
        width: 100%;
    }

    main section.zPattern div.zPatternImage picture {
        width: 100%;
        height: 350px;
    }

    section.zPattern div.zPatternContent {
        width: 100%;
    }

    main section.zPattern div.zPatternImage picture span::after,
    main section.zPattern div.zPatternImage picture span::before {
        display: none;
    }

    main section.filler {
        padding: 50px 0 50px 2%;
        gap: 25px;
    }

    main section.gallery {
        padding: 50px 0 50px 2%;
    }

    main section.callToAction {
        padding: 50px 2%;
    }

    section.callToAction div.ctaContainer {
        height: auto;
        margin-top: unset;
        flex-direction: column-reverse;
        padding: 25px;
    }

    section.callToAction div.ctaContainer img {
        width: auto;
        height: 350px;
        right: unset;
        transform: translateY(-100px)
    }

    section.callToAction div.ctaContainer div.ctaText {
        padding: 0 2%;
        flex-direction: column;
        gap: 25px;
        align-items: center;
        transform: translateY(-50px)
    }

    section.callToAction div.ctaContainer div.ctaText h2 {
        font-size: 2rem;
        text-align: center;
    }

    section.callToAction div.ctaContainer div.ctaText a {
        padding: 10px 30px;
    }

    main section.doctors {

    }

    main section.doctors > div {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 50px;
        overflow-y: scroll;
    }

    main section.doctors > div div.doctor {
        width: 100%;
    }

    main section.blog {
        padding: 50px 0 50px 2%;
    }

    section.blog div.blogOwlCarousel {
        justify-content: flex-start;
    }

    section.blog div.blogOwlCarousel div.blogBox {
        width: 90%;
    }
    
    section.blog div.blogOwlCarousel div.blogBox p {
        padding: 0 25px;
    }

    main section.pageHeader {
        padding: 50px 2% 0px 2%;
        height: 40vh;
        overflow: visible;
    }

    section.pageHeader h1, section.pageHeader h2 {
        font-size: 1.6rem;
        transform: translateY(25px);
    }

    main section.faq h2 {
        text-align: center;
    }

    section.faq div.questions {
        padding: 25px 2%;
    }

    section.faq div.questions details summary h4 {
        font-size: 1rem;
    }

    section.faq div.questions details summary img {
        width: 15px;
        height: auto;
    }

    section.faq div.questions details p {
        font-size: .9rem;
    }

    main section.blog {
        padding: 50px 2%;
    }

    main section.blog article {
        flex-direction: column;
        padding: 0;
    }

    main section.blog article figure {
        width: 100%;
    }

    main section.blog article div.content {
        width: 100%;
    }

    main section.blog article div.content > h1, main section.blog article div.content > h2 {
        font-size: 1.5rem;
    }

    main section.blog article div.content div h2 {
        font-size: 1rem;
    }

    section.clinicGallery {
        gap: 15px 4%;
    }

    section.clinicGallery img {
        width: 48%;
    }

    section.contactForm div.fillerForm h2 {
        text-align: center;
    }

    section.contactForm div.fillerForm form {
        gap: 15px;
    }

    section.contactForm div.fillerForm form div.input {
        flex-direction: column;
        gap: 15px;
    }

    section.contactForm div.fillerForm form div.input input,
    section.contactForm div.fillerForm form div.input select {
        width: 100%;
        -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none;
    }

    section.contactForm div.fillerForm form textarea {
        min-height: 200px;
        flex: unset;
    }

    section.contactForm div.contactInfo {
        flex-direction: column;
        justify-content: center;
        gap: 25px;
    }

    section.contactForm div.contactInfo span {
        align-items: center;
        justify-content: center;
    }

    section.contactForm div.contactInfo span a {
        text-align: center;
    }

    main section.form {
        padding: 50px 2%;
    }

    section.form div h2 {
        font-size: 2rem;
        text-align: center;
    }

    section.form div form {
        width: 100%;
        flex-direction: column;
        padding: 50px;
    }

    section.form div form div.formGroup {
        width: 100%;
    }

    section.form div form div.formGroup input,
    section.form div form div.formGroup select {
        width: 100%;
        -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none;
    }

    section.form div form button {
        width: 100%;
        margin-top: 25px;
    }

    footer {

    }

    footer div.container {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    footer div.footerNavContainer {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    footer div.footerNavContainer nav.footerNav {
        align-items: center;
    }

    footer div.footerNavContainer nav.footerNav a {
        text-align: center;
        font-size: .8rem;
    }

    footer section {

    }
}