@font-face {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Barlow;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url(fonts/BarlowCondensed-Regular.woff2) format("woff2"),
    url(fonts/BarlowCondensed-Regular.woff2) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Pussycat;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url(fonts/PussycatSnickers.woff2) format("woff2"),
    url(fonts/PussycatSnickers.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

body {
    color: #fff;
    font-family: Barlow, sans-serif;
    background: #18191f;
    padding: 0;
    margin: 0;
    height: 100% !important;
}

h1, h2, h3, ul, p {
    margin: 0;
    padding: 0;
}

.skrollr-mobile {
    overflow: visible !important;
}

#skrollr-body {
    float: left;
    width: 100%;
    height: 100vh;
}

.container {
    display: none;
}

.informations {
    display: block;
}

.header {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    margin: 0 30px;
    width: 94%;
    z-index: 2;
}

.header_logo {
    position: relative;
    width: 150px;
    height: 57px;
    background-position: 0 0;
    background-image: url("images/logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.2s ease;
}

.header_logo_link {
    display: block;
    width: 100%;
    height: 100%;
}

.header_slogan {
    font-size: 14px;
    font-weight: 800;
    width: 141px;
    text-align: justify;
    text-transform: uppercase;
    margin-right: auto;
    margin-left: 25px;
    line-height: 1.0;
}

.header_slogan_span {
    font-size: 18px;
    line-height: 0.8;
}

.header_title {
    font-size: 14px;
    letter-spacing: 1.8em;
    text-transform: uppercase;
    margin-right: auto;
}

.header_social_list {
    display: flex;
    gap: 10px;
    list-style: none;
}

.header_social_link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    min-width: 30px;
    height: 30px;
    background-color: white;
    transition: background-color .2s ease;
    cursor: pointer;
    border-radius: 30px;
}

.header_social_link:hover {
    fill: white;
    background-color: gray;
}

.header_social_button {
    border: none;
}

.header_social_link svg {
    height: 16px;
}

.main_title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    border: 0;
    background-position: 0 bottom;
    background-color: transparent;
    background-image: url(images/title.svg);
    background-repeat: no-repeat;
    background-size: auto 100vh;
    overflow: hidden;
}

.main_info {
    display: none;
    position: absolute;
    flex-direction: column;
    gap: 5px;
    z-index: 2;
    padding: 10px 20px;
    background-color: #0a0a0aea;
    border-radius: 10px;
    top: 13%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: visibility 0s, opacity 0.5s linear;
}

.main_info p {
    text-align: center;
    font-size: 22px;
}

.main_info svg {
    height: 30px;
}

.main_nav {
    width: 100%;
}

.main_list {
    display: flex;
    list-style: none;
    width: 100%;
}

.main_item {
    display: flex;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    line-height: 0.6;
}

.main_link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    text-decoration: none;
    color: white;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.main_item:nth-child(1) .main_link:before {
    background-position: 0 bottom;
}

.main_item:nth-child(2) .main_link:before {
    background-position: -25vw bottom;
}

.main_item:nth-child(3) .main_link:before {
    background-position: -50vw bottom;
}

.main_item:nth-child(4) .main_link:before {
    background-position: -75vw bottom;
}

.main_item_title {
    font-family: Pussycat, sans-serif;
    font-weight: 400;
    font-size: 100px;
    width: 315px;
    z-index: 1;
    transform: rotate(270deg) translate(0%);
    transition: all 0.2s ease;
}

.main_item_label {
    position: absolute;
    top: 200px;
    font-family: Pussycat, sans-serif;
    font-weight: 400;
    font-size: 50px;
    opacity: 0;
    z-index: 3;
    transition: all 0.2s ease-in-out;
}

.main_link img {
    position: absolute;
    bottom: 0;
    opacity: 0;
    transform: translateY(20%);
    width: 100%;
    display: block;
    transition: all .2s ease-in-out;
}

.main_link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    border: 0;
    display: block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(images/title-hover.svg);
    background-repeat: no-repeat;
    background-size: auto 100vh;
    background-position: -75vw bottom;
    transition: all 0.3s ease;
}

