:root {
    --navBarSpacerHeight: 62px;
    --beonFont: 'BeonMedium';

    --primary: var(--neon-blue);
    --primaryAlt: var(--neon-blue-secondary);
    --secondary: var(--neon-pink-secondary);
    --secondaryAlt: var(--neon-pink);
}

@font-face {
    font-family: 'Subwt';
    src: url('https://static.avengedsevenfold.io/SUBWT.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BeonMedium';
    src: url('https://static.avengedsevenfold.io/beon-webfont.eot');
    src: local('☺'), url('https://static.avengedsevenfold.io/beon-webfont.eot?#iefix') format('embedded-opentype'), url('https://static.avengedsevenfold.io/beon-webfont.woff') format('woff'), url('https://static.avengedsevenfold.io/beon-webfont.ttf') format('truetype'), url('https://static.avengedsevenfold.io/beon-webfont.svg#BeonMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* App */

html {
    scroll-behavior: smooth;
}

body {
    background-color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.app {
    background-image: url("https://static.avengedsevenfold.io/Bricks.jpg");
    background-size: 60vw;
}

@media screen and (max-width: 767px) {
    .app {
        overflow: visible;
        background-size: 100vw;
    }
}

/* Sections */

.parallax.club-sky {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("https://static.avengedsevenfold.io/ClubSky.jpg");
    background-position: 0 0, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
}

.parallax.space-sky {
    background-image: url("https://static.avengedsevenfold.io/SpaceSky.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

.parallax.trax {
    background-image: url("https://static.avengedsevenfold.io/trax-section-bg.jpeg");
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.parallax.trax:before {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(180deg, transparent, transparent 31%, #000 77%);
}

.wall {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
    z-index: 4;
    height: 45px;
    border-top: 1px none #d4d4d4;
    border-bottom: 1px none #d4d4d4;
    background-image: url("https://static.avengedsevenfold.io/Break.jpg"), linear-gradient(90deg, #313131, #929292 34%, #a8a8a8 51%, #8d8d8d 68%, #313131);
    background-position: 0 0, 0 0;
    background-size: auto 45px, auto;
}
.caution {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
    z-index: 4;
    height: 35px;
    border-top: 1px none #d4d4d4;
    border-bottom: 1px none #d4d4d4;
    background-image: url("https://static.avengedsevenfold.io/Caution.png");
    background-position: 0 0, 0 0;
    background-size: auto 35px, auto;
}

.break {
    height: 105px;
    background-image: url("https://static.avengedsevenfold.io/Fence.png"), url("https://static.avengedsevenfold.io/Sky.jpg");
    background-position: 0 0, 0 0;
    background-size: 50px, cover;
    background-attachment: scroll, fixed;
}

.chain-link-fence {
    background-image: url("https://static.avengedsevenfold.io/Fence.png"), url("https://static.avengedsevenfold.io/Sky.jpg");
    background-position: 0 0, 0 0;
    background-size: 100px, cover;
    background-attachment: scroll, fixed;
}

.pipe {
    position: absolute;
    z-index: 2;
    height: 12px;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("https://static.avengedsevenfold.io/Pipe.png");
    background-position: 0;
    background-size: auto, contain;
}

.z-forward {
    z-index: 1;
    position: relative;
}

/* Font */

.ff-primary {
    font-family: Subwt, sans-serif;
}

.ff-secondary {
    font-family: Oswald, sans-serif;
}

.fs-large {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
}

.fs-medium {
    font-size: 33px;
    line-height: 48px;
    text-align: center;
}

.fs-small {
    font-size: 18px
}

.fs-smaller {
    font-size: 16px;
    line-height: 26px;
}

.fs-xsmall {
    font-size: 14px
}

@media screen and (max-width: 767px) {
    .fs-large {
        font-size: 35px;
        line-height: 35px;
    }

    .fs-medium {
        font-size: 20px;
        line-height: 35px;
    }
}

.fc-primary {
    color: var(--neon-blue) !important;
}

.fc-secondary {
    color: var(--neon-pink) !important;
}

.fc-tertiary {
    color: var(--neon-pink-secondary) !important;
}

.fc-quaternary {
    color: var(--neon-red) !important;
}

.fc-white {
    color: var(--white);
}

.f-primary {
    color: var(--white);
    font-size: 26px;
    line-height: 38px;
    font-weight: 300;
    text-align: justify;
}

.f-secondary {
    color: var(--white);
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .f-primary {
        margin-top: 83px;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 18px;
        line-height: 25px;
    }
}

/* Background */

.bg-primary {
    background: var(--neon-blue) !important;
}

.bg-secondary {
    background: var(--neon-pink) !important;
}

.bg-tertiary, .bg-beta {
    background: var(--neon-pink-secondary) !important;
}

/* Borders */

.bc-primary {
    border-color: var(--neon-blue) !important;
}

.bc-secondary {
    border-color: var(--neon-pink) !important;
}

.bc-tertiary {
    border-color: var(--neon-pink-secondary) !important;
}

/* Images */

.main-logo {
    mix-blend-mode: difference;
    width: 100%;
}

.social-img {
    width: 100%;
    max-width: 450px;
}

.social-img:hover {
    filter: hue-rotate(251deg);
}

.neon-image:hover {
    filter: hue-rotate(75deg);
}

@media screen and (max-width: 767px) {
    .social-img {
        max-width: 250px;
    }
}

.breakout-img {
    mix-blend-mode: difference;
}

.breakout-img-center {
    width: 140%;
    margin-left: -20%;
}

.breakout-img-left {
    position: absolute;
    width: 70%;
    left: -20%;
    margin-top: -25%;
    opacity: .7;
}

.breakout-img-start {
    position: absolute;
    width: auto;
    right: 75%;
    opacity: .7;
}

.breakout-img-end {
    position: absolute;
    width: auto;
    left: 75%;
    margin-top: 25%;
    opacity: .7;
}

.breakout-img-wrapper {
    position: absolute;
    width: 140vw;
    height: 100%;
    left: -20%;
    overflow: visible;
}

.breakout-img-splash {
    width: 100%;
    mix-blend-mode: overlay;
}

.breakout-img-flipped {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media screen and (max-width: 767px) {
    .breakout-img {
        width: 120%;
        margin-left: -10%;
    }

    .breakout-img-left {
        width: 80%;
    }

    .breakout-img-start {
        width: 80%;
    }

    .breakout-img-end {
        width: 80%;
        margin-top: 40%;
    }

    .breakout-img-wrapper {
        width: 500vw;
        left: -200%;
    }
}

@media screen and (max-width: 992px) {
    .breakout-img-wrapper {
        width: 300vw;
        left: -100%;
    }
}

@media screen and (min-width: 1200px) {
    .breakout-img-wrapper {
        top: -5%;
    }
}

@media screen and (min-width: 3440px) {
    .breakout-img-wrapper {
        width: 100vw;
        left: 0;
        top: -10%;
    }
}

.action-image {
    cursor: pointer;
}

.action-image:hover {
    opacity: 0.8;
}

.rage:hover img {
    animation: rage 0.5s;
    animation-iteration-count: infinite;
}

@keyframes rage {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

/* Buttons */

.btn-cta {
    background: var(--secondary);
    color: var(--white);
    font-size: 1.25em;
    text-transform: uppercase;
    padding: .5em 1em;
    line-height: 1.7em;
    border: none;
    position: relative;
    white-space: nowrap;
    margin-bottom: 10px;
    width: 100%;
    transition: all 0.3s ease-out;
    border-radius: 0;
}

.btn-cta:not(:disabled):hover {
    background: var(--secondaryAlt);
    color: var(--white);
    transition: all 0.3s ease-in;
    padding: 0.5em 2em 0.5em 0.7em;
}

.btn-cta:not(:disabled):after {
    width: 25px;
    height: 25px;
    right: 10px;
}

.btn-cta.mint-button:not(:disabled):after {
    top: 20px;
}

.btn-cta:not(:disabled):hover .icon {
    fill: white;
    transition: all 0.3s ease-in;
}

/* greater than phone breakpoint */

@media (min-width: 768px) {
    .btn-cta {
        max-width: max-content;
    }

    .btn-cta:after {
        top: 11px !important;
    }
}

/* Nav */

.navbar.bg-dark-opaque {
    background-color: rgba(0, 0, 0, 0.85);
}

.navbar .nav-item, .navbar .nav-link {
    color: var(--neon-blue) !important;
}

.navbar .nav-link.no-hover:hover, .navbar .nav-link.no-hover:focus {
    color: var(--neon-blue) !important;
    cursor: none;
}

.navbar .nav-item,
.navbar .nav-link {
    font-size: 16px;
}

.nav-dropdown .nav-item,
.nav-dropdown .nav-link {
    color: #333333 !important;
}

.dropdown-item.no-hover:hover .nav-link {
    color: #333333 !important;
    cursor: default;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: unset;
}

.nav-link.active, .nav-item.active {
    color: var(--neon-pink) !important;
}

.nav-link.active .icon, .nav-item.active .icon {
    fill: var(--neon-pink) !important;
}

.nav-item:hover, .nav-item:focus,
.nav-link:hover, .nav-link:focus {
    color: var(--neon-pink-secondary) !important;
}

.nav-dropdown {
    background-color: #dddddd;
}

.nav-dropdown .nav-item:hover,
.nav-dropdown .nav-link:hover {
    color: var(--neon-pink-secondary) !important;
}

.nav-dropdown .nav-item:hover .icon,
.nav-dropdown .nav-link:hover .icon {
    fill: var(--neon-pink-secondary) !important;
}

.nav-home-icon {
    width: 30px;
}

@media (max-width: 768px) {
    #navbarSupportedContent ul {
        width: 100%;
    }
}

/* Sidebar */

.sidebar .nav-item:hover > .icon, .sidebar .nav-item:focus > .icon,
.sidebar .nav-link:hover > .icon, .sidebar .nav-link:focus > .icon {
    fill: var(--neon-pink-secondary) !important;
}

/* Icon */

.icon.token-panel-icon {
    filter: invert(54%) sepia(99%) saturate(1767%) hue-rotate(128deg) brightness(99%) contrast(99%);
}

/* Links */

.neon-link:hover {
    color: var(--neon-pink) !important;
}

/* Footer */

.footer {
    background-color: #000000;
    color: #cfcfcf;
}

.footer a {
    color: var(--purple) !important;
    text-decoration: none;
}

.footer .legal {
    font-size: 9px;
}

@media screen and (max-width: 767px) {
    .footer .legal {
        font-size: 7px;
    }
}

.footer .legends {
    font-size: 16px;
}


.footer img {
    max-width: 350px;
}


/* Wallet */

.wallet {
    color: var(--white);
}

.wallet .title h1 {
    font-size: 2.5rem !important;
    line-height: 2.5rem !important;
}

.wallet .title a {
    color: var(--neon-blue) !important;
    text-decoration: none;
}

.wallet .title a:hover {
    color: var(--neon-pink) !important;
}


.wallet .title-secondary {
    color: var(--white);
}

.wallet .title p {
    font-size: 1.75rem !important;
    line-height: 1.75rem !important;
}

.wallet .warning {
    font-size: 2rem !important;
    line-height: 2rem !important;
}

.wallet .warning a {
    color: var(--neon-blue) !important;
    text-decoration: none;
    cursor: pointer;
}

.wallet .warning a:hover {
    color: var(--neon-pink) !important;
}

@media screen and (max-width: 767px) {
    .wallet .title h1 {
        font-size: 2.25rem !important;
        line-height: 2.25rem !important;
    }

    .wallet .title p {
        font-size: 1.5rem !important;
        line-height: 1.5rem !important;
    }

    .wallet .no-wallet {
        font-size: 1.5rem !important;
        line-height: 1.5rem !important;
    }
}

/* Token card */

.token-card {
    background-color: black;
}

.token-card .card-body {
    background-color: #1a1a1a;
}

.token-card .card-body .primary {
    color: var(--neon-pink) !important;
}

.token-card .card-body .secondary {
    color: var(--white);
}

/* Welcome page */

.util img {
    height: 200px;
}

/* Gallery V2 */


/* Attribute Accordion */

.attributes.accordion .accordion-item {
    background: inherit;
}

.attributes.accordion .accordion-button {
    color: inherit;
    background-color: inherit;
}

.attributes.accordion .accordion-button:not(.collapsed) {
    color: var(--neon-pink);
}

.attributes.accordion .accordion-button::after {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.attributes.accordion .form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0;
}

/* Pagination */

.pagination .page-item .page-link {
    color: var(--neon-blue);
    background-color: #313131;
    border: 1px solid #808c99;
}

.pagination .page-item.active .page-link {
    color: var(--neon-pink);
}

.pagination .page-item.disabled .page-link {
    color: var(--neon-pink);
}

.results-count {
    color: var(--neon-pink);
    font-weight: bold;
}

/* Legal page */

.legal-doc {
    margin: 50px;
    color: white;
    background: black;
    opacity: 0.9;
    text-align: center;
    padding: 20px;
}

.legal-doc p {
    margin-bottom: 20px;
}

/* Trax page */

.trax-hero {
    background-image: url("https://static.avengedsevenfold.io/a7x-trax.jpeg");
    background-position: 50% 0;
    background-size: auto;
    background-repeat: no-repeat;
    height: 550px;
    max-height: 550px;
}

button.trax-modal-btn {
    background: none;
    padding: 0;
    border: none;
}

.trax-list-image {
    transform: scale(2);
    margin-bottom: 45px;
}

.trax-list .track .pink-border {
    border: 1px solid #8147a0;
}

.trax-list .track p {
    color: var(--white);
    padding-top: 1rem;
    text-transform: none;
}

.trax-list .track h3 {
    font-family: var(--beonFont);
    color: #91cba0;
    font-size: 32px;
}

.trax-list .track:has(h3, span) {
    text-transform: uppercase;
}

.trax-list .track h3 span {
    color: #009686;
    font-size: 24px;
}

.trax-list .track .listen-now {
    color: #c203a5;
    gap: 15px;
}

.trax-divider {
    width: 100%;
    margin: 30px auto;
}

.trax-collectibles .collectible-image {
    border: 7px solid rgba(107, 107, 107, 0.25);
    margin-bottom: 16px;
}

img.ghosted {
    opacity: 0.05;
    -webkit-filter: blur(3px) invert(100%);
    filter: blur(3px) invert(100%);
    mix-blend-mode: overlay;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/* Gallery Carousel Modal */

#galleryModal .modal-content,
#videoModal .modal-content {
    border-radius: 0;
    background: none;
}

#galleryModal .modal-body,
#videoModal .modal-body {
    padding: 0;
    background: none;
}

#galleryModal #carouselWithThumbs {
    padding: 0;
}

#galleryModal #carouselWithThumbs img {
    aspect-ratio: 3/2;
    object-fit: contain;
    margin: auto;
    max-height: 80vh;
}

.black-backdrop {
    background: rgba(0, 0, 0, 0.9);
}

.black-backdrop .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
}

/* video modal */

#videoModal .video-container {
    border: 1px solid #8147a0;
}

/* responsive embedded iframes */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
}

.video-container iframe,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Studio page */

@keyframes flickerAnimation {
    0% {
        opacity: 0.9;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.9;
    }
}

img.studio-sign {
    animation: flickerAnimation 1.25s infinite;
}

.contest ul {
    color: var(--white);
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    text-align: justify;
}

.contest a {
    color: var(--purple) !important;
    text-decoration: none;
}

.contest a:hover, a:focus, a:hover, a:focus {
    color: var(--neon-pink-secondary) !important;
}

@media screen and (max-width: 767px) {
    .contest ul {
        padding-right: 20px;
        padding-left: 20px;
        font-size: 16px;
        line-height: 24px;
    }
}

/* Carousel overrides */

.scroll-carousel-container {
    background-image: url("https://static.avengedsevenfold.io/Fence.png"), url("https://static.avengedsevenfold.io/Sky.jpg");
    background-position: 0 0, 50% 0;
    background-size: 50px, cover;
    background-attachment: scroll, fixed;
}

@supports (-webkit-touch-callout: none) {
    .parallax.club-sky {
        background-attachment: scroll, scroll;
    }

    .parallax.space-sky {
        background-attachment: scroll;
    }

    .scroll-carousel-container {
        background-attachment: scroll, scroll;
    }

    .break {
        background-attachment: scroll, scroll;
    }
}

#carouselWithThumbs .carousel-indicators {
    bottom: -115px;
}

#carouselWithThumbs .carousel-indicators [data-bs-target] {
    background: none;
    text-indent: 0;
    opacity: 1;
    width: 75px;
    height: 75px;
}

#carouselWithThumbs .carousel-indicators [data-bs-target] img {
    width: 75px;
    height: 75px;
    object-fit: cover;
}

#carouselWithThumbs .carousel-control-next,
#carouselWithThumbs .carousel-control-prev {
    opacity: 1;
}

