.hb{
    border: 1px solid red;
}

html{
    background-color: #1e1631;
}

body, html{
    font-family: 'Poppins', sans-serif;
    font-weight: lighter;
    overflow-x: hidden;
    position: relative;
}

section{
    padding: 100px 0 40px 0;
}

a, a:hover, a:visited, a:focus{
    text-decoration: none;
    color: inherit;
}

h1{
    color: #fff;
    font-weight: 300;
    font-size: 39px;
    line-height: 49px;
}

p{
    color: #fff;
    font-size: 15px;
}

#main-nav {
    width: 100%;
    height: 70px;
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    transition: all .2s linear;
    z-index: 10000;
    padding: 0 43px;
    max-width: 1680px;
    right: 0;
}

.nav-block {
    width: 20%;
    display: flex;
    align-items: center;
}

.main-nav-item {
    color: #7368B8;
    font-family: Poppins;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 35px;
    transition: all .2s ease-in-out;
    cursor: pointer;

}

.main-nav-item:hover, .main-nav-item.active {
    color: #ffffff;
    transition: all .2s ease-in-out;

}

.main-nav-item .age-tag {
    color: #7368b8;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    height: 22px;
    width: 40px;
    border: 2px solid #7368b8;
    border-radius: 15px;
    display: inline-block;
    margin-left: 5px;
    transition: all .2s ease-in-out;
}

.main-nav-item.active .age-tag, .main-nav-item:active .age-tag {
    border-color: #fff;
    transition: all .2s ease-in-out;
    color: #ffffff;
}

.login-button {
    height: 49px;
    width: 130px;
    border: 2px solid #7368B8;
    color: #7368B8;
    border-radius: 24.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    font-weight: normal;

}

.main-nav-item .login-button:active {
    border: 2px solid #7368B8;
    background-color: #7368b8;
    color: #ffffff;
    transition: all .2s ease-in-out;
}

.main-nav-item.active .login-button,
.login-button:hover {
    border-color: #ffffff;
    color: #ffffff;
    transition: all .2s ease-in-out;

}

.login-button path {
    fill: #7368b8;!important;
    transition: all .2s ease-in-out;

}

.login-button:hover path, .login-button:active path {
    fill: #ffffff;!important;
    transition: all .2s ease-in-out;

}

.nav-block.nav-items {
    display: flex;
    justify-content: flex-end;
    width: 80%;
}

.subscribed-alert {
    display: none;
    color: #fff;
    font-weight: bold;
}

