

* {
    margin: 0;
    padding: 0;
}

html {
    background-color: #292929;
}

body {

    /* font-family: 'Rajdhani', sans-serif; */
    /* font-family: 'JetBrains Mono', monospace; */
    font-family: 'Arvo', serif;

    font-weight: 100;

}

header {
    flex-direction: row;
    width: 100vw;
    height: 80px;
    background-color: #292929;
    position: fixed;
    z-index: 99;
}

#logoType {
    margin-left: 20px;
}

#logoType img {
    width: 50px;
    height: 50px;
}

/* #root .BuyButton-container .BuyButton-Button {
    width: fit-content;
    padding: 0 20px;
} */

section, footer {
    width: 100vw;
    min-height: 100vh;
    /* min-height: max-content; */
    /* min-height: calc(100vh + 100px); */
    /* padding: 100px 0; */

    background-position: center;
    background-size: cover;
}

.content {
    max-width: 90vw;
    padding: 100px 0;
    /* min-height: calc(100vh + 100px); */
}

.padding100 {
    padding: 100px 0;
}

/* .subSection {
    width: 100vw;
    min-height: 100vh;

    background-position: center;
    background-size: cover;
} */

h1 {
    font-weight: 100;
    /* font-size: xx-large; */
    font-size: 54px;
    /* font-size: 30vw; */
    /* line-height: 80%; */
    line-height: 140%;

    /* transition: 3s all; */
}

h2 {
    /* font-family: 'IBM Plex Mono', monospace; */
    /* font-size: large; */
    font-size: 7vw;
    font-weight: 400;
    /* font-family: 'IBM Plex Mono', monospace; */

    /* transition: 3s all; */
}

h3 {
    max-width: 80%;
    /* font-size: 5vw; */
    font-size: 4rem;
    font-weight: 300;

    /* transition: 3s all; */
}

h4 {
    /* font-size: 3vw; */
    /* font-size: 1.6rem; */
    font-size: xx-large;
    font-weight: 400;
}

h5 {
    /* font-size: 2vw; */
    /* font-size: 1.1rem; */
    font-size: larger;
    font-weight: 400;
}

q {
    /* font-size: 3vw; */
    font-size: 2rem;
    /* max-width: 80%; */
}

a {
    color: unset;
}


.textShadow {
    text-shadow: 3px 3px #292929;
}

image, img {
    max-width: 100%;
}

video {
    max-width: 80vw;
}

#gradOverlay {
    position: absolute; 
    z-index: 2; 
    width: 100%; 
    /* height: 100%;  */
    height: calc(100% + 200px);
    background: linear-gradient(0deg, rgba(0, 162, 255, 1), transparent);
    animation: rotatingHue 5s linear infinite;
}

#headerVid {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    /* height: calc(100% + 200px); */
    z-index: 0;
    overflow: hidden;
    filter: brightness(80%);
}

#headerVid video {
    /* display: block; */
    /* margin: 0 auto; */
    max-width: unset;
    /* min-width: 100%; */
    height: 100%;
    /* z-index: 0; */
}


#videoOverlay {

    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #00000077;
    z-index: 20;

}

#onboardingVideo {
    max-width: 960px;
    max-height: 540px;
    background-color: #292929;
}



.toDoItem {
    width: fit-content;
    /* width: 500px; */
    padding: 10px;
    margin: 5px;
    align-items: center;
    gap: 15px;
    background-color: #292929;
    border-radius: 50px;
}

.toDoItem img {
    filter: invert();
    width: 35px;
}

.toDoItem .tick {
    width: 55px;
    background-color: #ebebeb;
    border-radius: 50px;
}

.toDoItem .title {
    font-size: x-large;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 120px;
}

.toDoItem .timer {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 300;
    font-size: x-large;
    margin: 0;
}

.toDoItem p {
    font-size: larger;
    margin-right: 20px;
}



.blueItem {
    background-color: rgb(0, 162, 255);
}

.greenItem {
    background-color: rgb(0, 211, 109);
}

.orangeItem {
    background-color: orange; 
}

.drkOrangeItem {
    background-color: rgb(255, 94, 0);
}

.pinkItem {
    background-color: rgb(247, 76, 152);
}

.redItem {
    background-color: rgb(255, 0, 68); 
}

.violetItem {
    background-color: rgb(170, 132, 255);
}

.middleItem {
    margin-left: 190px;
}

