:root {
    --accent: #3C64B1;
    --black: #000000;
    --black-1: #222222;
    --black-2: #18191F;
    --black-3: #23242A;
    --gray: #E2E2E2;
    --light: #F5F9FA;
    --light-1: #969BAB;
    --light-2: #919194;
    --blue: #2F80ED;
    --turquoise: #2EC5CE;
    --purple: #9B51E0;
    --purple-1: #BB6BD9;
    --green:#40AD50;
    --white:#ffffff;
}

body {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    color: var(--black);
}


/*Style Versione 3 Landing - Video and Black BG*/

[x-cloak]{
    display:none;
}

#modale-video {
    position: fixed;
    width: 70%;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inner-mod-video{
    margin:0 auto;
    height:100%;
    position: relative;  
}

.cta-active-video-2025 {
    background: #e1e1e1;
    border:none;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px 0 10px 25px;
    border-radius: 50px;
    width: fit-content;
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
}

#video-box-home {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
}

#video-box-home iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.close-video-cont {
    border-radius: 100%;
    background: #ffffff;
    width: fit-content;
    padding: 10px;
    position: absolute;
    top: -50px;
    right: 0;
    cursor: pointer;
    display:flex;
}

#video-hero {
    border-radius: 0.75rem;
    width: 80%;
    /* height: 100%; */
    /* object-fit: cover; */
    bottom: -480px;
    left: 50%;
    transform:translateX(-50%);
    position: absolute;
    z-index: 888;
    box-shadow: 0 4px 26.1px 0 rgba(0, 0, 0, 0.25);
}
#video-hero[poster] {
    /* object-fit: cover; */
    width: 80%;
    margin: 0 auto;
}
.cta-active-video-2025 span {
    font-size: 16px;
    color: #3C3C3B;
    font-weight: 700;
    line-height: normal;
    padding-right: 10px;
}

.cta-active-video-2025 svg {
    height: 50px;
}

.hero-area.new {
    padding-top: 65px;
    padding-bottom: 400px;
}

.play-icon {
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}

.section-gradiente.new{
    padding:75px 0 0 0;
}

.section-gradiente.new p {
    padding: 15px 0% 15px 0%;
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.duration-200{
    transition-duration: 200ms;
}

.opacity-0{
    opacity:0;
}

.opacity-100{
    opacity:1;
}

.duration-100{
    transition-duration: 100ms;
}

.hero-text.new{
    padding-right:40px;
}

.hero-text.new h1{
    margin: 0 0 0.67em 0;
}

.section-area.new-style-landing{
    padding: 230px 0 140px 0;
}

/*Style Versione 3 Landing - Video and Black BG*/

/* Style Video - index-video */


.wrapper-vid{
    position: relative;
}

.pause{
    display:none;
}

.play{
    font-size: 50px;
    cursor: pointer;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    transition: all 0.3s linear;
}

.play svg, .pause svg path{
    fill:white;
}

.play:hover svg, .pause:hover svg path{
    fill:#40AD50;
}


.controls-vid .pause, .controls-vid .play{
    pointer-events: none;
}

.controls-vid .pause svg, .controls-vid .play svg{
    pointer-events: auto;
}


.controls-vid{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    color: #FFF;
    width: 100%;
    text-align: center;
    z-index: 999;
}
/* Style video - index-video */

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-size: 40px;
    font-weight: 800;
}

