#carousel-image-one {
  background: url(../images/texasbased.webp) center center no-repeat;
  background-size: cover;
}

#carousel-image-two {
  background: url(../images/voxip_iptelephony.webp) center center no-repeat;
  background-size: cover;
}

#carousel-image-three {
  background: url(../images/surveillance2.webp) center center no-repeat;
  background-size: cover;
}

#carousel-image-four {
  background: url(../images/accesscontrol.webp) center center no-repeat;
  background-size: cover;
}

#carousel-image-six {
  background: url(../images/sippaging.webp) center center no-repeat;
  background-size: cover;
}

.carousel-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  top: 2%;
}

.carousel-item {
  height: 100vh !important;
  transition: transform 0.7s ease-in-out !important;
}

.carousel-text {
  font-size: 3.5rem;
  font-weight: 700;
}

.copyright-text {
  position: absolute;
  bottom: 0;
  left: 0;
}

.social-links {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

.gab-logo {
  width: 26px !important;
  height: 16px !important;
  margin-bottom: 0.25rem !important;
}

.social-links a {
  color: inherit;
}

@media (max-width: 1500px) {
  #carousel-image-four {
    background: url(../images/accesscontrol1500px.webp) center center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1350px) {
  #carousel-image-four {
    background: url(../images/accesscontrol1250px.webp) center center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1250px) {
  #carousel-image-one {
    background: url(../images/texasbased_1250px.webp) center center no-repeat;
    background-size: cover;
  }
  #carousel-image-two {
    background: url(../images/voxip_1250px.webp) center center no-repeat;
    background-size: cover;
  }
  #carousel-image-three {
    background: url(../images/surveillance1250px.webp) center center no-repeat;
    background-size: cover;
  }
  #carousel-image-six {
    background: url(../images/sippaging_1250px.webp) center center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1170px) {
  #carousel-image-four {
    background: url(../images/accesscontrol1170px.webp) center center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1064px) {
  #carousel-image-one {
    background: url(../images/texasbased_1064px.webp) center center no-repeat;
    background-size: cover;
  }
  #carousel-image-two {
    background: url(../images/voxip_1064px.webp) center center no-repeat;
    background-size: cover;
  }
  #carousel-image-three {
    background: url(../images/surveillance1064px.webp) center center no-repeat;
    background-size: cover;
  }
  #carousel-image-six {
    background: url(../images/sippaging_1064px.webp) center center no-repeat;
    background-size: cover;
  }
  .copyright-text {
    font-size: 0.875rem;
  }
}
@media (max-width: 1070px) {
  #carousel-image-four {
    background: url(../images/accesscontrol1070px.webp) center center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 920px) {
  #carousel-image-four {
    background: url(../images/accesscontrol920px.webp) center center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 900px) {
  #carousel-image-three {
    background: url(../images/surveillance_moile.webp) center center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  #carousel-image-one {
    background: url(../images/texasbased_mobile_main.webp) center center no-repeat;
    background-size: cover;
  }
  #carousel-image-two {
    background: url(../images/voxip_mobile_main.webp) center center no-repeat;
    background-size: cover;
  }
  #carousel-image-four {
    background: url(../images/accesscontrol_mobile.webp) center center no-repeat;
    background-size: cover;
  }
  #carousel-image-six {
    background: url(../images/sippagging_mobile.webp) center center no-repeat;
    background-size: cover;
  }
  #carousel-image-one h1 {
    display: none;
  }
  .copyright-mobile {
    display: none;
  }
  i {
    margin: 0 0.25rem !important;
  }
  .gab-logo {
    margin: 0 0.125rem 0.125rem 0.125rem !important;
    width: 5%;
  }
}
@media (max-width: 730px) {
  .carousel-text {
    font-size: 1.25rem !important;
  }
  .carousel .carousel-item {
    height: 350px;
    transition: transform 0.8s ease-in-out !important;
  }
  .carousel-caption {
    display: block;
    top: 45%;
  }
  .carousel-text {
    font-size: 1.5rem;
  }
  .carousel-control-prev {
    display: none;
  }
  .carousel-control-next {
    display: none;
  }
  .copyright-text {
    margin-bottom: 0 !important;
    bottom: 0;
  }
}
@media (max-width: 400px) {
  .carousel-indicators {
    bottom: 2%;
  }
}
@media (max-width: 300px) {
  .copyright-text {
    left: 0;
    right: 0;
  }
}
