html {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: Raleway, sans-serif;
  background: #f6f8fd;
   overflow-x: clip;
}

.body-img {
  background-image: linear-gradient(rgba(246, 248, 253, 0.9), rgba(246, 248, 253, 0.9)), url('line-gold.png'), url('line-gold.png'), url('line-gold.png');
  background-size: 700px, 600px, 500px, 650px;
  background-position:
    top left,
    80% 10%,
    10% 70%,
    center bottom;
  background-repeat:round;
  z-index: 2;
}

.bg-nav {
  background-color: #f6f8fd;
}

.btn-primary {
  background-color: #134875;
  border-color: #134875;
}

.bg-primary {
  background-color: #134875 !important;
}

.text-primary {
  color: #134875 !important;
}

#nav_bar {
  transition: background-color 0.4s ease, 
              box-shadow 0.4s ease,
              color 0.3s ease;
}

#nav_bar.nav-fast {
  transition: background-color 0.15s ease-in;
}

#nav_bar.bg-nav {
  background-color: #f6f8fd !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.css-bg-example-2 .row {
  margin-left: 0;
  margin-right: 0;
}

.css-bg-example-2 .demo-wrap:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-image: linear-gradient(rgb(19, 59, 91), rgba(19, 58, 31, 0.8),rgba(19, 58, 91, 0.3)), url('heroes.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden;
  min-height: 40vh;
   left: 0;
  right: 0;
}

.css-bg-example-2 .demo-content {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: 40vh;
}

.css-bg-example-2 .demo-wrap {
  position: relative;
}

@media (min-width: 768px) { /* md */
  .css-bg-example-2 .demo-wrap:before {
    min-height: 60vh;
  }

  .css-bg-example-2 .demo-content {
    min-height: 60vh;
  }
}

@media (min-width: 992px) { /* lg */
  .css-bg-example-2 .demo-wrap:before {
    min-height: 80vh;
  }

  .css-bg-example-2 .demo-content {
    min-height: 80vh;
  }
}

.mt--2 {
  margin-top: -0.5rem !important;
}

.hr-dotted {
  border-top: 1px dotted;
  opacity: .25;
}

.navbar-light .navbar-nav .nav-link {
  color: #212529 !important;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #0d6efd !important;
}

.nav {
  background-color: transparent !important;
}

.feature-icon-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  font-size: 3rem;
  color: #fff;
  border-radius: 100%;
}

.about-img {
  border-radius: 20px 180px 20px 100px;
}

.card-services {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  color: white;
}

.card-services-1 {
  background-image: linear-gradient(rgba(91, 90, 90, 0.8), rgba(9, 9, 9, 0.8)), url('services/website-app-development.jpg');
}

.card-services-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(37, 37, 37, 0.5)), url('services/it-infrastructure.jpg');
}

.card-services-3 {
  background-image: linear-gradient(rgba(40, 40, 40, 0.7), rgba(5, 5, 5, 0.8)), url('services/it-organizations.jpg');
}

.card-services-4 {
  background-image: linear-gradient(rgba(28, 28, 28, 0.6), rgba(29, 29, 29, 0.7)), url('services/ui-ux-design.jpg');
}

.icon-container {
  display: inline-block;
  align-items: center;
  perspective: 1000px; /* Optional: adds a 3D effect depth */
  overflow: hidden;
}

.flip-icon {
  transition: transform 0.6s ease-in-out;
  transform-style: preserve-3d;
}

.icon-container:hover .flip-icon {
  transform: rotateY(180deg);
}

/* Footer */
.footer .copyright a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.footer .copyright a:hover {
  color: #8e8e8e;
}

.un {
  color: #212529;
  text-decoration: none;
  display: inline-block;
  background-image: linear-gradient(#134875 0 0);
  background-position: 0 100%;
  background-size: 0% 2px;
  background-repeat: no-repeat;
  transition:
    background-size 0.3s,
    background-position 0s 0.3s;
}

.un:hover {
  color: #134875;
  background-position: 100% 100%;
  background-size: 100% 2px;
}

.un-reach:hover {
  color: #134875;
}

.line {
  border: 2px solid #134875;
  border-radius: 25px;
  width: 30px;
  height: 0px;
}

.line-vertical {
  border: 2px solid #134875;
  border-radius: 25px;
  width: 0px;
  height: 50px;
}