:root {
  --clr-primary: #121a27;
  --clr-white: #fff;
  --clr-black: #000;
  --clr-paragraph: #494949;
  --clr-light: #e9e9e9;
  --clr-neutral-background: #f4f7ff;
  --font-family: "Montserrat", sans-serif;
  --para-font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0px !important;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0rem;
  padding-right: 0rem;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: var(--font-family);
}

html,
body {
  background-color: white;
  width: 100%;
  scroll-behavior: smooth;
  height: 100%;
}

.success {
  color: green;
  font-weight: 500;
}

.failed {
  color: red;
  font-weight: 500;
}

.home-navlinks a {
  color: var(--clr-btn-dark) !important;
}

.corner-round {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: crisp-edges;
}

.full-rounded-corner {
  border-radius: 50px;
}

.global {
  color: #2d2e30;
}

#main-banner {
  width: 100%;
  height: 600px;
  background-image: url("../images/avatech-interactive-led-banner-2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* #main-banner-smart-mobile-screen {
  width: 100%;
  height: 800px;
  background-image: url("../images/smart-interactive-leds-banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} */

#main-banner-home {
  width: 100%;
  height: 700px;
  background-image: url("../images/avatech-banner-2.jpg");
  background-position: center;
  background-size: cover;
  image-rendering: crisp-edges;
  background-repeat: no-repeat;
}

#main-banner-lcd-video-wall {
  width: 100%;
  height: 650px;
  background-image: url("../images/lcd-video-walls/banner.jpg");
  background-position: center;
  background-size: cover;
  image-rendering: crisp-edges;
  background-repeat: no-repeat;
}

#main-banner-signage-wall {
  width: 100%;
  height: 650px;
  background-image: url("../images/digital-signage/home-banner.jpg");
  background-position: center;
  background-size: cover;
  image-rendering: crisp-edges;
  background-repeat: no-repeat;
}

#main-banner-smart-mobile-screen {
  width: 100%;
  height: 650px;
  background-image: url("../images/smart-mobile-screens/banner.jpg");
  background-position: center;
  background-size: cover;
  image-rendering: crisp-edges;
  background-repeat: no-repeat;
}

#main-banner-smart-interactive-leds {
  width: 100%;
  height: 650px;
  background-image: url("../images/interactive-flat-panel-display/banner.jpg");
  background-position: center;
  background-size: cover;
  image-rendering: crisp-edges;
  background-repeat: no-repeat;
}

#main-factory-banner {
  width: 100%;
  height: 400px;
  background-image: url("../images/factory-breadcrumb.jpg");
  background-position: center;
  background-size: cover;
  image-rendering: crisp-edges;
  background-repeat: no-repeat;
}

#main-contact-banner {
  width: 100%;
  height: 400px;
  background-image: url("../images/contact-us.jpg");
  background-position: center;
  background-size: cover;
  image-rendering: crisp-edges;
  background-repeat: no-repeat;
}

#main-certification-banner {
  width: 100%;
  height: 400px;
  background-image: url("../images/certificate-banner.jpg");
  background-position: center;
  background-size: cover;
  image-rendering: crisp-edges;
  background-repeat: no-repeat;
}

#main-banner-whiteboard {
  width: 100%;
  height: 650px;
  background-image: url("../images/whiteboard/banner.jpg");
  background-position: center;
  background-size: cover;
  image-rendering: crisp-edges;
  background-repeat: no-repeat;
}

.contact-us-btn {
  background-color: var(--clr-primary);
  text-transform: capitalize;
  color: var(--clr-white);
  border: none;
  font-weight: 400;
  padding: 8px 24px;
  transition: all 0.5s ease;
  font-size: 15px;
}

.contact-us-btn:hover {
  background-color: var(--clr-black);
  color: var(--clr-white);
}

.explore-buttons {
  display: flex;
  align-items: center;
  margin-top: 18px;
  gap: 20px;
}

.explore-buttons-2 {
  display: flex;
  align-items: center;
  margin-top: 6px;
  gap: 20px;
}

.explore-buttons-2 a {
  font-weight: 500 !important;
}

.explore-buttons-2 .btn-specs-2 {
  background-color: var(--clr-white);
  transition: all 0.5s ease;
  text-transform: capitalize;
  border: none;
  color: var(--clr-black);
  font-weight: 400;
  padding: 10px 26px;
  font-size: 15px;
}

.explore-buttons-2 .btn-specs-2:hover {
  cursor: pointer;
  background-color: var(--clr-primary);
  color: var(--clr-white);
}

