.main-menu.menu-dark>ul>li>a {
    color: var(--black-2)
}

.main-menu.menu-light>ul>li>a {
    color: var(--white)
}

.main-menu>ul {
    display: flex
}

.main-menu>ul>li:hover>a {
    color: var(--primary)
}

.main-menu>ul>li:hover>ul {
    inset-inline-start: 0;
    opacity: 1;
    pointer-events: all
}

.main-menu>ul>li:hover>ul.dp-menu li:hover>ul {
    inset-inline-start: 100%;
    opacity: 1;
    pointer-events: all
}

.light .main-menu li a {
    color: var(--black-2)
}

.main-menu ul.dp-menu ul {
    background: var(--black-2);
    inset-inline-start: calc(100% + 10px);
    opacity: 0;
    padding: 18px 0;
    position: absolute;
    top: 0;
    transition: all .5s;
    width: 300px;
    z-index: 10
}

.main-menu ul.dp-menu li:hover>a {
    background-color: rgba(0, 0, 0, 0);
    color: var(--primary)
}

.main-menu ul.dp-menu li:hover>ul {
    opacity: 1;
    pointer-events: all;
    -ms-transform: none !important;
    transform: none !important
}

.main-menu ul.dp-menu li a:after {
    margin-left: auto;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.main-menu .has-mega-menu {
    position: static
}

.main-menu li.menu-item-has-children>a:after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjgyMTAyIDEuNTIwNTFMNC45MzIxIDUuMzI0OTFDNC42OTM0NiA1LjU1ODM2IDQuMzA2NTQgNS41NTgzNiA0LjA2NzkgNS4zMjQ5MUwwLjE3ODk4MyAxLjUyMDUxQy0wLjA1OTY2MDkgMS4yODcwNiAtMC4wNTk2NjA5IDAuOTA4NTQ5IDAuMTc4OTgzIDAuNjc1MDkyQzAuNDE3NjI1IDAuNDQxNjM1IDAuODA0NTQzIDAuNDQxNjM1IDEuMDQzMTkgMC42NzUwOTJMNC41IDQuMDU2NzhMNy45NTY4MSAwLjY3NTA5MkM4LjE5NTQ2IDAuNDQxNjM2IDguNTgyMzcgMC40NDE2MzYgOC44MjEwMiAwLjY3NTA5M0M5LjA1OTY2IDAuOTA4NTQ5IDkuMDU5NjYgMS4yODcwNiA4LjgyMTAyIDEuNTIwNTFaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=);
    -webkit-margin-start: 5px;
    font-size: 14px;
    font-weight: 600;
    margin-inline-start: 5px
}

.main-menu .mega-menu {
    background-color: var(--black-2);
    display: -ms-grid;
    display: grid;
    left: 10px;
    padding: 30px 50px;
    position: absolute;
    width: 100%;
    -ms-grid-columns: (1fr)[4];
    column-gap: 50px;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: all .5s;
    z-index: 10
}

@media only screen and (max-width:1399px) {
    .main-menu .mega-menu {
        column-gap: 30px
    }
}

.main-menu .mega-menu li:has(ul)>a:after {
    content: ""
}

.main-menu .mega-menu li a {
    align-items: center;
    background: var(--black-2);
    border-radius: 8px;
    color: #999;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    gap: 8px;
    height: 40px;
    overflow: hidden;
    padding: 0 20px
}

.main-menu .mega-menu li a:hover {
    background: #2c2c2f;
    color: var(--white)
}

.main-menu .mega-menu .title {
    border-bottom: 1px solid #333337;
    border-radius: 0;
    color: var(--white);
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    pointer-events: none;
    text-transform: uppercase
}

.main-menu .mega-style-2 {
    gap: 0;
    padding: 0 15%;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
}

.main-menu .mega-style-2 .title {
    height: 70px;
    margin-bottom: 0;
    overflow: visible;
    padding-bottom: 0;
    padding-left: 30px;
    position: relative
}

.main-menu .mega-style-2 .title:after {
    background-color: #333337;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5000px
}

.main-menu .mega-style-2>li:not(:first-child) {
    border-left: 1px solid #333337
}

.main-menu .mega-style-2 ul {
    column-count: 2;
    padding: 20px 0;
    position: relative
}

.main-menu .mega-style-2 ul:after {
    background-color: #333337;
    content: "";
    height: 700px;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1
}

.main-menu .mega-style-2 ul li a {
    padding-left: 30px
}

.main-menu .mega-style-3 {
    gap: 0;
    padding: 0 0 0 20px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr)
}

.main-menu .mega-style-3 .title {
    height: 70px;
    margin-bottom: 0;
    overflow: visible;
    padding-bottom: 0;
    padding-left: 30px;
    position: relative
}

.main-menu .mega-style-3 .title:after {
    background-color: #333337;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5000px
}

.main-menu .mega-style-3>li:not(:first-child) {
    border-left: 1px solid #333337
}

.main-menu .mega-style-3>li:last-child {
    border: none;
    width: 36vw
}

@media only screen and (max-width:1399px) {
    .main-menu .mega-style-3>li:last-child {
        width: 32vw
    }
}

.main-menu .mega-style-3 ul {
    column-count: 2;
    column-gap: 0;
    padding: 20px 0;
    position: relative
}

.main-menu .mega-style-3 ul:after {
    background-color: #333337;
    content: "";
    height: 700px;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1
}

.main-menu .mega-style-3 ul li {
    margin: 0 10px
}

.main-menu .mega-style-3 ul li a {
    padding-left: 20px
}

.main-menu .mega-grid-6 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr)
}

.main-menu .mega-grid-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px
}

.main-menu .list-3-column ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    column-gap: 50px;
    grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width:1399px) {
    .main-menu .list-3-column ul {
        column-gap: 30px
    }
}

.main-menu .span-first-item ul li:first-child {
    column-span: all;
    grid-column: 1/-1
}

