/*DJ*/


:root {
  --site-color: #fff;
  --site-text-color: #000;
  --site-background-color: #fff;
  --site-hover-color: #fff;
  --site-button-color: #000;
  --site-primary-font: "Space Grotesk", sans-serif;
  --site-secondary-font: "Orbitron", sans-serif;

  --site-white-color: #ffffff;
  --site-black-color: #000000;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

strong {
  font-weight: bold;
}
body::-webkit-scrollbar {
  width: 0 !important;
}

body {
  overflow: -moz-scrollbars-none;
}

body {
  -ms-overflow-style: none;
}

body {
  margin: 0;
  font-family: var(--site-primary-font);
  font-weight: normal;
  line-height: 1;
  position: relative;
  width: 100%;
  background-color: #000;
  color: #fff;
  height: auto;
}
.titleOrbit {
  font-family: var(--site-secondary-font);
  letter-spacing: 1px;
}
#graphics {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;

  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

body.black .canvas-bg.js-animate {
  color: #fff;
  background: #000;
}
body.white .canvas-bg.js-animate {
  color: #000;
  background: #fff;
}
.canvas-bg.js-animate {
  opacity: 1;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body.black {
  color: #fff;
  background: #000;
}
body.white {
  color: #000;
  background: #fff;
}

.black img.black {
  display: block;
}
.black img.white {
  display: none;
}

.white img.black {
  display: none;
}
.white img.white {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

a {
  color: #fff;
  text-decoration: none;
}

.black a {
  color: #fff;
}

.white a {
  color: #000;
}

a:hover {
  opacity: 0.75;
  transition: 1s all linear;
  animation-delay: 3s;
}
section {
  position: relative;
}
button {
  background-color: var(--site-button-color);
  color: var(--site-text-color);
  width: 100%;
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid var(--site-color);
}

.overlayload {
  width: 100%;
  height: 100vh;
  background: #000;
  position: fixed;
  z-index: 20;
  top: 0;
}
.overgifwrap {
  width: 12.5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* lOADING VIDEO :start */
.loader {
  position: relative;
  z-index: 99999;
}
.loading-bar {
  display: block;
  height: 0.3vw;
  width: 100%;
  background: #000;
  box-shadow: inset 0px 0px 0px 1px #000;
  border-radius: 50px;
  overflow: hidden;
  margin-top: 1.5vw;
}

.loading-bar .progress-bar {
  display: block;
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 50px;

  -webkit-animation: progress-animation 5s ease-in-out;
  animation: progress-animation 5s ease-in-out;
}

.loading-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: auto;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-text span {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
}
.loading-text span:nth-child(1) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
  animation: blur-text 1.5s 0s infinite linear alternate;
}
.loading-text span:nth-child(2) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
  animation: blur-text 1.5s 0.2s infinite linear alternate;
}
.loading-text span:nth-child(3) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
  animation: blur-text 1.5s 0.4s infinite linear alternate;
}
.loading-text span:nth-child(4) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
  animation: blur-text 1.5s 0.6s infinite linear alternate;
}
.loading-text span:nth-child(5) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
  animation: blur-text 1.5s 0.8s infinite linear alternate;
}
.loading-text span:nth-child(6) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
  animation: blur-text 1.5s 1s infinite linear alternate;
}
.loading-text span:nth-child(7) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
  animation: blur-text 1.5s 1.2s infinite linear alternate;
}

@-webkit-keyframes blur-text {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(4px);
  }
}

@keyframes blur-text {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(4px);
  }
}
section {
  opacity: 0;
  transition: translate 1500ms ease-in-out, opacity 1500ms ease-in-out;
  translate: 0 -5vh;
}
section.active {
  opacity: 1;
  translate: 0;
}

section.sideNav {
  position: fixed;
  z-index: 10;
  top: 30%;
  right: 2.25%;
  transform: translate(-50%, -50%);
}
.side-nav {
  height: 20vw;
  width: 0.2vw;
  position: absolute;
  background: #fff;
  border-radius: 10vw;
}

.side-nav a {
  position: absolute;
  width: 1.25vw;
  height: 1.25vw;
  border: 1px solid #fff;
  border-radius: 50%;
  left: -0.55vw;
  background: #000;
  transition: 0.25s all linear;
}
.side-nav a:hover {
  opacity: 1;
}

a.sideN.about {
  bottom: 50%;
}
a.sideN.contact {
  bottom: 0;
}

