/*-----------------------------------------------------------------------------------

    Template Name: bigboost
    Template URI: themes.pixelstrap.com/bigboost
    Description: This is E-commerce website
    Author: Pixelstrap
    Author URI: https://themeforest.net/user/bigboost

----------------------------------------------------------------------------------- */
/* 1. General CSS
   1.1. Button CSS
   1.2. Title CSS
   1.3. Slick slider CSS
   1.4  Loader css start
   1.5. Image ratio CSS
   1.6. Styling Selectbox */
/* 2. Header CSS */
/* 3. Home slider CSS  */
/* 4. Timer CSS  */
/* 5. Service CSS */
/* 6. Category CSS  */
/* 7. Blog CSS  */
/* 8. Banner  CSS  */
/* 9. Collection banner CSS */
/* 10. Product Box CSS */
/* 11. Theme tab CSS */
/* 12. Slider CSS */
/* 13. Collection section CSS */
/* 14. Logo CSS */
/* 15. Lookbook CSS */
/* 16. Instashop CSS */
/* 17. Portfolio css */
/* 18. Theme modal CSS */
/* 19. Add to cart CSS */
/* 20. Footer CSS */
/* 21. Tap to top CSS */
/* 22. Inner pages CSS */
/* 23. theme setting box CSS */
/* 24. RTL CSS */
/* 25. Menu CSS */
/* 26. Dark CSS */
/* 27. Responsive CSS */
/*=====================
    1. General css start
==========================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  background: #ffffff;
  font-size: 14px;
  padding-top: 80px;
}
.affix {
  top: 20px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal; }

h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase; }

h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase; }

h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #444444; }

h4 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #999999; }

h5 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #555555; }

h6 {
  font-size: 14px;
  font-weight: 400;
  color: #999999; }
  .m-t-15{
    margin-top: 15px;
  }
  .m-t-30{
    margin-top: 30px;
  }

ul {
  padding-left: 0;
  margin-bottom: 0; }

li {
  display: inline-block;
  font-size: 14px; }

p {
  font-size: 1rem;
  color: #1d1d1d;
 }

span {
  line-height: 1.5; }

a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }
  a:hover {
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease; }
  a:focus {
    outline: none; }

button:focus, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
select.form-control:not([size]):not([multiple]), input.form-control:not([size]):not([multiple])  {
  height: calc(2.25rem + 2px);
}
.form-control {
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px; }
  .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #ced4da; }

del {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 400; }

[data-notify="progressbar"] {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px; }

.progress-bar {
  background-color: #19a340; }

.progress-bar-info {
  background-color: #00829a; }

section, .section-t-space {
  padding-top: 80px; }

.section-b-space {
  padding-bottom: 50px; }

.border-section {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }

.border-b {
  border-bottom: 1px solid #38352f; }

.grey-bg {
  background-color: #f5f5f5; }

.theme-bg {
  background-color: #e0eece; }

.padding-l {
  padding-left: 8px;
  padding-right: 8px; }

.light-grey-bg {
  background-color: #f8f7f8; }

.small-section {
  padding-top: 30px;
  padding-bottom: 30px; }

.light-layout {
  background-color: #f8f8f8; }
.m-r-15{
  margin-right: 15px;
}
.text-violet{
  color: #8A0C6F !important;
}
.form-group label{
  font-size: 0.8rem;
}
.p-t-100{
  padding-top: 100px;
}
/*=====================
   Home page css
==========================*/
.navbar {
  padding: 0;
}
.navbar .btn{
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color:#4caf50 ;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-purple, .btn-purple:hover{
  background-color: #8A0C6F;
  color: #FFF;
}
header.header-2 .content-header .left-section {
  width: 100%;
  padding-right: 0px;
}
header.header-2 .header-top .brand-logo img {
   width: 100%; 
}
.ml-auto, .mx-auto {
  margin-left: auto!important;
}

.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25,25,25,.1);
  box-shadow: 0 10px 15px rgba(25,25,25,.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25,25,25,.1);
  background: #fff;
}
.sky-blue {
  background: #f4feff;
}
.light-gray{
  background-color: #F4FCF4;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #63004E;
  border: 1px solid #63004E;
  border-radius: 0.25rem;
  color: #FFF;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 2.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  color: #FFF;
}

