body {
  font-family: SF Pro Display;
}
h1,
h2,
h3,
h4,
h5,
h5 {
  margin-top: 0px;
  margin-bottom: 0px;
}
p {
  margin-bottom: 0px;
}
/* .videoBanner h1 {
  font-size: 50px;
} */
h2 {
  font-size: 35px;
  font-weight: 600;
}
p {
  font-size: 18px;
  font-weight: 400;
}
.pdt100 {
  padding-top: 100px;
}
.pdb100 {
  padding-bottom: 100px;
}
.pdb80 {
  padding-bottom: 80px;
}
.bs-line {
  border-top: 1px solid #3e56cd;
}
.bs {
  color: #00ffe1;
}
.white {
  color: #fff;
}
.gray {
  color: #c1c1c1;
}

.gray2 {
  color: #4c4c4c;
}
.gray-dark {
  color: #1a2027;
}
.bs-gray {
  color: #4c4c4c;
}
.bs-black {
  background: #000;
}
.bg-ff{
background-color: #f1f1f1;
}
.f18 {
  font-size: 18px;
}
.f24 {
  font-size: 24px;
}
.f28 {
  font-size: 28px;
}
.f32 {
  font-size: 32px;
}
.f40 {
  font-size: 40px;
}
.f44 {
  font-size: 44px;
}
.ln110 {
  line-height: 110%;
}
.ln120 {
  line-height: 120%;
}
.ln130 {
  line-height: 130%;
}
.ln150 {
  line-height: 150%;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.header-span {
      margin: 0 40px;
    width: 1px;
    height: 58px;
    border: 1px solid #fff;
    color: #fff;
    opacity: 0.5;
}
.header-span-wrap {
  bottom: 40px;
}
.hero-video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.top-left-logo {
  position: absolute;
  top: 2rem;
  left: 0rem;
  z-index: 4;
  padding-left: 9rem;
}
.top-left-logo img {
  max-height: 40px;
}
.sub-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}
.card-light {
  background-color: #f1f1f1;
  border: none;
  border-radius: 24px;
}
.card-dark {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 20px;
}
.card-icon {
  font-size: 2rem;
  margin-bottom: 3rem;
}
.section-3 h2 {
  font-size: 35px;
}
.card-content {
  padding: 60px;
}
.close {
    right: 0;
    position: absolute;
    z-index: 9;
}
.section-3 h3 {
  font-size: 28px;
}
section.section-4 {
  padding: 90px 0;
}
.fs-h2 {
  font-size: 35px;
  font-weight: 600;
}
.text-success1 {
  --bs-text-opacity: 1;
  color: #6efee6;
  font-size: 20px;
  line-height: 1.3;
}
.text-grey {
  color: #c1c1c1;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
.section-4 img {
  border-radius: 24px !important;
}
.tab-text {
  padding-left: 5rem;
  padding-right: 5rem;
}
.testimonial-card {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 8px 8px;
  margin: 1.5rem auto;
}
.cta-card{
  background-color: #fff;
  border-radius: 1.5rem;
  margin: 0 auto;
}
.flex-grow-1 {
  padding: 56px 68px 56px 68px;
}
.video-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  cursor: pointer;
  position: relative;
}
.approach-cont {
  transition: transform 0.1s ease;
  /* cursor: pointer; */
}

.approach-cont.active {
  z-index: 2;
}
.testimonial-name {
  font-weight: 600;
  margin-top: 4.5rem;
  font-size: 24px;
}
.play-button {
      position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: white;
    border-radius: 20px;
    /* padding: 6px 12px; */
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    /* gap: 6px; */
    text-decoration: none;
    user-select: none;
    justify-content: center;
    min-width: 121px;
    height: 36px;
}

