/* Banner Start */
.home-banner-main .banner-slider-container {
  position: relative;
}
.banner-slide-one {
  background-image: url("../images/splash-banner.svg");
  background-size: cover;
}
.banner-slide-two {
  background-image: url("../images/splash-banner.svg");
  background-size: cover;
}
.banner-slide-three {
  background-image: url("../images/splash-banner.svg");
  background-size: cover;
}

.home-banner-main .carousel-indicators [data-bs-target] {
  width: 11px !important;
  height: 11px !important;
  border-radius: 50% !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
}
/* Banner End */

/* We Are Start */
.we-are-slider .item {
  height: 29.875rem;
  width: 47.938rem;
  overflow: hidden;
}
.we-are-slider .item img {
  object-fit: cover;
}
/* We Are End */

/* Who We Are Start */
.white-ellipse-shape {
  height: 5.438rem;
  width: 5.438rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  margin: 0 auto;
  transition: 0.3s ease all;
}
.white-ellipse-shape:hover {
  transform: translateY(-4px);
}
.who-main {
  position: relative;
  background-color: var(--theme-red);
  overflow: hidden;
}
.who-main::after {
  content: url("../images/bottom-lines.svg");
  position: absolute;
  bottom: -15px;
  right: 0;
}
.who-main::before {
  content: url("../images/top-lines.svg");
  position: absolute;
  top: -10rem;
}
/* Who We Are End */

/* ASR Products Start */
.asr-products-main {
  background: #212121;
}
.product-title {
  padding: 6.25rem 0;
}
.product-card-main {
  min-height: 30rem;
  position: relative;
}
.product-card-main img {
  object-fit: cover;
}
.product-card-main .product-detail {
  height: 4.375rem;
  width: 100%;
  transition: height 0.3s;
  background-color: var(--black);
  color: var(--white);
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-detail p {
  display: none;
}
.product-detail:hover {
  height: 80%;
  width: 100%;
  display: block;
  background-color: var(--white);
  color: var(--black);
  cursor: pointer;
}
.product-detail:hover p {
  display: block;
}
.product-detail .arrow img:last-child {
  display: none;
}
.product-detail:hover .arrow img:first-child {
  display: none;
}
.product-detail:hover .arrow img:last-child {
  display: block;
}

/* ASR Products End */

/* Facilities & Technologies Start */
.tech-card-main {
  height: 22rem;
  position: relative;
}
.tech-card-main img {
  object-fit: cover;
}
.tech-card-main .tech-detail {
  height: 4.375rem;
  width: 100%;
  transition: height 0.3s;
  background-color: var(--white);
  color: var(--black);
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tech-detail p {
  display: none;
}
.tech-detail:hover {
  height: 80%;
  width: 100%;
  display: block;
  background-color: var(--white);
  color: var(--black);
  cursor: pointer;
}
.tech-detail:hover p {
  display: block;
}
.tech-detail .arrow img {
  margin-right: 1rem;
}
.tech-detail .arrow img:last-child {
  display: none;
}
.tech-detail:hover .arrow img:first-child {
  display: none;
}
.tech-detail:hover .arrow img:last-child {
  display: block;
}
/* Facilities & Technologies End */

/* Certification Start */
.owl-carousel-certification .owl-nav {
  display: inline-block !important;
}

.owl-carousel-certification .owl-prev {
  position: absolute;
  left: -3rem;
  top: 40%;
}
.owl-carousel-certification .owl-next {
  position: absolute;
  right: -3rem;
  top: 40%;
}

.owl-carousel-certification .owl-prev,
.owl-carousel-certification .owl-next {
  width: 34px;
  height: 34px;
  border: 1px solid var(--black) !important;
  border-radius: 0 !important;
}
.owl-carousel-certification .owl-prev:hover,
.owl-carousel-certification .owl-next:hover {
  background-color: var(--black) !important;
}

.owl-carousel-certification .owl-prev img:last-child,
.owl-carousel-certification .owl-next img:last-child {
  display: none;
}
.owl-carousel-certification .owl-prev:hover img:first-child,
.owl-carousel-certification .owl-next:hover img:first-child {
  display: none;
}
.owl-carousel-certification .owl-prev:hover img:last-child,
.owl-carousel-certification .owl-next:hover img:last-child {
  display: inline-block;
}
/* Certification End */

/* Responsive Media Queries Start */

/* 320px - 992px */
@media screen and (max-width: 992px) {
  .product-title {
    padding: 3.25rem 0;
  }
  .we-are-slider .item {
    height: 20rem;
    width: 17rem;
    overflow: hidden;
  }
  .owl-carousel-certification .owl-prev {
    position: relative;
    left: 0;
  }
  .owl-carousel-certification .owl-next {
    position: relative;
    right: 0;
  }
}

@media screen and (min-width: 993px) and (max-width: 1319px) {
  .we-are-slider .item {
    height: 20rem;
    width: 24rem;
    overflow: hidden;
  }
  .owl-carousel-certification .owl-prev {
    position: relative;
    left: 0;
  }
  .owl-carousel-certification .owl-next {
    position: relative;
    right: 0;
  }
}

@media screen and (min-width: 1320px) and (max-width: 1600px) {
  .we-are-slider .item {
    height: 22rem;
    width: 32rem;
    overflow: hidden;
  }
}

/* Responsive Media Queries End */
