.bg-1 {
  background: #0d6efd !important;
}

.color-1 {
  color: #c20012 !important;
}

/* #navbar-section {
  background-color: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100vh;
} */
#navbar-section .navbar {
  padding: 20px 40px;
}
#navbar-section .navbar .navbar-brand {
  font-size: 24px;
  font-weight: bold;
  color: rgb(60, 116, 226);
}
#navbar-section .navbar .navbar-nav {
  gap: 25px;
}
#navbar-section .navbar .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
}
#navbar-section .navbar .quote-btn .btn {
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 600;
}

/* knowledge Section */
#knowledge-section .knowledge_section {
  padding-top: 100px;
  padding-bottom: 80px;
}
#knowledge-section .knowledge_section .get-in-touch {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: rgb(60, 116, 226);
  text-transform: uppercase;
}
#knowledge-section .knowledge_section .get-in-touch::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 20px;
  background-color: rgb(60, 116, 226);
  vertical-align: middle;
  border-radius: 1px;
  margin-right: 6px;
}
#knowledge-section .knowledge_section .main-heading {
  font-weight: bold;
  font-size: 55px;
  color: black;
  margin-bottom: 15px;
}
#knowledge-section .knowledge_section .features {
  border-right: 2px solid rgba(0, 0, 0, 0.548);
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.595);
}
#knowledge-section .knowledge_section .gaming-pc {
  color: rgba(0, 0, 0, 0.595);
  font-size: 17px;
  width: 80%;
}

#build-process {
  background: #f8f9fa;
}
#build-process .process-timeline {
  position: relative;
  margin-left: 30px;
}
#build-process .process-timeline .process-item {
  position: relative;
  padding-left: 70px;
  margin-bottom: 50px;
}
#build-process .process-timeline .process-item::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 60px;
  width: 2px;
  height: 100%;
  background: #ccc;
}
#build-process .process-timeline .process-item:last-child::before {
  display: none;
}
#build-process .process-timeline .process-item .circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background: rgb(60, 116, 226);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#build-process .process-timeline .process-item .content h5 {
  font-weight: 600;
}
#build-process .process-timeline .process-item .content h5 i {
  color: #dc3545;
}
#build-process .process-timeline .process-item .content p {
  color: #6c757d;
  margin-bottom: 0;
}

/* about delite gaming */
#about-delitegaming {
  padding: 80px 0;
}
#about-delitegaming h2 {
  font-weight: 700;
  margin-bottom: 20px;
}
#about-delitegaming p {
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.7;
}
#about-delitegaming ul {
  margin-top: 20px;
}
#about-delitegaming ul li {
  list-style: none;
}
#about-delitegaming ul li p {
  margin-bottom: 10px;
}
#about-delitegaming ul i {
  font-size: 14px;
}

/* assembly engineering */
#assembly-engineering h2 {
  font-weight: 700;
}
#assembly-engineering p {
  margin-bottom: 40px;
}
#assembly-engineering .card {
  border: none;
  border-radius: 12px;
  transition: 0.3s ease;
}
#assembly-engineering .card h6 {
  font-weight: 600;
  margin-bottom: 10px;
}
#assembly-engineering .card p {
  font-size: 14px;
  color: #5a5a5a;
}
#assembly-engineering .card:hover {
  transform: translateY(-5px);
}

/* component philosophy */
#component-philosophy h2 {
  font-weight: 700;
}
#component-philosophy p {
  color: #5a5a5a;
}
#component-philosophy .card {
  border: none;
  border-radius: 12px;
  transition: 0.3s;
}
#component-philosophy .card h5 {
  font-weight: 600;
}
#component-philosophy .card span {
  font-size: 13px;
  font-weight: 500;
}
#component-philosophy .card p {
  font-size: 14px;
  color: #5a5a5a;
}
#component-philosophy .card:hover {
  transform: translateY(-5px);
}

/*performance division */
#performance-division .performance_division .title {
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(60, 116, 226);
  letter-spacing: 1.5px;
  font-size: 12px;
  margin: 10px 0;
}
#performance-division .performance_division .title::before {
  content: "";
  display: inline-block;
  height: 1.5px;
  width: 40px;
  vertical-align: middle;
  background: rgb(60, 116, 226);
  margin-right: 5px;
}

/*performance division */
/* build gallery */
#build-gallery {
  background-color: #f8f9fa;
  padding: 80px 0;
}
#build-gallery h2 {
  font-weight: 700;
}
#build-gallery p {
  color: rgba(0, 0, 0, 0.595);
  margin-bottom: 40px;
}
#build-gallery .card {
  background-color: #ffffff;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
#build-gallery .card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: 0.4s ease;
}
#build-gallery .card .px-3 h5 {
  font-weight: 600;
  margin-bottom: 10px;
}
#build-gallery .card .px-3 p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.595);
}
#build-gallery .card .px-3 .btn {
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
}
#build-gallery .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* ideal for section */
#assembly-engineering:last-of-type h2 {
  font-weight: 700;
}
#assembly-engineering:last-of-type p {
  color: #5a5a5a;
  margin-bottom: 40px;
}
#assembly-engineering:last-of-type .card {
  border-radius: 12px;
  border: none;
  transition: 0.3s;
}
#assembly-engineering:last-of-type .card h6 {
  font-weight: 600;
}
#assembly-engineering:last-of-type .card p {
  font-size: 14px;
  color: #5a5a5a;
}
#assembly-engineering:last-of-type .card:hover {
  transform: translateY(-5px);
}

/* support & warranty */
#support-warranty h2 {
  font-weight: 700;
}
#support-warranty p {
  color: #5a5a5a;
  margin-bottom: 40px;
}
#support-warranty .card {
  border: none;
  border-radius: 12px;
  transition: 0.3s;
}
#support-warranty .card h6 {
  font-weight: 600;
}
#support-warranty .card p {
  font-size: 14px;
  color: #5a5a5a;
}
#support-warranty .card:hover {
  transform: translateY(-5px);
}

/* business solution */
#business-solution .title {
  font-size: 12px;
  text-transform: uppercase;
  color: rgb(60, 116, 226);
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#business-solution h5 {
  font-weight: 700;
  margin-bottom: 15px;
}
#business-solution p {
  color: #5a5a5a;
  font-size: 15px;
  margin-bottom: 20px;
}
#business-solution .btn {
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 14px;
}

#footer-section .footer_section {
  background: #000;
  padding: 20px 0;
  color: #bbb;
}
#footer-section .footer_section h5 {
  color: white;
  font-size: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
#footer-section .footer_section p {
  font-size: 14px;
  line-height: 1.7;
}
#footer-section .footer_section ul {
  list-style: none;
  padding: 0;
}
#footer-section .footer_section li {
  margin-bottom: 12px;
  font-size: 14px;
}
#footer-section .footer_section a {
  text-decoration: none;
  color: #bbb;
  transition: 0.3s;
}
#footer-section .footer_section a:hover {
  color: rgb(60, 116, 226);
}
#footer-section .footer_section .footer_logo {
  width: 70px;
  margin-bottom: 20px;
}
#footer-section .footer_section .footer_contact li {
  display: flex;
  align-items: center;
}
#footer-section .footer_section .footer_contact li i {
  color: rgb(60, 116, 226);
  margin-right: 10px;
}
#footer-section .footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
  padding: 5px 0;
  font-size: 13px;
  color: #777;
}

/*# sourceMappingURL=delite-gaming.css.map */
