.form-group {
    margin-bottom: .7em;
}

html, body {
    font-family: 'Open Sans','Arial',sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    scroll-behavior: smooth;
}



header .navbar {
    padding: 15px 0px;

    .navbar-nav {
        align-items: center;

        .nav-item .nav-link {
            font-size: 15px;
            color: #0A0002;
            transition: all 300ms ease 0ms;
            margin: 0px 10px;
        }

        .nav-item .nav-link:hover {
            color: #53007A;
        }

        .nav-item.login {
            > .nav-link {
                color: #fff;
                border-width: 0px !important;
                border-color: #53007A !important;
                border-radius: 25px;
                background-color: #53007A;
                transition: all 300ms ease 0ms;
                padding: 5px 15px;
            }
        }
    }
}

.hero {
    position: relative;
    margin-bottom: 20px;
    .bg {
        width: 100%;
        > * {
            object-fit: cover;
            width: 100%;
            height: 80vh;
        }
    }
}

.hero .text {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    width: 100%;
    height: 100%;

    h1 {
        font-size: 61px;
        color: #FFF;
        font-weight: 600;
        text-shadow: 0em 0.1em 0.1em #53007A;
    }

    h2 {
        font-size: 45px;
        color: #FFF;
        font-weight: 800;
        text-shadow: 0em 0.1em 0.1em #53007A;
    }

    h3 {
        font-size: 45px;
        color: #FFF;
        font-weight: 600;
        text-shadow: 0em 0.1em 0.1em #53007A;
    }
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #E0A000;
    border-width: 0px !important;
    border-color: #E0A000 !important;
    border-radius: 25px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600 !important;
    padding: 0.3em 1em !important;
    background-color: #53007A;
    transition: all 300ms ease 0ms;
    text-decoration: none;
}
.btn-primary:hover {
    filter: brightness(146%);
}
.btn-light, .btn-light:hover, .btn-light:active, .btn-light:focus {
    border-radius: 25px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600 !important;
    padding: 0.3em 1em !important;
    transition: all 300ms ease 0ms;
    text-decoration: none;
}
.btn-light:hover {
    filter: brightness(80%);
}
.bg-primary {
    background-color: #53007A !important;
    color: #fff;
}
.modal {
    .btn-primary {
        font-size: 15px;
        color: #fff !important;
        border-color: #53007A !important;
        padding: 5px 15px;
    }
}
.loginModalStorageBtn {
    font-size: 14px;
}

.content {
    h2 {
        font-weight: 600;
        font-size: 51px;
        color: #848484 !important;
        line-height: 1.2em;
        text-align: center;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .with-videos iframe {
        width: 100%;
        height: 35vh;
    }
    .list-pipe {
        margin: 25px 0px;
        padding-left: 0;
        li {
            list-style-type: none;
            margin-bottom: 35px;

            h3 {
                font-weight: 500;
                padding-bottom: 10px;
                line-height: 1em;
                font-size: 18px;
                word-wrap: break-word;
            }
        }
        li::before {
            font-family: "Font Awesome 5 Pro";
            font-weight:900;
            content:"\f058";
            color: #81BA50;
            font-size: 65px;
            float: left;
            margin-right: 20px;
        }
    }
    .video {
        height: 50vh;
    }
}

.collection {
    > div {
        border-radius: 10px 10px 10px 10px;
        overflow: hidden;
        border-width: 9px;
        border-color: #FFFFFF;
        box-shadow: -6px -6px 6px -6px rgba(0, 0, 0, 0.3);
        transition: box-shadow 300ms ease 0ms, filter 300ms ease 0ms;  
        padding: 30px;
        text-align: justify;
        
        h3 {
            font-size: 25px;
            color: #0e0c19;
            line-height: 1.4em;
            text-align: center;
            margin-bottom: 15px;
            font-weight: 500;
        }
    }
    > div.highlight {
        background-color: #53007A;
        border-color: #53007A;
        color: #fff;

        h3 {
            color: #ff9900;
        }
    }
}

.bg-grey {
    background-color: #232323;
    padding: 54px 0px;
    
    .text {
        color: #ffcc00;
        font-size: 30px;
        line-height: 1.5em;
        font-weight: 500;
        text-align: center;
    }
}

.icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
    flex-wrap: wrap;
    gap: 25px;

    > * {
        margin: 25px;
        font-size: 50px;
        color: #53007A;
        transition: all 300ms ease 0ms;
    }
    img {
        max-height: 120px;
    }
}

