/*------------------------
Author       : Dreambuzz
Template Name: Treaser - Book landing template
Author URI : https://themeturn.com/
Description: Treaser,book,author,it, onepage,clean,bootstrap4, ebook,marketing,promotion,product
Version      : 1.0
-------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Common
2. Typography
3. Navigation / #navbar
4. Dropdown Menu -  Line#390
5. Banner
6. About
7. Chapter
8. Testimonials
9. Author
10. Contact
11. Footer / #footer
-------------------------------------------------------------------*/




@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+slab:600,700,800&display=swap");
html {
  font-family: "azo-sans-web", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}

body {
  font-family: "azo-sans-web", sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  text-align: left;
  background-color: #fff;
  font-weight: 400;
  color: #6a7695;
}

body, html {
  width: 100%;
  height: 100%;
}
/* global uses*/
.justify-align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}



/*--------------------
 TYPOGRAPHY
-----------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: .5rem;
  color: #263b5e;
}

.h1,
h1 {
  font-size: 2.125rem;
  line-height: 40px;
}

.h2,
h2 {
  font-size: 1.625rem;
}

.h3,
h3 {
  font-size: 28px;
}

.h4,
h4 {
  font-size: 22px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
}

.text-sm {
  font-size: 14px;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #263b5e;
}



.section-heading h3 {

  color: #c5a16f;
}

/*--------------------
Common Styles
-----------------*/
.section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.section {
  position: relative;
  padding: 4.7rem 0;
}


.section-top {
  padding-top: 8.125rem;
}

.section-bottom {
  padding-bottom: 8.125rem;
}



.bg-grey {
  background: #F4F7FC;
}


/*-------------------
  BUTTONS STYLE
----------------=----*/
.btn {
  font-weight:500;
  position: relative;
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius:10px;
  font-size: 14px;
  font-family: "azo-sans-web", sans-serif;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.3s ease-in-out !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-main {
  border-color: #385777;
  color: #fff;
  background: #385777;
}



.btn-border-tp {
  border-color: #385777;
  background: transparent;
  color: #385777;
}

.btn-border-tp:hover {
  background: #385777;
  color: #fff !important;
}

.btn-small {
  padding: 12px 22px;
  font-size: 13px;
}

/*------------------------
 BACKGROUND
----------------------------*/
a {
  color: #222;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  outline: none;
  text-decoration: none;

}


.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.text-color-2 {
  color: #385777;
}

.text-lg {
  font-size: 40px;
  line-height: 1.4;
}

.text-md {
  font-size: 32px;
  line-height: 1.3;
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-sm {
  font-size: 14px;
  color: #cc302b;
}

.bg-gray {
  background: #f5f5f5;
}

.lead {
  line-height: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}
.navbar-brand img {
  height: 65px;
  width: auto;
}

#banner .container {
  padding-top: 30px;
}
/*-------------------
   MENU
----------------------*/
.main-navigation {
  z-index: 9999;
 
  background-image: url('../images/02_assets/colors/GS_Splast_Blue_GRAD.png');
  /* background-color: #001a2f; */
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.navbar-nav .nav-link {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  font-weight: 400;
  color: #c5a16f ;
  text-transform: capitalize;
  letter-spacing: 1.5px;
}
.navbar-nav li a:hover {
  color: #EAD8CA;
}

.navbar {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
 
}

.fixed-top {
  position: fixed;
  z-index: 1030;
  right: 0;
  left: 0;
}

.navbar-toggler-icon {
 
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: "";
  vertical-align: middle;
  background: no-repeat 50%;
  background-size: 100% 100%;
}



.navbar-toggler{
  background: #263b5e;
  border-radius: 0px;
  padding: 10px 15px;
}



.header-white {
 
  transition: .0s all ease;
}



.navbar-collapse.collapse.show {
  background: #001a2f;
  padding: 30px 0px;
}

.top-socials a {
  font-size: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 4px;
  color: #ddd;
}

.top-socials a:hover {
  background: #385777;
  border-color: #385777;
}


/* nav Menu */
.navbar-nav {
  
  margin-left: auto!important;
}
.navbar-nav li{
  position: relative;
  padding-left: 60px;
}

.submenu {
  transition: all 300ms ease;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  border: 0px;
  padding: 0px;
  list-style: none;
  background: #fff;
  width: 220px;
  position: absolute;
  visibility: hidden; 
  opacity: 0;
  top: 120%;
  z-index: 99;
}


.nav-item:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.submenu li{
  border-bottom: 1px solid #eee;
}
.submenu li a{
  color: #222!important;
}





/*----------------------
 BANNER STYLE
-----------------------*/

#cover-book {
  box-shadow: rgba(255, 255, 255, 0.5) 0px 7px 29px 0px;
  height: 520px !important;
}
.py-7 {
  padding: 4.7rem 0;
}
.banner-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*-------------------------
 HOME
-----------------------------*/
.banner-main {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #c5a16f;
  background-image: url("../images/02_assets/colors/GS_Splast_Tan_GRAD.png");
}



h1 {
  font-size: 60px;
  line-height: 70px;
  color: #263b5e;
}



.main-banner p {
  padding-left: 110px;
  line-height: 1.5;
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 0px;
 
  color: #001c33;
  
}

.cta-2 {
  padding: 0px 0px 6.5rem 0px;
}

.about {
  position: relative;
  background-color: #001a2f;
  background-image: url("../images/02_assets/colors/GS_Splast_Blue_GRAD.png");
}

.about .about-img img {
  box-shadow: 0px 20px 40px 0px rgba(38, 59, 94, 0.1);
}

.cta-home {
  background: #F4F7FC;
}

.featured-client img {
  margin: 0px 15px;
}

.chapter-item {
  margin-bottom: 30px;
}

.chapter-item h4 {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 18px;
 
}

.chapter-item i {
  font-size: 20px;
}

.book-preview {
  
  display: inline-block;
  max-width: 400px;
  width: 100%;
  position: relative;
}

.book-preview .background-device {
  width: 100%;
  position: absolute;
}


.dark-matter-header {
  text-align: center;
  font-weight: normal;
}

/* order*/
#order {
  background-size: cover;
  background-position: center;
  padding: 2% 0;
  background-image: url('../images/02_assets/colors/GS_Splast_Blue_GRAD.png');
}

