@import "fonts.css";
@import "iconstyle.css";
@import "social.css";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}
body {
  height: 100%;
  min-width: 320px;
  sline-height: 1.42857143;
  color: #333;
  width: 100%;
  position: absolute;
  font-family: "Roboto-Light";
  top: 0;
  left: 0;
}

/*Section1*/
.section-1 {
  width: 100%;
  height: 70vh;
  position: relative;
  /* background: rgb(58, 103, 180);
  background: linear-gradient(
    90deg,
    rgba(58, 103, 180, 1) 0%,
    rgba(29, 48, 253, 1) 50%,
    rgba(69, 109, 252, 1) 100%
  ); */
  /* background: linear-gradient(rgba(38, 38, 38, 0.3), rgba(38, 38, 38, 0.5)),
    url(../img/background/home/imgb.png) no-repeat; */
  background-position: center;
  background-size: cover;
}

#particles-js {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: 50% 50%;
  /* z-index: -10; */
  background: rgb(58, 103, 180);
  /* background: linear-gradient(
    90deg,
    rgb(70 72 74) 0%,
    rgb(110 123 255) 50%,
    rgb(50 53 64) 100%
  ); */
  /* background: linear-gradient(
    90deg,
    rgb(70 72 74) 0%,
    rgb(19 37 229) 50%,
    rgb(50 53 64) 100%
  ); */

  background: linear-gradient(
    90deg,
    rgb(63 58 126) 0%,
    rgb(0 12 137) 50%,
    rgb(50 53 64) 100%
  );
}

.display-navbar {
  position: fixed !important;
  z-index: 10;
  background: #f1f1f1;
  top: 0px;
  transition: 0.3s;
  opacity: 1;
  box-shadow: 0.1rem 0.2rem 0.4rem rgba(119, 124, 126, 0.884),
    -0.3rem -0.3rem 0.5rem hsl(0deg 0% 100% / 60%);
}

.navbar-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 8rem;
  border-bottom: 0.1rem solid #aaa;
  z-index: 20;
}

.menu {
  width: 70px;
}

.navbar {
  height: 100%;
  width: 100%;
  padding: 0 5em;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  flex-wrap: nowrap;
}

.navbar-logo {
  /* width: 35em; */
  display: table-cell;
  font-size: 3.5rem;
  font-weight: 800;
  color: #fff;
  z-index: 1000;
  /* position: absolute;
  left: 15%; */
}

.navbar-wrapper.display-navbar .navbar-logo {
  color: #333;
}

.navbar-wrapper.display-navbar .nav-name {
  color: #333;
}

.navbar-wrapper.display-navbar .nav-list-link {
  color: #000;
}

.navbar-wrapper.display-navbar .y-logo {
  content: url("../svg/yuma-black.svg");
}

.navbar-wrapper.display-navbar .line {
  background-color: #333;
}

.nav-list {
  display: flex;
}

.list-nav {
  flex: 1;
  text-align: right;
}

.undiv {
  z-index: 1000;
}

.logo {
  width: 100px;
  cursor: pointer;
}

.nav-list-item {
  margin-top: 1rem;
  height: 8rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  transition: border-bottom 0.1s;
}

.nav-list-item:hover {
  border-bottom: 0.2rem solid #fff;
}

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

.navbar-wrapper.display-navbar .nav-list-item:hover {
  border-bottom: 0.2rem solid rgb(0, 0, 0);
}

.nav-list-link {
  width: 100%;
  height: 100%;
  font-size: 1.7rem;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
}

.nav-list-right {
  position: absolute;
  right: 5em;
}

.top-sec-yuma {
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 0.7em;
  color: white;
}

.nav-name {
  padding-left: 0.5em;
  font-size: 1.5em;
}

.banner {
  padding: 0 5rem;
  width: 100%;
  position: absolute;
  bottom: 15%;
  text-align: center;
}

.banner-heading {
  color: #fff;
  font-size: 8rem;
  font-weight: 300;
  margin-bottom: 3rem;
}

.cu-button {
  width: 25rem;
  height: 6rem;
  background-color: #fbfbfb;
  color: #040b2e;
  border-radius: 3rem;
  border: none;
  font-size: 2.5rem;
  font-weight: 600;
}

.cntcts-button {
  width: 40rem;
  height: 7rem;
  background-color: #fbfbfb;
  color: #040b2e;
  border: 0.1rem solid #040b2e;
  border-radius: 3rem;
  font-size: 4rem;
  font-weight: 500;
}

