/*
Theme Name: Taskier Theme
Theme URI: https://taskier.io/
Author: Bueno Networks
Author URI: https://www.buenonetworks.com.br
Description: Tema para o site institucional do Taskier
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 8.2
Version: 0.0.1
License: Proprietary
License URI: http://taskier.io
Text Domain: taskier
Tags: site
*/

body {
    font-family: "Gilroy", Sans-serif;
    margin: 0;
    padding: 0;
}

.bgd {
    background-color: #030106;
}

nav,
.navbar {
    background-color: #0B0416;
    position: fixed;
    width: 100%;
    transition: background-color 0.3s ease;
    z-index: 1;
}

.nav-item {
    margin-right: 40px;
}

.nav-link {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 24px;
    color: #fff;
}

.nav-link:hover {
    color: #9D5CFA;
}

.cta-button {
    background-color: #00bcd4;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.btn-personalize {
    font-size: 12px;
    font-weight: 600;
    border-style: solid;
    border-radius: 49.65px;
    padding: 10px 45px;
    color: #fff;
    transition: background 0.3s ease, color 0.3s ease;
    background: linear-gradient(279.28deg, #3b16708f 40.19%, #957acb42 109.73%);
}

/* .btn-personalize:hover,
.btn-personalize-1,
.btn-personalize-2,
.btn-personalize-3 {
    background: linear-gradient(279.28deg, #3b16708f 40.19%, #957acb42 109.73%);
    color: white;
} */

.btn-personalize-1 {
    font-size: 12px;
    font-weight: 600;
    border-width: 2px;
    border-style: solid;
    border-color: #3b16708f;
    border-radius: 49.65px;
    padding: 10px 60px;
    color: #fff;
    transition: background 0.3s ease, color 0.3s ease;
    background: transparent;
}

.btn-personalize-2 {
    font-size: 12px;
    font-weight: 600;
    border-style: none;
    border-radius: 49.65px;
    width: 100%;
    color: #fff;
    transition: background 0.3s ease, color 0.3s ease;
    background: linear-gradient(279.28deg, #3b1670e6 40.19%, #957acb42 109.73%);
    padding: 10px 35px;
}

.btn-personalize-3 {
    font-size: 14px;
    font-weight: 600;
    border-style: none;
    border-radius: 49.65px;
    width: 150px;
    height: 50px;
    color: #fff;
    transition: background 0.3s ease, color 0.3s ease;
    background: linear-gradient(279.28deg, #3b1670e6 40.19%, #957acb42 109.73%);
}

.landing-page-content {
    background-image: url('./assets/img/background-width.webp');
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#content{
    background-image: url('./assets/img/background-height.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.landing-page-content-4 {
    background-image: url('./assets/img/background-height.webp');
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.landing-page-content-2{
    background-image: url('./assets/img/background-03.png');
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.landing-page-content-3 {
    background-color: #fff;
    min-height: 100vh;
}

.title {
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    line-height: 50px;
}

.title-1 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
}

.title-2 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 50px;
}

.title-taskier {
    color: #000;
    font-size: 46px;
    font-weight: 600;
    line-height: 50px;
}

.sub-title-taskier {
    color: #7B5DB0;
    font-size: 46px;
    font-size: 46px;
    font-weight: 600;
    line-height: 50px;
}

.sub-title-taskier-2 {
    color: #000;
}

.sub-title {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    opacity: 70%;
}

.sub-title-1 {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    opacity: 70%;
}

.sub-title-2 {
    color: #000;
    font-size: 20px;
    font-weight: 300;
}

.strong-max {
    font-weight: bold;
}

.counter-container {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    margin: 40px 0;
}

.counter {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
}

.sub-title-count {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    opacity: 60%;
    font-weight: 500;
}

.count-number {
    display: block;
    font-size: 1.5em;
    margin-bottom: 5px;
    font-weight: 500;
}

@keyframes count {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.counter.animated {
    animation: count 1s ease-in-out;
}

.padding-page {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-page-top {
    padding: 60px 0px 0px 0px;
    display: flex;
    align-items: center;
}

.padding-page-bottom {
    padding: 0px 0px 60px 0px;
}

.title-taskier-dark {
    color: #000;
}

.plan-card {
    border: 1px solid #7E60B3;
    background: #00000038;
    padding: 0px 30px 30px !important;
    margin-bottom: 20px;
    border-radius: 8px;

}

.max-font-premium {
    font-size: 50px !important;
}

.most-popular-tag {
    background: #301D58;
    color: #fff;
    padding: 5px;
    width: 145px;
    margin-top: -35px;
    border-radius: 5px;
}

div.menu ul {
    list-style: none;
    padding: 0;
}

div.menu ul li a:hover {
    color: #9D5CFA;
}

.cards-mg-bottom {
    margin-bottom: -20px;
}

#contact_form {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

form#contactForm label {
    color: #3B1670;
    font-weight: bold;
}

form#contactForm input[type="text"],
form#contactForm input[type="email"],
form#contactForm input[type="file"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

form#contactForm button[type="submit"] {
    background-color: #3B1670;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

form#contactForm input[type="submit"]:hover {
    background-color: #957ACB;
}

.history-tl-container {
    margin: auto;
    display: block;
    position: relative;
}

.history-tl-container ul.tl {
    margin: 20px 0;
    display: inline-block;
}

.history-tl-container ul.tl li {
    list-style: none;
    min-height: 50px;
    border-left: 1.9px dashed #957ACB;
    padding: 0 0 50px 30px;
    position: relative;
}

.history-tl-container ul.tl li:last-child {
    border-left: 0;
}

.history-tl-container ul.tl li::before {
    position: absolute;
    left: -15px;
    top: -5px;
    content: " ";
    border: 10px solid #3B1670;
    border-radius: 500%;
    background: #fff;
    height: 30px;
    width: 30px;
    transition: all 500ms ease-in-out;

}

.history-tl-container ul.tl li:hover::before {
    border-color: #957ACB;
    transition: all 1000ms ease-in-out;
}

ul.tl li .item-detail {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

ul.tl li .timestamp {
    color: #8D8D8D;
    position: absolute;
    width: 100px;
    left: -50%;
    text-align: right;
    font-size: 12px;
}

.display-content {
    display: contents;
    justify-content: center;
}

.padding-page-top-bottom {
    padding: 40px 0;
}

a.mt-2.d-block, a.mt-4.d-block {
    color: #000;
    text-decoration: none;
}

.title-plans {
    text-align: center;
    color: white;
    font-weight: 600;
}

.sub-title-plans {
    text-align: center;
    color: white;
    font-weight: 100;
    padding: 0px 60px;
    opacity: 70%;
}

h4.title_plans {
    padding: 20px 20px;
    color: white;
    font-weight: 700;
}

.title_plans_card {
    padding: 30px 75px;
    text-align: center;
    height: 240px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.premium-title {
    background-color: #080312;
}

.title_plans_color {
    color: white;
}

.title_plans_color_1 {
    text-align: center;
    color: white;
    font-weight: 100;
    padding: 0px 60px;
}

.menu{
    display: flex;
    align-items: center;
}

.nav-item.d-flex a {
    text-decoration: none;
    color: white;
    align-self: center;
    text-transform: uppercase;
    margin-bottom: -1px;
    font-size: 14px;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

h1.entry-title {
    color: white;
    font-weight: 600;
}

.border-radius-top-premium {
    border-radius: 13.34px 13.34px 8px 8px;
    contain-intrinsic-block-size: auto 100px;
    border-top-width: thick;
}

.btn-teste {
    border: none;
    padding: 10px 15px;
    border-radius: 10px;
    background: #f77f00;
    color: white;
    font-weight: bolder;
}

#myAlert {
    visibility: hidden;
    position: fixed;
    color: white;
    border-radius: 10px;
    bottom: 120px;
    right: 0;
    transform: translate(-15px, 15px);
    background: #d62828;
    border-radius: 10px;
    overflow: hidden
}

.myAlert-text-icon {
    align-items: stretch;
    box-shadow: 0 1px 1px rgb(10 10 10 / 10%);
    display: flex;
    max-width: 350px;
    text-align: center;
}

.myAlert-message {
    align-items: center;
    display: flex;
    flex-grow: 1;
    font-weight: 700;
    padding: 15px 25px;
}

.close {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    color: white;
    font-family: inherit;
    font-size: 1em;
    margin: 0;
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0.75rem 1rem;

}

#myAlert.show {
    visibility: visible;
}


#myAlert.show {
    animation: show 0.5s forwards;
}

@keyframes show {
    0% {
        transform: translate(-15px, 15px) scale(0);
    }

    50% {
        transform: translate(-15px, 15px) scale(1.2);
    }

    70% {
        transform: translate(-15px, 15px) scale(0.9);
    }

    100% {
        transform: translate(-15px, 15px) scale(1);
    }
}

#myAlertBar {
    height: 2px;
    background-color: #ddd;
    color: white;
}

#myAlertProgress {
    background-color: transparent;
    width: 100%
}

i.bx.bx-x, i.bx.bx-check {
    text-transform: uppercase;
    font-weight: 800;
    font-style: normal;
}