:root {
  --orpi: #19367c;
  --midnight-blue: #012238;
  --medium-sea-green: #08c782;
}

.section {
  width: auto;
  height: auto;
  opacity: 1;
  background-color: #012230;
  background-image: url('../images/Untitled-design-36.png');
  background-position: 0 0;
  background-size: contain;
}

.wrapper {
  width: 100%;
  height: 100vw;
  opacity: 1;
}

.vb-image {
  width: 100%;
  height: 100vh;
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #012238;
  background-image: url('../images/bg-vb.png');
  background-size: cover;
  background-attachment: scroll;
}

.logo {
  z-index: 5;
  width: 100px;
  height: 100px;
  background-image: url('../images/vb2x.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: none;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.logo:hover {
  background-image: url('../images/vb-color2x.png');
  background-size: cover;
}

.text-block {
  z-index: 4;
  width: 100%;
  height: auto;
  color: #fff;
  text-align: center;
  padding: 28px;
  font-family: Roboto, sans-serif;
  font-size: 29px;
  font-weight: 300;
  line-height: 41px;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.text-block:hover {
  color: #08c782;
}

.container {
  grid-column-gap: 97px;
  grid-row-gap: 16px;
  grid-template: ". Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  justify-items: center;
  margin-top: 0%;
  padding-top: 15%;
  display: grid;
}

.logo-copy {
  z-index: 5;
  width: 150px;
  height: 150px;
  background-image: url('../images/vb2x.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: block;
  position: absolute;
  top: 65px;
  bottom: auto;
  left: 87px;
  right: auto;
}

.logo-copy:hover {
  background-image: url('../images/Untitled-design-26.png');
  background-size: contain;
}

.div-block {
  width: 100vw;
  height: 100%;
}

.body {
  height: 100vh;
  font-family: Roboto, sans-serif;
}

.main-section {
  height: 100vh;
  background-image: linear-gradient(rgba(243, 244, 255, .76), rgba(243, 244, 255, .76));
}

.columns {
  height: 100vh;
}

.div-block-2 {
  height: 100vh;
  background-image: url('../images/vb-pat2x.png');
  background-position: 0 0;
  background-size: cover;
  display: block;
}

.column {
  height: 100vh;
  align-items: center;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  padding-top: 184px;
  padding-left: 97px;
  display: flex;
}

.heading {
  color: var(--orpi);
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}

.text-block-3 {
  font-size: 16px;
}

.descript-text {
  color: var(--midnight-blue);
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.italic-text {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
}

.heading-2 {
  color: #1c4094;
  font-weight: 500;
}

.button {
  object-fit: contain;
  background-color: #fff;
  border-radius: 13px;
  display: block;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.loco-text {
  padding-top: 20px;
  font-size: 20px;
}

@media screen and (min-width: 1280px) {
  .text-block {
    font-size: 33px;
  }

  .logo-copy {
    width: 250px;
    height: 250px;
    background-size: cover;
    padding: 33px;
  }
}

@media screen and (min-width: 1440px) {
  .section {
    height: 100vh;
    background-image: url('../images/Untitled-design-36.png');
    background-position: 0 0;
    background-size: cover;
  }

  .wrapper {
    height: 100vh;
    background-image: none;
  }

  .logo-copy {
    width: 100px;
    height: 100px;
    padding: 0;
    position: absolute;
    top: 13%;
    bottom: auto;
    left: 11%;
    right: auto;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    background-size: auto;
  }

  .text-block {
    padding-top: 50px;
    font-size: 64px;
  }

  .container {
    padding-top: 18%;
  }

  .text-block-2 {
    color: #fff;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 100px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    background-position: 50%;
    background-size: cover;
  }

  .vb-image {
    width: 100%;
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: url('../images/bg-vb.png');
    background-position: 0 0;
    background-size: contain;
  }

  .logo {
    right: 37%;
  }

  .text-block {
    font-size: 2em;
    line-height: 1.1em;
  }

  .container {
    padding-top: 23%;
  }

  .logo-copy {
    width: 100px;
    height: 100px;
    top: 92px;
    left: 69px;
    right: auto;
  }

  .column {
    justify-content: center;
    display: flex;
  }

  .div-block-3 {
    align-items: center;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .descript-text {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }

  .heading-2 {
    text-align: center;
  }

  .column-2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-size: cover;
  }

  .wrapper {
    height: 100vh;
  }

  .vb-image {
    width: 100%;
    background-position: 0 0;
  }

  .logo {
    display: none;
    bottom: 62%;
    right: 50%;
  }

  .text-block {
    width: 100%;
    font-size: 27px;
    line-height: 27px;
    bottom: auto;
    right: auto;
  }

  .container {
    grid-column-gap: 1px;
    grid-template-rows: auto;
    padding-top: 38%;
  }

  .logo-copy {
    display: block;
    bottom: auto;
    right: auto;
  }

  .div-block-2 {
    display: none;
  }

  .div-block-3 {
    align-items: center;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-2 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .vb-image {
    width: 103%;
  }

  .logo {
    display: block;
    top: 20%;
    bottom: auto;
    left: auto;
    right: 35%;
  }

  .text-block {
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 32px;
    display: block;
  }

  .container {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr .25fr;
    grid-auto-rows: 0;
    padding-top: 65%;
  }

  .logo-copy {
    display: block;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .div-block-3 {
    align-self: center;
    padding-top: 0;
  }

  .heading {
    font-size: 32px;
  }

  .descript-text {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 27px;
  }
}