#carouselWithThumbs .thumbnail-button.active {
    opacity: 0.3;
}

#carouselWithThumbs .carousel-item-next:not(.carousel-item-start),
#carouselWithThumbs .active.carousel-item-end {
    transform: translateX(100%);
}

#carouselWithThumbs .carousel-item-prev:not(.carousel-item-end),
#carouselWithThumbs .active.carousel-item-start {
    transform: translateX(-100%);
}

/* Inventory page */
.inventory-tablet {
    background-image: url("https://static.avengedsevenfold.io/TabletBackground.png");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 100%;
    color: white;
    font-size: 15px;
}

.inventory-container {
    margin-top: 120px;
    width: 1140px;
}

.inventory-detail {
    width: 395px;
}

.inventory-search {
    height: 684px;
}

.inventory-icon {
    max-width: 100px;
}

.inventory-icon-sm {
    max-width: 75px;
}

.inventory-btn {
    padding-right: 0.56rem;
    padding-left: 0.56rem;
}

.inventory-gallery-gutter {
    --bs-gutter-y: 2.5rem;
    --bs-gutter-x: 2.5rem;
}

.inventory-gallery-container {
    width: 675px;
    height: 500px;
    margin-left: 2.5rem;
}

.inventory-detail-empty {
    opacity: 0.5;
}

