


@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: "Cabin";
}

#Header {
    width: 100%;
    background-size: cover;
    border-bottom: 5px, black;
    color: rgb(245, 241, 235);
    /* background: linear-gradient(180deg, rgb(71, 128, 255), rgb(47, 83, 168)); */
    background: linear-gradient(0deg, rgb(47, 83, 168), rgb(71, 128, 255));
    text-align: center;
    /* height: 575px; */
    min-height: 100vh;
}

@media (max-width: 600px){

    #headernavlist{
        /* visibility: hidden; */
        display: none;
        margin: 0;
    }
    .headernavlistitem{
        /* visibility: hidden; */
        display: none;
    }
    
    .dropdown{
        float: left;
        position: relative;
    }

    .checkbox {
        position: absolute;
        display: block;
        height: 32px;
        width: 32px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
      }


    input[type="checkbox"]:checked ~ .dropdown-content {
        transform: translateX(0);
      }
      
    input[type="checkbox"]:checked ~ .menu-lines .line1 {
        transform: rotate(45deg);
      }
      
      input[type="checkbox"]:checked ~ .menu-lines .line2 {
        transform: scaleY(0);
      }
      
      input[type="checkbox"]:checked ~ .menu-lines .line3 {
        transform: rotate(-45deg);
      }
      


    .menu-lines {
        display: block;
        height: 26px;
        width: 32px;
        position: absolute;
        top: 25px;
        left: 22px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }

      .menu-lines .line {
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        /* background: #0e2431; */
        background:rgb(245, 241, 235);
        box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.2);
      }

      .menu-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out;
      }
      
      .menu-lines .line2 {
        transition: transform 0.2s ease-in-out;
      }
      
      .menu-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
      }


      .dropdown-content li {
          list-style: none;
      }

    .dropdown-content{
        /* display: none; */
        position: absolute; 
        top: 70px;
        color: rgb(245, 241, 235);
        -webkit-text-stroke-width: 0.25px;
        -webkit-text-stroke-color: black;
        background-color: rgb(119, 136, 153);
        min-width: 195px;
        z-index: 100;
        padding-bottom: 10px;
        border-style: solid;
        border-width: 0.95px;
        border-radius: 5px;
        border-color: black;
        font-size: 130%;
        opacity: 0.97;
        transform: translate(-150%);
        padding: 5px;
        min-height: 155px;
        transition: transform 0.5s ease-in-out; 
        flex-direction: column;
        text-align: left;
    }
    
    .dropdown-content a{
        text-decoration: none;
        color:rgb(245, 241, 235);
        display: block;
        padding: 8px;
        font-weight: bolder;
    }
    
    .dropdown-content a:hover{
        cursor: pointer;
        font-size: 105%;
    }
    
}




@media (min-width: 600px) {
    #menuicon{
        display: none;
    }
    
    #headerbar{
        position: fixed;
        top: 0%;
        /* background-color: rgb(119, 136, 153); */
        background-color: rgb(47, 83, 168);
        background-image: linear-gradient(to bottom, rgb(47, 83, 168), rgb(71, 128, 255));
        width: 100%;
        height: 65px;
        z-index: 100;
        align-items: center;
        border-bottom: 0.5px black;
        opacity: 0.9;
        animation: fadeIn 3s;
        /* animation-delay: 2s; */
    }
    
    .dropdown{
        display: none;
    }

    #headernav{
        position: relative;
        text-align: center;
    }
    
    #headernavlist{
        text-align: center;
        position: relative; 
        padding: 25px;
        
    }
    
    .headernavlistitem{
        float: left;
        position: relative;
        color: rgb(245, 241, 235);
        -webkit-text-stroke-width: 0.25px;
        -webkit-text-stroke-color: black;
        list-style: none;
        display: inline;
        text-align: center;
        margin-left: 1%;
        margin-right: 1%;
        font-size: 125%;
        font-weight: bolder;
        opacity: 1.0;
    }
    
    .headernavlistitem a{
        display: inline;
        position: relative;
        text-align: center;
        text-align: center;
        text-decoration: none;
        color: rgb(245, 241, 235);
    }
    
    .headernavlistitem a:hover{
        cursor: pointer;
        border-bottom: 1px solid rgb(245, 241, 235);
    }
    
    li#Investors.headernavlistitem{
        margin-right: 0%;
    }
}