/* email and sub */

#email-sub {
  background-size: cover;
  background-position: center;
  padding: 2% 0;
  background-image: url('../images/02_assets/colors/GS_Splast_Tan_GRAD.png');
}

.foot {
  display: flex;
  justify-content: center;
  align-items: center;
}
input[type="text"], input[type="email"] {
  background-color: #EAD8CA;
  height: 45px;
  border-radius: 2px;
  margin-bottom: 10px;
}
input:placeholder-shown {
  font-style: italic;
}

.subscribe {
  padding: 10px 30px;
  color: #c5a16f;
  background-color: #001a2f;
  font-style: italic;
}

.subscribe:hover {
  color: #EAD8CA;
}

/* divider */
.divider  {
  margin: 0;
  padding: 0;
  background-position: center !important;
    background-size: cover !important;
}
.divider img {
  width: 100% !important;
  height: 75px;
  margin: 0;
  padding: 0;
}

/* book toiler */
.book-toilet {
  height: 400px;
  background-position: center;
  background-size: cover;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-image: url("../images/02_assets/pics/Book_Pic_002.png");
}


/* click to order button */
#click-to-order {
  font-weight:500;
  font-size: 20px;
  border-radius:10px;
  padding: 30px 40px;
  color: #001a2f;
  background-color: #c5a16f;
  background-image: linear-gradient(to bottom, #c5a16f 0%, #c18d33  100%);
  box-shadow: rgb(0 0 0 / 40%) 0px 8px 24px, rgb(0 0 0 / 80%) 0px 0px 2px;
    border: 1px solid #001623;
  outline:none!important;
  transition: 0.5s;
  background-size: 200% auto;
}
         
#click-to-order:hover {
background-position:center top; /* change the direction of the change here */
text-decoration: none;
}
         
a #click-to-order:hover {
  transition: 0.5s;
  color: #EAD8CA;
}

/*  about section */

/* good shit community email */
#good-community {
  padding-bottom: 5px;
  width: auto;
  position: relative;
  
}

.email-header {
  font-weight: 500;
  color: #001a2f;
}
/* book quote */
/* .carousel-item.active {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
} */
.quote-title-ref-name {
  font-size: 18px;
}
.quote-ref {
  line-height: 1.2;
  padding-right: 80px;
}

.quote-title-ref {
  display: block;
  margin-top: 5px;
}


