@font-face {
  font-family: Bitcountgridsingle Cursive;
  src: url('../fonts/BitcountGridSingle_Cursive-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.div-block {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-image: url('../images/Nuvola_bg-.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-2 {
  width: auto;
}

.logo_contain {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.menu_wrapper {
  z-index: 50;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-right: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image-3 {
  width: 90%;
}

.link {
  color: #fff;
  padding-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.text-block {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.nav_menu {
  background-color: #e4e4e400;
  border-radius: 20px;
  width: 20%;
  height: auto;
  margin-top: 50px;
  margin-right: 60px;
  padding: 20px 20px 20px 30px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
  box-shadow: 0 0 20px #0000001a, 0 6px 6px #0003;
}

.heading {
  z-index: 1;
  color: #fff;
  background-color: #0000;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.paragraph {
  z-index: 1;
  opacity: 1;
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 21px;
  position: relative;
}

.vabar_glasseffect {
  opacity: 1;
  filter: url('../images/');
  border-radius: 20px;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 5px 5px 16px -15px #bdbdbd80;
}

.div-block-4 {
  opacity: 1;
  background-color: #76767663;
  border-radius: 20px;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 -5px 20px 8px #0003;
}

.div-block-5 {
  border-radius: 20px;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 7px 5px -7px #0003, inset 7px 2px 20px -3px #ffffff80;
}

.code-embed {
  display: none;
}

.div-block-6 {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.heading-2 {
  color: #fff;
  font-family: Bitcountgridsingle Cursive, Arial, sans-serif;
  font-size: 5.5rem;
  line-height: 100px;
}

@media screen and (max-width: 991px) {
  .div-block {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .image {
    object-fit: cover;
  }

  .menu_wrapper {
    position: absolute;
  }

  .nav_menu {
    width: 29%;
    padding-top: 0;
  }

  .paragraph {
    font-size: .6rem;
    line-height: 13px;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .heading-2 {
    font-size: 3rem;
    line-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .nav_menu {
    width: 40%;
  }

  .heading-2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding-bottom: 20px;
    position: fixed;
    inset: 0%;
  }

  .logo_contain {
    width: 70%;
  }

  .menu_wrapper {
    z-index: 3;
    position: fixed;
    inset: 0% 0% auto;
  }

  .div-block-2 {
    padding-top: 0;
  }

  .text-block {
    font-size: .7rem;
  }

  .nav_menu {
    width: 70%;
  }

  .heading {
    margin-bottom: 10px;
  }

  .paragraph {
    font-size: .7rem;
  }

  .div-block-6 {
    z-index: 2;
    margin-bottom: 0;
    padding-bottom: 20px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .heading-2 {
    margin-bottom: 0;
  }
}


@font-face {
  font-family: 'Bitcountgridsingle Cursive';
  src: url('../fonts/BitcountGridSingle_Cursive-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}