@import url("./btn.css");

.text-red {
  color: var(--red-color);
}

.text-blue {
  color: var(--primary-color);
}

.title-box .title span {
  font-weight: 600;
}

/*======================= HEADER CSS STARTS HERE =======================*/

.header-top {
  width: 100%;
  height: auto;
  background-color: var(--primary-color);
  padding: 8px 0;
  display: none;
}

.header-top .social-links a {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid var(--secondary-color);
  margin-right: 4px;
  width: 26px;
  height: 26px;
  transition: 0.3s;
  background: var(--secondary-color);
  border-radius: 50%;
}

.header-top .social-links a:hover {
  background: #fff;
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.top-address p {
  margin-bottom: 0;
  font-size: 12px;
  display: inline-block;
}

.top-address p a,
.top-address p span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.top-address p span i,
.top-address p a i {
  font-size: 13px;
  color: #fff;
  margin-right: 10px;
}

.top-address p span,
.top-address p a {
  margin-right: 20px;
}

.header-card {
  width: 100%;
  height: auto;
  padding: 10px 0;
  z-index: 99;
}

.header-card ul li {
  margin-right: 30px;
  font-size: 17px;
}

.header-card ul li a {
  color: #012542;
  font-weight: 500;
}

.header-card ul li:last-child {
  margin-right: 0px;
}

.header-card ul li .nav-link.active,
.header-card ul li .nav-link:hover {
  color: var(--red-color);
}

.header-logo img {
  max-width: 150px;
}

/*======================= HEADER CSS END HERE =======================*/

/*======================= BANNER CSS STARTS HERE =======================*/

.bannerSwiper {
  background: linear-gradient(90deg, rgb(18, 80, 159) 0%, rgb(3, 93, 189) 100%);
}

.banner_area {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 50px 0 50px 00;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  max-height: 690px !important;
  height: 690px;
  position: relative;
}

.cta-content {
  padding: 60px 0 60px 60px;
}

.bnr-cont {
  position: relative;
  z-index: 2;
}

.banner_area .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.2;
}

.banner_area .swiper-pagination-bullet-active {
  opacity: 1;
}

.bnr-img {
  margin: 30px 0px;
  min-height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bnr-cont .subtitle {
  padding: 1px 20px 0px 20px;
  border-radius: 20px;
  margin: 0;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  text-align: right;
  text-transform: capitalize;
  background-color: rgb(0, 170, 233);
  border: 2px solid rgb(0, 170, 233);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
}

/*======================= BANNER CSS END HERE =======================*/

/*======================= SERVICES CSS STARTS HERE =======================*/

.service-card {
  border-radius: 10px;
  padding: 25px;
  background-image: linear-gradient(0deg, #fff 0%, #c4efff 100%);
  position: relative;
  z-index: 2;
  transition: 0.5s;
  border: 1px solid #e6eefb;
  overflow: hidden;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.service-icn {
  display: inline-block;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 44px;
  margin-bottom: 15px;
  transition: all 0.5s ease-in-out;
}

.service-card:hover .service-icn {
  margin-top: -5px;
}

.service-icn img {
  width: 100%;
}

.service-card h4 {
  color: #131313;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 30px;
}

.service-card p {
  font-size: 16px;
  line-height: 28px;
  color: #616161;
  font-weight: 400;
  padding: 0 0 14px 0;
}

.service-card .service-btn a {
  border-radius: 0;
  margin-top: 0;
  transition: all 400ms linear;
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
  color: #262626;
  font-weight: 500;
  display: block;
  position: relative;
}

.service-card .service-btn a:before {
  position: absolute;
  content: "";
  bottom: 14px;
  z-index: 1;
  transition: 0.4s;
  opacity: 0.302;
  width: 78px;
  height: 1px;
  background: #616161;
  left: 48px;
  right: 0;
  margin: auto;
}

.service-card .service-btn a i {
  position: absolute;
  right: 0;
  top: -7px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  border: 1px solid #e6eefb;
  transition: 0.4s;
  color: #262626;
}

.service-card.style-one {
  background: var(--primary-color);
}

.service-card.style-one h4,
.service-card.style-one p,
.service-card.style-one a {
  color: #fff;
}

.service-card.style-one .service-icn {
  font-size: 52px;
  color: #fff;
}

.service-card.style-one h4 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
}

/*======================= SERVICES CSS ENDS HERE =======================*/

/*======================= PRODUCT CSS STARTS HERE =======================*/

.product_area {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  background: #009de938;
}

.product_area .slider1 {
  overflow-x: hidden;
  padding: 0 10px;
  position: relative;
}

.product_area .slider1 .swiper-pagination {
  bottom: auto;
}

.swiper-pagination-bullet {
  width: 25px;
  height: 8px;
  border-radius: 3px;
  background-color: var(--primary-color);
  opacity: 0.1;
}

.bannerSwiper .swiper-pagination-bullet {
  background-color: #ffffffa8;
  opacity: 1;
}

.bannerSwiper .swiper-pagination {
  bottom: 45px !important;
}

.bannerSwiper .swiper-pagination-bullet-active {
  background-color: #fff;
}

.product_area .swiper-button-next,
.product_area .swiper-button-prev {
  cursor: pointer;
  color: #fff;
  width: 42px;
  height: 42px;
  background: var(--primary-color);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.06);
}

.product_area .swiper-button-next::after,
.product_area .swiper-button-prev::after {
  font-size: 22px;
}

.product_area
  .slider1
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color);
  opacity: 1;
}

