@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

.tagline-bar {
  width: 100%;
  background-color: #32abff;
  padding: 14px;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  font-family: Poppins;
  letter-spacing: 1.05px;
  margin: 0;
}

.div-in-1 {
  display: flex;
  /* width: 75rem; */
  width: 100%;
}


.head-text {
  font-family: PopExt;
  color: #413d45;
  font-size: 73px;
}
.p-inn {
  font-family: Poppins;
  font-size: 17px;
  color: #242424;
  margin-top: 10px;
  margin-bottom: 0px;
}

.head-nav {
  width: 100%;
  display: flex;
  background-color: transparent;
  position: relative;
  justify-content: space-between;
  
  /* box-shadow: 0 2px 4px 0 rgba(0,0,0,0.01),0 1px 5px 0 rgba(0,0,0,0.12); */
}
.shadow {
  background-color: #ffffff;
  /* backdrop-filter: blur(25px); */
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.01), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.wrapper {
  position: sticky;
  top: 0;
  z-index: 2;
  transform: translateY(-2px);
  display: flex;
  flex-direction: column;
}

.head-first-div {
  flex: 0.5;
}

.head-sec-div {

  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 70px;
  cursor: pointer;
  text-decoration: none;
}


.head-third-div {
  margin-right: 30px;
}

.head-third-div > ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.li-main {
  list-style-type: none;
  text-decoration: none;
  list-style: none;
  font-size: 14px;
  color: #333333;
  position: relative;
  cursor: pointer;
  padding: 33px 25px;
  font-family: PopMed;
  transition: ease 0.1s;
}

.li-main:hover {
  background-color: rgb(238, 238, 238);
}

.li-main:hover > .ul-sub{
  display: block;
  
}

.ul-sub{
  display: none;
  width: max-content;
  border-top: 3px solid #58B900;
  background-color: #fff;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  margin-top: 30px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  overflow-y: hidden;
  animation: anim 0.4s ease 0s forwards;
  z-index: 5;
}

@keyframes anim{
  0%{
    height: 0px;
  }
  100%{
    height: 260px;
  }
}

@keyframes anim2{
  0%{
    height: 0px;
  }
  100%{
    height: 320px;
  }
}


.ul-w2{
  animation: anim2 0.4s ease 0s forwards;
}

.li-sub  {
  list-style-type: none;
  text-decoration: none;
  list-style: none;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  padding: 20px 15px;
  font-family: PopMed;
 
}

/* .li-main:has(.li-sub:hover){
  background-color: rgb(255, 255, 255);
} */

.li-sub:hover {
  background-color: rgb(238, 238, 238);
}


/* .head-nav ul li::after {
  background-color: transparent;
  border-radius: 3px 3px 0px 0px;
  bottom: 0;
  content: "";
  height: 0.35rem;
  left: 0.75rem;
  position: absolute;
  right: 0.75rem;
} */

.head-third-div a {
  text-decoration: none;
  color: #000033;
}

.head-third-div a:hover {
  text-decoration: none;
  color: #000033;
}



/* .head-nav .nav-active::after {
  transition: 0.2s ease;
  background-color: #2ac300;
  border-radius: 3px 3px 0px 0px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.01), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  bottom: 0;
  content: "";
  height: 0.35rem;
  left: 0.75rem;
  position: absolute;
  right: 0.75rem;
} */

.top-cont-1 {
  position: relative;
  margin-top: -2px;
  display: flex;
  justify-content: center;
}

