/* reset started */
.hizmet-holder {
	button:hover {
		background-color:#cd065d !important;
		color:white !important;
	}
}
#cart-message {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 20px 30px;
      background-color: #ed75b5; /* green */
      color: #fff;
      font-weight: bold;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.3);
      z-index: 9999; /* on top of everything */
    }

.sepet {
	ul:not([id]) {
		    display: flex;
    		flex-direction: column;
    		align-items: center;
		color:#ca13a3;

		a {
			padding:8px;
			font-size:14px;
			color:black;
border: 1px solid #00000059;
            margin: 8px;
            border-radius: 40px;
		}
	}
}
* {
	font-family:Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#fixed_cart_list {
	margin: 20px;

	span {
		margin: 20px;
	}

	a {
		border: 1px solid;
    		padding: 8px;
    		border-radius: 60px;
    		font-size: 14px;
		}
	}
}
body {
    background-color: white;
    box-sizing: border-box;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-style: normal;
    width: -webkit-fill-available;
    overflow-x: clip;
}

li {
    list-style: none;
}

a:any-link {
    text-decoration: none;
    color: initial;
}

img {
    object-fit: cover;
}

/* reset ends */

/* header start */

header {
    background-color: white;
    box-shadow: 0 0 20px 0 #00000047;
    z-index: 2;

    nav ul li ul li {
        width: 100%;
        padding: 18px;
        margin: 0;

        &:hover {
            background-color: #00000029;
        }
    }

    li {
        position: relative;
        transition: all 0.3s;
        &:not(.randevu-al)::after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 4px;
            background-color: #200c37;
            z-index: 5;
            content: "";
            transition: all 0.3s;
        }

        &:hover:not(.randevu-al)::after {
            width: 100%;
        }
    }
}



header {
    height: 100px;
    display: flex;
    overflow-x: clip;
    max-width: 100vw;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;

    .logo {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;

        h1 {
            color: #e961a5;
        }

        img {
            width: 85px;
            height: 85px;
        }
    }

    li {
        display: inline-block;
        padding: 12px;
        margin: 6px;
        position: relative;

        .subheader {
            display: none;
            transition: all 0.4s ease-in-out;
            position: absolute;
        }

    }

    .subheader-holder:hover .first, .subheader-holder:hover .second {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        background: white;
        left: -6px;
        width: max-content;
        z-index: 3;
        top: 40px;
        box-shadow: 4px 6px 7px 0 #00000052;
    }

    .randevu-al {
        border-radius: 60px;
        background-color: #fbe6ee;
        padding: 18px;
        border: 2px solid #d981a3;
    }
}










/*footer start*/

footer {
    display: grid;
    grid-template-columns: 400px 400px 400px;
    gap: 66px;
    background-color: #420542;
    padding: 150px 0;
    justify-items: center;
    justify-content: center;
    

    * a:any-link {
        color: white;
    }

    img {
        max-width: 45px;
        padding: 4px;
        margin: 0 4px;
    }

    .container {
        max-width: 400px;
        width: max-content;
        
        
        ul {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }
    }

    .contact {
        h3 {
            margin-bottom: 44px;
        }
        li {
            display: flex;
            align-items: center;
            gap: 8px;
        }
    }
}

h3, h4 {
    color: #e11e86;
}

@media (max-width:1470px) {
    .nav-menu {
        display: none;
    }

    
}
@media (min-width:550px) and (max-width:1100px) {
    header#header {
        height: 90px;
        padding-left: 0;
        padding-right: 0; 

        .logo {
            img {
                width: 65px;
                height: 65px;
            }

            h1 {
                font-size: 28px;
            }

            span {
                font-size: 15px;
            }
        }

        #hamburger {
            display: flex;
            flex-direction: column;
            gap: 10px;
            padding: 15px;

            span {
                width: 36px;
                height: 4px;
                background: #e961a8;
                display: block;
                transition: all 0.4s;
            }
        }
    }
}