#logoContainer{
    position: absolute; 
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 110px;
    text-align: center;
    background-color: white;
    width: 177px;
    height: 177px;
    border-radius: 50%;
    animation: fadeIn 3s, Bounce 4s ease-out forwards;
    -webkit-animation: fadeIn 3s, Bounce 4s ease-out forwards;
    -moz-animation: fadeIn 3s, Bounce 4s ease-out forwards;
    -o-animation: fadeIn 3s, Bounce 4s ease-out forwards;
    -ms-animation: fadeIn 3s, Bounce 4s ease-out forwards;

    box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.2);
    z-index: 0;
}


#MainLogo {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    clip-path: circle(49%);
    animation: fadeIn 3s, Bounce 4s ease-out forwards;
    -webkit-animation: fadeIn 3s, Bounce 4s ease-out forwards;
    -moz-animation: fadeIn 3s, Bounce 4s ease-out forwards;
    -o-animation: fadeIn 3s, Bounce 4s ease-out forwards;
    -ms-animation: fadeIn 3s, Bounce 4s ease-out forwards;
    z-index: 0;
}

#introTitle{
    margin: 0;
    position: absolute;
    top: 57%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


#Header h1{
    font-size: 425%;
    text-shadow: 4px 4px 5px #000f30;
    padding: 25px;
    /* padding-top: 360px; */
    padding-top: 30%;
    z-index: 10;
}

#subtitle{
    font-size: 225%;
    /* opacity: 0; */
    text-shadow: 1px 1px 2px #000f30;
    /* transition-property: opacity;
    transition-duration: 4s; */
    /* padding: 10px; */
    animation: fadeIn 8s;
    -webkit-animation: fadeIn 8s;
    -moz-animation: fadeIn 8s;
    -o-animation: fadeIn 8s;
    -ms-animation: fadeIn 8s;
    z-index: 10;
}



@keyframes Bounce {
    0% { width: 0px; height: 0px;}
    90% { width: 175px; height: 175px}
    100% { width: 165px; height: 165px}
}

@keyframes fadeIn {
    0% { opacity: 0;}
    100% { opacity: 1;}
  }
  @-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  @-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  @-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  @-ms-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }


/* #statements p{
    font-size: 150%;
    /* font-weight: bold; */

    /* animation: fadeIn 6s;
    -webkit-animation: fadeIn 6s;
    -moz-animation: fadeIn 6s;
    -o-animation: fadeIn 6s;
    -ms-animation: fadeIn 6s; */
    /* margin: 20px;
    padding: 10px;
} */ 


/* ul {
    color: black;
} */



#beatHighScore {
    position: absolute;
    right: 2%;
    bottom: -1%;
    transform: rotate(-10deg);
    font-size: 180%;
    /* color: rgb(255, 203, 98);
    text-shadow: 0px -10px 20px #F90, 0px -20px 40px #C33; */

    /* color: rgb(255, 229, 157); */
    /* color: rgb(100%, 40%, 20%, 50%); */
    /* color: rgb(255, 115, 0); */
    color: rgb(255, 255, 118);
    outline:rgb(255, 115, 0);
    text-shadow: 0 0 20px rgb(100%, 40%, 20%), 
    0 0 20px rgb(100%, 40%, 20%),
    0 0 10px rgb(100%, 40%, 20%),
    0 0 10px red, 
    /* 0 0 15px rgb(250, 80, 40), */
    /* 0 0 25px rgb(250, 80, 40), */
    5px -10px 10px orange,
    -5px -10px 10px yellow;
    animation: 1.5s Fire infinite alternate linear;
}


