/* <!-- HERO-IMG    HERO-IMG    HERO-IMG    HERO-IMG    HERO-IMG    HERO-IMG    HERO-IMG    HERO-IMG --> */
/* 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 {
    width: 100%;
    height: 100%;
    background-image: url(../img/sesja-kobieca/hero1.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    transform: translate3d(0px, 0px, 0px);
}


/* <!-- 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/sesja-kobieca/studio.jpg);
}

.work-section-wrapper .img-wrapper {
    background-image: url(../img/sesja-kobieca/plener.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;
}







/* <!-- TEXT-SECTION    TEXT-SECTION    TEXT-SECTION    TEXT-SECTION    TEXT-SECTION    TEXT-SECTION    TEXT-SECTION     */


.text-section {
    width: 100%;
    background-color: #fff;
    padding-top: 48px;
}

.about-me-section-text-wrapper,
.text-section-wrapper {
    width: 1042px;
    margin: 0 auto;
}

.about-me-section-text-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-section h2,
.text-section p.text,
.text-section p.quote,
.video-text-section h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
}

.text-section h2,
.video-text-section h3 {
    font-size: 48px;
    line-height: 58px;
    color: #7F8C8D;
    padding-bottom: 5px;
}

.about-me-section-text-wrapper p.text,
.text-section-wrapper p.text,
.text-section p.text {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #505050;
}

.about-me-section-text-wrapper h3,
.text-section-wrapper h3,
.text-section h3,
.gallery-section p.text {
    font-family: 'Playfair display';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 37px;
    text-align: center;
    letter-spacing: 0.15em;
    color: #505050;
    text-transform: uppercase;
}

.text-section p.quote {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #505050;
}

.text-section p.text,
.text-section h3,
.text-section p.quote {
    padding-top: 12px;
    padding-bottom: 12px;
}

.offer-text p.offer {
    margin: 0 auto;
    width: 180px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.offer-text p.offer a {
    display: block;
    text-decoration: none;
    color: #535252;
    width: 180px;
    transition: 0.3s;
}

.offer-text p.offer a:hover {
    color: #7F8C8D;
    text-decoration: underline;
}


/* <!-- BLOG-SECTION     BLOG-SECTION    BLOG-SECTION    BLOG-SECTION    BLOG-SECTION    BLOG-SECTION --> */


.blog-section {
    /* padding-top: 70px; */
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: #fff;
    /* height: 1100px; */
    padding-bottom: 10px;
}

.blog-section-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
}

.blog-section .title,
.blog-section .offer-text {
    padding-top: 24px;
    /* padding-bottom: 36px; */
}

.blog-section .title {
    font-family: 'Playfair display';
    font-weight: 300;
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.15em;
    color: #535252;
    text-transform: uppercase;
}

.img-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 1042px;
    margin: 12px auto;
}

.blog-img {
    margin-top: 24px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 251px;
    height: auto;
    aspect-ratio: 2/3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blog-img .blog-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 251px;
    height: auto;
    aspect-ratio: 2/3;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    /* background-color: rgba(0, 0, 0, .4); */
    z-index: 1;
    transition: 0.5s;
}

.blog-section a:nth-child(1) .blog-img {
    background-image: url(../img/sesja-ciazowa/plenerowa.jpg);
}

.blog-section a:nth-child(2) .blog-img {
    background-image: url(../img/sesja-ciazowa/wszklarni.jpg);
}

.blog-section a:nth-child(3) .blog-img {
    background-image: url(../img/sesja-ciazowa/minimalistyczna.jpg);
}

.blog-section a:nth-child(4) .blog-img {
    background-image: url(../img/sesja-ciazowa/rodzinna.jpg);
}


.blog-section a {
    text-decoration: none;
}

.blog-img .blog-title {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    transition: 0.2s;
    z-index: 2;
    margin-top: 250px;
    transition: 0.3s;
}

.blog-img .blog-title .subtitle {
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: lowercase;
}


.blog-section a:hover .blog-bg {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
    /* background-color: rgba(0, 0, 0, 0.5) */
}

.blog-section a:hover .blog-title {
    display: none;
}

