body {
  font-family: "Inter Tight", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

h1 {
  font-weight: 700;
}
a{
  text-decoration: none;
  color: var(--bs-body-color);;
}

h5 {
  font-weight: 600;
  padding: 0.5em 0;
}

h2 {
  font-weight: 700;
  font-size: 3em;
  color: #333;
}

.logo {
  width: 200px;
}

.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .nav-item .nav-link {
  color: #000;
  font-weight: 600;
  transition: all 0.5s;
  position: relative;
}
.navbar-nav .nav-item .nav-link::before {
  content: "";
  width: 0px;
  bottom: 0px;
  position: absolute;
  background: blue;
  height: 2px;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
.navbar-nav .nav-item .nav-link:hover {
  color: blue;
}
.navbar-nav .nav-item .nav-link:hover::before {
  width: 80%;
}

.hero {
  position: relative;
  width: 100%;
  padding: 0 30px;
  background: #fff;
  position: relative;
  height: 75vh;
}
.hero .swiper-container {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.hero .swiper-slide {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.hero .swiper-slide .content {
  display: flex;
  align-items: flex-start;
  height: 100%;
  justify-content: flex-end;
  padding: 3em;
  z-index: 1;
  color: #fff;
  flex-direction: column;
}
.hero .swiper-slide .content h1 {
  font-size: 8em;
}
.hero .swiper-slide .content a {
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 1em 2em;
  color: #fff;
  text-decoration: none;
  display: none;
}
.hero .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  border-radius: 10px;
  z-index: -1;
  left: 0;
  top: 0;
}

.cable-adaptor-slider {
  position: relative;
  width: 100%;
  padding: 0 30px;
  background: #fff;
}
.cable-adaptor-slider .swiper-container {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.cable-adaptor-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cable-adaptor-slider .swiper-slide .content {
  display: flex;
  align-items: flex-start;
  height: 120px;
  justify-content: flex-start;
  padding: 1em;
  z-index: 1;
  color: #333;
}
.cable-adaptor-slider .swiper-slide .content h2 {
  font-size: 1.3em;
}
.cable-adaptor-slider .swiper-slide img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}

.cable-manager-slider {
  position: relative;
  width: 100%;
  padding: 0 30px;
  background: #fff;
}
.cable-manager-slider .swiper-container {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.cable-manager-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cable-manager-slider .swiper-slide .content {
  display: flex;
  align-items: flex-start;
  height: 120px;
  justify-content: flex-start;
  padding: 1em;
  z-index: 1;
  color: #333;
}
.cable-manager-slider .swiper-slide .content h2 {
  font-size: 1.3em;
}
.cable-manager-slider .swiper-slide img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}

.projection-board-slider {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  padding: 3em 30px;
}
.projection-board-slider .swiper-container {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.projection-board-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 75vh;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.projection-board-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 1366px) {
  .navbar-nav .nav-item .nav-link {
    color: #000;
    font-weight: 600;
    transition: all 0.5s;
    position: relative;
  }
  .navbar-nav .nav-item .nav-link::before {
    display: none;
  }
  .navbar-nav .nav-item .nav-link:hover {
    color: blue;
  }
  .hero {
    height: 60vh;
  }
  .hero .swiper-slide .content h1 {
    font-size: 2em;
  }
}
.wrapper.product-list .card {
  margin: 0.7rem 0;
  text-decoration: none;
  transition: all 0.5s;
}
.wrapper.product-list .card img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 1;
}
.wrapper.product-list .card .card-body {
  color: #333;
  text-decoration: none;
}
.wrapper.product-list .card .card-body h5 {
  height: 100px;
  text-decoration: none;
}
.wrapper.product-list .card .card-body p {
  height: 40px;
  text-decoration: none;
}
.wrapper.product-list .card::after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  transition: all 0.5s;
}
.wrapper.product-list .card:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.wrapper.product-list .card:hover::after {
  background: rgba(0, 0, 0, 0.1);
}

.accordion-item {
  border: none;
}

.accordion-button {
  border: 1px solid #ccc;
}

.product {
  display: inline-block;
  width: 100%;
}
.product h1 {
  font-size: 3em;
}
.product .swiper-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.product .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.product .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.product-slider {
  overflow: hidden;
}
.product-slider .swiper-container {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
.product-slider .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.product-slider .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}/*# sourceMappingURL=skin.css.map */

.contact-sec{
  padding: 50px 0px;
}
.contactForm{
  margin-bottom: 30px;
}
.contactForm .form-group{
  margin: 10px 0px;
}
.address {
  width: 75%;
  height: auto;
  margin: 0px auto;
  padding: 15px;
  line-height: 1.2rem;
  font-size: 0.9rem;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.cont-num {
  width: 75%;
  height: auto;
  margin: 0px auto;
  margin-top: 0px;
  padding: 15px;
  line-height: 1.2rem;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  white-space: nowrap;
}
.address svg, .cont-num svg{
  margin-right: 3%;
}
.cont-num-bx{
  margin-bottom: 10px;
}
.default-btn{
  background-color: #222222;
  color: #fff;
  padding: 5px 10px;
  border: 0;
}
.more-enq-bx{
  width: 100%;
  margin: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.more-enq-bx a{
  text-decoration: none;
}
.more-enq-btn{
  background-color: #222222;
  color: #fff;
  padding: 5px 10px;
  border: 0;
   cursor: pointer;
}
.why-mar{
  margin-top: 60px;
}
.grey-bg{
  width: 100%;
  min-height: 180px;
  background-color: #fafafa;
  padding: 1rem;
  border-radius: 10px;
  margin: 15px 0px;
}
.copyright{
  text-align: center;
}
@media screen and (max-width: 650px){
  .address{
    width: 100%;
  }
  .cont-num{
    width: 100%;
  }
  .hero{
    height: 30vh;
  }
  h2{
    font-size: calc(1.325rem + .9vw);
  }
  .cable-manager-slider .swiper-slide .content{
    height: auto;
  }
  .projection-board-slider{
    padding: 1em 30px;
  }
  .projection-board-slider .swiper-slide img{
    height: auto;
    object-fit: contain;
  }
  .projection-board-slider .swiper-slide{
    height: auto;
  }
  .mySlider .swiper-slide img{
    width: 100%;
    height: auto;
  }
  .product h1{
    font-size: 1.5rem;
  }
  .why-mar{
    margin-top: 20px;
  }
  .grey-bg{

    margin: 5px 0px;
  }
  .more-enq-bx{
    margin: 10px 0px;
  }
  .cable-adaptor-slider{
    padding: 0px 10px;
  }
  .hero .swiper-slide .content h1{
    font-size: 1.5em;
  }
  .contact-sec{
    padding: 20px 0px;
  }
}


@media screen and (min-width:651px) and (max-width: 1150px){
  .mySlider .swiper-slide img{
    width: 100%;
    height: auto;
  }
}
