.dsco-about-section {
background: rgba(16, 16, 16, 1);
position: relative;
  overflow: hidden;
}
.dsco-about-row{
min-height: 100vh;
align-items: center;
}

.dsco-about-title{
 font-family: 'BDO Grotesk';
font-weight: 400;
font-style: Regular;
font-size: 6.875rem;
line-height: 130px;
letter-spacing: 0px;
vertical-align: middle;
color: rgba(255, 255, 255, 1);
}

.dsco-about-title span {
color: rgba(105, 46, 232, 1);

}

.dsco-about-text {
font-family: 'Standerd';
font-weight: 500;
font-style: Medium;
font-size: 2.5rem;
line-height: 100%;
letter-spacing: 0px;
vertical-align: middle;
color: rgba(215, 217, 255, 1);
margin-bottom: 60px;
 
}

.dsco-about-btn {
  background: transparent;
 border: 1px solid rgba(255, 255, 255, 1);
  color:  rgba(255, 255, 255, 1);
  padding: 16px 28px;
  border-radius: 67px;
font-family: "Standerd";
font-weight: 400;
font-style: Regular;
font-size: 1.5625rem;
line-height: 28px;
letter-spacing: 2%;
text-align: center;
text-decoration: none;

}

.dsco-aboutimg-div {
position: relative;
 text-align: center;}

.about-img {
 width: 100%;
  border-radius: 16px;
}
.gradient-text-dsco {
  font-family: "BDO Grotesk";
font-weight: 500;
font-style: Medium;
font-size: 7.8125rem;
line-height: 130px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
 position: relative;
  bottom: 30px;
  width: 100%;
 background: linear-gradient(182.91deg, #FFFFFF 2.42%, rgba(199, 199, 199, 0.12) 83.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}
.co-wrap {
  position: relative;
  display: inline-block;
}

.tm-mark {
  position: absolute;
  top: -114px;
  right: 35px;
  font-family: "BDO Grotesk";
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 35px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.35);
  z-index: 5;
}
.about-ds-team-section {
background: rgba(16, 16, 16, 1);
  padding: 100px 0;
 
}

.ds-team-heading {
  font-family: "BDO Grotesk";
font-weight: 400;
font-style: Regular;
font-size: 4.125rem;
line-height: 90px;
letter-spacing: 0%;
text-align: center;
color: rgba(255, 255, 255, 1);
  margin-bottom: 60px;
}

.ds-team-heading span {
  color: #7b5cff;
}
section.about-ds-team-section .container {
    width: 80%;
}
.ds-team-card {
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
    height: 100%;
    width: 100%;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.ds-team-card.purple {
 background: rgba(105, 45, 231, 1);
 color: rgba(255, 255, 255, 1);


}
.ds-team-card.light {
 background: rgba(213, 216, 254, 1);
  color: rgba(0, 0, 0, 1);

}
.about-ds-team-info h5 {
  font-family: "BDO Grotesk";
font-weight: 500;
font-style: Medium;
font-size: 2rem;
line-height: 38px;
letter-spacing: -2px;
text-align: center;
vertical-align: middle;
  margin-bottom: 4px;
}
.intro-ptext {
    font-family: 'Standerd';
}
.strategy-intro-text {
    font-family: 'Standerd';
}
.strategy-desc {
    font-family: 'Standerd';
}
.about-ds-team-section .col-lg-4.col-md-6 {
    padding: 40px;
}
.about-ds-team-info p {
    font-family: 'Standerd';
    font-weight: 500;
    font-style: Medium;
    font-size: 1.2rem;
    line-height: 34px;
    letter-spacing: 0.82px;
    text-align: center;
    vertical-align: middle;
    opacity: 0.8;
}
.ds-team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 
}

.ds-team-btns {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.ds-team-btns a {
  padding: 10px 20px;
  border-radius: 30px;
  font-family: "BDO Grotesk";
font-weight: 500;
font-style: Medium;
font-size: 1.25rem;
line-height: 100%;
letter-spacing: 1px;
  text-decoration: none;

}
.about-team-storybtn{
    background: rgba(255, 255, 255, 1);
    color: rgba(16, 16, 16, 1);


}
.team-talkbtn{
    color: rgba(255, 255, 255, 1);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 1);

}


.about-ds-video-section {
  position: relative;
  width: 100%;
  height: 800px;
  background-image: url("../images/about-video-section.png"); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.ds-aboutimg{
width: 100%;
height: auto;

}
.about-ds-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
   cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.node-142 .lets-span {
    background: rgba(105, 46, 232, 1);
    border-radius: 100px;
    padding: 3px 20px;
    margin-left: 15px;
}
.node-142 span.lets-span img {
    width: 16px;
    height: 16px;
}





.about-ds-video-section {
  position: relative;
  overflow: hidden;
}

.about-ds-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}