@font-face {
  font-family: "Mada";
  src: url("../fonts/SFMada.ttf") format("opentype");
}
body {
  text-transform: capitalize;
  background-color: #020014;
  font-family: "Mada", sans-serif;
  overflow-y: auto;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: rgba(119, 128, 253, 0.7176470588);
}

.padding-title::before {
  content: "";
  position: absolute;
  height: 17px;
  top: 25px;
  border-radius: 50px;
  background-color: rgba(49, 179, 255, 0.2392156863);
  z-index: -1;
}

.padding-title h2 {
  font-size: 50px;
}

body .padding-all-sections {
  padding-top: 100px;
}

body nav {
  z-index: 2;
}

body nav div .hover-menu {
  z-index: 1;
}

body nav div .hover-menu:hover {
  cursor: pointer;
}
body nav div .hover-menu:hover div .div-menu:nth-child(2) {
  width: 40px;
}

body nav div .hover-menu div .div-menu {
  transition: 0.3s;
  width: 40px;
  height: 4px;
  border-radius: 40px;
}

body nav div .hover-menu div .div-menu:nth-child(2) {
  width: 20px;
}

body nav div div div .size-logo {
  width: 188px;
  height: 109.7px;
  -o-object-fit: cover;
     object-fit: cover;
}

body nav div .collapse-screen {
  top: 0;
  left: -15px;
  width: 100%;
  background-color: rgb(29, 29, 64);
}

body nav div .collapse.show {
  width: 100%;
  min-height: 100vh;
}

body nav div div .height-div {
  height: 100vh;
}

body nav div div .collapse.collapsing {
  transition: min-height 0.5s ease-in-out;
}

body #scrollNavbar {
  transition: background-color 0.3s ease;
}

body .scrolled {
  background-color: #020014;
}

body nav div div .height-div div ul li .style-links {
  font-size: 20px;
  width: 230px;
  height: 100px;
  background-color: rgba(95, 60, 202, 0.2549019608);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

body nav div div .height-div div ul li .style-links:hover {
  transform: scale(1.2);
  font-weight: bold;
  background-color: rgba(119, 128, 253, 0.7176470588);
}

body nav div div .height-div div .gap-row-by-menu {
  row-gap: 35px;
}

body nav div div div div ul li .style-links div .size-language {
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}

body main {
  height: 100vh;
  z-index: 0;
}

body main div .video-main {
  z-index: -1;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

body main div div div .say-hi-button {
  background-color: rgba(95, 60, 202, 0.2549019608);
  border: none;
  border-radius: 100px;
  z-index: 1;
  overflow: hidden;
  font-weight: 700;
  padding: 10px 0;
}

body main div div div div .width-text-main {
  width: 55%;
  font-size: 52px;
  line-height: 80px;
}

body main div div div .say-hi-button::before {
  content: "";
  position: absolute;
  top: -0.8px;
  left: -0.8px;
  right: -0.8px;
  bottom: -0.8px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.595), rgba(0, 204, 255, 0));
  border-radius: 40px;
  z-index: -1;
}

body main div div div .say-hi-button::after {
  content: "";
  position: absolute;
  top: 0.8px;
  left: 0.8px;
  right: 0.8px;
  bottom: 0.8px;
  background-color: #2c1362;
  border-radius: 38px;
  z-index: -1;
}

body main div div div button .movement-hans {
  animation: framesHans 1.5s infinite ease-in-out;
}

@keyframes framesHans {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(30deg);
  }
  80% {
    transform: rotate(0deg);
  }
}
body main div div .gap-between-column {
  gap: 50px;
}

body main div div div div div .back-video::before {
  content: "";
  position: absolute;
  width: 38px;
  left: -14px;
  font-size: 16px;
  height: 100%;
  background-color: rgba(119, 127, 253, 0.2509803922);
  border-radius: 8px;
  transition: 0.3s;
}

body main div div div div div .back-video:hover::before {
  width: 125%;
  cursor: pointer;
  height: 125%;
  border-radius: 20px;
}

body main .main-box {
  z-index: 1;
}

