/* Typography definitions. Font incldues are defined in _fonts.scss */
/* Desktops (≥1200px) */
@media (max-height: 700px) {
  .nav-logo {
    margin-top: 0%;
    margin-bottom: 0.5%;
  }

  .title {
    font-size: 2.6em;
  }

  .index-back {
    background-position: 0;
  }
}

@media (max-width: 1800px) {
}

@media (min-width: 1400px) {
}

@media (max-width: 1500px) {
  .banner-heading {
    font-size: 6rem;
  }

  .cu-button {
    width: 20rem;
    height: 5rem;
    font-size: 2rem;
  }
}

@media (max-width: 1240px) {
}

@media (min-width: 1200px) {
  h1 {
    font-size: 6em;
  }

  h2 {
    font-size: 5em;
  }

  h3 {
    font-size: 3em;
  }

  h4 {
    font-size: 3.5em;
  }

  h5 {
    font-size: 2.5em;
  }

  h6 {
    font-size: 2.4em;
  }

  .contactus .button {
    font-size: 3vw;
    padding: 1vh;
  }
}

@media (max-width: 1000px) {
  html {
    font-size: 50%;
  }

  .banner {
    bottom: 20%;
  }

  .navbar {
    width: 100%;
    padding: 0 5rem;
    display: flex;
    justify-content: flex-end;
  }

  .navbar-logo {
    position: absolute;
    top: 4rem;
    left: 17%;
    transform: translate(-50%, -50%);
    width: fit-content;
  }

  .menu {
    width: 7rem;
    height: 4rem;
    border-radius: 3rem;
    border: 0.1rem solid #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1);
    z-index: 200;
    /* transform: translateX(-5rem); */
  }

  .navbar-wrapper.display-navbar .menu {
    border: 0.1rem solid #333;
  }

  .change .menu {
    /* transform: translateX(-16rem); */
    background-color: #fff;
    z-index: 1000;
  }

  .menu-icon {
    height: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .line {
    width: 2rem;
    height: 0.1rem;
    background-color: #fff;
    transform-origin: left;
  }

  .change .line {
    background-color: #444;
  }

  .change .line-1 {
    transform: rotate(45deg);
  }

  .change .line-3 {
    transform: rotate(-45deg);
    color: #444;
  }

  .change .line-2 {
    display: none;
  }

  .box-contacts-index {
    display: none;
  }

  .nav-list-item.active {
    border-bottom: 0rem solid #000;
  }

  .nav-list {
    /* display: flex;
    justify-content: flex-end; */
    right: 0;
    padding-bottom: 0;
  }

  .change .nav-list {
    /* display: flex;
    justify-content: flex-end; */
    right: 0;
    padding-bottom: 0;
  }

  .change .navbar-contacts {
    right: 0;
  }

  .change .box-contacts {
    right: 0;
  }

  .btn-hor {
    display: block;
    align-self: center;
    margin: 2em 0;
  }

  .box-contacts {
    /* display: none; */
    align-self: center;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: center;
    margin-top: 2rem;
  }

  .cntcts-button {
    font-size: 6rem;
    margin-top: 1em;
    width: 45rem;
    height: 8rem;
  }

  .navbar-contacts {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 10%;
    width: 100%;
    justify-content: center;
    align-content: center;
    right: -200rem;
    transition: right 0.6s cubic-bezier(1, 0, 0, 1);
    z-index: 200;
  }

  .nav-list {
    background-color: #f1f1f1;
    position: fixed;
    top: 0;
    right: -200rem;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: hsl(0, 0% 100% / 0.1);
    /* backdrop-filter: blur(4rem); */
    flex-direction: column;
    padding-top: 1.1rem;
    z-index: 200;
    transition: right 0.6s cubic-bezier(1, 0, 0, 1);
  }

  .nav-list-item {
    height: auto;
    margin: 0.4rem 0;
    /* border: #fff .5rem; */
  }

  .nav-list-item:hover {
    /* border-bottom: none; */
  }

  .nav-list-link {
    font-size: 6rem;
    color: #000;
  }

  .contactus.inmenu .button {
    width: 70%;
    margin: 0 auto;
  }

  .section-2-heading {
    font-size: 4rem;
  }

  .accordion-item-header {
    font-size: 2rem;
  }

  .space-under {
    margin-bottom: 3px;
  }

  .accordion-item-body-content {
    font-size: 1em;
    padding: 1rem 8rem;
  }

  .laptop,
  .accordion-start {
    height: 30vh;
  }

  .laptop {
    position: relative;
  }

  .laptop img {
    position: absolute;
    top: 50%;
  }

  .sw-container .swiper-slide {
    /* margin: 0 32px; */
    width: fit-content;
    flex-shrink: 100 !important;
  }

  .logo-lang {
    padding: 30px 0;
  }

  .card-item {
    height: 560px;
  }

  .button-sl {
    font-size: 13px;
    padding: 6px 12px;
    margin: 10px;
  }

  .box-pr {
    height: 540px;
  }

  .social {
    display: none;
  }

  .splash img.load {
    top: 43%;
  }
}

/* Tablets & Desktops (≥768px) */

@media (min-width: 768px) and (max-width: 1299px) {
  .menu-up-panel .item-menu .title-place {
    font-size: 1.5em;
  }

  .logo img {
    height: 8vh;
  }
}

@media (min-width: 1199px) {
  .item-menu .title-place {
    font-size: 1.8em;
  }
}

@media (max-width: 1199px) {
  .banner-heading{
    font-size: 5rem;
  }

  .menu-up-panel .item-menu .title-place {
    font-size: 1.2em;
  }

  .client-background {
    min-height: 700px;
  }

  .counter-item {
    height: 22vmin;
  }

  .num {
    font-size: 3.5em;
  }

  .counter-text {
    font-size: 2.5em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo img {
    height: 5vh;
  }

  .index h5 {
    padding: 0;
  }

  .nav-logo {
    margin: 0 auto;
  }
}

@media (min-width: 900px) {
  .icon-place .title-place {
    font-size: 1.3em;
  }
}

@media (min-width: 900px) and (max-width: 991px) {
  .nav-logo {
    width: 600px;
  }
}

@media (max-height: 742px) {
  table {
    margin-top: 6em;
  }
}

@media (max-height: 690px) {
}

@media (min-width: 768px) and (max-width: 1199px) {
  h1 {
    font-size: 6em;
  }

  h2 {
    font-size: 5em;
  }

  h3 {
    font-size: 3.6em;
  }

  h4,
  .counter-h4 {
    font-size: 3em;
  }

  h5 {
    font-size: 2.5em;
  }

  h6 {
    font-size: 2.2em;
  }
}

@media (max-width: 991px) {
  .icon-place {
    display: block;
    margin: 0 auto;
  }

  .index .title {
    font-size: 2em;
  }

  .hide-table {
    display: none;
  }

  .projects-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-desc {
    display: none;
  }

  .clients-content {
    max-width: 750px;
  }

  .client-item:not(:first-child, :nth-child(2)) {
    display: none;
  }

  h2.client-name {
    font-size: 3rem;
    margin-top: 0;
    height: 30px;
  }

  .client-desc,
  .item-btn-text {
    font-size: 1.8rem;
  }

  .client-background {
    min-height: 650px;
  }

  .select {
    width: 150%;
  }

  form input {
    font-size: 2.5rem;
  }

  form textarea {
    font-size: 2.5rem;
  }

  #sendContact {
    font-size: 2rem;
  }
}
@media (min-width: 991px) {
  .header-tr {
    font-size: 1.4em;
  }
}

@media (max-width: 830px) {
  .menu-up-panel .item-menu .title-place {
    font-size: 1.1em;
  }
}

@media (max-width: 800px) {
  .cl-container {
    max-width: 600px;
  }

  .client-desc,
  .item-btn-text {
    font-size: 2rem;
  }

  .cl-stack li {
    font-size: 1.5rem;
  }
}

@media (max-width: 912px) {
  #particles-js {
    height: 60vh;
  }

  .section-1 {
    height: 60vh;
  }

  .laptop-cotainer {
    display: flex;
    flex-direction: column;
  }

  .laptop {
    position: static;
    width: 100%;
    height: 40vh;
    margin: 0%;
  }

  .laptop img {
    position: static;
  }

  .accordion-start {
    display: inline-table;
    width: 100%;
    height: 40vh;
  }

  .accordion-item-header {
    font-size: 1.4em;
  }

  .threejs-mod {
    height: 52vh;
  }

  .counter-item {
    width: 30vmin;
  }
}

