@font-face {

  font-family: "Standerd";
  src: url("../fonts/Standerd-Regular.otf") format("opentype");
  font-style: normal;
}


@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-Regular-BF648a656f74a27.otf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-Medium-BF648a656fc86b8.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-ExtraBold-BF648a656f91fd9.ttf") format("truetype");
  font-weight: 700;
}

body.node-137, body.node-138 {
  margin: 0;
  font-family: "Standerd", sans-serif;
  background: #000;
}
.logo-slider {
  position: relative;
  height: 90px;
  overflow: hidden;
}

/* Outer div stays fixed */
.logo-img-innerdiv {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Inner elements move */
.logo-img-innerdiv > * {
  display: inline-block;
  animation: innerRightLeft 9s infinite ease-in-out;
  opacity: 0;
}

/* Delay per item */
.logo-img-innerdiv:nth-child(1) > * {
  animation-delay: 0s;
}
.logo-img-innerdiv:nth-child(2) > * {
  animation-delay: 3s;
}
.logo-img-innerdiv:nth-child(3) > * {
  animation-delay: 6s;
}

/* Animation */
@keyframes innerRightLeft {
  0% {
    transform: translateX(120%);
    opacity: 0;
  }
  10% {
    transform: translateX(0);
    opacity: 1;
  }
  30% {
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    transform: translateX(-120%);
    opacity: 0;
  }
  100% {
    transform: translateX(-120%);
    opacity: 0;
  }
}

.Entrepreneurs-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 10px 24px;
  background: #111;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s ease;
}

.Entrepreneurs-tag:hover {
  color: transparent;
}

.Entrepreneurs-tag::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  background: url('/themes/custom/digital_strategy/assets/images/top-arrow-img.png') no-repeat center;
  transform: translate(-50%, -50%) rotate(180deg);
  opacity: 0;
}
.Entrepreneurs-tag:hover::after {
  opacity: 1;
  animation: arrow-from-top 1.2s infinite ease-in-out;
}
@keyframes arrow-from-top {
  0% {
    transform: translate(-50%, -80%) rotate(180deg);
    opacity: 0;
  }
  40% {
    transform: translate(-50%, -50%) rotate(180deg);
    opacity: 1;
  }
  70% {
    transform: translate(-50%, -30%) rotate(180deg);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 0%) rotate(180deg);
    opacity: 0;
  }
}


.hero-section-DSCO {
  height: 100vh;
  position:relative;
  overflow: hidden;
}
.logo-div img {
    height: 70px;
    width: auto;
}