body main .bottom-main {
  height: 100%;
  background: linear-gradient(to bottom, rgba(2, 0, 20, 0.1960784314), #020014);
}

body section div div .padding-title-services::before {
  width: 110%;
  left: -3.5%;
}

body section div div div div .style-title-services {
  top: 20px;
  right: 20px;
}

body section div div div div .swiper-slide .style-list-services {
  bottom: 0;
  left: 55px;
}
body section div div div div .swiper-slide .style-list-services li {
  font-size: 14px;
  font-weight: 700;
}

body section div div .services-swiper div .swiper-slide-active .video-slide .style-video {
  transform: scale(1.1);
}

body .skills-section div div div .skill-card {
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
body .skills-section div div div .skill-card .style-box-skills {
  padding: 40px;
  border-radius: 20px;
  border: 0.1px solid rgba(255, 255, 255, 0.607);
  border-bottom: 0;
  border-right: 0;
  background-color: rgba(22, 20, 38, 0.573);
}
body .skills-section div div div .skill-card .style-box-skills img {
  width: 60px;
  height: 60px;
}
body .skills-section div div div .skill-card .style-box-skills h5 {
  font-size: 48px;
}
body .skills-section div div div .skill-card .style-box-skills h4 {
  font-size: 18px;
}

body .skills-section div div div .skill-card:hover {
  border: 0;
  transform: translateY(-20px) !important;
  background-color: #7A3CFF;
  box-shadow: 0 10px 10px rgba(0, 128, 0, 0.371);
}

body .padding-all-sections div div .swiper-works div .slide-works {
  font-size: 18px;
  min-height: 400px;
  padding: 0 10px;
  cursor: crosshair;
}

body .padding-all-sections div div .swiper.mySwiper div div .style-gap .layer-image {
  border: 0.1px solid white;
  border-bottom: 0;
  border-right: 0;
  border-radius: 80px;
  position: relative;
}

body .padding-all-sections div div .swiper.mySwiper div div .style-gap .layer-image .image-works-main {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  z-index: 2;
}

body .padding-all-sections div div .swiper-works div .slide-works:hover .style-gap .layer-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 34, 66, 0.3411764706);
  z-index: 1;
  border-radius: 40px;
  transition: background-color 0.3s ease;
}
body .padding-all-sections div div .swiper-works div .slide-works:hover .style-gap .layer-image .image-center-hover-work {
  transform: scale(1.1);
}
body .padding-all-sections div div .swiper-works div .slide-works:hover .style-gap .layer-image .image-works-main {
  transform: scale(1.2) translateX(35px);
}

body .padding-all-sections div div .swiper.mySwiper div div .style-gap .layer-image .image-center-hover-work {
  width: 200px;
  height: 200px;
  top: 30%;
  left: 30%;
  transform: scale(0);
  transition: 0.3s;
  z-index: 1;
}

body .padding-all-sections div div .swiper.mySwiper div div .style-gap div div .size-icon-work {
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
}

body .padding-all-sections div div .line {
  bottom: 15%;
  transition: width 0.3s ease, left 0.3s ease;
}

body .padding-all-sections div div .line::before,
body .padding-all-sections div div .line::after {
  content: "";
  position: absolute;
  border-radius: 20px;
  height: 2.5px;
  bottom: -50px;
}

body .padding-all-sections div div .line::before {
  background-color: white;
  width: 100%;
  bottom: -50px;
  left: 0;
}

body .padding-all-sections div div .line::after {
  background-color: #777FFD;
  width: var(--swiper-width, 10%);
  left: var(--swiper-left, 45%);
  transition: width 0.3s ease, left 0.3s ease;
}

body section div div .swiper.mySwiper div div .style-gap {
  gap: 55px;
}

.filter-item {
  display: block;
  transition: opacity 0.3s ease;
}

.filter-item.hidden {
  display: none;
}

.border-all-cards {
  border: 0.01px solid rgba(255, 255, 255, 0.27);
  border-right: 0;
  border-bottom: 0;
}

body .padding-all-sections div div div .style-title-inspirations {
  padding: 13px 30px;
  background-color: #161426;
  border-radius: 25px;
  transition: 0.3s;
}
body .padding-all-sections div div div .style-title-inspirations h2 {
  font-size: 26px;
}

body .padding-all-sections div div div .active-inspirations,
body .padding-all-sections div div div .style-title-inspirations:hover {
  background-color: #777FFD !important;
}

.size-image-inspirations {
  width: 625px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}

.size-image-inspirations:hover {
  background-color: rgba(119, 127, 253, 0.2509803922);
}

.style-card-inspirations {
  border: 1px solid rgba(255, 255, 255, 0.607);
  border-bottom: 0;
  border-right: 0;
}

