.social-row-wrap {
  width: 100%;
  overflow: hidden;
  margin-top: -200px;
}

.marquee {
  display: flex;
  gap: 25px;
  will-change: transform;
}

.social-container {
  width: 300px;
  height: 200px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.social {
  border-top: 1px solid #E6E6E6;
  margin-top: 150px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .social {
    margin-top: 0;
  }
  .social::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    background: #e6e6e6;
    z-index: 1;
    pointer-events: none;
  }
}
.social-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
}
.social-title {
  margin-top: 100px;
}
.social-link {
  width: 25%;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.012em;
  color: #000;
  position: relative;
  /* 	&::after {
  		content: '';
  		position: absolute;
  		top: 50%;
  		right: 0;
  		transform: translateY(-50%);
  		width: 1px;
  		height: 3000px;
  		background: #E6E6E6;
  		@media(max-width:992px) {
  			content:none;
  		}
  	} */
}

.social-link:after{
  content: '';
  display: block;
  width: 1px;
  height: 1400px;
    background-color: #E6E6E6;
    position: absolute;
    top: -50px;
}

.social-title img {
  width: 100%;
  position: relative;
}
.social-marquee-row {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 250px;
  display: flex;
  align-items: center;
  margin: 60px 0;
}
.social-marquee-inner {
  display: flex;
  gap: 450px;
  white-space: nowrap;
  /*       opacity: 0;
        transform: translateY(40px); */
}
.social-container {
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 315px;
  width: 100%;
  height: 190px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.social-container-top {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 2;
}
.social-container-top span {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 16%;
  text-transform: uppercase;
  color: #fff;
}
.social-container-bottom {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.0012rem;
  color: #fff;
  text-decoration: none;
  text-wrap: auto;
}
.social-container-bottom span {
  max-width: 150px;
  position: relative;
  z-index: 2;
  display: block;
}
.social-container-bottom::before {
  content: "";
  position: absolute;
  inset: 0;
}

@media screen and (max-width: 992px){
    .social-row-wrap {
        margin: 0;
        position: relative;
        z-index: 1;
    }

    .social-line-horizontal-second {
        display: block;
        height: 1px;
        width: 100%;
        background: #e6e6e6;
        position: absolute;
        z-index: -1;
        top: 460px;
    }
    .social-marquee-inner {
        gap: 100px !important;
    }
    .social-links {
        display: flex;
        flex-wrap: wrap;
    }
    .social-link {
        width: 50%;
        padding: 94px 0;
        font-size: 18px;
    }
    .social-line-vertical {
        height: 100%;
        width: 1px;
        background: #e6e6e6;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .social {
        border-top: none;
    }
    .social-line-horizontal {
        height: 1px;
        width: 100%;
        background: #e6e6e6;
        position: absolute;
        z-index: -1;
        top: 260px;
    }
    .social-line-horizontal-2 {
        height: 1px;
        width: 100%;
        background: #e6e6e6;
        position: absolute;
        z-index: -1;
        top: 500px;
    }
    .social-line-horizontal-3 {
        height: 1px;
        width: 100%;
        background: #e6e6e6;
        position: absolute;
        z-index: -1;
        top: 500px;
    }
    .social-title {
        margin-top: 100px;
    }
    .marquee-2, .marquee-3 {
        display: none;
    }

    .social-link:after{
      display: none;
    }
}