/**
Theme Name: ASMIQ I/O
Author: galledia group ag
Author URI: https://www.galledia.ch
Description: ASMIQ.io
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asmiq
Template: astra
*/

:root {
  --paddinggen: 80px;
  --paddingnone: 0px;
  --paddingbet: 54px;
  --paddinglarge: 170px;
  --paddingsmall: 70px;
}

html {
  font-size: 18px;
}

header .main-navigation a span {
  font-size: 15px;
}

.defaultpadding {
  padding: var(--paddinggen) 0 !important;
}

.defaultpadding-bot {
  padding: 0 0 var(--paddinggen) 0 !important;
}

.page-template-page-white-header.ast-theme-transparent-header header .main-navigation a span {
  color: var(--ast-global-color-2);
}

.single-post.ast-theme-transparent-header .main-navigation a span {
  color: color: var(--ast-global-color-2);
}

.archive.ast-theme-transparent-header .main-navigation a span {
  color: color: var(--ast-global-color-2);
}

body.archive .ast-archive-description {
  padding: 3em 0 0 0;
  margin-bottom: 0;
}

body.archive .ast-archive-custom {
  margin-bottom: 30px;
  display: flex;
}

body.archive .ast-archive-custom a {
  margin-right: 10px;
}

.archive.category article .post-content {
  padding: 1em 1.5em;
}

.archive.category article .post-content .ast-blog-meta-container {
  margin-bottom: 7px;
}

.ast-separate-container .ast-article-inner {
  background-color: #fff;
}

.single-post .site-content {
  margin-top: var(--paddinggen);
}

.entry-content.clear .titlewrapper {
  padding: var(--paddinglarge) 0 var(--paddinggen);
}

.entry-content.clear .titlewrapper p {
  padding-top: var(--paddingsmall);
}

.ast-theme-transparent-header header .main-navigation a span {
  color: #fff;
}

.logo-slider {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.logo-slider figure {
  margin: 0;
}

.ast-custom-button {
  border: 1px solid var(--ast-global-color-0);
}

.ast-custom-button:hover {
  border: 1px solid var(--ast-global-color-0);
}

.wp-block-button__link.wp-element-button {
  background-color: var(--ast-global-color-0);
  color: #fff;
  padding: 12px 15px;
  font-size: 14px;
  border: 1px solid var(--ast-global-color-0);
}

.wp-block-button__link.wp-element-button:hover {
  background-color: #fff;
  color: var(--ast-global-color-0);
  border: 1px solid var(--ast-global-color-0);
}

.buttonlight .wp-block-button__link.wp-element-button {
  background-color: transparent;
  color: #fff;
  padding: 12px 15px;
  font-size: 14px;
  border: 1px solid;
}

.buttonlight .wp-block-button__link.wp-element-button:hover {
  background-color: #fff;
  color: var(--ast-global-color-0);
  border: 1px solid var(--ast-global-color-0);
}

.current_page_item .menu-text {
  font-weight: bold;
}

.wp-block-columns.textblock-fifty {
  padding: var(--paddinggen) 0;
}

.wp-block-columns .logoslidertext {
  padding: var(--paddinggen) 60px;
}

.wp-block-group.cta {
  padding: var(--paddinggen) 0;
}

.slide-track-left,
.slide-track-right {
  flex-wrap: nowrap !important;
}

.slide-track-left {
  animation: moveSlideshowleft 40s linear infinite;
}

.slide-track-right {
  animation: moveSlideshowright 40s linear infinite;
}

.slide-track-left figure,
.slide-track-right figure{
  width: 200px !important;
}

.wp-block-gallery.has-nested-images.slide-track-left figure img,
.wp-block-gallery.has-nested-images.slide-track-right figure img{
  display: inline-block;
  vertical-align: middle;
  width: 200px !important;
  max-width: none !important;
  margin: 0;
  height: auto;
}

@keyframes moveSlideshowleft {
  100% {
    transform: translateX(-1568px); /* Adjust this based on total initial visible width */
  }
}

@keyframes moveSlideshowright {
  from {
    transform: translateX(-1568px); /* Start off-screen to the left */
  }
  to {
    transform: translateX(0); /* End at the original starting position */
  }
}

.noverflow {
  overflow: hidden;
}

.splitbg {
  background-image: linear-gradient(to right, var(--ast-global-color-0) 0%, var(--ast-global-color-0) 67%, #fff 67%);
}

.splitbgdark {
    background-image: linear-gradient(to right, var(--ast-global-color-0) 0%, var(--ast-global-color-0) 67%, var(--ast-global-color-4) 67%);
}

#particle-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#particles-js  {
  position: absolute;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  margin:0;
}

.heroimg img {
  position: relative;
  z-index: 2;
  pointer-events: none;
  padding: var(--paddingsmall);
  filter: drop-shadow(1px 1px 10px rgb(45, 45, 45));
}

.herotextwrapper {
  display: flex;
  flex-direction: column;
}

h1.herotitle {
  font-size: 3.7rem;
  margin-bottom: 135px;
}

.testimonial {
  display: flex;
  justify-content: flex-start;
  background-color: var(--ast-global-color-1);
}

.testimonial-image {
  margin-right: 24px;
  width: 424px;
  flex-shrink: 0;
}

.testimonial-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-content {
  margin-right: 120px;
}

.testimonial-content h4 {
  color: var(--ast-global-color-0);;
}

.testimonial-meta {
  display: flex;
  flex-direction: column;
}

.testimonial-meta h2 {
  color: #fff;
  font-size: 1.5em;
  margin: 0;
}

.testimonial-meta .role {
  color: #fff;
}

.testimonial:nth-child(2) {
  z-index:10;
}

.testimonial:nth-child(3) {
  z-index:9;
}

.testimonial:nth-child(4) {
  z-index:8;
}

.testimonial:nth-child(5) {
  z-index:7;
}

.swipe {
  visibility: visible;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}

.testimonials-navigation {
  z-index: 999;
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}

.prev-testimonial {
  margin-right: 10px;
}

.next-testimonial {
  margin-left: 10px;
}

.prev-testimonial:hover,
.next-testimonial:hover {
  color: var(--ast-global-color-0);
  background-color: #ffffff;
  border-color: var(--ast-global-color-0);
}

.prev-testimonial:not(:hover),
.next-testimonial:not(:hover) {
  color: #ffffff;
  background-color: var(--ast-global-color-0);
  border-color: var(--ast-global-color-0);
}

.handswipewrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  pointer-events:none;
}