/* SLIDER-REVIEWS-SECTION  SLIDER-REVIEWS-SECTION SLIDER-REVIEWS-SECTION    SLIDER-REVIEWS-SECTION*/
.slider-reviews-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.slider {
    display: block;
    position: relative;
    width: 100%;
    background-color: white;
    overflow: hidden;
    height: 615px;
}

.slider__slides {
    width: 100%;
    padding-top: 66%;
}

.slider__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 1s;
    opacity: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    transform: scale(1);
    z-index: 1;
}

.slider__slide-shadow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
}

.slider__slide .text {
    width: 80%;
    margin: 0 auto;
    color: #fff;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    z-index: 3;
}

.slider__slide .title {
    font-family: 'Playfair display';
    font-weight: 300;
    font-size: 28px;
    line-height: 41px;
    padding-bottom: 20px;
}

.slider__slide .name {
    padding-top: 20px;
    font-size: 20px;
    line-height: 24px;
}

.slider__slide.active {
    opacity: 1;
}

.slider__slide:nth-child(1) {
    background-image: url(../img/main/slider-reviews/slider1.jpg);
    background-position: top;
}

.slider__slide:nth-child(2) {
    background-image: url(../img/main/slider-reviews/slider3.jpg);
}

.slider__slide:nth-child(3) {
    background-image: url(../img/main/slider-reviews/slider5.jpg);
}

.slider__nav-button {
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: transparent;
    opacity: .8;
    cursor: pointer;
    z-index: 3;
}

#nav-button--prev {
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    z-index: 3;
}

#nav-button--next {
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    z-index: 3;
}

#nav-button--prev::after,
#nav-button--next::after {
    content: "";
    position: absolute;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    width: 40%;
    height: 40%;
    z-index: 3;
}

#nav-button--next::after {
    top: 50%;
    right: 50%;
    transform: translate(25%, -50%) rotate(-45deg);
}

#nav-button--prev::after {
    top: 50%;
    right: 50%;
    transform: translate(75%, -50%) rotate(135deg);
}

.slider__nav {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 3;
}

.slider__navlink {
    display: inline-block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 2px #fff solid;
    background-color: transparent;
    opacity: .8;
    margin: 0 1px 0 1px;
    cursor: pointer;
    z-index: 3;
}

.slider__navlink.active {
    background-color: #fff;
    border: 2px #fff solid;
    z-index: 3;
}


/* <!-- PRICE-SECTION   PRICE-SECTION   PRICE-SECTION   PRICE-SECTION   PRICE-SECTION   PRICE-SECTION    --> */

.price-section {
    background-color: #fff;
}

.price-section-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
}

.price-options {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: row;
}

div.mini1,
div.midi1 {
    max-width: 500px;
}

div.mini2,
div.midi2 {
    max-width: 500px;
}

div.mini3,
div.midi3 {
    max-width: 500px;
}

h2.price,
h3.option-price {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #7F8C8D;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

.price-section .title-desc,
.price-section .desc-wrapper p,
.price-section .lower-desc {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #505050;
}

.price-section .title-desc {
    margin: 0 auto;
}

.price-section .w60 {
    width: 60%
}

.price-section .title-desc a {
    color: #7F8C8D;
}

.price-options>div {
    padding-top: 20px;
    width: 30%;
}

p.option-desc {
    padding-top: 15px;
    padding-bottom: 15px;
}


.price-section .lower-desc {
    padding-top: 40px;
    font-size: 18px;
    line-height: 22px;
}

/* <!-- PRICE-SECTION   PRICE-SECTION   PRICE-SECTION   PRICE-SECTION   PRICE-SECTION   PRICE-SECTION    --> */

.price-section {
    background-color: #fff;
    /* padding-top: 120px; */
}

.price-section-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
}

.price-options {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}