.explore-buttons .btn-data {
  background-color: transparent;
  transition: all 0.5s ease;
  text-transform: capitalize;
  color: var(--clr-primary);
  border: 2px solid var(--clr-primary);
  font-weight: 500;
  padding: 8px 26px;
  font-size: 15px;
}

.explore-buttons .btn-data:hover {
  cursor: pointer;
  background-color: var(--clr-black);
  color: var(--clr-white);
}

.explore-buttons .btn-specs {
  background-color: var(--clr-primary);
  transition: all 0.5s ease;
  text-transform: capitalize;
  border: none;
  color: var(--clr-white);
  font-weight: 400;
  padding: 10px 26px;
  font-size: 15px;
}

.explore-buttons .btn-specs:hover {
  cursor: pointer;
  background-color: var(--clr-primary);
  color: var(--clr-white);
}

.content {
  width: 45%;
  margin-top: 8.5rem;
}

.content h1 {
  text-transform: capitalize;
  font-weight: 700 !important;
  color: var(--clr-primary);
  font-size: 36px;
}

.content p {
  margin-top: 18px !important;
  font-size: 14.5px;
  color: var(--clr-paragraph);
  font-family: var(--para-font-family);
  line-height: 24px;
}

.features {
  width: 100%;
  background: linear-gradient(to bottom, #dbe8f4 0%, #f5e8dc 100%);
  padding-block: 80px;
}

.specifications {
  width: 100%;
  background-color: var(--clr-bg-light);
  padding-block: 40px;
}

.home-card-section h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--clr-primary);
}

.home-card-section p {
  text-wrap: wrap;
}

.text-color {
  font-size: 14.5px;
  line-height: 24px;
  text-transform: capitalize;
  font-family: var(--para-font-family);
  color: var(--clr-paragraph);
}

.specifications h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--clr-primary);
}

.features h2 {
  font-size: var(--title-font-size);
  text-transform: uppercase;
  font-weight: 700;
  color: var(--clr-primary);
}

.features p {
  font-size: var(--paragraph-font-size);
  color: var(--clr-paragraph-dark);
}

.features-content {
  padding-inline: 40px;
}

.features-content h3 {
  font-size: var(--title-font-size);
  text-transform: uppercase;
  font-weight: 700;
  color: var(--clr-primary);
}

.features-content p {
  margin-top: 20px !important;
  margin-bottom: 30px !important;
  font-size: var(--paragraph-font-size);
  color: var(--clr-paragraph-dark);
  text-align: justify;
}

.features-content a {
  background-color: var(--clr-btn-dark);
  text-transform: uppercase;
  border: 2px solid var(--clr-btn-dark);
  color: var(--clr-white);
  font-weight: 600;
  padding: 10px 26px;
  font-size: 14px;
  margin-top: 20px !important;
}

.surface-slider h2 {
  font-size: var(--title-font-size);
  text-transform: uppercase;
  font-weight: 700;
  color: var(--clr-primary);
}

.surface-slider p {
  margin-top: 20px !important;
  margin-bottom: 30px !important;
  font-size: var(--paragraph-font-size);
  color: var(--clr-paragraph-dark);
  text-align: justify;
}

.surface-slider .card {
  min-height: 280px;
}

.where-we-use h3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--clr-primary);
}

.nav-tab-link .active {
  color: var(--clr-primary) !important;
  opacity: 0.8;
  font-weight: 600;
}

.nav-link:hover {
  color: var(--clr-primary) !important;
}

.nav-item-links {
  color: #575757 !important;
}

.space {
  margin-top: 70px;
}

.swiper-slide h5 {
  text-transform: capitalize;
  position: relative;
  font-weight: 600;
  font-size: var(--feature-title-font-size);
}

.swiper-slide a {
  font-size: var(--feature-paragraph-font-size);
  color: var(--clr-paragraph-dark);
}

.spec-section {
  border-top: 2px solid #e5e5e5;
  padding-block: 13px;
  padding-inline: 60px;
}

.spec-heading {
  font-weight: 600;
  font-size: 16px;
}

.spec-item {
  font-size: 14px;
  line-height: 1.8;
}

.spec-item strong {
  font-weight: 500;
  color: var(--clr-table-head);
}

.btn-specs-2 {
  background-color: var(--clr-primary);
  text-transform: uppercase;
  border: 2px solid var(--clr-primary);
  color: var(--clr-white);
  font-weight: 600;
  padding: 10px 26px;
  font-size: 14px;
  transition: all 0.5s ease;
  margin-top: 20px !important;
}

.btn-specs-2:hover {
  background-color: var(--clr-primary);
}

.bg-table-light {
  background-color: var(--clr-table-light);
}

#tab-card h5 {
  font-size: 28px;
  font-weight: 700;
}

