
.hero-inner-section-area{
    width:100%;
    height: 70dvh;
    position: relative;
    display: block;
    overflow: hidden;
}

.hero-inner-area-content{
    width:100%;
    height: 100%;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 60%);
}
.hero-inner-area-content .inner{
    width:100%;
    margin: 0 0 100px;
    max-width: var(--wp--style--global--wide-size);
    padding: 0px calc(40px + 4vw);
}
.the-page-content > .hero:first-child .hero-inner-area-content .inner{
    padding: 140px calc(40px + 4vw);
}
.hero-inner-area-content .inner h1,
.hero-inner-area-content .inner h2,
.hero-inner-area-content .inner h3,
.hero-inner-area-content .inner h4,
.hero-inner-area-content .inner p{
    display: block;
    position: relative;
}
.hero-inner-area-content .inner h1:after{
    content: "";
    width: 50px;
    height: 30px;
    background: url(/wp-content/themes/vGolf/blocks/hero-inner/images/vgolf-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -50px;
    left: 50%;
    translate: -50% 0;
    display: none;
}
.hero-inner-area-content .inner h2:after{
    content: "";
    width: 70px;
    height: 70px;
    background: url(/wp-content/themes/vGolf/blocks/hero-inner/images/vgolf-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -90px;
    left: 50%;
    translate: -50% 0;
    display: none;
}
.hero-inner-area-content .inner h1 ~ h2:after{
    display:none;
}
.hero-inner-area-content .inner h1{
    margin-bottom: 20px;
}
.hero-inner-area-content .inner h1 + h2{
    margin-top: 0;
}
.hero-inner-area-content .inner h2 + .wp-block-buttons,
p + .wp-block-buttons {
    margin-top: 40px;
}

.hero-inner-area-overlay,
.hero-inner-area-colour{
    width:100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
}

.hero-inner-area-image{
    width:100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
}
.hero-inner-area-image picture{
    width:100%;
    height: 100%;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
}
.hero-inner-area-image picture img{
    width:100%;
    object-fit: cover;
    height: 100%;
    position: relative;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    display: block;
}

.hero-inner-area-video{
    width:100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
}
.hero-inner-area-video video{
    width:100%;
    object-fit: cover;
    height: 100%;
    position: relative;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    translate: -50% -50%;    
    display: block;
}

.hero-inner-area-content .inner h1.homepage-banner-logo:after {
    width: 500px;
    height: 500px;
    background: url(/wp-content/themes/vGolf/blocks/hero-inner/images/logo-banner-big.png);
    top: -225px;
    background-repeat: no-repeat;
    background-size: 100%;
}


.video-play-button-section img {
    display: block;
    margin: 50px auto 0 auto;
    max-width: 120px;
}

.video-play-button-section img:hover {
    scale: 1.2;
    cursor:pointer;
}
.video-play-button-section img{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


@media screen and (max-width: 90px) {
    .hero-inner-area-content .inner{
        padding: 0px 40px;
    }
}
@media screen and (max-width: 650px) {
    .hero-inner-section-area{
        height: 600px;
    }
    
    .hero-inner-area-content .inner h1.homepage-banner-logo:after {
        width: 300px;
        height: 300px;
        background: url(/wp-content/themes/vGolf/blocks/hero-inner/images/logo-banner-big.png);
        top: -125px;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .hero-inner-area-content .inner{
        padding: 0px 20px;
    }
    .hero-inner-area-content h2 {
        font-size: 40px !important;
    }
    .video-play-button-section img {
        max-width: 100px;
        height: auto;
    }
}
@media screen and (max-width: 400px) {
    .hero-inner-area-content .inner h1.homepage-banner-logo:after {
        width: 200px;
        height: 200px;
        background: url(/wp-content/themes/vGolf/blocks/hero-inner/images/logo-banner-big.png);
        top: -75px;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .hero-inner-area-content h2 {
        font-size: 30px !important;
    }
    .video-play-button-section img {
        max-width: 80px;
        height: auto;
    }
}
@media screen and (max-height:900px){
    .the-page-content > .hero:first-child .hero-inner-area-content .inner {
        padding: 160px 40px 0;
    }
}
@media screen and (max-height:900px) and (max-width: 900px{
    .the-page-content > .hero:first-child .hero-inner-area-content .inner {
        padding: 160px 40px 0;
    }
}
@media screen and (max-height:900px) and (max-width:400px{
    .the-page-content > .hero:first-child .hero-inner-area-content .inner {
        padding: 160px 20px 0;
    }
}
