.section-title {
    position: relative;
}

.section-title h2 {
    color: #1d2025;
    position: relative;
    margin: 0;
    font-size: 24px;
}

@media (min-width: 768px) {
    .section-title h2 {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    .section-title h2 {
        font-size: 34px;
    }
}

.section-title.title-ex1 h2 {
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .section-title.title-ex1 h2 {
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .section-title.title-ex1 h2 {
        padding-bottom: 40px;
    }
}

.section-title.title-ex1 h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 110px;
    height: 1px;
    background-color: #d6dbe2;
}

@media (min-width: 768px) {
    .section-title.title-ex1 h2:before {
        bottom: 17px;
    }
}

@media (min-width: 992px) {
    .section-title.title-ex1 h2:before {
        bottom: 25px;
    }
}

.section-title.title-ex1 h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 40px;
    height: 1px;
    background-color: #0cc652;
}

@media (min-width: 768px) {
    .section-title.title-ex1 h2:after {
        bottom: 17px;
    }

    .tt {
        font-weight: 200;
        font-size: 60px;
    }

    .tt1 {
        font-size: 40px;
        font-weight: 100
    }

    .tt2 {
        font-size: 20px;
        font-weight: 100
    }
}

@media (max-width: 767px) {
    .tt {
        font-weight: 200;
        font-size: 30px;
    }

    .tt1 {
        font-size: 20px;
        font-weight: 100
    }

    .tt2 {
        font-size: 10px;
        font-weight: 100
    }

    .scale {
        transform: scale(0.5);
    }

    .andi {
        display: none;
    }
}

@media (min-width: 992px) {
    .section-title.title-ex1 h2:after {
        bottom: 25px;
    }
}

.section-title.title-ex1.text-center h2:before {
    left: 50%;
    transform: translateX(-50%);
}

.section-title.title-ex1.text-center h2:after {
    left: 50%;
    transform: translateX(-50%);
}

.section-title.title-ex1.text-right h2:before {
    left: auto;
    right: 0;
}

.section-title.title-ex1.text-right h2:after {
    left: auto;
    right: 0;
}

.section-title.title-ex1 p {
    font-family: "Montserrat", sans-serif;
    color: #8b8e93;
    font-size: 14px;
    font-weight: 300;
}


.price-card {
    background: #f5f5f6;
    padding: 40px 35px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.price-card:before {
    position: absolute;
    content: "";
    top: 0;
    right: -35px;
    width: 88px;
    height: 88px;
    background: #0cc652;
    opacity: 0.2;
    border-radius: 8px;
    transform: rotate(45deg);
}

.price-card:after {
    position: absolute;
    content: "";
    top: 30px;
    right: -35px;
    width: 88px;
    height: 88px;
    background: #0cc652;
    opacity: 0.2;
    border-radius: 8px;
    transform: rotate(45deg);
}

.price-card h2 {
    font-size: 26px;
    font-weight: 600;
}

.price-card .btn {
    font-size: 11px;
    border-radius: 100px;
    padding: 0 25px;
    border: 0;
    color: #fff;
    float: right;
}

.price-card .btn.btn-primary {
    border: 0 !important;
}

.price-card.featured {
    background: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.price-card:hover .btn {
    background: #0cc652;
    border-color: #0cc652;
}

p.price span {
    display: inline-block;
    padding: 45px 15px 50px;
    padding-right: 0;
    font-size: 50px;
    font-weight: 600;
    color: #0cc652;
    position: relative;
}

p.price span:before {
    position: absolute;
    content: "";
    font-size: 16px;
    top: 25px;
    font-weight: 300;
    left: 0;
}

.pricing-offers {
    padding: 0 0 10px;
}

.pricing-offers li {
    padding: 0 0 16px;
    line-height: 18px;
}

ul li {
    list-style-type: none;
}

.btn.btn-mid {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

a {
    text-decoration: none;
    color: white;
    font-weight: 200;
}

a:hover {
    color: rgb(255, 255, 255, 0.8);
}

.btn-primary:hover {
    background-color: #c2a38d;
    border: none;
}


.card>img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.hien {
    display: block;
}

.an {
    display: none;
}
body {
    background-color: #fff8ee;
    color: #333;
}

.software-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    background-color: #fff5e4;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.software-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.software-image {
    width: 100%;
    height: auto !important;
    object-fit: cover;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.software-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #A67B5B;
    text-align: center;
    margin-top: 15px;
}

.software-price {
    font-size: 1.2rem;
    color: #A67B5B;
    text-align: center;
    margin-bottom: 10px;
}

.software-card:hover .software-title {
    color: #C88C6A;
}

.container {
    margin-top: 50px;
}

.btn-primary {
    background-color: #A67B5B;
    border-color: #A67B5B;
}

.btn-primary:hover {
    background-color: #C88C6A;
    border-color: #C88C6A;
}