@keyframes Fire {
    0%{
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red, 
        0 0 10px orange,
        0 0 10px darkorange,
        -5px -5px 5px yellow,
        5px -10px 10px yellow
        -5px -10px 10px yellow;
    }
    25% {
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red,
        0 0 20px orange, 
        -5px -5px 5px yellow,
        5px -10px 10px yellow,
        -5px -10px 10px yellow;
    }
    50% {
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red,
        0 0 10px orange,
        0 0 10px darkorange,
        -5px -5px 5px yellow,
        10px -10px 10px yellow;
    }
    75% {
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red,
        0 0 10px orange,
        0 0 10px darkorange,
        -5px -5px 5px yellow,
        5px -10px 10px yellow,
        -5px -10px 10px yellow;
    }
    100%{
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red,
        0 0 10px orange,
        0 0 10px darkorange,
        -5px -5px 5px yellow,
        10px -10px 10px yellow,
        -5px -10px 10px yellow;
    }
}
@-moz-keyframes Fire {
    0%{
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red, 
        0 0 10px orange,
        0 0 10px darkorange,
        -5px -5px 5px yellow,
        5px -10px 10px yellow
        -5px -10px 10px yellow;
    }
    25% {
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red,
        0 0 20px orange, 
        -5px -5px 5px yellow,
        5px -10px 10px yellow,
        -5px -10px 10px yellow;
    }
    50% {
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red,
        0 0 10px orange,
        0 0 10px darkorange,
        -5px -5px 5px yellow,
        10px -10px 10px yellow;
    }
    75% {
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red,
        0 0 10px orange,
        0 0 10px darkorange,
        -5px -5px 5px yellow,
        5px -10px 10px yellow,
        -5px -10px 10px yellow;
    }
    100%{
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red,
        0 0 10px orange,
        0 0 10px darkorange,
        -5px -5px 5px yellow,
        10px -10px 10px yellow,
        -5px -10px 10px yellow;
    }
}
@-webkit-keyframes Fire {
    0%{
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red, 
        0 0 10px orange,
        0 0 10px darkorange,
        -5px -5px 5px yellow,
        5px -10px 10px yellow
        -5px -10px 10px yellow;
    }
    25% {
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red,
        0 0 20px orange, 
        -5px -5px 5px yellow,
        5px -10px 10px yellow,
        -5px -10px 10px yellow;
    }
    50% {
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red,
        0 0 10px orange,
        0 0 10px darkorange,
        -5px -5px 5px yellow,
        10px -10px 10px yellow;
    }
    75% {
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red,
        0 0 10px orange,
        0 0 10px darkorange,
        -5px -5px 5px yellow,
        5px -10px 10px yellow,
        -5px -10px 10px yellow;
    }
    100%{
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red,
        0 0 10px orange,
        0 0 10px darkorange,
        -5px -5px 5px yellow,
        10px -10px 10px yellow,
        -5px -10px 10px yellow;
    }
}
@-o-keyframes Fire {
    0%{
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red, 
        0 0 10px orange,
        0 0 10px darkorange,
        -5px -5px 5px yellow,
        5px -10px 10px yellow
        -5px -10px 10px yellow;
    }
    25% {
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red,
        0 0 20px orange, 
        -5px -5px 5px yellow,
        5px -10px 10px yellow,
        -5px -10px 10px yellow;
    }
    50% {
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red,
        0 0 10px orange,
        0 0 10px darkorange,
        -5px -5px 5px yellow,
        10px -10px 10px yellow;
    }
    75% {
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red,
        0 0 10px orange,
        0 0 10px darkorange,
        -5px -5px 5px yellow,
        5px -10px 10px yellow,
        -5px -10px 10px yellow;
    }
    100%{
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red,
        0 0 10px orange,
        0 0 10px darkorange,
        -5px -5px 5px yellow,
        10px -10px 10px yellow,
        -5px -10px 10px yellow;
    }
}
@-ms-keyframes Fire {
    0%{
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red, 
        0 0 10px orange,
        0 0 10px darkorange,
        -5px -5px 5px yellow,
        5px -10px 10px yellow
        -5px -10px 10px yellow;
    }
    25% {
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red,
        0 0 20px orange, 
        -5px -5px 5px yellow,
        5px -10px 10px yellow,
        -5px -10px 10px yellow;
    }
    50% {
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red,
        0 0 10px orange,
        0 0 10px darkorange,
        -5px -5px 5px yellow,
        10px -10px 10px yellow;
    }
    75% {
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red,
        0 0 10px orange,
        0 0 10px darkorange,
        -5px -5px 5px yellow,
        5px -10px 10px yellow,
        -5px -10px 10px yellow;
    }
    100%{
        text-shadow: 0 10px 20px rgb(250, 80, 40),
        0 0 20px red,
        0 0 10px orange,
        0 0 10px darkorange,
        -5px -5px 5px yellow,
        10px -10px 10px yellow,
        -5px -10px 10px yellow;
    }
}


