@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,700,800|Work+Sans:300,400,500,600,700');

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Raleway', sans-serif;
  color: #202020;
  position: relative;
}

h1 {
  font-size: 68px;
  font-weight: 800;
}

h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 4px;
}
h3 {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 2px;
}
h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
}
h5 {
  font-size: 15px;
  font-weight: 300;
}

a {
  color: #ee5a3f;
}
a:hover {
  color: #ac402c;
  text-decoration: none;
}

p,
ul li {
  font-family: 'Work Sans', sans-serif;
  line-height: 24px;
  font-size: 15px;
  color: #606060;
  font-weight: 300;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#home,
section,
footer {
  position: relative;
  overflow: hidden;
}

.img-center {
  display: block;
  margin: 0 auto;
}

.text-justify {
  text-align: justify;
}

.btn.btn-lg {
  padding: 16px 40px;
}
.btn {
  font-weight: 600;
  padding: 10px 40px;
  letter-spacing: 1px;
  border: none;
}

.btn.post-btn {
  padding: 0;
  color: #202020;
}
.post-btn:hover,
.post-btn:hover i {
  color: #ee5a3f;
}

.btn-primary {
  background-color: #ee5a3f;
  color: #fff;
}

.btn-primary:hover {
  background-color: #202020;
  color: #ee5a3f;
}

.btn-light {
  background-color: #fff;
  color: #202020;
}
.btn-light:hover {
  background-color: #ee5a3f;
  color: #fff;
}

.btn-dark {
  background-color: #202020;
  color: #fff;
}
.btn-dark:hover {
  background-color: #ee5a3f;
  color: #fff;
}

.mgR-20px {
  margin-right: 20px;
}

.t-cap {
  text-transform: uppercase;
}

.fab,
.fas {
  font-size: 18px;
  color: #202020;
  padding: 4px;
}
.fab:hover,
.fas:hover {
  color: #ee5a3f;
}
sub,
sup {
  font-size: 66%;
}

.btn-primary:disabled {
  color: #fff;
  background-color: #555555;
  border-color: #555555;
}

.section-title {
  text-align: center;
  padding-bottom: 90px;
}
.section-title h2 {
  text-transform: uppercase;
}
.section-title p {
  padding-bottom: 8px;
  margin-bottom: 0;
}
.section-title hr {
  display: inline-block;
  top: 4px;
}
.section-title.light p {
  color: #fff;
}
.section-title.light hr {
  border-color: rgba(255, 255, 255, 0.5);
}
.section-title i {
  background-color: transparent;
  padding-left: 11px;
  padding-right: 10px;
  font-size: 24px;
}
hr.left {
  position: relative;
  max-width: 250px;
  width: 100%;
}
hr.right {
  max-width: 250px;
  width: 100%;
  position: relative;
}

section,
.video-review {
  padding-top: 90px;
  padding-bottom: 90px;
}
.read-in-all {
  padding-top: 90px;
}
#overview > .container > .row {
  padding-bottom: 60px;
}

#overview .section-title {
  padding-bottom: 60px;
}

.btn,
a,
i {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
h4 {
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -ms-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}

.navbar {
  padding-top: 40px;
}
.navbar.alt {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #202020;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #ee5a3f;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 12px;
  padding-left: 12px;
  font-size: 15px;
  letter-spacing: 1px;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #ee5a3f;
}

#home {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 1)),
    url(../images/1.png);
  background-color: #202020;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  color: #fff;
  padding-top: 280px;
  padding-bottom: 200px;
}

h1 {
  text-transform: uppercase;
}

#home p {
  font-size: 18px;
  padding-right: 70px;
  color: #fff;
}

.hero-text {
  padding-top: 32px;
}

.statics {
  background-color: #ee5a3f;
  color: #fff;
  padding-top: 44px;
  padding-bottom: 44px;
  text-align: center;
}

.stats-list {
  text-align: center;
  display: inline-flex;
  text-align: left;
}
.stats-list .icon {
  font-size: 54px;
  text-align: center;
  position: relative;
  top: 4px;
}
.stats-list-icon {
  padding-right: 20px;
}