.book-info{
  padding-left: 0px !important;
  margin-bottom: 0;
}
.quote-ref {
  color: #001a2f;
  text-align: right;
  font-style: italic;
  margin-bottom: 0 !important;
}

.quote {
  color: #001a2f !important;
  font-style: italic;
  font-size: 30px;
  font-weight: 100;
  padding-top: 18px;
}

/* author */

.author-info {
  color: #c5a16f;
  font-size: 17px;
}
.author-info h2{
  color: #c5a16f;
}

.author-name {
  font-weight: 500;
}

#author-pic {
  height: 590px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.about-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* community end */
.community-end {
  color: #c5a16f;
}

.end-logo {
  padding-left: 50px;
  width: 100%;
}

section.section-bottom.divider {
    background: url(../images/02_assets/Dividers/GS_Bacteria_divider_01.png);
    background-repeat: repeat;
    background-size:auto 100%;
}
section.section-bottom.divider img { opacity:0; }




/* NEWS SECTION */

.news-header span {
  font-size: 12px;
  display: block;
  line-height: 0.8;
  margin-top: 10px;
  font-style: italic;
}
.news-header {
  color: black;
  line-height: 0.5;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
    letter-spacing: 1px;
}
.latest-news {
  color: black;
  text-decoration: underline;
  font-size: 2.1rem;
}
.news-item img {
  height: auto;
  width: 200px;
  
}

.news-section{
  background-size: cover;
  background-position: center;
  padding: 4% 0;
  background-image: url('../images/02_assets/colors/GS_Splast_Tan_GRAD.png');
  color: black;
}

.news-title {
  color: black;
  font-weight: 500;
  margin-bottom: 20px;
}

.news-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-description {
  flex-grow: 1;
  margin-bottom: 0;
}

.news-link {
  margin-top: auto;
  
}
.news-link:hover {
  color: #EAD8CA;
  text-decoration: underline;
}



/*---------------------------
CONTACT PAGE
-----------------------------*/
.contact-info-block h4 {
  margin-bottom: 0px;
}

.contact-info-block i {
  font-size: 40px;
  margin-bottom: 20px;
  display: block;

}

.form-control {
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #F4F7FC;
  height: 60px;
  padding-left: 15px;
}





/*----------------------
 FOOTER
-----------------------*/
footer {
  background-size: cover;
  background-position: center;
  padding: 4% 0px;
  background-image: url('../images/02_assets/colors/GS_Splast_Blue_GRAD.png');
}

.footer-copy {
  font-size: 16px;
}


.text-black {
  color: #222;
}

.anchor-sub-end {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub {
  color: #c5a16f;
}
.sub:hover{
  color: #EAD8CA;

}

/*  About Section 4 */
.about-item2{
  position: relative;
  padding-left: 100px;
}

.about-icon{
  position: absolute;
  content:"";
  left:0px;
  top:0px;
  width:70px;
  height:70px;
  text-align: center;
  border:5px solid #ddd;
  font-size: 25px;
  padding-top: 18px;
  border-radius: 100%;
  margin-top: -5px;
  transition: all .4s ease;
}

.about-item2 h5{
  transition: all .4s ease;
}

#bottom-btn {
  background-color: #c5a16f;
  
} 
#bottom-btn-text{
  
  color: #001a2f;
}
#bottom-btn-text:hover{
  color: #EAD8CA;
}

/*  Feature 4 */

.feature-two{
  box-shadow: none;
  padding:40px 40px;
  text-align: left;
  position: relative;
  transition: all .4s linear 0s;
}

.feature-two:hover{
  box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1);
}

.feature-two:after{
  position: absolute;
  content:"";
  left:40px;
  width:50px;
  height:2px;

  bottom:0px;
  right:0px;
  transition: all .4s linear 0s;
  opacity: 0;
}
.feature-two:hover:after{
  width:80%;
  opacity: 1;
}


.pt-80{
  padding-top:80px
}
.pb-80{
  padding-bottom:80px
}

/* Tetsimonial 4  */

.testimonial-item2{
  padding:40px;
  opacity: .2;
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border:1px solid transparent;
}

.testimonial-slider .center .testimonial-item2{
  opacity: 1;
  transform: scale3d(1, 1, 1);
  background:#fff;
  border-radius: 5px;
  border:1px solid #ddd;
}
.box-shadow{
  /* box-shadow: 0 35px 60px rgba(0,0,0,0.10); */
}
.testimonial-item2 p {
  font-size: 18px;
  color: #000;
  line-height: 38px;
  margin-bottom: 30px;
}