section ul {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 140%;
    list-style: none;
}


section li {
    color: black;
    padding-bottom: 15px;
}

section li:before { 
    list-style: none;
    content: '\266A'; 
    font-size: 140%;
    font-weight: bold;
    margin-right: 10px; 
    color: black;
} 


section h3{
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
    font-size: 260%;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 25px;
    /* padding: 10px; */
}

#purposeParagraph {
    tab-size: 8;
}


#PurposeText p {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    font-size: 140%;
    text-align: center;
}

#Purpose Text p b {
    font-size: 150%;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

#AppleBadge {
    /* align-items: center; */
    /* justify-content: center; */
    /* margin: auto; */
    /* left: 50%; */
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 150px;
    padding: 5px;
    padding-top: 30px;
    
}


#betterUnderstand {
    text-align: center;
    font-size: 200%;
    color:rgb(71, 128, 255)
}



body {
    background-color: rgb(245, 241, 235);
    /* height: 600px; */
}

#PurposeText #purposeStatement{
    /* align-items: center; */
    font-size: 160%;
    padding-top: 20px;
    text-align: center;
    font-weight: bolder;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

#AppStoreMessage{
    padding: 5px;
    font-size: 90%;
    opacity: 0.95;
    text-align: center;
}

section{
    /* min-height: 100vh; */
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}


#list h3 {
    color: rgb(162, 103, 230);
    /* color: rgb(99, 48, 180); */
    padding-left: 10px;
}
#PurposeText h3 {
    /* color:rgb(162, 103, 230); */
    /* color:rgb(221, 231, 252); */
    color: rgb(245, 241, 235);
    padding-left: 10px;
    /* text-shadow: 1px 1px 1px rgba(255, 255, 255, 1.0); */
}

.reveal {
    position: relative;
    transform: translateY(75px);
    opacity: 0;
    transition: all 2s ease;
}
.reveal.active{
    transform: translateY(0px);
    opacity: 1;
}

/* section:nth-child(1){
    min-height: 120vh;
} */

section:nth-child(1){
    min-height: 30vh;
    border-radius: 25px;
    background-color:rgb(119, 136, 153);
    color:rgb(245, 241, 235);
    
    margin: 25px;
}
section:nth-child(2){
    min-height: 30vh;
}
section:nth-child(3){
    min-height: 26vh;
}

section:nth-child(4){
    background-color:rgb(71, 128, 255);
    color:rgb(245, 241, 235);
    text-align: center;
    min-height: 80vh;
}

section:nth-child(5){
    text-align: center;
}

/* section:nth-child(6){
    background-color:rgb(71, 128, 255);
    color:rgb(245, 241, 235);
}
section:nth-child(8){
    background-color:rgb(71, 128, 255);
    color:rgb(245, 241, 235);
} */

#Pro p{
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    font-size: 120%;
}

#Pro ul {
    text-align: left;
    padding-left: 90px;
    padding-right: 90px;
    padding-bottom: 20px;
}