.cntcts-button:hover {
  border: 1px solid #fff;
  background-color: #040b2e;
  color: #fff;
}

.cu-button:hover {
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.navbar-contacts {
  display: none;
}

.btn-hor {
  display: none;
}

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

.linkedin-hor {
  padding: 0 3rem;
}

.linkedin-hor-index {
  padding: 0 1rem;
}

/* .linkedin-hor-index:hover img {
  box-shadow: 0.1rem 0.2rem 0.4rem rgba(119, 124, 126, 0.884),
    -0.3rem -0.3rem 0.5rem hsl(0deg 0% 100% / 60%);
} */

/*
Section2
*/

.section-2 {
  width: 100%;
  padding: 5rem 0 7rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-2-heading {
  font-size: 5rem;
  font-weight: 300;
  color: #333;
  margin-bottom: 3rem;
  text-align: center;
}

.services {
  display: flex;
  justify-content: space-around;
}

.service {
  width: 35rem;
  text-align: center;
  margin: 0 5rem;
}

.service-heading {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.service-paragraph {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.service-btn {
  width: 20rem;
  padding: 1.5rem;
  background-color: transparent;
  border-radius: 3rem;
  border: 0.1rem solid #040b2e;
  color: #040b2e;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
}

.service-btn:hover {
  background-color: #040b2e;
  color: #fff;
}

/*Section-3*/

.laptop-cotainer {
  background-color: #f1f1f1;
  display: flex;
}

.laptop {
  margin: 3.5rem;
  padding: 5rem 0;
  background-color: #f1f1f1;
  width: 50vw;
  height: 60vh;
  display: flex;
  align-items: center;
}

.accordion-start {
  background-color: #f1f1f1;
  width: 50vw;
  height: 60vh;
  display: inline-table;
  flex-direction: column;
}

.spline-watermark {
  display: none !important;
}

.section-3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10rem;
}

.section-ac-heading {
  font-size: 3rem;
  font-weight: 300;
  color: #333;
  margin: 3rem;
  text-align: center;
  padding: 5rem 0 1rem 0;
}

.full {
  padding: 0 5px;
  background-color: #f1f1f1;
}

.accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
}

.accordion-item {
  background-color: rgb(255 250 252 / 35%);
  color: #333;
  margin: 1rem 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordion-item-header {
  padding: 1rem 4rem 1rem 1rem;
  min-height: 3.5rem;
  line-height: 1.6rem;
  font-size: 2rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 3rem;
  position: absolute;
  right: 2rem;
  transition: transform 0.2s ease-in-out;
}

.accordion-item-header:hover::after {
  /* position: absolute;
  /* right: 2rem; */
  /* top: 50%; */
  /* height: 30px;
  width: 30px;
  border-radius: 8em;
  background-color: #e9e9e9;  */
}

.accordion-item-header.active::after {
  transform: rotate(45deg);
}

.accordion-item-header.active .st {
  background-color: #040b2e;
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  font-size: 1.3em;
  padding: 1rem 8rem;
  border-top: 1px solid #b6b6b6;
}

ul li::marker {
  color: rgb(0, 0, 0);
  font-size: 1.5em;
}

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

/* .slide-container {
  max-width: 1120px;
  width: 100%;
  background-color: grey; 
  padding: 40px 0;
} */

/* .slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
} */

/* .icon-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
} */

.icon-content {
  row-gap: 5px;
  position: relative;
}

.icon-image {
  z-index: 200;
}

/* .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: white;
} */
/* 
.icon-image{
    position: relative;
    height: 70px;
    width: 70px;
    background: #fff;
    padding: 3px;
} */

.name-service {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
}

.descr {
  font-size: 2em;
  text-align: center;
}

.card-service {
  width: 312px;
  border-radius: 25px;
  background-color: #008080;
}

.section-3-heading {
  font-size: 10rem;
  font-weight: 300;
  margin-right: 4rem;
}

.section-heading-line {
  width: 15rem;
  height: 0.2rem;
  background-color: #000;
}

.services-cards-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.services-card {
  width: 30rem !important;
  height: 50rem !important;
  background-color: #181b1d;
  border-radius: 2rem;
  box-shadow: 2rem 2rem 6rem rgba(0, 0, 0, 0.7);
}

.services-card-front {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  backface-visibility: hidden;
}

.services-card-heading {
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
  padding-left: 2rem;
}

.heading-life-cycle {
  background: linear-gradient(to right, #708090, #2f4f4f);
  border-radius: 1rem 1rem 0 0;
}

.heading-business {
  background: linear-gradient(to right, #5f9ea0, #4682b4);
  border-radius: 1rem 1rem 0 0;
}

.heading-web {
  background: linear-gradient(to right, #008080, #afeeee);
  border-radius: 1rem 1rem 0 0;
}

.heading-mobile {
  background: linear-gradient(to right, #bc8f8f, #8b7d7d);
  border-radius: 1rem 1rem 0 0;
}

.services-card-list li {
  margin-bottom: 0.5rem;
}

.list-life-cycle li {
  color: #708090;
}

.list-business li {
  color: #4682b4;
}

.list-web li {
  color: #008080;
}

.list-mobile li {
  color: #bc8f8f;
}

.services-card-list i {
  font-size: 1.8rem;
  width: 3rem;
}

.services-card-list span {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
}

.services-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotateY(180deg);
  border-radius: 1rem;
  backface-visibility: hidden;
}

.back-life-cycle {
  background: linear-gradient(to right, #708090, #2f4f4f);
}

.back-business {
  background: linear-gradient(to right, #5f9ea0, #4682b4);
}

.back-web {
  background: linear-gradient(to right, #008080, #afeeee);
}

.back-mobile {
  background: linear-gradient(to right, #bc8f8f, #8b7d7d);
}

/*Section-4*/

.card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: 10px;
}

.flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

.languages .flex {
  flex-wrap: wrap;
}

.languages .card {
  text-align: center;
  margin: 18px 10px 40px;
  transition: transform 0.2s ease-in;
}

.languages .card:hover {
  transform: translateY(-15px);
}

.technology-item {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* 
.logo-lang {
  overflow: hidden;
  padding: 60px 0;
  background: #fff;
  white-space: nowrap;
  height: calc(100vh - 120px);
  margin: 60px;
} */

/* .technlgs-stack {
  width: 28vw;
  overflow: hidden;
  background-position: top;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
} */

.logo-lang {
  overflow: hidden;
  padding: 60px 0;
  background: #fff;
  /* white-space: nowrap; */
}

/* .logo-lang.sw-container {
  pointer-events: none;
} */
/* 
.logo-lang.sw-container .swiper-slide {
  pointer-events: none;
} */

.sw-container {
  width: 100%;
}

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

.slide-name {
  text-align: center;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

/* .logo-lang-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
} */

.hightlight-tech {
  display: none;
}

.col-1 img {
  margin: 0 20px 30px 20px;
  /* -webkit-filter: grayscale(100%); 
  filter: grayscale(100%); */
}

/* .col-1 img:hover {
  -webkit-filter: none;
  filter: none;
} */

/* .swiper-slide-active img {
  -webkit-filter: none;
  filter: none;
} */

/* .center-slide {
  background-color: lightblue;
  transform: scale(1.1);
  transition: transform 0.3s ease;
} */

/*COUNTER*/
.counter-wrapper {
  color: #333;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 65%;
  left: 50%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  width: 600px;
}

/* .counter-wrapper {
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 75vw;
  height: 72vh;
} */

.counter-wrapper-under {
  top: 80%;
}

.counter-item {
  /* width: 26vmin; */
  height: 24vmin;
  /* border: 1px solid orange; */
  display: flex;
  flex-direction: column;
}

.num {
  color: #0057a7;
  text-align: center;
  font-size: 4.2em;
  font-weight: bold;
  border-bottom: 0.1rem solid #aaa;
}

.counter-text {
  text-align: center;
  font-size: 2.5em;
  color: black;
}

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

/* .threejs-mod {
  width: 40vw;
  height: 70vh;
  display: flex;
  justify-content: center; 
  align-items: center;
} */

/*section-5*/

.cntr-pr {
  align-items: center;
  flex-direction: row;
  position: relative;
}

.sw-fl {
  display: flex;
}

.display-pr {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  justify-content: center;
}

.box-pr {
  height: 640px;
  width: 1400px;
}

.img-dis-pr {
  display: block;
  margin: 0 auto;
  object-fit: cover;
  object-position: 75% 0px;
  /* position: absolute; */
  /* height: 70%; */
  max-width: 100%;
}

.projects-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 2.5rem;
}

.projects-container .project-box {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
}

.project-box img {
  background-color: linear-gradient(
    rgba(38, 38, 38, 0.5),
    rgba(38, 38, 38, 0.7)
  );
  width: 100%;
  transition: 0.5s ease;
}

.project-box:hover img {
  transform: scale(1.1);
}

.project-box .project-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), #272325);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 4rem;
  color: #fff;
  transform: translateY(100%);
  transition: 0.5s ease;
}

.project-box:hover .project-layer {
  transform: rotateY(0);
}

.project-name {
  font-size: 3rem;
  font-weight: 500;
  margin: 0.5rem 0;
}

.project-desc {
  font-size: 1.6rem;
  margin: 0.5rem 0;
  display: none;
}

.project-layer a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 15px;
}

.project-layer a i {
  font-size: 2rem;
  color: rgb(0, 0, 0);
}

.text-justify {
  text-align: justify;
}

.projectSwiper {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000;
  padding-bottom: 4rem;
  margin: 5rem 0 10rem 0;
}

.pr-data {
  z-index: 1;
  display: inline-block;
  width: 40vw;
  /* position: absolute;
  top: 0%;
  left: 10%;
  height: 100%; */
}

.pr-img {
  width: 60vw;
  display: flex;
  align-items: center;
}

.main-prname {
  width: 150%;
  margin-bottom: 5rem;
  font-size: 2.5rem;
  font-weight: 600;
}

.op-pr {
  /* width: 35%; */
}

/* .desc25 {
  width: 25em;
}

.desc15 {
  width: 15em;
} */

.pr-btn {
  width: 20rem;
  padding: 1.5rem;
  background-color: transparent;
  border-radius: 3rem;
  border: 0.1rem solid #040b2e;
  color: #040b2e;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  bottom: 5%;
}

.pr-btn:hover {
  background-color: #040b2e;
  color: #fff;
}

.auto-btn {
  bottom: auto;
}

/*Clients section*/

.clinet-wrapper {
  width: 100%;
  position: relative;
}

.cards-wrapper {
  display: flex;
  justify-content: space-around;
}
.clients-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}

.clients {
  background-color: #f1f1f1;
}

.client-item {
  background: #fff;
  margin: 2rem 2rem;
  padding: 1.6rem;
  width: 360px !important;
  height: 540px !important;
  position: relative;
}

.client-image {
  display: flex;
  justify-content: center;
}

.client-data {
  padding: 4rem 0;
}

/* .client-name {
  font-size: 3rem;
  font-weight: bold;
  padding: 0 0 1rem 2rem;
} */

.client-desc {
  text-align: justify;
  font-size: 1.7rem;
}

.item-btn-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 2rem 2rem;
  font-size: 1.8rem;
}

.slide-content {
  overflow: hidden;
  border-radius: 25px;
}

.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

a:active,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}
.text-upp {
  text-transform: uppercase;
}
.text-upp:before {
  padding: 0.3em;
  /*background-color: rgba(144, 63, 152, 0.75);*/
  font-size: 1em;
  color: #fff;
  margin-right: 0.5em;
}
/*input effect*/
.input {
  margin-top: 3em;
  max-width: 100%;
}
.input__label {
  color: #08080a;
}
.input__field {
  font-size: 1.6em;
}
.input__field {
  padding: 0.4em 0.6em;
  color: #5e5e5e;
}
.input__field--yoshiko {
  border: 1px solid #ddd;
  background-color: #fff;
}
.input__label--yoshiko {
  font-weight: normal;
  margin-bottom: 0;
  font-size: 2em;
  padding-left: 0.9em;
}
.input__label-content--yoshiko {
  padding: 1.4em 0;
  color: #6c6c6e;
}
.input--filled .input__field--yoshiko {
  background-color: white;
  border-color: #b6b6b6;
}
.input__label-content--yoshiko::after {
  color: #474747;
  font-weight: 700;
}
.input__field--yoshiko:focus + .input__label--yoshiko,
.input--filled .input__label--yoshiko {
  -webkit-transform: translate3d(0, 2.5em, 0);
  transform: translate3d(0, 2.5em, 0);
}
.index-back {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.index {
  height: 100%;
}
.index h5 {
  font-weight: bold;
  padding: 0.5em 0;
}
.social {
  position: fixed;
  right: 0;
  top: 30%;
  height: auto;
  width: 60px;
  transition: right 1s;
  z-index: 100;
}
.social div {
  height: 50px;
  width: 50px;
  padding: 0.7em;
  font-size: 1.5em;
  margin: 0.1em;
  cursor: pointer;
  opacity: 0.9;
  transition: all 0.5s;
  border-radius: 5em;
}
.s-link:hover {
  width: 2.8em;
  opacity: 1;
}
.social div a {
  display: flex;
  color: #fff;
}
.social div.facebook {
  background-color: #5172b8;
}
.social div.twitter {
  background-color: #1fbfed;
}
.social div.linkedin {
  background-color: #4d91ce;
}
.logo-here .yuma-yuma-logo:before {
  content: "\e610";
  position: absolute;
  left: 10px;
  top: 24px;
  font-size: 5em;
}
.nav-logo {
  width: 100%;
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 0 6em 0 6em;
}
.nav-logo .up {
  text-transform: uppercase;
  font-size: 6em;
  padding-left: 1em;
}
.nav-logo .down {
  font-size: 0.22em;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
}
.logo-here {
  margin: 0 auto;
  position: relative;
}

.logo-here img {
  max-height: 25vh;
}

.nav-logo .logo-circle {
  content: url(/fonts/svg/yuma-logo-home.svg);
  position: absolute;
  left: -67px;
  top: 26px;
}
.nav-logo .logo-circle {
  content: url(/fonts/svg/yuma-logo-home.svg);
  position: absolute;
  left: -72px;
  top: 26px;
}
.links-place {
  margin: 0 19%;
}
.icon-place {
  transition: transform 1s;
  height: 100%;
  width: 100%;
  background-size: cover;
  /*height: 230px;
    width: 230px;*/
  opacity: 0.9;
}
.icon-box .icon-place:before {
  font-size: 16em;
}
.icon-box {
  position: relative;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
.icon-place .title-place {
  text-transform: uppercase;
  font-family: Roboto-Light;
  position: absolute;
  top: 3%;
  left: 15%;
  color: #fff;
  font-size: 1em;
}
.icon-place.yuma-menu_technologies {
  color: #446583;
}
.icon-place.yuma-menu_showcase {
  color: #22405b;
}
.icon-place.yuma-menu_services {
  color: #7f9ab3;
}
.icon-place.yuma-menu_contact {
  color: #0e2336;
}
.title-bottom {
  text-transform: uppercase;
}

.st {
  float: left;
  padding: 0.6em;
  margin-right: 0.8em;
  background-color: #0057a7;
  color: #fff;
  border-radius: 3em;
}

.accordion-item-header:hover .st {
  box-shadow: 0.1rem 0.2rem 0.4rem rgba(119, 124, 126, 0.884),
    -0.3rem -0.3rem 0.5rem hsl(0deg 0% 100% / 60%);
}

/* .accordion-item-header:hover .st:before {
  font-size: 4.5rem;
} */

.logo {
  height: 100%;
  line-height: 10vh;
  /*min-width: 300px;*/
}

.menu-up {
  position: fixed;
  background-color: #f7f7f7;
  top: 0;
  left: 0;
  width: 100%;
  height: 10vh;
  z-index: 1000;
  opacity: 0;
  box-shadow: 0px 3px 13px #ddd;
  transition: all 0.2s;
}
.logo img {
  height: 10vh;
  /*padding: .5em;*/
}
.mt-3 {
  margin-top: 3em;
}
.item-menu {
  /*height: 50px;*/
  float: left;
}
.item-menu .title-place {
  line-height: 10vh;
  margin-top: 0;
  font-size: 2.5em;
  height: 100%;
  width: auto;
  padding-top: 0;
  color: #262626;
  padding: 0 1.5em;
}
.footer,
.header-up {
  padding: 2em 0;
  padding-top: 3.5em;
}
.content {
  margin-top: 0em;
  margin-bottom: 2em;
  font-size: 1em;
  line-height: 1.6em;
  text-align: justify;
}
.title-ya {
  font-size: 2em;
  margin-bottom: 1em;
  margin-top: 1em;
}
.picture {
  color: #fff !important;
  background-repeat: no-repeat;
  min-height: 600px;
  position: relative;
  background-size: cover;
  padding-top: 10%;
  /*text-shadow: 1px 1px 2px white, 0 0 1em white;*/
}
.footer {
  font-size: 1.8em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.icon-logo:before {
  content: url(/fonts/svg/yuma-logo.svg);
}
.icon-logo {
  margin: 0.2em;
}
.footer-res {
  text-align: center;
  margin-bottom: 1em;
  margin-top: 1em;
}
.social div.contact-us {
  background-color: #4c5068;
  height: auto;
}
.icon-contact-us:before {
  content: url(/fonts/svg/contact_us3.svg);
}
.title-content h4 {
  color: #fff;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.title-content {
  background-color: #03a9f4;
  background-image: url("/img/bg_pattern_150.png");
}
.seomarketing #picture-1 > div {
  padding-top: 5em;
}
.seomarketing #picture-1 h4 {
  color: #000;
  text-shadow: 0px 1px 8px #fff;
}
.content-tab {
  overflow: hidden;
  min-height: 400px;
  position: relative;
}
.content-tab .tab {
  position: absolute;
  left: 0;
  top: 0;
  transition: left 1s;
  -weblit-transition: left 1s;
}
.content-tab #tab1 {
  left: 0;
  top: 0;
}
.content-tab #tab2 {
  left: 100%;
  top: 0;
}
.content-tab #tab3 {
  left: 200%;
  top: 0;
}
.content-tab #tab4 {
  left: 400%;
  top: 0;
}
.nav {
  margin-bottom: 3em;
}
.tabs .nav a {
  font-size: 1.6em;
  color: #56748f;
}
.tabs .nav-stacked > li + li {
  margin-left: -15px;
}
.tabs .nav .active a {
  color: #000;
  background: transparent;
}
.tabs .nav .active a .st {
  background-color: #0e2236;
}

.tabs .nav a:before {
  font-size: 2.6em;
  display: inherit;
  text-align: center;
}
.tabs .nav-pills > li.active > a:hover,
.tabs .nav-pills > li.active > a:focus,
.tabs .nav > li > a:hover,
.tabs .nav > li > a:focus {
  background-color: transparent;
  color: #000;
}
.tab-content label {
  cursor: pointer;
  color: #fff;
  font-weight: normal;
  background-color: #03a9f4;
  padding: 0.3em 0.9em;
}
.mobileapp #picture-1 {
  background-position: 0 0;
  padding-top: 4em;
}
.webdesign #picture-1 {
  background-position: 0 0;
  padding-top: 10em;
}
.webdesign #picture-1,
.hosting #picture-1 {
  background-position: 0 0;
  padding-top: 8em;
  color: #000;
  text-shadow: 0px 2px 7px #fff;
}
.text-rest {
  line-height: 85%;
  font-size: 1.6em;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}
