/*

TemplateMo 588 ebook landing

https://templatemo.com/tm-588-ebook-landing

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color2:                  #ffffff;
  --primary-color2:                #E76F51;
  --secondary-color2:              #E9C46A;
  /* --section-bg-color:             #f0f8ff; */
 /* --section-bg-color2:             #f5eee9;*/ 
 --section-bg-color2:             rgb(226, 186, 170);
 
  --custom-btn-bg-color2:          #F4A261;
  --custom-btn-bg-hover-color2:    #e78151;
  --dark-color2:                   #000000;
  /* --p-color:                      #717275; */
  --p-color2:                     black; 
  --link-hover-color2:             #E76F51;

 /* --body-font-family:             'Unbounded', sans-serif; */

  /*--h1-font-size2:                 42px;
  --h2-font-size2:                 36px;
  --h3-font-size2:                 28px;
  --h4-font-size2:                 24px;
  --h5-font-size2:                 22px;
  --h6-font-size2:                 20px;
  --p-font-size2:                  16px; */
  --menu-font-size2:               12px;
  --btn-font-size2:                14px;
  --copyright-font-size2:          14px;

  --border-radius-large2:          100px;
  --border-radius-medium2:         20px;
  --border-radius-small2:          10px;

  --font-weight-light2:            300;
  --font-weight-normal2:           400;
  --font-weight-semibold2:         600;
  --font-weight-bold2:             700;
}

/*
body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
}*/


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/
/*
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-semibold);
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--font-weight-bold);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  color: var(--secondary-color);
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}
*/

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

::selection {
  background-color: var(--secondary-color2);
  color: var(--white-color2);
}


/*---------------------------------------
  AVATAR IMAGE               
-----------------------------------------*/
.avatar-image {
  /*border: 4px solid var(--white-color); */
  border: 4px solid var(--primary-color2);
  border-radius: 100px;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.avatar-image-left {
  position: relative;
  left: -10px;
}

.avatar-image-left + .avatar-image-left {
  left: -20px;
}

.avatar-image-left + .avatar-image-left + .avatar-image-left {
  left: -30px;
}

.avatar-image-left + .avatar-image-left + .avatar-image-left + .avatar-image-left {
  left: -40px;
}

.avatar-group,
.reviews-group {
  position: relative;
  z-index: 22;
}

.reviews-group {
  display: inline-block;
  vertical-align: top;
}

.reviews-group strong {
  font-size: var(--h3-font-size2);
  margin-right: 10px;
}


/*---------------------------------------
  FEATURED              
-----------------------------------------*/
.featured-section2 {
  /*background-color: var(--custom-btn-bg-color);*/
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  

}

.featured-section2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
 /* border-width: 0 0 450px 450px; */
 /* border-color: transparent transparent var(--white-color) transparent; */
  pointer-events: none;
}








/*---------------------------------------
  THE BOOK SECTION            
-----------------------------------------*/

/* Chapter 1,2 CSS Start*/

.book-section-info {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.nav-pills {
  border: 2px solid var(--primary-color2);
  border-radius: var(--border-radius-medium2);
  position: sticky;
  top: 120px;
  padding: 30px;
}

.nav-pills .nav-link {
  background: var(--section-bg-color2);
  color: var(--p-color2);
  border-radius: var(--border-radius-large2);
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 15px 30px;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link {
  background: var(--primary-color2);
  color: var(--white-color2);
}

.scrollspy-example-2 {
  padding-right: 30px;
  padding-left: 30px;
}

.scrollspy-example-item {
  border-bottom: 5px dotted var(--p-color2);
  min-height: 500px;
  padding-top: 20px;
  padding-bottom: 50px;
}

.scrollspy-example-item:last-child {
  border-bottom: 0;
}

.scrollspy-example-item-image {
  border-radius: var(--border-radius-medium2);
}

.scrollspy-example-item h5 {
  padding-top: 30px;
  padding-bottom: 20px;
}

.blockquote {
  background: var(--section-bg-color2);
  border-radius: var(--border-radius-small2);
  font-size: var(--h5-font-size2);
  font-weight: var(--font-weight-semibold2);
  color: var(--site-footer-bg-color2);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 80px 40px 40px 40px;
  text-align: center;
}

.blockquote::before {
 content: "“"; 
  color: var(--custom-btn-bg-color2);
  font-size: 100px;
  line-height: 1rem;
  display: block;
}

/* Chapter 1,2 CSS End*/





/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  /*
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }*/

  .section-padding2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  

  .scrollspy-example-2 .scrollspy-example-item:first-child {
    padding-top: 0;
  }

  .scrollspy-example-item h5 {
    padding-bottom: 5px;
  }

}

@media screen and (max-width: 480px) {
 /*
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }*/

  
}

