/* RESET */
/* Box sizing rules!!! */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600;700&family=Lato:ital,wght@0,400;0,900;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hammersmith+One&family=Josefin+Sans:wght@600;700&family=Lato:ital,wght@0,400;0,900;1,400&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
svg {
  shape-rendering: geometricPrecision; /* For precise edges */
  text-rendering: geometricPrecision; /* For text inside SVGs */
  image-rendering: auto; /* Ensures no pixelation */
}

:root {
  --clr-teal: #008d8f;
  --clr-teal-light: #00b0b2;
  --clr-drk-blue: #0748a9;
  --clr-light-blue: #4BC1FF;
  --clr-dark: #03171F;
  --clr-offwhite: #B7B7B7;
  --clr-red: #850101;
  --clr-orange: #B36B06;
  --clr-white: #ffffff;
}

.greyscale {
  -webkit-filter: grayscale(100%) drop-shadow(10px 10px 9px rgba(0, 0, 0, 0.5));
  filter: grayscale(100%) drop-shadow(10px 10px 9px rgba(0, 0, 0, 0.5));
}

:root {
  --clr-teal: #008d8f;
  --clr-teal-light: #00b0b2;
  --clr-drk-blue: #0748a9;
  --clr-light-blue: #4BC1FF;
  --clr-dark: #03171F;
  --clr-offwhite: #B7B7B7;
  --clr-red: #850101;
  --clr-orange: #B36B06;
  --clr-white: #ffffff;
}

.greyscale {
  -webkit-filter: grayscale(100%) drop-shadow(10px 10px 9px rgba(0, 0, 0, 0.5));
  filter: grayscale(100%) drop-shadow(10px 10px 9px rgba(0, 0, 0, 0.5));
}

:root {
  --ff-primary: 'Lato', sans-serif;
  --ff-secondary: 'Afacad Flux', sans-serif;
  --fs-body: 1rem;
  --fs-base: 18px;
  --fw-reg: 300;
  --fw-bold: 900;
  --fs-h1: 3.5rem;
  --fs-h2: 2.3rem;
  --fs-h3: 2rem;
  --fs-h4: 1.7rem;
}
@media (min-width: 991px) {
  :root {
    --fs-base: 18px;
    --fs-h1: 6rem;
    --fs-h2: 3.2rem;
    --fs-h3: 2.6rem;
    --fs-h4: 2rem;
  }
}

body {
  font-size: var(--fs-base);
  font-family: var(--ff-primary);
  line-height: 1.6;
}

strong {
  font-weight: var(--fw-bold);
}

p {
  margin-bottom: 1.3rem;
  line-height: 1.5;
}

