/* Hero wings card */
.lvd-hero-wings-card                             {position:relative;}
.lvd-hero-wings-card .lvd-container              {position:relative; z-index:2; border-radius:var(--lvd-rounded-md); overflow: hidden;}
.lvd-hero-wings-card .lvd-img                    {overflow: hidden; border-radius:var(--lvd-rounded-md);}
.lvd-hero-wings-card .lvd-img img                {border-radius:var(--lvd-rounded-md);}
.lvd-hero-wings-card .lvd-content                {padding:16px 40px; z-index:3; position: relative;}
.lvd-hero-wings-card .lvd-breadcrumbs            {padding:16px 0; font-size:var(--lvd-text-s2);}
.lvd-hero-wings-card .lvd-keyword                {margin-bottom:8px;}
.lvd-hero-wings-card .lvd-title                  {margin-bottom:16px;}
.lvd-hero-wings-card .lvd-text                   {font-family: var(--lvd-secondary-font);}



/* Animation */
.lvd-hero-wings-card.lvd-animate-on-scroll img  {opacity: 0; transform: scale(1.4); transition: opacity 1.2s ease-out, transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); will-change: transform, opacity;}
.lvd-hero-wings-card.lvd-is-visible img         {opacity: 1; transform: scale(1);}

/*bule*/
.lvd-bule {position:absolute; top:0; left:100px; width:20%; z-index:2;}
#bubbles { height: 100% }
#bubbles { padding: 100px 0 }
.bubble {
    width: 25px;
    height: 25px;
    background: #ffb200;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    position: absolute;
}

.x1 {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.2;
    -webkit-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -o-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
}

.x2 {
    left: 200px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.5;
    -webkit-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
    -moz-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
    -o-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
}
.x3 {
    left: 350px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.3;
    -webkit-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -o-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
}
.x4 {
    left: 470px;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.35;
    -webkit-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -o-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
}
.x5 {
    left: 150px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.3;
    -webkit-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
    -moz-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
    -o-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
}
@-webkit-keyframes moveclouds {
    0% {
        top: 500px;
    }
    100% {
        top: -500px;
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:50px;
    }
}

@-moz-keyframes moveclouds {
    0% {
        top: 500px;
    }

    100% {
        top: -500px;
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:50px;
    }
}
@-o-keyframes moveclouds {
    0% {
        top: 500px;
    }
    100% {
        top: -500px;
    }
}

@-o-keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:50px;
    }
}
/*end bule*/

/* Bm */
@media (min-width:1px) and (max-width:767px)
{
.lvd-hero-wings-card                             {padding-left:16px; padding-right:16px;}
.lvd-hero-wings-card .lvd-container              {margin-top: 32px;}
.lvd-hero-wings-card .lvd-content                {padding:24px 16px;}
.lvd-hero-wings-card .lvd-breadcrumbs            {padding:0 0 16px 0;}
.lvd-hero-wings-card .lvd-wings-image {}
}

/* Bt */
@media (min-width:768px) and (max-width:1024px)
{
.lvd-hero-wings-card                             {padding-left:24px; padding-right:24px;}
.lvd-hero-wings-card .lvd-content                {padding:24px 16px;}
.lvd-hero-wings-card .lvd-img, 
.lvd-hero-wings-card .lvd-wings-image            {align-self: center;}
}

/* Full HD */
@media (min-width:1025px) and (max-width:1344px)
{
.lvd-hero-wings-card                             {padding-left:24px; padding-right:24px;}
}