﻿header .denemelayout {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    padding: 20px 7%;
    align-items: center;
    display: none;
    justify-content: space-between;
    z-index: 1000;
}

.arka-plan {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.gorsel-area-mobile {
    display: none;
}

    .arka-plan img {
        width: 100%;
        height: 100%;
        margin-top: 1%;
        object-fit: cover;
        position: fixed;
    }

.ul_madde {
    list-style: inherit !important;
    font-size: 18px !important;
    padding-left: 4rem !important;
}

.navbar-nav {
    float: right;
}

.carousel-control-prev-icon {
    background-color: black;
}

.carousel-control-next-icon {
    background-color: black;
}
/*.web_meme {
    height: 36%;
}
*/
.navbar-collapse.collapse {
    margin-right: 4%;
}

.navbar-brand {
    margin-left: 5%;
    padding: 0px !important;
}

.ul_madde_1 {
    list-style: decimal;
    font-size: 18px !important;
    padding-left: 4rem !important;
}

    .ul_madde_1 li {
        padding-left: 0.5rem !important;
        font-size: 15px;
    }

.ul_madde li {
    padding-left: 0.5rem !important;
    font-size: 15px;
}

.close:before {
    content: "✖";
    border: 1px solid black;
    background-color: #eee;
    padding: 0.5em;
    cursor: pointer;
    margin-right: 3rem;
    margin-top: 1rem;
}

header .logo_1 {
    font-weight: bolder;
    font-size: 25px;
    color: #333;
}

header .navbar_1 ul {
    list-style: none;
}

    header .navbar_1 ul li {
        position: relative;
        float: left;
    }

        header .navbar_1 ul li a {
            font-size: 12px;
            padding: 20px;
            color: #333;
            display: block;
        }

            header .navbar_1 ul li a:hover {
                background: #333;
                color: #FFFFFF;
            }

        header .navbar_1 ul li ul {
            position: relative;
            left: 0;
            width: 200px;
            background: #FFFFFF;
            display: none;
        }

            header .navbar_1 ul li ul li {
                width: 100%;
                border-top: 1px solid #333;
            }

                header .navbar_1 ul li ul li ul {
                    left: 200px;
                    top: 0;
                }

        header .navbar_1 ul li:hover > ul {
            display: initial;
        }


#menu-bar {
    display: none;
}

header label {
    font-size: 20px;
    color: #333;
    cursor: pointer;
    display: none;
}

/*@media(min-width:991px) {
  

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}*/

@media(max-width:991px) {
    nav {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }


    .navbar_1 {
        height: 100vh !important;
    }

    header {
        padding: 20px;
        display: flex;
    }

    .web_header {
        display: none;
    }

    header label {
        display: initial;
    }

    header .navbar_1 {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #FFF;
        border-top: 1px solid #333;
        display: none;
    }

        header .navbar_1 ul li {
            width: 100%;
        }

            header .navbar_1 ul li ul {
                position: relative;
                width: 100%;
            }

                header .navbar_1 ul li ul li {
                    background: #eee;
                }

                    header .navbar_1 ul li ul li ul {
                        width: 100%;
                        left: 0;
                    }

    #menu-bar:checked ~ .navbar_1 {
        display: contents;
    }
}

p {
    font-family: "Poppins", serif;
}

h1 {
    font-family: "Poppins", serif;
}

h2 {
    font-family: "Poppins", serif;
}

h3 {
    padding-top: 2rem;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: bold;
}

h4 {
    font-family: "Poppins", serif;
    font-size: 24px;
    font-weight: bold;
}

h5 {
    font-family: "Poppins", serif;
}

h6 {
    font-family: "Poppins", serif;
}

a {
    font-family: "Poppins", serif;
}

.logo_header {
    width: auto;
    height: auto;
}

nav {
    margin-left: 5rem;
    margin-right: 5rem;
    border-radius: 8px !important;
}

.iletisim_hr {
    border-top: 0.1rem solid gray !important;
    width: 100% !important;
}

.contact_inf p {
    display: inline;
    padding-left: 1rem;
}

.contact_inf {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#carouselExampleControls img {
    height: auto;
    width: auto;
}

