body {
  font-family: poppins;
  background-color: #fff;
}

p {
  font-size: 15px;
  font-weight: 300;
  color: #888;
  font-family: poppins;
  line-height: 24px;
}

/* span{
    color: #fff;
    font-family: poppins;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 3px;
} */


.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #012a4a;
  z-index: 999;
}

.text-container {
  position: relative;
}

.lemzone {
  font-size: 30px;
  font-weight: bold;
  color: #ffff;
  opacity: 0;
  display: inline-block;
  white-space: nowrap;
  font-weight: 300;
}

.line {
  width: 0;
  height: 2px;
  background-color: #ffffff24;
  opacity: 0;
  margin-top: 20px;
  transition: width .5s ease, opacity .5s ease;
}

/* Animations for showing the text one by one */
@keyframes revealText {
  0% {
    width: 0;
    opacity: 1;
  }

  100% {
    width: 100%;
    opacity: 1;
  }
}

.lemzone {
  display: inline-block;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  animation: revealText .8s steps(7) forwards;
  /* Adjust steps to the number of characters */
}

.content {
  display: none;
  text-align: center;
}






h2 {
  letter-spacing: 2px;
}

h5 {
  letter-spacing: 2px;
}

h6 {
  letter-spacing: 2px;
}

a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}

section {
  width: 100%;
  height: 100vh;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.btn-curve {
  position: relative;
  cursor: pointer;
  background: transparent;
  padding: 14px 35px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(30, 30, 30);
  border-image: initial;
  border-radius: 0px;
  overflow: hidden;
}

.btn-curve::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: 100%;
  background: rgb(30, 30, 30);
  border-radius: 0px 0px 100% 100%;
  transition: 0.6s cubic-bezier(1, 0, 0.55, 1);
}

.btn-curve:hover,
.btn-curve:focus {
  outline: none;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}

.slide-image {
  position: absolute;
  top: 0px;
  left: -200px;
  width: calc(100% + 400px);
  /* height: calc(100% + 400px); */
  height: 100vh;
  background-position: 50% 50%;
  background-size: cover;

}

.slide-title {
  font-size: 80px;
  line-height: 1;
  max-width: 50%;
  white-space: normal;
  word-break: break-word;
  color: #fff;
  z-index: 100;
  font-family: "poppins", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-weight: 700;
  transition: all .5s ease-in-out;
}

/* @media (min-width: 45em) {
    .slide-title {
      font-size: 7vw;
      max-width: none;
    }
  } */
.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}

.slideshow {
  position: relative;
}

.slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.3s opacity;
  z-index: 10;
  display: none;
}

.slideshow-pagination-item {
  display: flex;
  align-items: center;
}

.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}

.slideshow-pagination-item:hover,
.slideshow-pagination-item:focus {
  cursor: pointer;
}

.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}

.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}

.slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}

.slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 5rem;
  z-index: 1000;
  transition: all 0.3s ease;
  color: #fff;
  /* padding: 15px;
    background-color: #000; */
}

.slideshow-navigation-button:hover,
.slideshow-navigation-button:focus {
  cursor: pointer;
  /* background: rgba(0, 0, 0, 0.5); */
}

.slideshow-navigation-button.prev {
  left: 0;
}

.slideshow-navigation-button.next {
  right: 0;
}

.pagination-number {
  font-size: 1.8rem;
  color: #fff;
  font-family: "Oswald", sans-serif;
  padding: 0 0.5rem;
}

.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
}

@media (min-width: 45em) {
  .pagination-separator {
    display: block;
  }
}

.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform-origin: 0 0;
}

.sub-ti {
  -webkit-text-stroke: 1px #fff;
  font-size: 80px;
  font-weight: 700;
  color: transparent
}

/* award  */
.award-section {
  padding: 100px 0;
  background-color: #fff;
  height: 70vh;
}

.award-he {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  padding: 0 100px;
}

.award-head h2 {
  font-size: 38px;
  font-weight: 700;
  color: #012a4a;
}

.award-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  /* padding-top: 50px; */
  padding: 50px 100px 0;
}

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

.about-text h2 {
  font-size: 40px;
  color: #012a4a;
  font-weight: 700;
  line-height: 1.5em;

}