.lastItem {
    margin-left: 350px;
}



@keyframes downIcon {
    from {bottom: 100px;}
    to {bottom: 70px;}
  }

#downDown {
    z-index: 3;
    filter: invert();
    position: absolute;
    /* bottom: 30px; */
    animation-name: downIcon;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

#downDown img {
    width: 50px;
    height: 50px;
}




.heroImgContainer {
    width: 50%;
    /* max-height: 80vh; */
    z-index: 2;
    position: absolute;
    /* position: relative; */

    /* margin-left: -20%; */
    /* transition: margin-left 5s ease; */
}

/* .heroImgContainer:before {
    margin-left: 0%;
    transition: margin-left 5s ease;
} */

.heroImgContainer img {
    width: 100%;
    /* max-height: 80vh; */
    /* margin-left: -20%; */
}


.supportingImgContainer {
    z-index: 1;
    /* width: 40%; */
    /* max-width: 40vw; */
    /* margin-left: 20%; */
    position: absolute;
    /* position: relative; */
}

.supportingImgContainer img {
    max-width: 100%;
}






/* FLEXBOX: */

.Flex {
    display: flex;
}

.row {
    flex-direction: row;
}

.wrap {
    flex-wrap: wrap;
}

.column {
    flex-direction: column;
}

.rvsd {
    flex-direction: row-reverse;
}

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

.flexEnd {
    align-items: flex-end;
}

.flexStart {
    align-items: flex-start;
}

.flexTop {
    align-items: flex-start;
}

.alignBottom {
    align-self: self-end;
}

.spaceBetween {
    align-content: space-between;
    justify-content: space-between;
}

.spaceAround {
    align-content: space-around;
    justify-content: space-around;
}

.spaceEvenly {
    align-content: space-evenly;
    justify-content: space-evenly;
}

.gap10 {
    gap: 10px;
}

.gap20 {
    gap: 20px;
}

.gap40 {
    gap: 40px;
}

.gap50 {
    gap: 50px;
}



.overLay {
    position: absolute;
    z-index: 4;
}

.redactedDrk {
    /* position: relative; */
    display: inline;
    /* display: inline-block; */
    white-space: pre-wrap;
    /* line-height: 1; */
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;

    background-color: #292929;
    /* box-shadow: 0.5em 0 0 #292929,-0.5em 0 0 #292929; */
    padding: 0px 20px;
}

.redactedLht {
    display: inline;
    /* display: inline-block; */
    white-space: pre-wrap;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;

    background-color: #ebebeb;
    padding: 0px 20px;
    color: #292929;
}



.lht {
    color: #fafafa;
}

.drk {
    color: #383838;
}




/* Features: */

#Features {
    font-family: 'JetBrains Mono', monospace;
}

.feature {
    gap: 50px;
    /* row-gap: 20px; */
    /* column-gap: 20px; */
    max-width: 80vw;
}

.insetImg {
    /* max-width: 450px; */
    max-width: 50%;
    /* height: 56.25vw; */
    height: fit-content;
    position: relative;
    /* padding-bottom: 56.25%; */
    /* height: 420px; */
    /* border-radius: 240px; */
    overflow: hidden;
    /* box-shadow: 10px 10px violet; */

    background-color: #383838;
    /* border: 2px solid #fafafa; */
    /* box-shadow: 10px 10px #00ff95; */
    box-shadow: 10px 10px;
}

.insetImg video {
    width: 100%;
    /* position: absolute; */
}

.insetImg img {
    /* min-height: -webkit-fill-available; */
    /* position: absolute; */
}

.blurb {
    font-family: 'JetBrains Mono', monospace;
    gap: 35px;
    width: 50%;
    /* border-top: 3px solid; */
    /* padding-top: 20px; */

    padding: 40px;

    /* background-color: #00ff95;
    border: 2px solid white;
    box-shadow: -8px -8px aliceblue; */

    /* background-color: #fafafa; */
    /* border: 2px solid #383838; */
    /* box-shadow: 8px 8px; */

    background-color: #292929;
    border: 2px solid #292929;
    box-shadow: 8px 8px #383838;
    color: #ebebeb;
}

.blurb h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.blurb h5 {
    font-size: x-large;
    /* margin-top: 5px; */
    margin-bottom: 10px;
}

.blurb p {
    font-size: smaller;
    line-height: 140%;
    margin-top: 20px;
}





