@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');

body {
    padding: 0;
    margin: 0;
    font-family: "Kumbh Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
        "YOPQ" 300;
    line-height: 1.5;
    letter-spacing: .05em;
    color: #fff;
    transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

body.white{
    color: #000;
}

body.inner {
    letter-spacing: 0;
    font-weight: 350;
    font-size: 16px;
    background: oklch(0.97 0.001 106.424);

}

@font-face {
    font-family: "Georgia";
    src: url(./georgia.ttf);
}

@font-face {
    font-family: "SweetSansPro";
    src: url(./SweetSansProRegular.woff);
    font-weight: 400;
}

/* @font-face{
    font-family: "SweetSansPro";
    src: url(./SweetSansProMedium.woff);
    font-weight: 500;
} */
@font-face {
    font-family: "SweetSansPro";
    src: url(./SweetSansProBold.woff);
    font-weight: 700;
}
body{
    background-color: #000;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "SweetSansPro";
}

h1 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* color: white; */
    font-size: 27px;
    text-transform: uppercase;
    max-width: 960px;
    width: 80%;
    margin: 0 auto;
    font-weight: 400;
    letter-spacing: .05em;;
    text-align: center;
}

#hlogo{
    z-index: 10;
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1), top 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

body.white #hlogo{
    color: #fff;
    top: 15%;
}

#hlogo svg{
    width: 70vw;
    max-width: 320px;
    margin: 0 auto;
    display: block;
    margin-bottom: 1em;
}

.faddress{
    position: fixed;
    width: 100%;
    bottom: 10px;
    left: 0%;
    transform: translate(0%, -50%);
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .05em;
    text-align: center;
    z-index: 2;
    transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-sizing: border-box;
}

.cright{
    font-size: 11px;
    margin-top: 5px;
    
}

body.white .faddress{
    color: #000;
}

.content{
    position: fixed;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.phones{
    display: grid;
    gap: 10px;
    margin: 1em auto 1.5em auto;
    white-space: nowrap;
    width: fit-content;
}

.phones div{
    display: flex;
    align-items: center;
    gap: 8px;
}

.phones div svg{
    width: 16px;
    height: 16px;
}

.social{
    display: flex;
    gap: 20px;
    width: fit-content;
    margin: 0 auto;
}

.social > div{
    display: flex;
    align-items: center;
    padding: 14px;    
    border: 1px solid #fff;
}

.social svg{
    width: 14px;
    height: 14px;
}

a, a:hover, a:visited, a:active {
    color: inherit;
    text-decoration: none;
}

.lmotors{
    text-align: center;
}

.est{
    display: block;
    text-align: center;
    font-weight: 500;
}

section{
    height: 100svh;
    min-height: 660px;
}

.s2{
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    height: 0;
    transition: height 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
}

.s2.active{
    height: calc(100svh - 180px - 15vh);
}

.s2content{
    position: relative;
    text-align: center;
    top: calc(50% - 25px);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: grid;
    gap: 30px;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

body.white .s2content{
    opacity: 1;
}

#fintail{
    width: 70vw;
    max-width: 398px;
    margin: 0 auto;
}

.fcaption{
    font-size: 27px;
    text-transform: uppercase;
    max-width: 960px;
    width: 80%;
    margin: 0 auto;
    font-weight: 400;
    letter-spacing: .05em;
    font-family: "SweetSansPro";
}

.fcaption2{
    font-size: 21px;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.association{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .05em;
}

.contact{
    text-align: center;
}

.covered{
    
}

.homelink{
    margin-top: 2em;
    font-weight: 500;
}

.social > div{
    position: relative;
}

.csoon{
    background: #fff;
    position: absolute;
    color: #000;
    font-size: 10px;
    white-space: nowrap;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    padding: 4px 8px;
    font-weight: 500;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.social > div:hover .csoon{
    opacity: 1;
    transform: translate(-50%, -150%);
}

.lcaption{
    display: block;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 90%);
    white-space: nowrap;
    opacity: 0;
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1);
}

body.white .lcaption{
    opacity: 1;
}

.hweb{
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 50%;
    font-weight: 500;
    bottom: 0;
    transform: translate(-50%, calc(100% + 52px));
    opacity: 0;
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1);
}
body.white .hweb{
    opacity: 1;
}

#vol{
    position: fixed;
    width: 32px;
    height: 32px;
    top: 30px;
    right: 30px;
    padding: 4px;
    box-sizing: border-box;
}

#vol:hover{
    cursor: pointer;
}

#vol.muted #muted{
display: none;
}

#vol.unmuted #unmuted{
display: none;
}

#unmuted{
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 4px;
align-items: center;
}

#unmuted div{
    width: 2px;
    height: 24px;
    background: #fff;
    opacity: 0;
}

#unmuted div:first-child, #unmuted div:last-child{
    height: 12px;
}

#unmuted div.animate{
    animation: unmuted 1s infinite;
}

@keyframes unmuted {
    0% {
        transform: scaleY(0.1);
        opacity: 1;
    }
    50% {
        transform: scaleY(.7);
        opacity: 1;
    }
    60% {
        transform: scaleY(.7);
        opacity: 1;
    }
    80% {
        transform: scaleY(1);
        opacity: 1;
    }
    100% {
        transform: scaleY(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .faddress{
        left: 0%;
        transform: translate(0%, -50%);
        padding: 0 10vw;
        font-size: 12px;
    }
    #hlogo {
        top: 20%;
    }
    h1 {
        top: 43%;
        font-size: 21px;
    }
    .s2content {
        top: calc(50% - 40px);
        gap: 20px;
    }
    #fintail {
        width: 60vw;
    }
    .content {
        top: 69%;
    }
    .fcaption{
        font-size: 20px;
    }
    .fcaption2{
        font-size: 18px;
    }
    .lsc{
        display: block;
        margin: 0 auto;
        max-width: 80%;
        font-size: 11px;

    }
    .s2.active {
        height: calc(100svh - 165px - 15svh);
    }
    .cright{
        font-size: 10px;        
    }
    #vol{
        top: 20px;
        right: 20px;
    }
}