.award-he p {
  color: #012a4a;
}

.about_compony {
  background-color: #fff;
  height: 70vh;
}

.about-img img {
  width: 100%;
  border-radius: 15px;
  box-shadow: rgb(0 0 0 / 60%) 0.95px 1.95px 3px;
}

.about-text {
  max-width: 450px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 50px;
}

.about-sec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.button_slide {
  color: #FFF;
  border: 1px solid #1e1e1e;
  border-radius: 0px;
  padding: 14px 35px;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: ease-out 0.8s;
  -moz-transition: ease-out 0.8s;
  transition: ease-out 0.8s;
  width: max-content;
}


.btn-curve {
  background: transparent;
  padding: 14px 35px;
  border: 1px solid #1e1e1e;
  border-radius: 0;
  max-width: fit-content;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

/* .award-head-span::after {
    content: '';
    width: 60px;
    height: 1px;
    background: #777;
    position: absolute;
    left: 0;
    bottom: 45%;
} */



.our_vision {
  background: #012a4a;
  padding: 100px 0;
  height: auto;
}

.our_vision h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  padding: 0 100px;
}

.vision-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: auto;
  gap: 20px;
  padding: 50px 100px 0;
}

.grid-new {
  /* background: #a6b8c5c7; */
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all .5s ease-in-out;
  border: 1px solid #E8F9FF;

}

.award-head span {
  color: #012a4a;
}

.about-text span {
  color: #012a4a;

}

.works span {
  color: #012a4a;

}

.grid-new p {
  line-height: 30px;
  color: #fff;
}

.grid-new h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: 0px;
}

.grid-new:hover {
  transform: perspective(1000px) rotateX(5.5deg) rotateY(-8deg) scale3d(1, 1, 1);
  transition: all .5s ease-in-out;
  background: transparent;
  border: 1px solid #a6b8c5c7;
}

.grid-new:active {

  transform: perspective(1000px) rotateX(5.5deg) rotateY(-8deg) scale3d(1, 1, 1);
  transition: all .5s ease-in-out;
  background: transparent;
  border: 1px solid #E8F9FF;
  background-color: #E8F9FF;
}

.works {
  background-color: #fff;
  padding: 100px 0 100px;
  height: auto;
}

.works h2 {
  font-size: 32px;
  color: #012a4a;
  font-weight: 700;
  padding-bottom: 30px;
}

.slider-container {
  padding: 0rem;
  /*   border:5px solid lightblue; */
}

.slider-item {
  padding: 1rem;
}

/* Within Debug mode in Chrome, I found that the arrows were hidden so I adjusted them   */
.slick-next {
  right: 55px;
}

.slick-prev {
  left: 55px;
}


.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #22a6b3;
  z-index: 999;
}

.slick-dots {
  left: 0;
  z-index: 999;

  /*   bottom:8px; */
}

.slick-dots:active {
  color: white;
}

/*The dots before they are active  */
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  z-index: 999;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

figcaption {
  color: #fff;
  text-align: left;
  display: none;
  font-size: 32px;
  font-weight: 700;
}

.slider-item img {
  height: 50vh;
  width: 100%;
  object-fit: cover;
  background-color: #080808;
  object-position: bottom;
  box-shadow: rgb(0 0 0 / 60%) 0.95px 1.95px 3px;
  
}

.slider-item:hover figcaption {
  top: -100px;
  left: 50px;
  position: relative;
  transition: all .5s ease-in-out;
  display: block;
}



/*  */

.defanation {
  padding: 0px 100px;

}

.brand {
  background-color: #012a4a;
  padding: 100px 0;
  height: auto;
}

.defanation h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  padding: 10px 0 20px;
}

.brand-details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

}