.bgGraphic {
    position: absolute;
    /* position: relative; */
    z-index: 0;
}

.bgCircle {
    width: 50vw; 
    height: 50vw;
    border-radius: 2000px;
}


@keyframes rotatingHue {
    from {
      filter: hue-rotate(0deg);
    }
    to {
      filter: hue-rotate(360deg);
    }
  }
  .rotatingHue {
    animation: rotatingHue 5s linear infinite;
  }


@keyframes driftLeft {
    from {
      left: 45%;
    }
    to {
        left: 35%;
    }
}
.driftLeft {
    animation: driftLeft 5s forwards;
}

@keyframes driftRight {
    from {
      right: 25%;
    }
    to {
        right: 15%;
    }
}
.driftRight {
    animation: driftRight 5s forwards;
}


@keyframes btnGlow {
    from {
        box-shadow: 1px 1px 10px rgb(47, 224, 255, 0.2);
    }
    to {
        box-shadow: 1px 1px 20px rgb(47, 224, 255, 0.5);
    }
  }
  .btnGlow {
    /* animation: rotatingHue 5s linear infinite; */
    animation: btnGlow 1s ease alternate-reverse infinite;
  }





.roundedBtn {
    /* padding: 20px 40px; */
    padding: 15px 30px;
    /* background-color: unset; */
    /* background-color: unset;
    border: 2px solid; */
    border-radius: 50px;
    border: unset;

    background-color: #292929;
    /* color: #292929; */

    width: fit-content;

    font-family: 'Arvo', serif;
    /* font-family: 'Rajdhani', sans-serif; */
    font-size: 1.5rem;
    /* font: inherit; */
    color: unset;
    /* color: #292929; */
    font-size: x-large;

    /* filter: unset; */
    filter: invert();

    transition: 0.5s all;

    cursor: pointer;
}

.roundedBtn img {
    filter: invert();
}

.roundedBtn:hover {
    /* background-color: #fafafa77; */
    /* background-color: #fafafa; */
    /* background-color: #ebebeb;
    color: #292929; */
    color: #ebebeb;
    background-color: unset;
    border: 2px solid;

    filter: unset;

    transition: 0.5s all;
}


.playPauseBtn {

    padding: 10px 20px;
    margin-right: 5px;
        
    color: #ebebeb;
    background-color: unset;
    border: 2px solid;
    border-radius: 50px;

    width: fit-content;
    width: 50px;

    font-family: 'Arvo', serif;
    /* font-size: 1.5rem; */
    font-size: large;
    justify-content: center;

    /* filter: invert(); */

    transition: 0.5s all;

    cursor: pointer;

}



.roundedBtnGreen {
    /* padding: 20px 40px; */
    padding: 10px 30px;
    /* background-color: unset; */
    background-color: #00ff95;
    border: 2px solid;
    border-radius: 50px;

    width: fit-content;

    font-family: 'Arvo', serif;
    /* font-family: 'Rajdhani', sans-serif; */
    font-size: 1.5rem;
    /* font: inherit; */
    /* color: unset; */
    color: #292929;
    font-size: x-large;

    transition: 0.5s background-color;

    cursor: pointer;
}

.roundedBtnGreen:hover {
    /* background-color: #fafafa77; */
    /* background-color: #fafafa; */
    background-color: #292929;
    color: #00ff95;

    transition: 0.5s all;
}


.roundedBtnBlue {
    /* padding: 20px 40px; */
    padding: 10px 30px;
    /* background-color: unset; */
    
    /* border: 2px solid; */
    border-radius: 50px;

    /* width: fit-content; */
    width: max-content;

    font-family: 'Arvo', serif;
    /* font-family: 'Rajdhani', sans-serif; */
    font-size: 1.5rem;
    /* font: inherit; */
    /* color: unset; */
    
    font-size: x-large;

    cursor: pointer;

    /* color: #292929; */
    background-color: unset;
    color: rgb(47, 224, 255);
    border: 2px solid;
    /* background-color: rgb(47, 224, 255); */

    transition: 0.5s background-color;

    /* border: unset; */
    /* box-shadow: 2px 2px 10px rgb(47, 224, 255, 0.3); */

}

.roundedBtnBlue:hover {
    
    /* background-color: #fafafa77; */

    color: #292929;
    background-color: rgb(47, 224, 255);
    border: unset;

    /* background-color: #292929; */
    /* color: rgb(47, 224, 255); */
    /* border: 2px solid; */

    transition: 0.5s all;
}