.size-professionalism {
  font-size: 36px;
}

.style-text-professionalism {
  font-size: 28px;
  line-height: 152%;
}

.style-hover-icon-inspirations {
  transition: 0.2s;
}

.style-button {
  background-color: #777FFD;
  padding: 15px 18px;
}

.style-button:hover {
  background-color: rgba(119, 128, 253, 0.7176470588);
}

.style-hover-icon-inspirations:hover {
  filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(180deg);
}

body .padding-all-sections div div .child-box-inspirations .row:nth-child(even) {
  flex-direction: row-reverse;
}
body .padding-all-sections div div .child-box-inspirations .row:nth-child(even) div .style-card-inspirations div div .size-professionalism {
  font-size: 60px;
}

body .padding-all-sections div div .child-box-inspirations div div .style-card-inspirations {
  background-color: rgba(129, 129, 129, 0.196);
}

body .padding-all-sections div div .child-box-inspirations div div .style-card-inspirations div div .style-card-inspirations div .size-box-inspirations {
  font-size: 28px;
}

body .padding-all-sections div div .child-box-inspirations div div .style-card-inspirations div div .style-card-inspirations div .span-box-inspirations {
  font-size: 18px;
  line-height: 30px;
}

body .padding-all-sections div div .child-box-inspirations div div .style-card-inspirations,
body .padding-all-sections div div .child-box-inspirations div .out-height {
  height: 858px;
}
body .padding-all-sections div div .child-box-inspirations div div .style-card-inspirations .style-video-inspirations,
body .padding-all-sections div div .child-box-inspirations div .out-height .style-video-inspirations {
  height: 100%;
}

body .padding-all-sections div div .integration div div .style-card-inspirations,
body .padding-all-sections div div .integration div div .style-video-inspirations {
  height: 100% !important;
}

body .section-customers div div div div .style-speak-customers {
  font-size: 40px;
  font-weight: normal;
}

body .section-customers div div div .style-padding-carousel .slider-items .style-div-customer {
  border: 0.01px solid rgba(255, 255, 255, 0.607);
  border-right: 0;
  height: 360px;
}

body .section-customers div div div .style-padding-carousel div .style-div-customer .margin-div-carousel {
  margin-right: 300px;
}

body .section-customers div div div .style-padding-carousel div .style-div-customer .margin-div-carousel .style-image-crousel {
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
}

body .section-customers div div div .style-padding-carousel div .style-div-customer .margin-div-carousel .size-carousel {
  width: 75px;
  height: 75px;
}

body .section-customers div div div .style-padding-carousel div .style-div-customer .margin-div-carousel div div .title-name-customer {
  font-size: 18px;
  font-weight: bold;
}

body .section-customers div div div .style-padding-carousel div .style-div-customer .margin-div-carousel div div .subshilate-cutsomer {
  font-size: 16px;
  font-weight: normal;
  color: #777FFD;
}

body .section-customers div div div .style-padding-carousel div .style-div-customer .margin-div-carousel div .style-starts {
  font-size: 25px;
  color: gold;
}

body .section-customers div div div div div div div .style-arraws {
  width: 30px;
  height: 30px;
  filter: brightness(0) saturate(100%) invert(41%) sepia(38%) saturate(935%) hue-rotate(205deg) brightness(98%) contrast(85%);
  transition: 0.3s;
  transform: scale(1);
}

body .section-customers div div div div div div .pointer {
  cursor: pointer;
}

body .section-customers div div div .style-padding-carousel {
  padding-top: 60px;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
  filter: brightness(0) invert(1);
  transition: 0.3s;
  transform: scale(0.9);
}

body section div div form div div div textarea {
  resize: none;
}

body section div div form div div div .accordion-background {
  background-color: rgba(119, 128, 253, 0.0862745098);
}

body section div div form div div div .input-no-pLaceholder::-moz-placeholder {
  color: rgba(204, 204, 204, 0.3568627451) !important;
}

body section div div form div div div .input-no-pLaceholder::placeholder {
  color: rgba(204, 204, 204, 0.3568627451) !important;
}

body section div div form div div div label {
  font-size: 30px;
}

body footer div div ul li div div div .size-icon-media {
  width: 25px;
  height: 25px;
}

body footer div div ul li div div div .size-text-media {
  font-size: 20px;
}

