@font-face {
    font-family: GeistMono;
    src: url(../media/fonts/GeistMono-VariableFont_wght.ttf);
}

@font-face {
    font-family: CSHarleyOutline;
    src: url(../media/fonts/CS\ Harley\ Outline.otf);
}

@font-face {
    font-family: CSHarley;
    src: url(../media/fonts/CS\ Harley\ Regular.otf);
}

@font-face {
    font-family: OpenSans;
    src: url(../media/fonts/OpenSans-VariableFont_wdth\,wght.ttf);
}

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: GeistMono;
    background: #FAF0F0;
    /* #BDBDBD */
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #FFF;
}

footer a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 4.209rem;
    font-weight: 700;
}

h2 {
    font-weight: 700;
    font-size: 2.957rem;
}

h3 {
    font-size: 2.069rem;
    font-weight: 600;
}

h4 {
    font-size: 1.577rem;
    font-weight: 600;
}

h5 {
    font-size: 1.333rem;
    font-weight: 600;
}

.p1 {
    font-size: 2.069rem;
}

.p2 {
    font-size: 1.577rem;
}

.p3 {
    font-size: 1.133rem;
}

.p4 {
    font-size: 1rem;
}

.z1 {
    z-index: 1;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-24 {
    margin-top: 24px !important;
}

.bracket {
    font-size: 1.25em;
    font-weight: 600;
}

.d-flex {
    display: flex;
}

.d-inlineblock {
    display: inline-block;
}

.justify-center {
    justify-content: center;
}

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

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

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

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

.grey-blue-accent {
    color: #E15F46;
}

.bold {
    font-weight: 700;
}

.blue-accent {
    color: #E15F46;
}

.bg-black {
    background-color: #191919;
    color: #FFF;
}

.bg-blue {
    background-color: #E15F46;
    color: #FFF;
}

.bg-lightblue {
    background-color: rgb(160, 180, 189);
}

.red-accent {
    color: #E15F46;
}

.opacity-0 {
    opacity: 0;
}

.not-visible {
    visibility: hidden;
}

header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #191919;
    z-index: 2;
}

header.fixed {
    position: fixed;
}

.branding img {
    height: 40px;
    margin: 16px 0 16px 48px;
}

#menu-branding {
    visibility: hidden;
}

header nav {
    display: flex;
    margin-right: 48px;
}

.top-menu .nav-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    font-weight: 600;
    color: #FFF;
}

.top-menu .nav-item .bracket {
    opacity: 0;
}

.nav-item .bracket.active {
    opacity: 1;
}

.boxed-container {
    max-width: 1835px;
    margin: 0 auto;
}

header .boxed-container {
    display: flex;
    justify-content: space-between;
}

.landing-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #191919;
    color: #FFF;
    min-height: calc(100vh - 40px - 40px);
    overflow: hidden;
}

.landing-section {
    padding: 40px 0 40px 0;
    overflow-x: hidden;
}

.landing-hero .hero-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    margin: 15vh 0 0 0;
    height: 40vh;
    max-height: 500px;
}

.landing-hero img {
    width: 35vw;
}

.landing-hero h2 {
    font-size: clamp(1.5rem, 3vw + 0.75rem, 4.25rem);
    font-weight: 400;
}

.hero-title {
    font-size: clamp(1.5rem, 3vw + 0.75rem, 4.25rem);
    font-weight: 400;
}

.button-cta a {
    display: inline-block;
    padding: 8px 36px;
    color: #E15F46;
    border: 4px solid #E15F46;
    font-weight: 700;
    font-size: 1.728rem;
}

.button-cta.full a {
    color: #FFF;
    background-color: #E15F46;
}

.button-cta a:hover {
    color: #FFF;
    background-color: #E15F46;
    transition: .1s;
}

.animated-line {
    margin: 0 auto;
    width: 1px;
    height: 25px;
    overflow: hidden;
    margin-top: 4px;
}

#inner-line {
    width: 100%;
    height: 100%;
    background: #FFF;
}

.story-content {
    padding: 5vh 120px 0 120px;
    color: #191919;
}

.story-content h3 {
    font-size: 3.5rem;
}

#story-catchphrase {
    text-align: center;
    margin-top: 72px;
}

.story-content .line {
    overflow: hidden;
}

