/*Regular version*/

@font-face {
  font-family: "DroidSerif";
  src: url('../fonts/DroidSerif-Regular.ttf');
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Droid Serif", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
}

/* General */
/**
Fixing bootstrap columns for safari
 */
.row:before, .row:after{
 display: inline-block !important;
}

.btn, .btn:link, .btn:visited {
  text-decoration: none;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #D589AD;
  color: rgb(255, 255, 255);
  font-family: 'Raleway', sans-serif;
  outline: none;
  margin-top: 10px;
}

.btn:hover {
  opacity: .9;
  background-color: rgba(213, 137, 173, 0.9);
}

.btn-dark.focus, .btn-dark:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.focus, .btn:focus, .navbar-toggler:focus, .navbar-toggler:hover {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem transparent;
  box-shadow: 0 0 0 0.2rem transparent;
}

.margin-btm-0 {
  margin-bottom: 0;
}

hr {
  width: 250px;
  margin: 0 auto;
  border: 1px solid #D589AD;
}

.section-title {
  font-size: 4.5rem;
  margin-bottom: 1rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  text-transform: capitalize;
}

p.sub-heading {
  font-size: 28px;
}

section {
  padding: 100px 15px;
}

/** Navigation **/

nav {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(173, 173, 173, .2);
  box-shadow: 2px 2px 5px 0px rgba(173, 173, 173, .2);
}

.navbar-fixed-top {
  border-width: 0 0 1px;
  margin-bottom: 0;
}

a {
  color: #000;
}

/* header */

#customNav {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px 15px;
}

.header {
  background-color: #171717;
  position: fixed;
  width: 100%;
  z-index: 3;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: transparent;
}

.header li a {
  display: block;
  padding: 0 20px;
  text-decoration: none;
  color: #b9b9b9;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header li a:hover, .header .menu-btn:hover {
  background-color: transparent;
  color: #fff;
  opacity: .9;
}

.header .logo {
  display: block;
  float: left;
  font-size: 30px;
  padding: 14px 20px 0 0;
  text-decoration: none;
}

.header .logo img {
  height: 70px;
}

/* Menu */

.header .menu {
  clear: both;
  max-height: 0;
  -webkit-transition: max-height .2s ease-out;
  -o-transition: max-height .2s ease-out;
  transition: max-height .2s ease-out;
}

/* Menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 35px 25px 35px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
  margin-top: 8px;
}

.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  -webkit-transition: background .2s ease-out;
  -o-transition: background .2s ease-out;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before, .header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked~.menu {
  max-height: 100%;
}

.header .menu-btn:checked~.menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before, .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* Hamburger Icon*/

@media (min-width: 768px) {
  .header li {
    float: left;
    line-height: 90px;
  }
  .header li a {
    /* padding: 26px 21px; */
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}

.btn-links {
  margin-top: 25px;
}

.buy {
  background-color: #D589AD;
  color: #fff !important;
}

.header .buy:hover {
  background-color: rgba(213, 137, 173, 0.9);
  color: #fff;
}

.purchase {
  background-color: #D589AD;
  color: #fff !important;
}

strike {
  color: #000;
}

/* Hero */

#hero {
  height: auto;
  background-color: rgb(243, 243, 243);
  padding: 160px 15px 80px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../img/banner.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  background-size: cover;
}

#hero .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: #fff;
}

#hero h1 {
  margin-bottom: 12px;
  margin-top: 15px;
  text-transform: uppercase;
}

#hero h2 {
  font-size: 30px;
  color: rgb(213, 137, 173);
  font-family: 'Raleway', sans-serif;
  padding: 10px 0;
  margin: 0 0 20px 0;
  font-weight: 900;
}

#hero img {
  height: 440px;
}

.hero-img {
  text-align: right;
}

/* About the book */

#about-the-book .section-title {
  text-transform: capitalize;
}

#about-the-book img {
  height: 320px;
}

#about-the-book .paragraph {
  margin-top: 30px;
  color: #555555;
}