h3 {
    font-size: 30;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

button:focus {
    outline: 0;
    box-shadow: 0 0 0 !important;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.light-bg {
    background-color: #f9f9f9;
}

.color-white {
    color: #fff !important;
}
.logo{
    width:200px;
}

.btn-primary {
    background-color: var(--green);
    border-color: var(--green);
    border-radius: 5px;
    font-weight: bold;
    font-size: 17px;
    line-height: 18px;
    padding: 13px 25px;
    min-width: 220px;
    border:1px solid var(--green);
}

.btn-primary:hover,
.btn-border:hover {
    background-color: transparent;
    color: var(--green);
    border-color: var(--green);
}

.btn-border {
    border: 1px solid var(--green);
    border-radius: 5px;
    color: var(--green);
    font-weight: bold;
    font-size: 17px;
    line-height: 18px;
    padding: 11px 25px;
    min-width: 220px;
}
.btn-border:hover {
    color: var(--white);
    background-color:var(--green);
}
.btn-border-white {
    border: 1px solid var(--white);
    border-radius: 5px;
    color: var(--green);
    font-weight: bold;
    font-size: 17px;
    line-height: 18px;
    padding: 11px 25px;
    min-width: 220px;
    background:var(--white);
}
.btn-border:hover {
    color: var(--white);
    background-color:var(--green);
}
.first-section .hero-text .big-title{
    font-size: 60px!important;
}
.hero-text {
    padding-bottom: 100px;
    width: 60%;
    margin: 0 auto;
}
.contactForm .send{
    
    border:2px solid #40AD50;
    background-color: #40AD50;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    line-height: 18px;
    padding: 11px 25px;
    width:100%;
    transition: all 0.2s ease-in;
    text-align:center!important;
}

.form-column .text-left{
    padding-right:50px;
}

.messaggio{
    color:#3C3C3B;
    font-size:18px;
}

.send:hover{
    border:2px solid #40AD50;
    background-color: transparent;
    color: #40AD50;
}

.homepage {
    overflow: hidden;
    z-index:100;
    position: relative;
}

.header-area {
    padding: 6.5px 0;
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.header-area.scrolling {
    padding: 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1024;
}

.navbar-nav .nav-link {
    font-weight: 600;
    color: var(--black-1);
    font-size: 16px;
    line-height: 18px;
    margin: 0 10px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--green);
}

.hero-area {
    background: linear-gradient(90.19deg, #1EC7FC 0.15%, #80097B 99.84%);
    padding-top: 50px;
}
.hero-area.new,
.section-gradiente.new {
    background: radial-gradient(circle, rgba(76, 93, 119, 1) 0%, rgba(22, 29, 44, 1) 100%);
    color: #fff;
}
.first-section{
    align-items:center;
}

.section-area {
    padding: 140px 0;
    position: relative; 
    z-index:10;
}
.powerfull{
    padding:0 0 140px 0;
}
.powerfull h2, .powerfull p{
    z-index:1800;
    position: relative;
}
.instoriaments{
    position: absolute;
    top:-21%;
    z-index:10;

}
.promo {
    background: #f9f9f9 /*url(../img/promo.jpg) no-repeat scroll right center / auto 45vw*/;
}
.cta-demo{
    width:fit-content;
    margin:0 auto;
}
.strumenti{
    padding-top:70px;
}

.service-box {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
    border-radius: 8px;
    padding: 20px;
}
.service-border {
    border-bottom: 8px solid #1EC7FC;
    margin-bottom: 45px;
    border-radius: 10px;
}
.service-box h4 {
    min-height: 120px;
}

.work-box {
    position: relative;
    min-height: 150px;
    padding-top: 45px;
}

.work-box:before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    background: var(--blue);
    top: 0;
}

.work-box:after {
    content: "";
    border-top: 2px dashed var(--blue);
    position: absolute;
    top: 10px;
    right: 0;
    left: 50px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    animation: animate 4s linear infinite;
}
.work-box.two:after {
    animation: animate 4.85s linear infinite; 
}
.work-box.three:after {
    animation: animate 4.35s linear infinite; 
}
.work-box.four:after {
    animation: animate 4.15s linear infinite; 
}
.work-box.five:after {
    animation: animate 4.55s linear infinite; 
}
.work-box.six:after {
    animation: animate 4.45s linear infinite; 
}
.work-box.seven:after {
    animation: animate 4.85s linear infinite; 
}
.work-box.eight:after {
    animation: animate 4.25s linear infinite; 
}
.work-box.nine:after {
    animation: animate 4.75s linear infinite; 
}
.work-box.green:before {
    background: var(--turquoise);
}

.work-box.green:after {
    border-color: var(--turquoise);
}

.work-box.purpel:before {
    background: var(--purple);
}

.work-box.purpel:after {
    border-color: var(--purple);
}

.w-245 {
    min-width: 245px;
}

.sub-title {
    color: var(--green);
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
}

.image-style {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.testimonial-list {
    padding-left: 100px;
    margin-top: 30px;
}

.title-testimonial {
    position: relative;
    margin: 0 0 10px;
}

.title-testimonial:after {
    content: "";
    background: url(../img/quote-mark.svg) no-repeat;
    width: 143px;
    height: 122px;
    position: absolute;
    left: -103px;
    top: -40px;
}

.title-testimonial span {
    position: relative;
    z-index: 1;
}
.testimonial-border {
    border-bottom: 8px solid #1EC7FC;
    margin-bottom: 30px;
    border-radius: 10px;
}
.single-testimonial {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
    border-radius: 8px;
    position: relative;
    padding: 30px 30px 15px 50px;
    width: 100%;
}

.single-testimonial.one{
    margin-top:30px;
}
 

.single-testimonial q {
    display: block;
    margin-top: 30px;
    position: relative;
}

.single-testimonial q:before {
    content: "";
    background: url(../img/quote-mark-blue.svg) no-repeat;
    width: 16px;
    height: 14px;
    position: absolute;
    left: -25px;
    top: 3px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.single-testimonial q:after {
    display: none;
}

.single-testimonial p {
    color: var(--light-1);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.single-testimonial h6 {
    color: var(--black-2);
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0 0;
}

.single-testimonial img {
    display: block;
    margin-left: -20px;
}

.promotion {
    position: relative;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.promotion:before {
    content: "";
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(89.86deg, #7A0D7C 0.12%, #1EC7FC 97.69%);
    top: 0;
    bottom: 0;
    left: -20px;
    width: 90%;
}
.promotion.new:before{
    background: #3b4960;
}
.promotion [class*="col-"],
.promo [class*="col-"] {
    position: relative;
    z-index: 1;
}

.client-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.client-image img {
    width: auto !important;
}

.clients-list.owl-carousel .owl-nav button {
    width: 16px;
    height: 32px;
    background: url(../img/angle-left.svg) no-repeat scroll center center;
    overflow: hidden;
    text-indent: -999px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: -50px;
}

.clients-list.owl-carousel .owl-nav button.owl-next {
    background-image: url(../img/angle-right.svg);
    right: -50px;
    left: auto;
}

.footer-area {
    background: var(--white);
    padding: 150px 0px;
    color: var(--light-2);
    position: relative;
    z-index:1;
}
.foother{
    position: fixed;
    bottom:0;
    width:100%;

}
.address {

    font-size: 14px;
    font-weight: 600;
    margin-top: 35px;
    color: #b6b5b5;
}

img.opaco {
    opacity: 0.3;
    width: 200px;
    margin: 0 auto;
}
.address p {
    margin-bottom: 25px;
}

.copyright {
    border-top: 1px solid #4F5055;
    margin-top: 40px;
    padding: 20px 0;
    font-weight: 700;
}

.slider-list {
    margin-top: 70px;
}
.list-wrap{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin-top: 70px;
}
.list-border {
    border-bottom: 8px solid #1EC7FC;
    border-radius: 10px;
    width: 24%;
    margin-bottom: 1%;
}
.single-slide-text {
    background: #FFFFFF;
    box-shadow: 10px 10px 50px 3px rgba(39, 92, 141, 0.1);
    border-radius: 10px;
    padding: 30px;
    color: var(--black-3);
    width: 100%;
    height:100%;
}
.integrations img{
    border-radius:10px;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    width:120px;
}
.single-slide-text img {
    width: auto !important;
}

.single-slide-text h4 {
    font-weight: 800;
    margin: 20px 0;
}

.single-slide-text p {
    margin: 0;
}

.slider-list.owl-carousel .owl-stage-outer {
    overflow: unset;
}

.slider-list.owl-carousel .owl-nav {
    margin-top: 30px;
}

.slider-list.owl-carousel .owl-nav button {
    background: url(../img/left-angle-g.svg) no-repeat scroll center center;
    width: 21px;
    height: 21px;
    overflow: hidden;
    text-indent: -999px;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.5" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: grayscale(1) opacity(0.5);
    filter: grayscale(1) opacity(0.5);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.slider-list.owl-carousel .owl-nav button.owl-next {
    background-image: url(../img/right-angle-g.svg);
    margin-left: 20px;
}

.slider-list.owl-carousel .owl-nav button:hover {
    -webkit-filter: unset;
    filter: unset;
}

.single-slide {
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-slide:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.navbar-toggler {
    border-color: var(--green);
    height: 30px;
    width: 35px;
    position: relative;
}

.navbar-toggler span {
    position: absolute;
    background: var(--green);
    height: 2px;
    top: 6px;
    left: 5px;
    right: 5px;
}

.navbar-toggler span:last-child {
    top: 20px;
}

.navbar-toggler span:nth-child(2) {
    top: 12.5px;
}

.logo-form{
    margin-bottom:30px;
}

.text-left{
    text-align:left!important;
}

.sx-column{
    margin: 30px 0;
}

.white-title{
    color:#fff;
    text-align:left!important;
}

.text-colored{
    color: #40AD50;
}

#lp-lead a {
    color: #9B51E0;
}

#lp-lead a:hover {
    color: #BB6BD9;
}

label.error {
    color: red;
    display:block;
}

#privacy-policy{
    margin-right:10px;
    margin-top:30px;
    display:inline-block;
    width:20px;
}

.informativa {
    display:inline-block;
    color: #fff;
}

div#clienti {
    background-color: #f9f9f9;
}

div#clienti h2, div#clienti p{
    color:#000000;
}
.clientinewwrap{
    display:flex; 
    flex-wrap:wrap;
    justify-content:center
}
.clientnew {
    flex: 0 0 24%;
}
.logo-black{
    width:250px;
    height:auto;
}

.title-cookie, .cookieNotice-2 p{
    color: #fff;
}


.auto-video{
    width:100%;
    height:auto;
}
.auto-video.new{
    border-radius:7px;
}
.accettazione{
    color:#40AD50;
}

.accettazione:hover{
    color:#2dee4a;
}

.cookie-accettazione{
    color:#2EC5CE;
}

.cookie-accettazione:hover{
    color:#2aacb3;
}

.chiudi-button .sm-button{
    top: 0px!important;
    margin-right:10px;
}


.section-gradiente{
    padding:140px 0px;
    background: linear-gradient(90.02deg, #7C07B4 0.02%, #2EC5CE 99.7%);
}
.section-gradiente p{
padding: 0 20% 45px 20%;
}
.text-white{
    color:#fff;
}
.bg-white{
    background:#ffffff;
}
.grey-bg{
    background:#f2f2f2;
}
.gradient-bg{
    background: linear-gradient(103deg, #1EC7FC 0.15%, #80097B 99.84%);
}

.test {
    width: 100%;
    margin: 0 0 16px 0;
    color: #3C3C3B;
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #3C3C3B;
    padding: 12px 12px 12px 8px;
    outline: none;
}

select:required:invalid {
    color: #3C3C3B;
  }

.test option {
    background:#fff;
    margin:12px;
    outline: none;
    color:#000;
  }


  .hero-image img{
      display:block;
      margin:0 auto;
      height:auto;
      max-width:100%;
  }

  .app .slider-list.owl-carousel .owl-nav button {
    background: url(../img/app-arrow-left.svg) no-repeat scroll center center;
    width: 21px;
    height: 21px;
    overflow: hidden;
    text-indent: -999px;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.5" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: grayscale(1) opacity(0.5);
    filter: grayscale(1) opacity(0.5);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.app .slider-list.owl-carousel .owl-nav button.owl-next {
    background-image: url(../img/app-arrow-right.svg);
    margin-left: 20px;
}
  

@keyframes animate {
    0% {
        right: 0;
    }

    50% {
        right: 100%;
    }

    0% {
        right: 0;
    }
}

.floating { 
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-bottom: 30px;
    margin-top: 5px;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}
.floating2 { 
    animation-name: floating2;
    animation-duration: 3.14s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-bottom: 30px;
    margin-top: 5px;
}
 
@keyframes floating2 {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}
.floating3 { 
    animation-name: floating3;
    animation-duration: 3.28s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-bottom: 30px;
    margin-top: 5px;
}
 
@keyframes floating3 {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}
.floating4 { 
    animation-name: floating4;
    animation-duration: 3.42s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-bottom: 30px;
    margin-top: 5px;
}
 
@keyframes floating4 {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}
.floating5 { 
    animation-name: floating5;
    animation-duration: 3.56s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-bottom: 30px;
    margin-top: 5px;
}
 
@keyframes floating5 {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}
.floating6 { 
    animation-name: floating6;
    animation-duration: 3.7s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-bottom: 30px;
    margin-top: 5px;
}
 
@keyframes floating6 {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}
.floating7 { 
    animation-name: floating7;
    animation-duration: 3.84s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-bottom: 30px;
    margin-top: 5px;
}
 
@keyframes floating7 {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}
.floating8 { 
    animation-name: floating8;
    animation-duration: 3.98s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-bottom: 30px;
    margin-top: 5px;
}
 
@keyframes floating8 {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}
.floating9 { 
    animation-name: floating9;
    animation-duration: 4.12s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-bottom: 30px;
    margin-top: 5px;
}
 
@keyframes floating9 {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}
.floating10 { 
    animation-name: floating10;
    animation-duration: 4.26s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-bottom: 30px;
    margin-top: 5px;
}
 
@keyframes floating10 {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}
.floating11 { 
    animation-name: floating11;
    animation-duration: 4.40s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-bottom: 30px;
    margin-top: 5px;
}
 
@keyframes floating11 {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}
.floating12 { 
    animation-name: floating12;
    animation-duration: 4.54s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-bottom: 30px;
    margin-top: 5px;
}
 
@keyframes floating12 {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}

.videsection{
    height:0; 
    padding-bottom: 56.25%; 
    position:relative;
    border-radius:20px;
}