/*________ Fonts ___________*/
@import 'DINProFont.css';

/*________ Common ___________*/

html {
    scroll-behavior: smooth;
}

body {
    background-color: #161625;
    background: linear-gradient(210.95deg, #10101B 0%, #1E1E32 100%);
    color: #FFFFFF;
    font-family: 'DIN Pro';
    font-size: 16px;
    line-height: 24px;
}

.main.container {
    padding-bottom: 108px;
    padding-top: 162px;
}

.btn {
    border-radius: 24px;
    height: 48px;
    width: 192px;
}

.btn:hover {
    filter: grayscale(20%);
}

.btn:focus,
.btn.focus {
    box-shadow: none;
    border: 1px solid #F1F1F1;
}

.btn-submit {
    background-color: #F4303E;
    color: #FFFFFF;
    font-size: 16px;
}

.btn-submit:hover {
    color: #FFFFFF;
}

.link {
    color: #F4303E;
}

.link:hover {
    color: #F4303E;
}

.show-desktop,
.show-mobile {
    display: none;
}

.section__title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 56px;
}

h1.section__title {
    font-size: 48px;
    margin-bottom: 16px;
}

.section {
    padding-top: 75px;
}

/*________ slick carrousel ___________*/

.slick-dots {
    margin-top: 24px;
}

.slick-dots li button:before {
    color: #FFFFFF;
    font-size: 10px;
    opacity: .4;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FFFFFF;
}

/*________ navbar ___________*/

.navbar {
    background-color: #12121F;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
}

.navbar-toggler {
    padding-left: 0;
}

.navbar-dark .navbar-toggler {
    border: none;
}

.navbar-dark .navbar-toggler:focus {
    outline: none;
}

.navbar .navbar-nav .nav-link {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
}

.navbar .navbar-nav .nav-link:hover {
    color: #FFFFFF;
}

.navbar-nav > .nav-item.btn {
    background-color: #FFFFFF;
    border-radius: 20px;
    color: #131321;
    font-size: 18px;
    font-weight: 500;
    padding: 5px;
    height: 40px;
    width: 133px;
}

.navbar-nav > .nav-item.btn .link {
    color: #131321;
    line-height: 28px;
}

.navbar-nav > .nav-item.btn .link:hover {
    color: #131321;
    text-decoration: none;
}

/*________ box ___________*/

.box__title,
.box__subtitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.box__subtitle {
    font-size: 16px;
}

.box__image {
    border-radius: 6px;
    margin-bottom: 32px;
    text-align: center;
}

.box__icon {
    margin-bottom: 13px;
    height: 47px;
    margin-left: auto;
    margin-right: auto;
}

.box__description {
    font-weight: 300;
}

/*________ kaiman section ___________*/

.kaiman__description {
    max-width: 880px;
    margin: 0 auto 40px;
}

#kaiman .kaiman__toolbar {
    display: flex;
    align-items: center;
    border: 1px solid #FFFFFF;
    height: 76px;
    margin-bottom: 74px;
    margin-top: 52px;
}

#kaiman .kaiman__toolbar > .tab-trigger {
    display: inline-block;
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    padding: 25px 15px;
    width: 50%;
}

#kaiman .kaiman__toolbar > .tab-trigger:hover {
    text-decoration: none;
}

#kaiman .kaiman__toolbar > .tab-trigger.active {
    position: relative;
}

#kaiman .kaiman__toolbar > .tab-trigger.active:after {
    content: '';
    border: 8px solid transparent;
    border-bottom-color: rgba(255,255,255,0.8);
    position: absolute;
    left: calc(50% - 8px);
    bottom: 0;
}

#kaiman .services .box,
#kaiman .services .slick-dots {
    opacity: 0;
    position: absolute;
    left: -2000px;
    transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -webkit-transition: opacity 1.5s ease-in-out;
}

#kaiman .services.active .box,
#kaiman .services.active .slick-dots {
    position: static;
    opacity: 1;
}

#kaiman  .slick-dotted.slick-slider {
    margin-bottom: 0;
}

#kaiman .services .box__description {
    max-width: 278px;
    margin: 0 auto;
}