.hero-section-DSCO video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
  margin-top: 0px;
}
nav#block-digital-strategy-main-menu ul.clearfix.nav {
    display: flex;
    gap: 25px;
}
nav#block-digital-strategy-main-menu .menu-item a {
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 1px;
}
nav#block-digital-strategy-main-menu .menu-item a:hover{
color: rgba(105, 46, 232, 1);
text-decoration: none;
}
/* .hero-section-DSCO::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
} */
.DSCO-navbar {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-dropdown {
  position: relative;
}

.dropdown-toggle-custom {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.dropdown-toggle-custom .arrow {
  font-size: 12px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.nav-dropdown:hover .arrow {
  transform: rotate(180deg);
}

.dropdown-menu-custom {
  position: absolute;
  top: 32px;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  padding: 10px 0;
  min-width: 180px;
  border-radius: 8px;
  backdrop-filter: blur(6px);
  display: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.nav-dropdown:hover .dropdown-menu-custom {
  display: block;
}

.dropdown-menu-custom li {
  list-style: none;
}

.dropdown-menu-custom a {
  display: block;
  padding: 10px 18px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 15px;
  transition: 0.2s ease;
}

.dropdown-menu-custom a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.Banner-text h1.hero-title-DSCO {
    top: 110px;
    position: relative;
    font-weight: normal !important;
    font-family: 'Standerd';
}
.Banner-text p.subtitle {
    top: 110px;
    position: relative;
}
.Banner-text .get-btn-div {
    position: relative;
    top: 140px;
}

.path-frontpage .nav-wrapper {
    background: transparent;
}


.nav-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background: rgba(7, 7, 7, 1);
    padding: 0 25px;
}

.nav-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 25px;
}

.nav-link {
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
}
.lets-btn {
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.4px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  border-radius: 45px;
  padding: 6px 24px;
  background: none;
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
}
.lets-btn:hover {
  background: rgba(255, 255, 255, 1);
  color: #000;
}

.btn-img {
  background: none;
  border: none;
}

.hero-section-DSCO .container {
  position: relative;
  z-index: 5;
  margin-top: 150px;
    padding-left: 80px;
  padding-right: 80px;
}

.hero-title-DSCO {
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 110px;
  line-height: 130px;
  letter-spacing: 1px;
  text-align: left;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
}

.accent-word {
    color: rgba(105, 46, 232, 1);
    font-family: 'Standerd';
    font-weight: 700;
}
.subtitle {
  margin-top: 10px;
  font-weight: 500;
  font-style: Medium;
  font-size: 56px;
  line-height: 72.56px;
  letter-spacing: 0px;
  text-align: left;
  vertical-align: middle;
  color: rgba(215, 217, 255, 1);
  padding-bottom: 20px;
}

.get-btn-div {
  text-align: left;
}
.cta-btn {
  margin-top: 28px;
  padding: 16px 12px 16px 20px;
  border-radius: 30px;
  width: 250px;
  background: rgba(255, 255, 255, 1);
  color: rgba(7, 7, 7, 1);
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1px;
  text-decoration: none;
  border: none;
}

.get-span {
  background: rgba(105, 46, 232, 1);
  border-radius: 100px;
  padding: 9px 26px;
  margin-left: 8px;
}

.stats-row {
  margin-top: 120px;
  display: flex;
  gap: 84px;
  flex-wrap: wrap;
}

.stat-pill {
  /* background: linear-gradient(
    89.73deg,
    rgba(105, 46, 232, 0.18) 0.23%,
    rgba(59, 26, 130, 0) 74.64%
  ); */
  padding: 5px 24px;
  border-radius: 46px;
  text-align: center;
  display: flex;
  align-items: center;
}
.logo-img-div {
    position: absolute;
    right: 260px;
    bottom: -60px;
}
.Banner-text {
    position: relative;
}
.Banner-text .stats-row {

    position: relative;
    top: 150px;
}

.logo-img-innerdiv {
    display: flex;
    background: rgba(113, 99, 144, 0.13);
    border-radius: 12px;
    padding: 20px;
    width: 254px;
    height: 85px;
    align-items: center;
    gap: 10px;
}
.logo-img-innerdiv p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  align-items: center;
}

.big {
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 64px;
  line-height: 65px;
  letter-spacing: 1px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
.big .plus {
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 35.32px;
  line-height: 65px;
  letter-spacing: 1px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.small {
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 1px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.8;
}

.social-vertical {
  position: fixed;
  right: 20px;
  top: 40%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.social-vertical a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(50, 45, 60, 0.72);
  border-radius: 50%;
  text-decoration: none;
}

.section-intro {
    background: rgba(255, 255, 255, 1);
    padding: 80px 80px;
}

.intro-title {
  margin-bottom: 1rem;
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 66px;
  line-height: 90px;
  letter-spacing: 1px;
  vertical-align: middle;
  color: rgba(7, 7, 7, 1);
}

.intro-title span {
  color: rgba(105, 46, 232, 1);
}
.intro-div {
  margin-bottom: 3rem;
  text-align: left;
      
}
.intro-ptext {
    font-weight: 500;
    font-style: Medium;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 1px;
    margin-bottom: 60px;
    vertical-align: middle;
    color: rgba(7, 7, 7, 0.6);
}

.strategy-box-intro {
    border-radius: 8px;
    padding: 25px 20px;
    background: rgba(237, 238, 241, 1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    text-align: center;
    height: 463px;
}


.dsco-card {
    border-radius: 8px;
    padding: 25px 20px;
    background: rgba(26, 15, 56, 1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    text-align: center;
    height: 463px;
}

.strategy-intro-text {
  color: rgba(26, 15, 56, 0.5);
  font-weight: 600;
  font-style: Medium;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: left;
}
.box-text-div {
    margin-top: 168px;
}
.strategy-box-intro.sticky-card.sticky-card {
    padding-left: 35px;
}
a.Entrepreneurs-tag {
    text-decoration: none;
}
.strategy-desc {
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    color: rgba(26, 15, 56, 0.5);
    height: 55px;
}
.strategy-box-intro-h5 {
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px;
    color: rgba(26, 15, 56, 1);
    font-family: 'Standerd';
}
.icon-col {
  font-size: 22px;
  font-weight: bold;
}

.intro-card-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  margin-top: 30px;
}

.icon-table {
  margin-top: 50px;
}
.card-tab .get-btn-div {
    display: none;
}

.section-domain {
    position: relative;
  background: url("../images/marketing-bg-img.png") no-repeat center/cover;
  z-index: 1;
  padding-top: 80px ;
padding-left: 80px;
padding-right: 80px;
padding-bottom: 80px;
  color: #fff;
  text-align: center;
}

.domain-title {
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 66px;
  line-height: 90px;
  opacity: 90%;
  letter-spacing: 1px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
.domain-title span {
  color: rgba(105, 46, 232, 1);
}

.domain-text-desc {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 1px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}

.discover-btn {
  background: rgba(255, 255, 255, 1);
  padding: 15px 26px;
  border-radius: 60px;
  height: 51px;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  color: rgba(26, 15, 56, 1);
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1px;
}

.custom-table {
  padding: 40px 0;
}

.table-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 0px;
  column-gap: 0px;
  width: 90%;
  margin: auto;
  padding: 10px 0;
}

.dsco-card .table-grid p {
    margin: 7px;
    padding-bottom: 12px;
    padding-top: 25px;
    width: 100%;
    height: 100%;
} 
.why-section .table-grid p {
  margin: 0;
  padding: 10px;
 
}
.video-card {
  text-align: center;
}

.video-tag {
  width: 100%;
  height: 400px;
  border-radius: 8px;
}
iframe.media-oembed-content {
    width: 100%;
    height: 250px;
    border: 1px solid #787777;
}
.field.field--name-field-media-oembed-video.field--type-string.field--label-hidden.field__item {
    width: 100%;
    /* height: 255px; */
}
.video-title {
    margin-top: 12px;
    font-size: 20px;
    color: white;
    font-weight: 200;
    line-height: 26px;
}


.table-grid-ptext {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 1px;
  text-align:left;
 padding-left: 80px;
 padding-right: 38px;
  padding-top: 38px;
  color: rgba(255, 255, 255, 1);   
  margin: 0;
}

.table-grid-p {
   padding-bottom: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.Entrepreneurs-hero-section {
  position: relative;
  width: 100%;
  height: 95vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: none;
}

.Entrepreneurs-hero-section img.bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
}

.Entrepreneurs-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(7, 7, 7, 0.7);
  z-index: 2;
  pointer-events: none;
  mask-image: radial-gradient(
    320px at var(--x) var(--y),
    transparent 0%,
    rgba(0, 0, 0, 1) 80%
  );
  -webkit-mask-image: radial-gradient(
    320px at var(--x) var(--y),
    transparent 0%,
    rgba(0, 0, 0, 1) 80%
  );
}

.Entrepreneurs-hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  cursor: none;
}

.Entrepreneurs-hero-content {
  position: relative;
  z-index: 3;
  padding: 80px ;
  max-width: 800px;
}

.Entrepreneurs-hero-title {
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 107px;
  line-height: 128.96px;
  letter-spacing: -2.79px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
}

.Entrepreneurs-hero-title span {
  color: rgba(105, 46, 232, 1);
}

.Entrepreneurs-hero-tags {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  gap: 18px;
}
/* section.tabs-DSCO {
    padding-bottom: 100px;
}*/
.Entrepreneurs-tag {
  width: 175px;
  height: 175px;
  background: rgba(105, 46, 232, 1);
  border: 3px solid rgba(105, 46, 232, 1);
  padding: 41px 8px;
  border-radius: 100px;
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 30.13px;
  letter-spacing: -0.49px;
  text-align: center;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
}

.tabs-DSCO {
  background: rgba(14, 14, 14, 1);
  padding: 1px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.tabs-DSCO-title {
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 64px;
  line-height: 76px;
  letter-spacing: -1.74px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
}

.badge-purple-DSCO {
  background: rgba(105, 46, 232, 1);
  padding: 15px 30px;
  border-radius: 36px;
}
.technology-section {
    padding-top: 53px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 61px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.technology-title {
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 120px;
  line-height: 140px;
  letter-spacing: -1.74px;
  vertical-align: middle;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 1);
}

.technology-subtext {
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  vertical-align: middle;
  max-width: 676px;
  color: rgba(158, 158, 158, 1);
  margin-bottom: 60px;
}

.designed-logo-icon {
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  gap: 20px;
}
.designed-ptext {
    font-family: "BDO Grotesk", sans-serif;
    font-weight: 400;
    font-style: SemiBold;
    font-size: 18px;
    height: 10px;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
    letter-spacing: 1px;
}

.technology-list {
    list-style: none;
    padding: 0;
    width: 500px;
    margin: 0;
    margin-right: 60px;
    margin-top: 20px;
    float: right;
}
.technology-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 0;
    font-family: 'Standerd';
    font-weight: 400;
    font-style: SemiBold;
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 1px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.technology-list li img {
  margin-right: 20px;
}

.youtube-section {
    padding-top: 80px;
    padding-bottom: 120px;
    padding-left: 40px;
    padding-right: 40px;
}

.youtube-section img {
  object-fit: cover;
}

.explore-title {
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 66px;
  line-height: 74px;
  letter-spacing: 1px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
  width: 976px;
}

.explore-title span {
  color: rgba(105, 46, 232, 1);
}
.explore-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.explore-btn {
  border: 1px solid rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border-radius: 60px;
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 1);
  padding: 12px 24px;
  text-decoration: none;
}
.explore-top-row {
  height: 402px;
  --bs-gutter-y: 1rem;
}

.customers-section-DSCO {
    background: rgba(255, 255, 255, 1);
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
}
.customers-section-DSCO-title {
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 68px;
  line-height: 90px;
  letter-spacing: -0.18px;
  text-align: center;
  vertical-align: middle;
  color: rgba(7, 7, 7, 1);
}

.customers-section-DSCO-title span {
  color: rgba(105, 46, 232, 1);
}

.customer-card-DSCO {
  background: rgba(231, 232, 255, 0.6);
  padding: 18px;
  border-radius: 12px;
  text-align: left;
  position: relative;
  transition: 0.3s ease-in-out;
  height: 424px;
}
.customers-section-DSCO .col-md-2.position-relative {
    margin-bottom: 25px;
}
.strategy-box-intro p {
    margin-bottom: 46px;
}

.customer-logo-img {
  width: auto;
  height: 60px;
  object-fit: cover;
}

.customer-punita-img {
    height: 43px;
    width: auto;
    object-fit: cover;
}

.customer-img-DSCO {
  width: 100%;
  height: 424px;
  object-fit: cover;
  border-radius: 12px;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.customers-ptext {
  color: rgba(26, 15, 56, 1);
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.18px;
  vertical-align: middle;
  margin-top: 40px;
}

.customer-name-p {
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.18px;
  vertical-align: middle;
  margin-top: 180px;
  color: rgba(26, 15, 56, 1);
}

.customer-name-DSCO {
    font-family: "BDO Grotesk", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.18px;
    vertical-align: middle;
    position: absolute;
    bottom: 50px;
    color: rgba(26, 15, 56, 1);
}
a.discover-btn:hover {
    color: #af9aff;
    text-decoration: none;
}
.table-grid .table-grid-p:nth-child(10),
.table-grid .table-grid-p:nth-child(11),
.table-grid .table-grid-p:nth-child(12) {
  border-bottom: none;
}
a.cta-btn:hover {
    color: #af9aff;
    text-decoration: none;
}
a.explore-btn:hover {
    color: #af9aff;
    text-decoration: none;
}
a.readmore-btn-DSCO:hover {
    color: #af9aff;
    text-decoration: none;
}
a.team-story-btn:hover {
    color: #af9aff;
    text-decoration: none;
}
a.trend-btn-DSCO:hover {
    color: rgba(105, 46, 232, 1);
    text-decoration: none;
}
a.marketing-btn-lets:hover {
    color: #af9aff;
    text-decoration: none;
}
a.case-btn:hover {
    color: #af9aff;
    text-decoration: none;
}
.customer-position-DSCO {
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 24px;
    position: absolute;
    bottom: 15px;
    letter-spacing: -0.18px;
    vertical-align: middle;
    color: rgba(26, 15, 56, 0.4);
}

.readmore-btn-DSCO {
  text-decoration: none;
  padding: 10px 28px;
  background: transparent;
  border: 1px solid rgba(26, 15, 56, 1);
  color: rgba(26, 15, 56, 1);
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1px;
  border-radius: 60px;
}
.customer-btn-read {
    margin-top: 4.5rem;
  text-align: center;
}
.customer-view-btn{
     margin-top: -6.5rem;
    left: 41%;
    justify-content: center;
    position: absolute;
}

   .footer-brand-bottom.container img {
    width: 100%;
    height: auto;
}
.footer-area {
  padding-top: 3rem;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  background: url("../images/footer-img.png") no-repeat center/cover;
  padding-bottom: 0;

  z-index: 1;
}
.footer-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(7, 7, 7, 0.92);
  z-index: -1;
}

.footer-logo {
  margin-bottom: 1rem;
}

.footer-text {
  font-weight: 400;
  font-style: Regular;
  font-size: 20.25px;
  line-height: 47.25px;
  letter-spacing: 1px;
  vertical-align: middle;
  opacity: 0.8;
  color: rgba(255, 255, 255, 0.7);
}
.footer-newsletter {
  display: flex;
  margin-top: 90px;
}
.footer-newsletter input {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: none;
    border-left: none;
    width: 379px;
    border-right: none;
    background: transparent;
    border-radius: 0px;
    padding-bottom: 20px;
}

.footer-newsletter input::placeholder {
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 1px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.24);
}
.arrow-icon-footer {
    position: absolute;
    left: 69%;
    top: 54%;
}
.col-md-4.check-out-btn-div img {
    margin-left: 10px;
    margin-right: 11px;
}


.footer-contact li.email {
    opacity: 1;
}
.footer-contact li.contact_no {
    opacity: 1;
}
.table-grid-ptext {
    font-size: 40px;
}
article[data-history-node-id="139"], article[data-history-node-id="140"] {
    padding-top: 140px;
}
p.privacy-policy {
    padding: 0px 60px;
    border-radius: 45px;
    font-weight: 400;
    font-style: Medium;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1px;
    vertical-align: middle;
    margin-top: 10px;
    /* color: rgba(255, 255, 255, 1); */
}
h2.privacy-heading {
    text-align: center;
    border-radius: 45px;
    font-weight: 400;
    font-style: Medium;
    font-size: 50px;
    line-height: 34px;
    letter-spacing: 1.5px;
    vertical-align: middle;
    margin-top: 10px;
        margin-bottom: 30px;
}

.footer-bottom-ptext {
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
}
.footer-social {
  margin-top: 63px;
}
.footer-social a {
  margin-right: 8px;
}

.footer-title {
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 1px;
  vertical-align: middle;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 1);
  text-align: left;
}
.footer-links {
  padding-left: 0px;
  margin-left: 0px;
}

