

@import 'https://fonts.googleapis.com/css2?family=Montserrat:wght@400;900&display=swap';

html {
    scroll-behavior: smooth;
  }
  
.section-hero-shape {
  padding-top: 4rem;
    padding-bottom: 4rem;
    overflow: hidden;
    background: transparent;
    position: relative;
    z-index: 2;
    background-color: #fafbfe00 !important;
    height: 100vh;
}

.text-white {
    color: #464646 !important;
}






.badge-success {
    color: #fff;
    background-color: #009688 !important;
}


.navbar-transparent {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    border: 0;
     
   
}

.bg-gradient-primary {
    background: linear-gradient(87deg, #00947C 0, #009688 100%) !important;
}

.btn-neutral {
    color: #212121 !important;
}

.btn-outline-success {
    color: #212121;
    border-color: #212121;
}
.btn-outline-success:hover {
    color: #ffffff !important;
    border-color: #009688 !important;
      background-color: #009688 !important;
}

@media (min-width: 992px) {
    .section-hero-shape {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .section-hero-shape .section-inside {
    top: -111%;
    left: -7rem;
    width: 130%;
    height: 124%;
    transform: rotate(-2deg);
    border-bottom-left-radius: 15rem;
        background-color: #009688 !important;
    }
}

@media (min-width: 1200px) {
    .section-hero-shape {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .section-hero-shape .section-inside {
    top: -111%;
    left: -7rem;
    width: 130%;
    height: 124%;
    transform: rotate(-2deg);
    border-bottom-left-radius: 15rem;
        background-color: #009688 !important;
    }
}

.herobgs {
    background-repeat: no-repeat;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.herobgs svg {
    height: 1000px;
    pointer-events: none;
}

.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    background:#151414!important;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    left: 30px;
    border-radius: 10px;
    display: none;
    color: #f4f5f7;
}

.cookieConsentContainer h2 {
    color: #f4f5f7;
}

.btn-outline-white {
    border-color: #009688;
    background-color: #009688;
}

.btn-white {
       color: #ffffff;
    background-color: #009688;
    border-color: #009688;
     box-shadow: 0 0.75rem 1.5rem rgb(29 47 63 / 11%);
    transition: all .5s ease-in-out; 
}

.btn-white:hover {
       color: #212121;
    background-color: #fff;
    border-color: #fff;
      transition-duration: 0.5s;
      box-shadow: rgb(158 158 158) 0px 4px 16px, rgb(158 158 158 / 35%) 0px 8px 32px;
}


.btn-gold {
     
      color: #464646;
    background-color: #fff;
    border-color: #fff;
     box-shadow: 0 0.75rem 1.5rem rgb(29 47 63 / 11%);
    transition: all .5s ease-in-out; 
}

.btn-gold:hover {
       color: #fff;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
   
      transition-duration: 0.5s;
      box-shadow: rgb(158 158 158) 0px 4px 16px, rgb(158 158 158 / 35%) 0px 8px 32px;
}





.bg-section-whatsapp{
    background-color:  #009688 !important;
}

.bg-section-fb{
    background: linear-gradient(50deg, #2684FF 0, #00B8D9 100%) !important;
}

.bg-section-agris{
    background: linear-gradient(50deg, #d8dbde 0, #fff 100%) !important;
}



.alert-hero {
    
  display: table-cell;
    border: 0;
    padding: 0.625rem 1.25rem;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    border-radius: 0.25rem;
}

.alert_content {
        margin-left: 5px;
    text-transform: uppercase;
    font-weight: 800;
}


.pinkfill {
    fill: #f174ad !important;
}

.yellowfill {
    fill: #ffcc01 !important;
}

.purplefill {
    fill: #510FA7 !important;
}

.cardWithShadow{
    box-shadow: 0 0.75rem 1.5rem rgb(29 47 63 / 11%);
    transition: all .5s ease-in-out; 
}

.cardWithShadowAnimated:hover {
    transition-duration: 0.5s;
     transform: scale(1.1); 
      box-shadow: rgb(158 158 158) 0px 4px 16px, rgb(158 158 158 / 35%) 0px 8px 11px;
     z-index: 2;
}



.svg{
   position: relative;
    filter: drop-shadow( 0 0.75rem 1.5rem rgb(29 47 63 / 28%));
    transition: all .5s ease-in-out; 
}

.svg:hover {
     transform: scale(1.1); 
       filter: drop-shadow(rgb(158 158 158) 0px 4px 16px, rgb(158 158 158 / 35%) 0px 8px 32px);
     z-index: 2;
}


















.features-6 {
   
}


  .features-6 .section-inside {
        top: 0%;
    left: 4rem;
    width: 100%;
    height: 97%;
    transform: rotate(0deg);
    border-bottom-left-radius: 10rem;
    border-top-left-radius: 10rem;
    z-index: -1;
    background-color: #eeeeee;
    position: absolute;
    }




.features-7{
    background-color: #fff !important;
}



.price-header-gold{
background-color: #CFB53B;
    color: #212121;
    border-top-left-radius: .9em;
    border-top-right-radius: .9em;  
}


.price-header-zilver{
background-color: #e2e2e3;
    color: #212121;
    border-top-left-radius: .9em;
    border-top-right-radius: .9em;  
}



.price-header-bronze{
background-color: #E3AF66;
    color: #212121;
    border-top-left-radius: .9em;
    border-top-right-radius: .9em;  
}





.imgHolderInCard {
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-in-card {
    margin-bottom: 30px;
    width: 150px;
}

.pricing_section {
    background: linear-gradient(180deg, #00947C 0, #0c8173 100%) !important;
}

.pricing_section {
    background: #FFFFFF;
}

.pricing_section .display-3 {
    color: #FAFBFE;
}

.pricing_section  .lead {
    color: #FAFBFE;
}

.pricingCard {
}

.plan_features {
    margin-top: 10px;
}
.plan_features li {
    margin: .5rem 0 0;
     transition: all .5s ease-in-out;  
}

.plan_features li:hover {
  transition-duration: 0.5s;
     transform: scale(1.1); 
      text-shadow: rgb(158 158 158) 0px 4px 16px, rgb(158 158 158 / 35%) 0px 8px 32px;
          opacity: .8;
    
}




.price-block{
    line-height: 6rem;
}

.price-block-value {
    font-size: 6rem;
    font-weight: 600;
     color:#009688;
}
.price-block-currency {
    vertical-align: top;
    margin-top: 0%;
    line-height: 4rem;;
}

.pricing_section .card-title {
    margin-bottom: 0px;
    padding-bottom: 15px;
    font-size: 32px;
    font-weight: 300;
}

.testimonials_section {
    backgrounds: #fff;
}

.testimonials_section .display-3 {
    color: #464646;
}

.testimonials_section .container-fluid {
    width: 90%;
}

.testimonials-item-stars {
    align-self: baseline;
    margin-left: 16px;
    white-space: nowrap;
    display: inline-flex;
    margin-top: 2px;
}

.testimonials-item-stars-item {
    display: inline-block;
    margin-right: 2px;
    width: 14px;
    height: 14px;
}

.testimonials-item-stars-item svg {
    fill: #ffb400;
    display: block;
}

.testimonials-item-author {
    display: flex;
    align-items: center;
}   

.testimonials-item-author-image-container {
    margin-right: 16px;
    overflow: hidden;
}

.tetimonial_text {
    margin-top: 12px;
}

.testimonialCard {
    width: 90%;
}




.phone-wrapper {
    position: relative;
    padding-top: 100px;
    padding-bottom: 67.5%;
    height: 600px;
    transform: rotate(0deg);
}
.phone-wrapper video {
    box-sizing: border-box;
    background: url("../../assets/img/phone.svg") center center no-repeat;
    background-size: contain;
    padding: 18% 0% 26% 0%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #009688;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #fff;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #fff;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #009688;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #009688;
}
.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
 position: relative !important;
    right: 0;
    background: #009688;
    padding: 13px 20px;
    border: 1px solid #009688;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #009688;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #009688;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

* {
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.slider {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider__item, .slider__item-outro {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.slider__item {
  z-index: 0;
}
.slider__item:nth-child(1) {
  z-index: 2;
}
.slider__item img {
  background: #000;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.slider__item-content {
  color: #fff;
  left: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 50px);
  z-index: 3;
}
.slider__item-content p:first-child {
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase;
    text-shadow: 3px 2px 15px rgb(0 0 0 / 39%);
  
  
}
.slider__item-content p:first-child span {
  display: inline-block;
}
.slider__item-content p:first-child .st-line {
  display: block;
  overflow: hidden;
}
.slider__item-content p:nth-child(2) {
  font-size: 20px;
  line-height: 1.6em;
  margin-top: 30px;
  text-shadow: 3px 2px 15px rgb(0 0 0);
}
.slider__item-content p:nth-child(3) {
  margin-top: 32px;
}
.slider__item-content p:nth-child(3) .btn {
  height: 60px;
  margin: 0 10px 10px 0;
}
.slider__item-outro {
  display: flex;
  z-index: 2;
}
.slider__item-outro > div {
  overflow: hidden;
}
.slider__item-outro > div > div {
  height: 100%;
}
.slider__nav {
  background: #000;
  bottom: 25px;
  display: flex;
  padding: 0 25px 0 0;
  position: absolute;
  right: 0;
  z-index: 10;
}


#video_slider {
        position: relative;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        object-fit: cover;
    }

   #video_slider video {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }





.slider--is-ready .slider__item-content {
  visibility: visible;
}
@media screen and (min-width: 1024px) {
  .slider__item-content {
    left: 0;
    top: 50%;
    /* width: 60%; */
    margin: auto;
    padding: 50px;
        text-align: center;
    
  }
  .slider__item-content p:first-child {
    font-size: 85px;
  }
  .slider__item-content p:nth-child(2) {
    font-size: 30px;
  }
  .slider__nav {
    bottom: 0%;
    margin-bottom: 34px;
  }
}


#overlay {
      position: absolute;
    display: block;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   background: rgb(0,0,0);
    background: linear-gradient(0deg, rgb(30 30 30) 0%, rgb(0 0 0 / 48%) 35%, rgb(0 0 0) 100%);
    z-index: 2;
    cursor: pointer;
}

.marq_text{
    
 color: #e91e63;
 font-size: 40px;
 font-weight: 800;
 line-height: 1em;
 text-transform: uppercase;
 text-shadow: 3px 2px 15px rgb(0 0 0 / 8%);   
    
}


@keyframes scale {
  100% {
    transform: scale(1);
  }
}

span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(2) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(3) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(4) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(5) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(6) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(7) {
  animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(8) {
  animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(9) {
  animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(10) {
  animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(11) {
  animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(12) {
  animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(13) {
  animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(14) {
  animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(15) {
  animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(16) {
  animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(17) {
  animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(18) {
  animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
#button {
  display: inline-block;
  background-color: #009688;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 8px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


.wrapingimage{  
float: left;   
margin: 30px 12px 3px 4px;   
border: 2px solid blue;  
}  

