@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

body {
    margin: 0;
    bottom: 0;
    font-family: "Figtree", sans-serif;
    color: white;
}

.serif{
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
}

.bg {
    position: fixed;
    inset: 0;
    background: #003c68;
}

.insignia {
    width: 96px;
    height: 96px;
    background: url('./insignia.svg');
    animation: spin 30s linear infinite forwards;
}

@keyframes spin {
    0% {
        rotate: 0deg;
    }

    100% {
        rotate: 360deg;
    }
}

.text {
    width: 192px;
    height: 96px;
    background: url('./text.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.logo {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2vw;
    /* top: calc(50lvh - 200px); */
    /* left: 5vw; */
    margin-bottom: 2em;
    width: fit-content;
    z-index: 1;
    filter: drop-shadow(10px 10px 10px #00004020);
}

.ring {
    position: fixed;
    height: 75lvh;
    bottom: 0;
    right: 0;
    width: 50vw;
    background: url('./web.webp');
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: 1;
}

.caption {
    margin: 0;
    margin-bottom: 3lvh;
    color: white;
    font-size: 42px;
    font-weight: 400;
}

.content {
    position: absolute;
    top: calc(50lvh - 190px);
    left: calc(5vw + max(min(100vw - 1260px, 60px), 0px));
    color: white;
    max-width: 45vw;
    z-index: 1;
}

.subcap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2vw;
    max-width: 35vw;
    line-height: 1.5;
    align-items: center;
}

.cs {
    position: fixed;
    bottom: 5vw;
    left: 5vw;
    font-size: min(6vw, 96px);
    font-weight: 100;
    color: #ffffff20;
    letter-spacing: -.04em;
    text-transform: uppercase;
}

.hero {
    position: relative;
    width: 100%;
    height: 100lvh;
    max-width: 1600px;
    margin: 0 auto;
}

.grads {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
}

.grad1 {
    position: absolute;
    top: 25%;
    left: 5%;
    width: 70lvh;
    height: 50%;
    rotate: -45deg;
    background: #000040;
    opacity: .6;
    /* mix-blend-mode: multiply; */
    border-radius: 100%;
    filter: blur(100px);
}

.grad2 {
    position: absolute;
    width: 75lvh;
    height: 75lvh;
    background: url('./img/edgegrad.webp');
    opacity: .25;
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
}

.grad4 {
    position: absolute;
    width: 100lvh;
    height: 100lvh;
    right: 0;
    transform: scaleX(-1);
    background: url('./img/edgegrad.webp');
    opacity: .25;
    background-repeat: no-repeat;
}

.grad5 {
    position: absolute;
    width: 50lvh;
    height: 50lvh;
    left: 0;
    bottom: 0;
    background: url('./img/edgegrad2.webp');
    opacity: .5;
    background-size: contain;
    transform: scaleX(-1);
    background-position: bottom right;
    background-repeat: no-repeat;
}


.grad3 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100lvh;
    background: url('./img/edgegrad2.webp');
    background-size: cover;
    background-position: bottom right;
    opacity: .75;
}

.ring2 {
    position: fixed;
    top: 20lvh;
    left: 53vw;
    transform: scaleX(-1);
    width: 60lvh;
    height: 60lvh;
    z-index: 1;
    
}

.ring2 video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.ctabutton {
    color: white;
    padding: 1em 2em;
    border-radius: 100px;
    border: 2px solid white;
    background: #ffffff10;
    width: fit-content;
}

.ringshad {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border:12lvh solid #000040;
    box-sizing: border-box;
    transform: translateX(-10%) translateY(10%);
    filter: blur(40px);
    opacity: .5;
    z-index: 1;
    border-radius: 50%;

}

.heromenu{
    display: flex;
    gap: .5em;
    bottom: 5vw;
    left: 5vw;
    width: fit-content;
    color: white;
    font-size: 1.25em;
    margin-top: 2em;
    
}

.heromenu div{
    background: #00003060;
    border-radius: 10px;
    backdrop-filter: blur(30px);
    border: 1px solid #8080ff50;
    padding: .8em 1.4em;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
}