.footer-links li,
.footer-contact li {
  list-style: none;
  margin-bottom: 8px;
}

.footer-links a {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1px;
  text-decoration: none;
  vertical-align: middle;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}

.footer-contact li {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
  opacity: 0.8;
}

.links-a-text {
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: rgba(255, 255, 255, 1);
  margin-left: 20px;
  margin-right: 20px;
}
.links-top-text {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.grid-right-line:nth-child(3n+2) {
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
}

.footer-bottom {
  border-top: none;
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  margin-top: 1.5rem;
}

.footer-brand-bottom {
  padding: 20px 0 30px;
}

.hero-world-section {
  position: relative;
  width: 100%;
  height: 95vh;
  overflow: hidden;
}

.hero-img-world {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-section-DSCO {
    background: #000;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
}

.case-heading-DSCO {
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 90px;
  line-height: 100px;
  letter-spacing: 1px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 3rem;
}

.case-heading-DSCO span {
  color: rgba(105, 46, 232, 1);
}

.case-title {
  font-weight: 500;
  font-style: Medium;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -0.8px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
}
.category-inner-div {
  padding-bottom: 40px;
}
.case-category-DSCO {
  margin-bottom: 1.5rem;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.Category-Badges {
  margin-top: 1rem;
}
.footer-social img {
    object-fit: cover;
    width: 24px;
    height: 24px;
}
.marketing-Dsco-section-h1 span.small-TM-text {
    color: white;
    font-size: 18px;
    top: 142px;
    right: 452px;
}
.case-badge {
  border: 1px solid rgba(167, 167, 167, 1);
  padding: 10px 30px;
  margin-right: 6px;
  border-radius: 45px;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  vertical-align: middle;
  margin-top: 10px;
  color: rgba(255, 255, 255, 1);
}
.check-out-btn-div {
  margin-top: -149px;
  text-align: right;
}

.case-btn {
  background: rgba(105, 46, 232, 1);
  color: rgba(255, 255, 255, 1);
  padding-left: 20px;
  padding-bottom: 12px;
  padding-right: 20px;
  padding-top: 12px;
  border-radius: 36px;
  text-decoration: none;
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1px;
}

.case-main-img {
  height: 604px;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
}

 .case-main-img-02{
  height: 604px;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
 }
 .case-main-img-03{
  height: 604px;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
 }


.category-right-div {
  gap: 1rem;
  flex-direction: column;
  display: flex;
}

.case-category-2img {
  border-radius: 12px;
  width: 100%;
  object-fit: cover;
  height: 325px;
}
.case-box {
  background: rgba(241, 235, 255, 1);
  padding: 30px;
  font-size: 15px;
  border-radius: 12px;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 1px;
  vertical-align: middle;
  color: rgba(26, 15, 56, 1);
}
.category-inner-div {
  --bs-gutter-y: 1.5rem;
}
.work-btn {
  text-decoration: none;
  font-weight: 600;
  color: #6b4cff;
}
.work-btn:hover {
  text-decoration: underline;
}
.team-section {
    background: linear-gradient(180deg, #000000 0%, #000000 50%, #000000 100%);
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
}

.team-heading {
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 66px;
  line-height: 90px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  margin-bottom: 3rem;
}
.team-heading span {
  color: rgba(105, 46, 232, 1);
}

.team-card img {
  width: 100%;
  transition: 0.3s;
}

.second-col {
  margin-top: 6%;
}
.third-col {
  margin-top: 11%;
}

.fourth-col {
  margin-top: -70px;
}
.team-row-div {
  justify-content: center;
  --bs-gutter-y: 0.5rem;
  gap: 129px;
}

.team-card img:hover {
  transform: scale(1.08);
}

.team-story-btn {
  background: rgba(255, 255, 255, 1);
  text-decoration: none;
  padding: 10px 28px;
  color: rgba(26, 15, 56, 1);
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1px;
  border-radius: 60px;
  border: none;
}
.digital-logo {
    margin-bottom: 0px;
    width: 100%;
}
.small-TM-text {
    font-family: "BDO Grotesk", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 35px;
    line-height: 35px;
    margin-top: -41px;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.35);
    position: absolute;
    right: 130px;
}

.why-title span {
  color: rgba(105, 46, 232, 1);
}

.why-section {
  background: rgba(255, 255, 255, 1);
  padding:80px 80px ;
}

.why-title {
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 66px;
  line-height: 90px;
  letter-spacing: 1px;
  color: rgba(7, 7, 7, 1);
}

.why-subtitle {
  margin-bottom: 3rem;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.6);
}

.why-row-div {
  --bs-gutter-y: 1.5rem;
  margin-top: 60px;
}
.why-card {
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.6s ease, opacity 0.6s ease;
  background: rgba(245, 245, 245, 1);
  border-radius: 12px;
  padding: 25px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.why-card-number {
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 600;
  font-style: DemiBold;
  font-size: 200px;
  line-height: 181.09px;
  letter-spacing: -0.34px;
  vertical-align: middle;
  color: rgba(231, 226, 236, 0.43);
  margin-top: 90px;
}
.why-card-number_img {
  display: flex;
  justify-content: space-between;
}
.why-card-title {
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 36px;
  line-height: 52px;
  letter-spacing: -0.34px;
  vertical-align: middle;
  color: rgba(7, 7, 7, 1);
}

.why-card-title2 {
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 36px;
  line-height: 52px;
  letter-spacing: -0.34px;
  vertical-align: middle;
  color: rgba(26, 15, 56, 1);
}

.why-card-description {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.34px;
  vertical-align: middle;
  color: rgba(2, 2, 2, 0.5);
}

.why-people-icon {
  position: absolute !important;
  top: 49%;
  right: 21%;
}

.table-grid-why {
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(193, 188, 188);
}
.why-right-line {
  border-right: 1px solid rgb(193, 188, 188);
}

.trends-section {
    padding: 80px 80px;
    background: rgba(255, 255, 255, 1);
}

.trend-btn-DSCO {
  text-decoration: none;
  padding: 10px 28px;
  background: transparent;
  border: 1px solid rgba(7, 7, 7, 1);
  color: rgba(7, 7, 7, 1);
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1px;
  border-radius: 60px;
}

.trend-card-innerdiv {
  display: flex;
  justify-content: space-between;
}
.trend-inner-div {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
}
p.trend-btn-p img {
    margin-left: 15px;
}

.trend-btn-p {
  margin-top: 30px;
}

.trends-title-DSCO {
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 66px;
  line-height: 90px;
  letter-spacing: 1px;
  vertical-align: middle;
  color: rgba(7, 7, 7, 1);
}

.trend-card img {
  width: 100%;
  height: 312px;
  margin-bottom: 15px;
  border-radius: 15px;
}

.trend-card-h5 {
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.18px;
  vertical-align: middle;
  color: rgba(7, 7, 7, 1);
}

.trend-card-ptext {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1px;
  vertical-align: middle;
  color: rgba(141, 141, 141, 1);
}

.slick-arrow {
  display: none;
}
.slick-prev {
  display: none;
}
.slick-next {
  display: none;
}

button.next.slick-arrow {
    background: rgba(105, 46, 232, 1);
    z-index: 5;
    padding: 18px;
    border-radius: 32px;
    display: block;
    position: absolute;
    top: 35%;
    left: 98%;
    border: none;
}

button.prev.slick-arrow 
 {
 background: rgba(105, 46, 232, 1);
    z-index: 5;
    padding: 18px 20px;
    border-radius: 32px;
    display: block;
    position: absolute;
    top: 35%;
    left: -1.5%;
    border: none;
}

.slick-slide {
  padding: 10px;
}

.why-row-div .col-md-5 {
  position: sticky;
  top: 120px;
  height: auto;
}

.sticky {
  position: relative;
  height: 100vh;
  overflow-y: auto;
  padding-right: 8px;
}

.sticky::-webkit-scrollbar {
  width: 1px;
}
.sticky::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 4px;
}
p.table-grid-p.table-grid-ptext.grid-right-line:hover {
    background: rgb(74, 8, 216);
}
.marketing-DSCO-section {
    padding-top: 80px;
    padding-bottom: 134px;
    position: relative;
    background: url("../images/Frame\ 2121460153\ \(1\).png") no-repeat center/cover;
    z-index: 2;
}

.marketing-row-div {
  align-items: center !important;
  position: relative;
  text-align: center;
  z-index: 2;
}

.marketing-Dsco-section-h1 {
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 86px;
  line-height: 110.00000000000001%;
  letter-spacing: 1px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
.marketing-btn-lets {
  text-decoration: none;
  padding: 16px 28px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  font-style: Regular;
  font-size: 25px;
  line-height: 110.00000000000001%;
  letter-spacing: 2%;
  text-align: center;
  border-radius: 67px;
}
.market-btn-div {
    margin-top: 62px;
    display: inline-block;
    margin-bottom: 70px;
}
.lets-span {
  background: rgba(105, 46, 232, 1);
  border-radius: 100px;
  padding: 3px 29px;
}

.disbtn{
margin-top: 40px;
}
.market-small-img {
  width: 100%;
  height: 475px;
  object-fit: cover;
  border-radius: 12px;
}

.wrapper-Dsco {
  width: 100%;
  margin: 0px;
  padding: 1px 0;
}

.tab {
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  padding-left: 100px;
 
}


.tab.active {
  display: none;
}

.tab.deactive {
  display: block;
}
.card-tab {
  display: none;
}

.card-tab.active {
  display: block;
}

.card-tab.deactive {
  display: none;
}





.dynamic-text {
  white-space: nowrap;
  overflow: hidden;
}

.cursor {
  display: inline-block;
  width: 4px;
  background: #fff;
  margin-left: 3px;
  animation: blink 0.7s infinite;

}

@keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
}

#dynamicWord {
    display: inline-block;
    height: 130px;
    white-space: nowrap;
    font-family: "BDO Grotesk", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 107px;
    line-height: 128.96px;
    letter-spacing: -2.79px;
    vertical-align: middle;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.trigger {
  height: 0;
}

.why-row-div .col-md-5 {
  position: sticky;
  top: 80px;
  height: 500px;
}

.why-card {
    position: sticky;
    top: 100px;
    opacity: 3;
    z-index: 1;
}

.why-card.active {
  opacity: 1;
  transform: translateY(0);
}

.why-card:nth-child(1) {
  z-index: 3;
}
.why-card:nth-child(2) {
  z-index: 3;
}
.why-card:nth-child(3) {
  z-index: 3;
}


.case-item {
  background: #000;
  position: sticky;
  top: 0px;
  z-index: 2;
  opacity: 0;
  transform: translateY(60px);
 
}


.case-item.active {
  opacity: 1;
  transform: translateY(0);
}



h5.logo-wrap img {
    height: auto;
    width: 100%;
}

.marketing-Dsco-section-h1 sup {
    top: -1.7em;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30%;
}

.logo-img-innerdiv img {
    width: 100%;
    height: auto;
}
.logo-img-innerdiv p {
    display: none;
}


@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 95%;
  }
}

