/*
Theme Name: Book Store
Theme URI: https://templatejungle.com/
Author: Moksha Design Studio
Author URI: https://mokshastudio.com/
Description: Book Store is specially designed product packaged for Book Store by Template Jungle.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
/** 1. Base Styles
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro&display=swap');
body {
  font-family: "Readex Pro", sans-serif;
}
.noborder:after{
    content: none !important;
    border-bottom: 0px solid #E0E0E0 !important;
}
.noborder::before{
    content: none !important;
    border-bottom: 0px solid #E0E0E0 !important;
}


*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
}
body {
  /* font-family: "Raleway", sans-serif; */
  font-size: 16px;
  line-height: 2;
  color: #757575;
  background-color: #F3F2EC;
}
body.no-scroll {
    overflow: hidden;
}
a {
  color: #111;
  text-decoration: none;
}
button a {
    color: #fff;
    text-decoration: none;
  }
a:hover {
  color: #74642F;
  text-decoration: none;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 5px;
  margin-bottom: 0;
}
ul li, ol li {
  margin-bottom: 5px;
  outline: 0;
}
ul li.active a{
  color: #74642F;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 2rem;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
}
figure {
  margin: 0;
}
img {
  display: inline-block;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
::selection {
  background: rgba(0,0,0,0.8);
  color: #EDEBE4;
  text-shadow: none;
}
::-moz-selection {
  background: rgba(0,0,0,0.8);
  color: #EDEBE4;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #EDEBE4; /* WebKit browsers */
  -webkit-transition: color .2s;
  transition: color .2s;
}
::-moz-placeholder {
  color: #EDEBE4; /* Mozilla Firefox 19+ */
  -webkit-transition: color .2s;
  transition: color .2s;
}
:-ms-input-placeholder {
  color: #EDEBE4;/* Internet Explorer 10+ */
  -webkit-transition: color .2s;
  transition: color .2s;
}
::placeholder {
  color: #EDEBE4;
  -webkit-transition: color .2s;
  transition: color .2s;
}

/* - Floating & Alignment
------------------------------------------------------------- */
.align-left {
  float: left;
  text-align: left;
}
.align-right {
  float: right;
  text-align: right;
}
.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-content: center;
}