.swiper_buttons {
  display: flex;
  justify-content: end;
  gap: 10px;
}

.product_area .swiper-button-next,
.product_area .swiper-button-prev {
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
}

.product_area .swiper-slide {
  height: auto;
}

.product-item {
  height: 100%;
}

.sidebar-item ul.cat-list li {
  padding: 10px 35px;
}

.product-card {
  border-radius: 6px;
  padding: 10px;
  background: #fff;
  position: relative;
  z-index: 2;
  transition: 0.5s;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(128, 128, 128, 0.16);
  display: flex;
  flex-direction: column;
}

.product-img {
  text-align: center;
  padding: 0;
  background: transparent;
  border-radius: 6px;
  margin-bottom: 0;
  overflow: hidden;
  min-height: 230px;
  height: 230px;
}

.ratings i {
  color: #ffb21d;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-dis {
  padding: 15px;
  padding-bottom: 0px;
}

.product-dis h4 {
  font-weight: 600;
  font-size: 22px;
}

.product-dis-hd h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
}

.product-dis-hd h3 {
  font-size: 24px;
  font-weight: 600;
}

.product-dis-hd del {
  color: #888;
}

.product-dis-hd del span {
  font-size: 16px;
  color: #888;
}

.off-price {
  color: #22a622;
  font-size: 18px;
  white-space: pre;
}

.product-dis p {
  font-size: 16px;
  line-height: 26px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}

.product-card .main-blue-btn {
  margin-top: auto;
  width: fit-content;
  margin-left: 15px;
  margin-right: 15px;
}

/*======================= PRODUCT CSS ENDS HERE =======================*/

/*======================= FAQ's CSS STARTS HERE =======================*/

.faq-wrapper .faq-image {
  text-align: left;
}

.faq-wrapper .faq-image img {
  width: 90%;
}

.faq-content .accordion-item {
  border: 0;
  background-color: var(--white-color);
  border-radius: 15px;
  color: #131313;
}

.faq-content .accordion-item .accordion-header {
  border-radius: 15px;
  margin-bottom: 0;
  box-shadow: none !important;
}

.faq-content .accordion-item .accordion-header .accordion-button::after {
  font-weight: 400;
  transition: all 0.3s ease-in-out !important;
  background-image: url("../img/chevron-right.svg");
  color: #131313;
}

