/**
 * CONTENTS:
 *
 * MAX HEIGHT 399PX
 * ----------------
 *
 * MAX HEIGHT 449PX 
 * ----------------
 *
 * MAX HEIGHT 480PX 
 * ----------------
 *
 * MIN WIDTH 400PX AND MAX WIDTH 574PX 
 * ---------------------------------
 *
 * MIN WIDTH 575PX
 * ---------------
 *
 * MAX WIDTH 576PX
 * ---------------
 *
 * MAX WIDTH 576PX
 * ---------------
 *
 * MIN WIDTH 576PX AND MAX WIDTH 991PX 
 * ------------------------------------
 *
 * MIN WIDTH 576PX AND MAX WIDTH 1279PX
 * ------------------------------------
 *
 * MIN-WIDTH 576PX AND MAX WIDTH 1280PX
 * ----------------------------------
 *
 * MAX WIDTH 639PX
 * ---------------
 *
 * MIN WIDTH 640PX MAX WIDTH 1199PX
 * --------------------------------
 *
 * MIN WIDTH 768PX
 * ---------------
 *
 * MAX WIDTH 768PX
 * ---------------
 *
 * MAX WIDTH 991PX
 * ---------------
 *
 * MIN WIDTH 992px
 * ---------------
 *
 * MAX WIDTH 1280PX
 * ----------------
 *
 * MAX HEIGHT 1281PX 
 * ----------------
 *
 * ONLY SCREEN AND MAX-WIDTH 767PX
 * -------------------------------
 *
 * ONLY SCREEN AND MAX-WIDTH 768PX
 * --------------------------------
 *
 * OTHERS
 * ------
*/

/*------------------------------------*\
 # MAX HEIGHT 399PX 
\*------------------------------------*/
@media (max-width: 399px) {
  .img-get-in-touch {
    width: 120%;
    height: 120%;
  }
}

/*------------------------------------*\
 # MAX HEIGHT 449PX 
\*------------------------------------*/
@media (max-height: 449px) {
  .main-title-text__holder {
    top: 65%;
  }
}

/*------------------------------------*\
 # MAX WIDTH 480PX 
\*------------------------------------*/
@media (max-width: 480px) {
  #competence-section__introduction {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*------------------------------------*\
 # MIN WIDTH 400PX & MAX WIDTH 574PX 
\*------------------------------------*/
@media (max-width: 574px) {
  .contact-typewriter-text__heading {
    font-size: 30px;
  }
}

/*------------------------------------*\
 # MIN WIDTH 576PX 
\*------------------------------------*/
@media (min-width: 576px) {
  #cookie-consent .cookie-consent__background-video {
    left: 0;
    animation: asteroid 20s linear forwards;
  }
  .container-wide > .container {
    max-width: 100%;
  }

  #our-mission div {
    padding-left: 150px;
    padding-right: 150px;
  }

  .section-responsive {
    padding-left: 150px;
    padding-right: 150px;
  }

  .reference-tags {
    font-size: 30px;
  }
  .reference-thumbnail VIDEO {
    opacity: 0.2;
  }
}

/*------------------------------------*\
 # MAX WIDTH 575PX
\*------------------------------------*/
@media (max-width: 575px) {
  #cookie-consent .cookie-consent__background-video {
    left: -100%;
    animation: asteroid-mobile 20s linear forwards;
  }

  .header-menu__container .header-menu-logo {
    background-size: 210px 35px;
  }

  .headroom--not-top .header-menu__container .header-menu-logo-scrolled {
    background-position: 0 9px;
    background-size: auto 35px;
  }

  .opportunity-gradient {
    margin-top: -170px;
    border-radius: 80% 80% 0 0/3%;
  }

  .development-who-we-are-gradient {
    clip-path: ellipse(200% 50% at 50% 50%);
  }

  .forwards-angle {
    border-radius: 50%/10% 10% 0 0;
  }

  .trust-methodology-container {
    margin-bottom: 180px;
  }

  .clients-said-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blackhole-container {
    padding-top: 100px;
  }

  .methodologies-content {
    margin-top: 100px;
  }

  .main-methodologies__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .reference-tags {
    font-size: 20px;
  }

  .main-methodologies-gradient {
    border-radius: 85%/10% 10% 0 0;
  }

  .section-responsive {
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-planet-holder {
    border-radius: 0 0 80% 80%/5%;
    margin-bottom: -120px;
  }

  .services-section-main #animation-services {
    width: 90%;
    top: 70px;
  }

  .software-development-single-rocket__fallback {
    display: none !important;
  }

  .who-we-are__heading br {
    display: none;
  }
}

