@font-face {
    font-family: "TTCommons-Bold";
    src: url("TT Commons Bold.otf");
}
@font-face {
    font-family: "TTCommons-DemiBold";
    src: url("TT Commons DemiBold.otf");
}
@font-face {
    font-family: "TTCommons-Medium";
    src: url("TT Commons Medium.otf");
}
@font-face {
    font-family: "TTCommons-Regular";
    src: url("TT Commons Regular.otf");
}
@font-face {
    font-family: "TTCommons-Thin";
    src: url("TT Commons Thin.otf");
}
::-webkit-scrollbar {
    background:transparent;
    width: 5px;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #6a994e;

  }

html, body {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    
    

}
body {
    width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background: #f7f7f7;

}
#nav-bar {
    width: 100%;
    height: 11vh;
    font-family: "TTCommons-DemiBold";
    font-size: 2.3rem;
    color: rgb(19, 17, 17);


    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2vh;
    position: sticky;
    top: 0;
    z-index: 10;
    transition: background-color 0.2s;
}
#nav-bar1 {
    width: 100%;
    height: 11vh;
    font-family: "TTCommons-DemiBold";
    font-size: 2.3rem;
    color: white;


    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2vh;
    position: sticky;
    top: 0;
    z-index: 10;
    transition: background-color 0.2s;
}


#nav-bar.scrolled {
    background-color: rgba(255, 255, 255, 0.953);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    color: white;

}
#nav-bar1 .left-cont a {
    text-decoration: none;
    color: inherit;
}
#nav-bar1.scrolled1 {
    background-color: rgba(255, 255, 255, 0.953);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #252522 !important;

}
#circle1 {
    position:absolute;
    /*transform:translate(-50%,-50%);*/
    top: 0vh;
    left: 10vw;


    z-index: -10;
    width: 1000px; 
    height: 1000px; 
    border-radius: 9rem; 
    background: radial-gradient(
        73.4% 100.98% at 95.54% 95.05%, 
        #6a994e 0%, 
        rgba(255, 168, 88, 0) 100%), 
        linear-gradient(
            197.37deg, 
            #FFF0A4 -0.38%, 
            rgba(255, 240, 164, 0) 101.89%
        ), 
        radial-gradient(
            58.85% 73.83% at 9.82% 3.13%, 
            #F2E8CF 0%,
            rgba(56, 75, 247, 0.208) 52.16%,
            rgba(62, 246, 246, 0) 100%
        ), 
        linear-gradient(
            117.39deg, 
            #F2E8CF 3.91%, 
            #F8F5F0 37.48%, 
            rgba(246, 62, 106, 0) 73.98%
        ), 
        linear-gradient(
            306.53deg, 
            #A7C957 19.83%,
            rgba(255, 170, 221, 0) 97.33%
    ); 
    background-blend-mode: normal, normal, normal, normal, normal, normal; 
    filter: blur(2280px);
  }
  #circle2 {
    position:absolute;
    /*transform:translate(-50%,-50%);*/
    bottom:    0vh;
    left: 10vw;


    z-index: -10;
    width: 1000px; 
    height: 1000px; 
    border-radius: 9rem; 
    background: radial-gradient(
        73.4% 100.98% at 95.54% 95.05%, 
        #6a994e 0%, 
        rgba(255, 168, 88, 0) 100%), 
        linear-gradient(
            197.37deg, 
            #FFF0A4 -0.38%, 
            rgba(255, 240, 164, 0) 101.89%
        ), 
        radial-gradient(
            58.85% 73.83% at 9.82% 3.13%, 
            #F2E8CF 0%,
            rgba(56, 75, 247, 0.208) 52.16%,
            rgba(62, 246, 246, 0) 100%
        ), 
        linear-gradient(
            117.39deg, 
            #F2E8CF 3.91%, 
            #F8F5F0 37.48%, 
            rgba(246, 62, 106, 0) 73.98%
        ), 
        linear-gradient(
            306.53deg, 
            #A7C957 19.83%,
            rgba(255, 170, 221, 0) 97.33%
    ); 
    background-blend-mode: normal, normal, normal, normal, normal, normal; 
    filter: blur(2280px);
  }