/*--------------------------------------------------------------
/** 3. Typography
--------------------------------------------------------------*/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  /* font-family: "Prata", Georgia, serif; */
  line-height: 1.2;
  color: #2f2f2f;
}
h1.light, .h1, h2.light, .h2, h3.light, .h3, h4.light, .h4, h5.light, .h5, h6.light, .h6 {
  color: #fff;
}
h1, h2, h3 {
  margin: 0 0 25px;
  text-transform: capitalize;
}
h5, h6 {
  letter-spacing: 1px;
}
h1, .h1 {
  font-size: 2.5em;
  line-height: 1.4;
}
h2, .h2 {
  font-size: 1.5em;
  line-height: 1.4;
}
h3, .h3 {
  font-size: 1.4em;
  line-height: 1.4;
}
h4, .h4 {
  font-size: 1.1em;
  line-height: 1.4;
}
h5, .h5 {
  font-size: .83em;
  line-height: 1.25;
}
h6, .h6 {
  font-size: .67em;
  line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
p {
   margin: 0 0 20px 0;
}
p:empty {
  display: none;
}
small {
  font-size: 85%;
}
mark {
  background-color: #fcf8e3;
  padding: 0.28rem;
}
dfn, cite, em, i {
  font-style: italic;
}
code, kbd, var {
  font-size: 14px;
}
code {
  background-color: #f9f2f4;
}
abbr {
  border-bottom: 0.1px dotted #666;
  cursor: help;
}


/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/* - Button
------------------------------------------------------------- */

button {
    font-size: 1em;
    font-weight: 600;
    border: none;
    height: 65px;
    cursor: pointer;
    text-transform: uppercase;
}
.btn-wrap {
    text-transform: capitalize;
}
.btn-wrap a {
    font-weight: 600;
}
.btn-wrap a:hover {
    color: #74642F;
}
.btn-normal {
    color: #fff;
}
.btn-accent {
    color: #111;
}
.btn-submit {
    background: #fff;
    color: #2f2f2f;
}
.btn-submit:hover {
    background-color: #c5a992;
    color: #fff;
}
.btn-pill {
    border-radius: 50px;
}
.btn-outline-accent {
    border: 1px solid #C0C0C0;
    color: #C0C0C0;
    padding: 20px 40px;
    text-transform: uppercase;
}
.btn-outline-light {
    border: 1px solid #fff;
    color: #fff;
    padding: 20px 40px;
    text-transform: uppercase;
}
.btn-outline-light:hover {
    background-color: #fff;
    color: #000;
}
.btn-accent-arrow {
    color: #111;
}
.btn-wrap i.icon {
    transition: 0.5s ease-out;
    font-size: 9px;
    padding-left: 10px;
}
.btn-wrap:hover i.icon {
    padding-left: 20px;
}
.btn-subscribe {
    width: 30%;
    color: #111;
    background: transparent;
}
.btn-subscribe span {
    transition: 0.5s ease-out;
    padding-right: 5px;
    opacity: 1;
}
.btn-subscribe:hover span {
    padding-right: 10px;
    opacity: 0.5;
}

/*--- Image hover Effect
-----------------------------------------------*/
.image-hvr-effect {
    display: flex;
    overflow: hidden;
}
.image-hvr-effect img.post-image {
    transform: scale(1);
    will-change: transform;
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0;
}
.image-hvr-effect:hover img.post-image {
    transform: scale(1.2);
}


/*--- Pattern Overlay
-----------------------------------------------*/
/* .pattern-overlay {
    position: relative; 
}
.pattern-overlay:before {
    content: "";
    background: url(/images/pattern1.png) no-repeat;
    position: absolute;
    top: -240px;
    right: 227px;
    width: 500px;
    height: 700px;
}

.leaf-pattern-overlay {
    position: relative; 
}
.leaf-pattern-overlay:before {
    content: "";
    background: url(/images/leaf.png) no-repeat;
    position: absolute;
    bottom: -200px;
    left: -50px;
    width: 500px;
    height: 700px;
    z-index: 0;
}

.corner-pattern-overlay {
    position: relative; 
}
.corner-pattern-overlay:before {
    content: "";
    background: url(images/pattern2.png) no-repeat;
    position: absolute;
    top: -274px;
    right: -160px;
    width: 500px;
    height: 700px;
    z-index: 0;
} */

/*--- Section Title
-----------------------------------------------*/
.section-header {
    position: relative;
}
.section-title {
    font-size: 2em;
    font-weight: 500;
    line-height: 1;
    position: relative;
    margin-bottom: 75px;
}
.section-title.divider {
    width: 100%;
}
.section-title.divider:after {
    content: "";
    border-bottom: 3px solid #74642F;
    position: absolute;
    right: 0;
    bottom: -16px;
    left: 0;
    width: 50px;
}
.section-header .section-title:before,
.section-header .section-title:after {
    content: "";
    border-bottom: 1px solid #E0E0E0;
    position: absolute;
    top: 30px;
    width: 35%;
    align-items: center;
}
.section-header .section-title:before {
    left: 3px;
}
.section-header .section-title:after {
    right: 3px;
}
.section-header .title span {
    font-size: 14px;
    color: #afafaf;
    text-transform: uppercase;
}


@media screen and (max-width: 1366px) {
  .section-header .section-title:before, 
  .section-header .section-title:after {
      width: 30%;
  }
}

@media screen and (max-width: 999px) {
  .section-header .section-title:before, 
  .section-header .section-title:after {
      width: 25%;
  }
}

@media screen and (max-width: 800px) {
  .section-header .section-title:before, 
  .section-header .section-title:after {
      width: 18%;
  }
}

@media screen and (max-width: 600px) {
  .section-header .section-title:before, 
  .section-header .section-title:after {
      top: 60px;
      width: 100%;
  }
}


/*----- Grid Layout
--------------------------------------------------------------*/
.container {
    max-width: 1440px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.inner-content {
    width: 100%;
    padding: 0 20px;
}
.grid {
    display: flex;
    justify-content: space-between;   
}

/* -- Image Dimension
--------------------------------------------------------------*/
img.banner-image {
    width: auto;
    height: 400px;
    object-fit: cover;
}
img.post-image {
    width: 100%;
    height: 328px;
    object-fit: cover;
}

/* -- Slick Slide
--------------------------------------------------------------*/
.slick-dots {
    bottom: -100px;
}
.slick-dots li {
    width: 10px;
    height: 10px;
    background: #D7D5CC;
    color: #D7D5CC;
    border-radius: 50%;
}
.slick-dots .slick-active {
    color: #74642F;
    background: #74642F;
    border: 1px solid #D7D5CC;
}

/* -- Top Menu Part
--------------------------------------------------------------*/
.top-content {
    padding: 20px 0;
    border-bottom: 1px solid #E0E0E0;
}
.social-links ul {
    display: flex;
    width: 15%;
}
.top-content li {
    padding-right: 30px;
}
.top-content li:last-child {
    padding-right: 0;
}
.top-content a {
    color: #555;
}
.top-content .right-element {
    margin-left: 50px;
}
.top-content .right-element .for-buy {
    margin-right: 40px;
} 

@media screen and (max-width: 601px) {
  .top-content .grid {
      flex-wrap: wrap;
  }
  .top-content .right-element {
      margin-left: 0;
      width: 100%;
  }
}

/* - Search Form hover Effects
------------------------------------------------------------- */
#header-wrap .search-button {
    order: 1;
}
#header-wrap.show .search-box {
    max-height: 40px;
    opacity: 1;
    border: 1px solid #f3f2ec;
}
#header-wrap .search-box {
    position: absolute;
    top: 40px;
    right: 150px;
    width: 100%;
    height: 100%;
    max-height: 0;
    max-width: 300px;
    min-width: 300px;
    z-index: 999;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
}
#header-wrap.show .search-box .search-input {
    opacity: 1;
}
#header-wrap .search-box .search-input {
    width: 100%;
    height: 100%;
    border: 0;
    font-weight: 300;
    padding-left: 20px;
    background: #e4e2d2;
}
 