.row-safari{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row:before, .row:after {display: none !important;}

.bg-video-shadow{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -999;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.bg_video{
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

/* Ajuste para não cortar a cabeça no hero video -INICIO */
@media (min-width: 1620px) {
    #home {
        height: 600px;
        overflow: hidden;
    }

    .bg_video {
        top: -120px;
    }
}
/* Ajuste para não cortar a cabeça no hero video -FIM */

.login-icon{
    width: 11px;
    display: inline-block;
    fill: #808080;
    position: absolute;
    left: -11px;
    top: 1px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.nav-logo{
    position: absolute;
    left: calc(50% - 45px);
    top: 15.34px;
}

.right-side{
    justify-content: flex-end;
}

.nav-item{
    position: relative;
    margin: 0 35px;
    font-size: 11px;
    font-weight: bold;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    text-transform: uppercase;
}

.nav-item:hover{
    color: #ffffff;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.nav-item:hover .login-icon{
    fill: #ffffff;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#home{
    width: 100%;
    min-height: 710px;
    background-size: cover;
    background-position: center;
    color: #fff;
    font-weight: bold;
    padding-top: 34px;
    position: relative;
}

#home small{
    color: #ffffff;
    font-size: 12pt;
    font-weight: 300;
    line-height: 24px;
}


.section-1-content{
    min-height: 500px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
}

.watch-button-flex-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}

button.btn-style-1{
    padding: 11px 30px;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    font-size: 13px;
    font-weight: bold;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

button.btn-style-1:hover{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    border: 2px solid #f1156d;
    color: #f1156d;
}

button.btn-style-2{
    padding: 14px 30px;
    background: -moz-linear-gradient(to right, #461E5C 0%, #f1156d 51%, #461E5C 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(to right, #461E5C 0%, #f1156d 51%, #461E5C 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #461E5C 0%, #f1156d 51%, #461E5C 100%);
    background-size: 200% auto;
    font-size: 13px;
    font-weight: bold;
    border: none;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    color: #ffffff;
    background-size: 200% auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

button.btn-style-2:hover{
    background-position: right center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.newsletter-small-box{
    background-color: #0a041f;
    padding: 3px;
    width: 230px;
    height: 31px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    font-weight: lighter;
    margin-top: 5px;
}

.newsletter-small-box input{
    background-color: transparent;
    border: none;
    font-size: 10px;
    height: 28px;
    width: 147px;
    padding-left: 5px;
}

.newsletter-small-box button{
    height: 25px;
    background-color: #2c224d;
    color: #815598;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 10px;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.newsletter-small-box button:hover{
    color: #ffffff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.watch-button{
    width: 150px;
    margin: 0 auto;
}

.watch-button-images-box{
    width: 60px;
    height: 60px;
    position: relative;
    cursor: pointer;
}

.watch-button-images-box img.play-circle{
    position: absolute;
    left: 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.watch-button-images-box img.play-triangle{
    position: absolute;
    left: 20px;
    top: 17px;
}

.watch-button-images-box img.play-circle.spin-circle{
    transform: rotate(-180deg);
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;

}

.watch-button-text{
    font-weight: lighter;
    font-size: 8pt;
    margin-top: 5px;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;

}

.watch-button-text.hover-watch-text{
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    color: #f1156d;
}

.trailer-container{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 150vh;
    left: 0;
    background-color: #282634;
    z-index: 10000;
    color: #686673;
    transition: top .5s ease;
    -webkit-transition: top .5s ease;
    -moz-transition: top .5s ease;
    -o-transition: top .5s ease;
}

.contact-container{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 150vh;
    left: 0;
    background-color: #282634;
    z-index: 20000;
    color: #686673;
    transition: top .5s ease;
    -webkit-transition: top .5s ease;
    -moz-transition: top .5s ease;
    -o-transition: top .5s ease;
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}

.contact-container h2{
    color: #808080;
}

.contact-box input {
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #808080;
    border-top: none;
    border-right: none;
    border-left: none;
    font-weight: 400;
    box-shadow: none;
    padding-left: 0;
    color: #FFF;
}

.contact-box textarea{
    background-color: #1d1d1d;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid transparent;
    color: #FFF;
    box-shadow: none;
}

.contact-box button{
    background-color: transparent;
    border: none;
    color: #808080;
    font-weight: bold;
}

.contact-box button:hover{
    color: #7f5ed0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.success-contact {
    font-weight: 400;
    color: #FFF;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    background-color: #1d1d1d;
}

.contact-box input:focus, .contact-box input[type]:focus, .uneditable-input:focus {
    box-shadow: none;
    outline: 0 none;
    border-bottom: 1px solid #7f5ed0;
}

.contact-box {
    color: #3e3e3e;
}

input:focus{
    box-shadow: none;
    outline: 0 none;
}

textarea.form-control:focus{
    box-shadow: none;
    outline: 0 none;
    border: 1px solid #7f5ed0;
    color: #ffffff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.trailer-content-box{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}

.trailer-container.opened, .contact-container.opened{
    top: 0;
    transition: top .5s ease;
    -webkit-transition: top .5s ease;
    -moz-transition: top .5s ease;
    -o-transition: top .5s ease;
    visibility: visible;
}

.contact-box{
    padding: 40px;
    background-color: #242424;
}

.back-to-site-box{
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    cursor: pointer;
    position: absolute;
    top: 20px;
    left: 20px;

}

span.back-to-site-button{
    font-size: 18px;
    transform: rotate(-90deg);
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.infinite-spin{
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

#testimonials{
    background-color: #1e1631;
    width: 100%;
    min-height: 250px;
    padding-top: 40px;
}

.carousel-indicators li{
    width: 30px;
    border: none;
    height: 4px;
    background-color: #0c041d;
}

.carousel-indicators li.active{
    width: 30px;
    border: none;
    height: 4px;
    background-color: #f1156d;
}

.testimonial-rating{
    margin: 20px;
}

.testimonial-rating span{
    color: #eac62c;
    font-size: 10px;
}

#testimonials p{
    color: #9e85d5;
    font-style: italic;
    font-size: 13px;
}

#testimonial-carousel{
    max-width: 700px ;
}

#testimonial-carousel .item{
    min-height: 250px;
}

#testimonials .slick-dots li{
    width: 27px;
    height: 3px;
    background-color: #0c041d;
    border-radius: 1px;

}

#testimonials .slick-dots li button:before{
    content: '';
    width: 0;
    height: 3px;
    background-color: #f1156d;
    border-radius: 1px;

}


#testimonials .slick-dots li.slick-active button:before{
    width: 27px;
    transition: width 7s linear;

}

span.testimonial-author{
    color: #9e85d5;
    font-style: italic;
}

#features-1{
    background-image: url(../img/section-3-bg.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 400px;
    color: #ffffff;
    padding-bottom: 0;
}

#features-1 h1 {
    font-weight: lighter;
}

#features-1 h1 > small{
    color: #ffffff;
    font-size: 10pt;
    font-weight: lighter;
    line-height: 15px;
}