* {
    outline: 1px   red;
}
.subcaption a {
    background: linear-gradient(to bottom left, #386641 0%, #A7C957 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 1s background, 1s -webkit-background-clip, 1s -webkit-text-fill-color;

}
.subcaption a:hover {
    background: linear-gradient(to bottom right, #386641 0%, #A7C957 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.left-pane .footer-right #logo{
    width: 1.9vw;
    margin-top: 2vh;
}
.top-feed {
    margin-top: -5vh;
    height: 100%;
    display: flex;
    width: 100vw;
}
.left-pane {
    width: 100%;
    padding: 90px;
    display: flex;
    flex-direction: column;
}
.subcaption {
    font-family: "TTCommons-Regular";
    font-size: 1.6rem;
    padding-top: 4vh;
    color:#252522;
}
* {
    outline: 1px  black;
}
.right-pane {
    width: 100%;
    padding: 90px;
}
.right-pane .content {
    background: #6a994e3a;
    height: auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-basis: 0.5%;
    flex-wrap: wrap;
    padding-top: 10vh;
    align-items: center;
    border-radius: 50px;
}
.pos-icon {
    border-radius: 50%;
    min-width: 8vw;
    max-width: 8vw;

    height: auto;
    outline: 3px solid black;
    padding: 7px;
    margin-bottom: 5%;

}
.position:hover {
    color:#386641;
    filter: grayscale(100%) brightness(80%) sepia(300%) hue-rotate(50deg) saturate(500%);
}
.position {
    min-width: 50%;
    max-width: 50%;

    margin-bottom: 5vh;
    min-height: 20%;
    max-height: 20%;

    font-size: 1.5vw;

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;

    font-family: "TTCommons-DemiBold";
}
.cir-overlay {
    background: radial-gradient(
        73.4% 100.98% at 95.54% 95.05%, 
        #6a994e 0%, 
        rgba(255, 168, 88, 0) 100%), 
        linear-gradient(
            197.37deg, 
            #6a994e -0.38%, 
            rgba(255, 240, 164, 0) 101.89%
        ), 
        radial-gradient(
            58.85% 73.83% at 9.82% 3.13%, 
            #F2E8CF 0%,
            rgba(56, 75, 247, 0.208) 52.16%,
            rgba(62, 246, 246, 0) 100%
        ), 
        linear-gradient(
            117.39deg, 
            #F2E8CF 3.91%, 
            #F8F5F0 37.48%, 
            rgba(246, 62, 106, 0) 73.98%
        ), 
        linear-gradient(
            306.53deg, 
            #A7C957 19.83%,
            rgba(255, 170, 221, 0) 97.33%
    ); 
    filter: blur(150px);
    height: 500px;
    width: 500px;
    position: absolute;
    right: 13vw;
    top: 0;
    margin-top: 10vh;
    opacity: 60%;
    z-index: -1;
}

.left-pane .content {
    font-family: "TTCommons-DemiBold";
    font-size: 8rem;
    line-height: 8rem;
    letter-spacing:normal;
    background: linear-gradient(to bottom left, #386641 0%, #A7C957 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    align-items: center;
    display: flex;
}
.footer-links div a {
    text-decoration: none;
    color: inherit;
}
#nav-bar .left-cont {
    margin-left: 3vw;
    display: flex;
    align-items: center;
}
#nav-bar1 .left-cont {
    margin-left: 3vw;
    display: flex;
    align-items: center;
}
.left-cont object {
    margin-right: 1.3rem;
}
.right-cont {
    margin-right: 5vw;
    font-family: "TTCommons-Regular";
    color: #424F65;
    font-size: 1rem;
    width: 35vw;
    align-items: center;
}
.right-cont ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    box-sizing:border-box;
    align-items: center;

}
.right-cont li{
    display: inline;
    
}