.where-content {
  padding-inline: 40px !important;
  padding-block: 30px !important;
}

.where-content a {
  color: var(--clr-light) !important;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--para-font-family);
}

.card-custom {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  height: 450px;
  color: #fff;
  cursor: pointer;
  transition: transform 0.3s ease;
  border: 1px solid #20202018;
}

.card-custom:hover {
  transform: translateY(-5px);
}

.card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}

.card-custom:hover .card-bg {
  transform: scale(1.05);
}

.card-content {
  position: absolute;
  bottom: 25px;
  padding-inline: 20px;
  z-index: 2;
  transition: opacity 0.4s ease;
}

.card-button {
  position: absolute;
  bottom: 25px;
  padding-inline: 20px;
  opacity: 0;
  z-index: 3;
  font-size: 14px;
  transition: opacity 0.4s ease;
}

.card-custom:hover .card-content {
  opacity: 0;
}

.card-custom:hover .card-button {
  opacity: 1;
}

.card-content h4 {
  font-size: 22px;
  font-weight: 600;
}

.card-content p {
  margin-top: 5px !important;
  font-size: 14.5px;
  font-weight: 400 !important;
  font-family: var(--para-font-family);
  color: var(--clr-light);
}

/* Tabs container */
.feature-tabs {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}

/* Each tab */
.feature-tab {
  flex: 1;
  text-align: center;
  padding: 15px 20px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.feature-tab .icon {
  font-size: 28px;
  margin-bottom: 8px;
}

.feature-tab h6 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;
  line-height: 1.3;
}

.feature-tab p {
  font-size: 13px;
  line-height: 1.4;
  color: #666;
  font-weight: 400;
  margin: 0 auto;
  max-width: 200px;
}

/* Active tab underline */
.feature-tab.active {
  border-bottom-color: #2b78f5;
  /* Blue underline */
}

/* Tab content */
.tab-pane {
  display: none;
  /* padding-top: 40px; */
}

.tab-pane.active {
  display: block;
}

/* Content text */
.tab-pane h3 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 15px;
}

.tab-pane p {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  color: #444;
}

/* Button style */
.btn-outline-dark {
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 25px;
}

.home-specifications {
  width: 100%;
  padding-block: 40px;
  border-bottom: 1px solid #0000001a;
}

.solutions {
  background-color: var(--features-card-background-2);
}

.home-specifications h3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--clr-primary);
}

.home-specifications p {
  margin-top: 10px !important;
  font-size: 14.5px;
  font-family: var(--para-font-family);
  color: var(--clr-paragraph);
  line-height: 24px;
}

.certifications {
  padding-block: 40px;
}

.certifications h3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--clr-primary);
}

.certifications p {
  margin-top: 10px !important;
  font-size: 14.5px;
  font-family: var(--para-font-family);
  color: var(--clr-paragraph);
  line-height: 24px;
}

.pdf-card {
  padding-inline: 20px;
  padding-block: 30px;
  border-radius: 15px;
  background-color: var(--clr-white);
  border: 1px solid #20202018;
  box-shadow: rgba(0, 0, 0, 0.137) 0 3px 8px;
}

.pdf-card a {
  background-color: var(--clr-primary);
  text-transform: capitalize;
  border: 2px solid var(--clr-btn-dark);
  color: var(--clr-white);
  font-weight: 400;
  padding: 10px 24px;
  transition: all 0.5s ease;
  font-size: 16px;
  border-radius: 50px;
}

.pdf-card a:hover {
  cursor: pointer;
  background-color: var(--clr-black);
  color: var(--clr-white);
}

.where-we-use {
  background-image: url("../images/uses-background.jpg");
  background-position: center;
  background-size: cover;
  border-block: 1px solid #c0c0c05d;
  background-repeat: no-repeat;
}

.footer-bottom {
  text-align: center;
  padding: 15px 20px;
  background-color: var(--clr-primary);
  font-size: 15px;
  border-top: 1px solid #dddddd38;
  color: var(--clr-light);
}

