@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:400,600");

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

a {
  text-decoration: none;
}

body {
  margin: 0;
  font-family: 'Arial', sans-serif;
}

.navbar {
  backdrop-filter: blur(6px) brightness(100%);
  -webkit-backdrop-filter: blur(6px) brightness(100%);
  background: linear-gradient(180deg, rgb(20, 9, 33) 0%, rgba(0.06, 0.06, 0.06, 0.01) 100%);
  position: fixed;
  top: 0;
  width: 100%;
  height: 144px;
  z-index: 1000;
  padding-left: 90px;
  padding-right: 90px;
}

@media (max-width: 991.98px) {
  .navbar {
    padding-left: 15px;
    padding-right: 15px;
    height: unset;
  }
}

.navbar-brand {
  margin-right: 15px;
  width: 200px;
}

.navbar-nav {
  margin: auto;
}

.navbar-light .navbar-nav .nav-link {
  padding: 0.7rem 1rem;
  font-family: "Libre Franklin", Helvetica;
  font-weight: 400;
  color: #ddd7ff;
  font-size: 14px;
  letter-spacing: 0;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: white;
}

.navbar-light .navbar-toggler {
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: none;
  outline: none;
}

.navbar-light .navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler-icon i {
  color: #fff;
}

.btn-hello {
  margin-left: 15px;
  border: 1px solid #8a2be2;
  color: #ddd7ff;
  padding: 9px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;
}

.btn-hello:hover {
  background-color: #3E3355;
  border: 1px solid #8a2be2;
  color: #ddd7ff;
}

.btn-work-with-us {
  border: 1px solid #6C40EB;
  color: #ddd7ff;
  padding: 9px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;
  background-color: #5B09D3;
  position: relative;
  overflow: hidden;
}

.btn-work-with-us:hover {
  background-color: #773EEE;
  color: #ddd7ff;
}

.btn-work-with-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  z-index: 1;
}

.btn-work-with-us:hover::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

.div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 24px;
  border-radius: 100px;
  border: 1px solid;
  border-color: #6c5aff;
}

.div-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  background: linear-gradient(180deg, rgb(248.07, 246.94, 255) 0%, rgb(156.6, 140.59, 255) 100%);
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Libre Franklin", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.supercharge {
  text-shadow: 0px 0px 9px #3b44917a;
  background: linear-gradient(180deg, rgb(248.07, 246.94, 255) 0%, rgb(156.6, 140.59, 255) 100%);
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Libre Franklin", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 58px;
  letter-spacing: 0;
  line-height: 64px;
  margin: 20px 0;
}

.our-team {
  font-family: "Libre Franklin", Helvetica;
  font-weight: 400;
  color: #ddd7ff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 20px;
}

.we-re-a {
  text-shadow: 0px 0px 9px #3b44917a;
  background: linear-gradient(180deg, rgb(248.07, 246.94, 255) 0%, rgb(156.6, 140.59, 255) 100%);
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Libre Franklin", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: 64px;
  margin-top: 20px;
  margin-bottom: 80px;
}

.supernova-is-the {
  font-family: "Libre Franklin", Helvetica;
  font-weight: 400;
  color: #858bad;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
}

.card-frame {
  border-radius: 16px;
  border: 1px solid;
  border-color: transparent;
  box-shadow: 0px 1px 20px #00000040;
  backdrop-filter: blur(4px) brightness(100%);
  -webkit-backdrop-filter: blur(4px) brightness(100%);
  border-image: linear-gradient(to bottom, rgba(118.1, 105.2, 205.2, 0.66) 5.08%, rgba(132.09, 113.89, 254.99, 0.08)) 1;
  background: linear-gradient(180deg, rgba(32.56, 26.19, 58.03, 0.7) 0%, rgba(56.21, 45.71, 98.19, 0) 100%);
  margin: 0 10px;
}

.card-seasoned {
  margin: 40px 10px;
  align-self: flex-end;
}

@media (min-width: 1260px) {
  .card-frame {
    width: 283px;
  }
  .card-for-team {
    margin: 0 -51px;
  }
}

@media (max-width: 1259.98px) {
  .card-frame {
    width: 35%;
  }
  #what-we-do {
    height: 1200px;
  }
  #our-team {
    height: 1300px;
  }
}

@media (max-width: 600px) {
  .card-frame {
    width: 77.5%;
    margin-bottom: 50px !important;
  }
  #what-we-do {
    height: 1600px;
  }
  #our-team {
    height: 3100px;
  }
}