/* Testimonies */

.testie {
    gap: 20px;
    max-width: 80%;
}

.testie q {
    /* display: inline; */
    height: fit-content;
    /* width:fit-content; */
}

.bioPic {
    min-width: 200px;
    width: 200px; 
    height: 200px; 
    border-radius: 200px; 
    background-color: #666666;
    overflow: hidden;
}

.starRating {
    flex-direction: row;
    filter: invert(); 
    margin: 10px;
    width: 40px;
    height: 40px;
    /* align-self: center; */
}




/* Offers */

.offer {
    /* max-width: min-content; */
    width: 30%;
    margin: 10px;
    padding: 60px;
    /* border: 2px solid; */
    /* border-radius: 5px; */
    /* gap: 20px; */
    gap: 40px;
    text-align: center;
    /* background-color: unset; */
    background-color: #292929;
    transition: background-color 1s;
    filter: unset;
    transition: filter 1s;
    z-index: 4;
}

.offer:hover {
    /* background-color: #ebebeb69; */
    /* filter: invert(); */
    /* transition: all 1s; */
}




.faq {
    padding: 50px;
    margin: 10px;
    border-radius: 10px;
    max-width: 80%;
    width: -webkit-fill-available;
    background-color: #ebebeb;
    color: #383838;
}

.faq h3 {
    font-size: 40px;
    text-align: left;
}

.answer h4 {
    font-size: 25px;
    line-height: 150%;
}




footer {
    text-align: center;
}



/* GRADS: */

.motionGrad {
    animation-name: gradMotionBlend;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  @keyframes gradMotionBlend {
    0% {
        background-image: linear-gradient(to right, #ef7f34 , #f84d69, #bd2f9c);
    }
    100% {
        background-image: linear-gradient(to right, #d3ef34 , #f84d69, #c98afd);
    }
  }

.orangePink {
    background-image: linear-gradient(to bottom right, #ef7f34 , #f84d69, #bd2f9c);
    /* transition: 3s all; */
}

.yellowViolet {
    background-image: linear-gradient(to bottom right, #d3ef34 , #f84d69, #c98afd);
    /* transition: 3s all; */
}

.yellowCyan {
    background-image: linear-gradient(to bottom right, #d3ef34 , #34c7ef);
}

.peachFuscia {
background-image: linear-gradient(to bottom right, #ffac75 , #f84d69);
}

.blueFuscia {
    background-image: linear-gradient(to bottom right, #c98afd, #34c7ef , #f84d69);
}

.yellowBluePurple {
    background-image: linear-gradient(to bottom right, #d3ef34 , #4db7f8, #9122ec);
}

.blueFusciaOrange {
    background-image: linear-gradient(to bottom right, #34e8ef , #f84d69, #fdd98a);
}

.fusciaOrange {
    background-image: linear-gradient(to bottom right, #f84d69, #e77e10);
}

.fusciaOrange2 {
    background-image: linear-gradient(to bottom right, #f84d69, #fdd98a);
}



@media screen and (max-width: 960px){

    .rowResponsive {
        flex-direction: column;
    }

    .offer {
        max-width: 80%;
        width: 70%;
    }

}



@media screen and (max-width: 768px){

    .blueItem {
    }
    
    .middleItem {
        margin-left: unset;
    }
    
    .lastItem {
        margin-left: unset;
    }

}


@media screen and (max-width: 640px){

    h3 {
        /* text-align: center; */
        /* max-width: 80%; */
        font-size: 3rem;
    }

    h4 {
        font-size: x-large;
    }

    h5 {
        font-size: large;
    }

    p {
        /* max-width: 80%; */
    }

    .row {
        flex-direction: column;
    }

    .rowResponsive {
        flex-direction: column;
    }

    .rvsd {
        flex-direction: column;
    }

    .flexEnd {
        align-items: center;
    }

    /* .flexTop {
        align-items: center;
    } */


    .insetImg {
        max-width: 100%;
    }


    .blurb {
        width: unset;
        gap: 20px;
    }

    .blurb h5 {
        font-size: larger;
    }


    .listItems {
        align-self: center;
    }

    .title {
        display: none;
    }


    .testie q, .testie p {
        max-width: 80%;
        margin: auto;
        text-align: center;
        display: grid;
    }

    .starRating {
        justify-content: center;
        align-self: center;
    }

}