@media (max-width:550px) {
    header#header {
        height: 80px;
        padding-left: 0;
        padding-right: 0; 

        .logo {
            img {
                width: 55px;
                height: 55px;
            }

            h1 {
                font-size: 22px;
            }

            span {
                font-size: 14px;
            }
        }

        #hamburger {
            display: flex;
            flex-direction: column;
            gap: 10px;
            padding: 15px;

            span {
                width: 36px;
                height: 4px;
                background: #e961a8;
                display: block;
            }
        }
    }

    footer {
        grid-template-columns: 1fr;
    }
}

/*TODO*/

/* 1480 de padding indir 
1430 da ilk başlıklar 1020 ye kadar
920 ye kadar elementleri küçült

2230 da hizmetleri küçült

*/

@media (max-width:1480px) {
    header#header {
        padding: 0;
        height: 95px;
    }
}

@media (min-width:920px) and (max-width:1430px) {
    header#header {
        .menapoz, .fonksiyonel, .vajinusmus {
            display: none;
        }
    }
}

@media (max-width:1020px) {
    header#header {
        height: 90px;
        span, a, p {
            font-size: 16px;
        }

        li {
            padding: 8px;
            margin: 3px;
        }

        .randevu-al {
            padding: 16px;
        }
    }
}


@media (min-width:750px) and (max-width:1300px) {
    footer#footer {
        grid-template-columns: 1fr 1fr !important;
        gap: 40px !important;
        padding: 10% !important;
        justify-items: start !important;
    }
}

@media (max-width:749px) {
    footer#footer {
        grid-template-columns: 1fr!important;
        gap: 40px !important;
        padding: 10% !important;
        justify-items: start !important;
    }
}

@media (max-width:1100px) {
    #header-nav {
        display: block;
        position: absolute;
        right: -100%;
        padding: 40px;
        background: white;
        top: 0;
        z-index: 2;
        transition: all 0.4s;
        
        ul {
            display: flex;
            gap: 1vh;
            flex-direction: column;
            padding: 20px;
            align-items: flex-start;
        }

        .subheader {
            display: none;
        }
    }

    #hamburger.active {
        position: absolute;
        z-index: 45;
        right: 0;

        span:first-child {
            transform: rotate(45deg);
            margin-bottom: -14px;
        }

        span:nth-of-type(2) {
            opacity: 0;
        }

        span:nth-of-type(3) {
            transform: rotate(-45deg);
            margin-top: -14px;
        }
    }

    #header-nav.active {
        right: 0;
        width: 100vw;
        height: 100vh;
    }
}

#side-buttons {
    position: fixed;
    right: 8px;
    bottom: 8px;
    z-index: 25;

    button {
        border-radius: 60px;
        justify-content: center;
    }

    .book {
        display: flex;
        align-items: center;
        flex-direction: row;
        width: max-content;
        padding: 16px;
        font-size: 16px;
        font-weight: 600;
        color: white;
        border: 1px solid #c6297c;
        background: #e11e86;
        box-shadow: 0 0 4px 0 #e73e94;
    }
}

.other-services {
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
    margin: 50px 0 0 0;
}

@media (min-width: 550px) {
    #hizmetlerimiz {
        background-color: #fff5fb;
        
        & > p {
            text-align: center;
            margin-bottom: 32px;
        }
    
        h2 {
            text-align: center;
            font-size: 45px;
            color: #E11E86;
        }
    
        .hizmet-holder {
            ul {
                margin: auto;
    
                li {
                    background: white;
                    padding: 10px;
                    display: flex;
    
                    img {
                        max-width: 340px;
                        max-height: 340px;
                        height: 100%;
                        width: 100%;
                        aspect-ratio: 1;
                        border-radius: 9px;
                    }
    
                    div {
                        position: absolute;
                    }
    
                    h3 {
                        text-align: center;
                        margin: 12px;
                    }
    
                    border-radius: 12px;
                    flex-direction: column;
                    max-width: 360px;
                    margin: 22px;
                    align-items: center;
                    justify-content: center;
                    align-content: center;
                    box-shadow: 0 0 10px 0 #e11e868f;
                    transition: all 0.3s;
         
                }
    
                li:hover {
                    transform: scale(1.04);
                }
    
                ;
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }
    
            ;
            max-width: 1300px;
            margin: auto;
        }
    }
}

