:root {
    --primary: rgb(0, 0, 100);
    --primary-dark: rgb(0, 0, 100);
    --secondary: white;
    --primary-text: white;
    -secondary-text: white;
    --accent-text: white;
    /* --primary: #ffffff;
  --primary-dark: #a0beff;
  --primary-text: #000000;
  --secondary: #b4cbff; */

    /* --primary: #ffffff;
  --primary-dark: #9f9aff;
  --primary-text: #000000;
  --secondary: #6b33ee;
  --secondary-text: #190054;
  --accent: #6caab9;
  --accent-text: #f5f5f5; */
}

.zoom {
    transition: transform 0.3s;
}

.zoom:hover {
    transform: translateY(-10px);
}

.rotating {
    animation: rotating 2s linear infinite;
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

html,
body {
    /* background-color: rgb(9, 60, 118); */
    /* background-color: hsl(32.7, 100%, 97.8%); */
    background-image: linear-gradient(
        100deg,
        #5e341f 1%,
        #214e82 25%,
        #506077 50%,
        #ec5409 75%,
        #ffc966
    );
    background-size: 200% 200%;
    /* background-size: cover;
  background-position: center; */
    /* width: 100vw; */
    /* height: 100vh; */
    /* width: 100%;
  min-height: 100vh;
  flex-direction: column; */
}

.main-image {
    min-width: 70vw;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
}

@font-face {
    font-family: "UpheavalTT-BRK";
    src: url("./assets/fonts/UpheavalTT-BRK-.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.upheaval {
    font-family: "UpheavalTT-BRK", sans-serif;
}

@font-face {
    font-family: "Upheavtt";
    src: url("./assets/fonts/upheavtt.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.upheaval-tt {
    font-family: "Upheavtt", sans-serif;
}

@font-face {
    font-family: "VCROSDMono";
    src: url("./assets/fonts/VCROSDMono.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.vcrosd-mono {
    font-family: "VCROSDMono", sans-serif;
}

@font-face {
    font-family: "VeniceClassic";
    src: url("./assets/fonts/VeniceClassic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.venice-classic {
    font-family: "VeniceClassic", sans-serif;
}

/* main content will be a flex column */
.main-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: rgba(255, 255, 255, 0.5); */
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    /* border-radius: 10px; */
    /* padding: 20px;
  margin: 20px; */
}

.underline {
    text-decoration: underline;
}

.text-shadow {
    text-shadow: 2px 2px 4px #000000;
}

.text-white {
    color: white;
}

.text-center {
    text-align: center;
}

.xx-large {
    font-size: xx-large;
}

.xxx-large {
    font-size: xxx-large;
}

.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.big-heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    /* background-color: rgba(255, 255, 255, 0.5); */
    color: white;
    text-size-adjust: 100%;
    /* border-radius: 10px; */
    /* padding: 20px;
  margin: 20px; */
}

.frame {
    width: 320px;
    height: 320px;
    background-color: transparent;
    background-image: url("/config/images/frame.png");
    background-size: cover;
}

.speech-bubble {
    position: relative;
    background: #ffffff;
    border-radius: 30%;
    padding: 1.5em;
    border: 1px white solid;
}

.speech-bubble:after {
    content: "";
    position: absolute;
    left: 0;
    top: 60%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right-color: #ffffff;
    border-left: 0;
    border-bottom: 0;
    margin-top: -26px;
    margin-left: -20px;
}

.lord-icon-1 {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    background-image: url("/config/images/lord-icon-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.lord-icon-2 {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    background-image: url("/config/images/lord-icon-2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.lord-icon-3 {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    background-image: url("/config/images/lord-icon-3.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.lord-icon-4 {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    background-image: url("/config/images/lord-icon-4.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

#main-website-nav {
    background-color: black;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    height: 100px;
    gap: 3em;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

#custom-connect-button-container > div > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1em;
}

#mint-buttons-container {
    gap: 20px;
    display: flex;
    flex-direction: row;
}

/* media query for phones */
@media (max-width: 600px) {
    #mint-buttons-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #custom-connect-button-container > div > div {
        flex-direction: column;
    }

    .xxx-large {
        font-size: x-large;
    }

    .xx-large {
        font-size: large;
    }

    #main-website-nav {
        flex-direction: column;
        gap: 0.5em;
        font-size: 0.65em;
        padding: 0.2em;
    }

    #main-website-nav-header,
    #back-to-sonic-lords {
        width: 100%;
        margin: 0;
    }

    .main-content {
        padding: 10px;
        margin: 10px;
    }

    .big-heading {
        font-size: large;
    }

    .summon-button {
        width: 150px;
        font-size: 1.5rem;
    }

    .frame {
        width: 200px;
        height: 200px;
    }

    .lord-icon-1,
    .lord-icon-2,
    .lord-icon-3,
    .lord-icon-4,
    .relic-icon {
        width: 1em;
        height: 1em;
        margin: 0;
    }

    .speech-bubble {
        padding: 1em;
    }

    .speech-bubble:after {
        border: 15px solid transparent;
        border-right-color: #ffffff;
        margin-top: -20px;
        margin-left: -15px;
    }
}

.relic-icon {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    background-image: url("/config/images/xrlc-icon.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.summon-button {
    cursor: pointer;
    padding: 10px;
    border: 1px solid black;
    border-bottom: 3px solid black;
    box-shadow: 0px 3px 0px 0px black;
    background-color: rgb(55, 62, 180);
    font-size: 2rem;
    font-weight: bold;
    color: var(--secondary-text);
    width: 200px;
    transition:
        transform 0.1s ease-in-out,
        box-shadow 0.1s ease-in-out;
}

.summon-button:active {
    transform: translateY(4px);
    box-shadow: none;
}

:hover.container-glow-hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-animation: border-glow 1s ease-in-out infinite alternate;
    -moz-animation: border-glow 1s ease-in-out infinite alternate;
    animation: border-glow 1s ease-in-out infinite alternate;
}

.container-glow {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
    text-align: center;
    -webkit-animation: border-glow 1s ease-in-out infinite alternate;
    -moz-animation: border-glow 1s ease-in-out infinite alternate;
    animation: border-glow 1s ease-in-out infinite alternate;
}

:hover.glow-hover {
    color: #fff;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
    /* switch hue */
    -webkit-animation: hue 10s infinite linear;
    -moz-animation: hue 10s infinite linear;
    animation:
        hue 10s infinite linear,
        glow 1s ease-in-out infinite alternate;
}

.glow {
    color: #fff;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
    /* switch hue */
    -webkit-animation: hue 10s infinite linear;
    -moz-animation: hue 10s infinite linear;
    animation:
        hue 10s infinite linear,
        glow 1s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion: reduce) {
    .container-glow,
    .glow,
    .glow-hover:hover,
    .container-glow-hover:hover {
        animation: none !important;
    }
}

@media (max-width: 768px) {
    .container-glow,
    .glow,
    .glow-hover:hover,
    .container-glow-hover:hover {
        animation: none !important;
    }
}

.red {
    color: #ff4d4d;
}

@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }

    to {
        -webkit-filter: hue-rotate(360deg);
    }
}