@media (max-width: 768px) {
  .icon-box .icon-place:before {
    /*font-size: 13em;*/
  }
  .tab-content h5 {
    margin-top: 3em;
  }

  .laptop-cotainer {
    display: flex;
    flex-direction: column;
  }

  .laptop {
    position: static;
    width: 100%;
    height: 40vh;
    margin: 0%;
  }

  .laptop img {
    position: static;
  }

  .accordion-start {
    display: inline-table;
    width: 100%;
    height: 40vh;
  }

  .accordion-item-header {
    font-size: 1.4em;
  }

  .clients-content {
    max-width: 640px;
    position: relative;
  }

  .client-item:not(:first-child) {
    display: none;
  }

  .num {
    font-size: 3em;
  }

  .counter-text {
    font-size: 2em;
  }

  .client-background {
    padding-top: 10% !important;
  }

  .box-pr {
    height: 600px;
  }

  .op-pr {
    padding-bottom: 2em;
  }

  .sw-fl {
    flex-direction: column;
  }

  .img-dis-pr {
    width: 55%;
  }

  .pr-data {
    display: inline-table;
    width: 100%;
  }

  .pr-img {
    /* height: 65%; */
    width: 100%;
  }

  .accordion-item-body-content {
    padding: 1rem 10rem;
  }

  .counter-h4 {
    font-size: 3em;
  }

  .threejs-mod {
    height: 45vh;
  }
}