.story-content .word {
    opacity: 0;
    transform: translateX(50px);
}

.red-accent .word {
    opacity: 1;
}

.text-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.text-slide-up {
    overflow: hidden;
}

.text-slide-up .line {
    transform: translateY(100%);
}

.quote-heading {
    display: inline-block;
    position: relative;
    left: 50%; 
    transform: translateX(-50%);
}

.quotee {
    font-size: .35em;
    position: absolute;
    left: 12px;
    bottom: -24px;
    width: max-content;
    font-weight: 400;
}

#cursor {
    margin: 0;
    display: inline-block;
}

#a-team-container {
    padding-top: 56px;
}

#a-team-title {
    margin-top: 0;
}

.section-title {
    font-size: clamp(2.5rem, 2vw + 1.5rem, 3.5rem);
}

.avatar-container {
    width: 1150px;
    margin: auto;
    position: relative;
}

.avatar-grid {
    display: grid;
    height: 100%;
    column-gap: 20px;
    transform-style: preserve-3d;
}

.avatar-item {
    position: relative;
    cursor: pointer;
}

.avatar-item img.layer {
    background-color: #E15F46;
    z-index: 1;
    opacity: 0.4;
}


.avatar-item img.full{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.avatar-item img.mobile {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.avatar-item::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #E15F46;
    z-index: -1;
}

.avatar-item img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.avatar-grid img.mobile {
    display: none;
}

.avatar-name {
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-200%) scale(0);
    font-size: 12px;
    z-index: -1;
}

.avatar-info-container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.avatar-info-container .avatar-full-img {
    height: 100%;
}

.avatar-info-container .avatar-info-text {
    margin-right: 24px;
    text-align: right;
}

.info-box {
    display: none;
    width: 100%;
    height: 100%;
}

.info-box.active {
    display: flex;
    justify-content: space-between;
}

.close-btn {
    background: none;
    border: none;
    font-size: 60px;
    cursor: pointer;
    color: #E15F46;
    align-self: start;
}

.info-heading {
    position: relative;
    margin: 0;
}

.bg-video {
    position: relative;
}

.bg-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 17vh;
    left: 0;
}

#heartbeatvid {
    height: 50vh;
}

#review-it-subtitle {
    margin-top: 12vh;
}

#sendButton a {
    cursor: pointer;
}

#reviewit-grid {
    padding-top: 40px;
}

.review-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin: 10vh auto;
}

.review-item {
    padding: 20px 40px;
    max-width: 576px;
    justify-self: center;
}

.two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
}

input[type="text"],
input[type="email"],
textarea {
    outline: none;
    border: none;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    box-sizing: border-box;
    background-color: #FFF;
    font-size: 24px;
    padding: 8px 12px;
    width: 100%;
    font-family: GeistMono;
}

.contact-us-container {
    margin: 10vh auto 0;
    width: 1200px;
}

.input-group {
    display: grid;
    row-gap: 24px;
}

.contact-us-container textarea {
    height: 100%;
    resize: none;
}

#contactus {
    padding-bottom: 16vh;
}

#subject {
    display: none;
}

.contact-us-button-container {
    margin: 24px auto 0;
}

.hamb {
    cursor: pointer;
    float: right;
    padding: 40px 20px;
    z-index: 100;
}

.hamb-line {
    background: #FFF;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

}

.hamb-line::before,
.hamb-line::after {
    background: #FFF;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.hamb-line::before {
    top: 5px;
}

.hamb-line::after {
    top: -5px;
}

.side-menu {
    display: none;
}

.side-menu:checked~nav {
    max-height: 100%;
}

.side-menu:checked~.hamb .hamb-line {
    background: transparent;
}

.side-menu:checked~.hamb .hamb-line::before {
    transform: rotate(-45deg);
    top: 0;
}

.side-menu:checked~.hamb .hamb-line::after {
    transform: rotate(45deg);
    top: 0;
}

.only-mobile {
    display: none;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    justify-content: center;
    align-items: center;
}

.overlay.open {
    display: flex;
}

