@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Raleway:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700&display=swap');


:root {
    /* --primary-color : #1363DF ; */
    /* --primary-color : #D61C4E ; */
    /* --secondary-color : #FE8F8F ; */
    /* --secondary-color : #1363DF ; */
    --primary-color: #903A3D;
    --secondary-color: #B5A486;
    --body: #F2EBE9;
    /* --body : #DFF6FF ;  */

    --heading-font: 'Raleway', sans-serif;
    --main-font: 'Open Sans', sans-serif;
}

body {
    padding: 0 250px;
    width: 100%;
    background-color: var(--body);
    font-family: var(--main-font);
    overflow-x: hidden;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

html {
    width: 100%;
    scroll-behavior: smooth;
}

img {
    width: 100%;
}

.row1 {
    margin: 20px 0;
    text-align: center;
}

.heading-staff {
    font-size: 35px;
    font-family: var(--heading-font);
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.subheading-staff {
    font-size: 23px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #5b5b5b;
}

.row2 {
    width: 100%;
    max-width: 80rem;
    padding: 2rem;
    background: linear-gradient(to top, #fff6f7, #fcdecf);
    box-shadow: 0 1.4rem 8rem rgba(0, 0, 0, .2);
    display: flex;
    border-radius: .8rem;
    margin: 20px 0;
}

.image-staff {
    max-width: 15rem;
    transform: translateX(-8rem);
    position: relative;
}

.image-staf img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: .8rem;
}

.image-staf::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: .5rem .5rem 3rem 1px rgba(0, 0, 0, 0.1);
    border-radius: .8rem;
}

.staff-info {
    width: 90%;
    margin-left: -50px;
}

.nama-info span {
    display: block;
    margin: 5px 0;
}

.nama-prof {
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.no-str {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: rgb(85, 85, 85);
}

.judul-poli {
    font-size: 22px;
    margin: 10px 0;
    font-family: var(--heading-font);
    color: #903A3D;
    margin-bottom: -5px;
    text-align: center;
}

.poli-sect {
    text-transform: uppercase;
}

.deskripsi {
    margin-bottom: 3rem;
    font-size: 18px;
    padding-right: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #5b5b5b;
    text-align: justify;
}

.deskripsi::first-letter {
    margin-right: 2px;
    font-size: 35px;
    font-weight: 500;
    color: var(--secondary-color);
}


.head-jadwal {
    font-family: var(--heading-font);
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    text-align: center;
}

.jadwal-masuk {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.sub-jadwal {
    padding: 10px;
    font-size: 20px;
}

.name-staf {
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

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

    body {
        padding: 0 100px;
    }

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

        body {
            padding: 0 100px;
        }

        .row2 {
            max-width: 70rem;
        }

        .image-staff {
            position: relative;
            transform: translate(-50px, 0);
        }

        .sub-jadwal {
            font-size: 14px;
        }

        .image-staff img {
            width: 90%;
            height: auto;
        }
    }

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

        body {
            padding: 0 30px;
        }

        .row2 {
            max-width: 70rem;
        }
    }

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

        body {
            padding: 0 30px;
        }

        .row2 {
            padding: 2.5rem;
            flex-direction: column;
        }

        .image-staff {
            position: relative;
            margin-top: 150px;
            margin-bottom: -100px;
            max-width: 100%;
            height: auto;
            transform: translate(0, -8rem);
            text-align: center;

        }

        .image-staff img {
            max-width: 100%;
            height: auto;
        }

        .staff-info {
            width: 90%;
            margin-left: 20px;

        }

        .deskripsi {
            padding-right: 0;
        }
    }

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



        .row2 {
            padding: 15px;
            flex-direction: column;
        }

    }

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


        .nama-prof {
            font-size: 18px;
        }

        .judul-poli {
            font-size: 15px;
        }

        .name-staf {
            font-size: 18px;
        }

        .no-str {
            font-size: 15px;
        }

        .poli-sect {
            font-size: 15px;
        }

        .spesial-sect {
            font-size: 15px;
        }

        .head-jadwal {
            font-size: 15px;
        }

        .deskripsi {
            font-size: 12px;
            margin-bottom: 20px;
        }

        .sub-jadwal {
            font-size: 10px;
            font-weight: 300;
            padding: 5px;
        }

    }
}

/* .container
{
    max-width: 1500px;
}
/* navigasi awal*/
/* .navbar .nav-wrapper
{
    position: relative;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
}
.nav-wrapper .menu-toggle
{
    display: none;
}
.logo-navbar
{
    width: 5vw;
}
.logo-navbar img
{
    width: 100%;
}
.nav-wrapper .logo
{
    font-size: 2.5rem;
    font-family: var(--heading-font);
    font-weight: 600;
    color: var(--primary-color);
}
.logo:only-of-type
{
    margin-right: auto;
}
.nav-wrapper .logo span
{
    font-size: 1.8rem;
    color: var(--secondary-color);
}
.nav-wrapper .menu-wrapper
{
    display: flex;
    gap: 50px;
}
.nav-wrapper .menu-wrapper .menu
{
    display: flex;
    gap: 30px;
    align-items: center;
}
.menu-wrapper .menu .menu-link
{
    font-size: 1.2rem;
    color: var(--primary-color);
    font-family: var(--heading-font);
    font-weight: 500;
}
.menu .menu-link:hover,
.menu .menu-link.active
{
    font-weight: 700;
    color: var(--secondary-color);
}
.menu-wrapper .btn-contact
{
    font-family: var(--heading-font);
    color: #fff;
    font-weight: 600;
    background-color: var(--secondary-color);
    padding: 20px 30px;
    border-radius: 50px;
    transition: .5s ease-in-out;
}
.menu-wrapper .btn-contact:hover
{
    background-color: var(--primary-color);
}
navbar akhir */