html {
  position: relative;
  min-height: 95%;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

body {
  font-family: "Lato", "Open San", sans-serif;
  text-rendering: optimizeLegibility;
}
body.blog {
  background: #f3f3f3;
}
body.blog > nav {
  max-width: 960px;
  margin: 16px auto;
}
body.blog > section {
  max-width: 960px;
  margin: 0 auto;
}
body.blog > section div.container.blog {
  background: white;
  padding: 32px;
}
body.blog > section div.container.blog a.back-button {
  margin-bottom: 20px;
  display: block;
}
body.blog .screen {
  border: 1px solid #e0e0e0;
  margin: 10px;
  padding: 10px;
  margin-left: 0;
  max-width: 100%;
}
body .main-content { /* adopted from jekyll cayman theme */
  word-wrap: break-word;
}
body .main-content :first-child {
  margin-top: 0;
}
body .main-content kbd {
  background-color: #fafbfc;
  border: 1px solid #c6cbd1;
  border-bottom-color: #959da5;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #959da5;
  color: #444d56;
  display: inline-block;
  font-size: 11px;
  line-height: 10px;
  padding: 3px 5px;
  vertical-align: middle;
}
body .main-content img {
  max-width: 100%;
}
body .main-content h1,
body .main-content h2,
body .main-content h3,
body .main-content h4,
body .main-content h5,
body .main-content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: normal;
  color: #31A217;
}
body .main-content h1 {
  font-size: 32px;
}
body .main-content h2 {
  font-size: 26px;
}
body .main-content h3 {
  font-size: 20px;
}
body .main-content h4 {
  font-size: 16px;
}
body .main-content p {
  margin-bottom: 1em;
}
body .main-content code {
  padding: 2px 4px;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 0.9rem;
  color: #131618;
  background-color: #f3f3f3;
  border-radius: 0.3rem;
}
body .main-content pre {
  padding: 0.8rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font: 1rem Consolas, "Liberation Mono", Menlo, Courier, monospace;
  color: #131618;
  word-wrap: normal;
  background-color: #f3f3f3;
  border: solid 1px #afafaf;
  border-radius: 0.3rem;
}
body .main-content pre > code {
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  color: #131618;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}
body .main-content .highlight {
  margin-bottom: 1rem;
}
body .main-content .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}
body .main-content .highlight pre,
body .main-content pre {
  padding: 0.8rem;
  overflow: auto;
  font-size: 0.9rem;
  line-height: 1.45;
  border-radius: 0.3rem;
  -webkit-overflow-scrolling: touch;
}
body .main-content pre code,
body .main-content pre tt {
  display: inline;
  max-width: initial;
  padding: 0;
  margin: 0;
  overflow: initial;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}
body .main-content pre code:before, body .main-content pre code:after,
body .main-content pre tt:before,
body .main-content pre tt:after {
  content: normal;
}
body .main-content ul,
body .main-content ol {
  margin-top: 0;
}
body .main-content blockquote {
  font-style: italic;
  border-left: 4px solid #afafaf;
  padding-left: 18px;
  margin-left: 0;
  color: #777;
}
body .main-content blockquote > :first-child {
  margin-top: 0;
}
body .main-content blockquote > :last-child {
  margin-bottom: 0;
}
body .main-content table {
  display: block;
  width: 100%;
  overflow: auto;
  word-break: normal;
  word-break: keep-all;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 18px;
}
body .main-content table th {
  font-weight: bold;
}
body .main-content table th,
body .main-content table td {
  padding: 0.5rem 1rem;
  border: 1px solid #e0e0e0;
}
body .main-content dl {
  padding: 0;
}
body .main-content dl dt {
  padding: 0;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: bold;
}
body .main-content dl dd {
  padding: 0;
  margin-bottom: 1rem;
}
body .main-content hr {
  height: 2px;
  padding: 0;
  margin: 1rem 0;
  background-color: #afafaf;
  border: 0;
}
body .green-label-cta {
  padding: 6px 12px;
  color: #ffffff;
  background-color: #31A217;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s;
}
body .green-label-cta:hover {
  transform: scale(1.025);
}