.brand-data {
  padding: 60px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.brand-data span {
  font-size: 12px;
  opacity: 0;
  transition: all .5s ease-in-out;
  position: absolute;
  text-align: center;
}

.brand-data:hover span {
  /* display: block; */
  transition: all .8s ease-in-out;
  position: absolute;
  opacity: 1;
  color: #e6f8fc;
}

.brand-data img {
  width: 75px;
  transition: all .5s ease-in-out;
  position: relative;
  opacity: 1;


}

.brand-data:hover img {
  opacity: 0;
  transition: all .3s ease-in-out;

}

.border-r {
  border-right: 1px solid #fff;
}

.border-t {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/*  */
.offer {
  background-color: #fff;
  padding: 100px 0;
  height: auto;

}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.offer-grid h2 {
  font-size: 40px;
  color: #012a4a;
  font-weight: 700;
  padding: 15px 0 30px;
}

.ofer_text ul {
  padding-top: 30px;
    list-style-type: circle;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.ofer_text p {
  color: #012a4a;
}

.about-text p {
  color: #012a4a;

}

.award-head p {
  color: #012a4a;

}

.ofer_text li {
  color: #012a4a;
  padding-bottom: 15px;
}

.offer-img {
  position: relative;
}

.offer-img .img_1 {
  position: relative;
  width: 270px;
  top: 70px;
}

.offer-img .img_2 {
  position: relative;
  width: 250px;
  right: 50px;
  top: -39px;
}

.offer-img .img .icon {
  width: 100px;
  height: 100px;
  line-height: 135px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: 20%;
  left: 40%;
  z-index: 3;
}

.offer-img .img .icon svg {
  fill: #24d5b4;
  width: 90px;
}

.offer-img svg {
  width: 90px;
  z-index: 99;
  position: absolute;
  right: 305px;
  bottom: 73px;
  background: #012a4a;
  /* padding: 50px; */
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.view {
  padding-top: 150px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.view h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
}


/* about page */

.our_group {
  background-color: #012a4a;
  padding: 100px 0 100px;
  text-align: center;
  height: auto;
}

.our_group h2 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
}

.img-fix {
  display: flex;
  gap: 100px;
  margin: auto;
  justify-content: center;
  padding: 50px 0;
}

.img-fix img {
  width: 250px;
  /* filter: invert(1); */
}

.countxx {
  background-color: #fff;
  height: auto;
  padding: 100px 0;
}

.img-text p {
  color: #fff;
}

.about_sec .button_slide {
  color: #FFF;
  border: 1px solid #bbf4ff;
  border-radius: 0px;
  padding: 14px 35px;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: ease-out 0.8s;
  -moz-transition: ease-out 0.8s;
  transition: ease-out 0.8s;
  width: max-content;
}

/*.countxx h2{*/
/*    text-align: center;*/
/*    font-size: 40px;*/
/*    font-weight: 700;*/
/*    color: #fff;*/
/*}*/
#counter {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#counter .item {

  padding: 35px 40px;
  margin: 10px;
  text-align: center;
}

#counter .item .count {
  color: #012a4a;
  margin-bottom: 5px;
  font-size: 60px;
}

#counter .item h3 {
  color: #012a4a;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}

.countxx h2 {
  color: #012a4a;
  font-weight: 700;
  font-size: 30px;
}

.abt-sect {
  padding: 100px 0;
  background-color: #012a4a;
}

.about_sec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
  align-items: center;
}

.img-abt img {
  width: 80%;
  /* border-radius: 15px; */
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */

}

.img-text h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
}

.img-text {
  /* max-width: 500px; */
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.img-text li {
  color: #fff;
  padding-bottom: 20px;
  list-style-type: circle;
  font-size: 15px;
  font-weight: 300;
}

.chairman {
  background-color: #fff;
  height: auto;
  padding: 100px 0;
}

.conactt {
  background-color: #fff;
  height: auto;
  padding: 100px 0;
}

.chairman h2 {
  font-size: 40px;
  color: #012a4a !important;
  font-weight: 700;
  padding-bottom: 15px;
}

.chairman p {
  font-family: poppins;
  color: #012a4a;
}

.chairman span {
  color: #012a4a;
  font-size: 12px;
}

.infastucture {
  background-color: #fff;
  padding: 100px 0;
  height: auto;
}

.infastucture-text h2 {
  font-size: 40px;
  color: #012a4a;
  font-weight: 700;
  padding-bottom: 15px;
}

.infastucture-text h5 {
  color: #012a4a;
  font-weight: 500;
  padding-bottom: 15px;
}

.infastucture p {
  color: #012a4a;
}

.why-lemzon {
  background-color: #fff;
  padding: 100px 0;
  height: auto;
}

.why-lem {
  padding: 0 100px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 50px;
  align-items: center;
}
.text-img img{
  width: 100%;
  border: 1px solid #012a4a54;
  padding: 10px;
}
.why-lem h2 {
  font-size: 40px;
  color: #012a4a;
  font-weight: 700;
  padding-bottom: 25px;
  font-family: poppins;
}

.why-lem li {
  color: #012a4a;
  padding-bottom: 15px;
  list-style-type: circle;
  font-family: poppins;

}

.why-lem ul {
  padding-left: 20px;
}

.certi {
  padding-top: 50px;
  /* max-width: 1000px; */
  margin: auto;

}

.certi h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
}