@media (max-width: 1290px) {
  .size-image-inspirations {
    width: 100%;
  }
  body .padding-all-sections div div .child-box-inspirations div div .style-card-inspirations,
  body .padding-all-sections div div .child-box-inspirations div div .style-video-inspirations {
    height: 100%;
  }
  .section-behind-customers {
    margin-top: 120px;
  }
  .gap-style-carousel {
    padding: 2px !important;
  }
  body .padding-all-sections div div .line {
    bottom: 22%;
  }
}
@media (max-width: 1200px) {
  body .padding-all-sections div div .line {
    bottom: 14%;
  }
}
@media (min-width: 3200px) {
  body section div div div div .style-title-services {
    right: 40%;
  }
  body section div div div div .swiper-slide .style-list-services {
    left: 35%;
  }
}
@media (min-width: 990px) {
  body section div div .services-swiper {
    width: 100%;
    height: 100%;
  }
  body section div div .services-swiper div .swiper-slide {
    height: 300px;
    font-size: 18px;
    opacity: 0.5;
  }
  body section div div .services-swiper div .swiper-slide-active {
    opacity: 1;
    width: 750px !important;
  }
  body section div div .services-swiper div .swiper-slide-active div h2 {
    font-size: 45px !important;
  }
  body section div div .services-swiper div .swiper-slide-active .video-slide {
    width: 100%;
    border: 0.001px solid rgba(255, 255, 255, 0.607);
    border-right: 0;
  }
  body section div div .services-swiper div .swiper-slide:hover .video-slide .style-video {
    transform: scale(1.3) rotate(5deg);
  }
  body section div div .services-swiper div .swiper-slide-active .video-slide .style-video {
    width: 100%;
    height: 380px !important;
    opacity: 1;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.3s;
  }
  body section div div .services-swiper div .swiper-slide:nth-child(1n) {
    width: 40%;
  }
  body section div div .services-swiper div .swiper-slide:nth-child(3n) {
    width: 40%;
  }
  body section div div .services-swiper div .swiper-slide .style-list-services,
  body section div div .services-swiper div .swiper-slide .style-title-services {
    opacity: 0.5;
  }
  body section div div .services-swiper div .swiper-slide .style-list-services {
    font-size: 13px;
    transition: 0.5s;
  }
  body section div div .services-swiper div .swiper-slide-active .style-title-services h2 {
    font-size: 38px;
  }
  body section div div .services-swiper div .swiper-slide-active .style-list-services,
  body section div div .services-swiper div .swiper-slide-active .style-title-services {
    opacity: 1;
  }
  body section div div .services-swiper div .swiper-slide .width-style-three {
    width: 75%;
  }
}
@media (max-width: 990px) {
  .size-logo {
    width: 50%;
    height: unset !important;
  }
  body main div div div div .width-text-main {
    width: unset;
  }
  body main div div .gap-between-column {
    gap: 50px;
  }
  body section div div .padding-title-services::before {
    width: 100%;
    left: 0;
  }
  body .skills-section div div div .skill-card:hover {
    transform: translateY(0) !important;
  }
  body .padding-all-sections div div .line {
    bottom: 0;
  }
  body .padding-all-sections div div .child-box-inspirations div div .style-video-inspirations,
  body .padding-all-sections div div .child-box-inspirations div div .style-card-inspirations {
    height: unset !important;
  }
  body footer div div .row-gap {
    row-gap: 25px;
  }
  body nav div div .height-div div .gap-row-by-menu div .style-links {
    padding: 20px;
    width: unset;
    height: unset;
  }
  body .section-customers div div div .style-padding-carousel .slider-items .style-div-customer .size-image-customers {
    display: none !important;
  }
  body .section-customers div div div .style-padding-carousel .carousel-item .gap-style-carousel {
    height: unset;
  }
  body .section-customers div div div .style-padding-carousel .carousel-item .gap-style-carousel {
    padding: 22px !important;
  }
  body .padding-all-sections {
    padding-top: 50px;
  }
  body .section-customers div div div .style-padding-carousel {
    padding: 0 0;
  }
  body .section-customers div div div .style-padding-carousel div .style-div-customer .margin-div-carousel {
    margin-right: 0;
  }
}
@media (max-width: 890px) and (min-width: 660px) {
  body .padding-all-sections div div .swiper.mySwiper div div .style-gap .layer-image .image-center-hover-work {
    top: 20%;
    left: 20%;
  }
}/*# sourceMappingURL=index.css.map */