.features-flex-box{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin-top: 40px;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
}

.feature-item{
    display: flex;
    display: -webkit-flex;
    margin-bottom: 0px;
    padding-top: 55px;
    padding-bottom: 55px;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: transparent;
    -webkit-transform-style: preserve-3d;

}

.feature-description{
    font-size: 12px;
    line-height: 24px;
    color: #808080;
}

.feature-item.active .feature-description{
    color: #ffffff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.left-features-box .feature-item{
    justify-content: flex-end ;
    border-radius: 7px 0px 0px 7px;
    padding-left: 50px;
    border-right: 4px solid transparent;
}

.right-features-box .feature-item{
    padding-right: 10px;
    border-left: 4px solid transparent;

}

.left-features-box .feature-description{
    text-align: right;
}

.right-features-box .feature-description{
    text-align: left;
}

.left-features-box, .right-features-box{
    width: 33%;
    max-width: 450px;

}

.center-features-box{
    width: 300px;
    max-width: 33%;
    margin: 0 30px;
    position: relative;
}

.feature-item.active, .feature-item:hover{
    background-color: #1f1d29;
    width: 100%;
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -webkit-transform-style: preserve-3d;

}

.feature-item.active .feature-title{
    color: #f1156d;
    transition: color .3s ease;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
}

.left-features-box div.feature-item.active{
    border-right: 4px solid #f1156d;
    transition: border-right .3s ease;
    -webkit-transition: border-right .3s ease;
    -moz-transition: border-right .3s ease;
    -o-transition: border-right .3s ease;
    -webkit-transform-style: preserve-3d;

}

.right-features-box div.feature-item.active{
    border-left: 4px solid #f1156d;
    transition: border-left .3s ease;
    -webkit-transition: border-left .3s ease;
    -moz-transition: border-left .3s ease;
    -o-transition: border-left .3s ease;
}

.feature-item img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;

}

.feature-item.active img{
    -webkit-filter: none;
    filter: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.feature-title{
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.left-features-box .feature-title{
    text-align: right;
}

.right-features-box .feature-title{
    text-align: left;
}

.feature-item-icon{
    margin: 0 30px;
}

.right-features-box .feature-item-icon{
    order: -1;
}

img.phone-layer{
    max-width: 300px;
    position: absolute;
    top: 0;
    left: 0;

}

.phone{
    height: 500px;
}

.inner-phone{
    width: 281px;
    height: 462px;
    position: absolute;
    z-index: 0;
    left: 9px;
    top: 38px;
    overflow: hidden;
    text-align: center;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-image: url(../img/c-persona.jpg);
    -webkit-background-size: contain;
    background-size: contain;
}

#feature-play-again{
    position: absolute;
    bottom: 20px;
    z-index: 301;
    left: 65px;
    width: 150px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 20px;
    cursor: pointer;
}

.center-features-box video{
    width: 100%;
    position: absolute;
    left: 0;
    top: -10px;
    margin: 0 auto;
}

#features-2{
    background-image: url(../img/features-2-bg.png);
    background-size: cover;
    width: 100%;
    min-height: 950px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
}

.feature-card-title{
    position: absolute;
    left: 20px;
    top: 20px;
    color: #9e85d5;
    font-weight: bold;
}

.special-paragraph{
    padding-left: 70px;
    margin-top: 50px;
}

#features-2 h1{
    margin-bottom: 40px;
}

.special-paragraph h3{
    color: #f1156d;
    font-size: 14px;
    font-weight: 700;
}

.special-paragraph p{
    color: #7165c1;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 40px;
}

.special-paragraph-icon{
    width: 40px;
    position: absolute;
    margin-left: -70px;
    text-align: center;
}

.special-paragraph-icon img{
    max-width: 40px;
    margin: 0 auto;
}