.certi h4 span {
  border: 1px solid #012a4a;
  padding: 3px 10px;
  border-radius: 50%;
  margin-right: 70px;
}

.certi h4 {
  padding: 25px 0;
  border-bottom: 1px solid #012a4a;
  color: #012a4a;
  font-size: 18px;

}

.certi1 span {
  border: 1px solid #fff;
  padding: 3px 10px;
  border-radius: 50%;
  margin-right: 70px;
}

.certi1 h4 {
  padding: 25px 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 18px;

}


.certi-img {
  background-color: #fff;
  height: auto;
  padding: 0px 0 100px;
}

.certificate-doc {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 50px;
  align-items: center;
  justify-content: center;
}

.certi h2 {
  color: #012a4a;
}

.export {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0px 0;
  height: auto;
}

.export1 {
  background-color: #fff;
}

.export2 {
  background-color: #012a4a;
  padding: 100px;
}

.export2 h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
}

.export-new {
  max-width: 500px;
}

.exprt-img {
  justify-content: flex-end;
  display: flex;
  /* margin-left: 111px; */

}

.exprt-img img {
  width: 100%;
    /* padding-top: 120px; */
    position: relative;
    /* right: -60px; */
}

.global {
  padding: 100px 0;
  background-color: #012a4a;
  height: auto;
}

.global h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 10px;
}

.global span {
  color: #fff;
}

.map- img {
  padding: 50px 0 80px;
  display: flex;
  margin: auto;
}

.supplier h5 {
  color: #fff;
  font-weight: 600;
}

.supplier h2 {
  padding-bottom: 50px;
}
.box-grid- img{
  width: 80%;
  margin: auto;
  display: flex;
}
.tableizer-table thead {
  background-color: #fff;
}

.tableizer-table thead tr th,
.tableizer-table tbody tr td {
  padding: 3px !important;
  border: 1px solid #CCC;
  text-align: center;
}

.tableizer-table thead tr th {
  background-color: #fff;
  color: #0A0A0A;
  font-weight: bold;
  word-break: keep-all;
}

.tableizer-table td {
  color: #012a4a;

}

.tableizer-table {
  font-size: 12px;
  border: 1px solid #CCC;
  width: 100%;
}

.catalouge {
  background-color: #fff;
  padding: 100px 0 100px;
  height: auto;
}

.catalouge-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;

}

.export2 p {
  color: #fff;
}

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

.cat-text h2 {
  font-size: 32px;
  color: #012a4a;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 10px;
}

.cat-text span {
  color: #012a4a;
}

.cat-text .button_slide {
  color: #012a4a;
  border: 1px solid #012a4a;
  border-radius: 0px;
  padding: 14px 35px;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: ease-out 0.8s;
  -moz-transition: ease-out 0.8s;
  transition: ease-out 0.8s;
  width: max-content;
}

.cat-text .slide_down:hover {
  box-shadow: inset 0 100px 0 0 #012a4a;
  color: #fff;
}