.main-menu .new {
    background: #ffa38e;
    border-radius: 2px;
    color: var(--black-2);
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    padding: 3px 7px;
    -webkit-margin-start: 8px;
    display: inline-block;
    margin-inline-start: 8px
}

@media only screen and (max-width:1199px) {
    .main-menu-2 {
        display: none
    }
}

.main-menu-2 li {
    display: inline-block;
    padding: 0 10px
}

.main-menu-2 li a {
    color: var(--white);
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px;
    text-transform: capitalize
}

.main-menu-2 li a:hover {
    color: var(--primary)
}

@media only screen and (max-width:1399px) {
    .main-menu-2 li a {
        padding: 5px 0
    }
}

.main-menu-3 li {
    display: inline-block;
    margin-right: 45px
}

@media only screen and (max-width:1199px) {
    .main-menu-3 li {
        margin-right: 25px
    }
}

.main-menu-3 li:last-child {
    margin-right: 0
}

.main-menu-3 li a {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    line-height: 26px
}

.main-menu-3 li a:hover {
    color: var(--primary)
}

.main-menu-4 li {
    display: inline-block;
    margin-right: 50px
}

.main-menu-4 li a {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase
}

.main-menu-4 li a:hover {
    color: var(--primary)
}

.aae-header-wrapper {
    direction: rtl;
    align-items: center;
    display: flex;
    justify-content: space-between;
    -webkit-padding-start: 50px;
    padding-inline-start: 50px;
    -webkit-padding-end: 50px;
    margin: auto;
    max-width: 1920px;
    padding-inline-end: 50px;
    padding-bottom: 5px !important;
    padding-top: 5px !important
}

.aae-header-content {
    align-items: center;
    display: flex;
    gap: 50px
}

.aae-logo {
    padding-left: 50px;
    position: relative
}

.aae-logo-line {
    background-color: hsla(0, 0%, 100%, .2);
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px
}

.aae-navigation-menu {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.aae-navigation-menu li a {
    font-size: 16px;
    line-height: 1;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-padding-end: 0;
    padding-inline-end: 0
}

.aae-header-btn {
    align-items: center;
    display: flex;
    gap: 40px
}

.aae-header-btn .aae-primary-btn {
    padding: 8px 27px 10px
}

@media (min-width:1200px) {
    .aae-mobile-menu-wrapper {
        display: none
    }
}

@media (max-width:1200px) {
    .aae-mobile-menu-wrapper {
        direction: rtl;
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 15px;
    }
    .aae-header-area {
        display: none
    }
}

.aae-mobile-logo {
    align-items: center;
    cursor: pointer;
    display: flex
}

.aae-mobile-logo img {
    max-width: 160px;
    @media (max-width: 768px) {
        max-width:100px
    }
}

img#offcanvas_toggle {
    max-width: 36px;
    @media (max-width: 768px) {
        max-width:25px
    }
}

.aae-mobile-close {
    align-items: center;
    background: #1e1e1e;
    border-radius: 50px;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    left: 15px;
    width: 40px
}

.aae-mobile-menu-area .aae-navigation-menu {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px
}

.aae-mobile-menu-area .aae-navigation-menu li a {
    padding: 5px
}

.aae-mobile-menu-area .aae-navigation-menu li a:hover {
    color: var(--white)
}