hr {
    width: 300px;
    height: 4px;
    background-color: #55BED4;
    border-radius: 50px;
    margin-top: 5px;
}

#blogs {
    background-color: #fce7f2;

    .blog-holder {
        div {
            background-color: #ffffff;
        }
    }
}

.social-media-icons {
    img {
        width: 45px;
        height: 45px;
    }
}

.detail-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    gap: 18px;
    max-width: 1300px;
    margin: auto;
}

#faq {
    h2 {
        color: #E11E86;
        text-align: center;
        margin-bottom: 24px;
    }
}

@media (max-width:1400px) and (min-width:550px){
    main {
        & #landing {
            justify-content: flex-end !important;
            background: linear-gradient(20deg, #fef0fd 14%, #fef0fdb0 44%, transparent 54%) !important;

            & picture {
                img {
                    width: 100%;
                    height: 100%;
                    object-position: initial !important;
                }
            }
        }
    }
}

@media (min-width:550px) and (max-width:1300px) {
    #hizmetlerimiz {
        .hizmet-holder {
            max-width: 1100px;
        }

        li {
            margin: 10px !important;
            max-width: 315px !important;
        }
        
    }

    #neden-biz {
        justify-items: center;
        align-items: center;

        .hakkımızda {
            grid-area: 2 / 1 / 2 / 3 !important;
            margin-bottom: 24px;
        }
    }

    .neden-bizi-tercih-etmelisiniz {
        grid-area: 3 / 1 / 3 / 2 !important;
    }

    .imgs {
        grid-area: 3 / 2 / 4 / 4 !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
        justify-items: center !important;
        max-height: 500px !important;

        & > img {
            max-width: 20vw !important;
            object-position: inherit !important;
        }

        div {
            img {
                max-width: 330px !important;
                object-position: inherit !important;
                width: 20vw !important;
            }
        }
    }
}

@media (min-width:850px) and (max-width:1300px) {
    .hakkımızda {
        padding: 0 10vw;
    }

    .neden-bizi-tercih-etmelisiniz {
        padding-left: 10vw !important;
    }

    .imgs {
        padding-right: 10vw !important;
    }
}

@media (min-width:551px) and (max-width:849px) {
    .hakkımızda {
        padding: 0 2vw;
    }

    .neden-bizi-tercih-etmelisiniz {
        padding-left: 2vw !important;
    }

    .imgs {
        padding-right: 2vw !important;
    }
}

@media (max-width:850px) {
    #social-and-contact {
        .holder{
            grid-template-columns: 1fr !important;

            .social, .contact-us {
                max-width: 600px;
                margin: auto;
                width: 100%;
                padding: 5%;
            }
        }
    }
}


