.dh-feature-area {
  padding: 80px 0;
}
@media screen and (max-width:1440px) {
  .dh-feature-area {
    padding: 50px 0;
  }
}

@media screen and (max-width:991px) {
  .dh-feature-area {
    padding: 30px 0;
  }
}


.dh-feature-btn {
  margin-top: 36px;
}
.dh-feature-btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-second);
  background: var(--color-primary);
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0 27px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
  border-radius: var(--button-radius);
  transition: .5s;
}
.dh-feature-btn a::before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: var(--btn-hover);
  clip-path: polygon(-1% 0,0 0,-25% 104%,-1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition:.5s;
  width: 100%;
  border-radius: var(--button-radius);
}
.dh-feature-btn a i {
display: inline-block;
padding-left: 5px;
font-size: 18px;
}
.dh-feature-thumb {
  position: relative;
  z-index: 1;
  margin: 0px 0px 0 42px;
  overflow: hidden;
}
.dh-feature-thumb img{transition:0.3s;}
.dh-feature-thumb img:hvoer{transform:scale(1.05);}

.dh-feature-shape {
  position: absolute;
  top: 108px;
  z-index: -1;
  left: 61px;
}
.dh-feature-shape2 {
  position: absolute;
  top: 96px;
  right: 56px;
  z-index: -1;
}
.dh-feature-btn a:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0,101% 0,101% 101%,0 101%);
  color: var(--color-second);
}
.dh-feature-btn a:hover::before {
  width: 100%;
  z-index: -1;
}


.dh-feature-area .dh-section-sub-title {
  display: flex;
  align-items: center;
}
.dh-feature-area .dh-section-sub-title::before {
  position: static;
  content: "";
  display: none;
}
.dh-feature-area .dh-section-sub-title:after {
  position: static;
  content: "";
  height: 2px;
  width: 64px;
  border-radius: unset;
  border: unset;
  margin: 0 0.5em;
  background: var(--color-primary);
}
.dh-feature-area .dh-section-sub-title h4 {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.05vw, 20px);
  font-weight: 500;
  color: var(--color-primary);
  position: static;
  margin-bottom: 0;
  text-transform: uppercase;
}
.dh-feature-area .dh-section-sub-title h4::after{
  position: static;
  content: "";
  height: 15px;
  width: 15px;
  border: 2px solid;
  border-radius: 50%;
  margin-left: 0.5em;
  color: var(--color-primary);
}

.dh-feature-area .dh-section-title.upper {
  margin: 0 0 25px;
}
.dh-feature-area .dh-section-title-description h3 {
  font-size: clamp(14px, 0.95vw, 18px);
  font-weight: 400;
  padding: 24px 0 0px;
  width: 99%;
  font-family: var(--font-family);
  line-height: 1.7;
}

.dh-feature-area .dh-section-main-title h2 {
  font-size: clamp(24px, 2.1vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 20px;
  text-transform: uppercase;
}

@media (min-width: 1170px) and (max-width: 1199px) {

  
  .dh-feature-area .dh-section-sub-title::after {
    left: -227px;
    top: 5px;
  }
  
  .dh-feature-area .dh-section-sub-title::before {
    right: -125px;
    top: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1169px) {
  .dh-feature-area .dh-section-title h2 {
    font-size: 34px;
    line-height: 43px;
  }
  .dh-feature-thumb {
    margin-left: 0;
  }
  .dh-feature-area .dh-section-sub-title::before {
    right: -124px;
  }
  .dh-feature-area .dh-section-sub-title::after {
    left: -229px;
  }
  .dh-feature-area .dh-section-title-description h3 {
    padding: 17px 0 0;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .dh-feature-area .dh-section-title-description h3 {
    padding: 5px 0 9px;
  }

  .dh-feature-area .dh-section-sub-title::before {
    right: -234px;
  }
  .dh-feature-area .dh-section-sub-title::after {
    left: -119px;
  }
  .dh-feature-area .dh-section-main-title {
    margin: 7px 0 11px;
  }
  .dh-feature-area .dh-section-main-title h2 {
    line-height: 35px;
  }

  .dh-feature-area .dh-feature-btn {
    margin-top: 23px;
  }

  .dh-feature-thumb img {
    width: 100%;
  }
  .dh-feature-shape img {
    width: 85%;
  }
  .dh-feature-shape {
    left: 43px;
  }
  .dh-feature-shape {
    left: 54px;
  }
  .dh-feature-shape2 {
    right: 38px;
    top: 77px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .dh-feature-area .dh-section-main-title h2 {
    line-height: 43px;
  }

  .dh-feature-area .dh-section-sub-title::before {
    right: -65px;
  }
  .dh-feature-area .dh-section-title-description h3 {
    padding: 18px 0 0;
  }
  .dh-feature-area .dh-section-sub-title::after {
    left: -287px;
  }
  .dh-feature-thumb {
    margin: 50px 0 0;
  }
  .dh-feature-shape2 {
    right: 64px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
  .dh-feature-area .dh-section-sub-title::before {
    width: 57px;
  }
  .dh-feature-area .dh-section-sub-title::after {
    height: 13px;
    width: 13px;
  }
  .dh-feature-area .dh-section-sub-title::before {
    width: 57px;
  }
  .dh-feature-area .dh-section-sub-title::after {
    height: 13px;
    width: 13px;
  }
  .dh-feature-area .dh-section-main-title h2 {
    line-height: 39px;
  }

  .dh-feature-area .dh-section-sub-title::before {
    right: -100px;
  }
  .dh-feature-area .dh-section-sub-title::after {
    left: -250px;
  }

  .dh-feature-area .dh-section-sub-title::before {
    right: -61px;
    width: 53px;
  }
  .dh-feature-thumb {
    margin-left: 0;
    margin-top: 50px;
  }
  .dh-feature-area .dh-section-sub-title::after {
    left: -234px;
    top: 7px;
  }
  .dh-feature-area .dh-section-sub-title::before {
    right: -85px;
    width: 53px;
  }
  .dh-feature-area .dh-section-title-description h3 {
    padding: 16px 0 0;
  }
}

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

  .dh-feature-area .dh-section-main-title h2 {
    line-height: 30px;
  }

  .dh-feature-thumb {
    margin-left: 0;
    top: 32px;
  }
  .dh-feature-area .dh-section-sub-title::before {
    right: -238px;
    top: 8px;
  }
  .dh-feature-area .dh-section-title-description h3 {
    padding: 14px 0 0;
  }
  .dh-feature-area .dh-section-title.upper {
    margin: 0 0 -7px;
  }
  .dh-feature-area .dh-section-sub-title::after {
    left: -115px;
    top: 2px;
  }


  .dh-feature-thumb {
    margin-left: 0;
    top: 15px;
  }
  .dh-feature-thumb img {
    width: 100%;
  }
  .dh-feature-shape2 img {
    width: 74%;
    display: none;
  }
  .dh-feature-shape2 {
    right: -25px;
  }
  .dh-feature-shape {
    top: 0;
    left: 0;
  }
  .dh-feature-shape2 {
    right: -54px;
    top: 21px;
  }
  .dh-feature-area .dh-section-sub-title:after {
    height: 11px;
    width: 11px;
  }
}

.dh-feature-area .bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; 
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); 
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); 
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); 
  } 
}


@media (max-width: 991px) {
  .dh-feature-btn a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
  .dh-feature-btn {
    margin-top: 20px;
  }
  .dh-feature-thumb {
    margin: 0px
  }
}