*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.cristmas-banner{
    background-image: url(https://static.gmtasoftware.com/img/christmas-app/christmas-banner.webp);
    background-size: cover;
    padding: 150px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center bottom;
    overflow: hidden;

}
.cristmas-banner .cristmas-box{
    backdrop-filter: blur(6px);
    background-color: rgba(255,255,255,0.1);
    padding: 40px 0px 40px 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    position: relative;
}
.cristmas-banner h1{
    font-size: 60px;
    color: #000;
    font-weight: 650;
    margin-top: 0px;
}
.cristmas-banner h1 span{
    color: #DC0101;
}
.cristmas-banner p{
    font-size: 22px;
    color: #000;
    font-weight: 450;
    margin-bottom: 20px;
}
.cristmas-banner .cristmas-box .col-md-6{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cristmas-banner .cristmas-box .santa{
    width: 70%;
}
.cristmas-banner .cristmas-box .btn{
    background-color: #115201;
    border: none;
    font-size: 20px;
}
.cristmas-banner .cristmas-box .sock{
    position: absolute;
    top: -10%;
    left: -3%;
    z-index: -1;
    display: inline-block;
}
.cristmas-banner .cristmas-box .green{
    position: absolute;
    top: 0;
    left: 30%;
    z-index: -1;
    display: inline-block;
}
.cristmas-banner .cristmas-box .animation-img{
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    display: inline-block;
}
.cristmas-banner .cristmas-box .animation-img2{
    position: absolute;
    top: 0;
    left: 90%;
    z-index: -1;
    display: inline-block;
}
.cristmas-banner .cristmas-box .animation-img3{
    position: absolute;
    top: 0;
    left: 10%;
    z-index: -1;
    display: inline-block;
}
.cristmas-banner .cristmas-box .animation-img4{
    position: absolute;
    top: 45%;
    left: 0;
    z-index: -1;
    display: inline-block;
}
.cristmas-banner .cristmas-box .Gift-img4{
    position: absolute;
    bottom: -10%;
    left: -5%;
    z-index: -1;
    display: inline-block;
    animation-name: animated;
    animation-duration: 10s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
}
.cristmas-banner .cristmas-box .Gift-img5{
    position: absolute;
    bottom: -10%;
    right: -5%;
    z-index: -1;
    display: inline-block;
    animation-name: animated;
    animation-duration: 10s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
}
@keyframes animated {
    0% {
        transform: translateX(0%);
    }
    15% {
        transform: translateX(-10%) rotate(-5deg);
    }
    30% {
        transform: translateX(15%) rotate(3deg);
    }
    45% {
        transform: translateX(-10%) rotate(-3deg);
    }
    60% {
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        transform: translateX(0%);
    }
    
}
.services-christmas{
    background-image: url(https://static.gmtasoftware.com/img/christmas-app/service-banner.webp);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 100px 0px;
}
.services-christmas .heading h2{
    font-weight: 550;
    font-size: 50px !important;
    color: #fff;
    text-transform: capitalize;
}
.services-christmas .heading{
    width: 50%;
    margin: auto;
}
.services-christmas .heading h2 span{
    color: #00FF2F;
}
.services-christmas .heading p{
    font-size: 24px;
    font-weight: 450;
    color: #fff;
}
.services-christmas .heading img{
    width: 50%;
}
.services-christmas .services-details-christmas h3 a{
    color: #fff;
    font-size: 35px !important;
    font-weight:650;
}
.services-christmas .services-details-christmas p{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.services-christmas .services-details-christmas ul li{
    display: inline-block;
    width: 48%;
}
.services-christmas .services-details-christmas ul li a{
    color: #fff;
    text-decoration: underline;
    font-size: 18px;
    padding: 5px 0px;
}
.services-christmas .services-chirstmas-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.services-christmas .services-chirstmas-img img{
    width: 75%;
}
.offer{
    position: relative;
}
.offer .heading h2{
    font-weight: 650;
    font-size: 50px !important;
}
.offer .offer-img img{
    margin:5px 0px;
}
.offer .offer-img a{
    display: block;
    font-size: 18px;
    font-weight: 550;
    color: #115201;
}
.offer .sock2{
    position: absolute;
    top: 10%;
    z-index: -1;
    right: 0px;
}
.offer .tree{
    position: absolute;
    top: 20%;
    z-index: -1;
    left: 0px;
}
.project{
    padding: 100px 0px;
    background-image: url(https://static.gmtasoftware.com/img/christmas-app/projects.webp);
    margin: 50px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}
.project .umbrell{
    position: absolute;
    top: 10px;
    right: -20px;
}
.project .ballll{
    position: absolute;
    top: 10px;
    left: 0px;
}
.project h2{
    color: #fff;
    font-weight: 660;
    font-size: 45px !important;
}
.project p{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.early-bird .heading h2{
    font-size: 50px !important;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 660;
}
.early-bird .early-box{
    margin: 40px 0px;
}
.early-bird .early-box h3{
    font-weight: 550;
    padding: 10px 0px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.early-bird .early-box h3 a{
    color: #000;
}
.early-bird{
    position: relative;
}
.early-bird .flower1{
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: -1;
}
.early-bird .flower2{
    position: absolute;
    top: 10%;
    right: -2%;
    z-index: -1;
}
.early-bird .flower3{
    position: absolute;
    top: 46%;
    left: 0;
    z-index: -1;
}
.early-bird .flower4{
    position: absolute;
    top: 75%;
    left: 0%;
    z-index: -1;
}
.early-bird .flower5{
    text-align: center;
    margin-top: 50px;
}
.early-bird .flower5 img{
    width: 30%;
}
.early-bird .flower3 img{
    width: 80%;
}
.early-bird .flower2 img{
    width: 85%;
}
.svg-path-tree svg {
    max-height: 60vh;
    overflow:visible;
  }
 .svg-path-tree path {
    fill: #ff0e0e;
    stroke: #ff0e0e;
    stroke-width: .2;
    transform: scale(0);
    transform-origin: 50% 50%;
    animation: star 8s ease-in-out infinite;
    animation-delay: calc( var(--no) * .025s );
    transform-box: fill-box;
  }
  @keyframes star {
    0% {
      transform: scale(0);
      animation-timing-function: cubic-bezier(.74,1.72,.57,1.01)
    }
    10% {
      transform: scale(1);
    }
    65% {
      transform: translateY(0px) scale(1);
    }
    75% {
      transform: translateY(50px) scale(0);
    }
    100% {
      transform: translateY( 0px ) scale(0);
    }
  }
@media only screen and (max-width: 1880px) and (min-width: 1681px){
    .offer .sock2{
        right: -3%;
    }
    .offer .tree{
        left: -3%;
    }
    .offer .sock2 img, .offer .treem{
        width: 80%;
    }
    .early-bird .flower3{
        top: 40%;
    }
    .early-bird .flower3 img{
        width: 60%;
    }
    .early-bird .flower2{
        top: 7%;
        right: -5%;
    }
    .early-bird .flower2 img{
        width: 60%;
    }
}
@media only screen and (max-width: 1680px) and (min-width: 1366px){
    .offer .sock2{
        right: -2.9%;
    }
    .offer .tree{
        left: -1%;
    }
    .offer .sock2 img, .offer .treem{
        width: 80%;
    }
    .early-bird .flower3{
        top: 40%;
    }
    .early-bird .flower3 img{
        width: 60%;
    }
    .early-bird .flower2{
        top: 7%;
        right: -5%;
    }
    .early-bird .flower2 img{
        width: 60%;
    }
    .cristmas-banner{
        padding: 100px 0px;
    }
    .cristmas-banner .cristmas-box h1{
        z-index: 9999;
        font-size: 45px;
    }
    .cristmas-banner .cristmas-box p{
        font-size: 18px;
    }
    .cristmas-banner .cristmas-box .btn{
        font-size: 18px;
    }
    .cristmas-banner .cristmas-box .Gift-img5{
        bottom: -16%;
        width: 20%;
    }
    .services-christmas .heading h2{
        font-size: 40px !important;
        padding-top: 100px;
    }
    .services-christmas .heading p, .services-christmas .services-details-christmas p{
        font-size: 17px;
    }
    .project{
        z-index: 999;
    }
    .project .project-details h2{
        z-index: 999;
    }
    .project .umbrell{
        z-index: -1;
        right: -3.1%;
    }
    .project .ballll{
        z-index: -1;
    }
    .project .ballll img, .project .umbrell img{
        width: 80%;
    }
    .project p{
        font-size: 16px;
    }
    .early-bird .early-box a img{
        width: 70%;
    }
    .offer .offer-img a img{
        width: 60%;
    }
}
@media only screen and (max-width: 1365px) and (min-width: 1200px){
    .offer .sock2{
        right: -7.3%;
    }
    .offer .tree{
        left: -1%;  
    }
    .offer .tree img{
        width: 70%;
    }
    .offer .sock2 img{
        width: 60%;
    }
    .early-bird .flower3{
        top: 40%;
    }
    .early-bird .flower1{
        z-index: -1;
    }
    .early-bird .flower3 img{
        width: 50%;
    }
    .early-bird .flower2{
        top: 7%;
        right: -5%;
    }
    .early-bird .flower2 img{
        width: 60%;
    }
    .cristmas-banner{
        padding: 100px 0px;
    }
    .cristmas-banner .cristmas-box h1{
        z-index: 9999;
        font-size: 40px;
    }
    .cristmas-banner .cristmas-box p{
        font-size: 18px;
    }
    .cristmas-banner .cristmas-box .btn{
        font-size: 18px;
    }
    .cristmas-banner .cristmas-box .Gift-img5{
        bottom: -16%;
        width: 20%;
    }
    .services-christmas .heading h2{
        font-size: 40px !important;
        padding-top: 100px;
    }
    .services-christmas .heading p, .services-christmas .services-details-christmas p{
        font-size: 17px;
    }
    .project{
        z-index: 999;
    }
    .project .project-details h2{
        z-index: 999;
    }
    .project .umbrell{
        z-index: -1;
        right: -3.1%;
        width: 15%;
    }
    .project .ballll{
        z-index: -1;
    }
    .project .ballll img, .project .umbrell img{
        width: 80%;
    }
    .project p{
        font-size: 16px;
    }
    .early-bird .early-box a img{
        width: 60%;
    }
    .services-christmas .services-details-christmas ul li a{
        font-size: 15px;
    }
    .offer .offer-img a img{
        width: 60%;
    }
    .offer .heading h2, .early-bird .heading h2{
        font-size: 40px !important;
    }
    .project{
        padding: 50px 0px;
    }
    .project p{
        font-size: 15px;
        margin-bottom: 0px !important;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
    .offer .offer-img a{
        font-size: 14px;
    }
    .offer .sock2{
        right: -11.3%;
    }
    .offer .tree{
        left: -1%;  
    }
    .offer .tree img{
        width: 50%;
    }
    .offer .sock2 img{
        width: 50%;
    }
    .early-bird .flower3{
        top: 40%;
    }
    .early-bird .flower1{
        z-index: -1;
    }
    .early-bird .flower3 img{
        width: 50%;
    }
    .early-bird .flower2{
        top: 7%;
        right: -9%;
    }
    .early-bird .flower4 img{
        width: 50%;
    }
    .early-bird .flower2 img{
        width: 60%;
    }
    .cristmas-banner{
        padding: 100px 0px;
    }
    .cristmas-banner .cristmas-box h1{
        z-index: 9999;
        font-size: 36px;
    }
    .cristmas-banner .cristmas-box p{
        font-size: 18px;
    }
    .cristmas-banner .cristmas-box .btn{
        font-size: 18px;
    }
    .cristmas-banner .cristmas-box .Gift-img5{
        bottom: -16%;
        width: 20%;
    }
    .services-christmas .heading h2{
        font-size: 35px !important;
        padding-top: 100px;
    }
    .services-christmas .heading p, .services-christmas .services-details-christmas p{
        font-size: 17px;
    }
    .project{
        z-index: 999;
    }
    .project .project-details h2{
        z-index: 999;
    }
    .project .umbrell{
        z-index: -1;
        right: -3.1%;
        width: 15%;
    }
    .project .ballll{
        z-index: -1;
    }
    .project .ballll img, .project .umbrell img{
        width: 80%;
    }
    .project p{
        font-size: 16px;
    }
    .early-bird .early-box a img{
        width: 60%;
    }
    .services-christmas .services-details-christmas ul li a{
        font-size: 15px;
    }
    .offer .offer-img a img{
        width: 60%;
    }
    .offer .heading h2, .early-bird .heading h2{
        font-size: 40px !important;
    }
    .project{
        padding: 50px 0px;
    }
    .project p{
        font-size: 14px;
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 991px){
    .cristmas-banner .cristmas-box{
        text-align: center;
        padding: 100px 0px;
    }
    .cristmas-banner .cristmas-box .Gift-img5{
        right:-6%;
        bottom: -4%;
    }
    .cristmas-banner .cristmas-box .santa{
        margin: auto;
        display: inline-block;
    }
    .cristmas-banner h1{
        font-size: 50px;
    }
    .cristmas-banner .cristmas-box .Gift-img4{
        bottom: -2%;
    }
    .services-christmas .heading{
        width: 100%;
    }
    .services-christmas .services-details-christmas p{
        font-size: 14px;
    }
    .services-christmas .services-details-christmas ul li a{
        font-size: 13px;
    }
    .services-christmas .services-chirstmas-img img{
        width: auto;
    }
    .offer .offer-img{
        height: 95%;
    }
    .offer .offer-img a img{
        width: 60%;
    }
    .offer .sock2 img{
        width: 80%;
    }
    .offer .sock2{
        right: -5%;
    }
    .offer .heading h2{
        font-size: 40px !important;
    }
    .early-bird .flower3{
        top: 44%;
    }
    .early-bird .flower2{
        top: 5%;
    }
}
@media only screen and (max-width: 767px){
    .services-christmas .mt-5{
        flex-wrap: wrap-reverse;
        margin-top: 0px !important;
    }
    .services-christmas .heading h2{
        font-size: 38px !important;
    }
    .offer .mx-5{
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .offer .px-5{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .cristmas-banner .cristmas-box .Gift-img5{
        right: 1%;
    }
    .cristmas-banner .cristmas-box .Gift-img4{
        left: 1%;
    }
}

@media only screen and (max-width: 576px){
    .early-bird .early-box h3{
        font-size: 17px !important;
    }
    .project p{
        font-size: 15px;
    }
    .cristmas-banner{
        padding: 70px 0px;
    }
    .cristmas-banner .cristmas-box .sock{
        display: none;
    }
    .cristmas-banner .cristmas-box .Gift-img4{
        width: 20%;
    }
    .cristmas-banner .cristmas-box .Gift-img5{
        width: 40%;
    }
    .row-width.row>*{
        width: 50%;
    }
    .project .umbrell, .project .ballll, .early-bird .flower1, .early-bird .flower4, .offer .sock2, .offer .tree{
       display: none;
    }
    .project .project-details {
        margin: 10px 0px;
    }
    .project{
        padding: 50px 0px;
        margin: 50px 0px 0px 0px;
    }
    .early-bird .flower2 img, .early-bird .flower3 img{
        width: 40%;
    }
    .early-bird .flower2{
        top: 6.5%;
        right: -20%;
    }
    .early-bird .flower3{
        top: 49%;
    }
    .early-bird .flower5 img{
        width: 80%;
    }
    .offer .heading h2{
        font-size: 30px !important;
    }
    .early-bird .heading h2{
        font-size: 35px !important;
    }
    .cristmas-banner h1{
        font-size: 40px;
    }
    .cristmas-banner p{
        font-size: 18px;
    }
   body  footer{
        background-image: url(https://static.gmtasoftware.com/img/christmas-app/projects.webp) !important;
    }
    
}
@media only screen and (max-width: 416px){
    .cristmas-banner h1{
        font-size: 35px;
    }
    .early-bird .early-box h3{
        font-size: 15px !important;
    }
}