* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    background-color: #e8e4d9;
    overflow-x: hidden;
}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    section.parallaxSaf {
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center;
        background-size: cover;
        height: 50rem;
    }
}}


/* //////////WHATSAPP WIDGET//////////// */


.corner-button-box {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 99999;
}

.corner-button {
    width: 6rem;
    border-radius: 50%;
    box-shadow: 3px 5px 5px 3px #0a0a0a6c;
    transition: all 0.3s;
    cursor: pointer;
}

.corner-button:hover {
    transform: scale(1.05);
}

.corner-menu {
    position: fixed;
    display: flex;
    font-family: 'Quicksand', sans-serif;
    flex-direction: column;
    bottom: 2%;
    right: 2%;
    z-index: 99;
    width: 25rem;
    height: 0;
    background-color: #095e54;
    transition: 0.5s;
    opacity: 0;
    box-shadow: 3px 5px 5px 3px #0a0a0a42;
    overflow: hidden;
}

.cm-top {
    display: flex;
    padding: 1.2rem;
    gap: 1rem;
    align-items: center;
    justify-content: flex-start;
}

.cm-top-img-box {
    position: relative;
}

.cm-top-img-box:before {
    content: '';
    /* display: inline-block; */
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    width: 1.6rem;
    height: 1.6rem;
    background-color: #4ad504;
    z-index: 999999999;
    border: 2px solid #095e54;
}

.cm-top-text-box {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.cm-top-img {
    width: 6rem;
    border-radius: 50%;
}

.cm-top-text {
    color: #FFF;
    font-size: 1.4rem;
}

.cm-exit-btn {
    font-size: 1.8rem;
    color: #fff;
    align-self: flex-start;
    margin-left: auto;
    margin-top: -1rem;
    cursor: pointer;
}

.cm-middle {
    background-image: url('/imgs/whatsapp-background.png');
    background-size:cover;
    height: 100%;
    padding: 2rem 2rem 1rem 2rem;
    display: flex;
    flex-direction: column;
}

.cm-chat-bubble {
    position: relative;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width:fit-content;
    padding: 1.2rem;
    border-radius: 6px;
    box-shadow: 2px 3px 3px 2px #0a0a0a13;
}

.cm-chat-bubble::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1rem;
    border-top: 1.6rem solid #fff;
    border-left: 1.6rem solid #ffffff00;
    /* background: linear-gradient(45deg, rgba(255,0,0,0) 0%, rgba(255,0,0,0) 50%, #fff 50%, #fff 100%); */
    width: 1.6rem;
    height: 1.6rem;
    z-index: 999999999;
}

.cm-chat-line {
    font-size: 1.6rem;
    color: #111;
}

.cm-time {
    font-size: 1.4rem;
    color: #999;
    margin-bottom: -1rem;
    margin-right: -0.6rem;
    align-self: flex-end;
}

.cm-link {
    text-decoration: none;
    margin-top: auto;
}

