:root {
    --ztc-text-text-1: #0D0E10;
    --ztc-text-text-2: #fff;
    --ztc-text-pera-text-1: #676879;
    --ztc-text-pera-text-2: #D2D1D5;
    --ztc-bg-main-bg-1: #cc1a48;
    --ztc-bg-main-bg-2: #6E18EF;
    --ztc-bg-main-bg-3: #cc1a48;
    --ztc-bg-main-bg-4: #A1E934;
    --ztc-bg-bg-1: #F8F9FA;
    --ztc-bg-color-w: #fff;
    --ztc-bg-bg-2: #F4EAED;
    --ztc-bg-bg-3: #f5f5f8;
    --ztc-bg-bg-4: #1E182D;
    --ztc-bg-bg-5: #342F42;
    --ztc-bg-bg-6: #F2F4F7;
    --ztc-border-border-1: #f0f0f0;
    --ztc-border-border-2: #dfdcdc;
    --f-fw-regular: 400;
    --f-fw-medium: 500;
    --f-fw-semibold: 600;
    --f-fw-blod: 700;
    --f-fw-ex-bold: 800;
    --f-ff-font-1: 'Figtree', sans-serif;
    --f-fs-font-fs16: 16px;
    --f-fs-font-fs18: 18px;
    --f-fs-font-fs20: 20px;
    --f-fs-font-fs22: 22px;
    --f-fs-font-fs24: 24px;
    --f-fs-font-fs26: 26px;
    --f-fs-font-fs28: 28px;
    --f-fs-font-fs30: 30px;
    --f-fs-font-fs32: 32px;
    --f-fs-font-fs34: 34px;
    --f-fs-font-fs36: 36px;
    --f-fs-font-fs40: 40px;
    --f-fs-font-fs42: 42px;
    --f-fs-font-fs44: 44px;
    --f-fs-font-fs48: 48px;
    --f-fs-font-fs50: 50px;
    --f-fs-font-fs52: 52px;
    --f-fs-font-fs54: 54px;
    --f-fs-font-fs56: 56px;
    --f-fs-font-fs58: 58px;
    --f-fs-font-fs60: 60px;
    --f-fs-font-fs62: 62px;
    --f-fs-font-fs64: 64px;
    --f-fs-font-fs66: 66px;
    --f-fs-font-fs68: 68px;
    --f-fs-font-fs70: 70px;
    --f-fs-font-fs72: 72px;
    --f-fs-font-fs74: 74px;
    --f-fs-font-fs76: 76px;
    --f-fs-font-fs78: 78px;
    --f-fs-font-fs80: 80px;
    --f-fs-font-fs82: 82px;
    --f-fs-font-fs84: 84px;
    --f-fs-font-fs86: 86px;
    --f-fs-font-fs88: 88px; }

.space16 {
 height: 16px;
}


.hero1 {
    min-height: 980px;
    display: flex;
    padding-top: 100px;
}

@media (max-width: 767px) {
    .hero1 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1 {
        padding-top: 100px;
    }
}

.hero1 .main-headding {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .hero1 .main-headding {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1 .main-headding {
        padding-top: 0;
    }
}

.hero1 .main-headding span.span {
    display: inline-block;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-blod);
    color: var(--ztc-bg-main-bg-1);
    margin-bottom: 16px;
}

.hero1 .main-headding span.span img {
    margin-top: -3px;
    margin-right: 2px;
}

.hero1 .main-headding h1 {
    font-size: var(--f-fs-font-fs64);
    font-weight: var(--f-fw-blod);
    line-height: var(--f-fs-font-fs70);
    color: var(--ztc-text-text-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1 .main-headding h1 {
        font-size: var(--f-fs-font-fs40);
        font-weight: var(--f-fw-blod);
        line-height: var(--f-fs-font-fs48);
    }
}

@media (max-width: 767px) {
    .hero1 .main-headding h1 {
        font-size: var(--f-fs-font-fs40);
        font-weight: var(--f-fw-blod);
        line-height: var(--f-fs-font-fs48);
    }
}

.hero1 .main-headding h1 span.after {
    color: var(--ztc-bg-main-bg-1);
}

.hero1 .main-headding p {
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-regular);
    color: var(--ztc-text-pera-text-1);
}

.hero1 .buttons {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .hero1 .buttons {
        display: block;
    }
}

.hero1 .buttons .play-btn {
    display: inline-block;
    margin-left: 30px;
    font-size: var(--f-fs-font-fs18);
    font-weight: var(--f-fw-blod);
    line-height: var(--f-fs-font-fs18);
    color: var(--ztc-bg-main-bg-1);
}

@media (max-width: 767px) {
    .hero1 .buttons .play-btn {
        display: block;
        margin-left: 0;
        margin-top: 16px;
    }
}

