body {
  font-family: Arial, sans-serif;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #ffffff;
  margin: 0;
}

.container-sale {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 200px 0;
  justify-content: center;
}

.card {
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  flex: 1 1 calc(50% - 10px);
}

.card-with-slider {
  padding: 0px !important;
  text-align: left;
  display: block;
}

.card-sale {
  background-size: cover;
  background-position: center;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  border: none;
  height: 100%;
  display: flex;
}

.slide1 {
  background-image: url(../../../../../Img/cx-sales-right-side-button__sales-popup_presidents-day-banner.webp);
}

.slide2 {
  background-image: url(../../../../../Img/cx-sales-right-side-button__sales-popup_slide2.jpg);
}

.slide3 {
  background-image: url(../../../../../Img/cx-sales-right-side-button__sales-popup_slide3.jpg);
}

.card-sale .card-title {
  font-size: 2.2em;
  font-weight: bold;
}

.card-sale .card-text {
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 5px;
}

.card-robots, .card-signals {
  border: 2px solid #9f9f9f;
}

.card-robots-unlimited {
  background-color: #F2ECDA;
}

.page-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  color: white;
  text-align: center;
  padding-right: 240px;
}

.card-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}

.card-text {
  font-size: 0.9em;
  color: #000;
  line-height: 1.4;
  margin-bottom: 20px;
}

.card-price {
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
  margin-top: auto;
  margin-bottom: 15px;
}

.card-price del {
  color: #000;
  font-weight: normal;
  font-size: 0.9em;
}

.card-button {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 5px 25px;
  font-size: 1em;
  font-weight: bold;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 170px;
  margin: 0 auto;
}

.card-button:hover {
  background-color: #0056b3;
}

@media (max-width: 1200px) {
  .container-sale {
    padding: 40px 100px 0;
  }

  .page-title {
    padding-left: 280px;
  }
}

@media (max-width: 1000px) {
  .container-sale {
    padding: 40px 40px 0;
  }
}

@media (max-width: 888px) {
  .container-sale {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;

    width: 90%;
    max-width: none;
    padding: 10px;
  }

  .card-sale {
    order: 1;
    padding: 66px;
  }

  .card-signals {
    order: 2;
  }

  .card-robots-unlimited {
    order: 3;
  }

  .card-robots {
    order: 4;
  }

  .card {
    padding: 20px 15px;
  }

  .page-title {
    font-size: 1.4em;
    margin-top: 32px;
    padding: 36px;
  }

  .card-title {
    font-size: 1.4em;
  }

  .card-price {
    font-size: 1.1em;
  }

  .card-sale .card-title {
    font-size: 2em;
  }

  .card-sale .card-text {
    font-size: 1.6em;
  }
}




.bg-holiday-img{
    /*background-image: url(../images/AI-robot-ads.png);*/
    height: 100%;
    padding-bottom: 180px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: fit-content;
}
.price-sell{
text-align: center;
font-size: 54px;
color: #00ff86;
line-height: 1.3;
font-weight: bolder;
margin-bottom: 50px;
letter-spacing: 7px;


}
    .advartazing{
    min-height: 390px;
    background: red;
    border-radius: 16px;
    background-image: url(../../../../../Img/cx-sales-right-side-button__sales-popup_17.jpg);
    background-size: cover;
    position: relative;
    background-position: center center;
    background-repeat: repeat-y, repeat-y;
}