/* - Main Navigation
------------------------------------------------------------- */
header#header {
    padding: 40px 0;
} 
nav#navbar {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
nav#navbar ul.menu-list {
    display: flex;
    z-index: 9999;
/* position: absolute; */
}
#navbar ul.menu-list a {
    padding-left: 58px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.12em;
}

.main-menu .hamburger {
    display: none;
}
.main-menu .hamburger .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #053634;
}

@media only screen and (max-width: 1180px) {

    .sitetitle{
        text-align-last: center;
        display: unset;
    }
    #navbar ul.menu-list a{
        padding-left: 0px;
    }
    .main-menu ul.menu-list {
        position: fixed;
        top: -500px;
        left: 0;
        width: 100%;
        flex-direction: column;
        text-align: center;
        transition: 0.8s;
        z-index: 1000;
    }
    .main-menu .menu-list.responsive {
        top: 0;
        background-color:#000;
        padding: 100px 0;
        /* height: 100%;
         */
    }
    .main-menu .menu-list li.menu-item {
       margin-bottom: 30px;
    }
    #navbar .menu-list.responsive a {
      /* font-size: 1.8em; */
      color: #fff;
      border-bottom: none;
    }
    #navbar .menu-list.responsive a:hover {
      color: #74642F;
    }
    .main-menu .hamburger {
        display: block;
        position: fixed;
        top: 110px;
        right: 20px;
        z-index: 1001;
        background: #f8f6f1;
        padding: 10px;
        cursor: pointer;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
 }


/*----- Billboard
--------------------------------------------------------------*/
#billboard {
    position: relative; 
}
#billboard .main-slider {
    margin: 50px 0;
    margin-bottom: 100px;
}
.main-slider .slider-item {
    display: flex;
    width: 100%;
    justify-content: center;
    z-index: 50 !important;
}
.main-slider .banner-content {
    width: 30%;
    margin-top: 50px;
    margin-left: 100px;
}
.banner-content h2.banner-title {
    font-size: 2.5em;
    font-weight: 500;
    color: #222;
}
.banner-content p {
    margin: 0 0 60px 0;
}
#billboard .slick-dots {
    left: 390px;
    width: 10%;
    text-align: inherit;
}
#billboard button.slick-arrow {
    border: 1px solid #E5E3DA;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 270px;
    z-index: 5;
    cursor: pointer;
}
#billboard button.slick-arrow:hover{
    border: 1px solid #74642F;
    background-color: #E5E3DA;
}
#billboard button.prev.slick-arrow {
    left: 110px;
}
#billboard button.next.slick-arrow {
    right: 110px;
}
#billboard .slick-arrow i.icon {
    color: #8C8C8C;
}

@media screen and (max-width: 1366px) {
  #billboard button.prev.slick-arrow {
      left: 0;
  }
  #billboard button.next.slick-arrow {
      right: 0;
  }
}

@media screen and (max-width: 999px) {
  .main-slider .slider-item {
      flex-wrap: wrap;
      text-align: center;
  }
  .main-slider .banner-content {
      width: 60%;
      margin-top: 20px;
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 20px;
  }
}

/*----- Cient-holder Section
--------------------------------------------------------------*/
#client-holder {
    background: #EDEBE4;
    padding: 105px 0;
    margin-bottom: 180px;
}


/*----- Featured Books Section
--------------------------------------------------------------*/
.bookshelf {
    margin-bottom: 60px;
}
.slick-dotted.slick-slider{
    margin-bottom: 00px;
}
#quotation{
    border-bottom: 1px solid #E0E0E0;
}