@media (min-width: 768px) {
  .footer {
    font-size: 2.3em;
  }
}

@media (max-height: 690px) and (max-width: 768px) {
}

@media (max-width: 665px) {
  .navbar-logo {
    left: 19%;
  }

  .banner-heading {
    font-size: 4.5rem;
  }

  .services {
    flex-direction: column;
    align-items: center;
  }

  .service {
    width: 60%;
    margin-bottom: 4rem;
  }

  .client-background {
    padding-top: 10% !important;
    min-height: 600px;
  }

  .num {
    font-size: 2.8em;
  }

  .counter-text {
    font-size: 1.8em;
  }

  .counter-wrapper {
    width: 450px;
  }

  .nav-list-link {
    font-size: 5rem;
  }

  .cntcts-button {
    width: 35rem;
    height: 7rem;
    font-size: 5rem;
  }

  p {
    font-size: 1.2em;
  }

  .nav-list {
    top: 5%;
  }

  .change .nav-list {
    top: 5%;
  }

  .btn-hor {
    margin-bottom: 1em;
  }

  .section-ac-heading {
    padding: 1rem 0;
  }

  .laptop {
    height: 30vh;
  }

  .threejs-mod {
    height: 40vh;
  }

  .select {
    width: 200%;
  }
}

@media (min-width: 650px) {
  .icons,
  .slogan,
  .contactus {
    width: 70%;
  }
}

@media (min-width: 610px) and (max-width: 650px) {
  .nav-logo {
    margin: 0 auto;
  }

  .index h5 {
    padding-top: 0em;
  }
}

@media (max-width: 560px) {
  .nav-logo {
    padding: 0;
  }

  .navbar-logo {
    left: 20%;
  }

  .accordion-item-header {
    font-size: 1.1em;
    line-height: 2.6rem;
  }

  .projects-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .client-background {
    padding-top: 10% !important;
    min-height: 550px;
  }

  .num {
    font-size: 2.5em;
  }

  .counter-text {
    font-size: 1.5em;
  }

  .threejs-mod {
    height: 38vh;
  }
}