#getPro {
    color:rgb(71, 128, 255);
}

#Pro li:before { 
    list-style: none;
    content: '\2714'; 
    font-size: 140%;
    font-weight: bold;
    margin-right: 10px; 
    color: black;
} 



#logo {
    width: 120px;
    height: 120px;
    justify-content: center;
    align-items: center;
    /* padding-left: 20px;
    padding-right: 20px; */
    padding: 20px;
    padding-top: 10px;
}



#Footer {
    background-color: rgb(119, 136, 153);
    /* bottom: 0%; */
    color: rgb(245, 241, 235);
    /* padding-top: 10px; */
    /* height: 275px; */
    height: 200px;
    /* margin-top: 20px; */
}


.table{
    display: table;
    margin: 0 auto;
}

#footertable {
    padding-top: 30px;
}


#horizontal-list{
    min-width: 696px;
    list-style: none;
    /* padding-top: 20px; */
    display: inline;
    color:rgb(245, 241, 235);
}

.table li{
    display: inline;
    float: right;
    padding-right: 12px;
    padding-left: 12px;
}


.listdawg li{
    /* padding: 5px; */
    border-right: solid;
    color:rgb(245, 241, 235);
    border-color: rgb(245, 241, 235);
    border-width: 1.5px;
}

.listdawg li a {
    color:rgb(245, 241, 235);
}

#First{
    border: none;
}


#copyright {
    /* padding-top: 40px; */
    padding-top: 15px;
    padding-left: 30px;
    padding-bottom: 17.5px;
    font-size: 80%;
}

#horizontalIcons{
    min-width: 696px;
    list-style: none;
    /* padding-top: 20px; */
    display: inline;
    /* color:rgb(245, 241, 235); */
    /* padding-bottom: 30px; */
    /* padding-top: 40px; */
}

#SocialMedia {
    padding-top: 30px;
}

#insta {
    width: 40px;
    height: 40px;
}

#facebook {
    width: 40px;
    height: 40px;
}



#GamePreview h2 {
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
    font-size: 325%;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 25px;
    text-align: left;
}


.carousel {
    position: relative;
    margin: auto;
    width: 100%;
    /* background-color: white; */
}

.mySlides{
    display: none;
    margin: auto;
    /* background-color: white; */
    /* height: 500px; */

    /* -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out; */
    animation-name: fadeIn;
    animation-duration: 2.5s;
}

.mySlides img {
    margin: auto;
 
}

.prev, .next {
    cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  /* margin-top: -22px; */
  padding: 16px;
  color: rgb(245, 241, 235);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  /* margin : 200px; */
  /* offset: 300px; */
}

.prev{
    left: 20%;
}
.next {
    right: 20%;
  }

  @media (max-width: 600px) {
    .prev{
        left: 5%;
        top: 70%;
    }
    .next {
        right: 5%;
        top: 70%;
      }
  }

  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }


#spinner img {
    width: 20%;
    border-radius: 25px;
}

@media (max-width: 600px) {
    #spinner img {
        width: 50%;
    }
    
}

  .dictation{
      /* transform: rotate(90deg); */
      transform: rotate(-90deg);
      /* height: 20%;
      width: 100%; */
  }



#dots{
    text-align: center;
}

  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.9;
    transition: background-color 0.6s ease;
  }

  #dots .active, .dot:hover {
    background-color: #717171;
  }

 
#GameModeName{
    animation-name: fadeIn;
    animation-duration: 2.5s;
    font-size: 190%;

}


#AppDescription {
    text-align: left;
}



  #GameModeDescription {
    padding: 40px;
    font-size: 130%;
    margin-left: 50px;
    margin-right: 50px;
    animation-name: fadeIn;
    animation-duration: 2.5s;
}




  
  /* .fadeIn {
    animation-name: fadeIn;
    animation-duration: 2.5s;
  } */

  @keyframes fadeIn {
    from {opacity: .3}
    to {opacity: 1}
  }