a {
  color: var(--clr-teal-light);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

Fix misalignment on bulleted list ul.flush-list {
  margin: 0;
  padding: 0;
}

ul.flush-list li {
  position: relative;
  padding-left: 0.1em;
  line-height: 1.5;
  margin-left: 1em;
}

h1 {
  color: #fff;
}

h1,
h2,
h3,
h4 {
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}

h1,
h2,
h3,
ul,
.btn {
  margin-bottom: 2rem;
  padding: 0;
}

.hero-title {
  font-size: var(--fs-h1);
  font-weight: 600;
  font-family: "Afacad Flux", sans-serif;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  text-align: center;
  background: linear-gradient(162deg, #FFF 25.49%, #939DB8 110.77%);
  background-clip: text;
  color: transparent;
  font-feature-settings: "salt" on, "ss02" on;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.9));
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
@media (min-width: 991px) {
  .hero-title {
    text-align: unset;
    font-size: var(--fs-h1);
    margin-bottom: 0.4em;
  }
}

.subtitle {
  font-size: 1rem;
  color: white;
  letter-spacing: 0.4em;
  margin-bottom: 2rem;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 991px) {
  .subtitle {
    text-align: unset;
    font-size: 1.1rem;
    margin-bottom: 75px;
  }
}

.sentence-case {
  text-transform: unset;
}

.header-overscore::before {
  content: "";
  position: absolute;
  left: 50%; /* Moves the left edge to the middle of the parent */
  top: -40px;
  transform: translateX(-50%); /* Centers the element itself */
  height: 4px;
  width: 50px;
  border-radius: 10px;
  background-color: var(--clr-teal);
}

p,
ul {
  color: var(--clr-offwhite);
}

.hero-title-promo {
  margin-bottom: 0.4em;
}

.hero-title-promo span {
  display: block;
}

.line-one {
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  font-weight: 200;
  letter-spacing: 10px;
  line-height: 1.3;
}

.line-two {
  font-size: 4rem;
}

h1,
.h1 {
  font-size: var(--fs-h1);
  line-height: 0.9;
}

.h1 {
  margin-bottom: 1.4em;
}

h2 {
  font-size: var(--fs-h2);
}

.about-section h2 {
  text-align: center;
}
@media (min-width: 991px) {
  .about-section h2 {
    text-align: unset;
  }
}

.h2-pop {
  font-weight: 700;
  font-size: 3.5rem;
  display: block;
}
@media (min-width: 991px) {
  .h2-pop {
    margin-top: 0.2em;
    font-size: 4.5rem;
  }
}

h3 {
  font-size: var(--fs-h3);
}

.card-h3 {
  font-size: 2rem;
}
@media (min-width: 991px) {
  .card-h3 {
    font-size: 1.85rem;
  }
}

h4 {
  font-size: var(--fs-h4);
}

.bio-h4 {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 991px) {
  .bio-h4 {
    text-align: unset;
  }
}

.services-light h3 {
  background: -webkit-linear-gradient(162deg, #FFF 25.49%, #939DB8 110.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

li {
  padding-bottom: 0.5rem;
}

h1,
h2,
h3,
h4,
ul {
  margin-bottom: 1em;
}

.services p,
.services-dark h3,
.services-light h3 {
  color: #fff;
}

.services-light p,
.services-dark p {
  color: lightgray;
}

.services-intro p {
  color: #303030;
}

.services-section h2 {
  color: white;
}

.blue-text {
  color: var(--clr-blue);
}

.social-wrapper {
  display: none;
}
@media (min-width: 991px) {
  .social-wrapper {
    display: flex;
    column-gap: 1em;
  }
}

.icon {
  padding: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
  font-size: 1.2rem;
}

.icon:hover {
  transform: scale(1.25);
}

.social-wrapper a {
  color: black;
}

.teal-text {
  color: var(--clr-teal);
}

form label {
  color: var(--clr-offwhite);
}

.album-date {
  color: black;
  text-align: center;
  font-size: 1.5rem;
}
@media (min-width: 991px) {
  .album-date {
    font-size: 2rem;
  }
}

:root {
  --clr-teal: #008d8f;
  --clr-teal-light: #00b0b2;
  --clr-drk-blue: #0748a9;
  --clr-light-blue: #4BC1FF;
  --clr-dark: #03171F;
  --clr-offwhite: #B7B7B7;
  --clr-red: #850101;
  --clr-orange: #B36B06;
  --clr-white: #ffffff;
}

.greyscale {
  -webkit-filter: grayscale(100%) drop-shadow(10px 10px 9px rgba(0, 0, 0, 0.5));
  filter: grayscale(100%) drop-shadow(10px 10px 9px rgba(0, 0, 0, 0.5));
}

hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.8392156863);
  text-align: center;
  margin: 2.5em 0;
}

.dark-hr {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.btn {
  max-width: max-content;
  box-sizing: border-box;
  border-radius: unset !important;
  letter-spacing: 3px;
  appearance: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 0.8rem;
  line-height: 1;
  padding: 1.4em 2.1em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  align-items: center;
  transition: 0.4s;
}
.btn:hover {
  outline: 0;
  text-decoration: none;
  color: white;
}

.btn-white {
  background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
  max-width: max-content;
  letter-spacing: 2px;
  color: black;
  display: flex;
  font-size: 0.8rem;
  line-height: 1;
  padding: 1.4em 2.1em 1.2em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  align-items: center;
  transition: 0.3s ease;
}
.btn-white:hover {
  background: #00000d;
  color: #ffffff;
  text-decoration: none;
}

.btn-black {
  background: #000;
  max-width: max-content;
  letter-spacing: 2px;
  color: white;
  display: flex;
  font-size: 0.8rem;
  line-height: 1;
  padding: 1.4em 2.1em 1.2em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  align-items: center;
  transition: 0.3s ease;
}
.btn-black:hover {
  background: #00000d;
  color: #ffffff;
  text-decoration: none;
}

.btn-container-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: right;
}
@media (min-width: 991px) {
  .btn-container-right {
    align-items: unset;
    flex-direction: unset;
    gap: 1.5em;
  }
}

.btn-container-center {
  display: flex;
  justify-content: center;
}

.blue-outline {
  border: 2px solid var(--clr-blue);
  transition: box-shadow 200ms ease-in-out, color 200ms ease-in-out;
}
.blue-outline:hover {
  box-shadow: 0 0 40px 40px var(--clr-red) inset;
  border: 2px solid var(--clr-red);
}

.white-outline {
  border: 1px solid var(--clr-white);
}
.white-outline:hover {
  box-shadow: 0 0 40px 40px var(--clr-teal) inset;
  border: 1px solid var(--clr-teal);
  color: #fff;
}

.orange-outline {
  border: 1px solid var(--clr-orange);
}
.orange-outline:hover {
  box-shadow: 0 0 40px 40px var(--clr-white) inset;
  border: 1px solid var(--clr-red);
  color: #000;
}

.blue-solid {
  background: var(--clr-blue);
  border: 1px solid var(--clr-blue);
}
.blue-solid:hover {
  border: 1px solid var(--clr-drk-blue);
  box-shadow: 0 0 40px 40px var(--clr-white) inset;
}

.black-solid {
  background: #070D0D;
  border: 1px solid rgba(198, 89, 16, 0.25);
}
.black-solid:hover {
  border: 1px solid var(--clr-teal);
  background: var(--clr-teal);
  color: white;
}

.white-solid {
  background-color: rgb(255, 255, 255);
  border: 1px solid white;
  color: #000;
  border-radius: 25px;
}
.white-solid:hover {
  background: var(--clr-teal);
  color: white;
  border: 1px solid var(--clr-teal);
}

.frosted-white {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-image: linear-gradient(326deg, rgba(68, 68, 68, 0.01) 0%, rgb(136, 136, 136) 50%, rgba(255, 255, 255, 0.5) 80%), linear-gradient(156deg, rgba(85, 85, 85, 0.5) 0%, rgb(170, 170, 170) 50%, rgba(255, 255, 255, 0.5) 80%);
  font-weight: 600;
  color: #000;
}
.frosted-white:hover {
  background-image: linear-gradient(326deg, rgb(68, 68, 68) 0%, rgb(136, 136, 136) 50%, rgba(255, 255, 255, 0.7) 80%);
  border-color: rgba(255, 255, 255, 0.8); /* White border */
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5); /* Glow effect */
}