h2.price,
h3.option-price {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #7F8C8D;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

.price-section .title-desc,
.price-section .desc-wrapper p,
.price-section .lower-desc {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #505050;
}

.price-section .title-desc {
    /* width: 60%; */
    margin: 0 auto;
}

.price-section .title-desc a {
    color: #7F8C8D;
}

.price-options>div {
    padding-top: 20px;
    width: 30%;
}

p.option-desc {
    padding-top: 15px;
    padding-bottom: 15px;
}


.price-section .lower-desc {
    padding-top: 40px;
    font-size: 18px;
    line-height: 22px;
}


/* <!-- VOUCHER-SECTION VOUCHER-SECTION VOUCHER-SECTION         VOUCHER-SECTION     VOUCHER-SECTION */

.voucher-section,
.album-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 545px;
    background-color: #fff;
}

.voucher-section-background-wrapper,
.album-section-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    height: 431px;
    width: 100%;
}



.voucher-section-img,
.album-section-img {
    width: 380px;
    height: 545px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/main/voucher-section-img.jpg);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.voucher-section-background-wrapper .p-container,
.album-section-wrapper .p-container {
    width: 541px;
    margin-right: 9vw;
}

.voucher-section-background-wrapper .upper-title,
.voucher-section-background-wrapper p.desc,
.album-section-wrapper .upper-title,
.album-section-wrapper p.desc {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}


.voucher-section-background-wrapper .upper-title,
.about-me-section .upper-title,
.album-section-wrapper .upper-title {
    color: #7F8C8D;
    font-size: 48px;
    line-height: 58px;
    text-align: left;
}


.voucher-section-background-wrapper .lower-title,
.about-me-section .lower-title,
.album-section-wrapper .lower-title {
    font-family: 'Playfair display', sans-serif;
    font-weight: 400;
    font-size: 36px;
    color: #535252;
    line-height: 53px;
    text-transform: uppercase;
    text-align: right;
}

.voucher-section-background-wrapper p.desc,
.album-section-wrapper p.desc {
    width: 541px;
    height: 150px;
    padding-top: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #505050;
    text-align: right;
}


/* <!-- ALBUM-SECTION    ALBUM-SECTION   ALBUM-SECTION   ALBUM-SECTION   ALBUM-SECTION   ALBUM-SECTION --> */

.album-section-img {
    background-image: url(../img/main/album-section.jpg);
    margin-top: 80px;
}