a.hover_opacity_07:hover {
  opacity: 0.7 !important;
}

.navbar #flowcrypt-logo {
  max-width: 200px;
  height: auto;
}
.navbar .navbar-collapse {
  justify-content: flex-end;
}
.navbar .navbar-toggler {
  font-size: 15px;
  padding: 2.5px 5px;
  cursor: pointer;
  margin-top: 10px;
}
.navbar li.nav-item {
  display: inline-block;
  text-align: right;
  white-space: nowrap;
}
.navbar li.nav-item a {
  color: #0A9FD3;
  padding: 10px 25px;
  font-weight: 400;
  text-decoration: underline;
  opacity: 0.85;
  cursor: pointer;
}
.navbar li.nav-item a:hover {
  opacity: 1;
}

.blog.container .post {
  margin-bottom: 40px;
}
.blog.container .date {
  color: #afafaf;
  display: inline-block;
  padding-left: 20px;
}

#hero {
  padding: 120px 50px;
  width: 100%;
  position: relative;
  transition: 0.5s;
}
#hero .hero-content a,
#hero .hero-content h1 {
  animation: fadeInLeftHero 0.3s;
}
#hero .hero-content .all_downloads {
  color: #0A9FD3;
  display: block;
  padding-left: 60px;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
  text-decoration: underline;
}
#hero .hero-content .all_downloads:before, #hero .hero-content .all_downloads:after {
  position: absolute;
  content: "";
}
#hero .hero-content .all_downloads:before {
  background: url("/assets/imgs/svgs/plus-icon.svg");
  background-repeat: no-repeat;
  color: inherit;
  left: 33px;
  top: 2px;
  height: 25px;
  width: 25px;
}
#hero .hero-content .all_downloads:after {
  left: 0;
  color: #4F4F4F;
  content: "OR";
  height: 25px;
  opacity: 0.75;
  width: 25px;
}
#hero .hero-content .all_downloads:hover {
  color: #0A9FD3;
}
#hero h1 {
  font-size: 62px;
  color: #4F4F4F;
  text-transform: uppercase;
  max-width: 400px;
  line-height: 0.8;
  margin-bottom: 20px;
  font-family: "Myriad Arabic", sans-serif;
  font-weight: 500;
}
#hero h1 span {
  font-weight: 800;
}
#hero .main-cta-btn {
  background: linear-gradient(-174deg, #48D727 0%, #31A217 100%);
  display: inline-block;
  padding: 10px 30px;
  color: white;
  font-size: 25px;
  letter-spacing: 1.1px;
  margin-bottom: 15px;
  border-radius: 2px;
  font-weight: 600;
  text-transform: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  text-decoration: none;
  justify-content: center;
}
#hero .main-cta-btn:hover {
  transform: scale(1.025);
}
#hero .hero-img {
  margin-top: -25px;
  animation: heroAnimation 0.25s;
  animation-fill-mode: forwards;
  width: 240px;
  margin-left: 90px;
}
#hero .hero-bk {
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 0;
  right: 0;
  z-index: -30;
  transition: 0.5s;
  width: 100%;
}