.bookshelf .product-list {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 0px;
}
.bookshelf figure.product-style {
    width: 25%;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
}
.product-style img.product-item {
    background: #EFEEE8;
    border: 1px solid #EAE8DF;
    padding: 58px 52px;
    cursor: pointer;
    width: 320px;
    height: 450px;
    object-fit: cover;
}
.product-style button.add-to-cart {
    background: #000;
    color: #fff;
    width: 70%;
    height: 50px;
    text-transform: uppercase;
    text-align: center;
    line-height: 3;
    position: absolute;
    bottom: 300px;
    left: 40px;
    z-index: 9;
    opacity: 0;
    transition: 0.5s ease-out;
}
.product-style:hover button.add-to-cart {
    bottom: 380px;
    opacity: 1;
}
.product-style figcaption {  
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.product-style figcaption>h3 {
    font-size: 1.2em;
    font-weight: 500;
    color: #74642F;
    margin: 0;
}
.product-style figcaption>p {
    font-size: 1em;

}
.product-style .item-price {
    color: #74642F;
    font-size: 1.3em;
}

@media screen and (max-width: 660px) {
  .product-style img.product-item {
    height: 275px;
    object-fit: contain;
    margin: 0 auto;
    padding: 10px;
  }
}

/*----- Best Selling Section Section
--------------------------------------------------------------*/
#best-selling {
    background: #EDEBE4;
    padding: 140px 0;
    margin-bottom: 180px;
    overflow: hidden;
}
#best-selling .container {
    max-width: 1000px;
}
#best-selling .products-thumb {
    width: 50%;
    margin-right: 120px;
}
#best-selling .product-entry {
    width: 50%;
    margin-top: 100px;
}
#best-selling .product-entry h3.item-title {
    font-size: 1.8em;
    font-weight: 100;
    margin-top: 15px;
}
#best-selling .product-entry .item-price {
    font-size: 1.5em;
    color: #74642F;
    margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  #best-selling .products-thumb {
      width: 60%;
      margin-right: 60px;
  }
  #best-selling .product-entry {
      margin-top: 40px;
  }
}

@media screen and (max-width: 820px) {
  #best-selling .grid {
      flex-wrap: wrap;
  }
  #best-selling .products-thumb {
      width: 60%;
      margin: 0 auto 80px;
  }
  #best-selling .product-entry {
      width: 60%;
      margin: 0 auto;
  }
}

/*----- Popular Books Section
--------------------------------------------------------------*/
.tab-content {
    position: relative;
}
.tab-content .grid {
    flex-wrap: wrap;
    justify-content: end;
}
[data-tab-content] {
    opacity: 0;
    display: none;
    visibility: hidden;
    height: 0;
}
.active[data-tab-content] {
    opacity: 1;
    display: block;
    visibility: visible;
    height: auto;
}
.tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 55px 0; 
    justify-content: center;
}
.tabs .tab {
    font-weight: 600;
    color: #999;
    margin-right: 50px;
    cursor: pointer;
}
.tabs .tab.active,
.tabs .tab:hover {
    color: #111;
    border-bottom: 2px solid #9A884C;
}
.tab-content img.books-image {  
    height: 290px;
    margin-right: 10px;
    margin-bottom: 20px;
    object-fit: cover;
}

@media screen and (max-width: 1220px) {
  .bookshelf figure.product-style {
      width: 33%;
  }
}

@media screen and (max-width: 980px) {
  .bookshelf figure.product-style {
      width: 50%;
  }
  .bookshelf .tabs .tab {
      margin-right: 25px;
  }
}

@media screen and (max-width: 680px) {
  .bookshelf figure.product-style {
      width: 50%;
  }
  .product-style button.add-to-cart {
      width: 80%;
      left: 30px;
  }
}

/*----- Quotation Section
--------------------------------------------------------------*/
#quotation .section-title.divider,
#quotation .section-title.divider:after {
    margin: 0 auto;
}
#quotation blockquote {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 60px;
}
#quotation q {
    display: block;
    font-size: 1.2em;
    padding: 40px 0;
}
#quotation .author-name {
    font-family: "Prata", Georgia,serif;
    font-size: 1.4em;
}

@media screen and (max-width: 1320px) {
  #quotation blockquote {
      width: 90%;
  }
}

/*----- Special Offer Section
--------------------------------------------------------------*/
#special-offer .section-header {
    background: #EDEBE4;
    padding: 140px 0 220px;
    margin-bottom: -141px;
    z-index: -1;
}
#special-offer .section-title {
    width: 70%;
    margin: 0 auto;
}
span.prev-price {
    color: #999;
    font-size: 0.8em;
    padding-right: 10px;
    text-decoration: line-through;
}