.text-little {
  font-size: 0.6em;
}
.pb-4em {
  padding-bottom: 4em;
}
.header-tr td {
  font-size: 1em;
  font-weight: bold;
  border-bottom: 4px solid #393939;
  border-left: 1em solid #fff;
  min-width: 200px;
  background-color: #fff;
}
.header-tr td:first-child {
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: none;
}
table tr {
  height: 70px;
}
.price-tr-n td {
  border-top: 4px solid #393939;
  padding: 1.4em 0.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.price-tr td {
  padding: 1.4em 0.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.yuma-checkmark:before {
  color: #00adee;
}

.contactForm {
  padding-right: 0%;
}

form input {
  padding: 0.5em;
  /* border: none; */
  color: #d7d5d5;
  border: 1px solid #070e45;
  transition: 1s;
  margin-bottom: 1.5em;
  display: block;
  width: 100%;
  font-size: 1.5em;
  transition: border 1s;
  -webkit-border-radius: 15px;
}

form textarea:hover,
form textarea:focus,
form input:focus,
form input:hover {
  color: #393939;
  border: 2px solid #4c5068;
  outline: none;
}
form textarea {
  padding: 0.5em;
  font-size: 1.5em;
  display: block;
  width: 100%;
  min-height: 200px;
  color: #d7d5d5;
  transition: 1s;
  border: 1px solid #070e45;
  transition: border 1s;
  resize: none;
  -webkit-border-radius: 15px;
}
button {
  height: 50px;
  /*width: 120px;*/
  text-transform: uppercase;
  color: #fff;
  border: none;
  margin-top: 1.5em;
}

.address {
  margin-top: -30px;
}

.item-communication {
  display: inline-block;
  width: 100%;
  padding: 2em 0 2em 5.5em;
}

.item-communication b {
  font-weight: 600;
}

.item-communication .icon-place {
  height: 50px;
  width: 50px;
  padding: 1em;
  margin: 0;
  color: #fff;
  margin-right: 1em;
}
.item-communication .icon-place:before {
  font-size: 1.4em;
}
.item-communication .icon-place.yuma-phone {
  background-color: #8bc249;
}
.item-communication .icon-place.yuma-envelope {
  background-color: #38a4dd;
}
.item-communication .icon-place.yuma-location {
  background-color: #f1592b;
}
.item-communication .title-place {
  height: 50px;
  font-size: 1.1em;
  margin: 0;
  padding-top: 0;
  text-align: left;
  display: block;
}
table {
  width: 100%;
}
/*ie*/
.ie .index-back .title-place {
  width: 90%;
}
.webdesign #picture-1 > div {
  padding-right: 5em;
}
p {
  font-size: 1.6em;
  line-height: 1.4em;
}
.field-content ul,
#showcase .tab-li,
.tab-content ul {
  font-size: 1.6em;
  line-height: 1.5em;
  list-style-type: square;
}
.field-content ul,
#showcase .tab-li {
  color: #000;
}

