/* HEADER HERO-IMG     HEADER HERO-IMG     HEADER HERO-IMG     HEADER HERO-IMG     HEADER HERO-IMG */

.hero-img-header {
    position: relative;
    overflow: hidden;
}

.hero-img-wrapper {
    margin-top: 90px;
    height: 615px;
    width: 100%;
}

.hero-img-header .hero-img,
.hero-img-section1 .hero-img {
    width: 100%;
    height: 100%;
    background-image: url(../img/o-mnie/hero-img.jpg);
    background-size: cover;
    background-position: center 80%;
    background-repeat: no-repeat;
    transform: translate3d(0px, 0px, 0px);
}



.hero-text {
    position: absolute;
    top: 45%;
    right: 20%;
}

.hero-text p.upper {
    position: relative;
    left: 10%;
    height: 100px;
    font-family: 'Playfair display', cursive;
    font-size: 90px;
    color: rgba(255, 255, 255, 0.8);
}

.hero-text p.lower {
    font-family: 'Lato', sans-serif;
    font-size: 44px;
    color: #FFF;
}

/* SLIDER-SECTION   SLIDER-SECTION     SLIDER-SECTION      SLIDER-SECTION      SLIDER-SECTION */

.slider-section {
    position: relative;
    background-color: #fff;
    z-index: 2;
    padding-bottom: 4px;
}



/* <!-- HERO-IMG-SECTION1 HERO-IMG-SECTION1     HERO-IMG-SECTION1       HERO-IMG-SECTION1       HERO-IMG-SECTION1 --> */


.hero-img-section1 .hero-img-wrapper {
    height: 400px;
}

.hero-img-section1 .hero-img {
    position: relative;
    background-image: url(../img/o-mnie/family-section.jpg);
    transform: translate3d(0px, 0px, 0px);
    background-position: center 30%;
    opacity: 1;
    height: 500px;
}

.hero-img-section1 .hero-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.hero-img-section1 p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1050px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
    transform: translate(-50%, -50%);
}

.hero-img-section1 .hero-text {
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.family-hero-img-section1 p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1050px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
    transform: translate(-50%, -50%);
}


/* <!-- ABOUT-ME SECTION    ABOUT-ME SECTION    ABOUT-ME SECTION    ABOUT-ME SECTION    ABOUT-ME SECTION --> */
/* <!-- WORK SECTION    WORK SECTION    WORK SECTION    WORK SECTION    WORK SECTION    WORK SECTION    WORK SECTION --> */
.about-me-section,
.work-section {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    width: 100%;
    /* z-index: 100; */
    background-color: #fff;
    /* height: 800px;
    /* border: 1px solid red; */
    /* z-index: 3; */
    padding-bottom: 48px;
}

.about-me-section-wrapper,
.work-section-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    padding-top: 48px;
}

