

/* ======================================================== */
/* FONTS */
/* ======================================================== */


@font-face {
    font-family: "BowlbyOneSC";
    src: url(../fonts/BowlbyOneSC.ttf);
    font-display: swap;
}

@font-face {
    font-family: "FuturaHeavy";
    src: url(../fonts/FuturaHeavy.ttf);
    font-display: swap;
}

@font-face {
    font-family: "FuturaExtra";
    src: url(../fonts/Futura\ Extra\ Bold.otf);
    font-display: swap;
}

@font-face {
    font-family: "LuckiestGuy";
    src: url(../fonts/LuckiestGuy.ttf);
    font-display: swap;
}

/* ======================================================== */
/* ROOT */
/* ======================================================== */

:root { 
    scroll-behavior: smooth;
    --headingFont1: "LuckiestGuy";
    --headingFont2: "FuturaHeavy";
    --headingShadowColor: #322838;
    --rowMaxWidth: 1440px;
    --textYellow: #FFCB26;
    --textYellowMuted: #DAD2B6;
    --textRedMuted: #FED49F;
    --bodyTextWhite: #E6D9C9;
    --bodyTextSize: 24px;
    --bodyLineHeight: 30px;
    --skyColor: #2593D7;
}

/* ======================================================== */
/* DEFAULTS */
/* ======================================================== */

