﻿.AboutCampAdventureBannerBg {
    width: 100%;
    min-height: 60vh;
    height: 50vw;
    max-height: 42vw;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: url(../MistralCutouts_CAMP_BOAT_BACK.png);
    z-index: 1;
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 3rem 5rem;
}

.AboutCampAdventureBannerTextContainer {
    width: 52%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    margin-left: auto;
    margin-right: 5vw;
}

.CampAdventureBannerHeaderPrefix {
    filter: drop-shadow(2px 3px 5px rgba(17, 17, 17, 0.5)) !important;
    font-size: 6.2rem;
    line-height: 6.5rem;
    margin: 0;
}

.CampAdventureBannerHeaderMain {
    filter: drop-shadow(2px 3px 5px rgba(17, 17, 17, 0.5)) !important;
    font-size: 11.5rem;
    line-height: 11.5rem;
    margin: 0;
}

.AboutCampAdventureBannerFront {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: url(../MistralCutouts_CAMP_BOAT_FRONT.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}













.PhotosWhiteCard {
    position: relative;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.4rem;
    width: 70%;
    min-width: 40rem;
    max-width: 60rem;
    min-height: max-content;
    box-shadow: 0px 4px 6px rgba(10,10,10, 0.3);
    background-color: white;
}
.AllYearImageWrapper {
    position:relative;
    aspect-ratio: 14/9;
    width: 100%;
    max-width: 60rem;
    background: url(../MistralCamp_Summer_Winter.png);
    background-position: center;
    background-size: cover;
    margin-bottom:2rem;
}
.SunIconAdventure {
    position: absolute;
    top: -2rem;
    left: -2rem;
    animation: fullRotation 18s infinite ease-in-out alternate-reverse;
}
.SnowIconAdventure {
    position: absolute;
    bottom: -4rem;
    right: 0.2rem;
    animation: upDownIdle 3s infinite ease-in-out alternate-reverse;
}
.SnowIconAdventureSmall {
    position: absolute;
    bottom: -1.4rem;
    right: -2.4rem;
    animation: upDownIdle 2s infinite ease-in-out alternate-reverse;
}
.AdventureColumn {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 2rem;
    padding: 1rem;
}
.AdventurePhotoGallery {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}
.TwoHalvesRow {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.AdventurePhotoSmall {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 10px 10px rgba(10,10,10, 0.1);
    object-fit: cover;
    max-width: calc(50% - 0.5rem);
}
.AdventurePhotoLarge {
    position: relative;
    width: 100%;
    max-height: 24rem;
    aspect-ratio: 18/9;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 10px 10px rgba(10,10,10, 0.1);
    object-fit: cover;
}
.WhiteOutBottom{
    position:relative;
}
.WhiteOutBottom ::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:linear-gradient(0deg, white, #ffffff4a) !important;
}
/* NOTEBOOK */
@media screen and (max-width:1640px) and (min-width:1200px) {
  
}
/*TABLET LANDSCAPE*/
@media screen and (max-width:1199px) and (min-width:990px) {
    
}
/* TABLET */
@media screen and (max-width:989px) and (min-width:576px) {
    .PhotosWhiteCard {
        padding: 2rem 1.6rem;
        gap: 1rem;
        width: 100%;
        min-width: 20rem;
        max-width: 60rem;
    }
    .AboutCampAdventureBannerBg {
        max-height: 60vh;
        padding: 3rem 2rem !important;
    }
    .AboutCampAdventureBannerTextContainer {
        width: 100%;
        min-width: 50%;
        max-width: 60%
    }
    .SunIconAdventure {
        position: absolute;
        top: -2rem;
        left: -2rem;
    }

    .SnowIconAdventure {
        position: absolute;
        bottom: -4rem;
        right: 0.2rem;
    }

    .SnowIconAdventureSmall {
        position: absolute;
        bottom: -1.4rem;
        right: -2.4rem;
    }
    .MockPhotoSmall{
        width:30vw;
        min-width:8rem;
        max-width:14rem;
    }
}
/* MOBILE */
@media screen and (max-width:575px) {
    .PhotosWhiteCard {
        padding: 2rem 1.6rem;
        gap: 1rem;
        min-width: 100%;
        max-width: 40rem;
    }
    .TwoHalvesRow {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }
    .AboutCampAdventureBannerBg {
        max-height: 60vh;
        padding: 2rem !important;
        align-items: flex-start;
    }
    .AboutCampAdventureBannerTextContainer {
        width: 100%;
        min-width: 50%;
        max-width: 90%
    }
    .SunIconAdventure {
        position: absolute;
        top: -1rem;
        left: -1rem;
    }

    .SnowIconAdventure {
        position: absolute;
        bottom: -2rem;
        right: 1rem;
    }

    .SnowIconAdventureSmall {
        position: absolute;
        bottom: -0.6rem;
        right: -1.4rem;
    }
    .AboutCampAdventureBannerBg{
        background-position:left center;
    }

    .AdventurePhotoSmall {
        max-width: 100%;
    }
    .AdventurePhotoLarge {
        width: 100%;
        max-height: 24rem;
        aspect-ratio: 1/1;
    }
    .MockPhotoSmall {
        width: 100%;
        min-width: 4rem;
        max-width: 8rem;
    }
}

@keyframes fullRotation{
    from{
        transform:rotate(0deg)
    }
    to{
        transform:rotate(360deg)
    }
}
@keyframes upDownIdle {
    from {
        transform: translateY(10px) rotate(20deg);
    }

    to {
        transform: translateY(-5px) rotate(-15deg);
    }
}
@keyframes showIdle {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

.ShowIdle {
    animation: showIdle 3s infinite ease-in-out alternate;
}

