.home-title {
    /* padding: 30px 30px 100px 30px; */
    padding: 40px 30px 80px 30px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
            linear-gradient(127deg, rgba(88, 143, 88, 0.8), rgba(0,255,0,0) 70.71%),
            linear-gradient(180deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%);
}

.home-title h2 {
    font-size: 1.42rem;
    margin-top: 10px;
}

.tools-box {
    margin: 0 15px;
    display: flex;
    justify-content: center;
    position: relative;
    top: -40px;
}

.tools {
    display: flex;
    flex-wrap: wrap;
    max-width: 1440px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}

.tools-item {
    transition: all .5s ease-out;
    cursor: pointer;
    flex: 0 0 50%;
    padding: 20px;
    overflow: hidden;
    text-align: left;
    border-right: 1px solid #f6f6f8;
    border-bottom: 1px solid #f6f6f8;
}

@media (min-width: 576px) {
    .tools-item {
        flex: 0 0 50%;
    }
}

@media (min-width: 768px) {
    .tools-item {
        flex: 0 0 33.333%;
    }
}

@media (min-width: 992px) {
    .tools-item {
        flex: 0 0 25%;
    }
}

@media (min-width: 1200px) {
    .tools-item {
        flex: 0 0 20%;
    }
}

.tools-item a {
    color: #000000;
    text-decoration: none;
}

.tools-item:hover {
    background-color: #eeeeee;
}

.tools-item h3 {
    font-size: 1.28571rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.tools-item p {
    font-size: 0.92rem;
}

.tools-item-icon {
    margin-bottom: 10px;
}

.plan-list {
    margin: 40px 0 20px 0;
}

.plan-list .btn-group {
    -webkit-box-shadow: 0 1px 15px 1px rgb(69 65 78 / 8%);
    box-shadow: 0 1px 15px 1px rgb(69 65 78 / 8%);
}

.plan-list .btn {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    width: 100px;
    position: relative;
}

.plan-list .btn.active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.plan-list .btn .sale {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #d83737;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-item ul {
    padding: 0;
}

.pricing {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 0 auto;
    justify-content: center;
}

.price-item {
    flex: 0 0 100%;
    text-align: left;
}

.price-item.dark {
    color: #ffffff;
}

@media (min-width: 768px) {
    .price-item {
        flex: 0 0 50%;
    }
}

@media (min-width: 992px) {
    .price-item {
        flex: 0 0 33.33%;
    }
}

.price-item .box {
    -webkit-box-shadow: 0 1px 15px 1px rgb(69 65 78 / 8%);
    box-shadow: 0 1px 15px 1px rgb(69 65 78 / 8%);
    background-color: #fff;
    padding: 20px;
    margin: 20px;
    border-radius: 5px;
}

.price-item.dark .box {
    background-color: #515151;
}

.price-item.dark .price-buy .btn-primary {
    background-color: #ffb400;
    border-color: #ffb400;
    color: #000000;
}

.price-item.dark .price-buy .btn-primary:hover {
    background-color: #e29f03;
    border-color: #e29f03;
}

.price-item.unlimited .box {
    background-color: #eaf0ff;
}

.price-item.unlimited .price-title {
    border-bottom: 1px solid #c9d4ff;
}

.price-item.unlimited .price-buy .btn-primary {
    background-color: #6366f1;
    border-color: #6366f1;
}

.price-item.unlimited .price-buy .btn-primary:hover {
    background-color: #5356d8;
    border-color: #5356d8;
}

.price-title {
    border-bottom: 1px solid #d8d7d7;
}

.price-item.dark .price-title {
    border-bottom: 1px solid #686767;
}

.price-title h3 {
    font-weight: 600;
}

.price-money {
    font-size: 1.3rem;
    margin: 10px 0 5px 0;
}

.price-money span {
    font-size: 2rem;
    font-weight: 600;
}

.price-money-yearly {
    height: 60px;
    visibility: hidden;
}

.price-item.yearly .price-money-yearly {
    visibility: visible !important;
}

.price-buy {
    margin-bottom: 15px;
}

.price-buy a {
    width: 70%;
}

.features-title {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.features-list li {
    list-style-type: none;
    margin: 10px 0;
}

.features-list li:before {
    content: url(../images/ok.svg);
    position: relative;
    top: 5px;
    margin-right: 6px;
}

.features-list li.no:before {
    content: url(../images/no.svg);
    position: relative;
    top: 5px;
    margin-right: 6px;
}
