/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template/modern-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

/* --------------------------------------------------------------------- */
/* --------------------------- GENERAL PAGES --------------------------- */
/* --------------------------------------------------------------------- */
:root {
}

body {
  background-color: #222831;
  margin: 0;
  font-size: 16px;
  --color-text: #ffffff;
  --color-text-alt: #eeeeee;
  --color-main: #222831;
  --color-main-alt: #2A313C;
  --color-secondary: #00adb5;
  --color-link: #0e68c2;
  --color-link-hover: #ffffff;
  --color-black: #101216;
  --color-section-3:#181820;
  /*  --color-black:#111111; */
  --horizontal-padding: 10%;
  color: var(--color-text);
  background-color: var(--color-main);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  counter-reset: contentSection;
  font-family: roboto, sans-serif;
}


/* Page Loader */
.js .loading::before,
.js .loading::after {
  content: "";
  position: fixed;
  z-index: 1000;
}

.js .loading::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-main);
}

.js .loading::after {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  opacity: 0.4;
  background: var(--color-secondary);
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}
@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}

.musis-header {
  position: absolute;
  width: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: var(--color-main);
  padding-left: 5%;
  padding-right: 5%;
}
@media (max-width: 700px) {
  .musis-header {
    padding-left: 6%;
    padding-right: 6%;
    height: 10vh;
    display: flex;
    align-items: center;
    position: static;
  }
}
.musis-logo {
  width: 100px;
}

.section-1 {
  height: 100vh;
  background-color: var(--color-main);
  padding-left: var(--horizontal-padding);
  padding-right: var(--horizontal-padding);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 700px) {
  .section-1 {
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    padding-top: 5vh;
    height: 90vh;
    overflow: hidden;
    height: calc(var(--vh, 1vh) * 90);
  }
    @media (max-height: 850px) {
    .section-1 {
      padding-top: 2.5vh;
    }
  }
  @media (max-height: 600px) {
    .section-1 {
      padding-top: 0vh;
    }
  }
}

.section-1-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 700px) {
  .section-1-left {
    width: 100%;
    margin-top: 5%;
  }
}
.section-1-right {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 700px) {
  .section-1-right {
    display: none;
  }
}
.section-1-right-mobile {
  display: none;
}
@media (max-width: 700px) {
  .section-1-right-mobile {
    display: flex;
    position: absolute;
    left: -55%;
    bottom: -35%;
    height: 100%;
  }
  @media (max-height: 700px) {
    .section-1-right-mobile {
      bottom: -35%;
    }
  }
    @media (max-height: 600px) {
    .section-1-right-mobile {
      bottom: -45%;
    }
  }
}

.title-text-1 {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 90px;
  color: var(--color-text);
  text-transform: uppercase;
  line-height: 1.1em;
}
@media (max-width: 1800px) {
  .title-text-1 {
    font-size: 80px;
  }
}
@media (max-width: 1700px) {
  .title-text-1 {
    font-size: 75px;
  }
}
@media (max-width: 1500px) {
  .title-text-1 {
    font-size: 70px;
  }
}
@media (max-width: 1400px) {
  .title-text-1 {
    font-size: 65px;
  }
}
@media (max-width: 1300px) {
  .title-text-1 {
    font-size: 60px;
  }
}
@media (max-width: 990px) {
  .title-text-1 {
    font-size: 50px;
  }
}
@media (max-width: 500px) {
  .title-text-1 {
    font-size: 40px;
  }
}
.blue-span {
  color: var(--color-secondary);
}

