@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

p{
  text-align: justify;
  font-weight: 400 !important;
  margin-bottom: .5rem !important;
}
.text-justify{
  text-align: justify;
}
.text-primary {
  color: #2c3169 !important;
}
.text-secondary {
  color: #0033a0 !important;
}
.text-blue {
  color: #142c88 !important;
}
.text-dark-blue {
  color: #142c40 !important;
}
.bg-blue {
  background-color: #142c88 !important;
}
.text-dark {
  color: #3c3c3c !important;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: #7d98af80 !important;
}
.bg-primary {
  background-color: #2c3169 !important;
}
.bg-secondary {
  background-color: #0033a0 !important;
}

.about-img-filter {
  filter: brightness(0.2);
  height: 540px;
  width: 100%;
  padding: 0 !important;
  object-fit: cover;
}

.fw-400{
  font-weight: 400 !important;
}
a{
  text-decoration: none;
  color: black;
}
a:hover{
  color: black !important;
}
.social-link:hover a{
  color: white !important;
}

ul {
  list-style-type: square;
}

::-webkit-scrollbar {
  display: none;
}
.pt-6 {
  padding-top: 130px;
}
.py-6 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.mt-6 {
  margin-top: 130px;
}

/* style  */
.about-content-bg{
  background-color: rgba(125, 152, 175, 0.2);
}
.about-tagline {
  border: 2px solid #2c3169 !important;
  padding: 7px;
}
.project-img {
    max-width: 100%;
    height: 227px !important;
    object-fit: cover;
    width: 100%;
}
.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.shine:hover::before, .shine:focus::before {
  animation: shine 1.5s;
}
@keyframes shine {
  100% {
    left: 125%;
 }
}


/* style  */

/* arizona_automation_home style start */
.home-banner-img{
  height: 600px !important;
  object-fit: cover;
  /* filter: brightness(0.6); */
}
.home-btn {
  background-color: #0033a0;
  border: 3px solid #0033a0;
  color: white;
  padding: 9px 20px;
  border-radius: none !important;
  font-weight: 700;
  text-align: center;
}
.home-btn:hover {
  background-color: #ffffff;
  border: 3px solid #0033a0;
  color: #0033a0 !important;
  transition: all 0.7s ease;
}
.contact-btn {
  background-color: #ffffff;
  border: 3px solid #ffffff;
  color: #2c3169;
  padding: 9px 20px;
  border-radius: none !important;
  font-weight: 700;
  text-align: center;
}
.contact-btn:hover {
  background-color: #0033a0;
  border: 3px solid #0033a0;
  color: #ffffff !important;
  transition: all 0.7s ease;
}
.white .before-line::before, .white .before-line::after {
  display: inline-block;
  content: "";
  border-top: 2.5px solid #ffffff;
  width: 2rem;
  margin: -1rem 8px;
  transform: translateY(-1rem);
}
.before-line::before, .before-line::after {
  display: inline-block;
  content: "";
  border-top: 2.5px solid #0033a0;
  width: 2rem;
  margin: -1rem 8px;
  transform: translateY(-1rem);
}
.home .owl-dots .owl-dot {
  margin: 0px 5px;
}
.home .owl-dots .owl-dot button {
  background: #ffffff;
  border: none;
  padding: 10px ;
  border-radius: 50%;
  color: #043c84;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.home .owl-dots {
  position: absolute;
  bottom: -25px;
  left: 50%;
  top: auto;
  right: auto;
  transform: translate(-50%, -50%);
  display: flex;
}
.home .owl-dots .owl-dot button:focus {
  outline: none;
}
.home .owl-dots .owl-dot.active button {
  color: #ffffff;
  border: none;
  background: #2c3169;
  padding: 10px ;

}
  /* Animation for text appearing from bottom to top start*/
  
    .water-mark {
      position: absolute;
      top: 5px;
      right: 5px;
      background: #2c3169;
      color: #ffffff;
      padding: 5px 18px;
  }
    /* owl nav start */
    .service {
      position: relative;
    }
    
    .owl-theme .custom-nav {
      position: absolute;
      top: 43%;
      left: -72px;
      right: -71px;
    }
    
    .owl-theme .custom-nav .owl-prev,
    .owl-theme .custom-nav .owl-next {
      position: absolute;
      height: 50px;
      width: 50px;
      /* display: flex;
      align-items: center; */
      color: inherit;
      z-index: 100;
      background: #000000;
      border: 1px solid #000000;
      border-radius: 10px;
    }
    .owl-theme .custom-nav .owl-prev:hover,
    .owl-theme .custom-nav .owl-next:hover {
      background: #0033a0;
      border: 1px solid #0033a0;
    }
    
    .owl-theme .custom-nav .owl-prev i,
    .owl-theme .custom-nav .owl-next i {
      font-size: 30px;
      color: #ffffff;
    }

    
    .owl-theme .custom-nav .owl-prev {
      left: 0;
    }
    
    .owl-theme .custom-nav .owl-next {
      right: 0;
    }
    
    
  /* owl nav end */
  .contact-img {
    height: 275px;
    object-fit: cover;
  }

  .mb-31px{
    margin-bottom: 31px !important;
  }
  .mb-16px{
    margin-bottom: 16px !important;
  }

