.bg-holiday-img{
    background-image: url(../images/Memorial-day-BG.svg);
    height: 100%;
    padding-bottom: 120px;
        background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 330px;
}
.bg-color{
    background:linear-gradient( 
182deg, rgb(0 0 0 / 42%) 29%, rgb(0 0 0 / 0%) 97% );
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 120px;
    opacity: 1 !important;
    min-width: 330px;
}
.allButton-h{
   background: #1A62FF;
    padding: 4px 16px;
    border-radius: 6px;
    font-size: 16px;
    min-width: 180px;
    position: absolute;
    bottom: 50px;
    left: 15%;
    right: 15%;
}
.allButton-h:hover {
    background: #fff;
    background-color: #1A62FF;
    color: #fff;
    text-decoration: none;
}
.card-box-main{
       background-color: #ffffffe0 !important;
    border: 1px solid #88a3ff;
    min-height: 500px;
}
.card-box-main__info h4{
    color:#fff;
    min-height: 60px;
}
.price-holiday{
    font-size: 2rem;
    color: #0b3693;
    padding-top: 20px;
    padding-bottom: 40px;
    min-height: 100px;
    line-height: 1;
    font-weight: bold;
}
.card-box-main__info-text{
     color: #fff;
    margin-bottom: 10px;
}
.text-hol-info{
    font-size: 14px;
    color: #505050;
    font-weight: 300;
}
.card-box-main__info h4 {
    color: #000020  !important;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 2vw;
}
.card-box-main__info:hover h4 {
    color: #1040a9 !important;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
}
.card-box-main:hover  {
        border: 1px solid #ff76a2 !important;
}
.sale-per{
   color: #fffcfc;
    font-size: 24px;
    font-weight: 600;
    padding: 5px;
    background: #1963ff;
    margin-right: 6px;
}
.sale-per-no{
    
}
.holiday-title{
  color: #ffffff;
    text-align: center;
    font-size: 4rem;
    margin-top: 0px !important;
    text-align: center;
    margin-bottom:46px;
    letter-spacing: 6px;
}
.text-intro{
     color: #ffffff;
    margin-top: 2rem;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    line-height: 1;
}
.text-get{
color: #ffffff;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5rem;
    margin-top: 1rem;
}
.text-get-sale{
    font-size: 3rem;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 100px;
    text-align: center;
    background: #1963ffb8;
    padding: 20px;
}
.end-of-year{
  color: #65ff04;
    font-size: 18px;
    font-weight: 300;
    display: block;
    padding-top: 10px
        
}
.holiday-text{color: #041946;
    font-size: 1rem;
    font-weight: 300;}
.logo {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 24px;
    width: 200px;
    float: left;
    margin-left: 40px;
}

@media (max-width: 1280px){
    .price-holiday{
        line-height: 1;
        font-size: 2rem;
    }
    .holiday-text{
        font-size: 20px
    }
    .holiday-title{
        font-size: 3rem
    }
    .card-box-main{
        min-height: 550px
    }
    .holiday-text {
    color: #041946;
    font-size: 1rem;
    font-weight: 300;
padding: 0px 10px;
}

.card-box-main__info-text {
    color: #041945;
    /* padding: 0px 50px; */
    margin-bottom: 10px;
    min-height: 200px;
}
    
}

@media (max-width: 760px){
    .price-holiday{
        line-height: 1;
        font-size:4rem;
    }
    .holiday-title{
        font-size: 3rem
    }
    .card-box-main__info h4{
        min-height: 0px;
        font-size: 6vw;
    }
    .card-box-main{
        min-height: 500px
    }
    .price-holiday{
        font-size: 3rem
    }
    .card-box-main__info-text {
    min-height: 134px !important;
}
}
@media (min-width: 768px) and (max-width: 1480px)
.card-box-main__info .card-box-main__info-text {
    max-height: 180px !important;
}