/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.5.1771852702
Updated: 2026-02-23 14:18:22

*/

@font-face {
    font-family: 'Satoshi';
    src: url('/wp-content/uploads/fonts/satoshi.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Satoshi', sans-serif !important;
}

@font-face {
	font-family: 'Next Art';
    src: url('/wp-content/uploads/fonts/next-art-heavy.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

#logo {
	font-family: 'Next Art', sans-serif !important;
}

/* menu */
#main-menu-header {
  transition: transform 0.5s ease;
  will-change: transform;
}

#main-menu-header.hide-menu {
  transform: translateX(-50%) translateY(-82px);
}

.et_mobile_menu {
  width: 80vw !important;
  right: 0 !important;
  left: unset !important;
  margin-top: 26px !important;
  border-radius: 30px;
  backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid #e4e4e7;
}

@media (max-width: 767px) {
  .et_mobile_menu{
    width: 95vw !important;
  }
}

/* features */
.img-compare {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 30px;
  cursor: col-resize;
  user-select: none;
  -webkit-user-select: none;
  aspect-ratio: 16 / 9;
}
 
.img-compare__left,
.img-compare__right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
 
.img-compare__left {
  clip-path: inset(0 50% 0 0);
}
 
.img-compare__right {
  clip-path: inset(0 0 0 50%);
}
 
.img-compare__left img,
.img-compare__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
 
.img-compare__divider {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 100%;
  background: #fff;
  pointer-events: none;
  z-index: 10;
}

#label-table-wrapper {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #e4e4e7;
  width: 100%;
}

#label-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  padding: 0;
  margin: 0;
}

#label-table th {
  color: #000000;
  font-family: 'Inter';
}

#label-table td,
#label-table th {
  border-right: 1px solid #e4e4e7;
  border-bottom: 1px solid #e4e4e7;
  padding: 1rem;
}

#label-table td:last-child,
#label-table th:last-child {
  border-right: none;
}

#label-table tr:last-child td,
#label-table tr:last-child th {
  border-bottom: none;
}

#mockups .et_pb_image_6, #mockups .et_pb_image_7, #mockups .et_pb_image_8 {
  margin-right: 0 !important;
}

#phone-slider {
  position: relative !important;
  width: 223px !important;
  aspect-ratio: 223 / 460 !important;
}

#laptop-slider {
  position: relative !important;
  width: 777px !important;
  aspect-ratio: 777 / 460 !important;
}

@media (min-width: 768px) and (max-width: 1376px) {
  #phone-slider {
    position: relative !important;
    width: 120px !important;
    aspect-ratio: 223 / 460 !important;
	}

  #laptop-slider {
    position: relative !important;
    width: 400px !important;
    aspect-ratio: 777 / 460 !important;
  }
}

@media (max-width: 768px) {
  #phone-slider {
    position: relative !important;
    width: 80px !important;
    aspect-ratio: 223 / 460 !important;
	}

  #laptop-slider {
    position: relative !important;
    width: 280px !important;
    aspect-ratio: 777 / 460 !important;
  }
}

#phone-slider img, #laptop-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity .8s ease;
}

/* for who */
.fixicon {
  margin: 0 !important;
}

.fix-column {
  margin: 0 !important;
}

/* our story */
#hero-img img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
}

.tl-root {
  width: 100%;
}

.tl-spacer {
  position: relative;
}

.tl-sticky {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tl-inner {
  width: 100%;
  max-width: 1240px;
  position: relative;
  margin: 60px 0;
}

.tl-items {
  display: flex;
  flex-direction: column;
}

.tl-item {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  align-items: center;
  padding: 10px 0;
  opacity: 0;
  transform: translateY(12px);
}

.tl-dot-wrap {
  grid-column: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.tl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ff6a00;
  background: #fff;
  flex-shrink: 0;
}

.tl-track {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  pointer-events: none;
  z-index: 1;
}

.tl-line-bg  {
  position: absolute;
  inset: 0;
  background: #e4e4e7;
}
    
.tl-line-fill {
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0;
  height: 0%;
  background: linear-gradient(to bottom, #e85f00, #ff6a00);
}

.tl-card  {
  padding: 8px 24px;
}

.tl-left  {
  text-align: right;
}

.tl-right {
  text-align: left;
}

.tl-year {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 2px;
}

.tl-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
}

.tl-desc  {
  font-size: 16px;
  margin: 0;
  color: #111;
  font-weight: 400;
}

#old-panel img {
  object-fit: cover;
}

#dev-team-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
}

#dev-team-slider img {
  position: absolute; 
  inset: 0; 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  opacity: 0; 
  pointer-events: none;
  border-radius: 30px;
}