#waitlist a{
    background-color: #6a994e36;
    font-family: "TTCommons-DemiBold";
    text-decoration: none;
    color: #6a994e;
    padding: 3vh 2vw;
    border-radius: 30px;
    transition: color 0.3s, background-color 0.3s;
}
#waitlist a:hover {
    box-shadow: inset 0 0 0 1px green;    
    background-color: #6a994e;
    color: white;
    transition: outline 0.3s, background-color 0.3s, color 0.3s;

}
  



.headline {
    font-size: 4.8rem;
    font-family: "TTCommons-DemiBold";
    letter-spacing: -0.15rem;
    text-align: center;
    margin-top: 15vh;
    height: auto;
}
.subtitle {
    font-family: sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.781);
    letter-spacing: normal;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-top: 1vh;

}


.phone-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 350vh;
    padding-bottom: 10vh;
    

}
#phone {
    height: 75vh;
    overflow: hidden;
    border-radius:55px;
    background: #000;
    position: sticky;
    
}
#left-statement {
    width: 50vw;
    height: 40vh;
    padding-top: 30vh;
    padding-bottom: 20vh;
    position: sticky;
    top:0;
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: -1;
}
.floating-msg {
    position: sticky;
    top: 0;
    left: 74vw;
    padding-top: 20vh;
    font-family: "TTCommons-DemiBold";
    color: #6a994e;
    font-size: 5vh;
    width: 20vw;
    letter-spacing: -0.1rem;
    padding-bottom: 50vh;

}
.subpoint {
    color: #252522;
    font-family: "TTCommons-Regular";
    padding-top: 2vh;
    text-align: center;
    font-size: 1.2rem;

}
#left-1 {
    font-size: 20rem;
    padding-right: 5vw;
    font-family: "TTCommons-DemiBold";
    background: #386641;
    background: linear-gradient(to right, #386641 0%, #A7C957 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: -10;
    margin-left: -500px;
    min-height: 27rem;


}
.link-cont {
}
.right-link-cont {
    background: pink;
    width: 100%;
}
#left-2 {
    font-size:20rem;
    font-family: "TTCommons-DemiBold";
    background: #386641;
    background: linear-gradient(to left, #386641 0%, #A7C957 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: -20;
    margin-right: -12vw;
    letter-spacing: -0.5rem;
    min-height: 27rem;



}
.body {
    overflow-x: hidden
}
.idea-cont {
    padding: 15vh 0vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #a7c9575c;
}
.idea-box {
    display: flex;
    flex-direction: column;
    perspective: 10px;
    max-width: 20vh;

    

}
#ss-1 {
    position: absolute;
    left: -8vw;
    height: 500px;
}
#ss-2 {
    position: absolute;
    left: 3vw;
    height: 600px;
    z-index: 2;
}
#ss-3 {
    position: absolute;
    left: 15vw;
    height: 500px;
}
#ss-4 {
    position: absolute;
    left: 3vw;
    z-index: 2;
    
    height: 600px;
    /* transform: rotateY(364deg); */
}
#ss-5 {
    position: absolute;
    left: 17vw;

    height: 600px;
    z-index: -1;
    /* transform: rotateY(364deg); */
}
.circle-overlay {
    background: radial-gradient(
        73.4% 100.98% at 95.54% 95.05%, 
        #6a994e 0%, 
        rgba(255, 168, 88, 0) 100%), 
        linear-gradient(
            197.37deg, 
            #6a994e -0.38%, 
            rgba(255, 240, 164, 0) 101.89%
        ), 
        radial-gradient(
            58.85% 73.83% at 9.82% 3.13%, 
            #F2E8CF 0%,
            rgba(56, 75, 247, 0.208) 52.16%,
            rgba(62, 246, 246, 0) 100%
        ), 
        linear-gradient(
            117.39deg, 
            #F2E8CF 3.91%, 
            #F8F5F0 37.48%, 
            rgba(246, 62, 106, 0) 73.98%
        ), 
        linear-gradient(
            306.53deg, 
            #A7C957 19.83%,
            rgba(255, 170, 221, 0) 97.33%
    ); 
    filter: blur(150px);
    height: 500px;
    width: 500px;
    position: absolute;
    right: 13vw;
    margin-top: 10vh;
    opacity: 60%;
    z-index: 0;
}
.circle5-overlay {
    background: radial-gradient(
        73.4% 100.98% at 95.54% 95.05%, 
        #6a994e 0%, 
        rgba(255, 168, 88, 0) 100%), 
        linear-gradient(
            197.37deg, 
            #6a994e -0.38%, 
            rgba(255, 240, 164, 0) 101.89%
        ), 
        radial-gradient(
            58.85% 73.83% at 9.82% 3.13%, 
            #F2E8CF 0%,
            rgba(56, 75, 247, 0.208) 52.16%,
            rgba(62, 246, 246, 0) 100%
        ), 
        linear-gradient(
            117.39deg, 
            #F2E8CF 3.91%, 
            #F8F5F0 37.48%, 
            rgba(246, 62, 106, 0) 73.98%
        ), 
        linear-gradient(
            306.53deg, 
            #A7C957 19.83%,
            rgba(255, 170, 221, 0) 97.33%
    ); 
    filter: blur(150px);
    height: 500px;
    width: 500px;
    position: absolute;
    right: 13vw;
    margin-top: 10vh;
    opacity: 60%;
    z-index: -1;
}
.circle1-overlay {
    background: radial-gradient(
        73.4% 100.98% at 95.54% 95.05%, 
        #6a994e 0%, 
        rgba(255, 168, 88, 0) 100%), 
        linear-gradient(
            197.37deg, 
            #6a994e -0.38%, 
            rgba(255, 240, 164, 0) 101.89%
        ), 
        radial-gradient(
            58.85% 73.83% at 9.82% 3.13%, 
            #F2E8CF 0%,
            rgba(56, 75, 247, 0.208) 52.16%,
            rgba(62, 246, 246, 0) 100%
        ), 
        linear-gradient(
            117.39deg, 
            #F2E8CF 3.91%, 
            #F8F5F0 37.48%, 
            rgba(246, 62, 106, 0) 73.98%
        ), 
        linear-gradient(
            306.53deg, 
            #A7C957 19.83%,
            rgba(255, 170, 221, 0) 97.33%
    ); 
    filter: blur(150px);
    height: 500px;
    width: 500px;
    position: absolute;
    left: 13vw;
    margin-top: 10vh;
    opacity: 60%;
}