.aae-mobile-menu-item {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.aae-mobile-menu img {
    cursor: pointer
}

.submenu {
    inset-inline-start: 10px;
    list-style: none;
    max-height: 0;
    overflow: hidden
}

.submenu a {
    padding: 10px !important
}

.has-submenu li:last-child a {
    padding-bottom: 0 !important
}

.has-submenu.active .submenu {
    max-height: 100%;
    padding-right: 10px;
    width: 250px
}

.offcanvas-overlay {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, .5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity .3s ease, visibility .3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 9
}

.offcanvas-overlay.active {
    visibility: visible
}

.aae-login-btn {
    align-items: center;
    display: flex;
    gap: 5px
}

.aae-header-btn .aae-primary-btn-wrapper {
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 50px;
    padding: 8px
}

li.menu-item-has-children.mega-templates {
    position: static !important
}

.menu--template-items {
    background-color: #1c1d20;
    display: -ms-grid;
    display: grid;
    left: 0;
    padding: 0 50px;
    position: absolute;
    width: 100%;
    -ms-grid-columns: (1fr)[5];
    display: none;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    opacity: 0;
    overflow: hidden;
    top: 100px;
    transition: all .5s;
    visibility: hidden;
    z-index: 10
}

ul.menu--template-items ul {
    padding-bottom: 40px;
    padding-top: 25px
}

.aae-navigation-menu li:hover .menu--template-items {
    opacity: 1;
    top: 80px;
    visibility: visible
}

.menu--template-items .title {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 18px;
    padding-left: 30px;
    padding-top: 20px;
    position: relative
}

.aae-filter-widget-wrapper {
    height: 640px !important
}

.menu--template-items .title:after {
    background-color: #333337;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5000px
}

.menu--template-items>li:not(:first-child) {
    border-left: 1px solid #333337
}

.menu--template-items>li:last-child {
    border: none;
    width: 24vw
}

.menu--template-items ul li a {
    color: #999;
    font-size: 16px;
    padding: 12px 30px
}

.menu--template-items ul li .browse-category-btn {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    gap: 10px;
    margin-top: 10px;
    text-transform: capitalize
}

.menu--template-items ul li .browse-category-btn:hover .icon {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu--template-items .icon {
    align-items: center;
    background: #2c2c2f;
    border-radius: 100px;
    color: #fff;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 20px;
    fill: #fff;
    font-size: 12px;
    transition: all .3s
}

.menu--template-items .icon svg {
    height: 1em;
    width: 1em
}

.menu--template-items ul li a:hover {
    color: #fff;
    letter-spacing: .5px
}

.mega-menu-content {
    padding-top: 125px
}

.mega-menu-thumb img {
    position: absolute;
    right: -50px;
    top: 45px;
    z-index: -1
}

.menu--template-items .total-sections {
    background: linear-gradient(136deg, #9479ff, #ffa6d6 47.92%, #fffce3);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 150px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px
}

.menu--template-items .section-text {
    max-width: 308px;
    text-align: center
}

.menu--template-items .section-text p {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 1
}

.menu--template-items .browse-all {
    background: #2c2c2fa8;
    border: 2px solid #ffffffa8;
    border-radius: 40px;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin: 50px auto 0;
    padding: 23px 48px;
    text-align: center
}

.menu--template-items .browse-all:hover {
    background: #f6502c
}

ul.menu--feature-items {
    background: #1c1d20;
    display: -ms-grid;
    display: grid;
    position: absolute;
    width: 600px;
    -ms-grid-columns: 1fr 1fr;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    left: -250px;
    opacity: 0;
    padding: 30px;
    top: 100px;
    transition: all .3s;
    visibility: hidden;
    z-index: 5
}

ul.menu--feature-items li a {
    color: #999;
    font-size: 16px;
    padding: 10px 0
}

ul.menu--feature-items li a:hover {
    color: #fff;
    letter-spacing: .5px
}

.aae-navigation-menu li:hover ul.menu--feature-items {
    left: -250px;
    opacity: 1;
    top: 80px;
    visibility: visible
}

.main-menu ul.dp-menu li:hover>a {
    color: #fff
}

.main-menu ul.dp-menu {
    background-color: #1c1d20;
    inset-inline-start: 10px;
    opacity: 0;
    padding: 18px 0;
    pointer-events: none;
    position: absolute;
    transition: all .5s;
    width: 250px;
    z-index: 10
}

.main-menu ul.dp-menu li {
    padding: 0 25px;
    position: relative
}

.main-menu ul.dp-menu li a {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 8px;
    color: #999;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    text-transform: capitalize
}

.main-menu ul.dp-menu li a:hover {
    color: #fff;
    letter-spacing: .5px
}

.aae-mobile-menu-area {
    background-color: var(--secondary);
    flex-direction: column;
    gap: 30px;
    height: 100vh;
    padding: 30px;
    position: fixed;
    right: -100%;
    top: 0;
    width: 300px;
    z-index: 10
}

.mobile-navigation-menu li {
    width: 100%
}

.mobile-navigation-menu>li:not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    padding: 8px 0 12px
}

.main-menu li a {
    align-items: center;
    color: var(--white);
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 26px 20px;
    text-transform: capitalize
}

.has-submenu a {
    font-weight: 300 !important;
    justify-content: space-between
}

.aae-navigation-menu {
    gap: 0
}

@media (max-width:1399px) {
    .menu--template-items ul li a {
        padding: 8px 30px
    }
    ul.menu--template-items ul {
        padding-bottom: 20px;
        padding-top: 20px
    }
    .menu--template-items .title {
        font-size: 20px;
        padding-bottom: 15px;
        padding-top: 18px
    }
    .main-menu li a {
        padding: 20px
    }
    .aae-header-content {
        gap: 30px
    }
}

@media(max-width:1199px) {
    .aae-mobile-menu .aae-header-btn {
        gap: 20px
    }
}

@media(max-width:767px) {
    .aae-header-btn .aae-primary-btn-wrapper {
        display: none
    }
    .aae--mobile-right {
        display: flex;
        gap: 15px
    }
    .aae-mobile-menu-area {
        padding: 30px 15px;
        width: 100%
    }
    .aae-login-btn img {
        width: 8px
    }
}

.switch {
    display: inline-block;
    height: 48px;
    position: relative;
    width: 88px;
    @media (max-width: 991px) {
        height:33px;
        width: 61px
    }
}

.switch input {
    height: 0;
    opacity: 0;
    width: 0
}

.slider {
    background-color: hsla(0, 0%, 100%, .15);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s
}

.slider:before {
    background-color: #f6502c;
    bottom: 6px;
    content: "";
    height: 36px;
    left: 7px;
    position: absolute;
    transition: .4s;
    width: 36px;
    @media (max-width: 991px) {
        bottom:4px;
        height: 25px;
        width: 25px
    }
}

input:checked+.slider {
    background-color: hsla(0, 0%, 100%, .15)
}

input:focus+.slider {
    box-shadow: 0 0 1px hsla(0, 0%, 100%, .15)
}

input:checked+.slider:before {
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    @media (max-width: 991px) {
        -ms-transform:translateX(24px);
        transform: translateX(24px)
    }
}

.slider.round {
    border-radius: 100px
}

.slider.round:before {
    border-radius: 50%
}

.pricing__toggle_switcher {
    gap: 30px;
    position: relative
}

.pricing__toggle_switcher,
.slide-toggle-btn {
    align-items: center;
    display: flex;
    justify-content: center
}

.slide-toggle-btn {
    gap: 15px
}

.slide-toggle-btn label {
    color: var(--white);
    font-size: 18px
}

.pricing__toggle_shape {
    bottom: -10px;
    position: absolute;
    right: 0;
    @media (max-width: 991px) {
        bottom:0;
        right: 15px
    }
}

@media only screen and (max-width:991px) {
    .pricing__toggle_shape {
        max-width: 210px
    }
}

@media only screen and (max-width:767px) {
    .pricing__toggle_shape .aae-offer-img {
        display: none
    }
}

.pricing-area .section-title-wrapper {
    gap: 0;
    margin: auto;
    max-width: 1000px;
    padding-bottom: 100px;
    position: relative
}

.pricing-area {
    .custom-container {
        max-width: 1765px
    }
    .aae-compare-btn {
        align-items: center;
        display: flex !important;
        font-size: 18px;
        font-weight: 600;
        gap: 10px;
        line-height: 1;
        padding: 17.5px 27px;
        text-transform: capitalize
    }
}

@media only screen and (max-width:1500px) {
    .pricing-area .section-title-wrapper {
        max-width: 950px
    }
}

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

@media only screen and (max-width:991px) {
    .pricing-area .section-title-wrapper {
        padding-bottom: 25px
    }
}

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

.pricing-area .section-title {
    padding-bottom: 12px
}

@media only screen and (max-width:767px) {
    .pricing-area .section-title {
        padding-bottom: 25px
    }
}

.pricing-area .section-description {
    padding-bottom: 28px
}

@media only screen and (max-width:767px) {
    .pricing-area .section-description {
        padding-bottom: 30px
    }
}

.pricing-area .section-description p {
    font-size: 24px
}

@media only screen and (max-width:767px) {
    .pricing-area .section-description p {
        font-size: 18px
    }
}

.pricing-area .section-description p span {
    color: var(--white);
    text-decoration: underline
}

.pricing-area .aae-subscribe-wrap.pricing-subscribe {
    left: -34px;
    position: absolute;
    right: auto;
    top: 36px
}

@media only screen and (max-width:1199px) {
    .pricing-area .aae-subscribe-wrap.pricing-subscribe {
        left: 0;
        top: 100px
    }
}

@media only screen and (max-width:991px) {
    .pricing-area .aae-subscribe-wrap.pricing-subscribe {
        top: 20px
    }
}

.pricing-area .accordion {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.pricing-area .accordion-item {
    border-bottom: 1px solid hsla(0, 0%, 100%, .04)
}

.pricing-area .accordion-header {
    align-items: center;
    background: rgba(0, 0, 0, 0);
    color: var(--white);
    cursor: pointer;
    display: flex;
    font-size: 24px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 1;
    padding: 27.5px 30px
}

.pricing-area .accordion-content {
    height: 0;
    overflow: hidden
}

.accordion-content.open {
    height: auto
}

.pricing-area .icon {
    font-size: 33px
}

.pricing-content {
    background-color: hsla(0, 0%, 100%, .02);
    border-radius: 20px
}

.pricing-item-top {
    padding-bottom: 33px;
    padding-top: 60px;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    -webkit-padding-end: 20px;
    padding-inline-end: 20px
}

.pricing-item-top.flat {
    padding-bottom: 112px
}

@media only screen and (max-width:1500px) {
    .pricing-item-top.flat {
        padding-bottom: 122px
    }
}

@media only screen and (max-width:1199px) {
    .pricing-item-top.flat {
        padding-bottom: 95px
    }
}

@media only screen and (max-width:767px) {
    .pricing-item-top {
        padding-top: 40px
    }
    .pricing-item-top.flat {
        padding-bottom: 76px
    }
}

.pricing-item-top img {
    display: block;
    margin: auto
}

.pricing-content-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.2fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr
}

@media only screen and (max-width:1399px) {
    .pricing-content-grid {
        -ms-grid-columns: 1.2fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr
    }
}

@media only screen and (max-width:1199px) {
    .pricing-content-grid {
        overflow-x: scroll
    }
}

.pricing-content-grid::-webkit-scrollbar {
    background: hsla(0, 0%, 100%, .03);
    height: 8px
}

.pricing-content-grid::-webkit-scrollbar-thumb {
    background: #f6502c;
    border-radius: 4px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.pricing-item {
    border-right: 1px solid hsla(0, 0%, 100%, .04);
    position: relative
}

@media only screen and (max-width:1199px) {
    .pricing-item {
        width: 400px
    }
}

@media only screen and (max-width:767px) {
    .pricing-item {
        width: 310px
    }
}

@media only screen and (max-width:1199px) {
    .pricing-item.free {
        display: none
    }
}

.pricing-item.popular {
    background: linear-gradient(145.55deg, rgba(246, 80, 44, .1) 36.63%, rgb(255 153 0/9%) 79.66%)
}

.pricing-item .aae-primary-btn-wrapper {
    padding: 8px;
    text-align: center;
    width: 100%
}

.pricing-item .aae-primary-btn {
    background-color: hsla(0, 0%, 100%, .03);
    display: inline-block;
    padding: 16px 20px;
    width: 100%
}

@media only screen and (max-width:1500px) {
    .pricing-item .aae-primary-btn {
        padding: 14px 20px
    }
}

.pricing-item .aae-primary-btn.popular-active {
    background-color: #f6502c
}

.pricing-item .aae-primary-btn.popular-active:hover {
    background-color: hsla(0, 0%, 100%, .03)
}

.pricing-item .package-sub-title {
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 8px
}

.pricing-item .package-title {
    font-size: 50px;
    font-weight: 500;
    padding-bottom: 13px
}

@media only screen and (max-width:1500px) {
    .pricing-item .package-title {
        font-size: 40px
    }
}

@media only screen and (max-width:767px) {
    .pricing-item .package-title {
        font-size: 36px;
        padding-bottom: 8px
    }
}

.pricing-item .package-desc {
    color: #999;
    font-size: 18px;
    padding-bottom: 33px
}

.pricing-note {
    margin: auto;
    max-width: 800px;
    padding-top: 55px;
    text-align: center;
    @media (max-width: 991px) {
        display:none
    }
}

.popular-label {
    align-items: center;
    background-color: #baffaf;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #000;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    gap: 4px;
    left: 50%;
    padding: 4px 16px;
    position: absolute;
    text-transform: uppercase;
    top: -26px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.older-price {
    color: #999;
    font-size: 25px;
    font-weight: 500;
    text-decoration: line-through
}

.pricing-item-content-list.list-item {
    text-align: center
}

.pricing-item-content-list.list-item img {
    display: block;
    margin: auto
}

.pricing-item-content-list li {
    font-size: 18px;
    min-height: 68px;
    padding: 21.5px 30px
}

@media only screen and (max-width:1500px) {
    .pricing-item-content-list li {
        font-size: 15px
    }
}

@media only screen and (max-width:1399px) {
    .pricing-item-content-list li {
        padding: 20px
    }
}

@media only screen and (max-width:767px) {
    .pricing-item-content-list li {
        min-height: 50px;
        padding: 15px 20px
    }
    .pricing-item .package-desc {
        padding-bottom: 25px
    }
}

.pricing-item-content-list li:first-child {
    border-top: 1px solid hsla(0, 0%, 100%, .04)
}

.pricing-item-content-list li:not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 100%, .04)
}

.pricing-item-content-list li:nth-child(2n) {
    background-color: hsla(0, 0%, 100%, .012)
}

.aae-compare-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    padding-top: 30px
}

.aae-compare-btn-wrapper .aae-primary-btn-wrapper {
    padding: 9px 8px
}

@media only screen and (max-width:1199px) {
    .aae-compare-btn-wrapper {
        display: none
    }
}

.compare-table-wrapper {
    background-color: hsla(0, 0%, 100%, .02);
    border-radius: 20px;
    margin-top: 50px;
    overflow: hidden
}

@media only screen and (max-width:1199px) {
    .compare-table-wrapper {
        display: none
    }
}

.pricing-table-container {
    height: 0;
    overflow: hidden
}

#compare_responsiveTable tr td:nth-child(4) {
    background: linear-gradient(145.55deg, rgba(246, 80, 44, .1) 36.63%, rgb(255 153 0/9%) 79.66%)
}