.testimonial-item2 .author {
  text-align: center;
}

.testimonial-item2 .author-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom:30px;
}

.testimonial-item2 .author .author-info {
  margin-top: 20px;
}

.testimonial-item2 .author h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.testimonial-item2 .author p {
  font-size: 13px;
  margin-bottom: 0px;
}

.testimonial-slider .owl-dots .owl-dot{
  outline: none;
}
.testimonial-slider .owl-dots {
  margin-top:40px!important;
}



.subscribe-form .form-control{
  background: #fff;
}




@media (min-width: 1200px){
.container {
    max-width: 1200px;
}

}


/* padding left media mobile fix */
@media screen and (max-width: 1200px) {
  .book-full {
    padding-left: 0;
}

}
@media screen and (min-width: 390px) {
  .main-banner p {
    padding-top: 20px;
  }

}

@media screen and (max-width: 990px){

  .dark-matter-header span {
    display: unset;
  }
  .quote-ref {
    padding-right: 0;
  }
  .carousel-inner {
    height: 370px;
  }
  .book-toilet {
    height: 330px;
  }
  .main-banner p {
    padding-left: 0;
  }

  .book-full {
    padding-left: 15px;
  
}

  .quote {
    padding-left: 0;
  }

  .biography {
    padding-left: 0px;
}
/* 
.divider img {
  height: 35px !important;
} */

.navbar-nav li{
  padding-left: 0;
}

.end-logo{
  padding-left: 0;
}
}

@media screen and (max-width: 414px){ 
  .banner-img {
    padding-top: 20px;
  }
  #author-pic {
    height: unset;
  }
  .quote-ref {
    padding-right: 0;
  }
  .carousel-inner {
    height: 435px;
  }
  .news-link {
    margin-top: unset;
  }
  .col-lg-6 {
    
    padding-top: 40px;
  }
  #carouselExampleIndicators {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .news-item {
    margin-bottom: 20px;
  }
  .news-item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  .dark-matter-header span {
    display: unset !important;
  }
  .latest-news {
    text-align: center;
  }
  .book-info {
    padding-top: 0px;
  }
  .book-toilet{
    height: 360px;
  }
  .end-logo {
    padding-top: 0;
   
  }
  #banner .container {
    padding-top:0px;

  }
  .banner-main {
    padding-bottom: 40px;
  } 
  .main-banner {
    padding-top: 20px;
  }

  .email-header {
    text-align: center;
  }
  .book-info {
    padding: 0 !important;
  }
  .book-full {
    padding: 15px;
  }
  footer {
    padding: 10% 0 0 0;
  }

  .order-row {
    padding: 2% 0;
  }
}

@media screen and (max-width: 687px) {
  .divider img {
    height: 35px !important;
}
}


#carouselExampleIndicators {
  width: 100%;
}

#carouselExampleIndicators .carousel-inner {
  width: 100%;
}

#carouselExampleIndicators .carousel-inner .carousel-item {
  width: 100%;
}

#carouselExampleIndicators .carousel-inner .carousel-item img {
  width: 100%;
}

.carousel-item {
  min-height: 300px;
}

.carousel-indicators {
  bottom: 0;
}

@media screen and (min-width: 990px) and (max-width: 1200px) {
  .navbar-nav .nav-link {
    padding-left: 0 !important;
  }
}

/* divider */

section.section-bottom.divider {
  background: url(../images/02_assets/Dividers/GS_Bacteria_divider_01.png);
  background-repeat: repeat;
  background-size:auto 100%;
}
section.section-bottom.divider img { opacity:0; }

section.section-bottom.divider.section2 {
background: url(../images/02_assets/Dividers/GS_Bacteria_divider_02.png);
}
section.section-bottom.divider.section3 {
background: url(../images/02_assets/Dividers/GS_Bacteria_divider_03.png);
}
section.section-bottom.divider.section4 {
background: url(../images/02_assets/Dividers/GS_Bacteria_divider_04.png);
}
section.section-bottom.divider.section5 {
background: url(../images/02_assets/Dividers/GS_Bacteria_divider_05.png);
}
section.section-bottom.divider.section5 {
background: url(../images/02_assets/Dividers/GS_Bacteria_divider_06.png);
}