footer {
  color: var(--clr-white) !important;
  padding-top: 60px;
  padding-bottom: 100px;
  width: 100%;
  background-image: url("../images/footer-back.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--clr-primary);
}

footer ul li a {
  color: #b8b8b8;
  font-size: 14px;
  transition: all 0.5s ease;
}

footer ul li a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

footer p {
  color: #b8b8b8;
}

footer ul li {
  line-height: 28px;
}

footer h4 {
  font-size: 22px;
  font-weight: 600;
}

.product-page-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-page-content h1 {
  text-transform: capitalize;
  font-weight: 700 !important;
  color: var(--clr-primary);
  margin-top: 35px !important;
  font-size: 40px;
}

.product-page-content p {
  font-size: var(--product-paragraph-font-size);
  color: var(--clr-paragraph-dark);
  line-height: 24px;
}

.footer-para {
  padding-right: 1rem !important;
  font-size: 14px;
}

.scroll-text {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  color: var(--clr-primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.8;
  animation: fadeInOut 3s infinite;
}

.smart-feature {
  padding-block: 60px;
}

@media (max-width: 576px) {
  .content {
    margin-top: 3.5rem;
    padding: 20px 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    width: 100%;
    z-index: -1;
  }

  #main-banner-home {
    height: 400px;
  }

  .content h1 {
    font-size: 28px;
  }

  .content p {
    display: none;
  }

  footer {
    padding-inline: 10px;
    padding-bottom: 70px;
  }

  .footer-para {
    padding: 0rem !important;
  }

  .navbar-collapse {
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    background: #fff;
  }

  .home-card-section p {
    text-wrap: wrap;
    padding: 0px !important;
  }

  .text-color {
    padding: 0px;
  }

  .btn-data {
    display: none;
  }

  .where-content {
    display: none !important;
  }

  .footer-sec {
    margin-top: 30px;
  }
}

/* .product-page */

.product-banner-content span {
  color: var(--clr-light);
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
}

.product-banner-content {
  width: 50%;
  margin-top: 9rem;
}

.product-banner-content-factory {
  width: 50%;
  margin-top: 5rem;
}

.product-banner-content h1 {
  text-transform: capitalize;
  margin-top: 5px !important;
  font-weight: 700 !important;
  color: var(--clr-light);
  font-size: 45px;
}

.product-banner-content-factory h1 {
  text-transform: capitalize;
  margin-top: 5px !important;
  font-weight: 700 !important;
  color: var(--clr-light);
  font-size: 45px;
}

.product-banner-content .explore-buttons .btn-specs {
  background-color: var(--clr-light);
  transition: all 0.5s ease;
  text-transform: capitalize;
  border: none;
  color: var(--clr-primary);
  font-weight: 500;
  padding: 10px 26px;
  font-size: 15px;
}

.explore-buttons .btn-specs:hover {
  cursor: pointer;
  background-color: var(--clr-black);
  color: var(--clr-white);
}

.product-banner-content p {
  margin-top: 15px !important;
  margin-bottom: 22px !important;
  font-size: 16px;
  font-family: var(--para-font-family);
  font-weight: 400 !important;
  color: #e4e4e4;
  line-height: 26px;
}

.overview h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 700 !important;
  color: var(--clr-primary);
  font-size: 36px;
}

.overview p {
  text-align: center;
  margin-top: 10px !important;
  font-size: 16px;
  font-family: var(--para-font-family);
  font-weight: 400 !important;
  color: #2d2e30;
  line-height: 26px;
  text-wrap: wrap;
}

.customized-overview {
  background-color: #f1f1f1;
  padding-block: 50px;
}

.customized-overview h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 700 !important;
  color: var(--clr-primary);
  font-size: 36px;
}

.customized-overview p {
  text-align: center;
  margin-top: 10px !important;
  font-size: 16px;
  font-family: var(--para-font-family);
  font-weight: 400 !important;
  color: #2d2e30;
  line-height: 26px;
  text-wrap: wrap;
}

.customized-overview-2 h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 700 !important;
  color: var(--clr-primary);
  font-size: 36px;
}

.customized-overview-2 p {
  text-align: center;
  margin-top: 10px !important;
  font-size: 16px;
  font-family: var(--para-font-family);
  font-weight: 400 !important;
  color: #2d2e30;
  line-height: 26px;
  text-wrap: wrap;
}

