/*
Author       : Themefisher
Template Name: Influencer - Book landing template
Author URI : https://themefisher.com/
Description: Influencer,it, onepage,clean,bootstrap4, 
Version      : 1.0
*/
@import url("https://fonts.googleapis.com/css?family=Lora:400,700|Open+Sans:400,600,700&display=swap");
html {
  font-family: 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: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  text-align: left;
  background-color: #fff;
  font-weight: 300;
  color: #6a7695;
}

body, html {
  width: 100%;
  height: 100%;
}

/*--------------------
 TYPOGRAPHY
-----------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.5rem;
  color: #3f4451;
}

.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;
}
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #cc302b;
}

.section-heading h2 {
  color: #263b5e;
  font-weight: 600;
}

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

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

@media (min-width: 768px) {
  .section {
    padding: 7.5rem 0;
  }
}
.section-top {
  padding-top: 8.125rem;
}

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

@media (min-width: 768px) {
  .section-top {
    padding-top: 10.3125rem;
  }
}
.slick-slide {
  outline: 0;
}

.bg-grey {
  background: #F4F7FC;
}

.text-color {
  color: #cc302b;
}

/*-------------------
  BUTTONS STYLE
----------------=----*/
.btn {
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 35px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
@media (max-width: 768px) {
  .btn {
    padding: 15px 37px;
  }
}

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

.btn-main, .snip-layout .snip-btn--highlight {
  border-color: #385777;
  color: #fff;
  background: #385777;
}
.btn-main:hover, .snip-layout .snip-btn--highlight:hover {
  background: #cc302b;
  color: #fff;
  border-color: #cc302b;
}

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

.btn-white {
  background: #fff !important;
  color: #cc302b;
  border-color: #fff;
}

.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;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: #cc302b;
}

.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;
}

@media (max-width: 400px) {
  .display-4 {
    font-size: 2rem;
  }

  .comment-area .media {
    display: block;
  }
  .comment-area .media-body {
    margin-top: 20px;
  }
}
#snipcart-title {
  color: white;
}

.snip-layout .snip-btn--highlight {
  color: white !important;
}

/*--------------------------
PAGE BANNER
--------------------------*/
.page-banner-area {
  padding: 180px 0px 90px;
  position: relative;
}

/*-------------------
   MENU
----------------------*/
.navbar-toggler {
  font-size: 26px;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: 0;
}

.main-navigation {
  z-index: 9999;
  padding: 10px 0px;
}

.navbar-nav .nav-link {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  font-weight: 700;
  color: #051441 !important;
  text-transform: capitalize;
}

.navbar-nav .nav-link.active {
  color: #cc302b !important;
}

.navbar {
  position: relative;
  padding: 1rem 1rem;
}

.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%;
}

.nav-item.dropdown .dropdown-menu {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 120%;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  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;
  position: absolute;
}
.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

/*-------------------
  DROPDOWN MENU
----------------------*/
.dropdown-menu {
  opacity: 0;
}

.dropdown-menu.show {
  animation: 0.2s forwards b;
}

@keyframes b {
  to {
    opacity: 1;
  }
}
.dropdown-item {
  font-size: 0.6875rem;
  font-weight: 500;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: background-color 0.1s;
  text-transform: uppercase;
}
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #cc302b;
}

.header-white {
  background: #fff;
  -webkit-transition: 0s all ease;
  -o-transition: 0s all ease;
  transition: 0s all ease;
}

@media (max-width: 480px) {
  .fixed-top.site-header {
    background: #fff;
  }
}
@media (max-width: 992px) {
  .navbar-collapse {
    background: #fff;
  }
}
/*-------------------
  ACCESSIBILITY LINK
----------------------*/
.skip-nav-lnk {
  position: absolute;
  left: 1rem;
  transform: translateY(-120%);
  transition: transform 325ms ease-in;
}

.skip-nav-lnk:focus {
  transform: translateY(0);
}

/*----------------------
 BANNER STYLE
-----------------------*/
.py-7 {
  padding: 7.5rem 0;
}

