@font-face {
    font-family: "Nasalization";
    src: url('nasalization-rg.otf') format('opentype');
}

:root {
    --cigreen: #2F9A79;
    --cibeige: #F6F0E7;
    --cigrey: #404040;
}

body {
    margin: 0;
    overflow-x: hidden;
    background-color: var(--cibeige);
}
#top {
    height: max(100vh, 55vw);
}
.bigfont {
    font-family: Nasalization;
    font-size: 4.5vw;
}
.topgap{
    margin-top: 5vh;
}
.smallfont {
    font-family: Nasalization;
    font-size: 3.2vw;
    line-height:normal;
    
}
.beigetext {
    color: var(--cibeige);
}
.right {
    text-align: right;
}

.beige {
    background-color: var(--cibeige);
    color: var(--cigrey);
}

.green {
    background-color: var(--cigreen);
    color: var(--cibeige);
}

.content {
    margin: 5vw 10vw 5vw 10vw;
    width: 90vw;
    z-index: 2;
    flex-direction: unset;
    overflow: hidden;
}
.content_half {
    width: 35vw;
}

.flex_just_cent {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.row {
    flex-direction: row;
}
.containerbigstar {
    width: 16vw;
    height: 16vw;
}
.containersmallstar {
    width: 8vw;
    height: 8vw;
}
.line7_5 {
    line-height: 7.5vw;
}
.linktext {
    position:absolute;
    z-index: 2;
    text-align: left;
    text-shadow: 0 0 0.2vw var(--cibeige);
}
.linkitem {
    width: 100%;
    margin-top: 5vw;
    border-radius: 5vw;
    opacity: 1;
    overflow: hidden;
}
.height30 {
    height: 30vw;
}
.height10 {
    height: 10vw;
}
.linkimg {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}
.halfstar {
    position: absolute;
    left: 41.5vw;
    transform: translate(0, -8vw);
    z-index: 2;
}
.buffer_halfstar {
    height: 4vw;
    width: 1vw;
}
.buffer_contacttext {
    margin: 0 3vw 0 3vw;;
}
.flex_mid {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.linkfont {
    text-decoration: none;
    color: unset;
}
.linkfont:hover {
    color: var(--cigreen);
}
.bgvideo {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%; 
    height: 100%;
    z-index: 0;
    object-fit: cover;
}
.sticky {
    position: sticky;
}
.dim30and35{
    height: 30vw;
    width: 35vw;
}
.dim10and35{
    height: 10vw;
    width: 35vw;
}
.linkspan {
    z-index: 3;
    position: fixed;
    border-radius: 5vw;
    mix-blend-mode: difference;
    background-color: rgba(0,0,0,0);
}
.linkspan:hover {
    background-color: var(--cibeige);
}
.linkitem:hover {
    box-sizing: border-box;
    border-style:solid;
    border-color: var(--cibeige);
    border-width: 1.0vw;
    text-align: unset;
}

.transition {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.transition2 {
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
body * {
    cursor: none;
}
.align_bottom {
    align-self: flex-end;
}
.cursor {
    position: fixed;
    mix-blend-mode: difference;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    will-change: transform;
    pointer-events: none;
    z-index: 999;
    top: -100px;
    left: -100px;
}
.cursor_inlay {
    border-radius: 50vw;
    width: 100%;
    height: 100%;
    background: white;
    transition: 0.2s linear;
}
.reveal {
    transform: translateY(20px);
    opacity: 0;
    transition: 1s all ease;
}
.reveal.active{
    transform: translateY(0);
    opacity: 1;
}
.revealleft {
    transform: translate(-50vw, 0);
}
.revealright {
    transform: translate(50vw, 0);
}
.star {
    max-width: 100%;
    max-height: 100%;
}
.star:hover {
    transform: rotate(180deg)
}
.topgapmobile {
    opacity: 0;
}
.desktop {
    opacity: 100%;
}
.mobile {
    opacity: 0;
    display: none;
}
.topgap2{
        margin-top: 2.7vh;
    }


@media only screen and (max-width: 799px) {
    .desktop {
        opacity: 0;
        display: none;
    }
    .mobile {
        opacity: 100%;
        display: unset;
    }
    #top {
        height: 85vh;
    }
    .topgap{
        margin-top: 0;
    }
    video {
        opacity: 0;
        display: none;
    }
    .bigfont {
        font-size: min(5.1vh, 10vw);
    }
    .smallfont {
        font-size: 3.4vh;
    }
    .containerbigstar {
        height: 18vh;
        width: 18vh;
    }
    .containersmallstar {
        height: 11vh;
        width: 11vh;
    }
    .flex_just_cent {
        flex-direction:column;
        overflow: hidden;
        align-items: unset;
        flex-wrap: unset;
    }
    .content {
        width: 80vw;
        display: flex;
        margin: 5vw 10vw 5vw 10vw;
    }
    .rightalign {
        justify-content: right;
        width: 100%;
        height: 100%;
    }
    .line7_5 {
        line-height: unset;
    }
    .mobilestar {
        position:absolute;
    }
    .mobilestar2 {
        position:absolute;
        top: 5vw;
        right: 10vw;
    }
    .mobilestar3 {
        position:absolute;
        top: 5vw;
        right: 10vw;
    }
    .content_half {
        width: 80vw;
    }
    .dim30and35{
        height: 50vw;
        width: 80vw;
    }
    .dim10and35{
        height: 20vw;
        width: 80vw;
    }
    .height30 {
        height: 50vw;
    }
    .height10 {
        height: 20vw;
    }
    .linkitem {
        margin-top: 5vh;
        border-radius: 5vh;
    }
    .linkspan {
        border-radius: 5vh;
    }
    .content_half2 {
        margin-top: 10vh;
        margin-bottom: 5vh;
    }
    .align_flexstart {
        align-items: flex-start;
    }
    .reveal {
        transform: translateY(10px);
    }
    .cursor {
        opacity: 0;
    }
    .mobilegreen {
        color: var(--cigreen);
    }
    .bgvideo {
        bottom: unset;
        height: 90vh;
        object-position: 10%;
    }
    .mobilemargin {
        margin-top: 2vw;
    }
    .mobilegap {
        height: 5vw;
        width: 10vw;
    }
    .topgap2{
        margin-top: 0vh;
    }
}