.feature {
  display: flex;
  align-items: center;
  width: 100%;
  height: 500px;
  background-image: url("../images/lcd-video-walls/after-overview.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#feature {
  padding: 20px 25px;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.feature h3 {
  text-transform: capitalize;
  font-weight: 700 !important;
  color: var(--clr-primary);
  font-size: 28px;
}

.feature p {
  margin-top: 14px !important;
  font-size: 16px;
  font-family: var(--para-font-family);
  font-weight: 400 !important;
  color: #2d2e30;
  line-height: 24px;
  text-wrap: wrap;
}

.features-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.icon-with-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.icon-with-text p {
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  font-family: var(--para-font-family);
  font-weight: 400 !important;
  color: #29292b;
  line-height: 20px;
  text-wrap: wrap;
}

.breadcrumb {
  display: inline-block;
  align-items: center;
  background-color: #ffffff21;
  padding: 8px 20px;
  border: 1px solid #00000017;
  border-radius: 5px;
  gap: 5px;
}

.breadcrumb li a {
  text-decoration: underline;
  color: #e9e9e9;
  font-size: 14px;
}

.breadcrumb li {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.screen-casting h3 {
  text-transform: capitalize;
  font-weight: 700 !important;
  color: var(--clr-primary);
  font-size: 30px;
}

.screen-casting p {
  font-size: 15px;
  margin-top: 14px !important;
  text-transform: capitalize;
  font-family: var(--para-font-family);
  font-weight: 400 !important;
  color: #29292b;
  line-height: 24px;
  text-wrap: wrap;
}

.lcd-sizes h3 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 700 !important;
  color: var(--clr-primary);
  font-size: 36px;
}

.lcd-sizes p {
  text-align: center;
  margin-top: 10px !important;
  font-size: 16px;
  font-family: var(--para-font-family);
  font-weight: 400 !important;
  color: #2d2e30;
  line-height: 26px;
  text-wrap: wrap;
}

.lcd-display {
  border: 1px solid #cfcfcf6c;
  background-color: #f7f7f7;
  padding-top: 20px;
  padding-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.089);
}

.lcd-display h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #cfcfcf6c;
  position: relative;
  font-weight: 600 !important;
  color: var(--clr-primary);
  font-size: 17px;
  margin-bottom: 13px !important;
}

.lcd-display img {
  transition: all 0.3s ease;
  transform: scale(1);
}

.lcd-display:hover {
  img {
    transform: scale(1.05);
  }
}