.left-image {
    display: flex;
    margin-left: -4vw;
}
.right-text {

}
.feature-1 {
    background: transparent;
    height: 60vh;
    display: flex;
    padding-top: 20vh;
    justify-content: center;
}
.feature-2 {
    background: transparent;

    margin-top: 20vh;
    height: 60vh;
    display: flex;
    overflow: hidden;


    justify-content: center;
}
.feature-cont {
    max-width: 70%;
    height: 80%;
    display: flex;
}
.ss-holder {
    max-width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    transform: skew(5deg, 5deg);
    margin-left: 25vw;

   
}

.last-div-1 {
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: transparent;
}


.section-title1 {
    color: black;

    text-align: center;
    display: flex;
    justify-content:center;
    flex-direction: column;
    font-size: 5rem;
    font-family: "TTCommons-DemiBold";

}
.section-title1 #waitlist a{
    color: #3f781e;
    background-color: #6a994e6e;
    width: auto;
    display: inline-block;
    padding: 3vh 2vw;
    font-size: 1.2rem;
    letter-spacing: normal;
    text-decoration: none;
    font-family: "TTCommons-DemiBold";
    border-radius: 15px;
    transition: color 0.3s, background-color 0.3s;
    margin-bottom: -40vh;

}
.section-title1 #waitlist a:hover {

    box-shadow: inset 0 0 0 1px green;    
    background-color: #6a994e;
    color: white;
    transition: outline 0.3s, background-color 0.3s, color 0.3s;

}
.ss-holder-1 {
    max-width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    transform: skew(-5deg, -5deg);
    position: absolute;
    margin-top: 40vh;
    margin-left: -15vw;

   
}
.caption {
    font-size: 1.2rem;
    font-family: "TTCommons-Regular";
    margin-bottom: 4vh;
    margin-top: 1vh;

}
.blob-conts {
    overflow-x: hidden;

}