@media (max-width: 520px) {
  .icon-place:before {
    font-size: 13em !important;
  }

  .accordion-item-header {
    font-size: 2.5rem;
  }

  .threejs-mod {
    height: 30vh;
  }

  .btn-hor {
    margin-bottom: 2em;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
}

/* Phones & Tablets (≥481px) */

@media (min-width: 481px) and (max-width: 767px) {
  h1 {
    font-size: 4.5em;
  }

  h2 {
    font-size: 5em;
  }

  h3 {
    font-size: 3em;
  }

  h4,
  .counter-h4 {
    font-size: 2.5em;
  }

  h5 {
    font-size: 2.5em;
  }

  .index h5 {
    font-size: 1.5em;
  }

  h6 {
    font-size: 2em;
  }
}

@media (max-width: 767px) {
  .to_top {
    width: 10vw;
  }

  .tabs .nav li {
    width: 100%;
  }
  .icon-place {
    /*margin-bottom: .5em;*/
  }

  .address {
    margin-top: 5em;
  }

  .item-communication {
    padding-left: 0;
  }

  .index .title {
    font-size: 1.6em;
    height: 1.8em;
    line-height: 1.8em;
  }

  .nav-logo .logo-circle {
    left: -53px;
    top: 14px;
  }

  .nav-logo .up {
    font-size: 4em;
  }

  .nav-logo .down {
    font-size: 0.2em;
  }

  .hosting table tr:last-child {
    text-transform: inherit;
  }

  table tr td:first-child {
    padding-left: 0.2em;
  }

  table tr {
    height: auto;
  }

  .mobileapp .price {
    margin-bottom: 0.5em;
    font-size: 1.2em;
  }
  .text-rest {
    font-size: 1.2em;
  }
  .set-padding-left {
    padding-left: 15px;
  }
  .menu-up-panel {
    display: none !important;
  }

  .section-1 {
    height: 55vh;
  }

  #particles-js {
    height: 55vh;
  }

  .banner {
    bottom: 20%;
  }
}

@media (min-width: 767px) {
  .menu-label,
  .menu-xs {
    display: none !important;
  }
}

/* Phones (<480px) */

@media (min-width: 480px) {
}
@media (max-width: 400px) {
  html {
    font-size: 40%;
  }
}
@media (max-width: 479px) {
  html {
    font-size: 40%;
  }

  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 2em;
  }

  h4,
  .counter-h4 {
    font-size: 2em;
  }

  h5 {
    font-size: 2em;
  }

  h6 {
    font-size: 1.8em;
  }

  .banner {
    bottom: 20%;
  }

  .nav-list {
    top: 1%;
    padding-bottom: 0;
  }

  .change .nav-list {
    top: 1%;
    padding-bottom: 0;
  }

  .nav-name {
    display: none;
  }

  .nav-list-link {
    font-size: 5rem;
  }

  .cntcts-button {
    width: 35rem;
    height: 7rem;
    font-size: 5rem;
    border-radius: 3rem;
  }

  .card-image img {
    width: 120px;
  }

  .slide-content {
    margin: 0 60px;
  }

  .icon-place .title-place {
    font-size: 1.1em !important;
  }

  .item-communication .title-place {
    font-size: 0.8em;
  }
  .picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
    min-height: 200px;
  }
  .webdesign #picture-1,
  .hosting #picture-1,
  .seomarketing #picture-1 > div {
    padding-top: 2em;
  }

  .nav-logo .up {
    font-size: 2em;
  }

  .nav-logo .down {
    font-size: 0.3em;
  }

  .index .title {
    font-size: 1em;
  }
  .logo-here {
    margin-bottom: 1em;
  }
  .icon-box .icon-place:before {
    /*font-size: 9em !important;*/
  }

  /*.item-menu .title-place{
        padding-left: .5em;
        padding-right: .5em;
        font-size: .8em;
    }*/
  .header-up h4 {
    font-weight: bold;
  }

  #picture-1 {
    min-height: 210px;
    /*background-attachment: inherit !important;*/
  }

  .header-tr td {
    min-width: 150px;
  }

  .price {
    margin-bottom: 1em;
  }

  .social {
    top: 20%;
  }

  .header-tr td:first-child {
    font-size: 0.9em;
  }

  .header-tr td {
    font-size: 0.65em;
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }

  table td {
    font-size: 0.7em;
  }

  .footer {
    font-size: 1.2em;
  }

  .tabs .nav a {
    font-size: 1em;
  }

  h4.text-upp:before {
    margin-right: 0.5em;
  }

  .item-menu .title-place span {
    display: none;
  }

  .index h5 {
    font-size: 1.5em;
  }

  .logo img {
    height: 15vw;
  }

  .client-background {
    padding-top: 10% !important;
    min-height: 400px;
  }

  .num {
    font-size: 2em;
  }

  .counter-text {
    font-size: 1em;
  }

  .counter-wrapper {
    width: 330px;
  }

  .card-item {
    height: 470px;
  }
  .button-sl {
    bottom: 3rem;
    font-size: 2rem;
    padding: 4px 8px;
    margin: 0px;
  }

  .box-pr {
    height: 500px;
  }

  form input {
    font-size: 2rem;
  }

  form textarea {
    font-size: 2rem;
    min-height: 150px;
  }

  #sendContact {
    font-size: 1.8rem;
    width: 15rem;
  }

  .to_top {
    right: 1em;
  }

  .to_top span {
    font-size: 2em;
    padding: 0.25em;
  }
}