#threehero{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.galaxy{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('./img/galaxy.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .2;
    animation: galaxy 5s ease-out 1 forwards;
}

.rgrad{
    position: absolute;
    width: 100lvh;
    height: 100lvh;
    background: url('./img/rgrad.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .4;
    z-index: -1;
    animation: rgrad 10s linear infinite forwards;
}

@keyframes rgrad {
    0%{ 
        top: -50lvh;
        left: 50vw;
        transform: translateX(-50lvh) translateY(-50lvh);
    }
    10%{
        top: 0lvh;
    }
    50%{
        left: 100vw;
        top: 0lvh;
        transform: translateX(0lvh) translateY(-50lvh);
    }
    50.1%{
        left: 50vw;
        transform: translateX(-50lvh) translateY(50lvh);
        top: 50lvh;
    }
    60%{
        top: 0lvh;
    }
    100%{
        left: 0vw;
        transform: translateX(-100lvh) translateY(50lvh);
    }
}

@keyframes galaxy {
    0%{
        scale: 1.2;
    }
    100%{
        scale: 1;
    }
}

section{
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 5vw;
}

.rgrad2{
    position: absolute;
    width: 100lvh;
    height: 100lvh;
    background: url('./img/rgrad.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: -1;
}

#bonds{
    text-transform: uppercase;
    font-size: 240px;
    font-weight: 400;
    letter-spacing: -.05em;
    transform: translateX(calc(-3000px + 100vw));
    margin: 0;
}

#sukuk{
    text-transform: uppercase;
    font-size: 240px;
    font-weight: 400;
    letter-spacing: -.05em;
    transform: translateX(0);
    margin: 25lvh 0;
}

.bhc{
    /* position: absolute; */
    padding-top: 10lvh;
    padding-bottom: 60lvh;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    mask-image: linear-gradient(to right, #00000000, #000000, #00000000);
}

.bhcs h2#sukuk{
    margin: 0;
    padding-bottom: 25lvh;
    padding-top: 5lvh;
}


.secbgicon{
    position: fixed;
    width: 150px;
    top: calc(50% - 75px);
    left: calc(5vw + 200px);
    z-index: 1;
    display: none;
}

.secbgicon svg *{
    fill: transparent;
    stroke: #06cabe;
    stroke-width: 10px;
}

section.bonds{
    /* padding-top: 75lvh; */
}

.bgs{
    margin-bottom: 10lvh;
    line-height: 1.5;
    padding-left: 53%;
    max-width: 500px;
}

.bgs p, .sgs p{
    text-shadow: 1px 1px 6px #000040, 1px 1px 2px #000040;
    font-weight: 300;
}

.bgshead{
    border-bottom: 1px solid #ffffff80;
    /* text-transform: uppercase; */
    padding-bottom: 1em;
    color: #00ffee;
    max-width: 50%;
    font-weight: 500;
}

.bsh{
    position: fixed;
    font-size: 72px;
    color: white;
    z-index: 0;
    left: 5vw;
    top: calc(50lvh - 108px);
    font-weight: 300;
    line-height: 1;
    pointer-events: none;
    opacity: 0;
}

.bsh span{
    font-size: 1.25em;
    font-weight: 500;
    color: #00ffee;
}

.bg2 {
    position: fixed;
    inset: 0;
    background: #00bbff;
    opacity: .2;
    animation: bg2 10s linear infinite forwards;
}

.caption > span{
    font-size: 48px;
    font-weight: 550;
    transition: all .3s ease-in-out;
    display: inline-block;
    white-space: nowrap;
    color: #00ffee;
}

.iout{
    animation: iout .2s ease-in-out forwards;
}

@keyframes iout {
    0%{
        transform: translateY(0%);
        opacity: 1;
    }
    100%{
        transform: translateY(-50%);
        opacity: 0;
    }
}

.iin{
    animation: iin .2s ease-in-out forwards;
}

@keyframes iin {
    0%{
        transform: translateY(50%);
        opacity: 0;
    }
    100%{
        transform: translateY(0%);
        opacity: 1;
    }
}



