@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  font-family: "Heebo", sans-serif;
  box-sizing: border-box;
}

body {
  /* padding: 10px; */
  background-color: #1d1b1b;
  padding: 0 22px;
}

button {
  padding: 20px 45px;
  border: none;
  border-radius: 10px;
  background-color: #ea0000;
  color: white;
  font-size: 19px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
}

h1 {
  font-size: 60px;
  letter-spacing: -2px;
  line-height: 73px;
  margin: 0 0 20px 0;
  font-weight: 400;
  color: #0f0b0a;
}

h2 {
  font-size: 45px;
  font-weight: 400;
  margin: 0 0 20px 0;
  color: #0f0b0a;
}

h3 {
  font-size: 25px;
  font-weight: 400;
  color: #505460;
  margin: 0 0 15px 0;
}

h4 {
  font-size: 17px;
  text-transform: uppercase;
  color: #505460;
}

h5 {
}

p {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.9px;
  font-size: 19px;
  color: #505460;
  margin: 0 0 25px 0;
}

a {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.9px;
  font-size: 19px;
  color: #8d93a5;
  margin: 0 0 25px 0;
}

ul li {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.9px;
  font-size: 19px;
  color: white;
}

table {
  font-family: "Nunito", sans-serif;
  color: #505460;
  text-align: left;
  width: 100%;
  /* border: 1px solid black; */
  margin: 0 0 30px 0;
}

::placeholder {
  color: #aaa9a9;
}

table tr,
table th {
  /* border: 1px solid black; */
  vertical-align: middle;
  font-size: 19px;
  font-weight: 400;
  height: auto;
  padding: 20px 0;
}

table th img {
  padding: 0 15px 0 0;
  margin: 0 0 -15px 0;
}

form {
  width: 100%;
}

label {
}

label h3 {
  text-align: left;
}

input,
textarea {
  font-family: "Nunito", sans-serif;
  font-size: 19px;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #e4e7ef;
  background: white;
  margin: 0 0 5px;
  padding: 20px 20px;
  resize: none;
  margin: 0 0 15px 0;
  outline: none;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

.hidden {
  display: none !important;
  opacity: 0;
}

.top-wrapper {
  z-index: 1;
  position: relative;
  max-width: 2560px;
  margin: 0 auto;
}

.section-prop {
  padding: 138px 138px;
  border-radius: 20px;
  background-color: white;
  margin: 20px 0 0 0;
}

.remove-decorations {
  text-decoration: none !important;
}

/* HEADER */

.header-wrapper {
  /* display: none; */
  height: 90vh;
  max-height: 1100px;
  padding: 0 138px;
  background-image: url("assets/jussi_mottus.jpg");
  background-size: cover;
  background-position: top;
  border-radius: 0 0 20px 20px;
}

.menu-bar {
  width: 100%;
  height: auto;
  padding: 60px 0 0 0;
  /* background-color: lime; */
}

.logo {
  height: 16px;
}

.avatar {
  display: none;
}

.header-content {
  position: relative;
  top: 42%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  width: 100%;
  height: auto;
}

.header-left {
  flex: 1;
  height: auto;
}

.header-right {
  box-sizing: border-box;
  flex: 1.2;
}

.header-description {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 40px 0;
  color: white;
}

/* EXPERIENCE AND SKILLS */

.experience-skills-wrapper {
  /* display: none; */
  width: 100%;
  height: auto;
}

.exp-content-wrapper {
  /* background-color: lime; */
  display: flex;
}

.exp-left {
  flex: 1;
  /* background-color: blue; */
}

.exp-right {
  flex: 2;
  /* background-color: yellow; */
}

.exp-right-content {
  padding: 20px 150px 0 200px;
}

.exp-right-head {
}

.graph-container {
  height: 20px;
  width: 100%;
  background-color: #e4e7ef;
  border-radius: 100px;
  margin: 20px 0 40px;
}

.graph-fill {
  background-color: #ea0000;
  height: 100%;
  border-radius: 100px;
}

/* CLIENTS */

.clients-wrapper {
  /* display: none; */
  height: auto;
}

.clients-content {
}

.client-logos {
}

.tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}

.tag-list li {
}

.tag-list li img {
  height: 110px;
}

.scroller {
  max-width: 100%;
  /* outline: 3px solid lime; */
}