#compare_responsiveTable {
    border-collapse: collapse;
    border-radius: 20px;
    margin-left: -1px;
    margin-right: -1px;
    width: 101%
}

#compare_responsiveTable .pricing-buy-title {
    color: var(--white);
    font-size: 32px;
    font-weight: 400;
    line-height: 1
}

@media only screen and (max-width:1199px) {
    #compare_responsiveTable .pricing-buy-title {
        font-size: 22px
    }
}

#compare_responsiveTable th {
    border: 1px solid hsla(0, 0%, 100%, .04);
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    max-width: 350px;
    padding: 36.5px;
    width: 350px
}

#compare_responsiveTable tr td:first-child {
    max-width: 382px;
    text-align: start;
    width: 382px
}

@media only screen and (max-width:767px) {
    #compare_responsiveTable tr td:first-child {
        text-align: center
    }
}

#compare_responsiveTable td {
    border: 1px solid hsla(0, 0%, 100%, .04);
    padding: 24.5px
}

#compare_responsiveTable td img {
    margin: auto
}

#compare_responsiveTable td {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: center
}

#compare_responsiveTable tfoot tr td {
    border: 0;
    padding-bottom: 40px
}

@media only screen and (max-width:767px) {
    #compare_responsiveTable tfoot tr td {
        justify-content: center
    }
}