.cm-bottom-box {
    background-color: #20ab4b;
    border-radius: 2.4rem;
    display: flex;
    gap: 1rem;
    padding: 0.6rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cm-bottom-img {
    width: 1.8rem;
}

.cm-bottom-text {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #7d906d; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #e4dbd0;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .sub-link {
    margin-left: 1rem;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  .open-nav {
      z-index: 999;
      font-size: 5rem;
      color: #333;
      display: none;
  }

/* ------NAV SECTION--------- */


.header {
    position: fixed;
    width: 100%;
    z-index: 99999;
    padding: 1.2rem;
    background-image: linear-gradient(270deg,#7d906d6e,#7d906d, #7d906d, #e8e4d9, #e8e4d9);
    box-shadow: 0 0.3rem 0.4rem rgba(68, 68, 68, 0.109);
}

.header-box {
    margin: 0 auto;
    /* max-width: 95%; */
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    width: 24rem;
}


.nav-menu {
    list-style: none;
    display: flex;
    gap: 0.8rem;
}

.nav-item {
    font-size: 2.2rem;
    padding: 0.6rem 0.8rem;
    color: #fff;
    text-decoration: none;
}

.nav-item a {
    color: #fff;
    text-decoration: none;
}

.nav-item-special {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    color: #7d906d !important;
    font-weight: bold;
    padding: 0.6rem 0.8rem;

}

.nav-item-special:hover {
    cursor: pointer;
    background-color: #fff;
    color:#7d906d !important;
}

.dropdown {
    position: relative;
}

.drop-item {
    text-decoration: none;
    color: #fff;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #7d906d;
    z-index: 9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    min-width: 100%;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    padding: 0.6rem;
    margin: 0.6rem 0;
    color: #fff;
    text-decoration: none;
    display: block;
}

.menu-arrow {
    width: 1.4rem;
}

/* ------HERO SECTION--------- */

.hero {
    padding: 4.8rem;
    position: relative;
    height: 60rem;
}

.hero::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #7d906d;
    top:0;
    right:0;
    z-index: -2;
}

.hero::after {
    content: "";
    position: absolute;
    height: 50rem;
    width: 50rem;
    border-radius: 50%;
    bottom:-20%;
    right: 28%;
    border: 2px solid #e8e4d9;
    z-index: -1;
}

.hero-box::after {
    content: "";
    position: absolute;
    height: 50rem;
    width: 50rem;
    border-radius: 50%;
    top:-30%;
    right: -15%;
    border: 2px solid #e8e4d9;
    z-index: -1;
}

.hero-box {
    margin: 0 auto;
    height: 100%;
    max-width: 140rem;
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
}

.hero-img-box {
    /* background-color: #7d906d; */
    position: relative;
}

.hero-img {
    width: 70rem;
    position: absolute;
    bottom: -50%;
    left: -5%;
}

.hero-header {
    font-size: 6.6rem;
}

.hero-text {
    font-size: 2.8rem;
}

.heroBtns {
    display: flex;
    gap: 1.2rem;
}


.hero-button-two {
    color:#3c5026;
    font-size: 2.6rem;
    padding: 0.6rem;
    background-color: #fff;
    border: 1px solid #7d906d;
    border-radius: 10px;
    text-decoration: none;
    width:17rem;
    text-align: center;
}

.hero-header {
    color: #3c5026;
    font-size: 5.8rem;
}

.hero-info-box {
    justify-self: center;
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    width: 50rem;
    position: relative;
    margin-top: 10rem;
    padding: 1.2rem 3.6rem;
}

.hero-info-box::after {
    content: "";
    position: absolute;
    height: 50rem;
    width: 50rem;
    border-radius: 50%;
    top:-80%;
    left: -98%;
    border: 2px solid #7d906d;
    z-index: -1;
}

.hero-header-caption {
    font-size: 2.6rem;
    color:#777;
}

.hero-text {
    color:#777;
    font-size: 2.6rem;
}

.hero-button {
    color:#fff;
    font-size: 2.6rem;
    padding: 0.6rem;
    background-color: #7d906d;
    border: 1px solid #7d906d;
    border-radius: 10px;
    text-decoration: none;
    width:17rem;
    text-align: center;
}

.hero-button:hover {
    cursor: pointer;
    background-color: #7d906d;
    color: #fff;
}

.hero-text-caption {
    padding-top: 3rem;
    color: #444;
    font-size: 2.2rem;
    align-self: center;
}

.hero-span {
    color:#7d906d;
}

.hero-gif {
    position: absolute;
    width: 20rem;
    transform: scale(-1, 1);
    z-index: -3;
    left: -27%;
    bottom: -15%;
}

.mobile-hero {
    padding: 2.4rem 2.4rem 0;
    display: none;
}

.mobile-hero-box {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-hero-img {
    align-self: center;
    justify-self: center;
}

.mobileSpecialLink {
    background-color: #fff;
    color: #3c5026 !important;
}


/* ------SLIDESHOW SECTION--------- */

.slides {
    padding: 9.6rem 4.8rem 18.2rem;
}

.slides-box {
    margin: 0 auto;
    max-width: 120rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 4.8rem;
}

.slideshow-container {
    /* display: flex;
    gap: 3rem;
    justify-content: center;
    align-items: center; */
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;

  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 10rem;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
    /* transform: rotate(270deg);
    margin-right: 2rem; */
  }

  /* .prev {
      transform: rotate(270deg);
      margin-left: 2rem;
  } */
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

.slide-box {
    position: relative;
}

.slide-box::before {
    content: "";
    position: absolute;
    height: 40rem;
    width: 40rem;
    border-radius: 50%;
    top:-25%;
    left: -15%;
    border: 2px solid #7d906d;
    z-index: -1;
}

.slide-img {
    width: 70rem;
    height:70rem;
    border-radius: 10px;
}

.slide-link {
    border-radius: 10px;
}

.arrow {
    width: 12rem;
    justify-self: center;
}

.arrow-right {
    transform: scale(-1, 1);
}

.slide-title {
    position: absolute;
    top: 5%;
    left: 5%;
    color: #fff;
    font-size: 4.8rem;
}

.corner-box {
    position: absolute;
    bottom: -17%;
    right: -18%;
}

.slide-pagination {
    list-style: none;
    display: flex;
    gap: 1.7rem;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%);
}

.slide-pag-dot {
    width: 3rem;
    height: 3rem;
    background-color: #e4dbd0;
    border-radius: 50%;
    border: 2px solid #7d906d
}

.active-slide-pag {
    background-color: #7d906d;
}


/* ------ABOUT SECTION--------- */

.home-about {
    padding: 30.8rem 0.6rem 4.8rem;
}

.home-about-box {
    margin: 0 auto;
    max-width: 100rem;
}

.home-about-container {
    display: flex;
    gap: 4.8rem;
    position: relative;
}

.home-about-img-box {
    perspective: 50rem;
    transition: 0.6s;
    transform-style: preserve-3d;
    display: flex;
    position: relative;
    animation-name: homeabout;
    animation-duration: 7s;
    animation-iteration-count: infinite;
}

.home-about-text-box {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

/* .home-about-img-box:hover {
    transform: rotateY(180deg);
} */

@keyframes homeabout {
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(180deg);}
    100% {transform: rotateY(0deg);}
}

.home-about-img-front,
.home-about-img-back {
    backface-visibility: hidden;
    top: 0;
    left: 0;
    width: 30rem;
}

.home-about-img-front {
    z-index: 2;
    transform: rotateY(0deg);
}

.home-about-img-back {
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    left: 0;
}

.home-about-header {
    font-size: 3.6rem;
    color: #333;
}

.home-about-text {
    font-size: 2.4rem;
    color: #777;
}

.home-about-link {
    background-color: #7d906d;
    text-decoration: none;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding: 1rem 3rem;
    border-radius: 10px;
    margin: auto;
  }


/* ------CARDS SECTION--------- */

.cards {
    padding: 9.6rem 4.8rem;
    /* background-image: linear-gradient(#7d906d, #7d906d, #fff); */
    position: relative;
  }
  .cards-box {
    margin: 0 auto;
    max-width: 120rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 6.2rem;
    position: relative;
  }
  .cards::before {
    content: "";
    background-color: #7d906d;
    position: absolute;
    top: 0;
    left: 0;
    height: 44rem;
    width: 100%;
    box-shadow: 0.3rem 0.3rem 0.4rem rgba(102, 107, 104, 0.185);
    z-index: -2;
  }
  .cards-title-box {
    width: 82rem;
    color: #3c5026;
    font-size: 2.4rem;
  }
  .cards-title {
      color:#fff;
      font-size: 4.8rem;
  }
  .cards-container {
    display: grid;
    grid-template-columns: 1fr;
    /* gap: 12rem; */
  }
  .card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    width: 70rem;
    /* height: 48rem; */
    background-color: #e8e4d9;
    padding: 3rem 1rem;
    box-shadow: 0.3rem 0.3rem 0.4rem rgba(102, 107, 104, 0.185),
      -0.3rem 0 0.4rem rgba(102, 107, 104, 0.185);
      
  }
  .card-1 {
    justify-self: flex-end;
  }
  .card-2 {
    justify-self: flex-start;
    position: relative;
  }

  .card-1::before {
    content: "";
    position: absolute;
    height: 35rem;
    width: 35rem;
    border-radius: 50%;
    top:-25%;
    left: -30%;
    border: 2px solid #e8e4d9;
    z-index: -1;
  }

  .card-2::before {
    content: "";
    position: absolute;
    height: 35rem;
    width: 35rem;
    border-radius: 50%;
    top:-30%;
    right: -30%;
    border: 2px solid #e4dbd0;
    z-index: -1;
  }

  .card-img {
    width: 15rem;
    border-radius: 50%;
  }
  .card-text {
    font-size: 2.4rem;
    padding: 0rem 2rem;
    text-align: center;
    color: #777;
  }

  .card-title {
      font-size: 3.2rem;
      color: #444;
      text-align: center;
  }
  .text-box {
    /* height: 22rem; */
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
  }
  .cards-btn {
    background-color: #7d906d;
    text-decoration: none;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding: 1rem 3rem;
    border-radius: 10px;
  }
  

/* //////////PARALLAX 1 SECTION//////// */

.parallax1 {
    background-image: url("/imgs/parallax1.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 60rem;
}  

/* ------GRID SECTION--------- */

.grid {
    padding: 9.6rem 4.8rem;
}

.grid-box {
    margin: 0 auto;
    max-width: 120rem;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 4.8rem;
}

.grid-item {
    position: relative;
    display: flex;
    gap: 4.8rem;
    justify-content: center;
    align-items: center;
}


.grid-img {
    width: 55rem;
    /* height: 60rem; */
}

.grid-title {
    position: absolute;
    top: 5%;
    left: 5%;
    color: #fff;
    font-size: 4.8rem;
}

.grid-title-type-two {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40rem;
    text-align: center;
}

.grid-info-box {
    padding: 2.2rem;
    display: flex;
    flex-direction: column;
    gap: 2.8rem;
}

.grid-caption {
    font-size: 3.2rem;
    color: #333;
}

.grid-info {
    font-size: 2.2rem;
    color: #777;
    justify-self: center;
}

.grid-btn {
    padding: 1.2rem 2.4rem;
    font-size: 2.2rem;
    background-color: #3c5026;
    color: #fff;
    width: 15rem;
    align-self: center;
    border-radius: 13px;
    text-decoration: none;
}


/* //////////EVENTS SECTION//////// */


.events {
    padding: 9.6rem 1.2rem;
}

.events-box {
    max-width: 120rem;
    margin: 0 auto;
}

.events-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.8rem;
    align-items: center;
    justify-content: center;
    justify-items: center;
    height: 100%;
}

.events-link {
    text-decoration: none;
}

.events-item {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    width: 100%;
    background-color: #7d906d;
    overflow: hidden;
    height: 100%;   
    justify-items: flex-start;
}

.events-img {
    width: 100%;
}

.events-item-box-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.events-date-box {
    margin-bottom: auto;
    justify-self: flex-start;
    align-self: flex-start;
    width: 17rem;
    padding: 1.2rem;
    background-color: #3c5026;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
}

.events-date {
    font-size: 3.6rem;
    color:#fff;
    text-align: center;
}

.events-header {
    font-size: 4.8rem;
    color: #fff;
    text-align: center;
    width: 100%;
}

.events-item-box-2 {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    row-gap: 2.4rem;
    padding: 2.4rem 1.2rem;
}

.events-caption {
    justify-self: center;
    padding: 0.6rem 1.2rem;
    background-color: #fff;
    font-size: 3.6rem;
    color: #555;
    border-radius: 13px;
    text-align: center;
}

.events-text {
    font-size: 2.4rem;
    color: #fff;
    justify-self: flex-end;
    margin-left: 4.8rem;
}

/* //////////PARALLAX 2 SECTION//////// */

.parallax2 {
    background-image: url("/imgs/parallax2.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 60rem;
}  

/* ------TESTIMONIALS SECTION--------- */

.testimonials {
    padding: 9.6rem 4.8rem 18.2rem;
}

/* .testimonials-box {
    margin: 0 auto;
    max-width: 120rem;
    display: grid;
    grid-template-columns: 1fr 5fr 1fr;
    column-gap: 3rem;
} */


.testimonials-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 4.4rem;
    justify-self: center;
    align-self: center;
}

.testimonial-text-box {
    grid-column: 1/3;
    justify-self: center;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.testimonial-text {
    font-size: 2.2rem;
    text-align: center;
    color:#777;
}

.testimonial-arrow-box {
    align-self: center;
}

.testimonial-arrow {
    width: 12rem;
}

.testimonial-quote {
    width: 10rem;
}

.testimonial-lower {
    display: flex;
    font-size: 2rem;
    gap: 4.4rem;
    color:#444;
}

.testimonial-treatment {
    color: #3c5026;
}


/* -------FOOTER SECTION------ */

.footer {
    padding: 9.6rem 4.8rem;
    background-color: #7d906d;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr;
}

.footer-box {
    max-width: 150rem;
    margin: 0 auto;
}

.footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 3rem;
}

.footer-item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
}

.footer-logo-copy {
    align-items: center;
}

.footer-logo {
    width: 11rem;
    background-color: #fff;
    padding: 0.2rem;
    border-radius: 10px;
}

.copyright {
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
}

.footer-socials-box {
    display: flex;
    gap: 2.4rem;
}

.footer-header {
    font-size: 2.8rem;
    padding-bottom: 1.8rem;
    color: #ddd;
}

.footer-details {
    font-size: 1.8rem;
    text-align: center;
}

.footer-link {
    font-size: 2.2rem;
    text-decoration: none;
    color: #fff;
    position: relative;
}

.created-by {
    justify-self: center;
    margin-top: 5rem;
    font-size: 1.8rem;
    color:#ddd;
}

.pauledward {
    text-decoration: none;
    color: #fff;
}





.intro,
.intro a{
  color:#fff;
}
/* customizable snowflake styling */
.snowflake {
  color: #fff;
  font-size: 3.6rem;
  font-family: Arial;
  text-shadow: 0 0 1px #888;
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}
/* Demo Purpose Only*/
.demo {
  font-family: 'Raleway', sans-serif;
	color:#fff;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}
.demo a{
  font-family: 'Raleway', sans-serif;
color: #000;		
}