@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Figtree:ital,wght@0,300..900;1,300..900&family=Sriracha&display=swap');

@font-face {
    font-family: ppfragment;
    src: url("../fonts/PPFragment-GlareLight.otf") format('opentype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: DMSans_18pt;
    src: url("../fonts/DMSans_18pt-Light.ttf") format('truetype');
    font-weight: 300;
    font-display: swap;
}

:root {
    --font_primary: "Figtree", sans-serif;
    --font_ppfragment: "ppfragment";
    --font_oswald: "Oswald";
    --font_dmsans18: "DMSans_18pt";
    --primary: #f6502c;
    --secondary: #2c2c2c;
    --black-2: #202020;
    --white: #ffffff;
    --primary-color-baner: #000000;
    --orange-color: #F6502C;
    --yellow-color: #FFE60F;
    --light-blue: #BEE913;
}

.font-body {
    font-family: var(--font_primary)
}
.font-heading-dmsans h1,
.font-heading-dmsans h2,
.font-heading-dmsans h3,
.font-heading-dmsans h4,
.font-heading-dmsans h5,
.font-heading-dmsans h6 {
    font-family: var(--font_primary)
}

.custom-container {
    max-width: 1640px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .custom-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.custom-container-2 {
    max-width: 1540px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .custom-container-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.section-padding {
    padding-top: 160px;
    padding-bottom: 160px;
}

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

@media only screen and (max-width: 767px) {
    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.section-padding-top {
    padding-top: 160px;
}

@media only screen and (max-width: 1199px) {
    .section-padding-top {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding-top {
        padding-top: 50px;
    }
}

.section-padding-bottom {
    padding-bottom: 160px;
}

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

@media only screen and (max-width: 767px) {
    .section-padding-bottom {
        padding-bottom: 60px;
    }
}

.section-title-wrapper {
    text-align: center;
}

.section-title-wrapper .section-text {
    font-size: 380px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--white);
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to top, #202020 0%, #2a2a2a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    z-index: -2;
}

@media only screen and (max-width: 1399px) {
    .section-title-wrapper .section-text {
        top: 0;
    }
}

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

@media only screen and (max-width: 767px) {
    .section-title-wrapper .section-text {
        font-size: 90px;
    }
}

.section-title {
    font-size: 70px;
    font-family: var(--font_dmsans18) !important;
    font-weight: 300;
    line-height: 1.14;
    color: var(--white) !important;
    letter-spacing: -.7px;
    max-width: 1340px;
    margin: 0 auto;
    word-spacing: -5px;
}

@media only screen and (max-width: 991px) {
    .section-title br {
        display: none;
    }
}

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

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

@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 32px;
    }
}

.aae-description p span {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}

.pos-static {
    position: static !important;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    transition: 0.3s ease-in-out;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s ease-in-out;
}

input,
textarea,
select {
    border: none;
    outline: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav.main-menu li {
    position: relative;
}

.dark-mode {
    background-color: var(--black-2);
    color: #fff;
}

.light .dark-mode {
    background-color: #f6f6fa;
    color: #555;
}

.light .dark-mode h1,
.light .dark-mode h2,
.light .dark-mode h3,
.light .dark-mode h4,
.light .dark-mode h5,
.light .dark-mode h6 {
    color: #3f4061;
}

.dark-mode p {
    color: #bbbcd2;
}

.light .dark-mode p {
    color: #555;
}

.aae-home {
    color: #f5ede9;
}

.aae-home h1,
.aae-home h2,
.aae-home h3,
.aae-home h4,
.aae-home h5,
.aae-home h6 {
    color: #f5ede9;
}

.aae-home p {
    color: #999;
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    max-width: 965px;
    margin: 0 auto;
}

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

.wcf__slider.swiper-container {
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    .aae-home p br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .aae-home p {
        font-size: 16px;
    }
    .aae-mobile-logo img {
        max-width: 140px;
    }
}