@font-face {
  font-family: "Aileron Regular";
  src: url("./font/Aileron-Regular.otf");
}

@font-face {
  font-family: "Aileron UltraLight";
  src: url("/font/Aileron-UltraLight.otf");
}

@font-face {
  font-family: "Aileron UltraLight Italic";
  src: url("/font/Aileron-UltraLightItalic.otf");
}

@font-face {
  font-family: "Aileron Thin";
  src: url("/font/Aileron-Thin.otf");
}

@font-face {
  font-family: "Aileron Thin Italic";
  src: url("/font/Aileron-ThinItalic.otf");
}

@font-face {
  font-family: "Aileron Light";
  src: url("/font/Aileron-Light.otf");
}

@font-face {
  font-family: "Aileron Light Italic";
  src: url("/font/Aileron-LightItalic.otf");
}

@font-face {
  font-family: "Aileron SemiBold";
  src: url("/font/Aileron-SemiBold.otf");
}

@font-face {
  font-family: "Aileron SemiBold Italic";
  src: url("/font/Aileron-SemiBoldItalic.otf");
}

@font-face {
  font-family: "Aileron Bold";
  src: url("font/Aileron-Bold.otf");
}

@font-face {
  font-family: "Aileron Bold Italic";
  src: url("./font/Aileron-BoldItalic.otf");
}

@font-face {
  font-family: "Aileron Heavy";
  src: url("./font/Aileron-Heavy.otf");
}

@font-face {
  font-family: "Aileron Heavy Italic";
  src: url("./font/Aileron-HeavyItalic.otf");
}

@font-face {
  font-family: "Aileron Black";
  src: url("/font/Aileron-Black.otf");
}

@font-face {
  font-family: "Aileron Black Italic";
  src: url("/font/Aileron-BlackItalic.otf");
}

:root {
  --textColor: linear-gradient(90deg, #f04f23 0%, #2e3192 65.38%);
}

* {
  box-sizing: border-box;
  /* font-family: "Aileron Regular"; */
  font-family: "Aileron", sans-serif;
}

html {
  height: 100%;
}

body {
  overflow-x: hidden;
  background: #f2f2f7;

  min-height: 100%;
  margin: 0;
  font-family: "Aileron Regular";
  font-family: "Aileron", sans-serif;
}

.heading {
  background: var(--textColor);
  /* font-weight: 700; */
  font-family: "Aileron Bold";
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page2 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 2rem;
  overflow-x: hidden;
}

.page3 {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  /* overflow: hidden; */
}

.main-title {
  font-size: clamp(1.2rem, 3vw, 2rem);
  color: #73737d;
  text-align: center;
  margin-bottom: 4rem;
  z-index: 10;
  max-width: 800px;
  line-height: 1.4;
}

.circle-wrapper {
  position: relative;
  width: 80vh;
  height: 80vh;
}

.circle {
  position: absolute;
  z-index: -1;
  border-radius: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.circle-1 {
  width: 90%;
  height: 100%;
  background-color: #2d2b31;
  z-index: 1;
}

.circle-2 {
  width: 70%;
  height: 80%;
  background-color: #f6491d;
  z-index: 2;
}

.circle-3 {
  width: 50%;
  height: 60%;
  background-color: #d9f74b;
  z-index: 3;
}

.line {
  width: 40%;
  height: 1.5px;
  background: #eca408;
  position: relative;
  left: 100%;
  transform: translateX(-50%);
  top: 20%;
}
.line-2 {
  width: 40%;
}
.line-3 {
  width: 110px;
  left: 120%;
  top: 50%;
}

.circle-text {
  position: absolute;
  font-weight: 500;
  white-space: nowrap;
}

.text-1 {
  left: 123%;
  top: 16%;
}

.text-2 {
  left: 124%;
  top: 15%;
}

.text-3 {
  left: 145%;
  top: 45%;
  width: 200px;
}

/* Mobile Responsive */

.footertext2 {
  background: linear-gradient(90deg, #807cca 35.1%, #25d6c1 71.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn {
  background: linear-gradient(90deg, #2e3192 0%, #f04f23 100%);
}
/* Add these to your existing CSS */
.circle {
  will-change: transform; /* Optimize for animation */
  backface-visibility: hidden; /* Prevent flickering */
}

.line,
.circle-text {
  will-change: transform, opacity;
}

/* Smoother font rendering */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* For the text splitting animation */
.char {
  display: inline-block;
}
.footer {
  padding-top: 40px;
  padding-bottom: 18px;
  position: relative;
  background: #eeeeee;
}
.div-block-16 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}
.div-block-15 {
  width: 100%;
}
.div-block-8 {
  padding-top: 0;
}
.div-block-6 {
  border: 1px solid #0003;
  width: 100%;
  margin-top: 16px;
  display: block;
}
.footer-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  max-width: 85px;
}
.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 12px;
  display: flex;
}
.image-4 {
  width: 25px;
}

@media (max-width: 800px) {
  .page3 {
    height: 80vh;
  }
  .Vector2 {
    bottom: 10%;
  }

  .footer {
    /* padding-top: 8px; */
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .footer-list {
    flex-flow: column;
  }
  .footer-list {
    grid-column-gap: 0;
    grid-row-gap: 0;
    flex-flow: column;
    flex: 0 auto;
    padding-bottom: 0;
    padding-top: 0;
  }

  .box.footer-container {
    padding-left: 0;
    padding-right: 0;
  }
  .div-block-16 {
    flex-flow: column;
    gap: 20px;
  }

  .box.footer-cta-container {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .box.footer-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    display: block;
  }

  .w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }

  .w-container:before,
  .w-container:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
  }

  .w-container:after {
    clear: both;
  }

  .w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .text-block-9 {
    font-size: 18px;
    line-height: 18px;
  }
  .div-block-8 {
    flex-flow: column;
    width: 100%;
  }
  .footer-link {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
  }
  .hero .heading {
    font-size: 2.5rem;
    line-height: normal;
  }
  .circle-wrapper {
    width: 40vh;
    height: 40vh;
  }
  .circle-1{
  width: 100%;
  height: 100%;
  }
  .circle-2{
  width: 80%;
  height: 80%;
  }
  
  .circle-3{
  width: 60%;
  height: 60%;
  }
  
 
  .box.nav-box,
  .box.hero-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .box.case-study-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .box.why-ting-ting {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .box.integrations {
    flex-flow: column;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .box.footer-cta-container {
    background-image: none;
    padding: 52px 10px;
  }

  .box.footer-container {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-header {
    width: 80%;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-list {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
    flex: 0 auto;
    padding-bottom: 0;
  }

  .footer-link {
    width: 100%;

    font-size: 14px;
    line-height: 26px;
  }
}