@media (max-width: 601px) {

      /* WORK-SECTION    WORK-SECTION    WORK-SECTION    WORK-SECTION    WORK-SECTION     */

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

    .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;
    }



    /* 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: 60% 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%;
        background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
        pointer-events: none;
    }





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



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


    .offer-text p.offer a {
        text-decoration: underline;
    }

    .work-section-wrapper {
        padding-top: 12px;
    }

 

    /* <!-- GALLERY-SECTION          GALLERY-SECTION          GALLERY-SECTION          GALLERY-SECTION          GALLERY-SECTION      --> */


    .portfolio-img {
        height: auto;
        aspect-ratio: 3/2;
        object-fit: cover;
    }



    /* <!-- BLOG-SECTION     BLOG-SECTION    BLOG-SECTION    BLOG-SECTION    BLOG-SECTION    BLOG-SECTION --> */


    .blog-section .img-container {
        /* flex-direction: column;
        justify-content: space-between; */
        width: 100vw;
        flex-wrap: wrap;
        margin-top: 0;
        margin-bottom: 0;
        /* height: 300vw; */
    }

    .blog-section .title,
    .blog-section .offer-text {
        padding-top: 0px;
        padding-bottom: 16px;
    }

    .blog-img {
        margin-top: 8px;
    }

    .blog-img,
    .blog-img .blog-bg {
        width: 49vw;
        height: auto;
        aspect-ratio: 3/4;
    }

    .blog-section .title {
        width: 98vw;
        margin: 0 auto;
        font-size: 16px;
        padding-top: 24px;
        line-height: 16px;
    }

    .blog-img .blog-title {
        font-size: 14px;
        margin-top: 150px;
        line-height: 16px;
    }

    .blog-img .blog-title .subtitle {
        font-size: 9px;
    }

    .blog-section a:hover .blog-title {
        display: block;
    }







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


    .hero-img-section-title h3 {
        font-size: 28px;
        line-height: 38px;
    }


    .hero-img-section1 .hero-img {
        background-position: center;
    }


    .hero-img-section1 h2 {
        width: 200px;
        font-size: 30px;
    }




    /* <!-- GALLERY-SECTION          GALLERY-SECTION          GALLERY-SECTION          GALLERY-SECTION          GALLERY-SECTION      --> */

    .row1,
    .row2,
    .row3 {
        flex-direction: column;
    }

    .portfolio-img {
        width: 99vw;

        margin-bottom: 3px;
        pointer-events: none
    }

    div.portfolio-section-container .row1 {
        width: 99vw;
        height: 66vw;
        padding-bottom: 20px;
    }


    div.portfolio-section-container .row1 a {
        width: 100%;
        margin-bottom: 2px;
    }



    /* neeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeew */



    /* SLIDER-REVIEWS  SLIDER-REVIEWS      SLIDER-REVIEWS      SLIDER-REVIEWS  */
    .slider {
        height: 250px;
    }

    .slider__nav {
        width: 90vw;
        min-width: 360px;
    }

    .slider__slide .title {
        font-size: 16px;
        padding-bottom: 0;
    }

    .slider__slide .text {
        font-size: 12px;
        line-height: 16px;
        width: 80%;
    }

    .slider__slide .name {
        font-size: 10px;
        padding-top: 0;
    }

    .slider__navlink {
        height: 8px;
        width: 8px;
        margin: 0 18px 0 18px;
    }


    /* <!-- PRICE-SECTION   PRICE-SECTION   PRICE-SECTION   PRICE-SECTION   PRICE-SECTION   PRICE-SECTION    --> */


    .price-options {
        WIDTH: 100%;
    }

    .price-section-wrapper {
        width: 90%;
    }

    .price-section .title-desc {
        width: 80%;
    }

    h2.price,
    h3.option-price {
        font-size: 20px;
        line-height: 38px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .price-section .title-desc,
    .price-section .desc-wrapper p,
    .price-section .lower-desc {
        font-size: 12px;
        line-height: 18px;
    }

    .price-section .lower-desc {
        padding-top: 10px;
        font-size: 10px;
        line-height: 12px;
        width: 90%;
    }

    .price-section .title-desc {
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
    }

    h3.option-price {
        font-size: 16px;
        line-height: 24px;
    }

    .price-section .desc-wrapper p,
    .price-section .lower-desc {
        font-size: 12px;
        line-height: 18px;
    }

    .price-section .lower-desc {
        padding-top: 8px;
        font-size: 10px;
        line-height: 15px;
    }

    /* 
    <!-- VOUCHER-SECTION VOUCHER-SECTION VOUCHER-SECTION         VOUCHER-SECTION     VOUCHER-SECTION --> */
    .voucher-section {
        height: 60vw;
        /* overflow: hidden; */
    }

    .album-section {
        height: 50vw;
    }

    .voucher-section-background-wrapper,
    .album-section-wrapper {
        /* height: 66vw; */
        margin-top: 50px;
        /* min-height: 320px; */
    }

    .album-section-wrapper .p-container,
    .voucher-section-background-wrapper .p-container {
        position: absolute;
        top: 20px;
        left: 0;
        width: 55vw;
        margin-right: 3vw;
        padding-left: 10px;
    }

    .voucher-section-img,
    .album-section-img {
        position: absolute;
        top: 15px;
        right: 0;
        width: 39vw;
        height: 56vw;
    }

    .voucher-section-background-wrapper .upper-title,
    .album-section-wrapper .upper-title {
        font-size: 18px;
        line-height: 24px;
        padding-left: 10px;
    }


    .voucher-section-background-wrapper .lower-title,
    .album-section-wrapper .lower-title {
        font-size: 16px;
        line-height: 24px;
    }

    .voucher-section-background-wrapper p.desc,
    .album-section-wrapper p.desc {
        width: 55vw;
        height: 40vw;
        font-size: 12px;
        line-height: 18px;
    }

    .album-section-wrapper p.desc {
        height: 35vw;
    }

    .voucher-section-background-wrapper .p-container .offer-text,
    .album-section-wrapper .p-container .offer-text {
        padding-left: 20px;
    }

    .album-section-wrapper {
        margin-top: 100px;
    }

    .offer-text p.offer {
        font-size: 12px;
    }

    .album-section-img {
        margin-top: 0;

    }

    .voucher-section-background-wrapper,
    .album-section-wrapper {
        height: 0px;
    }




}