@media (min-width:551px) {
    #hamburger {
        display: none;
    }

    #header-nav {
        display: flex;
        flex-direction: row-reverse !important;
    }

    .user-space {
        padding: 10px !important;
        gap: 8px !important;
        span {
            display: none !important;
        }
    }
   
    main {
        display: flex;
        flex-direction: column;
    
        section {
            padding-top: 100px;
            padding-bottom: 100px;
            min-height: 500px;
            position: relative;
        }
    
        #landing {
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: calc(100vh - 100px);
            padding-left: 10vw;
            background: linear-gradient(90deg, #fef0fd 16%, #fef0fd78 44%, transparent 65%);
    
            h2 {
                font-size: 40px;
                max-width: 800px;
                font-size: 3.8em;
    
    
                color: #ca13a3;
                margin-bottom: 24px;
      
            }
    
            span {
                background-color: #ca13a3;
                width: max-content;
                color: white;
                padding: 8px 16px;
                border-radius: 26px;
                font-size: 29px;
                font-weight: 600;
                margin-bottom: 18px;
            }
    
            p {
                max-width: 700px;
                margin-bottom: 18px;
                line-height: 1.3;
                font-weight: 500;
            }
    
            .button-holder {
                display: flex;
                gap: 18px;
                
                button {
                    color: #e51fcb;
                    background-color: #ffffff;
                    border-radius: 60px;
                    padding: 18px;
                    font-size: 18px;
                    text-align: center;
                    border: 2px solid;
                    transition: all 0.4s ease-in-out;
                    width: max-content;
                    font-weight: 600;
                }
    
                button:hover {
                    background-color: #E11E86;
                    color: white;
                    border-color: #E11E86;
                }
            }
    
            picture {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                max-width: 100vw;
                max-height: 100vh;
                z-index: -1;
                gap: 12px;
    
                img {
                    width: 100%;
                    height: 100%;
                    object-position: top right;
                }
            }
        }
    }
    
    #neden-biz {
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        max-width: 1300px;
        margin: auto;
    
        h2 {
            margin: 36px;
            text-align: center;
            font-size: 45px;
            grid-area: 1 / 1 / 1 / 3;
            color: #e11e86;
        }
    
        .hakkımızda {
            grid-area: 2 / 1 / 2 / 2;
    
            p {
                padding: 16px;
                line-height: 1.3;
            }
        }
    
        .neden-bizi-tercih-etmelisiniz {
            grid-area: 3 / 1 / 3 / 2;
    
            ul {
                padding: 18px;
    
                li p {
                    padding: 6px;
                    line-height: 1.3;
                }
            }
        }
    
        .imgs {
            grid-area: 2 / 2 / 4 / 4;
            display: grid;
            grid-template-columns: 4fr 2fr;
            gap: 22px;
            height: 100%;
            align-items: center;
    
            & > img {
                width: 370px;
                height: 100%;
                object-position: top right;
                border-radius: 30px;
                max-height: 630px;
            }
    
            div {
                display: grid;
                padding: 10px 0;
                grid-template-rows: 1fr max-content;
                align-items: flex-start;
                justify-content: center;
                height: 100%;
                max-height: 630px;
                justify-items: center;     
    
                img {
                    width: 330px;
                    height: 100%;
                    object-position: top right;
                    border-radius: 30px;
                }
    
                button {
                    margin-top: 18px;
                    border-radius: 60px;
                    padding: 18px;
                    border: 2px solid #cd065d;
                    font-size: 18px;
                    width: max-content;
                    background: white;
                    color: #cd065d;
                    font-weight: 600;
                }
            }
        }
    }
    
    #social-and-content {
        background: #fbe6ee;
        display: flex;
    }
    
    #blogs {
        background: #fff5fb;
        
    
        .blog-holder {
            display: flex;
            max-width: 1300px;
            margin: auto;
            flex-wrap: wrap;
            justify-content: center;
            align-items: stretch;
            gap: 3vw;
            
            div {
                padding: 10px;
                display: flex;
                flex-direction: column;
                max-width: 360px;
                background-color: white;
                border-radius: 24px;
                gap: 16px;
                box-shadow: 0 0 10px 0 #e11e868f;
                width: 45vw;
            }
    
            img {
                max-width: 340px;
                max-height: 340px;
                width: 100%;
                border-radius: 18px;
            }
    
            p {
                color: #200c37;
            }
        }
    
        .header {
            text-align: center;
            margin: 32px;
            color: #e12296;
        }
    }
    
    hr {
        width: 300px;
        height: 4px;
        background-color: #55BED4;
        border-radius: 50px;
        margin-top: 5px;
    }
    
    #social-and-contact {
        background-color: #5d1561;
    
        .holder {
            max-width: 1250px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            margin: auto;
        
            img {
                width: 45px;
            }
    
            .social {
                display: flex;
                flex-direction: column;
                gap: 12px;
                padding: 40px;
    
                * {
                    color: white;
                } 
    
                .social-box {
                    display: grid;
                    align-items: center;
                    padding-left: 18px;
                    gap: 8px;
                    grid-template-columns: 45px 1fr;
                    margin-bottom: 18px;
    
                    img {
                        width: 45px;
                        padding: 5px;
                    }
    
                    a:any-link {
                        color: white;
                    }
                }
            }
    
    
            .social-media-icons img {
                width: 50px;
                border-radius: 60px;
                padding: 10px;
                background-color: #200c37;
                overflow: visible;
                margin: 8px;
            }
        }
    
        .contact-us {
            padding: 40px;
            border-radius: 40px;
    
            form {
                display: flex;
                flex-direction: column;
                gap: 8px;
    
                input {
                    border-radius: 23px;
                    padding: 8px;
                    border: none;
                    height: calc(1.3em + 23px);
                    font-size: 17px;
                }
    
                input:focus-visible {
                    outline: none;
                    border: 2px solid #510051;
                }
            }
        }
        
    }
    
    label {
        padding-left: 11px;
        color: white;
    }
    
    .other-services button {
        padding: 18px;
        font-size: 18px;
        border-radius: 60px;
        border: 2px solid #e21e86;
        background: white;
        color: #e21e86;
        font-weight: 600;
    }
    
    .dthe2 {
        max-width: 900px;
        width: 90vw;
        margin: auto;
    }
    
    .name-holder {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 80px;
        gap: 8px 42px;
    }
    
    @media (max-width:1200px) {
        .name-holder {
            flex-wrap: nowrap;
            height: auto;
            gap: 8px 42px;
        }
    }

}
@media (max-width:549px) {
    main {
        section {
            padding-top: 100px;
            padding-bottom: 100px;
            min-height: 500px;
            position: relative;
        }
    
        p {
            font-size: 16px;
        }
    }
    
    #landing {
        padding-bottom: 0;
        height: calc(100dvh - 80px);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        background: linear-gradient(0deg, #ffffff 28%, #ffffffa6, transparent 50%);
        gap: 3px;
    
        span {
            background-color: #e961a8;
            color: white;
            padding: 6px;
            border-radius: 20px;
            width: max-content;
            margin-left: 18px;
        }
    
        h2 {
            color: #e961a8;
            margin-left: 18px;
            font-size: 38px;
        }
    
        p {
            font-size: 16px;
            margin-left: 18px;
            color: #2f1121;
        }
    
        .button-holder a {
            margin-left: 19px;
    
            button {
                padding: 18px;
                border-radius: 60px;
                background-color: white;
                color: #e961a8;
                border: 1px solid;
            }
        }
    
        picture {
            img {
                position: absolute;
                top: 0;
                z-index: -1;
                width: -webkit-fill-available;
                height: calc(100vh - 80px);
                object-position: 88%;
            }
        }
    }
    
    
    
    #hizmetlerimiz {
        padding-top: 40px;
        background-color: #fce7f2;
    
    
        h2 {
            text-align: center;
            color: #e21e86;
        }
    
        .dthe2 {
            font-size: 16px;
            padding: 16px;
            text-align: center;
        }
    
        li {
            display: grid;
            grid-template-columns: 4fr 8fr;
            justify-items: center;
            padding: 20px 0;
            border-bottom: 2px solid #fb74a6;
    
            img {
                width: 90%;
                align-self: center;
                box-shadow: 0 0 15px 0 #e1a5c6;
                border-radius: 16px;
            }
    
            h3 {
                grid-area: 1 / 2 / 2 / 2;
                text-align: center;
                padding: 0 8px;
            }
    
            p {
                grid-area: 1 / 2 / 2 / 2;
                margin-top: 32px;
                font-size: 16px;
                padding: 0 8px;
            }
    
        }
    
        .hizmet-holder {
            padding: 8px;
        }
    
        .other-services {
            button {
                background-color: white;
                border-radius: 60px;
                padding: 12px;
                border: 1px solid #e11e86;
                color: #e11e86;
                font-weight: 600;
            }
    
            p {
                width: 90%;
                margin: auto;
                text-align: center;
            }
        }
    }
    
    
    #neden-biz {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: auto;
        font-size: 16px;
        padding: 8px;
        justify-items: center;
        padding-bottom: 40px;
        padding-top: 40px;
    
        h2 {
            text-align: center;
            font-size: 45px;
            color: #e11e86;
            width: 100%;
            margin-bottom: 24px;
        }
    
        .hakkımızda {
            width: 95%;
            font-size: 16px;
    
            p {
                padding: 8px;
                line-height: 1.2;
            }
        }
    
        h3 {
            width: 100%;
        }
    
        .imgs {
            display: grid;
            grid-template-columns: 4fr 2fr;
            gap: 0px;
            height: 100%;
            align-items: center;
            justify-items: center;
    
            & > picture img {
                max-width: 190px;
                width: 95%;
                height: 100%;
                border-radius: 16px;
                max-height: 630px;
            }
    
            div {
                display: grid;
                padding: 10px 0;
                grid-template-rows: 1fr max-content;
                align-items: flex-start;
                justify-content: center;
                height: 100%;
                max-height: 630px;
                justify-items: center;
    
                img {
                    max-width: 190px;
                    width: 95%;
                    height: 100%;
                    object-position: top right;
                    border-radius: 16px;
                }
    
                button {
                    margin-top: 12px;
                    border-radius: 60px;
                    padding: 12px;
                    border: 1px solid #cd065d;
                    font-size: 16px;
                    width: max-content;
                    background: white;
                    color: #cd065d;
                    font-weight: 400;
                    text-align: center;
                }
            }
        }
    
        .neden-bizi-tercih-etmelisiniz {
            margin-top: 18px;
            width: 95%;
            
            p {
                padding: 8px;
            }
        }
    }
    
    #blogs {
        padding-top: 40px;
    
        .header {
            h2 {
                text-align: center;
                color: #e11e86;
                margin-bottom: 24px;
            }
        }
    
        .blog-holder {
            display: flex;
            flex-wrap: wrap;
    
            div {
                width: 45%;
                margin: 2%;
                display: grid;
                justify-items: center;
                padding: 2.5%;
                border-radius: 12px;
                gap: 8px;
    
                picture {
                    width: 100%;
                }
    
                img {
                    width: 100%;
                    height: 30vw;
                    border-radius: 8px;
                }
    
                h3 {
                    font-size: 18px;
                }
    
                p {
                    font-size: 15px;
                }
            }
        }
    }
    
    #social-and-contact {
        padding: 0;
        background: #fce7f2;
    
        svg {
            padding: 2px;
            overflow: visible;
        }
    
        path {
            stroke: #2f1121 !important;
        }
    
        .social-media-icons path, .address path {
            fill: #2f1121 !important;
        }
    
        .holder {
            display: grid;
    
            .social {
                background-color: #fce7f2;
                padding: 40px 12px;
    
                h2 {
                    margin-bottom: 16px;
                    text-align: center;
                    color: #e11e86;
                }
    
                p {
                    margin-bottom: 8px;
                    text-align: center;
                }
    
                .social-box {
                    display: flex;
                    align-items: center;
                    gap: 12px;
                    width: max-content;
                    margin: auto;
                    min-width: 300px;
                    margin-bottom: 12px;
    
                    img {
                        width: 45px;
                        height: 45px;
                    }
                }
    
                .social-media-icons {
                    width: max-content;
                    margin: auto;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
    
                    svg {
                        width: 30px;
                        height: 30px;
                        object-fit: fill;
                        margin: 8px;
                    }
                }
            }
        }
    
        .contact-us {
            padding: 40px 12px;
            background-color: #d695d1;
    
            h2 {
                color: white;
                margin-bottom: 28px;
            }
    
            form {
                display: flex;
                flex-direction: column;
                align-items: stretch;
    
                div.name-holder {
                    display: flex;
                    flex-direction: column;
                    flex-wrap: wrap;
                }
    
                input {
                    font-size: 16px;
                    padding: 8px;
                    border-radius: 60px;
                    border: none;
                    margin-bottom: 12px;
                }
    
                label {
                    margin-bottom: 6px;
                    margin-left: 8px;
                }
            }
        }
    }
    
    #faq {
        padding: 40px 8px;
    }
}