.heading-div {
  width: 100%;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.heading-div h2 {
  text-align: center;
  font-family: PopBold;
  color: #3a3a3a;
}

.heading-div h5 {
  color: #cacaca;
  text-align: center;
  font-family: PopMed;
  font-size: 19px;
}

.top-foot-div {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.top-foot-div p {
  color: #ffffff;
  font-family: PopMed;
  text-align: center;
  font-size: 15px;
  margin-bottom: 30px;
}

.sec-about-us {
  display: flex;
}

.sec-abt-dev {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 60px;
}

.sec-div {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  padding-bottom: 20px;
  margin-top: 30px;
}

.sec-div-2 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-div-3 {
  flex: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-content {
  margin-left: 20px;
}

.about-content h4 {
  /* padding-top: 20px; */
  /* margin-top: 50px; */
  font-family: PopBold;
  color: #393939;
}

.about-content h5 {
  padding-top: 10px;
  margin-top: 10px;
  font-family: PopBold;
  color: #5A6774;
  font-size: 17px;
  text-decoration: underline;
}

.about-content p {
  font-family: Poppins;
  font-size: 17px;
}

.about-content ul {
  margin: 0;
  padding: 0;
  margin-left: -15px;
}

.about-content ul li {
  list-style-type: none;
  text-decoration: none;
  font-family: Poppins;
  color: #000000;
  padding: 10px;
}

.icon {
  margin-right: 5px;
}

.what-is-carbon {
  background-color: #028354;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.what-is-water {
  background-color: #6082DE;
  display: flex;
  justify-content: center;
  margin-top: -10px;
}

.wrp{
 
  margin: -10px;
  border-radius: 5px;
  display: flex;
  padding-top: 30px;
  padding-bottom: 80px;
  padding-left: 50px;
  padding-right: 20px;
  width: 80rem;
}

.what-is-plastic {
  background-color: #4c5961;
  margin: 10px 10px;
  border-radius: 5px;
  display: flex;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.what-we-provide {
  padding-bottom: 30px;
}

.h2-sec-what {
  font-family: PopExt;
  color: #00000043;
}

.inner-sec2 {
  padding: 20px;
  margin-right: 30px;
}

.inner-3 {
  margin-right: 0px;
  margin-left: 50px;
}

.inner-sec2 p {
  font-family: Poppins;
  color: #ececec;
}

.inner-sec2 a {
  color: transparent;
}
.inner-sec2 a:hover {
  color: transparent;
}
.know {
  color: #ff7e1d;
  font-family: PopMed;
}

.h1-c02 {
  font-family: PopExt;
  font-size: 80px;
  color: #0f6346;
  text-align: center;
}
.h1-plas {
  font-family: PopExt;
  font-size: 80px;
  color: #3b474e;
  text-align: center;
  margin: 0;
}

.h1-h20 {
  font-family: PopExt;
  font-size: 80px;
  color: rgb(14, 74, 158);
  text-align: center;
}

.blue-btn {
  width: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1;
  text-align: center;
  border-radius: 55px;
  margin-right: 25px;
  margin-left: -5px;
  margin-top: 20px;
  letter-spacing: 0.5px;
  font-family: PopSemi;
  border: none;
  color: #1e1e1e;
  background-color: #3DDC84;
  font-size: 12px;
  box-shadow: 0 0.125rem 0 rgb(65 61 69 / 20%);
  cursor: pointer;
}
.blue-btn-11 {
  width: 220px;
  height: 46px;
  border-radius: 5px;
  border: none;
  /* margin-right: 25px; */
  letter-spacing: 0.4px;
  font-family: PopMed;
  /* margin-left: -5px; */
  margin-top: 15px;
  
  color: #fafafa;
  background-color: #2CC64B;
  
  font-size: 13px;
  box-shadow: 0 0.125rem 0 rgb(65 61 69 / 20%);
  cursor: pointer;
  transition: 0.2s ease;
}

.blue-btn-11:hover {
  /* background-color: #000; */
 
  transform: scale(1.07);
  /* background-color: #000000; */
}
/* .btn-111{
    width: 100%;
    height: 33px;
    border-radius: 55px;
    letter-spacing: 0.5px;
    font-family: PopMed;
    border: none;
    color: #ffffff;
    background-color: #00c781;
    font-size: 11px; */
/* box-shadow: 0 0.125rem 0 rgb(65 61 69 / 20%); */
/* cursor: pointer;
} */
.blue-btn:hover {
  transition: 0.2s ease;
  transform: scale(1.05);
  background-color: #2bff89;
}

.what-we-provide h3 {
  padding-top: 90px;
  text-align: center;
  font-family: PopExt;
  color: #424242;
  font-size: 30px;
}

.what-we-provide p {
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  color: #424242;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.flex {
  display: flex;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-one {
  flex: 1;
  justify-content: center;
  align-items: center;
}

.flex-center h4 {
  font-family: PopMed;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  text-align: center;
  font-size: 19px;
}

.oth {
  padding: 20px;
}
.bottom-bar {
  transition: 0.3s ease;
  padding: 20px 25px;
  cursor: pointer;
  background-color: #fdfdfd;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}
.bottom-bar:hover {
  transition: 0.3s ease;
  transform: scale(1.1);
  background-color: #f2f2f2;
}

.mgn {
  margin-top: 50px;
}
.mgn-low {
  margin-top: 25px;
}

.h4-whyus {
  margin-top: 25px;
  font-family: PopExt;
  font-size: 20px;
  color: #c3c3c3;
}

.about-content p {
  font-family: 14px;
  color: #000000;
}

.mrg {
  margin-top: 0px;
}





.div-co {
  padding: 25px;
  margin-left: 30px;
}




/* .tt:hover {
  background-color: #1d1d1d65;
} */

.ul-3 {
  margin: 0;
  padding: 0;
}





.blue-btn-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  border-radius: 55px;
  margin-right: 25px;
  letter-spacing: 0.5px;
  font-family: PopBold;
  border: none;
  color: #ffffff;
  background-color: #242424;
  font-size: 13px;
  box-shadow: 0 0.125rem 0 rgb(65 61 69 / 20%);
  cursor: pointer;
}

.blue-btn-1:hover {
  background-color: #000;
  box-shadow: 0 0.135rem 0 rgb(65 61 69 / 30%);
}

.topic a {
  color: transparent;
}

.sec-abt-dev p {
  text-align: left;
  padding: 0;
}

.no-mrg{
    margin-top: 0;
    padding-top: 0 ;
}

.nav-ic{
    display: none;
    position: relative;
}



.rem-mrg{
    margin-left: 50px; 
    width: 73%;
}

.h3-why{
    font-family: PopBold; color: #393939; margin-left: 60px; margin-top: 70px;
}

svg:hover {
    fill: #4e4e4e;
    /* transition: 0.1s ease;
    transform: rotate(360deg); */
  }




  .mb-nav{
    /* display: none; */
    width: 100%;
    z-index: 1;
    background-color: #ffffff;
    flex-grow: 1;
  }

  .mb-nav h2{
    font-family: PopSemi;
    font-size: 20px;
    margin: 0;
  }

  .mb-nav a{
    text-decoration: none;
  }

  .mb-nav p{
    margin-left: 20px;
    margin-top: 20px;
    font-family: Poppins;
    font-size: 14px;
    text-decoration: underline;
  }

  .mb-nav ul{
    margin: 0;
    padding: 0;
  }

  .mb-nav li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 1px;
    cursor: pointer;
    color: rgb(65, 61, 69);
    border-radius: 2px;
    border: 2px solid transparent;
    padding: 6px;
  }


  .not-active{
    display: none;
  }

  .mb-nav li:hover{
    /* border-radius: 2px;
    border: 2px solid orange; */
    color: #ffffff;
    background-color: #0C6FF9;
  
  }

  .small-div p{
    font-family: Poppins;
    margin: 0;
    color: #6e6e6e;
    margin-right: 25px;
    margin-left: 5px;
    font-size: 14px;
  }

  .mbadge{
    position: absolute;
    background-color: #17bb5c;
    width: 23px;
    height: 23px;
    border-radius: 11.5px;
    top: 15px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .mbadge p{
    color: white;
    font-family: PopMed;
    font-size: 10.5px;
    margin: 0;
  }

  .load{
    width: 100%; height: 100vh; background-color: rgba(0, 0, 0, 0.756); position: fixed; top: 0; left: 0; z-index: 2200; display: flex; justify-content: center; align-items: center; 
  }

  .load-cir{
    width: 100%; height: 100vh; background-color: rgba(0, 0, 0, 0.756); position: fixed; top: 0; left: 0; z-index: 2200; display: flex; justify-content: center; align-items: center; 
  }

  .empty{
    display: none;
  }

  .login-card{
    width: 600px;
    background-color: #ffffff; 
    border-radius: 3px;   
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;  
  }

  .log-cross{
    position: absolute;
    top: 17px;
    right: 15px;
    padding: 14px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #efefec;
    transition: ease 0.3s;
  }

  .log-cross:hover{
    transform: scale(1.2);
  }

  .login-card h3 {
    font-family: PopBold;
    margin-top: 40px;
    font-size: 30px;
    color: #343434;
    margin-bottom: 30px;
  }

  .with-google{
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    padding: 6px 73px;
    border-radius: 5px;
    cursor: pointer;
  }
  .with-google:hover{
    background-color: rgba(55, 57, 47, 0.08);
  }

  .with-google p{
    margin: 0;
    color: #000000;
    /* margin-top: -0.5px; */
    margin-left: 5px;
    font-family: PopMed;
    font-size: 13px;
  }

  .sep-or{
    position: relative;
    width: 100%;
    margin-top: 10px;
  }

  .sep-or p{
    position: absolute;
    top: 19px;
    background-color: #ffffff;
    padding: 0 10px;
    left: 50%;
    margin: 0;
    font-size: 13px;
    transform: translateX(-50%);
  }

  .seprator{
    margin-top: 30px;
    width: 100%;
    height: 1px;
    background-color: rgba(55, 53, 47, 0.16);
   
  }


  .email-log{
    width: 100%;
    margin-top: 20px;
    position: relative;
  }

  .clear-em{
    position : absolute;
    top: 29px;
    right: 0;
    padding: 12px;
    cursor: pointer;
    margin-right: 5px;
 
  }


  .email-log label{
    font-family: Poppins;
    font-size: 12px;
    margin-left: 5px;
    color: #424242;
  }

  .email-log input{
    width: 100%;
    outline: none;
    border: 1px solid #e1e1e1;
    padding: 10px 0;
    border-radius: 5px;
    font-family: Poppins;
    color: rgb(0, 0, 0);
    padding-left: 15px;
    font-size: 13.5px;
    background-color: #f7f7f4;
    margin-top: 4px;
    padding-right: 40px;
  }

  .email-log input::placeholder{
    font-family: Poppins;
    font-size: 13px;
  }

  .email-log button{
    width: 100%;
    outline: none;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    font-family: Poppins;
    color: rgb(0, 124, 0);;
    border: 1px solid rgb(0, 193, 0);
    background-color: rgba(0, 177, 0, 0.074);
    margin-top: 13px;
    font-size: 12.5px;
    border-radius: 5px;
    padding: 8px 0;
    transition: ease 0.3s;
  }

  .email-log button:hover{
    transform: scale(1.05);
  }

  .email-log button:active{
    /* transform: scale(1.1); */
  }

  .terms-conditions{
    width:80%; 
    text-align: center;
    font-family:Poppins; 
    font-size:12.5px;
    margin-top: 60px;
    color: #737373;
    margin-bottom: 40px;
  }

  .div-code{
   
  }

  .div-code p{
    
    font-family: Poppins;
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
    color: rgba(55, 53, 47, 0.89);
  }

  #err-inv{
    font-family: Poppins;
    color: red;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
  }

  .big-img-div{
    position: relative;
  }

  .big-h1{
    position: absolute;
    bottom: 5%;
    right: 7%;
    color: white;
    font-family: PopExt;
    text-align: end;
    font-size: 65px;
  }






