:root {
  --deep-red-1: #3b0000;
  --deep-red-2: #6b0000;
  --accent: #d72626;
  --muted: #e9e9e9
}

body {
  min-height: 100vh;
  background-color: #2b0000;
  background-image: linear-gradient(90deg,
      rgba(10, 6, 6, 1) 0%,
      rgba(35, 6, 6, 1) 25%,
      rgba(60, 6, 6, 1) 55%,
      rgba(115, 6, 6, 1) 80%,
      rgba(150, 8, 12, 1) 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

/* navbar section */
.navbar {
  background-color: #080808 !important;
  border-color: #ffffff;
  z-index: 100;
}

.navbar .navbar-brand,
.navbar .nav-link {
  color: #ffffff !important;
  font-family: Poppins, sans-serif;
  font-weight: 420;
}

.navbar-nav .nav-link:hover {
  color: rgb(179, 0, 0) !important;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
  filter: none !important;
}

/* hero section */
.hero {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  background: none;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('banner.png');
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.25) 60%);
  z-index: 1;
}

.hero .hero-content {
  position: relative;
  z-index: 2;
}

.banner-title {
  position: relative;
  width: min(92%, 1320px);
  max-width: 1280px;
  margin: 0 auto;
  font-family: "audiowide", sans-serif;
  font-size: clamp(70px, 14vw, 160px);
  font-weight: bold;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  text-align: center;
  line-height: 1;

}

.hero .hero-btn {
  background: linear-gradient(90deg, #7c0000 0%, #b20000 60%);
  color: #ffffff;
  border: none;
  padding: .55rem 2rem;
  font-weight: 400;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45), inset 0 -4px 10px rgba(255, 255, 255, 0.06);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.hero .hero-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
  filter: brightness(1.03);
}

.hero .hero-btn:active {
  transform: translateY(0);
}

.hero .hero-btn:focus {
  outline: none;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45), 0 0 0 4px rgba(255, 138, 34, 0.18);
}

/* about section */
.glass-container {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.37);
  z-index: 2;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2);
  margin: 0;
}

.about-text h3 {
  color: #ffeded;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

.about-text h1 {
  font-weight: 700;
  font-size: 22px;
  ;
  margin-bottom: 5px;
}

.about-text h4 {
  font-weight: 300;
  font-size: 16px;
  color: #cfcfcf;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 15px;
  line-height: 1.9;
  color: #dcdcdc;
  margin-bottom: 0;
}

.about-image img {
  max-width: 290px;
  border-radius: 50%;
  border: 3px solid #721717;
  transition: transform 0.3s ease;
  z-index: 3;
}

.about-image img:hover {
  transform: scale(1.05);
}

.about-section {
  position: relative;
  z-index: 1;
  padding: 140px 0 90px;
}

/* service section */
.services-section {
  padding: clamp(1rem, 2vw, 2rem) 0;
  background-color: #262525;
  position: center;
}

.services-section h2 {
  margin-bottom: 1.25rem;
  letter-spacing: .03em;
  font-weight: 700;
}

.services-section .col-md-4 {
  padding: 1rem;
  border-radius: 10px;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, background .18s;
  background: transparent;
}

.services-section .col-md-4:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .45);
  background: rgba(215, 33, 33, 0.015);
}

.services-section i {
  color: #dc4f17;
  display: block;
  font-size: 1.75rem;
  margin-bottom: .6rem
}

.services-section p {
  color: rgb(255, 255, 255);
  margin: 0;
  font-size: .95rem
}

/* feature section */
.feature-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  filter: grayscale(90%);
  width: 65%;
  margin: auto;
}

.feature-img-wrapper img {
  transition: transform 0.2s, opacity 0.5s;
}

.feature-img-wrapper:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}

.feature-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  transition: opacity 0.4s;
}

.feature-img-wrapper:hover .feature-overlay {
  opacity: 1;
}

.feature-overlay h5 {
  margin-bottom: 6px;
  font-weight: bold;
}

.feature-overlay p {
  font-size: 0.9rem;
  color: #ddd;
}

.feature-link {
  text-decoration: none;
}

.contact-section {
  background-color: #262525;
}

/* WORKS.HTML */
.web-section,
.app-section {
  background: linear-gradient(180deg, rgba(59, 0, 0, .95), rgba(20, 6, 6, .95));
  padding: 3rem 0;
}

.web-section h2,
.app-section h2 {
  font-family: Audiowide, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-bottom: 2rem;
  letter-spacing: 2px;
}

.carousel-image {
  width: 100%;
  height: 270px !important;
  border-radius: 14px;
  background: #ccc;
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .5);
}

.project-title {
  font-family: Audiowide, sans-serif;
  color: #fff;
  margin-bottom: .5rem;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .7));
}

#webCarousel .carousel-control-prev,
#webCarousel .carousel-control-next {
  width: 5%;
}

.graphic-section {
  background: linear-gradient(to bottom right, #4d0000, #990000);
}

.graphic-title {
  font-family: Audiowide;
  letter-spacing: 2px;
  color: white;
}

.design-img {
  height: 230px;
  background: #f8f9fa;
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
}

.img-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.design-label {
  color: white;
  font-family: audiowide;
}

/* small screen */
@media (max-width: 800px) {
  .hero {
    min-height: 55vh;
  }

  .hero::before {
    transform: scale(1.02);
  }

  .banner-title {
    font-size: clamp(30px, 13vw, 130px);
    width: 94%;
    padding: 6px 10px;
  }
}

.project-title {
  font-size: 22px;
}

.carousel-item {
  transition: transform .5s ease;
}

.design-img {
  width: 260px;
  margin: 0 auto;
  justify-content: center;
}

@media (max-width: 700px) {
  .hero {
    min-height: 48vh;
  }

  .hero::before {
    background-position: center top;
    transform: scale(1.01);
  }

  .banner-title {
    font-size: clamp(26px, 16vw, 86px);
    padding: 8px 10px;
    width: 96%;
  }

  .hero .hero-btn {
    padding: .45rem 1.2rem;
    font-size: .75rem;
  }

  .glass-container {
    padding: 1rem;
  }

  .about-text h1 {
    font-size: 17px;
  }

  .about-text p,
  .about-text h4 {
    font-size: 14px;
  }

  .about-image img {
    max-width: 210px;
  }

  .feature-img-wrapper {
    width: 75%;
  }

  .project-title {
    font-size: 22px;
  }
}

.carousel-item {
  transition: transform .5s ease;
}

.design-img {
  width: 250px;
  margin: 0 auto;
  justify-content: center;
}