.bg-holiday-img{
    background-image: url(../images/bg-holiday-sale.png);
    height: 100%;
    padding-bottom: 120px
}
.bg-color{
    background:linear-gradient( 
291deg, rgb(22 22 22 / 59%) 90%, rgb(255 255 255 / 0%) 110% );
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 120px;
    opacity: 1 !important;
}
.allButton-h{
    background: #ff5a26;
    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: #ff796f;
    color: #fff;
    text-decoration: none;
}
.card-box-main{
    background-color: #0009 !important;
    border: 1px solid #383737;
    min-height: 600px;
}
.card-box-main__info h4{
    color:#fff;
    min-height: 120px;
}
.price-holiday{
    font-size: 3rem;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
    min-height: :100px;
    line-height: 1
}
.card-box-main__info-text{
       color: #fff;
    padding: 20px;
    margin-bottom: 10px;
}
.text-hol-info{
    font-size: 14px;
    color: #ababab;
    font-weight: 300;
}
.card-box-main__info h4 {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
}
.sale-per{
    color: #f39373;
    font-size: 24px;
    font-weight: 600;
}
.sale-per-no{
    
}
.holiday-title{
  color: #ffbf00;
    text-align: center;
    font-size: 5rem;
    margin-top: 0px !important;
    text-align: center;
}
.text-intro{
 color: #fff;
    margin-top: 10rem;
    font-size: 34px;
    font-weight: 400;
    /* margin-bottom: 20px; */
    text-align: center;
    line-height: 1
}
.text-get{
color: #fff;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}
.text-get-sale{
 font-size: 4rem;
    color: #ff6430;
    margin-top: 40px;
    font-weight: 600;
    margin-bottom: 100px;
    text-align: center;
}
.end-of-year{
  color: #65ff04;
    font-size: 18px;
    font-weight: 300;
    display: block;
    padding-top: 10px
        
}
.holiday-text{color: #fff;; font-size: 1.2rem}
.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;
    margin-top: 60px;
}

@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: 630px
    }
    
}
@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;
    }
    .card-box-main{
        min-height: 500px
    }
    .price-holiday{
        font-size: 3rem
    }
}