.navigation-bg {
  background-image: linear-gradient(180deg, #008080 0%, #008080 100%);
  padding: 50px 20px 50px 10px;
  border-radius: 40px;
  max-width: 1026px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.nav-icon {
  width: 70px;
  height: 72px;
}

.single-nav,
h3 {
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 1%;
  color: #ffff;
  text-decoration: none;
}

.sigle-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px;
  max-width: 140px;
  height: 140px;

  /* border: 1px solid #ffff; */
  /* border-radius: 80%; */
  box-shadow: 0px 4px 4px 0px #00000040;
}

.sigle-nav,
a {
  text-decoration: none;
}

.navigation-layout {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 50px;
}

@media only screen and (max-width: 800px) {
  .navigation-layout {
    display: grid;
    grid-template-columns: auto auto;
    gap: 50px;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width: 650px) {
  .navigation-layout {
    display: grid;
    grid-template-columns: auto;
    gap: 50px;
    justify-content: center;
    align-items: center;
  }

  .sigle-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    max-width: 100px;
    height: 100px;
  
    /* border: 1px solid #ffff; */
    /* border-radius: 80%; */
    box-shadow: 0px 4px 4px 0px #00000040;
  }
  .single-nav,
h3 {
  font-size: 10px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 1%;
  color: #ffff;
  text-decoration: none;
}
.col-6 {
  flex: 0 0 auto;
  width: 37%;
}
}
