.align-center {
  text-align: center;
}

.web {
  background: transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  color: rgba(18, 146, 146, 0.816);
  font-size: 32px;
  font-weight: 900;
}

.f-al-I {
  align-items: center;
}

.business {
  text-shadow:
    0px 0px 10px rgba(59, 130, 246, 0.8),
    0px 0px 20px rgba(59, 130, 246, 0.5);
  color: white;
  font-size: 64px;
  animation: busines-animate 2s linear 0s infinite normal forwards;
}

.card {
  padding: 10px;
  padding-top: 20px;
  border-radius: 10px;
  width: 250px;
  box-shadow:
    rgba(0, 0, 0, 0.16) 0px 3px 6px,
    rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.card img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.door {
  position: relative;
  padding: 5px;
}

.door p {
  border: 2px solid gold;
  border-radius: 10px;
  padding: 10px;
  background-color: #08f6a880;
}

.door::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  transition: height 2s ease;
}

.card:hover .door::before {
  height: 0;
}

.content {
  box-sizing: border-box;
  position: relative;
  width: 40%;
  height: 150px;
  padding: 6%;
  background: rgba(116, 208, 253, 0.42);
  clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 90%, 0% 0%);
}

.rotate {
  position: absolute;
  color: white;
  top: 0;
  right: 40%;
  z-index: 3;
  flex-grow: 1;
  width: 60%;
  height: 100%;
  padding: 5%;
  /*clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 90%, 0% 0%);*/
  background-color: #0520f9e8;
  box-sizing: border-box;
}

.right-flexitem::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5%;
  height: 100%;
  background:
    radial-gradient(circle 3px at 50% 30%, white, white, white, transparent),
    radial-gradient(circle 3px at 50% 70%, white, white, white, transparent),
    navy;
}

.f-margin-bottom {
  margin-bottom: 15px;
}

.right-flexitem .rotate {
  left: 40%;
}





.flexSpaceAround {
  justify-content: space-around;
}

.box {
  flex-grow: 1;
  min-width: 150px;
  max-width: 200px;
  line-height: 2;

  padding: 10px;
  border-radius: 10px;
  padding-left: 30px;
  position: relative;
  background: #00fff0;
  /* fallback for old browsers */
}

.box::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: gold;
  position: absolute;
  top: 10px;
  left: 5px;
  border-radius: 50%;
}

.box p {
  border: 2px solid gold;
  border-radius: 5px;
  padding: 10px;
  color: #4a4a4a;
}

.flexgrow {
  flex: 1;
}

.f-wrap {
  flex-wrap: wrap;
}

.digital h3 {
  font-family: Arial, Helvetica, sans-serif;
  padding: 15px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 22px;
  color: #005900;
  background: #fffca8;
  text-shadow:
    #fffca8 2px 2px 0px,
    #9c9c9c 4px 4px 0px;
}

.digital {
  background-color: #e27efd80;
  min-width: 300px;
}

.digital p {
  padding: 15px;
  line-height: 2;
  text-indent: 15px;
}

.color {
  color: #0000cd;

  text-align: center;
  line-height: 2;
  letter-spacing: 1.2px;
}

.text-shadow {
  line-height: 2;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.explanation {
  text-indent: 20px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1.5px;
  line-height: 2;
}

footer {
  background-color: #acabab40;
}