body.christmas{
    --color-primary: #DC030B;
}
body.christmas .banner.banner--home::after {
    background: url("../images/christmas/banner-bg.png") no-repeat top left;
    background-size: cover;
}
body.christmas .banner.banner--home {
    color: #000;
}
body.christmas .banner.banner--home .banner-social a{
    color: #000;
}
body.christmas .banner.banner--home::before {
    content: '';
    width: 270px;
    aspect-ratio: 1/1;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/christmas/new-ornaments.png") no-repeat top left;
    background-size: contain;
}
body.christmas .contact-formWrapper {
    background: var(--color-primary);
    border-radius: 50px;
    border: none;
    position: relative;
}
body.christmas .contact-formWrapper.contact-formWrapper--alt :is(.contact-form__title,.contact-form__title *) {
    color: #fff;
}

body.christmas .contact-formWrapper.contact-formWrapper--alt .themeBtn--dark {
    background: #fff;
    color: var(--color-primary);
}
body.christmas .contact-formWrapper.contact-formWrapper--alt::after {
    content: '';
    width: 221px;
    height: 130px;
    background: url("../images/christmas/ice.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: -1rem;
    right: -2rem;
}

body.christmas .contact-formWrapper .contact-form__fields :is( input:not([type=file],[type=checkbox]),textarea,select,.contact-form__fields--file > label ) {
    background: #fff;
    border: none;
}
body.christmas .contact-formWrapper :is(input,textarea) {
    color: #000 !important;
    /* opacity: 0.75; */
}

body.christmas .contact-formWrapper :is(input,textarea)::placeholder {
    color: inherit !important;
}

body.christmas a.text-dark {
    color: #fff !important;
}

body.christmas .themeBtn--outline {
    color: #fff;
    border-color: #fff;
}
body.christmas .packages {
    position: relative;
    isolation: isolate;
    background: #272727;
}

body.christmas .portfolio {
    position: relative;
    background: #1A1A1A;
    isolation: isolate;
    overflow: hidden;
}

body.christmas .packages::after {
    content: '';
    width: 100%;
    aspect-ratio: 1/1;
    background: url("../images/christmas/pkg-bg.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: -12rem;
    left: 0;
    z-index: -1;
}
body.christmas .portfolio::after{
    content: '';
    width: 100%;
    height: 51%;
    background: url("../images/christmas/portfolio-bg.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -3rem;
    z-index: -1;
}

body.christmas .expertise {
    position: relative;
    isolation: isolate;
}

body.christmas .expertise::before {
    content: '';
    width: 400px;
    aspect-ratio: 1/1;
    position: absolute;
    left: 0;
    top: -10rem;
    background: url("../images/christmas/gift.png") no-repeat;
    background-size: contain;
    z-index: -1;
}
body.christmas  .packages-card {
    position: relative;
}
body.christmas .packages-card::after {
    content: '';
    width: 141px;
    height: 100px;
    background: url(../images/christmas/ice.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -1rem;
    right: -1rem;
}

body.christmas .expertise::after {
    content: '';
    width: 450px;
    aspect-ratio: 1/1;
    position: absolute;
    left: 100%;
    top: 60%;
    transform: translate(-50%, -50%);
    background: url(
    "../images/christmas/tree-3.png") no-repeat;
    background-size: contain;
    z-index: -1;
}
body.christmas .banner .themeBtn--outline {
    color: var(--color-primary);
    border-color: var(--color-primary);
}
@media only screen and (max-width: 768px) {
  body.christmas .packages::after {
    display: none;
  }
  body.christmas .portfolio::after {
    display: none;
  }

  body.christmas .expertise::before {
    width: 170px;
    top: -5rem;
    opacity: 0.5;
  }
  body.christmas .banner.banner--home::after {
    opacity: 0.5;
  }
  body.christmas .banner {
    color: #fff;
  }
}