.card-img-top {
  width: 160px;
  height: 160px;
  margin-top: -40px;
}
.container-for-cards {
  margin: 0 55px;
}

.what-we-do-text {
  background: linear-gradient(180deg, rgb(248.07, 246.94, 255) 0%, rgb(156.6, 140.59, 255) 100%);
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Libre Franklin", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
}

.each-member-explained {
  font-weight: 400;
  color: #ddd7ff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  font-family: "Libre Franklin", Helvetica;
  padding: 20px;
}

.text-content {
  border: 1px solid;
  border-color: transparent;
  box-shadow: 0px 1px 20px #00000040;
  backdrop-filter: blur(4px) brightness(100%);
  -webkit-backdrop-filter: blur(4px) brightness(100%);
  border-image: linear-gradient(to bottom, rgba(118.1, 105.2, 205.2, 0.66) 5.08%, rgba(132.09, 113.89, 254.99, 0.08)) 1;
}

.mb-custom {
  margin-bottom: 30px;
}

.card.active .text-content {
  display: block;
}

.card:not(.active) .text-content {
  display: none;
}

.card-seasoned:hover {
  cursor: pointer;
  /*transform: scale(1.05);*/
}

.card.active .card-seasoned {
  height: 100%; /* Expand the height when the card is active */
}

.card.active .image-content {
  display: none;
}

.container-fluid {
  padding: 0;
}

.carousel-card {
  border: 1px solid;
  border-color: transparent;
  box-shadow: 0px 1px 20px #00000040;
  backdrop-filter: blur(4px) brightness(100%);
  -webkit-backdrop-filter: blur(4px) brightness(100%);
  border-image: linear-gradient(to bottom, rgba(118.1, 105.2, 205.2, 0.66) 5.08%, rgba(132.09, 113.89, 254.99, 0.08)) 1;
  background: linear-gradient(180deg, rgba(32.56, 26.19, 58.03, 0.7) 0%, rgba(56.21, 45.71, 98.19, 0) 100%);
  height: 171px;
}

.responsive-area {
  min-height: 100vh;
  height: 1000px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.coloured-text {
  text-shadow: 0px 0px 9px #3b44917a;
  font-weight: 400;
  color: #858bad;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 17.7px;
}

.coloured-link {
  text-shadow: 0px 0px 9px #3b44917a;
  font-weight: 400;
  color: #858bad;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 17.7px;
}

.coloured-text:hover {
  text-decoration: none;
  color: white;
}

.carousel-img {
  position: relative;
  top: 20px;
  left: 24px;
  width: 48px !important;
  height: 48px;
  border-radius: 6px;
}

.partner-text {
  text-align: left;
  background: linear-gradient(180deg, rgb(248.07, 246.94, 255) 0%, rgb(156.6, 140.59, 255) 100%);
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Libre Franklin", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

#start {
  background: 
url('../img/HERO.jpg') center/cover no-repeat,
linear-gradient(180deg, rgb(19.76, 8.17, 34.53) 0%, rgb(20.35, 11.02, 32.24) 100%);
}

#what-we-do {
  background-image: url('../img/TRIANGLES.png');
}

#our-team {
  background-image: url('../img/CIRCLE-TRIANGLE.png');
}

#case-studies {
  background-image: url('../img/CASE STUDIES.jpg');
}

#partners {
  background-image: url('../img/TRIANGLES.png');
}

#call-to-action {
  background-image: url('../img/CIRCLE-TRIANGLE.png');
  margin-top: -60px;
  height: 850px;
}
.footer {
  background-image: url('../img/TRIANGLES.png');
  padding: 20px;
}
.container-footer {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
.gradient-hr {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #524062, rgba(255, 255, 255, 0));
}
@media (max-width: 767.98px) {
  .footer {
    text-align: center !important;
  }
  .footer-minimise {
    text-align: center !important;
    margin: 20px 0;
  }
  /*.coloured-text {
    margin: 15px;
  }*/
  .supercharge {
    font-size: 52px;
  }
}
@media (max-width: 470px) {
  #our-team {
    height: 3500px;
  }
}
@media (max-width: 385px) {
  .btn-hello {
    margin-left: 0;
  }
}
@media (max-width: 364px) {
  .btn-hello {
    margin-top: 10px;
  }
  .supercharge {
    font-size: 48px;
  }
}
@media (max-width: 341px) {
  .supercharge {
    font-size: 42px;
  }
  #what-we-do {
    height: 1800px;
  }
}
@media (max-width: 305px) {
  .supercharge {
    font-size: 37px;
  }
}