.yuma-arrow-circle-up:before {
  margin-right: 1em;
  font-size: 2.4em;
  position: absolute;
  bottom: -8px;
  right: 0;
}
a[href="#top"] {
  position: relative;
  color: rgb(51, 51, 51);
}
.content .title {
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.yuma-button {
  font-size: 0.7em;
  color: #7391ac;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  display: block;
  padding: 0 1em;
  text-align: center;
  float: right;
  background-color: transparent;
  border: 1px solid #fff;
}
#sendContact {
  font-size: 1em;
}
.header-up h4 {
  display: inline-block;
  font-weight: 600;
  border-bottom: 6px solid #7381ac;
  padding-bottom: 0.4em;
}
.st:before {
  font-size: 3rem;
}
.li-tab {
  color: rgb(0, 0, 0);
}
.img-set img {
  padding: 0.4em;
}

.img-set div div {
  /*padding: .3em;*/
  font-size: 1.1em;
}
.st-title {
  margin-top: 0.8em;
  font-size: 1.1em;
}
.tab-horizontal .nav > li > a:hover,
.nav > li > a:focus {
  background-color: #b9c8d5;
  color: #fff;
}
.tabs-horizontal .nav li {
  display: inline-block;
  border-radius: 0;
  background-color: #b9c8d5;
  color: #fff;
  margin-right: 0.5em;
}
.tabs-horizontal .nav li.active {
  background-color: #7391ac;
}
.tabs-horizontal .nav-pills > li.active > a {
  background: transparent;
  color: #fff;
}
.tabs-horizontal .nav-pills > li > a {
  background: transparent;
  color: #fff;
  text-transform: uppercase;
}
.tabs-horizontal .img-set a {
  text-align: center;
  color: #000;
}
.tabs-horizontal .img-set a:hover {
  color: #7c98b2;
}
.tabs-horizontal .img-set img {
  max-width: 100%;
  width: inherit;
}
.title-bottom h5 {
  font-weight: bolder;
  margin-top: 2em;
}
.set-height {
  min-height: 125px;
}
.tabs-horizontal .nav > li > a:hover,
.nav > li > a:focus {
  background: transparent;
}
.field-content strong,
blockquote {
  border-left: 8px solid #040b2e;
  font-size: 1em;
  margin: 0 0 20px;
  padding: 1px 20px;
  text-transform: uppercase;
}
/* #showcase div[id^="preview_"] blockquote:first-child {
  margin-top: 1em;
} */
.field-content strong {
  font-size: 1.6em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
}
.fotorama {
  margin: 3em auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.content-box {
  margin-top: 5em;
  padding-top: 5em;
  font-size: 1.4em;
}
.content-box .title-c {
  font-weight: bold;
  font-size: 1.1em;
}
.content-box .text {
  margin-top: 1em;
}
.content-box img {
  max-width: 100%;
}
.img-set img {
  max-width: 100%;
  max-height: 100%;
}
table tr td {
  width: 20%;
}

.menu-label {
  height: 100%;
  padding: 1.5vh 2.5vh;
}

.menu-sm {
  /*display: none;*/
  visibility: hidden;
  opacity: 0.2;
  transition: visibility 0s 0.2s, opacity 0.2s linear;
  position: fixed;
  top: 10vh;
  left: 0;
  height: 91vh;
  z-index: 1000;
  width: 100%;
  background-color: #f7f7f7;
  padding-bottom: 10px;
}

.menu-sm .item-menu {
  display: block;
  text-align: center;
  width: 100%;
  height: 10vh;
}
.yuma-menu {
  position: relative;
  float: right;
  background-color: transparent;
  border-radius: 4px;
  color: #243443;
  font-size: 5vh;
  cursor: pointer;
}
.yuma-menu:hover {
}
#menu-sm:checked ~ div {
  /*isplay: block;*/
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.icon-place {
  transition: all 0.3s;
}
.icon-place:hover {
  background-color: #fff;
  font-size: 1.03em;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
}
.item-menu .title-place:hover {
  color: #7391ac;
}
a[href="#contact"],
.img-set a {
  color: #0e2336;
}
a[href="#contact"]:hover,
.img-set a:hover {
  color: #428bca;
}
.yuma-button:hover {
  border: 1px solid #7391ac;
}
a[href="#contact"] {
}
a.gogo {
  display: block;
}

.to_top {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 3em;
  /* z-index: 100; */
  width: 5vw;
  min-width: 30px;
  min-height: 30px;
}

.to_top span {
  display: block;
  background-color: white;
  border-radius: 1em;
  padding: 0.2em;
  width: 1.5em !important;
  height: 1.5em !important;
  cursor: pointer;
  font-size: 3em;
}

.image_block {
  height: 120px;
  vertical-align: middle;
  line-height: 120px;
}

.item-menu a.active .title-place {
  background-color: white;
  color: #7e99b1;
}

.horizontal-social {
  display: block !important;
  position: fixed;
  width: 220px;
  height: auto;
  top: 55vh !important;
  left: calc(50vw - 110px);
  transition: right 1s;
  z-index: 10000;
}

.horizontal-social .s-link {
  float: left;
}

.horizontal-social .s-link:hover {
  width: 50px;
  height: 2.8em;
}

.icons {
  max-width: 200vh;
}

.subcontent {
  margin-top: 10vh;
}

.contactus .button {
  background-color: #7e99b1;
  color: white;
  padding: 2.5vh;
  font-size: 4vw;
  text-transform: uppercase;
  font-family: Roboto-Light;
}

.contactus.inmenu {
  display: block !important;
  visibility: visible !important;
  position: fixed;
  top: 70vh !important;
  z-index: 10000;
  width: 100%;
  margin: 0 auto;
}

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

.prelude {
  padding: 2vh 1vh;
}

h4 a {
  color: #428bca;
}

.seomarketing {
  padding-bottom: 3em;
}

/*--------------------*/

.cl-container {
  max-width: 1400px;
  width: 100%;
  padding-bottom: 60px;
}

.slide-content {
  margin: 0 100px;
  overflow: hidden;
  border-radius: 25px;
}

.card-item {
  height: 640px;
  width: 384px;
  border-radius: 25px;
  background-color: #fff;
}

.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content {
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
  height: 115px;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 25px 25px 0 25px;
}
.card-image {
  position: relative;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
}
.card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #4070f4;
}