/*-------------------------
 HOME -2 
-----------------------------*/
.banner-main {
  position: relative;
}
.banner-main:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  background: #F4F7FC;
  height: 80%;
}

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

.main-banner {
  padding: 80px 0px 150px;
}
.main-banner p {
  padding-right: 100px;
}

@media (max-width: 480px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 400px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
.feature-item i {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  padding-top: 28px;
  color: #222;
}
.feature-item .content {
  padding-left: 30px;
}

.cta-2 {
  background: rgba(238, 223, 204, 0.5);
  padding: 20px 0px 6.5rem 0px;
}
.cta-2 .subscribe .form-control {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 5px;
}

.about {
  position: relative;
}
.about .about-img img {
  box-shadow: 0px 20px 40px 0px rgba(38, 59, 94, 0.1);
  border: 10px solid #fff;
  border-radius: 20px;
}
.about:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 75%;
  height: 100%;
  background: #F4F7FC;
  border-radius: 20px 0px 0px 20px;
}

.cta-home {
  background: #F4F7FC;
}

.chapter-item {
  padding: 30px;
  box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1);
  margin-bottom: 30px;
}
.chapter-item h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  color: #cc302b;
}

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

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

/* Owl Slider */
.book-pages {
  width: 80%;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  left: 10%;
  margin-top: 10%;
}

.book-pages .item {
  position: absolute;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
}

.book-pages .item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.7);
}

.book-pages .item:hover .overlay {
  opacity: 1;
}

.book-pages .item img {
  width: 100%;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.book-pages .item .overlay > a {
  position: absolute;
  display: inline-block;
  left: calc(50% - 30px);
  top: calc(50% - 25px);
  font-size: 24px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  color: #385777;
}

.book-pages .item .overlay > a:hover {
  color: white;
  background: #cc302b;
}

.book-info ul li {
  padding: 15px 30px;
  margin-bottom: 5px;
  font-weight: 700;
  box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1);
}
.book-info ul li i {
  color: #cc302b;
}