@media only screen and (max-width:991px) {
    #compare_responsiveTable tfoot tr {
        display: flex;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:767px) {
    #compare_responsiveTable tfoot tr {
        flex-direction: column
    }
}

@media (max-width:768px) {
    #compare_responsiveTable table,
    #compare_responsiveTable tbody,
    #compare_responsiveTable td,
    #compare_responsiveTable th,
    #compare_responsiveTable thead,
    #compare_responsiveTable tr {
        display: block;
        width: 100%
    }
    #compare_responsiveTable thead {
        display: none
    }
    #compare_responsiveTable tr {
        border: 1px solid hsla(0, 0%, 100%, .04);
        margin-bottom: 10px;
        padding: 10px
    }
    #compare_responsiveTable td {
        border-bottom: 1px solid hsla(0, 0%, 100%, .04);
        display: flex;
        justify-content: space-between;
        padding: 10px;
        position: relative
    }
    #compare_responsiveTable td:before {
        content: attr(data-label);
        flex: 1
    }
}

.pricing-deal-wrapper {
    background-color: hsla(0, 0%, 100%, .02);
    border-radius: 20px;
    margin-top: 80px;
    padding: 20px
}

@media only screen and (max-width:1199px) {
    .pricing-deal-wrapper {
        margin-top: 60px
    }
}

@media only screen and (max-width:991px) {
    .pricing-deal-wrapper {
        margin-top: 40px
    }
}

@media only screen and (max-width:767px) {
    .pricing-deal-wrapper {
        padding: 0
    }
}

.pricing-deal-wrapper .shape-1 {
    bottom: 40px;
    position: absolute;
    right: 60px
}

@media only screen and (max-width:1399px) {
    .pricing-deal-wrapper .shape-1 {
        max-width: 100px
    }
}

@media only screen and (max-width:1199px) {
    .pricing-deal-wrapper .shape-1 {
        max-width: 200px
    }
}

@media only screen and (max-width:767px) {
    .pricing-deal-wrapper .shape-1 {
        display: none
    }
}

.pricing-deal-wrapper .aae-primary-btn {
    padding: 16px 40px
}

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

.pricing-deal-wrapper .pricing-heading-one {
    color: var(--white);
    display: flex;
    font-size: 18px;
    font-weight: 400;
    gap: 6px;
    line-height: 1;
    padding-bottom: 30px
}

@media only screen and (max-width:1399px) {
    .pricing-deal-wrapper .pricing-heading-one {
        padding-bottom: 15px
    }
}

.pricing-deal-wrapper .pricing-heading-two {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px
}

@media only screen and (max-width:1199px) {
    .pricing-deal-wrapper .pricing-heading-two {
        padding-top: 20px
    }
}

.pricing-deal-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .37fr .271fr .35fr;
    gap: 20px;
    grid-template-columns: .37fr .271fr .35fr
}

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