@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;
    }





    /* <!-- PRICE-SECTION   PRICE-SECTION   PRICE-SECTION   PRICE-SECTION   PRICE-SECTION   PRICE-SECTION    --> */


    .price-section-wrapper {
        width: 90%;
    }

    .price-section .title-desc {
        width: 80%;
    }

    h2.price,
    h3.option-price {
        font-size: 28px;
        line-height: 38px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .price-section .title-desc,
    .price-section .desc-wrapper p,
    .price-section .lower-desc {
        font-size: 12px;
        line-height: 18px;
    }

    .price-section .lower-desc {
        padding-top: 10px;
        font-size: 10px;
        line-height: 12px;
        width: 90%;
    }

    .price-section .title-desc {
        width: 100%;
        margin: 0 auto;
        font-size: 16px;
    }

    h3.option-price {
        font-size: 20px;
        line-height: 24px;
    }

    .price-section .desc-wrapper p,
    .price-section .lower-desc {
        font-size: 14px;
        line-height: 18px;
    }

    .price-section .lower-desc {
        padding-top: 8px;
        font-size: 10px;
        line-height: 15px;
    }




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

    .hero-img-wrapper {
        margin-top: 0;
    }

    .hero-text h1 {
        font-size: 30px;
        line-height: 40px;
    }




    /* <!-- TEXT-SECTION    TEXT-SECTION    TEXT-SECTION    TEXT-SECTION    TEXT-SECTION    TEXT-SECTION    TEXT-SECTION     */



    .text-section-wrapper {
        width: 90%;
    }

    .about-me-section-text-wrapper {
        width: 90%;
        flex-direction: column;
    }

    .text-section h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .text-section p.text {
        font-size: 12px;
        line-height: 18px;

    }


    .text-section h3,
    .gallery-section p.text {
        font-size: 18px;
        line-height: 30px;
    }

    .text-section p.quote {
        font-size: 14px;
        line-height: 20px;
    }



    /* neeeeeeeeeeeeeeeeeeeeeeeeeeeeeewwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww */

    /* WORK SECTION    WORK SECTION    WORK SECTION    WORK SECTION    WORK SECTION */

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

    .text-wrapper {
        width: 80vw;
    }

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

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

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

    .text-section {
        width: 100%;
        background-color: #fff;
        padding-top: 24px;
    }

    /* PORTFOLIO    PORTFOLIO   PORTFOLIO   PORTFOLIO   PORTFOLIO   PORTFOLIO   PORTFOLIO */

    .portfolio-grid-section {
        margin-top: 0px;
        width: 100%;
        overflow: hidden;
    }

    .slider__navlink {
        height: 10px;
        width: 10px;

    }

    .offer-text p.offer {
        /* font-size: 11px; */
        text-decoration: underline;
    }

    .offer-text p.offer a {
        /* width: 120px; */
        padding: 8px;
    }



}

