.container {
    width: 1240px;
}

.section-hero {
    background: linear-gradient(90deg, #2d3e50 0, #044593 100%);
    position: relative;
    overflow: hidden;
}

.section-hero h1 {
    color: white;
    margin: 0 0 20px 0;
}

.section-hero h2 {
    color: rgba(255, 255, 255, .8);
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
}

.display-4 {
    font-weight: 400;
}

.customers-title {
    padding: 0 20%;
    font-weight: normal;
    text-align: center;
    font-size: 30px;
    line-height: 42px;
}

.tag-new {
    font-size: 0.8rem;
    letter-spacing: 2px;
    padding: 8px;
    background: linear-gradient(270deg, #727cf5 0%, #8f75da 100%);
    color: white;
    border-radius: 10px;
    top: -10px;
    position: relative;
}

.line {
    width: 100%;
    height: 3px;
    display: block;
    content: "";
    margin: 0 0 40px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

.logos {
    padding: 0 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.logos>div {
    margin: 0 20px;
}

.section-hero .hero-img>.browser+.browser {
    margin-right: -100px;
    width: auto;
}

.sh .sh-logo svg {
    transition: all 0.3s ease;
}

.sh .sh-logo .scriptcase-version {
    right: -21px !important;
    margin-top: -31px !important;
    font-size: 0.8rem !important;
    font-weight: bold;
}

.sh.fixed .sh-logo .scriptcase-version {
    right: -18px !important;
    margin-top: -27px !important;
    font-size: 0.7rem !important;
    font-weight: 400;
}

.scriptcase-version {
    font-family: "Open Sans", sans-serif;
    font-weight: bolder;
    color: #ffd532;
    position: relative;
    float: right;
    right: -4px;
    margin-top: 11px;
    font-size: 0.7rem;
    letter-spacing: 1px;
}

.sh.fixed .sh-logo svg {
    width: 150px !important;
}

.lead {
    font-size: 1.7rem !important;
}

.section-flow .flow-navigation li {
    width: 25.666667%;
}

.section-flow {
    padding: 60px;
}

.section-highlights .item {
    padding: 40px 0 40px;
    border-bottom: 1px solid #eaedf2;
}

.section-highlights .item img {
    height: auto;
}


/* SECTION DEMO */

.section-demo {
    background-color: #0275d8;
    color: #fff;
    padding: 30px 0;
}

.section-demo .btn {
    border: none;
    color: #0275d8;
}

.section-demo .contact-link {
    position: relative;
    padding-left: 24px;
    max-width: 200px;
}

.section-demo .contact-link::before {
    background-color: rgba(48, 255, 168, 1);
    content: '';
    display: block;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 7px;
    left: 0;
    animation: pulse 2s ease infinite;
}

.section-demo-image {
    text-align: center;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 400;
}

.item strong {
    font-weight: 600;
}

.item p {
    font-size: 1rem;
}

.max-w {
    max-width: 700px;
}


/*carrossel*/

.flex-caption {
    width: 96%;
    padding: 2%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    font-size: 14px;
    line-height: 18px;
}


/*fim-carrossel*/

.browser {
    min-height: 0;
}

.flex-direction-nav a {
    font-weight: 100;
}

.flex-direction-nav .flex-next {
    opacity: 0.5;
    right: 0px;
}

.flex-direction-nav .flex-prev {
    opacity: 0.5;
    left: -10px;
}

.flex-control-nav.flex-control-paging {
    display: none;
}


/*BANCO DE DADOS*/

.tile-wrap {
    /*position: relative;display: inline-table;*/
}

.tile {
    position: relative;
    text-align: center;
    transform-origin: center;
    transition: 0.3s;
    z-index: 0;
    list-style: none;
    background: white;
    border-right: 1px solid #eaedf2;
    border-bottom: 1px solid #eaedf2;
    flex: inherit !important;
}

.tile__inner,
.tile__inner:hover {
    text-decoration: none;
}

.tile:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.tile__title {
    color: #868686;
}

/*FIM BANCO DE DADOS*/

.section-flow .flow-navigation li a::before {
    -moz-transform: translate(0, 17px);
}

.flex-hero .flexslider {
    width: 110%;
    margin-bottom: 0px;
}

.flex-hero {
    overflow: hidden;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    box-shadow: 0 50px 138px rgba(62, 80, 98, 0.1), 0 10px 30px rgba(0, 0, 0, 0.5);
}


/*New style*/

.section-hero2 {
    /*padding-top: 95px !important;*/
    background: rgba(45, 62, 80, 1);
    background: -moz-linear-gradient(-45deg, rgba(45, 62, 80, 1) 0%, rgba(45, 62, 80, 1) 22%, rgba(3, 69, 149, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(45, 62, 80, 1)), color-stop(22%, rgba(45, 62, 80, 1)), color-stop(100%, rgba(3, 69, 149, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(45, 62, 80, 1) 0%, rgba(45, 62, 80, 1) 22%, rgba(3, 69, 149, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(45, 62, 80, 1) 0%, rgba(45, 62, 80, 1) 22%, rgba(3, 69, 149, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(45, 62, 80, 1) 0%, rgba(45, 62, 80, 1) 22%, rgba(3, 69, 149, 1) 100%);
    background: linear-gradient(135deg, rgba(45, 62, 80, 1) 0%, rgba(45, 62, 80, 1) 22%, rgba(3, 69, 149, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2d3e50', endColorstr='#034595', GradientType=1);
}

.sh {
    background: none;
}

.sb+.sh+.sp {
    margin-top: 0px !important;
}

.lead {
    font-size: 1.6rem !important;
}

.flexslider:hover .flex-direction-nav .flex-next {
    right: 10%;
}

.flex-direction-nav .flex-next {
    right: 9%;
}

.cta-demonstration:hover {
    box-shadow: 0 0rem 2rem rgb(255 255 255 / 0.05);
    border: 1px solid #428dff;
}

.cta-demonstration {
    border-radius: .5rem;
    background: rgb(0 0 0 / .1);
    cursor: pointer;
    border: 1px solid rgb(0 0 0 / .1);
}

.arrow-down {
    animation: bounce 0.5s infinite;
    animation-duration: 2s;
    float: right;
}

.info-home {
    background: linear-gradient(to right, rgb(78, 215, 169), rgb(57, 185, 70));
    color: #000000;
    border-radius: 5px;
    border-style: none;
    display: initial;
    padding: 15px 5px 20px 5px;
    background: #ff5722;
}

#info-home:hover {
    background: #d4471b;
}

.modal-video {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    opacity: 0;
    transition: opacity 0.5s;
    overflow: hidden;
    z-index: 80808080;
}

.modal-video-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(45, 62, 80, 0.96);
    background: linear-gradient(90deg, rgba(45, 62, 80, 0.96) 0%, rgba(4, 69, 147, 0.96) 100%);
    z-index: -1;
}

.modal-video .modal-body {
    padding: 0;
}

.modal-video .modal-dialog {
    min-width: 70vw;
    max-width: 864px;
    width: 100%;
    margin: 0;
    transform: translate(0, 0) !important;
}

.modal-video>.card,
.modal-cta>.card {
    width: 80%;
    top: 50%;
    left: 50%;
    overflow: hidden;
    border: none;
    transition: all 0.5s;
    transform: translate(-50%, -50%);
}

.modal-cta {
    background: linear-gradient(92.56deg, #4A51C7 5.07%, #436FD2 100%);
    border-radius: 3px;
    position: fixed;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 95959595;
    opacity: 0;
    transition: all 0.5s;
}

.modal-cta .modal-cta-content {
    color: #fff;
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
}

.modal-cta .modal-cta-content-info * {
    margin: .9vw 12px;
}

.modal-cta .modal-cta-content-image img {
    position: absolute;
    bottom: -10px;
    max-width: 40%;
    right: 5vw;
}

.modal-cta .modal-cta-content .subtitle {
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.modal-cta .modal-cta-content .title {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
}

.modal-cta .modal-cta-content .desc {
    color: rgba(255, 255, 255, .8);
}

.modal-cta .modal-cta-content .btn {
    color: #465fcc;
}

.modal-video .modal-body iframe {
    max-width: 100%;
}

.modal-cta>.card {
    background: transparent;
    z-index: 90909090;
    color: white;
    padding: 100px 0;
    justify-content: center;
    transition: all 0.5s;
    opacity: 0;
}

.modal-video-close {
    cursor: pointer;
    color: rgba(255, 255, 255, .5);
    width: 40px;
    height: 40px;
    position: fixed;
    top: -40px;
    right: 20px;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    font-size: 38px;
    line-height: 38px;
    z-index: 99999999;
    text-align: center;
    transition: all 0.5s;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-video-close svg {
    height: 18px;
}

.modal-video-active .modal-video {
    opacity: 1;
    top: 0;
    height: 100%;
}

.modal-video-active .notification {
    display: none;
}

.modal-video-active.modal-cta-active .modal-dialog {
    min-height: 260px;
}

.modal-video-active.modal-cta-active .modal-cta {
    opacity: 1;
    height: 100%;
}

.modal-video-active .modal-video-close {
    top: 20px;
}

.modal-video-active.modal-cta-active .modal-cta .card {
    opacity: 1;
    height: 100%;
}

.modal-video-active.modal-cta-active .modal-video .card {
    opacity: 0;
}

.btn-hero {
    border-radius: 25px;
    padding: 12px 24px;
    height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 10px 0 0;
    display: inline-block;
    color: white;
    text-decoration: none;
    position: relative;
}

.btn-special {
    background: linear-gradient(92.56deg, #4A51C7 5.07%, #436FD2 100%);
}

.btn-play {
    border: 1px solid #fff;
}

.btn-play {
    background: transparent !important;
}

.btn-play span:before {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    display: block;
    border: 1px solid #727cf5;
    border-radius: 25px;
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
}

.btn-play span:before {
    animation: glow 1s ease-in 1.5s infinite normal;
    -webkit-animation: glow 1s ease-in 1.5s infinite normal;
}

.btn-special:hover,
.btn-special:active,
.btn-play:hover,
.btn-play:active {
    text-decoration: none;
    color: white;
    opacity: 0.8;
}

.btn-version {
    background: rgba(255, 255, 255, 0.25);
    display: inline-block;
    border-radius: 25px;
    color: white;
    font-size: 12px;
    padding: 5px 15px;
}

.btn-version:hover {
    text-decoration: none;
    color: white;
}

.section-logos {
    overflow-x: auto;
}

section#final {
    background: #3e5062;
    color: white;
}

section#final .parallax-window {
    background: url("//cdn2.scriptcase.net/lib/../home/img/programmer-laptop-background.jpg") no-repeat center center;
    background-size: cover;
    padding: 80px 0;
}

section#final h1 {
    color: white;
}

section#final .buttons {
    margin-top: 40px;
}

.flex-direction-nav {
    height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 50px;
    height: 100%;
    margin: -20px 0 0;
    position: absolute;
    top: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 0.4;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 60px;
    line-height: 0;
    padding-top: 40%;
    text-align: center;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav .flex-next {
    right: 0;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 20px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 20px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: "\f004";
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: "\f003";
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    display: inline;
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn.btn-circle.btn-primary {
    font-weight: 400;
    letter-spacing: 0.25px;
    text-transform: none;
    padding: 12px 32px;
}

.carousel-testimonials {
    margin: 0 auto;
    font-size: 1rem;
    padding: 0px 150px;
}

.carousel-testimonials .carousel-inner {
    min-height: 250px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

section.section-marks img {
    position: static !important;
    width: 90px !important;
}

.lead.lead-logos {
    font-size: 1.2rem !important;
    letter-spacing: 1px;
    font-weight: normal;
}

.lead.lead-logos strong {
    /* color: #FFFFFF; */
    font-weight: bold;
}

.btn-cases {
    font-weight: bold;
    text-transform: uppercase;
    white-space: initial;
}

.img-blackgriday {
    display: none
}


/**BF**/

.blackfriday .section-hero {
    background-color: #090434;
    background-image: url("//cdn2.scriptcase.net/lib/img/black-friday/2024/hero-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 4rem;
}

.blackfriday .section-hero .selo {
    scale: 1.5;
}

.blackfriday .btn-special,
.blackfriday .btn-special {
    transition: all .3s ease;
}

.blackfriday .btn-special:hover,
.blackfriday .btn-special:hover {
    filter: brightness(120%);
    box-shadow: 0 0 20px rgba(130, 54, 238, .2);
    opacity: 1;
}

.blackfriday .hero-img .browser {
    display: none;
}

/* Video Wrapper */

.video-wrapper {
    position: relative;
    width: 100%;
}

.video-wrapper .laptop {
    position: relative;
    max-width: 650px;
    min-width: 100%;
    margin: 0 auto;
}

.video-wrapper .laptop:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: -20%;
    height: 100%;
    border-radius: 100%;
    width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    filter: blur(40px);
    z-index: -1;
}

.video-wrapper .laptop-display {
    background: #000;
    position: relative;
    background-clip: padding-box;
    border: solid 3px transparent;
    border-top-left-radius: 3.5% 5.3075%;
    border-top-right-radius: 3.5% 5.3075%;
    width: 75%;
    margin: 0 auto -5px auto;
    padding-bottom: 50%;
    opacity: .9;
    background: none;
}

.video-wrapper .laptop-display:before {
    content: "";
    display: block;
    position: absolute;
    right: 0.4%;
    left: 0.4%;
    top: 0.64%;
    width: 100%;
    height: 100%;
    background: linear-gradient(328deg, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.05) 50%);
    opacity: 0.5;
    z-index: 4;
    background: none;
}

.video-wrapper .laptop-display:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    margin: -3px;
    border-radius: inherit;
    background: linear-gradient(90deg, #99A0FF, #787FE1);
    background: none;
}

.video-wrapper .laptop-display img {
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    opacity: .9
}

.video-wrapper .laptop-keyboard {
    width: 100%;
    background: linear-gradient(90deg, #BABFFF 0%, #787FE1 100%);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding-bottom: 2%;
    position: relative;
    z-index: 3;
}

.video-wrapper .laptop-keyboard:before {
    content: "";
    border-bottom-left-radius: 10%;
    border-bottom-right-radius: 10%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 15%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0.8%;
    background: #737ABB;
}

.video-wrapper .laptop-keyboard:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -50%;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    padding-bottom: 1%;
    width: 100%;
    background: linear-gradient(90deg, #6B70BF 0%, #555CC6 100%);
}

.video-wrapper .video-play-button {
    background: linear-gradient(92.56deg, #f4703f 5.07%, #ff5b1f 100%);
    box-shadow: 0px 0px 40px 20px rgb(255 84 18 / 37%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    grid-gap: 16px;
    padding: 12px 16px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    transition: all 0.6s cubic-bezier(0.64, 0.01, 0.08, 1);
    z-index: 5;
}

.video-wrapper .video-play-button:hover,
.video-wrapper .video-play-button:active,
.video-wrapper .video-play-button:focus {
    text-decoration: none;
}

.video-wrapper .video-play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0px 0px 60px 20px rgb(255 84 18 / 60%);
}

.video-wrapper .video-play-button svg {
    height: 28px;
    width: auto;
}

.iphone {
    width: 21%;
    height: 73%;
    border-width: 2px;
    border-radius: 5px;
    z-index: 200;
    position: absolute;
    bottom: -12px;
    left: 40px;
    display: block;
    color: #fff;
    background-color: #99a0ff;
    background-size: auto 200%, cover;
    background-repeat: no-repeat, no-repeat;
    border: solid #99a0ff;
    margin-bottom: 2em;
    background-position: 50% 100%, center;
    transform-origin: bottom center;
    color: transparent;
    background-position: 50% -100%, center center;
    transition: all .15s linear, line-height 5s linear;
    transform: scale(1.0025);
    box-shadow: 0 1em 3em 0.25em rgb(0 0 0 / 60%);
}

.video-wrapper .video-play-button:before,
.video-wrapper .video-play-button:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(92.56deg, #f4703f 5.07%, #ff5b1f 100%);
    transform-origin: center;
    /* -webkit-animation: pulse-mobile 1500ms ease-out infinite;
    animation: pulse-mobile 1500ms ease-out infinite; */
}


.video-wrapper .video-play-button:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    z-index: -1;
}

.video-wrapper .video-play-button:after {
    opacity: 0.9;
    transition: all 0.3s ease;
    z-index: -2;
}

/**depoimentos**/
/* #carousel-testimonials .carousel-inner {
    border: 1px solid #dee2e6!important;
} */
.item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote p:before {
    content: '\201C';
    font-size: 12rem;
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: .1;
    position: absolute;
    top: -130px;
    left: -30px;
}

.quote p:after {
    content: '\201D';
    font-size: 15rem;
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: .1;
    position: absolute;
    margin-top: -60px;
    float: right;
}

.item {
    display: flex;
    align-items: center;
    justify-content: center;
}

h2 {
    font-size: 2rem;
}

.carousel-item .text-muted {
    margin-top: 1.5rem !important;
    font-size: 1rem;
}

.carousel-item img {
    max-width: 80%;
}

.carousel-item p {
    font-style: italic;
    font-size: 1.2rem;
}

/****/

@-webkit-keyframes pulse-mobile {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes pulse-mobile {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-desktop {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scaleX(1.3) scaleY(1.6);
        opacity: 0;
    }
}

@keyframes pulse-desktop {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scaleX(1.3) scaleY(1.6);
        opacity: 0;
    }
}


/* ANIMATIONS */

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(48, 255, 168, .5);
        box-shadow: 0 0 0 0 rgba(48, 255, 168, .5);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(48, 255, 168, 0);
        box-shadow: 0 0 0 10px rgba(48, 255, 168, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(48, 255, 168, 0);
        box-shadow: 0 0 0 0 rgba(48, 255, 168, 0);
    }
}

@-webkit-keyframes glow {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes glow {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}


/* HELPERS */

.ai-center {
    align-items: center;
}

.fw-normal {
    font-weight: 400;
}

@media (min-width: 1450px) {
    .flex-hero .flexslider {
        width: 100%;
    }

    .flexslider:hover .flex-direction-nav .flex-next {
        right: 2%;
    }

    .flex-direction-nav .flex-next {
        right: 1%;
    }
}

@media (max-width: 1400px) {
    .col-lg-6.mt-5.py-4.content-video {
        max-width: 70%;
        right: -5% !important;
    }
}

@media (max-width: 991px) {
    .section-hero {
        text-align: center;
        min-height: auto;
        padding-bottom: 60px;
    }

    .section-hero hr {
        margin: 40px auto !important;
    }

    .hero-img {
        width: calc(100% + 40px) !important;
        margin: 0 -20px;
    }

    .modal-cta>.card {
        padding: 20px;
        width: 100%;
    }

    .display-4 {
        font-size: 2.5rem;
        margin: 50px 0 20px !important;
    }

    .btn-special,
    .btn-play {
        height: auto !important;
    }

    .hero-wrap .content-video {
        position: relative !important;
        right: 0% !important;
        top: 30px !important;
        margin: 0px auto 30px !important;
    }

    .col-lg-6.mt-5.py-4.content-video {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .section-demo {
        margin-top: 80px;
        padding: 80px 0;
    }

    .section-demo-image {
        text-align: left;
    }

    .section-demo-image img {
        position: absolute;
        right: 80px;
        width: 62%;
        bottom: -80px;
    }
}

@media (max-width: 767px) {
    .overflow-scroll {
        overflow: scroll;
    }

    .overflow-scroll:before {
        content: "â€º";
        font-size: 60px;
        position: absolute;
        right: 3px;
        opacity: 0.4;
        z-index: 99;
        font-weight: 100;
        margin-top: 7%;
    }

    .overflow-scroll:after {
        content: "â€¹";
        font-size: 60px;
        position: absolute;
        left: 3px;
        opacity: 0.4;
        font-weight: 100;
        margin-top: 7%;
    }

    .tile-wrap {
        display: inline-flex;
    }

    .tile {
        min-width: 150px;
    }

    .section-hero img,
    .section-flow img,
    .section-howtoworks img,
    .section-demo img,
    .section-highlights .item img {
        width: 100% !important;
        height: 100% !important;
    }

    .iphone {
        bottom: -22px;
    }
}

@media (max-width: 768px) {
    section.section-highlights .btn {
        margin-bottom: 40px;
    }

    .lead {
        font-size: 1.3rem !important;
    }

    .sh.fixed .sh-logo {
        margin: 0px 0 0 0;
    }

    section.section-marks img {
        position: relative;
        margin: auto;
        margin-bottom: 15px;
        left: 0px;
    }

    .xs-m-50 {
        margin: 50px 0px !important;
    }

    .section-hero2 {
        display: inline-block;
        padding-top: 0px !important;
    }

    .sh .sh-logo svg {
        width: 200px !important;
        margin-left: 30px;
    }

    .sh.fixed .sh-logo svg {
        margin-left: 0px;
    }

    .flex-hero .flexslider {
        width: 100%;
    }

    .info-home a {
        color: #fff;
        text-decoration: none;
        max-width: 120px;
    }

    .text-white.lead {
        padding: 35px 15px 15px 15px !important;
    }

    .section-hero2 .btn {
        margin-bottom: 15px !important;
    }

    .m-p0 {
        padding: 0px !important;
    }

    .m-p15 {
        padding: 15px;
    }

    .flex-hero {
        border-radius: 0px;
    }

    li.flex-nav-prev {
        display: block;
    }

    .flex-direction-nav .flex-next {
        right: 0px;
    }

    .page-home.menu-opened .sh.opened .sh-logo svg {
        margin-left: 0px;
        width: 170px !important;
    }

    .page-home.menu-opened .sh.opened .sh-logo {
        margin-top: 0px;
    }
}

@media (min-width: 768px) {
    .modal-cta .modal-cta-content {
        max-width: 60vw;
        margin: 0;
        text-align: left;
    }

    .modal-cta .modal-cta-content .subtitle {
        font-size: 0.9vw;
    }

    .modal-cta .modal-cta-content .title {
        font-size: 2.7vw;
        line-height: 1.2;
    }

    .modal-cta .modal-cta-content .desc {
        font-size: 1.1vw;
    }

    .modal-cta .modal-cta-content .btn {
        font-size: .9vw;
    }

    .modal-cta .modal-cta-content-info {
        max-width: 50%;
        margin-left: 4vw;
    }
}

@media (max-width: 767px) {
    .carousel-testimonials {
        padding: 0px;
    }
}

@media (min-width: 540px) {
    .video-wrapper .video-play-button svg {
        height: 14px;
    }
}

.video-wrapper .video-play-button span {
    display: none;
    color: #fff;
}

@media (min-width: 540px) {
    .video-wrapper .video-play-button span {
        display: block;
    }
}

@media (min-width: 550px) {

    .video-wrapper .video-play-button:before,
    .video-wrapper .video-play-button:after {
        -webkit-animation-name: pulse-desktop;
        animation-name: pulse-desktop;
    }
}

.sc-discount-container {
    /* background: linear-gradient(to right, #4a51c7, #4472d2); */
    background: #fff;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.sc-discount-container .sc-title-section {
    /* color: #ffffff; */
    padding: 0 20px 24px 20px;
}

.sc-discount-container .sc-notice-label {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-weight: 600;
    opacity: 0.8;
    color: #0275d8;
}

.sc-discount-container .sc-main-title {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.2;
}

.sc-discount-container .sc-cards-container {
    display: flex;
    overflow-x: auto;
    padding: 0 20px;
    gap: 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    scroll-padding: 19px;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin: 0;
}

.sc-discount-container .sc-cards-container::-webkit-scrollbar {
    display: none;
}

.sc-discount-container .sc-discount-card {
    flex: 0 0 auto;
    min-width: 260px;
    width: 260px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    scroll-snap-align: start;
}

.sc-discount-container .sc-card-title {
    /* color: #ffffff; */
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 12px;
}

.sc-discount-container .sc-card-text {
    /* color: rgba(255, 255, 255, 0.8); */
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 1.5;
    flex-grow: 1;
}

.sc-discount-container .sc-view-button {
    background-color: #0275d8;
    border: 1px solid #0275d8;
    color: #fff;
    padding: 8px 0;
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    align-self: flex-start;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.sc-discount-container .sc-view-button:hover {
    background: #0060b3;
    border-color: #0060b3;
    filter: brightness(0.98);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
}

.sc-discount-container .sc-view-button:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0275d8;
    opacity: 0.05;
    z-index: -1;
}

@media (min-width: 968px) {
    .sc-discount-container {
        padding: 20px 0;
        overflow: hidden;
    }

    .sc-discount-container .sc-container {
        overflow: visible;
        width: 100%;
        padding: 0;
        max-width: 1240px;
        margin: 0 auto;
        display: flex;
    }

    .sc-discount-container .sc-title-section {
        width: 25%;
        padding: 24px 20px;
    }

    .sc-discount-container .sc-cards-container {
        flex: 1;
        overflow-x: visible;
        padding: 0;
    }

    .sc-discount-container .sc-discount-card {
        flex: 1;
        width: auto;
    }
}


/* new hero */

.sc-newHero {
    background: radial-gradient(#1c378b, #12286d);
    padding-top: 80px;
    color: white;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 5vw;
    border-bottom-right-radius: 5vw;
}

.sc-newHero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48ZmlsdGVyIGlkPSJub2lzZSI+PGZlVHVyYnVsZW5jZSBiYXNlRnJlcXVlbmN5PSIwLjkiIG51bU9jdGF2ZXM9IjQiIHJlc3VsdD0ibm9pc2UiLz48ZmVDb2xvck1hdHJpeCBpbj0ibm9pc2UiIHR5cGU9InNhdHVyYXRlIiB2YWx1ZXM9IjAiLz48L2ZpbHRlcj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsdGVyPSJ1cmwoI25vaXNlKSIgb3BhY2l0eT0iMC4wMiIvPjwvc3ZnPg==');
    background-size: 80px 80px, 80px 80px, 200px 200px;
    z-index: 1;
}

.sc-newHero > .container {
    position: relative;
    z-index: 2;
}

.sc-newHero__hero {
    display: flex;
    align-items: center;
    min-height: 70vh;
    gap: 60px;
}

.sc-newHero__content {
    flex: 1;
    max-width: 600px;
}

.sc-newHero__title {
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #ffffff;
}

.sc-newHero__title--highlight {
    position: relative;
    color: white;
    display: inline-block;
    padding: 8px;
    margin: 0 4px;
}

.sc-newHero__title--highlight::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-image: url('//cdn2.scriptcase.net/lib/../home/img/new-hero/highlight.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.sc-newHero__subtitle {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 300;
}

.sc-newHero__buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.sc-newHero__button {
    padding: 18px 28px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    min-width: 200px;
    justify-content: flex-start;
    position: relative;
}

.sc-newHero__button::before {
    content: '';
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.sc-newHero__button::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 9px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjQ0NDMgNC4wOUgxLjU1NTQyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTcuMTEwOTYgMC43NTY4M0wxMC40NDQzIDQuMDkwMkw3LjExMDk2IDcuNDIzNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 41px;
    transform: translate(-50%, -50%);
}

.sc-newHero__button--primary {
    background-color: #0275D8;
    color: white;
    box-shadow: 0 4px 20px rgba(2, 117, 216, 0.3);
}

.sc-newHero__button--primary:hover {
    background: hsl(208, 88%, 43%);
    text-decoration: none;
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 8px 30px rgba(2, 117, 216, 0.4);
}

.sc-newHero__button--secondary {
    background: rgba(255, 255, 255, 0.08);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.sc-newHero__button--secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.3);
}

.sc-newHero__features {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
}

.sc-newHero__feature {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sc-newHero__feature::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 11px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEgNS4wNDI4NVY1LjUwMjg1QzEwLjk5OTQgNi41ODEwNSAxMC42NTAyIDcuNjMwMiAxMC4wMDQ2IDguNDkzNzVDOS4zNTkxIDkuMzU3MzUgOC40NTE2NSA5Ljk4OTEgNy40MTc3IDEwLjI5NDhDNi4zODM3IDEwLjYwMDUgNS4yNzg2NSAxMC41NjM4IDQuMjY3MjMgMTAuMTkwMkMzLjI1NTg0IDkuODE2NSAyLjM5MjMyIDkuMTI1OSAxLjgwNTQ4IDguMjIxNEMxLjIxODYzIDcuMzE2OSAwLjkzOTg5NCA2LjI0NjkgMS4wMTA4NCA1LjE3MUMxLjA4MTc4IDQuMDk1MTUgMS40OTg2IDMuMDcxMDMgMi4xOTkxNCAyLjI1MTRDMS44OTk2NyAxLjQzMTc3IDMuODQ2MzkgMC44NjA1NTYgNC44OTgwOSAwLjYyMjkzNkM1Ljk0OTggMC4zODUzMTYgNy4wNTAxNSAwLjQ5NDAzMSA4LjAzNSAwLjkzMjg2MU0xMSAxLjVMNiA2LjUwNUw0LjUgNS4wMDUiIHN0cm9rZT0iIzcyREZERSIgc3Ryb2tlLXdpZHRoPSIwLjc1IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+");
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.sc-newHero__databases {
    margin-top: 30px;
}

.sc-newHero__databases-title {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 12px;
    font-weight: 500;
}

.sc-newHero__databases-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sc-newHero__database {
    background: rgba(0, 212, 255, 0.1);
    color: #00d4ff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid rgba(0, 212, 255, 0.3);
    transition: all 0.3s ease;
}

.sc-newHero__database:hover {
    background: rgba(0, 212, 255, 0.2);
    border-color: rgba(0, 212, 255, 0.5);
}

.sc-newHero__visual {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sc-newHero__macbook {
    width: 600px;
    height: 380px;
    position: relative;
    filter: drop-shadow(0 50px 80px rgba(0, 0, 0, 0.5));
}

.sc-newHero__macbook-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    scale: 1.2;
}

.sc-newHero__screen-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc-newHero__play-button {
    width: 90px;
    height: 90px;
    background: #ff6b35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 15;
    box-shadow: 0 8px 30px rgba(255, 107, 53, 0.4);
}

.sc-newHero__play-button::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid white;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    margin-left: 6px;
    z-index: 2;
    position: relative;
}

.sc-newHero__play-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 107, 53, 0.4);
    animation: pulse 2s infinite;
    z-index: 1;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0.4;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}

.sc-newHero__see-how {
    position: absolute;
    top: -110px;
    right: -60px;
    transform: rotate(15deg);
}

.sc-newHero__stats {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2rem 0;
    margin-top: 0rem;
}

.sc-newHero__stats .row .col:first-child {
    max-width: 280px;
}

.sc-newHero__stat {
    text-align: left;
}

.sc-newHero__stat-label {
    font-size: 1rem;
    margin-top: 5px;
}

.sc-newHero__stat-label span {
    color: rgba(255, 255, 255, 0.8);
}

.sc-newHero__stat-label strong {
    font-weight: 600;
}

.sc-newHero__brands {
    overflow: hidden;
    position: relative;
}

.sc-newHero__brands::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(to right, #172d77  0%, transparent 100%);
    z-index: 2;
    pointer-events: none;
}

.sc-newHero__brands::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(to left, #142a71  0%, transparent 100%);
    z-index: 2;
    pointer-events: none;
}

.sc-newHero__brands-track {
    display: flex;
    animation: marquee 40s linear infinite;
    gap: 80px;
    align-items: center;
}

.sc-newHero__brand {
    flex-shrink: 0;
    opacity: 0.7;
    height: 40px;
    width: auto;
    filter: brightness(0) invert(1);
}

.sc-newHero__brand img {
    height: 80%;
    width: auto;
    object-fit: contain;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 1230px) {
    .sc-newHero__hero {
        flex-direction: column;
        text-align: center;
        gap: 40px;
        margin-top: 5vh;
    }

    .sc-newHero__title {
        font-size: 2.8rem;
    }

    .sc-newHero__buttons {
        flex-direction: column;
        align-items: center;
    }

    .sc-newHero__button {
        width: 100%;
        max-width: 280px;
        justify-content: flex-start;
    }

    .sc-newHero__features,
    .sc-newHero__databases {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .sc-newHero__databases-list {
        justify-content: center;
    }

    .sc-newHero__macbook {
        margin-top: 2rem;
        width: 100%;
        height: 100%;
        scale: 1;
    }

    .sc-newHero__play-button {
        width: 70px;
        height: 70px;
    }

    .sc-newHero__play-button::before {
        border-left: 20px solid #fff;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
    }

    .sc-newHero__see-how {
        display: none;
    }

    .sc-newHero__stats {
        border-top: 0;
        margin-top: 2rem;
        position: relative;
        z-index: -1;
    }

    .sc-newHero__stats .row .col:first-child {
        display: none;
    }
}

@media (max-width: 576px) {
    .sc-newHero {
        padding: 40px 0;
    }

    .sc-newHero__title {
        font-size: 2.2rem;
    }

   

    .sc-newHero__play-button {
        width: 60px;
        height: 60px;
    }

    .sc-newHero__play-button::before {
        border-left: 16px solid #fff;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }
}