@charset "UTF-8";
@import url("/landing-student/new-landing-students6/font/stylesheet.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Unbounded:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap");

@import url("fontello.css");
@import url("avenir_next.css");
:root {
  --font-family: "Gilroy", sans-serif;
  --color-dark: #222223;
  --color-orange: #f08049;
  --bg-color: #ffffff;
  --color-gray: #f8f8f8;
  --color-green: #00102A;
  --white-color: #ffffff;
}

body {
  font-family: "Gilroy, sans-serif";
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
.residence-card-right-bottom{
  margin-top:-35px !important;
}
html {
  scroll-behavior: smooth !important;
}
.hero-title-new{
  font-family: 'Poppins', sans-serif !important;
  font-weight: 900 !important; /* 900 = Black */
  text-shadow: none !important;
  font-size:95px !important;
  line-height: 75px !important;
}
.second2{
  font-size:70px !important;
  text-shadow: none !important;
  line-height: 75px !important;
}
.second3{
  font-family: 'Poppins', sans-serif;
  font-weight: 400; /* 400 = Regular */
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px !important;
  }
}
.flag-container {
  display: none;
}

.intl-tel-input .allow-dropdown .separate-dial-code .flag-container {
  display: block;
}

.iti__country-list {
  z-index: 9999; /* dropdown'u ön plana getirir */
  position: relative;
}

.icon-information {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  width: 40px !important;
  margin-left: 7px;
}

