/* @font-face {
  font-family: "Microsoft Sans Serif";
  src: url("fonts/micross.ttf") format("Opentype");
} */

body {
  font-family: "Microsoft Sans Serif", sans-serif;
}

header {
  background: var(--Color-White, #FFF);
  box-shadow: 0px 3px 9px 0px #0000001F;
  padding: 3px 0;
  position: sticky;
  top: 0;
  z-index: 999;
}

.str-padding {
  padding-top: 4px;
  padding-bottom: 2px;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.navbar-toggler {
  line-height: 0.5rem;
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 0.5rem;
  color: var(--bs-navbar-color);
  /* background-color: transparent; */
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.nav-list .nav-link {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Sora', sans-serif;
  line-height: 24px;
  margin-left: -10px;
  color: #000000;
  padding: 8px 0;
  transition: all 0.3s ease;
}

.nav-list .nav-link:hover,
.nav-list .nav-link.active {
  color: #ff6600;
}

.custom-toggler.navbar-toggler {
    border: transparent;
}
/* Set the stroke to black*/
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24' /%3E%3C/svg%3E");
    width: 35px;
    height: 40px;
    background-size: 100%;
}

.nav-collapse-wrapper {
  background-color: #fff;
}

.carousel-img1 {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-img2 {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-img3 {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-indicators [data-bs-target] {
  width: 60px;
  height: 4px;

}

.carousel-indicators .active {
  background-color: #ff6000;
  width: 60px;
  height: 4px;
}

.card-overlay {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  font-family: sans-serif;
  border-radius: 24px;
}

.card-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55.42%, #000000 100%);
  z-index: 1;
}

.overlay-text {
  position: absolute;
  bottom: 12px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-family: sora;
  z-index: 2;
}


.section-padding {
  padding: 80px 0;
}

.light-grey-bk {
  background-color: #324666;
}

h1 {
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
}

p {
  font-family: 'Microsoft Sans Serif Regular', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
}

.img-info {
  border-radius: 32px;
}

h6 {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #F64F01;
}

.hover-link {
  display: inline-flex;
  padding: 4px 0 6px;
  overflow: hidden;
  transition: all .6s cubic-bezier(.65, 0, .35, 1);
  line-height: 1.3;
  letter-spacing: -2%;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  color: #FF6000;
  font-family: inter;
  font-weight: 400;
  padding: 5px;
  font-size: 18px;
  line-height: 140%;
}


.hover-link:before {
  translate: calc(-100% - 2px) 0;
  transition: all .4s cubic-bezier(.65, 0, .35, 1);
}

.hover-link:after,
.hover-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  background-color: #FF6000;
  left: 0;
  bottom: 0;
  transition: all .3s cubic-bezier(.65, 0, .35, 1) .15s;
}

.hover-link span {
  display: block;
  transition: all 1s cubic-bezier(.22, 1, .36, 1);
  line-height: 30px;
}

.hover-link:hover:before {
  translate: 0 0;
  transition: all .5s cubic-bezier(.65, 0, .35, 1) .25s;
}

.hover-link:hover:after {
  translate: calc(100% + 50px) 0;
  transition: all .5s cubic-bezier(.65, 0, .35, 1);
}

.green-bk {
  background-color: #06923E;
}

.cabel-away {
  padding: 110px 0 110px 0;
  background-position: center;
  text-align: center;
  z-index: 1;
  position: relative;
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
}

.quick-links p {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -2%;
  font-family: plus jakarta sans;
}

.quick-links ul {
  padding-left: 0;
}


.quick-links ul li {
  list-style: none;
  margin: 25px 0;
}

.quick-links ul li a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  font-family: "Microsoft Sans Serif", sans-serif;
  text-decoration: none;
}

.quick-links .copyright {
  font-family: inter;
  font-weight: 400 !important;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
}

.cabel-hover-link {
  display: inline-flex;
  padding: 4px 0 6px;
  overflow: hidden;
  transition: all .6s cubic-bezier(.65, 0, .35, 1);
  line-height: 1.3;
  letter-spacing: -2%;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  color: #ffffff;
  font-family: inter;
  font-weight: 400;
  padding: 5px;
  font-size: 18px;
  line-height: 140%;
}

.cabel-hover-link:before {
  translate: calc(-100% - 2px) 0;
  transition: all .4s cubic-bezier(.65, 0, .35, 1);
}

.cabel-hover-link:after,
.cabel-hover-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
  transition: all .3s cubic-bezier(.65, 0, .35, 1) .15s;
}

.cabel-hover-link span {
  display: block;
  transition: all 1s cubic-bezier(.22, 1, .36, 1);
  line-height: 30px;
}

.cabel-hover-link:hover:before {
  translate: 0 0;
  transition: all .5s cubic-bezier(.65, 0, .35, 1) .25s;
}

.cabel-hover-link:hover:after {
  translate: calc(100% + 50px) 0;
  transition: all .5s cubic-bezier(.65, 0, .35, 1);
}

.product-zoom .product-img {
  transition: transform 0.4s ease;
}

.product-zoom:hover .product-img {
  transform: scale(1.07);
}

.product-card {
  background-color: #fff5f3;
  padding: 12px;
  border-radius: 24px;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
}

.product-card .product-image {
  transition: transform 0.4s ease;
}

.product-card:hover .product-image {
  transform: scale(1.09);
}

.product-card:hover~.product-title p {
  color: #ff6000;
  transition: color 0.4s ease;
}

.product-card:hover~.product-title .product-arrow {
  filter: brightness(0) saturate(100%) invert(48%) sepia(90%) saturate(1000%) hue-rotate(2deg) brightness(95%) contrast(90%);
  transition: filter 0.4s ease;
}

.product-arrow {
  width: auto !important;
}

.product-slider .slick-slide {
  margin: 0 15px;
}

.product-slider .slick-list {
  margin: 0 -10px;
}

.title-with-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-text {
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.banner-section {
  padding: 212px 0 242px 0;
  background:
    linear-gradient(90deg, #000000 0%, rgba(17, 33, 46, 0) 100%),
    url('../images/back-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.about-pera {
  font-family: Microsoft Sans Serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -2%;
  vertical-align: middle;
}

.count-text {
  font-family: Plus Jakarta Sans;
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
}

.text-pera {
  font-family: Microsoft Sans Serif;
  font-weight: 400 !important;
  font-style: Regular;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
}

.vector-count-text {
  font-family: Plus Jakarta Sans;
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 7px;
}
.vector-pera{
font-family: Microsoft Sans Serif;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 24px;
letter-spacing: 0px;
}

.sticky-image-wrapper {
  top: 170px;
}

.contact-text {
  font-family: Microsoft Sans Serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0px;
}

.contact-links ul {
  padding-left: 0;
}

.contact-links ul li {
  list-style: none;
  margin: 25px 0;
}

.contact-links ul li a {
  font-family: Microsoft Sans Serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-decoration: none;
}

.product-banner-section {
  padding: 212px 0 242px 0;
  background-image: url('../images/Product\ banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-family: inter;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  padding: 0 4px;
  color: rgba(0, 0, 0, 1);
}

.breadcrumb-item a {
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
}

.size-box {
  width: 72px;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  font-family: inter;
  background-color: #f8f8f8;
  line-height: 16px;
  transition: all 0.2s ease;
  border-radius: 50%;
}

.color-box {
  width: 72px;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  font-family: inter;
  background-color: #f8f8f8;
  line-height: 16px;
  transition: all 0.2s ease;
  border-radius: 1200px;
}

.color-black {
  background-color: #000000;
}

.color-blue {
  background-color: #0070C0;
}

.color-green {
  background-color: #009900;
}

.color-grey {
  background-color: #a6a6a6;
}

.color-red {
  background-color: #ff1d1e;
}

.color-white {
  background-color: #f8f8f8;
}

.color-yellow {
  background-color: #ffff00;
}

.size-box:hover {
  border-color: #ff6600;
}

.underline {
  border: 0.5px solid rgba(0, 0, 0, 0.12);
}

.size-box.active {
  border: 1px solid #ff6600;
}

.product-size-title {
  font-family: plus jakarta sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  opacity: 50%;
}

.feature-box {
  background-color: #fff5f3;
  padding: 16px;
  border-radius: 16px;
  margin-bottom: 15px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.feature-box img {
  flex-shrink: 0;
  margin-right: 10px;
}

.tab-nav {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.tab-nav .btn {
  border: none;
  background: transparent;
  padding: 0;
  margin-right: 10px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}

.tab-nav .btn.active {
  color: #FF6000;
}

.tab-nav .btn.inactive {
  color: #000000;
  opacity: 50%;
}

.tab-button {
  display: flex;
  align-items: center;
  gap: 8px;

}

.tab-button img {
  flex-shrink: 0;
}

#underline {
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #FF6000;
  border-radius: 2px;
  transition: left 0.3s ease, width 0.3s ease;
}

.tab-text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0%;
  line-height: 100%;
  text-transform: uppercase;
  color: inherit;
}

.feature-text {
  font-family: Microsoft Sans Serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
}

.specs-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  overflow: hidden;
}

.specs-table td {
  padding: 16px 24px;
  vertical-align: middle;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
}

.specs-table tr:last-child td {
  border-bottom: none;
}

.specs-table td:first-child {
  white-space: nowrap;
  font-family: Microsoft Sans Serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
}

.specs-table td:last-child {
  text-align: left;
  font-family: Microsoft Sans Serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 72%;
}

.tab-heading {
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0%;
}
.modal-content{
  border-radius: 8px;
}
.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  font-family: inter;
  box-shadow: none !important;
  opacity: 72%;
  color: #000000;
  font-weight: 400;
  font-size: 16px;   
} 
 input::placeholder,
textarea::placeholder {
  font-size: 16px; 
  font-family: inter;
  font-weight: 400 !important;
  color: #000000;
}
.fill-page{
  padding: 40px 40px;
}
.request-btn {
  padding: 15px 24px;
  font-family: inter;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 20px;
  text-align: left;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;    
  display: inline-block;
  max-width: 100%;
  border-radius: 12px;
}
.cancel-btn{    
  padding: 15px 24px;
  font-family: inter;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 20px;
  text-align: left;
  text-decoration: none ;
  display: inline-block;
  max-width: 100%;
  gap: 8px;
  color: black;
}
.connect-text{
font-family: Plus Jakarta Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 28px;
line-height: 120%;
letter-spacing: -5%;
}
.thanks-section{
  padding: 10px;
}
.thanks{
  font-family: Poppins;
font-weight: 600;
font-style: SemiBold;
font-size: 24px;
line-height: 32px;
letter-spacing: 0px;
color: #3CAF65;
}
.thanks-msg{
  font-family: Poppins;
font-weight: 300;
font-style: Light;
font-size: 16px;
line-height: 20px;
letter-spacing: 0px;
color: #4f4f4f;
}













@media (max-width: 768px) {
  h1 {
    font-size: 30px;
  }

  .product-text {
    font-size: 14px;
  }

  .hover-link {
    font-size: 14px;
  }
  .cabel-hover-link {
    font-size: 14px;
  }

  p {
    font-size: 14px;
    line-height: 22px;
  }

  .overlay-text {
    font-size: 18px;
  }

  .quick-links ul li {
    margin: 10px 0;
  }
  .banner-section {
  padding: 150px 100px 170px 0;
  background:
    linear-gradient(90deg, #000000 0%, rgba(17, 33, 46, 0) 100%),
    url('../images/back-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover; 
}
.product-banner-section {
  padding: 150px 100px 170px 0;
  background-image: url('../images/Product\ banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.about-pera {
  font-size: 14px;
  line-height: 20px;
}
.text-pera {
  font-size: 13px;
  line-height: 26px;
}
.count-text {
  font-size: 18px;
}
.tab-text {
  font-size: 12px;
}
.tab-heading {
  font-size: 24px;
}
.feature-box {
  padding: 8px;
  display: flex;
  gap: 8px;
}
.contact-text {
  font-size: 16px;
  line-height: 28px;
}
.modal-dialog{
  padding: 20px 10px;
}
.connect-text{
font-size: 24px;
}
.form-control {
  font-size: 14px; 
  padding-top: 18px;
  
} 
input::placeholder,
textarea::placeholder {
  font-size: 14px; 
}
.request-btn {
  padding: 10px 20px;
  font-size: 14px;
}
.cancel-btn{    
  padding: 10px 20px;
  font-size: 14px;
}
.thanks{
font-size: 20px;
}
.thanks-msg{
font-size: 14px;
}



@media (max-width: 576px) {
  .carousel-img1 {
    content: url("../images/For\ mobile\ Banner\ 1.jpg");
    height: auto;
    width: 100%;
  }

  .carousel-img2 {
    content: url("../images/For\ mobile\ Banner\ 2.jpg");
    height: auto;
    width: 100%;
  }

  .carousel-img3 {
    content: url("../images/For\ mobile\ Banner\ 3.jpg");
    height: auto;
    width: 100%;
  }
  h1{
    font-size: 24px;
  }
   .product-text {
    font-size: 14px;
  }
  .hover-link {
    font-size: 14px;
  }
  .cabel-hover-link {
    font-size: 14px;
  }
  p{
    font-size: 14px;
    line-height: 22px;
  }
  .quick-links ul li {
    margin: 8px 0;
  }
  .contact-links ul li {
  margin: 10px 0;
}
  .quick-links ul li a{
    font-size: 14px;
    line-height: 20px;
  }
    .contact-links ul li a{
    font-size: 14px;
    line-height: 20px;
  }
  .quick-links p {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -2%;
  font-family: plus jakarta sans;
}
.quick-links .copyright {
  font-size: 14px;
  line-height: 18px;
}
 .banner-section {
  padding: 100px 100px 170px 0;
  background:
    linear-gradient(90deg, #000000 0%, rgba(17, 33, 46, 0) 100%),
    url('../images/back-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover; 
}
.product-banner-section {
  padding: 70px 190px 70px 0px;
  background-image: url('../images/Product\ banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.about-pera {
  font-size: 13px;
  line-height: 18px;
}
.text-pera {
  font-size: 13px;
  line-height: 24px;
}
.count-text {
  font-size: 16px;
}
.vector-pera{
font-size: 14px;
}
.tab-text {
  font-size: 14px;
}
.tab-heading {
  font-size: 22px;
}
.feature-text {
  font-family: Microsoft Sans Serif;
  font-weight: 400 !important;
  font-size: 14px;
}
.contact-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400 !important;
}
.modal-dialog{
  padding: 20px 20px;
}
.fill-page{
  padding: 20px 20px;
}
.connect-text{
font-size: 20px;
}
.form-control {
  font-size: 12px; 
  padding-top: 12px;
  
} 
input::placeholder,
textarea::placeholder {
  font-size: 12px; 
}
.request-btn {
  padding: 10px 20px;
  font-size: 12px;
}
.cancel-btn{    
  padding: 8px 16px;
  font-size: 12px;
}
.thanks{
font-size: 16px;
}
.thanks-msg{
font-size: 14px;
}

































































/* header responsive */

@media (max-width: 991.98px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 30px;
    z-index: 99;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.1);
  }

  .nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-top: 15px;
  }

  .nav-list .nav-link {
    margin-left: 0;
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
  }

  .navbar-nav {
    padding-left: 4px;
    padding-right: 4px;
  }

  .navbar-nav .nav-link {
    border-bottom: 1px solid #eee;
  }
}