/* Responsive (tab + mobile) */
@media (max-width: 992px) {
  .intro-card-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .table-grid p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .nav-center {
    display: none !important;
  }
  .social-vertical {
    display: none;
  }
  .hero-section-DSCO .container {
    margin-top: 160px;
  }
}

@media (max-width: 576px) {
  .intro-card-row {
    grid-template-columns: 1fr;
  }
}

.custom-table p.table-grid-p {
    border-color: rgba(255, 255, 255, 0.15);
}
#scroll_area .grid-right-line:nth-child(1), #scroll_area .grid-right-line:nth-child(4) {
    border: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100.48%, rgba(255, 255, 255, 0) 08%) 1;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
#scroll_area .grid-right-line:nth-child(8) {
    border: 1px solid transparent;
    border-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100.48%, rgba(255, 255, 255, 0) 98.08%) 1;
}
#scroll_area .grid-right-line:nth-child(2) {
    border: 1px solid transparent;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100.48%, rgba(255, 255, 255, 0) 98.08%) 1;
}
#scroll_area.dsco-card .table-grid p:nth-child(3), #scroll_area.dsco-card .table-grid p:nth-child(6) {
    border: 1px solid transparent;
    border-image: linear-gradient(265deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100.48%, rgba(255, 255, 255, 0) 08%) 1;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.domain_service_link { color: #fff;}

 a.domain_service_link:hover, a.explore-btn:hover {
    color: #af9aff;
    text-decoration: none;
}





section.teams-customer-types .container, section.our-offerings.service-bg .container {
    max-width: 1280px;
}


nav.nav-wrapper.active {
    background: rgba(7, 7, 7, 1);
}