@-webkit-keyframes glow {
    from {
        text-shadow:
            0 0 10px #fff,
            0 0 20px #fff,
            0 0 30px #e60073,
            0 0 40px #e60073,
            0 0 50px #e60073,
            0 0 60px #e60073,
            0 0 70px #e60073;
    }

    to {
        text-shadow:
            0 0 20px #fff,
            0 0 30px #ff4da6,
            0 0 40px #ff4da6,
            0 0 50px #ff4da6,
            0 0 60px #ff4da6,
            0 0 70px #ff4da6,
            0 0 80px #ff4da6;
    }
}

@-webkit-keyframes border-glow {
    from {
        box-shadow:
            0 0 10px #fff,
            0 0 20px #e60073,
            0 0 30px #e60073,
            0 0 40px #e60073;
    }

    to {
        box-shadow:
            0 0 20px #fff,
            0 0 30px #ff4da6,
            0 0 40px #ff4da6,
            0 0 50px #ff4da6;
    }
}

@-moz-keyframes border-glow {
    from {
        box-shadow:
            0 0 10px #fff,
            0 0 20px #e60073,
            0 0 30px #e60073,
            0 0 40px #e60073;
    }

    to {
        box-shadow:
            0 0 20px #fff,
            0 0 30px #ff4da6,
            0 0 40px #ff4da6,
            0 0 50px #ff4da6;
    }
}

@keyframes border-glow {
    from {
        box-shadow:
            0 0 10px #fff,
            0 0 20px #e60073,
            0 0 30px #e60073,
            0 0 40px #e60073;
    }

    to {
        box-shadow:
            0 0 20px #fff,
            0 0 30px #ff4da6,
            0 0 40px #ff4da6,
            0 0 50px #ff4da6;
    }
}