.cataloug-t {
  padding-top: 100px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.con-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.con-text h2 {
  font-size: 32px;
  color: #012a4a;
  font-weight: 700;
}

.con-text a {
  color: #012a4a;
}

.form-group {
  margin-bottom: 30px;
}

.contact .form input,
.contact .form select,
.contact .form textarea {
  width: 100%;
  padding: 15px;
  background: transparent;
  border: 1px solid #012a4a;
}

.con-text h2 {
  font-size: 28px;
}

.colloction_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.coolll {
  background-color: #fff;
  padding: 100px 0;
  height: auto;
}

.coolll .button_slide {
  color: #012a4a;
  border: 1px solid #012a4a;
  border-radius: 0px;
  padding: 14px 35px;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: ease-out 0.8s;
  -moz-transition: ease-out 0.8s;
  transition: ease-out 0.8s;
  width: max-content;
}

.coolll .slide_down:hover {
  box-shadow: inset 0 100px 0 0 #012a4a;
  color: #fff;
}

.collection_data img {
  width: 100%;
}

.collection_data h4 {
  color: #012a4a;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 0 0;
  margin: 0;
}

.collection_data span {
  color: #012a4a;
  font-family: "Poppins", Sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.catalouge-loadind {
  height: auto;
  background-color: #fff;
  padding: 100px 0;
}

.catalouge-loadind h4 {
  font-size: 25px;
  color: #022A4A;
  text-align: left;

}

.chairman-team {
  background-color: #fff;
  padding: 100px 0;
}

.chairmen-text h2 {
  color: #012a4a;
  font-weight: 700;
  font-size: 40px;
  padding-top: 15px;
}

.chairmen-text span {
  color: #012a4a;
}

.team {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 50px 0;
}

.team-member img {
  width: 100%;
  border: 1px solid #012a4a;
}
.team-member{
  /* border: 1px solid #012a4a; */
}
.team-d {
  padding: 20px;
  text-align: center;
  background-color: #012a4a;
}

.team-d h5 {
  color: #fff;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0px;
}

.team-d span {
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0px;
}

.team-d a {
  font-size: 10px;
  text-transform: capitalize;
}

.social {
  display: flex;
  gap: 15px;
  justify-content: center;
  padding-top: 7px;
}

.social i {
  color: #fff;
}

.tiles {
  background: #fff;
  padding: 100px 0;
  height: auto;
}

.resultp {
  font-family: poppins;
}

/* footer */

.footer {
  /* background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/footer.webp"); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  padding: 100px 0;
  background-color: #012a4a;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  padding: 0px 80px;
}

.footer-logo {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.footer-logo img {
  width: 200px;
}

.footer-logo p {
  font-size: 18px;
  color: #fff;
}

.social-med {
  display: flex;
  gap: 20px;
  color: #000;
  font-size: 25px;

}

.social-med i {
  /* background-color: #fff; */
  padding: 10px 12px;
  /*border: 1px solid #fff;*/
  border-radius: 50%;

}

.contact_f h2 {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
}


.contact-dert {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.contact-dert h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding-top: 30px;
}

.contact-dert p {
  color: #fff;
  font-family: poppins;
}

.inner-1 {
  padding-top: 30px;
}

.copyright {
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: #012a4a;
}

.copyright p {
  color: #fff;
  padding-top: 20px;
  font-family: poppins;
}

.list li {
  color: #012a4a;
  list-style-type: none;
}

.list {
  padding-left: 0;
}

.c-row {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

:root {
  --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --animation-duration: 1s;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: var(--animation-timing-function);
  animation-timing-function: var(--animation-timing-function);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: var(--animation-duration);
  animation-duration: var(--animation-duration);
  will-change: transform, opacity;
}

.animations-disabled,
.animations-disabled [data-animation] {
  -webkit-animation: none !important;
  animation: none !important;
  opacity: 1 !important;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInleft;
  animation-name: slideInleft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
  animation-name: zoomReverseIn;
}

.flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  animation-direction: reverse;
}



.text-wrapper h2 {
  opacity: 0;
  transition: opacity 0.5s ease;
  font-size: 32px;
  text-transform: capitalize;
  padding-top: 10px;

}

.swipse {
  width: 100%;
  height: 100vh;
  /* top: -110px; */
  position: relative;
}

.text-wrapper h2.active {
  opacity: 1;
}

.text-wrapper h2 span {
  display: inline-block;
  opacity: 0;
  /* Hide words initially */
  transform: translateY(20px);
  /* Position words below */
  transition: opacity 0.6s ease, transform 0.6s ease;
  margin-right: 0px;
  /* Space between words */
  font-size: 32px;
  text-transform: capitalize;
  text-align: left;
  letter-spacing: 0;
  border: none;

}

.award-he a {
  font-size: 13px;
  font-weight: 600;
  color: #012a4a;
}

.about-sec .button_slide {
  color: #012a4a;
  border: 1px solid #012a4a;
  border-radius: 0px;
  padding: 14px 35px;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: ease-out 0.8s;
  -moz-transition: ease-out 0.8s;
  transition: ease-out 0.8s;
  width: max-content;
}

.text-wrapper h2.active span {
  opacity: 1;
  transform: translateY(0);
  /* Animate words to their normal position */
}

.text-wrapper h2 span:nth-child(n) {
  transition-delay: calc(0.2s * var(--index));
  /* Delay each word's appearance */
}

.title-around {
  color: #fff;
}

.title-around:before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  vertical-align: middle;
  background-color: currentColor;
}

.title-around:before {
  margin-right: 10px;
}

.title-around:after {
  margin-left: 10px;
}

.icon-is i {
  font-size: 28px;
  color: transparent;
  transition: all .5s ease-in-out;
}

.grid-new:hover .icon-is i {
  font-size: 28px;
  color: #fff;
  transition: all .5s ease-in-out;
}

.eye-sec {
  padding: 100px 0;
  height: auto;
}

.eye_view_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  height: auto;
}