.clear-grad-btn {
  background-image: linear-gradient(326deg, rgba(255, 255, 255, 0.1490196078), rgba(255, 255, 255, 0) 32%), linear-gradient(156deg, rgba(255, 255, 255, 0.3490196078), rgba(255, 255, 255, 0) 32%);
  box-shadow: rgba(255, 255, 255, 0.06) 0px 1px 0px, rgba(255, 255, 255, 0.04) 0px 8px 24px, rgba(255, 255, 255, 0.02) 0px 16px 48px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.btn:disabled {
  background: #008d8f;
}

.card-1:hover .clear-grad-btn, .card-2:hover .clear-grad-btn, .card-3:hover .clear-grad-btn {
  background-color: #008d8f;
}

.card-1:hover .white-solid, .card-3:hover .white-solid {
  background: var(--clr-teal);
}

.card-2:hover .black-solid {
  background: #172727;
}

.btn-txt {
  color: var(--clr-blue);
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.btn-txt:hover {
  text-decoration: none;
}
.btn-txt:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.btn-txt:hover:after {
  width: 100%;
  left: 0;
}

.linkedin #linkedin-icon, .soundcloud:hover #soundcloud-icon, .youtube:hover #youtube-icon,
.instagram:hover #instagram-icon, .facebook:hover #facebook-icon {
  transition: opacity 0.25s;
}

.linkedin:hover #linkedin-icon, .soundcloud:hover #soundcloud-icon, .youtube:hover #youtube-icon,
.instagram:hover #instagram-icon, .facebook:hover #facebook-icon {
  opacity: 50%;
}

