@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;800&amp;display=swap");
/* Mixin */
.flex {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
}

html {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

body {
  margin: 0px;
  padding: 0px;
  color: #343434;
  overflow-x: hidden;
}

* {
  font-family: 'Open Sans', sans-serif;
}

*:focus, *:hover {
  outline: 0px;
  border: 0px;
  box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: 800;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.transition {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.flex {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
}

::-webkit-scrollbar {
  width: 10px;
  background: rgba(42, 139, 255, 0.2);
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(42, 139, 255, 0.4);
  cursor: pointer;
}

.gradient, .mainBanner p a {
  background: #EF3297;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#fad34f), to(#ef3297));
  background: linear-gradient(to right, #fad34f 0%, #ef3297 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad34f', endColorstr='#ef3297',GradientType=1 );
}

.gradBtn {
  background: #EF3297;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#fad34f), to(#ef3297));
  background: linear-gradient(to right, #fad34f 0%, #ef3297 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad34f', endColorstr='#ef3297',GradientType=1 );
  display: block;
  max-width: 380px;
  text-align: center;
  padding: 14px 20px;
  line-height: 28px;
  font-size: 1.125rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
}

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

[class*=fx-reveal], [class^=fx-reveal] {
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

[class*=fx-reveal].up, [class^=fx-reveal].up {
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
}

[class*=fx-reveal].down, [class^=fx-reveal].down {
  transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
}

[class*=fx-reveal].animate, [class^=fx-reveal].animate {
  -webkit-transform: translate(0px, 0px) scale(1);
  transform: translate(0px, 0px) scale(1);
  opacity: 1;
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

header {
  padding: 18px 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

header .hideOnScroll {
  display: block;
}

header .showOnScroll {
  display: none;
}

header.scrolled {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

header.scrolled .hideOnScroll {
  display: none;
}

header.scrolled .showOnScroll {
  display: block;
}

header.scrolled #menu > li a {
  color: #000;
}

header.scrolled #menu > li a.dropdown:after {
  content: url("https://www.animaker.com/assets/img/caret-scrolled.svg");
}

header .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navbar-brand {
  padding: 0px;
}

header .navbar-brand a {
  display: block;
}

header .navbar-toggler {
  display: none;
}

header nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header #menu {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header #menu > li {
  position: relative;
}

header #menu > li:first-child {
  display: none;
}

header #menu > li a {
  padding: 6px 15px;
  display: block;
  color: #000;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  text-decoration: none;
  font-size: 0.9375rem;
  line-height: 16px;
  white-space: nowrap;
  line-height: 20px;
}

header #menu > li a.dropdown {
  padding-right: 25px;
}

header #menu > li a.dropdown:after {
  content: url("https://www.animaker.com/assets/img/caret.svg");
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateY(-20%) scaleY(-1);
  transform: translateY(-20%) scaleY(-1);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

header #menu > li a.signup {
  background: #F1821E;
  background-size: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-left: 10px;
  width: 105px;
  height: 32px;
}

header #menu > li a.signup:hover {
  background: #cf690d;
  text-decoration: none;
}

header #menu > li:hover a {
  color: #2A8BFF;
}

header #menu > li .dropdown-menu {
  opacity: 0;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  margin-top: 0px;
  border: 0px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header #menu > li .dropdown-menu a {
  color: #000;
}

header #menu > li .dropdown-menu a:hover {
  color: #F1821E;
  text-decoration: none;
}

header #menu > li:hover .dropdown-menu {
  opacity: 1;
  display: block;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
}

.mainBanner {
  padding: 150px 0 0px;
  position: relative;
  background: url("https://www.animaker.com/assets/img/bannerBg.png") top right no-repeat;
  background-size: 100%;
  min-height: 650px;
}

.mainBanner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("https://www.animaker.com/assets/img/Animaker_deck.png") left bottom no-repeat;
  background-size: 100% auto;
  left: 0;
  top: 0;
  bottom: 0;
}