@media (max-width: 575px) {
  .why-choose-us__heading {
    margin-top: 50px;
  }
  .portfolio-opportunities a {
    margin-top: 20px;
  }
  .looking-section {
    width: 120%;
    margin-left: -10%;
  }
}

/*------------------------------------*\
 # MIN WIDTH 576PX AND MAX WIDTH 991PX
\*------------------------------------*/
@media (min-width: 576px) and (max-width: 991px) {
  .main-methodologies__container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .clients-said-section {
    padding-left: 100px;
    padding-right: 100px;
  }

  .blackhole-container {
    padding-top: 150px;
  }

  .development-who-we-are-gradient {
    clip-path: ellipse(120% 50% at 50% 50%);
  }
}

/*------------------------------------*\
 # MIN WIDTH 576PX AND MAX WIDTH 1279PX
\*------------------------------------*/
@media (min-width: 576px) and (max-width: 1279px) {
  .opportunity-gradient {
    margin-top: -130px;
  }

  .small-planet-holder {
    border-radius: 0 0 95% 95%/10%;
  }
}

/*------------------------------------*\
 # MAX WIDTH 639PX
\*------------------------------------*/
@media (max-width: 639px) {
  .header-contact {
    display: none;
  }
}

/*------------------------------------*\
 # MIN WIDTH 640PX MAX WIDTH 1199PX
\*------------------------------------*/
@media (min-width: 640px) and (max-width: 1199px) {
  .header-contact {
    position: absolute;
    right: 100px;
    top: 26px;
  }
  .headroom--not-top .header-contact {
    top: 18px;
  }
}

/*------------------------------------*\
 # MIN WIDTH 768PX
\*------------------------------------*/
@media (min-width: 768px) {
  .span-holder__breaking {
    display: none;
  }
}

/*------------------------------------*\
 # MAX WIDTH 991PX
\*------------------------------------*/
@media (max-width: 991px) {
  .counter-block {
    margin-bottom: 30px;
  }

  .landing-section-canvas__background {
    clip-path: ellipse(130% 60% at 50% 26%);
  }

  .features {
    flex-direction: column;
  }

  .footer__company-information-items {
    margin-bottom: 50px;
  }

  .project-container {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    padding: 10px 20px 50px 20px;
  }
  .reference-thumbnail video {
    opacity: 1;
  }
  .reference-thumbnail:hover h4,
  .reference-thumbnail:hover h3 {
    opacity: 1;
  }
  .side-by-side-field a {
    margin-bottom: 1.5rem;
  }
  .side-by-side-field h3 {
    margin-top: 0.5rem;
  }
  .reference-thumbnail {
    margin-right: auto;
    margin-left: auto;
  }
  #portfolio-item-canvas {
    top: 10%;
  }
  .opportunity-scala,
  .opportunity-android,
  .opportunity-hardware {
    margin-top: 0;
  }
  .section-bg-blackhole .bhcanvas {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .blackhole-container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
  }
}

@media (max-width: 1060px) {
  .reference__features {
    flex-direction: column;
  }
}

/*------------------------------------*\
 # MIN WIDTH 992px
\*------------------------------------*/
@media (min-width: 992px) {
  .development-who-we-are-gradient {
    clip-path: ellipse(105% 50% at 50% 50%);
  }

  .clients-said-section {
    padding-left: 150px;
    padding-right: 150px;
  }

  .footer__logo-container {
    max-width: 30%;
  }
}

@media (max-width: 1216px) {
  .industry-focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/*------------------------------------*\
 # MAX WIDTH 1280PX
\*------------------------------------*/

@media (min-width: 1280px) {
  .container-wide > .container {
    max-width: 1400px;
  }
}

/*------------------------------------*\
 # ONLY SCREEN AND MAX-WIDTH 767PX
\*------------------------------------*/
@media only screen and (max-width: 767px) {
  .commerce-tabs .tabs > li {
    border: none;
  }
}

/*------------------------------------*\
 # MAX-WIDTH: 1199PX
\*------------------------------------*/
@media (max-width: 1199px) {
  #our-mission-canvas {
    top: 35%;
  }
  .apply-container {
    margin-bottom: -120px;
  }
}

/*------------------------------------*\
 # MAX-WIDTH: 790PX
\*------------------------------------*/