.handswipe {
  position: relative;
  z-index: 99;
  align-self: center;
  transition: opacity 0.5s ease-out;
}

.path {
    width: 20px;
    height: 20px;
    position: absolute;
    background: rgba(230, 32, 83, 0.5);
    border-radius: 40px;
    top: 0px;
    left: 47px;
    visibility: hidden;
}

.hand-icon {
    position: relative;
    background-image: url('https://develop.asmiq.io/wp-content/uploads/2024/07/asmiq_finger.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 70px;
    transform-origin: 52% 62%;
}

@keyframes swipe-hand {
    25% { transform: translate(20px) rotate(30deg); }
    50% { transform: translate(-20px) rotate(-15deg); }
    100% { transform: translate(0px) rotate(0); }
}

@keyframes swipe-dot {
  12% {
    visibility: visible;
    width: 40px;
  }
  25% {
    visibility: visible;
    transform: translate(-65px);
    width: 20px;
  }
  26% { visibility: hidden; }
}

.animation {
  overflow:hidden;
  display:inline-block;
  height: 99px;
  margin-bottom: -20px;
}

.animation > div > div {
  display:inline-block;
  border-bottom: 3px solid var(--ast-global-color-0);
}

.animation div:first-child {
  animation: text-animation 10s;
  margin-top: -11.24rem;
}

.first div {

}
.second div {

}
.third {
  line-height: 1.48em;
}

@keyframes text-animation {
  0% {margin-top: 0;}
  20% {margin-top: 0;}
  40% {margin-top: -5.62rem;}
  60% {margin-top: -5.62rem;}
  80% {margin-top: -11.24rem;}
  100% {margin-top: -11.24rem;}
}

.ast-custom-button {
  display: flex;
  align-items: center;
}

.ast-custom-button-link p {
  display: none;
}

.rocket-icon {
  width: 20px;
  fill: #fff;
  margin-left: 10px;
}

.ast-custom-button:hover .rocket-icon {
  fill: var(--ast-global-color-0);
}

.autoslidewrapper {
  position: relative;
}

.autoslidewrapper .autoslideinner {
  position: relative;
}

.autoslideinner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 0px 20px 0px black;
  -webkit-box-shadow: inset -50px 0px 30px -0px #e62053, inset 50px 0px 30px -0px #e62053;
  -moz-box-shadow: inset 0px 0px 20px 0pxx black;
  z-index: 9;
}

.slidercontent {
  position: relative;
  z-index:8;
}

.testimonialwrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset -90px 0px 50px -30px var(--ast-global-color-1);
  box-shadow: inset -90px 0px 50px -30px var(--ast-global-color-1);
  pointer-events: none;
}

.site-above-footer-wrap {
  padding: 50px 0;
}

.site-above-footer-inner-wrap {
  align-items: center;
}

.fixedheight {
  min-height: 425px;
}

.arrowlink a {
  text-decoration: none !important;
}

.arrowlink a:hover {
  color: var(--ast-global-color-0);
}

.arrowlink a::after {
  display: inline-block;
  padding-left: 10px;
  content: url('https://develop.asmiq.io/wp-content/themes/asmiq/icons/arrow_asmiq.svg');
  transition: transform 0.3s ease-out;
}

.arrowlink a:hover::after {
  transform: translateX(4px);
}

.wpforms-container {
  margin-top: 0 !important;
}

#wpforms-438-field_1-container {
  padding-top: 0;
}

