.blur {
  width: 100%;
}

.nav-bar ul:hover li:nth-child(2):not(:hover) {
  transform: scale(1);
}
.nav-bar ul:hover li:nth-child(2):not(:hover) .options-nav {
  color: hsl(0, 0%, 20%);
}
.nav-bar ul li:nth-child(2) {
  transform: scale(1.05);
}
.nav-bar ul li:nth-child(2) .options-nav {
  color: #000;
}

@media (max-width: 890px) {
  .content {
    margin: 15px;
  }
}
@media (max-width: 300px) {
  .content {
    margin: 5px;
  }
}
.content .box {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.content .box:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 890px) {
  .content .box:nth-child(even) {
    flex-direction: column;
  }
}
.content .box:nth-child(even) .section-text {
  border-radius: 0 40px 40px 0;
}
@media (max-width: 890px) {
  .content .box:nth-child(even) .section-text {
    border-radius: 40px;
  }
}
@media (max-width: 300px) {
  .content .box:nth-child(even) .section-text {
    border-radius: 15px;
  }
}
.content .box:last-child {
  margin: none;
}
@media (max-width: 890px) {
  .content .box {
    flex-direction: column;
  }
}
.content .box .graphics {
  flex: 1;
  text-align: center;
  margin: 50px;
}
.content .box .section-text {
  flex: 2;
  padding: 50px;
  background-color: hsla(0, 0%, 100%, 0.5);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 40px 0 0 40px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (max-width: 890px) {
  .content .box .section-text {
    border-radius: 40px;
    padding: 30px;
  }
}
@media (max-width: 300px) {
  .content .box .section-text {
    padding: 10px;
    border-radius: 15px;
  }
}
.content .box .section-text h1 {
  font-size: 23px;
  text-transform: capitalize;
  animation: vive 1s ease-in-out;
}
.content .box .section-text .action-more {
  font-size: 16px;
  padding: 2px;
  color: rgb(132, 32, 32);
  border: none;
  font-style: oblique;
  font-weight: 500;
  margin-top: 5px;
  background-color: transparent;
}
.content .box .section-text .action-more:hover {
  color: rgb(0, 0, 0);
  cursor: pointer;
}
.content .box .section-text .description {
  margin: 0;
  margin-left: 10px;
  opacity: 0;
  animation: vive 2s ease-in-out 0.5s forwards;
}
.content .box .section-text .more-text {
  display: none;
  margin: 0;
  animation: vive 1s ease-in-out;
}
.content .box .section-text .action-contact {
  margin-top: 20px;
  border: none;
  padding: 8px;
  background-color: #cdcdcd;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  animation: vive 1s ease-in-out 1.5s forwards;
}
.content .box .section-text .action-contact:hover {
  background-color: #000;
  color: aliceblue;
  border-radius: 5px;
}/*# sourceMappingURL=index.css.map */