section#watch_video_tutorials {
  padding-top: 104px;
  padding-bottom: 84px;
}
section#watch_video_tutorials p, section#watch_video_tutorials li {
  font-size: 25px;
  line-height: 41px;
  margin-bottom: 41px;
}
section#watch_video_tutorials h2 {
  line-height: 52px;
  font-size: 40px;
  font-family: "Avenir Next Bold";
}
section#watch_video_tutorials div {
  padding-right: 0;
}
section#watch_video_tutorials a.new img.badge_new_tutorial {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  border-top-right-radius: 0;
}
section#watch_video_tutorials img.thumbnail, section#watch_video_tutorials img.tutorial_hover_overlay {
  width: 270px;
  height: 169px;
  border-radius: 10px;
}
section#watch_video_tutorials a.new img, section#watch_video_tutorials a.new div.tutorial_hover_overlay {
  border-top-right-radius: 15px;
}
section#watch_video_tutorials img.tutorial_hover_overlay {
  position: absolute;
}
section#watch_video_tutorials ol {
  padding-left: 55px;
  padding-top: 45px;
  margin-top: 101px;
  margin-bottom: 22px;
  position: relative;
  left: -55px;
  top: -35px;
  width: 1000px;
  list-style: none;
  overflow: hidden;
  counter-reset: numList;
}
section#watch_video_tutorials ol li {
  width: 270px;
  height: 169px;
  display: inline-block;
  position: relative;
  left: 0px;
  font-family: "Avenir Next Regular";
  margin-bottom: 45px;
  margin-right: 45px;
}
section#watch_video_tutorials ol li div.tutorial_hover_overlay {
  background: rgba(0, 0, 0, 0.81);
  width: 270px;
  height: 169px;
  position: absolute;
  border-radius: 10px;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
section#watch_video_tutorials ol li div.tutorial_hover_overlay:hover {
  opacity: 0;
}
section#watch_video_tutorials ol li a {
  text-decoration: none;
}
section#watch_video_tutorials ol li p {
  margin: 0;
  padding: 20px 0 5px 18px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #F9F9FB;
  font-family: "Avenir Next Demi";
  font-size: 20px;
  pointer-events: none;
  display: block;
  width: 100%;
  background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 10px;
}
section#watch_video_tutorials ol li:before {
  counter-increment: numList;
  content: counter(numList);
  float: left;
  position: absolute;
  left: -25px;
  top: -25px;
  font-family: "Avenir Next Demi";
  font-size: 30px;
  text-align: center;
  color: #302400;
  z-index: 1;
  background: #F9F9FB;
  line-height: 52px;
  width: 52px;
  height: 52px;
  -webkit-box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.386);
  -moz-box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.386);
  box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.386);
  -moz-border-radius: 999px;
  border-radius: 999px;
  letter-spacing: -2px;
}
section#watch_video_tutorials a.huge_button {
  width: 900px;
  height: 218px;
  background: #fefcff;
  display: block;
  text-decoration: none;
  position: relative;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.1);
  padding-top: 60px;
  padding-left: 224px;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
section#watch_video_tutorials a.huge_button div#poster_documentation {
  position: absolute;
  left: 34px;
  top: 34px;
  width: 150px;
  height: 150px;
  background-image: url(/images/poster_documentation.jpg);
  background-size: contain;
}
section#watch_video_tutorials a.huge_button iframe {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  height: 150px;
}
section#watch_video_tutorials a.huge_button h2 {
  font-size: 28px;
  line-height: 52px;
}
section#watch_video_tutorials a.huge_button:hover {
  box-shadow: 0px 20px 60px 0 rgba(0, 0, 0, 0.3);
}
section#watch_video_tutorials a.huge_button img.arrow {
  width: initial;
  height: initial;
  margin-left: 4px;
  position: relative;
  top: 5px;
}

body {
  background: #0F1015;
}

h2 {
  line-height: 52px;
  font-size: 40px;
  font-family: "Avenir Next Bold";
}

p, li {
  font-size: 25px;
  line-height: 41px;
  margin-bottom: 41px;
}

div.outer {
  width: 100% !important;
  overflow: hidden;
  text-align: center;
  position: relative;
}

div.inner {
  overflow: hidden;
  margin: 0 auto;
  display: block;
  width: 1350px !important;
  height: 468px;
  position: relative;
  left: 50%;
  margin-left: -675px;
}

div.poster_examples {
  background-image: url(/images/poster_examples.jpg);
  background-size: contain;
}

div.poster_ui {
  background-image: url(/images/poster_ui.jpg);
  background-size: contain;
}

div#poster_prototyping {
  width: 510;
  height: 490px;
  background: url(/images/poster_prototyping.jpg);
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 200px;
}

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