.rounded-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    width: 30px; /* İkonun genişliği */
    height: 30px; /* İkonun yüksekliği */
    border: 1px solid white; /* İstediğiniz renk ve kalınlıkta border ekleyebilirsiniz */
}

    .rounded-icon:hover {
        border: 1px solid white;
    }

    .rounded-icon i {
        font-size: 13px;
        margin: 0;
        color: white;
    }

        .rounded-icon i:hover {
            font-size: 15px;
        }





.social-icons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.gorsel-area {
    position: relative;
    height: auto !important;
    background-size: contain;
    display: flex;
    justify-content: center;
/*    margin-top: 7%;*/
    margin-bottom: 5%;
    width: 100%;
}

    .gorsel-area img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.container-fluid {
    padding-right: 64px !important;
    padding-left: 66px !important;
    margin-right: auto;
    margin-left: auto;
}

.iletisim_box {
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    background-color: #ECC7AD;
    border-radius: 2rem;
}

.bg-light {
    background-color: white !important;
}

ul li {
    padding-left: 2.5rem;
    padding-top: 1rem;
}

.jumbotron {
    /* height: 100vh;
    background-image: url("../assets/full_bg.svg");
    background-size: cover;
    width: 100%;*/
    margin-top: 7%;
}

.jumbotron_bio {
    position: relative;
    height: 80vh !important;
    background-image: url("../assets/bio_bg_2.svg");
    background-size: cover;
    width: 100%;
    margin-top:4%;
}

/*.jumbotron_breast_lift {
    position: relative;
    height: 60vh !important;
    background-image: url("../assets/breast_bg_1.svg");
    background-size: cover;
    width: 100%;
}*/

.navbar-brand {
    padding: 0px !important;
}

.navbar {
    position: fixed;
    justify-content: space-evenly;
    top: 0;
    min-height: 50px;
    margin-bottom: 20px;
    display: flex;
    border: 1px solid transparent;
    z-index: 99999999999;
}

.bio_container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
}

.bio_conttainer2 {
    position: absolute;
    bottom: 0px;
    background-size: cover;
    border-radius: 1rem;
    background-image: url("../assets/bio_bg.svg");
}

.bio_container_text {
    padding-left: 15rem;
    padding-right: 15rem;
}

    .bio_container_text p {
        padding-top: 2rem;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 1.1em;
        font-weight: 300;
        line-height: 1.7em;
        color: #424040;
    }

.centered-text {
    text-align: center;
}

.btn_color {
    background-color: #ECC7AD;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 2rem;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.bodybg_1 {
}

.bodybg_2 {
    padding: 0;
}

.bodybg_3 {
}

#iletisim_form {
    margin-top: 10%;
}

.bodybg_4 {
    position: relative;
    height: 800px;
    background-size: cover;
    display: flex;
    justify-content: center;
}

section {
    padding-bottom: 5rem;
}


.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}

    .slider .slide-track {
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(250px * 14);
    }

    .slider .slide {
        height: 100px;
        width: 250px;
    }

@keyframes scroll {
    0% {
        transform: translate(0);
    }

    100% {
        transform: translateX(calc(-250px * 6));
    }
}

#botoks_section {
    position: relative;
    height: 95vh;
    background-image: url("../assets/jumbotron_3.svg");
    background-size: cover;
    display: flex;
    justify-content: center;
}


.header {
    margin-left: 5rem;
    margin-right: 5rem;
    background-color: white;
    border-radius: 8px;
    padding: 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
    grid-gap: 5px;
}

.item {
    font-size: 14px;
    text-align: center;
}

.dropdown-item {
    padding-top: 3rem;
    padding-left: 3rem;
    border-radius: 1rem;
    color: #272C34;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.dropdown-menu {
    width: 300px;
}

.dropdown-item:hover {
    background-color: #B3866633;
}

.education_div {
    border-radius: 1rem;
    border: 2px solid #ECC7AD;
}

.education_div_1 {
    margin-bottom: 1rem;
    border-radius: 1rem;
    border: 2px solid #ECC7AD;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#bio_details {
    margin-top: 5rem;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 80%;
        height: 100%;
    }

#brand_section {
    position: relative;
    height: 250px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    padding: 0;
}

.swiper_brand {
    width: 150px !important;
    height: 150px !important;
}

.breast_img {
    position: absolute;
    right: 15rem;
    bottom: 0px;
}

.breast_header {
    position: absolute;
    left: 15rem;
    bottom: 50px;
}