.book-item {
  position: relative;
}
.book-item:hover .hover-item {
  opacity: 1;
  visibility: visible;
}
.book-item .hover-item {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.book-item .hover-item i {
  width: 60px;
  height: 60px;
  background: #fff;
  color: #222;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  padding-top: 20px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.book-item .hover-item i:hover {
  background: #cc302b;
  color: #fff;
}

.order-details {
  padding: 30px 0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.order-details li {
  line-height: 1;
  margin-right: 2em;
  margin-left: 0;
  padding-right: 4em;
  color: #777;
  padding-left: 0;
  list-style-type: none;
  text-transform: uppercase;
  border-right: 1px dashed #d3ced2;
}
.order-details li h5 {
  margin-top: 15px;
  text-transform: capitalize;
}

@media (max-width: 480px) {
  .order-details li {
    width: 100%;
    border-right: 0px;
    padding: 20px 20px;
    background: #eee;
  }
}
@media (max-width: 400px) {
  .order-details li {
    width: 100%;
    border-right: 0px;
    padding: 20px 20px;
    background: #eee;
  }
}
@media (max-width: 768px) {
  .order-details li {
    width: 100%;
    border-right: 0px;
    padding: 20px 20px;
    background: #eee;
  }
}
@media (max-width: 992px) {
  .order-details li {
    width: 100%;
    border-right: 0px;
    padding: 20px 20px;
    background: #eee;
  }
}
.service-block {
  padding: 60px 40px;
  text-align: center;
  border-radius: 40px;
  box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-block:hover {
  background: #fff;
}
.service-block i {
  font-size: 60px;
}

/*------------------------------------
SECTION TESTIMONIAL
-------------------------------------*/
.testimonial {
  position: relative;
}
.testimonial:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 40%;
  background: #F4F7FC;
}

.testimonial-item-content {
  text-align: center;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  position: relative;
  padding: 40px 30px;
}
.testimonial-item-content:hover {
  cursor: pointer;
}
.testimonial-item-content:focus {
  outline: 0;
}

.test-author-thumb img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.testimonial-wrap {
  box-shadow: 0px 20px 40px 0px rgba(38, 59, 94, 0.1);
  background: #fff;
  border-radius: 15px;
}

/* rating */
.rating.five li i {
  color: #cc302b;
}
.rating.four li:not(:last-child) i {
  color: #cc302b;
}
.rating.three li i {
  color: #cc302b;
}
.rating.three li:last-child i {
  color: #888;
}
.rating.three li:nth-child(4) i {
  color: #888;
}
.rating.two li:first-child i {
  color: #cc302b;
}
.rating.two li:nth-child(2) i {
  color: #cc302b;
}
.rating.one li:first-child i {
  color: #cc302b;
}

/* /rating */
/*---------------------------
CONTACT PAGE
-----------------------------*/
.contact-info-block {
  padding: 60px 20px;
  background: #fff;
}
.contact-info-block h4 {
  margin-bottom: 0px;
}
.contact-info-block i {
  font-size: 40px;
  margin-bottom: 20px;
  display: block;
  color: #cc302b;
}

.form-control {
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1);
  background: #fff;
  height: 60px;
  padding-left: 15px;
}

.form-control:focus, .form-control:hover {
  border-color: #cc302b;
  box-shadow: none;
}

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

.post-thumb-sm {
  max-width: 80px;
  height: auto;
}

.quote {
  background: #eee;
  padding: 40px;
  color: #000;
  font-size: 18px;
  border-left: 4px solid #cc302b;
}

.share li a {
  padding-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.sidebar-widget.category ul li {
  padding: 12px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.sidebar-widget.tags a {
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 4px;
  color: #777;
}
.sidebar-widget.tags a:hover {
  background: #cc302b;
  color: #fff;
}

.pagination .page-item {
  margin: 5px;
}
.pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  padding-top: 8px;
  font-size: 14px;
  border: 0;
  color: #888;
}
.pagination .page-item .page-link:hover {
  background: #cc302b;
  color: #fff;
}
.pagination .page-item.active .page-link {
  background: #cc302b;
  color: #fff;
  border-color: #cc302b;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 0;
}

/*----------------------
 FOOTER
-----------------------*/
.footer {
  padding: 80px 0px 20px 0px;
}

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

.current-year {
  color: #cc302b !important;
}

.text-black {
  color: #222;
}

/*-----------------------------
 SCROLL TO TOP
--------------------------------*/
.scroll-to-top {
  position: fixed;
  content: "";
  right: 30px;
  bottom: 50px;
  z-index: 999;
  background: #cc302b;
  color: #fff !important;
  border-radius: 100%;
  opacity: 0;
}
.scroll-to-top i {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 60px;
  display: block;
  -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

.scroll-to-top:hover, .scroll-to-top:focus {
  text-decoration: none;
}

.img-fluid,
.rounded-15 {
  border-radius: 15px;
}

.navbar-brand > h2 {
  font-size: clamp(1rem, 5vw, 1.5rem);
}

.btn-main-2 {
  font-size: clamp(0.5rem, 2.6vw, 1rem);
}

.banner-img > img {
  border-radius: 0px;
}

.main-banner {
  padding: 150px 0;
}

.text-banner,
.main-banner > h1 {
  max-width: 610px;
}

.main-banner-text {
  max-width: 640px;
}

.device-text {
  max-width: 440px;
}

.footer-text {
  max-width: 450px;
}

.footer-copy,
.footer-design {
  text-align: center;
}

.small-text {
  font-size: smaller;
}

.line {
  border: 1px solid purple;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
@media (max-width: 450px) {
  nav .container {
    padding: 0;
    justify-content: space-around;
  }

  .navbar > .container, .navbar > .container-fluid {
    justify-content: normal;
  }

  .container {
    padding: 35px 35px 0;
  }

  .navbar-toggler {
    padding: 0;
  }
}

/*# sourceMappingURL=style.css.map */