.faq-content .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: transparent;
  border: 1px solid rgba(128, 128, 128, 0.16);
  padding: 15px 20px;
  color: #272727;
  border-radius: 0px;
  font-weight: 500;
  letter-spacing: 0.2px;
  box-shadow: none;
  text-transform: capitalize;
  font-size: 16px;
}

.faq-content
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed)::after {
  background-image: url("../img/chevron-down.svg");
  font-weight: 400;
  color: var(--primary-color);
  transform: rotate(0);
  border-radius: 15px;
}

.faq-content .accordion-item .accordion-header .accordion-button::after {
  transition: all 0.3s ease-in-out !important;
}

.faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-right: 50px;
  padding-left: 20px;
  padding-top: 15px;
  background-color: #f3f7fb;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  line-height: 26px;
}

.faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 500;
  color: var(--primary-color);
  letter-spacing: 0.2px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: #f3f7fb;
  padding: 15px 20px 0;
  text-transform: capitalize;
  font-size: 16px;
  border: 1px solid transparent;
}

/*======================= FAQ's CSS ENDS HERE =======================*/

/*======================= NEWSLETTER CSS STARTS HERE =======================*/

.footer-newsletter {
  padding: 80px 0;
  background: #060a14;
  border-bottom: 1px solid rgba(255 255 255 / 20%);
}

.footer-newsletter h2 {
  font-size: 40px;
  line-height: 55px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: capitalize;
}

.footer-newsletter .newsletter-form {
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.footer-newsletter .newsletter-form .form-control {
  color: #fff;
  max-width: 670px;
  height: 75px;
  max-width: 760px;
  margin-right: 0;
  margin-left: auto;
  border-radius: 5px;
  border: 1px solid rgba(255 255 255 / 30%);
  background-color: transparent;
  box-shadow: none !important;
}

.footer-newsletter .newsletter-form .form-control::placeholder {
  color: #fff;
}

.footer-newsletter .newsletter-form .main-btn {
  position: absolute;
  height: 51px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  line-height: 51px;
}

/*======================= NEWSLETTER CSS ENDS HERE =======================*/

/*======================= FOOOTER CSS ENDS HERE =======================*/

.ftr-links > h4::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 2px;
  height: 3px;
  width: 55px;
  background: #00aae9;
}

.footer-sec {
  background: #00012e;
  padding-top: 70px;
  position: relative;
}

.ftr-links ul li a {
  display: block;
  color: #fff;
  transition: all 0.5s ease-in-out;
  text-wrap: nowrap;
}

.ftr-links ul li a:hover {
  color: var(--primary-color);
}

