.information-home {
  font-size: 28px;

  background-image: url('../images/puente.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 750px;
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.information-home.reception {
  justify-content: center !important;
  align-items: center !important;
  flex-direction: row !important;
  text-align: center;
  height: auto;
}

.information-home .sub {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: start;
  align-items: start;
}

.information-home.reception .sub {
  width: auto;
  padding-top: 50px;
}

.information-home.reception img.post {
  border: 8px solid gray;
  border-radius: 15px;
  padding-left: 0px;
}

.information-home .optional {
  display: none;
}

.information-home img {
  width: 70%;
  padding-left: 100px;
}

.information-home.reception img {
  width: 75%;
  border: 0px solid #393939;
  border-radius: 10px;
  margin-bottom: 80px;
  opacity: 0.9;
}

@media only screen and (max-width: 1058px) {
  .information-home {
    justify-content: center;
    align-items: center;
  }

  .information-home .sub {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .information-home .optional {
    display: block;
  }

  .information-home .sub .custom-btn {
    display: none;
  }

  .information-home img {
    width: 100%;
    padding-right: 100px;
  }

  .information-home.reception img {
    width: 100% !important;
  }
}

.information-home h1,
.information-home h4,
.information-home strong {
  color: var(--bs-white);
}

.information-home .sub-info {
  font-size: 0.6em;
  color: white;
  font-weight: 400;
}

.custom-btn {
  display: inline-block;
  outline: 0;
  cursor: pointer;
  text-align: center;
  border: 1px solid #e6653b;
  padding: 7px 18px;
  min-height: 36px;
  min-width: 36px;
  color: #ffffff;
  background: var(--bs-secondary);
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px 0px;
  transition-duration: 0.2s;
}

.extra-large {
  font-size: 20px;
}

.custom-btn:hover {
  outline: 0;
  color: white;
  border: 1px solid transparent;
  background-color: #eb6936;
}

.custom-link {
  cursor: pointer;
  text-decoration: none;
  color: var(--bs-ebony);
  padding: 7px 18px;
  min-height: 36px;
  min-width: 36px;
  font-weight: 400;
}

.custom-link:hover {
  color: var(--bs-secondary);
}

.custom-menunav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.container-custom-sub-menu2 {
  position: relative !important;
}

.custom-sub-menu2 {
  width: 100%;
  position: absolute !important;
  left: 108px;
  top: -70px;
}

@media only screen and (max-width: 733px) {
  .custom-sub-menu2 {
    top: -100px !important;
    left: 111px !important;
  }
}

header nav div a.custom-btn {
  display: none;
}

header nav div.logo-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav div.logo-main .mobile {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
}

header nav div.logo-main .mobile a:nth-child(2) {
  font-size: 28px;
  display: none;
}

header nav div.logo-main .mobile a:nth-child(2) i {
  color: var(--bs-secondary) !important;
}

header nav .menu-mobile {
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  background-color: white;

  display: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  box-shadow: 0 4px 2px -2px rgba(128, 128, 128, 0.212);
}

.menu-mobile.active {
  display: flex;
}

.menu-mobile li {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.menu-mobile li a {
  padding: 20px !important;
}

.menu-mobile li ul.custom-sub-menu-mobile {
  background-color: #5b5b5b;
  display: none;
  flex-direction: column;
}

.menu-mobile li ul.custom-sub-menu-mobile.active {
  display: flex;
}

.menu-mobile li ul.custom-sub-menu-mobile li a {
  color: var(--bs-white);
}

.menu-mobile li ul.custom-sub-menu-mobile li:hover {
  background-color: #eb6936;
}

.menu-mobile li ul.custom-sub-menu-mobile li ul.custom-sub-sub-menu-mobile {
  background-color: #e04000;
  display: none;
  flex-direction: column;
}

.menu-mobile li ul.custom-sub-menu-mobile li ul.custom-sub-sub-menu-mobile.active {
  display: flex;
}

.menu-mobile li ul.custom-sub-menu-mobile li ul.custom-sub-sub-menu-mobile {
  background-color: #e04000;
  display: none;
  flex-direction: column;
}

.menu-mobile li ul.custom-sub-menu-mobile li ul.custom-sub-sub-menu-mobile.active {
  display: flex;
}

.menu-mobile .register-button {
  padding: 0px 10px;
  padding-bottom: 10px;
}

.mobile .username,
.mobile .username-2 {
  display: none;
}

@media only screen and (min-width: 555px) {
  .menu-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 733px) {
  header nav div.logo-main {
    width: 100%;
  }

  header nav div a.custom-btn {
    display: block;
  }

  .custom-menunav li a.custom-btn,
  .custom-menunav .username {
    display: none;
  }

  .mobile .username {
    display: block;
  }

  .mobile ul {
    flex-direction: row;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
  }

  .custom-menunav li:last-child {
    display: none;
  }

  .custom-menunav {
    flex-wrap: nowrap;
    width: 100%;
    justify-self: normal;
    align-items: normal;
  }

  .custom-menunav li {
    text-align: center;
    width: 25%;
    display: flex;
  }

  .custom-menunav li a {
    padding: 20px;
    width: 100% !important;
  }
}

.custom-menunav li:hover > ul {
  display: block;
}

.custom-sub-menu {
  padding: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
  position: fixed;
}

.custom-sub-menu li {
  display: flex !important;
}

.mobile button {
  display: none;
}

@media only screen and (max-width: 733px) {
  .custom-sub-menu {
    top: 107px;
  }

  .custom-sub-menu li {
    width: 100%;
  }
}

@media only screen and (max-width: 555px) {
  .custom-sub-menu {
    top: 67px;
  }

  .custom-menunav {
    display: none;
  }

  header nav div.logo-main .mobile a:nth-child(2) {
    display: block;
  }

  header nav div.logo-main .mobile a:nth-child(1) {
    display: none;
  }

  .mobile button {
    display: block;
  }

  .mobile .username-2 {
    display: block;
  }

  .mobile {
    gap: 0px;
  }
}

@media only screen and (max-width: 428px) {
  .custom-sub-menu {
    top: 91px;
  }
}

@media only screen and (max-width: 331px) {
  .custom-sub-menu {
    top: 139px;
  }
}

.custom-sub-menu li {
  padding: 5px 0px;
  background-color: var(--bs-secondary);
}

.custom-sub-menu li a {
  color: var(--bs-white);
}

.custom-sub-menu li a:hover {
  color: var(--bs-white);
}

.custom-sub-menu li:hover {
  background-color: #eb6936;
}

.custom-sub-menu li.space {
  padding: 0px;
  height: 38px;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.implementation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 650px;
  gap: 20px;
  padding-left: 0%;
  padding-right: 0%;
}

.implementation.reception {
  gap: 50px;
}

.implementation article {
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2% 10%;
}

.implementation.reception article {
  gap: 50px;
  padding: 0px 20px;
  text-align: center;
}

.implementation article.left {
  background-color: #f6f6f6;
}

.implementation.reception article.left {
  background-color: #ffffff;
}

.implementation article .info {
  max-width: 500px;
}

.implementation article .info h1 {
  font-size: 48px;
  line-height: 120%;
  font-weight: 500 !important;
}

.implementation article .info p {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.625;
  color: #5b5b5b;
}

@media only screen and (max-width: 500px) {
  .implementation article .info h1 {
    font-size: 40px;
  }
}

.implementation article img {
  max-width: 700px;
  width: 50%;
}

.implementation.reception article.obs img{
  max-width: 100%;
  width: 60%;
}

@media only screen and (max-width: 1000px) {
  .implementation.reception article.obs img{
    max-width: 100%;
    width: 85%;
  }
}

.implementation.reception .picture1 {
  display: block;
}

.implementation.reception .picture2 {
  display: none;
}

.implementation.reception .content-steps {
  background-color: #f6f6f6;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0px 50px !important;
  width: 100%;
  gap: 0px;
}

.implementation.reception .content-steps-info {
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
}

.implementation.reception .step {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 100px 0px;
  justify-content: flex-start;
}

.implementation.reception .step h4 {
  color: #5b5b5b;
}

@media only screen and (max-width: 732px) {
  .implementation article {
    flex-direction: column;
  }

  .implementation article img {
    width: 100%;
  }

  .implementation article .info {
    max-width: 100%;
    text-align: center;
  }

  .implementation.reception .picture1 {
    display: none;
  }

  .implementation.reception .picture2 {
    display: block;
  }

  .implementation.reception {
    gap: 0px;
  }

  .implementation.reception .content-steps {
    flex-direction: column;
  }

  .implementation.reception .step {
    padding: 50px 0px;
  }

  .implementation.reception article.obs img{
    max-width: 100% !important;
    width: 100% !important;
  }
}

.testimony {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 5%;
  background-color: var(--bs-ebony);
}

.divisor1 {
  background: linear-gradient(
    357deg,
    var(--bs-ebony) 49%,
    rgba(255, 255, 255, 1) 50%
  );
  height: 200px;
  width: 100%;
  transform: scaleY(1.1);
}

.divisor1.step {
  background: linear-gradient(
    357deg,
    var(--bs-ebony) 49%,
    #f6f6f6 50%
  );
  height: 200px;
  width: 100%;
  transform: scaleY(1.1);
}

.divisor2 {
  background: linear-gradient(
    357deg,
    rgba(255, 255, 255, 1) 49%,
    var(--bs-ebony) 50%
  );
  height: 100px;
  width: 100%;
  transform: scaleY(1.1);
}

.divisor3 {
  height: 100px;
  width: 2px;
  background-color: #7f828a3d;
}

.testimony h2,
.testimony p,
.testimony h6,
.testimony span {
  color: var(--bs-white);
  text-align: center;
}

.testimony ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  width: 100%;
  flex-wrap: wrap;
  padding-top: 60px;
}

.testimony ul.land {
  flex-direction: column;
}

.testimony ul.land li {
  width: 100%;
}

.testimony ul li {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 40%;
}

.testimony ul li img {
  margin-bottom: 15px;
}

.testimony ul li h6 {
  font-size: 1.4rem;
}

.testimony .principal.start {
  display: none;
}

@media only screen and (max-width: 845px) {
  .testimony ul li {
    width: 100%;
  }

  .testimony .principal.start {
    display: flex;
  }

  .testimony .principal.end {
    display: none;
  }
}

.testimony ul li img {
  border-radius: 50px;
}

.testimony ul li p {
  color: var(--bs-raven);
}

.testimony .principal img {
  border-radius: 100px;
}

.testimony .principal h6 {
  font-size: 1.6rem;
}

.testimony .principal span {
  font-size: 1.3rem;
}

.testimony .principal p {
  font-size: 1.2rem;
}

.brands {
  background-color: var(--bs-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 5%;
}

.brands .carousel__custom {
  display: flex;
  gap: 150px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.brands .carousel__custom .carousel__custom-1,
.brands .carousel__custom .carousel__custom-2 {
  position: relative;
}

.brands .carousel__custom .carousel__custom-1 h2,
.brands .carousel__custom .carousel__custom-2 h2 {
  color: var(--bs-ebony);
  padding-bottom: 50px;
}

footer ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 50px;
}

footer ul h3 strong {
  color: var(--bs-white);
}

footer ul li.info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 635px) {
  footer ul li.info .divisor3 {
    display: none;
  }

  footer ul li.info .more-info {
    text-align: center;
    align-items: center;
  }
}

footer ul li.social-network {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer ul li.social-network ol {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

footer ul li.social-network ol li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

footer ul li.info .more-info {
  display: flex;
  flex-direction: column;
}

footer ul li.info .more-info ol {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

footer ul li ol li a,
footer ul li a,
footer ul li span {
  color: var(--bs-raven);
}

footer ul li ol li a:hover,
footer ul li a:hover {
  color: var(--bs-secondary);
}

footer ul li ol li a i {
  color: var(--bs-raven);
  font-size: 24px;
}

footer ul li ol li a i:hover {
  color: var(--bs-secondary);
}

.functioning-main section {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 600px;
  width: 100%;
  padding: 0px;
  flex-wrap: wrap;
}

.functioning-main section img {
  height: 100%;
  width: 40%;
}

.functioning-main section article {
  height: 100%;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 10%;
}

@media only screen and (max-width: 890px) {
  .functioning-main section img {
    width: 100%;
  }

  .functioning-main section article {
    width: 90%;
    padding: 10%;
  }
}

@media only screen and (max-width: 890px) {
  .functioning-main .monitor-information article {
    width: 100% !important;
    margin-bottom: 40px;
  }
  .mobile-invert {
    display: flex;
    flex-direction: column-reverse !important;
  }
}

@media only screen and (max-width: 530px) {
  .functioning-main section .loaders-container{
    display: flex;
    justify-content: center ;
    flex-direction: column !important;
  }
}

@media only screen and (max-width: 890px) {
  .functioning-main .monitor-information article {
    width: 100% !important;
    margin-bottom: 40px;
  }
  .mobile-invert {
    display: flex;
    flex-direction: column-reverse !important;
  }
}

@media only screen and (max-width: 530px) {
  .functioning-main section .loaders-container{
    display: flex;
    justify-content: center ;
    flex-direction: column !important;
  }
}

.functioning-main section article h3 strong {
  color: var(--bs-secondary);
}

.functioning-main .functioning {
  height: 600px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(
      356deg,
      rgba(0, 0, 0, 0.5) 30%,
      rgba(0, 0, 0, 0.5) 75%
    ),
    url('../images/v8/functioning/picture1.gif');
  padding-top: 100px;
  background-repeat: no-repeat;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
}

.functioning-main .functioning h2,
.functioning-main .functioning h6 {
  color: var(--bs-white);
}

.functioning-main .start,
.activity-main .start,
.mission-main .start {
  display: none;
}

@media only screen and (max-width: 800px) {
  .functioning-main .start,
  .activity-main .start,
  .mission-main .start {
    display: flex;
  }

  .functioning-main .end,
  .activity-main .end,
  .mission-main .end {
    display: none;
  }
}

.implementation-main .implementation {
  height: 400px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(
      356deg,
      rgba(0, 0, 0, 0.5) 30%,
      rgba(0, 0, 0, 0.5) 75%
    ),
    url('../images/v8/implementation/00.jpg');
  padding-top: 100px;
  background-repeat: no-repeat;
  text-align: center;
}

.implementation-main .implementation h2,
.implementation-main .implementation h6 {
  color: var(--bs-white);
}

.implementation-main .articles {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  padding: 5%;
}

.implementation-main .articles article {
  width: 30%;
}

@media only screen and (max-width: 1110px) {
  .implementation-main .articles article {
    width: 90%;
  }

  .implementation.reception article.obs img{
    max-width: 100%;
    width: 90%;
  }
}

.implementation-main .articles article h3 {
  padding-bottom: 20px;
}

.benefits-main .benefits {
  height: 400px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(
      356deg,
      rgba(0, 0, 0, 0.5) 30%,
      rgba(0, 0, 0, 0.5) 75%
    ),
    url('../images/v8/implementation/01.png');
  background-repeat: no-repeat;
  text-align: center;
}

.benefits-main .benefits h2,
.benefits-main .benefits h6 {
  color: var(--bs-white);
}

.benefits-main .articles {
  display: flex;
  gap: 100px;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 5%;
  padding-bottom: 100px;
}

.benefits-main .articles article {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.benefits-main .articles article h3 {
  width: 30%;
}

.benefits-main .articles article h3 strong {
  color: var(--bs-secondary);
}

.benefits-main .articles article p {
  width: 70%;
}

@media only screen and (max-width: 860px) {
  .benefits-main .articles article {
    flex-wrap: wrap;
  }
  .benefits-main .articles article h3 {
    width: 90%;
  }

  .benefits-main .articles article p {
    width: 90%;
  }
}

.mission-main .mission {
  height: 400px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: url('../images/v8/about_as/00.jpg');
  padding-top: 100px;
  background-repeat: no-repeat;
  text-align: center;
}

.mission-main .mission h2,
.mission-main .mission h6 {
  color: var(--bs-white);
}

.mission-main section.info {
  display: flex;
  flex-direction: column;
  padding: 10%;
  gap: 100px;
}

.mission-main section article {
  display: flex;
  gap: 50px;
  width: 100%;
}

.mission-main section img {
  width: 50%;
  border-radius: 10px;
}

.mission-main section article p {
  font-size: 1.3em;
}

@media only screen and (max-width: 1150px) {
  .mission-main section article {
    flex-wrap: wrap;
    justify-content: center;
  }
  .mission-main section img {
    width: 90%;
  }
}

.team-main .team {
  height: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(
      356deg,
      rgba(0, 0, 0, 0.4) 30%,
      rgba(0, 0, 0, 0.4) 75%
    ),
    url('../images/v8/about_as/03.jpg');
  background-repeat: no-repeat;
}

.team-main .team h2,
.team-main .team h6 {
  color: var(--bs-white);
}

.team-main .founders {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 10%;
  padding-bottom: 10%;
}

.team-main .founders ol {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 50px;
  width: 100%;
  flex-wrap: wrap;
}

.team-main .founders ol li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.team-main .founders ol li img {
  border-radius: 50%;
  border: 2px solid var(--bs-raven);
}

.team-main .information {
  background-color: var(--bs-ebony);
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-main .information ul li p,
.team-main .information ul li strong {
  color: var(--bs-white);
}

.team-main .information ul li h3 {
  color: var(--bs-secondary);
}

.team-main .information ul {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 50px;
}

.team-main .information ul li {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 20px;
  text-align: center;
  width: 50%;
}

@media only screen and (max-width: 1050px) {
  .team-main .information ul {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .team-main .information ul li {
    width: 90%;
  }
}

.activity-main .activity {
  height: 400px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(
      356deg,
      rgba(0, 0, 0, 0.4) 30%,
      rgba(0, 0, 0, 0.4) 75%
    ),
    url('../images/puente.jpg');
  background-repeat: no-repeat;
  padding-top: 100px;
  text-align: center;
}

.activity-main .activity h2,
.activity-main .activity h6 {
  color: var(--bs-white);
}

.activity-main .articles {
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.activity-main article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
  margin: 50px 0px;
}

.activity-main article img {
  width: 20%;
}

.activity-main article .info {
  width: 40%;
}

@media only screen and (max-width: 800px) {
  .activity-main article {
    flex-direction: column;
  }

  .activity-main article img {
    width: 70%;
  }

  .activity-main article .info {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 555px) {
  .activity-main article img {
    width: 90%;
  }
}

/* popup */

:root {
  --bs-popup: #e4b200;
}

article.custom-popup {
  box-shadow: 0px 2px 6px 0px #80808099;
  width: 400px;
  height: 400px;

  position: fixed;
  bottom: 20px;
  right: 20px;

  background-color: var(--bs-white);
  display: none;
  flex-direction: column;
  z-index: 1;

  box-sizing: border-box;
  font-size: 15px;
  animation: show-popup 2s linear;

  user-select: none;
  overflow: hidden;
}

article.custom-popup.hide {
  animation: show-popup-leave 0.3s linear;
  right: -820px;
}

.custom-popup .header {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  position: absolute;
  z-index: 2;
}

.custom-popup .header button {
  background-color: transparent;
  font-size: 1em;
  font-weight: 400;

  outline: none;
  border: none;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 2px;
  color: var(--bs-popup);
}

.custom-popup .header button:hover {
  background-color: var(--bs-popup);
  color: var(--bs-white);
}

.custom-popup .content img {
  height: 100%;
  width: 100%;
}

.custom-popup .content h1 {
  font-size: 1.15em;
  color: var(--bs-popup);
  padding-bottom: 8px;
}

.custom-popup .content p {
  font-size: 0.9em;
  line-height: 28px;
  color: var(--bs-ebony);
}

.custom-popup .content .intro {
  position: relative;
  overflow: hidden;
}

.custom-popup .content .hide {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 70%
  );

  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-direction: row;
}

.custom-popup .content .hide a {
  font-size: 1em;
  color: white;
  background-color: var(--bs-popup);
  transition-duration: 0.3s;
  font-weight: 500;
}

.custom-popup .content .hide a:hover {
  color: white;
  transform: scale(1.1);
}

.custom-popup .content .hide h1 {
  font-size: 1.1em;
  padding: 0px 10px;
  font-family: 'system-ui';
}

.custom-popup .footer {
  width: 100%;
  background-color: var(--bs-white);
  padding: 10px;
  display: none;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.custom-popup .footer form {
  width: 100%;
  display: flex;
  gap: 10px;
}

.custom-popup .footer form input {
  width: 73%;
  border: 2px solid var(--bs-popup);
  padding: 0px 10px;
  font-size: 0.9em;
  outline: none;
}

.custom-popup .footer form button {
  font-size: 0.9em;
  background-color: var(--bs-popup);
  border-color: var(--bs-popup);
  border-radius: 0px;
}

.custom-popup .footer form button:hover {
  background-color: #c79b00;
}

.custom-popup .footer.active {
  display: flex;
  animation: show-subscribe 0.2s linear;
}

.custom-popup .hide.inactive {
  display: none;
}

.image-container {
  width: 55%;
  display: flex;
  gap: 20px;
  justify-content: start;
  margin: 20px 0px;
  display: flex;
  align-self: center;
}

.image-icon {
  width: 10%;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  border-radius: 16%;
}

.know-more {
  background-color: var(--bs-secondary);
  margin-top: 15px;
  padding: 10px 10px;
  color: white;
  border-radius: 30px;
  position: relative;
  top: 15px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5); 
  transition: 0.3s ease;
}

.know-more:hover {
  background-color: white;
  padding: 10px 10px;
  color: var(--bs-secondary);
}

.know-more a {
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .image-icon {
    width: 20%;
  }
}

.image-icon.selected {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5); 
  border-radius: 21%;
  border: 4px solid var(--bs-secondary);
  background-color: var(--bs-secondary);
}

.image-icon:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5); 
  border-radius: 21%;
  border: 4px solid var(--bs-secondary);
  background-color: var(--bs-secondary);
}

.content-box {
  padding: 20px;
  border: 3px solid var(--bs-secondary);
  width: 60%;
  height: 130px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}

@media only screen and (max-width: 1052px) {
  .content-box {
    height: 180px;
  }
}

@media only screen and (max-width: 571px) {
  .content-box {
    height: 240px;
  }
}

@media only screen and (max-width: 426px) {
  .content-box {
    height: 270px;
  }
}

@media only screen and (max-width: 336px) {
  .content-box {
    height: 290px;
  }
}

.module-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 80px 0px;
}

.image-container {
  width: 55%;
  display: flex;
  gap: 20px;
  justify-content: start;
  margin: 20px 0px;
  display: flex;
  align-self: center;
}

.image-icon {
  width: 10%;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  border-radius: 16%;
}

.know-more {
  background-color: var(--bs-secondary);
  margin-top: 15px;
  padding: 10px 10px;
  color: white;
  border-radius: 30px;
  position: relative;
  top: 15px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5); 
  transition: 0.3s ease;
}

.know-more:hover {
  background-color: white;
  padding: 10px 10px;
  color: var(--bs-secondary);
}

.know-more a {
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .image-icon {
    width: 20%;
  }
}

.image-icon.selected {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5); 
  border-radius: 21%;
  border: 4px solid var(--bs-secondary);
  background-color: var(--bs-secondary);
}

.image-icon:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5); 
  border-radius: 21%;
  border: 4px solid var(--bs-secondary);
  background-color: var(--bs-secondary);
}

.content-box {
  padding: 20px;
  border: 3px solid var(--bs-secondary);
  width: 60%;
  height: 130px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}

@media only screen and (max-width: 1052px) {
  .content-box {
    height: 180px;
  }
}

@media only screen and (max-width: 571px) {
  .content-box {
    height: 240px;
  }
}

@media only screen and (max-width: 426px) {
  .content-box {
    height: 270px;
  }
}

@media only screen and (max-width: 336px) {
  .content-box {
    height: 290px;
  }
}

.module-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 80px 0px;
}

