.hero5-section {
    position: relative;
    z-index: 1;
    padding: 180px 0 0;
    overflow: hidden;
}
@media (max-width: 767px) {
    .hero5-section {
        padding: 160px 0 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero5-section {
        padding: 160px 0 0;
    }
}
.hero5-section .elements8 {
    position: absolute;
    top: 140px;
    right: 100px;
    opacity: 10%;
}
.hero5-section::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #001233 2.66%, rgba(0, 18, 51, 0) 100%);
    z-index: -1;
}
.hero5-section .hero-header {
    position: relative;
    z-index: 1;
    top: -30px;
}
@media (max-width: 767px) {
    .hero5-section .hero-header {
        top: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero5-section .hero-header {
        top: 0;
    }
}
.hero5-section .hero-header h5 {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.2);
    color: var(--agwc-text-text-1);
    font-family: var(--agwc-family-font1);
    font-size: var(--agwc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--agwc-weight-regular);
    line-height: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 12px;
}
.hero5-section .hero-header h5 img {
    filter: brightness(0) invert(1);
    margin: -5px 4px 0 0;
    display: inline-block;
}
.hero5-section .hero-header h1 {
    color: var(--agwc-text-text-1);
    font-family: var(--agwc-family-font1);
    font-size: var(--agwc-font-size-font-s72);
    font-style: normal;
    font-weight: var(--agwc-weight-bold);
    line-height: 82px;
    display: inline-block;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .hero5-section .hero-header h1 {
        font-size: var(--agwc-font-size-font-s32);
        line-height: 40px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero5-section .hero-header h1 {
        font-size: var(--agwc-font-size-font-s50);
        line-height: 60px;
    }
}
.hero5-section .hero-header p {
    color: var(--agwc-text-text-1);
    font-family: var(--agwc-family-font1);
    font-size: var(--agwc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--agwc-weight-regular);
    line-height: 28px;
}
.hero5-section .hero-header .play-btns-area .btn-area1 .vl-btn6.btn2 {
    background: var(--agwc-bg-bg-1);
    color: var(--agwc-text-text-2);
    margin-left: 24px;
}
@media (max-width: 767px) {
    .hero5-section .hero-header .play-btns-area .btn-area1 .vl-btn6.btn2 {
        margin-left: 0;
        margin-top: 20px;
    }
}
.hero5-section .hero-header .play-btns-area .btn-area1 .vl-btn6.btn2:hover {
    color: var(--agwc-text-text-1);
}
.hero5-section .images .img1 {
    position: relative;
    left: 50px;
}
@media (max-width: 767px) {
    .hero5-section .images .img1 {
        left: 0;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero5-section .images .img1 {
        left: 0;
        margin-top: 30px;
    }
}
.hero5-section .images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}