header {
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.text1 {
  font-size: 5rem;
}

.percentage1 {
  width: 400px;
  height: 10px;
  background-color: black;
  grid-area: 2/1;
}
.percentage11 {
  width: 350px;
  height: 10px;
  background-color: blue;
  grid-area: 2/1;
}
.percentage2 {
  width: 400px;
  height: 10px;
  background-color: black;
  grid-area: 4/1;
}
.percentage22 {
  width: 300px;
  height: 10px;
  background-color: blue;
  grid-area: 4/1;
}
.percentage3 {
  width: 400px;
  height: 10px;
  background-color: black;
  grid-area: 6/1;
}
.percentage33 {
  width: 200px;
  height: 10px;
  background-color: blue;
  grid-area: 6/1;
}
.percentage4 {
  width: 400px;
  height: 10px;
  background-color: black;
  grid-area: 8/1;
}
.percentage44 {
  width: 370px;
  height: 10px;
  background-color: blue;
  grid-area: 8/1;
}

hr {
  height: 30px;
  color: blue;
}

.web {
  width: 60px;
  height: 60px;
  border: solid rgb(0, 225, 255);
  border-width: 1 1px;
  position: absolute;
  left: 75%;
}
.a1 {
  width: 25%;
}
/* .icons2{
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50px;
} */
.bg1 {
  background-color: rgba(0, 0, 255, 0.267);
  height: 100%;
  width: 100%;
  position: absolute;
}
.seg4 {
  background-image: url(../images/counters-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.icons2 {
  width: 100%;
}
.text4a {
  width: 100%;
}
.text4b {
  width: 100%;
}

.button5 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: thin solid blue;
  background-color: wheat;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.card5 {
  width: 30%;
}

.slider {
  background-image: url(../images/overlay-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height: 100vh;
}

.overlay {
  background-color: rgba(0, 217, 255, 0.25);
  height: 100%;
  width: 100%;
  position: absolute;
}
#testimonial .carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}
.blogText h4 {
  background-color: blue;
  position: absolute;
  left: 10rem;
  bottom: 0rem;
}
.blogText {
  width: 3rem;
}
.blogCard {
  width: 29%;
}

.section7 {
  background-image: url(../images/overlay-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height: 100vh;
}

.layer7 {
  background-color: rgba(0, 217, 255, 0.25);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.card5 img {
  transition: transform 0.2s;
  overflow: hidden;
}
.card5 img:hover {
  transform: scale(1.5);
  overflow: hidden;
}

.card5 {
  overflow: hidden;
}

.icons i:hover {
  background-color: cyan;
}

.web:hover {
  border-color: rgb(3, 3, 3);
}
@media screen and (max-width: 600px) {
  .web {
    position: absolute;
    left: 0%;
  }
}

@media screen and (max-width: 800px) {
  .web {
    position: absolute;
    left: 0%;
  }
}

@media screen and (max-width: 1000px) {
  .web {
    position: absolute;
    left: 0%;
  }
}

@media screen and (max-width: 800px) {
  img {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
}
@media screen and (max-width: 800px) {
  p,
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 3vw; /* The width is 100%, when the viewport is 800px or smaller */
  }
}

@media screen and (max-width: 800px) {
  div {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
}
@media screen and (max-width: 800px) {
  div {
    text-align: center; /* The width is 100%, when the viewport is 800px or smaller */
  }
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
