@font-face {
  font-family: "CircularStd-Book";
  src: url("../fonts/CircularStd-Book.woff") format("woff"),
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
      url("../fonts/CircularStd-Book.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
  font-family: "CircularStd-Bold";
  src: url("../fonts/CircularStd-Bold.woff") format("woff"),
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
      url("../fonts/CircularStd-Bold.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
  font-family: "PiccolaOphelia";
  src: url("../fonts/PiccolaOphelia-Regular.woff") format("woff"),
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
      url("../fonts/PiccolaOphelia-Regular.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
  font-family: "Ophelia";
  src: url("../fonts/Ophelia-Regular.woff") format("woff"),
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
      url("../fonts/Ophelia-Regular.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

html * {
  font-family: "CircularStd-Book";
}

h1 {
  font-family: "PiccolaOphelia";
  text-align: center;
  justify-content: center;
  font-size: 2.5rem;
}

.body {
  margin: 0px;
  padding: 0px;
  color: #ebf5f0;
  display: flex;
}

.navbar {
  background-color: rgba(250, 95, 100, 0);
  color: #ebf5f0;
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.3s all linear;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99999;
}

@media (max-width: 720px) {
  .navbar {
    background-color: rgba(250, 95, 100, 1) !important;
  }
}

.enable-background {
  background-color: rgba(250, 95, 100, 1) !important;
}

.navbar ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.navbar li {
  list-style: none;
  display: table-cell;
}

.navbar li a {
  color: #ebf5f0;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  justify-content: center;
  position: relative;
  transition: 0.6s;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.navbar li a::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: flex;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #ebf5f0;
  transition: width 0.3s ease 0.1s, left 0.3s ease 0.1s;
  width: 0;
}

.navbar li a:hover:after {
  width: 100%;
  left: 0;
}

.socials li a img {
  max-height: 25px;
}

.toggle-button {
  position: absolute;
  top: 0.75rem;
  left: auto;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
}

.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: #ebf5f0;
  border-radius: 10px;
}

@media (max-width: 720px) {
  .toggle-button {
    display: flex;
  }

  .links {
    display: none !important;
    width: 100%;
  }

  .socials {
    display: none !important;
    width: 100%;
  }

  .navbar {
    flex-direction: column;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    transition: background-color 0.3s all linear;
    font-size: 1.5rem;
  }

  .navbar.active {
    padding-bottom: 0;
    transition: 0.3s linear;
  }

  .links ul {
    margin-top: 1.25rem;
    width: 100%;
    flex-direction: column;
  }

  .links li {
    text-align: center;
  }

  .links li a {
    padding: 0.5rem 1rem;
  }

  .links.active {
    display: flex !important;
    transition: 0.3s all linear;
    padding-bottom: 0rem;
  }

  .socials ul {
    width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
    top: 1rem;
  }

  .socials li {
    text-align: center;
  }

  .socials li a {
    padding: 1rem 0.5rem;
  }

  .socials.active {
    display: flex !important;
    transition: 0.3s all linear;
  }
}

@media (max-width: 1100px) {
  .links {
    display: flex;
    text-align: center;
    width: 100%;
  }

  .links ul {
    justify-content: center;
    width: 100%;
  }

  .links.active {
    display: flex;
    transition: 0.3s all linear;
  }

  .socials ul {
    justify-content: center;
    width: 100%;
  }

  .socials.active {
    display: flex;
    transition: 0.3s all linear;
  }

  .socials {
    display: flex;
    text-align: center;
    padding-top: 1rem;
    width: 100%;
  }
}

section {
  width: 100%;
  min-height: 400px;
}

.keyvisual {
  display: block;
  background-image: url("/assets/img/RedSea_KeyVisual_PsychoticBathtub.jpg");
  height: 80%;
  width: 100%;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  transition: ease-in-out 0.3s;
}

@media (min-width: 2003px) {
  .keyvisual {
    background-image: url("/assets/img/KeyVisual-RedSea.png");
  }

  .keyvisual-big {
    display: block;
  }
}

@media (max-width: 2000px) {
  .keyvisual {
    background-image: url("/assets/img/RedSea_KeyVisual_PsychoticBathtub.jpg");
    height: 100%;
    transition: ease-in-out 0.3s;
  }
}

@media (max-width: 1600px) {
  .keyvisual {
    height: 90%;
    transition: ease-in-out 0.3s;
  }
}

@media (max-width: 1100px) {
  .keyvisual {
    height: 70%;
    transition: ease-in-out 0.3s;
  }
}

@media (max-width: 720px) {
  .keyvisual {
    height: 40%;
    transition: ease-in-out 0.3s;
  }
}

@media (max-width: 540px) {
  .keyvisual {
    height: 35%;
    transition: ease-in-out 0.3s;
  }
}

.keyvisual:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(250, 95, 100, 1) 100%
  );
  height: 50%;
  z-index: 1;
}

.pitch {
  z-index: 5;
  position: absolute;
  bottom: 2rem;
}

.center-text-container {
  display: flex;
  justify-content: center;
}

.center-text {
  color: #ebf5f0;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-size: 1.3rem;
  max-width: 70%;
  min-width: 60%;
}

@media (max-width: 720px) {
  .pitch {
    bottom: 5rem;
  }

  .center-text {
    font-size: 1.4rem;
    max-width: 80%;
    min-width: 70%;
  }
}

@media (max-width: 570px) {
  .pitch {
    bottom: 5rem;
  }

  .center-text {
    font-size: 1.3rem;
    max-width: 80%;
    min-width: 70%;
  }
}

@media (max-width: 500px) {
  .pitch {
    bottom: 5rem;
  }

  .center-text {
    font-size: 1.25rem;
    max-width: 80%;
    min-width: 70%;
  }
}

@media (max-width: 400px) {
  .pitch {
    bottom: 4rem;
  }

  .center-text {
    font-size: 1.15rem;
    max-width: 80%;
    min-width: 70%;
  }
}

@media (max-width: 350px) {
  .pitch {
    bottom: 4rem;
  }

  .center-text {
    font-size: 1.1rem;
    max-width: 80%;
    min-width: 70%;
  }
}

.scroll-container {
  height: 3rem;
  overflow: hidden;
  align-self: flex-end;
  width: 100%;
  z-index: 999;
}

#text-roller {
  text-decoration: none;
  color: #ebf5f0;
  height: 100%;
  margin: 0;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 999999;
  width: 100%;
}
@media (max-width: 720px) {
  #text-roller {
    font-size: 1.4rem;
  }

  .scroll-container {
    height: 2.5rem;
  }
}

