h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto";
}

p {
  margin-bottom: 0;
}

body {
  font-family: "Roboto";
}
.title {
  font-family: "Ubuntu";
}

.container-fluid {
  padding: 7% 15%;
}

.nav-fluid {
  padding: 1% 5%;
}

.navbar-section {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  width: 100%;
  height: 80px;
  padding: 0px;
  margin: 0px;
}
.img-logo {
  width: auto;
  height: 40px;
  padding-right: 10px;
}

.hero-section {
  background-image: url("/images/Hero.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-title {
  font-size: 45px;
  font-family: Roboto;
  font-weight: 700;
  text-align: center;
  width: 85%;
}

.down-arrow {
  position: absolute;
  bottom: 20px;
}

/* #title .container-fluid {
  padding: 3% 15% 7%;
  color: white;
} */

/* Heading */

.section-heading {
  font-size: 3rem;
  line-height: 1.5;
}

/* Footer */

.footer-section {
  display: flex;
  justify-content: space-between;
  padding: 1% 4%;
  margin: 0;
  border-top: 100px 0px 0px 0px solid black !important;
}

.footer-line {
  height: 1px;
  background: #000 !important;
}
.copyright,
.pc-policy {
  font-family: Roboto;
  font-size: 15px;
  color: black;
  text-decoration: none !important;
}

.portfolio-title {
  font-family: Roboto;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  padding: 30px 0px 0px 0px;
}

.svg-container {
  display: grid;
  overflow: hidden;
}

.adse {
  border-radius: 50%;
}

@media (max-width: 600px) {
  .nav-fluid {
    padding: 3% 1%;
  }
  #svgAds {
    width: 400px !important;
    height: 400px !important;
  }

  .hero-section {
    background-image: url("/images/Hero.jpg");
    background-size: cover;
    background-position: center;
    height: 70vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-title {
    font-size: 35px;
    font-family: Roboto;
    font-weight: 700;
    text-align: center;
    width: 100%;
  }

  .down-arrow {
    position: absolute;
    bottom: 30%;
  }

  .copyright,
  .pc-policy {
    font-family: Roboto;
    font-size: 12px;
    color: black;
    text-decoration: none !important;
  }

  .footer-section {
    display: block;

    text-align: center;
    padding: 1% 4%;
  }
}

#assessment:hover {
  cursor: pointer;
}

path #consulting:hover {
  fill: aquamarine;
}

/* svg .svg-hover:hover,
svg:hover #assessment,
svg #eLearning:hover {
  fill: aquamarine;
} */

svg path #consulting {
  fill: coral;
  transition: all 0.5s;
}

path.svg-hover {
  fill: transparent;
  cursor: pointer;
}

.portfolio-btn {
  padding: 10px 20px;
  background-color: #478f3c;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  border-radius: 5px;
}

.portfolio-btn:hover {
  padding: 10px 20px;
  background-color: #fff;
  color: #478f3c;
  border: 1px solid #478f3c;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(71, 143, 60, 0.3);
  }
  30% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  7% {
    box-shadow: 0 0 0 0px rgba(71, 143, 60, 0.3);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
