﻿.showcase-section{

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

.showcase-grid {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}


.showcase-description{
  display: block;
  color: #696f81 !important ;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -1.2px;
  line-height: 2;
  padding: 15px;
  margin-top: 0.5rem;
}

.showcase-block {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  
}

.showcase-card img{
  max-width: 100%;
  
  border-radius: 15px;
}


.showcase-card.fade-horizontal {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.showcase-card.pre-fade-horizontal {
  opacity: 0;
  transform: translateX(30px);
}

.showcase-card--large {
  max-height: 420px;
  background: #4d236b;
}


.padding .padding-btn{
text-align: center;
}


.showcase-title {
  position: relative;
        align-self: stretch;
        
        margin-top: -1.00px;
        text-shadow: 0px 0px 64px #00000059;
        background: linear-gradient( 0deg, rgba(210, 210, 217, 1) 14%, rgba(255, 255, 255, 1) 85% );
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
        font-family: "Inter-Regular", Helvetica;
        font-weight: 400;
        color: transparent;
        font-size: 2rem;
        text-align: left;
        letter-spacing: -1.78px;
        line-height: 1.04;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 0;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        white-space: normal;
}

.showcase-checkmore {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    background: linear-gradient(0deg, rgba(215, 0, 0, 1) 0%, rgba(255, 82, 49, 1) 100%);
    color: #ffffff;
    font-family: "Inter", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    align-self: center;
    max-width: 300px;
    text-decoration: none;
    border:none;

}



  
@media (max-width: 900px) {
  .showcase-row, .showcase-row--titles {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
 
}