#value-props {
  height: auto;
  width: 100%;
  background: url("/assets/imgs/svgs/background-green.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 70px 0 230px;
}
#value-props h1 {
  color: white;
  display: block;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 0.8px;
  font-size: 35px;
  max-width: 95%;
  padding: 40px 0;
  margin: 0 auto;
  text-transform: uppercase;
}
#value-props .content-row {
  text-align: center;
  margin: 0 auto;
}
#value-props .content-row img {
  border-radius: 20px;
  display: inline-block;
  height: 100%;
  margin: 10px auto;
  width: 45%;
}
#value-props .value-prop__img {
  background: #fff;
  display: block;
}
#value-props .browser-window {
  position: relative;
  height: inherit;
  display: block;
  width: 500px;
  margin: 50px auto 0;
  height: 340px;
}
#value-props .browser-window::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
  width: inherit;
  height: auto;
  background: url("/assets/imgs/svgs/browser-window.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
#value-props .browser-window .demo-gif {
  left: 0;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  overflow: hidden;
  z-index: 9000;
}
#value-props h2 {
  color: #0A9FD3;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 7px;
  font-size: 22px;
  letter-spacing: 0.5px;
  opacity: 0.75;
}
#value-props span {
  display: block;
  width: 200px;
  font-weight: 300;
  font-size: 13px;
  opacity: 0.7;
  margin: 0 auto !important;
  text-align: center;
}

#value-props-carousel {
  overflow: hidden;
  height: 800px;
  width: 100%;
  display: block;
  position: relative;
}

.carousel.slider {
  background: rgba(0, 0, 0, 0.3);
  right: 0;
  top: 0;
  height: 300px;
}

#ratings {
  background: white;
  border: 1px solid #f0f0f0;
  border-radius: 15px;
  box-shadow: 0 1px 2px #f0f0f0;
  margin: 0 auto;
  max-width: 1050px;
  padding: 25px 0 40px 0;
  position: relative;
  top: -130px;
  transition: 0.5s;
}
#ratings:before {
  background: url("/assets/imgs/svgs/flowcrypt-circle.svg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  content: "";
  width: 75px;
  height: 75px;
  z-index: 10;
  border-radius: 120px;
  margin: 0 auto;
}
#ratings h1 {
  font-size: 120px;
  width: 120px;
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-family: "Myriad Arabic", sans-serif;
  letter-spacing: -0.69px;
  line-height: 0.75;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
#ratings h1 .plus-span {
  font-size: 60px;
}
#ratings h1 .k-span {
  font-size: 50px;
}
#ratings p {
  font-family: "Myriad Arabic", sans-serif;
  max-width: 220px;
  font-weight: 500;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  opacity: 0.7;
}
#ratings .ratings-star {
  position: absolute;
  width: 27px;
  height: auto;
}
#ratings .separator {
  width: 30px;
  height: 3px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.15);
  margin: 12px auto 0;
}

#testimonial {
  padding: 0 0 50px;
  margin-top: -100px;
}
#testimonial .testimonial-card {
  margin: 0 auto;
}
#testimonial .testimonial-card .item {
  margin: 0 auto !important;
  text-align: center;
  padding: 60px 0 20px;
  font-weight: 300;
}
#testimonial .testimonial-card .item h6 {
  font-size: 25px;
  font-weight: 500;
}
#testimonial .testimonial-card .item h6::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 40px;
  right: 0;
  top: 5px;
  background: url("/assets/imgs/svgs/stars.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#testimonial .testimonial-card .item .testimonial-img {
  border-radius: 120px;
  width: 100px;
  border: 1px solid #ccc;
  height: auto;
}
#testimonial .testimonial-card .item .separator {
  height: 1px;
  width: 100%;
  background: #ccc;
  margin: 10px 0;
  opacity: 0.125;
}
#testimonial .testimonial-card .left-content {
  text-align: right;
}
#testimonial .testimonial-card .right-content {
  text-align: left;
  width: 500px;
  min-height: 150px;
}
#testimonial #carousel-controls-container {
  position: relative;
  height: 40px;
  width: 200px;
  margin: 0 auto;
}
#testimonial #carousel-controls-container .testimonial-img {
  transition: 1s;
  width: 30px;
  height: 30px;
  border-radius: 120px;
  border: 1px solid #cecece;
  margin: 10px 5px;
}
#testimonial #carousel-controls-container .carousel-indicators {
  top: -10px;
  cursor: pointer;
}
#testimonial #carousel-controls-container .carousel-indicators .active {
  background: transparent;
}
#testimonial #carousel-controls-container .carousel-indicators .active img {
  border-color: green;
  border: 1px solid #31A217;
  box-shadow: 0 0.5px 0 #afafaf;
  transform: scale(1.2) translateY(-10px);
}
#testimonial .carousel-inner {
  margin: 0 auto !important;
}