.play-button svg {
  width: 20px;
  height: 20px;
  fill: #000;
}
.pt100 {
  padding-top: 100px;
}
.pb100 {
  padding-bottom: 100px;
}
.work-cont {
  border-radius: 24px;
}
.work-img {
  border-radius: 24px 24px 0 0;
}
.work-img {
  max-height: 300px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.work-info {
  border: 1px solid #ececed;
  border-top: none;
  border-radius: 0 0 24px 24px;
  min-height: 300px;
}
.p44px {
  padding: 44px;
}
.tab-header {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0px 3px;
  background: #ececed;
  border-radius: 78px;
  border: 1px solid #e2e2e4;
}
.tab-header .nav-link {
  padding: 0.6rem 1.2rem;
  font-weight: 600;
  color: #000;
  background-color: transparent;
  border-radius: 999px;
  z-index: 1;
  position: relative;
  transition: color 0.3s ease;
}
.tab-indicator {
  position: absolute;
  background-color: #000;
  height: 92%;
  border-radius: 999px;
  z-index: 0;
  transition: transform 0.3s ease, width 0.3s ease;
  left: 0;
  top: 2px;
}
.tab-header-wrapper {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  padding: 1.75rem 0;
  background: rgb(255 255 255 / 43%);
  backdrop-filter: blur(10px);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #0d6efd00;
}
.mb_24 {
  margin-bottom: 24px;
}

/* case study css */
.case-studies-section {
  background-color: #000;
  color: #fff;
  /* padding: 90px 0; */
  text-align: center;
}
.case-studies-section h3 {
  font-weight: 600;
  margin-bottom: 2.5rem;
}
.case-study-card {
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  transition: background-color 0.3s ease;
  /* cursor: pointer; */
}
.case-study-image-wrapper {
  position: relative;
}
.case-study-image {
  width: 100%;
  display: block;
  border-radius: 24px;
}
.case-study-logo {
  position: absolute;
  bottom: 8px;
  left: 12px;
  max-height: 24px;
  filter: brightness(0) invert(1);
}
.case-study-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px;
  margin: 1rem 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  text-decoration: none;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.case-study-button i.bi-arrow-right-short {
  font-size: 24px;
  margin-left: 8px;
  line-height: 1;
  transform: rotate(322deg);
}
.case-study-button:hover {
  border-color: #ccc;
  color: #ccc;
  text-decoration: none;
}
.case-study-button svg {
  margin-left: 8px;
  width: 12px;
  height: 12px;
  fill: currentColor;
}
/* case study css */
/******************************** Second slider start ***********************************/
.slider-container {
  overflow: hidden;
  padding: 60px 0 60px;
  margin: auto;
  position: relative;
}
.slider-track {
  display: flex;
  transition: transform 0.6s ease;
}
.slider-card {
  flex: 0 0 32%;
  padding: 0 8px;
  transition: all 0.4s ease;
}
.slider-card-inner {
  background: #f1f1f1;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.slider-content {
  padding: 20px 20px;
}
.slider-content h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #111;
}
.slider-content p {
  margin: 0;
  font-size: 16px;
  color: #666;
}
/* Arrows */
.slider-arrows {
  display: flex;
  justify-content: end;
  gap: 12px;
  margin-top: 30px;
  margin-right: 19.6rem;
}
.arrow-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 19px;
  border: none;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.arrow-btn.active {
  background-color: #111;
  color: #fff;
  opacity: 1;
}
.arrow-left {
  background-color: #e0e0e0;
  color: #000;
}
.arrow-right {
  background-color: #e0e0e0;
  color: #000;
}
span.card-tags {
  background: #e1e1e1;
  padding: 4px 8px 4px 8px;
  border-radius: 30px;
  font-size: 13px;
}

/***************************************** Second Slider END  ***********************************************/
.text-grey {
  padding-left: 5rem;
  padding-right: 5rem;
}
.sec4-txt {
  padding-left: 5rem;
  padding-right: 5rem;
}
h3.feature-heading {
  font-size: 35px;
  font-weight: 600;
  margin-left: 12.7rem;
}
video.hero-video.tab-vdo {
  border-radius: 24px;
  height: 500px;
}
section.section-5.second-tab {
  background: #f1f1f1;
}
.second-tab .slider-card-inner {
  background: #fff;
}
.sticky-tabs-wrapper {
  margin-top: 90px;
}
.sticky-tabs-wrapper {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 1rem 0;
  background: rgb(255 255 255 / 15%);
  backdrop-filter: blur(10px);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}
