/* The outermost element*/
.header-wrapper {
  overflow: hidden;
  width: 100%;
  height: auto;
}

/* The element containing the background image */
.background-wrapper {
  width: 100%;
  padding: 5rem 0;
  text-align: center;
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.8) 75%,
      rgba(0, 0, 0, 0.8) 100%
    ),
    url("../assets/about.png");
  background-size: auto; /* Ensure background image covers the entire area */
  background-attachment: fixed;
  background-repeat: round; /* Prevent repeating the image */
  position: relative;
  animation: moveBackground 10s ease-in-out infinite;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

/* Keyframes for background movement */
@keyframes moveBackground {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: -10% 10px;
  } /* Move the background image 100% width to the left */
}

.About1 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 5rem 0;
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.8) 75%,
      rgba(0, 0, 0, 0.8) 100%
    ),
    url("../assets/about.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.About1 h1,
.About1 .h1 {
  font-family: "DINPro-Medium";
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  background-clip: text;
}
.About1 h2,
.About1 .h2 {
  max-width: 20rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .About1 h1,
  .About1 .h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

.empow {
  color: #fff;
  font-family: "DINPro-Medium";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.security {
  color: #59e677;
  font-family: "DINPro-Heavy";
  font-size: 78.508px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.transbox {
  margin-top: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 25px;
  padding: 2rem;
}
.ourastra {
  color: #59e677;
  font-family: "DINPro-Medium";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 1;
}
.ourpara {
  color: #fff;
  text-align: center;
  font-family: "DINPro-Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  opacity: 1;
}
.about-section {
  position: relative;
  width: 100%;
  height: auto;
  padding: 5rem 0;
  background: url("../assets/aboutsec2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.about-section p {
  margin-bottom: 5rem;
}

.accordion {
  color: #444;
  cursor: pointer;
  width: 90%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border-top: 1px solid #59e677;
}
.inmivi {
  color: #59e677;
  font-family: "DINPro-SemiBold";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 36px;
  padding-bottom: 36px;
  margin-left: 20px;
  font-size: 27px;
}

.accordion:after {
  color: #59e677;
  font-size: 35px;
  float: right;
  margin-left: 5px;
  position: relative;
  top: -100px;
  margin-bottom: -40px;
}

.panel {
  width: 90%;
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.opan1 {
  color: #000;
  font-family: "DINPro-medium";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
  font-size: 20px;
}
.insvc {
  display: flex;
  justify-content: center;
  padding: 10px;
  width: 100%;
}
.insvc1 {
  display: flex;
  justify-content: center;
  padding: 10px;
  width: 100%;
}
.insvc2 {
  display: flex;
  justify-content: center;
  padding: 28px 10px 10px 10px;
  width: 100%;
}

.certif {
  color: #000;
  font-family: "DINPro-Bold";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.certiflogo {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  display: block;
  margin: auto;
  padding-top: 5%;
}

.boadrelative {
  position: relative;
  width: fit-content;
  margin: auto;
}
.adviboard {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  display: block;
  margin: auto;
  padding-top: 5%;
}
.line3 {
  position: absolute;
  width: 62%;
  top: 0;
  left: 18%;
  transition: transform 0.2s;
}
.line3:hover {
  transform: scale(1.1);
}

.empaneled {
  color: #000;
  font-family: "DINPro-Heavy";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  margin: auto;
}
.empbox {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to right, #59e677, #19d3e1) border-box;
  border-radius: 15px;
  border: 5px solid transparent;
  display: flex;
  margin: auto;
  margin-top: 5rem;
  width: 60%;
}
.cert {
  width: 50%;
  aspect-ratio: 6/2;
  object-fit: contain;
  display: block;
  margin: auto;
}

.about-section2 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 5rem 0;
  background: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.about-section2 p {
  margin-bottom: 5rem;
}

.about-section3 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 5rem 30px;
  background: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.about-section3 p {
  margin-bottom: 5rem;
}
.disk {
  color: #000;
  font-family: "DINPro-Medium";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.disk1 {
  font-family: "DINPro-SemiBold";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.ourteam {
  color: #fff;
  font-family: "DINPro-Medium";
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.introline {
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, #19d3e1, #97ff00, #19d3e1);
}

.slide.center {
  transform: scale(1.2); /* Make it larger */
  filter: grayscale(0%);
  z-index: 2; /* Ensure it's on top */
}

.slide img {
  width: 100%;
  display: block;
  border-radius: 25px;
}

/* Hide the text for non-centered slides */
.slide div,
.slide p {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}

.sirname {
  color: #fff;
  font-family: "DINPro-Medium";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.bod {
  color: #fff;
  font-family: "DINPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.detofsir {
  color: #fff;
  font-family: "DINPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.slide.center div,
.slide.center p {
  opacity: 1;
}

.linkdinlog {
  width: 3% !important;
}
.image-container {
  display: flex;
  /* overflow-x: auto; */
  justify-content: center;
  align-items: center;
  /* flex-wrap: wrap; 
  height: 100px !important; 
  width: 100px !important; 
  display: inline-block;  
  margin: 10px; */
  margin-top: 5rem;
}
.data-tital {
  text-align: center;
  margin-top: 70px;
  color: #fff;
  font-family: "DINPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.description-container {
  padding: 10px;
  display: none;
  text-align: center;
  color: #fff;
  font-family: "DINPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.image.active {
  transform: scale(1.2); /* Increase size by 20% */
  filter: blur(0); /* Remove blur */
  z-index: 1;
}

.image:not(.active) {
  filter: blur(2px);
}

.slide {
  transition: transform 0.5s ease-in-out;
  position: relative;
  margin-right: -30px; /* Overlap by 20px */
  height: 350px;
  border-radius: 20px;
}

@media (min-width: 577px) and (max-width: 767px) {
  .row.gx-4.gx-lg-5 {
    /* Replace with your row class(es) */
    display: flex;
    flex-wrap: wrap; /* Allow flex items to wrap into multiple lines */
    justify-content: space-between; /* Horizontal spacing (adjust as needed) */
  }

  .col-certifications {
    /* New class for certificates */
    display: flex;
    flex-direction: column; /* Stack certificates vertically */
    width: 21%; /* Adjust width for 4 columns (can be a %, px, or vw) */
    margin: 0 10px; /* Optional spacing between certificates */
  }
  .deskview {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .mobileview {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .empow {
    font-size: 16px;
  }
  .security {
    font-size: 28px;
  }
  .ourastra {
    font-size: 16px;
  }
  .ourpara {
    font-size: 12px;
    margin-top: 1rem !important;
  }
  .transbox {
    padding: 2rem;
    border-radius: 7px;
  }
  .background-wrapper {
    padding: 3rem 0;
  }
  .inmivi {
    font-size: 14px;
    padding: 20px 0;
  }
  .opan1 {
    font-size: 11px;
  }
  .insvc {
    padding: 2px;
    width: 38px;
    position: relative;
    top: 10px;
  }
  .insvc1 {
    padding: 2px;
    width: 38px;
  }
  .insvc2 {
    padding: 2px;
    width: 38px;
  }
  .certif {
    font-size: 16px;
  }
  .empbox {
    width: 95%;
    border: 3px solid transparent;
    padding: 0 25px;
    margin-top: 3rem;
    border-radius: 7px;
  }
  .empaneled {
    font-size: 13px;
  }
  .ourteam {
    font-size: 15px;
  }
  .disk {
    font-size: 11px;
  }
  .disk1 {
    font-size: 14px;
  }
  .about-section {
    background: url("../assets/aboutsec2small.svg");
    padding: 5rem 0 1rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  .data-tital {
    font-size: 16px;
    margin-top: 40px;
  }
  .description-container {
    font-size: 10px;
  }
  .slide {
    margin-right: -9px;
    height: 160px;
    border-radius: 6px;
  }
  .image-container {
    margin-top: 4rem;
  }
  .about-section3 {
    padding: 3rem 30px;
  }
  .about-section2 {
    padding: 0 0 3rem 0;
  }
  .about-section {
    padding: 3rem 0 1rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .empow {
    font-size: 20px;
  }
  .security {
    font-size: 32px;
  }
  .ourastra {
    font-size: 18px;
  }
  .ourpara {
    font-size: 15px;
    margin-top: 1rem !important;
  }
  .transbox {
    padding: 2rem;
    border-radius: 7px;
  }
  .background-wrapper {
    padding: 3rem 0;
  }
  .inmivi {
    font-size: 20px;
    padding: 20px 0;
  }
  .opan1 {
    font-size: 16px;
  }
  .insvc {
    padding: 2px;
    width: 38px;
    position: relative;
    top: 10px;
  }
  .insvc1 {
    padding: 2px;
    width: 38px;
  }
  .insvc2 {
    padding: 2px;
    width: 38px;
  }
  .certif {
    font-size: 24px;
  }
  .empbox {
    width: 95%;
    border: 4px solid transparent;
    padding: 0 25px;
    border-radius: 12px;
  }
  .empaneled {
    font-size: 22px;
  }
  .ourteam {
    font-size: 24px;
  }
  .disk {
    font-size: 14px;
  }
  .disk1 {
    font-size: 20px;
  }
  .certiflogo {
    width: 70%;
  }
  .about-section {
    background: url("../assets/aboutsec2small.svg");
    padding: 5rem 0 1rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  .data-tital {
    font-size: 22px;
  }
  .description-container {
    font-size: 14px;
  }
  .slide {
    margin-right: -7px;
    height: 220px;
    border-radius: 6px;
  }
  .mobileview {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .mobileview {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
}
@media only screen and (min-width: 1440px) and (max-width: 1639px) {
}
@media only screen and (min-width: 1640px) {
}
