body.christmas .cta-single__icon > span i,
body.christmas .header-main__nav > li > a > i {
  width: 45px;
  position: relative;
  isolation: isolate;
  aspect-ratio: 1/1;
}
body.christmas .cta-single__icon > span i::before,
body.christmas .header-main__nav > li > a > i::before {
  content: "";
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
body.christmas .cta-single__icon > span i.bx.bxs-message-rounded::before,
body.christmas .header-main__nav > li > a > i.bx.bxs-envelope::before {
  background: url(../images/christmas/chat.png)
    no-repeat center;
}
body.christmas .cta-single__icon > span i.bx.bxs-phone::before,
body.christmas .header-main__nav > li > a > i.bx.bx-phone-call::before {
  background: url(../images/christmas/phone.png)
    no-repeat center;
}
body.christmas .cta-single__icon > span i.bx.bxl-telegram::before {
  background: url(../images/christmas/plan.png)
    no-repeat center;
}

body.christmas {
  --color-primary: #b30003;
  --c2: #000;
}
body.christmas .banner {
  background: url(../images/christmas/banner-bg.png)
    no-repeat center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
body.christmas .banner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/christmas/banner-ornaments.png)
    no-repeat top;
  background-size: 100%;
  position: absolute;
  top: -2rem;
  left: 0;
  z-index: 0;
}

body.christmas a.btn.themeBtn {
  background: #000 !important;
}

body.christmas a.btn.themeBtn::after {
  display: none;
}

body.christmas .themeBtn:not(.themeBtn--white),
body.christmas .contact-btn,
body.christmas .callback button.form-control {
  background: linear-gradient(180deg, #b30003 0%, #630200 100%), #630200 !important;
  position: relative;
  border-radius: 0;
  isolation: isolate;
  color: #fff;
}

body.christmas .themeBtn::after,
body.christmas .callback button.form-control::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
body.christmas .themeBtn:not(.themeBtn--white)::after,
body.christmas .callback button.form-control::after {
  width: 75px;
  height: 103px;
  left: -10px;
  top: -10px;
  background-image: url(../images/christmas/clound-2.png);
}
body.christmas .custom-tabs__item > :is(a, button) {
  background: #000;
  position: relative;
  isolation: isolate;
  padding: 0.85rem 0 !important;
  border-radius: 0;
  width: 130px;
  text-align: center;
  font-size: 1rem;
}
body.christmas .custom-tabs__item > :is(a, button).active {
  background: linear-gradient(180deg, #b30003 0%, #630200 100%), #630200 !important;
}

body.christmas .custom-tabs__item > :is(a, button).active::after,
body.christmas .contact-btn::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

body.christmas .custom-tabs__item > :is(a, button).active::after,
body.christmas .contact-btn::after {
  width: 75px;
  height: 103px;
  left: -10px;
  top: -10px;
  background-image: url(../images/christmas/clound-2.png);
  z-index: 1;
}

body.christmas .design-box-con h3 {
  color: var(--color-primary);
}
body.christmas .design-box:hover {
  background-color: #000;
}
body.christmas .design-box-menu::-webkit-scrollbar-thumb {
  background: var(--color-primary);
}

body.christmas .design-box-btn .themeBtn {
  width: 100%;
}
body.christmas .design-box {
  position: relative;
  isolation: isolate;
}
body.christmas .design-box::after,
body.christmas .reviews_card::after,
body.christmas .projects_card::after {
  content: "";
  width: 220px;
  height: 76px;
  position: absolute;
  left: -18px;
  top: -12px;
  background: url(../images/christmas/clound-3.png)
    no-repeat center;
  background-size: 100% 100%;
  pointer-events: none;
}

body.christmas
  section.packages
  .row.justify-content-center
  .col-lg-4.col-md-6:nth-child(4)
  .design-box::before {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  left: -83%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/christmas/snowman.png)
    no-repeat center;
  background-size: contain;
  pointer-events: none;
}

body.christmas .others-list__single .title span {
  color: var(--color-primary);
}

body.christmas section.others {
  isolation: isolate;
  background: url(../images/christmas/packages-bg.png),
    #f0f1f5 no-repeat top;
  background-size: cover;
}

body.christmas .others__bg {
  display: none;
}

body.christmas .reviews_card {
  position: relative;
  overflow: visible;
}

body.christmas .projects_card {
  background: var(--color-primary);
  color: #fff;
  position: relative;
  isolation: isolate;
  overflow: inherit;
}

body.christmas .projects_card img {
  filter: brightness(100) invert(1);
}
body.christmas .footer_about :is(a, address) i {
  color: var(--color-primary);
}

.pkg-discount {
    display: none;
  }
  body.christmas .pkg-discount {
    display: flex;
  }
  .pkg-discount {
    position: absolute;
    top: -2.4vmax;
    right: -2.4vmax;
    width: 11vmax;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    pointer-events: none;
  }
  
  .pkg-discount::after {
    content: attr(discount-text);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    font-size: 0.6vmax;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .pkg-discount > img {
    width: 100%;
  }
  @media only screen and (max-width: 768px) {
    .pkg-discount::after {
      font-size: 1.29vmax;
    }
    .pkg-discount {
      top: -6.2vmax;
      right: -6.2vmax;
      width: 28vmax;
    }
  }
  @media only screen and (max-width: 505px) {
    .pkg-discount::after {
      font-size: 0.4rem;
    }
    body.christmas .cta {
      display: none;
    }
  }
  