.scroller_inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  /* background-color: lime; */
}

.scroller_inner img {
  background-color: #f2f3f6;
  border-radius: 10px;
}

.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    white 10%,
    white 90%,
    transparent
  );
  mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
}

.scroller[data-animated="true"] .scroller_inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 80s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

.show-all-logos {
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: underline;
}

/* PORTFOLIO */

.portfolio_wrapper {
  margin: 20px 0 0 0;
  /* display: none; */
  display: flex;
  width: 100%;
  height: auto;
  background-color: white;
  border-radius: 20px;
}

.portfolio-left {
  flex: 1;
  padding: 138px 138px;
  background-color: white;
  border-radius: 20px 0 0 20px;
}

.portfolio-right {
  flex: 3;
  background-image: url("assets/portfolio_section_background.jpg");
  background-position: top center;
  background-attachment: scroll;
  background-size: cover;
  border-radius: 0 20px 20px 0;
}

.portfolio-button-mob {
  display: none;
}

/* MODAL */

.portfolio-modal {
  max-width: 2560px;
  position: fixed;
  opacity: 1;
  z-index: 50;
  padding: 0 138px;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0vh;
  overflow: scroll;
  background-color: white;
  transition: height 0.4s ease-out;
  border-radius: 20px 20px 0 0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.portfolio-modal::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.portfolio-modal {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.modal-bg {
  position: fixed;
  z-index: 25;
  background-color: black;
  height: 0vh;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

.portfolio-bar {
  z-index: 10;
  display: flex;
  padding: 20px 20px;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: rgb(34, 34, 34);
  /* border-bottom: 1px solid rgb(174, 174, 174); */
  border-radius: 0 0 20px 20px;
}

.portfolio-bar-mobile {
  display: none;
}

.portfolio-menu-mobile {
  display: none;
}

.portfolio-menu {
  flex: 3;
  /* background-color: red; */
}

.portfolio-bar ul {
  /* background-color: blue; */
  display: inline-block;
  /* background-color: red; */
}

.portfolio-bar ul li {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 10px 0 0;
  border-radius: 7px;
  cursor: pointer;
  border: 3px solid transparent;
  background-color: #292929;
}

.portfolio-bar ul li:hover {
  /* border: 3px solid #EA0000;  */
}

.close {
  flex: 1;
  text-align: right;
  /* background-color: lime; */
}

.x {
  margin: 0 0 -4px 10px !important;
  height: 20px;
  padding: 0;
  margin: 0;
}

.close-mobile {
  display: none;
}

.portfolio-content {
  max-width: 1452px;
  padding: 0 20px;
  margin: 70px auto 0 auto;
}

/* .portfolio-modal img {
    border-radius: 20px;
} */

.image-gallery {
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.image-gallery .column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.image-item img {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  /* cursor: pointer; */
}

.multipakend-expand {
  z-index: 5;
  position: relative;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 0 100px 0;
  min-height: 700px;
  max-height: 1000px;
  height: 80vh;
}

.omanike-expand-container {
  z-index: 5;
  position: relative;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 0 100px 0;
  min-height: 700px;
  max-height: 1000px;
  height: 80vh;
}

.multipakend-btn {
  text-decoration: underline;
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  color: white;
  background-color: #222222;
  margin: 0;
  padding: 20px 0;
  cursor: pointer;
  border-top: 2px solid #ea0000;
}

.omanike-btn {
  text-decoration: underline;
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  color: white;
  background-color: #222222;
  margin: 0;
  padding: 20px 0;
  cursor: pointer;
  border-top: 2px solid #ea0000;
}

.webandappcontent img {
  border-radius: 20px;
  margin: 0 0 70px 0;
}

.threed-content {
  width: 100%;
}

.threed-content img {
  width: 100%;
  border-radius: 20px;
  margin: 0 0 10px 0;
}

video {
  border-radius: 20px;
  margin: 0 0 50px 0;
}

.video-content {
  height: auto;
  width: 100%;
}

iframe {
  border-radius: 20px;
  margin: 0 0 50px 0;
  width: 100%;
  height: 600px;
}

/* BRAND / ABOUT */

.brand-wrapper {
  /* display: none; */
  background-color: white;
}

/* CONTACT */

.contact-wrapper {
}

.contact-container {
  display: flex;
  height: auto;
  width: 100%;
}

.contact-left {
  padding: 100px;
  text-align: center;
  border-radius: 10px;
  flex: 1;
  background-color: #f2f3f6;
}

.contact-right {
  padding: 100px;
  text-align: center;
  border-radius: 10px;
  margin: 0 0 0 20px;
  background-color: #f2f3f6;
  flex: 2;
}

.contact-right a {
  display: block;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.9px;
  font-size: 19px;
  color: #505460;
}

.contact-right img {
  display: block;
  margin: 0 auto;
}

.contact-img {
  max-width: 250px;
  display: block;
  margin: 0 auto;
}

.signature {
}

/* FOOTER */

.footer-wrapper {
  padding: 25px 0 5px 0;
  width: 100%;
  height: auto;
  background-color: #231e1e;
  border-radius: 10px 10px 0 0;
  margin: 25px 0 0 0;
}

.footer-wrapper p {
  color: white;
  text-align: center;
}

/* MEDIA QUERYS */

@media only screen and (max-width: 1780px) {
  .header-right {
    box-sizing: border-box;
    flex: 0.8;
  }

  .exp-right-content {
    padding: 20px 100px 0 200px;
  }

  .contact-left {
    flex: 1;
  }

  .contact-right {
    flex: 1.5;
  }
}

@media only screen and (max-width: 1530px) {
  .header-right {
    box-sizing: border-box;
    flex: 0.5;
  }

  .exp-left {
    flex: 1;
  }

  .exp-right {
    flex: 1.5;
  }

  .exp-right-content {
    padding: 20px 50px 0 200px;
  }

  .clients-content p {
    width: 60% !important;
  }

  .contact-left {
    flex: 1;
  }

  .contact-right {
    flex: 1.4;
  }
}

@media only screen and (max-width: 1300px) {
  .header-right {
    box-sizing: border-box;
    flex: 0.3;
  }

  .exp-left {
    flex: 1;
  }

  .exp-right {
    flex: 1.5;
  }

  .exp-right-content {
    padding: 20px 0px 0 200px;
  }

  .clients-content p {
    width: 80% !important;
  }

  .contact-left {
    width: 100%;
    margin: 0;
  }

  .contact-right {
    width: 100%;
    margin: 0;
  }

  .contact-container {
    display: block;
  }
}

@media only screen and (max-width: 1200px) {
  .exp-content-wrapper {
    /* background-color: lime; */
    display: block;
  }

  .exp-right-content {
    padding: 30px 0 0 0;
  }

  .clients-content p {
    width: 100% !important;
  }

  .portfolio_wrapper {
    /* display: none; */
    display: block;
  }

  .portfolio-right {
    width: 100%;
    height: 500px;
    border-radius: 0 0px 20px 20px;
  }

  .contact-right {
    margin: 20px 0 0 0;
  }

  .portfolio-modal {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1000px) {
  body {
    /* padding: 10px; */
    background-color: #1d1b1b;
    padding: 0 10px;
  }

  h1 {
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 10px 0;
  }

  h2 {
    font-size: 27px;
    line-height: 45px;
    margin: 0 0 10px 0;
  }

  h3 {
    font-size: 22px;
    font-weight: 400;
    color: #505460;
    margin: 0 0 15px 0;
  }

  h4 {
    font-size: 15px;
    text-transform: uppercase;
    color: #505460;
  }

  p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
  }

  ul li {
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 18px;
  }

  button {
    width: 100%;
    padding: 15px 0;
  }

  table tr,
  table th {
    /* border: 1px solid black; */
    vertical-align: middle;
    font-size: 18px;
    font-weight: 400;
    height: auto;
    padding: 20px 0;
  }

  table th img {
    padding: 0 0 0 0;
    margin: 0 10px -8px 0;
    width: 30px;
    height: 30px;
  }

  input,
  textarea {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    width: 100%;
    margin: 0 0 5px;
    padding: 15px 20px;
    margin: 0 0 10px 0;
  }

  .logo {
  }

  .avatar {
    float: right;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: -30px 0 0 0;
  }

  .header-wrapper {
    /* display: none; */
    height: auto !important;
    min-height: auto;
    padding: 35px 30px;
    background-image: url("assets/mob_background.jpg");
    background-size: cover;
    background-position: top;
    border-radius: 0 0 20px 20px;
  }

  .header-wrapper h1 {
    margin: 100px 0 20px 0;
  }

  .header-wrapper p {
    margin: 0 0 50px 0;
  }

  .header-content {
    position: static;
    top: none;
    -ms-transform: none;
    transform: none;
    display: block;
    width: 100%;
  }

  .header-left {
    flex: 1;
    height: auto;
  }

  .contact-left p {
    margin: -10px 0 30px 0 !important;
  }

  .header-right {
    display: none;
    background-color: red;
    height: 200px;
  }

  .header-description {
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0 20px 0;
    color: white;
  }

  .section-prop {
    padding: 60px 30px;
    border-radius: 20px;
    background-color: white;
    margin: 20px 0 0 0;
  }

  .portfolio-modal {
    padding: 0;
  }

  .portfolio-bar {
    display: none;
  }

  .portfolio-content {
    max-width: 1452px;
    padding: 0 0px;
    margin: 0 0 200px 0 !important;
  }

  /* xxx */

  .portfolio-content {
    max-width: 1452px;
    padding: 0 10px;
    margin: 70px 0 0 0;
  }

  .webandappcontent img {
    border-radius: 10px;
    margin: 0 0 70px 0;
  }

  video {
    border-radius: 10px;
    margin: 0 0 50px 0;
  }

  .threed-content img {
    width: 100%;
    border-radius: 10px;
    margin: 0 0 10px 0;
  }

  .portfolio-bar-mobile {
    display: none;
    z-index: 10000;
    width: 100%;
    height: auto;
    background-color: #242424;
    position: fixed;
    top: auto;
    bottom: 0;
    margin: 0 0 0 -10px;
    overflow: scroll;
    padding: 20px 20px 30px 20px;
  }

  /* SCROLLBAR */
  /* .portfolio-bar-mobile::-webkit-scrollbar {
    display: none;
    }
  
    .portfolio-bar-mobile {
    -ms-overflow-style: none; 
    scrollbar-width: none; 
    } */

  .portfolio-menu-mobile {
    flex: 3;
    /* background-color: red; */
  }

  .portfolio-bar-mobile ul {
    /* background-color: blue; */
    display: block;
    width: 650px;

    /* background-color: red; */
  }

  .portfolio-bar-mobile ul li {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 10px 0 0;
    border-radius: 7px;
    cursor: pointer;
    border: 3px solid transparent;
    background-color: #292929;
  }

  .portfolio-bar ul li:hover {
    /* border: 3px solid #EA0000;  */
  }

  .close-mobile {
    display: block;
    z-index: 150000;
    position: sticky;
    top: 0;
    height: auto;
    width: 100%;
    cursor: pointer;
  }

  .x-mobile {
    margin: 0 0 -4px 2px !important;
    height: 20px;
    padding: 0;
    margin: 0;
  }

  .close-mobile li {
    padding: 10px 20px;
    text-align: right;
    color: black;
    background-color: white;
  }

  .graph-container {
    height: 10px;
    width: 100%;
    background-color: #e4e7ef;
    border-radius: 100px;
    margin: 10px 0 30px;
  }

  .graph-fill {
    background-color: #ea0000;
    height: 100%;
    border-radius: 100px;
  }

  .portfolio-left {
    padding: 60px 30px;
    background-color: white;
    border-radius: 20px 20px;
  }

  .contact-wrapper {
  }

  .contact-container {
    display: block;
    height: auto;
    width: 100%;
  }

  .contact-left {
    padding: 60px 30px;
    text-align: center;
    border-radius: 10px;
    flex: 1;
    background-color: #f2f3f6;
  }

  .contact-right {
    padding: 60px 30px;
    text-align: center;
    border-radius: 10px;
    margin: 20px 0 0 0;
    background-color: #f2f3f6;
    flex: 2;
  }

  .contact-right a {
    display: block;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.9px;
    font-size: 18px;
    color: #505460;
  }

  .contact-img {
    display: block;
    margin: 0 auto;
    width: 70%;
    max-width: 250px;
    max-height: 250px;
  }

  .signature {
    width: 100%;
    max-width: 320px;
  }

  .contact-mob {
    padding: 0px !important;
    background-color: transparent !important;
  }
}

@media only screen and (min-width: 768px) {
  .image-gallery {
    flex-direction: row;
  }
}
