/*COMMON HEADER OVERRIDE*/
#commonHeader{
    transition: background-color 0.5s linear 0s;
    background-color: transparent;
    align-items: flex-start;
}
#commonHeader.bg-transition
,#commonHeader.menu-expanded{
    background-color: rgba(255, 255, 255, 0.8);
}
#commonHeader.bg-transition img{
    display: none;
}
#commonHeader:not(.bg-transition):not(.menu-expanded) .headerBtn{
    color: #FFFFFF;
}
#commonHeader:not(.bg-transition):not(.menu-expanded) .headerBtn .hippo-icon:before{
    background-image: var(--color-light);
}
#commonHeader:not(.bg-transition) .headerBtn:hover
,#commonHeader:not(.bg-transition) .headerBtn:focus
,#commonHeader:not(.bg-transition) .headerBtn:active
,#commonHeader:not(.menu-expanded) .headerBtn:hover
,#commonHeader:not(.menu-expanded) .headerBtn:focus
,#commonHeader:not(.menu-expanded) .headerBtn:active{
    color: #000000;
}
#commonHeader:not(.bg-transition) .headerBtn:hover .hippo-icon:before
,#commonHeader:not(.bg-transition) .headerBtn:focus .hippo-icon:before
,#commonHeader:not(.bg-transition) .headerBtn:active .hippo-icon:before
,#commonHeader:not(.menu-expanded) .headerBtn:hover .hippo-icon:before
,#commonHeader:not(.menu-expanded) .headerBtn:focus .hippo-icon:before
,#commonHeader:not(.menu-expanded) .headerBtn:active .hippo-icon:before{
    background-image: var(--color-dark);
}
/*CONTENT STYLING*/
/*Caroussel styling*/
.carousselContainer {
    position: relative;
    font-family: Agrandir;
}
.carousselScrollContainer{
    width: 100%;
    height: 100vh;
    display: flex;
    overflow: hidden auto;
    scroll-behavior: smooth;
}
.carousselScrollContainer .flower{
    bottom: 50px;
    right: 20px;
    width : 346px;
    opacity: 0.35
}
.carousselContainer.content-1 .flower{
    opacity: 0.15;
}
.carousselInteractContainer{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.carousselNavContainer{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.carousselNav{
    color: #FFFFFF;
    background-color: transparent;
    font-size: 2rem;
}
#previousBtn{
    visibility: hidden;
}
.showBottomContainer{
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
}
.carousselContentContainer{
    width: 100%;
    flex-shrink:0;
    display: flex;
    flex-direction: column;
    padding: 130px 0.5rem 100px 0.5rem;
    background-size: cover;
    background-repeat: no-repeat;
}
.carousselContentContainer#content-1{
    padding-left: 70px;
    padding-right: 50px;
    background-image: url("./images/caroussel-bg-1.webp");
    text-align: right;
}
.carousselContentContainer#content-2{
    padding-left: 50px;
    padding-right: 70px;
    background-image: url("./images/caroussel-bg-2.webp");
    background-position-x: 78%;
    text-align: left;
}
.titlecontainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Agrandir;
    font-size: 40px;
    color: rgb(255, 255, 255);
}
.carousselContentContainer#content-1 .titlecontainer{
    margin-top: 70px;
    margin-right: 100px;
    align-items: flex-end;
}
.carousselContentContainer#content-2 .titlecontainer{
    margin-top: 135px;
    margin-left: 100px;
    align-items: flex-start;
}
.titlecontainer h1, h2{
    max-width: 835px;
    font-size: 1em;
    font-weight: normal;
}
.carousselContentContainer#content-1 .titlecontainer h1, h2{
    max-width: 660px;
}
.title{
    text-align: center;
    font-size: 40px;
}
.content {
    font-family: roboto;
    text-align: center;
    color: #701224;
    z-index: 2;
}
.content.reversed{
    color: #FFFFFF;
}
.flower{
    position: absolute;
    z-index: 1;
}
.tileRowContainer{
    display:flex;
    flex-direction: column;
    justify-content: center;
    overflow: visible;
}
.tileRow{
    display: flex;
    flex-direction: row;
}
#row-1{
    overflow-y: hidden;
}
.tile{
    position: relative;
    flex-grow: 1;
    width: 50%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
}
.tileRow:nth-child(2n) .tile.content{
    order: 2;
}
.tile > *:not(.flower){
    z-index: 2;
}
.tile.image{
    min-height: 300px;
}
.tile.first{
    background-image: url("./images/first.webp");
    background-repeat: no-repeat;
}

.tile.second{
    background-image: url("./images/second.webp");
    background-repeat: no-repeat;
}

.tile.third{
    background-image: url("./images/photo.webp");
    background-repeat: no-repeat;
  }

.tileRow{
    min-height: 570px;
}

.tile.one {
    background-color: #FBB297;
}
.tile.one .flower{
    top: -120px;
    right: -30px;
    width: 552px;
}
.tile.two {
    background-color: #D12161;
}
.tile.two .flower{
    top: 70px;
    right: 50px;
    width: 267px;
}
.tile.three {
    background-color: #DF2B4F;
}
.tile.three .flower{
    top: 165px;
    right: -80px;
    width: 600px;
}
.tile.four {
    background-color: #FFECEC;
    padding-bottom: 240px;
}
.tile.five {
    background-color: #FEDBC4;
    padding-bottom: 240px;
}
.tile.four button,.tile.five button{
    color: #133602;
}
.tile.five .flower{
    left: -100px;;
    bottom: 100px;
    width: 200px;
    opacity: 0.4;
}

.roundImg{
    position:absolute;
    bottom: -50px;
    z-index: 1;
}
/*DYNAMIC FOOTER STYLING*/
.dynamicFooterContent{
    margin-top: 50px;
}
@media(max-width: 768px){
    .flower{
        display: none;
    }
    .tileRowContainer{
        overflow: hidden;
    }
    .tileRow{
        flex-direction: column;
        overflow: hidden;
    }
    .tile {
        width: 100%;
        padding: 0.5rem;
    }
    .tile.four,.tile.five{
        padding-bottom: 0.5rem;
    }
    .tileRow:nth-child(2n) .tile.content{
        order: unset;
    }
    .roundImg{
        position: relative;
        bottom: unset;
    }
    .dynamicFooterContent{
        margin-top: 0;
    }
}

@media(max-width: 850px){
    /*Caroussel phone*/
    .carousselInteractContainer{
        display: none;
    }
    .carousselContentContainer{
        padding-top: 183px;
        justify-content: center;
    }
    .carousselContentContainer#content-1{
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .carousselContentContainer#content-2{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .carousselContentContainer#content-1 .titlecontainer{
        margin: 0;
    }
    .carousselContentContainer#content-2 .titlecontainer{
        margin: 0;
    }
    .titlecontainer{
        align-items: center !important;
        font-size: 30px;
    }
    .titlecontainer h1{
        text-align: center;
        font-weight: bold;
    }
    .carousselNav{
        padding: 0.5rem;
    }
    .tileRow{
        min-height: unset;
    }
    .tileRow button{
        width: 100%;
    }
    .showBottomContainer{
        margin-bottom: 0.5rem;
    }
}