.card-back-image {
  width: 100%;
  height: 500px;
  background-image: url("../images/lcd-video-walls/banner-2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 150px !important;
}

.section-card-design {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid rgba(53, 53, 53, 0.158);
  padding-top: 30px;
  padding-bottom: 10px;
  padding-inline: 30px;
  border-radius: 5px;
  height: 300px;
  background-image: url("../images/lcd-video-walls/card-back.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-card-design h3 {
  text-transform: capitalize;
  font-weight: 700 !important;
  color: var(--clr-primary);
  font-size: 32px;
}

.section-card-design p {
  font-size: 16px;
  font-family: var(--para-font-family);
  font-weight: 400 !important;
  text-transform: capitalize;
  color: #2d2e30;
  line-height: 26px;
  text-wrap: wrap;
}

.section-card-design ul {
  display: flex;
  gap: 40px;
}

.section-card-design ul li {
  font-size: 14px;
  font-family: var(--para-font-family);
  font-weight: 400 !important;
  text-transform: capitalize;
  color: #2d2e30;
  line-height: 26px;
  text-wrap: wrap;
}

.section-card-design ul li span {
  font-size: 16px;
  font-family: var(--para-font-family);
  font-weight: 600 !important;
  text-transform: capitalize;
  color: #2d2e30;
  line-height: 26px;
  text-wrap: wrap;
}

.end-section {
  padding-block: 30px;
  height: 500px;
  border-radius: 10px;
  background-image: url("../images/lcd-video-walls/colorful-background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.end-section h3 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 700 !important;
  color: var(--clr-white);
  font-size: 32px;
}

.end-section p {
  text-align: center;
  margin-top: 10px !important;
  font-size: 16px;
  font-family: var(--para-font-family);
  font-weight: 400 !important;
  color: #f1f8ff;
  line-height: 26px;
  text-wrap: wrap;
}

.bento-item {
  overflow: hidden;
  height: 238px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
}

.bento-tall {
  height: 500px;
}

.bento-1 {
  bottom: 0% !important;
  background-color: #efefef;
}

#feature-1 {
  padding: 22px 25px;
  background-image: url("../images/digital-signage/feature-1.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
}

#feature-4 {
  padding: 22px 25px;
  background-image: url("../images/digital-signage/feature-2.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 500px;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
}

#feature-3 {
  padding: 22px 25px;
  background-image: url("../images/digital-signage/feature-3.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 238px;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
}

#feature-2 {
  padding: 22px 25px;
  background-image: url("../images/digital-signage/feature-4.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 238px;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
}

.feature-content h3 {
  text-transform: capitalize;
  font-weight: 700 !important;
  color: var(--clr-white);
  font-size: 28px;
}

.feature-content p {
  margin-top: 3px !important;
  font-size: 16px;
  font-family: var(--para-font-family);
  font-weight: 400 !important;
  color: #e4e4e4;
  line-height: 26px;
  text-wrap: wrap;
}

.product-section {
  display: flex;
  align-items: center;
  width: 100%;
  height: 300px;
  background-image: url("../images/digital-signage/text-back.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#product-section-inner h3 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 700 !important;
  color: var(--clr-white);
  font-size: 40px;
}

#product-section-inner p {
  text-align: center;
  margin-top: 8px !important;
  font-size: 18px;
  font-family: var(--para-font-family);
  font-weight: 400 !important;
  color: #e4e4e4;
  line-height: 26px;
  text-wrap: wrap;
}

.side-card-image img {
  border-radius: 10px;
}

.side-card-section h3 {
  text-transform: capitalize;
  font-weight: 700 !important;
  color: var(--clr-primary);
  font-size: 32px;
}

.side-card-section img {
  background-color: #fff;
  border: 1px solid #00000017;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.05);
}

.side-card-section p {
  margin-top: 12px !important;
  font-size: 16px;
  text-transform: capitalize;
  font-family: var(--para-font-family);
  font-weight: 400 !important;
  color: #29292b;
  line-height: 24px;
  text-wrap: wrap;
}

.side-card-section ul {
  display: flex;
  gap: 40px;
}

.side-card-section ul li span {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
}

.side-card-section ul li {
  text-transform: capitalize;
  font-size: 14px;
  font-family: var(--para-font-family);
  font-weight: 400 !important;
  color: #3d3d3d;
}

/* gsap */

.oyster-title {
  font-weight: 700;
  font-size: 2rem;
  color: #2d2a26;
}

.oyster-subtext {
  color: #555;
  font-size: 1rem;
  margin-bottom: 30px;
}

.feature-list {
  list-style: none;
  padding: 0% !important;
}

.feature-item {
  cursor: pointer;
  padding: 15px;
  overflow: hidden;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
  font-weight: 600;
  margin-top: 5px;
  color: #2d2a26;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.096);
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.05);
}

.feature-item.active {
  margin-top: 5px !important;
  background-color: #121a2715;
}

.image-box {
  border-radius: 25px;
  overflow: hidden;
  padding: 30px;
  text-align: center;
  min-height: 300px;
  position: relative;
}

.image-box img {
  width: 100%;
  /* max-width: 320px; */
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-text h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 700 !important;
  color: var(--clr-primary);
  font-size: 36px;
}

.top-text p {
  text-align: center;
  margin-top: 10px !important;
  font-size: 16px;
  font-family: var(--para-font-family);
  font-weight: 400 !important;
  color: #2d2e30;
  line-height: 26px;
  text-wrap: wrap;
}

.carousel-caption {
  text-align: left !important;
}

@media (max-width: 768px) {
  .oyster-title {
    text-align: center;
  }

  .oyster-subtext {
    text-align: center;
  }

  .image-box {
    margin-top: 40px;
  }
}

/* gsap end */

.end-section-2 h3 {
  text-transform: capitalize;
  font-weight: 700 !important;
  color: var(--clr-primary);
  font-size: 36px;
}

.end-section-2 img {
  border: 1px solid #00000015;
  border-radius: 10px;
}

.end-section-2 p {
  margin-top: 12px !important;
  font-size: 16px;
  text-transform: capitalize;
  font-family: var(--para-font-family);
  font-weight: 400 !important;
  color: #29292b;
  line-height: 24px;
  text-wrap: wrap;
}

.home-card-section .swiper-nav .swiper-button-prev,
.home-card-section .swiper-nav .swiper-button-next {
  position: static !important;
  width: 45px;
  height: 45px;
  background: #f5f5f5;
  border: 1px solid #00000023;
  border-radius: 50%;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.home-card-section .swiper-nav .swiper-button-prev:hover,
.home-card-section .swiper-nav .swiper-button-next:hover {
  background: #000;
  color: #fff;
}

.home-card-section .swiper-nav {
  flex-shrink: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
  font-weight: 800;
}

.main-product {
  padding-block: 40px;
  background-color: #f1f1f1b7;
  /* clip-path: circle(88% at 50% 100%); */
}

.feature-card-sec {
  background-image: url("../images/interactive-flat-panel-display/product-feature-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  border: 1px solid #00000017;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.feature-card-sec span {
  text-transform: capitalize;
  font-weight: 600 !important;
  color: var(--clr-primary);
  font-size: 18px;
  text-align: center;
}

.factory-card h3 {
  text-transform: capitalize;
  font-weight: 700 !important;
  color: var(--clr-primary);
  margin-top: 14px !important;
  font-size: 21px;
}

.factory-card p {
  margin-top: 10px !important;
  font-size: 15px;
  text-transform: capitalize;
  font-family: var(--para-font-family);
  font-weight: 400 !important;
  color: #29292b;
  line-height: 24px;
  text-wrap: wrap;
}

.factory-card img {
  border-radius: 10px;
}

.card-section {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  position: relative;
  cursor: pointer;
  height: 7rem;
}

.marketcardtitle {
  width: calc(100% - 2rem);
  background-color: #fff;
  color: var(--clr-primary);
  z-index: 10;
  position: absolute;
  padding-right: 30px;
  top: 0px;
  border-radius: 5px;
  border: 1px solid #00000031;
  transition: background-color 0.2s ease;
  text-decoration: none;
}

.marketcardtitleinner {
  margin: 30px 0 1.5rem 1.5rem;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}

.marketcardimage {
  width: calc(100% - 3rem);
  z-index: 0;
  position: relative;
  top: 2rem;
  left: 2rem;
  border-radius: 5px;
  height: 4.5rem;
}

.card-section:hover .marketcardtitle {
  background-color: #000;
  color: #fff !important;
}

.about-section {
  padding-bottom: 40px;
  border-bottom: 1px solid #00000017;
}

#about-content h2 {
  text-transform: capitalize;
  font-weight: 700 !important;
  color: var(--clr-primary);
  margin-top: 14px !important;
  font-size: 30px;
}
#about-content p {
  margin-top: 12px !important;
  font-size: 15px;
  text-transform: capitalize;
  font-family: var(--para-font-family);
  font-weight: 400 !important;
  color: #29292b;
  line-height: 26px;
  text-wrap: wrap;
}

#icon-section img {
  background-color: #fff;
  border: 1px solid #00000017;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.05);
}

#icon-section h4 {
  text-transform: capitalize;
  font-weight: 600 !important;
  color: var(--clr-primary);
  margin-top: 14px !important;
  font-size: 14px;
}