.services hr {
  margin: 32px 0;
  border: 1px dotted rgba(255, 255, 255, 0.2);
}

.case-study-img {
  width: 50%;
}
@media screen and (min-width: 991px) {
  .case-study-img {
    width: 20%;
  }
}

.navbar {
  transition: background-color 0.3s ease;
  background: black;
}

.navbar.scrolled {
  background-color: black !important;
}

.navbar.scrolled .nav-link {
  color: white !important;
}

.navbar.scrolled .nav-link.nav-link.promo-link {
  color: #ffce00 !important;
}

.bg-black {
  background-color: #000;
}
.bg-black .nav-link {
  color: #fff;
}

.nav-link {
  letter-spacing: 0.1em;
  padding-bottom: 0.3em;
  position: relative;
}

.nav-link.promo-link {
  color: #ffce00;
}

.nav-link:hover {
  text-decoration: none;
}

.nav-link:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: var(--clr-teal);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.nav-link:hover:after {
  width: 100%;
  left: 0;
}

.navbar-nav {
  padding: 1em;
}
@media (min-width: 991px) {
  .navbar-nav {
    padding: unset;
  }
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: unset;
}

nav {
  background-color: transparent;
  padding: 1rem 1rem;
  position: fixed;
  width: 100%;
  z-index: 3;
  transition: 0.4s;
}
@media (min-width: 991px) {
  nav {
    padding: 1rem 2.6rem;
  }
}
nav h4 {
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.navbar-collapse {
  list-style-type: none;
  margin-bottom: unset;
}
@media (min-width: 991px) {
  .navbar-collapse {
    margin-bottom: unset;
  }
}

.navbar-expand-lg .navbar-collapse {
  flex-grow: 0;
}

.nav-item {
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 1.2em;
  display: flex;
  justify-content: center;
}
@media (min-width: 991px) {
  .nav-item {
    padding: 0em 1.9em 0 0;
    margin-bottom: 0;
  }
}

.logo {
  width: 65px;
}

.menu-logo {
  width: 15%;
}
@media (min-width: 991px) {
  .menu-logo {
    width: 15%;
  }
}

.nav-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3rem;
  width: 100%;
  position: absolute;
  right: 0px;
  height: 100vh;
  top: 0;
  background-color: #000000;
  /* background-image: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250, 0.5) 0%, rgb(225, 234, 238, 0.2) 70%); */
  transform: translateX(100%);
  transition: transform 0.5s ease-in;
}
.nav-links li {
  font-size: 1rem;
  list-style-type: none;
  opacity: 0;
  padding: 1.5rem 0;
  margin-bottom: 1em;
}
.nav-links a {
  text-decoration: none;
  letter-spacing: 3.5px;
  color: #fff;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.social a:hover {
  filter: invert(63%) sepia(80%) saturate(4995%) hue-rotate(176deg) brightness(100%) contrast(101%);
}

.nav-active {
  transform: translateX(0%);
}

.burger {
  cursor: pointer;
  align-self: center;
  z-index: 99;
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 5px;
  transition: all 0.3s ease;
}