@media (max-width: 480px) and (max-height: 500px) {
}

@media only screen and (min-device-width: 991px) and (max-device-width: 1024px) and (orientation: landscape) {
  .counter-item {
    width: 40vmin;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .tab-content h5 {
    margin-top: 3em;
  }

  .client-background {
    min-height: 650px;
  }
}

@media (min-width: 550px) and (max-width: 850px) and (orientation: landscape) {
  .icons {
    width: 90%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .item-communication {
    padding-left: 1.5em;
  }

  .menu-up-panel .title-place {
    display: block;
  }

  .banner{
    bottom: 20%;
  }

  #particles-js {
    height: 45vh;
  }
   
  .section-1 {
    height: 45vh;
  }

}
#success_message,
#error_message {
  display: none;
  text-align: center;
  font-size: 1.7em;
}
.error {
  border-color: #a44;
  color: #a44;
}

.success {
  border-color: #474;
  color: #474;
}

@media (orientation: portrait) {
  .icon-box {
    margin-bottom: 20px;
  }

  .icon-place .title-place {
    font-size: 1.3em;
  }

  .contactus .button {
    font-size: 6vw;
  }

  .index h5 {
    padding: 0;
    margin-top: 0px;
  }
}

@media (orientation: landscape) {
  .icon-place .title-place {
    left: 15%;
  }

  .contactus.inmenu {
    top: 75vh !important;
  }
}

@media (max-width: 800px) {
  html {
    font-size: 45%;
  }

  .section-2 {
    padding: 5rem 0;
  }

  .section-2-heading {
    /* width:80%;
        text-align: center; */
    line-height: 1.2;
  }
}

@media (max-width: 800px) and (orientation: landscape) {
  /*.icon-place {
		height: 140px !important;
		width: 140px !important;
	}*/

  .icon-place .title-place {
    left: 10%;
  }

  .icon-place:before {
    font-size: 10em !important;
  }
}

@media (max-width: 580px) and (orientation: landscape) {
  /*.icon-place {
		height: 100px !important;
		width: 100px !important;
	}
	
	.icon-box .icon-place:before {
		font-size: 7em !important;
	}*/

  .icon-place .title-place {
    font-size: 0.9em;
  }
}

@media (max-width: 375px) {
  .banner {
    bottom: 12%;
  }

  .nav-list {
    padding-bottom: 0;
  }

  .change .nav-list {
    top: 5%;
    padding-bottom: 0;
  }

  .counter-wrapper {
    width: 250px;
  }

  .nav-list-link {
    font-size: 4rem;
  }

  .btn-hor {
    margin-bottom: 1em;
  }

  .button {
    margin-top: 0.7em;
  }

  .cntcts-button {
    width: 30rem;
    height: 6rem;
    font-size: 4rem;
    border-radius: 3rem;
  }
}