.feature-2-swipe-container{
    height: 100%;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    width: 50%;
    position: absolute;
    display: -webkit-flex;
    -webkit-align-items: center;
}

.swipe-box{
    height: 445px;
    width: 840px;
    left: 140px;
    position: absolute;
}

.swipe-track{
    height: 601px;
    width: 960px;
    position: relative;
}

.carousel-buttons{
    position: absolute;
    bottom: 0;
    display: flex;
    left: 140px;
    height: 33px;
}

.carousel-prev{
    height: 33px;
    width: 33px;
    background-image: url(../img/Carousel_NavButtonPrev_Default@2x.png);
    background-size: cover;
    background-position: center;
    margin-right: 15px;
    cursor: pointer;
}

.carousel-prev:hover{
    background-image: url(../img/Carousel_NavButtonPrev_Hover@2x.png);
}

.carousel-next{
    height: 33px;
    width: 33px;
    background-image: url(../img/Carousel_NavButtonNext_Default@2x.png);
    background-size: cover;
    background-position: center;
    margin-right: 15px;
    cursor: pointer;
}

.carousel-next:hover{
    background-image: url(../img/Carousel_NavButtonNext_Hover@2x.png);
}

.feature-card{
    height: 544px;
    width: 307px;
    margin-right: 30px;
    flex-shrink: 0;
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    position: absolute;
    overflow: hidden;
    border-radius: 32px;
    background-color: #30133f;
}

.bg-opacity{
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
}

.feature-card.closed .bg-opacity{
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    opacity: 0.3;
}

.feature-card video{
    width: 250px;
}


.feature-card.discard{
    position: absolute;
    transform: translate3d(-50px,0,-100px) scale(0.9);
    transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
}

#features-3{
    background-image: url(../img/features-3-bg.jpg);
    background-size: cover;
    width: 100%;
    position: relative;
    padding-bottom: 100px;
}

img.robotic-head{
    max-width: 450px;
}

#features-3 h1 {
    color: #46215b;
    font-size: 30px;
}

#features-3 p{
    color: #242424;
    font-weight: 400;
    font-size: 15px;
    line-height: 29px;
}

.head-movements-box{
    width: 100%;
    height: 250px;
    margin-top: 40px;
    background-color: #cdcae4;
    padding: 35px 0;
}

.head-movements-tabs{
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 1px;
}

.head-movement-item{
    width: 75px;
    height: 75px;
    margin: 0 15px;
    cursor: pointer;
    display: inline-block;
}


.head-movements-box img{
    max-width: 40px;
}

.head-mov-solid-circle{
    border: 2px solid #bdbadb;
    width: 75px;
    height: 75px;
    border-radius: 37.5px;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.head-mov-dash-circle{
    border: 2px dashed transparent;
    width: 65px;
    height: 65px;
    border-radius: 32.5px;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
}

.head-mov-solid-circle:hover,
.head-mov-dash-circle:hover,
.head-movement-item.active .head-mov-solid-circle,
.head-movement-item.active .head-mov-dash-circle{
    border-color: white;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.movement-name{
    color: #46215b;
    font-size: 11px;
    line-height: 19px;
    font-weight: bold;
    margin-top: -12px;
}

.head-movements-texts{
    width: 100%;
    margin-top: 32px;
    padding: 0 50px;
    text-align: center;
    font-size: 12px;
}

.head-movement-text{
    width: 100%;
    display: none;
    color: #54336a;
    line-height: 30px;
}

.head-movement-text.active{
    display: block;
}

.movement-desc{
    color: #868687;
    font-weight: 400;
    font-size: 9pt;
}

.feature-warn{
    font-weight: 400;
    font-size: 8pt;
    margin-top: 40px;
}

.endossments-box{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
}

.endossments-box img{
    margin: 10px;
    flex-grow: 0;
}

#incoming{
    background-color: #282633;
}

#incoming h1{
    color: #484757;
    font-size: 23px;
}

.incoming-box{
    width: 305px;
    height: 305px;
    border: 3px solid #2d254b;
    background-color: #1c1c1c;
    padding-top: 60px;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 40px;
}

