@charset "utf-8";

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body{
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden;
}
ul, li {
  line-height: 1.7;
}
ul {
  list-style: disc;
}
a {
  color: #FFF;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: inherit;
}
a:hover,
a:focus {
  outline: none;
}

img {
  max-width:100%;
  border: none;
}h2,
h3 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
}
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h2 {
  font-size: 1.875em;
}
h3 {
  font-size: 1.500em;
}

.head{
  height: auto;
  width: 100%;
  background: url("../images/bg.jpeg")no-repeat;
  background-size: cover;
}
.head img{
  display: inline-block;
  max-width: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding-top: 20px;
}
.head h1{
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 50px;
  color: #7fe9f6;
  width: 20%;
  margin-left: 40%;
  background-color: #003d87;
}

.ifest-container::before,
.ifest-container::after,
[class^="ifest-col-"]::before,
[class^="ifest-col-"]::after,
.ifest-social-column::before,
.ifest-social-column::after,
.simply-countdown-column::before,
.simply-countdown-column::after {
  content: "";
  display: block;
  clear: both;
}
.ifest-container,
.ifest-social-column {
  width: 100%;
}
.ifest-col-content {
  position: relative;
  z-index: 3;
}
.ifest-col-6 {
  float: left;
  min-height: 1;
  height: 50vh;
}
.ifest-col-6{
  width: 50%;
}

.ifest-content {
  display: block;
  margin-left: 10%;
  /* position: absolute;
  top: 50%; */
  visibility: visible;
  width: 80%;
}
.items {
  padding-top: 25px;
  font-size: 25px;
  font-weight: 400;
}
.butt {
  display: inline-block;
  position: relative;
  margin: 0.4em;
  padding: 0.2em;
  cursor: pointer;
  background: #003d87;
  color: white;
  z-index: 0;
}

.butt:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #7fe9f6;
  color: #003d87;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .3s ease-out;
}

.butt:hover:before {
  transform: scaleX(1);
}

.ifest-social-column {
  bottom: 15px;
  left: 15%;
  position: absolute;
  width: 70%;
}
ul.ifest-social-links {
  display: inline-block;
  list-style: outside none none;
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 25px;
}
ul.ifest-social-links li {
  display: inline-block;
}
.ifest-social-links a {
  padding: 0 6px;
  color: #7fe9f6;
  display: block;
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.ifest-social-links a:hover {
  -webkit-transform: translate3d(0px, -2px, 0px);
  transform: translate3d(0px, -2px, 0px);
  color: #003d87;
}

.fast {
  animation-delay: 1s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-timing-function: linear;
}
.fast-child-1 {
  animation-delay: 1s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

.fast-child-2 {
  animation-delay: 1.1s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

.fast-child-3 {
  animation-delay: 1.3s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

.fast-child-4 {
  animation-delay: 1.4s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

.big_title {
  color: #fff;
  font-size: 3.5em;
  padding-top: 20px;
  font-weight: 600;
  font-family: cursive;
}

.ifest-col-6.ifest-middle-6.ifest-col-content {
  margin-left: 25%;
  text-align: center;
}

.ifest-col-content {
  transition: all 0.4s ease 0s;
}

.simply-section {
  float: left;
  width: 25%;
}

.simply-section span {
  display: block;
  text-align: center;
  line-height: 1;
}

.simply-amount {
  font-family: 'Iceberg', cursive;
  font-size: 2.5em;
}

.coundown-border-inline {
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-top: 2px solid;
}

.coundown-border-inline .simply-section {
  border-left: 2px solid #003d87;
  display: table;
  float: left;
  height: 110px;
  width: 110px;
}

.coundown-border-inline .simply-section>div {
  display: table-cell;
  vertical-align: middle;
}

.stay_connent_with_social.ifest-left-center li {
  display: block;
  margin: 15px 0;
}

.stay_connent_with_social.ifest-left-center li a {
  border-radius: 40px;
  display: inline-block;
  font-size: 1em;
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
  padding: 0;
  text-align: center;
  width: 40px;
}

.stay_connent_with_social.ifest-left-center li a i {
  margin-right: 0;
}

body.mrs-color.mrs-v50 {
  /* background: #000 none repeat scroll 0 0; */
  /* background: url('../images/bg.png') 0 no-repeat; */
  /* background-size: cover; */
}

.mrs-v50 .single_large_F:first-child {
  margin-top: 40px;
}

.mrs-v50.mrs-color .simply-countdown-column {
  display: table;
  margin: 35px auto auto;
  width: auto;
}

#falling-confettie {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  min-height: 640px;
}

.mrs-v50 .coundown-border-inline {
  border: medium none;
}

.mrs-v50 .coundown-border-inline .simply-section {
  border-color: #003d87;
  /* color: #7fe9f6;
  background: #003d87; */
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  display: table;
  float: left;
  height: 100px;
  margin: 0 6px;
  width: 100px;
}

.mrs-v50 .ifest-social-column {
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}

.mrs-v50 .simply-amount {
  font-style: 2em;
}

.mrs-v50 .simply-section span.simply-word {
  font-size: 0.9em;
}

canvas#hypnos-canvas {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  min-height: 640px;
}

#svgHolder {
  min-width: 640px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

#svgHolder svg {
  left: 50%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

#flames {
  width: 60px;
  height: 60px;
  transform-origin: center bottom;
  animation-name: flameIt;
  animation-duration: 3ms;
  animation-delay: 200ms;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes flameIt {
  0% {
    transform: rotate(-1deg);
  }
  20% {
    transform: rotate(1deg);
  }
  40% {
    transform: rotate(-1deg);
  }
  60% {
    transform: rotate(1deg) scaleY(1.04);
  }
  80% {
    transform: rotate(-2deg) scaleY(0.92);
  }
  100% {
    transform: rotate(1deg);
  }
}

.mrs-color .cd-headline {
  font-weight: bold;
  color: #1e60ec;
}