.advartazing .text-hol-info{
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    }
.advartazing-bg{
/*    background: #7653133d;*/
    padding: 32px 10px;
    border-radius: 16px;
/*    min-height: 400px;*/
    text-align: right;
}
.advartazing h4{
    color: #fff !important;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1 !important;
}.advartazing .price-holiday{
    font-size: 58px;
    color: #03a9f4;
    padding-top: 20px;
    padding-bottom: 40px;
    min-height: 100px;
    line-height: 1;
    font-weight: bold;
}
.bg-color{
    background: linear-gradient(180deg,rgba(204, 194, 173, 1) 0%, rgba(26, 24, 22, 1) 89%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 120px;
    opacity: 1 !important;
    min-width: 330px;
}
.text-hol-info-adv-i{
    font-style: italic;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    font-weight: 200;

}
.text-hol-info-adv{
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 700;
}
.allButton-h{
    background: #1A62FF;
    padding: 0 16px;
    border-radius: 30px;
    font-size: 16px;
    min-width: 180px;
    position: absolute;
    bottom: 8%;
    left: 30%;
    right: 30%;
}
.allButton-h:hover {
    background: #fff;
    background-color: #4f84e4;
    color: #fff;
    text-decoration: none;
}
.card-box-main{
  margin-right: 20px;
  border: 1px solid #000000;
}
.card-box-main__info h4{
    color:#fff;
    min-height: 90px;
}
.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: #000;
    margin-bottom: 20px;
}
.text-hol-info{
    font-size: 14px;
    color: #505050;
    font-weight: 300;
    text-align: center;
}
.card-box-main__info h4 {
    color: #000  !important;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 32px;
    line-height: 1 !important;
}
/*
.card-box-main__info:hover h4 {
    color: #1040a9 !important;
    padding-top: 20px;
    padding-bottom: 80px;
    font-weight: 600;
}
*/
.card-box-main:hover  {
        border: 1px solid #045abc !important;
    color: #000 !important;
}
.sale-per{
    font-size: 22px;
    font-weight: 600;
    padding: 5px;
    margin-right: 6px;
    background: #00ff86;
    color: #000000;
    margin-bottom: 30px;
}
.sale-per-adv{
        color: #000;
    font-size: 24px;
    font-weight: 600;
    padding: 4px 10px;
    background: #00ff86;
    margin-right: 6px;
    display: block;
    margin-bottom: 60px;
}
.sale-per-no{

}
.holiday-title{
    color: #fff;
    text-align: center;
    font-size: 48px;
    margin-top: 20px !important;
    text-align: center;
    letter-spacing: 6px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;

}
.text-intro{
    color: #fff;
    margin-top: 80px;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.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;
    line-height: 2;}
*/
.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, .advartazing-bg{
        min-height: 430px !important;
    }
*/
    .advartazing-bg{
            height: fit-content;
    min-height: 390px;
    }
    .advartazing{
            height: fit-content;
    min-height: 360px;
    }
    .text-hol-info-adv-i{
        font-size: 18px;
    }
    .advartazing h4{
        font-size: 22px;
    }
    .text-hol-info-adv {
    font-size: 24px;
}
    .sale-per {
    font-size: 18px;
}
    .sale-per-adv {
    font-size: 20px;
}
    .holiday-text {
    color: #041946;
    font-size: 1rem;
    font-weight: 300;
padding: 0px 10px;
}
    .price-sell{
        font-size: 38px;
    }
    .card-box-main {
    margin-right: 20px !important;
        margin-left: 20px !important;
}
    .text-intro {
    color: #fff;
    margin-top: 60px;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    /* margin-bottom: 20px; */
}
}
@media (max-width: 680px)
.card-box-main, .advartazing-bg {
    min-height: fit-content !important;
}
@media (max-width: 1400px){
 .text-hol-info-adv-i {
    font-style: italic;
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
    line-height: 1;
}
}
.card-box-main__info-text {
    /*color: #041945;*/
    /* padding: 0px 50px; */
    margin-bottom: 10px;
    min-height: 200px;
}


@media (max-width: 760px) {

    .holiday-title{
        font-size: 24px;
    font-weight: 900;
    }
    .card-box-main__info h4{
        min-height: 0px;
        font-size: 24px;
        margin-bottom: 0;
    }
    .advartazing, .advartazing-bg{
        height: fit-content;
    min-height: 320px;
    text-align: center;
    }
    .card-box-main{
    height: fit-content;
    min-height: 360px;
    text-align: center;
    padding: 12px;
    }
    .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;
}
    @media (min-width: 1530px) {
        .sale-per-adv{
/*            font-size: 28px;*/
        }
}

/*
    .home-content{
        margin-bottom: 60px !important;
    }
*/
    .home-desc-center {
    padding-top: 60px !important;
}
/*
    .footer {
    min-width: 461px !important;
}
*/
    .card-box-main:hover {
        color: #000 !important;
    background: white;
}
    @media (min-width: 768px) and (max-width: 1100px) {
.card-box-main__info h4 {
    min-height: 90px !important;
    display:block;
    }

 .section {
    padding-bottom: 120px;
    padding-top: 30px !important;
    position: relative;
    }

}
  @media (min-width: 960px){
      .advartazing-bg, .advartazing  {
    min-height: fit-content;
    }
}

.section {
    padding-top: 50px !important;
}
.cx-sales-right-side-button{
      display: none;
}
.ng-isolate-scope{
      display: none;
}
#cxSalesRightSideButton{
    display: none;
}
.advartazing{
    border: none;
    border-radius: 16px;
    min-height: 360px;
}
.advartazing:hover .allButton-h{
    background: #4f84e4;
}
.card-box-main:hover .allButton-h{
    background: #4f84e4;
}
.signals-accounts{
    font-size: 14px;
    margin-bottom: 10px;
}
.advartazing .signals-accounts{
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
}

/* Slider */
.slider {
  display: block;
}

  .slider .slide {
      padding: 0px;
      margin: 0px;
      aspect-ratio: 10 / 5;
  }