@import url(https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap);
@font-face {
    font-family: Lorimer_No2Trial_Bold;
    font-weight: 700;
    src: url(../../fonts/Lorimer_No2Trial_Bold.10f30ec3.otf) format("opentype")
}

.aae-discount-section {
    background: linear-gradient(90deg, rgba(200, 243, 29, .95), rgba(190, 233, 19, .95)), url(../../img/bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Sriracha, cursive;
    font-weight: 400;
    max-height: 75px;
    overflow: hidden;
    padding: 5px 0
}

.aae-discount-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1520px;
    padding: 0 20px;
    @media (max-width: 1700px) {
        justify-content:center
    }
    @media (max-width:1024px) {
        gap: 20px
    }
    @media (max-width:768px) {
        gap: 15px
    }
}

.aae-apply-discount {
    align-items: center;
    background-color: var(--white);
    border: 1px solid var(--primary-color-banner);
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    display: flex;
    justify-content: center;
    padding: 6px 12px 6px 24px;
    position: relative;
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    @media (max-width: 768px) {
        padding-bottom:10px;
        padding-left: 35px;
        padding-right: 10px;
        padding-top: 10px;
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.left-circle-img {
    left: -19px;
    position: absolute;
    top: 62%;
    -ms-transform: translateY(-50%) rotate(3deg);
    transform: translateY(-50%) rotate(3deg)
}

.aae-discount-logo {
    margin-right: 36px;
    @media (max-width: 1440px) {
        margin-right:0
    }
    img {
        height: 68px;
        @media (min-width: 1400px) and (max-width:1500px) {
            max-width:250px
        }
        @media (max-width:1024px) {
            max-width: 250px
        }
        @media (max-width:768px) {
            max-width: 200px
        }
    }
}

.aae-discount-section .aae-apply-discount-text {
    color: var(--primary-color-banner);
    font-family: Sriracha, cursive;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    @media (max-width: 768px) {
        font-size:16px
    }
    span {
        color: var(--orange-color)
    }
}

.discount-text {
    text-shadow: 2px 4px var(--white)
}

.wave-img {
    position: absolute;
    right: 160px;
    top: 44%;
    @media (max-width: 768px) {
        display:none
    }
}

.aae-discount-options {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 75px;
    position: relative;
    @media (min-width: 1400px) and (max-width:1500px) {
        gap:60px
    }
    @media (max-width:768px) {
        gap: 15px;
        justify-content: center
    }
}

.aae-date-item {
    position: relative;
    width: 38px
}

.aae-date-item:after {
    border-right: 1px dashed rgba(0, 0, 0, .4);
    content: "";
    height: 100%;
    position: absolute;
    right: -8px;
    top: 0;
    width: 1px
}

.aae-date-item:last-child:after {
    display: none
}

.aae-discount-price {
    align-items: center;
    background-color: var(--yellow-color);
    border: 1px solid var(--primary-color-banner);
    border-radius: 3px;
    display: flex;
    padding: 8px;
    position: relative;
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    >* {
        font-family: Lorimer_No2Trial_Bold;
        font-style: italic
    }
    @media (max-width:768px) {
        padding-bottom: 8px;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 8px;
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.aae-discount-price-text {
    align-items: center;
    color: var(--primary-color-banner);
    display: flex;
    flex-direction: column;
    font-family: Lorimer_No2Trial_Bold;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    @media (min-width: 1440px) and (max-width:1500px) {
        font-size:40px
    }
    @media (max-width:1024px) {
        font-size: 40px
    }
    @media (max-width:768px) {
        font-size: 26px
    }
}

.aae-discount-price-text-2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 2px 2px var(--white);
    @media (max-width: 768px) {
        font-size:20px
    }
}

.aae-discount-price-text-3 {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 2px 2px var(--white)
}

.dot-shape {
    background-color: var(--light-blue);
    border-bottom: 1px solid #000;
    border-radius: 50%;
    display: flex;
    height: 14px;
    left: 50%;
    position: absolute;
    top: -7px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 14px;
    &.two {
        border: 0;
        border-top: 1px solid #000;
        bottom: -7px;
        top: auto
    }
}

.aae-discount-type-bg {
    background: url(../../img/circle.webp);
    background-repeat: no-repeat;
    background-size: 93%;
    padding: 21px 18px;
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
    @media (max-width: 768px) {
        background-size:contain;
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.aae-discount-type-text {
    align-items: center;
    color: var(--primary-color-banner);
    display: flex;
    font-family: Sriracha, cursive;
    font-size: 18px;
    gap: 4px;
    line-height: 1;
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    @media (max-width: 768px) {
        font-size:16px
    }
}

.aae-discount-btn {
    align-items: center;
    background-color: var(--orange-color);
    border: 1px solid transparent;
    border-radius: 50px;
    color: var(--white);
    display: flex;
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 600;
    gap: 7px;
    line-height: 1;
    padding: 12px 26px;
    text-decoration: none;
    transition: all .3s ease;
    img {
        transition: all .3s ease
    }
    &:hover {
        background-color: var(--white);
        border-color: var(--orange-color);
        color: var(--primary-color-banner);
        img {
            filter: invert(1)
        }
    }
}

.aae-discount-btn-wrapper {
    align-items: center;
    display: flex
}

.days-number {
    background-color: var(--primary-color-banner);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: var(--white);
    height: 32px
}

.days-number,
.days-text {
    align-items: center;
    display: flex;
    font-family: Figtree, sans-serif;
    justify-content: center;
    text-align: center
}

.days-text {
    background-color: var(--white);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: var(--primary-color-banner);
    font-size: 10px;
    height: 18px;
    padding: 0 8px
}

.aae-discount-timer {
    align-items: center;
    display: flex;
    gap: 16px
}

.aae-discount-btn.mobile,
.aae-discount-image {
    display: none
}

@media (max-width:500px) {
    .aae-discount-wrapper {
        flex-wrap: nowrap;
        gap: 6px;
        padding: 0 15px
    }
    .aae-discount-image {
        display: block;
        max-width: 125px
    }
    .aae-apply-discount,
    .aae-discount-logo,
    .aae-discount-options {
        display: none
    }
    .wave-img {
        display: block;
        right: 160px
    }
    .aae-discount-btn {
        display: none
    }
    .aae-discount-btn.mobile {
        display: flex;
        font-size: 12px;
        padding: 6px 12px
    }
    .aae-discount-timer .aae-date-item {
        max-width: 24px;
        width: 24px
    }
    .days-number {
        font-size: 10px;
        height: 16px
    }
    .days-text {
        font-size: 8px;
        height: 9px
    }
}

.aae-card-area {
    padding-bottom: 210px;
    position: relative
}

@media only screen and (max-width:1399px) {
    .aae-card-area {
        padding-bottom: 160px
    }
}

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

@media only screen and (max-width:767px) {
    .aae-card-area {
        padding-bottom: 45px
    }
}

.aae-card-area .aae-card-bg {
    left: 0;
    pointer-events: none;
    position: absolute;
    top: -550px;
    z-index: -1
}

.aae-card-area .aae-toolkit-card-number {
    color: var(--white);
    font-size: 20px;
    font-weight: 500
}

.aae-card-area .aae-content-title {
    color: var(--white);
    font-size: 18px;
    font-weight: 300;
    line-height: 1
}

@media only screen and (max-width:1199px) {
    .aae-card-area .aae-content-title {
        font-size: 16px
    }
}

.aae-toolkit-grid {
    direction: rtl;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 410px 1fr;
    align-items: center;
    gap: 80px;
    grid-template-columns: 1fr 410px 1fr
}

@media only screen and (max-width:1500px) {
    .aae-toolkit-grid {
        gap: 60px
    }
}

@media only screen and (max-width:1199px) {
    .aae-toolkit-grid {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media only screen and (max-width:991px) {
    .aae-toolkit-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

@media only screen and (max-width:767px) {
    .aae-toolkit-grid {
        -ms-grid-columns: 1fr;
        gap: 30px;
        grid-template-columns: 1fr
    }
}

.aae-toolkit-title {
    color: var(--white) !important;
    font-size: 70px;
    font-weight: 300;
    line-height: 1.11
}

@media only screen and (max-width:1399px) {
    .aae-toolkit-title {
        font-size: 70px
    }
}

@media only screen and (max-width:767px) {
    .aae-toolkit-title {
        font-size: 50px
    }
}

.aae-toolkit-title .highlight {
    display: inline-block;
    position: relative
}

.aae-toolkit-title .highlight:before {
    background: url(../../img/underline-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 18px;
    content: "";
    height: 13px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -2
}

.aae-toolkit-item {
    position: relative
}

@media only screen and (max-width:991px) {
    .aae-toolkit-item:last-child {
        display: none
    }
}

@media only screen and (max-width:1500px) {
    .aae-toolkit-title {
        font-size: 70px
    }
}

@media only screen and (max-width:1199px) {
    .aae-toolkit-title {
        font-size: 50px
    }
}

@media only screen and (max-width:767px) {
    .aae-toolkit-title {
        font-size: 50px;
        text-align: center !important
    }
}

.aae-toolkit-item-cards {
    background: hsla(0, 0%, 100%, .1)
}

.aae-toolkit-item-cards:nth-child(2) {
    background: hsla(0, 0%, 100%, .08);
    -ms-transform: rotate(11.99deg);
    transform: rotate(11.99deg)
}

@media only screen and (max-width:767px) {
    .aae-toolkit-item-cards:nth-child(2) {
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.aae-toolkit-item-cards:nth-child(3) {
    -ms-transform: rotate(3deg);
    transform: rotate(3deg)
}

@media only screen and (max-width:767px) {
    .aae-toolkit-item-cards:nth-child(3) {
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.aae-toolkit-item-cards:nth-last-child(2) {
    -ms-transform: rotate(12deg);
    transform: rotate(12deg)
}

@media only screen and (max-width:767px) {
    .aae-toolkit-item-cards:nth-last-child(2) {
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.aae-toolkit-item-cards:last-child {
    -ms-transform: rotate(3deg);
    transform: rotate(3deg)
}

@media only screen and (max-width:767px) {
    .aae-toolkit-item-cards:last-child {
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

@media only screen and (max-width:767px) {
    .aae-toolkit-item-cards {
        background-color: hsla(0, 0%, 100%, .08) !important;
        margin-bottom: 20px;
        position: static !important;
        -ms-transform: rotate(0) !important;
        transform: rotate(0) !important
    }
}

.aae-toolkit-item-card-list {
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    background: hsla(0, 0%, 100%, .1);
    border-radius: 20px;
    padding: 24px 25px;
    position: relative
}

@media only screen and (max-width:1199px) {
    .aae-toolkit-item-card-list {
        padding: 15px
    }
}

.aae-toolkit-item-card-list:after {
    border-radius: 20px;
    bottom: -1px;
    content: "";
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: -1
}

.aae-toolkit-card-content {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.aae-content-item-wrapper {
    align-items: center;
    align-self: flex-start;
    background: #8c7369;
    border-radius: 60px;
    display: flex;
    gap: 10px;
    padding: 5px 10px 5px 5px;
    position: relative
}

.aae-content-item-wrapper:first-child {
    -ms-transform: rotate(8.99deg);
    transform: rotate(8.99deg);
    z-index: 2
}

.aae-content-item-wrapper:nth-child(2) {
    -ms-transform: rotate(-1deg) translateX(43px);
    transform: rotate(-1deg) translateX(43px)
}

@media only screen and (max-width:767px) {
    .aae-content-item-wrapper:nth-child(2) {
        -ms-transform: rotate(-1deg) translateX(15px);
        transform: rotate(-1deg) translateX(15px)
    }
}

.aae-content-item-wrapper:nth-child(3) {
    -ms-transform: rotate(7.99deg);
    transform: rotate(7.99deg)
}

.aae-content-item-wrapper:nth-child(4) {
    -ms-transform: rotate(-1deg) translateX(31px);
    transform: rotate(-1deg) translateX(31px)
}

.aae-content-item-wrapper:after {
    background: linear-gradient(-165deg, hsla(0, 0%, 100%, .2), rgba(85, 85, 85, .2));
    border-radius: 60px;
    bottom: -1px;
    content: "";
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: -1
}

.aae-content-item-wrapper:before {
    background: linear-gradient(45deg, #fff, #555, #fff);
    border-radius: 60px;
    content: "";
    filter: blur(20px);
    inset: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    padding: 1px;
    pointer-events: none;
    position: absolute
}

.aae-content-item-bg {
    align-items: center;
    background: hsla(0, 0%, 100%, .15);
    border-radius: 50px;
    display: flex;
    flex: 0 0 40px;
    height: 40px;
    justify-content: center;
    width: 40px
}

.aae-toolkit-card-icon {
    text-align: center
}

.aae-toolkit-card-icon img {
    display: inline-block
}

@media only screen and (max-width:1199px) {
    .aae-toolkit-card-icon img {
        width: 50%
    }
}

@media (max-width:767px) {
    .aae-toolkit-title.aae-mobile-title {
        font-size: 40px;
        display: block;
        padding-bottom: 15px
    }
    .aae-toolkit-item-card-list {
        background: unset
    }
    ul.aae-toolkit-item-card {
        display: flex;
        flex-direction: column;
        gap: 30px
    }
    .aae-toolkit-item-cards {
        padding: 30px 15px
    }
    .aae-faq-accordion-content {
        padding: 0 15px
    }
}

@media (min-width:767px) {
    .aae-toolkit-title.aae-mobile-title {
        display: none
    }
}

.toolkit-title-anim {
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.top-titles {
    text-align: start !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    overflow: hidden;
    position: relative
}

.top-titles span {
    text-align: start !important;
    display: inline-block;
    right: 0;
    position: absolute;
    top: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: transform 1s
}

.top-titles span:first-child {
    text-align: start !important;
    display: inline-block;
    opacity: 1;
    position: relative;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: transform 1s
}

.bottom-titles {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    overflow: hidden;
    position: relative
}

.bottom-titles span {
    right: 0;
    position: absolute !important;
    top: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: transform 1s
}

.bottom-titles span:first-child {
    opacity: 1;
    position: relative !important;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: transform 1s
}

.aae-widgets-item .aae-widgets-item-title {
    color: #fff
}

.aae-card-area .aae-toolkit-card-number {
    min-height: 30px
}

.aae-toolkit-item-cards:nth-last-child(2) .aae-toolkit-card-content {
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg)
}

.aae-toolkit-item-cards {
    background: unset;
    border-radius: 20px;
    left: 0;
    position: absolute;
    top: 0;
    -ms-transform: rotate(19.98deg);
    transform: rotate(19.98deg)
}

.aae-toolkit-item-card-list:after {
    background-color: rgba(0, 0, 0, .2)
}

.aae-toolkit-item-cards:first-child {
    .aae-toolkit-item-card-list:after {
        background-color: rgba(0, 0, 0, .01)
    }
}

.aae-cta-area {
    position: relative
}

@media only screen and (max-width:767px) {
    .aae-cta-area {
        -webkit-padding-start: 15px;
        padding-inline-start: 15px;
        -webkit-padding-end: 15px;
        padding-inline-end: 15px
    }
}

.aae-cta-area .section-title {
    display: inline-block;
    font-family: var(--font_dmsans18);
    padding-bottom: 7px
}

@media only screen and (max-width:1399px) {
    .aae-cta-area .section-title {
        margin-top: -17px
    }
}

@media only screen and (max-width:1199px) {
    .aae-cta-area .section-title {
        margin-top: -7px
    }
}

.aae-cta-area .section-description {
    padding-bottom: 20px
}

@media only screen and (max-width:767px) {
    .aae-cta-area .section-description {
        padding-bottom: 0
    }
    .aae-text-slider-title img {
        margin-right: 5px;
        width: 20px
    }
}

.aae-cta-area .aae-hero-btn {
    margin-bottom: 0
}

.cta-bg {
    bottom: 0;
    left: 0
}

.cta-bg,
.cta-img {
    position: absolute;
    z-index: -2
}

.cta-img {
    left: 22%;
    top: 16%
}

@media only screen and (max-width:1500px) {
    .cta-img {
        left: 15%
    }
}

@media only screen and (max-width:1199px) {
    .cta-img {
        left: 15%;
        top: 5%
    }
}

@media only screen and (max-width:991px) {
    .cta-img {
        display: none
    }
}

.card-bg,
.cta-bg {
    width: 100%
}

.card-bg {
    background: linear-gradient(225deg, #f12529 10.04%, #ffa030 90.11%);
    filter: blur(350px);
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0
}

.aae-demo-area {
    position: relative;
    -webkit-padding-start: 50px;
    padding-inline-start: 50px;
    -webkit-padding-end: 50px;
    background: #1a1a1a;
    padding-inline-end: 50px
}

@media only screen and (max-width:1199px) {
    .aae-demo-area {
        -webkit-padding-start: 20px;
        padding-inline-start: 20px;
        -webkit-padding-end: 20px;
        padding-inline-end: 20px
    }
}

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

@media only screen and (max-width:767px) {
    .aae-demo-area {
        padding-bottom: 60px
    }
}

.aae-demo-area .aae-card-bg {
    left: 0;
    position: absolute;
    top: -350px;
    z-index: -1
}

.aae-filter-button-wrapper {
    padding-bottom: 100px;
    text-align: center;
    @media (max-width: 500px) {
        padding-top:0
    }
}

@media only screen and (max-width:1199px) {
    .aae-filter-button-wrapper {
        padding-bottom: 50px
    }
}

.aae-filter-buttons {
    align-items: center;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid #363636;
    border-radius: 20px;
    display: inline-flex;
    display: none;
    gap: 5px;
    justify-content: center;
    padding: 24px 30px
}

@media only screen and (max-width:1199px) {
    .aae-filter-buttons {
        padding: 10px 20px
    }
}

@media only screen and (max-width:991px) {
    .aae-filter-buttons {
        flex-wrap: wrap;
        gap: 10px;
        padding: 15px 10px
    }
}

.aae-filter-buttons li {
    background-color: transparent;
    border-radius: 35px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 25px
}

@media only screen and (max-width:767px) {
    .aae-filter-buttons li {
        font-size: 16px
    }
}

.aae-filter-buttons .active,
.aae-filter-buttons li:hover {
    background-color: var(--primary)
}

.aae-demo-grid {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr)
}

@media only screen and (max-width:991px) {
    .aae-demo-grid {
        -ms-grid-columns: (1fr)[3];
        gap: 50px;
        grid-template-columns: repeat(3, 1fr)
    }
}

.aae-demo-grid-item {
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: center;
    &:hover .aae-demo-grid-item-thumb:before {
        opacity: 1;
        visibility: visible
    }
}
@media  (max-width: 766px) {
    .aae-demo-grid-item .aae-demo-grid-item-title {
        color: white !important;
        font-size: 18px;
        font-weight: 500
    }


}
.aae-demo-grid-item .aae-demo-grid-item-title {
    color: black;
    font-size: 18px;
    font-weight: 500
}

.aae-demo-grid-item-thumb {
    aspect-ratio: 380/330;
    position: relative;
    &:before {
        background: rgba(0, 0, 0, .5);
        border-radius: 10px;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: .5s;
        visibility: hidden;
        width: 100%
    }
}

.aae-demo-grid-item-thumb img {
    border-radius: 10px;
    width: 100%
}

.aae-filter-btn-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    position: relative;
    z-index: 3
}

.aae-filter-btn-wrapper .aae-primary-btn {
    padding: 16px 27px
}

@media only screen and (max-width:767px) {
    .aae-filter-btn-wrapper .aae-primary-btn {
        padding: 12px 27px
    }
    .aae-demo-grid-item {
        gap: 15px
    }
}

.skeleton {
    animation: pulse 1.5s infinite;
    background: #ddd;
    border-radius: 5px
}

.skeleton-text {
    height: 40px;
    margin: 5px;
    width: 200px
}

.aae-demo-grid-item.skeleton {
    aspect-ratio: 380/330;
    margin: 10px;
    width: 100%
}

@keyframes pulse {
    0% {
        background: #202020
    }
    50% {
        background: #2b2b2b
    }
    to {
        background: #202020
    }
}

.no-items {
    color: #777;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
    width: 100%
}

.aae-demo-link {
    border: 1.5px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    padding: 9px 15px;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: .6s;
    z-index: 2;
    &:hover {
        background-color: #f6502c;
        border-color: #f6502c
    }
}

.aae-demo-grid-item:hover .aae-demo-link {
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.aae-demo-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[4];
    box-sizing: border-box;
    gap: 55px 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 100%;
    width: 100%
}

@supports (-webkit-touch-callout:none) {
    .aae-demo-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px
    }
    .aae-demo-grid>* {
        width: calc(25% - 15px)
    }
    @media only screen and (max-width:991px) {
        .aae-demo-grid>* {
            width: calc(33.333% - 15px)
        }
    }
    @media only screen and (max-width:767px) {
        .aae-demo-grid>* {
            width: 100%
        }
    }
}

@media only screen and (max-width:1024px) {
    .aae-demo-grid {
        -ms-grid-columns: (minmax(0, 1fr))[3];
        gap: 50px;
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media only screen and (max-width:991px) {
    .aae-demo-grid {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        gap: 50px;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media only screen and (max-width:767px) {
    .aae-demo-grid {
        -ms-grid-columns: 1fr;
        gap: 30px;
        grid-template-columns: 1fr
    }
}

.stc-header-wrapper {
    direction: rtl;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    @media (max-width: 767px) {
        gap:20px;
        text-align: center;
        justify-content: center;
    }
    h2 {
        color: #fff;
        font-size: clamp(40px, 6vw, 90px);
        font-style: normal;
        font-weight: 300;
        line-height: 1.11;
        span {
            -webkit-background-clip: text;
            background-color: #f6502c;
            -webkit-text-fill-color: transparent
        }
    }
    p {
        color: #797979;
        font-family: Figtree;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        margin: 0;
        width: 410px;
        @media (max-width: 767px) {
            font-size:16px;
            width: 100%
        }
    }
}

.aae-extention-area {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    -webkit-padding-end: 20px;
    padding-inline-end: 20px
}

.aae-extention-area .section-title {
    display: inline-block;
    font-family: var(--font_dmsans18);
    padding-bottom: 7px
}

@media only screen and (max-width:1399px) {
    .aae-extention-area .section-title {
        margin-top: -17px
    }
}

@media only screen and (max-width:1199px) {
    .aae-extention-area .section-title {
        margin-top: -7px
    }
}

.aae-extention-area .aae-hero-btn {
    margin-left: 0;
    padding-top: 30px;
    z-index: 2
}

@media only screen and (max-width:767px) {
    .aae-extention-area .aae-hero-btn {
        padding-top: 10px
    }
}

.aae-extention-area .aae-primary-btn {
    padding: 15px 35px
}

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

svg#bounce-ball {
    height: auto;
    width: 98vw
}

.aae-extention-items {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 25px
}

@media only screen and (max-width:991px) {
    .aae-extention-items {
        gap: 25px
    }
}

@media only screen and (max-width:767px) {
    .aae-extention-items {
        gap: 15px
    }
}

.aae-extention-item {
    align-items: center;
    background: hsla(0, 0%, 100%, .02);
    border: 1px solid #555;
    border-radius: 50%;
    display: flex;
    justify-content: center
}

.aae-extention-item span {
    color: var(--white);
    font-size: 20px;
    line-height: 1.5;
    text-transform: capitalize
}

@media only screen and (max-width:991px) {
    .aae-extention-item span {
        font-size: 14px
    }
}

.aae-extention-item.w-380 {
    height: 380px;
    width: 380px
}

@media only screen and (max-width:1199px) {
    .aae-extention-item.w-380 {
        height: 300px;
        width: 300px
    }
}

@media only screen and (max-width:991px) {
    .aae-extention-item.w-380 {
        height: 200px;
        width: 200px
    }
}

.aae-extention-item.w-250 {
    height: 250px;
    width: 250px
}

@media only screen and (max-width:1199px) {
    .aae-extention-item.w-250 {
        height: 200px;
        width: 200px
    }
}

@media only screen and (max-width:991px) {
    .aae-extention-item.w-250 {
        height: 150px;
        width: 150px
    }
}

.aae-extention-item.w-200 {
    height: 200px;
    width: 200px
}

@media only screen and (max-width:1199px) {
    .aae-extention-item.w-200 {
        height: 150px;
        width: 150px
    }
}

@media only screen and (max-width:991px) {
    .aae-extention-item.w-200 {
        height: 100px;
        width: 100px
    }
}

.aae-extention-item.w-220 {
    height: 220px;
    width: 220px
}

.aae-extention-item.w-150 {
    height: 150px;
    width: 150px
}

.aae-extention-item.w-120 {
    height: 120px;
    width: 120px
}

.extention-ball-svg rect {
    cursor: pointer
}

.extention-ball-svg {
    overflow: visible !important;
    padding-top: 150px
}

@media only screen and (max-width:1199px) {
    .extention-ball-svg {
        padding-top: 0
    }
}

.extention-ball-svg path {
    pointer-events: none
}

@media (max-width:768px) {
    .extention-ball-svg-wrap {
        overflow-x: auto
    }
    .aae-extention-area .aae-hero-btn .aae-primary-btn.aae-secondary-btn {
        padding: 9px 18px !important
    }
    svg#bounce-ball {
        height: auto;
        width: 200vw
    }
}

.aae-faq-area .section-title-wrapper {
    padding-bottom: 100px
}

.section-padding.pricing {
    padding-top: 0
}

@media only screen and (max-width:1199px) {
    .aae-faq-area .section-title-wrapper {
        padding-bottom: 50px
    }
}

.aae-faq-grid {
    direction: rtl;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .51fr 1fr;
    gap: 50px;
    grid-template-columns: .51fr 1fr
}

.aae-faq-grid.pricing-faq {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr
}

@media only screen and (max-width:1200px) {
    .aae-faq-grid.pricing-faq {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

@media only screen and (max-width:767px) {
    .aae-faq-grid {
        gap: 30px
    }
    .aae-faq-grid,
    .aae-faq-grid.pricing-faq {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .aae-faq-area .section-title-wrapper {
        padding-bottom: 40px
    }
}

.aae-faq-left {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.aae-faq-item-btn {
    align-items: center;
    display: flex;
    font-size: 20px;
    gap: 10px;
    text-decoration: underline;
    text-underline-offset: 5px
}

@media only screen and (max-width:1199px) {
    .aae-faq-item-btn {
        font-size: 16px
    }
}

.aae-faq-item-title {
    color: var(--white);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.18;
    padding-bottom: 70px
}

@media only screen and (max-width:1199px) {
    .aae-faq-item-title {
        font-size: 18px;
        padding-bottom: 40px
    }
}

.aae-faq-item {
    background: hsla(0, 0%, 100%, .05);
    border-radius: 20px;
    padding: 48px 50px
}

@media only screen and (max-width:1199px) {
    .aae-faq-item {
        padding: 30px 20px
    }
}

.aae-faq-accordion-title {
    font-size: 22px;
    font-weight: 500
}

@media only screen and (max-width:767px) {
    .aae-faq-accordion-title {
        font-size: 18px
    }
}

.aae-faq-accordion-content p {
    color: #999;
    font-size: 20px;
    line-height: 1.5
}

.aae-faq-accordion-item {
    border: 1px solid #555;
    border-radius: 4px;
    margin-bottom: 10px
}

.aae-faq-accordion-title {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 30px;
    position: relative;
    transition: background-color .2s
}

.aae-faq-accordion-content {
    height: 0;
    overflow: hidden;
    padding: 0 30px;
    transition: height .3s ease-out
}

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

.aae-faq-accordion-content p {
    margin: 0
}

.aae-faq-area.section-padding.no-pb {
    padding-top: 0
}

.aae-feature-area-2 {
    background-color: #202020;
    .aae-hero-btn {
        margin-left: 0
    }
    .aae-feature-bottom {
        padding-top: 100px;
        @media (max-width: 1024px) {
            padding-top:60px
        }
        @media (max-width:768px) {
            padding-top: 40px
        }
    }
    .aae-feature-item-slider {
        .aae-feature-slider-content {
            display: flex;
            flex-wrap: nowrap;
            gap: 10px;
            @media (max-width: 1024px) {
                flex-direction:column
            }
            @media (max-width:768px) {
                gap: 2rem
            }
            .aae-feature-slider-item {
                direction: rtl;
                align-items: center;
                border-radius: 16px;
                display: flex;
                height: 602.06px;
                justify-content: center;
                min-width: 983.87px;
                overflow: hidden;
                width: 983.87px;
                @media (max-width: 768px) {
                    width:100%
                }
                .aae-feature-slider-item-body {
                    aspect-ratio: 936/507;
                    background-repeat: no-repeat;
                    background-size: cover;
                    border-radius: 16px;
                    height: 507px;
                    overflow: hidden;
                    padding: 80px 60px;
                    position: relative;
                    transform-style: preserve-3d;
                    transition: transform .3s ease-in-out;
                    width: 936px;
                    @media (max-width: 768px) {
                        padding-bottom:30px;
                        padding-left: 15px;
                        padding-right: 15px;
                        padding-top: 30px
                    }
                }
                &:nth-child(2n) {
                    .aae-feature-slider-item-body {
                        -ms-transform: rotate(-3deg);
                        transform: rotate(-3deg)
                    }
                }
                &:nth-child(odd) {
                    .aae-feature-slider-item-body {
                        -ms-transform: rotate(3deg);
                        transform: rotate(3deg)
                    }
                }
                @media (max-width:767px) {
                    max-height: 420px
                }
                @media (max-width:768px) {
                    flex-direction: column;
                    height: auto;
                    min-width: 100%;
                    width: 100%;
                    .aae-feature-slider-item-body {
                        aspect-ratio: 936/507;
                        width: 100%
                    }
                }
                @media (max-width:1024px) {
                    .aae-feature-slider-item-body {
                        -ms-transform: none !important;
                        transform: none !important
                    }
                }
                .aae-feature-slider-item-body-content {
                    display: flex;
                    flex-direction: column;
                    gap: 40px;
                    height: 100%;
                    justify-content: space-between;
                    position: relative;
                    z-index: 5;
                    @media (max-width: 768px) {
                        justify-content:unset
                    }
                    .aae-f-item-top {
                        .aae-f-item-top-count {
                            align-items: center;
                            display: flex;
                            gap: 4px;
                            img {
                                height: 36px;
                                width: 36px
                            }
                            p {
                                color: #000;
                                font-size: 40px;
                                font-weight: 700;
                                line-height: 40px;
                                @media (max-width: 1024px) {
                                    font-size:30px
                                }
                            }
                        }
                        .aae-f-item-top-title {
                            color: #000;
                            font-size: 20px;
                            font-weight: 500;
                            line-height: 30px;
                            margin-top: 8px;
                            span {
                                color: inherit;
                                display: inline-block;
                                position: relative;
                                .underline-svg {
                                    bottom: -4px;
                                    color: inherit;
                                    height: 7px;
                                    left: 0;
                                    object-fit: contain;
                                    position: absolute;
                                    width: 100%
                                }
                            }
                        }
                    }
                    .aae-f-item-bottom {
                        max-width: 340px;
                        p {
                            color: #000;
                            font-size: 16px
                        }
                        .aae-f-item-bottom-btn {
                            margin-top: 30px;
                            a {
                                align-items: center;
                                color: #000;
                                display: inline-flex;
                                font-size: 16px;
                                font-weight: 500;
                                position: relative;
                                text-decoration: none;
                                span {
                                    display: flex
                                }
                                &:after {
                                    background-color: #000;
                                    bottom: -2px;
                                    content: "";
                                    height: 1px;
                                    left: 0;
                                    position: absolute;
                                    transition: width .4s ease;
                                    width: 0
                                }
                                &:hover:after {
                                    width: 85%
                                }
                            }
                        }
                    }
                }
            }
            .slider-variant-white {
                .aae-feature-slider-item-body-content {
                    .aae-f-item-top {
                        .aae-f-item-top-count {
                            p {
                                color: #fff
                            }
                        }
                        .aae-f-item-top-title {
                            color: #fff;
                            span {
                                &:after {
                                    background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2790%27 height=%275%27 viewBox=%270 0 90 5%27 fill=%27none%27><path d=%27M89.9559 5C89.1031 4.98006 88.2386 5.0218 87.3992 4.92827C81.628 4.28671 75.8743 3.51889 70.0848 2.98665C64.2506 2.45084 58.3875 2.03074 52.5194 1.76437C47.3861 1.53019 42.2311 1.47731 37.0896 1.53631C32.7049 1.58591 28.3255 1.92492 23.9419 2.10707C17.4666 2.37985 11.0865 3.15636 4.72917 4.04789C3.84354 4.17224 2.97965 4.37299 2.09402 4.49734C1.28733 4.61113 0.649806 4.43497 0.245876 3.82951C-0.221869 3.12503 -0.0458034 2.78506 0.977466 2.66929C7.05984 1.99183 13.1345 1.25353 19.2356 0.673901C22.2975 0.383788 25.4124 0.36524 28.5064 0.263141C30.9747 0.180901 33.4575 0.0396158 35.9161 0.144457C37.4596 0.212344 38.9384 0.000511771 40.4398 0C43.8133 0.00210289 47.1852 0.155807 50.5581 0.232521C52.5083 0.277498 54.4601 0.264795 56.4064 0.338358C58.1474 0.402745 59.892 0.510773 61.622 0.677847C62.5713 0.770525 63.4889 1.04612 64.4345 1.18907C64.8361 1.25005 65.3406 1.29034 65.6778 1.16313C67.1113 0.62495 68.2366 1.68782 69.7895 1.47708C71.6356 1.22473 73.6917 1.78875 75.6525 2.0152C76.6818 2.13594 77.7172 2.25959 78.7281 2.44389C80.0669 2.68568 81.3788 3.0048 82.7134 3.25348C83.129 3.33003 83.6162 3.2148 84.0199 3.30726C84.7303 3.46996 85.3859 3.7728 86.1002 3.931C87.3879 4.21448 88.6974 4.43467 90 4.6808C89.9855 4.78562 89.9679 4.89018 89.9502 4.99473L89.9559 5Z%27 fill=%27white%27/></svg>")
                                }
                            }
                        }
                    }
                    .aae-f-item-bottom {
                        p {
                            color: #fff
                        }
                        .aae-f-item-bottom-btn {
                            a {
                                color: #fff;
                                &:after {
                                    background-color: #fff
                                }
                            }
                        }
                    }
                }
            }
            .slider-first-item {
                .aae-feature-slider-item-body-content {
                    .aae-f-item-top {
                        .aae-f-item-top-count {
                            p {
                                display: flex;
                                span {
                                    font-size: 30px;
                                    -ms-grid-row-align: start;
                                    align-self: start;
                                    line-height: 25px
                                }
                            }
                        }
                    }
                }
                .aae-f-first-item-image {
                    height: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                    z-index: 3;
                    @media (max-width: 767px) {
                        display:none
                    }
                    @media (max-width:768px) {
                        right: -186px
                    }
                }
                .aae-f-item-bg-count {
                    right: 15px;
                    position: absolute;
                    top: 15px;
                    p {
                        color: #f6ec6b;
                        display: flex;
                        font-size: 220px;
                        font-weight: 700;
                        line-height: 1;
                        @media (max-width: 1024px) {
                            font-size:160px
                        }
                        @media (max-width:768px) {
                            font-size: 100px
                        }
                        span {
                            align-self: flex-start;
                            font-size: 150px;
                            line-height: .8;
                            @media (max-width: 1024px) {
                                font-size:90px
                            }
                        }
                    }
                }
                .aae-f-shape-image {
                    bottom: 72px;
                    left: 333px;
                    position: absolute;
                    @media (max-width: 767px) {
                        display:none
                    }
                }
            }
            .slider-second-item {
                .aae-f-second-item-image {
                    position: absolute;
                    left: 0;
                    top: 38px;
                    @media (max-width: 768px) {
                        right:-187px
                    }
                    box-shadow:-30px 0 40px 0 #af77fc;
                    .aae-f-second-item-image-bg {
                        height: 431px;
                        overflow: hidden;
                        position: relative;
                        width: 524px;
                        @media (max-width: 767px) {
                            display:none
                        }
                        .aae-f-second-item-image-bg-1 {
                            height: 198px;
                            right: 63px
                        }
                        .aae-f-second-item-image-bg-1,
                        .aae-f-second-item-image-bg-2 {
                            bottom: 0;
                            box-shadow: -10px 0 40px 0 rgba(0, 0, 0, .3);
                            position: absolute;
                            width: 168px
                        }
                        .aae-f-second-item-image-bg-2 {
                            height: 252px;
                            right: 199px
                        }
                        .aae-f-second-item-image-bg-3 {
                            bottom: 0;
                            box-shadow: -10px 0 40px 0 rgba(0, 0, 0, .3);
                            height: 355px;
                            right: 337px;
                            position: absolute;
                            width: 187px
                        }
                    }
                }
            }
            .slider-third-item {
                .aae-feature-slider-item-body-content {
                    .aae-f-item-top {
                        .aae-f-item-top-count {
                            p {
                                display: flex;
                                span {
                                    font-size: 30px;
                                    -ms-grid-row-align: start;
                                    align-self: start;
                                    line-height: 25px
                                }
                            }
                        }
                    }
                }
                .aae-f-third-item-image {
                    height: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                    @media (max-width: 767px) {
                        display:none
                    }
                    @media (max-width:768px) {
                        right: -140px
                    }
                }
                .aae-f-item-bg-count {
                    right: 15px;
                    position: absolute;
                    top: 15px;
                    z-index: 3;
                    p {
                        color: #dd5253;
                        display: flex;
                        font-size: 220px;
                        font-weight: 700;
                        line-height: 1;
                        @media (max-width: 1024px) {
                            font-size:160px
                        }
                        @media (max-width:768px) {
                            font-size: 90px
                        }
                        span {
                            align-self: flex-start;
                            font-size: 150px;
                            line-height: .8;
                            @media (max-width: 1024px) {
                                font-size:90px
                            }
                        }
                    }
                }
            }
            .slider-fourth-item {
                .aae-feature-slider-item-body-content {
                    .aae-f-item-top {
                        .aae-f-item-top-count {
                            img {
                                height: 36px;
                                width: 98px
                            }
                        }
                    }
                }
                .aae-f-fourth-item-image {
                    height: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                    z-index: 3;
                    @media (max-width: 767px) {
                        display:none
                    }
                    @media (max-width:768px) {
                        right: -34px;
                        top: 116px;
                        width: 67%
                    }
                }
                .aae-f-shape-image {
                    left: 405px;
                    position: absolute;
                    top: 30px;
                    @media (max-width: 767px) {
                        display:none
                    }
                    @media (max-width:768px) {
                        left: 340px;
                        top: 130px
                    }
                }
            }
            .slider-fifth-item {
                .aae-feature-slider-item-body-content {
                    .aae-f-item-top {
                        .aae-f-item-top-count {
                            p {
                                display: flex;
                                span {
                                    font-size: 30px;
                                    -ms-grid-row-align: start;
                                    align-self: start;
                                    line-height: 25px
                                }
                            }
                        }
                    }
                }
                .aae-f-fifth-item-image {
                    height: 100%;
                    position: absolute;
                    right: 0;
                    top: 15px;
                    z-index: 3;
                    @media (max-width: 767px) {
                        display:none
                    }
                    @media (max-width:768px) {
                        right: -159px;
                        top: 17px
                    }
                }
                .aae-f-shape-image {
                    left: 224px;
                    position: absolute;
                    top: 64px;
                    @media (max-width: 767px) {
                        display:none
                    }
                }
                .aae-f-shape-image-2 {
                    left: 426px;
                    position: absolute;
                    top: 137px;
                    @media (max-width: 767px) {
                        display:none
                    }
                }
            }
            .slider-six-item {
                .aae-feature-slider-item-body-content {
                    .aae-f-item-top {
                        .aae-f-item-top-count {
                            p {
                                display: flex;
                                span {
                                    font-size: 30px;
                                    -ms-grid-row-align: start;
                                    align-self: start;
                                    line-height: 25px
                                }
                            }
                        }
                    }
                }
                .aae-f-six-item-image {
                    height: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                    z-index: 3;
                    @media (max-width: 767px) {
                        display:none
                    }
                    @media (max-width:768px) {
                        right: -227px;
                        top: -13px
                    }
                }
            }
            .slider-seven-item {
                .aae-feature-slider-item-body-content {
                    .aae-f-item-top {
                        .aae-f-item-top-count {
                            p {
                                display: flex;
                                span {
                                    font-size: 30px;
                                    -ms-grid-row-align: start;
                                    align-self: start;
                                    line-height: 25px
                                }
                            }
                        }
                    }
                }
                .aae-f-seven-item-image {
                    height: 100%;
                    right: 366px;
                    position: absolute;
                    top: 70px;
                    @media (max-width: 767px) {
                        display:none
                    }
                }
                .aae-f-seven-item-image-2 {
                    height: 100%;
                    right: 434px;
                    position: absolute;
                    top: 202px;
                    @media (max-width: 767px) {
                        display:none
                    }
                }
                .aae-f-seven-item-image-3 {
                    height: 100%;
                    right: 498px;
                    position: absolute;
                    top: 256px;
                    @media (max-width: 767px) {
                        display:none
                    }
                }
                .aae-f-seven-item-image-4 {
                    height: 100%;
                    right: 558px;
                    position: absolute;
                    top: 295px;
                    @media (max-width: 767px) {
                        display:none
                    }
                }
                .aae-f-shape-image {
                    position: absolute;
                    left: 0;
                    top: 30px;
                    @media (max-width: 767px) {
                        display:none
                    }
                }
            }
        }
    }
}

.aae-feature-area-2 p {
    margin: unset
}

.aae-feature-area-2 {
    .section-title {
        margin: unset
    }
    .aae-hero-btn {
        justify-content: start;
        margin-left: 0
    }
    .aae-feature-btn-wrapper {
        padding-left: 10px;
        padding-top: 25px
    }
    .aae-f-item-top {
        p {
            margin: unset !important
        }
    }
}

.aae-feature-top {
    direction: rtl;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr .5fr;
    align-items: baseline;
    grid-template-columns: 1fr .5fr
}

@media (max-width:576px) {
    .aae-feature-top {
        text-align: center;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.feature-motion {
    height: 91px;
    width: 91px;
    @media (max-width: 576px) {
        height:40px;
        width: 40px
    }
}

svg.feature-half-circle {
    height: 44px;
    width: 89px;
    @media (max-width: 576px) {
        height:30px;
        width: 60px
    }
}

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

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

@media only screen and (max-width:1399px) {
    .aae-hero-area {
        padding-bottom: 140px;
        -webkit-padding-start: 20px;
        padding-inline-start: 20px;
        -webkit-padding-end: 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-bottom: 50px;
        padding-top: 38px;
        -webkit-padding-start: 15px;
        padding-inline-start: 15px;
        -webkit-padding-end: 15px;
        padding-inline-end: 15px
    }
}

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

@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 img {
        display: none
    }
}

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

.aae-title-content {
    margin: 0 !important;
    max-width: 1116px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    padding-top: 0px
}

@media only screen and (max-width:1199px) {
    .aae-title-content {
        display: flex;
        flex-direction: column;
        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 {
   text-align: center;
    position: relative;
    @media screen and (min-width: 1100px) and (max-width: 1400px) {
        margin-top: 60px;
    }
    margin-top: 50px;
}

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

@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 {
    line-height: 173px;
    height: 275px;
    display: inline-block;
    -webkit-padding-start: 35px;
    padding-inline-start: 35px;
    -webkit-padding-end: 50px;
    background-image: url(../../img/border.webp);
    background-position: 1px 4px;
    background-repeat: no-repeat;
    background-size: 100% 99%;
    border-radius: 30px;
    padding-inline-end: 50px;
    padding-bottom: 25px;
    padding-top: 40px;
    position: relative
}

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

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

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

@media only screen and (max-width:767px) {
    .aae-hero-title {
        height: 120px;
        text-align: center !important;
        -webkit-padding-start: 0;
        padding-inline-start: 0;
        -webkit-padding-end: 0;
        background-image: unset;
        border: 0;
        padding-inline-end: 0;
        padding-bottom: 0
    }
}

.aae-hero-title .aae-border-img {
    left: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-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 {
        height: 50px;
        width: 100%
    }
}

.aae-hero-subtitle {
    text-align: start !important;
    direction: rtl;
    color: var(--white) !important;
    display: inline-block;
    font-family: "liana" !important;
    font-size: 200px;
    font-weight: 300;
    margin-left: 7px;
    padding-bottom: 10px;
    position: relative;

}

@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 {
        margin-bottom: 35px;
        text-align: center !important;
        line-height: 50px;
        display: block;
        font-size: 95px;
        margin-left: 0;
        padding-top: 10px;
        text-align: center
    }
}

.aae-primary-btn-wrapper {
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 35px;
    display: inline-block;
    overflow: hidden;
    padding: 8px
}

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

.aae-hero-btn {
    align-items: center;
    display: flex;
    gap: 24px;
    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 {
        justify-content: center!important;
        align-items: self-start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 7px;
        padding-top: 10px
    }
}

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

@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 {
    font-size: 18px;
    font-weight: 500;
    padding: 14.5px 44px 14.5px 80px;
    -webkit-padding-start: 80px;
    padding-inline-start: 80px
}

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

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

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

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

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

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

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

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

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

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

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

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

.wp .words-svg-wrapper .wp-word {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: var(--font_primary) !important;
    font-size: 20px;
    font-weight: 500;
    justify-content: center;
    position: absolute;
    transform: rotateX(-90deg);
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    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);
    height: 120px;
    width: 120px
}

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

@media only screen and (max-width:991px) {
    .aae-subscribe-wrap {
        right: -52px
    }
}

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

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

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

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

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

.subscribe-circle .text {
    animation: spinner 7s linear infinite;
    position: absolute;
    width: 73%
}
.font-per{
    font-family: "ppfragment" !important;
}
@keyframes spinner {
    to {
        transform: rotate(1turn)
    }
}

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

@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;
        width: 100%
    }
}

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

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

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

.unmute-btn.show {
    display: flex
}

.main {
    background-color: #202020
}

.blue-border,
.red-border,
.white-border,
.yellow-border {
    opacity: 0
}

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

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

.aae-video-content,
.aae-video-wrapper {
    will-change: transform
}

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

.title-wrapper-container {
    overflow: hidden
}

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

.aae-hero-subtitle {
    overflow: hidden
}

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

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

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

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

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

.char-i {
    opacity: 0
}

.aae-text-slider-item {
    padding: 30px 0
}

@media only screen and (max-width:767px) {
    .aae-text-slider-item {
        padding: 20px 0
    }
}

.aae-text-slider-item .aae-text-slider-title {
    color: var(--white);
    font-family: var(--font_ppfragment);
    font-size: 80px;
    font-weight: 300;
    line-height: 1
}

@media only screen and (max-width:1199px) {
    .aae-text-slider-item .aae-text-slider-title {
        font-size: 40px
    }
}

@media only screen and (max-width:767px) {
    .aae-text-slider-item .aae-text-slider-title {
        font-size: 28px
    }
}

.aae-text-slider-title {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    min-width: -webkit-max-content;
    min-width: max-content;
    white-space: nowrap
}

.aae-text-slider-inner {
    background: #f6502c;
    background: linear-gradient(180deg, #f6502c 100%, #f90 0);
    overflow: hidden;
    perspective: 800px;
    position: relative
}

.aae-slider-item1,
.aae-slider-item2 {
    display: flex;
    white-space: nowrap
}

.aae-slider-item2 {
    position: absolute;
    right: 0;
    top: 100%
}

.modal-popup-overlay {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(32, 32, 32, .7);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all .3s;
    visibility: hidden;
    width: 100%;
    z-index: 100
}

.modal-popup-overlay.active {
    opacity: 1;
    visibility: visible
}

.modal-popup-container {
    background: linear-gradient(#202020, #202020) padding-box, linear-gradient(90deg, hsla(0, 0%, 100%, .2), rgba(85, 85, 85, .2)) border-box;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 20px;
    box-shadow: 0 5px 80px 30px #171717;
    left: 50%;
    max-height: 90%;
    max-width: 784px;
    padding: 40px;
    position: fixed;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    z-index: 101
}

@media only screen and (max-width:1199px) {
    .modal-popup-container {
        overflow-y: auto;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .modal-popup-container {
        padding: 20px;
        width: 95%
    }
}

.modal-popup-container.active {
    visibility: visible
}

.aae-popup-title {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2777;
    padding-bottom: 20px
}

@media only screen and (max-width:767px) {
    .aae-popup-title {
        font-size: 18px
    }
}

.aae-modal-popup-content .aae-popup-description {
    font-size: 20px;
    padding-bottom: 26px
}

@media only screen and (max-width:767px) {
    .aae-modal-popup-content .aae-popup-description {
        font-size: 16px;
        padding-bottom: 10px
    }
}

.aae-popup-btn-wrapper {
    padding-top: 8px
}

@media only screen and (max-width:767px) {
    .aae-popup-btn-wrapper {
        padding-top: 0
    }
}

.aae-popup-btn-wrapper .aae-hero-btn {
    justify-content: flex-start;
    margin-bottom: 40px;
    margin-left: 0
}

.modal-close-button {
    display: block;
    -webkit-margin-start: auto;
    margin-inline-start: auto
}

@media only screen and (max-width:767px) {
    .modal-close-button {
        position: relative;
        top: -10px
    }
}

.aae-popup-btn-wrapper .aae-primary-btn {
    font-size: 16px;
    padding: 9px 25px
}

@media only screen and (max-width:767px) {
    .aae-popup-btn-wrapper .aae-primary-btn {
        font-size: 14px;
        padding: 9px 15px
    }
}

.aae-popup-btn-wrapper .aae-primary-btn.aae-secondary-btn {
    padding: 9px 25px !important
}

@media only screen and (max-width:767px) {
    .aae-popup-btn-wrapper .aae-primary-btn.aae-secondary-btn {
        padding: 9px 15px !important
    }
}

.aae-popup-btn-wrapper .aae-primary-btn-wrapper {
    padding: 13px 8px
}

.aae-popup-video-wrapper {
    position: relative
}

.aae-popup-video-wrapper:before {
    background: linear-gradient(180deg, #202020, rgba(32, 32, 32, .9) 25.46%, rgba(32, 32, 32, .7) 50.42%, rgba(32, 32, 32, .5) 74.79%, rgba(32, 32, 32, .2));
    border-radius: 0 0 19px 19px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.aae-popup-video {
    border-radius: 20px;
    width: 100%
}

.preloader span {
    color: #fff;
    font-size: 80px;
    font-weight: 800;
    overflow-x: hidden;
    text-transform: uppercase
}

.site-name {
    background-color: #000;
    h2 {
        font-size: 26px;
        padding-top: 7px
    }
}

.preloader-gutters {
    background-color: transparent;
    display: flex;
    z-index: 2
}

.preloader-gutters,
.preloader-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.preloader-overlay {
    background-color: #000;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 3
}

.preloader {
    background-color: #000;
    height: 100vh;
    position: relative;
    width: 100%
}

.site-name {
    align-content: center;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
    img {
        display: inline-block
    }
}

.preloader-gutters .bar {
    background: transparent;
    height: 100%;
    position: relative;
    width: 12.5%
}

.preloader-gutters .inner-bar {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0
}

.aae-reviews-area {
    direction: rtl;
    background-color: #1a1a1a;
    border-radius: 30px;
    -webkit-margin-start: 20px;
    margin-inline-start: 20px;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    position: relative
}

@media only screen and (max-width:767px) {
    .aae-reviews-area {
        margin: 0
    }
}

.aae-reviews-area .section-title-wrapper {
    padding-bottom: 120px;
    position: relative;
    text-align: start;
    z-index: 3
}

@media only screen and (max-width:1199px) {
    .aae-reviews-area .section-title-wrapper {
        padding-bottom: 60px
    }
}

@media only screen and (max-width:767px) {
    .aae-reviews-area .section-title-wrapper {
        padding-bottom: 40px
    }
}

.aae-reviews-area .aae-hero-btn {
    margin-bottom: 0
}

@media only screen and (max-width:1199px) {
    .aae-reviews-area .review-desc {
        font-size: 16px
    }
}

.aae-reviews-top {
    align-items: center;
    display: flex;
    gap: 16px;
    padding-bottom: 35px
}

.reviews-count {
    color: var(--white);
    font-size: 18px
}

.aae-reviews-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    position: relative
}

@media only screen and (max-width:991px) {
    .aae-reviews-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width:767px) {
    .aae-reviews-grid {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
}

.review-bg-bottom {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2
}

.review-bg-left {
    left: -270px;
    mix-blend-mode: multiply
}

.review-bg-left,
.review-bg-top {
    position: absolute;
    top: 0;
    z-index: 2
}

.review-bg-top {
    right: 0
}

.aae-reviews-item:hover {
    box-shadow: 0 54px 55px rgba(0, 0, 0, .25), 0 -12px 30px rgba(0, 0, 0, .12), 0 4px 6px rgba(0, 0, 0, .12), 0 12px 13px rgba(0, 0, 0, .17), 0 -3px 5px rgba(0, 0, 0, .09)
}

.aae-reviews-item {
    align-self: flex-start;
    background: hsla(0, 0%, 100%, .02);
    border: 1px solid #555;
    border-radius: 20px;
    padding: 30px;
    position: relative
}

@media only screen and (max-width:1500px) {
    .aae-reviews-item {
        padding: 15px
    }
}

@media only screen and (max-width:1199px) {
    .aae-reviews-item {
        padding: 20px
    }
}

.aae-reviews-item .top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px
}

.aae-reviews-item .content {
    display: flex;
    gap: 20px;
    padding-bottom: 20px
}

.aae-reviews-item .content.body {
    flex-direction: column
}

.aae-reviews-item .content h4 {
    font-size: 20px
}

.aae-reviews-item .content p {
    font-size: 18px;
    margin: 0
}

@media only screen and (max-width:1500px) {
    .aae-reviews-item .content {
        gap: 10px
    }
}

.aae-reviews-item .content img {
    border-radius: 10px;
    width: 100%
}

.aae-reviews-item .footer {
    align-items: center;
    display: flex;
    gap: 20px
}

.aae-reviews-item .footer .content {
    align-items: center;
    padding-bottom: 0
}

.aae-reviews-item .footer .center {
    align-items: center
}

@media only screen and (max-width:1199px) {
    .aae-reviews-item .footer {
        gap: 10px
    }
}

.aae-reviews-item .name {
    color: var(--white);
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 3px;
    position: relative
}

.aae-reviews-item .name:hover {
    color: #f6502c
}

@media only screen and (max-width:1500px) {
    .aae-reviews-item .name {
        font-size: 17px
    }
}

@media only screen and (max-width:1199px) {
    .aae-reviews-item .name {
        font-size: 16px
    }
}

.aae-reviews-item .name:before {
    background: hsla(0, 0%, 100%, .3);
    bottom: 9px;
    content: "";
    height: 20px;
    position: absolute;
    right: -10px;
    top: 2px;
    width: 1px
}

@media only screen and (max-width:1500px) {
    .aae-reviews-item .review-desc {
        font-size: 16px
    }
}

.aae-reviews-item .post {
    color: #999;
    font-size: 18px;
    font-weight: 300
}

.aae-reviews-item .icon {
    display: flex;
    gap: 5px
}

.aae-reviews-item .play-video-btn {
    align-items: center;
    background: var(--white);
    border-radius: 50px;
    color: #121212;
    display: flex;
    height: 70px;
    justify-content: center;
    left: 50%;
    position: absolute;
    text-transform: capitalize;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px
}

.reviews-marquee-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 30px;
    height: auto
}

.reviews-marquee-container .aae-reviews-item {
    width: 100%
}

.aae-reviews-grid-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    gap: 35px;
    grid-template-columns: 1fr 1fr;
    max-height: 1580px;
    overflow: hidden;
    position: relative
}

@media only screen and (max-width:991px) {
    .aae-reviews-grid-inner {
        max-height: 100vh
    }
}

@media only screen and (max-width:767px) {
    .aae-reviews-grid-inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .reviews-marquee-container {
        gap: 15px
    }
}

.aae-reviews-grid-inner-right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    gap: 35px;
    grid-template-columns: 1fr 1fr
}

@media only screen and (max-width:1199px) {
    .aae-reviews-grid-inner-right {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.aae-review-left-marque-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    gap: 35px;
    grid-template-columns: 1fr 1fr;
    overflow: hidden
}

@media only screen and (max-width:1199px) {
    .aae-review-left-marque-wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.marquee-backward {
    justify-content: flex-end;
    max-height: 1020px
}

.marquee-backward2 {
    justify-content: flex-end;
    max-height: 1580px
}

.video-card-thumb {
    cursor: pointer;
    position: relative
}

.popup-overlay {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(32, 32, 32, .7);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all .3s;
    visibility: hidden;
    width: 100%;
    z-index: 100
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible
}

.popup-container {
    background: linear-gradient(#202020, #202020) padding-box, linear-gradient(90deg, hsla(0, 0%, 100%, .2), rgba(85, 85, 85, .2)) border-box;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 20px;
    box-shadow: 0 5px 80px 30px #171717;
    box-sizing: border-box;
    display: flex;
    left: 50%;
    max-height: 80%;
    padding: 40px;
    position: fixed;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    width: 75%;
    z-index: 101
}

@media only screen and (max-width:1199px) {
    .popup-container {
        padding: 30px;
        width: 90%
    }
}

.popup-container.active {
    visibility: visible
}

.popup-content {
    align-items: center;
    background: #000;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    max-height: 100%;
    overflow: hidden;
    width: 100%
}

.popup-video {
    background: #000;
    height: 100%;
    max-height: 70vh;
    object-fit: contain;
    width: 100%
}

.close-button {
    background: linear-gradient(#202020, #202020) padding-box, linear-gradient(90deg, hsla(0, 0%, 100%, .2), rgba(85, 85, 85, .2)) border-box;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    font-size: 2rem;
    height: 56px;
    line-height: 1;
    padding: .5rem;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 56px
}

.aae-reviews-area .aae-reviews-inner .section-title {
    margin: unset
}

@media only screen and (max-width:500px) {
    .review-2,
    .review-3,
    .review-4 {
        display: none !important
    }
}

.aae-video-area {
    background-color: #1a1a1a;
    -webkit-margin-start: 20px;
    margin-inline-start: 20px;
    -webkit-margin-end: 20px;
    border-radius: 30px;
    margin-inline-end: 20px;
    padding-top: 140px
}

@media only screen and (max-width:1399px) {
    .aae-video-area {
        padding-top: 100px
    }
}

@media only screen and (max-width:767px) {
    .aae-video-area {
        margin: 0;
        padding-top: 60px
    }
}

.aae-video-area .aae-hero-btn {
    margin-bottom: 0
}

.aae-video-area video {
    border-radius: 40px
}

@media only screen and (max-width:767px) {
    .aae-video-area video {
        border-radius: 20px
    }
}

.aae-video-area .video-description {
    padding-bottom: 32px;
    padding-top: 50px
}

@media only screen and (max-width:1199px) {
    .aae-video-area .video-description {
        padding-bottom: 15px
    }
}

@media only screen and (max-width:767px) {
    .aae-video-area .video-description {
        margin-top: -8px;
        padding-bottom: 0
    }
}

.section-title-wrapper .video-title {
    color: var(--white);
    font-size: 130px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: -75px;
    position: relative
}

@media only screen and (max-width:1199px) {
    .section-title-wrapper .video-title {
        font-size: 60px
    }
}

@media only screen and (max-width:991px) {
    .section-title-wrapper .video-title {
        font-size: 50px
    }
}

@media only screen and (max-width:767px) {
    .section-title-wrapper .video-title {
        font-size: 36px;
        margin-bottom: 0
    }
}

.section-title-wrapper .video-subtitle {
    color: var(--white);
    font-size: 130px;
    font-weight: 300;
    line-height: 1;
    margin-top: -67px;
    padding-bottom: 12px
}

@media only screen and (max-width:1199px) {
    .section-title-wrapper .video-subtitle {
        font-size: 60px
    }
}

@media only screen and (max-width:991px) {
    .section-title-wrapper .video-subtitle {
        font-size: 50px
    }
}

@media only screen and (max-width:767px) {
    .section-title-wrapper .video-subtitle {
        font-size: 36px;
        margin: 0;
        padding-bottom: 0
    }
}

.aae-video-area iframe {
    border: none;
    border-radius: 40px;
    height: 740px;
    width: 100%
}

@media (max-width:1024px) {
    .aae-video-area iframe {
        height: 485px
    }
    .aae-hero-area .aae-hero-description {
        padding-left: 0
    }
}

@media (max-width:768px) {
    .aae-video-area iframe {
        height: 187px
    }
}

.unmute-btn {
    align-items: center;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    box-shadow: 0 6px 22.5px 2.5px rgba(83, 70, 70, .1);
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 13px;
    height: 130px;
    justify-content: center;
    left: 50%;
    position: absolute;
    text-transform: capitalize;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 130px;
    z-index: 30;
    span {
        align-items: center;
        display: flex;
        gap: 5px;
        justify-content: center
    }
}

.hide-cursor {
    cursor: none
}

.aae-widgets-area.section-padding {
    background-color: #1a1a1a;
    -webkit-margin-start: 20px;
    margin-inline-start: 20px;
    -webkit-margin-end: 20px;
    border-radius: 30px;
    margin-inline-end: 20px
}

.feature-animation-wrapper {
    h2,
    h3 {
        color: #fff
    }
    p {
        color: #999
    }
    .aae-fa-section-title {
        direction: rtl;
        align-items: center;
        display: flex;
        gap: 15px;
        justify-content: space-between;
        margin-bottom: 40px;
        h2 {
            font-size: 70px;
            line-height: 1.14;
            .svg-icon {
                svg {
                    margin-top: -12px
                }
            }
            .first-text {
                background: linear-gradient(90deg, #9ed600 .09%, #0194c3 40.85%);
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent
            }
        }
        p {
            margin: unset;
            max-width: 442px
        }
        @media (max-width:1024px) {
            align-items: flex-start;
            flex-direction: column;
            gap: 50px
        }
        @media (max-width:448px) {
            gap: 30px;
            h2 {
                font-size: 42px;
                line-height: 1;
                .svg-icon {
                    svg {
                        height: 42px;
                        width: 42px
                    }
                }
                br {
                    display: none
                }
            }
            p {
                max-width: 100%
            }
        }
    }
    .aae-fa-items {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 70vh;
        justify-content: center;
        margin-bottom: 90px;
        max-height: 620px;
        position: relative;
        .aae-fa-item {
            aspect-ratio: 1450/620;
            display: -ms-grid;
            display: grid;
            height: 70vh;
            left: 0;
            max-height: 620px;
            position: absolute;
            top: 0;
            width: 100%;
            -ms-grid-columns: 1fr 1fr;
            background-color: #242424;
            border-radius: 30px;
            grid-template-columns: 1fr 1fr;
            overflow: hidden;
            @media (max-width: 1024px) {
                border-radius:24px
            }
            .aae-fa-item-left {
                border-bottom: 1px solid hsla(0, 0%, 100%, .08);
                border-left: 1px solid hsla(0, 0%, 100%, .08);
                border-radius: 30px 0 0 30px;
                border-top: 1px solid hsla(0, 0%, 100%, .08);
                display: flex;
                flex-direction: column;
                gap: 50px;
                justify-content: space-between;
                padding: 80px;
                h3 {
                    font-size: 40px;
                    font-weight: 300;
                    line-height: 48px;
                    margin-bottom: 10px
                }
                p {
                    margin: unset;
                    max-width: 450px
                }
                .aae-fa-item-action {
                    align-items: center;
                    color: #fff;
                    display: flex;
                    font-size: 16px;
                    gap: 4px;
                    margin-top: 30px;
                    text-decoration: underline;
                    text-underline-offset: 6px
                }
                @media (min-width:779px) and (max-width:1024px) {
                    padding-bottom: 34px;
                    padding-left: 34px;
                    padding-right: 34px;
                    padding-top: 34px;
                    h3 {
                        font-size: 32px;
                        line-height: 40px
                    }
                    p {
                        font-size: 16px;
                        margin: unset
                    }
                }
                @media (max-width:1024px) {
                    border-radius: 24px;
                    p {
                        max-width: 100%
                    }
                }
                @media (max-width:448px) {
                    border-radius: 30px;
                    padding-bottom: 40px;
                    padding-left: 20px;
                    padding-right: 20px;
                    padding-top: 20px;
                    h3 {
                        font-size: 26px;
                        line-height: 32px
                    }
                }
            }
            .aae-fa-item-common-right {
                overflow: hidden;
                @media (max-width: 778px) {
                    display:none
                }
            }
            .aae-fa-item-1-right {
                background-image: url(https://animation-addons.com/wp-content/uploads/2025/05/aae-fe-item-1-bg.png);
                background-position: 50%;
                background-repeat: no-repeat;
                background-size: cover;
                height: 100%;
                position: relative;
                width: 100%;
                .aae-fa-item-shape-1 {
                    aspect-ratio: 1/1;
                    left: 50%;
                    position: absolute;
                    top: 43px;
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%)
                }
                .aae-fa-item-shape-2 {
                    aspect-ratio: 1/1;
                    bottom: 91px;
                    left: 56px;
                    position: absolute
                }
                .aae-fa-item-content {
                    align-items: center;
                    display: flex;
                    height: 100%;
                    justify-content: center;
                    position: relative;
                    width: 100%;
                    z-index: 10
                }
                @media (max-width:1024px) {
                    .aae-fa-item-shape-1 {
                        -ms-transform: translateX(-50%) scale(.8);
                        transform: translateX(-50%) scale(.8)
                    }
                    .aae-fa-item-content,
                    .aae-fa-item-shape-2 {
                        -ms-transform: scale(.8);
                        transform: scale(.8)
                    }
                }
            }
            .aae-fa-item-2-right {
                background-image: url(https://animation-addons.com/wp-content/uploads/2025/05/aae-fe-item-2-bg.png);
                background-position: 50%;
                background-repeat: no-repeat;
                background-size: cover;
                height: 100%;
                position: relative;
                width: 100%;
                .aae-fa-item-shape-1 {
                    left: 216px;
                    position: absolute;
                    top: 192px;
                    z-index: 10;
                    img {
                        filter: drop-shadow(0 0 40px rgba(12, 21, 32, .5))
                    }
                }
                .aae-fa-item-img-1 {
                    left: 52px;
                    position: absolute;
                    top: 68px;
                    z-index: 5
                }
                .aae-fa-item-img-2 {
                    position: absolute;
                    right: 0;
                    top: 68px;
                    @media (max-width: 1440px) {
                        right:-80px
                    }
                }
                .aae-fa-item-content {
                    bottom: 31px;
                    left: 50%;
                    position: absolute;
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
                    @media (max-width: 1440px) {
                        svg {
                            max-width:550px
                        }
                    }
                }
                @media (max-width:1024px) {
                    .aae-fa-item-img-1,
                    .aae-fa-item-img-2,
                    .aae-fa-item-shape-1 {
                        -ms-transform: scale(.8);
                        transform: scale(.8)
                    }
                    .aae-fa-item-img-2 {
                        right: -180px
                    }
                    .aae-fa-item-content {
                        -ms-transform: translateX(-50%) scale(.8);
                        transform: translateX(-50%) scale(.8)
                    }
                }
            }
            .aae-fa-item-3-right {
                background-image: url(https://animation-addons.com/wp-content/uploads/2025/05/aae-fe-item-3-bg.png);
                background-position: 50%;
                background-repeat: no-repeat;
                background-size: cover;
                height: 100%;
                position: relative;
                width: 100%;
                .aae-fa-item-shape-1 {
                    bottom: 10px;
                    position: absolute;
                    right: 0
                }
                .aae-fa-item-top-shape {
                    align-items: center;
                    display: flex;
                    gap: 60px;
                    justify-content: center;
                    margin-bottom: 40px;
                    margin-top: 60px
                }
                .aae-fa-item-img-1 {
                    position: relative;
                    z-index: 10;
                    img {
                        filter: drop-shadow(0 4px 40px rgba(12, 21, 32, .2))
                    }
                }
                .aae-fa-item-img-2 {
                    bottom: 0;
                    left: 50%;
                    position: absolute;
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
                    width: 100%
                }
                @media (max-width:1024px) {
                    .aae-fa-item-img-1 {
                        img {
                            max-width: 180%;
                            width: 180%
                        }
                    }
                }
            }
            .aae-fa-item-4-right {
                background-image: url(https://animation-addons.com/wp-content/uploads/2025/05/aae-fe-item-4-bg.png);
                background-position: 50%;
                background-repeat: no-repeat;
                background-size: cover;
                height: 100%;
                position: relative;
                width: 100%;
                .aae-fa-item-img-1 {
                    bottom: 0;
                    position: absolute;
                    right: 50px;
                    img {
                        filter: drop-shadow(0 0 60px rgba(12, 21, 32, .4))
                    }
                    @media (max-width:1440px) {
                        right: 4px
                    }
                    @media (max-width:1024px) {
                        right: -180px
                    }
                }
                .aae-fa-item-shape-1 {
                    margin-left: 40px;
                    margin-top: 60px
                }
                .aae-fa-item-shape-2 {
                    margin-top: 42px
                }
            }
            .aae-fa-item-5-right {
                background-image: url(https://animation-addons.com/wp-content/uploads/2025/05/aae-fe-item-5-bg-update.png);
                background-position: 50%;
                background-repeat: no-repeat;
                background-size: cover;
                height: 100%;
                position: relative;
                width: 100%;
                .aae-fa-item-img-1 {
                    bottom: 0;
                    left: 47px;
                    position: absolute;
                    z-index: 10;
                    img {
                        filter: drop-shadow(20px 0 60px rgba(12, 21, 32, .35))
                    }
                }
                .aae-fa-item-img-2 {
                    position: absolute;
                    right: 67px;
                    top: 159px;
                    img {
                        filter: drop-shadow(0 0 47.3px rgba(12, 21, 32, .12))
                    }
                }
                .aae-fa-item-shape-1 {
                    position: absolute;
                    right: 4px;
                    top: 88px
                }
                @media (max-width:1024px) {
                    .aae-fa-item-img-1 {
                        left: -47px
                    }
                    .aae-fa-item-img-2 {
                        right: -180px
                    }
                }
            }
            .aae-fa-item-6-right {
                background-image: url(https://animation-addons.com/wp-content/uploads/2025/05/aae-fe-item-6-bg.png);
                background-position: 50%;
                background-repeat: no-repeat;
                background-size: cover;
                height: 100%;
                position: relative;
                width: 100%;
                .aae-fa-item-img-1 {
                    left: 131px;
                    position: absolute;
                    top: 80px
                }
                .aae-fa-item-img-2 {
                    left: 0;
                    position: absolute;
                    top: 80px
                }
                .aae-fa-item-img-3 {
                    bottom: 0;
                    position: absolute;
                    right: 0;
                    z-index: 10;
                    img {
                        filter: drop-shadow(0 0 60px rgba(12, 21, 32, .3))
                    }
                    @media (max-width:1440px) {
                        right: -13%
                    }
                    @media (max-width:1024px) {
                        display: none
                    }
                }
                .aae-fa-item-shape-1 {
                    bottom: -44px;
                    position: absolute;
                    right: 202px
                }
                .aae-fa-item-shape-2 {
                    bottom: 111px;
                    left: 194px;
                    position: absolute
                }
                .aae-fa-item-shape-3 {
                    bottom: 111px;
                    left: 0;
                    position: absolute
                }
                .aae-fa-item-shape-4 {
                    bottom: 65px;
                    left: 184px;
                    position: absolute;
                    img {
                        filter: drop-shadow(0 5px 40px rgba(0, 0, 0, .2))
                    }
                }
            }
            .aae-fa-item-7-right {
                background-image: url(https://animation-addons.com/wp-content/uploads/2025/05/aae-fe-item-7-bg.png);
                background-position: 50%;
                background-repeat: no-repeat;
                background-size: cover;
                height: 100%;
                position: relative;
                width: 100%;
                .aae-fa-item-img-1 {
                    bottom: 0;
                    left: 62px;
                    position: absolute;
                    img {
                        filter: drop-shadow(0 0 60px rgba(12, 21, 32, .12))
                    }
                }
                .aae-fa-item-shape-1 {
                    bottom: 26px;
                    left: 263px;
                    position: absolute
                }
                .aae-fa-item-svg-content {
                    display: flex;
                    flex-direction: column;
                    gap: 6px;
                    position: absolute;
                    right: 62px;
                    top: 62px;
                    @media (max-width: 1440px) {
                        gap:0;
                        svg {
                            max-width: 225px
                        }
                    }
                }
                @media (max-width:1024px) {
                    .aae-fa-item-img-1 {
                        left: -107px
                    }
                    .aae-fa-item-shape-1 {
                        left: 95px
                    }
                }
            }
        }
    }
    .aae-fa-image-wrapper {
        line-height: 0
    }
}

@media (max-width:1023px) {
    .feature-animation-wrapper .aae-fa-items .aae-fa-item {
        aspect-ratio: unset;
        display: -ms-grid;
        display: grid;
        height: 100%;
        max-height: 100%;
        position: unset;
        -ms-grid-columns: 1fr;
        background-color: #242424;
        border-radius: 30px;
        grid-template-columns: 1fr;
        overflow: hidden
    }
}

@media (max-width:1023px) {
    .feature-animation-wrapper {
        .aae-fa-items {
            aspect-ratio: unset;
            gap: 1.5rem;
            height: 100%;
            max-height: 100%
        }
    }
}