.burger:hover div {
  background-color: var(--clr-blue);
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

@media (min-width: 991px) {
  .logo {
    width: 70px;
    align-self: center;
    transition: all 0.4s ease 0s;
  }
  .menu-logo {
    width: 70px;
  }
  .nav-links {
    width: 25%;
    padding-top: 5em;
    opacity: 90%;
  }
}
@media only screen and (min-width: 500px) and (max-width: 992px) {
  .logo {
    width: 15%;
  }
}
.nav-link.active:after {
  width: 100%; /* Full width when active */
  left: 0; /* Move the underline to the left */
}

.hero {
  display: flex;
  height: 100svh;
}
@media (min-width: 991px) {
  .hero {
    padding-top: 3em;
  }
}

.hero .container {
  display: flex;
  flex-direction: column;
}
#first {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%), url(../images/web-hero-beautiful-disaster-m.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: unset;
  align-items: center;
  text-align: center;
  /* clip-path: polygon(100% 0, 100% calc(100% - 104px), 37% calc(100% - 52px), 77% calc(100% - 45px), 0 100%, 0 0); */
  background-color: black;
}
@media (min-width: 991px) {
  #first {
    align-items: center;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%), url(../images/hero-desktop.jpg);
    /* clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 33.9% 93%, 10% 100%, 0% 100%, 0% 75%);
     clip-path: polygon(100% 0, 100% calc(100% - 150px), 40% calc(100% - 90px), 60% calc(100% - 65px), 0 100%, 0 0); */
  }
}

.album-promo {
  padding-top: 13em;
}

.social {
  display: none;
}
@media (min-width: 991px) {
  .social {
    display: flex;
    gap: 2em;
    justify-content: space-evenly;
    z-index: 9;
  }
}
.social img {
  width: 15px;
}

.my-work {
  background: #03171F;
  color: white;
}

.my-work-p p:last-child {
  margin-bottom: 4rem;
}