div.violetGradient {
  background-image: url(/images/examples_bg.png);
  background-repeat: repeat-x;
}

section#introducing_drama {
  padding-top: 142px;
}
section#introducing_drama h1 {
  font-family: "Avenir Next Bold";
  font-size: 60px;
  line-height: 86px;
}
section#introducing_drama h2 {
  font-family: "Avenir Next Regular";
  font-size: 38px;
  color: #808391;
}
section#introducing_drama img {
  width: 100%;
  margin: 65px 0 84px 0;
  border-radius: 5px;
  box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.34);
}

section#what_makes_drama_different {
  padding-top: 78px;
  padding-bottom: 74px;
}
section#what_makes_drama_different a {
  color: #393B43;
  transition: color 0.15s ease-in-out;
}
section#what_makes_drama_different a:hover {
  color: black;
}
section#what_makes_drama_different h2 {
  font-size: 28px;
}

section#customers {
  padding-top: 40px;
  padding-bottom: 116px;
}
section#customers img {
  margin-left: 10px;
}
section#customers img:first-of-type {
  margin-left: -10px;
}

section#powerful_prototyping_tools {
  background: #131119;
  padding-top: 104px;
  padding-bottom: 76px;
}
section#powerful_prototyping_tools ol {
  padding-top: 61px;
  padding-left: 70px;
  position: relative;
  left: -70px;
  list-style: none;
  overflow: hidden;
  counter-reset: numList;
}
section#powerful_prototyping_tools ol li {
  width: 450px;
  display: block;
  position: relative;
  left: 0px;
  font-family: "Avenir Next Regular";
  margin-bottom: 30px;
}
section#powerful_prototyping_tools ol li strong {
  font-family: "Avenir Next Demi";
  color: #F9F9FB;
  transition: color 0.4s ease-in-out;
}
section#powerful_prototyping_tools ol li.active strong, section#powerful_prototyping_tools ol li.active {
  color: #FFD143;
}
section#powerful_prototyping_tools ol li.active:before {
  background-color: #FFD143;
}
section#powerful_prototyping_tools ol li:before {
  counter-increment: numList;
  content: counter(numList);
  float: left;
  position: absolute;
  left: -70px;
  top: -6px;
  font-family: "Avenir Next Demi";
  font-size: 30px;
  text-align: center;
  color: #302400;
  background-color: #F9F9FB;
  transition: background-color 0.4s ease-in-out;
  line-height: 52px;
  width: 50px;
  height: 52px;
  padding-left: 2px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
section#powerful_prototyping_tools > div {
  position: relative;
}

section#stunning_animations {
  padding-top: 52px;
  width: 100%;
  overflow: hidden;
}
section#stunning_animations h2 {
  display: inline-block;
}
section#stunning_animations p {
  line-height: 52px;
}
section#stunning_animations a {
  background: #F9F9FB;
  color: #0F1015;
  width: 237px;
  margin: 0 0 0 20px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -8px;
  line-height: 40px;
}

section#feature_cards {
  background: #6B5C8C;
  padding-top: 164px;
}
section#feature_cards li {
  width: 270px;
  height: 500px;
  margin-right: 45px;
  margin-bottom: 95px;
  border-radius: 20px;
  display: inline-block;
  background: #F9F9FB;
  vertical-align: top;
  box-shadow: 0px 10px 20px 0 rgba(41, 33, 59, 0.541);
}
section#feature_cards li:nth-child(1) {
  background-color: #fefaff;
}
section#feature_cards li:nth-child(2) {
  background-color: #f2eff5;
}
section#feature_cards li:nth-child(3) {
  background-color: #fbf7ff;
}
section#feature_cards li > img, section#feature_cards li div {
  margin: 17px 23px 0 23px;
}
section#feature_cards li iframe, section#feature_cards li img, section#feature_cards li div {
  width: 224px;
  height: 224px;
}
section#feature_cards li div#poster_drivers {
  background: url(/images/poster_drivers.jpg);
  background-size: 100%;
  position: relative;
}
section#feature_cards li div#poster_magic_drag {
  background: url(/images/poster_magic_drag.jpg);
  background-size: 100%;
  position: relative;
}
section#feature_cards li div#poster_vector_editing {
  background: url(/images/poster_vector_editing.jpg);
  background-size: 100%;
  position: relative;
}
section#feature_cards li h2 {
  color: #0F1015;
  line-height: 48px;
  padding: 4px 30px;
  font-size: 24px;
  margin-bottom: 8px;
}
section#feature_cards li p {
  padding: 0 30px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #393B43;
}
section#feature_cards li a {
  text-decoration: none;
  color: #0F1015;
  font-family: "Avenir Next Demi";
}
section#feature_cards li a:hover {
  border-bottom: 1px solid #0F1015;
}
section#feature_cards li img.arrow {
  width: initial;
  height: initial;
  margin-left: 4px;
}
section#feature_cards li:last-child {
  margin-right: 0;
}