@media screen and (max-width: 790px) {
  .tech-container__technology {
    flex-basis: 100%;
  }
}

/*------------------------------------*\
 # MAX-WIDTH: 399PX
\*------------------------------------*/

@media (max-width: 1360px) and (min-width: 1024px) {
  .main-navigation .main-menu > li {
    padding: 27px 10px;
  }
  .main-navigation {
    font-size: 12px;
  }
}

@media (max-width: 1700px) {
  .header-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*------------------------------------*\
 # CUSTOM
\*------------------------------------*/

@media (max-width: 1240px) {
  #software-development-title {
    margin-left: 30px;
    margin-right: 30px;
  }
  #software-development-title h1 {
    font-size: 60px;
  }
}

@media (max-width: 1080px) {
  #software-development-title {
    margin-top: 80px;
  }
  .software-development-header__box-container {
    min-width: 450px;
    margin-top: 80px;
  }
}

@media (max-width: 991px) {
  #logo-title {
    margin-top: 0;
    top: 20%;
    left: 0;
    transform: translateY(-20%);
    margin-left: auto;
    margin-right: auto;
  }
  #logo-title__left {
    position: absolute;
    top: calc(360 / 860 * 100% + 22vh);
  }
  #logo-title__right {
    align-content: center;
  }
  .rev-title {
    margin: auto;
  }
  #logo-title__text--3 {
    font-size: 22px;
  }
  #software-development-title h1 {
    font-size: 40px;
  }
  #opportunity-canvas {
    top: -40%;
  }
  .apply-container {
    margin-bottom: -50px;
  }
}
@media (max-width: 960px) {
  #software-development-header {
    height: fit-content;
    padding-bottom: 200px;
  }
  #software-development-title {
    margin-left: 35px;
    margin-right: 35px;
  }
  .rocket-slide {
    height: 140vh;
  }
  .software-development-header__container {
    display: unset;
  }
  .software-development-header__box-container {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 100px;
    max-width: 100%;
  }
}

/*------------------------------------*\
 # MAX WIDTH 768PX
\*------------------------------------*/
@media (max-width: 768px) {
  .reference-navigator--back {
    text-align: center;
  }

  .reference-navigator--next {
    text-align: center;
  }

  .feature-box {
    flex-direction: column;
  }
  .feature-box img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .industry-focus {
    grid-template-columns: 1fr;
  }
  #logo-title__text--3 {
    font-size: 18px;
  }
  .apply-container {
    margin-bottom: 100px;
  }
}
@media (max-width: 550px) {
  .software-development-header__box-container {
    min-width: 250px;
    margin-left: 30px;
    margin-right: 30px;
  }

  #software-development-title {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-height: 800px) {
  .software-development-header__box h3 {
    font-size: 18px;
  }
  .software-development-header__box p {
    font-size: 12px;
  }
}

@media (min-width: 1065px) {
  .counter-block:before {
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 20px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    content: '';
  }

  .counter-block--no-border:before {
    background: none;
  }
}

/*------------------------------------*\
 # MAX WIDTH 576PX 
\*------------------------------------*/
@media (max-width: 576px) {
  #edge-iot {
    padding-top: 80px;
  }

  .fast-application-section {
    padding-bottom: 50px;
  }

  .apply-container {
    margin-bottom: -420px;
  }

  .apply-container__text {
    top: -500px;
  }
  .safari--jupyter-fallback-position {
    margin-top: 50px;
  }
}

/*------------------------------------*\
 # MAX WIDTH 375PX 
\*------------------------------------*/
@media (max-width: 375px) {
  .fast-application-section__heading {
    font-size: 40px;
  }
  .reference-slogan {
    font-size: calc(2em + 2.5vmin);
  }
}

/*------------------------------------*\
 # MIN-WIDTH: 1921PX
\*------------------------------------*/

@media (min-width: 1921px) {
  #our-mission-canvas,
  #about-experts-section-holder,
  #opportunity-canvas {
    max-width: 1920px;
    left: 50%;
    transform: translateX(-50%);
  }
  #opportunity-canvas {
    margin-left: 0%;
  }
  .section-canvas,
  .competence__animation-container {
    max-width: 2560px;
    left: 50%;
    transform: translateX(-50%);
  }
  .competence__animation-container {
    height: 160%;
  }

  .landing-section-canvas__foreground,
  .section-canvas--right {
    max-width: 2560px;
    left: 100%;
    transform: translateX(-100%);
  }
}
