/* carousel */
.cera-cleaner-carousel {
  /* width: 100vw; */
  display: flex;
  height: 50vh;
  position: relative;
  padding-bottom: 50px;
}

.banner-heading {
  color: white;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-left: 50px; */
}

.banner-heading h1 {
  font-size: 5rem;
}

.cera-cleaner-carousel::before {
  content: "";
  position: absolute;
  background: url(../assets/abouUsBanner.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
}

.cera-cleaner-carousel::after {
  content: "";
  position: absolute;
  background: black;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
}

/* end */

/* image */
.image_container {
  /* position: relative; */
  display: flex;
  width: 100%;
  max-width: 55%;
  justify-content: center;
  align-items: center;
}

.greybox {
  position: relative;
  display: flex;
  background-color: #d9d9d9;
  width: max-content;
  margin: 2%;
  height: 80vh;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  align-items: center;
  padding: 3% 2%;
}

.greenbox {
  position: absolute;
  left: -3%;
  top: -3%;
  z-index: -1;
  height: 30%;
  width: 30%;
  background-color: #008385;
}

.greybox img {
  max-width: 95%;
  height: 95%;
  object-fit: cover;
}

.container {
  border-top: 15px solid #008385;
  background-color: #ededed;
  width: 40%;
  min-height: 90vh;
  margin-right: 75px;
  margin-top: 0;
}

.text {
  margin-left: 15px;
  font-family: "Poppins" !important;
}

.heading p {
  font-size: 22px;
  color: rgb(0, 131, 133);
  padding: 0;
  margin: 50px 0 0 0;
}

.heading h1 {
  font-size: 45px;
  padding: 0;
  margin: 0 0 5px 0;
}

.upper_section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 70px;
  /* gap: 20px; */
}

.content {
  font-size: 20px;
}

.content p {
  width: 90%;
  text-align: justify;
}

.sections-container {
  display: flex;
  flex-direction: column;
  gap: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 6%;
}

section {
  display: flex;
  align-items: center;
}

.images img {
  height: 40vh;
  width: 60vh;
}

.texts {
  background-color: #ededed;
  width: 45vw;
  height: 17.5vw;
  padding: 10px;
  padding-left: 45px;
}

.texts h2 {
  font-size: 30px;
}



/* last-potion */
.containerr {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.background-image {
  background-image: url(../assets/container-port-loading-stacked.jpg);
  background-position: center -70px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 520px;
  width: 100%;
  position: absolute;
}

.background-colour {
  background-color: rgb(0, 131, 133, 0.9);
  position: absolute;
  width: 100%;
  height: 520px;
}

.contentt {
  position: relative;
  background-color: #ededed;
  padding: 40px;
  width: 80%;
  margin: 10% auto;
  margin-top: 170px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
}

.vision-heading {
  padding-top: 10px;
}

.vision,
.mission {
  width: 45%;
  text-align: left;
}

.icon img {
  width: 150px;
  height: 150px;
  margin: 8% 35%;
}

.line {
  display: flex;
}

.line .l1 {
  width: 45px;
  height: 2px;
  background-color: rgb(0, 131, 133);
  margin-top: 2px;
}

.line .l2 {
  width: 8px;
  height: 2px;
  background-color: rgb(0, 131, 133);
  margin-top: 2px;
  margin-left: 2px;
}

.line .l3 {
  width: 10px;
  height: 2px;
  background-color: rgb(0, 131, 133);
  margin-top: 2px;
  margin-left: 2px;
}

.our {
  color: rgb(0, 131, 133);
  font-size: 20px;
  margin-bottom: -20px;
}

p {
  /* color: #555; */
  font-size: 17px;
  line-height: 1.6;
}

/* last-potion */

.main_contenttt {
  height: 400px;
  width: 100%;
  background-image: url("../assets/download\ \(8\).png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: white;
  text-align: center;
  margin-top: -70px;
  margin-bottom: 70px;
}

.main_contenttt .contenttt {
  padding-top: 120px;
  padding-left: 150px;
  padding-right: 150px;
}

.main_contenttt h1 {
  padding-top: 7px;
  padding-bottom: 20px;
  margin: 0;
  font-weight: 400;
}

.main_contenttt p {
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 50px;
  font-weight: 300;
  font-size: 24px;
}

@media (max-width: 1100px) {
  .upper_section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }

  .image_container {
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
  }

  .greybox {
    margin: 5%;
    height: 100%;
  }

  .container {
    /* position: relative; */
    display: flex;
    border-top: 15px solid #008385;
    background-color: #ededed;
    width: 90%;
    min-height: fit-content;
    align-items: center;
    flex-direction: column;
    margin: 0;
  }

  .heading p {
    font-size: 16px;
    color: rgb(0, 131, 133);
    padding: 0;
    margin: 50px 0 0 0;
  }

  .heading h1 {
    font-size: 25px;
    padding: 0;
    margin: 0 0 5px 0;
  }

  .content p {
    /* font-size: 14px; */
    width: 95%;
    text-align: justify;
  }

  /* carousel */
  .cera-cleaner-carousel {
    height: 25vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .banner-navigation {
    position: relative;
    top: 8rem;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-right: 0;
    gap: 0.5rem;
    color: white;
    font-size: 1.75rem;
    align-items: flex-end;
    max-width: fit-content;
  }

  .banner-heading {
    color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .banner-heading h1 {
    font-size: 3rem;
  }

  /* end */

  .contentt {
    flex-direction: column;
    width: 90%;
    margin-bottom: 150px;
  }

  .vision,
  .mission {
    width: 80vw;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 15px;
  }

  .vision p,
  .mission p {
    width: 90vw;
  }

  .contentt .icon img {
    margin: 0 auto;
    display: flex;
    align-items: center;
  }

  .sections-container {
    width: 100%;
  }

  section {
    display: flex;
    flex-direction: column;
    width: 100vw;
  }

  .texts {
    width: 90%;
    padding: 0%;
    height: fit-content;
  }

  .images {
    background-color: rgb(0, 131, 133);
    width: 90vw;
    /* text-align: center; */
  }

  .images img {
    width: 80vw;
    margin-left: 3%;
  }

  .texts h2,
  .texts div,
  .texts p {
    padding-left: 15px;
  }

  .texts h2{
    font-size: 25px;
  }

  .image_first img {
    padding-left: 5%;
  }

  .main_contenttt {
    height: auto;
    padding: 20px 0px;
    width: 100vw;
  }

  .main_contenttt .contenttt {
    padding: 20px 10px;
  }

  .main_contenttt .contenttt h1,
  .main_contenttt .contenttt p {
    font-size: 20px;
    width: 90vw;
    margin-left: 3%;
  }
}

@media (max-width: 480px) {
  .contentt {
    flex-direction: column;
    /* align-items: center; */
    width: 80%;
    margin-bottom: 150px;
    padding-left: 10px;
  }

  .vision p,
  .mission p {
    width: 80vw;
  }

  .contentt .icon img {
    margin: 0 auto;
  }
}