/* arizona_automation_home style end */

.home-banner-blog {
  background-image: url(/embed/arizona_automation_assets/images/home/banner/home1.png);
  /* min-height: 610px; */
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: start;
  position: relative;
  background-size: cover;
  width: 100%;
  background-position: center;
  filter: brightness(#000000);
}

.fw-900 {
  font-weight: 900;
}
.home-banner-blog .content {
  color: white;
  text-align: center;
  position: absolute;
  top: 48% !important;
  left: 35%;
  transform: translate(-26%, -50%);
  align-items: center;
}


.overflow-hidden{
  overflow: hidden !important;
}

.fw-900 {
  font-weight: 900 !important;
}


.fs-4rem {
  font-size: 4rem;
}



.fs-large {
  font-size: xxx-large;
}
.client-img {
    max-width: 100%;
    height: 100px ;
    object-fit: contain;
}

/* uk design start */
.gallery {
  overflow: hidden;
  height: 70vh;
  display: flex;
  position: relative;
}
.gallery .imgWrap {
  cursor: pointer;
  flex: 1;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform, opacity;
  transform-origin: center center;
}
.gallery .imgWrap:last-child {
  min-width: 1px;
}
.gallery .imgWrap .caption {
  position: absolute;
  left: 0;
  bottom: -100%;
  background-color: rgba(44, 49, 105, 0.5)
;
  border-top: 3px solid #2c3169;
  padding: 20px 10%;
  color: #fff;
  width: 100%;
  transition: bottom 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: bottom;
  z-index: 2;
}
.gallery .imgWrap:hover .caption {
  bottom: 0;
}
.gallery .imgWrap .caption h3 {
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}
/* .gallery .imgWrap .caption span {
  font-size: 75%;
} */
.gallery .imgWrap:hover {
  flex-grow: 2.25;
}
.gallery .imgWrap:not(:hover) {
  flex-grow: 0.8;
}
.gallery .imgWrap .img-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.gallery .imgWrap .img-label img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: cover;
  transform: translateX(-50%) translateY(-50%);
}
.gallery .full-toggle:checked + .imgWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
  transform: none;
  animation: zoomIn 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
@keyframes zoomIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.gallery .full-toggle:checked + .imgWrap .caption {
  bottom: 0;
}
.gallery .close {
  display: none;
  position: fixed;
  right: 1rem;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #2c3169;
  color: #fff;
  cursor: pointer;
  z-index: 9;
  transition: opacity 0.75s ease, background-color 0.3s ease;
  transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
}
.gallery .full-toggle[id="img1-full"]:checked ~ .close[for="img1-full"],
.gallery .full-toggle[id="img2-full"]:checked ~ .close[for="img2-full"],
.gallery .full-toggle[id="img3-full"]:checked ~ .close[for="img3-full"],
.gallery .full-toggle[id="img4-full"]:checked ~ .close[for="img4-full"],
.gallery .full-toggle[id="img5-full"]:checked ~ .close[for="img5-full"] {
  display: block;
  opacity: 1;
}
.gallery .close:hover {
  background-color: #d64b31;
}
.gallery .full-toggle:checked ~ .imgWrap:not(:checked + .imgWrap) {
  width: 0;
  opacity: 0;
}
.gallery .full-toggle:checked::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  transition: background 0.75s ease-in-out;
  animation: fadeIn 0.75s ease-in-out forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.gallery .full-toggle:not(:checked) + .imgWrap.fullscreen-exit {
  animation: zoomOut 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
@keyframes zoomOut {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.9);
    opacity: 0;
  }
}

