body {
  background: #0e120f;
}
.menu-container {
  position: absolute;
  top: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer li a,
footer li {
  float: left;
  padding: 10px;
  text-decoration: none;
}


.logo-container {
    margin-left: 24px;
    user-select: none;
    cursor: pointer;
    width:160px;
}

.emptydiv{
    width:160px;
}

.logo {
  max-width: 100%;
  max-height: 100%;
}
.menu-tiles {
  /* margin-left: 153px;
  width: calc(100% - 237px); */
  display: inline-block;
  user-select: none;
}

.menu-container {
  width: 100%;
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
}

.menu-tiles-container {
    text-align: center;
    width:60%;
    max-width: 900px;
}

.menu-tiles-container ul{
    display:flex;
    justify-content: space-between;
}

.menu-tile {
    font-weight: 500;
    color: #3270af;
    font-size: 2.4rem;
    cursor: pointer;
    user-select: none;
}

.about-us-message {
  position: absolute;
  left: 10px;
  top: 50%;
  left: 25%;
  width: 33.5rem;
  height: 0;
  transform: translate(-50%, -25%);
}
.none-cls {
  display: none;
}
.products-message {
  position: absolute;
  top: 30%;
  right: 15%;
  width: 44rem;
  height: 0;
  transform: translateY(-30%);
  /* display: none; */
}
.partners-message {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  display: none;
  opacity: 0;
  bottom: 0;
}
.contact-message {
  position: absolute;
  width: 100%;
  display: none;
  opacity: 0;
  bottom: 0;
}

.message-title {
  color: #0096f6;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
  display: block;
  text-align: left;
  padding-bottom: 1.5rem;
}
.message-content {
  color: white;
  line-height: 2.6rem;
  text-align: left;
  font-size: 1.8rem;
}
.text-center {
  text-align: center;
  padding-bottom: 1rem;
  font-size: 2rem;
}
.text-center-align {
  text-align: center !important;
}
.message-content-expand {
  width: 100%;
  height: auto;
}
.show {
  display: block !important;
}
.partner-logos {
  display: inline-block;
  margin: 2rem;
}
.partner-logo {
  height: 10rem;
  width: auto;
  margin-right: 1rem;
}
.logo-list {
  display: inline-block;
}
.list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.small-size {
  height: 6rem;
  width: auto;
}
/* .navbar {
  display: none;
  position: fixed;
  color: #0096f6;
  right: 15px;
  padding: 15px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
} */
.navbar {
  display: none;
  color: #0096f6;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  right: 0px;
}

.nav {
  color: #0096f6;
  font-size: 20px;
  margin-right: 20px;
}
.navitem {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  position: relative;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  margin-bottom: 2px;
  z-index: -5;
  font-size: 1.6rem;
}
.menu-btn {
  display: none;
  cursor: pointer;
}
.expand {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  display: none;
}
.footer-container {
  position: fixed;
  color: #b9b9b9;
  bottom: 0;
  right: 0.875rem;
  z-index: 1;
}

.terms-and-policy {
  font-size: 14px;
  color: white;
  display: inline-block;
  padding: 0;
  margin-bottom: 20px;
  margin-right: 20px;
}

.modalContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 300;
  background-color: rgba(255, 255, 255, 0.2);
  display: none;
}
.modalTerms {
  position: fixed;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100rem;
  height: 100%;
  z-index: 305;
  overflow-y: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}
.termcontent {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding-right: 100px;
  height: 95%;
  font-size: 16px;
  font-family: 'Fira Sans', sans-serif;
  overflow-y: auto;
}

.termcontent li{
    margin-bottom:20px;
}

.termcontent ol{
    margin-bottom: 40px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
/*
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #d8d9d9;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 10px;
} */
.close-btn {
  float: right;
  margin-right: 1rem;
  display: none;
  cursor: pointer;
}



@media screen and (max-width: 1024px){
    .small-size {
      height: 4rem;
    }
    .logo-container {
    margin-left: 12px;
    }

    .partner-logo {
      height: 6rem;
    }

    .partners-message {
      top: 15rem;
    }



    .menu-tiles {
      display: none;
      font-size: 1.8rem;
    }

    .menu-tiles-container {
      display: none;
      text-align: right;
      top: unset;
    }

    .navbar {
      display: flex;
      padding:14px;
      margin-right: 12px;
    }


    .modalclose {
      display: block;
      position: fixed;
      top: 1rem;
      width: 100%;
      z-index: 11;
    }




    .close-btn {
      display: block;
    }


    .about-us-message {
      top: 30%;
      left: 50%;
      width: 100%;
      max-width: 500px;
      height: 0;
      transform: translate(-50%, -50%);
    }


    .products-message {
      top: 35%;
      left: 50%;
      width: 100%;
    max-width: 500px;
      height: 0;
      transform: translate(-50%, -50%);
    }

    .message-content {
        padding: 20px;
        font-size: 16px;
    }

    .navitem {
      height: 50px;
      line-height: 50px;
      font-size: 16px;
    }


    .close-btn {
        display: block;
    }

    .termcontent {
        width: 100%;
        padding:0;
        margin-top: 30px;
    }

    .termcontent section{
        padding-left: 20px;
        padding-right: 20px;
    }

    .termcontent li{
        margin-bottom:20px;
    }

    .termcontent ol{
        margin-bottom: 40px;
    }

  .menu-tile {
    font-size: 1.8rem;
  }
  .partner-logos {
    margin: 1.2rem;
  }
  .menu-tiles {
    display: none;
  }
  .menu-tiles-container {
    text-align: right;
    top: unset;
    transform: unset;
    width: calc(100% - 17.8rem);
  }
  .menu-btn {
    display: inline-block;
    vertical-align: top;
    margin-left: 1.5rem;
  }
  .navbar {
    display: unset;
  }
  .modalclose {
    display: block;
    position: fixed;
    top: 10px;
    width: 100%;
    z-index: 1;
  }

      .modalTerms {
        width: 100%;
        background-color: #fcfcfc;
        border-radius: 0;
        left: 0;
        top: 0;
        opacity: 1;
        transform: translate(0, 0);
      }

  .terms-and-policy {
      font-size: 12px;
      font-weight:400;
    margin-bottom: 0px;
    margin-right: 0px;
  }

  .emptydiv{
      display: none;
  }

}





@media screen and (min-width: 1024px) {
  .termcontent {
    font-size: 1.6rem;
  }
  .partner-logos {
    margin: 2rem;
  }
  .close-btn {
    display: none;
  }

}