@media (max-width:800px) {
    #neden-biz {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: auto;
        font-size: 16px;
        padding: 8px;
        justify-items: center;
        padding-bottom: 40px;
        padding-top: 40px;
    
        h2 {
            text-align: center;
            font-size: 45px;
            color: #e11e86;
            width: 100%;
            margin-bottom: 24px;
        }
    
        .hakkımızda {
            width: 95%;
            font-size: 16px;
    
            p {
                padding: 8px;
                line-height: 1.2;
            }
        }
    
        h3 {
            width: 100%;
        }
    
        .imgs {
            display: grid;
            grid-template-columns: 4fr 2fr;
            gap: 0px;
            height: 100%;
            align-items: center;
            justify-items: center;
    
            & > picture img {
                max-width: 190px;
                width: 95%;
                height: 100%;
                border-radius: 16px;
                max-height: 630px;
            }
    
            div {
                display: grid;
                padding: 10px 0;
                grid-template-rows: 1fr max-content;
                align-items: flex-start;
                justify-content: center;
                height: 100%;
                max-height: 630px;
                justify-items: center;
    
                img {
                    max-width: 190px;
                    width: 95%;
                    height: 100%;
                    object-position: top right;
                    border-radius: 16px;
                }
    
                button {
                    margin-top: 12px;
                    border-radius: 60px;
                    padding: 12px;
                    border: 1px solid #cd065d;
                    font-size: 16px;
                    width: max-content;
                    background: white;
                    color: #cd065d;
                    font-weight: 400;
                    text-align: center;
                }
            }
        }
    
        .neden-bizi-tercih-etmelisiniz {
            margin-top: 18px;
            width: 95%;
            
            p {
                padding: 8px;
            }
        }
    }
}