/*#ideal_breast {*/
/*    margin-top: 10rem;
*/ /*}*/

#merak_edilenler {
    padding-top: 10rem;
}

.swiper_area {
    position: relative;
    height: 100%;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper-wrapper {
    background-color: white !important;
}

.mobilefooter_1 {
    display: none;
}

.accordion-button {
    background-color: #ECC7AD;
}

/* Footerin stilini belirleyen CSS kuralları */
.footer {
    display: flex; /* Elemanları yan yana yerleştirir */
    justify-content: space-between; /* Elemanları aralarında boşluk bırakarak yerleştirir */
    background-color: #272C34;
    padding: 20px;
    padding-left: 10rem !important;
    padding-right: 10rem !important;
    padding-bottom: 5rem;
}

    .footer a {
        color: #555;
        text-decoration: none;
    }

    .footer p {
        color: #F5F5F5;
    }

    .footer ul {
        color: #F5F5F5;
    }

.prof_center {
    display: flex;
    justify-content: center;
}

.foopter ul li a {
    color: #F5F5F5;
}

.body_text {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 99;
    width: 100%;
    text-align: center;
}

.body_shape_text {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 99;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 24px;
}

    .body_shape_text a {
        color: white;
    }

.body_text a {
    color: white;
    font-size: 24px;
}

.body_text1 {
    position: absolute;
    top: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 99;
    width: 100%;
    text-align: center;
}

    .body_text1 a {
        color: white;
        font-size: 24px;
    }

.body_text_2 {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 99;
    width: 100%;
    text-align: center;
    opacity: 0;
}

    .body_text_2 a {
        font-size: 24px;
        color: white;
        padding-bottom: 1rem;
    }

.happy_text {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 99;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 48px;
}

.happy_div {
    background-image: url("../assets/mutlu_pic.svg");
    background-size: cover;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 500px;
}

.body_text_5 a {
    color: white;
    font-size: 42px;
}

.jumbotron_text {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 500px;
}

.vide_radius {
    border-radius: 2rem;
}

iframe {
    border-radius: 2rem;
}

.bg_iletisim {
    background-image: url("../assets/bridge_bg.svg");
    background-size: cover;
    justify-content: center;
    height: 500px;
    width: 100%;
}

.iletisim_1 {
    border: 2px solid #ECC7AD;
    border-radius: 2rem;
    background: rgba(0,0,0,.2);
}

.btn:hover {
    background-color: #ECC7AD;
}

.shadow {
    background: rgba(0,0,0,.2);
}

.content_text {
    padding-top: 2rem;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 2;
    color: #424040;
    font-size: 15px;
}


#youtube_onur_egemen {
    height: 500px;
}

.bio_text {
    position: absolute;
    bottom: 0;
}

#biography {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important;
}

.sidebar_nav li {
    list-style-type: none;
}

.sidebar_nav {
    list-style-type: none;
}

    .sidebar_nav li a {
        color: #955D35;
    }

hr {
    border-top: 0.5rem solid #ECC7AD !important;
    padding-bottom: 0.5rem;
    width: 300px;
}

#botoks_dolgu {
    background-image: url("../assets/subat/BANNERLAR/Untitled-1Artboard 1 copy 9.jpg");
    background-size: cover;
    height: 500px;
}

.pure-menu-list {
    list-style-type: none;
    text-decoration: none;
}

.pure-menu-item,
.pure-menu-has-children,
.pure-menu-allow-hover {
    list-style-type: none;
    text-decoration: none;
}

.pure-menu-link {
    text-decoration: none;
}

    /*   .bio_container_text_youtube {
        margin-left: 5rem !important;
    }*/


    .pure-menu-link:hover {
        text-decoration: none;
    }

.pure-menu-heading {
    color: #308d46;
}

.custom-display {
    /* To limit the menu width to
            the content of the menu: */
    display: inline-block;
}

.pure-menu-link {
    font-size: 20px;
    color: #955D35;
}

.centerdiv {
    width: 85%;
    bottom: -30px; /* Örneğin, tam sayfa yüksekliği */
    position: absolute;
    text-align: center;
    background-image: url("../assets/bio_container_bg.svg");
    background-size: cover;
    padding: 35px;
    display: flex;
    justify-content: center;
    margin-left: 10rem;
    margin-right: 15rem;
    border-radius: 3rem;
}


