:root {
  --dark-slate-blue: #9f48d9;
  --deep-sky-blue: #00bef2;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav1 {
  background-color: #0000;
  width: 100%;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .6;
  color: #000;
  font-size: 18px;
  line-height: 150%;
}

.link-light {
  opacity: .6;
  color: #111212;
  cursor: pointer;
  line-height: 24px;
  transition: color .4s, transform .4s, opacity .4s;
}

.link-light:hover {
  opacity: 1;
  color: #111212;
  transform: translate(0, -2px);
}

.link-light:active {
  opacity: .9;
  transform: translate(0, -1px);
}

.link-light.navigation1-link-light {
  opacity: .8;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link-light.footer-link-12-link {
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.nav1-logo-wrapper {
  background-image: url('../images/Ludi-2-LOGO-MAIN.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  align-items: center;
  width: 180px;
  height: 70px;
  display: inline-block;
}

.btn {
  float: none;
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #9023d9;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn.btn-outline-light {
  border: 1px solid var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.btn.btn-outline-light {
  border: 1px solid var(--dark-slate-blue);
  color: #111212;
  background-color: #0000;
}

.btn.btn-outline-light:hover {
  border-color: #1112121a;
  box-shadow: 0 1px 3px #0000000d;
}

.btn.btn-outline-light:active {
  box-shadow: 0 1px 1px #0000000d;
}

.btn.tyu {
  border: 1px solid var(--dark-slate-blue);
  color: #353535;
  background-color: #0000;
  font-size: 16px;
  font-weight: 600;
}

.wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap._700 {
  justify-content: center;
  display: flex;
}

.wrap._89 {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.nav1-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.section._80 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section._2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section._90 {
  background-color: #f3f3f3;
  padding-top: 80px;
  padding-bottom: 120px;
}

.nav1-menu-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.headline-8-col {
  width: 620px;
  margin-bottom: 50px;
}

.content1-image {
  border-radius: 8px;
  height: 340px;
  margin-bottom: 30px;
}

.content1-image.content1-image3 {
  background-image: url('../images/Services1-Image2.jpg');
  background-position: 50%;
  background-size: cover;
}

.content1-image.content1-image2 {
  background-image: url('../images/Services1-Image3.jpg');
  background-position: 50%;
  background-size: cover;
}

.content1-image.content1-image1 {
  background-image: url('../images/Services1-Image1.jpg');
  background-position: 50%;
  background-size: cover;
}

._4-col {
  width: 33.3%;
  margin-right: 20px;
  display: inline-block;
}

._4-col._4-col-last {
  margin-right: 0;
  display: inline-block;
}

.decoline {
  background-color: #d2d2d2;
  width: 30px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.decoline.decoline-dark {
  background-color: #d2d2d233;
}

.content1-items {
  align-items: flex-start;
  display: flex;
}

.section-dark {
  color: #fff;
  background-color: #051d3a;
  padding-top: 100px;
  padding-bottom: 120px;
  display: none;
}

.content1-item-description {
  padding-right: 40px;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: .6;
}

.hero3-firstbutton-wrap {
  margin-right: 10px;
  display: inline-block;
}

.hero3-image {
  width: 100%;
}

._7-col {
  width: 540px;
  margin-right: 20px;
  display: inline-block;
}

._7-col._7-col-last {
  text-align: right;
  flex: none;
  width: 40%;
  margin-right: 0;
  display: inline-block;
}

._7-col._90 {
  padding-left: 60px;
  display: block;
}

._5-col {
  width: 50%;
  margin-right: 20px;
  display: inline-block;
}

.hero3-headline-wrap {
  margin-bottom: 20px;
  padding-top: 10px;
}

.hero3-text-wrapper {
  margin-top: 88px;
  padding-right: 50px;
}

.text-20 {
  opacity: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-20.text-20-60 {
  opacity: .6;
  font-size: 22px;
  line-height: 150%;
}

._5-col-2 {
  background-image: url('../images/T3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 600px;
  margin-right: 20px;
  display: block;
}

.feature3-text-wrapper {
  text-align: left;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 30px;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

.content2-items {
  align-items: flex-start;
  display: flex;
}

._3-col {
  width: 33.3%;
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  width: 33.3%;
  margin-right: 0;
}

.cta1-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta1-image {
  background-image: linear-gradient(#111212bf, #111212bf), url('../images/1533-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta1-content {
  width: 50%;
  margin-top: 5px;
}

.section-dark-2 {
  color: #fff;
  background-color: #111212;
}

.btn-big {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  font-size: 16px;
  line-height: 26px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-big:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn-big:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn-big.btn-white {
  color: #111212;
  background-color: #fff;
  display: inline-block;
}

._5-col-3 {
  width: 40%;
  margin-right: 20px;
  display: inline-block;
}

._2-col {
  width: 20%;
  margin-right: 0;
  display: block;
}

.footer1-column-headline {
  margin-bottom: 20px;
}

._3-col-2 {
  width: 220px;
  margin-right: 20px;
  display: inline-block;
}

._3-col-2._3-col-last {
  width: 20%;
  margin-right: 0;
}

.footer1 {
  background-color: #f7f7f7;
  border-top: 1px solid #1112120f;
}

.div-block {
  background-image: url('../images/2149491833.jpg');
  background-position: 50% 85%;
  background-size: cover;
  border-radius: 5px;
  height: 450px;
}

.div-block._2 {
  background-image: url('../images/2151015271-1.jpg');
  background-position: 100%;
}

.div-block._3 {
  background-image: url('../images/40319-1.jpg');
  background-position: 20%;
}

.heading-2 {
  font-size: 46px;
  line-height: 120%;
}

.link-block {
  background-image: url('../images/Ludi-2-LOGO-MAIN.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 70px;
}

.heading-5 {
  font-size: 32px;
  line-height: 120%;
}

.link-block-2 {
  background-image: url('../images/app-store.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 80px;
  margin-top: 15px;
}

.link-block-2._1 {
  background-image: url('../images/1200px-Google_Play_Store_badge_EN.svg.png');
}

.section-3 {
  padding: 46px;
}

.div-block-23 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.div-block-24 {
  background-image: url('../images/Yulla-Logo.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 60px;
  margin-bottom: 50px;
}

.heading-6 {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .text-16.text-16-60 {
    width: 100%;
  }

  .nav1-menu-btn {
    background-color: #0000;
    margin-right: 0;
    padding: 10px;
  }

  .nav1-menu-btn:active {
    background-color: #0000;
  }

  .nav1-menu-btn.w--open {
    background-color: #0000;
    margin-right: 0;
  }

  .link-light.navigation1-link-light {
    margin-right: 0;
    padding: 20px;
  }

  .nav1-logo-wrapper {
    flex: none;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    margin-left: 0;
    display: inline-block;
  }

  .wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap._89 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav1-wrap {
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section._80 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .section._2 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .nav1-menuicon-dark {
    width: 20px;
    height: auto;
  }

  .nav1-menu-wrapper {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    display: flex;
    box-shadow: 0 1px 3px #1112120f;
  }

  .headline-8-col {
    text-align: center;
    width: auto;
  }

  .content1-image.content1-image2 {
    background-position: 50% 62%;
  }

  ._4-col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .decoline {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content1-items {
    flex-direction: column;
    margin-bottom: -30px;
  }

  .section-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .content1-item-description {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .hero3-image {
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._7-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._7-col._90 {
    padding-left: 30px;
  }

  ._5-col {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .hero3-headline-wrap {
    text-align: left;
  }

  .hero3-text-wrapper {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-right: 0;
  }

  ._5-col-2 {
    width: 400px;
    height: 500px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .feature3-text-wrapper {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content2-items {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._3-col._3-col-last {
    width: 100%;
  }

  .content2-number-wrapper {
    width: 60%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cta1-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .cta1-content {
    width: 100%;
    margin-bottom: 0;
  }

  .section-dark-2 {
    padding-left: 0;
    padding-right: 0;
  }

  ._5-col-3, ._2-col {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._3-col-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._3-col-2._3-col-last {
    text-align: left;
    width: 100%;
  }

  .footer1 {
    text-align: center;
  }

  .div-block {
    background-position: 50% 70%;
    height: 350px;
  }

  .div-block-2 {
    text-align: left;
  }

  .icon-svg {
    color: #000;
    width: 24px;
    display: block;
    transform: rotate(0);
  }
}

@media screen and (max-width: 767px) {
  .nav1 {
    z-index: 10;
  }

  .nav1-menu-btn {
    margin-top: -4px;
    padding: 0;
  }

  .nav1-menu-btn.w--open {
    margin-top: -4px;
  }

  .nav1-logo-wrapper {
    display: inline-block;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap._700 {
    flex-direction: column;
    align-items: center;
  }

  .hero3-image {
    margin-top: -20px;
  }

  ._7-col._7-col-last {
    width: 70%;
  }

  .hero3-headline-wrap {
    text-align: center;
  }

  .hero3-text-wrapper {
    margin-top: 0;
  }

  ._5-col-2 {
    text-align: center;
  }

  .feature3-text-wrapper {
    text-align: center;
    padding-top: 21px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .div-block-2 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .nav1-menu-btn {
    padding: 10px;
  }

  .nav1-menu-btn.w--open {
    margin-right: 0;
  }

  .link-light.navigation1-link-light {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .nav1-logo-wrapper {
    width: 150px;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrap._89 {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section._80 {
    padding-top: 40px;
    padding-bottom: 61px;
  }

  .section._90 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .nav1-menu-wrapper {
    box-shadow: 0 1px 3px 4px #1112120f;
  }

  .hero3-firstbutton-wrap {
    margin-right: 0;
    display: block;
  }

  ._7-col._7-col-last {
    width: 100%;
  }

  ._7-col._90 {
    padding-left: 0;
  }

  .text-20.text-20-60 {
    font-size: 16px;
    line-height: 25px;
  }

  ._5-col-2 {
    width: 100%;
    height: 350px;
  }

  .feature3-text-wrapper {
    padding-top: 0;
  }

  .content2-number-wrapper {
    width: 100%;
  }

  .cta1-wrap {
    align-items: stretch;
  }

  .cta1-content {
    width: 100%;
  }

  .btn-big {
    text-align: center;
    padding: 14px 25px;
    display: block;
  }

  .btn-big.btn-white {
    display: block;
  }

  ._5-col-3, ._2-col {
    text-align: center;
  }

  ._3-col-2._3-col-last {
    text-align: center;
    width: 100%;
  }

  .div-block {
    background-position: 50% 62%;
    height: 250px;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-3, .heading-4, .heading-5 {
    font-size: 28px;
  }

  .section-3 {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 25px;
  }

  .div-block-23 {
    padding-top: 30px;
  }

  .div-block-24 {
    width: 140px;
    height: 40px;
  }
}