.feature-3 {
    height: 100vh;
    padding-top: 20vh;
    overflow: hidden;

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

}
.right-cont a{
    text-decoration: none;
    color:#252522;
}
.right-cont a:hover{
    text-decoration: underline;
}
#logo {
    height: auto;
    width: 1.4vw;
}
.footer {
    background: white;
    padding: 5vh 10vw;
    margin-bottom: -10vh;
}
.footer-links {
    font-family: "TTCommons-Regular";
    font-size: 1.5rem;
    padding-bottom: 1vh;
    display: flex;
    width: auto;
    margin-right: auto;
    border-bottom: 1px solid rgba(96, 89, 89, 0.502);
    align-items: center;
}
.footer-right>div {
    margin-right: 1vw;
    white-space: nowrap;
}
.footer-right {
    display: flex;
    
}
.footer .left-cont {
    display: flex;
    align-items: center;
    font-family: "TTCommons-DemiBold";
    font-size: 2rem;
    padding-bottom: 1vh;
    padding-top: 1vh;

}
.more-links {
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.footer-links>:first-child {
    margin-right: 3vw;

}
.footer-links div a{
    margin: 0;
    padding: 0;

}
.footer-right-cont {
    flex-direction: row;
}

.feature-title {
    font-size: 5rem;
    font-family: "TTCommons-DemiBold";

    background: linear-gradient(to right, #386641 0%, #A7C957 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    
}
.footer-sub {
    font-size: 1.2rem;
    color:#252522bc;
    display: flex;
}
.footer-sub>div {
    margin-left: 1vw;
}
.footer-sub>div:hover {
    text-decoration: underline;
}
.footer-sub a {
    text-decoration:none;
    color: inherit;
}
.footer-sub a:hover {
    text-decoration:underline;
}
.subtitle-1 {
    color:#252522 !important;
    width: 50%;
    font-size: 1.2rem;
    font-family: "TTCommons-Regular";
    padding-top: 5vh;
    text-align: center;

}
.feature-3-ss {
    
}

.text-holder-1{
    max-width: 50%;
    min-width: 50%;
    padding-left: 17vw;
    padding-top: 10vh;
    margin-left: 30vw;
    margin-right: -15vw;
    display: flex;
    text-align: right;

}
.text-holder-1 .section-subtitle {
    opacity: 90%;
}
.bg-overlay {
    height: 650px;
    width: 700px;
    background: radial-gradient(
        73.4% 100.98% at 95.54% 95.05%, 
        #6a994e 0%, 
        rgba(255, 168, 88, 0) 100%), 
        linear-gradient(
            197.37deg, 
            #6a994e -0.38%, 
            rgba(255, 240, 164, 0) 101.89%
        ), 
        radial-gradient(
            58.85% 73.83% at 9.82% 3.13%, 
            #F2E8CF 0%,
            rgba(56, 75, 247, 0.208) 52.16%,
            rgba(62, 246, 246, 0) 100%
        ), 
        linear-gradient(
            117.39deg, 
            #F2E8CF 3.91%, 
            #F8F5F0 37.48%, 
            rgba(246, 62, 106, 0) 73.98%
        ), 
        linear-gradient(
            306.53deg, 
            #A7C957 19.83%,
            rgba(255, 170, 221, 0) 97.33%
    ); 
    filter: blur(150px);
    right: 16vw;
    transform: rotate(20deg);
    position: absolute;
    z-index: -1;
    border-radius: 25%;
}
.section-title {
    font-size: 5rem;
    font-family: "TTCommons-DemiBold";
    padding-right: 9vw;
    line-height: 4rem;

    background: linear-gradient(to right, #386641 0%, #A7C957 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-holder-1 .section-title {
    font-size: 5rem;
    font-family: "TTCommons-DemiBold";
    padding-right: 9vw;
    line-height: 4rem;
    background: linear-gradient(to left, #386641 0%, #A7C957 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-holder-1 .section-subtitle {
    color: #252522; 
    -webkit-text-fill-color: #252522;
    -webkit-background-clip:normal;
    font-size: 1.4rem;
    font-family: "TTCommons-Regular";
    padding-top: 5vh;
    line-height: normal;
}

.section-subtitle {
    color: #252522; 
    -webkit-text-fill-color: #252522;
    -webkit-background-clip:normal;
    font-size: 1.4rem;
    font-family: "TTCommons-Regular";
    padding-top: 5vh;
    line-height: normal;

}
.section-subtitle ul {
}
.section-subtitle li:before {
    content: '\◎'; margin-left: -20px; margin-right: 10px; 
}
.modal-right li::before {
    content: '\◎'; margin-left: -20px; margin-right: 10px; 
    font-family: "TTCommons-DemiBold";
}
.modal-right ul {
    font-family: "TTCommons-Regular";
    font-size: 2vh;
    margin-top: -20px;

}
.text-holder{
    width: 100%;
    padding-right: 20vw;
    padding-top: 10vh;
    margin-left: -30vw;
    margin-right: 20vw;
    display: flex;

}
.point-header {
    font-size: 2.5rem;
    font-family: "TTCommons-DemiBold";
    color: #6a994e;
    text-align: center;
    padding-top: 1rem;
    
}
.idea {
    width: 65%;
    display: flex;
    justify-content: space-around;
}
.idea * {
    outline: 1px  blue;
}
.icon {
    border-radius: 50%;
    width: auto;
    height: 20vh;
}
.floating { 
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    transform:skew(5deg, 5deg);
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}
#case {
    height: 80%;
    margin-top: -2vh;
    position: absolute;
    z-index: 1;

}
#phone-1 {
    position: sticky;
    height: 80vh;
    width: auto;
    top:0;
    padding-top: 11vh;
    overflow:hidden;
}
#phone-cont:after {
    background: pink;
}
#case-2 {
    height: 100%;
    border-radius: 40px;
    overflow:hidden;
    z-index: 3;
}
#lock-2 {
    position: absolute;
    height: 83%;
    z-index: -1;
    width: auto;
    left: 0;
    top: 0;
    margin-top: 13vh;
    margin-left: 3vh;
    border-radius: 20px;

}