.hero1 .hero1-all-images {
    position: relative;
    height: 660px;
    text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1 .hero1-all-images {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .hero1 .hero1-all-images {
        margin-bottom: 60px;
    }
}

.hero1 .hero1-all-images .image1 {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.hero1 .hero1-all-images .image2 {
    position: absolute;
    right: 108px;
    bottom: 31px;
}

.hero1 .hero1-all-images .image3 {
    position: absolute;
    right: -100px;
    top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1 .hero1-all-images .image3 {
        right: 0;
    }
}

@media (max-width: 767px) {
    .hero1 .hero1-all-images .image3 {
        right: 0;
    }
}

.hero1 .hero1-all-images .image4 {
    position: absolute;
    bottom: 0;
    left: 140px;
}

.hero1 .hero1-all-images .shape1 {
    position: absolute;
    left: 60px;
    top: 100px;
}

@media (max-width: 767px) {
    .hero1 .hero1-all-images .shape1 {
        left: 0;
    }
}

.hero1 .hero1-all-images .shape2 {
    position: absolute;
    bottom: 140px;
    left: 60px;
}

@media (max-width: 767px) {
    .hero1 .hero1-all-images .shape2 {
        display: none;
    }
}

/* .hero-bottom-area .single-box {
    display: flex;
    align-items: center;
}

.hero-bottom-area .single-box .icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background-color: var(--ztc-bg-bg-3);
    margin-right: 16px;
}

.hero-bottom-area .single-box .headding h5 {
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-blod);
    color: var(--ztc-text-text-1);
}

.hero-bottom-area .single-box .headding p {
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-regular);
    color: var(--ztc-text-pera-text-1);
    padding-top: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-bottom-area {
        margin-top: 60px;
        box-shadow: rgba(0, 0, 0, 0.068) 10px -2px 30px;
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .hero-bottom-area {
        margin-top: 60px;
        box-shadow: rgba(0, 0, 0, 0.068) 10px -2px 30px;
        padding: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-bottom-area .single-box {
        padding: 20px 0px;
    }
}

@media (max-width: 767px) {
    .hero-bottom-area .single-box {
        padding: 20px 0px;
    }
} */

.sp {padding: 100px 0px;}


.about1 .about-image {
    position: relative;
}

.about1 .about-image .image1 {
    position: absolute;
    left: 0;
    top: 0;
}

.about1 .about-image .image2 {
    margin-left: 150px;
}

.about1 .about-image .icon-box {
    background-color: var(--ztc-bg-main-bg-1);
    padding: 16px 20px;
    border-radius: 7px;
    width: 200px;
    text-align: center;
    position: absolute;
    bottom: 50px;
}

.about1 .about-image .icon-box h4 {
    font-size: var(--f-fs-font-fs24);
    line-height: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-blod);
    color: var(--ztc-bg-color-w);
    padding: 16px 0px;
}

.about1 .about-image .icon-box p {
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-regular);
    color: var(--ztc-bg-color-w);
}

.about1 .heading1 {
    padding-left: 30px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about1 .heading1 {
        padding-left: 0;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .about1 .heading1 {
        padding-left: 0;
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .about1 .heading1 .list {
        margin-bottom: 10px;
    }
}

.about1 .heading1 .list li {
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-semibold);
    color: var(--ztc-text-text-1);
    padding-top: 20px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .about1 .heading1 .list li {
        line-height: var(--f-fs-font-fs28);
        display: block;
    }
}

.about1 .heading1 .list li span {
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background-color: var(--ztc-bg-main-bg-1);
    border-radius: 50%;
    font-size: 12px;
    color: var(--ztc-bg-color-w);
    margin-top: 0px;
    margin-right: 10px;
}

.service {
    background-color: var(--ztc-bg-bg-1);
}

.service .single-box {
    background-color: var(--ztc-bg-color-w);
    border-radius: 7px;
    padding: 32px 24px;
    margin-top: 30px;
    transition: all 0.4s;
}

.service .single-box .icon {
    background-color: var(--ztc-bg-bg-2);
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    margin-bottom: 24px;
    transition: all 0.4s;
}

.service .single-box .learn {
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
    font-weight: var(--f-fw-blod);
    display: inline-block;
}

.service .single-box .learn span {
    display: inline-block;
    transform: rotate(-45deg);
}

.service .single-box .learn:hover {
    color: var(--ztc-bg-main-bg-1);
    transition: all 0.4s;
}

.service .single-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    background-color: var(--ztc-bg-main-bg-1);
}

.service .single-box:hover .icon {
    background-color: var(--ztc-bg-color-w);
    transition: all 0.4s;
}

.service .single-box:hover .heading1 h4 a {
    display: inline-block;
    color: var(--ztc-bg-color-w);
    transition: all 0.4s;
}

.service .single-box:hover .heading1 p {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.4s;
}

.service .single-box:hover .learn {
    transition: all 0.4s;
    color: var(--ztc-bg-color-w);
}




