
ul {
  list-style: none!important;
}


.workSections  {
  display: flex;
  view-transition-name: button;
  margin-top: 20px;
  & ul {
    display: flex;
    width: 100%;
    justify-content: space-around;
    & .workButton {
     width: max-content;
     padding: 10px;
     border: 0;
     border-top-right-radius: 10px;
     border-bottom-left-radius: 10px;
     position: relative;
     background-color: #ffdf00;
     & a {
      color: var(--bs-link-color)!important;
      font-weight: 600;
     }
    }  
  }
  
}



.workButton:after, .workButton:before {
  content: '';
  display: block;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
.workButton:before {
  top: -1px;
  left:  -1px;
  width: 10px; height: 10px;
  border-left: 5px solid #03141f;
  border-top: 5px solid #03141f;
  
}
.workButton:after {
  bottom: -1px;
  right: -1px;
  right: -1px;
  width: 10px; height: 10px;
  border-right: 5px solid #03141f;
  border-bottom: 5px solid #03141f;
}

 .workButton:hover::after,  .workButton:hover::before{
  width: 105%; height: 110%;
 }


.main2 {
  display: flex;
  place-content: center;
  width: 95%;
  max-width: 95%;
  margin: 50px auto;
  flex-direction: column;
  padding: 3em 1.5em!important;

}

.main__heading {
  font-weight: 600!important;
  font-size: 2.25em!important;
  margin-top: 1em!important;
  margin-bottom: 0.6em!important;
  text-align: center!important;
  color: #03141f!important;
}

.cards {
  position: relative!important;
}

.cards__inner {
  display: flex;
  flex-wrap: wrap!important;
  gap: 2.5em!important;
  margin-block: 2rem
}

.card2 {
  --flow-space: 0.5em!important;
  --hsl: var(
  --hue), var(--saturation), var(--lightness)!important;
  flex: 30%;
  position: relative;
  padding: 1.5em 2em!important;
  display: grid!important;
  grid-template-rows: 1fr 0fr!important;
  align-items: start!important;
  gap: 1.25em!important;
  color: #eceff1!important;
  background-color: #1a0b0b33!important;
  border: 1px solid #eceff133!important;
  border-radius: 15px!important;
}
.card2 img{max-height: 350px;object-fit: cover;width: 100%;height: 100%; }
.card2:nth-of-type(n) {
  --hue: 56!important;
  --saturation: 97%!important;
  --lightness: 63%!important;
}



.card2:nth-of-type(2n+1) {
  --hue: 197!important;
  --saturation: 100%!important;
  --lightness: 46%!important;
}

.card2:nth-of-type(3n) {
  --hue: 183!important;
  --saturation: 100%!important;
  --lightness: 87%!important;
}

.card__bullets {
  line-height: 1.4!important;
}

.card__bullets li::before {
  display: inline-block!important;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='16' title='check' fill='%23dddddd'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' /%3E%3C/svg%3E")!important;
  transform: translatey(0.25ch)!important;
  margin-right: 1ch!important;
}

.card__heading {
  font-size: 1.05em!important;
  font-weight: 600!important;
}

.card__price {
  font-size: 1.75em!important;
  font-weight: 700!important;
}

.flow > * + * {
  margin-top: var(--flow-space, 1.25em)!important;
}

.cta {
  display: block!important;
  align-self: end!important;
  margin: 1em 0 0.5em 0!important;
  text-align: center!important;
  text-decoration: none!important;
  color: #000000b5!important;
  background-color: hsl(var(--hsl))!important;
  padding: 0.7em!important;
  border-radius: 10px!important;
  font-size: 1rem!important;
  font-weight: 600!important;
}

.overlay {
  position: absolute!important;
  inset: 0!important;
  pointer-events: none!important;
  user-select: none!important;
  opacity: var(--opacity, 0)!important;
  -webkit-mask: radial-gradient(
    25rem 25rem at var(--x) var(--y),
    #000 10%,
    transparent 100%
  )!important;
  mask: radial-gradient(
    25rem 25rem at var(--x) var(--y),
    #000 10%,
    transparent 100%
  )!important;
  transition: 400ms mask ease!important;
  will-change: mask!important;
}

.overlay .card2 {
  background-color: hsla(var(--hsl), 0.15)!important;
  border-color: hsla(var(--hsl), 1)!important;
  box-shadow: 0 0 0 1px inset hsl(var(--hsl))!important;
}

.overlay .cta {
  display: block!important;
  grid-row: -1!important;
  width: 100%!important;
  background-color: hsl(var(--hsl))!important;
  box-shadow: 0 0 0 1px hsl(var(--hsl))!important;
}

:not(.overlay) > .card2 {
  transition: 400ms background ease!important;
  will-change: background!important;
}

:not(.overlay) > .card2:hover {
  --lightness: 10%!important;

  background: hsla(var(--hsl), 0.2)!important;
  & .cta {
    color: #ffffff!important;
  }
}



#closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

#cardProduct {
  --hue : 20!important;
  --saturation: 20%!important;
  --lightness: 20%!important;
  padding: 1.5em 1.5em!important;
  display: flex!important;
}

#cardProduct img {
  aspect-ratio: 9/16;
  object-fit: contain;
  transition: all 0.5s ease;
}

.bodyProduct {
background:   linear-gradient(135deg, #00A9EA, rgba(252, 241, 69, 1));

}
#headerProduct {
  background: linear-gradient(115deg,  rgba(252, 241, 69, 1), #00A9EA);

}
#hovered::after,  #hovered::before{
  width: 105%!important; height: 110%!important;
 }
 