#about-the-book strong {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
}

#about-the-book strong.title span {
  color: #3D6481;
}

#about-the-book .box {
  background-color: #101e28;
  margin-bottom: 20px;
  -webkit-transition: all.3s ease;
  -o-transition: all.3s ease;
  transition: all.3s ease;
  width: auto;
  padding: 20px;
}

#about-the-book .box:hover {
  background-color: #D589AD;
}

#about-the-book .box img {
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto;
}

.good-for {
  padding-top: 50px;
}

.good-for h4 {
  margin-bottom: 30px;
}

.good-for h5 {
  font-size: 24px;
  text-align: center;
}

/* Testimonial */

#testimonials {
  background-color: #fff;
  color: #fff;
}

#testimonials h3.section-title {
  margin-bottom: 40px;
  color: #000;
}

#testimonials .carousel-inner {
  height: auto;
}

#carouselExampleIndicators {
  color: #555555;
}

#testimonials .carousel-item {
  padding-bottom: 5%;
}

#testimonials .quote {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 40px;
}

#testimonials .carousel-item .quoter strong {
  font-size: 22px;
  color: #D589AD;
}

#testimonials .carousel-item .quoter span {
  font-size: 16px;
  font-weight: 700;
}

#testimonials .carousel-indicators li.active {
  background-color: #D589AD;
}

#testimonials .carousel-indicators li {
  height: 8px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .3);
}

#testimonials .carousel-indicators {
  z-index: 2;
}

/* Pricing */

#purchase {
  background-color: #f5f5f5;
}

#purchase .section-heading {
  margin-bottom: 0;
}

/* #purchase .pricing-img {
  padding: 30px 15px;
} */
#purchase .pricing-img {
    padding: 0 15px;
}

#purchase .pricing-title {
  padding-bottom: 20px;
}

#purchase .pricing-title h2 {
  color: #b6b6b6;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}

/* #purchase .pricing-img img {

  height: 350px;

} */

#purchase .s-cover {
  height: 450px;
}

#purchase .h-cover {
  height: 400px;
}

#purchase .price, #purchase ul {
  margin-bottom: 0;
}

#purchase .price {
  font-size: 60px;
  font-weight: 100;
}

#purchase ul {
  list-style: none;
  padding: 0;
}

#purchase ul li {
  margin-bottom: 10px;
  font-size: 18px;
}

#purchase .bottom {
  padding: 0 30px;
}

#purchase i.fa.fa-check {
  color: #d4d9de;
  font-size: 25px;
}

/* About */

#about {
  background-color: #101e28;
  color: #fff;
}

#about .section-title {
  margin-bottom: 5px;
}

#about .head-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
}

#about .img-content {
  padding-top: 50px;
}

#about .head-title span {
  color: #3D6481;
  display: block;
  font-family: 'Raleway', sans-serif;
}

#hero h2, #about .head-title {
  margin-bottom: 20px;
}

#divider {
  text-align: center;
  padding: 50px 15px;
  background-color: #D589AD;
}

#divider .section-title {
  color: #fff;
}

#divider .btn {
  background-color: #101e28;
}

footer {
  background-color: #171717;
  padding: 30px 0;
}

footer strong {
  color: #fff;
}

footer .copyright {
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
}

footer .copyright p {
  margin-bottom: 0;
  color: #fff;
}

footer img {
  height: 8px;
}

footer .image {
  width: 200px;
  margin: 0 auto;
  padding-top: 10px;
}

/* Media Queries */

@media (min-width: 1800px) {}

@media (max-width:1200px) {
  #customNav {
    max-width: 991px;
  }
  #hero img {
    height: 348px;
    margin-top: 35px;
  }
  #hero .section-title {
    font-size: 4.5rem;
  }
  #hero h2 {
    font-size: 25px;
  }
}



@media (min-width: 992px) and (max-width: 1199px) {}

@media (max-width: 1199px) {
  #about-the-book img {
      height: 394px;
  }
}