/*========================================
Buttons css
=========================================*/
.greengradient-btn {
  background-image: linear-gradient(to right, rgb(76, 175, 80) 0%, rgb(59, 160, 63) 51%, rgb(28, 121, 32) 100%);
  color: #FFF;
  background-position: right bottom;
  transition: all .5s ease-out;
}
.greengradient-btn:hover {
  background-position: 100%;
  background-image: linear-gradient(to right, rgb(28, 121, 32)  0%, rgb(59, 160, 63) 51%,rgb(76, 175, 80) 100%);
  color: #fff;
  text-decoration: none;
  background-position: left bottom;
}
.btn-primary {
  color: #fff;
  background-color: #003458;
  border-color: #003458;
}
.btn-primary:hover {
  color: #fff;
  background-color: #003458;
  border-color: #003458;
}
/*========================================
Header section hero slider
=========================================*/
.hero-slider{
  padding:92px 0 0 0;
  background: url("../images/top_bg.jpg");
  background-color: #EEF5F7;
   background-position: top center;
    background-repeat: no-repeat;
}
.hero-slider .caption-block{
  display: block;
  padding-top: 80px;
}
.hero-slider h1, .hero-slider p{
  font-family: 'Montserrat', sans-serif;
}
.hero-slider h1{
  font-size: 3rem;
  font-weight: 900;
}
.hero-slider h1 span{
  color: #8A0C6F;
  font-weight: bold;
}
.big-text{
  font-size: 20px;
  line-height: 28px;
}
.radius-btn {
  border-radius: 50px;
}
.theme-button {
  background-image: linear-gradient(to right, #8A0C6F 0%, #8A0C6F 30%, #63004E 100%);
  -webkit-transition: all .4s cubic-bezier(0.165,.84,.44,1)!important;
  transition: all .4s cubic-bezier(0.165,.84,.44,1)!important;
  color: #FFF;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  text-transform: uppercase;
  font-size: 1em;
}
.theme-button:hover{
  color: #FFF;
}
.btn-lg{
  padding: 15px 43px;
}
.theme-button:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 20px 38px rgba(0,0,0,.16);
  box-shadow: 0 20px 38px rgba(0,0,0,.16);
}
.section-heading{
  font-size: 3rem;
  font-weight: 900;
}
.section-heading small{
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: none;
}
.section-heading span{
  font-weight: bold;
}
.green-color{
  color: #4caf50;
}
.navyblue-color{
  color: #003458;
}
/*listing cards UL*/
.listing-cards {
  margin: 18px 0 0;
  padding: 0;
}
.listing-cards li {
  width: 100%;
  display: table;
  border-bottom: 1px solid #ededed;
  list-style: none;
  padding: 15px 0 10px;
}
.listing-cards .card-icon {
  display: table-cell;
  width: 70px;
}
.listing-cards .card-icon img {
  max-width: 44px;
}
.listing-cards .card-body {
  display: table-cell;
  vertical-align: top;
  padding: 0px;
}
.listing-cards .card-body h3 {
  font-size: 16px;
  color: #222;
  margin: 0 0 6px;
  font-weight: bold;
}
.listing-cards .card-body p{
  margin-bottom: 0px;
}
/*Features box*/
.feature-box {
  -webkit-transition: .4s;
  transition: .4s;
  padding: 15px ;
  background-color: #FFF;
  border: 1px solid #F4F4F4;
  cursor: pointer;
}

.rounded-4 {
  border-radius: 10px;
}
.feature-box:hover {
  border: 1px solid transparent!important;
  box-shadow: 0 40px 60px rgba(0,0,0,.08);
}
/*=========================================
Become franchise
==========================================*/
.lgx-banner3 {
  background: url(../images/become-franchise-bg.jpg) top center no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.text-white{
  color: #FFF !important;
}
.partnerform{
  display: block;
  background-color:rgba(255,255,255,.9);
  padding: 30px;
}
/*available app area */
.available-app-area {
  position: relative;
  padding-top: 150px;
  padding-bottom: 0px;
}

.available-app-area {
  background-image: -moz-linear-gradient(0deg, #6c19f6 0%, #f9218d 100%);
  background-image: -webkit-linear-gradient(0deg, #6c19f6 0%, #f9218d 100%);
  background-image: -ms-linear-gradient(0deg, #6c19f6 0%, #f9218d 100%);
}
.available-app-area .app-shape .app-shape-top {
  position: absolute;
  top: 100px;
  left: 125px;
}

.heartbeat {
  animation: heartbeat 1s infinite alternate;
}
.available-app-area .app-shape .app-shape-left {
  position: absolute;
  left: 0;
  bottom: 0;
}
.heartbeat {
  animation: heartbeat 1s infinite alternate;
}
/*===========================
Footer CSS
=============================*/
footer{
  background-color: #010508;
  padding: 15px 0;
  text-align: center;
}
footer p{
  margin-bottom: 0px;
  color: #EEF5F7;
  font-size: 0.8rem;
}

@-webkit-keyframes 
heartbeat{
  to{
    -webkit-transform:scale(1.7);
    transform:scale(1.7)
  }
}

/*Media Query CSS*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait)
{ 
  header .navbar {
    padding: 5px 0;
}
  .hero-slider h1 {
    font-size: 2rem;
  }
  .hero-slider .caption-block {
    padding-top: 0px;
}
.section-heading {
  font-size: 2rem;
  line-height: 2rem;
}
.feature-box {
 margin-bottom: 15px;
}
}
