.banner.home-banner .bg {
  height: 100vh;
}
@media (max-width: 768px) {
  .banner.home-banner .bg {
    height: 560px;
  }
}
@media (max-width: 540px) {
  .banner.home-banner .bg {
    height: 320px;
  }
}
.banner.home-banner .bg .banner-wrapper {
  bottom: 0%;
  text-align: center;
}
.banner.home-banner .bg .banner-wrapper .content h1 {
  color: var(--white);
  text-transform: unset;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .banner.home-banner .bg .banner-wrapper .content h1 {
    margin-bottom: 20px;
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .banner.home-banner .bg .banner-wrapper .content h1 {
    margin-bottom: 5px;
    font-size: 35px;
  }
}
@media (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .content h1 {
    font-size: 28px;
  }
}
.banner.home-banner .bg .banner-wrapper .content button.scroll-btn {
  animation: scroll 1.5s ease-in-out infinite forwards;
  margin-bottom: 25px;
}
@keyframes scroll {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(10px);
  }
}
@media (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .content button.scroll-btn img {
    width: 40px;
  }
}

.new-secA {
  padding: 80px 20px;
}
@media (max-width: 991px) {
  .new-secA {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .new-secA {
    padding: 50px 0;
  }
}
@media (max-width: 540px) {
  .new-secA {
    padding: 40px 0;
  }
}
.new-secA .container.flex {
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 991px) {
  .new-secA .container.flex {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .new-secA .container.flex {
    flex-direction: column;
  }
}
.new-secA .container.flex .left-a, .new-secA .container.flex .right-a {
  flex: 1;
}
.new-secA .container.flex .left-a {
  text-align: center;
}
@media (max-width: 768px) {
  .new-secA .container.flex .right-a {
    padding: 0 20px;
  }
}
@media (max-width: 540px) {
  .new-secA .container.flex .right-a {
    padding: 0;
  }
}
.new-secA .container.flex .right-a h6 {
  font-size: 24px;
  line-height: 28px;
  font-family: Baloo;
  text-transform: none;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .new-secA .container.flex .right-a h6 {
    text-align: center;
  }
}
@media (max-width: 540px) {
  .new-secA .container.flex .right-a h6 {
    line-height: 1;
    padding-bottom: 10px;
  }
}
.new-secA .container.flex .right-a p {
  font-size: 16px;
  color: #666666;
  padding-bottom: 15px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .new-secA .container.flex .right-a p {
    padding-bottom: 10px;
  }
}
.new-secA .container.flex .right-a p.sub-heading {
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .new-secA .container.flex .right-a p.sub-heading {
    text-align: center;
  }
}
@media (max-width: 540px) {
  .new-secA .container.flex .right-a p.sub-heading {
    font-size: 18px;
    padding-bottom: 10px;
  }
}/*# sourceMappingURL=whatsnew.css.map */