.alt-inventory {
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none !important;
    background-image: url("https://static.avengedsevenfold.io/Bricks.jpg");
    background-size: 60vw;
}

.inventory-tablet .badge.badge-lg {
    padding: 0.45rem;
}

@media screen and (max-width: 767px) {
    .alt-inventory {
        background-size: 100vw;
    }
}

.alt-inventory::after {
    position: absolute;
    top: -2px;
    bottom: -4px;
    left: -3px;
    right: -3px;
    background: linear-gradient(to right, var(--neon-blue), var(--neon-pink));
    content: '';
    z-index: -1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.alt-inventory-filters {
    flex-wrap: wrap;
}

/* Offcanvas */

.app-offcanvas {
    margin-top: var(--navBarSpacerHeight) !important;
    font-size: 18px;
}

/* Extras and overrides */

.fill-primary {
    fill: var(--neon-blue) !important;
}

/* Season Pass override */

.reward-info.bg-black-7 {
    background-color: transparent;
}

.points-cta:hover {
    color: var(--neon-blue);
}

/* Reward Card - Purchasable override  */

.reward-card.purchasable .ribbon .content:before,
.reward-card.purchasable .ribbon .content:after {
    border-color: #640066 transparent transparent transparent;
}

/* Sandbox page */

@keyframes shake {
    0% {
        transform: rotateZ(-5deg);
    }
    10% {
        transform: rotateZ(5deg);
    }
    20% {
        transform: rotateZ(-5deg);
    }
    30% {
        transform: rotateZ(5deg);
    }
    40% {
        transform: rotateZ(-4.5deg);
    }
    50% {
        transform: rotateZ(4.5deg);
    }
    60% {
        transform: rotateZ(-4deg);
    }
    70% {
        transform: rotateZ(4deg);
    }
    80% {
        transform: rotateZ(-3.5deg);
    }
    90% {
        transform: rotateZ(3.5deg);
    }
    100% {
        transform: rotateZ(-3deg);
    }
}

.sandbox-header {
    position: relative;
    z-index: 2;
}

.sandbox-hero {
    background-image: url("https://static.avengedsevenfold.io/DBC_SB_Warp.jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow-x: clip;
}

.sandbox-hero .head {
    scale: 1.2;
    z-index: 5;
}

.sandbox-hero .head img {
    object-fit: contain;
}

.sandbox-hero .wall {
    margin-top: -1.5%;
}

.sandbox-content {
    position: relative;
    z-index: 1;
}

.city-of-evil {
    background-image: url("https://static.avengedsevenfold.io/DBC_SB_SkyGrad.jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

img.city-of-evil-sign {
    transform: scale(1.05, 1.05);
}

.city-of-evil-container {
    position: relative;
}

.city-of-evil .healthbar h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.city-of-evil a.download-button {
    font-family: Arial, sans-serif;
    background: #00c6ae;
    border-radius: 40px;
    color: #ffffff;
    text-decoration: none;
    padding: 7px 40px;
    font-size: 16px;
    width: max-content;
    gap: 10px;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 15px !important;
}

.city-of-evil a.download-button svg {
    width: 20px;
    height: 20px;
}

.city-of-evil a.download-button svg path {
    fill: white;
}

.city-of-evil a.download-button:hover {
    background: var(--neon-blue);
}

.city-of-evil-text {
    font-family: var(--beonFont);
    color: #02f0f3;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 90px;
    padding: 0 50px;
}

.city-of-evil button.trailer {
    border: none;
    background: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: max-content;
    max-width: 100%;
}

.city-of-evil button.trailer:hover {
    animation: shake 1.2s;
}

.city-of-evil img.trailer {
    width: 40%;
}

@media (max-width: 768px) {
    .sandbox-header .wall {
        margin-top: -5%;
    }
}

/* greater than phone */

@media (min-width: 768px) {

    .city-of-evil-text {
        font-size: 30px;
        line-height: 30px;
        top: 155px;
        padding: 0 100px;
    }

    .city-of-evil a.download-button {
        font-size: 22px;
        letter-spacing: 3px;
        margin-bottom: unset;
    }

    .sandbox-hero:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom:0;
        height: 100%;
        background-image: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0));
        z-index: 1;
        width: 195px;
    }

    .sandbox-hero:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom:0;
        height: 100%;
        background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.6));
        z-index: 1;
        width: 195px;
    }

    .sandbox-hero .head img {
        width: 85%;
    }

    img.city-of-evil-sign {
        transform: unset;
    }

    .trax-divider {
        width: 70%;
        margin: 60px auto;
    }

    #carouselWithThumbs .carousel-control-next {
        right: -100px;
    }

    #carouselWithThumbs .carousel-control-prev {
        left: -100px;
    }

    #galleryModal .modal-dialog,
    #videoModal .modal-dialog {
        max-width: 75%;
        width: 100%;
    }

    .shake:hover {
        animation: shake 1.2s;
    }

    img.studio-access {
        width: 75%;
    }

    .trax-list-image {
        transform: none;
        margin-bottom: unset;
    }
}

/* greater than tablet */
@media (min-width: 992px) {

    .city-of-evil img.trailer {
        max-width: 568px;
        width: 100%;
    }

    .city-of-evil-text {
        font-size: 45px;
        line-height: 45px;
        top: 300px;
        padding: 0 150px;
    }
}

@media only screen and (max-width:1400px) and (min-width: 992px) {
    .city-of-evil img.trailer {
        max-width: 420px;
    }
    .city-of-evil-text {
        font-size: 30px;
        line-height: 30px;
    }
}