.toggle-tabs {
  background-color: #eee;
  border-radius: 999px;
  padding: 4px;
  overflow: hidden;
}
.toggle-tabs .nav-link {
  position: relative;
  z-index: 2;
  padding: 8px 26px;
  font-weight: 500;
  color: #333;
  border: none;
  transition: color 0.3s;
}
.toggle-tabs .nav-link.active {
  color: #fff;
}
.toggle-slider {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  background-color: #111;
  border-radius: 999px;
  transition: left 0.3s ease;
  z-index: 1;
}
section.section-5 {
  margin-bottom: 30px;
}

.profile {
    /* position: absolute;
    bottom: 56px; */
}
.green-btn {
    min-width: 170px;
    height: 48px;
    background: #6EFEE6;
    border-radius: 50px;
    color: #000;
    border: none;
    font-size: 17px;
    font-weight: 500;
}
#videoModal{
  border-radius: 0 !important;
}
#videoModal .modal-content.bg-black {
    border-radius: 0px !important;
}

@media (max-width: 767px) {
    .profile {
    position: relative;
    
}
.header-span {
    
    display: none;
}
.header-span-wrap p:last-child:not(:first-child) {

  margin-left: 0px !IMPORTANT;
}
.header-span-wrap p {
   width: 50% !IMPORTANT;
}

.header-span-wrap {
    justify-content: space-between !IMPORTANT;
    padding: 0 16px !important;
    align-items: center !important;
}

/* .header-mspan {
    border: 1px solid #fff;
} */
 span.header-mspan {
    /* width: max-content;
    height: 1px;
    border-top: 1px solid #fff !IMPORTANT; */
}
.header-span-wrap p{
  position: relative;
}
.header-span-wrap p::after {
    width: 90%;
    height: 1px;
    background: #fff;
    position: absolute;
    content: '';
    left: 0;
    top: 50px;
    opacity: 0.5;
}
.mtt{
  margin-top: 20px !important;
}
.mbb {
    margin-bottom: 20px !IMPORTANT;
}
.pdbm{
  padding-bottom: 80px;
}
    section.videoBanner.position-relative.vh-100.overflow-hidden {
        height: auto !important;
    }
.work-img {
        max-height: max-content !important;
      }
.work-info{
      min-height: auto;
}
.card-content {
    padding: 30px;
}
    .case-study-card.sec-card {
        margin-top: 4rem;
    }
  .tab-header {
    flex-wrap: wrap;
    padding: 12px;
    border-radius: 10px;
  }
  .tab-indicator {
    display: none;
  }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #000;
  }
  .tab-header-wrapper {
    padding: 0rem 0;
  }
  .flex-grow-1 {
    padding: 26px 28px 26px 28px;
  }
  .case-studies-section {
    padding: 48px 0;
  }
  .pdt {
    padding-top: 64px;
  }
  .pdt {
    padding-bottom: 64px;
  }

  .videoBanner h1 {
    font-size: 28px;
  }
  p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
  }
  .top-left-logo {
    position: relative;
    top: 2rem;
    left: 0rem;
    z-index: 4;
    padding-left: 20px;
  }
  .sub-title {
    font-size: 18px;
  }
  .hero-video {
    height: 400px;
    margin-top: -40px;
  }
 

  .fs-h2 {
    font-size: 30px;
    font-weight: 600;
  }
  .text-success1 {
    --bs-text-opacity: 1;
    color: #6efee6;
    font-size: 18px;
    line-height: 1.3;
  }
.f44{
    font-size: 24px;
}
  .sec4-txt {
    padding: 15px !important;
  }
  .text-grey {
    padding: 15px !important;
  }
  video.hero-video.tab-vdo {
    border-radius: 24px;
    height: auto;
  }
  section.section-4 {
    padding: 48px 0;
  }
  .work-cont {
    margin-bottom: 20px;
  }
  .pdb100{
    padding-bottom: 48px;
}
.pdt100{
    padding-top: 48px;
}
.f24{
font-size: 20px;
}
.p44px {
    padding: 22px;
}

}
@media (min-width: 320px) { 

.pdb100{
    padding-bottom: 48px;
}
.pdt100{
    padding-top: 48px;
}
.f44 {
    font-size: 28px;
}
.f32{
font-size: 24px;
}
.f28{
font-size: 20px;
}
.f24{
font-size: 18px;
}
.f18{
    font-size: 16px;
}

}
@media (min-width: 480px) { 

.pdb100{
    padding-bottom: 48px;
}
.pdt100{
    padding-top: 48px;
}
.f44 {
    font-size: 28px;
}
.f32{
font-size: 24px;
}
.f28{
font-size: 20px;
}
.f24{
font-size: 18px;
}
.f18{
    font-size: 16px;
}

}
@media (min-width: 576px) { 
    .flex-grow-1 {
    padding: 26px 28px 26px 28px;
}

.pdb100{
    padding-bottom: 48px;
}
.pdt100{
    padding-top: 48px;
}
.f44 {
    font-size: 28px;
}
.f32{
font-size: 24px;
}
.f28{
font-size: 20px;
}
.f24{
font-size: 18px;
}
.f18{
    font-size: 16px;
}
 }