a.sideN.onscrollActive {
  background: #fff;
}
.white .side-nav a {
  background: #fff;
  border: 1px solid #000;
}
.white .side-nav {
  background: #000;
}
.white a.sideN.onscrollActive {
  background: #000;
}
section.nav-head {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  width: 96%;
  margin: 0 auto;
  padding-top: 2vh;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 2%;
}

section.nav-head > div {
  width: 50%;
}
.navlogo a {
display: none;
}
.nav {
  text-align: right;
}
.nav a.navhome {
  display: none;
}
.nav a {
  margin-right: 1.25vw;
  border-radius: 10vw;
  width: 8vw;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  height: 2vw;
  line-height: 2;
  font-size: 0.88vw;
  font-style: italic;
  text-transform: lowercase;
}

.nav a:last-child {
  margin-right: 0;
}
.nav a.onscrollActive,
.nav a:hover {
  /* color: #fff; */
  border: 1px solid #000;
  background: #000;
 
  box-shadow: 0 10px 30px rgba(77, 121, 255, 0.3);
  border-color: rgba(77, 121, 255, 0.5);
  background: linear-gradient(
    135deg,
    rgba(77, 121, 255, 0.1),
    rgba(255, 107, 255, 0.05)
  );
  /* opacity: 0.85; */
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

.navlogo {
  display: flex;
  flex-direction: column;
}
.switch input {
  display: none;
}

.switch label {
  display: block;
  width: 2.25vw;
  height: 1.4vw;
  padding: 0.175vw 0.2vw;
  border-radius: 5vw;
  border: 1px solid #000;
  cursor: pointer;
  transition: 0.3s;
}

.switch label::after {
  content: "";
  display: inherit;
  width: 0.9vw;
  height: 0.9vw;
  border: 1px solid;
  border-radius: 50%;
  transition: 0.3s;
}

.switch input:checked ~ label {
  border-color: #000;
}

.switch input:checked ~ label::after {
  translate: 0.75vw 0;
}

.black .switch input ~ label {
  border-color: #fff;
}

.headerContent {
  display: flex;

  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  width: 90%;
  margin: 0 auto;
  transition: 0.3s all linear;
}


.headerTitle {
  text-align: center;
  font-size: 10vw;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
      color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.headerImg {
  width: 100%;
  margin: 1vw auto;
}

.headerDesc {
  text-align: center;
  font-size: 1.5vw;
  font-weight: 200;
  margin-top: 1.5vw;
  font-style: italic;
}

a.button-down {
  position: relative;
  margin: 0 auto;
  background: #000;
  /* background-image: linear-gradient(to right top, #000000, #331019, #620f24, #920728, #c20023, #d6002e, #ea003a, #ff0047, #ff006c, #f70096, #da00c4, #a020f0); */
  color: #fff;
  height: 3vw;
  width: 3vw;
  border-radius: 50%;
  transition: all 0.2s linear;
  font-size: 1.3vw;
  text-align: center;
  display: flex
;
  align-items: center;
  justify-content: center;
}

.button-down:hover {
  transform: translate3d(0, 10px, 0);
}

.downBtn {
  position: absolute;
  left: 50%;
  display: flex;
  bottom: 4vh;
  transform: translateX(-50%);
}

#mainwork {

}
.workContentWrap {
  position: relative;

  display: flex;
  width: 80%;
  align-items: center;
  margin: 0 auto;
 
  flex-direction: column;
  justify-content: center;
  padding: 5% 0;
  background-color: #000;
}

.white .workContentWrap{
  background-color: #fff;

}
.aboutContentWrap {
  position: relative;

  display: flex;
  width: 85%;
  align-items: center;
  margin: 10vw auto;

  flex-direction: column;
  justify-content: center;
}

.aboutTitlemain,
.workTitlemain {
  font-size: 2.5vw;
  margin-bottom: 2vw;
  font-weight: 600;
}

section#about .aboutContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10vw;
  opacity: 0;
}
section#about .aboutContent:last-child {
  margin-bottom: 0;
}

section#about.aniFour .aboutContent {
  animation: fadeInUp 2s ease-in-out;
  opacity: 1;
}
.aboutDesc,
.workDesc {
  width: 72%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2vw;
  line-height: 1.5;
  font-weight: 300;
}

.workDesc {
  width: 72%;
  margin: 0;
}
.aboutDesc p,
.workDesc p {
  margin: 0;
  margin-bottom: 1vw;
  opacity: 0.85;
}
.aboutDesc p:last-child,
.workDesc p:last-child {
  margin-bottom: 0;
}
.aboutDesc li {
  margin-bottom: 1vh;
}
section#contact {
  background: #000;
  background: #000;


  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  margin: 10vw auto;
}
.contactContent {
  display: flex;
  
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin: 0 auto;
  padding: 7vh 0;
}