@keyframes show-popup {
  from {
    right: -820px;
  }

  to {
    right: 20px;
  }
}

@keyframes show-popup-leave {
  from {
    right: 20px;
  }

  to {
    right: -820px;
  }
}

@keyframes show-subscribe {
  from {
    bottom: -56px;
  }

  to {
    bottom: 0px;
  }
}

/* Porgress Circle */

.mt-100 {
  margin-top: 200px;
}

.progress {
  width: 150px;
  height: 150px !important;
  float: left;
  line-height: 150px;
  background: none;
  margin: 20px;
  box-shadow: none;
  position: relative;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: none;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background-color: #f6f6f6;
  font-size: 24px;
  color: #fff;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.progress.revision .progress-bar {
  border-color: #e88d39;
}

.progress.revision .progress-left .progress-bar {
  animation: none;
}

.progress.costs .progress-bar {
  border-color: #e88d39;
}

.progress.costs .progress-left .progress-bar {
  animation: none;
}

.progress.start-animation .progress-right .progress-bar {
  animation: loading-1 1.8s linear forwards;
}

.progress.revision.start-animation .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.costs.start-animation .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.8s;
}

/* Keyframes */
@keyframes loading-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes loading-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(135deg);
  }
}

@keyframes loading-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(54deg);
  }
}

/* Porgress Circle */

.mt-100 {
  margin-top: 200px;
}

.progress {
  width: 150px;
  height: 150px !important;
  float: left;
  line-height: 150px;
  background: none;
  margin: 20px;
  box-shadow: none;
  position: relative;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: none;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background-color: #f6f6f6;
  font-size: 24px;
  color: #fff;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.progress.revision .progress-bar {
  border-color: #e88d39;
}

.progress.revision .progress-left .progress-bar {
  animation: none;
}

.progress.costs .progress-bar {
  border-color: #e88d39;
}

.progress.costs .progress-left .progress-bar {
  animation: none;
}

.progress.start-animation .progress-right .progress-bar {
  animation: loading-1 1.8s linear forwards;
}

.progress.revision.start-animation .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.costs.start-animation .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.8s;
}

/* Keyframes */
@keyframes loading-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes loading-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(135deg);
  }
}

@keyframes loading-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(54deg);
  }
}