@media (min-width: 768px) { 
.f44 {
    font-size: 28px;
}
.f32{
font-size: 24px;
}
.f28{
font-size: 20px;
}
.f24{
font-size: 18px;
}
.f18{
    font-size: 16px;
}
.pdt100 {
    padding-top: 64px;
}
.pdb100 {
    padding-bottom: 64px;
}
.f24 {
    font-size: 20px;
}
 }
@media (min-width: 992px) {
.f44 {
    font-size: 35px;
}
.f32{
font-size: 28px;
}
.f28{
font-size: 20px;
}
.f24{
font-size: 18px;
}
.f18{
    font-size: 16px;
}
     .videoBanner h1 {
    font-size: 36px;
  }
  .pdt100 {
    padding-top: 48px;
}
.pdb100 {
    padding-bottom: 48px;
}
.f24 {
    font-size: 20px;
}
}
@media (min-width: 1200px) {
    .flex-grow-1

 {
    padding: 56px 68px 56px 68px;
}

       .videoBanner h1 {
    font-size: 44px;
  }
  .f24 {
    font-size: 20px;
}
  .pdt100 {
    padding-top: 100px;
}
.pdb100 {
    padding-bottom: 100px;
}
}
@media (min-width: 1400px) {
  .container {
    width: 1272px;
  }
  .videoBanner h1 {
    font-size: 64px;
  }
  p.testimonial-text {
    min-height: 220px;
}
  p {
    font-size: 20px;
    font-weight: 400;
  }
  .play-button {
        padding: 8px 12px;
    }
  .sub-title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
  }
  .section-3 h2 {
    font-size: 44px;
  }
  .card-content {
    padding: 80px;
  }
  .section-3 h3 {
    font-size: 32px;
  }
  section.section-4 {
    padding: 100px 0;
  }
  .fs-h2 {
    font-size: 44px;
    font-weight: 600;
  }
  .text-success1 {
    --bs-text-opacity: 1;
    color: #6efee6;
    font-size: 24px;
    line-height: 1.3;
  }
  h2 {
    font-size: 44px;
    font-weight: 600;
  }
  .tab-text {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .slider-container {
    padding-left: 12rem;
  }
  span.card-tags {
    font-size: 14px;
  }
  .slider-content {
    padding: 44px;
  }
  video.hero-video.tab-vdo {
    border-radius: 24px;
    height: auto;
  }
  .slider-arrows {
    margin-right: 30rem;
  }
  .sticky-tabs-wrapper {
    margin-top: 100px;
  }
  section.section-5 {
    margin-bottom: 40px;
  }

  .testimonial-name {
    font-weight: 600;
    margin-top: 5.25rem;
    font-size: 28px;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
    .top-left-logo {
  
    padding-left: 4rem;
}
/* .mtm{
  margin-top: 24px;
} */
    .videoBanner h1 {
        font-size: 35px;
    }
    .approach .approach-cont {
        width: 739px;
    }
    .work-img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: inherit;
}
}
@media (min-width: 775px) and (max-width: 840px) {
    .approach .approach-cont {
        width: 774px !important;
    }
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 100%;
    padding: 0px 1.5rem;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 100%;
    padding: 0px 1.5rem;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 956px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1176px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1272px;
  }
}
@media (min-width: 1700px) {
  .container-xll,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container {
    max-width: 1632px;
  }
}