.bannerSection {
  background: url(../images/hero_banner_2.webp);
  background-position: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0px;
  position: relative;
  min-height: 906px;
  height: 100%;
  position: relative;
}
.bannerSection .hero-banner-bottom {
  background-color: #e30a17;
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerSection .hero-banner-bottom p {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  font-family: "Gilroy-Black", sans-serif;
  margin: 0;
}
.bannerSection .banner-title {
  text-shadow: -1px 0 red, 0 1px red, 1px 0 red, 0 -1px red;
  color: #ffffff;
  font-size: 61px;
  font-family: "Gilroy-Heavy", sans-serif;
  line-height: 50px;
}

.bannerSection .img-save {
  /* max-width: 500px; */
  width: 100%;
}

.icon-cinema {
  font-size: 22px !important;
  margin-right: 13px !important;
  padding-left: 15px !important;
}

.logo__flex {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form__banner {
  margin: 0 auto;
}

.form__row {
  justify-content: center;
  margin-top: 39px;
}

.banner__text img {
  display: block;
}

.banner__text h1 {
  font-size: 120px;
  line-height: 90px;
  font-style: italic;
  font-weight: 700;
  color: var(--white-color);
  font-family: "Avenir Next LT Pro";
  margin-top: 20px;
}

.banner__text p {
  font-size: 25px;
  font-style: italic;
  color: var(--white-color);
  font-family: "Avenir Next LT Pro";
  margin-top: 20px;
}

.form-group {
  display: flex;
}

.form__row {
  margin: 0 auto;
  margin-right: 0 !important;
  display: block;
  width: 100%;
  max-width: 600px;
}

.form__row form {
  margin: 0;
  margin-left: auto;
  padding-top: 30px;
}

input {
  border: 1px solid #cccccc !important;
  border-radius: 30px !important;
  padding: 13px 19px !important;
  height: 50px !important;
  color: #222223 !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

::-moz-placeholder {
  color: #222223 !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

::placeholder {
  color: #222223 !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

select {
  border: 1px solid #cccccc !important;
  border-radius: 30px !important;
  padding: 13px 19px !important;
  height: 50px !important;
  width: 100%;
  color: #222223 !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

.form__row .col {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.form__row .col-12 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

textarea {
  border: 1px solid #cccccc !important;
  border-radius: 30px !important;
  padding: 13px 19px !important;
  height: 109px !important;
  width: 100%;
}

.transform-x {
  transform: translateX(90px);
}

.btn-default-orange {
  background-color: #e30a17;
  width: 320px;
  border: 2px solid #ffffff;
  padding: 13px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  border-radius: 60px;
  font-family: var(--font-family);
  transition: background-color 0.4s;
}
.title-new{
  color: #000000 !important;
  font-weight: 900;
  font-size: 36px;
}
.btn-default-orange2 {
  background-color: #ffffff;
  width: 315px;
  border: 3px solid #000000;
  padding: 13px;
  font-size: 34px;
  
  color: rgb(0, 0, 0);
  border-radius: 60px;
  font-family: var(--font-family);
  font-weight: 900;
  transition: background-color 0.4s;
}
.btn-default-orange:hover {
  background-color: #cb0915;
  transition: background-color 0.4s;
}

.btn-default-orange:focus {
  box-shadow: none !important;
  outline: none !important;
}

.form-control:focus {
  box-shadow: none !important;
}

.widget__slider {
  margin-bottom: 77px;
  margin-top: 95px;
}

.flex__star {
  display: flex;
}

.stars {
  position: relative;
  height: 0;
  padding: 0;
  padding-bottom: 18.3266932271%;
}

#wrapper-right svg {
  width: 99px !important;
}

.wrapper-left p {
  color: #191919;
  font-size: 24px;
  margin: 0 0 12px;
}

#wrapper-right a:hover {
  text-decoration: none;
}

#wrapper-right {
  padding: 0 40px;
}

#wrapper-right h5 {
  color: #191919;
  font-weight: bold;
}

#wrapper-right span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
}

#wrapper-right p {
  color: #191919;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
}

.tp-widget-stars {
  margin: 0 auto 12px;
}

.tp-widget-stars {
  width: 100%;
  max-width: 300px;
}

@media screen and (min-width: 520px) {
  .tp-widget-wrapper .wrapper-left {
    float: left;
    width: 200px;
  }
}
.tp-widget-humanscore {
  font-size: 24px;
  margin: 0 0 12px;
}

.tp-stars--4--half .tp-star:nth-of-type(-n + 4) .tp-star__canvas,
.tp-stars--4--half .tp-star:nth-of-type(-n + 4) .tp-star__canvas--half {
  fill: #00b67a;
}

.tp-stars--4--half .tp-star:nth-of-type(-n + 5) .tp-star__canvas--half {
  fill: #00b67a;
}

.tp-stars .tp-star__shape {
  fill: #fff;
}

.tp-stars .tp-star__canvas,
.tp-stars .tp-star__canvas--half {
  fill: #dcdce6;
}

.tp-stars--4--half .tp-star:nth-of-type(-n + 5) .tp-star__canvas--half {
  fill: #00b67a;
}

.tp-stars .tp-star__shape {
  fill: #fff;
}

.tp-widget-businessinfo {
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 16px;
}

.bold-underline {
  border-bottom: 1px solid rgba(25, 25, 25, 0.6);
  color: #191919;
  font-weight: bold;
}

.tp-widget-logo {
  margin: 0 auto;
  width: 106px;
}

@media screen and (min-width: 520px) {
  .wrapper-left {
    float: left;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 930px) {
  .tp-widget-wrapper .wrapper-right {
    width: calc(100% - 200px);
  }
}
.tp-stars--5 .tp-star:nth-of-type(-n + 5) .tp-star__canvas,
.tp-stars--5 .tp-star:nth-of-type(-n + 5) .tp-star__canvas--half {
  fill: #00b67a;
}

.tp-stars--5 .tp-star:nth-of-type(-n + 5) .tp-star__canvas,
.tp-stars--5 .tp-star:nth-of-type(-n + 5) .tp-star__canvas--half {
  fill: #00b67a;
}

.tp-stars .tp-star__shape {
  fill: #fff;
}

.tp-stars--5 .tp-star:nth-of-type(-n + 5) .tp-star__canvas,
.tp-stars--5 .tp-star:nth-of-type(-n + 5) .tp-star__canvas--half {
  fill: #00b67a;
}

.tp-stars--5 .tp-star:nth-of-type(-n + 5) .tp-star__canvas,
.tp-stars--5 .tp-star:nth-of-type(-n + 5) .tp-star__canvas--half {
  fill: #00b67a;
}

.tp-stars {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.counter-footer {
  background: #ededed;
}

.counter-footer .tabs {
  display: flex;
  gap: 10px;
  justify-content: space-around;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.counter-footer .tabs .tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0px;
}

.counter-footer .tabs .tab .number {
  font-family: "Unbounded", sans-serif;
  color: #682cde;
  font-size: 50px;
  font-weight: 300;
}

.counter-footer .tabs .tab .text {
  font-weight: bold;
  font-size: 15px;
  font-family: "Unbounded", sans-serif;
}

.flex-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 0px;
}

.social li a {
  height: 100%;
  display: flex;
  align-items: center;
}

.social-center h4 {
  text-align: center;
  font-size: 20px;
  color: #f18049;
  font-family: "Gilroy-Bold";
}

.social-center ul {
  list-style: none;
  display: flex;
  gap: 15px;
  padding-left: 0px !important;
  margin-bottom: 6px !important;
}

.social-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-center span {
  font-size: 20px;
  font-weight: 300;
  color: rgba(68, 68, 68, 0.8470588235);
  font-family: "Gilroy-Regular";
}

.intl-tel-input.allow-dropdown .selected-flag {
  width: 100px !important;
  padding: 0 0 0 19px !important;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.intl-tel-input .country-list {
  max-width: 300px;
}

.intl-tel-input * {
  outline: none !important;
}

.intl-tel-input input {
  padding: 0px 0px 0px 113px !important;
}

select {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  background-color: transparent;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12.744" height="8" viewBox="0 0 12.744 8"><path id="Path_35057" data-name="Path 35057" d="M6.5,7.919a.908.908,0,0,1-.764-.382L.262,1.805a1.162,1.162,0,0,1,0-1.528,1.162,1.162,0,0,1,1.528,0L6.375,5.244,10.833.277A1.159,1.159,0,0,1,12.361.15a1.159,1.159,0,0,1,.127,1.528L7.267,7.537a1.1,1.1,0,0,1-.764.382Z" transform="translate(0.025 0.081)" fill="%23222223"/></svg>');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right center;
  background-clip: border-box;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  background-position: right 0.9em top 50%;
}

.form-select2 {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0px;
  background-position: right center;
  background-clip: border-box;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  background-position: right 0.9em top 50%;
}

@media (min-width: 992px) {
  .mobile-button {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1500px) {
  .bannerSection:before {
    left: -100px;
    z-index: revert-layer;
  }
  .bannerSection:after {
    right: -100px;
    z-index: revert-layer;
  }
  form {
    z-index: 3;
  }
  .details__card h3 {
    font-size: 16px;
  }
  .left__text span {
    font-size: 14px;
  }
  .top__text a {
    font-size: 13px;
  }
  .center__text span {
    font-size: 14px;
  }
  .bottom__text span {
    font-size: 14px;
  }
  .bottom__text p {
    font-size: 14px;
  }
  .bottom__text {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  .bottom__text p {
    padding-left: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .banner__text h1 {
    font-size: 96px;
    line-height: 72px;
  }
}
@media (max-width: 991px) {
  .top__text {
    justify-content: center !important;
  }
}
@media (max-width: 768px) {
  .banner__text h1 {
    font-size: 60px !important;
    text-align: center;
  }
  .banner__text p {
    text-align: center;
    font-size: 14px;
  }
}
picture {
  width: 100%;
}

.col-12 {
  margin-bottom: 10px;
}

.intl-tel-input.allow-dropdown {
  width: 100%;
}
.intl-tel-input.allow-dropdown .separate-dial-code {
  width: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.residences-section {
  padding-top: 120px;
}
.residences-section .title {
  color: #ff5701;
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  font-family: "Gilroy-Black", sans-serif;
}
.residences-section .slider-area {
  margin-top: 30px;
}
.residences-section .slider-area .residences-slider .swiper-slide {
  overflow: hidden;
  border-radius: 30px;
}
.residences-section .slider-area .residences-slider .swiper-slide.green .residence-card-left {
  background-color: #00102A;
}
.residences-section .slider-area .residences-slider .swiper-slide .residence-card {
  height: 430px;
  display: flex;
  background-color: #f8f8f8;
}
@media (max-width: 1200px) {
  .residences-section .slider-area .residences-slider .swiper-slide .residence-card {
    height: auto;
  }
}
@media (max-width: 768px) {
  .residences-section .slider-area .residences-slider .swiper-slide .residence-card {
    flex-direction: column;
  }
}
.residences-section .slider-area .residences-slider .swiper-slide .residence-card-left {
  min-width: 400px;
  max-width: 400px;
  background-color: #ff5c02;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .residences-section .slider-area .residences-slider .swiper-slide .residence-card-left {
    min-width: 300px;
    max-width: 300px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .residences-section .slider-area .residences-slider .swiper-slide .residence-card-left {
    min-width: unset;
    max-width: unset;
  }
}
.residences-section .slider-area .residences-slider .swiper-slide .residence-card-left-text {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Unbounded", sans-serif;
}
.residences-section .slider-area .residences-slider .swiper-slide .residence-card-left img {
  margin-top: auto;
  height: calc(100% - 60px);
}
.residences-section .slider-area .residences-slider .swiper-slide .residence-card-right {
  display: flex;
  padding: 2rem;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 991px) {
  .residences-section .slider-area .residences-slider .swiper-slide .residence-card-right {
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  .residences-section .slider-area .residences-slider .swiper-slide .residence-card-right {
    align-items: center;
    padding: 1rem;
  }
  .residences-section .slider-area .residences-slider .swiper-slide .residence-card-right-top-button {
    margin: auto;
  }
}
.residences-section .slider-area .residences-slider .swiper-slide .residence-card-right-top-button {
  background-color: #e30a17;
  color: #ffffff;
  border-radius: 20px;
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  margin-left: auto;
  text-transform: uppercase;
  transition: background-color 0.4s;
  text-decoration: none;
}
@media (max-width: 768px) {
  .residences-section .slider-area .residences-slider .swiper-slide .residence-card-right-top-button {
    order: 2;
    margin-top: 2rem;
  }
}
.residences-section .slider-area .residences-slider .swiper-slide .residence-card-right-top-button:hover {
  background-color: #cb0915;
  transition: background-color 0.4s;
}
.residences-section .slider-area .residences-slider .swiper-slide .residence-card-right-bottom {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .residences-section .slider-area .residences-slider .swiper-slide .residence-card-right-bottom {
    align-items: center;
    margin: 0;
  }
}
.residences-section .slider-area .residences-slider .swiper-slide .residence-card-right-bottom-title {
  color: #ff5c02;
  font-size: 25px;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .residences-section .slider-area .residences-slider .swiper-slide .residence-card-right-bottom-title {
    font-size: 18px;
    margin-bottom: 1rem;
  }
}
.residences-section .slider-area .residences-slider .swiper-slide .residence-card-right-bottom .text {
  color: #222223;
  font-size: 18px;
  line-height: 24px;
  font-family: "Unbounded", sans-serif;
  margin: 0;
  text-align: start;
}
@media (min-width: 768px) and (max-width: 991px) {
  .residences-section .slider-area .residences-slider .swiper-slide .residence-card-right-bottom .text {
    font-size: 16px;
  }
}
.residences-section .slider-area .residences-slider .swiper-slide .residence-card-right-bottom img {
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0.5rem;
}
.residences-section .slider-area .residences-slider .swiper-slide .residence-card-right-bottom__address-first, .residences-section .slider-area .residences-slider .swiper-slide .residence-card-right-bottom__features, .residences-section .slider-area .residences-slider .swiper-slide .residence-card-right-bottom__address-second {
  width: 100%;
  display: flex;
  align-items: center;
}
.residences-section .slider-area .residences-slider .swiper-slide .residence-card-right-bottom__address-first {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2549019608);
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .residences-section .slider-area .residences-slider .swiper-slide .residence-card-right-bottom__address-first {
    padding-bottom: 16px;
  }
}
.residences-section .slider-area .residences-slider .swiper-slide .residence-card-right-bottom__address-second {
  border-top: 1px solid rgba(112, 112, 112, 0.2549019608);
  padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .residences-section .slider-area .residences-slider .swiper-slide .residence-card-right-bottom__address-second {
    padding-top: 16px;
  }
}
.residences-section .slider-area .residences-slider .swiper-slide .residence-card-right-bottom__features {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .residences-section .slider-area .residences-slider .swiper-slide .residence-card-right-bottom__features {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.residences-section .slider-area .residences-slider .swiper-slide .residence-card-right-bottom__features .item {
  display: flex;
  align-items: center;
}

header {
  padding: 20px;
}

.copyright {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 20px;
  color: #444444;
}

@media (max-width: 1200px) {
  .bannerSection {
    background-position-x: -400px;
  }
}
@media (max-width: 991px) {
  .bannerSection {
    background-position-x: -250px;
  }
  .bannerSection .banner-title {
    text-align: center;
  }
  br {
    display: none;
  }
  .flex-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .flex-footer img {
    margin-bottom: 15px;
  }
  .social-center img {
    margin-top: 20px !important;
  }
  .counter-footer .tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .counter-footer .tabs .tab .number {
    font-size: 40px;
  }
  .counter-footer .tabs .tab .text {
    font-weight: 700;
    font-size: 15px;
  }
  .form__row_inner {
    margin: auto !important;
  }
  form {
    margin: auto !important;
  }
}

@media (max-width: 768px) {
  .hero-title-new, .second2 {
    font-size:35px !important;
    line-height: 35px !important;
  }
  .second3{
    font-size: 25px !important;
  }
  .second2{
    font-weight: 400 !important;
  }
  .residence-card-right-bottom{
    margin-top:0px !important;
  }
  .bannerSection {
    background-position-x: center;
    background-image: url("/landing-student/new-landing-students6/images/bg_mobile.webp");
    height: auto;
    height: 1110px;
    background-position-y: bottom;
  }
  .bannerSection .container {
    margin-top: 0 !important;
    bottom: 0 !important;
  }
  .bannerSection .hero-banner-bottom p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-family: "Gilroy-Bold", sans-serif;
  }
  .bannerSection .form__row_inner .banner-title {
    font-size: 52px;
    line-height: 52px;
    margin: 0;
  }
  .bannerSection .form__row_inner .banner-title:not(.second) {
    margin-top: 2rem !important;
  }
  .bannerSection .form__row_inner .banner-title.second {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 2rem;
  }
  .bannerSection .form__row_inner p.text {
    font-size: 18px !important;
    line-height: 18px !important;
  }
  .bannerSection .form__row_inner p.text br {
    display: none;
  }
}
/* customizable snowflake styling */
.snowflake {
  color: #fff;
  font-size: 1.5em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #999999;
}

.snowflake,
.snowflake .inner {
  animation-iteration-count: infinite;
  animation-play-state: running;
}

@keyframes snowflakes-fall {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(110vh);
  }
}
@keyframes snowflakes-shake {
  100% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(-20px);
  }
  80% {
    transform: translateX(0px);
  }
  70% {
    transform: translateX(-20px);
  }
  60% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
  40% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-20px);
  }
  20% {
    transform: translateX(0px);
  }
  10% {
    transform: translateX(-20px);
  }
  0% {
    transform: translateX(0);
  }
}
.snowflake {
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  animation-name: snowflakes-shake;
  animation-duration: 12s;
  animation-timing-function: ease-in-out;
}

.snowflake .inner {
  animation-duration: 10s;
  animation-name: snowflakes-fall;
  animation-timing-function: linear;
}/*# sourceMappingURL=style.css.map */