@charset "UTF-8";

/*

Style   : MobApp CSS
Version : 1.0
Author  : Surjith S M
URI     : https://surjithctly.in/

Copyright © All rights Reserved

*/


/*------------------------
[TABLE OF CONTENTS]

1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER

------------------------*/


/* GLOBAL
----------------------*/

body {
    font-family: 'Lato', sans-serif;
    position: relative;
    overflow-x: hidden;
}

a {
    color: #e38cb7;
}

a:hover,
a:focus {
    color: #d6619c;
    text-decoration: none!important;
}

h1 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #3a70ee;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #0290f1;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #0290f1;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #633991;
    margin-bottom: 0.7rem;
}

p {
    color: #959094;
}

p.lead {
    color: #e38cb7;
    margin-bottom: 2rem;
}

.text-primary {
    color: #e38cb7 !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #d6619c;
}


.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 122deg, #f02378 0%, #d72779 100%);
    background-image: -webkit-linear-gradient( 122deg, #f02378 0%, #d72779 100%);
    background-image: -ms-linear-gradient( 122deg, #f02378 0%, #d72779 100%);
    background-image: linear-gradient( 122deg, #f02378 0%, #d72779 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.4);
    font-weight: 500;
    padding: 0.7rem 1rem;
    border: 0;
    margin: 0.5rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient( 122deg, #fd378e 0%, #e54595 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 500;
    color: #633991;
    margin: 0.5rem;
    padding: 0.7rem 1rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #f5f5f570;
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}


/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: #2196F3;
    background: -moz-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: -webkit-linear-gradient(135deg, #2196F3 0%, #00BCD4 100%);
    background: linear-gradient(135deg, #128dee 0%, #03A9F4 100%);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #cd99d4;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}


/* HERO
----------------------*/

header {
    /* padding: 100px 0 0; */
    text-align: center;
    color: #FFF;
}

.bg-gradient {
    background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(33, 150, 243, 0.84) 0%, rgba(0, 188, 212, 0.78) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: linear-gradient( 135deg, #2196F3 0%, #00BCD4 100%);
}
.bg-gradient-image {
    background-image: url(/alfea/images/bg_alf_1.jpg);
    background-size: cover;
    background-position: center;
}
.bg-gradient-video {
    height: 100vh;
    background:url(/alfea/video.mp4);
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}
.img-video-end{
    background-image: url(/alfea2/images/frame.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh!important;
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 0;
}
.bg-video {
      position: absolute;
      margin-top: -40%;
      min-width: 200vw;
      z-index: -1;
      height:100%;
  }
.btn-light:hover {
  background-color: #454545ad;
  transition: all 0.3s ease;
}
.over_video {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    height: 100vh;
    padding: 20px;
  }
.text-open h1{
    text-shadow: 0 0 7px #706c6c;
    font-size: 3em;
    text-transform: none;
}
.text-open p{
    color: #fd8fbc!important;
    font-weight: 600;
    font-size: 1.5em;
    text-transform: none;
}
.text-open button{
    margin-top:80px;
    background: none;
    padding:15px 15px 14px 25px;
    border: 3px solid;
    border-radius: 100px;
    color:#fff
}
.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 850px;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
}


/* FEATURES
----------------------*/

.gradient-fill:before {
    color: #2196F3;
    background: -webkit-linear-gradient(#2196F3 0%, #00BCD4 100%);
    background: -o-linear-gradient(#2196F3 0%, #00BCD4 100%);
    background: linear-gradient(#2196F3 0%, #00BCD4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
    .text-open button{
      margin:10px;
    }
    .over_video {
        left: 0;
        display: flex!important;
        justify-content: flex-end;
        cursor: pointer;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #2196F3;
    background: -moz-linear-gradient(top, #2196F3 0%, #00BCD4 100%);
    background: -webkit-linear-gradient(top, #2196F3 0%, #00BCD4 100%);
    background: linear-gradient(to bottom, #2196F3 0%, #00BCD4 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius:50px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #f5378e;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}


/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #a4a7c8;
    background: #eff0f7;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    color: #633991;
}


/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    /* top: 50%; */
    margin-top: -300px!important;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e7d9eb;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff487e;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ff487e;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
    /* box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07); */
    transform: scale(0.8);
    transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
    transform: scale(1);
}
#gallery p {
    color: #e83e8c;
}
#gallery img {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}
#gallery .row img {
    box-shadow: none;
}
.owl-dots {
    padding-top: 20px;
}

/*  PRICING
----------------------*/

@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-deck .card {
        margin-bottom: 15px;
    }
}

.card.pricing {
    border: 1px solid #f1eef1;
}

.card.pricing.popular {
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #633991;
}

.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 300;
    color: #633991;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #959094;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}


/*  FOOTER
----------------------*/

.social-icons {
    text-align: right;
}

.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #f4c9e2;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #e38cb7;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}



/*  ADDED
----------------------*/
.ban-video{
    margin-top: -1%!important;
    padding: 2%;
    position:absolute;
    width:100%;
    box-shadow: 0 0 8px #20202033;
}
.bg-diagonal{
    background-color: #34ADFF;
    background-image: -webkit-linear-gradient(150deg, #34ADFF 30%, #4CBFFF 20%);
}
.bg-diagonal-2{
    background-color: #4CBFFF;
    background-image: -webkit-linear-gradient(150deg, #4CBFFF 65%, #34ADFF 35%);
}
.bg-diagonal-3{
    background-color: #4CBFFF;
    background-image: -webkit-linear-gradient(150deg, #4CBFFF 50%, #34ADFF 50%);
}
.bg-diagonal-4{
    background-color: #f02378;
    background-image: -webkit-linear-gradient(15deg, #ff8db4 13%, #F5427E 0%);
}

.t-scroll{
    position: absolute;
    top: 7.7%;

    color: #3EC5EC;
}

.div-hide{display: none;}
.nav-menu.fixed-top{ display: none;}
.nav-menu.fixed-top.is-scrolling{ display: block;}
.tutorial{
  text-transform: uppercase;
  width: 40%!important;
  margin: 0 auto;
}
@media (max-width:680px) {
    /* #myVideo{display: none!important;} */
    #selectme{display: block!important;}
    div.video {width: 100vw!important;top:70vh!important;left:30vh!important;}
}
@media (max-width:991px) {
    .t-scroll, .hide-mb{
        display: none;
    }
}
.d-hide-mobile{display: block;}
.d-hide-desktop{display: none;}
@media (max-width:681px) {
    .d-hide-mobile{display: none!important;}
    .d-hide-desktop{display: block!important;}
}
.form-inline .form-control {
    width: 100%;
    padding: 4%;
    margin: 2%;
}

textarea#message {
    margin: 1%;
}
.btn-submit{
    cursor: pointer;
}
.n-verde{
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
}
.n-verde:hover{
    color: #e38cb7;
}
#gallery .owl-next, #gallery .owl-prev, #slider .owl-next, #slider .owl-prev {
    color: #ff487e;
    background: transparent;
    font-size: 2.5em;
}
#gallery .owl-item {
    opacity: 0.2;
}
#gallery .owl-item.center {
    opacity: 1;
}
.owl-nav {
    position: sticky;
}

/*  SLIDER
----------------------*/
#slider .owl-stage-outer{
    height:80vh;
}
.slider-text{
        width: 70%;
        border: 3px solid var(--blue);
        background: rgba(255, 255, 255, 0.86);
        position: absolute;
        padding: 30px;
        border-radius: 40px 40px 0 40px;
        color: var(--blue);
        font-size: 1.3em;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -45%);
}



/*  CARD NEWS
----------------------*/

.snip1527 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  float: left;
  font-size: 16px;
  margin: 10px 1%;
  max-width: 310px;
  min-width: auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

.snip1527 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.snip1527 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}

.snip1527 figcaption {
  padding: 25px 20px 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.snip1527 figcaption:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #700877;
  content: '';
  background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
  background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
  background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
  opacity: 0.8;
  z-index: -1;
}

.snip1527 .date {
  background-color: #fff;
  border-radius: 50%;
  color: #700877;
  font-size: 18px;
  font-weight: 700;
  min-height: 48px;
  min-width: 48px;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: -25px;
}

.snip1527 .date span {
  display: block;
  line-height: 14px;
}

.snip1527 .date .month {
  font-size: 11px;
}

.snip1527 h3,
.snip1527 p {
  margin: 0;
  padding: 0;
}

.snip1527 h3 {
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
  color: #fff;
}

.snip1527 p {
  font-size: 0.8em;
  line-height: 1.6em;
  margin-bottom: 0px;
  color: #fff;
}

.snip1527 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.snip1527:hover img,
.snip1527.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#news .owl-prev,
#news .owl-next {
    margin-top: -220px!important;
}

@media screen and (max-width: 992px) {
  div.owl-nav {
      margin-top: 70px;
      font-size: 35px;
  }
  #news div.owl-prev, #news div.owl-next {
      margin-top: -22px!important;
  }
}



/*  BOX SLIDER
----------------------*/

@import url("https://fonts.googleapis.com/css?family=Dosis:400,600,700,800");
@font-face {
  font-family: 'Uni Sans';
  src: url("https://res.cloudinary.com/muhammederdem/raw/upload/v1536168547/unisans-font/UniSansHeavyCAPS.woff2") format("woff2"), url("https://res.cloudinary.com/muhammederdem/raw/upload/v1536168547/unisans-font/UniSansHeavyCAPS.woff") format("woff"), url("https://res.cloudinary.com/muhammederdem/raw/upload/v1536168548/unisans-font/UniSansHeavyCAPS.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Uni Sans';
  src: url("https://res.cloudinary.com/muhammederdem/raw/upload/v1536168545/unisans-font/UniSansThinCAPS.woff2") format("woff2"), url("https://res.cloudinary.com/muhammederdem/raw/upload/v1536168545/unisans-font/UniSansThinCAPS.woff") format("woff"), url("https://res.cloudinary.com/muhammederdem/raw/upload/v1536168548/unisans-font/UniSansThinCAPS.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
.slide_anim img {
  max-width: 100%;
  border-radius: 10px;
}
.slide_anim .product-img img {
  max-width: 80%;
}
.slide_anim a {
  text-decoration: none;
}
.slide_anim .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-top: -6px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
/* .slide_anim {
    background: url(/alfea/images/bg_alf_2.jpg) center no-repeat;
    background-size: cover;
} */
.slide_anim .wrapper {
  width: 100%;
  height: auto;
  /* min-height: 750px; */
  /* background: url(/alfea/images/2.jpg) center no-repeat;
  background-size: cover; */

  position: relative;
  overflow: hidden;
  display: flex;
}
@media screen and (max-width: 992px) {
  .slide_anim .wrapper {
    height: auto;
    min-height: 100vh;
  }
}
.slide_anim .content {
  height: 600px;
  margin: 3% auto;
  width: 100%;
  max-width: 1050px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .slide_anim .content {
    max-width: 920px;
  }
}
@media screen and (max-width: 992px) {
  .slide_anim .content {
    max-width: 920px;
    margin-top: 100px;
    height: auto;
    min-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .slide_anim .content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .slide_anim .content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.slide_anim .bg-shape {
  height: 100%;
  background: #fff;
  /* box-shadow: 0px 30px 139px 0px rgba(10, 22, 31, 0.26); */
  border-radius: 30px;
  padding: 45px 40px;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .slide_anim .bg-shape {
    width: 45%;
  }
}
@media screen and (max-width: 992px) {
  .slide_anim .bg-shape {
    width: 90%;
    height: 290px;
    align-items: flex-start;
    padding: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .container-card {
    flex-direction: column;
    align-items: center;
    }
  .snip1527 {
    max-width: 100%;
    max-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .slide_anim .bg-shape {
    padding: 30px;
    width: 85%;
    border-radius: 20px;
  }
}
@media screen and (max-width: 576px) {
  .slide_anim .bg-shape img{
    opacity: 1!important;
 }
  .slide_anim .bg-shape {
    height: 200px;
    padding: 30px;
    width: 95%;
  }
}
.slide_anim .bg-shape img {
  object-fit: contain;
  width: 450px;
  display: block;
  object-position: left center;
  opacity: .2;
  max-width: inherit;
  left: 0px;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .slide_anim .bg-shape img {
    width: 430px;
    left: 10px;
  }
}
@media screen and (max-width: 992px) {
  .slide_anim .bg-shape img {
    transform: none;
    width: 100%;
    position: relative;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    height: 100%;
    object-position: top center;
  }
}
.slide_anim .sl_next, .slide_anim .sl_prev {
  z-index: 22;
  background: #fff;
  border: 2px solid #2196f3!important;
  color: var(--pink);
  display: inline-flex;
  border: none;
  width: 61px;
  height: 61px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  position: absolute;
  top: 50%;
  outline: none;
  cursor: pointer;
}
.slide_anim .sl_next.disabled, .slide_anim .sl_prev.disabled {
  cursor: not-allowed;
}
.slide_anim .sl_next:focus, .slide_anim .sl_prev:focus {
  outline: none;
}
@media screen and (max-width: 992px) {
  .slide_anim .sl_next, .slide_anim .sl_prev {
    top: 170px;
  }
}
.slide_anim .sl_prev {
  left: -30%;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 1200px) {
  .slide_anim .sl_prev {
    left: -21%;
  }
}
@media screen and (max-width: 992px) {
  .slide_anim .sl_prev {
    left: 0;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 576px) {
  .slide_anim .sl_prev {
    transform: translate(20%, -50%);
  }
}
.slide_anim .sl_next {
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 576px) {
  .slide_anim .sl_next {
    transform: translate(-20%, -50%);
  }
}
.slide_anim .product-slider {
  width: 75%;
  height: 85%;
  border-radius: 30px;
  box-shadow: 0 28px 79px 0 rgba(10, 22, 31, 0.35);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .slide_anim .product-slider {
    width: 80%;
  }
}
@media screen and (max-width: 992px) {
  .slide_anim .product-slider {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    position: relative;
    top: 0;
    margin-top: 170px;
    margin-bottom: 100px;
  }
  .slide_anim .product-slider br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .slide_anim .product-slider {
    border-radius: 20px;
  }
}
@media screen and (max-width: 576px) {
  .slide_anim .product-slider {
    width: 85%;
    margin-top: 130px;
  }
}
.slide_anim .product-slider__wrp {
  height: 100%;
}
.slide_anim .product-slider__item {
  position: relative;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .slide_anim .product-slider__item {
    height: auto;
  }
}
.slide_anim .product-slider__item.swiper-slide-active .product-slider__content > * {
  opacity: 1;
  transform: none;
}
.slide_anim .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(1) {
  transition-delay: 0s;
}
.slide_anim .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(2) {
  transition-delay: 0.2s;
}
.slide_anim .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(3) {
  transition-delay: 0.4s;
}
.slide_anim .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.slide_anim .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(5) {
  transition-delay: 0.8s;
}
.slide_anim .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(6) {
  transition-delay: 1s;
}
.slide_anim .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(7) {
  transition-delay: 1.2s;
}
.slide_anim .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(8) {
  transition-delay: 1.4s;
}
.slide_anim .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(9) {
  transition-delay: 1.6s;
}
.slide_anim .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(10) {
  transition-delay: 1.8s;
}
.slide_anim .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(11) {
  transition-delay: 2s;
}
.slide_anim .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(12) {
  transition-delay: 2.2s;
}
.slide_anim .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(13) {
  transition-delay: 2.4s;
}
.slide_anim .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(14) {
  transition-delay: 2.6s;
}
.slide_anim .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(15) {
  transition-delay: 2.8s;
}
.slide_anim .product-slider__item.swiper-slide-active circle {
  animation: progress 1s ease-out forwards;
  animation-delay: .5s;
  opacity: 0.75;
}
.slide_anim .product-slider__card {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  transition: all .5s;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}
@media screen and (max-width: 992px) {
  .slide_anim .product-slider__card {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .slide_anim .product-slider__card {
    border-radius: 20px;
  }
}
.slide_anim .product-slider__cover {
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .slide_anim .product-slider__cover {
    border-radius: 20px;
  }
}
.slide_anim .product-slider__content {
  color: #fff;
  padding-top: 1px;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-left: 250px;
  padding-right: 80px;
}
@media screen and (max-width: 1200px) {
  .slide_anim .product-slider__content {
    padding-left: 220px;
  }
}
@media screen and (max-width: 992px) {
  .slide_anim .product-slider__content {
    padding: 20px 60px 20px;
    padding-top: 150px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .slide_anim .product-slider__content {
    padding: 20px 30px 20px;
    padding-top: 300px;
  }
}
@media screen and (max-width: 576px) {
  .slide_anim .product-slider__content {
    padding-top: 220px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.slide_anim .product-slider__title {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 41px;
  line-height: 1.2em;
  letter-spacing: 2px;
  opacity: 0;
  transform: translateY(55px);
  transition: all .5s;
}
@media screen and (max-width: 1200px) {
  .slide_anim .product-slider__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 576px) {
  .slide_anim .product-slider__title {
    font-size: 24px;
  }
}
.slide_anim .product-slider__price {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  font-size: 18px;
  opacity: 0;
  transform: translateY(55px);
  transition: all .5s;
}
.slide_anim .product-slider__price span{
  margin-left: 10px;
}
@media screen and (max-width: 1200px) {
  .slide_anim .product-slider__price {
    font-size: 16px;
    }
    .slide_anim .sl_next, .slide_anim .sl_prev {
    width: 40px;
    height: 41px;
  }
  .slide_anim .product-img__item {
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .slide_anim .product-slider__price {
    font-size: 18px;
  }
}
.slide_anim .product-slider__price sup {
  top: -20px;
  font-size: 65%;
}
.slide_anim .product-slider__cart {
  box-shadow: 0 7px 99px 0 rgba(204, 51, 66, 0.6);
  background-image: linear-gradient(-45deg, #cc3843 0%, #cb193f 100%);
  border: none;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  min-height: 50px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  margin-right: 40px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slide_anim .product-slider__cart {
    margin-right: 30px;
  }
  .tutorial{width:60%!important;}
}
@media screen and (max-width: 576px) {
  .slide_anim .product-slider__cart {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .tutorial h6{font-size: 1rem!important;}
  .tutorial {
    width: 95%!important;
  }
}
}
.slide_anim .product-slider__fav {
  color: #888e94;
  background: none;
  border: none;
  position: relative;
  padding-left: 25px;
  outline: none;
  cursor: pointer;
}
.slide_anim .product-slider__fav:focus {
  outline: none;
}
.slide_anim .product-slider__fav .heart {
  display: block;
  position: absolute;
  left: 0;
  transform: translate(-50%, -50%) scale(0.7);
  top: 50%;
  pointer-events: none;
  width: 100px;
  height: 100px;
  background: url("") no-repeat;
  background-position: 0 0;
  cursor: pointer;
  transition: background-position 1s steps(28);
  transition-duration: 0s;
}
.slide_anim .product-slider__fav .heart.is-active {
  transition-duration: 1s;
  background-position: -2800px 0;
}
.slide_anim .product-slider__bottom {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(55px);
  transition: all .5s;
}
.slide_anim .product-ctr {
  display: flex;
  align-items: center;
  min-height: 150px;
  margin-top: 0px;
  opacity: 0;
  transform: translateY(55px);
  transition: all .5s;
}
@media screen and (max-width: 992px) {
  .slide_anim .product-ctr {
    justify-content: center;
  }
}
.slide_anim .product-ctr .hr-vertical {
  width: 1px;
  background: #9fa3a7;
  align-self: stretch;
  margin: 0 35px;
  flex-shrink: 0;
  opacity: .5;
}
@media screen and (max-width: 767px) {
  .slide_anim .product-ctr {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .slide_anim .product-ctr .hr-vertical {
    width: 100%;
    margin: 35px 0;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .slide_anim .product-labels {
    width: 100%;
  }
}
.slide_anim .product-labels__checkbox {
  display: none;
}
.slide_anim .product-labels__checkbox:checked + .product-labels__txt {
  border-color: #cc3743;
  padding: 10px 13px;
}
.slide_anim .product-labels__title {
  font-family: 'Dosis', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 16px;
  margin-bottom: 10px;
}
.slide_anim .product-labels__group {
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .slide_anim .product-labels__group {
    justify-content: center;
  }
}
.slide_anim .product-labels__group:last-child {
  margin-bottom: 0;
}
.slide_anim .product-labels__item {
  margin: 5px;
  cursor: pointer;
}
.slide_anim .product-labels__item:first-child {
  margin-left: 0;
}
.slide_anim .product-labels__txt {
  display: block;
  border: 2px solid transparent;
  font-size: 14px;
  padding: 10px 20px;
  padding-left: 0;
  border-radius: 50px;
  transition: all .3s;
  letter-spacing: 2px;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.slide_anim .product-inf {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .slide_anim .product-inf {
    width: 100%;
  }
}
.slide_anim .product-inf__percent {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-family: 'Dosis', sans-serif;
  position: relative;
}
.slide_anim .product-inf__percent circle {
  transform: rotate(180deg) scaleY(-1);
  transform-origin: 50%;
}
.slide_anim .product-inf__percent-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide_anim .product-inf__title {
  font-family: 'Dosis', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 18px;
}
.slide_anim .product-img {
  position: absolute;
  z-index: 2;
  width: 500px;
  left: 25%;
  transform: translateX(-45%);
  max-height: 500px;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .slide_anim .product-img {
    width: 430px;
    left: 20%;
  }
}
@media screen and (max-width: 992px) {
  .slide_anim .product-img {
    width: 430px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .slide_anim .product-img {
    width: 100%;
    max-width: 400px;
    top: 30px;
    height: 390px;
  }
}
@media screen and (max-width: 576px) {
  .slide_anim .product-img {
    max-width: 300px;
    height: 300px;
  }
}
.slide_anim .product-img__item {
  display: flex;
  align-items: center;
  position: absolute;
  pointer-events: none;
  user-select: none;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(-130px);
  opacity: 0;
  transition: all .3s;
}
.slide_anim .product-img__item.active {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  transition-delay: .3s;
}
.slide_anim .product-img__item img {
  object-fit: contain;
  object-position: center right;
}
.slide_anim .social {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 100%;
  display: flex;
  padding: 20px 55px;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .slide_anim .social {
    flex-direction: column;
    bottom: 0;
  }
}
.slide_anim .social__item {
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Dosis', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1em;
  display: flex;
  align-items: center;
  transition: all .3s;
}
.slide_anim .social__item:hover {
  color: #fff;
}
@media screen and (max-width: 576px) {
  .slide_anim .social__item {
    margin-bottom: 10px;
  }
}
.slide_anim .social__img {
  width: 24px;
  margin-right: 15px;
}
.slide_anim .product-slider__card {
  background-color: #34ADFF;
  background-image: -webkit-linear-gradient(150deg, #34ADFF 30%, #4CBFFF 20%);
}


/*  DROPDOWN MENU'
----------------------*/

.btn-menu{
    background: #fff;
    color:#e38cb7;
}
.btn-menu:hover{
    background: #e83e8c!important;
    color: #ffffff!important;
}
.submenu li a:hover{
    color:#f57bb3!important;
}
ul.submenu{
    margin: 10px;
    background: #2090ff;
    padding: 15px;
    margin-left: -7px;
    list-style: none;
    display: none;
    position: absolute;
    border-radius: 5px;
    border:3px solid #0080ff;
    box-shadow: 0 0 10px #868e96a8;
}

/* show the submenu */
li.nav-item.dd:hover ul.submenu{
    display: block!important;
}


.submenu:before, .submenu:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;


}
.submenu:before {
  left: 40px;
  border: 13px solid transparent;
  border-bottom-color: #0080ff;
}
.submenu:after {
  left: 43px;
  border: 10px solid transparent;
  border-bottom-color: #2090ff;
}

.lg-nav{display: block;}
.mb-nav{display: none; margin: 10px auto!important;}
@media screen and (max-width: 992px) {
    .lg-nav{display: none!important;}
    .mb-nav{display: block!important;}
}

.showPhone{display: block;}




/*  Hover image STEP
----------------------*/

.box-step {
    margin: 2rem 0;
    box-shadow: 0 4px 17px 0 rgba(84, 101, 126, 0.11);
    width: 350px;
    height: 157px;
    border: solid 1px rgba(132, 147, 168, 0.4);
    align-items: center;
}
.box-step:hover{
    background-color: #ddeeff;
}
.media-body.m-left{
    padding-left: 2.5rem !important;
    padding-right: 1.0rem !important;
}
.media-body.m-right{
    padding-left: 1.0rem !important;
    padding-right: 2.5rem !important;
}
.media-body h5 {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3d4d65;
    text-align: inherit;
}
.number-step h2 {
    border: 3px solid #d72779 ;
    color:#d72779 ;
    border-radius: 150px;
    padding: 15px;
    line-height: 27px;
}
.box-step:hover .number-step h2,
.box-step:hover .media-body h5{
    color:#0290f1!important;
    border-color: #0290f1!important;
}
.media-body p {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: left;
    color: #8493a8;
    font-family: 'AvenirNext LT Pro', 'Helvetica Neue', Arial, sans-serif;
    text-align: inherit;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
     .box-step {
        width: 280px;
        height: 140px;
    }

    div.media-body.m-left, div.media-body.m-right{
        padding:0 1.0rem !important;
    }
    .media-body p {
        font-size: 14px;
    }
    .media-body h5,.number-step h2 {
        font-size: 18px;
    }
    .number-step{
        padding: 5%;
    }
    .number-step h2{
        line-height:10px;
    }
}
@media screen and (max-width: 991px){
    .box-step {
       width: 100%;
       height: auto;
   }
   .number-step{
       padding: 5%;
   }
   .number-step h2 {
       line-height: 18px;
   }
   div.media-body.m-left, div.media-body.m-right{
       padding:1rem 0.5rem !important;
   }
   .b-last{margin-bottom:1rem;}
   .b-first{margin-top:1rem;}
}
.hide-div{display: none!important;}

.zoomed:hover{
    font-size: 1em!important;

}


/* VIDEO POPUP */
    div.video {
       display: none;
       box-shadow: 3px 3px 10px black;
       z-index: 1000;
       background: #0f94f0;
       color: #fff;
       position: fixed;
       top: 50%!important;
       left: 50%!important;
       transform: translate(-50%, -50%)!important;
       width: 80vw;
    }
    div.video-2 {
      display: none;
      box-shadow: 3px 3px 10px black;
      z-index: 1000;
      background: #0f94f0;
      color: #fff;
      position: fixed;
      top: 55%!important;
      left: 50%!important;
      transform: translate(-50%, -50%)!important;
      width: 75vw;
    }
    div.video-wrapper, div.video-wrapper-2 {
       z-index: 1;
       background: rgba(0,0,0,.5);
       position: fixed;
       display: none;
       width: 100vw;
       height: 100vh;
       top: 0px;
       left: 0px;
    }
    div.video-wrapper-2 {
    position: fixed!important;
    }


    @media screen and ( min-width: 375px ) and ( max-width: 465px ) {
      .tablist li.nav-item {
    min-width: 150px;
}
    }
    @media screen and ( max-width: 550px ) {
      p.tagline.text-white{display: none;}
        .over_video {background: rgba(0, 0, 0, 0.1);}
        div.video, div.video-2 {
          width: 100vw;
            top: 55%!important;
        }
        .text-open h1 {
            text-shadow: 0 0 10px #000000;
        }
        .text-open button{
          margin-bottom:20%;
        }

    }

/*SLIDER*/


.slide-alfea * {
  box-sizing: border-box;
}
.slide-alfea h2 {
  font-size: -moz-calc(4px + 0.45vw);
  font-size: -webkit-calc(4px + 0.45vw);
  font-size: calc(4px + 0.45vw)!important;
  font-family: 'Montserrat', sans-serif!important;
    font-size: 2.5rem!important;
    font-weight: bold;
    width: 30%;
    margin-left: 71%;

    top: 2%!important;
    text-align: left;

}
.slide-alfea a {
  text-decoration: none;
    width: 30%;
    color: #000;
}
.slide-alfea *:focus {
  outline: 0;
}
/* Primary Style
--------------------------------*/
.slide-alfea .main {
  max-width: 110rem;
  margin: 0 auto;

}


/* Slider Style
--------------------------------------*/
.cd-slider {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  margin-bottom: .7rem;
}
.cd-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s 1s;
  will-change: visibility;
}
.slide-alfea .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  clip: rect(0, 80rem, 50rem, 80rem);
  transition: clip .5s cubic-bezier(0.99, 0.01, 0.45, 0.9) .5s;
  will-change: clip;
}
.slide-alfea .image :before{
    backgreound:#000;

}

.slide-alfea .content h2{
  color:#2196F3;
}
.slide-alfea .content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 0 0 2rem;
  /* font-size: 9rem; */
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.slide-alfea .content h2 {
  text-overflow: ellipsis!important;
  overflow: hidden!important;
  transform: translateY(-30%)!important;
  opacity: 0;
  transition: transform .5s, opacity .5s;
  will-change: transform, opacity;
}
.slide-alfea .content a {
  display: inline-block;
  font-size: 1.5rem;
  text-transform: lowercase;
  padding: 1.5rem;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform .5s .1s, opacity .5s .1s;
  will-change: transform, opacity;
  text-align: left;
}
/* Current Slide
-------------------------------------*/
.slide-alfea li.current {
  visibility: visible;
  transition-delay: 0s;
}
.slide-alfea li.current .image {
  clip: rect(0, 80rem, 50rem, 0);
}
.slide-alfea li.current .content h2 {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1s;
}
.slide-alfea li.current .content a {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1.1s;
}
/* Prev Slide
------------------------------------*/
.slide-alfea li.prev_slide .image {
  clip: rect(0, 0, 50rem, 0);
}
.slide-alfea nav {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 2;
}
.slide-alfea .prev, .next, .counter {
  vertical-align: middle;
}
.slide-alfea .prev, .next {
  position: relative;
  display: inline-block;
  height: 5rem;
  width: 2rem;
  border: 0;
  cursor: pointer;
  background: transparent;
}
.slide-alfea .prev::before, .slide-alfea .next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: .8rem solid transparent;
  border-right-width: 1rem;
  border-right-color: #2196F3;
  border-left-width: 0;
  width: 0;
  height: 0;
}
/* .slide-alfea .prev::after, .slide-alfea .next::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
  left: .5rem;
  background: #000;
  height: .1rem;
  min-height: 1px;
  width: 2.5rem;
  transition: width .3s;
} */
.slide-alfea .next::before {
  right: 0;
    left: auto;
  border-left-width: 1rem;
  border-left-color: #2196F3;
  border-right-width: 0;
}
.slide-alfea .next::after {
  right: .5rem;
  left: auto;
}
.slide-alfea .counter {
  display: inline-block;
  font-size: 1.3rem;
  font-family: "Montserrat";
  font-style: italic;
  color:#383838;
}
.slide-alfea .counter span:last-child::before {
  content: '/';
  margin: 0 1rem;
}
.slide-alfea .prev:hover::after, .slide-alfea .next:hover::after {
  width: 3.5rem;
}
@media screen and ( max-width: 550px ) {
  .slide-alfea .image { width: 100%; }
  .slide-alfea nav { display: none;}
}
@media screen and (max-width:991px) {
  .slide-alfea nav { left: 6%; right: auto;}
    .slide-alfea .image {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
    }
    .slide-alfea h2 {
        width: 100%;
        margin-left: 0;
        text-align: left;
        margin-top: 20px;
    }
    .slide-alfea a {
        width: 100%;
        margin-left: 0;
    }
    .slide-alfea .content {
      position: relative!important;
      height: 120vh!important;
      justify-content: start!important;
    }
    .cd-slider li {
      display: flex;
      flex-direction: column;
    }
}
.tutorial:hover {
  opacity: .85;
  transition: all 0.3s ease;
}