body,
html {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

img{
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

h1, h2, h3, h4, h5, h6, p, span{
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

span{
    font-family: var(--headingFont2);
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #8d6110;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--textYellow);
}

h1{
    margin: 0;
    padding: 0;
    font-family: var(--headingFont1);
    text-transform: uppercase;
    font-size: 64px;
    line-height: 60px;
    color: var(--textYellow);
    /* background: #FFCB26;
    background: linear-gradient(to bottom, #FFCB26 0%, #C0991D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

h2{
    margin: 0;
    padding: 0;
    font-family: var(--headingFont1);
    /* text-transform: uppercase; */
    font-size: 48px;
    line-height: 42px;
    color: var(--textYellowMuted);
}

h3{
    font-size: 32px;
}

h4{
    font-size: 24px;
}

h5{
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-shadow: rgb(50, 40, 56) 3px 0px 0px, rgb(50, 40, 56) 2.83487px 0.981584px 0px, rgb(50, 40, 56) 2.35766px 1.85511px 0px, rgb(50, 40, 56) 1.62091px 2.52441px 0px, rgb(50, 40, 56) 0.705713px 2.91581px 0px, rgb(50, 40, 56) -0.287171px 2.98622px 0px, rgb(50, 40, 56) -1.24844px 2.72789px 0px, rgb(50, 40, 56) -2.07227px 2.16926px 0px, rgb(50, 40, 56) -2.66798px 1.37182px 0px, rgb(50, 40, 56) -2.96998px 0.42336px 0px, rgb(50, 40, 56) -2.94502px -0.571704px 0px, rgb(50, 40, 56) -2.59586px -1.50383px 0px, rgb(50, 40, 56) -1.96093px -2.27041px 0px, rgb(50, 40, 56) -1.11013px -2.78704px 0px, rgb(50, 40, 56) -0.137119px -2.99686px 0px, rgb(50, 40, 56) 0.850987px -2.87677px 0px, rgb(50, 40, 56) 1.74541px -2.43999px 0px, rgb(50, 40, 56) 2.44769px -1.73459px 0px, rgb(50, 40, 56) 2.88051px -0.838247px 0px;
}

h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: var(--headingFont1);
    text-transform: uppercase;
    font-size: 48px;
    line-height: 42px;
    color: var(--textYellowMuted);
}

.test{
    background: #ff00002c;
    border: 4px solid rgba(255, 0, 0, 0.548);
    border-radius: 1rem;
}

.row{
    max-width: 1440px;
}

.hidden{
    display: none;
}

.d-flex{
    display: flex;
}

.d-block{
    display: block;
}

.m-0-auto{
    margin: 0 auto !important;
}

/* ======================================================== */
/* MAIN STYLING */
/* ======================================================== */

.main-hero{
    display: flex;
    justify-content: center;
    background-image: url(../img/overhaul/hero-clouds-bg.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 720px;
    max-height: 912px;
}

.main-hero .row{
    position: relative;
}

.ava-logo{
    position: relative;
    z-index: 2;
    margin: 0 auto;
    height: 272px;
    width: 100%;
    max-width: 992px;
    object-fit: contain;
    object-position: center;
}

.sun-ray{
    opacity: 0.5;
    top: -32rem;
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    animation-name: spin;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.blue-gradient{
    margin-top: -120px;
    background: linear-gradient(180deg, #2593d700 0%, #2593D7 100%);
    width: 100%;
    height: 120px;
}

.squircle{
    border-radius: 24% 24% 24% 24% / 24% 24% 24% 24%;
    background-color: #fff;
    position: absolute;
    height: 154px;
    width: 154px;
    margin: 0 auto;
}

.creeps-art{
    z-index: 5;
}

.black-container{
    margin-top: -2px;
    position: relative;
    width: 100%;
    height: 5rem;
    background: #000;
}

.black-gradient{
    z-index: 1;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(180deg, #00000000 0%, #000 100%);
    width: 100%;
    height: 170px;
}

.black-gradient.high{
    height: 320px;
}

.black-gradient.top{
    margin-top: -2px;
    transform: scaleY(-1);
    top: 0;
    bottom: unset;
}

.main-banner{
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    margin-top: -4rem;
    height: 528px;
    display: flex;
    justify-content: center;
    background-image: url(../img/overhaul/sunset-bridge-land-bg.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 3rem;
    border: 5px solid #EBA720;
}

.hero-creep-group{
    position: absolute;
    bottom: 0;
    object-fit: contain;
    object-position: center;
    width: 100%;
    left: -10%;
}

.hero-pillow-group{
    z-index: 1;
    position: absolute;
    bottom: 0;
    object-fit: contain;
    object-position: center;
    right: -12%;
}

.hero-main-text{
    z-index: 3;
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    animation-name: grow;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.main-banner .black-gradient{
    border-radius: 3rem;
}

.sky-box{
    background-color: #2593D7;
    width: 100%;
    height: 170px;
}

.sky-box.bottom{
    margin: -2px 0;
    height: 120px;
}

.hero-main-text h2{
    /* color: #fff; */
    letter-spacing: 2px !important;
    text-shadow: 0px 0px 0 rgb(-42,-42,0),
                 0px 1px 0 rgb(-85,-85,0),
                 0px 2px 0 rgb(-127,-127,0),
                 0px 3px 0 rgb(-170,-170,0),
                 0px 4px 0 rgb(-212,-212,0),
                 0px 5px 0 rgb(-255,-255,0),
                 0px 6px  0 rgb(-297,-297,0),
                 0px 7px 6px rgba(0,0,0,0.66),
                 0px 7px 1px rgba(0,0,0,0.5),
                 0px 0px 6px rgba(0,0,0,.2);
}

.heading-ribbon h1,
.heading-ribbon h2{
    width: 100%;
    position: relative;
}

.ava-heading h1::after,
.ava-heading h2::after,
.heading-ribbon h1::after,
.heading-ribbon h2::after{
    width: max-content;
    text-align: center;
    text-shadow: none;
    background: linear-gradient(to bottom, #ffec6f 0%, #ffc815 50%, #ff8e15 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    content: attr(data-content);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ava-heading h1::before,
.ava-heading h2::before,
.heading-ribbon h1::before,
.heading-ribbon h2::before{
    width: max-content;
    content: attr(data-content);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 0 rgb(-42,-42,0),
                 0px 1px 0 rgb(-85,-85,0),
                 0px 2px 0 rgb(-127,-127,0),
                 0px 3px 0 rgb(-170,-170,0),
                 0px 4px 0 rgb(-212,-212,0),
                 0px 5px 0 rgb(-255,-255,0),
                 0px 6px  0 rgb(-297,-297,0),
                 0px 7px 6px rgba(0,0,0,0.66),
                 0px 7px 1px rgba(0,0,0,0.5),
                 0px 0px 6px rgba(0,0,0,.2) !important;
}

.heading-ribbon.reverse h1::before,
.heading-ribbon.reverse h1::after{
    transform: translate(-50%, -3.3rem) !important;
}

.heading-ribbon.reverse h2::before,
.heading-ribbon.reverse h2::after{
    transform: translate(-50%, -0.7rem) !important;
}

.ava-heading h2::after,
.ava-heading h2::before,
.heading-ribbon h2::after,
.heading-ribbon h2::before{
    transform: translate(-50%, -3rem) !important;
    background: linear-gradient(to bottom, #fffbe5 50%, #ffc68a 100%, #ffc68a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heading-ribbon.single h1::before,
.heading-ribbon.single h1::after{
    transform: translate(-50%, -90%) !important;
}

.ava-heading h2::after{
    transform: translate(-50%, -4rem) !important;
}

.ava-heading.text-left h1::after,
.ava-heading.text-left h1::before{
    left: 0 !important;
    transform: translate(0%, -4rem) !important;
}

.ava-heading.text-left h2::after,
.ava-heading.text-left h2::before{
    left: 0 !important;
    transform: translate(0%, -6.5rem) !important;
}

.hero-main-text h1,
.hero-main-text h2{
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: -0.5rem;
    text-shadow: none;
}

.hero-main-text h1::after,
.hero-main-text h2::after{
    background: linear-gradient(to bottom, #ffffff 0%, #b7b7b7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    content: attr(data-content);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.hero-main-text h1::before,
.hero-main-text h2::before{
    content: attr(data-content);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 0px 0px 0 rgb(-42,-42,0),
                 0px 1px 0 rgb(-85,-85,0),
                 0px 2px 0 rgb(-127,-127,0),
                 0px 3px 0 rgb(-170,-170,0),
                 0px 4px 0 rgb(-212,-212,0),
                 0px 5px 0 rgb(-255,-255,0),
                 0px 6px  0 rgb(-297,-297,0),
                 0px 7px 6px rgba(0,0,0,0.66),
                 0px 7px 1px rgba(0,0,0,0.5),
                 0px 0px 6px rgba(0,0,0,.2) !important;
}

.hero-main-text h1::before,
.hero-main-text h1::after{
    width: 100%;
    top: 2.5rem;
}

.hero-button-group{
    z-index: 1;
    position: absolute;
    bottom: -5%;
    display: flex;
}

a.ava-btn.disabled,
button.ava-btn.disabled{
    pointer-events: none;
    filter: grayscale(100%) brightness(0.3) contrast(0.8);
}

a.ava-btn.disabled .part2,
button.ava-btn.disabled .part2{
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    -webkit-user-drag: none; /* Safari */
    -ms-user-drag: none; /* IE 10 and IE 11 */
    user-drag: none; /* Standard syntax */
    text-shadow: none !important;
    color: rgb(48, 48, 48) !important;
}

a.ava-btn{
    text-decoration: none;
}

a.ava-btn,
button.ava-btn{
    position: relative;
    z-index: 3;
    margin: 0.2rem;
    display: flex;
    border: 0;
    padding: 0;
    background-color: #322838;
    -webkit-box-shadow: 0px 41px 89px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 41px 89px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 41px 89px 4px rgba(0,0,0,0.75);
    border-radius: 0.9rem;
    transition: all 0.1s ease-out;
}

.small.ava-btn{
    width: max-content;
    box-shadow: none;
}

a.ava-btn:hover,
button.ava-btn:hover{
    filter: brightness(1.2);
    transform: scale(1.04);
}

a.ava-btn-square:active,
a.ava-btn:active,
button.ava-btn-square:active,
button.ava-btn:active{
    transform: scale(0.95) translateY(3px);
}

a.ava-btn .part1,
a.ava-btn .part2,
a.ava-btn .part3,
button.ava-btn .part1,
button.ava-btn .part2,
button.ava-btn .part3{
    width: 100%;
    height: 70px;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    text-shadow: rgb(50, 40, 56) 3px 0px 0px, rgb(50, 40, 56) 2.83487px 0.981584px 0px, rgb(50, 40, 56) 2.35766px 1.85511px 0px, rgb(50, 40, 56) 1.62091px 2.52441px 0px, rgb(50, 40, 56) 0.705713px 2.91581px 0px, rgb(50, 40, 56) -0.287171px 2.98622px 0px, rgb(50, 40, 56) -1.24844px 2.72789px 0px, rgb(50, 40, 56) -2.07227px 2.16926px 0px, rgb(50, 40, 56) -2.66798px 1.37182px 0px, rgb(50, 40, 56) -2.96998px 0.42336px 0px, rgb(50, 40, 56) -2.94502px -0.571704px 0px, rgb(50, 40, 56) -2.59586px -1.50383px 0px, rgb(50, 40, 56) -1.96093px -2.27041px 0px, rgb(50, 40, 56) -1.11013px -2.78704px 0px, rgb(50, 40, 56) -0.137119px -2.99686px 0px, rgb(50, 40, 56) 0.850987px -2.87677px 0px, rgb(50, 40, 56) 1.74541px -2.43999px 0px, rgb(50, 40, 56) 2.44769px -1.73459px 0px, rgb(50, 40, 56) 2.88051px -0.838247px 0px;
}

.small.ava-btn .part1,
.small.ava-btn .part2,
.small.ava-btn .part3{
    height: 55px;
}

.small.ava-btn .part2{
    font-size: 24px;
}

.small.ava-btn .part1,
.small.ava-btn .part3{
    width: 24px;
}

a.ava-btn .part1,
.ava-btn .part1{
    width: 31px;
    background-image: url(../img/overhaul/primary-button-part1.webp);
}

a.ava-btn .part2,
button.ava-btn .part2{
    font-family: var(--headingFont2);
    font-size: 32px;
    text-transform: uppercase;
    color: var(--textRedMuted);
    display: flex;
    align-items: center;
    margin-left: -2px;
    margin-right: -2px;
    width: max-content;
    background-repeat: repeat-x;
    background-image: url(../img/overhaul/primary-button-part2.webp);
}

a.ava-btn .part3,
button.ava-btn .part3{
    width: 31px;
    background-image: url(../img/overhaul/primary-button-part3.webp);
}

.social-icons-wrapper{
    position: fixed;
    left: 3%;
    top: 0;
    z-index: 5;
    background-image: url(../img/overhaul/ava-chain-vertical.webp);
    background-size: contain;
    background-position: center;
    background-repeat: repeat-y;
    display: flex;
    justify-content: flex-end;
    height: 250px;
    flex-direction: column;
    width: max-content;
}

.social-icons-wrapper .ava-btn-square{
    margin-top: 1rem;
}

.ava-btn-square{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    height: 79px;
    width: 79px;
    background-color: transparent;
    background-image: url(../img/overhaul/ava-btn-square.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    transition: all 0.1s ease-out;
}

.ava-btn-square img{
    margin-top: -0.4rem;
}

.clouds-wrapper{
    position: absolute;
    /* background-color: red; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clouds-wrapper img{
    object-fit: contain;
    object-position: center;
    max-height: 132px;
    filter: blur(0.1rem);
}

.land-section .clouds-wrapper img{
    z-index: 1;
    box-shadow: 0 232px 72px 0 #00000087;
}

.cloud-0{
    top: 10%;
    position: absolute;
    right: 0;
    animation: cloud-0 134s linear infinite;
}

.cloud-1{
    top: 50%;
    position: absolute;
    right: 20%;
    animation: cloud-1 154s linear infinite;
}

.cloud-2{
    top: 0%;
    position: absolute;
    right: 10%;
    animation: cloud-2 132s linear infinite;
}

.cloud-3{
    top: 30%;
    position: absolute;
    right: 50%;
    animation: cloud-3 130s linear infinite;
}

.cloud-4{
    top: -4%;
    position: absolute;
    right: 0%;
    animation: cloud-4 92s linear infinite;
}

@keyframes cloud-0 {
    0% {
        opacity: 0;
        right: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        right: 100%;
        opacity: 0;
    }
}

@keyframes cloud-1 {
    0% {
        opacity: 0;
        right: 20%;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        right: 100%;
        opacity: 0;
    }
}

@keyframes cloud-2 {
    0% {
        opacity: 0;
        right: 10%;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        right: 100%;
        opacity: 0;
    }
}

@keyframes cloud-3 {
    0% {
        opacity: 0;
        right: 50%;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        right: 100%;
        opacity: 0;
    }
}

@keyframes cloud-4 {
    0% {
        opacity: 0;
        right: 0%;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        right: 100%;
        opacity: 0;
    }
}

.ava-progress-section{
    margin-top: -2rem;
    border-left: 0;
    border-right: 0;
    padding: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--skyColor);
    /* box-shadow: 0px 12px 32px 4px rgba(0,0,0,0.32);
    background: #EE9300;
background: radial-gradient(circle, rgba(238, 147, 0, 1) 50%, rgba(125, 81, 0, 1) 100%);
    border: 4px solid #ffffffa7; */
}

.ava-progress-section .heading-ribbon h1{
    margin-top: -4rem;
}

.progress-container{
    margin-top: -4rem;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 850px;
}

.thumbnails-container{
    position: relative;
    display: flex;
    width: 100%;
    max-width: 850px;
    margin-top: 4rem;
}

.thumbnails-container .item{
    width: 100%;
    margin: 0.4rem;
    height: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    filter: grayscale(70%) contrast(0.6) brightness(0.6) blur(0.5px);
}

.thumbnails-container .item.completed,
.thumbnails-container .item.ongoing{
    filter: none;
}

.thumbnails-container .item .thumb-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnails-container .item .name .crossout{
    z-index: 2;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%) rotate(72deg);
    position: absolute;
    /* display: flex; */
    width: 4px;
    height: 112px;
    background: #ffffff;
    box-shadow: 3px 2px 0px 0px rgba(0,0,0,1.0);
}

.progress-frame .item .crossout{
    z-index: 2;
    top: -0.5rem;
    left: 50%;
    transform: translateX(-50%) rotate(72deg);
    position: absolute;
    /* display: flex; */
    width: 4px;
    height: 112px;
    background: #ffe054;
    box-shadow: 3px 2px 0px 0px rgba(0,0,0,1.0);
}

img.active-ray{
    position: absolute;
    object-fit: contain;
    object-position: center;
    display: flex;
    height: 520px;
    animation: spinning-active-item 12s linear infinite;
}

.thumbnails-container .item .thumb-wrapper .frame{
    padding: 0.7rem;
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 115px;
    height: 130px;
    justify-content: center;
    border-radius: 1.4rem;
    background: #FFD900;
    background: transparent !important;
/* background: linear-gradient(180deg, rgba(255, 217, 0, 1) 0%, rgba(191, 118, 0, 1) 100%);
    box-shadow: 0px -12px 0px -1px rgba(53,33,0,0.5) inset, 
    0px 12px 32px 4px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px -12px 0px -1px rgba(53,33,0,0.5) inset, 
    0px 12px 32px 4px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px -12px 0px -1px rgba(53,33,0,0.5) inset, 
    0px 12px 32px 4px rgba(0,0,0,0.35); */
}

.thumbnails-container .item .thumb-wrapper .frame .gradient-bg{
    display: flex;
    width: 100%;
    height: calc(100% - 0.7rem);
    background: #171a24;
    background: transparent !important;
/* background: linear-gradient(0deg, rgba(23, 26, 36, 1) 0%, rgba(45, 51, 64, 1) 72%);
    border-radius: 0.8rem; */
}

.thumbnails-container .item .thumb-wrapper .frame .gradient-bg:nth-child(1){
    background: #1A4200;
background: linear-gradient(0deg, rgba(26, 66, 0, 1) 0%, rgba(20, 153, 0, 1) 100%);
}


.thumbnails-container .item:nth-child(2) .thumb-wrapper .frame .gradient-bg{
    background: #0C003A;
background: linear-gradient(0deg, rgba(12, 0, 58, 1) 0%, rgba(146, 38, 192, 1) 100%);
}

.thumbnails-container .item:nth-child(3) .thumb-wrapper .frame .gradient-bg{
    background: #003965;
background: linear-gradient(0deg, rgba(0, 57, 101, 1) 0%, rgba(0, 119, 255, 1) 100%);
}

.thumbnails-container .item:nth-child(4) .thumb-wrapper .frame .gradient-bg{
    background: #850B0D;
background: linear-gradient(0deg, rgba(133, 11, 13, 1) 0%, rgba(245, 74, 102, 1) 100%);
}

.thumbnails-container .item .thumb-wrapper .frame img{
    object-fit: contain;
    object-position: center;
    position: absolute;
    display: flex;
    height: 120px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -15%) scale(1.0);
}

.thumbnails-container .item.ongoing{
    animation: zoom-in-out 2s ease-in-out infinite;
}

@keyframes zoom-in-out {
    0% {
        transform:scale(1.0);
    }
    50% {
        transform:scale(1.1);
    }
    100% {
        transform:scale(1.0);
    }
}

.thumbnails-container .item span.name{
    position: relative;
    position: relative;
    margin-top: -1rem;
    z-index: 2;
    font-family: "LuckiestGuy";
    color: #fff;
    font-size: 32px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0px 0px 0 rgb(-42,-42,0),
                 0px 1px 0 rgb(-85,-85,0),
                 0px 2px 0 rgb(-127,-127,0),
                 0px 3px 0 rgb(-170,-170,0),
                 0px 4px 0 rgb(-212,-212,0);
}


.progress-container .progress-frame{
    z-index: 1;
    position: absolute;
    bottom: 1rem;
    border-radius: 1.2rem;
    width: 100%;
    background-color: #0000007e;
    backdrop-filter: blur(2rem);
    /* border: 4px solid #ffffffa5; */
    /* box-shadow: 0px 4px 7px 4px rgba(0,0,0,0.45); */
}

.progress-container span.progress-main-text{
    text-align: center;
    position: relative;
    font-family: "LuckiestGuy";
    font-size: 44px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    font-family: var(--headingFont1);
    text-transform: uppercase;
    color: var(--textYellow);
    margin: 0px;
    padding: 0px;
}

.progress-container span.progress-main-text::after{
    width: max-content;
    text-align: center;
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    content: attr(data-content);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(rgb(255, 236, 111) 0%, rgb(255, 200, 21) 50%, rgb(255, 142, 21) 100%) text;
}

.progress-container span.progress-main-text::before{
    width: max-content;
    content: attr(data-content);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: rgb(0, 0, 0) 0px 0px 0px, rgb(0, 0, 0) 0px 1px 0px, rgb(0, 0, 0) 0px 2px 0px, rgb(0, 0, 0) 0px 3px 0px, rgb(0, 0, 0) 0px 4px 0px, rgb(0, 0, 0) 0px 5px 0px, rgb(0, 0, 0) 0px 6px 0px, rgba(0, 0, 0, 0.66) 0px 7px 6px, rgba(0, 0, 0, 0.5) 0px 7px 1px, rgba(0, 0, 0, 0.2) 0px 0px 6px !important;
}

.progress-container .progress-frame .dividers{
    border-radius: 0.7rem;
    z-index: 3;
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
}

.progress-container .progress-frame .dividers .item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-right: 3px solid rgba(255, 255, 255, 0.2); */
    width: 100%;
    height: 100%;
    /* box-shadow: 2px 0px 0px 1px rgba(0,0,0,0.3);
-webkit-box-shadow: 2px 0px 0px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 2px 0px 0px 1px rgba(0,0,0,0.3); */
}

.progress-container .progress-frame .dividers .item:last-child{
    border-right: 0;
    box-shadow: none;
}

.progress-container .progress-frame .dividers .item .checkbox{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    height: 30px;
    width: 30px;
    border: 3px solid #ffffff5a;
    background-color: #0000007b;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.45);

    background-image: url(../img/overhaul/ava-site-progress-unchecked.webp);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}

.progress-container .line{
    z-index: 1;
    top: -3.6rem;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    height: 44px;
    width: 4px;
}

.progress-container .progress-frame .dividers .item.ongoing .checkbox{
    background-image: url(../img/overhaul/ongoing-graphic-anim.gif);
    background-position: center;
    background-size: contain;
}

.progress-container .progress-frame .dividers .item span.label.gray{
    filter: grayscale(100%) brightness(0.6) contrast(0.6) blur(0.5px);
}

.progress-container .progress-frame .dividers .item span.label{
    position: absolute;
    bottom: -3rem;
    font-family: "Futura";
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    text-shadow: -1px 4px 6px rgba(0,0,0,0.6);
}

.progress-container .progress-frame .dividers .item span.label{
    text-align: center;
    position: relative;
    font-family: "LuckiestGuy";
    font-size: 32px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    font-family: var(--headingFont1);
    text-transform: uppercase;
    color: var(--textYellow);
    margin: 0px;
    padding: 0px;
}

.progress-container .progress-frame .dividers .item span.label::after{
    width: max-content;
    text-align: center;
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    content: attr(data-content);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(rgb(255, 236, 111) 0%, rgb(255, 200, 21) 50%, rgb(255, 142, 21) 100%) text;
}

.progress-container .progress-frame .dividers .item span.label::before{
    width: max-content;
    content: attr(data-content);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: rgb(0, 0, 0) 0px 0px 0px, rgb(0, 0, 0) 0px 1px 0px, rgb(0, 0, 0) 0px 2px 0px, rgb(0, 0, 0) 0px 3px 0px, rgb(0, 0, 0) 0px 4px 0px, rgb(0, 0, 0) 0px 5px 0px, rgb(0, 0, 0) 0px 6px 0px, rgba(0, 0, 0, 0.66) 0px 7px 6px, rgba(0, 0, 0, 0.5) 0px 7px 1px, rgba(0, 0, 0, 0.2) 0px 0px 6px !important;
}

/* .progress-container .item.checked span.label{
    color: #73ff00 !important;
}

.progress-container .item.ongoing span.label{
    color: #fff200 !important;
} */

.progress-container .progress-frame .dividers .item .checkbox img{
    display: none;
}

.progress-container .progress-frame .dividers .item.checked .checkbox img{
    display: block;
}

.progress-container .progress-frame .dividers .item.checked .checkbox{
    border-color: #FFE100;
}

.progress-container .progress-frame .bar{
    margin: 0.4rem;
    position: relative;
    border-radius: 0.7rem;
    padding: 0.3rem;
    height: 37px;
    width: 47%;
    background: #FFE86A;
    background: linear-gradient(180deg, #FFE86A 0%, #F36600 100%);
}

.progress-container .progress-frame .bar .shine{
    display: none;
    border-radius: 0.5rem;
    height: 100%;
    width: 100%;
    background: #ffffff;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0) 100%);
}

.land-section{
    position: relative;
    display: flex;
    background-color: #2593D7;
    background-image: url(../img/overhaul/ava-site-land.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 0;
    padding-bottom: 30%;
}

.land-section-animation{
    z-index: 1;
    position: absolute;
    display: flex;
    background-image: url(../img/overhaul/ava-new-land-anim.gif);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.land-section .heading-ribbon{
    margin-top: 20%;
}

.heading-ribbon{
    position: relative;
    z-index: 3;
    display: flex;
    width: 100%;
    max-width: 426px;
    height: 200px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../img/overhaul/ava-heading-ribbon.webp);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

.heading-ribbon.medium{
    height: 150px;
}

.heading-ribbon h2{
    text-align: center;
    margin-top: -4rem;
    font-size: 32px;
    line-height: 30px;
}

.heading-ribbon h1{
    text-align: center;
    font-size: 50px;
    line-height: 45px;
}

.heading-ribbon.single h1{
    margin-top: -4rem;
}

.ava-desc{
    position: relative;
    z-index: 2;
    max-width: 520px;
    margin: 0 auto;
    display: flex;
    padding: 2rem;
    border-radius: 1rem;
    border: 4px solid #EBA720;
    background-color: #000000c4;
}

.ava-desc-box{
    margin-top: -4rem;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ava-desc-box .part1,
.ava-desc-box .part2,
.ava-desc-box .part3{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 564px;
    height: 122px;
}

.ava-desc-box .part1{
    background-position: bottom;
    background-image: url(../img/overhaul/ava-text-container-part1.webp);
}

.ava-desc-box .part2{
    display: flex;
    justify-content: center;
    margin: -2px 0;
    height: 100%;
    background-image: url(../img/overhaul/ava-text-container-part2.webp);
    background-repeat: repeat-y;
}

.ava-desc-box .part3{
    background-position: top;
    background-image: url(../img/overhaul/ava-text-container-part3.webp);
}

.desc-box span,
.desc span,
.ava-desc-box .part2 span{
    position: relative;
    display: flex;
    padding: 0 0.5rem;
    width: 100%;
    max-width: 420px;
    font-size: var(--bodyTextSize);
    line-height: var(--bodyLineHeight);
    font-family: var(--headingFont2);
    color: var(--bodyTextWhite);
    text-shadow: rgb(50, 40, 56) 3px 0px 0px, rgb(50, 40, 56) 2.83487px 0.981584px 0px, rgb(50, 40, 56) 2.35766px 1.85511px 0px, rgb(50, 40, 56) 1.62091px 2.52441px 0px, rgb(50, 40, 56) 0.705713px 2.91581px 0px, rgb(50, 40, 56) -0.287171px 2.98622px 0px, rgb(50, 40, 56) -1.24844px 2.72789px 0px, rgb(50, 40, 56) -2.07227px 2.16926px 0px, rgb(50, 40, 56) -2.66798px 1.37182px 0px, rgb(50, 40, 56) -2.96998px 0.42336px 0px, rgb(50, 40, 56) -2.94502px -0.571704px 0px, rgb(50, 40, 56) -2.59586px -1.50383px 0px, rgb(50, 40, 56) -1.96093px -2.27041px 0px, rgb(50, 40, 56) -1.11013px -2.78704px 0px, rgb(50, 40, 56) -0.137119px -2.99686px 0px, rgb(50, 40, 56) 0.850987px -2.87677px 0px, rgb(50, 40, 56) 1.74541px -2.43999px 0px, rgb(50, 40, 56) 2.44769px -1.73459px 0px, rgb(50, 40, 56) 2.88051px -0.838247px 0px;
}

.col-desc{
    display: flex;
    max-width: 620px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.desc-box{
    display: flex;
    align-items: flex-start;
    margin: 1rem 0;
    z-index: 2;
    position: relative;
}

.desc-box img{
    object-fit: contain;
    object-position: center;
    height: 72px;
}

.desc-box span{
    margin-top: rem;
    max-width: unset;
}

.intro-sliders-section{
    width: 100%;
    height: max-content;
    z-index: 1;
    position: relative;
    padding: 5rem 1rem;
    background-color: #000;
    background-image: url(../img/overhaul/bridge-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.intro-sliders-section .ava-heading{
    margin-top: -7rem;
}

.gifs-container{
    margin: 4rem 0;
    display: flex;
    height: max-content;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.intro-sliders-section .item{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0.4rem;
}

.intro-sliders-section .item .top{
    display: flex;
    align-items: center;
    width: 332px;
    height: 50px;
    position: relative !important;
    background-image: url(../img/overhaul/slider-frame-top.webp);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.gifs-container .desc span.title{
    display: unset !important;
    height: 44px;
}

.gifs-container .desc p{
    display: none;
}

.intro-sliders-section .item .body{
    margin-top: -0.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 332px;
    height: 100%;
    padding: 1rem;
    position: relative !important;
    background-image: url(../img/overhaul/slider-frame-body.webp);
    background-size: contain;
    background-position: top center;
    background-repeat: repeat-y;
}

.intro-sliders-section .item .body button{
    margin-top: 2rem !important;
}

.intro-sliders-section .item .bottom{
    display: flex;
    align-items: center;
    width: 332px;
    height: 50px;
    position: relative !important;
    background-image: url(../img/overhaul/slider-frame-bottom.webp);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -2rem;
}

.intro-sliders-section .item img{
    margin-top: -1.5rem;
    width: 100%;
    max-width: 270px;
    position: relative !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 1rem;
    border: 4px solid #ffa600;
    -webkit-box-shadow: 0px 41px 89px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 41px 89px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 41px 89px 4px rgba(0,0,0,0.2);
}

.intro-sliders-section .item img.thumb{
    filter: grayscale(100%) brightness(0.2) contrast(0.8);
    top: 1rem !important;
    position: absolute !important;
    transition: all 0.3s ease-in-out;
}

.intro-sliders-section .item img.thumb:hover{
    opacity: 0;
}

.airdrop-section .black-gradient{
    height: 470px;
}

.airdrop-section .ava-desc-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.airdrop-section .ava-desc-box span:not(.small-text){
    color: var(--textYellow);
    display: block !important;
    text-align: center !important;
}

.small-text{
    text-align: center !important;
    font-size: 18px !important;
    line-height: 20px !important;
}

.gifs-container .chains{
    top: 0;
    position: absolute !important;
    border: 0 !important;
    margin: 0 auto !important;
}

.intro-sliders-section .item .desc{
    margin-top: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    width: 100%;
    max-width: 425px;
    position: relative !important;
}

.intro-sliders-section .item .desc span{
    font-family: var(--headingFont1);
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 1rem;
}

.intro-sliders-section .item .desc p{
    position: relative;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    font-family: var(--headingFont2);
    color: #FFD59F;
    text-shadow: rgb(50, 40, 56) 2px 0px 0px, rgb(50, 40, 56) 1.75517px 0.958851px 0px, rgb(50, 40, 56) 1.0806px 1.68294px 0px, rgb(50, 40, 56) 0.141474px 1.99499px 0px, rgb(50, 40, 56) -0.832294px 1.81859px 0px, rgb(50, 40, 56) -1.60229px 1.19694px 0px, rgb(50, 40, 56) -1.97998px 0.28224px 0px, rgb(50, 40, 56) -1.87291px -0.701566px 0px, rgb(50, 40, 56) -1.30729px -1.5136px 0px, rgb(50, 40, 56) -0.421592px -1.95506px 0px, rgb(50, 40, 56) 0.567324px -1.91785px 0px, rgb(50, 40, 56) 1.41734px -1.41108px 0px, rgb(50, 40, 56) 1.92034px -0.558831px 0px;
}

.main-video-section{
    width: 100%;
    z-index: 1;
    position: relative;
    padding: 5rem 1rem;
    background-color: #000;
    background-image: url(../img/overhaul/space-bg-var1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-video-section .ava-heading{
    margin-top: -15rem;
}

.video-wrapper{
    position: relative;
    display: flex;
    width: 100%;
}

.ava-heading{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.video-art{
    z-index: 1;
    position: absolute;
    width: 100%;
    max-width: 520px;
    object-fit: cover;
    object-position: center;
}

.video-art.ravager{
    object-position: top;
    height: 100%;
    transform: rotate(-12deg);
    left: -7%;
    top: 0;
}

.video-art.falcon{
    transform: rotate(12deg);
    right: -7%;
    top: 12%;
}

.main-video{
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    margin-top: 2rem;
    max-width: 796px;
    height: 450px;
    border-radius: 2rem;
    border: 4px solid #212A39;
    background-color: #151b24;
}

.airdrop-section{
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 1;
    position: relative;
    padding: 1rem;
    background-color: #000;
    background-image: url(../img/overhaul/cinematic-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: center;
    background-attachment: fixed;
}

.importance-legend{
    width: 100%;
    max-width: 860px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 12rem;
    background-color: #000000c4;
    border-radius: 1.4rem;
    padding: 0.5rem 2rem;
    border: 2px solid #ffffff14;
    box-shadow: 0px 4px 17px 4px rgba(0,0,0,0.45);
}

.importance-legend .item{
    display: flex;
    align-items: center;
}

.importance-legend .item img{
    object-fit: contain;
    object-position: center;
    width: 44px;
}

.importance-legend .item .label{
    object-fit: contain;
    object-position: center;
    font-family: "LuckiestGuy";
    color: #DAD2B6;
    font-size: 20px;
}

.airdrop-main-center{
    z-index: 2;
    margin: 0 auto;
    margin-top: 15rem;
    height: max-content;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1080px;
}

.airdrop-main-center .ava-btn{
    position: absolute;
    bottom: 0;
}

.ava-logo-frame{
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1.7rem;
    object-fit: contain;
    object-position: center;
    height: 312px;
    animation: spinning-ava-logo-frame 24s linear infinite;
}

.airdrop-main-center img.tower-spinning-ray{
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15.7rem;
    z-index: 2;
    object-fit: contain;
    object-position: center;
    height: 772px;
    animation: spinning-ava-ray-yellow 24s linear infinite !important;
}

.airdrop-main-center img.airdrop-ava-logo{
    z-index: 3;
    object-fit: contain;
    object-position: center;
    height: 272px;
    margin-bottom: -6rem;
    animation: enlarge-ava-logo 4s ease-in-out infinite;
}

.airdrop-main-center .heading-ribbon{
    max-width: 348px;
}

.airdrop-main-center .heading-ribbon h2{
    margin-top: -5.4rem;
}

.chain-group{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 320px;
    top: 0;
    left: 0;
}

.chain-group .thumbnail{
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.chain-group .thumbnail img.importance{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -2rem;
    animation: emphasis 1s ease-in-out infinite;
}

@keyframes emphasis {
    0% {
        transform: translateX(-50%) scale(1.0);
    }
    50% {
        transform: translateX(-50%) scale(1.1) rotate(12deg);
    }
    100% {
        transform: translateX(-50%) scale(1.0);
    }
}

@keyframes emphasis2 {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.1) rotate(-2deg);
    }
    100% {
        transform: scale(1.0);
    }
}

.chain-group .thumbnail span.caption{
    text-align: center;
    line-height: 24px;
    max-width: 250px;
    margin-top: -3rem;
    font-family: "LuckiestGuy";
    color: #DAD2B6;
    font-size: 32px;
    text-shadow: 0px 0px 0 rgb(-42,-42,0),
                 0px 1px 0 rgb(-85,-85,0),
                 0px 2px 0 rgb(-127,-127,0),
                 0px 3px 0 rgb(-170,-170,0),
                 0px 4px 0 rgb(-212,-212,0);
}

.chain-group .chain{
    z-index: 1;
    width: 100%;
    height: 22px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
    object-position: center;
    background-image: url(../img/overhaul/single-chain-2.webp);
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
}

@keyframes move-chain {
    0%{
        background-position: 0% 0%;
    }
    100%{
        background-position: 100% 0%;
    }
}

@keyframes move-chain-reverse {
    0%{
        background-position: 100% 0%;
    }
    100%{
        background-position: 0% 0%;
    }
}

.chain-group.circle-1{
    top: -10rem;
    left: -1rem;
}

.chain-group.circle-1 .chain{
    margin-left: 12rem;
    transform: rotate(25deg) translateX(-50%);
    bottom: -5rem;
    animation: move-chain 2s linear infinite;
}

.chain-group.circle-2{
    top: 4rem;
    left: -6rem;
}

.chain-group.circle-2 .chain{
    margin-left: 12rem;
    animation: move-chain 2s linear infinite;
}

.chain-group.circle-3{
    top: unset;
    left: -1rem;
    bottom: -5rem;
}

.chain-group.circle-3 .chain{
    margin-left: 12rem;
    transform: rotate(-25deg) translateX(-50%);
    top: -5rem;
    animation: move-chain 2s linear infinite;
}

.chain-group.circle-4{
    top: -10rem;
    left: unset;
    right: -1rem;
}

.chain-group.circle-4 .chain{
    margin-right: 12rem;
    left: unset;
    right: 50%;
    transform: rotate(-25deg) translateX(50%);
    bottom: -4rem;
    animation: move-chain-reverse 2s linear infinite;
}

.chain-group.circle-5{
    top: 4rem;
    left: unset;
    right: -6rem;
}

.chain-group.circle-5 .chain{
    bottom: 5rem;
    margin-left: 0;
    margin-right: -5rem;
    left: unset;
    right: 50%;
    animation: move-chain-reverse 2s linear infinite;
}

.chain-group.circle-6{
    top: unset;
    left: unset;
    right: -1rem;
    bottom: -6.5rem;
}

.chain-group.circle-6 .chain{
    margin-right: 12rem;
    left: unset;
    right: 50%;
    transform: rotate(25deg) translateX(50%);
    top: -5rem;
    animation: move-chain-reverse 2s linear infinite;
}

.tower-skins-section{
    margin-top: -2px;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 5rem 1rem;
    padding-top: 15%;
    padding-bottom: 20%;
    background: rgb(0,0,0);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: padding-box;
    -webkit-box-shadow: 0px 41px 89px 4px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 41px 89px 4px rgba(0,0,0,0.4);
    box-shadow: 0px 41px 89px 4px rgba(0,0,0,0.4);
}

.tower-skins-section .container{
    margin-bottom: -10%;
}

.tower-slider{
    position: relative;
    max-width: 420px;
    height: 420px !important;
}

.tower-spinning-ray{
    z-index: 0;
    position: absolute;
    left: 50%;
    top: -7rem;
    transform: translateX(-50%) rotate(0deg) scale(2.2);
    animation: spinning-ray 12s linear infinite !important;
}

.swiper-button-prev:after{
    height: 72px;
    width: 32px;
    content: ' ';
    color: transparent !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/overhaul/slider-arrow-prev.webp);
}

.swiper-button-next:after{
    height: 72px;
    width: 32px;
    content: ' ';
    color: transparent !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/overhaul/slider-arrow-next.webp);
}

.tower-wrapper{
    position: relative;
    display: flex;
    transform: scale(1.0);
}

.tower-skins-section .swiper{
    margin-top: -10rem;
}

.tower-slider-dome .swiper-slide:nth-child(2){
    transform: scale(1.2) !important;
}

.tower-wrapper .item{
    padding: 1rem;
    position: relative !important;
    display: flex;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 32px;
}

.tower-wrapper .item .black-gradient{
    border-radius: 30px;
}

.flowchart-section{
    width: 100%;
    z-index: 1;
    position: relative;
    padding: 12rem 1rem;
    background-color: #000;
    background-image: url(../img/overhaul/galaxy-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.flowchart-lightbox{
    display: none;
    align-items: center;
    z-index: 4;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
}

.flowchart-lightbox .flowchart-box .close-btn{
    z-index: 2;
    position: absolute;
    top: -2rem;
    right: -1.5rem;
    cursor: pointer;
}

.flowchart-lightbox .flowchart-box{
    position: relative;
    border-radius: 2rem;
    border: 4px solid #FFA822;
    width: 100%;
    max-width: 960px;
    height: 70%;
    background: #2F252E;
}

.flowchart-lightbox .flowchart-box .frame{
    padding: 2rem;
    position: relative;
    border-radius: 2rem;
    width: 100%;
    height: 100%;
    background: transparent;
    overflow: scroll;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    box-shadow: inset 0px 0px 72px 12px rgba(0, 0, 0, 0.8);
}

.flowchart-lightbox .flowchart-box img{
    z-index: 7;
    object-fit: contain;
    object-position: center;
    max-width: 1280px;
}

.flowchart-lightbox .flowchart-box::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.flowchart-section .ava-btn{
    display: none;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flowchart-section button.ava-btn:hover{
    transform: translate(-50%, -50%);
}

img.flowchart{
    margin: 0 auto;
    max-width: 1280px;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

.founders-nft-section{
    margin-top: -2px;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 5rem 1rem;
    background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(43, 0, 87, 1) 51%, rgba(0, 0, 0, 1) 100%);
}

.founders-nft-section span.subtitle{
    display: block;
    margin: 0 auto;
    text-align: center;
    font-family: "LuckiestGuy";
    font-size: 32px;
    line-height: 30px;
    color: #ece3d8;
    text-shadow: rgb(50, 40, 56) 3px 0px 0px, rgb(50, 40, 56) 2.83487px 0.981584px 0px, rgb(50, 40, 56) 2.35766px 1.85511px 0px, rgb(50, 40, 56) 1.62091px 2.52441px 0px, rgb(50, 40, 56) 0.705713px 2.91581px 0px, rgb(50, 40, 56) -0.287171px 2.98622px 0px, rgb(50, 40, 56) -1.24844px 2.72789px 0px, rgb(50, 40, 56) -2.07227px 2.16926px 0px, rgb(50, 40, 56) -2.66798px 1.37182px 0px, rgb(50, 40, 56) -2.96998px 0.42336px 0px, rgb(50, 40, 56) -2.94502px -0.571704px 0px, rgb(50, 40, 56) -2.59586px -1.50383px 0px, rgb(50, 40, 56) -1.96093px -2.27041px 0px, rgb(50, 40, 56) -1.11013px -2.78704px 0px, rgb(50, 40, 56) -0.137119px -2.99686px 0px, rgb(50, 40, 56) 0.850987px -2.87677px 0px, rgb(50, 40, 56) 1.74541px -2.43999px 0px, rgb(50, 40, 56) 2.44769px -1.73459px 0px, rgb(50, 40, 56) 2.88051px -0.838247px 0px;
}

.founders-nft-section span.highlight{
    font-family: "LuckiestGuy";
    font-size: 55px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    animation: emphasis2 2s ease-in-out infinite;
}

.founders-nft-section span.highlight::after{
    text-align: center;
    text-shadow: none;
    background: linear-gradient(to bottom, #ffec6f 0%, #ffc815 50%, #ff8e15 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    content: attr(data-content);
    position: absolute;
    max-width: 540px;
}

.founders-nft-section span.highlight::before{
    max-width: 540px;
    text-align: center;
    content: attr(data-content);
    position: absolute;
    text-shadow: 0px 0px 0 rgb(-42,-42,0),
                 0px 1px 0 rgb(-85,-85,0),
                 0px 2px 0 rgb(-127,-127,0),
                 0px 3px 0 rgb(-170,-170,0),
                 0px 4px 0 rgb(-212,-212,0),
                 0px 5px 0 rgb(-255,-255,0),
                 0px 6px  0 rgb(-297,-297,0),
                 0px 7px 6px rgba(0,0,0,0.66),
                 0px 7px 1px rgba(0,0,0,0.5),
                 0px 0px 6px rgba(0,0,0,.2) !important;
}

.founders-nft-section img.nft-group{
    object-fit: contain;
    object-position: center;
    width: 100%;
    margin-top: 10%;
}

.founders-nft-section .desc{
    max-width: 420px;
    margin: 0 auto;
}

.founders-nft-section button{
    margin-top: 4rem !important;
}

.founders-nft-section ul{
    margin-top: 9rem;
    padding-left: 0;
}

.founders-nft-section ul li{
    display: flex;
    align-items: center;
    text-align: left;
    list-style: none;
    font-family: "Futura";
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-shadow: rgb(50, 40, 56) 3px 0px 0px, rgb(50, 40, 56) 2.83487px 0.981584px 0px, rgb(50, 40, 56) 2.35766px 1.85511px 0px, rgb(50, 40, 56) 1.62091px 2.52441px 0px, rgb(50, 40, 56) 0.705713px 2.91581px 0px, rgb(50, 40, 56) -0.287171px 2.98622px 0px, rgb(50, 40, 56) -1.24844px 2.72789px 0px, rgb(50, 40, 56) -2.07227px 2.16926px 0px, rgb(50, 40, 56) -2.66798px 1.37182px 0px, rgb(50, 40, 56) -2.96998px 0.42336px 0px, rgb(50, 40, 56) -2.94502px -0.571704px 0px, rgb(50, 40, 56) -2.59586px -1.50383px 0px, rgb(50, 40, 56) -1.96093px -2.27041px 0px, rgb(50, 40, 56) -1.11013px -2.78704px 0px, rgb(50, 40, 56) -0.137119px -2.99686px 0px, rgb(50, 40, 56) 0.850987px -2.87677px 0px, rgb(50, 40, 56) 1.74541px -2.43999px 0px, rgb(50, 40, 56) 2.44769px -1.73459px 0px, rgb(50, 40, 56) 2.88051px -0.838247px 0px;
}

.founders-nft-section ul li::before{
    content: '';
    display: inline-block;
    height: 32px;
    width:  32px;
    background-image: url(../img/overhaul/bullet-check.webp);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 32px;
}

.founders-nft-section ul li span{
    text-align: left;
}

.pvp-mode-section{
    width: 100%;
    z-index: 1;
    position: relative;
    padding: 5rem 1rem;
    padding-bottom: 0;
    background-color: #000;
    background-image: url(../img/overhaul/elven-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pvp-mode-section .heading-ribbon h1{
    margin-top: -4rem;
}

.pvp-mode-section .heading-ribbon h2{
    margin-top: 0;
}

.pvp-mode-section h4{
    text-align: left;
    margin-top: 0.8rem;
    margin-left: 1rem;
}

.pvp-mode-section .row{
    margin-top: -16%;
}

.yellow-gradient{
    z-index: 1;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 43%;
    background: transparent;
}

.yellow-gradient.top{
    top: 0;
}

.pvp-mode-section .heading-ribbon{
    margin-top: 0%;
}

.phone-wrapper{
    display: flex;
    align-items: flex-end;
    position: relative;
}

.phone-video{
    width: 100%;
    height: calc(100% - 320px);
    object-fit: cover;
    object-position: top;
    margin: 0 auto;
    margin-top: 5rem;
    border-radius: 6rem;
    background-color: #1D191A;
    border: 8px solid #3E3636;
}

.phone-renders{
    object-fit: contain;
    object-position: top;
    max-width: 960px;
    margin-top: 12rem;
    margin-left: -20%;
}

.screen-wrapper{
    z-index: 1;
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-top: 12rem;
}

.phone-island{
    position: absolute;
    top: 6.4rem;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    background-color: #000;
    width: 100%;
    height: 57px;
    max-width: 30%;
    margin: 0 auto;
    border-radius: 5rem;
}

.phone-screen{
    position: relative;
    z-index: -1;
    display: block;
    width: 100%;
    height: calc(100% - 320px);
    object-fit: cover;
    object-position: top;
    margin: 0 auto;
}

.creeps-section{
    width: 100%;
    z-index: 1;
    position: relative;
    padding: 5rem 1rem;
    padding-bottom: 10%;
    background-color: #000;
    background-image: url(../img/overhaul/creeps-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.creeps-section .heading-ribbon{
    margin-top: 5rem;
}

.double-chain{
    z-index: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    max-width: 370px;
}

.heading-stars{
    z-index: 1;
    position: absolute;
    top: -2rem;
    width: 100%;
    max-width: 120px;
}

.creeps-deck-graphic{
    object-fit: contain;
    object-position: top;
    margin-left: -1.5rem;
    margin-top: -1rem;
    width: 100%;
    transform: scale(1.1);
    max-width: 370px;
}

.creeps-deck-frame{
    margin-top: -7rem;
    margin-bottom: 5rem;
}

.creeps-deck-frame .part2{
    margin-bottom: -2rem;
}

.qr-code{
    object-fit: contain;
    object-position: center;
    height: 232px;
    position: relative;
    z-index: 3;
    display: block;
    margin: 0 auto;
    margin-top: 12%;
    padding: 1rem;
    border-radius: 2rem;
    border: 4px solid #ffffff0a;
    backdrop-filter: blur(2rem);
}

.seer{
    display: none;
    transform: rotate(25deg);
    position: absolute;
    z-index: 2;
    top: -12%;
    left: -8rem;
}

.seer.animated{
    top: 0%;
    left: -20rem;
}

.stickler-group{
    position: absolute;
    z-index: 2;
    top: -20%;
    left: 0;
}

.swiftwing{
    transform: rotate(-25deg);
    position: absolute;
    z-index: 2;
    top: 5%;
    right: -7rem;
}

.swiftwing.animated{
    max-width: 812px;
    top: -32%;
    right: -17rem;
}

.drakthar{
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -7rem;
}

.drakthar.animated{
    bottom: -7rem;
    left: -17rem;
}

.stampede-art{
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: -7rem;
}

.stampede-art.animated{
    bottom: -7rem;
    right: -17rem;
}

.videos-collection-section{
    width: 100%;
    z-index: 1;
    position: relative;
    padding: 5rem 1rem;
    padding-bottom: 10%;
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ======================================================== */
/* SWIPER */
/* ======================================================== */


.ava-video-collection{
    position: relative;
    display: flex;
    height: 100%;
    margin-top: 4rem;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    height: auto !important;
    text-align: center;
    font-size: 18px;
    align-items: center;
}

.swiper-slide.item .tower-name{
    z-index: 2;
    max-width: 320px;
    position: absolute;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 35px;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    font-family: "LuckiestGuy";
    color: #fff;
    text-shadow: 0px 0px 0 rgb(-42,-42,0),
                 0px 1px 0 rgb(-85,-85,0),
                 0px 2px 0 rgb(-127,-127,0),
                 0px 3px 0 rgb(-170,-170,0),
                 0px 4px 0 rgb(-212,-212,0);
}

.swiper-slide.item img{
    object-fit: contain;
    object-position: center;
}

.swiper-slide.item .tower-name span.title{
    font-family: "LuckiestGuy";
    color: #fff;
    font-size: 32px;
    margin-bottom: -2rem;
}

.swiper-slide .videos-wrapper{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 4rem;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ava-video-collection iframe{
    max-width: 320px;
    height: 172px;
    border-radius: 1.5rem;
    margin: 0.5rem;
    border: 4px solid #212A39;
    background-color: #151b24;
}

.swiper-pagination{
    bottom: 0 !important;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #c07300;
}

.autoplay-progress svg {
    opacity: 0.1;
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #c07300;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.swiper-pagination-bullet{
    opacity: 0.1 !important;
    margin: 0 0.7rem !important;
    height: 12px !important;
    width: 12px !important;
    background: #c07300 !important;
    transition: opacity 0.3s ease-in-out !important;
}

.swiper-pagination-bullet-active{
    opacity: 1.0 !important;
}

footer{
    border: 0 !important;
    margin-top: -2px !important;
}

footer .container{
    border: 0 !important;
}

/* ======================================================== */
/* ANIMATIONS */
/* ======================================================== */

@keyframes enlarge-ava-logo {
    0% { 
        transform: scale(1.0);
    }
    50%   { 
        transform: scale(0.9);
    }
    100%   { 
        transform: scale(1.0);
    }
}

@keyframes spinning-ava-logo-frame {
    0% { 
        transform: translateX(-50%) rotate(0deg);
    }
    100%   { 
        transform: translateX(-50%) rotate(360deg);
    }    
}

@keyframes spinning-ava-ray-yellow {
    0% { 
        transform: translateX(-50%) rotate(360deg);
    }
    100%   { 
        transform: translateX(-50%) rotate(0deg);
    }    
}

@keyframes spinning-active-item {
    0% { 
        transform: rotate(0deg);
    }
    100%   { 
        transform: rotate(360deg);
    }    
}

@keyframes spinning-ray {
    0% { 
        transform: translateX(-50%) rotate(0deg) scale(2.2);
    }
    100%   { 
        transform: translateX(-50%) rotate(360deg) scale(2.2);
    }    
}

@keyframes spin {
    0% { 
        transform: translateX(-50%) rotate(0deg);
    }
    100%   { 
        transform: translateX(-50%) rotate(360deg);
    }    
}

@keyframes grow {
    0% { 
        transform: rotate(-5deg) scale(1.0);
    }
    50%  { 
        transform: rotate(-5deg) scale(1.1);
    }
    100%   { 
        transform: rotate(-5deg) scale(1.0);
    }    
}

@keyframes floating1 {
    0% { 
        transform: translateY(-0%) scale(1.0);
    }
    50%  { 
        transform: translateY(-5%) scale(1.0);
    }
    100%   { 
        transform: translateY(-0%) scale(1.0);
    }    
}

@keyframes floating2 {
    0% { 
        transform: translateY(-3%) scale(1.0) rotate(33deg);
    }
    50%  { 
        transform: translateY(-8%) scale(1.0) rotate(33deg);
    }
    100%   { 
        transform: translateY(-3%) scale(1.0) rotate(33deg);
    }    
}

@keyframes floating3 {
    0% { 
        transform: translateY(-4%) scale(1.0) rotate(12deg);
    }
    50%  { 
        transform: translateY(5%) scale(1.0) rotate(12deg);
    }
    100%   { 
        transform: translateY(-4%) scale(1.0) rotate(12deg);
    }    
}


/* ======================================================== */
/* BREAKPOINTS */
/* ======================================================== */

@media screen and (max-width: 1200px) {

    .phone-renders{
        margin-top: 0rem;
    }

    .sun-ray{
        top: -20rem;
    }

    .phone-screen{
        height: calc(100% - 120px);
        margin-top: 0;
    }

    .pvp-mode-section .row{
        margin-top: 0;
    }

    .swiper-slide .videos-wrapper{
        justify-content: center;
        max-width: 980px;
    }

}

@media screen and (max-width: 992px) {

    .progress-container span.progress-main-text{
        font-size: 32px;
        line-height: 30px;
    }

    .sun-ray{
        top: -12rem;
    }

    .main-banner{
        height: 320px;
    }

    .hero-creep-group{
        object-fit: cover;
        object-position: center;
        width: 100%;
        margin: 0 auto;
        left: 0;
    }

    .hero-pillow-group{
        position: absolute;
        bottom: 0;
        width: 170px;
        object-fit: contain;
        object-position: center;
        right: -4%;
    }

    .hero-button-group{
        bottom: -10%;
    }

    button.ava-btn .part1,
    button.ava-btn .part2,
    button.ava-btn .part3{
        height: 80px;
        width: 35px;
    }

    button.ava-btn .part2{
        font-size: 32px;
        width: max-content;
    }

    .main-video-section .ava-heading{
        margin-top: -5%;
    }

    .pvp-mode-section{
        padding-bottom: 20%;
    }

    .pvp-mode-section .heading-ribbon{
    }

    .yellow-gradient{
        height: 30%;
    }

    .col-desc{
        justify-content: flex-start;
    }

    .phone-screen{
        height: 100%;
        max-height: 920px;
        object-fit: contain;
        object-position: bottom;
        margin-bottom: 10%;
        margin-top: 10%;
    }

    .screen-wrapper{
        margin-top: 0;
        margin-bottom: 5rem;
    }

    .ava-heading h2,
    .ava-heading h1{
        display: flex;
        text-align: center;
        justify-content: center;
    }

    .creeps-art{
        display: none;
    }

    .col-desc {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {

    .progress-container .progress-frame .dividers .item span.label{
        bottom: -3rem;
        font-size: 27px;
    }
    
    .progress-container span.progress-main-text::after,
    .progress-container span.progress-main-text::before{
        width: 90%;
    }

    .flowchart-section .ava-btn{
        display: flex;
    }

    .flowchart-section{
        padding: 5rem 1rem;
        padding-bottom: 12rem;
    }

    .flowchart-section .heading-ribbon {
        height: 127px;
    }

    img.flowchart{
        margin-top: 4rem;
        filter: blur(0.15rem);
    }

    .airdrop-main-center .ava-btn {
        bottom: 4rem;
    }

    .tower-slider{
        height: unset !important;
    }

    .founders-nft-section img.nft-group{
        margin-top: 0;
    }

    .importance-legend{
        margin-top: 2rem;
    }

    .airdrop-main-center{
        margin-top: 12rem;
    }
    
    .ava-logo-frame{
        top: -1.5rem;
        height: 212px;
    }
    
    .airdrop-main-center img.tower-spinning-ray{
        height: 672px;
    }
    
    .airdrop-main-center img.airdrop-ava-logo{
        z-index: 3;
        object-fit: contain;
        object-position: center;
        height: 172px;
        margin-bottom: -4rem;
        animation: enlarge-ava-logo 4s ease-in-out infinite;
    }
    
    .airdrop-main-center .heading-ribbon{
        max-width: 248px;
    }
    
    .airdrop-main-center .heading-ribbon h2{
        margin-top: -6.4rem;
        font-size: 24px;
        line-height: 20px;
    }
    
    .airdrop-main-center .heading-ribbon h1{
        margin-top: -1rem;
        font-size: 32px;
        line-height: 30px;
    }
    
    .chain-group{
        max-width: unset;
    }
    
    .chain-group.circle-1 {
        top: -5rem;
        left: -10rem;
    }
    
    .chain-group.circle-2 {
        top: 3rem;
        left: -12rem;
    }
    
    .chain-group.circle-3 {
        top: unset;
        left: -10rem;
        bottom: 0;
    }
    
    .chain-group.circle-4 {
        top: -5rem;
        left: unset;
        right: -10rem;
    }
    
    .chain-group.circle-5 {
        top: 3rem;
        left: unset;
        right: -12rem;
    }
    
    .chain-group.circle-6 {
        top: unset;
        left: unset;
        right: -10rem;
        bottom: 0;
    }
    
    .chain-group .chain{
        display: none;
    }

    .chain-group .thumbnail img.frame{
        height: 132px;
    }
    
    .chain-group .thumbnail img.importance{
        height: 55px;
        top: -1rem;
    }

    .chain-group .thumbnail span.caption{
        display: none;
    }

    .airdrop-section {
        display: flex;
        flex-direction: column;
        width: 100%;
        z-index: 1;
        position: relative;
        padding: 1rem;
        padding-bottom: 5rem;
    }

    /* //////////////////////////////// */

    .importance-legend{
        width: unset;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .importance-legend .item{
        display: flex;
        align-items: center;
        margin: 0.4rem;
    }
    
    .importance-legend .item img{
        width: 20px;
    }
    
    .importance-legend .item .label{
        font-size: 14px;
    }

    .tower-skins-section .swiper{
        margin-top: 0;
    }

    .pvp-mode-section h4{
        font-size: 32px;
    }

    .tower-skins-section .desc{
        margin-top: 8rem;
    }

    .ava-heading.text-left h1::after,
    .ava-heading.text-left h1::before{
        left: 50% !important;
        transform: translate(-50%, 50%) !important;
    }

    .ava-heading.text-left h2::after,
    .ava-heading.text-left h2::before{
        left: 50% !important;
        transform: translate(-50%, -10%) !important;
    }

    .blue-gradient{
        margin-top: -282px;
    }

    .phone-renders{
        margin-left: 0%;
        margin-top: 0;
        max-width: 720px;
    }

    .sun-ray{
        top: -33%;
    }

    .row{
        width: unset !important;
    }
    
    .ava-logo{
        height: 132px;
    }

    .main-banner{
        margin-top: 0;
        border-radius: 2rem;
    }

    .hero-main-text{
        justify-content: center;
        top: -2rem;
        bottom: unset;
    }

    .hero-button-group{
        bottom: -16%;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    .desc{
        width: 100%;
    }

    .desc span{
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    button.ava-btn{
        width: max-content;
    }

    .hero-main-text h2{
        font-size: 32px;
        line-height: 32px;
    }

    .hero-main-text h1{
        font-size: 40px;
        line-height: 37px;
    }

    .hero-pillow-group{
        display: none;
    }

    .hero-creep-group {
        height: 332px;
        margin: 0 auto;
        object-position: 64% 0;
        border-radius: 1.7rem;
    }
    
    .main-banner .black-gradient {
        border-radius: 1.7rem;
    }

    .tower-skins-section{
        border-radius: 0;
    }

    .tower-wrapper{
        margin-top: 7rem;
    }

    .pvp-mode-section{
        margin-top: 0;
    }

    .pvp-mode-section .heading-ribbon{
        margin-top: 0;
    }

    .yellow-gradient{
        height: 20%;
    }
    
    .phone-video{
        border-radius: 5rem;
    }

    .phone-island{
        top: 6.4rem;
        height: 50px;
    }

    .swiper-slide .videos-wrapper{
        max-width: 100%;
    }

    .ava-video-collection iframe{
        width: 100%;
        max-width: 100%;
        height: 300px;
    }
    
    .desc-box{
        margin: 0;
    }
}

@media screen and (max-width: 480px) {

    .progress-container .progress-frame .dividers .item span.label{
        bottom: -3rem;
        font-size: 27px;
    }

    .clouds-wrapper img{
        max-height: 72px;
    }

    .founders-nft-section{
        margin-top: 0;
    }

    .founders-nft-section .desc {
        max-width: 320px;
    }

    .tower-skins-section{
        padding-top: 10rem;
    }

    .progress-container{
        margin-top: -1rem;
    }

    .hero-main-text h2::before, .hero-main-text h2::after{
        font-size: 27px;
        width: 100%;
    }

    .hero-main-text h1,
    .hero-main-text h1::before, .hero-main-text h1::after{
        margin-top: -0.5rem;
    }

    .tower-skins-section .swiper {
        margin-top: -4rem;
    }

    .importance-legend {
        margin-top: 7rem;
    }

    .airdrop-main-center .ava-btn {
        bottom: -4rem;
    }

    .founders-nft-section ul {
        margin-top: 7rem;
    }

    .founders-nft-section ul li{
        font-size: 17px;
    }

    .founders-nft-section span.highlight::before,
    .founders-nft-section span.highlight::after
    {
        font-size: 37px;
        line-height: 40px;
    }

    .desc-box span, .desc span, .ava-desc-box .part2 span{
        font-size: 20px;
        line-height: 20px;
    }

    .airdrop-section {
        background-attachment: unset;
        padding-bottom: 0;
    }

    .airdrop-main-center{
        margin-top: 7rem;
    }
    
    .ava-logo-frame{
        top: -0.7rem;
        height: 132px;
    }
    
    .airdrop-main-center img.tower-spinning-ray{
        top: -10rem;
        height: 432px;
    }

    .chain-group .thumbnail img.importance {
        height: 32px;
        top: -0.6rem;
    }
    
    .chain-group.circle-1 {
        top: -4rem;
        left: -6rem;
    }
    
    .chain-group.circle-2 {
        top: 1rem;
        left: -9rem;
    }
    
    .chain-group.circle-3 {
        top: unset;
        left: -6rem;
        bottom: 1.5rem;
    }
    
    .chain-group.circle-4 {
        top: -4rem;
        left: unset;
        right: -6rem;
    }
    
    .chain-group.circle-5 {
        top: 1rem;
        left: unset;
        right: -9rem;
    }
    
    .chain-group.circle-6 {
        top: unset;
        left: unset;
        right: -6rem;
        bottom: 1.5rem;
    }

    .chain-group .thumbnail img.frame {
        height: 92px;
    }

    .airdrop-main-center .heading-ribbon{
        max-width: 172px;
    }

    .airdrop-main-center .heading-ribbon h2{
        font-size: 16px;
        margin-top: -7rem !important;
    }

    .airdrop-main-center .heading-ribbon h1{
        font-size: 20px;
        margin-top: -0.4rem !important;
    }
    
    .airdrop-main-center img.airdrop-ava-logo{
        z-index: 3;
        object-fit: contain;
        object-position: center;
        height: 112px;
        margin-bottom: -2.5rem;
        animation: enlarge-ava-logo 4s ease-in-out infinite;
    }

    .main-video-section{
        padding-bottom: 5rem;
    }

    .progress-container .line{
        top: -3rem;
    }

    .thumbnails-container .item .name .crossout{
        width: 2px;
        height: 72px;
        top: -1.4rem;
    }

    .desc-box img{
        height: 50px;
    }

    .pvp-mode-section h4{
        margin-top: 0.2rem;
    }

    .phone-renders {
        margin-left: -40%;
    }

    .tower-skins-section .desc{
        margin-top: -2rem;
    }
    
    .gifs-container{
        margin: 0;
    }

    .ava-heading.single h1::after,
    .ava-heading.single h2::after,
    .heading-ribbon.single h1::after,
    .heading-ribbon.single h2::after{
        background: linear-gradient(to bottom, #ffec6f 0%, #ffc815 50%, #ff8e15 100%);
        -webkit-background-clip: text !important;
        background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
    }

    .heading-ribbon h2::before,
    .heading-ribbon h2::after{
        line-height: 25px;
        transform: translate(-50%, -100%) !important;
        background: linear-gradient(to bottom, #fffbe5 50%, #ffc68a 100%, #ffc68a 100%) !important;
        -webkit-background-clip: text !important;
        background-clip: text !important;
        -webkit-text-fill-color: transparent;
    }

    .heading-ribbon.reverse h2::before,
    .heading-ribbon.reverse h2::after{
        transform: translate(-50%, -100%) !important;
        background: linear-gradient(to bottom, #fffbe5 50%, #ffc68a 100%, #ffc68a 100%) !important;
        -webkit-background-clip: text !important;
        background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
    }

    .heading-ribbon h1::before,
    .heading-ribbon h1::after{
        line-height: 32px;
        transform: translate(-50%, -10%) !important;
    }


    .heading-ribbon.reverse h2::before,
    .heading-ribbon.reverse h2::after{
        transform: translate(-50%, 50%) !important;
    }

    .ava-heading.text-left h1::after,
    .ava-heading.text-left h1::before{
        text-align: center;
        left: 50% !important;
        transform: translate(-50%, -5.7rem) !important;
    }

    .ava-heading.text-left h2::after,
    .ava-heading.text-left h2::before{
        text-align: center;
        left: 50% !important;
        transform: translate(-50%, -7rem) !important;
    }

    .heading-ribbon.single h1{
        margin-top: -3rem;
        font-size: 32px !important;
    }

    .ava-heading h1::before,
    .ava-heading h1::after{
        transform: translate(-50%, -112%) !important;
    }

    .heading-ribbon.single h1::before, .heading-ribbon.single h1::after {
        transform: translate(-50%, -70%) !important;
    }

    .heading-ribbon.reverse h1::before,
    .heading-ribbon.reverse h1::after{
        z-index: 1;
        transform: translate(-50%, -95%) !important;
    }

    .ava-progress-section{
        margin-top: -4rem;
    }

    .ava-progress-section .heading-ribbon h1{
        margin-top: -3rem;
    }

    .thumbnails-container{
        margin-top: 2rem;
    }

    .thumbnails-container .item{
        height: 120px;
    }

    .progress-container .progress-frame .dividers .item span.label{
        font-size: 12px;
        bottom: -2rem;
    }

    .thumbnails-container .item .thumb-wrapper .frame {
        width: 64px;
        height: 72px;
        border-radius: 1rem;
        padding: 0.4rem;
    }
    
    .thumbnails-container .item .thumb-wrapper .frame img {
        height: 55px;
    }

    .thumbnails-container .item .thumb-wrapper .frame .gradient-bg{
        border-radius: 0.5rem;
    }

    .thumbnails-container .item span.name{
        width: 70px;
        line-height: 13px;
        margin-top: -1rem;
        font-size: 15px;
        text-shadow: 0px 0px 0 rgb(-42, -42, 0), 0px 1px 0 rgb(-85, -85, 0), 0px 2px 0 rgb(-127, -127, 0), 0px 3px 0 rgb(-170, -170, 0);
    }

    .progress-container .progress-frame .dividers .item span.label::before{
        text-shadow: rgb(0, 0, 0) 0px 4px 0px !important;
    }

    .progress-frame .item .crossout{
        top: 0.6rem;
        width: 2px;
        height: 42px;
    }
    

    .progress-container .progress-frame{
        border-radius: 0.6rem;
        border-width: 3px;
        bottom: 4rem;
    }

    img.active-ray{
        height: 320px;
    }

    .sky-box.bottom {
        height: 34px;
        margin-bottom: -2px;
    }

    .progress-container .progress-frame .bar{
        height: 20px;
        border-radius: 0.4rem;
        margin: 0.2rem;
        padding: 0.2rem;
    }

    .progress-container .progress-frame .bar .shine{
        border-radius: 0.2rem;
    }

    .black-container{
        height: 0;
    }

    .pvp-mode-section {
        padding-bottom: 0%;
    }

    .sun-ray{
        top: -20%;
    }

    .heading-ribbon{
        width: 100%;
        height: 143px;
        margin: 0 auto;
    }

    .heading-ribbon h2{
        margin-top: -3.5rem !important;
        font-size: 24px;
        line-height: 20px;
    }
    
    .heading-ribbon h1{
        font-size: 32px;
        line-height: 30px;
    }

    .ava-heading h2{
        margin-top: -3.5rem;
        font-size: 28px;
        line-height: 30px;
    }
    
    .ava-heading h1{
        font-size: 37px;
        line-height: 40px;
    }
    
    .ava-desc{
        padding: 1rem;
    }
    
    .ava-desc span{
        font-size: 20px;
    }

    .sky-box{
        height: 72px;
    }

    .blue-gradient{
        margin-top: -282px;
    }

    .main-video{
        border-radius: 2rem;
        height: 232px;
    }

    .ava-desc-box{
        margin-top: -4rem;
    }

    .ava-desc-box .part1,
    .ava-desc-box .part2,
    .ava-desc-box .part3{
        width: 372px;
        height: 122px;
    }

    .ava-desc-box .part2 span{
        font-size: 20px;
        line-height: 24px;
        max-width: 260px;
    }

    .ava-desc-box .part2{
        height: 100%;
    }

    .yellow-gradient{
        height: 10%;
    }

    .tower-wrapper{
        margin-top: 7rem;
    }

    .phone-screen{
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .phone-island{
        top: 1.4rem;
        height: 32px;
    }
    
    .phone-video{
        margin-top: 0;
        border-radius: 3rem;
    }

    .qr-code{
        margin-top: 4rem;
    }

    .double-chain{
        max-width: 300px;
    }

    .creeps-section .heading-ribbon{
        margin-top: 0;
        max-width: 300px;
    }

    .creeps-section .heading-ribbon h1{
        margin-top: -4rem;
    }

    .creeps-deck-frame{
        margin-top: -8rem;
        margin-bottom: 4rem;
    }

    .creeps-deck-graphic{
        margin-top: -4rem;
        margin-bottom: -2rem;
        transform: scale(0.77);
        width: 100%;
    }

    .social-icons-wrapper .ava-btn-square{
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .social-icons-wrapper{
        left: 0;
        top: unset;
        bottom: -2rem;
        height: 212px;
        transform: scale(0.8);
        justify-content: flex-start;
    }

    .ava-video-collection iframe{
        max-width: 100%;
        height: 220px;
    }
    
}