@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@400;500;700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,200;1,300;1,400;1,500&family=Roboto:ital,wght@0,100;0,400;0,500;1,300&display=swap');

body {
    line-height: 1.5;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1170px;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.pricing .switch-table {
    /* background-color: red; */
    width: 100%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 35px;
}

.pricing .switch-table .text-monthly,
.pricing .switch-table .text-yearly {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    transform: color 0.5s ease;
}

.pricing .pricing-main:not(.active) .switch-table .text-monthly,
.pricing .pricing-main .switch-table .text-yearly {
    color: var(--color-4);
}

.pricing .switch-table .custom-switch {
    height: 40px;
    width: 100px;
    background-color: var(--color-4);
    border-radius: 30px;
    vertical-align: middle;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
}

.pricing .switch-table .custom-switch span {
    display: inline-block;
    height: 28px;
    width: 28px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 6px;
    transition: left 0.5s ease;
}


/* .pricing .switch-table .toggle-switch{
position: absolute;
left: -9999px;
} */
.pricing .pricing-main.active .switch-table .custom-switch span {
    left: calc(100% - 34px);
}

.pricing .switch-table div,
.pricing .switch-table .custom-switch {
    display: inline-block;
}

.pricing {
    min-height: 100vh;
    background: #292727;
    padding: 50px 0;
    --color-1: #5b58e8;
    --color-2: #ffc600;
    --color-3: #fc3c7f;
    --color-4: #3fb7ef;
}

ul {
    list-style: none;
}

.pricing .pricing-table-price {
    padding: 0 40px;
    display: flex;
}

.pricing .pricing-table {
    background-color: #ffffff;
    width: calc((100% / 3) - 30px);
    margin: 0 15px;
    border-radius: 10px;
    overflow: hidden;
}

.pricing-table-header {
    padding: 15px 30px;

}

.pricing .style-1 .pricing-table-header {
    background-color: var(--color-1);
}

.pricing .style-2 .pricing-table-header {
    background-color: var(--color-2);
}

.pricing .style-3 .pricing-table-header {
    background-color: var(--color-3);
}

.pricing .style-1 .pricing-table-footer a,
.pricing .style-1 .pricing-table-header {
    background-color: var(--color-1);
}

.pricing .style-2 .pricing-table-footer a,
.pricing .style-2 .pricing-table-header {
    background-color: var(--color-2);
}


.pricing .style-3 .pricing-table-footer a,
.pricing .style-3 .pricing-table-header {
    background-color: var(--color-3);
}

.pricing .pricing-table-header h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
}

.pricing .yearly-price,
.pricing .monthly-price {
    display: flex;
    justify-content: center;
    padding: 0px 30px;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-shrink: 0;
    transition: all 0.5s ease;
}

.pricing .pricing-main.active .yearly-price,
.pricing .pricing-main.active .monthly-price {
    transform: translateX(-100%);
}

.pricing-table-price .currency {
    font-size: 25px;
    color: #555555;
    font-weight: 700;
    line-height: 3.5;
}

.pricing-table-price .amount {
    font-size: 85px;
    color: #555555;
    font-weight: 700;
}

.pricing-table-body {
    padding: 0 30px;
}

.pricing-table-body ul li {
    font-weight: 300;
    color: #777777;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.pricing-table-body ul li:last-child {
    margin-bottom: 0;
}
.pricing .monthly-feture,
.pricing .yearly-feture{
display: none;
}
.pricing .pricing-main:not(.active) .monthly-feture,
.pricing .pricing-main.active .yearly-feture{
    display: block;
    animation: fadeIn 0.5s ease forwards;
}
@keyframes fadeIn{
    0%{
        opacity: 0;

    }
    100%{
        opacity: 1;
    }
}
.pricing .style-1 .pricing-table-body ul li i.ri-check-fill,
.pricing .style-1 .pricing-table-footer a,
.pricing .style-1 .pricing-table-header {
    background-color: var(--color-1);
}

.pricing .style-2 .pricing-table-body ul li i.ri-check-fill,
.pricing .style-2 .pricing-table-footer a,
.pricing .style-2 .pricing-table-header {
    background-color: var(--color-2);
}

.pricing .style-3 .pricing-table-body ul li i.ri-check-fill,
.pricing .style-3 .pricing-table-footer a,
.pricing .style-3 .pricing-table-header {
    background-color: var(--color-3);
}

.pricing-table-body ul li i {
    display: flex;
    height: 20px;
    width: 20px;
    background-color: #bbbbbb;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 13px;
    position: absolute;
    top: 5px;
    left: 0;
}

.pricing-table-footer {
    padding: 30px;
    text-align: center;
}

.pricing-table-footer a {
    display: inline-block;
    padding: 12px 35px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
}

.pricing-table-footer a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}