#head {
  display: flex;
  background-color: rgba(250, 95, 100, 1);
  min-height: 100%;
  height: 100%;
}

#about {
  color: rgba(250, 95, 100, 1);
  background-color: #000000;
  padding-top: 4rem;
  height: fit-content;
}

.about-text {
  color: #000000;
}

.stay-sane {
  color: rgba(250, 95, 100, 1);
  font-family: "CircularStd-Bold";
}

.video-container {
  position: relative;
  width: 80%;
  text-align: center;
  padding-bottom: 56.25%;
  margin: 0 auto;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  padding: 0;
}

.image-gallery > li {
  flex-basis: 500px;
  /* width: 500px; */
  list-style: none;
}

.image-gallery li img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 5px;
}

.image-gallery::after {
  content: "";
  flex-basis: 500px;
}

.demo-container {
  position: relative;
  width: 100%;
}

.demo-container img {
  width: 100%;
  height: auto;
}

.demo-download {
  position: absolute;
  top: 45%;
  left: 52%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(250, 95, 100, 0);
  color: rgba(250, 95, 100, 0);
  font-size: 5rem;
  padding: 5rem;
  width: 35%;
  height: 75%;
  cursor: pointer;
  border: 0px rgba(250, 95, 100, 0);
  border-radius: 100%;
}

.demo-download:hover > #hov {
  display: block;
}

@media (max-width: 400px) {
  .demo-hide {
    display: none;
  }
}

