@font-face {
    font-family: "omnes-regular";
    src: url("../../assets/fonts/omnes-regular-webfont.ttf");
}

@font-face {
    font-family: "omnes-medium";
    src: url("../../assets/fonts/omnes-medium-webfont.ttf");
}

@font-face {
    font-family: "omnes-light";
    src: url("../../assets/fonts/omnes_light-webfont.ttf");
}

/* -------------------------- fonts ----------------------- */

@font-face {
    font-family: "omnes-regular";
    src: url("../../assets/fonts/Omnes\ Regular\ Regular.ttf");
  }
  
  @font-face {
    font-family: "omnes-medium";
    src: url("../../assets/fonts/omnes-medium-webfont.ttf");
  }
  
  @font-face {
    font-family: "omnes-light";
    src: url("../../assets/fonts/Omnes\ Light.ttf");
  }
  
  @font-face {
    font-family: "omnes-semibold";
    src: url("../../assets/fonts/omnes-semibold-webfont.ttf");
  }
  
  /* -------------------------- end fonts ----------------------- */
body {
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 5px;
border:7px solid rgba(255,255,255,0.2);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  border:7px solid rgba(255,255,255,0.7);
}

strong {
  font-weight: 600;
}

.title-box {
  margin-top: 100px;
}

.text-box {
  overflow-y: auto;
  height: 60vh;
  width: 70vw;
  margin-top: 10px;
  }

a {
    object-fit: contain;
    font-family: omnes-medium;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: 0.3px;
    text-align: center;
    color: var(--white);
}

a:hover {
    color: white;
}

img{
    width: 68px;
}

span {
    object-fit: contain;
    font-family: Omnes-light;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: 0.3px;
    text-align: center;
    color: var(--white);
}

h1 {
    object-fit: contain;
    font-family: omnes-regular;
    font-size: 25px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: 1.34px;
    text-align: left;
    color: var(--white);
}

p {
  width: 90%;
    object-fit: contain;
    font-family: omnes-light;
    font-size: 19px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: 1.1px;
    text-align: left;
    color: var(--white);
    margin-bottom: 100px;
}

button {
    width: 33vh;
    font-family: omnes-regular;
    background: none;
    border: 2px solid white;
    border-radius: 45px;
    color: white;
    font-family: Omnes-regular;
    font-size: 28px;
    font-weight: 600;
}

.cyan {
    color: #32f7ff;
}

.cyan:hover {
    color: #32f7ff;
}

body {
    background-image: url('../../assets/images/terms/background.png');
    background-size: cover;
}

.btn-back {
    position: fixed;
    bottom: 130px;
    margin-top: 80vh;
}

.footer-slider-4 {
    position: fixed;
    left: -2%;
    width: 102vw;
    bottom: 0%;
}

.link-footer {
    width: 100px;
    height: 90px;
}
.footer {
  margin: 0px;
  padding: 0px;
  bottom: 0%;
  position: absolute;
  width: 100%;
  height: 11%;
  background: rgb(234,0,216);
  background: linear-gradient(90deg, rgba(234,0,216,1) 0%, rgba(158,66,245,1) 100%);
}


.beu-item {
  font-size: 15px;
  font-family: omnes-medium;
  font-weight: 300;
  letter-spacing: 1.1px;
  color: white;
}

.beu-item:hover {
text-decoration: none;
color: white;
}
  
  .white {
    color: white;
  }
  
  .footer-item {
    font-size: 15px;
    font-family: omnes-medium;
    font-weight: 300;
    letter-spacing: 1.1px;
  }

.footer-item:hover {
    text-decoration: none;
}
  .back {
    position: absolute;
    right: 1.5vw;
    width: 50px;
    }

     .logo {
      position: absolute;
      left: 1.64vw;
      width: 70px;
      height:61.34px;
  } 

  @media (min-width: 700px) {  
    .footer-responsive {
        display: none;
    }
  } 
  @media (max-width: 700px) {  
    .col-12 {
      padding-left: 0px;
    } 
    h1 {
      font-size: 23px;
      padding-left: 0px;
  }
    .text-box {
      overflow-y: auto;
      height: 40vh;
      width: 92vw;
      margin-top: 15px;
      }

    p {
      object-fit: contain;
      font-family: omnes-light;
      font-size: 16px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.21;
      letter-spacing: 1.1px;
      text-align: left;
      color: var(--white);
      margin-bottom: 100px;
      width: 100%;
  }

    .footer {
      display: none;
  }
    .footer-responsive {
    margin: 0px;
    padding: 0px;
    bottom: 0%;
    position: fixed;
    width: 100%;
    height: 11%;
    background: rgb(234,0,216);
    background: linear-gradient(90deg, rgba(234,0,216,1) 0%, rgba(158,66,245,1) 100%);
    z-index: 2;
  }

  .footer-item-responsive {
    font-size: 2.0vh;
    font-family: omnes-light;
    font-weight: 600;
    letter-spacing: 1.1px;
  }

  .back {
    width: 40px;
    height: 40px;
    margin-left: 55vw;
    margin-top: 0px;
}
  
  .b-logo {
    width: 40px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(40deg) brightness(160%) contrast(100%);
    }
}