/* uk design end */
/* bg stcky image start */
.hero {
  background-image: url('/embed/arizona_automation_assets/images/home/quality.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; /* This makes the background sticky */
  height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: white; */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  /* font-size: 3em;   */
}
.hero-counter {
  background-image: url('/embed/arizona_automation_assets/images/home/counter.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; /* This makes the background sticky */
  height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: white; */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  /* font-size: 3em;   */
}
.lh-normal {
  line-height: normal;
}

.content {
  /* padding: 50px; */
  /* background-color: white;
  color: #333; */
}
.clear-sign-img {
  max-width: 100%;
  height: 50px !important;
}
.counter-card{
  /* background-color: transparent; */
  background-color: rgba(125, 152, 175, 0.5);

  border: none;
}
.counter-card:hover{
  background-color: rgba(125, 152, 175, 0.8);
  border: none;
  transition: all 0.5s ease;
}


@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Redressed&display=swap');

:root {
	--comfortaa: 'Comfortaa', cursive;
	--redressed: 'Redressed', cursive;
  
  --dark: #1c1c1c;
  --light: #ffffff;
  --teal: #000000;
}


.text-type-effect{
  color: var(--light);
  font-family: var(--comfortaa);
  font-weight: bolder;
  text-align: left;
}

.typed-text {
  color: var(--light);
  font-family: var(--redressed);
}

.cursor {
  display: inline-block;
  width: 3px;
  margin-left: 4px;
  background: var(--light);
}

.cursor.blink {
  animation: blink 0.8s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% {
    background: var(--light);
  }
  40%, 50% {
    background: transparent;
  }
}




/* typewriter end */
.gif-img{
  height: 50px;
  filter: invert(1);
}
.bg-dark {
    /* --bs-bg-opacity: 1; */
    background-color: rgb(6 6 6) !important;
}
.counter-right-img {
    max-width: 100%;
    height: 600px;
    width: 100%;
}
.counter-icon {
    max-width: 100%;
    height: 60px;
    filter: brightness(0.5);
}
/* product section start */
.service-grid {
    background: #fcfcfc;
}
    .service-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}
.service-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    height: 2px;
    background: #e8bc00;
    bottom: -25px;
    margin: auto;
    right: 0;
}
.service-icon {
    position: relative;
}
.service-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}
.about-info-text h2 {
    margin-bottom: 23px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: .9;
}
.about-info-text p {
    padding: 0 100px;
    font-size: 18px;
    margin-bottom: 26px;
      position: relative;
}
.about-content p {
    margin-bottom: 0;
}
.about-info-text a {
    margin-bottom: 20px;
      position: relative;
}
.product-card-img {
    max-width: 100%;
    height: 70px;
    object-fit: contain;
    width: 50%;
}
.service-icon i {
    font-size: 40px;
    color: #e8bc00;
    margin-bottom: 20px;
    display: inline-block;
}
.service-wrap {
    border: 1px solid #e6e6e6;
    padding: 20px 6px;
      position: relative;
}

.service-wrap p{
      position: relative;
}

.service-wrap:hover {
    background-image: url(/embed/arizona_automation_assets/images/home/product/services-img1.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}


.service-wrap:hover:before {
    background: rgba(0, 0, 0, 0.2901960784313726);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    content: "";
    top: 0;
    opacity: 1;
}

.service-wrap:hover h4,.service-wrap:hover p{
    color: #fff;
    font-weight: 600;
}
.service-wrap h4 {
    font-weight: 600;
    color: #1e2331;
    margin-bottom: 17px;
    font-size: 18px;
    text-transform: capitalize;
      position: relative;
}
.service-wrap a {
    font-size: 14px;
    font-weight: 600;
      position: relative;
    color: #0033a0;
}
/* product section end */
@media (min-width: 1440px) {
  .container {
    max-width: 1170px !important;
  }
}

@media (max-width: 768px) {

  .flex-direction {
    flex-direction: column-reverse;
  }
 
  
}

@media (max-width: 528px) {


.fs-large {
  font-size: xx-large;
}
 
.fs-4rem {
  font-size: 3.2rem;
}
.home-banner-blog .content {
  left: 0;
  transform: translate(0%, -50%);
}

.home .owl-dots {
  position: absolute;
  bottom: -25px;
  left: 50%;
  top: auto;
  right: auto;
  transform: translate(-50%, -50%);
  display: flex;
}
/* .owl-theme .custom-nav {
  position: absolute;
  top: auto;
  left: 0px;
  right: 0px;
} */


.home-banner-img{
  height: 670px !important;
  object-fit: cover;
  /* filter: brightness(0.470); */
}
.owl-theme .custom-nav {
  
  position: absolute;
  top: auto;
  left: 30%;
  right: 30%;
}
.before-line::before, .before-line::after {
  width: 19px;
}
.home .owl-dots .owl-dot button {
  font-size: 0;
}
.home .owl-dots .owl-dot button {
  padding: 7px;
}
.about-tagline {
  border: 2px solid #2c3169 !important;
  height: 83px;
  padding: 7px;
  object-fit: contain;
}
.hero {

    height: 75vh;
}
.py-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

}