.main_link::after {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 320px;
    width: 100%;
    background-image: url(images/woodendummy.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 0;
    transform: translateY(150px);
    transition: all 0.2s ease;
}

.main_slide {
    flex: 0 0 100%;
    min-width: 0;
}

.main_item:hover .main_link img {
    opacity: 1;
    transform: translateY(-40%);
}

.main_item:hover .main_link:after {
    transform: translateY(5px);
}

.main_item:hover .main_item_title {
    opacity: 0;
    transform: rotate(270deg) translate(-50%);
}

.main_item:hover .main_item_label {
    opacity: 1;
    transform: translateY(-50%);
}

.main_item:hover .main_link:before {
    height: 100%;
}

.slick-current .main_link .main_item_label {
    opacity: 1;
    transform: translateY(-30px);
}

@media only screen and (max-width: 1650px) {
    .header_title {
        letter-spacing: 1.5em;
    }
}

@media only screen and (max-width: 1350px) {
    .header_title {
        letter-spacing: 1.3em;
    }

    .main_title {
        top: 80px;
        width: 100%;
        height: 90vh;
        background-size: 130% auto;
        background-position: top left;
    }

    .main_list {
        overflow: hidden;
    }

    .main_item_title {
        opacity: 0;
    }

    .main_item_label {
        top: 200px;
        opacity: 1;
        translate: translateY(-50px);
        transition: all 0.5s ease-in-out;
    }

    .main_link {
        height: 100vh;
    }

    .main_link img {
        opacity: 1;
        transform: translateY(0);
        height: auto;
        min-width: 403px;
        width: 36%;
    }

    .main_link:after {
        transform: translateY(0px);
        height: 350px;
        background-position: bottom;
    }

    .main_item:hover .main_link:after {
        transform: translateY(0px);
    }

    .main_item:hover .main_item_title {
        opacity: 0;
        transform: rotate(270deg) translate(-50%);
    }

    .main_item:hover .main_link:before {
        height: 0%;
    }

    .main_item:hover .main_item_label {
        opacity: 1;
    }
}

@media only screen and (max-width: 1024px) {
    .header {
        margin: 0;
        width: 88%;
    }

    .header_logo {
        width: 120px;
        height: 46px;
    }

    .header_title {
        display: none;
    }

    .main_link img {
        width: 44%;
    }

    .main_info {
        top: 15%;
    }

    .main_info p {
        font-size: 19px;
    }

    .main_info svg {
        height: 28px;
    }
}

@media only screen and (max-width: 768px) {
    .main_item_label {
        top: 410px;
        opacity: 1;
        translate: translateY(-50px);
    }

    .main_link:after {
        transform: translateY(0px);
        height: 225px;
    }

    .main_link img {
        min-width: 55%;
        width: 40%;
        height: auto;
    }
}

@media only screen and (max-width: 750px) {
    .main_item_label {
        top: 275px;
        opacity: 1;
        translate: translateY(-50px);
    }

    .main_title {
        max-height: 250px;
    }

    .main_info {
        top: 20%;
    }
}

@media only screen and (max-width: 500px) {
    .main_title {
        height: 25vh;
    }

    .main_item_label {
        top: 485px;
    }

    .main_link img {
        min-width: 85%;
    }

    .main_info {
        top: 40%;
    }
}

@media only screen and (max-width: 425px) {
    .main_link img {
        min-width: 100%;
    }
}

.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    width: 84%;
    margin: 0 auto;
    height: auto;
}

.hero_container {
    position: relative;
    width: 1300px;
    height: 525px;
    max-width: 1300px;
    margin-top: 110px;
    margin-bottom: 430px;
}

.hero_title {
    position: absolute;
    top: 50%;
    font-family: Pussycat, sans-serif;
    font-weight: 400;
    font-size: 9.5em;
    left: -150px;
    z-index: 2;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%);
    transition: all .4s ease-in-out;
}

.hero_content {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #da5f97;
    background-size: cover;
    background-position: center;
    margin: 400px auto 140px auto;
    opacity: 0;
    transition: all .4s ease-in-out;
}

.hero_kontakt {
  background-image: url(images/kontakt-header.png);
}

.hero_training {
  background-image: url(images/training-header.png);
}

.hero_aboutme {
  background-image: url(images/aboutme-header.png);
}

.hero_wingchun {
  background-image: url(images/wingchun-header.png);
}

.hero_text {
    position: relative;
    font-weight: 400;
    font-size: 43px;
    line-height: 1.3;
    max-width: 900px;
    opacity: 0;
    transform: translateY(125px);
    transition: all .4s ease-in-out;
}