.customized-overview-2 h3 {
  text-transform: capitalize;
  font-weight: 700 !important;
  color: var(--clr-primary);
  margin-top: 14px !important;
  font-size: 24px;
}

#icon-section {
  background-color: #fff;
  border: 1px solid #00000017;
  border-radius: 10px;
  padding: 20px 20px;
  box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.05);
}

.contact-head h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--clr-primary);
  margin-bottom: 20px !important;
  line-height: 32px;
}

.contact-head h6 {
  font-size: 15px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 15px !important;
}

.form-data input {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: none;
  border: 2px solid #e4e7ee;
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #777;
}
.form-data input:focus,
.form-data textarea:focus {
  border: 1px solid #00000060;
  outline: none;
}
.form-data textarea {
  border: none;
  border: 2px solid #e4e7ee;
  border-radius: 8px;
  width: 100%;
  height: 150px;
  padding-top: 15px;
  padding-left: 15px;
}
.form-btn button {
  border-radius: 8px;
  background: transparent;
  color: #ededed;
  background-color: var(--clr-primary);
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 45px;
  text-transform: uppercase;
  border: none;
}

.contact-detail h5 {
  font-size: 28px;
  font-weight: 700;
  color: var(--clr-white);
}

.details {
  margin-top: 10px;
}

.details a {
  font-size: 14px;
  color: var(--clr-light);
}

.details p {
  margin-top: 20px !important;
  font-weight: 500;
  font-size: 16px;
  color: var(--clr-white);
}

.contact-detail {
  width: 100%;
  padding-inline: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 400px;
  background-image: url("../images/contact-side.jpg");
  background-position: center;
  border-radius: 10px;
  background-size: cover;
  image-rendering: crisp-edges;
  background-repeat: no-repeat;
}