.dark-grad-bg {
  background: radial-gradient(circle at 30% 30%, #000000, #010101, #020202, #030303);
  /* background: radial-gradient(circle at 24.1% 68.8%, rgb(20, 19, 19) 0%, rgb(0, 0, 0) 99.4%); */
  background-size: cover;
}

.services-section {
  margin: 0 auto;
  padding-top: 8em;
  padding-bottom: 3em;
}
@media (min-width: 1200px) {
  .services-section {
    padding-top: 8em;
    padding-bottom: 7.8em;
  }
}

.services-intro {
  margin-bottom: 4em;
}

.services-intro div {
  width: 50%;
}

.services-icon img {
  width: 32%;
  margin: 0 auto 1.2em;
  height: 100px;
}
@media (min-width: 991px) {
  .services-icon img {
    width: 30%;
  }
}

.social-blue {
  display: flex;
  margin: 0 auto 4rem;
  max-width: 400px;
}
.social-blue div {
  padding: 0 1rem;
  text-align: center;
}

.service-item {
  color: white;
  padding: 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.service-box {
  padding-top: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.service-box ul {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  margin-bottom: 2rem;
}

.service-icon {
  border: 2px solid var(--clr-blue);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  background: linear-gradient(0deg, rgb(15, 12, 41) 0%, rgb(0, 0, 0) 0%, rgb(72, 72, 72) 100%);
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 1400px) {
  .flex-col-r {
    width: 45%;
  }
  .flex-col-l {
    width: 55%;
  }
  .flex-col-l h2 {
    text-align: unset;
  }
  .my-work-container {
    max-width: 1170px;
    margin: 0 auto;
  }
  .service-icon {
    grid-column: 2/3;
    grid-row: 1/3;
    width: 100%;
    height: 117px;
  }
  .service-box {
    border: 1px solid #39A7E1;
    margin-left: -1px;
    padding-top: 5.5em;
    grid-row: 2/-1;
    grid-column: 1/-1;
  }
  .my-work-p {
    border-left: 4px solid var(--clr-blue);
    padding-left: 2rem;
  }
}
/* Cards grid */
.card-1, .card-2, .card-3 {
  display: block;
  margin-bottom: 1em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
}
@media (min-width: 991px) {
  .card-1, .card-2, .card-3 {
    border-radius: unset;
  }
}

.card-1 {
  background-color: #000;
  overflow: hidden;
  box-shadow: inset 0 0 90px 15px rgba(255, 255, 255, 0.1);
  -webkit-transition: box-shadow ease 0.8s, color ease 0.8s;
  -moz-transition: box-shadow ease 0.8s, color ease 0.8s;
  transition: box-shadow ease 0.8s, color ease 0.8s;
  transition: box-shadow ease 0.8s, color ease 0.8s;
  background-image: linear-gradient(56deg, rgba(159, 136, 136, 0.2), rgba(0, 0, 0, 0.6) 32%), linear-gradient(156deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5) 32%), url(/images/web-card-bg.jpg);
  background-size: cover;
  background-size: cover; /* Ensure the image covers the div */
  background-position: 0% 2%; /* Center the image */
  transition: background-position 0.5s ease; /* Apply transition for background position */
}
.card-1:hover {
  /* box-shadow: inset 0 0 90px 15px rgba(22, 134, 157, 0.4); */
  background-position: 8% 4%; /* Move the background position on hover */
}
@media (min-width: 991px) {
  .card-1 {
    margin-bottom: unset;
  }
}

.card-2 {
  background-color: #000;
  overflow: hidden;
  box-shadow: inset 0 0 90px 15px rgba(255, 255, 255, 0.1);
  -webkit-transition: box-shadow ease 0.8s, color ease 0.8s;
  -moz-transition: box-shadow ease 0.8s, color ease 0.8s;
  transition: box-shadow ease 0.8s, color ease 0.8s;
  transition: box-shadow ease 0.8s, color ease 0.8s;
  background-image: linear-gradient(56deg, rgba(159, 136, 136, 0.2), rgba(0, 0, 0, 0.6) 32%), linear-gradient(156deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5) 32%), url(/images/production-card-bg.jpg);
  background-size: cover;
  background-size: cover; /* Ensure the image covers the div */
  background-position: 0% 2%; /* Center the image */
  transition: background-position 0.5s ease; /* Apply transition for background position */
}
.card-2:hover {
  /* box-shadow: inset 0 0 90px 15px rgba(22, 134, 157, 0.4); */
  background-position: 8% 4%; /* Move the background position on hover */
}
@media (min-width: 991px) {
  .card-2 {
    margin-bottom: unset;
  }
}

.card-3 {
  background-color: #000;
  overflow: hidden;
  box-shadow: inset 0 0 90px 15px rgba(255, 255, 255, 0.1);
  -webkit-transition: box-shadow ease 0.8s, color ease 0.8s;
  -moz-transition: box-shadow ease 0.8s, color ease 0.8s;
  transition: box-shadow ease 0.8s, color ease 0.8s;
  transition: box-shadow ease 0.8s, color ease 0.8s;
  background-image: linear-gradient(56deg, rgba(159, 136, 136, 0.2), rgba(0, 0, 0, 0.6) 32%), linear-gradient(156deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5) 32%), url(/images/guitar-card-bg.jpg);
  background-size: cover;
  background-size: cover; /* Ensure the image covers the div */
  background-position: 0% 2%; /* Center the image */
  transition: background-position 0.5s ease; /* Apply transition for background position */
}
.card-3:hover {
  /* box-shadow: inset 0 0 90px 15px rgba(22, 134, 157, 0.4); */
  background-position: 8% 4%; /* Move the background position on hover */
}
@media (min-width: 991px) {
  .card-3 {
    margin-bottom: unset;
  }
}