.hero_bg1 {
    position: absolute;
    bottom: -500px;
    left: -230px;
    width: 110px;
    height: 110px;
    display: block;
    border: 0;
    background-position: right 0;
    background-color: transparent;
    background-image: url(images/bg1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    z-index: -1;
    transition: all .4s ease-in-out;
}

.hero_bg2 {
    position: absolute;
    top: 250px;
    right: -230px;
    width: 600px;
    height: 600px;
    display: block;
    border: 0;
    background-position: right 0;
    background-color: transparent;
    background-image: url(images/bg2.webp);
    background-repeat: no-repeat;
    background-size: 400px auto;
    text-indent: -9999px;
    overflow: hidden;
    z-index: -1;
    transition: transform .2s ease;
}

.hero_bg3 {
    position: absolute;
    top: -150px;
    left: -150px;
    width: 350px;
    height: 350px;
    display: block;
    border: 0;
    background-position: right 0;
    background-color: transparent;
    background-image: url(images/bg2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    z-index: -1;
    transition: transform .2s ease;
}

.hero_bg4 {
    position: absolute;
    bottom: -300px;
    right: 30px;
    width: 275px;
    height: 275px;
    display: block;
    border: 0;
    background-position: center 0;
    background-color: transparent;
    background-image: url(images/bg3.webp);
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    z-index: -1;
    transition: transform .2s ease;
}

.paragraph_animation {
    margin: 75px auto 0 auto;
}

.paragraph_animation_container {
    position: relative;
    max-width: 1600px;
    width: 84%;
    margin: 0 auto;
}

.paragraph_animation_text {
    max-width: 1200px;
}

.paragraph_animation_text p {
    display: inline;
    font-family: Barlow, sans-serif;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.3;
    opacity: 0.3;
    transition: opacity .2s ease;
}

.paragraph_animation_text .active {
    opacity: 1;
}

.image_scroll {
    position: relative;
    width: 100%;
    padding: 275px 0 100px 0;
    min-height: 56vh;
    overflow: hidden;
}

.image_scroll_container {
    position: sticky;
    top: calc(50%, -300px);
}

.image_scroll_wrapper {
    display: flex;
    gap: 15px;
}

.image_scroll_img {
    width: 950px;
    height: 520px;
}

.image_scroll_container::after {
    content: "";
    display: block;
    min-width: 15vw;
}

.image_gallery {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background-color: #ab0852;
}

.image_gallery_container {
    max-width: 1600px;
    width: 84%;
    margin: 0 auto;
}

.image_gallery_list {
    display: grid;
    grid-row-gap: 30px;
    grid-column-gap: 35px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(800px, auto);
    list-style: none;
}

.image_gallery_image:first-child {
    grid-column: 1/3;
}

.image_gallery_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: translateY(100px);
    transition: all .4s ease-in-out;
}

.show {
    opacity: 1;
    transform: translateY(0);
}

.image_gallery_image::after {
    content: attr(alt);
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: .8.5rem;
    color: #ffffffb3;
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .5s .15s ease;
}

.testimonials {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    align-items: center;
    padding: 0;
    width: 100%;
    min-height: 650px;
    margin-top: -10px;
    background-color: #ab0852;
}

.testimonials_image {
    grid-row: 1/2;
    position: relative;
    overflow: hidden;
    min-height: 680px;
}

.testimonials_image img {
    position: relative;
    z-index: 1 !important;
    width: 100%;
    min-height: 200px;
    max-height: 760px;
    transition: transform .2s ease;
}

.testimonials_image::after {
    content: "";
    position: absolute;
    z-index: 4 !important;
    top: 0;
    left: 0;
    width: 46vw;
    height: 100%;
    display: block;
    background-position: 0 center;
    background-image: url(images/quationmark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    background-size: 130% auto;
}

.testimonials_container {
    padding: 0 20% 0 10%;
}

.testimonials_container_paragraph p {
    font-style: italic;
    font-size: 2.6em;
    line-height: 1.4    ;
}

.testimonials_container_author {
    display: flex;
    align-items: center;
    margin-top: 4.5rem;
}

.testimonials_container_author::before {
    content: "";
    width: 32px;
    height: 2px;
    border-radius: 2px;
    transform: translateY(3px);
    margin-right: 28px;
    background-color: #da5f97;
}

.share {
    display: flex;
    padding: 125px 0 275px 0;
    background-color: #ab0852;
    margin-top: -50px;
}

.share_button {
    display: flex;
    justify-content: space-between;
    font-family: Barlow, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: white;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    padding: 16px 15px 17px 28px;
    border-radius: 8px;
    border: none;
    background-color: #da5f97;
    cursor: pointer;
    transition: background-color .2s ease;
}

.share_button::after {
    content: "";
    color: white;
    width: 30px;
    height: 30px;
    background-image: url(images/share.svg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: contain;
}

.share_button:hover {
    background-color: #18191f;
}

.footer {
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    background-color: #ab0852;
}

.footer_subtitle {
    position: absolute;
    top: 0;
    left: -126px;
    width: 82vw;
    height: 560px;
    border: 0;
    background-image: url(images/subtitle.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    display: block;
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.footer_list {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 94%;
    margin: 0 auto 25px auto;
    list-style: none;
}

.footer_item {
    overflow: hidden;
    height: 735px;
}

.footer_link {
    display: block;
    position: relative;
    margin-top: 250px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.footer_item_label {
    display: block;
    font-family: Pussycat, sans-serif;
    font-weight: 400;
    color: white;
    font-size: 4rem;
    padding: 75px 0;
    transition: all .2s ease-in-out;
}

.footer_item_image {
    display: block;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    transition: all .2s ease-in-out;
}

.footer_link:hover .footer_item_image {
    transform: translateY(-25%);
}

@media only screen and (max-width: 1919px) {
    .hero {
        margin-bottom: 350px;
    }

    .hero_container {
        max-width: 1150px;
        height: 475px;
        margin-bottom: 150px;
    }

    .hero_container h2 {
        font-size: 9em;
    }

    .image_gallery_list {
        grid-template-rows: minmax(500px, auto);
        gap: 24px;
    }

    .share {
        padding: 250px 0 225px;
    }
}

@media only screen and (max-width: 1615px) {
    .hero {
        margin-bottom: 25px;
    }

    .hero_container {
        max-width: 1000px;
        height: 415px;
        margin-bottom: 200px;
    }

    .hero_container h2 {
        font-size: 8em;
    }

    .hero_text {
        font-size: 35px;
        max-width: 700px;
    }

    .hero_bg1 {
        bottom: -425px;
        left: -150px;
    }

    .hero_bg2 {
        top: 150px;
        right: -230px;
    }

    .hero_bg4 {
        height: 250px;
    }

    .paragraph_animation {
        margin: 225px auto 0 auto;
    }

    .paragraph_animation_container {
        max-width: 1400px;
    }

    .paragraph_animation_text {
        max-width: 1000px;
    }

    .paragraph_animation_text p {
        font-size: 50px;
    }

    .image_scroll_img {
        width: 880px;
        height: 490px;
    }

    .image_gallery_list {
        gap: 20px;
    }

    .share {
        padding: 230px 0 180px;
    }

    .footer::before {
        height: 55px;
    }
}

@media only screen and (max-width: 1450px) {
    .hero_container {
        max-width: 750px;
        height: 350px;
        margin-bottom: 200px;
    }

    .hero_container h2 {
        font-size: 7em;
        left: -90px;
    }

    .hero_text {
        font-size: 32px;
        max-width: 600px;
    }

    .hero_bg2 {
        top: 200px;
        right: -185px;
        background-size: 325px auto;
    }

    .paragraph_animation_text p {
        font-size: 45px;
    }

    .image_gallery_list {
        gap: 19px;
    }
}

@media only screen and (max-width: 1350px) {
    .hero {
        margin-bottom: 0px;
    }

    .hero_bg1 {
        bottom: -550px;
        left: -210px;
    }

    .hero_bg4 {
        height: 175px;
    }

    .paragraph_animation_container {
        width: 80%;
        max-width: 1050px;
    }

    .image_scroll_img {
        width: 787px;
        height: 467px;
    }

    .image_gallery_list {
        grid-template-rows: minmax(500px, auto);
        gap: 15px;
    }
}

@media only screen and (max-width: 1274px) {
    .hero_bg1 {
        bottom: -490px;
        left: -50px;
    }
}

@media only screen and (max-width: 1024px) {
    .hero {
        padding-top: 100px;
    }

    .hero_container {
        max-width: none;
        width: 100%;
        padding: 0 5%;
    }

    .hero_container h2 {
        font-size: 5.5em;
        position: static;
        transform: translateY(0);
        max-width: none;
        height: 220px;
    }

    .hero_text {
        font-size: 28px;
        max-width: 500px;
    }

    .hero_bg1 {
        width: 70px;
        height: 70px;
        bottom: -150px;
        left: -20px;
    }

    .hero_bg2 {
        width: 250px;
        height: 355px;
        right: -50px;
        top: 315px;
        background-position: 0 0;
        background-size: 250px auto;
    }

    .hero_bg3 {
        top: -75px;
        height: 225px;
        width: 225px;
        left: -100px;
    }

    .hero_bg4 {
        top: -10px;
        right: -50px;
        height: 135px;
    }

    .paragraph_animation {
        margin-bottom: 75px;
    }

    .image_scroll {
        padding-top: 80px;
        min-height: 45vh;
    }

    .image_scroll_img {
        width: 737px;
        height: 427px;
    }

    .testimonials {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        min-width: auto;
    }

    .testimonials_image {
        width: 60%;
        height: 100%;
    }

    .testimonials_image img {
        min-height: 325px;
        max-height: 500px;
    }

    .testimonials_image::after {
        min-height: auto;
        width: 100%;
    }

    .testimonials_container {
        padding: 0 18%;
    }

    .testimonials_container_paragraph {
        font-size: 0.8rem;
    }

    .share {
        padding: 160px 0 120px;
    }

    .share_button {
        height: 57px;
        max-width: 290px;
        font-size: 1.25rem;
    }

    .share_button::after {
        transform: translateY(-3px);
    }

    .testimonials_image {
        min-height: 550px;
    }

    .testimonials_container_author {
        display: none;
    }

    .footer_list {
        position: absolute;
        width: 100%;
        margin: 0;
        margin-top: 325px;
        list-style: none;
        flex-direction: column;
    }

    .footer_item {
        height: auto;
        width: 100%;
        overflow: hidden;
        border-bottom: solid 3px #ab0852;
    }

    .footer_link {
        display: flex;
        position: relative;
        text-align: center;
        cursor: pointer;
        width: 100%;
        padding: 0px 0px 0px 40px;
        margin: 0;
        justify-content: space-between;
    }

    .footer_item_label {
        padding: 75px 0;
    }

    .footer_item_image {
        position: relative;
        display: block;
        max-width: 180px;
        margin: 0;
        transition: all .2s ease-in-out;
        transform: translateX(15px) rotate(270deg);
    }

    .footer_item_label {
        font-size: 3.4rem;
    }

    .footer_link:hover .footer_item_image {
        transform: translateX(-25px) rotate(270deg);
    }
}

@media only screen and (max-width: 767px) {
    .header_social_link {
        width: 34px;
        min-width: 34px;
        height: 34px;
    }

    .image_gallery_list {
        grid-template-rows: minmax(30vh,auto);
        gap: 13px;
    }

    .testimonials_image img {
        min-height: 325px;
        max-height: 350px;
    }

    .footer::before {
        height: 30px;
    }

    .footer_list {
        margin-top: 225px;
    }
}


@media only screen and (max-width: 650px) {
    .hero_container {
        height: 200px;
    }

    .hero_container h2 {
        font-size: 4em;
        margin-top: 30px;
    }

    .hero_text {
        width: 100%;
    }

    .hero_bg2 {
        top: 175px;
    }

    .paragraph_animation_text p {
        font-size: 40px;
    }

    .image_scroll_img {
        width: 690px;
        height: 380px;
    }

    .testimonials {
        min-height: 400px;
    }

    .testimonials_container {
        padding: 0 12%;
    }

    .testimonials_image {
        min-height: 400px;
    }

    .testimonials_container_paragraph {
        font-size: 0.7rem;
    }

    .footer_list {
        margin-top: 175px;
    }
}

@media only screen and (max-width: 450px) {
    .hero_container {
        height: 175px;
    }

    .hero_container h2 {
        font-size: 3.5em;
    }

    .hero_bg2 {
        width: 250px;
        height: 355px;
        right: -50px;
        top: 150px;
        background-position: 0 0;
        background-size: 200px auto;
    }

    .image_scroll {
        padding: 175px 0 0px 0;
    }

    .image_scroll_img {
        width: 640px;
        height: 360px;
    }

    .testimonials_container_paragraph {
        font-size: 0.65rem;
    }

    .footer_item_label {
        font-size: 2.8rem;
    }

    .footer_list {
        margin-top: 125px;
    }
}
