/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

 video#header-home-video {
    width: 100%;
}
.header-home-container-inner {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    top: calc(100vw / 3.5);
    left: calc(100% / 2 - 590px);
    z-index: 1;
}
.header-home-title {
    font-size: 70px;
    max-width: 600px;
    line-height: 77px;
}
.header-home-button-1 {
    text-decoration: none;
    background-color: #F6CE47;
    color: #292D34;
    font-weight: bold;
    font-size: 22px;
    padding: 12px 40px;
    border-radius: 40px;
    margin-right: 20px;
}
.header-home-button-2 {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 22px;
    padding: 12px 40px;
    border-radius: 40px;
    border: 1px solid #ffffff20;
    margin-right: 20px;
}
.header-home-button-4 {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 22px;
    padding: 12px 40px;
    border-radius: 40px;
    border: 1px solid #ffffff20;
}
.header-home-container-inner-2 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.header-home-title-2 {
    font-size: 60px;
    color: white;
    text-align: center;
    line-height: 89px;
}
.header-home-content {
    color: white;
    text-align: center;
    max-width: 940px;
    margin: 140px auto 40px;
}
.header-home-button-more {
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    background-color: #F6CE47;
    padding: 12px 40px;
    border-radius: 30px;
    display: inline-block;
}
.header-home-button-container {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}
.header-home-imgs {
    display: flex;
    justify-content: space-between;
}
.header-home-img {
    position: relative;
    width: calc(100% / 3 - 10px);
}
.header-home-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.header-home-img-text {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    white-space: nowrap;
    color: white;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.header-home-img-title {
    font-size: 120px;
    line-height: 110px;
}
.header-home-img-desc {
    font-size: 20px;
    font-weight: bold;
}
.header-home-img:nth-child(1) {
    clip-path: polygon(0 10%, 33% 10%, 33% 0, 100% 0, 100% 100%, 0 100%);
}
.header-home-img:nth-child(2) {
    top: 100px;
}
.header-home-img:nth-child(3) {
    top: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 61% 88%, 61% 100%, 0 100%);
}

.header-home-svg {
    transform: translate(50%, -200px);
    right: 50%;
    position: fixed;
    z-index: 1;
}
.header-home-svg-mobile {
    display: none;
}
.header-home-vid {
    position: relative;
}
.header-home-vid:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    background-image: radial-gradient(at 17% 1%, hsla(60, 89%, 62%, 0.33) 0px, #00000094 50%), radial-gradient(at 15% 78%, hsla(266, 0%, 0%, 0) 0px, transparent 50%);
}
.header-home-vid:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(84, 84, 84, 0) 0%, rgb(32 36 40) 100%);
}
.header-home-container {
    background: linear-gradient(0deg, rgb(45 45 45) 0%, rgba(23, 29, 36, 1) 100%);
    overflow: hidden;
}
.header-mobile-svg {
    display: none;
}
@media (max-width: 600px) {
    .header-mobile-svg {
        display: block;
        overflow: hidden;
        position: absolute;
        height: 800px;
        width: 100%;
    }    
    .header-home-svg-mobile {
        display: block;
        transform: translate(50%, -200px);
        right: 50%;
        position: absolute;
        top: 200px;
        z-index: 1;
        overflow: hidden;
    }
    .header-home-img-title {
        font-size: 51px;
        line-height: 81px;
    }
    .header-home-img-desc {
        font-size: 14px;
        line-height: 19px;
        white-space: normal;
        text-align: center;
    }
    .header-home-imgs {
        position: relative;
        margin: 0 20px;
        height: 300px;
    }
    .header-home-img {
        width: 48%;
        height: auto;
    }
    .header-home-img img {
        aspect-ratio: 1 / 1;
        height: auto;
    }
    .header-home-img:nth-child(1) {
        position: absolute;
        top: 50px;
        left: 0;
        z-index: 0;
    }
    .header-home-img:nth-child(2) {
        position: absolute;
        right: 20px;
        top: 0;
    }
    .header-home-img:nth-child(3) {
        position: absolute;
        top: 170px;
        right: 0;
    }
    .header-home-title-2 {
        font-size: 30px;
        line-height: 35px;
        margin: 0 20px 40px;
    }
    .header-home-content {
        margin: 140px 20px 40px;
        font-size: 15px;
    }
    .header-home-button-more {
        font-size: 14px;
        padding: 9px 24px;
    }
    video#header-home-video {
        width: 100%;
        height: 700px;
        object-fit: cover;
    }
    .header-home-container-inner {
        left: auto;
        margin: 0 35px;
        top: 200px;
    }
    .header-home-title {
        font-size: 50px;
        line-height: 55px;
    }
    .header-home-button-1 {
        font-size: 14px;
        padding: 9px 21px;
    }
    .header-home-button-2 {
        font-size: 14px;
        padding: 9px 21px;
        margin-top: 20px;
        display: inline-block;
    }
    .header-home-button-4 {
        font-size: 14px;
        padding: 9px 21px;
        margin-top: 20px;
        display: inline-block;
    }

}