.certificate-logos img {
  background-color: #fff;
  border: 1px solid #00000017;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 575.98px) {
  .contact-detail {
    margin-top: 20px;
  }
  .product-banner-content-factory h1 {
    font-size: 40px;
  }

  .product-banner-content-factory {
    width: 70%;
    margin-top: 3rem;
  }

  #main-contact-banner {
    height: 300px;
  }

  #main-factory-banner {
    height: 300px;
  }

  .spec-section {
    padding-inline: 20px;
  }
  .side-card-section ul {
    gap: 15px;
  }

  .side-card-section ul li span {
    font-size: 16px;
  }

  .side-card-section h3 {
    font-size: 28px;
  }

  .side-card-section p {
    font-size: 14px;
  }

  #product-section-inner h3 {
    font-size: 30px;
  }

  #product-section-inner p {
    font-size: 16px;
  }

  .product-banner-content {
    width: 100%;
    margin-top: 7rem;
  }

  .product-banner-content h1 {
    font-size: 38px;
  }

  .overview h2 {
    font-size: 30px;
  }

  .end-section {
    height: 300px;
  }

  .end-section p {
    display: none;
  }

  .overview p {
    font-size: 16px;
  }

  .customized-overview h2 {
    font-size: 30px;
  }

  .customized-overview p {
    font-size: 16px;
  }
  .customized-overview-2 h2 {
    font-size: 30px;
  }

  .customized-overview-2 p {
    font-size: 16px;
  }

  .feature {
    padding-inline: 20px;
  }

  .feature h3 {
    font-size: 26px;
    text-align: center;
  }

  .feature p {
    font-size: 14px;
    text-align: center;
  }

  .screen-casting h3 {
    text-align: center;
    font-size: 23px;
  }

  .screen-casting p {
    text-align: center;
    font-size: 14px;
  }

  .lcd-sizes h3 {
    font-size: 26px;
  }

  .lcd-sizes p {
    font-size: 14px;
  }

  .carousel-control-next {
    right: 15px;
  }

  .carousel-control-prev {
    left: 15px;
  }

  .home-card-section h2 {
    font-size: 24px;
  }
  #home-swiper-arrow {
    margin-top: 40px;
  }

  .swiper-nav {
    justify-content: start !important;
  }
  .end-section-2 h3 {
    font-size: 30px;
  }
  .top-text h2 {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .spec-section {
    padding-inline: 20px;
  }
  .side-card-section h3 {
    font-size: 28px;
  }
  .side-card-section p {
    font-size: 14px;
  }
  .product-banner-content {
    margin-top: 4rem !important;
    width: 80% !important;
  }

  .carousel-control-next {
    right: 15px;
  }

  .carousel-control-prev {
    left: 15px;
  }

  #home-swiper-arrow {
    margin-top: 40px;
  }

  .swiper-nav {
    justify-content: start !important;
  }

  .home-card-section p {
    padding: 0px !important;
  }
  .where-content a {
    display: none;
  }
  #tab-card h5 {
    font-size: 22px;
  }

  footer h4 {
    margin-top: 20px !important;
  }

  #main-banner-smart-interactive-leds {
    height: 530px;
  }

  #main-banner-whiteboard {
    height: 530px;
  }

  #main-banner-smart-mobile-screen {
    height: 530px;
  }

  #main-banner-lcd-video-wall {
    height: 530px;
  }

  #main-banner-signage-wall {
    height: 530px;
  }
}

@media (max-width: 800px) {
  .carousel-control-next {
    right: 15px;
  }

  .carousel-control-prev {
    left: 15px;
  }
  .carousel-caption {
    left: 10%;
  }
  .footer-para {
    padding-right: 0rem !important;
  }

  .carousel-caption {
    top: 17%;
    width: 50%;
  }

  .product-banner-content {
    margin-top: 5rem;
    width: 80%;
  }
  #main-banner-smart-interactive-leds {
    height: 530px;
  }
  #main-banner-whiteboard {
    height: 530px;
  }
  #main-banner-smart-mobile-screen {
    height: 530px;
  }

  #main-banner-lcd-video-wall {
    height: 530px;
  }

  #main-banner-signage-wall {
    height: 530px;
  }
  footer h4 {
    margin-top: 20px !important;
  }
}
@media (max-width: 999px) {
  footer h4 {
    margin-top: 20px !important;
  }
}
@media (max-width: 1024px) {
  .carousel-caption {
    width: 50%;
  }

  .product-banner-content {
    margin-top: 5rem;
    width: 80%;
  }
  #main-banner-smart-interactive-leds {
    height: 530px;
  }
  #main-banner-whiteboard {
    height: 530px;
  }
  #main-banner-smart-mobile-screen {
    height: 530px;
  }

  #main-banner-lcd-video-wall {
    height: 530px;
  }

  #main-banner-signage-wall {
    height: 530px;
  }
}

@media (max-width: 1240px) {
  .product-banner-content {
    margin-top: 5.3rem;
    width: 60%;
  }
  #main-banner-smart-interactive-leds {
    height: 530px;
  }
  #main-banner-whiteboard {
    height: 530px;
  }
  #main-banner-smart-mobile-screen {
    height: 530px;
  }

  #main-banner-lcd-video-wall {
    height: 530px;
  }

  #main-banner-signage-wall {
    height: 530px;
  }
}

@media (min-width: 1440px) {
  #main-banner-smart-interactive-leds {
    height: 800px;
  }
  .product-banner-content {
    margin-top: 11rem;
    width: 50%;
  }
  .product-banner-content h1 {
    font-size: 50px;
  }
  .product-banner-content p {
    font-size: 20px;
  }

  #main-banner-whiteboard {
    height: 800px;
  }
  #main-banner-smart-mobile-screen {
    height: 800px;
  }

  #main-banner-lcd-video-wall {
    height: 800px;
  }

  #main-banner-signage-wall {
    height: 800px;
  }
}