.text-1 {
  font-family: "Roboto";
  font-size: 28px;
  color: var(--color-text);
  margin-top: 3%;
}
@media (max-width: 1700px) {
  .text-1 {
    font-size: 26px;
  }
}
@media (max-width: 1500px) {
  .text-1 {
    font-size: 24px;
  }
}
@media (max-width: 1300px) {
  .text-1 {
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  .text-1 {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .text-1 {
    font-size: 14px;
  }
}
.img-1 {
  width: 85%;
  object-fit: contain;
}
@media (max-width: 700px) {
  .img-1 {
    width: 100%;
  }
}

.img-1-part {
  width: 85%;
  object-fit: contain;
  position: absolute;
  height: 100%;
}

.download-app-btn {
  margin-top: 5%;
  padding: 3% 8%;
  font-size: 18px;
  align-self: flex-start;
}

.download-arrow {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  animation: arrow-down 1s ease-in-out 1s infinite;
}

@keyframes arrow-down {
  from {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(0px);
  }
}

@media (max-width: 1700px) {
  .download-app-btn {
    font-size: 16px;
  }
  .download-arrow {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 1500px) {
  .download-app-btn {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .download-app-btn {
    margin-top: 0%;
    font-size: 12px;
  }
  .download-arrow {
    width: 12.5px;
    height: 12.5px;
    margin-left: 5px;
  }
}

.download-app-btn {
  fill: var(--color-secondary);
  color: var(--color-secondary);
  border: solid 2px var(--color-secondary);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 700px) {
  .download-app-btn {
    border: solid 1px var(--color-secondary);
  }
}

.download-app-btn span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: var(--color-secondary);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.download-app-btn:hover {
  fill: var(--color-main);
  color: var(--color-main);
  cursor: pointer;
  text-decoration: none;
}

.download-app-btn:hover span {
  transform: translateY(0) scale(2);
}
.download-app-btn span:nth-child(2) {
  --n: 1;
}

.download-app-btn span:nth-child(3) {
  --n: 2;
}

.download-app-btn span:nth-child(4) {
  --n: 3;
}

.download-app-btn span:nth-child(5) {
  --n: 4;
}


.section-2 {
  height: 100vh;
  background-color: var(--color-secondary);
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 990px) {
  .section-2 {
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
    align-items: center;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}

.section-2-left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 990px) {
  .section-2-left {
    margin-top: 5%;
    width: 100%;
  }
}
.img-2 {
  width: 120%;
  object-fit: contain;
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  .img-2 {
    width: 130%;
  }
}
.section-2-right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 990px) {
  .section-2-right {
    margin-top: 10%;
    width: 100%;
    align-items: center;
  }
}

.title-text-2 {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 55px;
  color: var(--color-text);
  text-transform: uppercase;
  line-height: 1.1em;
}
@media (max-width: 1700px) {
  .title-text-2 {
    font-size: 40px;
  }
}
@media (max-width: 1500px) {
  .title-text-2 {
    font-size: 30px;
  }
}
@media (max-width: 990px) {
  .title-text-2 {
    font-size: 30px;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .title-text-2 {
    font-size: 25px;
  }
}
.text-2 {
  font-family: "Roboto";
  font-size: 25px;
  color: var(--color-text-alt);
  margin-top: 3%;
}
@media (max-width: 1700px) {
  .text-2 {
    font-size: 23px;
  }
}
@media (max-width: 990px) {
  .text-2 {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .text-2 {
    font-size: 13px;
  }
}

.img-3 {
  width: 100px;
  object-fit: contain;
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  .img-3 {
    width: 100px;
  }
}

.section-2-buttons-container {
  display: flex;
  flex-direction: row;
  margin-top: 2.5%;
}
@media (max-width: 990px) {
  .section-2-buttons-container {
    justify-content: center;
  }
}

.element-separator {
  width: 3vw;
}
@media (max-width: 990px) {
  .element-separator {
    width: 5vw;
  }
}
.section-2-button-container {
  cursor: pointer;
}
.section-2-button {
  width: 200px;
  object-fit: contain;
}
@media (max-width: 1700px) {
  .section-2-button {
    width: 175px;
  }
}
@media (max-width: 990px) {
  .section-2-button {
    width: 125px;
  }
}

.section-3 {
  position: relative;
  height: 100vh;
  background-color: var(--color-main);
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  align-items: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 990px) {
  .section-3 {
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}

.section-title-text-3 {
  font-family: "Roboto";
  text-transform: uppercase;
  font-size: 80px;
  font-weight: bold;
  color: var(--color-secondary);
  padding-bottom: 5%;
}
@media (max-width: 1700px) {
  .section-title-text-3 {
    font-size: 70px;
  }
}
@media (max-width: 1500px) {
  .section-title-text-3 {
    font-size: 60px;
  }
}
@media (max-width: 1300px) {
  .section-title-text-3 {
    font-size: 50px;
  }
}
@media (max-width: 990px) {
  .section-title-text-3 {
    font-size: 35px;
    padding-bottom: 2.5%;
  }
}

.section-3-container {
  display: flex;
  flex-direction: row;
  width: 70%;
  justify-content: space-between;
  z-index: 2;
}

@media (max-width: 990px) {
  .section-3-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    z-index: 2;
  }
}

.section-3-sub-container {
  background-color: var(--color-section-3);
  /* border: solid 1px var(--color-secondary); */
  width: 47.5%;
  padding: 5% 5%;
  border-radius: 10px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}

@media (max-width: 990px) {
  .section-3-sub-container {
    width: 100%;
    padding: 10% 10%;
    margin-top: 5%;
    margin-bottom: 5%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  }
}
.title-text-3 {
  font-family: "Roboto";
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  color: var(--color-secondary);
}
@media (max-width: 990px) {
  .title-text-3 {
    font-size: 20px;
  }
}
.text-3 {
  font-family: "Roboto";
  color: var(--color-text-alt);
  font-size: 18px;
  padding: 5px;
}
@media (max-width: 990px) {
  .text-3 {
    font-size: 14px;
  }
}

.section-3-image-container {
  display: flex;
  position: absolute;
  bottom: 0;
  height: 80%;
  right: 0;
  justify-content: flex-end;
}
@media (max-width: 990px) {
  .section-3-image-container {
    display: none;
  }
}

.section-4 {
  display: flex;
  align-items: center;
  padding: 10%;
  display: flex;
  flex-direction: column;
  background-color: var(--color-black);
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.3);
}
.container-4 {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin-top: 2.5%;
}
@media (max-width: 2000px) {
  .container-4 {
    width: 90%;
  }
}
@media (max-width: 1700px) {
  .container-4 {
    width: 100%;
  }
}

@media (max-width: 990px) {
  .container-4 {
    width: 70%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.sub-container-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
}

@media (max-width: 990px) {
  .sub-container-4 {
    width: 100%;
  }
}

.title-text-4 {
  font-family: "Roboto";
  text-transform: uppercase;
  font-size: 45px;
  font-weight: bold;
  color: var(--color-text);
  letter-spacing: 0.06em;
}

@media (max-width: 990px) {
  .title-text-4 {
    font-size: 35px;
  }
}
.numbers-text-4 {
  font-family: "Roboto";
  font-size: 90px;
  color: var(--color-secondary);
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 0px;
}

@media (max-width: 1500px) {
  .numbers-text-4 {
    font-size: 75px;
  }
}

@media (max-width: 990px) {
  .numbers-text-4 {
    font-size: 60px;
  }
}
.text-4 {
  font-family: "Roboto";
  color: var(--color-text-alt);
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.06em;
}

footer {
  padding: 5% 10%;
  background-color: var(--color-black);
  display: flex;
  flex-direction: column;
}

@media (max-width: 699px) {
  .main-footer {
    display: none;
  }
}
@media (min-width: 700px) {
  .mobile-footer {
    display: none;
  }
}

.footer-top-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer-musis-gif {
  width: 70px;
  object-fit: contain;
}
@media (max-width: 1700px) {
  .footer-musis-gif {
    width: 50px;
  }
}
.footer-contact-us {
  color: var(--color-secondary);
  padding: 1% 4%;
  font-size: 20px;
  border-radius: 100px;
  border: solid 1px var(--color-secondary);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.footer-contact-us span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: var(--color-secondary);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.footer-contact-us:hover {
  color: var(--color-main);
  cursor: pointer;
  text-decoration: none;
}

.footer-contact-us:hover span {
  transform: translateY(0) scale(2);
}

.footer-contact-us span:nth-child(1) {
  --n: 1;
}

.footer-contact-us span:nth-child(2) {
  --n: 2;
}

.footer-contact-us span:nth-child(3) {
  --n: 3;
}

.footer-contact-us span:nth-child(4) {
  --n: 4;
}

@media (max-width: 1700px) {
  .footer-contact-us {
    font-size: 18px;
  }
}
@media (max-width: 1500px) {
  .footer-contact-us {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .footer-contact-us {
    font-size: 13px;
    padding: 2% 7.5%;
  }
}

.footer-mid-container {
  display: flex;
  flex-direction: column;
}

.footer-title {
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.1em;
  color: var(--color-secondary);
}
@media (max-width: 1700px) {
  .footer-title {
    font-size: 35px;
  }
}

.footer-bottom-container {
  margin-top: 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-social-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
}
.footer-social-button {
  width: 35px;
  margin-right: 25px;
  cursor: pointer;
}
@media (max-width: 1700px) {
  .footer-social-button {
    width: 30px;
  }
}
@media (max-width: 990px) {
  .footer-social-button {
    width: 25px;
  }
}
@media (min-width: 990px) {
    .footer-social-button:hover,
    .footer-social-button:focus {
      margin-top: 10px;
    }
}
.footer-others-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex: 1;
}

.footer-others-button {
  color: var(--color-white);
  font-size: 16px;
  margin-left: 5%;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: underline;
}
@media (max-width: 1700px) {
  .footer-others-button {
    font-size: 14px;
  }
}

.footer-others-button:hover,
.footer-others-button:focus {
  color: var(--color-secondary);
  cursor: pointer;
  text-decoration: underline;
}

.footer-mobile-mid-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 5%;
}

.footer-mobile-bottom-container {
  display: flex;
  flex-direction: column;
  /*  align-items: center; */
  margin-top: 5%;
}

@media (max-width: 700px) {
  .footer-others-button {
    margin-left: 0%;
    margin-top: 2%;
    font-size: 12px;
  }
}

.not-found-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}

.not-found-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
}

.musis-not-found-img {
  width: 20%;
}
@media (max-width: 700px) {
  .musis-not-found-img {
    width: 40%;
  }
}
.musis-not-found-text {
  font-size: 3vw;
  margin-top: 3%;
  color: var(--color-secondary);
  font-weight: bold;
}
@media (max-width: 700px) {
  .musis-not-found-text {
    font-size: 5vw;
    margin-top: 5%;
  }
}
.not-found-header {
  position: relative;
}

.page-content {
  padding: 3% 10%;
}
.page-content .title {
  font-family: "Roboto";
  font-size: 26px;
  color: #ffffff;
}

.page-content .subtitle {
  font-family: "Roboto";
  color: #acacac;
  font-size: 14px;
}

.page-content .heading_1 {
  font-family: "Roboto";
  font-size: 19px;
  color: #ffffff;
}

.page-content .heading_2 {
  font-family: "Roboto";
  font-size: 17px;
  color: #ffffff;
}

.page-content .body_text {
  color: #acacac;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 1.5em;
  text-align: justify;
}

.page-content .link {
  font-family: "Roboto";
  color: var(--color-link);
  font-size: 14px;
  word-break: break-word;
}

.page-content li {
  margin-top: 15px;
}

.modal-dialog {
  max-width: 500px;
  width: 75%;
  margin: 10% auto;
}
@media (max-width: 990px) {
  .modal-dialog {
    margin: 50% auto;
  }
}
.modal-content {
  border-radius: 25px;
}

.alertModal {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-main);
  color: var(--color-text);
  text-align: center;
  border-radius: 20px;
  padding: 30px;
  z-index: 1000;
}

.alertModal button.close {
  width: 30px;
  font-size: 20px;
  color: #c0c5cb;
  align-self: flex-end;
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
  cursor: pointer;
}

.alertModal img {
  width: 30%;
}
@media (max-width: 990px) {
  .alertModal img {
    width: 50%;
  }
}

.alertModal .content {
  margin-top: 30px;
  margin-bottom: 30px;
}
.alertModal .text {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 990px) {
  .alertModal .text {
    font-size: 14px;
  }
}

.alertModal a {
  font-size: 20px;
  color: var(--color-secondary);
  text-align: center;
}
@media (max-width: 990px) {
  .alertModal a {
    font-size: 16px;
  }
}
.alertModal button.accept {
  background-color: var(--color-secondary);
  border: none;
  border-radius: 5px;
  padding: 10px 50px;
  text-transform: uppercase;
  font-size: 16px;
  color: var(--color-text);
  cursor: pointer;
}


#img-1-part-2 {
  animation: 6s rotate-right;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#img-1-part-3 {
  animation: 10s rotate-left;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotate-right {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate-left {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

/*# sourceMappingURL=/site.fc267675.css.map */