
/** cta-section **/

.cta-section{
  position: relative;
  overflow: hidden;
}

.cta-section span{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: var(--secondary-font);
  font-weight: 700;
  margin-bottom: 25px;
  background: linear-gradient(rgba(246, 159, 35, 1), rgba(165, 34, 130, 1));
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-section h2{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}

.cta-section .theme-btn{
  padding: 13px 45px;
}

.cta-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: -56px;
  width: 100%;
  height: 118px;
  background-repeat: repeat-x;
}

.cta-section .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  bottom: -56px;
  width: 100%;
  height: 118px;
  background-repeat: repeat-x;
}


/** cta-style-two **/

.cta-style-two{
  position: relative;
}

.cta-style-two .inner-container{
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  padding: 107px 120px 106px 120px;
}

.cta-style-two .inner-container .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cta-style-two .inner-container .bg-layer:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(rgba(246, 159, 35, 1), rgba(165, 34, 130, 1));
  opacity: 0.80;
}

.cta-style-two span{
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 80px;
  font-family: var(--secondary-font);
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

.cta-style-two:before{
  position: absolute;
  content: '';
  background: #151415;
  width: 100%;
  height: 126px;
  left: 0px;
  bottom: 0px;
}

.cta-style-two .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  bottom: 65px;
  width: 100%;
  height: 118px;
  background-repeat: repeat-x;
}

.cta-style-two .pattern-layer .pattern-2{
  position: absolute;
  left: 38px;
  top: 24px;
  width: 191px;
  height: 234px;
  background-repeat: no-repeat;
}

.cta-style-two .pattern-layer .pattern-3{
  position: absolute;
  top: 44px;
  right: 0px;
  width: 219px;
  height: 246px;
  background-repeat: no-repeat;
}


/** rtl-css **/



/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .cta-section{
    padding: 70px 0px;
  }

  .cta-section h2{
    font-size: 40px;
    line-height: 50px;
  }

  .cta-style-two .inner-container{
    padding: 70px 30px;
  }

  .cta-style-two span{
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){

}









































