header{
  background-color: white;
}
body{
  background-color: #f0f0f0;
}
.backtop{
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #119744;
  border-radius: 50% ;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 40px !important;
  font-size: 20px;
  color: white;
  cursor: pointer;
  z-index: 40;
  box-shadow: 0 0 10px rgba(71, 254, 126, 0.5);
  transition: display 0.3s ease-in-out;
  animation: top 2s infinite;
  display: none;
}
@keyframes top {
  0%{
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100%{
    transform: translateY(0);
  }
}
.about-section{
  width: 100%;
}
.container-head{
  background-color: #f5f5f5;
  background-image: linear-gradient(to left, rgba(6, 23, 56, 0.6), rgba(17, 151, 68, 0.6)), 
  url(./greeny/images/single-banner.jpg);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
  color: white;
  padding: 7%;
  width: 100%;
  height: 10%; 
}
.content h1{
  font-size: 2rem;
  font-weight: 600;
  color: white;
  text-align: center;
  padding: 25px 0;
  /* padding-left: 5%;   */
}
.content h3{
  font-size: 1rem;
  /* font-weight: 600; */
  color: white;
  text-align: center;
}
header .home-icon, header .category-icon{
  display: none;
}

.about-goal{
  width: 93%;
  margin: 120px auto;
  padding-left: 20px;
}
.goal-container{
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  gap: 50px;
}
.first-goal{
  width: 53%;
}
.first-goal h2{
  font-size: 2.5rem;
  font-weight: 500;
  color: #39404a;
  margin-bottom: 30px;
}
.first-goal p{
  margin-bottom: 50px;
  line-height: 1.8;
}
.about-list{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-list h3{
  font-size: 1.5rem;
  font-weight: 500;
  color: #555555;
}
.about-list h6{
  font-size: 1.2rem;
  font-weight: 400;
  color: #555555;
}
.img-goal{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 50%;
  gap: 20px;
}
.img-goal img{
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}



/* MD SECTION */
.MD{
  width: 93%;
  margin: 120px auto;
  /* padding-left: 20px; */
}
.swiper-container6,.swiper-container7  {
  width: 100%;
  padding-left: 20px;
  overflow: hidden;
  position: relative;
}
.swiper-button-prev6,
.swiper-button-next6,.swiper-button-prev7,
.swiper-button-next7 {
  position: absolute;
  top: 50%;
  font-size: 1rem;
  color: #119744;
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.swiper-button-prev6, .swiper-button-prev7 {
  left: 10px; 
}

.swiper-button-next6,.swiper-button-next7 {
  right: 0; 
}

.swiper-button-prev6:hover,
.swiper-button-next6:hover,.swiper-button-prev7:hover,
.swiper-button-next7:hover  {
  background-color: #119744;
  color: #ffffff;
}

.md-wrap{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 100px;
}
.md-image{
  width: 30%;
  padding-left: 70px;
}
.md-image img{
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 10px solid white;
}
.md-text{
  width: 50%;
  line-height: 2;
}
.md-text i{
  font-size: 4rem;
  color: #119744;
}
.md-text p{
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.md-text h4{
  font-size: 1.2rem;
  font-weight: 500;
  color: #39404a;
}
.md-text h6{
  font-size: 1rem;
  color: #555555;
  font-weight: 430;
}


/* REASON SSECTION */

.reason-container{
  width: 93%;
  margin: 0 auto;
  padding-left: 20px;
}
.reason-container h2{
  font-size: 2.5rem;
  text-align: center;
  color: #39404a;
  font-weight: 500;
  text-wrap: wrap;
  margin-bottom: 50px;
}
.reason-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 40px;
}
.reason-card{
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.reason-card:hover .reason-icon i{
  background-color: #119744;
  color: white;
}

.reason-card .reason-icon i{
  width: 60px;
  height: 60px;
  font-size: 1.4rem;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #119744;
  background-color: white;
  transition: all 0.3s ease;
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.reason-text{
  padding-left: 30px;
  /* width: 73%; */
  /* border: 2px solid black;v */
}
.reason-text h4{
  color: #555555;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.reason-text p{
  line-height: 1.5;
}


/* TEAM SECTION */
.team-container{
  width: 93%;
  padding-left: 20px;
  margin: 100px auto;
}
.team-container h2{
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
  color: #39404a;
  margin-bottom: 40px;
}
.team-img{
  width: 100%;
  text-align: center;
}
.team-img img{
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.team-img h5{
  font-weight: 500;
  color: #555555;
  font-size: 1.1rem;
  margin: 5px 0;
}
.team-img p{
  color: #555555;
}



@media screen and  (max-width: 1024px){
  .about-goal{
    width: 71%;
  }
  .goal-container{
    display: block;
  }
  .first-goal{
    width: 100%;
    margin-bottom: 50px;
  }
  .img-goal{
    width: 100%;
  }


  .MD{
    width: 71%;
  }
  .md-image{
    width: 40%;
    padding-left: 15px;
  }
  .md-wrap{
    gap: 40px;
  }
  .md-image img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid white;
  }
  .md-text{
    width: 60%;
    line-height: 2;
  }
  .md-text i{
    font-size: 2rem;
    color: #119744;
  }
  .md-text p{
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  .md-text h4{
    font-size: 1rem;
    font-weight: 500;
    color: #39404a;
  }
  .md-text h6{
    font-size: 1rem;
    color: #555555;
    font-weight: 430;
  }


  .reason-container{
    width: 71%;
  }
  .reason-grid{
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 40px;
  }


  .team-container{
    width: 71%;
  }

}


@media screen and  (max-width: 768px){
  .about-goal{
    width: 91%;
    padding-left: 0;
  }
  .about-list h3{
    font-size: 1.3rem;
  }
  .about-list h6{
    font-size: 1.1rem;
  }
  .MD{
    width: 91%;
    padding-left: 0;
  }
  .md-image{
    width: 50%;
  }
  .md-wrap{
    gap: 25px;
  }
  .md-text p{
    font-size: 0.8rem;
    margin-bottom: 30px;
  }
  .md-text h4{
    font-size: 1rem;
    font-weight: 500;
    color: #39404a;
  }
  .md-text h6{
    font-size: 0.8rem;
    color: #555555;
    font-weight: 430;
  }


  .reason-container{
    width: 91%;
    padding-left: 0;
  }

  .team-container{
    width: 91%;
    padding-left: 0;
  }
}

@media screen and  (max-width: 480px){
  .about-goal{
    width: 95%;
    padding-left: 0;
  }
  .first-goal h2{
    font-size: 2rem;
  }
  .about-list h3{
    font-size: 1.1rem;
  }
  .about-list h6{
    font-size: 0.9rem;
  }

  .MD{
    width: 95%;
    padding-left: 0;
  }

  .md-wrap{
    gap: 15px;
  }
  .md-text p{
    font-size: 0.7rem;
    margin-bottom: 30px;
  }
  .md-text h4{
    font-size: 1rem;
    font-weight: 500;
    color: #39404a;
  }
  .md-text h6{
    font-size: 0.7rem;
    color: #555555;
    font-weight: 430;
  }
  .reason-container{
    width: 95%;
    padding-left: 0;
  }
  .reason-container h2{
    font-size: 1.8rem;
  }
  
  .team-container{
    width: 95%;
    padding-left: 0;
  }
  .team-container h2{
    font-size: 2rem;
  }
}