/*________ performance section ___________*/

.performance-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#performance .box {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

#performance .box__title {
    line-height: 34px;
}

#performance .box__description {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}

.performance-bottom {
    background-color: rgba(0,0,0,0.26);
    margin-top: 45px;
    padding: 35px 65px;
    border-radius: 5px;
    width: calc(50% - 14px);
}

.performance-bottom__info {
    margin-left: 51px;
}

.performance-bottom__title {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.performance-bottom__subtitle {
    font-size: 12px;
    line-height: 28px;
}

.performance-bottom__description {
    font-weight: normal;
    line-height: 28px;
}

/*________ differences section ___________*/

#differences {
    margin-top: 42px;
}

#differences .box {
    margin: 52px 0;
}

#differences .section__title {
    margin-bottom: 30px;
}

#differences .box__description {
    max-width: 350px;
    margin: 0 auto;
}

/*________ success section ___________*/

#success-slider {
    margin-bottom: 72px;
}

#success-slider .item-info,
#success-slider .item-image {
    width: 50%;
    height: 540px;
}

#success-slider .item-info {
    color: #000000;
    background-color: #FFFFFF;
    padding: 30px 96px;
}

#success-slider .item-info .box__title {
    margin-bottom: 16px;
}

#success-slider .item-image {
    background-color: #F1F1F1;
    padding: 30px;
}

#success-slider .item-logo {
    margin-bottom: 32px;
}

#success-slider ul.box__description {
    padding-left: 20px;
}

.carousel-indicators {
    bottom: -60px;
}

.carousel-indicators li {
    border-radius: 50%;
    margin-right: 8px;
    margin-left: 8px;
    opacity: 0.4;
    height: 8px;
    width: 8px;
}

/*________ clients section ___________*/

#clients {
    margin-bottom: 30px;
}

/*________ contact section ___________*/

form {
    max-width: 748px;
    margin: 0 auto;
}

input[type="text"],
input[type="email"],
textarea {
    border: 1px solid #F1F1F1;
    background-color: transparent;
    color: #FFFFFF;
    margin-bottom: 16px;
    padding: 11px 24px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 2px solid #F1F1F1;
    border-radius: 0;
    outline: none;
}

input.error {
    border-color: #F4303E;
}

.form-result {
    margin-top: 20px;
}

input:-webkit-autofill {
    background: transparent !important;
}

::-webkit-input-placeholder {
    color: #FFFFFF;
}

form > .alert {
    display: none;
    margin-bottom: 0;
}

form > .alert.show {
    display: block;
}

#hidden-contact {
    position: fixed;
    top: 150px;
    right: -362px;
    transition: right 0.3s linear;
    -moz-transition: right 0.3s linear;
    -webkit-transition: right 0.3s linear;
    z-index: 50;
}

#hidden-contact.open {
    right: 10px;
}

#hidden-contact .action {
    text-align: center;
}

#hidden-contact .tab-contact {
    background-color: #FFFFFF;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    padding: 22px 18px;
    position: relative;
    top: -32px;
}

#hidden-contact .tab-contact > img {
    width: 27px;
}

#hidden-contact .contact-wrapper .title {
    font-size: 21px;
    margin-bottom: 24px;
    text-align: center;
    clear: right;
}

#hidden-contact .contact-wrapper {
    background-color: #1A1A2A;
    border-radius: 5px;
    padding: 47px;
    max-width: 360px;
}

#close-contact {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 5px;
    margin-bottom: 40px;
}

#close-contact > img{
    width: 19px;
}

/*________ footer ___________*/

.footer {
    border-top: 1px solid #F1F1F1;
}

.footer__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 88px;
    padding: 20px;
}

/*_______________ DESKTOP / TABLET ________________________*/