.work .single-items {
    display: flex;
    align-items: start;
    margin-top: 30px;
}

.heading1 h4 a {
    display: inline-block;
    color: var(--ztc-text-text-1);
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-blod);
    transition: all 0.4s;
}

.heading1 span.span {
    display: inline-block;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-blod);
    color: var(--ztc-bg-main-bg-1);
    margin-bottom: 16px; }


.work .single-items .icon {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: var(--ztc-bg-bg-2);
    margin-right: 16px;
    transition: all 0.4s;
}

.work .single-items:hover .icon {
    background-color: var(--ztc-bg-main-bg-1);
    transition: all 0.4s;
}

.work .heading1 {
    padding-right: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work .heading1 {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .work .heading1 {
        padding-right: 0;
    }
}

.work .work-images {
    position: relative;
}

.work .work-images .image {
    margin-top: 30px;
}

.work .work-images .image img {
    width: 100%;
    border-radius: 7px;
}

.work .work-images .bg-image {
    position: absolute;
    top: 160px;
    right: 50px;
    z-index: -1;
}


.testimonial {
    background-color: var(--ztc-bg-bg-3);
  }
  .testimonial .tes1-slider {
    background-color: var(--ztc-bg-color-w);
    padding: 50px;
    margin-top: 60px;
    border-radius: 30px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial .tes1-slider {
      padding: 30px 30px 120px 30px;
    }
  }
  @media (max-width: 767px) {
    .testimonial .tes1-slider {
      padding: 30px 30px 120px 30px;
    }
  }
  .testimonial .tes1-slider .tes1-single-slider .right-side {
    padding-right: 100px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial .tes1-slider .tes1-single-slider .right-side {
      padding-right: 0;
    }
  }
  @media (max-width: 767px) {
    .testimonial .tes1-slider .tes1-single-slider .right-side {
      padding-right: 0;
    }
  }
  .testimonial .tes1-slider .tes1-single-slider .right-side h4 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs32);
    font-weight: var(--f-fw-semibold);
    color: var(--ztc-text-text-1);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial .tes1-slider .tes1-single-slider .right-side h4 {
      font-size: var(--f-fs-font-fs22);
      line-height: var(--f-fs-font-fs30);
    }
  }
  @media (max-width: 767px) {
    .testimonial .tes1-slider .tes1-single-slider .right-side h4 {
      font-size: var(--f-fs-font-fs22);
      line-height: var(--f-fs-font-fs30);
    }
  }
  .testimonial .tes1-slider .tes1-single-slider .right-side p {
    font-size: var(--f-fs-font-fs24);
    line-height: var(--f-fs-font-fs40);
    font-weight: var(--f-fw-regular);
    color: var(--ztc-text-pera-text-1);
    padding: 20px 0px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial .tes1-slider .tes1-single-slider .right-side p {
      font-size: var(--f-fs-font-fs18);
      line-height: var(--f-fs-font-fs28);
    }
  }
  @media (max-width: 767px) {
    .testimonial .tes1-slider .tes1-single-slider .right-side p {
      font-size: var(--f-fs-font-fs18);
      line-height: var(--f-fs-font-fs28);
    }
  }
  .testimonial .tes1-slider .tes1-single-slider .right-side .bottom-area {
    display: flex;
    align-items: center;
    padding-top: 10px;
  }
  .testimonial .tes1-slider .tes1-single-slider .right-side .bottom-area .heading {
    padding-left: 16px;
  }
  .testimonial .tes1-slider .tes1-single-slider .right-side .bottom-area .heading h5 a {
    display: inline-block;
    font-size: var(--f-fs-font-fs24);
    line-height: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-blod);
    color: var(--ztc-text-text-1);
    padding-bottom: 16px;
  }
  .testimonial .tes1-slider .tes1-single-slider .right-side .bottom-area .heading p {
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-regular);
    color: var(--ztc-text-pera-text-1);
    padding: 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial .tes1-slider .tes1-single-slider .left-side {
      display: none;
    }
  }
  @media (max-width: 767px) {
    .testimonial .tes1-slider .tes1-single-slider .left-side {
      display: none;
    }
  }

  .testimonial .tes1-arrows {
    position: relative;
    left: 50%;
    bottom: 50px;
    margin-left: -55px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial .tes1-arrows {
      bottom: 24px;
    }
  }
  @media (max-width: 767px) {
    .testimonial .tes1-arrows {
      bottom: 24px;
    }
  }
  .testimonial .tes1-arrows button {
    font-size: 20px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: var(--ztc-bg-bg-2);
    color: var(--ztc-text-text-1);
    border: none;
    margin: 0px 5px;
    transition: all 0.4s;
  }
  .testimonial .tes1-arrows button:hover {
    background-color: var(--ztc-bg-main-bg-1);
    color: var(--ztc-bg-color-w);
  }