.metallic-bg {
  background: rgb(2, 0, 36);
  background: radial-gradient(circle, #62b0d4 0%, #47acbf 35%, rgba(0, 0, 0, 0.62) 100%);
  background-image: linear-gradient(326deg, rgba(255, 255, 255, 0.1490196078), rgba(255, 255, 255, 0) 32%), linear-gradient(156deg, rgba(255, 255, 255, 0.3490196078), rgba(255, 255, 255, 0) 32%);
  background-color: rgb(0, 0, 0);
  overflow: hidden;
  -webkit-transition: box-shadow ease 0.8s, color ease 0.8s;
  -moz-transition: box-shadow ease 0.8s, color ease 0.8s;
  transition: box-shadow ease 0.8s, color ease 0.8s;
  transition: box-shadow ease 0.8s, color ease 0.8s;
}
@media (min-width: 991px) {
  .metallic-bg {
    margin-bottom: unset;
  }
}

.blur, .blur-less {
  position: relative;
  height: 100%;
}

.card-1:hover, .card-2:hover, .card-3:hover {
  text-decoration: none;
}

.services-light {
  position: relative;
  height: 100%;
  padding: 3em 2em;
}

@media (min-width: 991px) {
  .parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 1em;
    width: 1200px;
    margin: 0 auto;
  }
  .card-1 {
    grid-area: 1/1/2/2;
  }
  .card-2 {
    grid-area: 1/2/2/3;
  }
  .card-3 {
    grid-area: 1/3/2/4;
  }
}
/* ABOUT SECTION */
.about-section {
  background-repeat: no-repeat;
  background-image: linear-gradient(326deg, rgba(255, 255, 255, 0.1490196078), rgba(255, 255, 255, 0) 32%), linear-gradient(156deg, rgba(255, 255, 255, 0.3490196078), rgba(255, 255, 255, 0) 32%);
  position: relative; /* Ensure proper stacking context */
  background-color: #111111;
  display: flex;
  align-items: center;
  overflow: hidden; /* Prevent the background from overflowing the section */
  padding: 0 0 4em;
}
@media (min-width: 991px) {
  .about-section {
    padding: 7em;
  }
}
.about-section .container-fluid {
  z-index: 2;
}

.about-background-image {
  position: absolute;
  top: 0;
  left: 100%; /* Start fully off to the right */
  width: 140%; /* Ensure it spans enough for the animation */
  height: 100%;
  background: url(/images/amp-emblem-b.svg) no-repeat center;
  background-size: contain;
  z-index: 0; /* Keep it below the main content but visible */
}

.about-grid {
  max-width: 1800px; /* Adjust based on your preference */
  margin: 0 auto; /* Centers the grid */
  width: 100%; /* Ensures the grid is fluid */
  position: relative;
  z-index: 2;
}
@media (min-width: 991px) {
  .about-grid {
    display: grid;
    grid-template-columns: 5fr 7fr 2fr;
    grid-template-rows: 1fr;
    grid-column-gap: 5em;
    align-items: center;
  }
}

.social-vert-wrapper {
  gap: 2em;
}
@media (min-width: 991px) {
  .social-vert-wrapper {
    padding-right: 1em;
  }
}

@media (min-width: 991px) {
  .about-image {
    padding-left: 1em;
  }
}

.social-icon {
  max-width: 100%;
  display: flex;
}
@media (min-width: 991px) {
  .social-icon {
    justify-content: flex-end;
  }
}

.social-icon img {
  width: 20px;
}
@media (min-width: 991px) {
  .social-icon img {
    width: 20px;
  }
}