#dev-team-slider img {
  transform: translateX(-60%);
}

#dev-team-slider img.active { 
  opacity: 1; 
  transform: translateX(0);
  transition: transform 1s cubic-bezier(.22,1,.36,1), opacity .5s ease; 
}

#dev-team-slider img.exit { 
  opacity:0; 
  transform: translateX(60%); transition: transform 1s cubic-bezier(.55,0,.45,1), opacity .5s ease; 
}

/* landing page */
#slider-column2 .et_pb_code_0, #slider-column2 .et_pb_code_0 .et_pb_code_inner {
  height: 100% !important;
  width: 100%;
  aspect-ratio: 1;
}

#hero-slider-container2 {
  position: absolute;
  top: 0;
  width: 100%;
  aspect-ratio: 1;
  margin: 0 auto;
  perspective: 1200px;
}

#hero-slider-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1.6;
}

#hero-slider-container2 img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  transform: translateY(calc(-50% + 20px));
  opacity: 0;
  transition: opacity 0.8s ease;
  border-radius: 30px;
}

#hero-slider-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1.6;
  object-fit: cover;
  object-position: left center;
  opacity: 0;
  transition: opacity 0.8s ease;
  border-radius: 30px;
}

#hero-slider-container2 img.active, #hero-slider-container img.active {
  opacity: 1;
  transition: opacity 0.8s ease;
}

#hero-slider-container2 img.exit, #hero-slider-container img.exit {
  opacity: 0;
  transition: opacity 0.8s ease;
}

#text-change2 {
  text-align: right;
  transition: all .4s cubic-bezier(.22,.61,.36,1);
  color: #ff6a00;
  font-weight: bold;
}

#text-change2.text-exit {
  opacity: 0;
  transform: translateY(-8px);
}

#text-change2.text-enter {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 980px) and (max-width: 1620px){
  h1{
    font-size: 52px !important;
  }
  #text-slider-container h2 {
    font-size: 52px !important;
  }
  .et_pb_heading_1 {
    margin-bottom: 20px !important;
  }
  #hero2 {
    width: 97% !important;
    max-width: 97% !important;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  #hero-slider-container2 {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    perspective: 1200px;
    top: 50%;
    transform: translateY(-50%);
	}
  #text-change2{
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  #hero-slider-container2 {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    perspective: 1200px;
    top: 50%;
    transform: translateY(-50%);
	}
  #text-change2{
    text-align: center !important;
  }
}

#about-us-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}

#about-us-slider img {
  position: absolute; 
  inset: 0; 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  opacity: 0; 
  pointer-events: none;
  border-radius: 30px;
}

#about-us-slider img {
  transform: translateX(60%);
}

#about-us-slider img.active { 
  opacity: 1; 
  transform: translateX(0);
  transition: transform 1s cubic-bezier(.22,1,.36,1), opacity .5s ease; 
}

#about-us-slider img.exit { 
  opacity:0; 
  transform: translateX(-60%); transition: transform 1s cubic-bezier(.55,0,.45,1), opacity .5s ease; 
}

.et_pb_code_3 {
  margin-bottom: 0 !important;
}

#phone-slider {
  position: relative;
  width: 63%;
  aspect-ratio: 1 / 2.1;
}

@media (max-width: 980px) {
  #phone-slider {
    width: 40%;
    margin: auto;
  }
} 

#phone-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity .8s ease;
}

/* your label */
#label-table-wrapper {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #e4e4e7;
  width: 100%;
}

#label-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  padding: 0;
  margin: 0;
}

#label-table th {
  color: #000000;
  font-family: 'Inter';
}

#label-table td,
#label-table th {
  border-right: 1px solid #e4e4e7;
  border-bottom: 1px solid #e4e4e7;
  padding: 1rem;
}

@media (max-width: 466px) {
  #label-table td,
  #label-table th {
    padding: .5rem;
  }
}

#label-table td:last-child,
#label-table th:last-child {
  border-right: none;
}

#label-table tr:last-child td,
#label-table tr:last-child th {
  border-bottom: none;
}

.slider-box{
  text-align:center;
}

.fade-slider{
  position:relative;
  width:100%;
  aspect-ratio:1/1;
  overflow:hidden;
  border-radius:30px;
}

.fade-slider img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  pointer-events:none;
  transition:opacity .8s ease;
}

.slider-caption{
  color: #000000;
  margin-top:12px;
  font-size:16px;
  font-weight:600;
  text-transform:capitalize;
  opacity:1;
  transform:translateX(0);
  will-change: transform, opacity;
}