﻿.sectionLPR {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 6rem;
    margin-bottom: 4rem;
}

.SectionCutout {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-bottom: 12vh;
    overflow: visible;
}

.headerLPR {
    width: 100%;
    min-height: 60vh;
    height: 50vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.firstLPRHeaderPart {
    width: 100%;
    min-height: 60vh;
    height: 50vw;
    max-height: 42vw;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 1;
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 5rem;
    background: url('../lib/SummerCampPhotos/DzieciBawiaSieWWodzieTlo.png') no-repeat center center;
}

.secondLPRHeaderPart {
    background: url('../lib/SummerCampPhotos/DzieciBawiaSieWWodzie.png') no-repeat center center;
    width: 100%;
    min-height: 60vh;
    height: 50vw;
    max-height: 42vw;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 5;
    top: 0;
    position: absolute;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 3rem 5rem;
}

.thirdLPRHeaderPart {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    top: 5%;
    position: absolute;
}

.secondSectionLPRWrap {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.thirdLPRHeaderPart > h1 {
    text-align: left;
}

.firstSectionLPR {
    display: flex;
    justify-content: center;
}

.headerTextLPRFirst {
    filter: drop-shadow(2px 3px 5px rgba(17, 17, 17, 0.5)) !important;
    font-size: 6.2vw;
    line-height: 6.5vw;
    margin: 0;
    text-align: center;
    width: 100%;
}

.headerTextLPRSecond {
    filter: drop-shadow(2px 3px 5px rgba(17, 17, 17, 0.5)) !important;
    font-size: 11.5rem;
    line-height: 11.5rem;
    margin: 0;
    text-align: center;
    width: 100%;
}

.galleryLPR {
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    position: relative;
}

.galleryTextContainerLPR {
    max-width: 26rem;
    height: 70%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


.lowerCutoutWraplowerCutoutWrap {
    position: relative;
    width: 100%;
}

.gallerySliderWrapLPR {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    aspect-ratio: 22 / 18;
}

.gallerySliderLPR {
    width: 30vw;
    min-width: 24rem;
    max-width: 26rem;
    aspect-ratio: 22 / 18;
    outline: 3px dashed #E0E0E0;
    outline-offset: 10px;
    position: relative;
    transform: rotate(-5deg);
    animation: swaySides 8s infinite ease-in-out alternate;
}

.sliderInnerLPR {
    display: flex;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.sliderImageLPR {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    opacity: 0;
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
    transform: translateX(0);
}

    .sliderImageLPR.active {
        opacity: 1;
    }


.sunIconLPR {
    background: url('../lib/SummerCampPhotos/slonce.svg') no-repeat center center;
    position: absolute;
    top: -4rem;
    left: -5rem;
    background-size: contain;
    width: 117px;
    height: 117px;
    z-index: -1;
    animation: fullRotation 28s infinite ease-in-out alternate-reverse;
}

.treeWraper {
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 135px;
    bottom: -20%;
    left: 80%;
    justify-content: center;
    transform: rotate(5deg);
    animation: upDownIdle 16s infinite ease-in-out alternate-reverse;
}

.leftTreeWrap {
    display: flex;
    justify-content: flex-end;
    max-width: 6rem;
    max-height: 6rem;
    min-width: 3rem;
    width: 10vw;
}

.rightTreeWrap {
    display: flex;
    justify-content: flex-start;
    max-width: 4rem;
    max-height: 4rem;
    min-width: 2rem;
    width: 10vw;
}

.treeSvgLRPFirst {
    background-size: contain;
    width: 71px;
    height: 90px;
    z-index: 5;
    color: green;
    background: url('../lib/SummerCampPhotos/drugaChoinka.svg') no-repeat center center;
    transform: rotate(5deg);
    animation: upDownIdle 15s infinite ease-in-out alternate-reverse;
}

.treeSvgLRPSecond {
    background-size: contain;
    width: 60px;
    height: 60px;
    z-index: 5;
    background: url('../lib/SummerCampPhotos/pierwszaChoinga.svg') no-repeat center center;
}

.lowerThirdLPRHeaderPart {
    width: 44%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    top: 15%;
    position: absolute;
}

.lowerHeaderTextLPRFirst {
    filter: drop-shadow(2px 3px 5px rgba(17, 17, 17, 0.5)) !important;
    font-size: 6.2vw;
    line-height: 6.5vw;
    margin: 0;
    text-align: center;
    width: 100%;
}

.lowerHeaderTextLPRSecond {
    filter: drop-shadow(2px 3px 5px rgba(17, 17, 17, 0.5)) !important;
    font-size: 11.5vw;
    line-height: 11.5vw;
    margin: 0;
    text-align: center;
    width: 100%;
}

.lowerThirdLPRHeaderPart > h1 {
    text-align: left;
}

.lowerFirstSectionLPR {
    display: flex;
    justify-content: center;
}

.BottomLPRSectionPart {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    width: 70%;
    justify-content: center;
    align-items: center;
}

.verticalOrientedCardLPR {
    width: 100%;
    min-width: 40rem;
    max-width: 60rem;
    min-height: 35vh;
    display: flex;
    flex-direction: row;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}

/* tt*/
.CampVerticalCard {
    width: 100%;
    display: flex;
    flex-direction: row;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}

.CampVerticalCardPhoto {
    width: 70%;
    height: auto;
    object-fit: cover;
    background-size: cover;
    aspect-ratio: 18 / 9;
}

.CampVerticalCardText {
    width: 30%;
    height: auto;
    text-align: left;
    display: flex;
    justify-content: left;
    background-color: #161616;
    word-break: break-word;
    gap: 1rem;
    flex-direction: column;
    padding: 2rem 2rem 2rem 2rem;
    flex-grow: 1;
}

.CampVerticalCardReversed {
    flex-direction: row-reverse;
}

.CampVerticalCardBorderGreen::before {
    background: linear-gradient(to bottom, #95E03B, #2E6153);
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 10px;
}

.CampVerticalCardBorderYellow::before {
    background: linear-gradient(to bottom, #F47320, #FFF101);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
}

.CampVerticalCardBorderBlue::before {
    background: linear-gradient(to bottom, #1BDDFC, #5227AB);
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 10px;
}

.reverseLPR {
    flex-direction: row-reverse;
}

.BottomSectionVerticalPhotoLPR {
    height: 100% !important;
    width: 60%;
}

.bottomSectionFirstPhotoLPR {
    background: url('../lib/SummerCampPhotos/DzieciSurfują.jpg') no-repeat center 30%;
    background-size: cover;
}

.bottomSectionSecondPhotoLPR {
    background: url('../lib/ReworkLandingBottom/sliderPhotos/DzieciPuszczajaBanki.jpg') no-repeat center 30%;
    background-size: cover;
}

.bottomSectionThirdPhotoLPR {
    background: url('../lib/ReworkLandingBottom/sliderPhotos/DzieciStrzelajaZLuku.jpg') no-repeat center 30%;
    background-size: cover;
}

.verticalTextContainerLPR {
    width: 36%;
    height: 100%;
    text-align: left;
    display: flex;
    justify-content: left;
    background-color: #161616;
    word-break: break-word;
    gap: 1rem;
    flex-direction: column;
    padding: 2rem 2rem 2rem 2rem;
}

    .verticalTextContainerLPR > h3 {
        text-align: left;
        width: 100%;
    }

.reversedVerticalTextContainerBorderLPRGreen,
.reversedVerticalTextContainerBorderLPRYellow,
.reversedVerticalTextContainerBorderLPRBlue {
    position: relative;
}

.reversedVerticalTextContainerBorderLPRYellow {
    padding: 2rem 2rem 2rem 2rem;
}

.reversedVerticalTextContainerBorderLPRGreen::before,
.reversedVerticalTextContainerBorderLPRBlue::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
}

.reversedVerticalTextContainerBorderLPRYellow::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 10px;
}

.reversedVerticalTextContainerBorderLPRGreen::before {
    background: linear-gradient(to bottom, #95E03B, #2E6153);
}

.reversedVerticalTextContainerBorderLPRYellow::before {
    background: linear-gradient(to bottom, #F47320, #FFF101);
}

.reversedVerticalTextContainerBorderLPRBlue::before {
    background: linear-gradient(to bottom, #1BDDFC, #5227AB);
}

.BottomLPRHeaderWrap {
    width: 100%;
    text-align: center;
}


.paddingWithBorderIncluded {
    padding: 2.625rem 2rem 2rem 2rem !important;
}

.paddingWithBorderReversed {
    padding: 2rem 2rem 2.625rem 2rem !important;
}

.KhandCardP {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}


.lowerFirstLPRHeaderPart {
    width: 100%;
    min-height: 60vh;
    height: 65vw;
    max-height: 55vw;
    background: url('../lib/ReworkLandingBottom/MistralCutouts_ARCHER_BACK_GREEN.png') no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.lowerSecondLPRHeaderPart {
    background: url('../lib/ReworkLandingBottom/MistralCutouts_CAMP_ARCHER_FRONT.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    min-height: 60vh;
    max-height: 55vw;
    height: 65vw;
    position: absolute;
    z-index: 10;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/* NOTEBOOK */
@media screen and (max-width:1640px) and (min-width:1200px) {
    .BottomLPRSectionPart {
        display: flex;
        flex-direction: column;
        gap: 4rem;
        width: 70%;
        justify-content: center;
        align-items: center;
    }


    .lowerHeaderTextLPRFirst {
        font-size: 7vw;
        line-height: 7vw;
    }

    .lowerHeaderTextLPRSecond {
        font-size: 10vw;
        line-height: 10vw;
    }

    .headerTextLPRFirst {
        font-size: 7vw;
        line-height: 7vw;
    }

    .headerTextLPRSecond {
        font-size: 10vw;
        line-height: 10vw;
    }


    .galleryLPR {
        width: 80%;
    }

    .thirdLPRHeaderPart {
        width: 44%;
    }

    .CampVerticalCardPhoto {
        width: 60%;
    }
}
/*TABLET LANDSCAPE*/
@media screen and (max-width:1199px) and (min-width:990px) {
    .BottomLPRSectionPart {
        display: flex;
        flex-direction: column;
        gap: 4rem;
        width: 90%;
        justify-content: center;
        align-items: center;
    }



    .lowerHeaderTextLPRFirst {
        font-size: 5rem;
        line-height: 5rem;
    }

    .lowerHeaderTextLPRSecond {
        font-size: 8rem;
        line-height: 8rem;
    }

    .headerTextLPRFirst {
        font-size: 5rem;
        line-height: 5rem;
    }

    .headerTextLPRSecond {
        font-size: 8rem;
        line-height: 8rem;
    }

    .galleryLPR {
        width: 100%;
    }

    .gallerySliderLPR {
        width: 30vw;
        min-width: 20rem;
        max-width: 26rem;
    }

    .verticalOrientedCardLPR {
        width: 70%;
        min-width: 40rem;
        max-width: 60rem
    }

    .CampVerticalCard {
        width: 70%;
        min-width: 40rem;
        max-width: 60rem
    }

    .BottomLPRSectionPart {
        width: 100%;
    }

    .CampVerticalCardPhoto {
        width: 60%;
    }

   
}
/* TABLET */
@media screen and (max-width:989px) and (min-width:576px) {
    .galleryLPR {
        width: 60%;
        flex-direction: column-reverse;
        gap: 4rem;
    }


    .galleryTextContainerLPR {
        width: 100%;
    }

    .verticalOrientedCardLPR {
        width: 90%;
        min-width: 18rem;
        max-width: 54rem;
        height: 45vh;
        flex-direction: column;
    }

    .verticalTextContainerLPR {
        width: 100%;
        height: auto;
        text-align: left;
    }

    .bottomSectionFirstPhotoLPR,
    .bottomSectionSecondPhotoLPR,
    .bottomSectionThirdPhotoLPR {
        width: 100%;
    }


    .reverseLPR {
        flex-direction: column-reverse;
    }

    h4 {
        width: 100%;
    }


    .BottomLPRSectionPart {
        width: 100%;
    }

    .secondSectionLPRWrap {
        width: 80%;
    }

    .BottomLPRHeaderWrap {
        width: 100%;
    }

    .reversedVerticalTextContainerBorderLPRGreen::before,
    .reversedVerticalTextContainerBorderLPRYellow::before,
    .reversedVerticalTextContainerBorderLPRBlue::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 10px;
    }

    .reversedVerticalTextContainerBorderLPRGreen::before {
        background: linear-gradient(to right, #7CCD7C, #006400);
    }

    .reversedVerticalTextContainerBorderLPRYellow::before {
        background: linear-gradient(to right, #FFFACD, #FF8C00);
        top: 100%;
    }

    .reversedVerticalTextContainerBorderLPRBlue::before {
        background: linear-gradient(to right, #87CEFA, #00008B);
    }


    .lowerHeaderTextLPRFirst {
        font-size: 4.6rem;
        line-height: 4.6rem;
    }

    .lowerHeaderTextLPRSecond {
        font-size: 7.4rem;
        line-height: 7.4rem;
    }

    .headerTextLPRFirst {
        font-size: 4.6rem;
        line-height: 4.6rem;
    }

    .headerTextLPRSecond {
        font-size: 7.4rem;
        line-height: 7.4rem;
    }

    .KhandCardP {
        font-size: calc(18px * 0.9);
        line-height: calc(26px * 0.9);
    }

    .thirdLPRHeaderPart {
        min-width: 50%;
        max-width: 60%;
    }

    .lowerThirdLPRHeaderPart {
        min-width: 50%;
        max-width: 60%;
    }

    .CampVerticalCard {
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }

    .sunIconLPR {
        background: url('../lib/SummerCampPhotos/slonce.svg') no-repeat center center;
        position: absolute;
        bottom: -20%;
        right: -15%;
        background-size: contain;
        width: 117px;
        height: 117px;
        z-index: -1;
        top: unset;
        left: unset;
    }

    .CampVerticalCardBorderGreen::before,
    .CampVerticalCardBorderYellow::before,
    .CampVerticalCardBorderBlue::before {
        background: linear-gradient(to right, #95E03B, #2E6153);
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .CampVerticalCardBorderGreen::after,
    .CampVerticalCardBorderYellow::after,
    .CampVerticalCardBorderBlue::after {
        background: linear-gradient(to right, #95E03B, #2E6153);
        content: '';
        height: 10px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .CampVerticalCardBorderYellow::after {
        background: linear-gradient(to right, #F47320, #FFF101);
    }

    .CampVerticalCardBorderBlue::after {
        background: linear-gradient(to right, #1BDDFC, #5227AB);
    }

    .CampVerticalCardPhoto {
        width: 100%;
    }

    .CampVerticalCardText {
        width: 100%;
    }

    .treeWraper {
        position: absolute;
        display: flex;
        flex-direction: row;
        max-width: 12rem;
        max-height: 10rem;
        min-width: 10rem;
        width: 30vw;
        justify-content: center;
        top: -20%;
        left: -15%;
    }

    .leftTreeWrap {
        max-width: 8rem;
        max-height: 8rem;
        min-width: 5rem;
        width: 10vw;
    }

    .rightTreeWrap {
        max-width: 2.6rem;
        max-height: 2.6rem;
        min-width: 2rem;
        width: 10vw;
    }

    .treeSvgLRPFirst {
        max-width: 9rem;
        max-height: 7rem;
        min-width: 3rem;
        width: 12vw
    }


    .treeSvgLRPSecond {
        max-width: 2.6rem;
        max-height: 4rem;
        min-width: 2rem;
        width: 10vw;
    }



    .lowerSecondLPRHeaderPart {
        background: url('../lib/ReworkLandingBottom/MistralCutouts_CAMP_ARCHER_FRONT.png') no-repeat -3rem center;
        background-size: cover;
        width: 100%;
        min-height: 60vh;
        height: 50vw;
        max-height: 42vw;
       
    }

   
}
/* MOBILE */
@media screen and (max-width:575px) {
    .lowerSecondLPRHeaderPart {
        background: url('../lib/ReworkLandingBottom/MistralCutouts_CAMP_ARCHER_FRONT.png') no-repeat -2rem 3vh;
        background-size: cover;
        width: 100%;
        min-height: 52vh;
        height: 40vw;
        max-height: 38vw;
    }

    .treeWraper {
        position: absolute;
        display: flex;
        flex-direction: row;
        width: 135px;
        justify-content: center;
        right: 0;
        bottom:-12%;
    }

    .lowerThirdLPRHeaderPart {
        width: 90%;
    }


    .galleryLPR {
        width: 90%;
        display: flex;
        flex-direction: column-reverse;
        gap: 4rem;
    }


    .galleryTextContainerLPR {
        width: 100%;
    }

    .verticalOrientedCardLPR {
        flex-direction: column;
        height: 60vh;
    }

    .verticalTextContainerLPR {
        width: 100%;
        height: 40%;
        text-align: left;
    }

    .bottomSectionFirstPhotoLPR,
    .bottomSectionSecondPhotoLPR,
    .bottomSectionThirdPhotoLPR {
        width: 100%;
    }

    .reversedVerticalTextContainerBorderLPRGreen::before,
    .reversedVerticalTextContainerBorderLPRYellow::before,
    .reversedVerticalTextContainerBorderLPRBlue::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 9px;
    }


    .reversedVerticalTextContainerBorderLPRGreen::before {
        background: linear-gradient(to right, #7CCD7C, #006400);
    }

    .reversedVerticalTextContainerBorderLPRYellow::before {
        background: linear-gradient(to right, #FFFACD, #FF8C00);
        top: 100%;
    }

    .reversedVerticalTextContainerBorderLPRBlue::before {
        background: linear-gradient(to right, #87CEFA, #00008B);
    }

    .BottomLPRHeaderWrap {
        width: 100%;
    }

    .reverseLPR {
        flex-direction: column-reverse;
    }

    h4 {
        width: 100%;
    }


    .BottomLPRSectionPart {
        width: 100%;
    }

    .secondSectionLPRWrap {
        width: 80%;
    }


    .lowerHeaderTextLPRFirst {
        font-size: 3rem;
        line-height: 3rem;
    }

    .lowerHeaderTextLPRSecond {
        font-size: 5rem;
        line-height: 5rem;
    }

    .headerTextLPRFirst {
        font-size: 3rem;
        line-height: 3rem;
    }

    .headerTextLPRSecond {
        font-size: 5rem;
        line-height: 5rem;
    }

    .thirdLPRHeaderPart {
        width: 90%;
    }

    .KhandCardP {
        font-size: calc(18px * 0.8);
        line-height: calc(26px * 0.8);
    }

    .secondSectionLPRWrap {
        width: 90%;
    }

    .verticalOrientedCardLPR {
        width: 90%;
        min-width: 16.2rem !important;
        max-width: 36rem !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 50vh;
    }

    .gallerySliderLPR {
        width: 30vw;
        min-width: 18rem;
        max-width: 26rem;
    }

    .CampVerticalCard {
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }


    .CampVerticalCardBorderGreen::before,
    .CampVerticalCardBorderYellow::before,
    .CampVerticalCardBorderBlue::before {
        background: linear-gradient(to right, #95E03B, #2E6153);
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .CampVerticalCardBorderGreen::after,
    .CampVerticalCardBorderYellow::after,
    .CampVerticalCardBorderBlue::after {
        background: linear-gradient(to right, #95E03B, #2E6153);
        content: '';
        height: 10px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .CampVerticalCardBorderYellow::after {
        background: linear-gradient(to right, #F47320, #FFF101);
    }

    .CampVerticalCardBorderBlue::after {
        background: linear-gradient(to right, #1BDDFC, #5227AB);
    }

    .CampVerticalCardPhoto {
        width: 100%;
    }

    .CampVerticalCardText {
        width: 100%;
    }

    .treeWraper {
        position: absolute;
        display: flex;
        flex-direction: row;
        max-width: 6rem;
        max-height: 6rem;
        min-width: 3rem;
        width: 10vw;
        justify-content: center;
        top: -20%;
        left: -25%;
    }

    .sunIconLPR {
        background: url('../lib/SummerCampPhotos/slonce.svg') no-repeat center center;
        position: absolute;
        bottom: -20%;
        right: -15%;
        background-size: contain;
        z-index: -1;
        top: unset;
        left: unset;
    }

    .treeWraper {
        position: absolute;
        display: flex;
        flex-direction: row;
        max-width: 12rem;
        max-height: 10rem;
        min-width: 10rem;
        width: 30vw;
        justify-content: center;
        top: -20%;
        left: -15%;
    }

    .leftTreeWrap {
        max-width: 10rem;
        max-height: 8rem;
        min-width: 5rem;
        width: 10vw;
    }

    .rightTreeWrap {
        max-width: 5rem;
        max-height: 2.6rem;
        min-width: 2rem;
        width: 14vw;
    }

    .treeSvgLRPFirst {
        max-width: 9rem;
        max-height: 7rem;
        min-width: 3rem;
        width: 22vw
    }


    .treeSvgLRPSecond {
        max-width: 5rem;
        max-height: 4rem;
        min-width: 2rem;
        width: 22vw;
    }
}
   


@keyframes swaySides{
    from{
        transform:rotate(-5deg);
    }
    to {
        transform: rotate(6deg);
    }
}