#phone-cont {
    height: 83%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    margin-top: 13.4vh;
    overflow: hidden;
    border-radius:70px;
}
#lock-3 {
    width: auto;
    height: 98%;
    margin-top: 25vh;
    margin-left: 2vw;
    border-radius: 20px;
    image-rendering: optimizeSpeed;

}
.no-translate {
    transform: none !important;
}
#ss {
    width: 80%;
    margin-top: 100vh;

    margin-left: 10%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    


}
#static-ss {
    position: absolute;
    width: 80%;
    height: auto;
    margin-left: 10%;
    top: 0;
    margin-top: 1vh;
    z-index: -1;

    left:0;
}

#static-lock {
    width: auto;
    height: 98%;
    margin-top: 1vh;
    margin-left: 2vw;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left:0;
    image-rendering: optimizeSpeed;
}




#lock {
    height: 100%;
    z-index: -2;
    /* position: absolute; */
    border-radius: 25px;
    image-rendering: optimizeQuality;
    padding-left: 2vw;
    border-radius: 25px;
    width: auto;
    transition: transform 0.3s;
    margin-top: 30vh;

}
#waitlist-headline a{
    color: #3f781e;
    background-color: #6a994e6e;
    width: auto;
    display: inline-block;
    padding: 3vh 2vw;
    font-size: 1.2rem;
    letter-spacing: normal;
    text-decoration: none;
    font-family: "TTCommons-DemiBold";
    border-radius: 15px;
    transition: color 0.3s, background-color 0.3s;
    margin-bottom: -40vh;

}
#waitlist-headline a:hover {
    box-shadow: inset 0 0 0 1px green;    
    background-color: #6a994e;
    color: white;
    transition: outline 0.3s, background-color 0.3s, color 0.3s;

}
#lock-1 {
    position: absolute;
    width: 20vw;
    margin-top: -6.6vh;
    margin-left: 1.4vh;
    border-radius: 20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;

    

}
#blob-cont {
    overflow-x: hidden;
}
#blob-cont1 {
    overflow-x: hidden;
}
#blob1 {
    position: absolute;
    top: 50vh;
    left: -20vw;
    width: 40vw;
    z-index: 10;
    height: auto;
    image-rendering: optimizeSpeed;
    filter: blur(5px);

    animation: rotation 10s infinite linear;
}
#blob2 {
    position: absolute;
    top: -5vh;
    right: -10vw;
    width: 25vw;
    z-index: 10;
    height: auto;
    filter: blur(2px);

    image-rendering: optimizeSpeed;
    animation: rotation 10s infinite linear;
}
@keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }

  #blob3 {
    position: absolute;
    top: -10vh;
    left: -1vw;
    width: 24vw;
    z-index: 10;
    height: auto;
    image-rendering: optimizeSpeed;
    filter: blur(9px);
    animation: rotation1 10s infinite linear;
}
#blob4 {
    position: absolute;
    top: 47vh;
    right: 40vw;
    width: 17vw;
    z-index: -1;
    height: auto;
    filter: blur(12px);
    image-rendering: optimizeSpeed;
    animation: rotation1 10s infinite linear;
}
#blob5 {
    position: absolute;
    top: -25vh;
    right: 7vw;
    width: 44vw;
    z-index: -2;
    height: auto;
    filter: blur(11px);
    image-rendering: optimizeSpeed;
    animation: rotation1 10s infinite linear;
}


  @keyframes rotation1 {
    from {
      transform:  rotateZ(0deg) rotateY(0deg);
    }
    to {
      transform: rotateZ(359deg)  rotateY(360deg);
    }
  }


  #nav-bar .left-cont a {
    font-family: "TTCommons-DemiBold";
    font-size: 2.3rem;
    color: rgb(19, 17, 17);
    text-decoration: none;
  }