.center-btn {
  display: flex;
  margin: auto;
  padding: 50px 0 20px;
  justify-content: center;
}

.grid-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 50px 100px 0;
}

.container__img-holder {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  margin-left: 0px;
  cursor: pointer;
}

.container .container__img-holder:nth-child(3n+1) {
  margin-left: 0;
}

.container__img-holder img {
  width: 100%;
  display: block;
  border-radius: 15px;
  box-shadow: rgb(0 0 0 / 60%) 0.95px 1.95px 3px;
}


/* Popup Styling */
.img-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, .5);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.img-popup img {
  max-width: 500px;
  width: 100%;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

.close-btn {
  width: 35px;
  height: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.close-btn .bar {
  height: 4px;
  background: #333;
}

.close-btn .bar:nth-child(1) {
  transform: rotate(45deg);
}

.close-btn .bar:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.opened {
  display: flex;
}

.opened img {
  animation: animatepopup 1s ease-in-out .8s;
  -webkit-animation: animatepopup .3s ease-in-out forwards;
}

@keyframes animatepopup {

  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

}

@media screen and (max-width: 880px) {

  .container .container__img-holder:nth-child(3n+1) {
    margin-left: 0px;
  }

}

.bg-fooer {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #fff;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px 20px 0;
  background-color: #fff;
  width: fit-content;
  border-radius: 5px;

}

.bg-fooer a {
  font-size: 13px;
  color: #012a4a;
}

.bg-fooer h2 {
  color: #012a4a;
}

.view h2 {
  color: #012a4a;
}

.view .button_slide {
  color: #012a4a;
  border: 1px solid #012a4a;
  border-radius: 0px;
  padding: 14px 35px;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: ease-out 0.8s;
  -moz-transition: ease-out 0.8s;
  transition: ease-out 0.8s;
  width: max-content;
}
.btn-blc{
  background-color: transparent;
  color: #012a4a;
  border:1px solid #012a4a;
  font-family: poppins;
}
.ofer_text span {
  color: #012a4a;
  
}

.slide_down:hover {
  box-shadow: inset 0 100px 0 0 #012a4a;
  color: #fff;
}

.bread-bum span{
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  text-align: center;
}
.certificate-doc img{
  width: 100%;
}
.box-grid{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 25px;
}
.box-grid img{
  width: 100%;
}

.map-sort{
  display: grid;
  grid-template-columns: repeat(9,1fr);
  gap: 15px;
  padding: 20px 0;

}
.map-sort img{
  width: 90px;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.grid-features {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1fr;
  grid-template-columns: 4fr 3fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.bento-card {
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  min-height: 15rem;
  padding: 0rem;
  display: flex;
  position: relative;
  background-color: #fff;
  color: #060633;
  /* box-shadow: 0 20px 30px -10px rgb(16 16 39 / 7%); */
  box-shadow: rgb(0 0 0 / 60%) 0.95px 1.95px 3px;
  text-wrap: balance;
}
.bento-card.cloud {
  grid-area: 1 / 1 / 3 / 2;
  padding: 3rem;
}
.bento-card.logo1 {
  grid-area: 1 / 2 / 2 / 4;
  background-image: linear-gradient(-225deg, #fffeff 0%, #d7fffe 100%);
}
.bento-card.logo1 h2 {
  color: #38a5a2;
}
.bento-card.inbox {
  background-image: linear-gradient(-225deg, #ffffff 0%, #dacceb 100%);
}
.bento-card.inbox h3 {
  color: #8b5cca;
}
.bento-card.device {
  background-image: url("../images/web_view/OREAL_CREMA.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bento-card.inbox {
  background-image: url("../images/web_view/Pearl_i.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bento-card.logo1 {
  background-image: url("../images/web_view/OREAL_PEARL.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bento-card.cloud {
  background-image: url("../images/web_view/JASPER_BEIGE.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* .bento-card.device-2 {
  background-image: url("https://emilandersson.com/storage/works/thumbnails/01JPXM5JG84REHYA3GQYGA3SSM.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
} */
.bento-card.ai-gen {
  grid-area: 3 / 2 / 4 / 4;
}
.bento-card.ai-gen h2 {
  font-size: 4rem;
  text-wrap: balance;
}
.bento-card-description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bento-card h2 {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 0.9;
}
.bento-card h3 {
  font-weight: 600;
  font-size: 2.6rem;
}
.bento-card p {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3;
}

/* Demo Styling */
.credit {
  margin-top: 5rem;
  text-align: center;
}

.credit a {
  color: #fff;
  background-color: var(--link-color);
  padding: 0.6rem 1rem;
  border-radius: 8px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}


.vis-mis-sec{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 25px;
  /* align-items: center; */
}
.vision-m img{
  filter: invert(1);
  width: 65px;
}
.appli-grid{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 25px;
  align-items: center;
  padding: 40px 0
}
.appli-box h3{
  color: #fff;
  font-size: 16px;
  padding-top: 15px;
  font-weight: 400;
}
.appli-box img{
  /* width: 100px; */
}

.appli-box {
  text-align: center;
}



.counters {
	/* background: #0f479a; */
	color: #000;
	/* padding: 40px 20px; */
	/* border-top: 3px lightskyblue solid; */
}

.counters .container1 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	text-align: center;
  padding-top: 50px;
}

.counters i {
	color: lightskyblue;
	margin-bottom: 5px;
}

.counters .counter {
	font-size: 45px;
	margin: 10px 0;
  color: #012a4a;
  font-weight: 700;
}

.countxx h3{
  font-size: 18px;
}
@media (max-width: 700px) {
	.counters .container {
		grid-template-columns: repeat(2, 1fr);
	}

	.counters .container > div:nth-of-type(1),
	.counters .container > div:nth-of-type(2) {
		border-bottom: 1px lightskyblue solid;
		padding-bottom: 20px;
	}
}


.grid-ul{
  display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	text-align: center;
  padding-top: 50px;
}
.li-sec h5{
  font-size: 16px;
  padding-top: 10px;
}
.map-global{
  display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px;
  padding-top: 100px;
}
.map-con-world img{
  width: 100%;
}
.map-global p{

  color: #fff;

}


.global-map{
  background-color: #012a4a;
  padding: 20px 0 100px;
  height: auto;
}
.global-map h2{
    color: #fff;
    padding-bottom: 15px;
  font-weight: 700;

}
.global- h2{
  font-weight: 700;
  color:#012a4a
}
.global- h5{
  color:#012a4a
}
.global-{
  padding: 150px 0 0px;
  height: auto;
}

.quality-control{

  padding-top: 100px;
}
.quality-control-g{
  display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-gap: 50px;
  text-align: center;
}
.quality-control-g img{
  width: 50px;
  padding-top: 30px;
}

.vision-m{
  padding: 20px 20px;
  border: 1px solid #d4d4d4;
  border-radius: 15px;
}
.vision-m h3{
  font-size: 22px;
  font-weight: 600;
}
.vis-fl{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-bottom: 15px;
}