/*******************************************
<-- Start Carcity Subscribe section css -->
********************************************/

.subscribe-section {
  padding: 68px 0 62px;
  /* background: url("assets/images/resource/subscribe-bg.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.subscribe-thumb {
  float: left;
  margin-right: 25px;
}
.subscribe-thumb img{width:100px;}
.subscribe-title h4 {
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 0;
  color: var(--color-primary);
}

.subscribe-title h2 {
  font-size: clamp(24px, 1.9vw, 36px);
  font-weight: 600;
  line-height: 54px;
  color: #fff;
  padding: 11px 0 0;
}

.subscribe-from {
  position: relative;
  z-index: 1;
  display: flex;
}
.subscribe-from .crmFormVali-error{top: 116%;right: 0;color: #ff3f3f;}
.subscribe-from input {
  height: 62px;
  background-color: #fff;
  border: 0;
  padding: 6px 20px;
  display: block;
  width: 100%;
  color: #0d0e14;
  border-radius: 5px;
  padding-right: 160px;
  margin: 0 0 0 36px;
  border: 2px #525252 solid;
  box-shadow: 1px 2px 13px #d5d5d5;
}

.subscribe-from button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: inline-block;
  padding: 18px 36px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  border: 0;
  background: var(--color-primary);
  color: #000;
  border-radius: 0 5px 5px 0;
  font-weight: bold;
}

.metal {
    position: relative;
    outline: 0;
    text-align: center;
    color: hsla(0,0%,20%,1);
    background-color: hsl(0,0%,90%);
    transition: color .2s;
 box-shadow: inset hsla(0, 0%, 15%, 1) 0 0 0 0px, inset hsla(0, 0%, 15%, .8) 0 -1px 5px 4px, inset hsla(0, 0%, 0%, .25) 0 -1px 0 7px, inset hsla(0, 0%, 100%, .7) 0 2px 1px 7px, hsla(0, 0%, 0%, .15) 0 -5px 6px 4px, hsla(0, 0%, 100%, .5) 0 0px 6px 1px;

}

.radial.metal {
    background-image: -webkit-radial-gradient(50% 0,8% 50%,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,0) 100%),-webkit-radial-gradient(50% 100%,12% 50%,hsla(0,0%,100%,.6) 0,hsla(0,0%,100%,0) 100%),-webkit-radial-gradient(0% 50%,50% 7%,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,0) 100%),-webkit-radial-gradient(100% 50%,50% 5%,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,0) 100%),-webkit-repeating-radial-gradient(50% 50%,100% 100%,hsla(0,0%,0%,0) 0,hsla(0,0%,0%,0) 3%,hsla(0,0%,0%,.1) 3.5%),-webkit-repeating-radial-gradient(50% 50%,100% 100%,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 6%,hsla(0,0%,100%,.1) 7.5%),-webkit-repeating-radial-gradient(50% 50%,100% 100%,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 1.2%,hsla(0,0%,100%,.2) 2.2%),-webkit-radial-gradient(50% 50%,200% 50%,hsla(0,0%,90%,1) 5%,hsla(0,0%,85%,1) 30%,hsla(0,0%,60%,1) 100%)
}

.metal.radial:before,.metal.radial:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background-image: -webkit-radial-gradient(50% 0,10% 50%,hsla(0,0%,0%,.1) 0,hsla(0,0%,0%,0) 100%),-webkit-radial-gradient(50% 100%,10% 50%,hsla(0,0%,0%,.1) 0,hsla(0,0%,0%,0) 100%),-webkit-radial-gradient(0% 50%,50% 10%,hsla(0,0%,0%,.1) 0,hsla(0,0%,0%,0) 100%),-webkit-radial-gradient(100% 50%,50% 06%,hsla(0,0%,0%,.1) 0,hsla(0,0%,0%,0) 100%);
}

@media(max-width:1280px){
  .subscribe-title h2 {line-height: 34px;}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .subscribe-title h2 {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .subscribe-from input {
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .subscribe-title h2 {
    padding: 0;
    margin-top: 0;
  }

  .subscribe-from {
    margin: 15px 0 0 0;
  }
}

@media only screen and (min-width: 600px) and (max-width: 991px) {
  .subscribe-section {
    text-align: center;
  }
  .subscribe-thumb {
    float: inherit;
    padding: 0 0 25px;
  }
  .subscribe-title h2 {
    padding: 0;
    margin-top: 0;
  }
  .subscribe-from {
    margin: 15px 0 0 0;
  }
  .subscribe-from button {
    font-size: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  /*subscribe section */
  .subscribe-section {
    text-align: center;
  }
  .subscribe-thumb {
    float: inherit;
    padding: 0 0 25px;
  }
  .subscribe-title h2 {
    padding: 0;
    margin-top: 0;
  }
  .subscribe-from {
    margin: 15px 0 0 0;
  }
  .subscribe-from button {
    font-size: 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  /*subscribe section */
  .subscribe-section {
    text-align: center;
  }
  .subscribe-thumb {
    float: inherit;
    padding: 0 0 25px;
  }
  .subscribe-title h2 {
    padding: 0;
    margin-top: 0;
  }
  .subscribe-from {
    margin: 15px 0 0 0;
  }
  .subscribe-from button {
    font-size: 15px;
  }
}