.incoming-title{
    color: #5d568f;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

.soon-text{
    background-color: #432e80;
    color: #7266b5;
    width: 50px;
    height: 15px;
    border-radius: 7.5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    margin: 0 auto 20px auto;
    font-weight: bold;
}

.incoming-desc{
    color: #808080;
    max-width: 180px;
    margin: 0 auto;
}


#pricing{
    background-color: #0d052b;
    min-height: 745px;
    background-image: url(../img/pricing-bg.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}

.pricing-box{
    width: 100%;
    display: flex;
    justify-content: center;
    color: #ffffff;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
}

.pricing-item{
    text-align: center;
    background-color: #241a3a;
    width: 349px;
    max-width: 100%;
    height: 349px;
    padding: 80px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}

.pricing-item button.btn-style-2{
    width: 215px; height: 48px; margin-bottom: 28px
}

.pricing-item.no-border-top-radius{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.pricing-period{
    font-size: 20pt;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.thin-line{
    width: 80%;
    margin: 0 auto 30px auto;
    border-bottom: 1px solid #413958;
}

.pricing-value{
    font-size: 43px;
    font-weight: lighter;
    color: #fff;
}

.pricing-value-detail{
    color: #736ab6;
}

.pay-once{
    margin-top: 5px;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 11px;
}

.pricing-feat{
    margin: 15px;
    color: #736ab6;
}

.free-month-warn{
    color: #f1156d;
    font-weight: 400;
    margin-bottom: 30px;
}

.pricing-best-seller{
    position: absolute;
    height: 40px;
    line-height: 40px;
    width: 100%;
    top: -40px;
    left: 0;
    font-weight: 400;
    font-size: 12pt;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: -moz-linear-gradient(left, #633c75 0%, #f1156d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #633c75 0%,#f1156d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #633c75 0%,#f1156d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#faq{
  /*  background-color: #242424;*/
    color: #808080;
}

#faq .panel-body p {
    font-size: 15px;
    line-height: 24px;
    margin: 12px 0;
    color: #CCC;
}

#faq h1{
    color: #808080;
    font-size: 23px;
}

#faq h3{
    color: #808080;
    font-weight: lighter;
    font-size: 14pt;
}

.panel{
    background-color: transparent;
}

.panel-default{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #393a3a;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.panel-default > .panel-heading{
    background-color: transparent;
    border-color: #393a3a;
    padding: 25px 0;
    display: flex;
    display: -webkit-flex;

}

.faq-carret{
    width: 65px;
    color: #9c9c9c;
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0 ;
    font-size: 8px;
}

.faq-question{
    flex-grow: 0;
}

.panel-default > .panel-heading.opened{
    background-color: #1d1d1d;
    border-color: transparent;
}

.panel-default > .panel-heading.opened .panel-title{
    color: #ffffff;

}

.panel-group .panel{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.panel-collapse{
    background-color: #1d1d1d;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body{
    border-top-color: transparent;
    padding-left: 65px;
    padding-bottom: 40px;
    padding-right: 45px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
}

.panel-body a{
    color: #7c6def;
}

.panel-body a:hover{
    border-bottom: 1px dashed #7c6def;
}

.panel-title{
    color: #9c9c9c;
    font-weight: bold;
    font-size: 14px;
    transition: all .2s ease-in-out;

}

.panel-title:hover{
    color: #ffffff;
    transition: all .2s ease-in-out;
}

.panel-title .glyphicon{
    font-size: 8px;
    margin-top: -3px;
}

.panel-title a{
    text-decoration: none;
}

.panel-group .panel+.panel{
    margin-top: 0;
}

.faq-collapse-link span{
    margin-right: 30px;
}

.faq-carret span.opened{
    transform: rotate(90deg);
}

.contact-question{
    color: #9c9c9c;
    font-weight: 100;
}

.contact-question a{
    font-weight: 400;
    color: #ffffff;
}

.contact-question a:hover{
    border-bottom: 1px dashed white;
    cursor: pointer;
}

#footer {
    height: auto;
    width: 100%;
    border-top: 2px solid #7368B8;
    background-color: #24193A;
    padding-top: 70px;
    padding-bottom: 50px;
}

.game-list {
    margin-top: 53px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.game-name {
    color: #FFFFFF;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 14px;
}

.game-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 49px;
    transition: all .2s ease-in-out;
}

.game-item:hover {
    transition: all .2s ease-in-out;
    opacity: 0.8;
}

.footer-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 26px;
}

.footer-nav a {
    text-decoration: none;
}

.footer-nav-item {
    color: #808080;
    font-family: Poppins, sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 16px;
    margin-right: 20px;
    transition: all .2s ease-in-out;

}

.footer-nav-item:hover {
    color: #fff;
    transition: all .2s ease-in-out;
}