#hov {
  display: none;
  position: absolute;
  left: 80%;
  font-size: 3rem;
  margin: 1rem;
  line-height: normal;
  font-family: "PiccolaOphelia";
  color: rgba(250, 95, 100, 1);
}

@media (max-width: 1200px) {
  #hov {
    font-size: 2.5rem;
  }
}

@media (max-width: 1000px) {
  #hov {
    font-size: 2rem;
  }
}

@media (max-width: 720px) {
  #hov {
    font-size: 1.5rem;
  }
}

@media (max-width: 540px) {
  #hov {
    font-size: 1.2rem;
  }
}

@media (max-width: 400px) {
  #hov {
    font-size: 1rem;
  }
}

#merch {
  color: rgba(250, 95, 100, 1);
  background-color: #dcffd7;
  padding-top: 4rem;
  height: fit-content;
  padding-bottom: 4rem;
}

.merch-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  padding: 0;
}

.merch-gallery > li {
  flex-basis: 20%;
  /* width: 20%; */
  list-style: none;
}

.merch-gallery li img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 5px;
  padding: 1rem;
}

.merch-gallery li p {
  text-align: center;
  color: #000000;
  font-size: 1.5rem;
  font-family: "CircularStd-Bold";
}

.merch-gallery::after {
  content: "";
  flex-basis: 20%;
}

@media (max-width: 400px) {
  .merch-gallery li p {
    font-size: 1.1rem;
  }
}

@media (max-width: 1000px) {
  .merch-gallery > li {
    flex-basis: 40%;
    /* width: 40%; */
    list-style: none;
  }

  .merch-gallery::after {
    content: "";
    flex-basis: 40%;
  }

  .merch-gallery li p {
    font-size: 1.3rem;
  }
}

#comingsoon {
  font-size: 12rem !important;
}

@media (max-width: 1000px) {
  #comingsoon {
    font-size: 8rem !important;
  }
}

@media (max-width: 540px) {
  #comingsoon {
    font-size: 6rem !important;
  }
}

.button {
  background-color: rgba(250, 95, 100, 1);
  border: 0.3rem solid rgba(250, 95, 100, 1);
  background-color: rgba(250, 95, 100, 0);
  color: rgba(250, 95, 100, 1);
  font-family: "PiccolaOphelia";
  padding: 0.4rem 1.2rem;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-self: center;
  justify-content: center;
  font-size: 2rem;
  margin: auto;
  border-radius: 10px;
}

.button:hover {
  background-color: #dcffd7;
  border: 0.3rem solid rgba(250, 95, 100, 0);
  background-color: rgba(250, 95, 100, 1);
  color: #dcffd7;
  transition: ease-in 0.3s;
}

#awards {
  color: rgba(250, 95, 100, 1);
  background-color: #ebf5f0;
  padding-top: 4rem;
  height: fit-content;
  padding-bottom: 4rem;
}

.awards-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  margin: auto;
  padding: 0;
}

.awards-gallery > li {
  flex-basis: 50%;
  /* width: 50%; */
  list-style: none;
  margin: auto;
  text-align: center;
}

.awards-gallery li img {
  object-fit: cover;
  max-width: 25%;
  height: auto;
  vertical-align: middle;
  border-radius: 5px;
  padding: 1rem;
  margin: auto;
}

.awards-gallery::after {
  content: "";
  flex-basis: 25%;
}

.awards-gallery li p {
  text-align: center;
  color: #000000;
  font-size: 1.4rem;
  font-family: "CircularStd-Bold";
  text-align: center;
  max-width: 70%;
  margin: auto;
}

@media (max-width: 1200px) {
  .awards-gallery li p {
    font-size: 1.3rem;
    max-width: 80%;
  }

  .awards-gallery > li {
    flex-basis: 30%;
    /* width: 30%; */
    list-style: none;
  }

  .awards-gallery li p {
    font-size: 1.3rem;
  }

  .awards-gallery::after {
    content: "";
    flex-basis: 30%;
  }

  .awards-gallery li img {
    max-width: 30%;
    min-width: 200px;
  }
}