.ftr-cntct {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.footr-icn {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #00aae9;
  min-width: 35px;
  min-height: 35px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  margin-right: 10px;
  line-height: 35px;
}

.ftr-cntct p {
  margin-bottom: 0;
  color: #fff;
  margin-right: 10px;
}

.footer-social-media-icons {
  display: flex;
  gap: 10px;
}

.footer-social-media-icons a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

.footer-social-media-icons a:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.cpy-rt {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.cpy-rt p {
  color: #fff;
}

.cpy-rt p a {
  font-weight: 700;
  color: #00aae9;
  transition: all 0.5s ease-in-out;
}

.cpy-rt p a:hover {
  color: var(--primary-color);
}

.call-top {
  position: absolute;
  top: -48px;
  padding: 24px;
  background: #ff4444;
  text-align: center;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-wrap: nowrap;
}

.call-top h4 {
  margin-bottom: 0px;
  line-height: 0;
}

.call-top a {
  color: #fff;
  font-size: calc(1.275rem + 0.3vw);
  line-height: normal;
  font-weight: 600;
}

.call-top i {
  display: inline-block;
  transform-origin: center;
  animation: call-zigzag 1s ease-in-out infinite;
  will-change: transform;
  font-size: 1.5rem;
}

@keyframes call-zigzag {
  0% {
    transform: translateX(0) rotate(0deg);
  }

  10% {
    transform: translateX(-4px) rotate(-8deg);
  }

  30% {
    transform: translateX(4px) rotate(6deg);
  }

  50% {
    transform: translateX(-4px) rotate(-6deg);
  }

  70% {
    transform: translateX(0) rotate(0deg);
  }

  90% {
    transform: translateX(0) rotate(0deg);
  }

  100% {
    transform: translateX(0) rotate(0deg);
  }
}

/*======================= FOOTER CSS ENDS HERE =======================*/

.buy_now_wrp {
  margin: 25px 0px;
}

.ratings {
  margin-bottom: 4px;
}

.cta-img img {
  width: 100%;
}

.blog-btn a {
  color: #fff;
  width: fit-content;
}

.solutions-sec {
  padding: 80px 0px;
  background: #f1fbff;
}

.page-title h1 {
  margin-bottom: 0px;
}

.qr-img {
  margin: 0px 0px 20px;
}

.customised {
  padding-top: 80px;
}

.customise_box {
  background: #6e7fff;
  padding: 50px 40px;
  border-radius: 10px;
  color: #fff;
}

.cstm_1 {
  background: #3c8dc8;
}

.cstm_2 {
  background: #f04754;
}

.customise_box h4 {
  font-weight: 600;
}

.customise_box p {
  margin-bottom: 0px;
}

.app-landing {
  position: relative;
}

.app-landing .app-desc {
  text-align: left;
}

.app-landing .app-desc p {
  max-width: 100%;
}

.app-landing-img img {
  width: 350px;
}

.app-landing::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 64%;
  background: #f1fbff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  left: 0px;
}

.app-landing .container {
  position: relative;
}

.cta-img img {
  width: 350px;
}

.number-box .container-fluid {
  padding: 0px 15px;
}

.download_btn,
.install_btn,
.detail_btn,
.document_btn {
  display: flex;
  align-items: center;
  margin: 15px 0px;
  flex-direction: column;
  gap: 10px;
}

.document_btn a {
  padding: 7px 30px;
  color: #5c5c5c;
  border: 1px solid #5c5c5c;
  background: #0000;
  font-size: 16px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  transition: 0.5s;
}

.document_btn a:hover {
  background: #5c5c5c;
  color: #fff;
}

.install_btn a {
  padding: 7px 30px;
  color: #ff4646;
  border: 1px solid #ff4646;
  background: #0000;
  font-size: 16px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  transition: 0.5s;
}

.install_btn a:hover {
  background: #ff4646;
  color: #fff;
}

.detail_btn a {
  padding: 7px 30px;
  color: #22a230;
  border: 1px solid #22a230;
  background: #0000;
  font-size: 16px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  transition: 0.5s;
}

.detail_btn a:hover {
  background: #22a230;
  color: #fff;
}

.video-wrp {
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.prodct_heading h2 {
  font-weight: 600;
}

.btn-watch-video {
  line-height: 32px;
  height: 40px;
  border-radius: 22px;
  display: inline-block;
  background: rgb(255, 51, 51);
  color: white;
  text-decoration: none;
  padding: 4px 46px 5px 20px;
  position: relative;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 200ms ease-in;
}

.btn-watch-video .fa {
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: solid 1px white;
  position: absolute;
  top: 3px;
  right: 4px;
  text-indent: 4px;
}

.btn-watch-video:hover {
  padding-right: 50px;
  padding-left: 24px;
}

.video_modal video {
  width: 100%;
}

.video_modal .btn_close {
  position: absolute;
  right: 12px;
  top: 12px;
  color: #fff;
  opacity: 1;
  z-index: 9;
  background: var(--primary-color);
  width: 35px;
  height: 35px;
  border: 0px;
  border-radius: 4px;
  font-size: 18px;
}

.video_modal .modal-dialog {
  max-width: 650px;
}

.detail_main .detail_image {
  border-radius: 0;
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.solution-box {
  position: relative;
  height: calc(100% - 24px);
  padding: 24px;
  margin-bottom: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #eee;
  transition: all 0.3s ease-in-out;
}

.solution-box .icon {
  height: 50px;
  width: 50px;
  margin-bottom: 24px;
  position: relative;
}

.solution-box:hover.solution-box .num {
  color: #6cb8ff;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px rgba(71, 151, 255, 0.21);
  text-stroke: 2px rgba(71, 151, 255, 0.21);
}

.solution-box .num {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 50px;
  color: #eee;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px rgba(196, 196, 196, 0.21);
  text-stroke: 2px rgba(196, 196, 196, 0.21);
  font-weight: 700;
}

.solution-box .icon::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -8px;
  height: 40px;
  width: 40px;
  background: #00aae91f;
  border-radius: 50%;
  z-index: 1;
}

.category-list li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 16px;
}

.category-list li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../img/landing-page/check-icon.png");
  background-size: cover;
}