.back-to-top {
    color: #808080;
    font-family: Poppins;
    font-size: 10px;
    font-weight: 300;
    line-height: 16px;
    margin-top: 64px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .2s ease-in-out;

}

.back-to-top:hover {
    color: #ffffff;
    transition: all .2s ease-in-out;

}

.back-to-top svg path {
    transition: all .2s ease-in-out;
}

.back-to-top:hover svg path {
    fill: #ffffff;
    transition: all .2s ease-in-out;
}

.back-to-top div {
    margin-left: 5px;
    margin-top: 2px;
}

.get-product-news {
    color: #FFFFFF;
    font-family: Poppins, Sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 33px;
    margin-bottom: 9px;
}

.subscribe-box {
    height: 52px;
    width: 272px;
    border-radius: 6px;
    background-color: #21102F;
    border: 1px solid #21102F;
    transition: all .2s linear;

}

.subscribe-box.active {
    border: 1px solid #623A76;
    transition: all .2s linear;
}

.subscribe-box.s-error {
    box-shadow: inset 0 0 8px 0 rgba(245, 7, 107, 0.76);
    border-color: transparent;
    transition: all .2s linear;
}

.subscribe-box input {
    height: 40px;
    width: 179px;
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    background-color: transparent;
    margin-top: 5px;
    border: none;
    padding-left: 11px;
}

.subscribe-box input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.subscribe-box input:focus {
    box-shadow: none;
    outline: 0 none;
}

button.subscribe {
    height: 30px;
    width: 79px;
    color: #B468DA;
    font-family: Poppins;
    font-size: 11px;
    font-weight: 300;
    line-height: 17px;
    text-align: center;
    border-radius: 6px;
    background-color: #2C224D;
    border: none;
    float: right;
    margin-right: 7px;
    margin-top: 11px;
}

.subscribe-success {
    float: right;
    margin-right: 7px;
    display: none;
    margin-top: 18px;
}

.copy-right {
    margin-top: 90px;
    color: #808080;
    font-family: Poppins;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
}

.menu-open-button{
    position: fixed;
    z-index: 998;
    left: 0;
    top: 15px;
    color: rgba(128, 128, 128, 0.6);
    width: 40px;
}


#warning{
    background-image: url(../img/warn-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 0;
}

img.warn-logo{
    width: 230px;
    margin-bottom: 140px;
    margin-top: 60px;
}

#warning p{
    color: #bebbbc;
    font-size: 11px;
    line-height: 25px;
}

#warning a.members-button{
    font-weight: bold; color: #878787;
    float: right;
    font-size: 11px;
}

#warning .btn-style-1{
    color: #ffffff;
    font-size: 14px;
    width: 230px;
    margin-top: 37px;
    margin-bottom: 55px;
    font-weight: bold;
}

#warning .btn-style-1:hover{
    color: #f1156d;
    transition: all .3s ease;
}

#warning .login-icon{
    position: relative;
}

.warning-overlay{
    background-color: rgba(23, 10, 40, 0.70);
    padding-top: 40px;
}

.warning-content{
    width: 570px; max-width: 100%; margin: 0 auto; padding: 0 20px 230px 20px;
}

.mobile-menu {
    width: 260px;
    height: 100%;
    position: fixed;
    left: -260px;
    top: 0;
    background-color: #24193A;
    padding: 23px 0;
    transition: all .3s linear;
    z-index: 120;
}

.mobile-menu.menu-opened{
    left: 0;
    transition: all .3s linear;
}

.soon-box {
    height: 14px;
    padding: 0 5px;
    border-radius: 11.5px;
    background-color: #422E7F;
    color: #7368B8;
    font-family: Poppins, sans-serif;
    font-size: 9px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
}

.soon-box.new {
    background-color: #B2297E;
    color: #FFC2DC;
}

#more-features {
    width: 100%;
    height: 416px;
    background-image: url(../img/features-background.png);
    background-size: auto 560px;
    background-position: center -49px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0A001A;
    position: relative;
    padding-top: 220px;
}

#more-features::after{
    content: '';
    position: absolute;
    z-index: 100;
    background-image: url(../img/features-background.png);
    background-size: auto 560px;
    background-position: center bottom;
    height: 96px;
    width: 100%;
    bottom: -96px;
}

#scroll {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    color: white;
}

.mf-box {
    display: flex;
    margin-bottom: 60px;
}

.mf-icon {
    margin-right: 25px;
    width: 42px;
}

