
body {
  font-family: "Open Sans", sans-serif;
  color: #585a61; 
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}


a {
  color: #05163b;
}

a:hover {
  color: #7b94c9;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  background:#FEF9F3;
  padding: 30px 0;
  margin-bottom: 70px;
 
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 4.7vw;
  font-weight: 700;
  line-height: 5vw;
  color: #000000;
  font-family: "Poppins", sans-serif;
}
#hero .logo {
 width: 80px;
  margin-left: 8.33%;
  position: relative;
  top: 30px;
}

#hero h2 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 35px;
  
}
.icon-play{
  margin-right: 14px;
  width: 40px;
  padding-left: 5px;
  margin-top: 2px;
  
}
.icon-apple{
  margin-right: 14px;
  width: 34px;
  padding-left: 5px;
  margin-top: 4px;
  
}
.icon-text{
  margin-top: 5px;
}
/*  */
.btn-store {
  font-family: "Raleway", sans-serif;
  min-width: 170px;
  background:#ffffff;
  border-radius: 8px !important;
  padding: 7px 20px ;
  box-shadow: 0px 10px 15px rgba(39, 38, 38, 0.4);
  border-color: #00000012 !important;
  margin-left: 10px;
 
}
/* a.btn.btn-store{
  
} */
.btn-store:focus, 
.btn-store:hover {
  color: #ffffff !important;
  background-color: #E74E40;
  border-color: #E74E40 !important;
  box-shadow: 0px 15px 20px rgba(235, 141, 141, 0.4);
  opacity: 35;
  transform: translateY(-7px);
 
}

.btn-store .btn-label, 
.btn-store .btn-caption {
  display: block;
  text-align: left;
  font-weight: 600;
  line-height: 1;
}
.btn-store .btn-label {
  font-size: 10px;
}
.btn-store .btn-caption {
  font-size: 16px;
}
#hero h3 {
  color: #000000;
  margin-bottom: 70px;
  padding: 1px;
  font-size: 17px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
/* #hero .download-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 8px 24px 10px 46px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #47536e;
  position: relative;
}

#hero .download-btn:hover {
  background: #5777ba;

} */
#hero .image{
padding-left: 100px;
}
/* #hero .download-btn i {
  font-size: 20px;
  position: absolute;
  left: 18px;
  top: 8.5px;
}

#hero .download-btn + .download-btn {
  margin-left: 20px;
} */
#carouselExampleSlidesOnly .active > img {
  -webkit-animation: bummer 1s;
   animation: bummer 10s;
  -webkit-transform: scale(0.5,0.5); 
  transform: scale(1,1);
 }
 
 @-webkit-keyframes bummer {
  100% {
   -webkit-transform: scale(0.8); 
  }
 }
 
 @keyframes bummer {
  100% {
   transform: scale(0.8); 
   }
  }

@media (max-width: 991px) {
  #hero {
    text-align: center;
    width: 100%;
  }
  .btn-store .btn-label {
    font-size: 9px;
  }
  .btn-store .btn-caption {
    font-size: 16px;
  }
  .icon-play{
    width: 35px;
    padding-left: 15px;
    
  }
  .icon-apple{
    width: 27px; 
  }
  
  .btn-store {
    min-width: 200px;
    padding: 7px 20px ;
    margin-left: 6px;
 
  }
  #hero .image{
    padding-left: 30px;
    }
  #hero .download-btn + .download-btn {
    margin: 0 10px;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  #hero h2 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  #hero h3 {
    font-size: 12px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 45%;
  }
}

@media (max-width: 575px) {

  #hero .hero-img img {
    width: 70%;
  }
}


/*--------------------------------------------------------------
# App Features
--------------------------------------------------------------*/
.section-title{  
  text-align: center;
}
.features .content {
  padding: 30px 0;
}

.features .content .icon-box {
  margin-top: 25px;
}

.features .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #E74E40;
}

.features .content .icon-box p {
  font-size: 15px;
  color: #979aa1;
  margin-left: 60px;
}
.features .image{
  padding-left: 20px;
}
@media (max-width: 991px) {
  .features .image {
    text-align: center;
  }
  .features .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .features .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
}

.gallery .owl-nav, .gallery .owl-dots {
  margin-top: 40px;
  text-align: center;
}

.gallery .owl-item {
  transition: 0.3s ease-in-out;
}

.gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #eff2f8 !important;
}

.gallery .owl-dot.active {
  background-color: #E74E40 !important;
}

.gallery .gallery-carousel {
  padding-top: 30px;
}

.gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

@media (min-width: 992px) {
  .gallery .gallery-carousel .center {
    border: 6px solid #E74E40;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
    border-radius: 25px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 30px 0;
  color: #47536e;
  font-size: 14px;
  background: #E74E40;

}



#footer .footer-top {
  padding: 60px 0 30px 0;
  background:#FEF9F3;
  margin-top: 40px;
}
#footer .footer-top .footer-image {
  width: 5%;
  margin-bottom: 30px;

}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #000000;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #8a8c95;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #47536e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul  {
  padding-right: 2px;
  color: #55585f;
  font-size: 16px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #8a8c95;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #5777ba;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #E74E40;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #27282c;
  color: #fff;
  text-decoration: none;
}


@media (max-width: 991px) {
 
  #footer .footer-top .footer-image {
    text-align: center;
  }
  #footer .footer-top .footer-image img {
    max-width: 60%;
  }
  #footer .footer-top .footer-contact{
    text-align: center;
  }
  #footer .footer-top .footer-links ul li {
    text-align: center;
  }
}

@media (max-width: 667px) {
  #footer .footer-top .footer-image img {
    max-width: 90%;
  }
}

.mobile-header{
  display: none;
  width: 100vw;
}
.store-inner.desktop{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.store-inner .store-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  font-family: "Raleway", sans-serif;
  border-radius: 8px !important;
  padding: 8px 10px;
  box-shadow: 0 3px 6px #27262621;
  width: 170px;
  margin: 5px;
}
.store-inner .store-wrap .img-wrap{
  width: 20%;
}
.store-inner .store-wrap .img-wrap img{
  width: 100%;
}
.store-inner .store-wrap .text-wrap{
  width: calc(100% - 20%);
  padding-left: 8px;
}
.store-inner .store-wrap .sm-text{
  font-size: 11px;
  margin: 0;
  color: #000000;
  font-weight: 600;
}
.store-inner .store-wrap .lg-text{
  font-size: 14px;
  margin: 0;
  color: #000000;
  font-weight: 600;
}

@media (max-width: 1440px){
  #hero{
    padding: 80px 0 50px;
  }
  #hero .logo {
    width: 70px;
    top: -20px;
  }
}
@media (max-width: 1199.98px){
  .banner-text-wrap{
    text-align: center;
    margin-top: 25px;
  }
  .store-inner.desktop{
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  #hero{
    padding: 120px 0 0;
  }
  #hero .logo {
    margin: 30px auto 30px;
    position: unset;
    width: 70px;
  }
  .store-inner .store-wrap{
    width: 30%;
  }
  .store-inner.desktop{
    display: none;
    justify-content: center;
  }
  .store-inner{
    display: none;
  }
  .mobile-header{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 0;
    box-shadow: 0 3px 6px #27262640;
    position: fixed;
    top: 0;
    z-index: 10;
    background: #fff;
  }
  .store-inner .store-wrap{
    padding: 6px 8px;
  }
  .store-inner .store-wrap .sm-text{
    font-size: 9px;
  }
  .store-inner .store-wrap .lg-text{
    font-size: 12px;
  }
  .store-inner .store-wrap .text-wrap{
    padding-left: 5px;
  }
}