@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins");
@font-face {
  font-family: "Hackney";
  src: url("../font/Hackney.ttf") format("truetype");
}
html {
  height: 100vh;
}

body {
  height: 100%;
  font-family: "Raleway";
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Hide Scrollbar */
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
body::-webkit-scrollbar {
  width: 0 !important;
}
body *, body *:focus {
  outline: none !important;
}
body p {
  font-family: "Raleway";
  font-size: 1.25rem;
}

.next-arrow {
  font-size: 1.875rem;
  font-weight: bolder;
  text-decoration: underline;
  cursor: pointer;
}

section.landing {
  height: 100vh;
  width: 100vw;
  background-image: url("../../../assets/images/mobile_background_2.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  /* Responsive Breakpoint */
}
section.landing h1 {
  font-family: "Hackney";
  font-size: 12.5rem;
  margin: 0;
  color: #4C7379;
  line-height: 1.2;
}
section.landing #start {
  max-width: 4rem;
  cursor: pointer;
}
section.landing #donate {
  cursor: pointer;
}
section.landing ul {
  padding: 0;
  list-style-type: none;
}
section.landing ul li {
  font-family: "Raleway";
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-decoration: underline !important;
}
section.landing ul li a {
  color: #212121;
}
section.landing .human {
  position: fixed;
  z-index: 0;
  top: auto;
  bottom: -5rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
section.landing .human-mobile {
  position: fixed;
  z-index: 0;
  top: auto;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
section.landing .clouds {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
section.landing .clouds-mobile {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
section.landing .z-1 {
  z-index: 1;
}
section.landing #donateModal .modal-content {
  background-color: #3D757B;
  color: white;
  border-radius: 1rem;
}
section.landing #donateModal .modal-content .modal-header {
  border-bottom: 0;
}
section.landing .footer {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #3D757B;
}
section.landing .footer p {
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 0.7rem;
}
@media (max-width: 400px) {
  section.landing h1 {
    font-size: 5rem;
  }
  section.landing ul {
    margin-bottom: 3rem;
    margin-top: 0rem !important;
  }
  section.landing ul li {
    font-size: 1rem;
    text-decoration: underline !important;
  }
  section.landing ul li a {
    color: #212121;
  }
  section.landing .sub-text {
    font-size: 0.85rem;
    margin-left: 3rem;
    margin-right: 3rem;
  }
  section.landing .human, section.landing .clouds {
    display: none;
  }
}
@media (max-width: 575.98px) {
  section.landing h1 {
    font-size: 5rem;
  }
  section.landing ul {
    margin-top: 3rem;
  }
  section.landing .sub-text {
    font-size: 0.85rem;
    margin-left: 3rem;
    margin-right: 3rem;
  }
  section.landing .human, section.landing .clouds {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.landing h1 {
    font-size: 5rem;
  }
  section.landing .human, section.landing .clouds {
    display: none;
  }
  section.landing .sub-text {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.landing {
    background-image: url("../../../assets/images/background.png");
  }
  section.landing h1 {
    font-size: 4rem;
  }
  section.landing .sub-text {
    font-size: 1.5rem;
  }
  section.landing .human {
    position: fixed;
    z-index: 0;
    top: auto;
    bottom: 0rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
  section.landing .human-mobile {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section.landing {
    background-image: url("../../../assets/images/background.png");
  }
  section.landing .human-mobile, section.landing .clouds-mobile {
    display: none;
  }
  section.landing .footer p {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 1200px) and (max-width: 1999.99px) {
  section.landing {
    background-image: url("../../../assets/images/background.png");
  }
  section.landing .human-mobile, section.landing .clouds-mobile {
    display: none;
  }
  section.landing .footer p {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 2000px) {
  section.landing {
    background-image: url("../../../assets/images/background.png");
  }
  section.landing .title {
    align-content: center !important;
  }
  section.landing .human-mobile, section.landing .clouds-mobile {
    display: none;
  }
  section.landing .footer p {
    font-size: 0.75rem !important;
  }
}

section.synopsis {
  min-height: 100vh;
  width: 100vw;
  background-image: url("../../../assets/images/background.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: none;
  /* Responsive Breakpoint */
}
section.synopsis .container {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: fit-content;
  max-width: 50rem;
}
section.synopsis p {
  font-size: 1.375rem;
}
section.synopsis h2 {
  font-size: 3rem;
  font-family: "Raleway";
  color: #3D757B;
  font-weight: 800;
}
@media (max-width: 400px) {
  section.synopsis {
    background-image: url("../../../assets/images/mobile_background.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }
  section.synopsis h2 {
    font-size: 1.625rem;
    font-weight: bolder;
  }
  section.synopsis p {
    font-size: 1.188rem;
  }
  section.synopsis .container {
    padding: 5rem 3rem;
    max-width: 50rem;
  }
}
@media (max-width: 575.98px) {
  section.synopsis {
    background-image: url("../../../assets/images/mobile_background.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }
  section.synopsis h2 {
    font-size: 1.625rem;
    font-weight: bolder;
  }
  section.synopsis p {
    font-size: 1.188rem;
  }
  section.synopsis .container {
    padding: 5rem 3rem;
    max-width: 50rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.synopsis {
    background-image: url("../../../assets/images/mobile_background.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }
  section.synopsis h2 {
    font-size: 1.625rem;
    font-weight: bolder;
  }
  section.synopsis p {
    font-size: 1.188rem;
  }
  section.synopsis .container {
    padding: 5rem 3rem;
    max-width: 50rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.synopsis h2 {
    font-size: 2rem;
    font-weight: bolder;
  }
  section.synopsis p {
    font-size: 1.188rem;
  }
  section.synopsis .container {
    padding: 5rem 3rem;
    max-width: 50rem;
  }
}
section.characters {
  min-height: 100vh;
  width: 100vw;
  background-image: url("../../../assets/images/background.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: none;
  /* Responsive Breakpoint */
}
section.characters .container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-width: 50rem;
  height: fit-content;
}
section.characters h2 {
  font-size: 3rem;
  font-weight: bolder;
  color: #3D757B;
}
section.characters img {
  margin: 2rem 0;
  max-width: 13.5rem;
  max-height: 13.5rem;
  cursor: pointer;
}
section.characters .ravitha-font {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 2rem;
  text-decoration: underline;
  color: #079078;
  cursor: pointer;
}
section.characters .jamie-font {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 2rem;
  text-decoration: underline;
  color: #AFA911;
  cursor: pointer;
}
section.characters .sam-font {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 2rem;
  text-decoration: underline;
  color: #1C767C;
  cursor: pointer;
}
@media (max-width: 400px) {
  section.characters {
    background-image: url("../../../assets/images/mobile_background.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }
  section.characters h2 {
    font-size: 1.625rem;
    font-weight: bolder;
  }
  section.characters img {
    margin: 2rem 0 1rem 0;
    max-width: 8.75rem;
    max-height: 8.75rem;
    cursor: pointer;
  }
  section.characters .container {
    position: relative;
    padding: 3rem 2rem;
  }
  section.characters .ravitha-font {
    font-size: 1.25rem;
  }
  section.characters .jamie-font {
    font-size: 1.25rem;
  }
  section.characters .sam-font {
    font-size: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  section.characters {
    background-image: url("../../../assets/images/mobile_background.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }
  section.characters h2 {
    font-size: 1.625rem;
    font-weight: bolder;
  }
  section.characters img {
    margin: 2rem 0 1rem 0;
    max-width: 8.75rem;
    max-height: 8.75rem;
    cursor: pointer;
  }
  section.characters .container {
    position: relative;
    padding: 3rem 2rem;
  }
  section.characters .ravitha-font {
    font-size: 1.25rem;
  }
  section.characters .jamie-font {
    font-size: 1.25rem;
  }
  section.characters .sam-font {
    font-size: 1.25rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.characters {
    background-image: url("../../../assets/images/mobile_background.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }
  section.characters h2 {
    font-size: 1.625rem;
    font-weight: bolder;
  }
  section.characters img {
    margin: 2rem 0 1rem 0;
    max-width: 8.75rem;
    max-height: 8.75rem;
    cursor: pointer;
  }
  section.characters .container {
    position: relative;
    padding: 3rem 2rem;
  }
  section.characters .ravitha-font {
    font-size: 1.25rem;
  }
  section.characters .jamie-font {
    font-size: 1.25rem;
  }
  section.characters .sam-font {
    font-size: 1.25rem;
  }
}
section.instruction {
  min-height: 100vh;
  width: 100vw;
  background-image: url("../../../assets/images/background.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: none;
  /* Responsive Breakpoint */
}
section.instruction .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 50rem;
  height: fit-content;
}
section.instruction h2 {
  font-size: 3rem;
  font-weight: bolder;
  color: #3D757B;
}
section.instruction img {
  margin: 2rem 0;
  max-width: 13.5rem;
  max-height: 13.5rem;
}
section.instruction .play-story {
  cursor: pointer;
}
@media (max-width: 400px) {
  section.instruction {
    background-image: url("../../../assets/images/mobile_background.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }
  section.instruction h2 {
    font-size: 1.625rem;
    font-weight: bolder;
  }
  section.instruction img {
    margin: 2rem 0 1rem 0;
    max-width: 8.75rem;
    max-height: 8.75rem;
  }
  section.instruction .container {
    position: relative;
    padding: 3rem 2rem;
  }
}
@media (max-width: 575.98px) {
  section.instruction {
    background-image: url("../../../assets/images/mobile_background.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }
  section.instruction h2 {
    font-size: 1.625rem;
    font-weight: bolder;
  }
  section.instruction img {
    margin: 2rem 0 1rem 0;
    max-width: 8.75rem;
    max-height: 8.75rem;
  }
  section.instruction .container {
    position: relative;
    padding: 3rem 2rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.instruction {
    background-image: url("../../../assets/images/mobile_background.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }
  section.instruction h2 {
    font-size: 1.625rem;
    font-weight: bolder;
  }
  section.instruction img {
    margin: 2rem 0 1rem 0;
    max-width: 8.75rem;
    max-height: 8.75rem;
  }
  section.instruction .container {
    position: relative;
    padding: 3rem 2rem;
  }
}
section.ravitha {
  top: 0;
  left: 0;
  width: 100vw;
  font-family: "Playfair Display";
  background-color: #90D1C0;
  font-size: 1.125rem;
  display: none;
}
section.ravitha .container {
  padding-top: 3rem;
}

section.sam {
  top: 0;
  left: 0;
  width: 100vw;
  font-family: "Montserrat";
  background-color: #305A55;
  font-size: 1.188rem;
  color: #FFFFFF;
  display: none;
}
section.sam .container {
  padding-top: 3rem;
}

section.jamie {
  top: 0;
  left: 0;
  width: 100vw;
  font-family: "Poppins";
  background-color: #E1D94C;
  font-size: 1.125rem;
  display: none;
}
section.jamie .container {
  padding-top: 3rem;
}

section.about .container {
  padding: 2rem;
}
section.about h1 {
  font-family: "Raleway";
  color: #3D757B;
  font-weight: 800;
}
section.about h3 {
  font-family: "Raleway";
  color: #3D757B;
  font-weight: 800;
}
section.about .aboutPic {
  width: inherit;
  max-width: 25rem;
}
section.about .writerPic {
  max-width: 10rem;
  margin: 2rem 0 2rem;
}
section.about a {
  text-decoration: underline;
  font-weight: 700;
  color: #000;
  cursor: pointer;
}
section.about .tapestryPic, section.about .artwavePic, section.about .tusitalaPic {
  margin: 2rem 0 2rem;
  height: 5rem;
  width: auto;
}
section.about .nycPic {
  margin: 4rem 0;
  height: 3rem;
  width: auto;
}
section.about .modalPic {
  height: 8rem;
  width: auto;
  margin-bottom: 2rem;
}
section.about .companyPic {
  height: 8rem;
  width: auto;
}
section.about .modal-content {
  border-radius: 1rem;
}
section.about .modal-content .modal-header {
  border-bottom: 0;
}
section.about .modal-content i {
  color: #3D757B;
  margin: 0 0.2rem;
}
section.about .footer {
  color: #FFFFFF;
  background-color: #3D757B;
  padding: 0.5rem 0;
}
section.about .footer p {
  margin: 0;
}
@media (max-width: 575.98px) {
  section.about h1 {
    font-size: 1.625rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.about h1 {
    font-size: 1.625rem;
  }
}
section.ravitha-end {
  width: 100vw;
  font-family: "Playfair Display";
  background-color: #90D1C0;
  font-size: 1.125rem;
  padding: 5%;
}
section.ravitha-end h1 {
  font-weight: 700;
}
section.ravitha-end a.help {
  font-size: 1.188rem;
  font-weight: 700;
}
section.ravitha-end h3 {
  font-size: 1.625rem;
  font-weight: 700;
}
section.ravitha-end .endingImg {
  width: 100%;
}
section.ravitha-end .bottomImg {
  width: 12.75rem;
}
section.ravitha-end a {
  font-size: 1.125rem;
  color: black;
  font-weight: 700;
  text-decoration: underline;
}
section.ravitha-end hr {
  margin-top: 5rem;
  margin-bottom: 5rem;
  border: 0;
  width: 25%;
  border-top: 2px solid #000;
}
@media (max-width: 575.98px) {
  section.ravitha-end h1 {
    font-size: 1.625rem;
  }
  section.ravitha-end a {
    padding-top: 3.5rem;
    display: block;
  }
  section.ravitha-end .bottomImg {
    width: 10rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.ravitha-end h1 {
    font-size: 1.625rem;
  }
  section.ravitha-end a {
    padding-top: 3.5rem;
    display: block;
  }
  section.ravitha-end .bottomImg {
    width: 10rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.ravitha-end .bottomImg {
    width: 10rem;
  }
  section.ravitha-end a {
    padding-top: 4.5rem;
    display: block;
  }
}
section.sam-end {
  width: 100vw;
  font-family: "Montserrat";
  background-color: #305A55;
  font-size: 1.188rem;
  color: #FFFFFF;
  padding: 5%;
}
section.sam-end h1 {
  font-weight: 700;
}
section.sam-end a.help {
  font-size: 1.188rem;
  font-weight: 700;
}
section.sam-end h3 {
  font-size: 1.625rem;
  font-weight: 700;
}
section.sam-end .endingImg {
  width: 100%;
}
section.sam-end .bottomImg {
  width: 12.75rem;
}
section.sam-end a {
  font-size: 1.125rem;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: underline;
}
section.sam-end hr {
  margin-top: 5rem;
  margin-bottom: 5rem;
  border: 0;
  width: 25%;
  border-top: 2px solid #fff;
}
@media (max-width: 575.98px) {
  section.sam-end h1 {
    font-size: 1.625rem;
  }
  section.sam-end a {
    padding-top: 3.5rem;
    display: block;
  }
  section.sam-end .bottomImg {
    width: 10rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.sam-end h1 {
    font-size: 1.625rem;
  }
  section.sam-end a {
    padding-top: 3.5rem;
    display: block;
  }
  section.sam-end .bottomImg {
    width: 10rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.sam-end .bottomImg {
    width: 10rem;
  }
  section.sam-end a {
    padding-top: 4.5rem;
    display: block;
  }
}
section.jamie-end {
  width: 100vw;
  font-family: "Poppins";
  background-color: #E1D94C;
  font-size: 1.125rem;
  padding: 5%;
}
section.jamie-end h1 {
  font-weight: 700;
}
section.jamie-end a.help {
  font-size: 1.188rem;
  font-weight: 700;
  text-decoration: underline;
}
section.jamie-end h3 {
  font-size: 1.625rem;
  font-weight: 700;
}
section.jamie-end .endingImg {
  width: 100%;
}
section.jamie-end .bottomImg {
  width: 12.75rem;
}
section.jamie-end a {
  font-size: 1.125rem;
  color: black;
  font-weight: 700;
  text-decoration: underline;
}
section.jamie-end hr {
  margin-top: 5rem;
  margin-bottom: 5rem;
  border: 0;
  width: 25%;
  border-top: 2px solid #000;
}
@media (max-width: 575.98px) {
  section.jamie-end h1 {
    font-size: 1.625rem;
  }
  section.jamie-end a {
    padding-top: 3.5rem;
    display: block;
  }
  section.jamie-end .bottomImg {
    width: 10rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.jamie-end h1 {
    font-size: 1.625rem;
  }
  section.jamie-end a {
    padding-top: 3.5rem;
    display: block;
  }
  section.jamie-end .bottomImg {
    width: 10rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.jamie-end .bottomImg {
    width: 10rem;
  }
  section.jamie-end a {
    padding-top: 4.5rem;
    display: block;
  }
}
/* Responsive Breakpoint */

/*# sourceMappingURL=style.css.map */