.img-wrapper {
    /* width: 456px;
    height: 646px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    width: 40%;
    height: 646px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));

}

.about-me-section-wrapper .img-wrapper {
    background-image: url(../img/o-mnie/about-me-section.jpg);
}

.work-section-wrapper .img-wrapper {
    background-image: url(../img/o-mnie/work-section.jpg);
}

.text-wrapper {
    width: 510px;
}

.text-wrapper p.hello {
    font-family: 'Lato';
    font-weight: 300;
    font-size: 48px;
    line-height: 58px;
    color: #7F8C8D;
    padding: 10px;
}

.text-wrapper h1 {
    font-family: 'Playfair display';
    font-weight: 400;
    font-size: 28px;
    line-height: 41px;
    letter-spacing: 0.15em;
    color: #535252;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
}

.text-wrapper h2 {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #505050;
    padding: 10px;
}

.text-wrapper p.desc {
    font-family: 'Lato';
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #505050;
    padding: 10px;
}














@media (max-width: 601px) {
    
    /* WORK-SECTION    WORK-SECTION    WORK-SECTION    WORK-SECTION    WORK-SECTION     */

    .work-section {
        /* height: 200vw;
        min-height: 820px; */
        padding-bottom: 20px;
    }

    /* HEADER HERO-IMG     HEADER HERO-IMG     HEADER HERO-IMG     HEADER HERO-IMG     HEADER HERO-IMG */
    .hero-img-wrapper {
        height: 560px;
    }

    .hero-img-header .hero-img {
        background-size: cover;
        background-position: 50% bottom;
        background-repeat: no-repeat;
    }

    .hero-text p.upper {
        font-size: 40px;
        height: 48px;
    }

    .hero-text p.lower {
        font-size: 24px;
    }

    .hero-text {
        top: 60%;
        right: 17%;
    }

    .hero-img-header .hero-img::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }





    .hero-img-section1 .hero-img-wrapper {
        height: 200px;
        /* overflow: hidden; */
    }



    .hero-img-section1 .hero-img {
        margin-top: 36px;
        height: 250px;
        background-position: 50% 70%;
    }

    .about-me-section-wrapper,
    .work-section-wrapper {
        padding-top: 0px;
    }

    .about-me-section {
        /* height: 250vw; */
        /* min-height: 980px; */
        padding-top: 20px;
    }

    .about-me-section,
    .work-section {
        width: 100%;
        /* background-color: #fff; */
        /* z-index: 3; */
        /* padding-bottom: 48px; */
    }

    .about-me-section,
    .work-section {
        width: 100%;
        z-index: 100;
        /* background-color: #fff; */
        /* z-index: 3; */
        /* padding-bottom: 48px; */
    }




    .about-me-section,
    .work-section {
        width: 100%;
        /* z-index: 100; */
        background-color: #fff;
        /* z-index: 3; */
        padding-bottom: 12px;
    }

}

@media (max-width: 1150px) {

   



    /* <!-- ABOUT-ME SECTION    ABOUT-ME SECTION    ABOUT-ME SECTION    ABOUT-ME SECTION    ABOUT-ME SECTION --> */



    .about-me-section-wrapper,
    .work-section-wrapper {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .img-wrapper {
        width: 80vw;
        height: 120vw;
        max-width: 330px;
        max-height: 500px;
    }

    .text-wrapper {
        width: 80vw;
    }

    .text-wrapper p.hello {
        font-size: 28px;
        line-height: 38px;
        padding: 10px;
    }

    .text-wrapper h1 {
        font-size: 18px;
        line-height: 31px;
        padding: 10px;
    }

    .text-wrapper h2 {
        font-size: 14px;
        line-height: 26px;
        padding: 10px;
    }

    .text-wrapper p.desc {
        font-size: 12px;
        line-height: 20px;
        padding: 10px;
    }



    /* FAMILY-HERO-IMG     FAMILY-HERO-IMG     FAMILY-HERO-IMG     FAMILY-HERO-IMG      */


    .family-hero-text {
        width: 70vw;
    }

    .family-hero-text p.lower {
        font-size: 25px;
    }


    /* <!-- HERO-IMG-SECTION1 HERO-IMG-SECTION1     HERO-IMG-SECTION1       HERO-IMG-SECTION1       HERO-IMG-SECTION1 --> */
    .hero-img-section1 p {
        width: 90vw;
        font-size: 16px;
    }



}

@media (min-width: 601px) and (max-width: 1150px) {
   

    /* <!-- ABOUT-ME SECTION    ABOUT-ME SECTION    ABOUT-ME SECTION    ABOUT-ME SECTION    ABOUT-ME SECTION --> */
    .about-me-section-wrapper,
    .work-section-wrapper {
        flex-direction: row;
    }

    .about-me-section {
        height: 300vw;
        max-height: 520px;
    }

    .work-section {
        height: 250vw;
        max-height: 550px;
    }

    .hero-img-section1 .hero-text p {
        font-size: 16px;
    }

    .about-me-section-wrapper,
    .work-section-wrapper {
        padding-top: 24px;

    }


    .hero-img-section1 .hero-img-wrapper {
        height: 200px;
        /* overflow: hidden; */
    }



    .hero-img-section1 .hero-img {
        /* margin-top: 120px; */
        height: 300px;
        background-position: 50% 70%;
    }

    .about-me-section {
        height: 250vw;
    }

    .work-section {
        height: 200vw;
    }

}

