@font-face {
    font-family: 'pf';
    src: url('/_assets/fonts/PFSquareSansPro-Light.woff2') format('woff2'),
        url('/_assets/fonts/PFSquareSansPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'pf';
    src: url('/_assets/fonts/PFSquareSansPro-Regular.woff2') format('woff2'),
        url('/_assets/fonts/PFSquareSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    src: url('/_assets/fonts/Monitorca.woff2') format('woff2'),
        url('/_assets/fonts/Monitorca.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

.name{
    
}
.surname{
    margin-top: -10px;
}


html,
body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-family: 'pf';
}

* {
    vertical-align: top;
    box-sizing: border-box;
}

.page {
    margin: auto;
    -webkit-box-shadow: 0px 0px 67px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 0px 67px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 0px 67px 0px rgba(0, 0, 0, 0.26);
    background: #fff;
    min-height: 100vh;
}

img {
    max-width: 500px; 
    width: calc(100vw - 40px);;
    height: auto;
}

.nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.nav a {
    color: white;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    text-decoration: none;
    position: relative;
}

.nav a span {
    position: absolute;
    bottom: 20px;
    right: 30px;
    transition: 0.4s;
    font-size: 240%;
}
iframe{
    margin: 40px auto;
    width: 100%;
    max-width: 900px;
    display: block;
}
.nav:hover a span {
    opacity: 0.5;
}

.nav:hover a:hover span {
    opacity: 1;
}

.body {
    display: inline-flex;
    flex-basis: 50%;
    background: url('/_assets/images/bmenu/1.jpg') no-repeat center center;
    background-size: cover;
}

.listlinks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 10px;
    gap: 10px;
}
.listlinks > br{
    display: none !important;
}
.biglink:hover{
    background: #1379b534;
}
.biglink{
    padding: 10px;
    display: block;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    background: #1379b514;
    font-size: 150%;
    color: #1479b5;
    text-decoration: none;
}
.breast {
    display: inline-flex;
    flex-basis: 50%;
    background: url('/_assets/images/bmenu/2.jpg') no-repeat center center;
    background-size: cover;
}

.face {
    display: inline-flex;
    flex-basis: 50%;
    background: url('/_assets/images/bmenu/3.jpg') no-repeat center center;
    background-size: cover;
}
.other {
    display: inline-flex;
    flex-basis: 50%;
    background: url('/_assets/images/bmenu/4.jpg') no-repeat center center;
    background-size: cover;
}

.dilgem {
    background: url('/_assets/images/tbg2.jpg') no-repeat right top;
    background-size: cover;
    color: black;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    display: flex;
    min-height: 400px;
    padding-top: 100px;
}

.info {
    padding: 30px;
    font-size: 130%;
}

.n {
    padding-top: 50px;

}

.lstnews img{
    width: 100vw !important;
}

.w b {
    font-weight: normal;
    font-size: 150%;
}

.imgdr img {
    width: 220px;
}

.consultation_body {
    display: flex;
}

.consultation {
    background: url('/_assets/images/consult_bg_btm.jpg') no-repeat bottom center;
    background-size: 100%;
    padding: 20px;
}

.consultation h1 {
    font-weight: normal;
    font-size: 150%;
}

.form {
    flex-basis: 50%;
    margin-bottom: 200px;
}

.adress {
    flex-basis: 50%;
    padding: 0px 20px;
    line-height: 1.55;
    font-size: 80%;
}

.form input:first-child {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.form input,
.form textarea {
    padding: 10px;
    border: none;
    padding-bottom: 20px;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 4px;
    transition: 0.3s;
    outline: none;
    width: 100%;
}

.form input:focus,
.form input:hover,
.form textarea:focus,
.form textarea:hover {

    background: rgba(0, 0, 0, 0.1);
}

button {

    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
    border: none;
    width: 100%;
    cursor: pointer;
    color: white;
    font-size: 100%;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    outline: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

button:hover,
button:focus {

    background: rgba(0, 0, 0, 0.5);
}

.map_btn {
    background: #1479b5;
    color: white;
    display: block;
    text-decoration: none;
    padding: 10px;
    line-height: 1;
    font-size: 120%;
    margin: 10px 0px 30px 0px;
}

.map_btn small {
    font-size: 60%;
    display: block;
}

.cosmetology {
    padding: 50px;
    background: url('/_assets/images/cosmetology_bg.jpg') no-repeat center top;
    background-size: cover;
    padding-top: 80vw;
    font-size: 120%;
    color: white;
    font-weight: normal;

}

.cosmetology h1 {

    font-weight: normal;
    font-size: 180%;
}

.cosmetology ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.cosmetology  a{
    text-decoration: none;
    color: white;
    font-size: 90%;
    margin-bottom: 10px;
    display: block;
    transition: 0.3s;
}

.cosmetology:hover a {
    opacity: 0.6;
}

.cosmetology:hover a:hover {
    opacity: 1;
}

.articles {
    background: url('/_assets/images/articles_bg.jpg') no-repeat top center;
    background-size: cover;
    padding: 40px;
    color: white;
    text-align-last: center;
}

.articles h1 {
    font-size: 200%;
    font-weight: normal;
}

.tabs ul {
    list-style: none;
    display: flex;
    padding: 0px;
    margin: 0px;
    justify-content: space-between;
}

.lstnews img {
    margin: 20px 0px 30px -40px;
}

.other_articles_lnk {
    width: 100%;
    background: #333;
    padding: 20px 0px;
    font-size: 140%;
    display: block;
    margin-top: 30px;
}

.articles div {
    text-align: center;
}

.nhdr {
    font-size: 160%;
    margin-bottom: 20px;
}

.footer {
    padding: 50px;
    height: 400px;
    background: #eaeaea;
}

.entonee {
    width: 300px;
    height: 100px;
    background: url('/_assets/images/ilham.png') no-repeat;
    margin-top: 50px;
    background-size: 100px;
}

.fixed {
    position: fixed;
    right: 30px;
    transition: 0.3s;
    bottom: 30px;
    z-index: 10000;
}

.mobilemenu .fixed {
    right: 0px;
    bottom: 0px;
}

.mobilemenu nav {
    height: auto;
    opacity: 1;
    transition-delay: 0.6s;
}

.mobilemenu .menu {
    border-radius: 0px;
    width: 100vw;
    max-width: 650px;
    transition: 0.5s;
    background: #1479b5ee;
    height: 100vh;
}

.menu {
    width: 70px;
    transition: 0.3s;
    transform-style: flat;
    height: 70px;
    background: #1479b5;
    border-radius: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}

.open_btn {
    position: fixed;
    right: 50px;
    bottom: 55px;
    z-index: 10000;
}

.phone {
    width: 50px;
    transition: 0.3s;
    transform-style: flat;
    height: 50px;
    border-radius: 500px;
    justify-content: center;
    align-content: center;
    color: white;
    align-items: center;
    background: #1479b5;
    position: fixed;
    right: 40px;
    text-decoration: none;
    display: flex;
    bottom: 110px;
    z-index: 10000;
}

.line {
    background: #fff;
    width: 30px;
    margin: 3px 0px;
    height: 2px;
    transition: 0.4s;
}

.mobilemenu .line:nth-child(1) {
    transform: rotateZ(-40deg);
}

.mobilemenu .line:nth-child(2) {
    transform: rotateZ(40deg);
}

.mobilemenu .line:nth-child(3) {
    opacity: 0;
}

nav {
    text-align: center;
    transition: 0.3s;
    height: 0px;
    opacity: 0;
    transition-delay: 0s;
}

nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin: 40px 0px 10px 0px;
}

nav li {
    margin: 10px 0px;
}

nav a {
    color: white;
    text-decoration: none;
    font-size: 110%;
}

nav .logo {
    width: 100px;
    margin: auto;
}

nav .logo img {
    width: 100%;
}

.bodycontent h1 {

    font-weight: normal !important;
}

.bodycontent {
    background: url('_assets/images/body_banner.jpg') center center;
    background-size: cover;
    padding: 10vh 0px 1vh 4vh;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    color: white;
    font-size: 240%;
}

.othercontent {
    background: url('_assets/images/other_banner.jpg') center center;
    background-size: cover;
    padding: 10vh 0px 1vh 4vh;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    color: white;
    font-size: 240%;
}

.breastcontent h1 {

    font-weight: normal !important;
}

.breastcontent {
    background: url('_assets/images/breast_banner.jpg') center center;
    background-size: cover;
    padding: 10vh 0px 1vh 4vh;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    color: white;
    font-size: 240%;
}



.insidecontent h1 {

    font-weight: normal !important;
}

.insidecontent {
    background: url('_assets/images/inside_banner.jpg') center center;
    background-size: cover;
    padding: 10vh 0px 1vh 4vh;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    color: white;
    font-size: 240%;
}


.facecontent h1 {

    font-weight: normal !important;
}

.facecontent {
    background: url('_assets/images/face_banner.jpg') center center;
    background-size: cover;
    padding: 10vh 0px 1vh 4vh;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    color: white;
    font-size: 240%;
}

.cosmcontent h1 {

    font-weight: normal !important;
}

.cosmcontent {
    background: url('_assets/images/cosmetology_bg.jpg') top center;
    background-size: cover;
    padding: 10vh 0px 1vh 4vh;
    min-height: 500px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    color: white;
    font-size: 240%;
}

.goback {
    color: white;
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 140%;
}

.main_content {
    padding: 20px;
    text-align: justify;
}

.social {
    display: flex;
}

.social a {
    flex-basis: 33.33333%;
    text-align: center;
    border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
    padding: 20px 0px;
    margin-bottom: 50px;
    font-size: 200%;
    color: #1479b5;
}

.social a:first-child {
    border-left: none;
}

.social a:last-child {
    border-right: none;
}

.lst {
    display: flex;
    flex-direction: column;
}

.map_y {
    display: none;
}

.p a{
    color: #1479b5;
    padding: 5px 0px;
    text-decoration: none;
    display: block;
}
textarea{
    height: 320px;
}



.n span{
    font-size: 28%;
    display: block;
}


.n b{
     line-height: 0.7;
    font-size: 100%;
    font-weight: normal;
}


    .n {
        font-size: 8vw;
    }


.text_show, .gallery_show{
    color: white;
    font-size: 80%;
}




.list-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.listitem{
    width: 33%;
    flex-basis: 33%;
    display: flex;
    flex-direction: column-reverse;
}
.listitem a:hover{
    color: #1479b5;
}
.listitem a{
    color: black;
    text-decoration: none;
}
.listitem h1{
    font-size: 100%;
    font-weight: normal;
}
.listitem img{
    width: 100%;
    height: 20vw;
    object-fit: cover;
}



.langs{
    position: absolute;
    display: flex;
    color: white;
    right: 20px;
    top: 30px;
}
.langs a{
    color: white;
    text-decoration: none;
    font-weight: bold;
}
.sep{
    
    margin: 0px 20px;
    opacity: 0.5;
}







@media screen and (min-width:779px) {
    
iframe{
    margin: 40px auto;
    width: 100%;
    max-width: 900px;
    display: block;
}
    .n{
        font-size: 6vw !important;
    }
    
    
.main_content {
    padding: 50px;
    text-align: justify;
}

.bodycontent h1 {

    font-weight: normal !important;
}

.bodycontent, .breastcontent, .insidecontent, .facecontent, .othercontent { 
    padding: 40vh 0px 1vh 4vh; 
} 
    
    .consultation {
        background: none !important;
    }

    .cosmetology {
        padding-top: 40vw;
    }

    .open_btn {
        display: none;
    }

    .lst {
        flex-direction: row;
    }

    .lst section {
        flex-basis: 50%;
    }

    .phone {
        display: none;
    }

    .map_y {
        display: block;
        width: 100%;
        max-width: 500px;
        height: 500px;
    }

    .map_btn {
        display: none;
    }

    .nav,
    .dilgem {
        flex-basis: 50%;
        position: relative;
    }

    .form input,
    .form textarea {
        background: #fff;
        border: 1px solid #ccc;
    }

    .form textarea {
        height: 220px;
    }

    .consultation {
        padding: 50px 50px 0px 50px;
    }

    .consultation h1 {
        text-align: center;
        margin: 40px 0px 60px 0px;
    }

    .info {
        position: absolute;
        bottom: 0px;
    }


    .header {
        display: flex !important;
    }

    .menu {
        border-radius: 100px;
        width: 100vw;
        max-width: 650px;
    }

    nav {
        display: flex;
        justify-content: center;
        text-align: center;
        transition: 0.3s;
        height: 40px;
        opacity: 1;
        width: 80vw;
        transition-delay: 0s;
    }
    nav ul{
        display: flex;
        margin: 0px;
    }
    nav ul li{
        margin: 10px;
    }
    nav img {
        width: 30px !important;
        height: 30px;
    }
    .logo{
        
    width: 70px;
    display: flex; 
    justify-content: center;
    align-items: center;
    margin: 0px 0px 0px 0px !important;
    }

}



