@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/icomoon.eot?3qkin2");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/icomoon.eot?#iefix3qkin2") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/icomoon.woff?3qkin2") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/icomoon.ttf?3qkin2") format("truetype"), url("fhttps://s3-us-west-2.amazonaws.com/s.cdpn.io/93/icomoon.svg?3qkin2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.social-networks {
  margin: 35px 0 35px;
  padding: 0;
  font-size: 0;
  text-align: center;
}

.social-networks li {
  display: inline-block;
  vertical-align: middle; /* Ensure vertical alignment */
}

.social-networks a {
  display: block;
  position: relative;
  margin: 0 7px;
  width: 68px;
  height: 68px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  text-decoration: none;
}

.social-networks a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin-top: -50%;
  margin-left: -50%;
  border-radius: 100px;
  background-color: #1f2027;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.social-networks a svg,
.social-networks a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social-networks a svg {
  width: 35px;
  height: 35px;
  fill: #fff;
  transition: transform 0.4s ease-out;
}

.social-networks a:after {
  content: attr(data-icon);
  font-family: 'icomoon';
  font-size: 26px;
  line-height: 1;
  color: #fff;
}

@keyframes spin-once {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.social-networks.spin-icon a:hover svg,
.social-networks.spin-icon a:focus svg {
  animation: spin-once 0.4s ease-out forwards;
}

.social-networks.spin-icon a:hover:after,
.social-networks.spin-icon a:focus:after {
  transition: transform 0.4s ease-out;
  transform: translate(-50%, -50%) rotateZ(360deg);
}

.social-networks.square a:hover:before,
.social-networks.square a:focus:before {
  border-radius: 0;
}

.social-networks.bounce a:hover,
.social-networks.bounce a:focus {
  -webkit-animation: bounce 1s;
  animation: bounce 1s;
}

.social-networks .icon-linkedin:after {
  content: "";
}

.social-networks .icon-linkedin:hover:before,
.social-networks .icon-linkedin:focus:before {
  background: #0077b5;
}

.social-networks .icon-facebook:after {
  content: "";
}

.social-networks .icon-facebook:hover:before,
.social-networks .icon-facebook:focus:before {
  background: #3b5998;
}

.social-networks .icon-twitter:after {
  content: "";
}

.social-networks .icon-twitter:hover:before,
.social-networks .icon-twitter:focus:before {
  background: #000000;
}

.social-networks .icon-github:after {
  content: "";
}

.social-networks .icon-github:hover:before,
.social-networks .icon-github:focus:before {
  background: #4183c4;
}

.social-networks .icon-instagram:after {
  content: "";
}

.social-networks .icon-instagram:hover:before,
.social-networks .icon-instagram:focus:before {
  background: #3f729b;
}

.social-networks .icon-vimeo:after {
  content: "";
}

.social-networks .icon-vimeo:hover:before,
.social-networks .icon-vimeo:focus:before {
  background: #1ab7ea;
}

.social-networks .icon-twitch:after {
  content: "";
}

.social-networks .icon-twitch:hover:before,
.social-networks .icon-twitch:focus:before {
  background: #6441a5;
}

.social-networks .icon-pinterest:after {
  content: "";
}

.social-networks .icon-pinterest:hover:before,
.social-networks .icon-pinterest:focus:before {
  background: #cc2127;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}

/* Extra stuff just to make the demo pretty. */
body {
  padding: 0 0;
  color: #fff;
  font-family: 'Lora', serif;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  background: #262730 url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/noise-bg.png) repeat 0 0;
}

h1 {
  margin-bottom: 0px;
  font-size: 55px;
  line-height: 1.0;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 45px;
  font-size: 12px;
  text-transform: uppercase;
}
footer {
  margin: 75px 0 35px;
}

a {
  color: #4183c4;
  text-decoration: none;
}

a:hover {
  color: #7ba9d6;
}

/* Newsticker */
@keyframes ticker {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-100%, 0, 0); }
}

.tcontainer {
  width: 100%;
  overflow: hidden;
}

.ticker-wrap {
  width: 200%;
  padding-left: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  margin-top: 40px;
}

.ticker-move {
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 20s;
}

.ticker-move:hover {
  animation-play-state: paused;
}