@media (max-width:768px) {
    .pricing-deal-inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.pricing-deal-left {
    background: url(../img/pricing-deal-left-bg.webp);
    background-repeat: no-repeat;
    border-radius: 12px;
    padding: 60px;
    position: relative
}

@media only screen and (max-width:1500px) {
    .pricing-deal-left {
        padding: 40px
    }
}

@media only screen and (max-width:1199px) {
    .pricing-deal-left {
        background-size: cover
    }
}

@media only screen and (max-width:767px) {
    .pricing-deal-left {
        padding: 30px 15px
    }
}

.deal-subtitle {
    color: #baffaf;
    font-size: 18px;
    padding-bottom: 17px
}

.deal-subtitle,
.deal-title {
    font-weight: 500;
    line-height: 1
}

.deal-title {
    color: var(--white);
    font-size: 40px;
    max-width: 354px;
    padding-bottom: 50px
}

@media only screen and (max-width:991px) {
    .deal-title {
        font-size: 36px;
        padding-bottom: 40px
    }
}

@media only screen and (max-width:767px) {
    .deal-title {
        font-size: 26px;
        padding-bottom: 25px
    }
}

@media only screen and (max-width:1500px) {
    .pricing-deal-right {
        padding: 40px 30px
    }
}

@media only screen and (max-width:767px) {
    .pricing-deal-right {
        padding: 40px 15px
    }
}

.pricing-list-wrapper {
    background-color: hsla(0, 0%, 100%, .02);
    border-radius: 12px;
    padding: 40px 50px;
    @media (max-width: 1500px) {
        padding-bottom:30px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px
    }
}

.pricing-list {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.pricing-list li {
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    gap: 10px;
    line-height: 1
}

@media only screen and (max-width:1399px) {
    .pricing-list li {
        font-size: 16px
    }
}

.pricing-list-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .67fr 1fr;
    gap: 20px;
    grid-template-columns: .67fr 1fr
}

@media only screen and (max-width:1399px) {
    .pricing-list-inner {
        gap: 15px
    }
}

@media only screen and (max-width:767px) {
    .pricing-list-inner {
        -ms-grid-columns: 1fr;
        gap: 50px;
        grid-template-columns: 1fr
    }
    .pricing-list {
        gap: 20px
    }
}

@media only screen and (max-width:1500px) {
    .pricing-logos-wrapper {
        -webkit-padding-start: 30px;
        padding-inline-start: 30px
    }
}

@media only screen and (max-width:767px) {
    .pricing-logos-wrapper {
        border: 0;
        -webkit-padding-start: 0;
        padding-inline-start: 0
    }
}

.pricing-logos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 56px
}

@media only screen and (max-width:1399px) {
    .pricing-logos {
        padding: 20px;
        -webkit-padding-start: 0;
        gap: 20px;
        padding-inline-start: 0
    }
}

.aae-payment-wrapper .aae-subscribe-text {
    background-color: rgba(0, 0, 0, 0)
}

.aae-payment-wrapper .aae-days-text {
    font-size: 8px;
    padding: 3px;
    right: -4px;
    text-transform: uppercase
}

.aae-payment-wrapper .aae-days-text-2 {
    color: var(--white);
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize
}

@media only screen and (max-width:1399px) {
    .aae-payment-wrapper .aae-days-text-2 {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .aae-payment-wrapper .aae-days-text-2 {
        font-size: 16px
    }
}

.aae-payment-wrapper .aae-days-text-3 {
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
    line-height: 1
}

@media only screen and (max-width:1399px) {
    .aae-payment-wrapper .aae-days-text-3 {
        font-size: 18px
    }
}

.aae-payment-wrapper {
    background-color: hsla(0, 0%, 100%, .02);
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    padding: 13px 40px
}

@media only screen and (max-width:1500px) {
    .aae-payment-wrapper {
        margin-top: 50px;
        padding: 13px 20px
    }
}

@media only screen and (max-width:991px) {
    .aae-payment-wrapper {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        margin-top: 30px;
        padding-bottom: 35px
    }
}

@media only screen and (max-width:767px) {
    .aae-payment-wrapper {
        border-radius: 0;
        gap: 15px
    }
}

.aae-payment-left {
    align-items: center;
    display: flex
}

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

.aae-payment-right {
    align-items: center;
    display: flex;
    gap: 12px
}

@media only screen and (max-width:991px) {
    .aae-payment-right {
        flex-wrap: wrap;
        justify-content: center
    }
}

.pricing-contact {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px
}

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

.pricing-contact .aae-primary-btn {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.333;
    padding: 16px 70px;
    text-transform: capitalize
}

@media only screen and (max-width:1500px) {
    .pricing-contact .aae-primary-btn {
        font-size: 16px;
        padding: 16px 30px
    }
}

@media only screen and (max-width:1199px) {
    .pricing-contact .aae-primary-btn {
        font-size: 14px;
        padding: 16px 9px
    }
}

@media only screen and (max-width:991px) {
    .pricing-contact .aae-primary-btn {
        padding: 16px 20px
    }
}

@media only screen and (max-width:767px) {
    .pricing-contact .aae-primary-btn {
        padding: 16px 40px
    }
}

.pricing-contact .older-price {
    font-size: 16px
}

.pricing-area .pricing-contact .pricing-contact-title {
    color: var(--white);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.42
}

@media only screen and (max-width:1199px) {
    .pricing-header {
        display: none
    }
}

.pricing-header table {
    width: 100%
}

.pricing-header table tr {
    display: flex;
    justify-content: space-around
}

.pricing-header table tr td {
    color: var(--white);
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    width: 100%
}

.aae-reviews-item .thumb {
    border-radius: 50px;
    height: 60px;
    width: 60px;
    img {
        border-radius: 50%
    }
}

.pricing-item-top {
    height: 331px
}

.aae-pricing-inner {
    margin-top: -20px
}

.pricing-logos-wrapper {
    background: url(../img/subscribe-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    padding: 28px 50px;
    text-align: center;
    @media (max-width: 575px) {
        padding-bottom:15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px
    }
}

.subscriber-user {
    p {
        color: #baffaf;
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        padding-bottom: 13px
    }
    h3 {
        color: var(--white);
        font-size: 28px;
        font-weight: 500;
        line-height: 1.35;
        padding-bottom: 15px;
        @media (max-width: 575px) {
            font-size:20px
        }
        span {
            text-decoration: underline
        }
    }
    img {
        display: inline-block;
        @media (max-width: 1200px) {
            max-width:160px
        }
    }
}

.pricing-content-grid {
    @media (max-width: 991px) {
        display:none
    }
}

.aae-mobile-pricing-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    gap: 6px;
    grid-template-columns: 1fr 1fr
}

.aae-mobile-pricing-grid {
    @media (min-width: 991px) {
        display:none
    }
}

.aae-mobile-pricing-item {
    background: #ffffff05;
    border-radius: 8px;
    padding: 24px 13px;
    .package-sub-title {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.28;
        margin-bottom: 3px
    }
    .package-title {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.1;
        margin-bottom: 8px
    }
    .older-price,
    .package-desc {
        color: #999;
        font-size: 14px
    }
    .package-desc {
        align-items: center;
        display: flex;
        font-weight: 400;
        gap: 5px;
        margin-bottom: 12px
    }
    .aae-pricing-btn {
        overflow: hidden
    }
    .aae-primary-btn {
        font-size: 12px;
        padding: 7px 28px
    }
}

.aae-mobile-pricing-features {
    background: #ffffff05;
    border-radius: 8px;
    margin-top: 16px;
    padding: 24px 15px;
    @media (min-width: 991px) {
        display:none
    }
}

.aae-mobile-pricing-features-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    li {
        align-items: center;
        display: flex;
        gap: 5px
    }
}