.privacy-modal {
    width: 90vw;
    height: 90vh;
    overflow-y: scroll;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal {
    position: relative;
}

.modal .close-btn {
    position: sticky;
    align-self: end;
    top: 0px;
    margin-right: 12px;
}

.modal-body {
    width: 90%;
    height: 100%;
}

.modal h2,
.modal h3 {
    margin-bottom: 24px;
}

.modal p {
    margin-left: 4px;
}

footer {
    height: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.separator {
    color: #FFF;
}

.statement-container {
    width: 1150px;
    margin: 40px auto 0;
    display: flex;
}

#statements-title {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

.statement-avatar {
    width: 460px;
    height: 460px;
}

.statements {
    position: relative;
    display: grid;
    grid-template-rows: 111.5px 2px 111.5px 2px 111.5px 2px 111.5px;
    border: 4px solid #191919;
    border-left-width: 0;
}

.statement-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    cursor: pointer;
}

.statement-item .fa-question {
    font-size: 52px;
    margin: 0 32px;
    color: #E15F46;
}

.statement-item .fa-angle-down {
    margin: 0 24px;
    color: #E15F46;
}

.statement {
    width: 100%;
    font-weight: 500;
}

.divider {
    border-bottom: 2px solid #191919;
    width: 70%;
    justify-self: center;
}

.statement-explanation { 
    display: none;
    position: absolute;
    width: 100%;
    height: calc(100% - 111px);
    top: 111.5px;
    left: 0;
    right: 0;
    z-index: 100;
}

.statement-explanation p {
    width: 80%;
    margin-inline: auto;
    font-size: 1.25rem;
}

.counters-container {
    width: 1150px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.counter-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
}

.counter-item img{
    max-width: 128px;
    max-height: 128px;
}

.counter-item .count {
    font-size: 64px;
}

.counter-item .counter-detail {
    font-size: 24px;
    margin: -16px 0 0 0;
    text-align: center;
}

.battle-cards {
    width: 100%;
    margin: auto;
    position: relative;
}

.battle-card {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.battle-card-name {
    margin: 0 auto 24px;
    line-height: 2.6rem;
}

.battle-card-wrapper {
    display: flex;
}

.battle-card-wrapper h3,
.battle-card-wrapper h5,
.battle-card-wrapper p {
    margin: 0;
}

.battle-card-wrapper h3 {
    margin-top: 8px;
}

.battle-card-img {
    min-height: 485px;
    height: 100%;
    object-fit: cover;
    width: 215px;
}

.battle-card-img.mobile {
    display: none;
}

.battle-card-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid #191919;
    border-left-width: 0;
}

.battle-card-header {
    text-align: center;
    position: relative;
}

.battle-card-header p {
    font-size: 16px;
    padding: 0 28px;
}

.battle-card-header .close-btn {
    position: absolute;
    right: 8px;
    top: 4px;
}

.battle-card-content .divider {
    width: 60%;
    margin: 16px 0;
    align-self: center;
}

.battle-card-scoring {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
}

.battle-card-scoring-item {
    width: 48.5%;
    margin-bottom: 20px;
}

.battle-card-scoring-item h5 {
    font-size: 18px;
}

.battle-card-scoring-item .fa-star {
    font-size: 14px;
    margin-right: -1px;
}

.battle-card-scoring-item p {
    font-size: 14px;
    width: 84%;
}

.bat-scoring-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.bat-scoring-item {
    display: flex;
    width: 33%;
    justify-content: space-between;
    background-color: #D9D9D9;
}

.bat-scoring {
    display: flex;
    width: 0;
    justify-content: space-between;
    background-color: #E15F46;
    font-weight: 600;
    color: #FFF;
}

.bat-scoring span.subject {
    padding-left: 4px;
}

.bat-scoring span.percentage {
    padding-right: 4px;
}

#battle-card-mobile-overlay {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .75);
    z-index: 10;
}

#battle-card-mobile-overlay .battle-card {
    position: static;
}

#battle-card-mobile-overlay .spacer {
    height: 48px;
}

@media (max-width: 1650px) {
    .story-content h2 {
        font-size: clamp(1.5rem, 3vw + 0.75rem, 4.25rem);
    }
    .story-content p {
        font-size: clamp(1rem, 1.6vw + 0.4rem, 2.063rem);
    }
}

