:root{
    --angleY: 0deg;
    --angleX: 0deg;
}
html {
    scroll-behavior: smooth;
}
body .entry-content {
    width: 100%;
    max-width: 100%;
}
.hello_photo_bloom {
    position: relative;
    z-index: 3;
    padding: 0;
    overflow: hidden;
}
.photo_bloom_wrapper {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: auto;
   min-height: 100vh;
}
.photo_bloom_wrapper .top_wrapper .heading_animation h2 {
    -webkit-text-stroke: 1px #448793;
    display: initial;
}
.photo_bloom_wrapper .top_wrapper.list_content .outer {
    color: #448793;
}
.photo_bloom_wrapper .heading_animation {
    bottom: -150px;
    position: relative;
    transition: bottom 1s ease-in;
}
.heading_animation.move_title_top {
    bottom: 0;
}
.photo_bloom_left {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.photo_bloom_left .list_content {
    position: absolute;
    z-index: 100;
    transform:translateX(var(--angleX)) translateY(var(--angleY));
}
.photo_bloom_left .list_content img {
    filter: none;
}
.photo_bloom_left .list_content:nth-child(1) {
    left: 25%;
    top: 0;
}
.photo_bloom_left .list_content:nth-child(2) {
    left: 10%;
    top: 12%;
    z-index: 4;
}
.photo_bloom_left .list_content:nth-child(3) {
    left: 6%;
    top: 30%;
    z-index: 3;
}
.photo_bloom_left .list_content:nth-child(3):hover .image_animation:before {
    top: 1px;
    left: 13px;
    background-color: #448793;
    width: 100%;
    height: 100%;
}
.photo_bloom_left .list_content:nth-child(4) {
    left: 7%;
    top: 63%;
}
.photo_bloom_left .list_content:nth-child(4):hover .image_animation:before {
    top: -10px;
    left: 10px;
    }
.photo_bloom_left .list_content:nth-child(5) {
    left: 21%;
    top: 81%;
}
.photo_bloom_left .list_content:nth-child(5):hover .image_animation:before {
    top: -12px;
    left: 10px;
    }
.photo_bloom_content {
    padding-top: 180px;
    padding-bottom: 160px;
    max-width: 560px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 99;
}
.hello_photo_bloom  .heading_animation .photo_bloom_title {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-size: 80px;
    line-height: 94px;
}
.photo_bloom_description {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 200%;
}
.photo_bloom_button {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 200%;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration-line: underline;
    justify-content: center;
}
a.photo_bloom_button.btn_hello{
    display: inline-flex;
}
.photo_bloom_right {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}
.photo_bloom_right .list_content {
    position: absolute;
    z-index: 100;
}
.photo_bloom_right .list_content img {
    filter: none;
}
.photo_bloom_right .list_content:nth-child(1) {
    right: 20%;
    top: 0;
    z-index: 3;
}
.photo_bloom_right .list_content:nth-child(1):hover .image_animation:before {
    top: 14px;
    left: -7px;
}
.photo_bloom_right .list_content:nth-child(2) {
    right: 10%;
    top: 10%;
    z-index: 4;
}
.photo_bloom_right .list_content:nth-child(2):hover .image_animation:before {
    top: 6px;
    left: -10px;
}
.photo_bloom_right .list_content:nth-child(3) {
    right: 6%;
    top: 37%;
}
.photo_bloom_right .list_content:nth-child(3):hover .image_animation:before {
    top: 0px;
    left: -14px;
}
.photo_bloom_right .list_content:nth-child(4) {
    right: 10%;
    top: 63%;
}
.photo_bloom_right .list_content:nth-child(5) {
    right: 23%;
    top: 81%;
}
.photo_bloom_wrapper .logo_description {
    min-height: 115px;
}
.photo_bloom_button {
    min-height: 60px;
    bottom: 10px;
    margin-top: 20px;
}

/*.photo_bloom_content .top_wrapper{
    padding-top: 26px;
    padding-bottom: 9px;
}*/

@media (max-width: 768px){
    .photo_bloom_wrapper .heading_animation {
        bottom: -140px;
        position: relative;
    }
    .hello_photo_bloom {
        min-height: 820px;
    }
    .photo_bloom_wrapper .logo_description {
        min-height: 225px;
    }
    .photo_bloom_wrapper .heading_animation.move_title_top {
        bottom: 0;
    }
    .photo_bloom_button{
       margin-top: 0px; 
           margin-bottom: 5px;
    }
}

