* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background-color: #000000;
}

body {
  font-family: 'Poppins', sans-serif;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000; /* Semi-transparent black background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Ensure it's above other content */
}

.loader-image {
  border-radius: 10px;
  width: 150px; /* Adjust the width of the loader as needed */
  height: auto; /* Maintain aspect ratio */
}


h2{
  font-family: 'Poppins', sans-serif;
}

.why-exicom {
  background-color: #000000;
  padding: 5rem 1rem 8rem 2rem;
  color: #fff;
  text-align: justify;
}

.why-exicom h2 {
  font-size: 2.5rem;
  /* font-family: "Canela Deck Regular"; */
  margin-bottom: 3rem;
}

.why-exicom p{
  font-size: 18px;
}

.why-co {
  display: flex;
  flex-wrap: wrap;
}

.why-img img {
  flex: 1;
  width: 55rem;
}

.why-content {
  font-size: 14px;
  line-height: 150%;
  flex: 1;
  padding-right: 4rem;
}

.button-container {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4rem;
}

.button {
  border: solid 2px #51c4bd;
  color: white;
  padding: 1rem 1rem;
  text-align: center;
  text-decoration: none;
  margin: 0.5rem;
  border-radius: 1rem;
  box-shadow: 0 2px 4px #0000001a;
  transition: all 0.3s ease-in-out;
}

.button:hover {
  background-color: #51c4bd;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .why-exicom p{
    font-size: 14px;
  }
  .why-co {
      flex-direction: column;
  }

  .why-exicom h1 {
      font-size: 1.5rem;
      text-align: center;
      padding-right: 0%;
  }

  .why-img,
  .why-content {
      font-size: 15px;
      flex: auto;
  }
}

@media (max-width: 1024px) {
  .why-exicom {
      padding: 3rem 2rem 4rem 3rem;
  }

  .why-img img {
      width: 100%;
  }

  .why-content {
      padding-right: 1rem;
  }
}

@media (max-width: 768px) {
  .why-co {
      flex-direction: column;
  }

  .why-content {
      padding-right: 0;
  }

  .button,
  .button-act {
      flex-basis: 100%;
  }
}

.container-1 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;

}

.container-2 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;

}

.container-3 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;

}

.sec-1 {
  background-image: linear-gradient(to bottom, #000000, #00000066, #000000), url('../images/Why-exicom/1\ bg.png');
}

.sec-2 {
  background-image: linear-gradient(to bottom, #000000, #00000000, #000000b5), url('../images/Why-exicom/2\ bg.png');
}
/* 
.sec-3 {
  background-image: linear-gradient(to bottom, #c3afaf, #00000085, #000000d6), url('../images/Why-exicom/3\ bg.png');
} */

.design-capabilities h2 {
  font-size: 3rem;
  margin-bottom: 30px;
  color: #fff;
}

.para {
  margin-top: 5rem;
}

.design-capabilities p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 50px;
}

.image-gallery {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.image-gallery img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 3%;
  margin-right: 5rem;
  transition: box-shadow 0.3s ease-in-out;
}

.image-gallery img:hover {
  box-shadow: 0 0 30px 10px rgba(1, 102, 116, 0.959);
}

.image-gallery-1 {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.image-gallery-1 img {
  width: 100%;
  max-width: 50rem;
  height: auto;
  border-radius: 3%;
  margin-right: 5rem;
  transition: box-shadow 0.3s ease-in-out;
}

.design-capabilities {
  height: 400px;
  background-size: cover;
  color: white;
  padding: 5px 0;
}

.design-capabilities h2 {
  font-size: 3rem;
  margin-bottom: 30px;
  color: #fff;
}

.design-capabilities h3 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #fff;
}

.design-capabilities p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #fff;
  margin: 3rem 1rem;
  text-align: justify;
}

.tradition {
  margin: 35rem 0;
}

.parali {
  display: flex;
  justify-content: space-between;
  margin: 5rem 1rem 1rem 3rem;
}

.ul {
  padding: 0;
  margin: 0;
  text-align: justify;
  line-height: 4rem;
}

.grey-box {
  font-size: 2rem;
  margin: -15rem 1px 35px 1px;
  padding-top: 3rem;
  color: #fff;
  text-align: center;
}

.grey-box-p {
  font-size: 1.1rem;
  font-weight: 100;
  line-height: 1.7;
  color: #fff;
  margin: 4rem 10rem 0 12rem;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .container-1 {
      padding: 10rem 20px
  }

  .container-2 {
      padding: 5rem 20px;
  }

  .container-3 {
      padding: 14rem 20px;
  }

  .image-gallery img {
      max-width: 100%;
      margin-right: 2rem;
  }

  .image-gallery-1 img {
      max-width: 100%;
      margin-right: 2rem;
  }

  .grey-box-p {
      margin: 5rem 1rem;
      font-size: 0.8rem;
  }

  .grey-box {
      padding: 0rem;
  }
}

@media screen and (max-width: 768px) {
  #Tradition-in-Wireless {
      padding-bottom: 20rem;
  }

  .tradition {
      padding-bottom: 20rem;
  }

  .sec-1 {
      padding: 0rem 0rem 0rem 0rem;
      background-size: 80rem;
      background-repeat: no-repeat;
  }

  .sec-2 {
      padding: 6rem 0rem 0rem 0rem;
      background-size: 63rem;
      background-repeat: no-repeat;
  }

  .sec-3 {
      background-size: 25rem;
      background-repeat: no-repeat;
  }

  .design-capabilities h2 {
      font-size: 2.5rem;
  }

  .design-capabilities p {
      font-size: 1rem;
      margin-bottom: 3rem;
      text-align: justify;
  }

  .image-gallery {
      flex-wrap: wrap;
      justify-content: center;
      padding-top: 7rem;
  }

  .image-gallery img {
      max-width: 70%;
      margin: 15px 0;
  }

  .image-gallery-1 {
      flex-wrap: wrap;
      justify-content: center;
      padding: 9rem 0rem 0rem 0rem
  }

  .image-gallery-1 img {
      max-width: 100%;
      margin: 15px 0;
  }

  .parali {
      flex-direction: column;
      margin: 2rem 1rem;
  }

  .ul {
      text-align: left;
      line-height: 1.6rem;
  }

  .grey-box h2 {
      font-size: 2rem;
  }

  .grey-box {
      padding: 25rem 0rem 0rem 0rem;
      margin: 0rem 0rem 0rem 0rem;
  }

  .grey-box-p {
      font-size: 1rem;
  }
}

@media screen and (max-width: 576px) {
  .design-capabilities h2 {
      font-size: 1rem;
  }

  .tradition {
      padding-bottom: 7rem;
  }

  .design-capabilities h3 {
      font-size: 1rem;
  }

  .design-capabilities p {
      font-size: 0.9rem;
      margin-bottom: -6rem;
      text-align: justify;
  }

  .grey-box h2 {
      font-size: 1.8rem;
  }

  .grey-box {
      padding: 22rem 1rem 0rem 0rem;
  }

  .grey-box-p {
      text-align: justify;
      font-size: 0.9rem;
  }
}




/* zoom in effect for group photos */

@keyframes zoomIn {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.zoom-in {
  opacity: 0; /* Start hidden */
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
  transform: scale(0.5);
}

.zoom-in.show {
  animation: zoomIn 1.5s ease-out forwards;
}
