* {
  font-family: sofia-pro-soft, sans-serif; }

body {
  background-color: #C2CDD8; }

a {
  color: #9C5AEF; }
  a:hover {
    color: #9C5AEF; }

.modal-footer {
  padding: 20px 40px; }

.modal-body {
  padding: 40px; }

.o-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 576px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 0; }
    .container-fluid .row {
      margin-left: 0;
      margin-right: 0; }
      .container-fluid .row > div {
        padding-left: 0;
        padding-right: 0; } }

.left-image-container,
.right-content {
  padding-top: 180px; }

.left-image-container {
  position: relative;
  height: 100vh; }
  .left-image-container .images-inner {
    position: fixed;
    height: 100vh;
    top: 0%;
    left: 0%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start; }
    .left-image-container .images-inner .mobile {
      display: none; }
  .left-image-container img {
    display: block;
    width: 100%;
    margin-left: -15px; }
  .left-image-container .logo {
    max-width: 140px;
    margin-left: 21%; }

.right-content {
  max-width: 380px;
  background-color: #ffffff;
  margin-left: 20%;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  box-sizing: border-box; }
  .right-content .con {
    padding: 0 45px;
    box-sizing: border-box; }
  .right-content .above-heading {
    font-size: 12px;
    line-height: 120%;
    color: #9CA2A7;
    margin-bottom: 16px; }
  .right-content .heading {
    font-size: 31px;
    line-height: 110%;
    margin-bottom: 16px;
    text-transform: uppercase; }
  .right-content p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 16px; }
  .right-content .large {
    font-size: 19px; }
  .right-content .mustache {
    position: relative;
    width: 100%;
    margin-top: 100px; }
    .right-content .mustache:after {
      content: '';
      display: block;
      width: calc(100% + 30px);
      height: 1px;
      background-color: #C2CDD8;
      position: absolute;
      left: -15px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1; }
    .right-content .mustache img {
      display: block;
      background-color: #ffffff;
      padding: 10px 30px;
      position: relative;
      z-index: 2;
      margin: 0 auto; }
  .right-content .section-1 {
    color: #393B3D; }
  .right-content .section-2 .img {
    width: calc(100% + 30px);
    margin-left: -15px; }
  .right-content .section-3 .above-heading {
    color: #9C5AEF;
    font-size: 118px;
    line-height: 120%;
    letter-spacing: -5px;
    margin-bottom: 5px; }
  .right-content .section-4 {
    position: relative;
    margin-top: 50px; }
    .right-content .section-4:before {
      content: '';
      display: block;
      width: calc(100% + 30px);
      height: 1px;
      background-color: #C2CDD8;
      position: absolute;
      left: -15px;
      top: 28px;
      transform: translateY(-50%);
      z-index: 1; }
    .right-content .section-4 .slider {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 120px; }
    .right-content .section-4 .slick-list {
      max-width: 180px; }
    .right-content .section-4 .slide {
      text-align: center; }
      .right-content .section-4 .slide img {
        margin: 0 auto; }
    .right-content .section-4 .nav {
      cursor: pointer; }
    .right-content .section-4 .slick-dots {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      padding: 0 10px;
      box-sizing: border-box;
      background-color: #ffffff;
      z-index: 3;
      list-style-type: none;
      margin: 0;
      display: flex;
      justify-content: center; }
      .right-content .section-4 .slick-dots li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 58px;
        height: 58px;
        border-radius: 50%;
        background-color: #9C5AEF;
        opacity: 0.5;
        margin: 0 9px; }
        .right-content .section-4 .slick-dots li.slick-active {
          opacity: 1; }
      .right-content .section-4 .slick-dots button {
        font-size: 35px;
        line-height: 120%;
        background-color: transparent;
        border: none;
        box-shadow: none;
        color: #ffffff;
        margin-top: -3px; }
        .right-content .section-4 .slick-dots button:focus {
          outline: none; }
    .right-content .section-4 .slide-heading,
    .right-content .section-4 .slide-image {
      margin-bottom: 25px; }
    .right-content .section-4 .slide-heading {
      font-size: 21px;
      line-height: 120%;
      text-transform: uppercase; }
  .right-content .section-5 .testimonial {
    margin-top: 60px; }
  .right-content .section-5 .image,
  .right-content .section-5 .testimonial-text {
    margin: 0 auto 40px auto; }
  .right-content .section-5 .image {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden; }
    .right-content .section-5 .image img {
      display: block;
      width: 100%; }
  .right-content .section-5 .testimonial-text {
    position: relative;
    max-width: 280px;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 1px; }
    .right-content .section-5 .testimonial-text .quote {
      font-size: 65px;
      line-height: 120%;
      letter-spacing: -5px;
      position: absolute;
      left: -32px;
      top: -30px;
      color: #9C5AEF; }
    .right-content .section-5 .testimonial-text .name {
      text-transform: uppercase;
      margin-top: 10px; }
  .right-content .section-6 {
    width: calc(100% + 30px);
    margin-left: -15px;
    background-color: #9C5AEF;
    color: #ffffff; }
    .right-content .section-6 .content {
      padding: 40px 50px;
      font-size: 30px;
      line-height: 120%;
      padding-top: 450px;
      padding-bottom: 280px; }
    .right-content .section-6 .footer {
      display: flex;
      justify-content: space-between;
      font-size: 12px;
      line-height: 133%;
      letter-spacing: 0.1px;
      padding: 0 15px 30px 15px;
      box-sizing: border-box; }
      .right-content .section-6 .footer a {
        color: #ffffff;
        font-size: 12px;
        line-height: 133%;
        letter-spacing: 0.1px; }
        .right-content .section-6 .footer a:hover {
          color: #ffffff; }

.button {
  position: absolute;
  left: 21%;
  bottom: 17%;
  display: inline-block;
  font-size: 18px;
  line-height: 120%;
  color: #ffffff;
  background-color: #9C5AEF;
  padding: 24px 65px;
  box-sizing: border-box;
  border-radius: 40px;
  text-transform: uppercase; }
  .button:hover {
    color: #ffffff; }

.sponzorji {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px; }
  .sponzorji a {
    display: block;
    width: 25%; }
  .sponzorji img {
    width: 100%; }

@media (max-width: 1600px) {
  .left-image-container .images-inner {
    max-width: 700px; }
  .button {
    bottom: 11%; } }

@media (max-width: 1200px) {
  .left-image-container .images-inner {
    max-width: 500px; }
  .button {
    bottom: 8%; } }

@media (max-width: 991px) {
  .left-image-container .images-inner {
    max-width: 400px; }
  .button {
    bottom: 6%; } }

@media (max-width: 576px) {
  .left-image-container .images-inner {
    position: relative; }
  .left-image-container .images-inner,
  .left-image-container {
    height: auto; }
  .right-content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: 100%; }
  .left-image-container, .right-content {
    padding-top: 50px; }
  .left-image-container .logo {
    margin-left: 15px;
    width: 66px; }
  .left-image-container {
    padding-top: 20px; }
  .left-image-container .images-inner .desktop {
    display: none; }
  .left-image-container .images-inner .mobile {
    display: block;
    margin-top: 100px; }
  .left-image-container .images-inner {
    max-width: 100%;
    padding: 0 15px; }
  .button {
    position: relative;
    display: block;
    width: 100%;
    left: initial;
    bottom: initial;
    text-align: center;
    padding: 24px 35px; }
  .section-2 .mustache {
    display: none; }
  .section-3,
  .section-4 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px; }
    .section-3 .slider,
    .section-3 .con,
    .section-4 .slider,
    .section-4 .con {
      position: relative;
      z-index: 5; }
    .section-3:after,
    .section-4:after {
      content: '';
      display: block;
      width: calc(100% + 30px);
      height: 100%;
      background-color: #C2CDD8;
      position: absolute;
      left: -15px;
      top: 0;
      z-index: 2; }
  .section-4 {
    margin-top: 0 !important;
    padding-top: 60px; }
  .right-content .section-4 .slick-dots {
    background-color: #C2CDD8; }
  .right-content .section-4 .slick-dots li {
    background-color: #ffffff; }
  .right-content .section-4 .slick-dots button {
    color: #9C5AEF; }
  .right-content .section-6 .content {
    padding-bottom: 50px;
    padding-top: 50px; } }