@media (max-width: 1250px) {
    .counters-container {
        width: 690px;
        margin-top: 40px;
    }
    .counter-item img {
        height: 72px;
        margin-bottom: 8px;
    }
    .counter-item .count {
        font-size: 32px;
    }
    .counter-item .counter-detail {
        font-size: 16px;
        margin: -8px 0 0 0;
    }
    .statement-container {
        width: 690px;
        flex-direction: column;        
    }
    .statement-avatar {
        width: 690px;
        height: 690px;
    }
    .statements {
        border-left-width: 4px;
        border-top-width: 0;
    }
    #statements-title {
        width: 690px;
    }
    .avatar-container{
        width: 850px;
    }
    .battle-card {
        width: 820px;
    }
    .battle-card-content {
        background-color: #FAF0F0;
    }
    .battle-card-img {
        min-height: 525px;
        height: 100%;
    }
    .battle-card-scoring {
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 80%;
    }
    .battle-card-scoring-item {
        margin-bottom: 12px;
        width: 90%;
    }
    .battle-card-scoring-item p {
        width: unset;
    }
    .battle-card-header .close-btn {
        right: 0px;
        top: -4px;
        font-size: 36px;
    }
    .battle-card-name {
        color: #FFF;
    }

    .contact-us-container.two-column {
        grid-template-columns: 1fr;
        width: 800px;
        row-gap: 20px;
    }

    .contact-us-container textarea {
        height: 216px;
    }
}

@media (max-width: 1000px) {
    .avatar-container {
        width: 690px;
    }
    .battle-card-header h3 {
        font-size: 20px;
    }
    .battle-card-header p {
        font-size: 12px;
    }
    .battle-card-scoring-item h5 {
        font-size: 12px;
    }
    .battle-card-scoring-item p {
        font-size: 10px;
    }
}

@media (min-width: 851px) {
    .hamb {
        display: none;
    }

    #review-it-subtitle {
        width: 750px;
    }
}

@media (max-width: 850px) {
    body:has(.side-menu:checked) {
        overflow: hidden;
    }

    #a-team-title {
        font-size: 30px;
    }

    h1 {
        font-size: clamp(3rem, 2.5vw + 2.5rem, 4rem);
    }

    .top-menu {
        position: absolute;
        left: 0;
        width: 100%;
        height: calc(100vh - 48px);
        padding-top: 48px;
        background-color: #191919;
        flex-direction: column;
        transform: translateY(-100%);
    }

    .top-menu .nav-item a {
        padding: 16px 0;
    }

    .top-menu .nav-item .bracket {
        opacity: 1;
    }

    .branding img {
        padding: 16px 0;
    }

    .landing-hero img {
        width: 60%;
    }

    #a-team-container {
        padding: 0 0 40px 0;
    }

    .story-content {
        padding: 0;
    }

    .story-content h2 {
        font-size: clamp(1.5rem, 3vw + 0.75rem, 4.25rem);
    }

    #our-story-text,
    .review-item p {
        font-size: clamp(1rem, 1vw + 0.75rem, 1.5rem);
    }

    .review-grid {
        grid-template-columns: 1fr;
    }

    .review-item {
        width: 100%;
        max-width: 408px;
        justify-self: center;
    }

    .review-item h3,
    #review-it-subtitle h3 {
        font-size: clamp(1.5rem, 2.5vw + 1rem, 2.25rem);
    }

    .only-mobile {
        display: block;
    }

    .quote-heading {
        display: block;
        font-size: 24px;
        left: 0;
        transform: translateX(0);
        text-align: center;
        line-height: 1;
    }

    .quotee {
        width: 100%;
        left: 0;
    }

    #contactus h2 {
        font-size: clamp(1.5rem, 5vw + 0.5rem, 2.5rem);
    }

    .boxed-container {
        width: 90vw;
    }

    .contact-us-container.two-column {
        width: 100%;
    }
    input, textarea {
        font-size: 20px;
    }
    .battle-card {
        width: 90%;
        max-width: 400px;
    }
    #battle-card-mobile-overlay {
        justify-content: unset;
    }
    .battle-card-wrapper {
        flex-direction: column;
    }
    .battle-card-content {
        border: 2px solid #191919;
        border-top-width: 0;
    }
    .battle-card-header {
        position: relative;
        padding: 0 28px;
        border-bottom: none;
        background-color: transparent;
    }
    .battle-card-name {
        font-size: 24px;
        text-align: center;
        margin-top: 0;
        position: sticky;
        top: 0;
        z-index: 30;
        background-color: #191919;
        width: 100%;
        padding: 10px 0;
        cursor: pointer;
        transition: padding 0.3s ease;
    }
    .battle-card-name.scrolled {
        padding: 10px 0;
    }
    .battle-card-img.full {
        display: none   ;
    }
    .battle-card-img.mobile {
        display: block;        
        margin: auto;
        width: 100%;
        height: fit-content;
    }
    .battle-card-content {
        margin: auto;
    }
    .bat-scoring-container {
        flex-direction: column;
    }
    .bat-scoring-item {
        width: 100%;
        margin-bottom: 2px;
    }
    .bat-scoring-item:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 820px) {
    .counters-container {
        width: 100%;
        max-width: 375px;
        flex-wrap: wrap;
    }
    .counter-item {
        width: 50%;
    }
    .counters-container .counter-item:nth-child(1),        
    .counters-container .counter-item:nth-child(2) {        
        margin-bottom: 32px;
    }

    .statement-container {
        width: 100%;
        max-width: 375px;  
    }
    .statement-avatar {
        width: 100%;
        height: auto;
    }
    .statement-item {
        font-size: 16px;
    }
    .statement-explanation p {
        font-size: 16px;
    }
    .statement-item .fa-question {
        font-size: 40px;
        margin: 0 32px 0 24px;
    }
    .divider {
        width: 56%;
    }
    .avatar-container {
        width: 70vw;
    }
    #statements-title {
        width: 100%;
        max-width: 375px;
    }
}