@media (min-width: 992px) {

    body {
        background: url("../images/landing/bg-circles.png") center top no-repeat, linear-gradient(210.95deg, #10101B 0%, #1E1E32 100%);
    }

    .navbar-nav {
        align-items: center;
        justify-content: space-between;
        margin-left: 5%;
        width: 100%;
    }

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

    .navbar-nav .nav-link.active:before {
        content: '';
        background-color: #F4303E;
        border-radius: 50%;
        position: absolute;
        top: -40px;
        left: 50%;
        height: 1px;
        width: 1px;
        -webkit-box-shadow: 0 0 28px 30px rgba(244,48,62,1);
        -moz-box-shadow: 0 0 28px 30px rgba(244,48,62,1);
        box-shadow: 0 0 28px 30px rgba(244,48,62,1);
    }

    .navbar-nav .nav-link.active:after {
        content: '';
        background-color: #F4303E;
        border-radius: 50%;
        position: absolute;
        bottom: -8px;
        left: calc(50% - 3.5px);
        height: 7px;
        width: 7px;
    }

    .performance-bottom {
        height: 246px;
    }

    #close-contact {
        display: none;
    }

    .show-desktop {
        display: block;
    }
}


/*_______________ MOBILE ________________________*/

@media (max-width: 991px) {

    body {
        font-size: 14px;
    }

    .main.container {
        padding-bottom: 50px;
        padding-top: 60px;
    }

    .navbar {
        height: 58px;
    }

    .navbar-nav {
        background-color: #1d1d30;
        margin-top: 10px;
        padding: 16px 16px 24px;
    }

    .navbar-nav > .nav-item.btn {
        margin-top: 10px;
    }

    .navbar-nav .nav-link.active{
        border-bottom: 1px solid #F4303E;
        display: inline-block;
    }

    .navbar > .container {
        justify-content: flex-start;
    }

    .navbar .navbar-brand {
        margin-left: 41px;
    }
    .main.container {
        margin-bottom: 50px;
    }

    .section {
        padding-top: 56px;
    }

    .section__title {
        font-size: 28px;
        margin-bottom: 46px;
    }

    h1.section__title {
        font-size: 32px;
    }

    .show-mobile {
        display: block;
    }

    .box {
        margin-bottom: 40px;
    }

    .box:last-child {
        margin-bottom: 0;
    }

    #kaiman .kaiman__toolbar {
        margin-bottom: 45px;
        margin-top: 38px;
    }

    #kaiman .kaiman__toolbar > .tab-trigger {
        font-size: 18px;
    }

    .performance-bottom {
        flex-direction: column;
        margin: 24px auto 0;
        max-width: 480px;
        padding: 24px;
    }

    .performance-bottom__info {
        margin-left: 0;
    }

    .services > .box:last-child {
        margin-bottom: 0;
    }

    #differences .box {
        margin: 20px 0;
    }

    .performance-bottom-wrapper {
        flex-wrap: wrap;
    }

    /*________ success section ___________*/

    .performance-bottom,
    #success-slider .item-info,
    #success-slider .item-image {
        width: 100%;
        height: initial;
    }

    #success-slider .item-image > img {
        height: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    #success-slider .item-content {
        flex-direction: column;
    }

    #success-slider .item-info {
        height: 449px;
        padding: 16px;
    }

    /*________ contact section ___________*/

    #hidden-contact {
        top: 58px;
        right: -100%;
        width: 100%;
    }

    #hidden-contact.open {
        right: 0;
    }

    #hidden-contact .tab-contact {
        border-radius: 50%;
        height: 51px;
        right: 16px;
        padding: 12px;
        position: fixed;
        right: 24px;
        top: 80%;
        -webkit-box-shadow: 0 0 6px 0 rgba(30,30,30,0.3);
        -moz-box-shadow: 0 0 6px 0 rgba(30,30,30,0.3);
        box-shadow: 0 0 6px 0 rgba(30,30,30,0.3);
        width: 51px;
        z-index: -1;
    }

    #hidden-contact .contact-wrapper {
        padding: 32px 24px;
        height: 100vh;
        max-width: 100%;
        width: 100%;
    }

    #hidden-contact form {
        max-width: 360px;
    }

    /*________ footer section ___________*/

    .footer__content {
        flex-direction: column;
        height: initial;
        text-align: center;
    }

    .footer__logo {
        margin-bottom: 21px;
    }
}