.ticker-item {
  display: inline-block;
  font-size: 20px;
  color: white;
  padding: 10px 2rem 10px 0px;
}

.clickable-ticker-item {
  display: inline-block;
  font-size: 20px;
  color: white;
  padding: 10px 2rem 10px 0px;
}

.clickable-ticker-item:hover {
  cursor: pointer;
}

/* Additional styles for centering elements */
.header {
  text-align: center;
  padding: 10px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 10px;
}

/* Create two equal columns that sit next to each other */
.column {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 0px;
  vertical-align: middle;
}

/* Responsive layout - makes a two-column layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

figure.item {
  /* To correctly align image, regardless of content height: */
  vertical-align: top;
  display: inline-block;
  /* To horizontally center images and caption */
  text-align: center;
  /* The width of the container also implies margin around the images. */
}

.caption {
  /* Make the caption a block so it occupies its own line. */
  display: block;
  color: white;
  padding: 14px 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}

/* Responsive design for the image grid */
.grid-container {
  display: grid;
  grid-column-gap: 5vw;
  grid-row-gap: 50px;
  grid-template-columns: auto auto;
  justify-content: space-evenly;
}

.grid-item {
  width: 40vw;
}

.grid-container-3col {
  display: grid;
  grid-column-gap: 2vw;
  width: 70vw;
  margin-left: 15vw;
  grid-template-columns: auto auto auto;
  justify-content: space-around;
  margin-bottom: 10vh;
  margin-top: 5vh;
}

.grid-item-3col {
  position: relative;
  min-height: 500px;
  width: 20vw;
  max-width: 300px;
  height: 40vh;
  border-radius: 10px;
  background-color:#49B8F5;
  box-shadow: 5px -5px 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.4s ease, background-color 0.4s ease;
  transform: scale(1); /* Default scale */
}

/* Scaling of 1.05 */
.grid-item-3col-1_05 {
  transform: scale(1.05); /* Default scale for second element */
}

/* Scaling of 1.1 */
.grid-item-3col-1_1 {
  transform: scale(1.1); /* Default scale for third element */
}

/* Hover effects */
.grid-item-3col:hover {
  transform: scale(1.05); /* Scale up from 1 to 1.1 on hover */
  background-color: #3d96c7;
}

.grid-item-3col-1_05:hover {
  transform: scale(1.1); /* Scale up from 1.05 to 1.15 on hover */
  background-color: #3d96c7;
}

.grid-item-3col-1_1:hover {
  transform: scale(1.15); /* Scale up from 1.1 to 1.2 on hover */
  background-color: #3d96c7;
}

.pricing-title {
  color: black;
  font-size: 34px;
  margin: 2vh;
  padding: 2px;
}

.pricing-price {
  color: black;
  font-size: 20px;
}

.pricing-img {
  position: relative;
  transition: 0.4s;
  width: 90%;
  margin: 1vh auto;
}

.pricing-img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pricing-description {
  width: 90%;
  padding-left: 1vw;
  text-align: left;
  color: black;
}

@media screen and (max-width: 1000px) {
  .pricing-title {
    font-size: 30px;
  }
}

.more-pricing-options {
  padding-top: 1vh;
  padding-bottom: 1vh;
  cursor: pointer;
  background-color: #49B8F5;
  color: black;
  border-radius: 10px;
  box-shadow: 5px -5px 10px rgba(0, 0, 0, 0.5);
  width: 30vw;
  align-content: center;
  margin-left: 35vw;
  transition: 0.4s;
}

.more-pricing-options:hover {
  background-color: #3d96c7;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 800px) {
  .grid-container {
    grid-template-columns: auto;
  }
  .grid-item {
    width: 80vw;
  }
  .iframe2 {
    height: calc(80vw / 1.8);
  }
}

.headingtext {
  color: #f2f2f2;
  font-size: 50px;
  padding: 10px 0px 0px 0px;
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1000;
}

.ignite-ideas {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 300px;
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
}

.ignite-ideas:hover {
  background-color: transparent;
}

.h_iframe {
  position: relative;
}

.h_iframe .ratio {
  display: block;
  width: 100%;
  height: auto;
}

.h_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-mask {
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
}

video {
  background-color: black !important;
}

video:focus {
  outline: none;
}