@media (max-width: 420px) {
    .battle-card {
        width: 90%;
    }
}

@media (max-width: 350px) {
    .counters-container {
        width: 100%;
        max-width: 300px;
    }
    .statements {
        grid-template-rows: 75.5px 2px 75.5px 2px 75.5px 2px 75.5px;
    }
    .statement-container {
        width: 100%;
        max-width: 300px;  
    }
    .statement-avatar {
        width: 100%;
        height: auto;
    }
    .statement-item {
        font-size: 12px;
    }
    .statement-explanation {
        top: 75.5px;
    }
    .statement-item .fa-question {
        margin: 0 24px;
    }
    .statement-explanation p {
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    .review-item {
        width: 90%;
        padding: 10px 0;
    }
}

@media (max-width: 668px) {
    .avatar-grid {
        grid-template-columns: 1fr;
        gap: 64px;
    }

    .avatar-grid img.mobile {
        display: block;
    }

    .avatar-grid img.full {
        display: none;
    }

    .avatar-name {
        transform: translateY(0) scale(1);
    }

    .avatar-full-img {
        display: none;
    }

    .avatar-info-container .avatar-info-text {
        margin-right: 8px;
        text-align: left;
    }

    h2.info-heading {
        font-size: 1.35rem; /* Adjust the size as needed */
    }

    h4.info-heading {
        font-size: 1.15rem; /* Adjust the size as needed */
    }

    h5.info-heading {
        font-size: 1rem; /* Adjust the size as needed */
    }

    .close-btn {
        top: -25px;
        right: -25px;
        font-size: 50px;
    }

    #a-team-quote-heading {
        margin-top: 72px;
    }
}

/* Styles for tablets and smaller screens */
@media (min-width: 669px) and (max-width: 1250px) {
    .avatar-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .avatar-full-img {
        display: none;
    }

    h2.info-heading {
        font-size: 1.7rem; /* Adjust the size as needed */
    }

    h4.info-heading {
        font-size: 1.35rem; /* Adjust the size as needed */
    }

    h5.info-heading {
        font-size: 1.1rem; /* Adjust the size as needed */
    }

    .close-btn {
        right: 150px;
    }
}

/* Styles for desktops and larger screens */
@media (min-width: 1250px) {
    .avatar-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 20px;
    }

    .avatar-name {
        font-size: 10px;
    }
}

@media (min-width: 1500px) {
    .avatar-name {
        font-size: 12px;
    }
}

.fuzz-highlight {
    background-color: #E15F46;
    color: #FFF;
    padding: 0 8px;
}

@media (max-width: 600px) {
    footer {
        height: auto;
        padding: 24px 0;
    }

    .footer-content {
        flex-direction: column;
        gap: 12px;
    }

    .separator {
        display: none;
    }
}
