/**
* Template Name: HeroBiz
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/herobiz-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/**
* Check out variables.css for easy customization of colors, typography, and other repetitive properties
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

a {
  color: var(--color-links);
  text-decoration: none;
}

a:hover {
  color: var(--color-links-hover);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;;
}
.pl-10{padding-left: 80px;}
img{width: 100%;}

.link-btn{background: #175CC4; border-radius: 60px; padding: 15px 50px; color: #fff; font-size: 15px; font-weight: 700; display: inline-block; margin-top: 40px; }
.link-btn:hover{background: #0d479f; color: #fff;}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--color-white);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #3C4148;
}
.section-header span {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #FF9E02; display: block;
}

.section-header h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #3C4148;
}

.section-header p {
  margin: 0 auto;
  color: var(--color-secondary-light);
}

@media (min-width: 1280px) {
  .section-header p {
    max-width: 80%;
  }
}


.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 995;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--color-white);
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(var(--color-primary-rgb), 0.85);
  color: var(--color-white);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header.sticked {
  background: var(--color-white);
  box-shadow: 0px 2px 20px rgba(var(--color-secondary-rgb), 0.1);
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px; max-width: 178px;
}



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

.hero-bg{background: rgb(255,192,2);
  background: radial-gradient(circle, rgba(255,192,2,1) 5%, rgba(237,172,10,1) 49%, rgba(255,159,2,1) 71%, rgba(255,138,4,1) 100%);}

  .bg-design-1{width: 100%;
    padding: 0;
    background: var(--color-black);
    background: url("../img/diwali-images/diwali-design-1.png") top left;   
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    height: 100vh;
    background-size: contain;
    z-index: 10;
    }
    .bg-design-2{width: 100%;
      padding: 0;
      background: var(--color-black);
      background: url("../img/diwali-images/diwali-design-2.png") top right;   
      background-position: right;
      background-repeat: no-repeat;
      position: absolute;
      height: 100vh;
    background-size: contain;
      z-index: 10;
      }


      .footer-design-1{width: 100%;
        padding: 0;
        background: var(--color-black);
        background: url("../img/diwali-images/footer-design-01.png") top left;   
        background-position: left;
        background-repeat: no-repeat;
        position: absolute;
        height: 40vh;
        background-size: contain;
        z-index: 10;
        }
        .footer-design-2{width: 100%;
          padding: 0;
          background: var(--color-black);
          background: url("../img/diwali-images/footer-design-02.png") top right;   
          background-position: right;
          background-repeat: no-repeat;
          position: absolute;
          height: 40vh;
        background-size: contain;
          z-index: 10;
          }

     

      .banner-content{padding: 100px 0;}
      .banner-content h2{font-size: 32px; color: #fff; font-weight: 600;}
      .banner-content h1{font-size: 45px; color: #fff; font-weight: bold;}
      .banner-content h5{font-size: 24px; color: #fff; margin-top: 30px;}
      .text-left{text-align: left;}
       .text-right{text-align: right;}
      .z-999{z-index: 999;}

      
.hero-animated {
  width: 100%;
  min-height:auto;
 
  background-size: cover;
  position: relative;
}


.hero-animated h2 span {
  color: var(--color-primary);
}



.hero-animated .animated {
  /* margin-bottom: 60px; */
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 992px) {
  .hero-animated .animated {
    max-width: 45%;
  }
}

@media (max-width: 991px) {
  .hero-animated .animated {
    max-width: 60%;
  }
}

@media (max-width: 575px) {
  .hero-animated .animated {
    max-width: 80%;
  }
}

.hero-animated .btn-get-started {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: var(--color-white);
  background: var(--color-primary);
  font-family: var(--font-secondary);
}

.hero-animated .btn-get-started:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
}

.hero-animated .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  font-family: var(--font-secondary);
  color: var(--color-secondary);
  font-weight: 600;
}

.hero-animated .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero-animated .btn-watch-video:hover {
  color: var(--color-primary);
}

.hero-animated .btn-watch-video:hover i {
  color: rgba(var(--color-primary-rgb), 0.8);
}