#carousel-controls-container a {
  display: block;
}

#footer {
  background: rgb(0, 0, 0);
  padding-top: 25px;
  padding-bottom: 40px;
  color: white;
  position: relative;
  overflow: hidden;
  display: flex;
}
#footer h2 {
  text-align: center;
  margin-top: 50px;
  line-height: 1.7;
  margin-bottom: 35px;
  letter-spacing: 1px;
  font-weight: 400;
  width: 100%;
}
#footer a {
  background: red;
}
#footer .main-cta-btn {
  background: linear-gradient(-174deg, #48D727 0%, #31A217 100%);
  display: block;
  padding: 10px 30px;
  color: white;
  font-size: 22px;
  letter-spacing: 1px;
  border-radius: 2px;
  font-weight: 600;
  margin: 10px auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: 0.5s;
}
#footer .main-cta-btn:hover {
  transform: scale(1.025);
}

.footer-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
}

#footer-links {
  position: relative;
  background: black;
  font-size: 14px;
  text-align: center;
}
#footer-links :first-child {
  display: inline-block;
  padding-bottom: 14px;
}
#footer-links a {
  color: #ffffff;
  font-weight: 400;
  opacity: 0.9;
  display: inline-block;
  padding: 10px 25px;
}
#footer-links a:hover {
  opacity: 1;
}
#footer-links .footer__social-media {
  position: relative;
  margin-left: 20px;
}
#footer-links .footer__social-media a {
  width: 40px;
  margin: 0 auto;
  text-align: center;
  padding: 5px 10px;
}
#footer-links .footer__social-media a:hover img {
  opacity: 1;
}
#footer-links .footer__social-media img {
  transform: scale(0.7);
  opacity: 0.7;
  transition: 0.5s;
  text-align: center;
}

.hide_until_loaded {
  display: none;
}