.category-img-box {
  height: 350px;
  width: 100%;
}

.category-img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.deal-week {
  position: relative;
  height: 100%;
  width: 100%;
}

.deal-week video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.deal-week .video-bx {
  position: relative;
  height: 355px;
  width: 100%;
}

.deal-week .video-bx iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.countdown {
  display: flex;
  gap: 12px;
  align-items: center;
}

.time-box {
  background: #00aae9;
  padding: 18px 22px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(11, 107, 230, 0.06);
  min-width: 84px;
  border-radius: 0px;
}

.time-box .num {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.time-box .label {
  display: block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.deal-card .white-btn {
  width: fit-content;
}

.product-box {
  padding: 1rem;
  border-radius: 0px;
  height: calc(100% - 24px);
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.product-box p.badge.bg-blue {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.product-img-box {
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-bottom: 24px;
  background-color: #fff;
}

.product-img-box img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.product-box .main-mrp {
  font-size: 18px;
  line-height: 1.7;
}

.product-box .main-mrp span {
  text-decoration: line-through;
}

.product-box .discount {
  color: green;
  font-size: 18px;
  line-height: 1.7;
}

.product-box .main-blue-btn {
  text-align: center;
}

/* smart home css start  */

.smart-home-box .icon {
  height: 50px;
  width: 50px;
}

.smart-home-box .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.smart-home {
  background: #ffdcc7;
  padding: 64px;
}

.cta-video-box {
  background-color: #000;
  height: 100%;
}

.shorts-sec {
  border-radius: 0px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.shorts-sec .swiper-wrapper {
  transition-timing-function: linear !important;
}

.about-img-box {
  position: relative;
  height: 100%;
  width: 100%;
}

.about-img-box {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}

.video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.play-btn {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  background: rgba(10, 102, 255, 0.92);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  border: 3px solid rgba(255, 255, 255, 0.12);
}

.play-btn .fa-play {
  font-size: 32px;
  margin-left: 4px;
}

.play-btn {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow:
      0 6px 18px rgba(0, 0, 0, 0.25),
      0 0 0 0 rgba(10, 102, 255, 0.7);
  }

  50% {
    box-shadow:
      0 6px 18px rgba(0, 0, 0, 0.25),
      0 0 0 15px rgba(10, 102, 255, 0);
  }

  100% {
    box-shadow:
      0 6px 18px rgba(0, 0, 0, 0.25),
      0 0 0 0 rgba(10, 102, 255, 0);
  }
}

@media (max-width: 768px) {
  .play-btn {
    width: 72px;
    height: 72px;
  }

  .play-btn .fa-play {
    font-size: 22px;
    margin-left: 2px;
  }
}

.footer-sec .footer-cta-text {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.footer-top {
  padding: 40px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.category-box {
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  height: calc(100% - 24px);
  margin-bottom: 24px;
}

.category-box .category-content {
  position: relative;
  z-index: 1;
}

.category-box .category-content .small-heading {
  position: absolute;
  bottom: 20px;
  left: 14px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.category-box .category-content .sub-heading {
  position: absolute;
  bottom: -140px;
  left: 10px;
  line-height: 1.5;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.category-box:hover.category-box .category-content .small-heading {
  bottom: 90px;
  left: 12px;
}

.category-box:hover .category-content h4 {
  padding-bottom: 20px;
}

.category-box:hover.category-box .category-content .sub-heading {
  bottom: 0;
}

.category-img-box {
  height: 100%;
  position: relative;
}

.category-box:hover.category-box .category-img-box::before {
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 255, 0), rgb(3, 16, 21));
}

.category-img-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 255, 0), rgb(4, 50, 68));
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.smart-home-box.logo img {
  height: 80px;
  width: 160px;
}

/* Blending section css start  */

.blending-sec .flex-block img {
  height: auto;
  max-width: 110px;
  object-fit: contain;
  width: max-content;
}

.blending-sec .image-block {
  height: 50px;
  width: 50px;
  margin: 0 auto;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}

.blending-sec .image-block i {
  font-size: 22px;
  color: #ff4646;
}

.blending-sec .right-info {
  row-gap: 80px;
  position: relative;
}

.blending-sec .right-info:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 100%;
  width: 1px;
  transform: translate(-50%, -50%);
  background: #d0d0d063;
}

.blending-sec .right-info:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background: #d0d0d063;
}

.blending-sec .info-count {
  max-width: 220px;
  text-align: center;
}

.blending-sec .info-count.left-auto {
  margin-left: auto;
}

.blending-sec .right-info .after-sec {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  padding: 26px;
}

.blending-sec .after-sec .image-block {
  margin: 0 auto;
  height: 80px;
  width: 80px;
  background-color: #fff;
}

.blending-sec .after-sec img {
  height: 32px;
  width: 36px;
  animation: spin 10s linear infinite;
}

.brilliant-sec-box .icon {
  max-width: 50px;
  margin-bottom: 20px;
}

.brilliant-sec-box {
  height: calc(100% - 24px);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.cta-bottom-box {
  background: #eef5ff;
  padding: 64px;
}

.cta-bottom-box .title-box .title {
  color: #000;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.testi-sec {
  background-image: url("/themes/new/img/landing-page/testimonial-img.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.testi-sec .testiSwiper,
.shorts-sec .shortsSwiper {
  overflow: hidden;
}

.testi-sec .testimonial-content {
  padding: 24px;
  background-color: #fff;
  border: 1px solid #eee;
  min-height: 300px;
  height: calc(100% - 1rem);
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.alice-blue {
  background: rgba(240, 248, 255, 0.829);
}

.app-section-box {
  padding: 60px;
  background-color: #00aae9;
}

.qrcode-container {
  width: fit-content;
  margin: 0 auto;
}

.qrcode-container-box a img {
  width: 170px;
}

.qrcode-container-box .download-img {
  height: unset;
  margin-top: 24px;
}

.feature-bx {
  height: calc(100% - 24px);
  margin-bottom: 24px;
  border: 1px solid #eee;
  transition: all 0.3s ease-in-out;
}

.feature-bx:hover {
  transform: translateY(-5px);
}

.e-commerce-bx .icon {
  height: 120px;
  width: 120px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.e-commerce-bx .icon img {
  height: auto;
  width: 100px;
}

ul.contact-details {
  list-style: none;
  margin-top: 16px;
}

.contact-details li {
  margin-bottom: 8px;
}

.contact-details li a {
  color: #000;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  display: flex;
  gap: 12px;
}

.contact-details li a i {
  height: 30px;
  width: 30px;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-details li a:hover {
  color: #00aae9;
}

.contact-box a {
  color: #00aae9;
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  background: #fff;
  color: #000;
  padding: 30px;
  width: 45%;
}

.contact-box a:hover {
  color: #00aae9;
}

.cta-bottom-box .contact-link i {
  width: 40px;
  height: 40px;
  background-color: #00aae91c;
}

@media (max-width: 1600px) {
  .category-img-box {
    height: 250px;
  }

  .category-box .category-content .sub-heading {
    bottom: -156px;
  }

  .category-box:hover.category-box .category-content .sub-heading {
    bottom: 18px;
    font-size: 16px;
    line-height: 1.3;
  }

  .banner_area {
    max-height: 700px !important;
    height: 100%;
    padding: 50px 0 70px 0 !important;
  }

  .product-box {
    padding: 12px;
  }
}

@media only screen and (max-width: 1600px) and (min-width: 1200px) {
  .category-box:hover.category-box .category-content .sub-heading {
    bottom: -6px;
  }
}

@media (max-width: 1300px) {
  .category-box:hover.category-box .category-content .small-heading {
    bottom: 114px;
    left: 12px;
  }
}

@media (max-width: 1399px) {
  .header-card ul li {
    margin-right: 0;
    font-size: 14px;
  }

  #navbarSupportedContent ul {
    gap: 15px;
  }
}

@media (max-width: 991px) {
  .banner_area {
    max-height: 100% !important;
  }

  .contact-link {
    width: 49%;
  }
}

@media (max-width: 768px) {
  .bannerSwiper .bnr-cont img {
    width: 100% !important;
  }

  .time-box .num {
    font-size: 32px;
  }

  .footer-sec .footer-cta-text {
    font-size: 32px;
  }

  .banner_area {
    height: unset;
  }

  .deal-card {
    padding: 0;
  }

  .countdown {
    width: 100%;
  }

  .deal-left {
    width: 100%;
    margin-bottom: 14px;
  }

  .blending-sec .right-info .title {
    font-size: 28px;
  }

  .cta-bottom-box {
    padding: 24px;
  }

  .qrcode-container {
    flex-direction: column;
  }

  .call-top {
    position: static;
    transform: none;
  }
}

@media (max-width: 767px) {
  .bannerSwiper .swiper-pagination {
    bottom: 34px !important;
  }

  .qrcode-container-box .download-img {
    margin-top: 0;
  }

  .category-box:hover.category-box .category-content .small-heading {
    bottom: 72px !important;
  }
}

@media (max-width: 575px) {
  .cta-bottom-box .contact-link i {
    margin-bottom: 5px;
  }

  .contact-link {
    width: 100% !important;
  }

  .app-section .app-section-box .app-img img {
    left: 17px;
  }

  .app-img::before {
    content: none;
  }

  .time-box .num {
    font-size: 24px;
  }

  .time-box {
    padding: 12px 12px;
    min-width: 60px;
    gap: 0px;
  }

  .time-box .label {
    margin-top: 0px;
  }

  .smart-home-box.logo img {
    height: auto;
    width: 120px;
  }

  .sub-heading {
    font-size: 16px;
  }

  .app-img img {
    position: relative;
    max-width: 100%;
  }

  .app-img::before {
    height: 300px;
    max-width: 300px;
  }

  .app-section-box {
    padding: 24px;
  }

  .smart-home {
    padding: 24px;
  }
}

@media (max-width: 500px) {
  .category-box:hover.category-box .category-content .small-heading {
    bottom: 102px !important;
  }

  .category-box:hover .category-first h4 {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 450px) {
  .bannerSwiper .swiper-pagination {
    bottom: 43px !important;
  }

  .blending-sec .flex-block img {
    max-width: 90px;
  }

  .time-box .num {
    font-size: 30px !important;
  }
}

@media (max-width: 400px) {
  .category-box:hover.category-box .category-content .small-heading {
    bottom: 121px !important;
  }
}