.wpforms-submit {
  font-size: 14px !important;
  border: 1px solid var(--ast-global-color-0) !important;
}

.wpforms-submit-container button.wpforms-submit[type="submit"]:hover {
  background: #fff !important;
  color: var(--ast-global-color-0);
  border: 1px solid var(--ast-global-color-0);
}

.wp-block-latest-posts__post-title {
  font-size: 1.33rem;
  font-weight: 700;
}

#ast-mobile-site-navigation .menu-link span {
  color: var(--ast-global-color-3) !important;
}

.main-header-menu .sub-menu {
  width: 100%;
  background: var(--ast-global-color-1);
  color: var(--ast-global-color-5);
}

.page-template-page-white-header {
  .main-header-menu .sub-menu {
    background: var(--ast-global-color-5);
    color: var(--ast-global-color-1);
  }
}

.sub-menu li:hover {
  font-weight: bold;
}

ga-form {
  min-height: 900px;
  display: block;
}

.releasesquery {
  margin-top: 54px;
}

.releasesquery h5 a {
  font-weight: bold;
  text-decoration: none !important;
}

.releasesquery h5 a:hover {
  color: white;
}

.releasesquery .wp-block-buttons {
  margin-top: 54px;
}

table {
  overflow-y: scroll;
  width: 100%;
  display: block;
}

footer .site-above-footer-wrap {
  padding: 40px 20px;
}


@media (max-width: 1400px) {
  :root {
    --paddinggen: 60px;
    --paddingnone: 0px;
    --paddingbet: 54px;
    --paddinglarge: 100px;
    --paddingsmall: 50px;
  }

  .empty {
    display: none;
  }

  html {
    font-size: 16px;
  }

  h1.herotitle {
    margin-bottom: 25px;
  }

  .alignfull {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 920px) {

  h3 {
    font-size: 30px !important;
  }

  .wp-block-columns .logoslidertext {
    padding: 40px 20px var(--paddinggen) 20px;
  }

  .testimonial-image {
    width: 220px;
    flex-shrink: 0;
  }

  .testimonial-content{
    margin-right:20px;
  }

  .cta p {
    font-size: 5.4rem !important;
  }

  .cta div div:nth-child(2) p {
    font-size: 1.33rem !important;
  }

  ga-form {
    min-height: auto;
  }

  body.archive .ast-archive-description {
    padding: 6em 0 0 0;
    margin-bottom: 0;
  }

  .archive article {
    padding: 0 !important;
  }
}



@media (max-width: 780px) {

  .autoslidewrapper {
    gap: 0 !important;
  }

  .autoslidewrapper .autoslideinner {
    margin: 20px 0;
  }

  .iconbox-wrapper {
    padding: 40px 0 !important;
  }

  .slidercontent figure {
    padding: 0 !important;
    margin: 0 !important;
  }

  .splitbg {
    padding: 0 !important;
    background: var(--ast-global-color-0);
  }

  h4, .entry-content h4 {
    font-size: 1.4rem;
  }

  .wp-block-group.splitbgdark {
    padding: 0 !important;
  }

  .contactdesc {
    gap: 0;
  }

  .contacttext {
    padding: 40px 20px;
  }

  .splitbgdark {
    background-image: linear-gradient(to right, var(--ast-global-color-0) 0%, var(--ast-global-color-0) 100%);
  }

  .devicons {
    gap: 60px;
  }
}

@media (max-width: 500px) {

  header .custom-logo-link img {
    width: 42px;
  }

  h1.herotitle {
    font-size: 3.4rem;
    line-height: 1.2em;
  }

  .animation {
    height: 75px;
    margin-bottom: -15px;
  }

  .animation div {
    line-height: 1.2em;
  }

  .animation div:first-child {
    margin-top: -8.6rem;
  }

  @keyframes text-animation {
    0% {margin-top: 0;}
    20% {margin-top: 0;}
    40% {margin-top: -4.3rem;}
    60% {margin-top: -4.3rem;}
    80% {margin-top: -8.6rem;}
    100% {margin-top: -8.6rem;}
  }

  .wp-block-columns .logoslidertext {
    padding: 30px 20px var(--paddinggen) 20px;
  }

  .fixedheight {
    min-height: auto;
  }

  .iconbox-icon img {
    width: 150px !important;
  }

  .ctatext {
    font-size: 3.6rem !important;
  }

  .testimonial {
    display: block;
  }

  .testimonial-content-wrapper {
    margin-top: 20px;
  }

  .testimonialwrapper > div:nth-child(2) {
    display: none;
  }

  .cta p {
    font-size: 3.4rem !important;
  }

  .cta div div:nth-child(2) p {
    font-size: 1.33rem !important;
  }

  .releasesquery {
    margin-top: 30px;
  }

  .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
    grid-template-columns: 1fr 2fr;
  }

  #astra-footer-menu .menu-item > a {
    padding: 0;
  }

  .devicons img {
    height: 120px !important;
  }
}