/*----- Subscribe Section
--------------------------------------------------------------*/
#subscribe {
    background: #EDEBE4;
    padding: 140px 0;
    margin-bottom: 180px;
}
#subscribe .container {
    max-width: 1110px;
}
#subscribe .subscribe-content {
    width: 50%;
    margin-left: 15px;
}
#subscribe .subscribe-content input[type="text"] {
    background: none;
    border: none;
    width: 252px;
}
#subscribe form#form {
    width: 70%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #6F6F6F;
}

::-webkit-input-placeholder {
    color: #7A7A7A; /* WebKit browsers */
}
:-ms-input-placeholder {
    color: #7A7A7A;/* Internet Explorer 10+ */
}


@media screen and (max-width: 1200px) {
  #subscribe form#form {
      width: 90%;
  }
  #subscribe .subscribe-content input[type="text"] {
      width: 100%;
  }
  #subscribe .btn-subscribe {
      width: 30%;
  }
}

@media screen and (max-width: 980px) {
  #subscribe .grid {
      flex-wrap: wrap;
      justify-content: center;
  }
  #subscribe .section-title {
      width: 60%;
      margin: 0 auto 50px;
  }
  #subscribe p {
      width: 80%;
      text-align: center;
      margin: 30px auto;
  }
  #subscribe .subscribe-content {
      width: 65%;
  }
  #subscribe form#form {
      margin: 0 auto;
  }
}

@media screen and (max-width: 780px) {
  #subscribe form#form {
      width: 90%;
  }
  #subscribe .subscribe-content {
      width: 90%;
  }
}


/*----- Latest Blog Section
--------------------------------------------------------------*/
#latest-blog {
    margin-bottom: 180px;
}
#latest-blog article.column {
    width: 31%;
    margin-bottom: 60px;
}
#latest-blog figure {
    margin-bottom: 30px;
}
#latest-blog .meta-date {
    font-family: "Prata", Georgia, serif;
    color: #74642F;
    padding-bottom: 20px;
}
#latest-blog h3 {
    font-size: 1.7em;
    font-weight: 500;
}
#latest-blog .links-element {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #C8C8C8;
    padding-top: 20px;
}
#latest-blog .categories {
    text-transform: uppercase;
}
.social-links li { 
    padding-right: 20px;
}

@media screen and (max-width: 999px) {
  #latest-blog h3 {
      font-size: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  #latest-blog .grid {
      flex-wrap: wrap;
  }
  #latest-blog article.column {
      width: 100%;
  }
}

/*----- Contact Section
--------------------------------------------------------------*/
#download-app {
    background: #EDEBE4;
    padding: 140px 0;
    margin-bottom: 180px;
    overflow: hidden;
    z-index: 0;
}
#download-app .container {
    max-width: 1040px;
}
#download-app figure {
    width: 40%;
    z-index: 0;
}
#download-app .app-info {
    padding-top: 170px;
    width: 60%;
    margin-left: 50px;
}
#download-app .app-info p {
    margin-bottom: 50px;
}

@media screen and (max-width: 820px) {
  #download-app .grid {
      flex-wrap: wrap;
  }
  #download-app figure {
      margin: 0 auto;
  }
  #download-app .app-info {
      width: 70%;
      margin: 0 auto;
      padding-top: 80px;
  }
}

/*----- Footer Section
--------------------------------------------------------------*/
footer#footer {
    padding-bottom: 80px;
    margin-top: 100px;
    margin-bottom: 60px;
    border-bottom: 1px solid #E0E0E0;
}
#footer .footer-item {
    width: 40%;
    margin-right: 100px;
}
#footer .footer-item img.footer-logo {
    margin-bottom: 40px;
}
#footer .footer-item p {
    width: 80%;
}
#footer .footer-menu {
    width: 15%;
    margin-right: 40px;
    margin-bottom: 40px;
}
#footer .footer-menu:last-child {
    margin-right: 0;
}
.footer-menu h5 {
    font-size: 1.5em;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 40px;
    text-transform: capitalize;
}

@media screen and (max-width: 1080px) {
  #footer .footer-item {
    margin-right: 40px;
  }
}
@media screen and (max-width: 980px) {
  #footer .grid {
      flex-wrap: wrap;
  }
  #footer .footer-item {
      width: 75%;
      margin-bottom: 40px;
  }
  #footer .footer-menu {
      width: 21%;
  }
}
@media screen and (max-width: 680px) {
  #footer .footer-item {
      width: 100%;
  }
  #footer .footer-menu {
      width: 40%;
      margin-right: 0;
  }
}