
.xmas23-banner-wrapper {
  max-width: 1370px;
  margin: 0 auto;
  position: relative;
  background-image: url(../xmas_images/bg-xmas.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.xmas23-banner-snow {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url("../xmas_images/snow.png");
  background-repeat: repeat;
  opacity: 0.5;
}

.xmas23-banner-content-wrapper {
  padding: 28px 55px 18px 55px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}
.xmas23-banner-left {
  width: 50%;
}
.xmas23-banner-right {
  width: 50%;
  text-align: right;
}
.xmas23-santa-img {
  width: 95%;
  padding-right: 2%;
  border-radius: 0 35px 35px;
  height: 370px;
  object-fit: cover;
  
}
.xmas23-banner-rightimg img {
  width: 79%;
}
.xmas23-banner-bfucan {
  display: none;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .xmas23-santa-img {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  .xmas23-banner-content-wrapper {
    padding: 5px 35px 30px 35px;
    flex-direction: column;
  }
  .xmas23-banner-left {
    width: 100%;
  }
  .xmas23-banner-right {
    display: none;
  }
  .xmas23-santa-img {
    width: 100%;
    padding-right: 0%;
  }
  .xmas23-banner-bfucan {
    display: block;
  }
}
.xmas23-banner-bfucan img {
  width: 150px;
  padding-left: 35px;
}
.xmas23-banner-text {
  color: #ffffff;
  font-size: 40px;
  font-family: "Almarai", sans-serif;
  font-weight: 700;
  margin-top: 7px;
  line-height: 46px;
  text-decoration: none;
  display: block;
}
.xmas23-banner-text span {
  display: block;
}
@media only screen and (max-width: 850px) {
  .xmas23-banner-text span {
    display: unset;
  }
}
@media only screen and (max-width: 576px) {
  .xmas23-banner-text {
    font-size: 28px;
    margin-top: 18px;
    line-height: 33px;
  }
}
.xmas23-banner-date {
  margin-top: 2px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
}
.xmas23-banner-keepreading {
  padding: 0 20px 20px 55px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  z-index: 2;
  position: relative;
}
.xmas23-banner-news {
  background-color: #ffffffb9;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  color: #000000;
  padding: 5px 15px;
  font-size: 18px;
  border-radius: 10px;
  margin-right: 15px;
  display: block;
  width: 379px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 28px;
}
.xmas23-banner-btn {
  background-color: #2c1537;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 10px;
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 850px) {
  .xmas23-banner-keepreading {
    padding: 0 20px 35px 35px;
  }
}
@media only screen and (max-width: 560px) {
  .xmas23-banner-news {
    width: 100%;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
  }
}
