body.desktop .banner {
  background-image: url(/images/backgrounds/bg-banner.webp);
}

body.mobile .banner{
  background: linear-gradient(0deg, #ffffff 0%, rgb(251 131 50 / 13%) 25%, rgba(248, 195, 50, 0.08) 75%, #ffffff 100%);
}

.platform-app .inner {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.platform-app .des {
  padding: 10px;
  text-align: justify;
}

.platform-app .btn-platform {
  border-radius: 30px;
  border: 0px solid #3c9e47;
  padding: 10px 30px;
  font-weight: bold;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
  color: white;
}

.platform-app .btn-platform.mobile{
  background-image: linear-gradient(to right, #2dddbc, #0ea987);
}

.platform-app .btn-platform.ipad{
  background-image: linear-gradient(to right, #7b8aff, #3145c7);
}

.platform-app .btn-platform.desktop{
  background-image: linear-gradient(to right, #76c9f0, #18b5ff);
}

body.desktop section.function,section.feature {
    background-image: url(/images/backgrounds/desktop/bg-banner-shapes.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.item-function img{
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background-color: #8bc34a1c;
}

.feature-box-style-3:before,
.feature-box-style-3:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: #7dc242;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.feature-box-style-3:before {
  top: 0;
  left: 5%;
  transform: rotate(10deg);
  border-radius: 10px;
  width: 90%;
}

.feature .item {
  position: relative;
}

.feature-box-style-3 .section-title {
  font-size: 1.25rem;
}

.feature-box-style-3:hover:before {
  top: 25px;
  left: 25px;
  transform: rotate(5deg);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.feature-box-style-3:after {
  top: 0;
  left: 0;
  background: #fff;
  z-index: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 10%);
}

.testimonial .item {
  margin-top: 20px;
  margin-bottom: 20px;
}

.testimonial-wrapper.testimonial-1 .testimonial-inner {
  background: #fff;
  padding: 40px 20px;
  -webkit-box-shadow: 0 15px 46px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
  border-radius: 100px 70px 70px 200px !important;
  position: relative;
}

.testimonial-info-wrap>p:first-child {
  text-align: justify;
}

.testimonial-wrapper .testimonial-inner {
  padding: 20px 15px;
}

.testimonial-wrapper .testimonial-title {
  color: #3c9e46;
  font-weight: bold;
}

.testimonial-thumb {
  margin-bottom: 10px;
}

.rounded {
  border-radius: 0.25rem !important;
}

.txt-pr {
      margin-top: 0;
      margin-bottom: 15px;
      border-radius: 50px;
      padding: 10px 30px;
      font-size: 28px;
      font-weight: bold;
      /* text-shadow: 1px 1px 1px #022b06; */
      min-height: 51px;
}

.btn-registry,
.btn-media {
  padding: 10px 30px 10px 10px;
  border-radius: 60px;
  border-width: 0;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-decoration: underline;
}

.btn-media {
  background-color: #faca4b;
  color: #000000;
}

.btn-registry {
  background-color: #7ac042;
  color: #fff;
}

body.desktop .btn-registry{
  margin-left: 30px;
}

#modalVideoIntroduce .modal-content{
  overflow: visible!important;
}

.btn-media img,
.btn-registry img {
  width: 40px;
  height: 40px;
}

.btn-media .icon-btn-media,
.btn-registry .icon-btn-media {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}

.btn-media .icon-btn-media::before,
.btn-registry .icon-btn-media::before {
  content: '';
  position: absolute;
  top: -12px;
  left: -5px;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;

  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;

  /*animation: pulse 1s ease-in;*/
  animation-name: pulse;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.image-slider {
  position: relative;
}

.text-md-end {
  margin-top: 10px;
}

.text-md-start {
  margin-top: 10px;
}

.testimonial-thumb img.rounded-circle {
  width: 80px;
  height: 80px;
}

.div-wrap {
  border-radius: 10px;
  padding: 20px;
}

.title-wrap {
  color: #ffffff;
}

.txt-title {
  color: #000000;
}

.cls-1,
.cls-3 {
  isolation: isolate;
}

.cls-2 {
  fill: #3c9e46;
}

.cls-3 {
  opacity: 0.25;
}

.cls-4 {
  fill: #fff;
}

.i-has .icon {
    width: 170px;
}

.i-has .des {
    color: #000;
    margin-top: 20px;
}

.i-has .des .volumn {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}

.i-has .item {
    text-align: center;
    background-color: #fff;
    padding: 15px;
    border-radius: 20px;
}

.elloicon {
  font-size: 40px;
  color: white;
  line-height: 0;
}

figure img {
  all: initial;
}

.about-us h3 {
  padding-left: 10px;
  font-size: 1.5rem;
  position: relative;
}

.about-us h4:before {
  border-left: 5px solid #3c9e47;
  border-radius: 10px;
  position: absolute;
  left: 0px;
  top: 5px;
  content: "";
  bottom: 5px;
}

.about-us .card-feature {
  padding: 2rem;
}

.about-item {
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width:768px) {
  .item-wrap figure .item-image-wrap {
    padding: 0 !important;
  }

}