.bhcol{
    position: absolute;
    width: 300px;
    height: 100%;
    background: linear-gradient(to right, #051a4b, #051a4b00);
    z-index: 1;
    opacity: 0;
}

.ssh{
    position: fixed;
    font-size: 72px;
    color: white;
    z-index: 0;
    right: 5vw;
    top: calc(50lvh - 108px);
    font-weight: 300;
    line-height: 1;
    pointer-events: none;
    opacity: 0;
    width: fit-content;
}

.ssh span{
    font-size: 1.25em;
    font-weight: 500;
    color: #00ffee;
}

.sgsections{
    /* padding-top: calc(60lvh + 288px); */
    
}

.bhc.bhcs{
    padding-bottom: 15lvh;
}


.bengrid{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1em;
    position: relative;
    z-index: 1;
}

.bengrid > div{
    min-height: 600px;
    border-radius: 10px;
}

.bengrid > div:nth-child(1){
    border-radius: 2em 10px 10px 2em;
    background: #00003080;
    backdrop-filter: blur(30px);
    border: 1px solid #8080ff50;
    padding: 3em;
    box-sizing: border-box;
    align-content: end;
    box-shadow: 0px 8px 16px -4px #00002040;
}

.bgi{
    display: grid;
    gap: 1em;
}

.bgi > div{
    min-height: 300px;
    border-radius: 10px;
    flex: 1;
}

.bgii{
    display: grid;
    
    gap: 1em;
}

.bgii1{
    grid-template-columns: 1.5fr 2fr;
}

.bgii2{
    grid-template-columns: 2fr 1.5fr;
}

.bgii > div{
    background: #00003080;
    border-radius: 10px;
    backdrop-filter: blur(30px);
    border: 1px solid #8080ff50;
    padding: 2em;
    box-sizing: border-box;
    /* align-content: end; */
    box-shadow: 0px 8px 16px -4px #00002040;
    display: flex;
    flex-direction: column;
    justify-content: end;
    
}



.bento{
    margin: 25lvh auto;
}

.bgii1 > div:nth-child(2){
    border-top-right-radius: 2em;
}

.bgii2 > div:nth-child(2){
    border-bottom-right-radius: 2em;
}

.bento h1, .bento h2, .bento h3, .bento h4{
    margin: 0;
    color: #00ffee;
    font-weight: 300;
}

.bengrid p{
    line-height: 1.6;
    opacity: .8;
    margin: 0;
    font-size: 15px;
}

.bengrid h4{
    margin-bottom: .5em;
    font-size: 14px;
}

.bengrid .bghead{
    margin-bottom: .5em;
    font-size: 24px;
}

.sgs{
    margin-bottom: 10lvh;
    max-width: 500px;
    margin-left: min(calc(47.5vw - 250px), 550px);
    line-height: 1.5;
}

.sgs h3{
    /* margin-left: auto; */
}

.subcaption{
    font-size: 21px;
}

.subcaption span{
    font-weight: 700;
}

.subhero{
}

.subhero h2{
    font-size: 5em;
    margin: 0;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    letter-spacing: -.025em;
}

.subhero h2 .heavy{
    font-weight: 700;
}

.subhero h2 .serif{
    font-size: 1.5em;
    font-weight: 600;
    display: inline-block;
}

.stats{
    display: flex;
    justify-content: space-between;
    gap: 1em;
    margin-top: 2em;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 3em;
    text-align: center;
    margin-bottom: 20lvh;
}

.stat{
    font-size: 4em;
    color: #00ffee;
}

.statdesc{
    font-size: 1.5em;
    opacity: 1;
    margin-top: .5em;
}

.stats > div{
}

.faqs{
    padding-top: 25lvh;
    padding-bottom: 5em;
}

.faqs h2{
    font-size: 5em;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.faqs h2 .serif{
    font-size: 1.25em;
}

.faqlist{
    display: grid;
    gap: 1em;
    z-index: 1;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.faqlist > div{
    background: #00003080;
    border-radius: 10px;
    backdrop-filter: blur(30px);
    border: 1px solid #8080ff50;
    padding: 2em;
}

.sgs .bgshead{
    font-size: 3em;
    border: none;
    max-width: 100%;
    padding-bottom: 0;
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    color: white;
    width: fit-content;
    position: relative;
}

.sgs .bgshead div{
    position: relative;
    z-index: 1;
}

.sgs .bgshead::after{
    width: 50%;
    position: absolute;
    content: "";
    height: 1px;
    background: #00ffee;
    bottom: 0px;
    left: 0;
}

.bgii > .bentolabel{
    /* background: #06cbc2; */
    background: radial-gradient(circle at 50% 0%, #0080ff80, #000060);
    border: 1px solid #8080ff40;
    border-top: 1px solid #4080ffb0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.labellogo{
    /* background: #00006040; */
    /* padding: .5em; */
    /* padding-right: 1.2em; */
    /* border-radius: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: .5em; */
    width: fit-content;
    margin: 0 auto;
    /* border-bottom: 1px solid #80ffff80; */
}

.lltext {
    width: 64px;
    color: #fff;
    z-index: 1;
    position: relative;
    top: -5px;
}

.llinsig{
    width: 150%;
    height: 150%;
    background: url('./insignia.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation: spin 60s linear infinite forwards;
    position: absolute;
    top: 20%;
    left: -25%;
    z-index: 0;
}

.bentolabel h4{
    margin: 0;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-size: 3em;
    font-weight: 600;
    line-height: 1em;
    z-index: 1;
    text-shadow: 0px 8px 16px #00004080;
}

.bbgg{
    width: 100%;
    height: 50%;
    position: absolute;
    /* background: linear-gradient(to bottom, #022e8a60, #022e8a00); */
    
    background-image: url('./img/wbg.webp');
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    border-radius: 2em 10px 10px 10px;
    
}

.venn{
    width: calc(100% - 6em);
    padding-top: calc(87% - 5.22em);
    position: absolute;
    background: url('./img/venn.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 3em;
    right: 3em;
    filter: drop-shadow(0px 20px 20px #64748bb0);
}

.bengrid > div.bento1{
    position: relative;
    background: #fff;
    background: linear-gradient(to bottom, #bfdbfe 45%, #ffffff 75%);
    color: #031648
}

.bengrid  div.bento3{
    position: relative;
    background: #fff;
    background: linear-gradient(to bottom, #bfdbfe , #ffffff 90%);
    color: #031648
}

.bento1 .bghead, .bento2 .bghead{
    font-weight: 500;
}

.bento1 h4, .bento3 h4{
    color: #06cabe;
    font-weight: 500;
}

.bento2 h4{
    color: #fff;
    font-weight: 500;
}

.bengrid div.bento2{
    position: relative;
    /* background: #06cabe; */
    color: #031648;
    padding: 0;
    border: 0;
    overflow: hidden;
    border: 1px solid #8080ff80;
}

.bento2video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.bcc{
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 2.5em;
    left: 0;
    filter: drop-shadow(0px 10px 10px #00008040);
}

.bcc2{
   
    width: calc(100% - 36px - 4.5em);
    overflow: hidden;
    
    filter: drop-shadow(0px 10px 10px #00008040);
    mask-image: linear-gradient(to right, #00000000, #000000 10%, #000000 90%, #00000000);
}

.bentocoins{
    display: flex;
    width: 960px;
    padding-left: 16px;
    animation: bentocoins 10s linear infinite;
    
}

.bcc2insig{
    width: 36px;
    height: 36px;
    background: url('./insignia.svg');
    background-size: cover;
    background-position: top left;
    animation: spin 30s linear infinite forwards;
}

.bcc2c{
    display: flex;
    align-items: center;
    position: absolute;
    gap: .5em;
    top: 2.25em;
    width: 100%;
    left: 0;
    padding-left: 2em;
}

.binter{
    display: flex;
    gap: 1em;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    animation: binter 15s linear infinite;
}

@keyframes binter {
    0%{
        transform: translateX(-476px);
    }
    100%{
        transform: translateX(0px);
    }
}


@keyframes bentocoins {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-480px);
    }
}

.bento1overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #00004080, #00004000 50%);
    top: 0;
    left: 0;
    z-index: 1;
}

.bentocoins > div{
    width: 64px;
    height: 64px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 16px;
    border-radius: 100%;

}

.bentocoins .pyusd{
    background-image: url('./img/pyusd.svg');
}

.bentocoins .usdc{
    background-image: url('./img/usdc.svg');
}

.bentocoins .usdt{
    background-image: url('./img/usdt.svg');
}

.bentocoins .usda{
    background-image: url('./img/usda.svg');
}

.bentocoins .usde{
    background-image: url('./img/usde.svg');
}

.bentocoins .honey{
    background-image: url('./img/honey.svg');
}

.bbgg2 {
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: linear-gradient(to bottom, #022e8a60, #022e8a00); */
    background-image: url(./img/wbg.webp);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    border-radius: 2em 10px 10px 10px;
    transform: scaleX(-1);
}

.faqs .question{
    font-weight: 500;
}

.faqs .answer{
    line-height: 1.6;
    padding-top: 1.4em;
    font-weight: 300;
    color: #ffffffd0;
    font-size: 15px;
    display: none;
}

.farrow{
    width: 32px;
    height: 32px;
    border: 2px solid #ffffff10;
    box-sizing: border-box;
    border-radius: 100%;
    position: absolute;
    top: 25px;
    right: 24px;
    background-image: url('./img/farrow.svg');
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .2s ease-in-out;
}

.farrow.openfaq:hover{
    cursor: pointer;
    border: 2px solid #ffffff40;
}

.farrow.active{
    transform: rotate(180deg);
}

.bgii > .bento4{
    background: #3a5377;
    border-radius: 10px;
    backdrop-filter: blur(30px);
    border: 1px solid #8080ff50;
    padding: 2em;
    position: relative;
}

.answer p:last-child{
    margin-bottom: 0;
}

.answer > ul{
    padding-left: 1em;
}

.answer > ul ul{
    margin-bottom: 1em;
}


@keyframes bg2 {
    0%{
        opacity: .2;
    }
    25%{
        opacity: 0;
    }
    75%{
        opacity: 0;
    }
}


/* @media screen and (orientation:portrait) {
    .ring {
        height: 50lvh;
        width: 90vw;
    }

    .logo {
        display: block;
        margin: 0 auto;
        left: 0;
        top: 7lvh;
    }

    .insignia {
        margin: 0 auto;
        width: 15lvh;
        height: 15lvh;
    }

    .text {
        width: 20lvh;
        height: 6lvh;
        margin: 0 auto;
        margin-top: 2lvh;
    }

    .caption {
        font-size: min(7vw,24px);
        text-align: center;
        padding-left: 0vw;
        top: 10lvh;
    }

    .cs {
        position: fixed;
        top: 45%;
        bottom: auto;
        left: 0vw;
        font-size: min(6vw,20px);
        text-align: center;
        width: 100%;
        letter-spacing: .025em;
        color: #ffffff40;
        font-weight: 100;
    }
} */

.pyt{
    display: inline-block;
}

.heromenu > div{
    user-select: none;
    transition: all .2s ease-in-out;
}

.heromenu > div:hover{
    border-color: #06cabe;
    cursor: pointer;
}

body.noawebm .ring2 video{
    display: none;
}

body.noawebm .fallback {
    width: 100%;
    height: 100%;
    background-image: url(./img/fallback.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.footer{    
    padding-bottom: 10svh;
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    align-items: center;
    z-index: 1;
}

.socicons > div{
    display: flex;
}

.socicons svg{
    width: 24px;
}

@media screen and (max-width: 1199px) {
    section {
        padding: 0 10vw;
    }
    .ring2 {
        top: 45svh;
        width: 65vw;
        height: 65vw;
        left: 55vw;
    }
    .content {
        top: calc(30svh - 190px);
        left: 10vw;
        max-width: 60vw;
    }
    .insignia {
        width: 10vw;
        height: 10vw;
    }
    .logo{
        gap: 3vw;
    }
    .text {
        width: 18vw;
        height: 6vw;
        margin-top: 0;
    }
    .subcap {
        max-width: 55vw;
    }
    .bgs {
        padding-left: 0%;
        max-width: 40vw;
        margin-left: auto;   
    }

    .bsh {
        left: 0vw;
        top: calc(75vw);
    }
    .bengrid {
        grid-template-columns: 1fr;
    }
    .venn {
        width: 350px;
        padding-top: 300px;
        position: absolute;
        background: url(./img/venn.webp);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        top: 3em;
        right: 3em;
        filter: drop-shadow(0px 20px 20px #64748bb0);
    }

    .bbgg {
        height: 100%;
        z-index: 0;
        border-radius: 2em 2em 10px 10px;
    }

    .bento1 p{
        max-width: 50%;
    }
    .bengrid > div {
        min-height: 400px;
    }
    .bengrid > div.bento1 {
        background: linear-gradient(to right, #ffffff, #bfdbfe);
        border-radius: 2em 2em 10px 10px;
    }
    .bengrid > div.bento1 > *:not(.bbgg, .venn) {
        position: relative;
        z-index: 1;
    }
    .bgii1 > div{
        border-radius: 10px !important;
    }
    .bento4{
        border-bottom-left-radius: 2em !important;
    }
    .sgs {
        margin-left: 0;
        max-width: 40vw;
    }
    .ssh {
        right: 10vw;
        top: 30vw;
        text-align: right;
    }
    .pyt{
        display: block;
    }
    .grads,.galaxy,.bg,.bg2{
        height: 100lvh;
    }
}

@media screen and (max-width: 960px) {
    .bengrid > div:nth-child(1) {
        padding: 2em;
    }
    .bento1 p, .bento1 .bghead {
        max-width: 45%;
    }
    .venn {
        width: 45%;
        padding-top: 40%;
        top: 2em;
        right: 2em;
    }
    .bgi > div {
        min-height: 335px;
    }
    .stat {
        font-size: 3.5em;
    }
}

@media screen and (max-width: 767px) {
    .content {
        top: calc(10svh);
        left: 10vw;
        max-width: 80vw;
    }
    .stats {
        flex-direction: column;
    }
    .subcap {
        max-width: unset;
    }
    .logo{
        margin: 0 auto;
        margin-bottom: 3em;
    }
    .insignia {
        width: 20vw;
        height: 20vw;
    }
    .text {
        width: 36vw;
        height: 12vw;
    }
    .caption{
        text-align: center;
    }
    .caption .serif{
        display: block;
        margin: 0 auto;
    }
    .heromenu{
        flex-direction: column;
        text-align: center;
        margin: 0 auto;
        margin-top: 2em;
    }
    .subhero h2 {
        font-size: 2em;
    }
    .faqs h2 {
        font-size: 2em;
    }
    .ring2 {
        top: calc(100svh - 65vw);
        width: 90vw;
        height: 90vw;
        left: 25vw;
    }
    .subcaption{
        text-align: center;
    }
    .hero{
        height: 110lvh;
    }
    .bhc{
        margin: 0 -10vw;
        width: 100vw;
    }
    .bsh, .ssh{
        font-size: 2em;
        text-align: center;
        width: 100%;
        left: 0;
        top: 0;
        background: #00003060;
        line-height: 3em;
        z-index: 2;
        backdrop-filter: blur(10px);
    }
    .bsh br, .ssh br{
        display: none;
    }
    .bgs {
        max-width: unset;
    }
    .bento1 p, .bento1 .bghead {
        max-width: unset;
    }
    .venn {
        width: 100%;
        padding-top: 80%;
        top: 0em;
        right: 0em;
        position: relative;
        margin-bottom: 2em;
    }
    .bgii1 {
        grid-template-columns: 1fr;
    }
    .bgii1 > div{
        min-height: calc(80vw);
    }
    .bgii2 {
        grid-template-columns: 1fr;
    }
    .bgii2 > div{
        min-height: calc(80vw);
    }
    .bento4 {
        border-bottom-left-radius: 10px !important;
        padding-top: 6em !important;
    }
    .bento2 {
        border-bottom-left-radius: 2em !important;
    }
    .sgs {
        max-width: unset;
    }
    .sgs .bgshead div {
        z-index: 0;
    }
    .faqs .question {
        line-height: 1.75;
        max-width: 85%;
    }
    .faqlist > div {
        padding: 1.5em;
    }
    .farrow {
        top: 21px;
        right: 21px;
    }
    .caption > span{
        transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    }

}