#bio_details {
    padding-top: 20rem;
}

.nav-link {
    font-size: 12px !important;
    width: 100% !important;
    color: black !important;
}


/*Card Örneği*/
.about {
    $cubic: cubic-bezier(0.64, 0.01, 0.07, 1.65);
    $transition: 0.6s $cubic;
    $size: 40px;
    position: fixed;
    z-index: 10;
    bottom: 10px;
    right: 10px;
    width: $size;
    height: $size;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    transition: all 0.2s ease;
    .bg_links

{
    width: $size;
    height: $size;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(#fff, 0.2);
    border-radius: 100%;
    backdrop-filter: blur(5px);
    position: absolute;
}

.logo {
    width: $size;
    height: $size;
    z-index: 9;
    background-image: url(https://rafaelalucas91.github.io/assets/codepen/logo_white.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 10px 7px;
    opacity: 0.9;
    transition: all 1s 0.2s ease;
    bottom: 0;
    right: 0;
}

.social {
    opacity: 0;
    right: 0;
    bottom: 0;
    .icon

{
    width: 100%;
    height: 100%;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    display: flex;
    transition: all 0.2s ease, background-color 0.4s ease;
    opacity: 0;
    border-radius: 100%;
}

&.portfolio {
    transition: all 0.8s ease;
    .icon

{
    background-image: url(https://rafaelalucas91.github.io/assets/codepen/link.svg);
}

}

&.dribbble {
    transition: all 0.3s ease;
    .icon

{
    background-image: url(https://rafaelalucas91.github.io/assets/codepen/dribbble.svg);
}

}

&.linkedin {
    transition: all 0.8s ease;
    .icon

{
    background-image: url(https://rafaelalucas91.github.io/assets/codepen/linkedin.svg);
}

}
}

&:hover {
    width: 105px;
    height: 105px;
    transition: all $transition;
    .logo

{
    opacity: 1;
    transition: all 0.6s ease;
}

.social {
    opacity: 1;
    .icon

{
    opacity: 0.9;
}

&:hover {
    background-size: 28px;
    .icon

{
    background-size: 65%;
    opacity: 1;
}

}

&.portfolio {
    right: 0;
    bottom: calc(100% - 40px);
    transition: all 0.3s 0s $cubic;
    .icon

{
    &:hover

{
    background-color: #698fb7;
}

}
}

&.dribbble {
    bottom: 45%;
    right: 45%;
    transition: all 0.3s 0.15s $cubic;
    .icon

{
    &:hover

{
    background-color: #ea4c89;
}

}
}

&.linkedin {
    bottom: 0;
    right: calc(100% - 40px);
    transition: all 0.3s 0.25s $cubic;
    .icon

{
    &:hover

{
    background-color: #0077b5;
}

}
}
}
}
}

.wrapper {
    width: 100vw;
    margin: 0 auto;
    height: 400px;
    background-color: #161616;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}
.mobile-head {
    display: none;
}

@media screen and (max-width: 767px) {
    .denemelayout{
        display:none;
    }
    .gorsel-area-mobile {
        display:contents;
        margin-top: 30% !important;
        height: auto !important;
    }
    .gorsel-area {
       display:none;
    }
    .mobile-head {
        background:#fff;
        display: ruby-text;
    }
    .arka-plan img {
        width: auto;
        height: auto;
        margin-top: 1%;
        object-fit: cover;
        position: fixed;
    }
    .wrapper {
        height: 700px;
    }
    .container-fluid {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }
        .gorsel-area {
        margin-top: 30% !important;
        height: auto !important;
    }
  
    .iletisim_1 {
        margin-right: 0px !important;
    }

    .bodybg_2 img {
        width: 100% !important;
        padding-bottom: 2%;
    }
}

.content {
    max-width: 1024px;
    width: 100%;
    padding: 0 4%;
    padding-top: 250px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .content {
        padding-top: 300px;
        flex-direction: column;
    }

    .navbar-nav {
        float: left;
        margin-left: 5%;
        align-items: start !important;
    }

    .navbar-brand {
        margin-right: 0px;
    }

    #carouselExampleControls img {
        height: auto;
/*        margin-top: 6%;
*/        width: auto;
    }
    .parent:hover > ul {
        position: static !important;
    }

    .jumbotron_bio {
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        margin-top: 20%;
        height: 28vh !important;
    }

    #bio_details {
        padding-top: 0 !important;
    }

    .bio_container_text {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .swiper_brand {
        width: 110px !important;
        height: 110px !important;
    }
    .footer-menu{
        margin-right:2rem !important;
    }
    .bio_container_text-mobile{
        padding-right:4% !important;
        padding-left:4% !important;
    }
    .social-icons{
        padding-bottom:2%
    }

}

.card {
    width: 100%;
    height: 700px;
    background-image: url("../assets/body_true_1.svg");
    background-size: cover;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    border: 2px solid rgba(7, 7, 7, 0.12);
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s ease;
}


.card_1 {
    width: 100%;
    height: 700px;
    background-image: url("../assets/body_true_1.svg");
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    border: 2px solid rgba(7, 7, 7, 0.12);
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s ease;
}

.card_2 {
    width: 100%;
    height: 700px;
    background-image: url("../assets/body_true_3.svg");
    background-size: cover;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    border: 2px solid rgba(7, 7, 7, 0.12);
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s ease;
}


.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.card .title {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-top: 30px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.card .text {
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
    color: white;
    font-weight: 200;
    letter-spacing: 2px;
    opacity: 0;
    max-height: 0;
    transition: all 0.3s ease;
}

.shadow_card {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.2);
    transition: all 0.3s ease;
}

.shadow_card_2 {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.2);
    transition: all 0.3s ease;
}

.shadow_card_1 {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.2);
    transition: all 0.3s ease;
}

.card:hover .info {
    height: 90%;
}

.card:hover .text {
    transition: all 0.3s ease;
    opacity: 1;
    max-height: 40px;
}

.meme_card:hover .body_text a {
    font-size: 40px;
    transition: all 0.3s ease;
}

.bodybg_3:hover .body_text_face a {
    font-size: 40px;
    transition: all 0.3s ease;
}

.bodybg_3:hover .shadow_card_2 {
    display: block;
    transition: all 0.3s ease;
}

.bodybg_2:hover .shadow_card_1 {
    display: block;
    transition: all 0.3s ease;
}

.bodybg_2:hover .body_text_2 {
    opacity: 1;
    transition: all 0.3s ease;
}

.bodybg_2:hover .body_shape_text {
    position: absolute;
    top: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 99;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 40px;
}

.meme_card:hover .shadow_card {
    display: block;
    transition: all 0.3s ease;
}

.card:hover .icon {
    background-position: -120px;
    transition: all 0.3s ease;
}

    .card:hover .icon i {
        background: linear-gradient(90deg, #FF7E7E, #FF4848);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        opacity: 1;
        transition: all 0.3s ease;
    }



/*Örnek Navbar*/
.parent {
    display: block;
    position: relative;
    float: left;
}


    .parent:hover > ul {
        display: block;
        position: absolute;
    }

.child {
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: none;
    width: 300px;
    border-bottom-left-radius: 10rem;
    z-index: 1;
}

    .child li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .child li a {
        }

            .child li a:hover {
                color: #B38666;
            }

a {
    text-decoration: none !important;
}

.child li {
    background-color: #FFFFFF;
    line-height: 30px;
    width: 100%;
    text-decoration: none;
}

    .child li a {
        color: #000000;
    }

ul {
    font-size: initial;
    padding-top: 2rem;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #424040;
    list-style: none;
    margin: 0;
    padding: 0px;
}

    ul ul ul {
        left: 100%;
        top: 0;
        margin-left: 1px;
    }

li:hover {
}

.parent li:hover {
}

.expand {
    font-size: 12px;
    float: right;
    margin-right: 5px;
}

#brand_section_mobile {
    display: none;
}

#youtube_onur_egemen {
    display: block;
}

#youtube_onur_egemen_mobile {
    display: none;
}

.iletisim_iframe {
    margin-top: 5rem;
}

.mobilefooter {
    display: none;
}

#Ameliyat_Cesit_1 {
    display: none;
}