@media (max-width: 640px) {
  .hero-animated h2 {
    font-size: 32px;
  }

  .hero-animated p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .hero-animated .btn-get-started,
  .hero-animated .btn-watch-video {
    font-size: 14px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}


.coupon-code {
  padding: 20px 20px ;
  width: 200px;
  text-align: center;
  position: relative;
  z-index: 3;
  margin: 40px auto 0 ;
  border-radius: 10px;
}

.c-text{font-size: 15px; color: #fff; font-weight: 500;}
.c-code{font-size: 18px; color: #fff; font-weight: 700; margin: 5px 0 0 0;}
.coupon-code:before {
  content: '';
  display: block;
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background:#ffc728;
  transform: scale(1.08);
  border-radius: 10px;
}
.coupon-code:after {
  content: '';
  display: block;
  width: 180px;
  padding: 20px;
  position: absolute;
  top: 12px;
  left: 10px;
  right: 10px;
  bottom: 12px;
  margin:0px;
  z-index: -1;
  border: 3px dashed #ff9803;
  border-radius: 10px;
}
/*--------------------------------------------------------------
# section-1 Start
--------------------------------------------------------------*/

.section-1{background-color: #DBE5F4; padding: 100px 0;}
.bg-design-3{width: 100%;
  padding: 0;
  background: var(--color-black);
  background: url("../img/diwali-images/diwali-design-3.png") top left;   
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  height: 100vh;
background-size: contain;
  z-index: 10;
  }
.offer-img img{max-width: 100%!important;}
      .d-products img{max-width: 100%!important;}
      .pro-info{padding: 30px; position: relative;}
      .offer-tag{position: absolute; width: 40px; height: 40px; right: 20px; top: -22px;}
      .pro-info label{font-size: 13px; color: #9198A4; font-weight: 500; margin: 12px 0 0 0;}

      .pro-amt .offer-amt{font-size: 15px; color: #3C4148; font-weight: 800;}
      .pro-amt .amt{font-size: 14px; color: #9198A4; font-weight: 500; margin-left: 5px; margin-bottom: 10; text-decoration: line-through;}
      .product-1, .product-2, .product-3{background: #fff; border-radius: 10px; overflow: hidden;}
      .product-1 .pro-bg{background: #548FD1; padding:20px; border-radius: 10px 10px 0 0;}
      .product-2 .pro-bg{background: #73BFCC; padding:20px; border-radius: 10px 10px 0 0;}
      .product-3 .pro-bg{background: #7FABE8; padding:20px; border-radius: 10px 10px 0 0;}
      
      .pro-logo img{width: 30px; height: 30px;}
      .pro-logo h3{font-size: 21px; color: #3C4148; font-weight: 700; margin-left: 15px; margin-bottom: 0;}


/*--------------------------------------------------------------
# section-1 END
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# section-2 Start
--------------------------------------------------------------*/

.section-2{background-color: #fff; padding: 100px 0;}

.bg-design-4{width: 100%;
  padding: 0;
  background: var(--color-black);
  background: url("../img/diwali-images/diwali-design-4.png") top right;   
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  height: 100vh;
background-size: contain;
  z-index: 10;
  }
.section-2 img{max-width: 90%!important; width: 100%;}

.section-2 p{color: #9198A4; font-size: 17px;}

/*--------------------------------------------------------------
# section-2 End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# section-3 Start
--------------------------------------------------------------*/

.section-3{background-color: #FFEDD0; padding: 100px 0;}

.bg-design-5{width: 100%;
  padding: 0;
  background: var(--color-black);
  background: url("../img/diwali-images/diwali-design-5.png") top left;   
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  height: 100vh;
background-size: contain;
  z-index: 10;
  }
.section-3 img{max-width: 80%!important; width: 100%;}

.section-3 p{color: #3C4148; font-size: 17px;}
.section-3 h2{color: #175CC4; font-size: 23px; font-weight: 800;}

.blue-title{font-size: 18px; color: #175CC4; font-weight: 700; margin-bottom: 0;}
.gray-title{font-size: 18px; color: #3C4148; font-weight: 700;}
.gray-text{font-size: 16px; color: #3C4148; font-weight: 700;}
.gray-text span{color: #175CC4;}
.section-3 p span{color: #175CC4;}

/*--------------------------------------------------------------
# section-3 End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# section-3 Start
--------------------------------------------------------------*/

.section-4{background-color: #fff; padding: 100px 0;}

.bg-design-4{width: 100%;
  padding: 0;
  background: var(--color-black);
  background: url("../img/diwali-images/diwali-design-4.png") top right;   
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  height: 100vh;
background-size: contain;
  z-index: 10;
  }
.section-4 img{max-width: 50%!important; width: 100%;}

.section-4 p{color: #9198A4; font-size: 17px; text-align: center;}

.section-4 h2{color: #175CC4; font-size: 23px; font-weight: 800;}




/*--------------------------------------------------------------
# section-3 End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-h2{color: #fff; font-size: 26px; font-weight: 800;}
.footer-h5{color: #744B01; font-size: 16px; font-weight: 600; margin-top: 20px;}
.footer-h5 a{font-weight: 800; color: #744B01; }
.footer-h5 a:hover{color: #4D3100;}


.footer {
  color: var(--color-white);
  font-size: 14px;
}



.footer .footer-legal {
  padding: 20px 0;
  background: #175CC4;
}

.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: var(--color-white);
}

.footer .footer-legal .credits a {
  color: var(--color-primary-light);
}

.footer .footer-legal .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(var(--color-white-rgb), 0.1);
  color: var(--color-white);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-legal .social-links a:hover {
  background: var(--color-primary);
  text-decoration: none;
}

@media (max-width: 575px) {
  .diwali-diya {
    display:none
  }
}

@media (max-width: 768px) {
  .diwali-diya {
    display:none
  }
  .banner-content {padding: 40px 20px}
  .pl-10{padding-left: 0;}
}

/* @media (min-width: 992px) {
  .diwali-diya {
    display:none
  }
} */