/*================================================
 <--Start Hero Area Css-->
=================================================*/
.clean-banner {
  background-size:contain;
  background-repeat: no-repeat;
  margin-bottom: -80px;
}

.clean-banner img{width:100%}

.clean-banner .hero-content h4 {
  font-size: 18px;
  color: var(--color-primary);
  font-weight: 400;
  margin-bottom: 25px;
  position: relative;
}

.clean-banner .hero-content .subtitle-wrap::after {
  content: "";
  height: 2px;
  width: 80px;
  background:var(--color-primary);
  margin-top: 10px;
  margin-left: 15px;
}

.clean-banner .hero-content h2 {
  font-size: 61px;
  font-weight: 600;
  color: #fefefe;
  line-height: 80px;
}

.clean-banner .hero-content h2 span {
  color: var(--color-primary);
}

.clean-banner .hero-content h3 {
  opacity: 0.600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  width: 38%;
  padding: 15px 0 26px;
}

.clean-banner .clean-home-btn a {
  display: inline-block;
  border-radius: var(--button-radius);
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  background: var(--color-second);
  color: var(--color-second);
  padding: 15px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: .5s;
}

.clean-banner .clean-home-btn a:hover {
  color: #ffff;
  background-color: var(--btn-hover);
}

.clean-banner .clean-home-btn a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--color-primary);
  z-index: -1;
  transition: .5s;
}

.clean-banner .clean-home-btn a:hover::before {
  transform: rotateX(90deg);
}

.clean-banner .clean-home-btn a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--color-primary);
  z-index: -1;
  transition: .5s;
}

.clean-banner .clean-home-btn a:hover::after {
  transform: rotateY(90deg);
}

@media (min-width: 768px) and (max-width: 991px) {
  .clean-banner .hero-content h2 {
    font-size: 56px;
  }

  .clean-banner .hero-content h3 {
    width: 66%;
  }
}


@media only screen and (min-width: 600px) and (max-width: 767px) {
  .clean-banner .hero-content h2 {
    font-size: 51px;
    line-height: 65px;
  }

  .clean-banner .hero-content h3 {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {

  .clean-banner .hero-content h2 {
    font-size: 45px;
    line-height: 56px;
  }

  .clean-banner .hero-content h3 {
    width: 100%;
  }
}

@media only screen and (min-width: 220px) and (max-width: 599px) {


  .clean-banner .hero-content h2 {
    font-size: 29px;
    line-height: 42px;
  }

  .clean-banner .hero-content h3 {
    width: 100%;
  }

  .clean-banner .clean-home-btn a {
    font-size: 16px;
    padding: 10px 20px;
  }
}



.clean-feature-area {
  padding: 0px 0 30px;
}

.clean-feature-area .feature-single-box {
  height: calc(100% - 40px);
  background: #ffff;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  padding: 48px 58px 31px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.clean-feature-area .feature-single-box img {
  aspect-ratio: 1 / 1;
}

.clean-feature-area .feature-single-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--color-second);
  z-index: -1;
  transition: .5s;
}

.clean-feature-area .feature-single-box:hover:before {
  transform: rotateX(90deg);
}

.clean-feature-area .feature-single-box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--color-second);
  z-index: -1;
  transition: .5s;
}

.clean-feature-area .feature-single-box:hover:after {
  transform: rotateY(90deg);
}

.clean-feature-area .feature-box-content-title h4 {
  font-size: clamp(18px, 1.15vw, 22px);
  color: #ffffff;
  font-weight: 600;
  padding: 25px 0 18px;
  transition: .5s
}

.clean-feature-area .feature-single-box:hover .feature-box-content-title h4 {
  color: var(--color-second);
}

.clean-feature-area .feature-box-content-discription h5 {
  font-size: clamp(14px, 0.83vw, 16px);
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  transition: .5s;
}

.clean-feature-area .feature-single-box:hover .feature-box-content-discription h5 {
  color: #616161;
}

@media only screen and (min-width: 1198px) and (max-width: 1980px) { 
  .clean-feature-area .feature-single-box {
    height: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .clean-feature-area .feature-single-box {
    padding: 48px 13px 31px;
    height: 100%;
  }
}



@media (min-width: 768px) and (max-width: 991px) {


  .clean-feature-area .feature-single-box {
    padding: 48px 32px 31px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {


  .clean-feature-area .feature-single-box {
    margin-bottom: 40px;
  }
}


@media only screen and (min-width: 480px) and (max-width: 599px) {
 

  .clean-feature-area .feature-single-box {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 599px) {


  .clean-feature-area .feature-single-box {
    margin-bottom: 40px;
    padding: 48px 12px 31px;
  }
}


@media(max-width:991px){
  .clean-feature-area .feature-box-content-title h4 {
    padding: 10px 0 5px;
  }
  .clean-feature-area .feature-single-box{
    padding: 30px 10px 30px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
  }
  .clean-banner {
    margin-bottom: 0;
  }
  .clean-feature-area {
    padding: 30px 0;
  }

  .clean-feature-area .feature-single-box img {
    height: 75px;
	}	
}



@media(max-width:767px){

  .clean-feature-area .feature-single-box img {
    height: 55px;
	}	
}