/* Start Press Section */
.row {
   --bs-gutter-x: 0;
}
a {
  text-decoration: none;
}
.press-header h1 {
  padding-top: 32px;
  font-family: "Clash Display Bold";
  font-size: 70px;
  line-height: 76px;
  text-align: center;
  margin: 0;
}
.press-header p {
  margin: 0;
  padding-top: 32px;
  padding-bottom: 124px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: var(--paragraph);
}

.press-header p a {
  text-decoration: none;
  font-size: 16px;
  line-height: 28px;
  background: linear-gradient(90deg, #A734BD 0%, #FF006A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
}

.article-container .article {
  padding: 24px;
  margin-bottom: 16px;
  background: rgba(52, 33, 52, 0.5);
  backdrop-filter: blur(26px);
  border-radius: 20px;

}
.article-container .article .article-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
}
.article-container .article .article-content {
  padding-left: 24px;
}
.article-container .article .article-content .title{
  font-family: 'Clash Display Bold';
  font-size: 24px;
  line-height: 32px;
  color: white;
}
.article-container .article .article-content .description {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: white;
}
.article-container .article .article-content .date {
  padding-top: 60px;
  text-align: right;
  font-family: 'Clash Display Regular';
  font-size: 17px;
  line-height: 24px;
  background: var(--header-bg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.article-container .article:hover{
  background: linear-gradient(90deg, #D1236C 0%, #FF007A 100%);
  backdrop-filter: blur(26px);
}
.article-container .article:hover .date {
  background: unset;
  -webkit-text-fill-color:unset;
  color: white;
}
@media(min-width:992px) and (max-width:1199.98px){
  .article-container .article .img-holder {
    width: 115px;
  }
}
/* @media(min-width:768px) and (max-width:991.98px){

} */
@media(max-width:767.98px){
  .press-header h1 {
    padding-top: 89px;
    font-size: 40px;
    line-height: 48px;
  }
  .press-header p {
    padding-bottom: 64px;
  }
  .article-container .article .article-content{
    padding-left: 0;
  }
  .article-container .article .article-content .title{
    font-family: "Clash Display Semi Bold";
    font-size: 20px;
    line-height: 24px;
  }
  .article-container .article .article-content .description{
    margin-top: 16px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 20px; /* fallback */
    max-height: 40px; /* fallback */
  }
  .article-container .article .article-content .date{
    padding-top: 24px;
    font-size: 15px;
    line-height: 20px;
  }
}
/* End Press Section */
#footer .img-holderr {
  right: 0;
  bottom: 0;
  z-index: -1;
}
#footer .img-holderr img {
  background: linear-gradient(90deg, #A734BD 0%, #FF006A 100%);
  filter: blur(500px);
}
@media(max-width:767.98px){
  #footer .img-hold {
    right: 0;
    bottom: 0;
  }
  #footer .img-hold img {
    background: linear-gradient(90deg, #A734BD 0%, #FF006A 100%);
    filter: blur(200px);
  }
}
#press .img-holder{
  top: -110px;
  z-index: -1;
  left: 0;
}
#press .img-holder-2 {
  right: 0;
  z-index: -1;

}
#press .img-holder-3 {
  left: 0;
  z-index: -1;
  top: 400px;
}
@media(max-width:767.98px){
  #press .img-holder img {
    width: 320px;
  }
  #press .img-holder {
    top: 213px;
  }
  #press .img-holder-2 {
    top: 800px;
  }
}