.contact {
    padding: 54px 0px;
    text-align: center;
    background: rgb(35 35 35 / 10%);

    textarea {
        height: 120px;
    }
}

footer {
    text-align: justify;
    padding-bottom: 5px !important;

    .row > div {
        border-right: 1px solid #66666652;
    }
    .row > div:last-child {
        border-right: none;
    }

    h3 {
        text-align: center;
        i {
            color: #ffcc00;
            margin-bottom: 25px;
        }
    }
    a {
        color: #666;
        text-decoration: none;
    }
    a:hover {
        color: #fff;
    }
}

body.sub {
    margin-top: 70px;
    header .navbar {
        background-color: #53007A !important;
        .container {
            max-width: none;
            
            .navbar-brand, .nav-link {
                color: #FFF !important;
            }
        }
    }
    .content {
        padding: 30px 0px;
    }
}

.wizard {
    min-height: 100vh;
    background: #53007A;

    .text {
        padding: 25px;
    }
    .right {
        background: #fff;
        min-height: 100vh;

        .steps {
            display: inline-flex;
            position: relative;
            justify-content: center;
            align-items: center;
            gap: 25px;
            margin: 15px 0px 25px 0px;
            background: linear-gradient(to right, #BA66FE 0%, #63E2FF 100%);

            .step {
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 5px;

                .step-number {
                    background: linear-gradient(to bottom, #FDFF7E 0%, #6ff8a5 100%);
                    color: #53007A;
                    border-radius: 50%;
                    width: 50px;
                    height: 50px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 20px;
                    font-weight: 600;
                    transform: scale(1.8);
                }
                .step-title {
                    font-size: 16px;
                    font-weight: 600;
                    color: #FFF;
                    margin-left: 35px;
                }
            }
            .step:nth-child(2) .step-number {
                background: linear-gradient(to bottom, #FFFFFF 0%, #ebebeb 100%);
            }    
            .step:nth-child(3) .step-number {
                background: linear-gradient(to bottom, #FD5127 0%, #953cf9 100%);
            }            
        }
        .steps::after {
            content: ' ';
            position: absolute;
            right: -20px;
            top: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 30px 0 30px 20px;
            border-color: transparent transparent transparent #63e2ff;
        }

        .cards {
            .col-lg-4:nth-child(1) .card-header {
                background: linear-gradient(to bottom, #FDFF7E 0%, #6ff8a5 100%);
            }
            .col-lg-4:nth-child(2) .card-header {
                background: linear-gradient(to bottom, #FFFFFF 0%, #ebebeb 100%);
            }
            .col-lg-4:nth-child(3) .card-header {
                background: linear-gradient(to bottom, #FD5127 0%, #953cf9 100%);
                color: #FFF;
            }

            .card {
                font-size: 17px;

                .card-header h3 {
                    margin-bottom: 0;
                }

                .card-title {
                    margin-bottom: 0;
                    display: flex;
                    align-items: center;
                    background: #53007A;

                    button:first-child {
                        display: flex;
                        align-items: center;
                        width: 100%;
                        background: #53007A;
                        border: 0;
                        color: #FFF;
                        gap: 10px;

                        .icon::before {
                            content: "\f146";
                            font-family: "Font Awesome 5 Pro";
                            -webkit-font-smoothing: antialiased;
                            font-weight: 900;
                        }

                    }
                    button.collapsed .icon::before {
                        content: "\f0fe";
                    }
                    .modal-btn {
                        white-space: nowrap;
                        border-radius: 0;
                    }
                }
            }
        }
    }
}

@media (max-width: 991px) {
    header .navbar {
        .navbar-nav {
            .nav-item .nav-link {
                font-size: 13px;
            }
            .nav-item.login > .nav-link {
                padding: 5px 10px;
            }
        }
    }

    .hero .text {
        h1 {
            font-size: 40px;
        }
        h2 {
            font-size: 30px;
        }
        h3 {
            font-size: 30px;
        }
        .images img {
            height: 10vh;
        }

    }

    .content {
        h2 {
            font-size: 30px;
        }
        .list-pipe li h3 {
            font-size: 16px;
        }
    }

    .collection > div {
        h3 {
            font-size: 20px;
        }
    }

    .bg-grey .text {
        font-size: 25px;
    }

    .icons {
        gap: 15px;
        > * {
            margin: 15px;
        }
    }
}