.contactTitle {
  font-size: 2.5vw;

  font-weight: 600;
  margin-bottom: 2vw;
  color: #fff;
}

section#contact .contactLink {
  opacity: 0;
}

section#contact.aniFive .contactLink {
  animation: fadeInUp 2s ease-in-out;
  opacity: 1;
  text-align: center;
}

.contactLink div {
  color: #fff;
  font-size: 1.25vw;
  line-height: 1.5;
  font-weight: 400;
}

.contactLink a{
  font-size: 1.75vw;
  line-height: 1;
  font-weight: unset;
  padding: 0 0.75vw;
  color: white;
}
.contactLink a:hover,.copyright-links a:hover{
  opacity: 0.4;
}
.contactLink div {
  margin-bottom: 1vw;
  font-weight: 300;
}
section.footer {
  text-align: center;

  width: 100%;
  font-size: 0.8vw;
}

#container {
  width: 85%;
  margin: 0 auto;
  position: relative;
}
.logoTitle {
  display: flex;
  align-items: center;
  justify-content: center;
 
}

span.miniImg {
  width: 2vw;
  padding-right: 0.5vw;
}

span.miniTit {
  font-size: 1.3vw;
  font-weight:600;
  margin-bottom: 1vw;
}


.miniTitMain {
  font-size: 3vw;
  margin-bottom: 2vw;
  font-weight: 300;
}

.teamTitle {
  font-size: 2vw;
  margin-bottom: 2vw;
  font-weight: 300;
}
.team-carousel {
  width: 90%;
  margin: 0 0 0 auto;
}

#team .owl-theme .owl-nav {
  margin-top: 2vw;
  text-align: left;
}

#team .owl-carousel .owl-nav button.owl-next,
#team .owl-carousel .owl-nav button.owl-prev {
  display: inline-block;
  width: 2vw;
  margin: 0;
}

#team .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #4d5bdf;
  text-decoration: none;
}
.memberImg img {
  border-radius: 10px;
}


.copyright-links {
  padding: 1.5vw 0;
}

.copyright-links span,
.copyright-links a {
  font-size: 0.8vw;
  line-height: 1;
  font-weight: 300;
}

/* ---------- Container for the orbiting circles animation ---------- */
#circle-orbit-container {
  position: fixed;
  top: 50%;
  right: -25%;
  height: 25vw;
  width: 25vw;
  transform: translate(-50%, -50%);
  z-index: 10;
}

/* ---------- Inner orbit - This is the circles closest to the central point ---------- */
#inner-orbit {
  position: absolute;
  top: 35%;
  left: 35%;
  width: 30%;
  height: 30%;
  border: 2px #fff dashed;
  border-radius: 100%;
  -webkit-animation: spin-right 10s linear infinite;
  animation: spin-right 10s linear infinite;
}

/* ---------- Repeating styles for the inner orbiting circles ---------- */
.inner-orbit-cirlces {
  position: absolute;
  top: 9%;
  left: 6%;
  height: 1vw;
  width: 1vw;
  border-radius: 100%;
  background-image: linear-gradient(
    rgba(246, 255, 104, 0.75),
    rgba(0, 0, 0, 0.75),
    rgba(246, 255, 104, 0.75)
  );

  background-color: #f6ff68;
  animation: rotate 10s ease-in-out infinite both alternate;
}

/* ---------- Middle orbit - This is the circles second closest to the central point ---------- */
#middle-orbit {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  border: 2px #fff dashed;
  border-radius: 100%;
  -webkit-animation: spin-right 15s linear infinite;
  animation: spin-right 15s linear infinite;
}

/* ---------- Repeating styles for the inner orbiting circles ---------- */
.middle-orbit-cirlces {
  position: absolute;
  top: 1%;
  left: 73%;

  height: 2vw;
  width: 2vw;
  border-radius: 100%;
  background-image: linear-gradient(
    rgba(0, 255, 202, 0.75),
    rgba(0, 0, 0, 0.75),
    rgba(0, 255, 202, 0.75)
  );

  background-color: #00ffca;
  animation: rotate 10s ease-in-out infinite both alternate;
}

/* ---------- Outer orbit - This is the circles furthest away from the central point ---------- */
#outer-orbit {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  border: 2px #fff dashed;
  border-radius: 100%;
  -webkit-animation: spin-right 20s linear infinite;
  animation: spin-right 20s linear infinite;
}

