.reveal-cards{
display: flex;
    gap: 16px;
  max-width: 1290px;
  padding: 0 20px;
  min-height: 490px;
}
.reveal-card{
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  display: flex;
  transition: 200ms;
  flex:1;
  position: relative;
  background: white;
  overflow: hidden;
}
.reveal-card .card-left{
  padding: 30px;
      display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reveal-card .card-img{
    position: relative;
    max-width: 0;
    overflow: hidden;
    width: 50%;
  margin-top: 30px;
  box-shadow: 0 0 19.8px 0 #00000040;
  border-radius:10px;
}
.reveal-card.active{
    flex: 2;
    max-width: 50%;
}
.reveal-card.active .card-left{
  max-width: 50%;
}
.reveal-card.active .card-img{
  max-width: 50%;
}
.reveal-card .card-img img{
      height: 100%;
    object-fit: cover;
    object-position: top left;
    border-radius: 8px;
}
@media(max-width: 1024px){
  .reveal-cards{
    flex-direction: column;
    height: unset;
  }
  .reveal-card.active {
    flex: 1;
    max-width: 100%;
}
  .reveal-card .card-left {
    width: 50% !important;
    min-width: 300px;
  }
  .reveal-card .card-img {
    max-width: unset;
  }
}
@media(max-width:393px){
  .reveal-card .card-img{
    display: none;
  }
}












.showcase {
    position: relative;
}
.showcase__content {
    padding: 50px 20px 45px;
  width: 100%;
}
.showcase__heading {
    text-align: center;
    max-width: 600px;
    margin: 0px auto;
}
.showcase__title {
    font-family: 'Inter';
    font-size: 42px;
    line-height: 130%;
    text-align: center;
    color: #000;
    margin-bottom: 25px;

}
.showcase__subtitle {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 150%;
    color: #6A6D77;
    margin-bottom: 32px;
}
.showcase__items {
    display: flex;
    justify-content: center;
    max-width: 1290px;
    margin: 0px auto;
    gap: 16px;
  box-sizing: content-box;
}
.showcase__item {
    position: relative;
    padding: 0 !important;
    width: 25%;
    border: 1px solid #E1E1E1;
    border-radius: 8px;
    max-height: 491px;
    transition: width 0.4s ease, padding 0.4s ease;
    background-color: #FFFFFF;
  box-sizing: content-box;
}
.showcase__item_link{
  border: 1px solid black;
  color: black;
  display: inline-block;
}
.showcase__item_link:hover{
  color: black;
    background: var(--theme-easy-green);
  border-color: var(--theme-easy-green);
}
.active .showcase__item_link{

}
.showcase__item_img {


    transition: opacity 0.4s ease;
    border-radius: 8px;
    background: transparent;
    box-shadow: 0px 0px 19.8px 0px #00000040;
position: relative;
    top: 50px;
}
}
.showcase__item_img img {
    border-radius: 8px;
    width: 100%;
}
/*
.showcase__item_link {
    display: inline-block;
    font-family: 'Inter';
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding: 10px 24px;
    border-radius: 8px;
    border: 1px solid #000000;
    transition: all 0.3s ease;
}

.showcase__item.active .showcase__item_link:hover{
    background: #B5FC7B;
    border: 1px solid #B5FC7B;
}
*/
/* .showcase__item.active .showcase__item_link {
    background: #B5FC7B;
    border: 1px solid #B5FC7B;
} */

.showcase__item__text-container {
    min-width: 261px;
    max-width: 261px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
  padding: 30px;
}
.showcase__item_icon {
    width: 33px;
    margin-bottom: 32px;
}
.showcase__item_title {
    font-family: 'Inter';
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 12px;
}
.showcase__item_text {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 150%;
    color: #6A6D77;
}

/* .showcase__item_link:hover{
    transform: scale(1.05);
} */
.showcase__bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  left: 0;
}
.showcase__bg img {
    width: 100%;
}

@media (max-width: 1199px) {
.showcase__item__text-container {
    min-width: auto;
 }
}

@media (min-width: 1025px) {
    .showcase__item.active {
        position: relative;
        width: calc(50% - 32px);  
        display: flex;
        justify-content: space-between;
        padding-right: 0;
        gap: 28px;
        overflow: hidden;
    }
    .showcase__item.active .showcase__item_img {
        width: calc(50% - 14px);
        display: block;
        opacity: 1;
        transition: all 0.4s ease;
    }
    .showcase__item.active .showcase__item__text-container {
        width: calc(50% - 10px);
        max-width: 259px;
    }
}
@media (max-width: 1200px) {
    .showcase__item {
    }
}


@media (max-width: 1024px) {
    .showcase__content {
        padding: 49px 24px 62px;
    }
    .showcase__title {
        font-size: 38px;
    }
    .showcase__items {
        flex-direction: column;
    }
    .showcase__item { 
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 30px 0px 21px 32px;
        gap: 20px;
        overflow: hidden;
      display: grid;
    grid-template-columns: 1fr 1fr;
    }
    .showcase__item.active {
        width: 100%;
    }
    .showcase__item_text {
        margin-bottom: 45px;
    }
    .showcase__item_img {
        top: 32px;
        display: block;
        opacity: 1;
      position: relative;
    width: 100%;
    }
    .showcase__item__text-container {
                width: 100%;
        max-width: unset;
    }
}

@media (max-width: 640px) {
    .showcase__content {
        padding: 36px 24px 84px;
        
    }
    .showcase__title {
        font-size: 32px;
    }
    .showcase__item {
        padding: 16px;
        height: auto;
    }
    .showcase__item_img {
        display: none;
    }
    .showcase__item__text-container {
        width: 100%;
        max-width: 100%;
    }
    .showcase__item_text {
        margin-bottom: 36px;
    }
}