/* home-page-start */

.section-heading {
  display: flex;
  align-items: center;
  gap: 12px;
justify-content: center;
}

.section-heading .line {
  width: 4px;
  height: 24px;
  background-color: var(--primary);
}

.section-heading h2 {
  font-size: 28px;
  font-weight: var(--font-weight-500);
 line-height:var(--line-height);
  color: var(--black);
  text-transform: uppercase;
}

/* hero-section-start */

.marquee-wrapper {
  background: var(--primary);
  overflow: hidden;
  padding: 10px 0;
  border-radius: 10px;
  margin: 112px 30px 0;
}

.marquee {
  display: flex;
}

.marquee-content {
  display: flex;
  white-space: nowrap;
}

.marquee-item {
  padding-right: 23px;
  font-size: var(--font-size-xm);
  font-weight: var(--font-weight-700);
  color: var(--white);
  display: flex;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
}

.marquee-item span {
  margin-left: 23px;
}
.top {
  margin-top: 112px;
}
.hero-section {
  padding: 112px 0 0;
  background-image: url("../img/hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 826px;
  margin-top: -150px;
}

.hero {
  padding: 135px 0% 99px;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1236px;
  margin: 0px auto;
}

.text-red {
  color: var(--primary);
  font-size: var(--font-size-xll);
  font-weight: var(--font-weight-700);
 line-height:100%;
  text-transform: uppercase;
}
.text-black {
  color: var(--black);
  font-size: var(--font-size-xll);

  font-weight: var(--font-weight-700);
 line-height:100%;
  text-transform: uppercase;
}

.hero-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 54px;
  margin-bottom: 50px;
}
.hero-bottom {
  margin-top: 50px;
  text-align: center;
  gap: 20px;
  justify-content:center;
  display: flex;
}

.hero-description {
  font-size: var(--font-size-xm);
  font-weight: var(--font-weight-500);
 line-height:var(--line-height);
  color: var(--text);
  margin-bottom: 10px;
  width: 100%;
  max-width: 365px;
}

.hero-middle {
  display: flex;
  align-items: center;
  gap: 71px;
  position: relative;
}

.image-box img {
  width: 100%;
  height: 110px;
  border-radius: 12px;
  object-fit: cover;
}

.badge-container {
  position: absolute;
  right: 0px;
  top: -110px;
}
.badge-container img {
  width: 207px;
  height: 226px;
}


@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* hero-section-end */

/* about-section-start */

.about-section {
  height: auto;
  position: relative;
}



.about-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
 background-color:var(--white);
}

.about-wrapper img {
  width: 80%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
 -webkit-mask-image: linear-gradient(to bottom, var(--black) 60%, transparent 100%);
  mask-image: linear-gradient(to bottom,var(--black) 50%, transparent 80%);
}
.content-block {
  position: relative;
  z-index: 2;

  
  text-align: center;
}
.char {
  color: rgba(0, 0, 0, 0.4);
}
.about-text {
  font-size: var(--font-size-x);
 line-height:100%;
  font-weight: var(--font-weight-700);
  max-width: 1429px;
font-family: var(--font-family-2);
  margin: 60px auto 0;
}

/* about-section-end */

/* services-section-start */




 .services {
        display: flex;
        justify-content: center;
             padding-top: var(--margin);
      }

      .services-wrapper {
        position: sticky;
        top: 100px;
        height: 75vh;
        display: flex;
        flex-direction: column;
        align-items: center;
      }

    

      .services-viewport {
        position: relative;
        height: 700px;
        width: 100%;
        overflow: hidden;
        mask-image: linear-gradient(
          to bottom,
          transparent,
          black 20%,
          black 80%,
          transparent
        );
        /*margin-top: 100px;*/
      }

      #services-list {
        list-style: none;
        padding: 0;
      margin: -117px 0px  0px;
        will-change: transform;
      }

      #services-list a li  {
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
       font-size: var(--font-size-xl);
     font-weight: var(--font-weight-700);
        text-transform: uppercase;
        line-height: 100%;
        color: rgba(0, 0, 0, 0.3);
        opacity: 0.3;
        transition: all 0.3s ease;
            text-align: center;
              
      }
  #services-list a{
       text-decoration: none; 
  }
      #services-list a.active  li  {
        color: #000;
        opacity: 1;
      
      }

  
 @media (max-width: 768px) {
        #services-list li {
         
          height:100px;
        }
        #services-list {
    list-style: none;
    padding: 0;
    /*margin: 50px 0px 0px;*/
    will-change: transform;
}
   .services-wrapper {
      
        top: 80px;
        /*height: 60vh;*/
           margin: 0px 15px;
      }
        .services-viewport {
          height: 800px;
        }
             
      }