.aae-mobile-pricing-feature-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px
}

img.aae-mobile-offer-img {
    max-width: 37px;
    @media(min-width: 991px) {
        display:none
    }
}

@media (min-width:991px) {
    .pricing-for-mobile {
        display: none
    }
}

.aae-pricing-accordion-item {
    background-color: #ffffff05;
    border-radius: 8px;
    margin-top: 16px;
    padding: 19px 16px;
    &:focus {
        background-color: #000
    }
}

.aae-pricing-accordion-header {
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 2px;
    position: relative
}

.aae-pricing-accordion-content {
    height: 0;
    overflow: hidden
}

.aae-pricing-accordion-content-inner {
    padding-top: 14px
}

.pricing-area .icon {
    font-size: 28px;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.screen-reader-text {
    border: 0;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    overflow: hidden
}

.aae-login-btn {
    display: inline-flex;
    font-size: 16px;
    gap: 7px;
    line-height: 1.5;
    @media (max-width: 768px) {
        font-size:12px;
        gap: 5px
    }
    &:hover {
        color: #f6502c
    }
}

.aae-primary-btn {
    border-radius: 35px;
    color: var(--white);
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    line-height: 1.5;
    padding: 9px 27px;
    position: relative;
    z-index: 1;
    &.bg-white {
        &:hover {
            color: #000
        }
    }
    &:before {
        background-color: #f6502c;
        border-radius: 35px;
        content: "";
        height: 100%;
        left: 50%;
        position: absolute;
        top: 0;
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        transition: .3s ease-in-out;
        width: 100%;
        z-index: -1
    }
    &.aae-secondary-btn {
        &:before {
            background-color: hsla(0, 0%, 100%, .03)
        }
    }
    &:hover:before {
        -ms-transform: translate(-50%, -97%);
        transform: translate(-50%, -97%);
        width: 50%
    }
}

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

.footer-container {
    margin: auto
}

.aae-footer-area {
    padding-top: 120px;
    -webkit-margin-start: 20px;
    margin-inline-start: 20px;
    -webkit-margin-end: 20px;
    background-color: #1a1a1a;
    border-radius: 30px;
    margin-inline-end: 20px;
    @media (max-width: 991px) {
        padding-top:60px;
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        -webkit-margin-end: 0;
        margin-inline-end: 0
    }
    p {
        margin: 0 0 25px;
        @media (max-width: 768px) {
            margin-bottom:10px
        }
    }
}

.aae-footer-inner {
    padding-bottom: 80px;
    padding-left: 180px;
    @media (min-width: 1400px) and (max-width:1500px) {
        padding-left:80px
    }
    @media (max-width:1401px) {
        padding-left: 20px;
        padding-right: 20px
    }
    @media (max-width:991px) {
        padding-bottom: 60px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.aae-footer-about-left {
    background-color: hsla(0, 0%, 100%, .02);
    border-radius: 16px;
    max-width: 597px;
    padding: 40px;
    @media (max-width: 991px) {
        max-width:100%
    }
    @media (max-width:768px) {
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px
    }
}

.aae-footer-logo {
    padding-bottom: 96px;
    @media (max-width: 991px) {
        padding-bottom:40px
    }
}

.aae-footer-abtitle {
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    line-height: .65;
    margin-bottom: 30px;
    @media (max-width: 1201px) {
        font-size:50px
    }
    @media (max-width:991px) {
        font-size: 40px
    }
    @media (max-width:768px) {
        font-size: 32px
    }
}

.aae-footer-form-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 137px;
    align-items: center;
    gap: 30px;
    grid-template-columns: 1fr 137px;
    input {
        border-bottom: 1px solid #636363;
        font-size: 24px;
        font-weight: 400;
        line-height: 1;
        padding: 20px 0;
        @media (max-width: 768px) {
            font-size:16px;
            padding-bottom: 10px;
            padding-left: 0;
            padding-right: 0;
            padding-top: 10px
        }
        &:-ms-input-placeholder {
            color: #999;
            text-transform: capitalize
        }
        &::placeholder {
            color: #999;
            text-transform: capitalize
        }
    }
}

@media (max-width:768px) {
    .aae-footer-form-wrapper {
        -ms-grid-columns: 1fr 110px;
        gap: 15px;
        grid-template-columns: 1fr 110px
    }
}

.aae-arrow-bottom-right {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    gap: 4px;
    line-height: 1;
    margin-bottom: -10px;
    text-transform: capitalize;
    img {
        @media (max-width: 768px) {
            width:16px
        }
    }
    @media (max-width:768px) {
        font-size: 16px;
        gap: 5px
    }
    &:hover {
        color: #f6502c
    }
}

.aae-footer-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 597px 1fr;
    gap: 100px;
    grid-template-columns: 597px 1fr;
    @media (max-width: 768px) {
        gap:35px
    }
}

@media (max-width:1201px) {
    .aae-footer-inner {
        -ms-grid-columns: .5fr 1fr;
        gap: 50px;
        grid-template-columns: .5fr 1fr
    }
}

@media (max-width:991px) {
    .aae-footer-inner {
        -ms-grid-columns: 1fr;
        gap: 50px;
        grid-template-columns: 1fr
    }
}

.aae-footer-end {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}

.aae-footer-abtitle {
    img {
        display: inline-block;
        position: relative;
        top: 18px;
        @media (max-width: 991px) {
            max-width:58px
        }
        @media (max-width:768px) {
            max-width: 40px;
            top: 10px
        }
    }
}

.aae-footer-list-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.006em;
    line-height: 1;
    @media (max-width: 768px) {
        font-size:16px
    }
}