.stats-list h3 {
  text-transform: uppercase;
}

.chapters-list {
  display: flex;
  gap: 1rem;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.chapters-list img {
  width: 100%;
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}

.chapters-list h4 {
  text-transform: uppercase;
}

.chapters-list:hover h4 {
  color: #ee5a3f;
}

.video-review {
  background-color: #f9f9f9;
}

.compatibility-text {
  padding-top: 50px;
}
.compatibility-text .btn {
  margin-top: 6px;
}

#feedback {
  background-color: #f9f9f9;
}

#feedback {
  padding-bottom: 50px;
}

.reviews-lists {
  padding-top: 20px;
}

.review-list {
  padding: 36px 20px 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
.review-list p {
  margin-top: 30px;
}
.review-list img {
  top: -40px;
  position: absolute;
  border: 2px solid #fff;
}

#author h4 {
  text-transform: uppercase;
}

.author-details {
  text-align: center;
}

.author-picture {
  border: 1px solid #c1c1c1;
}

.autor-signature {
  max-width: 270px;
  width: 100%;
}

.author-name {
  padding-top: 20px;
  padding-bottom: 20px;
}

.author-social-icons a i {
  border: 1px solid #c1c1c1;
  padding: 8px 10px 10px;
  vertical-align: middle;
}

.autor-signature {
  margin-top: 40px;
}

.post-date {
  color: #a0a0a0;
  font-size: 18px;
}

.post-content h4 {
  text-transform: uppercase;
}

.post-content {
  padding-top: 20px;
}

.simple-banner {
  background-color: #ee5a3f;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 48px;
  color: #fff;
}

.simple-banner h3 {
  font-weight: 600;
}

.sb-title {
  vertical-align: middle;
  padding-top: 16px;
}

.simple-banner .btn-light:hover {
  background-color: #202020;
}

#contact form {
  text-align: center;
}
.form-control-lg {
  font-size: 16px;
  border-radius: 10px;
  border-color: #606060;
}

.has-error .form-control-lg {
  border-color: #a94442;
}
.has-success .form-control-lg {
  border-color: #3c763d;
}

.has-feedback {
  position: relative;
}

.form-control-feedback {
  position: absolute;
  top: 3px;
  right: 7px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.has-success .form-control-feedback {
  color: #3c763d;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-error .help-block {
  color: #a94442;
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  padding-right: 20px;
}

.form-group {
  text-align: left;
}
.form-group.has-error {
  margin-bottom: 6px;
}

.form-message .form-msg {
  padding: 16px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media only screen and (max-width: 991px) {
  .navbar-nav {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 15px;
    padding-top: 15px;
  }
  #home {
    padding-top: 200px;
    padding-bottom: 90px;
    text-align: center;
  }
  h1 {
    font-size: 58px;
  }
  .book-mockup {
    margin-top: 40px;
  }
  .hero-text .mt-3,
  .my-3 {
    margin-top: 0 !important;
  }
  #home p {
    padding-right: 0;
  }
  section,
  .video-review {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #pricing .section-title {
    padding-bottom: 70px;
  }
  .compatibility-text {
    padding-top: 50px;
  }
  .pricing-table.big {
    margin-top: 15px;
  }
  hr.right,
  hr.left {
    max-width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 52px;
  }
  .hero-text {
    padding-top: 0;
  }
  .statics {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .stats-list {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .chapters-list {
    padding-right: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .pricing-table h4,
  .pricing-table.big h4 {
    padding-top: 34px;
    padding-bottom: 30px;
  }
  .pricing-table .price,
  .pricing-table.big .price {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 38px;
  }
  .pricing-table li {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .blog-post {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 42px;
  }
  h3 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  h2 {
    font-size: 26px;
    letter-spacing: 1px;
  }
  hr.right,
  hr.left {
    max-width: 100px;
  }
  .section-title {
    padding-bottom: 70px;
  }
  .read-in-all {
    padding-top: 70px;
  }
  section,
  .video-review {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #feedback {
    padding-bottom: 30px;
  }
}