@media (min-width: 992px) {
  #hero .desktop-hide, #about-the-book .desktop-hide {
    display: none;
  }
  #about .desktop-hide {
    display: none;
  }
}

@media (max-width: 991px) {
  #customNav {
    max-width: 768px;
    padding: 0 15px 10px;
  }
  .header li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
  }
  .header li {
    line-height: 64px;
  }
  .header .logo img {
    height: 62px;
  }
  #hero {
    text-align: center;
    padding: 12rem 1.5rem 7rem;
  }
  .section-title {
    font-size: 3.5rem;
  }
  #hero img {
    height: 30rem;
  }
  .hero-img {
    text-align: center;
  }
  #hero .mobile-hide, #about-the-book .mobile-hide {
    display: none;
  }
  #about-the-book {
    text-align: center;
  }
  #about-the-book img {
    margin: 50px 0 0;
  }
  .good-for {
    padding-top: 0;
  }
  .good-for h5 {
    font-size: 18px;
  }
  #testimonials .quote {
    font-size: 25px;
  }
  #purchase .pricing1 {
    margin-bottom: 70px;
  }
  .pricing1 .margin-70 {
    margin-bottom: 70px;
  }
  #about {
    text-align: center;
  }
  #about img {
    height: 300px;
    margin-top: 40px;
  }
  #about .img-content {
    padding-top: 0;
  }
  #about .mobile-hide {
    display: none;
  }
  #purchase .btn, #purchase .btn:link, #purchase .btn:visited {
    /* width: 100%; */
  }
  #purchase .pricing1 {
    margin-bottom: 0;
}
}

@media (max-width: 768px) {
  .header .logo img {
    height: 50px;
  }
  .header .logo {
    padding: 21px 20px 0 0;
  }
  section {
    padding: 80px 15px 60px;
  }
  #about-the-book img {
    margin: 50px 0 0;
  }
  #purchase .top {
    padding: 0 !important;
  }
  #purchase .pricing-img {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .header .logo {
    padding-left: 15px;
  }
  #customNav {
    padding: 0 0 5px 0;
  }
  .header .menu-icon {
    padding-right: 30px;
  }
  ul.navbar-nav.ml-auto {
    padding-bottom: 20px;
  }
  .good-for h5 {
    font-size: 25px;
    margin-bottom: 40px;
  }

  #purchase .price {
    font-size: 40px;
    line-height: 30px;
  }

  #purchase .pricing-title h2 {
    margin-bottom: 15px;
}
#purchase .currency {
  font-size: 20px!important;
}
}

@media (max-width: 600px) {
  .btn, .btn:link, .btn:visited {
    width: 100%;
    font-size: 16px;
  }
  .fa-shopping-cart {
    display: none;
  }
  #about img {
    height: 400px;
  }
}

@media (max-width:600px) {
  .section-title {
    font-size: 3rem;
  }
  #purchase h2 {
    font-size: 28px !important;
  }

#purchase .currency {
  font-size: 18px!important;
}
}

@media (max-width:520px) {
  #hero .section-title {
    font-size: 3.5rem;
  }
  #hero h2 {
    font-size: 20px;
  }
  .header .logo {
    font-size: 27px;
    padding-top: 17px;
    padding-left: 15px;
  }
  .header li {
    line-height: 40px;
  }
  #testimonials .quote {
    font-size: 20px;
  }
  #testimonials .carousel-indicators {
    display: none;
  }
  #purchase .pricing-img img {
    height: 300px;
  }
  /* span.currency {
    display: none;
  } */
  #purchase ul li {
    margin-bottom: 8px;
  }
  #about img {
    height: 200px;
  }
  #purchase .price {
    font-size: 30px;
    line-height: 20px;
}
#purchase .currency {
    font-size: 15px!important;
}
#about-the-book img {
  display: none;
}
}

@media (max-width:350px) {
  strike {
    display: block;
  }
}

@media (max-width:350px) {
  .header .logo img {
    height: 60px;
  }
  #hero .section-title {
    font-size: 3rem;
  }
}