/* services-section-end */

/* clients-section-start */

.clients {
     padding: 0px 0px var(--margin);

  overflow: hidden;

}

.clients-header {
  margin: 0 auto 66px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.clients-header h2 {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-700);
 line-height:100%;
}

.clients-header p {
  max-width: 686px;
  color: var(--text);
 line-height:var(--line-height);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-500);
}

.clients-marquee {
  position: relative;
  overflow: hidden;
  background: var(--white);
}

.clients-marquee::before,
.clients-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 720px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.clients-marquee::before {
  left: 0;
  background: linear-gradient(to right, var(--white) 0%, transparent 100%);
}

.clients-marquee::after {
  right: 0;
  background: linear-gradient(to left, var(--white) 0%, transparent 100%);
}

.clients-marquee-row {
  display: flex;
  width: max-content;
  gap: 24px;
  padding: 15px 0;
  animation: scroll-left 22s linear infinite;
}

.clients-marquee-row.reverse {
  animation: scroll-right 22s linear infinite;
}



.clients-logo {
  width: 260px;
  height: 212px;
  background: var(--white);
  border-radius: 30px;
  border: 1px solid var(--border-1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;

  transition: transform 0.3s ease;
}



.clients-logo img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
  transition: all 0.3s ease;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}


/* clients-section-end */

/* word-section-start */

.brand {
  display: flex;
  align-items: flex-end;
   margin:0px 0 60px;
}

.text-scale-anim-2 {
  display: flex;
  font-size: clamp(125px, 32.3vw, 565px);
  height: 1em;
    overflow: hidden;
  line-height: 1;
  user-select: none;
  justify-content:flex-end;
   align-items: flex-end;
}

.tp-letter-span {
  display: inline-block;
  transform-origin: bottom center;
  line-height: 0.7;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.tp-letter-span:hover {
  transform: scaleY(1.3);
}

.tp-letter-span:hover + .tp-letter-span {
  transform: scaleY(1.1);
}

.tp-letter-span:has(+ .tp-letter-span:hover) {
  transform: scaleY(1.1);
}
@media (max-width:1200px) {
  .text-scale-anim-2 {
    justify-content: center;
  }

  /*.tp-letter-span {*/
  /*  line-height: 0.85;*/
  /*}*/
}

/* word-section-end */


.World-card {

  margin: 0 auto;
  background: var(--World-card);
  border: 1px solid var(--border);
  border-radius: 14px;
     padding: var(--margin)  0px ;
}
.World-card .clock:hover{
      border: 1px solid var(--primary);
}
.World-card h2 {
      font-size: var(--font-size-lg);
    font-weight: var(--font-weight-700);
    line-height: 100%;
    margin-bottom: 50px;
}

.World-card .subtitle {
     
     margin-bottom:20px;
    color: var(--text);
    line-height: var(--line-height);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-500);
}

.World-card .clocks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.World-card .clock {
      background: var(--white);
    border-radius: 16px;
    padding: 50px;
    border: 1px solid var(--border-1);
    transition: all 0.3s ease;
    cursor: pointer;

}

.World-card .city {
       color:var(--primary);
    line-height: var(--line-height);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-500);  
    margin-bottom: 10px;
}

.World-card .time {
     font-size: var(--font-size-md);
    font-family: var(--font-family-1);
    font-weight: var(--font-weight-700);
    line-height: 100%;
    margin-bottom: 10px;
}

.World-card .tz {
     color: var(--text);
    line-height: var(--line-height);
    font-size: var(--font-size-xm);
    font-weight: var(--font-weight-500);  
   
}

.World-card .note {
 color: var(--text);
    line-height: var(--line-height);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-500);
     margin-top: 10px;
 
}

@media (max-width: 640px) {
  .World-card .clocks {
    grid-template-columns: 1fr;
  }
}