@media (max-width: 1200px) {
  #ratings {
    width: 880px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse .navbar-text {
    width: 100%;
  }
  .navbar-collapse li {
    display: block !important;
    text-align: center;
    margin: 20px auto !important;
    width: 100% !important;
  }
  .navbar-collapse li a {
    width: 100%;
    padding: 5px 20px;
    text-align: center;
    margin: 0 auto !important;
    display: block !important;
    font-size: 22px;
  }
  #hero h1 {
    min-width: 100%;
  }
  #ratings {
    max-width: 652px;
  }
  .hero-bk {
    width: 900px;
    top: 40%;
    padding: 20px 0;
  }
}
@media (max-width: 799px) {
  #hero {
    text-align: center;
    position: relative;
    padding-top: 120px;
    padding-bottom: 20px;
    margin: 30px auto 0;
  }
  #hero .hero-img {
    top: 0;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    animation: fadeInUp 0.35s;
    width: 130px;
  }
  #hero .main-cta-btn {
    margin-bottom: 15px;
    margin-top: 15px;
    letter-spacing: 0.5px !important;
  }
  #hero .all_downloads {
    padding-right: 0;
    padding-left: 0;
    width: 220px;
  }
  #hero .all_downloads:before {
    left: 45px !important;
  }
  #hero .all_downloads:after {
    left: 10px !important;
  }
  #hero h1 {
    min-width: 80%;
    margin: 30px auto 10px;
    text-align: center;
  }
  #value-props {
    padding-bottom: 0;
  }
  #value-props h1 {
    font-size: 6vw;
  }
  #value-props .content-row img {
    margin: 30px 0;
    width: 100%;
    height: 100%;
  }
  #ratings {
    margin-top: 0;
    padding: 30px 0;
    top: 20px;
  }
  #ratings:before {
    display: none;
  }
  #ratings h1 {
    font-size: 15vw;
  }
  #ratings p {
    font-size: 4.5vw;
    margin-bottom: 20px;
  }
  .left-tabs {
    padding-left: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .left-tabs .props-carousel-btn {
    margin: 0 auto !important;
  }
  .right-cpu {
    display: none;
  }
  h1 {
    font-size: 6.5vw;
  }
  h2 {
    font-size: 4vw;
  }
  #testimonial {
    margin-top: 0;
  }
  #testimonial .testimonial-card {
    max-width: 420px;
  }
  #testimonial .testimonial-card .item {
    padding-bottom: 30px;
  }
  #testimonial .testimonial-card .item img {
    width: 70px !important;
  }
  #testimonial .testimonial-card .item .left-content {
    text-align: center;
  }
  #testimonial .testimonial-card .item .right-content {
    text-align: center;
    width: 85%;
    margin: 0 auto;
  }
  #testimonial .testimonial-card .item h6 {
    margin: 15px auto;
  }
  #testimonial .testimonial-card .item h6:before {
    display: none;
  }
  #footer {
    padding-bottom: 40px;
  }
  #footer h2 {
    width: 80%;
    padding-top: 50px;
    padding-bottom: 30px;
    margin: 0 auto;
  }
  #footer-links {
    display: flex;
    font-weight: 300;
  }
  #footer-links .row {
    justify-content: center;
  }
  #footer-links span {
    display: block;
    position: relative;
    width: 100%;
    margin: 15px auto;
    text-align: center;
  }
}
@media (max-width: 544px) {
  .navbar #flowcrypt-logo {
    max-width: 160px;
  }
  #hero h1 {
    min-width: 80%;
    font-size: 50px;
  }
  #hero .main-cta-btn {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  #hero .hero-bk {
    top: 350px;
    bottom: 0;
  }
  #hero .all_downloads {
    padding-right: 0;
  }
  #ratings {
    width: 95%;
    margin: 0 auto;
  }
}
a.anchorjs-link {
  color: #31A217 !important;
}

a.tip { /* local page anchors */
  border-bottom: 1px dashed;
  color: black;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
a.tip + span.tip {
  display: none;
}
a.tip:hover + span.tip {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px;
  border-radius: 4px;
  max-width: 500px;
  margin: 0 auto;
}

ul#markdown-toc { /* kramdown/jekyll table of contents */
  list-style: none;
  border-left: 1px solid #e0e0e0;
  padding-left: 18px;
}
ul#markdown-toc ul {
  list-style: none;
  padding-left: 18px;
}

.callout {
  width: 45%;
  float: right;
  border: 0.01em #eaeaea solid;
  margin: 5px 12px;
  padding: 8px;
  padding-top: 12px;
  background-color: #fbfbfb;
}

a.google_log_in_link {
  background-image: url("/assets/imgs/google/google-signin.png");
  background-size: contain;
  background-color: transparent;
  height: 55px;
  width: 220px !important;
}

a.google_log_in_link:active,
a.google_log_in_link:focus {
  background-image: url("/assets/imgs/google/google-signin-pressed.png");
}

button.cta-button {
  background: linear-gradient(-174deg, #48D727 0%, #31A217 100%);
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  letter-spacing: normal;
  padding: 12px 0;
  width: 210px;
  transition: 0.3s;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
button.cta-button:hover {
  transform: scale(1.04);
}

.input-container-gray input {
  height: 46px;
  margin-top: 0;
  margin-left: 5px;
  width: 100%;
  text-indent: 5px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.navbar-nav {
  text-align: center;
}

@media (max-width: 992px) {
  .navbar-nav {
    margin-top: 8px;
    background: #fafafa;
    border-right: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    border-radius: 3px;
  }
  .nav-link {
    border-top: 1px solid #c6c6c6;
  }
}