@media (max-width: 1000px) {
  .awards-gallery li p {
    font-size: 1.3rem;
    max-width: 80%;
  }

  .awards-gallery > li {
    flex-basis: 40%;
    /* width: 40%; */
    list-style: none;
  }

  .awards-gallery li p {
    font-size: 1.3rem;
  }

  .awards-gallery::after {
    content: "";
    flex-basis: 40%;
  }

  .awards-gallery li img {
    max-width: 40%;
  }
}

@media (max-width: 400px) {
  .awards-gallery li p {
    font-size: 1.2rem;
    max-width: 90%;
  }

  .awards-gallery > li {
    flex-basis: 60%;
    /* width: 60%; */
    list-style: none;
  }

  .awards-gallery::after {
    content: "";
    flex-basis: 60%;
  }

  .awards-gallery li img {
    max-width: 60%;
  }
}

#news {
  color: #ebf5f0;
  background-color: rgba(250, 95, 100, 1);
  padding-top: 4rem;
  padding-bottom: 4rem;
  height: fit-content;
}

.news-container {
  display: flex;
  flex-direction: column;
}

.news-entry {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 80%;
  gap: 2rem;
  margin: auto;
  padding: 0;
}

.show {
  display: flex;
}

.news-entry img {
  object-fit: cover;
  max-width: 40%;
  height: auto;
  vertical-align: middle;
  border-radius: 5px;
  padding: 1rem;
  margin: auto;
}

.news-text {
  color: #ebf5f0;
  font-size: 1.3rem;
  max-width: 60%;
  margin: auto;
}

.news-date {
  font-size: 1.5rem;
  margin: auto;
  font-family: "CircularStd-Bold";
}

.news-more {
  color: #dcffd7;
  font-size: 1.3rem;
  margin: auto;
  text-decoration: underline;
}

.news-more:hover {
  color: #dcffd7;
  cursor: pointer;
}

.news-entry p {
  color: #ebf5f0;
  margin: auto;
  padding-bottom: 1rem;
}

.text-left {
  text-align: right;
}

.text-right {
  text-align: left;
}

@media (max-width: 1200px) {
  .news-entry img {
    max-width: 30%;
  }

  .news-text {
    font-size: 1.2rem;
    max-width: 70%;
  }

  .news-date {
    font-size: 1.4rem;
  }

  .news-more {
    font-size: 1.2rem;
  }
}

@media (max-width: 1000px) {
  .news-entry {
    max-width: 80%;
    flex-direction: column;
  }

  .news-entry img {
    max-width: 60%;
    order: 1;
    padding: 0;
  }

  .news-text {
    text-align: center !important;
    font-size: 1.1rem;
    max-width: 100%;
    order: 2;
  }

  .news-date {
    font-size: 1.4rem;
  }

  .news-more {
    font-size: 1.2rem;
  }
}

.more-button {
  background-color: #ebf5f0;
  border: 0.3rem solid #ebf5f0;
  background-color: rgba(250, 95, 100, 0);
  color: #ebf5f0;
  font-family: "PiccolaOphelia";
  padding: 0.4rem 1.2rem;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-self: center;
  justify-content: center;
  font-size: 2rem;
  margin: auto;
  border-radius: 10px;
}

.more-button:hover {
  background-color: #dcffd7;
  border: 0.3rem solid rgba(250, 95, 100, 0);
  background-color: #ebf5f0;
  color: rgba(250, 95, 100, 1);
  transition: ease-in 0.3s;
}

.noContent {
  display: none;
  pointer-events: none;
}

.flex {
  display: flex;
}

#team {
  color: #ebf5f0;
  background-color: #000000;
  padding-top: 4rem;
  padding-bottom: 4rem;
  height: fit-content;
}

.member-container {
  display: flex;
  flex-direction: column;
}

.member-entry {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 80%;
  gap: 2rem;
  margin: auto;
  padding: 0;
}