/* WEB PROJECTS SECTION */
.project-intro {
  background: conic-gradient(from 45deg, #1A1A1A, #141414, #0D0D0D, #1A1A1A);
  padding: 7em 0 4em;
}
@media (min-width: 991px) {
  .project-intro {
    padding: 8em 0 6em;
    text-align: center;
  }
}
.project-intro h2 {
  text-align: center;
}

.project-white {
  padding: 3em 0 0;
  background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  background-image: radial-gradient(113% 91% at 17% -2%, #ffffff 1%, rgba(0, 141, 143, 0.2784313725) 99%), radial-gradient(142% 91% at 83% 7%, #ffffff 1%, rgba(255, 0, 0, 0) 53%), radial-gradient(142% 91% at -6% 74%, #ffffff 1%, rgba(255, 0, 0, 0) 99%), radial-gradient(142% 91% at 111% 84%, #ffffff 0%, #ffffff 100%);
}
@media (min-width: 991px) {
  .project-white {
    padding: 7em;
  }
}

.project-black {
  padding: 3em 0 4em;
  background: radial-gradient(circle at 30% 30%, #1A1A1A, #141414, #0D0D0D, #000000);
}
@media (min-width: 991px) {
  .project-black {
    padding: 7em;
  }
}

/* MUSIC SECTION */
.dark-song, .light-song {
  padding: 3.8em 0 2em;
}

.dark-song {
  background: radial-gradient(circle, #62b0d4 0%, #47acbf 35%, rgba(0, 0, 0, 0.62) 100%);
}

.visit-soundcloud {
  padding: 2em 0 0.3em;
}

.placements {
  background: radial-gradient(343px at 46.3% 47.5%, rgb(242, 242, 242) 0%, rgb(241, 241, 241) 72.9%);
  padding: 3em 0 2em;
}

@media (min-width: 991px) {
  .placements img {
    width: 75%;
  }
}
.placements img {
  transition: transform 0.3s ease; /* Smooth animation */
}

.placements img:hover {
  transform: scale(1.1); /* Scale up by 10% */
}

/* CONTACT SECTION */
.contact-section {
  padding-top: 7em;
  padding-bottom: 4em;
}
@media (min-width: 991px) {
  .contact-section {
    padding-top: 8em;
    padding-bottom: 6em;
  }
}

@media (min-width: 991px) {
  .contact-inner {
    width: 70%;
    margin: 0 auto;
  }
}

@media (min-width: 991px) {
  .social-footer {
    width: 50%;
    margin: 0 auto;
  }
}

.social-footer div {
  display: flex;
  justify-content: center;
  margin-top: 1.5em;
}
@media (min-width: 991px) {
  .social-footer div {
    justify-content: unset;
  }
}

.social-footer img {
  width: 20%;
}
@media (min-width: 991px) {
  .social-footer img {
    width: 30%;
  }
}

.form-control {
  border-radius: 0;
}

/* FOOTER SECTION */
.footer {
  background: black;
  text-transform: uppercase;
  padding: 2em;
}
.footer .copyright-txt {
  text-align: center;
}
@media (min-width: 991px) {
  .footer {
    padding: 1.5em;
  }
  .footer .copyright-txt {
    text-align: unset;
    font-size: 0.9rem;
    letter-spacing: 1.2px;
  }
}
.footer .footer-emblem {
  width: 20%;
}
@media (min-width: 991px) {
  .footer .footer-emblem {
    width: 15%;
  }
}
.footer .social-icon {
  transition: 0.4s;
}
.footer .social-icon:hover {
  opacity: 0.5;
}
@media (min-width: 991px) {
  .footer .social-icon {
    padding-left: 1.9em;
  }
  .footer .social-icon img {
    width: 15px;
  }
}

.social-vert-wrapper a {
  transition: 0.4s;
}
.social-vert-wrapper a:hover {
  opacity: 0.5;
}

.card-1, .card-2, .card-3 {
  border-radius: 20px;
}

img.greyscale.dark-box-shadow.mb-5 {
  border-radius: 20px;
}

.form-control {
  border-radius: 0;
  border-radius: 7px;
}

h2 {
  color: #ffce00;
}

.streaming-box {
  width: 100%;
}

@media (min-width: 992px) {
  .streaming-box {
    width: 800px;
    border: 1px solid #b6b1b1;
    padding: 1.5em 2em;
  }
  .album-intro {
    width: 75%;
    margin: 0 auto 3em;
  }
}
.dark-box-shadow {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.container-16 {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .container-16 {
    max-width: 1600px;
  }
}

.px-7 {
  padding: unset;
}
@media (min-width: 991px) {
  .px-7 {
    padding-left: 7em;
    padding-right: 7em;
  }
}

.py-7 {
  padding-top: 3em;
  padding-bottom: 3em;
}
@media (min-width: 991px) {
  .py-7 {
    padding-top: 7em;
    padding-bottom: 7em;
  }
}

.mb-6 {
  margin-bottom: 4em;
}

.mb-7 {
  margin-bottom: 6em;
}

.padding-y-xl {
  padding-top: 3em;
  padding-bottom: 3em;
}
@media (min-width: 991px) {
  .padding-y-xl {
    padding-top: 7em;
    padding-bottom: 7em;
  }
}

.image-glow {
  box-shadow: rgb(0, 141, 143) 0px 13px 10px -15px;
}

.image-glow-white {
  box-shadow: rgba(255, 255, 255, 0.35) 0px 20px 30px -19px;
}

.emblem-flipped {
  transform: rotate(180deg);
  opacity: 10%;
  width: 25%;
  margin: 0 auto;
  margin-top: 3em;
}/*# sourceMappingURL=main.css.map */