h2.client-name {
  height: 45px;
  font-size: 3rem;
  font-weight: 500;
  color: #333;
  margin-top: 0;
}
.description {
  font-size: 14px;
  color: #707070;
  text-align: center;
}

.button-sl {
  position: absolute;
  bottom: 3rem;
  border: none;
  font-size: 16px;
  color: #fff;
  padding: 8px 16px;
  background-color: #040b2e;
  border-radius: 3rem;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button-sl:hover {
  border: 1px solid #040b2e;
  background-color: white;
  color: #040b2e;
}

.swiper-navBtn {
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  background-color: #e1e1e1;
  color: #fff;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover {
  color: #040b2e;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}

.swiper-pagination-bullet {
  background-color: #6e93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #4070f4;
}

.client-background {
  position: relative;
  min-height: 800px;
  padding-top: 5% !important;
}

.client-text-color {
  color: rgb(0, 0, 0);
}

.stack-tech {
  position: absolute;
  top: 70%;
  margin: 0 2rem;
  text-align: justify;
}
/* 
.cl-stack {
  display: flex;
  flex-wrap: wrap;
} */

.cl-stack li {
  display: inline-block;
  background-color: #f1f1f1;
  font-size: 1.3rem;
  padding: 5px 5px;
  border-radius: 8px;
  margin-bottom: 3px;
  color: grey;
}
