
.aae-hero-area {
    padding-top: 60px;
    padding-bottom: 145px;
    padding-inline-start: 200px;
    padding-inline-end: 200px;
    max-width: 1920px;
    margin: auto;
}

@media only screen and (max-width: 1500px) {
    .aae-hero-area {
        padding-inline-start: 50px;
        padding-inline-end: 50px;
    }
}

@media only screen and (max-width: 1399px) {
    .aae-hero-area {
        padding-bottom: 140px;
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .aae-hero-area {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .aae-hero-area {
        padding-top: 38px;
        padding-bottom: 50px;
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}

.aae-hero-area .aae-hero-description {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 18px;
    padding-left: 123px;
    margin-top: -20px;
}

@media only screen and (max-width: 767px) {
    .aae-hero-area .aae-hero-description {
        flex-wrap: wrap;
        font-size: 16px;
        margin-top: 0;
        padding-left: 0;
        text-align: center;
    }
}

.aae-hero-area .aae-hero-description span {
    color: var(--white);
    text-decoration: underline;
}

.aae-title-content {
    max-width: 1116px;
    margin-inline-start: auto;
    padding-top: 57px;
}

@media only screen and (max-width: 1199px) {
    .aae-title-content {
        max-width: 768px;
    }
}

@media only screen and (max-width: 991px) {
    .aae-title-content {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .aae-title-content {
        padding-top: 0;
    }
}

.aae-hero-content {
    position: relative;
}

.aae-polygon {
    position: absolute;
    bottom: 20.1%;
    left: 22.2%;
}

@media only screen and (max-width: 1399px) {
    .aae-polygon {
        left: 50px;
        width: 13%;
    }
}

@media only screen and (max-width: 991px) {
    .aae-polygon {
        display: none;
    }
}

.aae-hero-title {
    display: inline-block;
    padding-inline-start: 35px;
    padding-inline-end: 50px;
    padding-top: 40px;
    padding-bottom: 25px;
    position: relative;
    border-radius: 30px;
    background-image: url("../../img/bg/border.png");
    background-repeat: no-repeat;
    background-size: 100% 99%;
    background-position: 1px 4px;
}

@media only screen and (max-width: 1399px) {
    .aae-hero-title {
        width: 80%;
    }
}

@media only screen and (max-width: 1199px) {
    .aae-hero-title {
        padding-inline-start: 20px;
        padding-inline-end: 20px;
        padding-top: 0;
        padding-bottom: 0;
        background-size: 100% 96%;
        background-position: unset;
    }
}

@media only screen and (max-width: 991px) {
    .aae-hero-title {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .aae-hero-title {
        padding-inline-start: 0;
        padding-inline-end: 0;
        border: 0;
        padding-bottom: 0;
        background-image: unset;
    }
}

.aae-hero-title .aae-border-img {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
    .aae-hero-title .aae-border-img {
        display: none;
    }
}

.aae-hero-title svg {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .aae-hero-title svg {
        width: 100%;
        height: 50px;
    }
}

.aae-hero-subtitle {
    font-size: 280px;
    font-family: var(--font_ppfragment) !important;
    text-align: end;
    color: var(--white) !important;
    font-weight: 300;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    margin-left: 7px;
}

@media only screen and (max-width: 1399px) {
    .aae-hero-subtitle {
        font-size: 200px;
    }
}

@media only screen and (max-width: 1199px) {
    .aae-hero-subtitle {
        font-size: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .aae-hero-subtitle {
        font-size: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .aae-hero-subtitle {
        font-size: 50px;
        text-align: center;
        padding-top: 10px;
        display: block;
        margin-left: 0;
    }
}

.aae-primary-btn-wrapper {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 35px;
    padding: 8px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .aae-primary-btn-wrapper {
        padding: 6px;
    }
}

.aae-hero-btn {
    gap: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    margin-left: -60px;
}

@media only screen and (max-width: 1199px) {
    .aae-hero-btn {
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .aae-hero-btn {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .aae-hero-btn {
        gap: 7px;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: self-start;
        padding-top: 10px;
    }
}

.aae-hero-btn .aae-primary-btn {
    padding: 17px 35px;
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .aae-hero-btn .aae-primary-btn {
        font-size: 14px;
        padding-right: 18px;
    }
}

.aae-hero-btn .aae-primary-btn.custom-hero-btn {
    padding: 14.5px 80px;
    font-size: 18px;
    font-weight: 500;
    padding-right: 44px;
    padding-inline-start: 80px;
}

@media only screen and (max-width: 767px) {
    .aae-hero-btn .aae-primary-btn.custom-hero-btn {
        padding: 12px 18px;
        font-size: 14px;
        padding-right: 18px;
    }
}

.aae-hero-btn .aae-primary-btn.aae-secondary-btn {
    padding: 15px 41px !important;
}

@media only screen and (max-width: 767px) {
    .aae-hero-btn .aae-primary-btn.aae-secondary-btn {
        padding: 9px 18px !important;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .aae-hero-btn .aae-primary-btn {
        padding: 12px 25px;
    }
}

.your span {
    font-size: 28px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    font-family: var(--font_ppfragment) !important;
    text-transform: uppercase;
    top: 10%;
    left: 22%;
}

@media only screen and (max-width: 1399px) {
    .your span {
        display: none;
    }
}

.wp .words-svg-wrapper {
    position: absolute;
    width: 150px;
    height: 44px;
    top: 17px;
    right: 45%;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 35px;
}

@media only screen and (max-width: 1399px) {
    .wp .words-svg-wrapper {
        top: 0;
        right: 42%;
    }
}

@media only screen and (max-width: 991px) {
    .wp .words-svg-wrapper {
        top: -26px;
    }
}

@media only screen and (max-width: 1199px) {
    .wp .words-svg-wrapper {
        top: -20px;
        right: 0;
        font-size: 16px;
        width: 140px;
        height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .wp .words-svg-wrapper {
        display: none;
    }
}

.wp .words-svg-wrapper .word-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 28px;
    position: relative;
    perspective: 800px;
}

@media only screen and (max-width: 1500px) {
    .wp .words-svg-wrapper .word-wrapper {
        height: 24px;
    }
}

.wp .words-svg-wrapper .wp-word {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: var(--font_primary) !important;
    font-size: 20px;
    font-weight: 500;
    transform-origin: 50% 0;
    transform: rotateX(-90deg);
    transform-style: preserve-3d;
}

.wp .words-svg-wrapper .wp-word.active {
    opacity: 1;
    transform: rotateX(0deg);
}

.wp svg {
    position: absolute;
    right: -14px;
    top: -14px;
}

.aae-subscribe {
    background-color: var(--white-19);
    width: 120px;
    height: 120px;
}

.aae-subscribe-wrap {
    position: relative;
    right: -95px;
}

@media only screen and (max-width: 767px) {
    .aae-subscribe-wrap {
        display: none;
    }
}

.aae-subscribe-text {
    background-color: var(--primary);
    height: 63px;
    width: 63px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aae-subscribe-text .aae-days-number {
    font-size: 40px;
    line-height: 1;
    position: relative;
    font-family: var(--font_oswald) !important;
    font-weight: 700;
    color: var(--white);
}

.aae-subscribe-text .aae-days-text {
    font-family: var(--font_primary) !important;
    padding: 2px;
    background-color: var(--primary);
    font-size: 9px;
    font-weight: 600;
    position: absolute;
    top: 16px;
    right: 0px;
}

.subscribe-circle {
    width: 140px;
    height: 140px;
    position: relative;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: url(../../img/Star-2.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.subscribe-circle .text {
    animation: spinner 7s infinite linear;
    position: absolute;
    width: 73%;
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

.aae-video-thumb {
    position: relative;
    z-index: 20;
    margin-top: -150px;
    margin-left: -150px;
    width: 460px;
    aspect-ratio: 16/9;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

@media only screen and (max-width: 1500px) {
    .aae-video-thumb {
        margin: 0;
        width: 350px;
    }
}

@media only screen and (max-width: 1399px) {
    .aae-video-thumb {
        width: 300px;
    }
}

@media only screen and (max-width: 1199px) {
    .aae-video-thumb {
        margin: 70px 0 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .aae-video-thumb {
        margin: 40px 0 0 0;
        width: 100%;
    }
}

.aae-video-thumb video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    pointer-events: none;
}

.unmute-btn {
    cursor: pointer;
    position: absolute;
    z-index: 30;
    background: #f6502c !important;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    color: #121212;
    text-transform: capitalize;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.unmute-btn.show {
    display: flex;
}

.main {
    background-color: #202020;
}

.red-border {
    opacity: 0;
}

.white-border {
    opacity: 0;
}

.blue-border {
    opacity: 0;
}

.yellow-border {
    opacity: 0;
}

.subtitle-underline {
    position: absolute;
    left: 21%;
    top: 19%;
}

@media only screen and (max-width: 1399px) {
    .subtitle-underline {
        display: none;
    }
}

.aae-video-wrapper {
    will-change: transform;
}

.aae-video-content {
    will-change: transform;
}

.your span {
    letter-spacing: 4px;
    left: 20.8%;
}

.title-wrapper-container {
    overflow: hidden;
}

.wp-elementor {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.aae-hero-subtitle {
    overflow: hidden;
}

@media only screen and (max-width: 1399px) {
    .aae-hero-subtitle {
        overflow: visible;
    }
}

.aae-mask-video {
    overflow: hidden;
    height: 210px;
    width: 270px;
}

@media (max-width: 575px) {
    .aae-mask-video {
        width: 220px;
    }
}

.aae-mask-video video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.e-inside-path2,
.e-inside-path3 {
    display: none;
}

.char-i {
    opacity: 0;
}