@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;
     }
 



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

    /* <!-- BLOG-SECTION     BLOG-SECTION    BLOG-SECTION    BLOG-SECTION    BLOG-SECTION    BLOG-SECTION --> */


    .blog-section .img-container {
        justify-content: space-around;
        width: 100vw;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .blog-img {
        margin-top: 4px;
    }

    .blog-img,
    .blog-img .blog-bg {
        width: 24.5vw;
        height: auto;
        aspect-ratio: 3/4;
    }

    .blog-section .title,
    .blog-section .offer-text {
        padding-top: 0px;
        padding-bottom: 0px;
    }


    .img-container .blog-title {
        font-size: 18px;
        line-height: 20px;
    }

    .blog-section .title {
        font-size: 20px;
    }

    .blog-img .blog-title {
        margin-top: 125px;

    }


    .voucher-section-background-wrapper p.desc,
    .album-section-wrapper p.desc {
        margin: 0px auto 0;
        margin-right: 0;
        width: 45vw;
        height: auto;
    }



    .voucher-section-background-wrapper .p-container .offer-text,
    .album-section-wrapper .p-container .offer-text {
        position: absolute;
        /* bottom: 15%; */
        width: 100vw;
        margin: 0 auto;
    }

    .voucher-section-background-wrapper .p-container .offer-text,
    .album-section-wrapper .p-container .offer-text {
        position: absolute;
        /* bottom: 15%; */
        width: 100vw;
        margin: 0 auto;
    }

    .album-section-wrapper .offer-text p.offer {
        margin: 0px;
        font-size: 12px;
    }

    .gallery-section .offer-text p.offer {
        margin: 0 auto;
        font-size: 12px;
    }

    .offer-text p.offer a {
        width: 200px;
    }

    .voucher-section-background-wrapper .upper-title,
    .about-me-section .upper-title,
    .album-section-wrapper .upper-title {
        color: #7F8C8D;
        font-size: 24px;
        line-height: 16px;
        text-align: left;
        margin-left: 30px;
    }

    .voucher-section-background-wrapper .lower-title,
    .about-me-section .lower-title,
    .album-section-wrapper .lower-title {
        font-family: 'Playfair display', sans-serif;
        font-weight: 400;
        font-size: 24px;
        color: #535252;
        /* line-height: 53px; */
        text-transform: uppercase;
        text-align: right;
    }

    .voucher-section-background-wrapper p.desc,
    .album-section-wrapper p.desc {
        padding-top: 20px;
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 12px;
    }

    .voucher-section-img,
    .album-section-img {
        height: 400px;
    }

    .voucher-section,
    .album-section {
        height: auto;
    }

    .album-section-img {
        background-image: url(../img/main/album-section.jpg);
        margin-top: 24px;
    }

    .offer-text p.offer {
        font-size: 12px;
    }

    .price-section .title-desc {
        width: 100%;
        margin: 0 auto;
        font-size: 18px;
    }



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


    .hero-img-section-title h3 {
        font-size: 35px;
        line-height: 45px;
    }


    .hero-img-section1 .hero-img {
        background-position: center;
    }


    .hero-img-section1 h2 {
        width: 400px;
        font-size: 40px;
    }




    /* NEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEW */

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

    .about-me-section-wrapper,
    .work-section-wrapper {
        padding-top: 24px;
        flex-direction: row;
    }

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

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

    .text-section {
        width: 100%;
        background-color: #fff;
        padding-top: 24px;
    }

    .text-section h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .text-section h3,
    .gallery-section p.text {
        font-size: 20px;
        line-height: 32px;
    }

    .text-section p.text {
        font-size: 14px;
        line-height: 20px;
    }

    .text-section p.quote {
        font-size: 16px;
        line-height: 22px;
    }

    .offer-text p.offer {
        padding-bottom: 24px;
        font-size: 12px;
    }

    .blog-section .title,
    .blog-section .offer-text {
        padding-top: 0px;
        padding-bottom: 0px;
    }


    .img-container {
        margin-top: 0px
    }

    .blog-img .blog-title {
        margin-top: 140px;

    }

    .slider {
        height: 300px;
    }

    .slider__slide .title {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .slider__slide .text {
        width: 85%;
        font-size: 14px;
        line-height: 24px;
    }

    .slider__slide .name {
        padding-top: px;
        font-size: 16px;
        line-height: 24px;
    }

}

@media (max-width: 360px) {

    .blog-img .blog-title {
        margin-top: 140px;
        font-size: 14px;
        line-height: 24px;
    }

    .slider__slide .text {
        font-size: 10px;
        line-height: 14px;
        width: 80%;
    }

    .voucher-section-background-wrapper p.desc,
    .album-section-wrapper p.desc {
        font-size: 10px;
        line-height: 14px;
    }

    .voucher-section-background-wrapper p.desc,
    .album-section-wrapper p.desc {
        padding-top: 10px;
    }

    .album-section-wrapper .p-container,
    .voucher-section-background-wrapper .p-container {
        padding-left: 0px;
    }

    .offer-text p.offer a {
        padding: 0px;
    }

}