.member-entry img {
  object-fit: cover;
  max-width: 40%;
  height: auto;
  vertical-align: middle;
  border-radius: 5px;
  padding: 1rem;
  margin: auto;
}

.member-text {
  color: #ebf5f0;
  font-size: 1.2rem;
  max-width: 60%;
  margin: auto;
}

.member-name {
  font-size: 2rem;
  margin: auto;
  font-family: "Ophelia";
}

.member-link {
  color: rgba(250, 95, 100, 1);
  font-size: 1.3rem;
  margin: auto;
  text-decoration: underline;
  text-transform: lowercase;
}

.member-link:hover {
  color: #dcffd7;
}

.member-link:focus {
  color: #dcffd7;
}

.member-entry p {
  color: #ebf5f0;
  margin: auto;
  padding-bottom: 1rem;
}

@media (max-width: 1200px) {
  .member-entry img {
    max-width: 40%;
  }

  .member-text {
    font-size: 1.1rem;
    max-width: 70%;
  }

  .member-name {
    font-size: 1.4rem;
  }

  .member-link {
    font-size: 2rem;
  }
}

@media (max-width: 1000px) {
  .member-entry {
    max-width: 100%;
  }

  .member-entry img {
    max-width: 40%;
  }

  .member-text {
    font-size: 1rem;
    max-width: 60%;
  }

  .member-name {
    font-size: 2rem;
  }

  .member-link {
    font-size: 1.2rem;
  }
}

@media (max-width: 720px) {
  .member-entry {
    max-width: 80%;
    flex-direction: column;
  }

  .member-entry img {
    max-width: 60%;
    order: 1;
    padding: 0;
  }

  .member-text {
    text-align: center !important;
    font-size: 1rem;
    max-width: 100%;
    order: 2;
  }

  .member-name {
    font-size: 2rem;
  }

  .member-link {
    font-size: 1.2rem;
  }
}

#contact {
  color: #ebf5f0;
  background-color: rgba(250, 95, 100, 1);
  padding-top: 4rem;
  padding-bottom: 4rem;
  height: fit-content;
}

.contact-container {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 100%;
  margin: auto;
  padding: 0;
}

.contact-form {
  justify-content: center;
  max-width: 100%;
}

@media (max-width: 800px) {
  .contact-container {
    max-width: 90%;
    flex-direction: column;
  }

  .contact-form {
    max-width: 100%;
  }
}

.form-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.form-wrapper {
  margin: 0 auto;
  max-width: 100%;
}

form {
  min-width: 60%;
  max-width: 100%;
}

.input-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 1.5rem;
}

.input-flex > div {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}

.textarea {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 1.5rem;
}

.form-input {
  width: 100%;
  padding-bottom: 0.6rem;
  border: none;
  border-bottom: 3px solid #ebf5f0;
  background: rgba(250, 95, 100, 0);
  font-size: 1.2rem;
  color: #ebf5f0;
  outline: none;
  resize: none;
}

.form-input::placeholder {
  color: #ebf5f0;
  opacity: 0.8;
}

.form-input:focus {
  color: #ebf5f0;
}

.footer {
  background-color: rgba(250, 95, 100, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  margin: auto;
  justify-content: center;
}

.footer-socials {
  width: 20%;
  display: flex;
  justify-content: space-around;
}

.footer div a img {
  max-height: 30px;
}

.copyright {
  color: #ebf5f0;
  font-family: "CircularStd-Bold";
  font-size: 1.2rem;
  bottom: 0;
  padding-top: 1rem;
}

.mail-duck {
  position: absolute;
  left: 5px;
  bottom: 15px;
  max-width: 15%;
  transition: ease-in 2s;
}

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 15px);
  }

  100% {
    transform: translate(0, -0px);
  }
}

@media (max-width: 1000px) {
  .footer-socials {
    width: 30%;
  }
}

@media (max-width: 720px) {
  .footer-socials {
    width: 40%;
  }

  .mail-duck {
    display: none !important;
  }
}

@media (max-width: 540px) {
  .footer-socials {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .footer-socials {
    width: 60%;
  }
}