.mf-title {
    color: #7368B8;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
}

.mf-desc {
    color: #808080;
    font-family: Poppins, sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 17px;
}

#features-3::after{
    content: '';
    width: 100%;
    height: 49px;
    bottom: 0;
    position: absolute;
    z-index: 4;
    -webkit-background-size: auto 560px;
    background-size: auto 560px;
    background: url(../img/features-background.png) center top;
}

.diamonds-text {
    margin-top: 10px;
    height: 24px;
    width: 161px;
    color: #FFFFFF;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1280px) {
    .s-p{
        padding-left: 0;
    }
}

@media (max-width: 961px){
    #faq .panel-body p {
        font-size: 14px;
        line-height: 24px;
    }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        padding: 28px !important;
    }
    button.style-1 {
        height: 52px;
        width: 216px;
        border-radius: 29.4px;
        background: -moz-linear-gradient(to right, #461E5C 0%, #f1156d 51%, #461E5C 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(to right, #461E5C 0%, #f1156d 51%, #461E5C 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #461E5C 0%, #f1156d 51%, #461E5C 100%);
        background-size: 200% auto;
        color: #FFFFFF;
        font-family: Poppins, sans-serif;
        font-size: 14.4px;
        font-weight: bold;
        text-align: center;
        border: none;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
    }

    button.style-1:hover {
        background-position: right center;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
    }

    #main-nav {
        padding: 0 20px;
        position: fixed;
        top: -70px;
        transition: all .2s linear;
        align-items: flex-start;
    }

    #main-nav.active{
        top: 0;
        transition: all .2s linear;
    }

    #main-nav.bg{
        background: rgba(10, 0, 26, 0.69);
        transition: all .2s linear;
    }

    #main-nav.menu-opened{
        height: 100%;
        background-color: rgba(36, 36, 36, 0.8);
        transition: all .2s linear;

    }

    .mobile-nav-block{
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
    }

    .mobile-menu-open{
        position: absolute;
        right: 0;
        float: right;
    }

    .mobile-menu-close{
        position: absolute;
        right: 10px;
        float: right;
        display: none;
    }

    .main-nav-item {
        height: 69px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        margin: 0;
        color: #7368b8;
        font-size: 13px;
        font-weight: bold;
        line-height: 20px;
        transition: all .2s ease-in-out;
        display: flex;
        align-items: center;
    }

    .main-nav-item:active{
        background-color: #332953;
        color: #ffffff;
        transition: all .2s ease-in-out;
    }

    .login-button{
        width: 100%;
        margin-top: 13px;
    }

    .warning-content{
        padding-bottom: 60px;
    }

    img.warn-logo{
        margin-bottom: 50px;
    }

    #warning a.members-button{
        float: none;
        margin: 0 auto;
    }

    h1{
        font-size: 23px;
        line-height: 29px;
    }

    #pricing h1{
        font-size: 34px;
        line-height: 44px;
    }

    p{
        font-size: 13px;
        line-height: 26px;
    }

    #testimonials p{
        font-size: 13px;
        line-height: 24px;
        padding: 0 4px;
    }

    span.testimonial-author{
        font-size: 10px;
    }

    .container{
        width: 100%;
    }

    .section-1-content{
        text-align: center;
    }

    .newsletter-small-box{
        margin: 5px auto;
    }

    .mobile-text-center{
        text-align: center;
    }

    .special-paragraph{
        padding: 0;
    }

    .special-paragraph h3{
        text-align: center;
    }

    .special-paragraph p{
        text-align: center;
    }

    .footer-menu-item{
        width: 100%;
        text-align: center;
    }

    .subscribe-form-box{
        margin-left: 0;
    }

    .panel-default>.panel-heading+.panel-collapse>.panel-body{
        padding-left: 45px;
        padding-right: 20px;
        line-height: 30px;
    }

    .features-flex-box{
        display: block;
        width: 100%;
    }

    .center-features-box{
        max-width: none;
        margin: 0 auto;
    }

    .features-mobile-box{
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 200;
        background-color: rgba(31, 29, 41, 0.81);
        padding: 30px 0 18px 0;
    }

    #features-1 .slick-slide{
        padding-top: 0;
    }

    #features-1{
        position: relative;
    }

    #feature-play-again{
        display: none;
    }

    .feature-item-icon{
        margin: 0 15px;
    }

    .feature-item, .feature-item.active{
        width: 85%;
        padding: 0;
    }

    .feature-item.active, .feature-item:hover{
        background-color: transparent;
    }

    .feature-description{
        font-size: 10px;
    }

    .trailer-content-box{
        width: 100%;
        height: calc(100vw * 0.56);
        display: flex;
        align-items: center;
        margin-top: 50px;
        display: -webkit-flex;
        -webkit-align-items: center;
    }

    .swipe-track{
        position: relative;
        margin: 40px 15px;
    }

    .swipe-box{
        left: 0px;
    }

    .faq-carret{
        width: 45px;
    }

    .panel-title{
        font-size: 11px;
    }

    img.robotic-head{
        max-width: 288px;
    }

    .head-movements-tabs{
        transform: scale(0.7);
    }


    .feature-item.active{
        background-color: transparent;
    }

    button.btn-style-1, button.btn-style-2{
        width: 190px;
        line-height: 10px;
        font-size: 12px;
        font-weight: bold;
    }

    .logo{
        width: 90px;
        position: absolute;
        left: calc(50% - 45px);
        top: 15px;
    }

    .logo img{
        width: 90px;
    }

    #home small{
        font-size: 11px;
        line-height: 18px;
    }

    .watch-button-flex-box{
        margin-top: 45px;
    }

    .bg_video{
        right: calc((468px - (100vw/2))* -1);
    }

    .head-movements-box{
        height: auto;
    }

    .feature-warn{
        margin-top: 0;
    }

    .special-paragraph-icon{
        position: relative;
        margin-left: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .watch-button-text.hover-watch-text{
        color: #ffffff;
    }


    .footer-logo{
        width: 181px;
    }

    .contact-question{
        font-size: 9px;
        line-height: 19px;
    }

    .footer-menu-item{
        padding: 12px 20px;
    }

    #subscribe{
        padding: 40px 0;
    }

    #more-features {
        padding-top: 50px;
        background-size: auto 1160px;
        background-position-y: -91px;
        height: auto;
    }

    #more-features::after{
        display: none;
    }

    #footer{
        height: auto;
    }

    .footer-nav{
        margin-bottom: 35px;
    }

    .footer-nav-item{
        margin-bottom: 15px;
    }

    .game-item{
        margin-right: 25px;
    }

    .copy-right{
        margin-top: 40px;
        margin-bottom: 54px;
    }

    .feature-2-swipe-container{
        width: auto;
    }

    .carousel-buttons{
        position: relative;
        left: auto;
        justify-content: center;
        margin-top: -50px;
    }

    .carousel-prev, .carousel-next{
        margin-right: 0;
    }

    .carousel-next:hover{
        background-image: url(../img/Carousel_NavButtonNext_Default@2x.png);
    }

    .carousel-next:active{
        background-image: url(../img/Carousel_NavButtonNext_Hover@2x.png);
    }

    .carousel-prev:hover{
        background-image: url(../img/Carousel_NavButtonPrev_Default@2x.png);
    }

    .carousel-prev:active{
        background-image: url(../img/Carousel_NavButtonPrev_Hover@2x.png);

    }
}


