/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* FONTS */
@font-face {
  font-family: 'Comfortaa-Regular';
  src: url("fonts/Comfortaa-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Comfortaa-Bold';
  src: url("fonts/Comfortaa-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Alef-Bold";
  src: url(fonts/Alef-Bold.ttf) format("truetype"); }

@font-face {
  font-family: 'Alef-Regular';
  src: url(fonts/Alef-Regular.ttf) format("truetype"); }

/* COLORS */
/* MIXINS */
/* FIRST-CLASS */
.bold {
  font-weight: bold; }

html {
  scroll-behavior: smooth; }

header {
  /*background: radial-gradient(circle, #4f46e4 10%, transparent 11%),radial-gradient(circle at bottom left, #4f46e4 5%, transparent 6%),radial-gradient(circle at bottom right, #4f46e4 5%, transparent 6%),radial-gradient(circle at top left, #4f46e4 5%, transparent 6%),radial-gradient(circle at top right, #4f46e4 5%, transparent 6%);
    background-size: 3.5em 3.5em;*/
  background: -webkit-radial-gradient(circle, #929DEA 24%, transparent 27%), -webkit-radial-gradient(bottom left, circle, #929DEA 12%, transparent 6%), -webkit-radial-gradient(bottom right, circle, #929DEA 12%, transparent 6%), -webkit-radial-gradient(top left, circle, #929DEA 12%, transparent 6%), -webkit-radial-gradient(top right, circle, #929DEA 12%, transparent 6%);
  background: -o-radial-gradient(circle, #929DEA 24%, transparent 27%), -o-radial-gradient(bottom left, circle, #929DEA 12%, transparent 6%), -o-radial-gradient(bottom right, circle, #929DEA 12%, transparent 6%), -o-radial-gradient(top left, circle, #929DEA 12%, transparent 6%), -o-radial-gradient(top right, circle, #929DEA 12%, transparent 6%);
  background: radial-gradient(circle, #929DEA 24%, transparent 27%), radial-gradient(circle at bottom left, #929DEA 12%, transparent 6%), radial-gradient(circle at bottom right, #929DEA 12%, transparent 6%), radial-gradient(circle at top left, #929DEA 12%, transparent 6%), radial-gradient(circle at top right, #929DEA 12%, transparent 6%);
  background-size: 3.5em 3.5em;
  background-color: #ffffff;
  opacity: 1;
  border-top: solid #6e77e0 15px;
  text-align: center;
  padding-top: 27px;
  padding-bottom: 27px; }
  header h1 {
    font-family: alef-regular;
    font-size: 45px;
    color: #929DEA;
    display: inline-block;
    background-color: white;
    padding: 12px;
    margin: 0 45px;
    line-height: 35px; }
    header h1:nth-of-type(1) {
      font-family: Comfortaa-Regular;
      font-size: 35px; }

main {
  direction: rtl;
  font-family: alef-regular;
  margin: 0 45px; }
  main .image {
    position: absolute; }
    main .image.logo {
      left: 50%;
      -webkit-transform: translate(-30%, -80%);
      -ms-transform: translate(-30%, -80%);
      transform: translate(-30%, -80%); }
      main .image.logo img {
        width: 100px; }
    main .image.puppet1 {
      left: -80px;
      top: 20px; }
      main .image.puppet1 img {
        width: 250px; }
    main .image.puppet2 {
      right: -150px;
      bottom: -100px;
      position: fixed; }
      main .image.puppet2 img {
        width: 450px; }
  main .text {
    width: 50%;
    margin: 45px 15%; }
    main .text h3 {
      font-size: 30px;
      margin-bottom: 15px; }
    main .text p {
      font-size: 20px;
      line-height: 26px;
      max-width: 500px; }
    main .text.bottom {
      margin-right: 200px; }
  main .case {
    direction: ltr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    main .case .showcase {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 1rem;
      max-width: 80%;
      z-index: 1;
      direction: rtl; }
      main .case .showcase .box {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 15px;
        max-height: 400px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        main .case .showcase .box .content .flickity-page-dots {
          display: none; }
        main .case .showcase .box .content .flickity-button {
          background-color: transparent;
          color: white; }
          main .case .showcase .box .content .flickity-button:hover {
            background-color: transparent; }
        main .case .showcase .box .content .top {
          position: relative;
          -webkit-box-shadow: rgba(0, 0, 0, 0.35) 3px 4px 6px;
          box-shadow: rgba(0, 0, 0, 0.35) 3px 4px 6px; }
          main .case .showcase .box .content .top img {
            width: 100%;
            display: block; }
        main .case .showcase .box .content .bottom {
          background-color: #336589;
          color: white;
          padding: 15px;
          -webkit-box-shadow: rgba(0, 0, 0, 0.35) 3px 4px 6px;
          box-shadow: rgba(0, 0, 0, 0.35) 3px 4px 6px; }
          main .case .showcase .box .content .bottom h3 {
            font-size: 22px;
            display: inline-block;
            margin: 2px 0; }
          main .case .showcase .box .content .bottom .icon {
            float: left;
            display: none; }
            main .case .showcase .box .content .bottom .icon img {
              width: 27px; }
          main .case .showcase .box .content .bottom p {
            height: 0;
            visibility: hidden; }
        main .case .showcase .box:hover {
          background-color: #b1b4db;
          -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
          max-height: none; }
          main .case .showcase .box:hover .content .bottom h3 {
            margin-bottom: 15px; }
          main .case .showcase .box:hover .content .bottom p {
            height: auto;
            visibility: visible; }
        main .case .showcase .box.big {
          max-height: none;
          -ms-grid-column: 1;
          -ms-grid-column-span: 3;
          grid-column: 1/4; }
          main .case .showcase .box.big .content .bottom h3 {
            margin-bottom: 15px; }
          main .case .showcase .box.big .content .bottom p {
            height: auto;
            visibility: visible; }
  main .social {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.5fr 1fr 1fr;
    grid-template-columns: 0.5fr 1fr 1fr;
    grid-column-gap: 25px;
    margin-bottom: 45px; }
    main .social .contact {
      -ms-grid-column: 2;
      grid-column: 2; }
      main .social .contact h3 {
        background-color: #e9e9e9;
        border-bottom: solid #5AD9FF 4px;
        color: #58595B;
        font-weight: bold;
        font-size: 24px;
        padding: 7px;
        margin-bottom: 15px; }
      main .social .contact ul {
        font-family: Comfortaa-Regular; }
        main .social .contact ul li {
          margin-bottom: 15px; }
          main .social .contact ul li a {
            text-decoration: none; }
            main .social .contact ul li a img {
              width: 25px;
              vertical-align: middle;
              margin-left: 7px; }
            main .social .contact ul li a p {
              color: #333333;
              display: inline-block;
              font-size: 22px; }
            main .social .contact ul li a.block {
              background-color: #25D366;
              -webkit-border-radius: 18px;
              -moz-border-radius: 18px;
              -ms-border-radius: 18px;
              border-radius: 18px;
              min-width: 100px;
              display: inline-block;
              text-align: center;
              padding: 4px;
              margin-right: 25px;
              border: solid transparent 4px; }
              main .social .contact ul li a.block img {
                width: 20px; }
              main .social .contact ul li a.block:hover {
                border-color: #929DEA; }
            main .social .contact ul li a:hover p {
              border-bottom: solid #929DEA 4px; }
    main .social .video {
      background-color: #e9e9e9;
      -ms-grid-column: 3;
      grid-column: 3; }

footer {
  background: -webkit-radial-gradient(circle, #929DEA 24%, transparent 27%), -webkit-radial-gradient(bottom left, circle, #929DEA 12%, transparent 6%), -webkit-radial-gradient(bottom right, circle, #929DEA 12%, transparent 6%), -webkit-radial-gradient(top left, circle, #929DEA 12%, transparent 6%), -webkit-radial-gradient(top right, circle, #929DEA 12%, transparent 6%);
  background: -o-radial-gradient(circle, #929DEA 24%, transparent 27%), -o-radial-gradient(bottom left, circle, #929DEA 12%, transparent 6%), -o-radial-gradient(bottom right, circle, #929DEA 12%, transparent 6%), -o-radial-gradient(top left, circle, #929DEA 12%, transparent 6%), -o-radial-gradient(top right, circle, #929DEA 12%, transparent 6%);
  background: radial-gradient(circle, #929DEA 24%, transparent 27%), radial-gradient(circle at bottom left, #929DEA 12%, transparent 6%), radial-gradient(circle at bottom right, #929DEA 12%, transparent 6%), radial-gradient(circle at top left, #929DEA 12%, transparent 6%), radial-gradient(circle at top right, #929DEA 12%, transparent 6%);
  background-size: 3.5em 3.5em;
  background-color: #ffffff;
  opacity: 1;
  border-top: solid #6e77e0 15px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  direction: rtl; }
  footer .rights {
    background-color: #6e77e0;
    color: white;
    display: inline-block;
    padding: 10px;
    font-family: alef-regular;
    font-size: 18px;
    line-height: 22px; }
    footer .rights p a {
      color: aqua;
      text-decoration: none;
      font-family: Comfortaa-Regular;
      padding: 2px; }
      footer .rights p a:hover {
        background-color: white;
        color: #929DEA; }

@media only screen and (min-width: 1600px) {
  main .case .showcase .box .content .top img {
    height: 100%;
    width: auto; } }

@media only screen and (min-width: 1240px) {
  main .image.puppet1 img {
    width: 350px; }
  main .image.puppet2 {
    bottom: -320px; }
    main .image.puppet2 img {
      width: 550px; }
  main .case .showcase {
    grid-column-gap: 5rem; }
  main .text.bottom {
    margin-right: 15%;
    margin-top: 65px; }
  main .social .video iframe {
    width: 100%; } }

@media only screen and (max-width: 1160px) {
  main .social .video iframe {
    width: 400px;
    height: 220px; } }

@media only screen and (max-width: 1040px) {
  main .case .showcase .box {
    max-height: 265px; } }

@media only screen and (max-width: 768px) {
  header h1:nth-of-type(1) {
    margin-bottom: 15px; }
  main {
    margin: 0 15px; }
    main .image img {
      opacity: 0.5; }
    main .image.logo {
      -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
      transform: translate(-50%, -40%); }
      main .image.logo img {
        width: 75px; }
    main .image.puppet1 {
      top: 150px; }
    main .image.puppet2 img {
      width: 350px; }
    main .text.top {
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px);
      width: 80%;
      margin: 15px;
      margin-bottom: 45px;
      padding-top: 60px; }
    main .text.bottom {
      margin-right: 15px;
      width: 90%; }
    main .case .showcase {
      display: block;
      max-width: none; }
      main .case .showcase .box {
        max-height: none; }
    main .social {
      display: block; }
      main .social .contact {
        margin-bottom: 45px; }
        main .social .contact ul li a p {
          font-size: 20px; }
      main .social .video iframe {
        width: 100%; } }