.aae-footer-list {
    display: flex;
    flex-direction: column;
    gap: 29px;
    min-width: 140px;
    @media (max-width: 768px) {
        gap:20px
    }
}

.aae-footer-ritem {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 70px;
    -webkit-border-start: 1px solid #2c2c2c;
    border-inline-start: 1px solid #2c2c2c;
    -webkit-border-end: 1px solid #2c2c2c;
    border-inline-end: 1px solid #2c2c2c;
    &:last-child {
        border: 0
    }
    @media (max-width:991px) {
        align-items: start;
        border: 0;
        gap: 50px
    }
}

.aae-footer-listitem {
    display: flex;
    flex-direction: column;
    gap: 16px;
    @media (max-width: 768px) {
        gap:12px
    }
    &.social {
        gap: 20px;
        img {
            @media (max-width: 768px) {
                width:15px
            }
        }
        @media (max-width:768px) {
            gap: 15px
        }
    }
    li {
        a {
            align-items: center;
            color: #999;
            display: flex;
            font-size: 16px;
            font-weight: 400;
            gap: 10px;
            line-height: 1;
            @media (max-width: 768px) {
                font-size:14px
            }
            &:hover {
                color: var(--white)
            }
        }
    }
}

.wcf-scroll-to-top.scroll-to-circle {
    display: none
}

.aae-header-area.aae-is-style-transparent {
    background-color: rgba(0, 0, 0, 0)
}

.aae-header-area.aae-is-style-transparent .aae-logo-light {
    display: none
}

.aae-header-area.aae-is-style-dark {
    background-color: #202020
}

.aae-header-area.aae-is-style-dark .aae-logo-light {
    display: none
}

.aae-header-area.aae-is-style-dark .aae-navigation-menu>li>a {
    color: var(--white)
}

.aae-header-area.aae-is-style-dark .aae-primary-btn {
    border: 1px solid rgba(0, 0, 0, 0);
    color: var(--white);
    overflow: hidden
}

.aae-header-area.aae-is-style-dark .aae-primary-btn:hover {
    border-color: #f6502c;
    color: var(--white)
}

.aae-header-area.aae-is-style-light {
    background-color: var(--white)
}

.aae-header-area.aae-is-style-light .aae-logo-dark {
    display: none
}

.aae-header-area.aae-is-style-light .aae-navigation-menu>li.menu-item-has-children>a:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjYiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODIxIDEuNTIgNC45MzIgNS4zMjZhLjYyLjYyIDAgMCAxLS44NjQgMEwuMTc5IDEuNTJhLjU5LjU5IDAgMCAxIDAtLjg0Ni42Mi42MiAwIDAgMSAuODY0IDBMNC41IDQuMDU3IDcuOTU3LjY3NWEuNjIuNjIgMCAwIDEgLjg2NCAwIC41OS41OSAwIDAgMSAwIC44NDYiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-size: 100% 100%;
    content: "";
    filter: brightness(0);
    height: 7px;
    width: 10px
}

.aae-header-area.aae-is-style-light .aae-login-btn,
.aae-header-area.aae-is-style-light .aae-navigation-menu>li>a {
    color: var(--black-2)
}

.aae-header-area.aae-is-style-light .aae-primary-btn {
    border: 1px solid rgba(0, 0, 0, 0);
    color: var(--white);
    overflow: hidden
}

.aae-header-area.aae-is-style-light .aae-primary-btn:hover {
    border-color: #f6502c;
    color: var(--black-2)
}

.aae-mobile-menu-area.aae-is-style-dark,
.aae-mobile-menu.aae-is-style-dark {
    background-color: #202020
}

.aae-mobile-menu-area.aae-is-style-dark .aae-logo-light,
.aae-mobile-menu.aae-is-style-dark .aae-logo-light {
    display: none
}

.aae-mobile-menu-area.aae-is-style-dark .aae-login-btn,
.aae-mobile-menu-area.aae-is-style-dark .aae-mobile-menu svg,
.aae-mobile-menu.aae-is-style-dark .aae-login-btn,
.aae-mobile-menu.aae-is-style-dark .aae-mobile-menu svg {
    color: var(--white)
}

.aae-mobile-menu-area.aae-is-style-light,
.aae-mobile-menu.aae-is-style-light {
    background-color: var(--white)
}

.aae-mobile-menu-area.aae-is-style-light .aae-logo-dark,
.aae-mobile-menu.aae-is-style-light .aae-logo-dark {
    display: none
}

.aae-mobile-menu-area.aae-is-style-light .aae-login-btn,
.aae-mobile-menu-area.aae-is-style-light .aae-mobile-menu svg,
.aae-mobile-menu.aae-is-style-light .aae-login-btn,
.aae-mobile-menu.aae-is-style-light .aae-mobile-menu svg {
    color: var(--black-2)
}