.mainBanner .container {
  position: relative;
  z-index: 3;
}

.mainBanner h1 {
  font-size: 2.8125rem;
  line-height: 1.3;
  margin: 0px 0 15px;
  color: #000;
  text-align: center;
  font-weight: 800;
}

.mainBanner h1 span {
  background: #5ec8f1;
  background: -webkit-gradient(linear, left top, left bottom, from(#5ec8f1), to(#2a8bff));
  background: linear-gradient(to bottom, #5ec8f1 0%, #2a8bff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ec8f1', endColorstr='#2a8bff',GradientType=0 );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}

.mainBanner p {
  font-size: 1rem;
  line-height: 1.4;
  color: #000;
  margin: 0 auto 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainBanner p a {
  max-width: 220px;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  line-height: 56px;
  padding: 0px 15px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.29);
  margin: 30px 0 10px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}

.mainBanner p a:hover {
  color: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.30);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.30);
  text-decoration: none;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
}

.mainBanner p small {
  font-size: 0.8125rem;
  max-width: 320px;
  text-align: center;
  opacity: .6;
}

.mainBanner p + img {
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  max-width: 100%;
  height: auto;
  width: auto;
}

.mainBanner .bannerImg {
  position: relative;
  top: -50px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: .6s all;
  transition: .6s all;
  -webkit-perspective: 900px;
          perspective: 900px;
  text-align: center;
}

.mainBanner .bannerImg img {
  -webkit-transform: scale(0.9) rotateX(20deg);
  transform: scale(0.9) rotateX(20deg);
  max-width: 70%;
  width: auto;
  height: auto;
  margin: 0 auto;
  vertical-align: middle;
  -webkit-transition: .6s all;
  transition: .6s all;
}

.mainBanner .bannerImg.animate {
  top: 30px;
}

.mainBanner .bannerImg.animate img {
  -webkit-transform: scale(1) rotateX(0deg);
  transform: scale(1) rotateX(0deg);
}

.brands {
  padding: 110px 0;
  background: url("https://www.animaker.com/assets/img/blueBg.jpg") center no-repeat;
  background-size: cover;
  margin-top: 100px;
}

.brands h2 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0px 0 35px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.brands .clients {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brands .clients li {
  padding: 10px 10px 0;
}

.creative {
  padding: 120px 0;
}

.creative h3 {
  font-size: 2.1875rem;
  margin-bottom: 20px;
  text-align: center;
}

.creative p {
  font-size: 1.125rem;
  text-align: center;
  margin: 0 auto 60px;
  max-width: 850px;
  line-height: 1.6;
}

.creative .videoWrapper {
  position: relative;
}

.creative .videoWrapper:before {
  content: url("https://www.animaker.com/assets/img/creative-left-deco.svg");
  position: absolute;
  left: 0;
  top: 15px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  z-index: 0;
}

.creative .videoWrapper:after {
  content: url("https://www.animaker.com/assets/img/creative-right-deco.svg");
  position: absolute;
  right: 0;
  bottom: 45px;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  z-index: 0;
}

.creative .videoWrapper .videoBg {
  box-shadow: 0px 25px 80px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0px 25px 80px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 25px 80px rgba(0, 0, 0, 0.03);
  border: 1px solid #EAEAEA;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  padding: 15px;
  position: relative;
  z-index: 1;
}

.creative .videoWrapper video {
  background: #F7F7F7;
  width: 100%;
}

.creative .videoWrapper button {
  background: none;
  position: absolute;
  border: 0;
  box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.creative .videoWrapper button:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.templates {
  background: url("https://www.animaker.com/assets/img/templateBG.jpg") center no-repeat;
  background-size: cover;
  padding: 120px 0;
  text-align: center;
}

.templates h3 {
  font-size: 2.1875rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
}

.templates p {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 30px;
  color: #343434;
  max-width: 810px;
}

.templates p a {
  font-weight: 600;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  position: relative;
}

.templates p a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2A8BFF;
  left: 0;
  right: 0;
  bottom: -8px;
  -webkit-transform-origin: center;
          transform-origin: center;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.templates p a span {
  margin-left: 10px;
}

.templates p a span svg path {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.templates p a:hover {
  color: #343434;
  text-decoration: none;
}

.templates p a:hover:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  background: #343434;
}

.templates p a:hover svg path {
  fill: #343434;
}

.templates .tempGrid {
  margin-top: 70px;
}

.templates .tempGrid .carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 362px;
  -webkit-perspective: 230px;
  perspective: 230px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.templates .tempGrid .carousel .carousel-item {
  width: 650px;
  height: 362px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 1 !important;
}

.templates .tempGrid .carousel .carousel-item > img {
  width: 100%;
  opacity: .6;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.templates .tempGrid .carousel .carousel-item.active > img {
  opacity: 1 !important;
}

.templates .tempGrid .carousel .carousel-item a {
  outline: 0;
  padding: 0px;
  border: 0;
  background: none;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.templates .tempGrid .carousel .carousel-item:hover a {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.features {
  padding: 0px 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
}

.features .center {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
}

.features .trigger {
  position: absolute;
  opacity: 0;
  z-index: -9999;
}

.features h4 {
  font-size: 2.25rem;
  line-height: 1.4;
  text-align: center;
  color: #1D1D1D;
  margin: 0 auto 15px;
}

.features h4 + p {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #343434;
  text-align: center;
  margin: 0 auto 70px;
}

.features .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 0 0;
}

.features .desktopSlider {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 32%;
  border-left: 1px solid #DFDFE4;
}

.features .desktopSlider .cust-nav {
  position: relative;
  padding: 1px 0 1px 20px;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  margin: 25px 0;
}

.features .desktopSlider .cust-nav:first-child {
  margin: 0;
}

.features .desktopSlider .cust-nav:last-child {
  margin: 0;
}

.features .desktopSlider .cust-nav.active {
  padding: 1px 0 1px 20px;
}

.features .desktopSlider .cust-nav.active:before {
  height: 100%;
  bottom: 0;
}

.features .desktopSlider .cust-nav.active .title {
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.features .desktopSlider .cust-nav.active .title + p {
  height: 66px;
  color: #000;
  margin-bottom: 10px;
}

.features .desktopSlider .cust-nav.active .title small {
  height: 18px;
}

.features .desktopSlider .cust-nav:before {
  content: '';
  border: 0px;
  width: 6px;
  height: 0%;
  left: -3.5px;
  top: 0px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #5EC8F1;
  background: -webkit-gradient(linear, left top, left bottom, from(#5EC8F1), to(#2A8BFF));
  background: linear-gradient(-180deg, #5EC8F1 0%, #2A8BFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5EC8F1', endColorstr='#2A8BFF',GradientType=1 );
  position: absolute;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.features .desktopSlider .cust-nav .title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #9B9B9B;
  margin: 0px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  font-family: 'Poppins', sans-serif;
  line-height: 1.3;
}

.features .desktopSlider .cust-nav .title small {
  font-size: 0.875rem;
  display: block;
  height: 0px;
  overflow: hidden;
  margin-top: 4px;
}

.features .desktopSlider .cust-nav .title + p {
  font-size: 1rem;
  margin: 0;
  color: #707070;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  height: 0px;
  overflow: hidden;
  line-height: 1.5;
}

.features .mobileSlider {
  width: 63%;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 400px;
}

.features .mobileSlider .owl-stage {
  transition: all 0s ease;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  position: relative;
}

.features .mobileSlider .title {
  display: none;
}

.features .mobileSlider .title small {
  font-size: 0.875rem;
  display: block;
}

.features .mobileSlider p {
  display: none;
}

.features .mobileSlider .item {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  right: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: -11;
}

.features .mobileSlider .item video {
  margin: 0;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.features .mobileSlider .item.active {
  opacity: 1;
  z-index: 1;
}

.ctaDeck {
  background: url("https://www.animaker.com/assets/img/blueBg.jpg") center;
  background-size: cover;
  padding: 110px 0;
}

.ctaDeck h4 {
  font-size: 2.1875rem;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  max-width: 770px;
  margin: 0 auto 35px;
}

.ctaDeck h4.col10 {
  max-width: 950px;
}

.ctaDeck h4.fw {
  max-width: 100%;
}

.ctaDeck p {
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
}

.ctaDeck p:last-of-type {
  margin-bottom: 0;
}

.ctaDeck p.mb30 {
  margin-bottom: 30px;
}

.ctaDeck p.mt-15 {
  margin-top: -15px;
}

.ctaDeck p small {
  font-size: 0.8125rem;
}

.ctaDeck p a {
  height: 56px;
  font-size: 1.0625rem;
  color: #000;
  font-weight: 700;
  line-height: 56px;
  padding: 0px 20px;
  min-width: 320px;
  border-radius: 4px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  color: #fff;
  display: inline-block;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
}
.ctaDeck p a:hover {
  color: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.30);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.30);
  text-decoration: none;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
}

.inspiration {
  background: #effdff;
  background: linear-gradient(45deg, #effdff 1%, #ffefff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#effdff', endColorstr='#ffefff',GradientType=1 );
  padding: 120px 0;
}

.inspiration h4 {
  font-size: 2.1875rem;
  font-weight: 800;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.inspiration p {
  font-size: 1rem;
  color: #000;
  text-align: center;
  margin: 0 auto;
  line-height: 1.4;
  margin-bottom: 35px;
}

.inspiration p a {
  display: block;
  max-width: 380px;
  margin: 0 auto;
}
.genius p a{
  max-width: 280px;
}
.inspiration p a:hover,.genius p a:hover {
  color: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.30);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.30);
  text-decoration: none;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
}

.inspiration p small {
  display: block;
  margin-top: -20px;
  font-size: 0.75rem;
  opacity: .6;
}

.inspiration .swiper-container .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 30px 0 30px 50px;
  margin-bottom: 40px;
}

.inspiration .swiper-container .swiper-slide .desc {
  width: 50%;
}

.inspiration .swiper-container .swiper-slide .desc .title {
  font-size: 1.375rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  margin-bottom: 10px;
}

.inspiration .swiper-container .swiper-slide .desc p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
}

.inspiration .swiper-container .swiper-slide .desc li {
  list-style: none;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 7px;
  position: relative;
  padding-left: 20px;
}

.inspiration .swiper-container .swiper-slide .desc li:before {
  content: '';
  border: 0px;
  width: 6px;
  height: 6px;
  background: #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 9px;
}

.inspiration .swiper-container .swiper-slide .video {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.inspiration .swiper-container .swiper-slide .video video {
  width: auto;
  height: auto;
  max-width: 100%;
  right: 0;
}

.inspiration .swiper-container .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inspiration .swiper-container .flex .swiper-pagination {
  position: static;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #E3E3E3;
  height: 1px;
}

.inspiration .swiper-container .flex .swiper-pagination .swiper-pagination-progressbar-fill {
  height: 5px;
  margin-top: -2px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #5ec8f1;
  background: -webkit-gradient(linear, left top, right top, from(#5ec8f1), to(#2a8bff));
  background: linear-gradient(to right, #5ec8f1 0%, #2a8bff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ec8f1', endColorstr='#2a8bff',GradientType=1 );
}

.inspiration .swiper-container .flex .nav {
  position: relative;
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inspiration .swiper-container .flex .nav .swiper-next, .inspiration .swiper-container .flex .nav .swiper-prev {
  background: #fff;
  position: static;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 13px;
}

.inspiration .swiper-container .flex .nav .swiper-next svg, .inspiration .swiper-container .flex .nav .swiper-prev svg {
  width: 14px;
  height: 14px;
  float: left;
}

.inspiration .swiper-container .flex .nav .swiper-next svg line, .inspiration .swiper-container .flex .nav .swiper-prev svg line {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.inspiration .swiper-container .flex .nav .swiper-next.swiper-button-disabled svg line, .inspiration .swiper-container .flex .nav .swiper-prev.swiper-button-disabled svg line {
  stroke: #EBF8FF;
}

.inspiration .swiper-container .flex .nav .swiper-prev {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.testimonials {
  padding: 120px 0;
}

.testimonials h5 {
  font-size: 2.1875rem;
  font-weight: 800;
  color: #000;
  text-align: center;
  margin-bottom: 60px;
}

.testimonials .swiper-slide {
  background: #F4FFFF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 40px;
}

.testimonials .swiper-slide .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.testimonials .swiper-slide .flex blockquote {
  max-width: 620px;
}

.testimonials .swiper-slide .flex blockquote img {
  margin-bottom: 10px;
}

.testimonials .swiper-slide .flex blockquote p {
  line-height: 1.4;
  margin-bottom: 15px;
}

.testimonials .swiper-slide .flex blockquote p.name {
  font-weight: 800;
  font-size: 1.125rem;
  color: #000;
}

.testimonials .swiper-slide .flex .userPic {
  width: 150px;
  height: 150px;
  border: 4px solid #FFF6D5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  min-width: 150px;
  margin-left: 50px;
}

.testimonials .swiper-slide .flex .userPic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.testimonials .swiper-pagination {
  position: static;
  margin-top: 35px;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #B7B7B7;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  opacity: 1;
  margin: 0 5px;
}

.testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #33B5FF;
  background: #33B5FF;
}

.genius {
  background: url("https://www.animaker.com/assets/img/geniusBg.png") center top no-repeat;
  background-size: cover;
  padding: 140px 0 0;
  text-align: center;
}

.genius h5 {
  font-size: 2.1875rem;
  font-weight: 800;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}

.genius p {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
}

.genius p a {
  display: block;
  margin: 0 auto;
}

.genius p small {
  font-size: 0.75rem;
  opacity: .6;
  margin-top: -10px;
  display: block;
}

.genius p:last-of-type {
  margin-bottom: 0;
}

.genius .imgWrap img {
  margin: 50px 0 -5%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  width: auto;
  height: auto;
  max-width: 100%;
}

.genius .imgWrap img:hover {
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

footer {
  padding: 80px 0 40px;
  background: #212121;
  position: relative;
  z-index: 1;
}

footer h6 {
  color: #fff;
  font-weight: 900;
  font-size: 1.125rem;
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
}

footer ul li a {
  display: inline-block;
  color: #AFAFAF;
  padding: 8px 0;
  line-height: 1.2;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

footer ul li a:hover {
  color: #fff;
  text-decoration: none;
  padding-left: 10px;
}

footer .address h6 {
  font-size: 1.5rem;
}

footer .address .comp {
  font-size: 1.125rem;
  color: #AFAFAF;
  line-height: 1.4;
  margin-bottom: 5px;
}

footer .address .comp span {
  color: #F1821E;
  font-weight: 700;
}

footer .address p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}

footer .address p span {
  color: #F1821E;
  text-decoration: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  font-family: 'Poppins', sans-serif;
}

footer .address p small {
  display: block;
  font-size: 0.8125rem;
}

footer .address p.add {
  font-size: 0.9375rem;
  font-family: 'Open Sans', sans-serif;
  color: #AFAFAF;
}

footer .address p.add a {
  color: #AFAFAF;
}

footer .address p.add a:hover {
  color: #F1821E;
}

footer .address .social {
  margin: 0px 0 0 -10px;
  padding-top: 10px;
}

footer .address .social a {
  padding: 10px 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  opacity: .5;
}

footer .address .social a:hover {
  opacity: 1;
}

footer .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .logo {
  text-align: center;
  padding: 70px 0 30px;
}

footer .slogan {
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

footer .slogan span {
  color: #F1821E;
}

footer .copyright {
  font-size: 1rem;
  color: #AFAFAF;
  text-align: center;
  line-height: 1.5;
}

footer .copyright a {
  color: #63D6B5;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

footer .copyright a:hover {
  color: #fff;
  text-decoration: none;
}

footer .company {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 650px;
}

footer .company li a {
  font-size: 1rem;
  line-height: 1.2;
  color: #1A1A1A;
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

footer .company li a:hover {
  color: #F1821E;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .mainBanner h1 {
    font-size: 1.875rem;
  }
  .mainBanner h1.f40 {
    font-size: 1.875rem;
  }
  .features ul li {
    width: 45%;
  }
  .features ul li .img img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .features ul li:first-child {
    width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .mainBanner {
    height: auto;
    min-height: auto;
  }
  .mainBanner .flex {
    height: auto;
    padding: 150px 0 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainBanner .flex .text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mainBanner h1 {
    margin: 0px 0 20px;
    max-width: 100%;
    text-align: center;
  }
  .mainBanner h1 br {
    display: none;
  }
  .mainBanner p {
    margin: 0px 0 20px;
    max-width: 100%;
    text-align: center;
  }
  .mainBanner p .btn {
    margin: 0 auto;
  }
  .mainBanner p small {
    max-width: 100%;
  }
  .mainBanner .graphics {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mainBanner .graphics img {
    margin: 0px 0 30px;
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .features h4 {
    margin-bottom: 15px;
  }
  .features h4 + p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .features .desktopSlider {
    display: none;
  }
  .features .flex {
    margin: 0px;
  }
  .features .mobileSlider {
    width: 100%;
  }
  .features .mobileSlider .title {
    font-size: 1.5rem;
    display: block;
    text-align: center;
    font-weight: 800;
    margin: 15px 0;
    font-family: 'Poppins', sans-serif;
    color: #000;
  }
  .features .mobileSlider .title small {
    margin-top: 10px;
  }
  .features .mobileSlider p {
    display: block;
    line-height: 1.4;
    text-align: center;
  }
  .features .mobileSlider .video video {
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .inspiration .swiper-container .swiper-slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px;
  }
  .inspiration .swiper-container .swiper-slide .desc {
    width: 100%;
  }
  .templates .tempGrid .carousel {
    overflow: visible;
  }
  .ctaDeck h4 {
    font-size: 1.875rem;
  }
  .ctaDeck h4 br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  header .navbar-toggler {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border: 0px;
    margin-right: -7px;
  }
  header .navbar-toggler:hover, header .navbar-toggler:focus {
    outline: 0px;
  }
  header .navbar-toggler span {
    position: absolute;
    width: 24px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    background: none;
    display: block;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
  }
  header .navbar-toggler span:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    margin-top: 0px;
    left: 50%;
    position: absolute;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
  }
  header .navbar-toggler span:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    margin-top: 0px;
    left: 50%;
    position: absolute;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
  }
  header .navbar-toggler.collapsed span {
    background: #000;
  }
  header .navbar-toggler.collapsed span:before {
    margin-top: -8px;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    background: #000;
  }
  header .navbar-toggler.collapsed span:after {
    margin-top: 10px;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    background: #000;
  }
  header #menu {
    position: absolute;
    background: rgba(255, 255, 255, 0.96);
    left: 0px;
    top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    height: 100vh;
    width: 240px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    box-shadow: 3px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 0px 20px rgba(0, 0, 0, 0.1);
  }
  header #menu li {
    width: 100%;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  }
  header #menu li:last-of-type {
    border-bottom: 0px;
    padding: 20px 0 0;
  }
  header #menu li:first-child {
    display: block;
  }
  header #menu li .dropdown-menu {
    position: static;
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    background: none;
    box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    padding: 0 0 10px 20px;
    margin-top: -15px;
  }
  header #menu li .dropdown-menu a {
    color: #fff;
  }
  header #menu li a {
    padding: 20px 0px;
  }
  header #menu li a:hover {
    color: #F1821E;
    text-decoration: none;
  }
  header #menu li a.signup {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
  header #menu li a.signup:hover {
    color: #000;
    text-decoration: underline;
  }
  header #menu li a.dropdown:after {
    display: none;
  }
  header #menu.show {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
  }
  header.scrolled .navbar-toggler.collapsed span {
    background: #000;
  }
  header.scrolled .navbar-toggler.collapsed span:after, header.scrolled .navbar-toggler.collapsed span:before {
    background: #000;
  }
  header.scrolled .navbar-toggler span {
    background: none;
  }
  header.scrolled .navbar-toggler span:after, header.scrolled .navbar-toggler span:before {
    background: #000;
  }
  header.scrolled #menu > li a {
    color: #000;
  }
  header.scrolled #menu > li a.signup {
    color: #fff;
  }
  header.scrolled #menu > li a.signup:hover {
    color: #fff !important;
  }
  .mainBanner p .btn {
    max-width: 100%;
  }
  .features h2 {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
  .features .img {
    margin-right: 0;
  }
  .features ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .features ul:nth-child(even) li:last-child .img {
    margin: 0px;
  }
  .features ul li {
    width: 100% !important;
    padding: 20px 0;
  }
  .features ul li:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .features ul li .desc {
    padding-right: 0px;
  }
  .features ul li .desc h4 {
    text-align: center;
  }
  .features ul li .desc p {
    text-align: center;
  }
  .ctaDeck {
    padding: 50px 0;
  }
  .ctaDeck h4 {
    font-size: 1.875rem;
  }
  .features h4 {
    font-size: 1.875rem;
  }
  .brands .clients {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .brands .clients li {
    padding: 15px;
  }
  footer ul {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  footer .showMore {
    padding: 0 0 30px;
  }
  .templates {
    padding: 100px 0 40px;
  }
  .templates .tempGrid {
    margin: 0;
  }
  .templates .tempGrid .carousel .carousel-item {
    width: 510px;
    height: 286px;
  }
  .inspiration h4 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 579px) {
  .mainBanner {
    padding-top: 150px;
  }
  .creative .videoWrapper {
    margin: 0 30px;
  }
  .templates {
    padding: 100px 0 40px;
  }
  .templates .tempGrid {
    margin: 0;
  }
  .templates .tempGrid .carousel .carousel-item {
    width: 80%;
    height: auto;
  }
  .inspiration .swiper-container .swiper-slide {
    padding: 0px;
  }
  .inspiration .swiper-container .swiper-slide .desc {
    padding: 30px;
  }
  .testimonials .swiper-slide .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .testimonials .swiper-slide .flex .userPic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 30px;
  }
  .testimonials .swiper-slide .flex blockquote {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .testimonials .swiper-slide .flex blockquote p {
    line-height: 1.6;
  }
  .genius h5 {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .creative h3 {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .creative .videoWrapper {
    margin: 0;
  }
  .creative .videoWrapper:before, .creative .videoWrapper:after {
    display: none;
  }
  .creative .videoWrapper button {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
  }
  .creative .videoWrapper button:hover {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
  }
  .templates h3 {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .templates .tempGrid {
    margin: 0;
  }
  .templates .tempGrid .carousel .carousel-item {
    width: 420px;
    height: 236px;
  }
  footer {
    padding: 50px 0 30px;
  }
  footer .slogan {
    font-size: 1.5rem;
  }
  .features h4 {
    font-size: 1.75rem;
  }
}
/*# sourceMappingURL=stylesheet.css.map */