/* ---------- Repeating styles for the outer orbiting circles ---------- */
.outer-orbit-cirlces {
  position: absolute;
  top: 6%;
  left: 78%;
  height: 3vw;
  width: 3vw;
  border-radius: 100%;

  background-image: linear-gradient(
    rgba(255, 1, 65, 0.75),
    rgba(0, 0, 0, 0.75),
    rgba(255, 1, 65, 0.75)
  );
  background-color: #ff0141;
  animation: rotate 10s ease-in-out infinite both alternate;
}


.slider {

  position: relative;
  width: 100%;

  display: grid;
  place-items: center;
  overflow: hidden;
}

.white .slider {
  background: #fff;
}

.slider::before,
.slider::after {
  position: absolute;
  background-image: linear-gradient(to right,
          rgba(0, 0, 0, 1) 0%,
          rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  width: 25%;
  z-index: 2;
  pointer-events: none;
}

.white .slider::before,
.white .slider::after {
  background-image: none;

}
.slider::before {
  left: 0;
  top: 0;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

/*  IMPORTANT CODE BELOW */

.slide-track {
  width: calc(150px * 20);
  display: flex;
  animation: scroll 50s linear infinite;
  justify-content: space-between;
  height: 23vh;

}


.slide {
  width: 150px;

  display: grid;
  place-items: center;
  transition: 0.5s;
  cursor: pointer;
}

.slide img {
  filter: drop-shadow(black 2px 2px 4px);
}

.slide:hover {
  transform: scale(0.8);
}

@keyframes scroll {
  0% {
      transform: translateX(0px);
  }

  100% {
      transform: translateX(calc(-150px * 10));
  }
}

@keyframes scroll2 {
  0% {
      transform: translateX(0px);
  }

  100% {
      transform: translateX(calc(-150px * 5));
  }
}
.marqueed {
  width: 100%;
  margin-bottom: 10vw;
}

.marqueed .logoTitle {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2vw;
}


/* Features Section */
:root {
  --deep-space: #0b0e23;
  --nebula-purple: #1a1f3d;
  --quantum-blue: #4d79ff;
  --pulsar-pink: #ff6bff;
  --starlight: #e0e0ff;
  --black-hole: #000318;
}
.features-section {
  width: 100%;
}

.section-title {
  font-family: "Orbitron", sans-serif;
  font-size: 2.5vw;
  text-align: center;
  margin: 0;
  margin-bottom: 3vw;
  position: relative;
 
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  border-radius: 3px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  gap: 2rem;
  margin-top: 3vw;
}

.feature-card {

  background: rgba(0, 0, 0, 0.5);

  border-radius: 1vw;
  padding: 1.5vw;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(77, 121, 255, 0.2);
}
.white .feature-card{
  background: rgba(256,256,256, 0.5);


}
.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(77, 121, 255, 0.2);
  border-color: rgba(77, 121, 255, 0.5);
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(77, 121, 255, 0.1),
    rgba(255, 107, 255, 0.05)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-icon {
  width: 4vw;
  height: 4vw;
  background: rgba(77, 121, 255, 0.1);
  border-radius: 50%;
  display: flex
;
  align-items: center;
  justify-content: center;
  margin-bottom: 1vw;
  border: 1px solid rgba(77, 121, 255, 0.3);
  font-size: 2vw;
}

.feature-title {
  font-family: "Orbitron", sans-serif;
  font-size: 1.2vw;
  margin-bottom: 1vw;
}

.feature-desc {
opacity: 0.85;
line-height: 1.5;
font-size: 1vw;
}

.mob {
  display: none;
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .nav a.onscrollActive, .nav a:hover{
    border-color: transparent;
   
  }
  .section-title , .aboutTitlemain{
    font-size: 7vw;
    
    margin-bottom: 10vw;

}
section.sideNav {
  display: none;
}
  .mob {
    display: block;
  }
  .desk {
    display: none;
  }
  .headerImg {
    margin: 15px auto;
  }
  .switch {
    position: absolute;
    right: 1vw;
    top: 1vw;
  }
  .navlogo a {
    opacity: 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 5vw;
    transition: translate 750ms ease-in-out, opacity 750ms ease-in-out;
  }
  section.nav-head.show a.navhome {
    opacity: 1;
}
  .navlogo {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 1vw;
  }
  section.nav-head {
    width: 100%;
    margin: 0 auto;
    padding: 1vw 5%;
    position: fixed;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: unset;
  }
  section.nav-head.show{
    background-color: rgba(0, 0, 0, 0.5);
  }
  .white section.nav-head.show{
    background-color: rgba(256, 256, 256, 0.5);
  }
  section.nav-head > div {
    width: 100%;
    text-align: center;
  }
  .togl .buttonsWrap {
    width: 20vw;

    border-radius: 10vw;

    height: 6vw;
    line-height: 6vw;
    display: flex;
  }
  .nav {
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  .nav a {
    margin-right: 2%;
    border-radius: 10vw;
    width: 30%;
    height: 5.5vw;
    line-height: 5vw;
    font-size: 2.5vw;
  }
  .headerTitle {
    font-size: 15vw;
  }
  .headerDesc {
    width: 100%;

    font-size: 3.2vw;
  }
  .togl .buttonsWrap a {
    font-size: 3vw;
  }

  .switch label::after {
    content: "";
    display: inherit;
    width: 10px;
    height: 10px;
  }

  .switch label {
    display: block;

    padding: 1.5px 3px;
    border-radius: 10vw;
    width: 25px;
    height: 15px;

    border-radius: 10vw;
  }
  .switch input:checked ~ label::after {
    translate: 8px 0;
  }
  .downBtn {

    bottom: 10vh;

}
  a.button-down {
    padding: 15px;

    height: 20px;
    width: 20px;

    font-size: 20px;
  }

  span.miniImg {
    width: 35px;
    padding-right: 10px;
    padding-bottom: 5px;
  }

  .miniTitMain {
    font-size: 35px;
    margin-bottom: 20px;
  }
  span.miniTit {
    font-size: 25px;
  }
  .chargehubs.aniThree .artistImage1 {
    animation: fadeInUp 2s ease-in-out;
    opacity: 1;
  }
  .artistImage,
  .artistImage1 {
    margin-bottom: 30px;
  }

  .workContentWrap {
    width: 90%;
    padding: 10% 0;
}


  .contactLink a,
  .contactLink div {
    font-size: 3.5vw;
    line-height: 1.2;
    margin: 2vw auto 5vw;
  }
  .contactLink a{
    font-size: 6vw;
    line-height: 1;
    padding: 0 3vw;
  }
  .aboutContentWrap {
    position: relative;
    width: 90%;
    margin: 20vw auto;

    display: flex;
   
    flex-direction: column;
  }
  
  .aboutDesc,.workDesc {
    width: 90%;
    margin: 0 auto;
    font-size: 3.5vw;
    line-height: 1.5;

  }
  .aboutDesc p, .workDesc p {

    margin-bottom: 25px;
 
}
  section#about .aboutContent {
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-bottom: 20vw;
  }
  .logoTitle {
    width: 100%;
  }
  .marqueed {
    margin-bottom: 20vw;
}.feature-title{
  font-size: 3.5vw;
  flex: 0 0 70vw;
  margin: 0;
  margin-left: 5vw;
}
.feature-desc{
  font-size: 3.5vw;
  display: block;
  flex: 0 0 100%;
  text-align: center  ;
}
.features-grid {
  display: grid
;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  gap: 2rem;
  margin-top: 5vw;
}

.feature-icon {
  width: 10vw;
  height: 10vw;
  /* margin-bottom: 5vw; */
  font-size: 5vw;
  flex: 0 0 10vw;
}
.feature-card {
  border-radius: 5vw;
  padding: 4vw 2vw;
  align-items: center;
  display: flex
;
  flex-wrap: wrap;
}
  section#contact {
    background: transparent;
    margin: 20vw auto;
  }
  .contactContent {
    display: flex;
    width: 80%;
    align-items: center;
    margin: 0 auto;
    padding: 10% 5%;
    flex-direction: column;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    border-radius: 20px;
  }
  .contactTitle {
    font-size: 25px;

    margin-right: unset;
  }

  .copyright-links span,
  .copyright-links a {
    font-size: 10px;
    line-height: 1.5;
    }
  .copyright-links {
    padding-bottom: 20px;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes progress-animation {
  0% {
    width: 0%;
  }
  20% {
    width: 10%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 60%;
  }
  75% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}

@keyframes progress-animation {
  0% {
    width: 0%;
  }
  20% {
    width: 10%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 60%;
  }
  75% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}

/* ---------- Animation ---------- */
@keyframes spin-right {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}


@media screen and (max-width: 768px) {
  .slide-track {
      width: calc(80px * 20);
  }


  .slide {
      width: 80px;
  }

  @keyframes scroll {
      0% {
          transform: translateX(0px);
      }

      100% {
          transform: translateX(calc(-80px * 10));
      }
  }

  @keyframes scroll2 {
      0% {
          transform: translateX(0px);
      }

      100% {
          transform: translateX(calc(-80px * 5));
      }
  }
}