.team-page-title {
    padding-top: 5vh;
    padding-bottom: 5vh;
    font-size:4.5rem;
    font-family: "TTCommons-DemiBold";
    color: #386641;
    padding-left: 20vw;
    padding-right: 25vw;
    line-height: 4.2rem;

}
.team-caption {
    color: #252522ac;
    font-size: 1.2rem;
    font-family: "TTCommons-Regular";
    padding-right: 5vw;
    line-height: normal;
    margin-top: 2vh;


}
.team-sub {
    font-family: "TTCommons-Regular";
    font-size: 1.2rem;
    color: #386641aa;
    letter-spacing: 0.1rem;
    padding-bottom: 1vh;

}
.team-page-cont {
    height: 90vh;
    width: 100vw;

    padding-top: 2vh;
    padding-bottom: 2vh;
    display: flex;
    justify-content:center;
    align-items: center;

    
}
.team-grid {
    height: 100%;
    width: 60vw;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 1vw;
}
.team-member {
    display: flex;
    
    font-family: "TTCommons-DemiBold";
    flex-direction: column;
    justify-content:center;
    min-height: 35vh;
    max-height: 35vh;
    min-width: 18vw;
    max-width: 18vw;
    align-items: center;
    outline: 1px solid rgba(128, 128, 128, 0.458);
    border-radius: 10px;
    color:#386641;
    font-size: 1.2rem;
    


}
.modal * {
    outline: 1px  blue;
}
.modal-right span {
    justify-self:right;
}
.modal-right {
    width: 100%;
    padding-left: 5vw;
    margin-top: -2vh;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    padding: 20px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    border: 1px solid #888;
    display: flex;
    padding: 20px;
    border-radius: 8px;
    

    min-height: 50%;
    max-height: 50%;
    min-width: 50%; 
    max-width: 50%;/* Could be more or less, depending on screen size */
  }
  .modal-name {
      font-family: "TTCommons-Bold";
      font-size: 3vh;
  }
  .modal-pos {
    font-family: "TTCommons-Bold";
    color:#386641;
    font-size: 3vh;
    margin-top: -2vh;


  }
  .modal-bio {
    font-family: "TTCommons-Regular";
    font-size: 2.4vh;
    margin-top: -1vh;
    padding-right: 2vw;



  }
  .modal-major {
    font-family: "TTCommons-Regular";
    font-size: 1rem;
  }
  .skills {
    font-family: "TTCommons-DemiBold";
    margin-top: -2vh;
    font-size: 1.2rem;
    color:#386641;
    margin-bottom: 2.3vh;




  }
  
  /* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-top: 1vh;
}
.modal-left {
    display: flex;
    align-items: center;
}
.modalpic1 {
    border-radius: 50px;
}
.modalpic {
    border-radius: 51px;
    width: 15vw;
    justify-content: center;
    display: flex;
    margin-left: 1vw;
}

  
.close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



.team-member:hover {
    outline: 1px solid rgba(128, 128, 128, 0.755);

}
.sub {
    color:#252522;
    font-family: "TTCommons-Regular";
    margin-top: 1vh;
    margin-bottom: 1vh;
    padding-left: 1vw;
    padding-right: 1vw;
    text-align: center;

}

.member {
    width: 40%;
    height: auto;
    border-radius:50%;
}
.job-pos {
    margin-top: 0.2vh;

}
.name {
    color:#252522;
    margin-top: 0.5vh;

}
.figma-section {
    height: 100vh;
}





.marquee {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    --offset: 20vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));
    z-index: -1;
    margin-bottom: -15vh;
    margin-top: 20vh;


}

.marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee 60s linear infinite;
    animation-play-state: running;
    font-family: "TTCommons-Regular";
    font-style: italic;
}

.marquee span {
    font-size: 4vw;
    padding: 0 2vw;
}

.marquee:hover .marquee__inner {
}

@keyframes marquee {
    0% {
        transform: translate3d(var(--move-final), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-initial), 0, 0);
    }
}

.figma-1 {
    height: 60vh;
    padding: 100px;
    display: flex;
    justify-content: center;
}
.screen-show {
    min-width: 25vw;
    max-width: 25vw;
    min-height: 70vh;
    max-height: 70vh;
    background: white;


    border-radius: 20px;
    outline: 1px solid gray;
    overflow: hidden;
}
.head {
    font-family: "TTCommons-Bold";
    font-size: 1.9rem;
}
.subtext {
    color:#252522;
    margin-top: 2vh;
    font-family: "TTCommons-Regular";
    font-size: 1.2vw;

}

#fig {
    height: 35vw;
    width: auto;
    position: absolute;
    left: 0vw;
    margin-left: 10%;
    margin-bottom: 4vh;
}
.figma-cont {
    position: relative;
    max-height: 30vh;
    min-height: 30vh;
    padding-top: 5vh;
    overflow:hidden;
    background-image: url("colorgrad.jpg");

}

.text {
    z-index: 10;
    color: #386641;
    padding: 20px;
    background: white;

}
.flex-cont {
    height: 100%;
    width: 95%;
    justify-content: space-between;
    display: flex;
    align-items: center;

}