img.big_arrow {
  width: 20px;
  height: 20px;
  margin-left: 4px;
  position: relative;
  top: 3px;
}

section#mirror {
  padding-top: 95px;
  padding-bottom: 133px;
}
section#mirror h2 {
  font-size: 28px;
  line-height: 38px;
  margin: 14px 0 17px 0;
}
section#mirror p {
  width: 455px;
}
section#mirror img.app_store {
  width: 230px;
  margin-top: 27px;
}
section#mirror div {
  position: relative;
}
section#mirror div > img {
  position: absolute;
  right: 90px;
  top: 10px;
}

section#use_3d_layers {
  background: #f5f4f9;
  padding-top: 104px;
  padding-bottom: 80px;
}
section#use_3d_layers h2 {
  font-size: 28px;
  line-height: 52px;
  margin: 0;
}
section#use_3d_layers p {
  width: 347px;
}
section#use_3d_layers > div {
  position: relative;
}
section#use_3d_layers > div > div {
  position: absolute;
  right: 43px;
  top: -60px;
  width: 450px;
  height: 570px;
  overflow: hidden;
  background: url(/images/poster_3d_layers.jpg);
  background-position-x: -4px;
  background-repeat: no-repeat;
}
section#use_3d_layers > div > div iframe {
  position: relative;
  left: -4px;
}

section#travel_in_time {
  padding-top: 104px;
  padding-bottom: 82px;
}
section#travel_in_time h2 {
  font-size: 28px;
  line-height: 52px;
  margin: 0;
}
section#travel_in_time p {
  width: 430px;
}
section#travel_in_time > div {
  position: relative;
}
section#travel_in_time > div > div {
  position: absolute;
  right: 25px;
  top: -66px;
  width: 500px;
  height: 570px;
  overflow: hidden;
  background: url(/images/poster_history.jpg);
  background-repeat: no-repeat;
}
section#travel_in_time > div > div iframe {
  position: relative;
}

a.learn_more {
  font-family: "Avenir Next Demi";
  color: #0F1015;
  text-decoration: none;
}
a.learn_more:hover {
  border-bottom: 2px solid #0F1015;
}

section#designed_for_mac {
  border-top: 1px solid #777;
  background: #020102;
  padding-bottom: 70px;
}
section#designed_for_mac h2 {
  font-size: 28px;
  margin-top: 54px;
}

section#future_roadmap {
  padding-top: 99px;
  padding-bottom: 84px;
  overflow: hidden;
  background: #24262B;
}
section#future_roadmap img {
  position: relative;
  left: -180px;
  margin-bottom: 113px;
  margin-top: 41px;
}
section#future_roadmap h2 {
  color: #F9F9FB;
  font-size: 28px;
}
section#future_roadmap div#subscription {
  display: block;
  -webkit-box-shadow: 0px 10px 30px 0 #101114;
  -moz-box-shadow: 0px 10px 30px 0 #101114;
  box-shadow: 0px 10px 30px 0 #101114;
  background: #F1F0F5;
  border-radius: 10px;
  width: 720px;
  height: 159px;
}
section#future_roadmap div#subscription form h3 {
  color: #0F1015;
  font-size: 20px;
  padding: 34px 0 0 34px;
  line-height: 27px;
  font-family: "Avenir Next Demi";
}
section#future_roadmap div#subscription form input[type=email] {
  width: 448px;
  height: 40px;
  background: rgba(213, 211, 227, 0.349);
  border: 0;
  border-radius: 5px;
  margin: 24px 30px 0 25px;
  font-family: "Avenir Next Medium";
  font-size: 20px;
  padding: 0 0 0 20px;
}
section#future_roadmap div#subscription form ::placeholder {
  color: #0F1015;
  opacity: 1;
}
section#future_roadmap div#subscription form input[type=submit] {
  margin: 0;
}
section#future_roadmap div#subscription div#thank_you {
  display: none;
  opacity: 0;
}
section#future_roadmap div#subscription div#thank_you p {
  color: #101114;
  font-size: 20px;
  padding: 54px 0 0 34px;
  font-family: "Avenir Next Demi";
  line-height: 28px;
  margin: 0;
}
section#future_roadmap div#subscription div#thank_you p.light {
  padding: 0 0 0 34px;
  font-family: "Avenir Next Regular";
  color: #393B43;
}

/*# sourceMappingURL=frontpage.css.map */
