/* Home Navbar */
.navbar {
  z-index: 999;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 9;
}
.navbar a {
  color:white;
}

.navbar-brand > img {
  height: 60px;
}

.navbar-text {
  padding-bottom: 0.1rem;
  margin-top:15px;
}

#header-mobile {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background: #ee5346;
    z-index: 9999;
    display: none;
}
#header-mobile .top {
    margin-top: 40px;
}
#header-mobile .bottom img {
    max-height: 70px;
}
#header-mobile .navbar-toggler i {
    color: white;
    font-size: 2.2rem;
}
#header-mobile .navbar-toggler {
    position: absolute;
    right: 30px;
    top: 25px;
}
#header-mobile .bottom {
    position: absolute;
    bottom: 40px;
}
#header-mobile .bottom p {
    color: white;
    opacity: .75;
    font-size: 13px;
}
#header-mobile .top .nav-item .nav-link {
    color: white;
    opacity: 1;
    transition: 0.2s ease-in;
    font-size: 24px;
    letter-spacing: 0.02em;
}
#header-mobile .top .navbar-text a {
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.02em;
    transition: 0.2s ease-in;
    color: #ee5346;
}
#header-mobile .top .navbar-text {
    padding: 8px 20px;
    margin-top: 20px;
    background: white;
    color: #6937EA;
    border-radius: 20px;
}


.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}
.navbar-toggler {
    padding: 1rem 1.5rem;
    color: white;
    font-size: 2rem;
    line-height: 1;
    align-self: flex-start;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .25rem;
}

#btn-get-started {
  padding: 8px 20px;
  background: white;
  color: #ee573d;
  border-radius: 20px;
  text-decoration: none;
}

#btn-login-header {
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  font-size: 12px;
}

.hero {
    position: relative;
    padding: 300px 0 120px 0;
    margin-top: -100px;
    transform: skewY(-5deg);
    transform-origin: center;
    background-image: linear-gradient(-152deg,#ff6a00 0%,#ee0979 90%);
}
.hero-image {
  position: absolute;
  margin-left:10%;
  width:85%;
}
@media (max-width: 992px) {
  .hero-image {
    display:none;
  }
}

.orient-skew {
  transform: skewY(5deg);
  transform-origin: center;
}

.money {
  color: gold;
}

.fa-cc-stripe {
  font-size: 30px;
  margin-left: 5px;
  margin-right: 5px;
  height: 32px;
  vertical-align: middle;
}


.headline {
  color:white;
  font-size: 50px;
}
@media (max-width: 992px) {
  .hero {
    padding: 200px 0 120px 0;
  }
}
@media (max-width: 560px) {
  .headline {
      font-size: 2rem;
  }
}

@media (max-width: 480px){
  .call-to-action > a {
      width: 100%;
      margin-top: 20px;
      position: relative;
      border-radius: 35px;
  }
}

.lead {
  color: #ececec;
}
.lead-diff {
  color: #8994c6;
}

.secondary-headline {
  font-size: 30px;
}

.btn-secondary {
  background-color: #1d8cff;
  border: none;
  font-size: 20px;
}


/* Alt navbar */

.alt-navbar {
  background-image: linear-gradient(#ff6a00 0%,#ee0979 90%);
  margin-top: 0px;
  height: 85px;
  position: relative;
}

/* Company Logos Section */
#company-logos {
  margin-top: 60px;
}

.partner > img {
  width: 95%;
  padding: 5%;
}
@media (max-width: 992px) {
  #company-logos .partner > img {
    padding: 0 30% 5% 30%;
    width: 100%;
  }
}

/* Features Section */
#features {
  background-color: #f8faff;
}

.feature {
  box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
}
.feature > img {
  max-width: 100%;
  border-radius: 50%;
  padding-right: 30%;
  padding-left: 30%;
  margin-bottom: 20px;
}

/* Perks */
.perk > div > i {
  font-size: 60px;
}


/* CTA Section */
#cta {
  background-image: linear-gradient(#ff6a00 0%,#ee0979 90%);
}
.trial {
  color:white;
}

/* Footer */
.logo-footer {
  height: 60px;
}

footer a {
  color: black;
}

.footer-menu {
  font-size: 15px;
  font-weight: 500;
}

.copyright {
  color: gray;
  font-size: 14px;
}


@media (max-width: 991px) {
  footer {
      text-align: center;
  }
}

.pricing-headline {
  font-size: 1.75rem; 
  padding-top: 2rem;
}
.pricing-lead {
  font-size: 1.25rem;
    font-weight: 300;
        color: #8994c6;
}
.feature-6 {
  box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
  padding: 10px;
  border-radius: 5%;
}
.feature-6 > i {
  font-size: 70px;
}
.feature-6 > p {
  font-size: 15px;
  color: #8994c6;
}
.feature-6 > p > a {
  color: orange;
}
#pricing {
  background-color: #f8faff;
}
.column-inner {
  box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
}
.professional > h5 {
  color: #2980b9;
}
.agency > h5 {
  color: #8e44ad;
}
.hobby > h5 {
  color: #e67e22
}
.span-permonth {
    font-size: 14px;
}
.column .price {
    font-size: 48px;
    color: #4E5E71;
}
.column .btn {
    padding: 16px 32px;
    background: white;
    color: #377FEA;
    border-radius: 28px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.02em;
}
.hobby .btn {
    transition: 0.2s ease-in;
    border: 2px solid #e67e22;
    color: #e67e22;
}
.agency .btn {
    transition: 0.2s ease-in;
    border: 2px solid #8e44ad;
    color: #8e44ad;
}
.professional .btn {
    transition: 0.2s ease-in;
    border: 2px solid #2980b9;
    color: #2980b9;
}
.column .features-list li {
    padding: 0 0 10px 0;
    color: #677782;
    font-size: 14px;
}


/* Steps CSS */
img.step-pic {
  width: 80%;
}
.middleize {
  display : flex;
  align-items : center;
}
.num-circle {
    border-radius: 50%;
    padding: 10px 20px 10px 20px;
    background: #ff7b74;
    text-align: center;
    font-size: 30px;
    margin-right: 35px;
}

.step-description {
  color: #8a90c8;
  font-size: 24px;
}
@media (max-width: 992px) {
  .text-position-fix {
    text-align:center !important;
  }
  .num-circle {
    margin-right: 10px;
    padding: 5px 15px 5px 15px;
  }
  .step-description {
    width: 70%;
    margin: auto;
  }
}




