/* Statistics */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap');

* {
    margin: 0;
    padding: 0;
}

:root{
    --darkBlue: hsl(233, 47%, 7%);
    --lightBlue: hsl(244, 38%, 16%);
    --softViolet:hsl(354deg 68.95% 61.96%);
}



.card-marriage-designs {
    margin-top:5rem;
    margin-bottom:5rem;
    min-height: 100vh;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media(max-width:600px){
    .card-marriage-designs {
      padding: 2rem 0rem;
    }
  }

.card-main{
    width: 100%;
    max-width: 150%;
    background-color:hsl(353.33deg 75.61% 58.04%);
    box-shadow: hsl(354deg 68.95% 61.96%) 0px 7px 29px 0px;
    border-radius: 10px;
    padding: 10px;

    
}

.card-header-one{
    color: white;
    font-weight: 700;
    font-size: 40px;
}

.card-info-section{
    padding: 45px;
}

.card-info{
    margin: 2rem 0px;
    font-size: 1.7rem;
    line-height: 1.6;
    color: white;
}

.card-stat {
    font-weight: 700;
    color: white;
    font-size: 30px;
}

.card-stat-header{
    font-weight: 400;
    color: hsla(0, 0%, 100%, 0.6);
    font-size: 15px;
}

.header-img{
    filter: opacity(1) drop-shadow(0 0 hsl(276, 10%, 10%));
    width: 100%;
    height: 100%;
    border-radius: 10px;
}


@media  (max-width: 872px){
    .card-info-section{
        padding: 60px;
    }  

}


@media  (max-width: 768px){
    .card-info-section{
        padding: 50px;
    }

    .card-main{
        max-width: 576px;
    }
    .card-stat{
        font-size: 20px;
    }

    .card-info {
    
        margin: 2rem 0px;
        font-size: 1.3rem;
        line-height: 1.6;
        color: white;
        
        }

    .card-stat-header {
        font-weight: 400;
        color: rgba(255, 255, 255, 0.6);
        font-size: 10px;
    }
    
}

@media  (max-width: 576px){
    .card-info-section{
        padding: 30px;
    }

    .card-main{
        max-width: 340px;
    }
    .card-info {
        font-weight: 400;
        font-size: 15px;
        color: hsla(0, 0%, 100%, 0.75);
        margin: 2rem 0px;
    }
}

/* Statistics */