/* Valentines Countdown Timer CSS Begin */
@-webkit-keyframe valentines {
    0% {
        bottom: -50px;
        display: none;
    }

    100% {
        bottom: 0;
        display: block;
    }
}

@keyframes valentines {
    0% {
        bottom: -50px;
        display: none;
    }

    100% {
        bottom: 0;
        display: block;
    }
}

#countdown {
    display:none;
    background: #1DBEA5;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    width: 100%;
    height: 50px;
    padding: 6px;
    color: #FFF;
    font-family: inherit;
    text-align: center;
    animation-name: valentines;
    animation-duration: 1s;
    -webkit-animation-name: valentines;
    -webkit-animation-duration: 1s;
}


    #countdown p {
        line-height: 40px;
        font-size: 20px;
    }

@media (max-width: 767px) {
    #countdown p {
        line-height: 20px;
        font-size: 17px;
    }
}
/* Valentines Countdown Timer CSS End */

.os-availability {
    display: block;
    margin-top: 30px;
    font-weight: 300;
    font-size: 12px;
    color: white;
}

.os-align-center {
    text-align: center;
}

.os-availability-block {
    margin-right: 20px;
}
.os-availability-block img {
    margin-right: 10px;
}

@media (max-width: 768px) {
    .os-availability-block {
        display: block;
        clear: both;
        margin-top: 10px;
    }

}

.os-availability img {
    margin-right: 10px;
}