#Ameliyat_Cesit {
    display: block;
    margin-left:7%;
}

.swiper_area_5 {
    margin-top: 5rem;
    height: 700px;
}

@media (max-width: 1200px) {
    .jumbotron {
        margin-top: 10%;
    }
}

@media (max-width: 576px) {
    .swiper_mobile {
        height: 300px !important;
        margin-left: 5px;
    }

    .iletisim_1 {
        margin-right: 0px !important;
    }

    h4 {
        font-size: 20px;
    }

    .bodybg_4 {
        display: none;
    }

    #meme_buyumesi {
        padding-bottom: 3rem !important;
    }

    #nekadarsurer {
        padding-bottom: 3rem;
    }

    h3 {
        font-size: 24px;
        padding-top: 2rem;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .swiper-wrapper {
        height: 520px;
    }
    .little-gorsel{
        display:flex;
        justify-content:center;
    }
    .swiper_area_5 {
        margin-top: 0 !important;
    }

    #merak_edilenler {
        padding-top: 10rem !important;
    }

    #Ameliyat_Cesit_1 {
        display: block;
    }

    #Ameliyat_Cesit {
        display: none !important;
    }

    .swiper {
        height: auto !important;
    }

    h3 {
        text-align: center;
        padding-top: 2rem;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .content_text {
        font-size: 14px !important;
        line-height:2;
    }

    ul li {
        padding-left: 0 !important;
    }

    #botoks_dolgu {
        display: none !important;
    }

    .mobile_jumbotron_text {
        text-align: center;
        left: 0px !important;
        font-size: 48px !important;
    }

    p {
        font-size: 14px !important;
    }

    .centered-text {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .centered-text_mobile {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    #botoks_section {
        display: none;
    }

    #happy {
        display: none;
        padding-bottom: 0;
    }

    #brand_section_mobile {
        display: block;
    }

    #brand_section_mobile {
        height: 300px;
    }

    #brand_section {
        display: none;
    }

    #youtube_onur_egemen_mobile {
        display: block;
    }

    #youtube_onur_egemen {
        display: none;
        padding: 0 !important;
        background-image: none;
    }

    footer {
        display: none !important;
    }

    /*  .bio_container_text {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }*/

    .bg_iletisim {
        height: 100vh !important;
    }

    .mobile_iletisim {
        height: 100% !important;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mobile_iframe {
        height: 100% !important;
        width: -webkit-fill-available;
    }

    .iletisim_iframe {
        margin-top: 1rem;
    }

    .mobilefooter {
        display: flex;
        justify-content: center;
    }

    .mobilefooter_1 {
        background-color: #272C34;
        display: block;
    }

    .mobilefooterul li a {
        color: white !important;
    }

    .mobilefooterul {
        display: flex;
        justify-content: center;
    }

    .centerdiv {
        display: none;
    }

    #bio_details {
        padding-top: 2rem;
    }

    .edu_mobile {
        padding-left: 3rem;
    }

    .mobile_certi {
        display: flex;
        justify-content: center;
    }

    .breast_img {
        display: none;
    }

    .img_mobile_meme_2 {
        width: 90%;
    }

    .img_mobile_meme_3 {
        width: 90%;
        margin-top: 3rem;
    }

    #ideal_breast {
        margin-top: 0 !important;
    }

    .breast_header {
        display: block;
        text-align: center;
        position: inherit;
        bottom: 0;
        left: 0;
        top: 50px;
    }
}


/*İnput Groups*/
.input-group {
    position: relative;
    padding-top: 2rem;
}

.input {
    border: solid 1.5px #9e9e9e;
    border-radius: 1rem;
    background: none;
    padding: 1rem;
    font-size: 1rem;
    color: black;
    font-size: 14px;
    font-family: "Poppins", serif;
    transition: border 150ms cubic-bezier(0.4,0,0.2,1);
    width: 100%;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}

.user-label {
    position: absolute;
    left: 15px;
    color: #e8e8e8;
    pointer-events: none;
    transform: translateY(1rem);
    transition: 150ms cubic-bezier(0.4,0,0.2,1);
}

.input:focus, input:valid {
    outline: none;
    border: 1.5px solid #1a73e8;
}

    .input:focus ~ label, input:valid ~ label {
        transform: translateY(-50%) scale(0.8);
        background-color: white;
        padding: 0 .2em;
        color: gray;
        font-size: 16px !important;
    }

.language-menu {
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 90000000;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    border-radius: 50%;
    padding: 10px;
    border: none;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    .dropdown-content a {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #333;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}