/* # The Rotating Marker # */
details summary::-webkit-details-marker { display: none; }
summary::before {
  font-family: "Hiragino Mincho ProN", "Open Sans", sans-serif;
  content: "▶";
  position: absolute;
  top: 1rem;
  left: 0.8rem;
  transform: rotate(0);
  transform-origin: center;
  transition: 0.2s transform ease;
}
details[open] > summary:before {
  transform: rotate(90deg);
  transition: 0.45s transform ease;
}

/* # The Sliding Summary # */
details { overflow: hidden; }
details summary {
  position: relative;
  z-index: 10;
}
@keyframes details-show {
  from {
    margin-bottom: -80%;
    opacity: 0;
    transform: translateY(-100%);
  }
}
details > *:not(summary) {
  animation: details-show 500ms ease-in-out;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  color: transparent;
  overflow: hidden;
}
details[open] > *:not(summary) { color: inherit; }

/* # Style 4 # */
details.style4 summary {
  padding-right: 2.2rem;
  padding-left: 1rem;
  background-color: #faa4ff;
}
details.style4 summary::before {
  content: "×";
  color: #ffffff;
  font-size: 2rem;
  line-height: 1rem;
  transform: rotate(-45deg);
  top: 1.2rem;
  left: unset;
  right: 1.6rem;
}
details[open].style4 > summary:before {
  transform: rotate(90deg);
  color: #ffffff !important;
  transition: color ease 2s, transform ease 1s;
}


/* # Just Some Pretty Styles # */

p { margin: 0; padding-bottom: 10px; }
p:last-child { padding: 0; }
details {
  max-width: 500px;
  box-sizing: border-box;
  background: white;
  width: 90%;
}
summary {
  /* border-bottom: 2px solid #5d1561; */
  outline: none;
  padding: 1rem;
  display: block;
  background: #ffffff;
  color: #420542;
  padding-left: 2.2rem;
  position: relative;
  cursor: pointer;
  border-radius: 60px;
}
details[open] summary,
summary:hover {
  color: #ffffff;
  background: #5d1561;
}
summary:hover strong,
details[open] summary strong,
summary:hover::before,
details[open] summary::before {
  color: #ffffff;
}
.content {
  padding: 10px;
  border: 2px solid #888;
  border-top: none;
}


@media (max-width:500px) {
    .sepet {
        left: auto !important;
    }
}
