body {
  font-family: plusJakartaSans !important;
}
header .navbar-bg {
  background-color: #000000 !important;
}

@font-face {
  font-family: plusJakartaSans;
  src: url(../Plus_Jakarta_Sans/static/PlusJakartaSans-Regular.ttf);
}

.navbar-bg li a {
  font-family: plusJakartaSans;
  color: #b8bbcf !important;
}

.navbar-btn {
  border-radius: 30px !important;
  height: 40px;
  width: 110px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.layer-7-bg-color {
  background-color: #000000;
}

.content {
  padding-top: 50px;
}
.content .heading {
  font-size: 62px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .content .heading {
    font-size: 45px; /* Font size for mobile devices */
    color: #fff;
    text-align: left;
  }
}

.content .heading span {
  color: #4170ff;
}

.content .content-description {
  color: #9499b4;
  font-size: 21px;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .content .content-description {
    color: #9499b4;
    font-size: 25px;
    text-align: left;
    margin-top: 20px;
  }
}

.layer-7-theme-text-color {
  color: #4170ff;
  text-align: center;
  letter-spacing: 3px;
}
@media only screen and (max-width: 768px) {
  .layer-7-theme-text-color {
    color: #4170ff;
    text-align: left;
    margin-left: 20px;
    letter-spacing: 3px;
  }
}
.technology-header {
  font-size: 58px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .technology-header {
    font-size: 40px;
    text-align: left;
    margin-left: 20px;
    text-align: left;
    width: 83%;
  }
}

.technology-description {
  color: #9499b4;
  text-align: center;
  margin-top: 30px;
}
.technology-description-sec {
  color: #9499b4;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .technology-description {
    color: #9499b4;
    text-align: left;
    margin-left: 20px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .technology-description-sec {
    color: #9499b4;
    text-align: left;
    margin-left: 20px;
  }
}
.technology-service {
  background-image: linear-gradient(#17213b, #0a0d16);
  border-radius: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-top: 45px;
  height: 300px;
}
@media only screen and (max-width: 768px) {
  .technology-service {
    background-image: linear-gradient(#17213b, #0a0d16);
    border-radius: 20px;
    padding-left: 20px;
    padding-bottom: 12px;
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
  }
}

.technology-service-category {
  font-size: 24px;
  margin-top: 20px;
}

.technology-service .logo {
  height: 40px;
  width: 40px;
  margin-top: 30px;
}

.technology-service-description {
  color: #9499b4;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* Contact Page */

.contact-form-element {
  background-color: #171a25 !important;
  color: white !important;
  border-color: #171a25 !important;
}

.contact-form-element::placeholder {
  color: #9499b4 !important;
}

.contact .heading {
  color: #fff;
}

.contact .heading span {
  color: #4170ff;
}

.contact p.description {
  color: #9499b4;
  width: 60%;
}

.contact p.description span {
  color: #fff;
}

.contact-service-category {
  font-size: 24px;
  margin-top: 20px;
}

.contact-office-subheading {
  color: #b8bbcf;
  letter-spacing: 2px;
  font-style: bold;
}

.contact-service {
  background-image: linear-gradient(#17213b, #0a0d16);
  border-radius: 20px;
  padding-left: 20px;
  padding-bottom: 12px;
  min-height: 256px;
  margin-top: 20px;
}

.contact-address {
  color: #9499b4;
  font-size: 14px;
}

.footer-navbar {
  list-style-type: none;
  font-size: 21px;
  line-height: 40px;
}

.footer-navbar li a {
  text-decoration: none;
  color: #fff;
}

/* Portfolio */
.portfolio {
  padding-top: 26px;
  padding-bottom: 65px;
}
.portfolio.portfolio-bg-color {
  background-color: #171a25;
}

.see-work {
  border-radius: 30px !important;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .see-work {
    border-radius: 30px !important;
    width: 90%;
  }
}
.portfolio-logos {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .portfolio-logos {
    margin-left: 20px;
    margin-top: 2rem;
  }
}

.portfolio-logos img {
  height: 30px;
}

.gradient-overlay {
  position: relative;
  width: 330px; /* Adjust width as needed */
  height: 330px; /* Adjust height as needed */
  display: inline-block;
}

.gradient-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(23, 33, 59, 0) 0%,
    rgba(23, 33, 59, 0.75) 75%
  );
}

.gradient-overlay img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Maintain aspect ratio */
}

.portfolio-video-section img {
  /* width: 200px; */
}

.overlay-text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  font-family: plusJakartaSans;
}

.footer-mobile-logo {
  padding-left: 25px;
}

.mobile-footer-address {
  padding-left: 44px !important;
  line-height: 32px;
}

.mobile-footer-address > .mobile-footer-heading {
  font-size: 19px;
}

.header-mobile-logo {
  height: 30px;
  width: 28.29px;
}
