@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
    font-family: 'Rubik';
    /* font-family: "Roboto", sans-serif; */
}

.main-head {
    background: #0D1440;
    box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
    padding: 1rem;
    margin-bottom: 0;
    margin-top: 5rem;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 16px;
}

.pricing-table {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15); */
    padding: 2rem;
    border-radius: 4px;
    transition: .3s;
    /* border: 1px solid; */
}



/* .pricing-table:hover {
    box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, .15);
} */

.pricing-table .pricing-label {
    border-radius: 2px;
    padding: .25rem .5rem;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

.pricing-table h2 {
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 500;
}

.pricing-table h5 {
    color: #B3B3B3;
    font-size: 14px;
    font-weight: 400;
}

.pricing-table .pricing-features {
    margin-top: 2rem;
}

.pricing-table .pricing-features .feature {
    font-size: 14px;
    margin: .5rem 0;
    color: #B3B3B3;
}

.pricing-table .pricing-features .feature span {
    display: inline-block;
    float: right;
    color: #3b3b3b;
    font-weight: 500;
}

.pricing-table .price-tag {
    margin-top: 2rem;
    text-align: center;
    font-weight: 500;
}

.pricing-table .price-tag .symbol {
    font-size: 24px;
}

.pricing-table .price-tag .amount {
    letter-spacing: -2px;
    font-size: 30px;
}

.pricing-table .price-tag .after {
    color: #3b3b3b;
    font-weight: 500;
}

.pricing-table .price-button {
    display: block;
    color: #fff;
    margin-top: 2rem;
    padding: .75rem;
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
    transition: .3s;
}

.pricing-table .price-button:hover {
    text-decoration: none;
}

.purple .pricing-label {
    background: #b9edee;
    color: #0173BA;
}

.purple .price-tag {
    color: #0173BA;
}

.purple .price-button {
    background: #0173BA;
}

.purple .price-button:hover {
    background: #0173BA;
}

.turquoise .pricing-label {
    background: #b9edee;
    color: #0173BA;
}

.turquoise .price-tag {
    color: #0173BA;
}

.turquoise .price-button {
    background: #0173BA;
}

.turquoise .price-button:hover {
    background: #0173BA;
}

.red .pricing-label {
    background: #b9edee;
    color: #0173BA;
}

.red .price-tag {
    color: #0173BA;
}

.red .price-button {
    background: #0173BA;
}

.red .price-button:hover {
    background: #0173BA;
}



.lsbs-tab ul {
    position: relative;
    width: 100%;
    padding: 25px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 8px;
}

.lsbs-tab li {
    /* font-family: Poppins, sans-serif;
    font-family: Poppins, sans-serif; */
    font-weight: 500;
    cursor: pointer;
    padding: 20px;
    font-size: 14px;
    height: 34px;
    display: flex;
    align-items: center;
    color: #111;
    user-select: none;
    transition: color .25s ease;
    background-color: rgb(232, 232, 232);
    border-radius: 30px;
}

.lsbs-tab li.active {
    padding: 20px;
    color: #fff;
    font-weight: 500;
    background-color: #000;
    border-radius: 30px;
}

.tab-content {
    display: none;
    /* padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    margin-top: 20px;
}

.tab-content.active {
    display: block;
}

@media screen and (max-width: 768px) {
    .tabs-wrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        width: 100%;
    }

    .lsbs-tab li {
        width: 100%;
        max-width: 100%;
        font-size: 12px;
        padding: 15px;
        height: auto;
        text-align: center;
        justify-content: center;
    }

    .lsbs-tab li.active {
        padding: 15px;
    }
}

@media screen and (max-width: 480px) {
    .lsbs-tab li {
        font-size: 10px;
        padding: 12px;
        max-width: 100%;
    }

    .lsbs-tab li.active {
        padding: 12px;
    }
}

.lsbs-tab {
    padding-top: 20px;
    padding-bottom: 40px;
}

.panel-heading a {
    font-weight: 700;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.panel-body {
    font-size: 13px;
    line-height: 30px;
}


.menu-detail {
    padding-bottom: 5px;
    color: silver;
}

.menu {
    background-color: #111;
}

.menu-title {
    font-weight: 600;
    color: #fff;
}

.bnk-dtl .feature {
    color: silver !important;
    font-weight: 400 !important;
}

.bnk-dtl span {
    color: rgb(255, 255, 255) !important;
}

.reg-fee {
    margin-top: 40px;

}

@media screen and (max-width: 480px) {
    .reg-fee {
        margin-top: 40px;
        margin-right: 15px;
        margin-left: 15px;

    }
}

.reg-fee h4 {
    color: #0173BA;
    font-weight: 600;
}

.reg-fee p {
    text-align: justify;
    /* color: silver; */
}

.reg-fee i {
    /* color: silver; */
}

.wsbf-lecture-tps {
    background-color: #111;
}

.wsbf-lecture-tps h4 {
    /* text-align: center; */
    font-size: 18px;
    margin-top: 35px;
    /* background-color: #111; */
    color: #ffffff;
    padding: 10px;
    width: max-content;
    font-weight: 600;
    justify-self: anchor-center;
    border-radius: 10px;
    padding: 10px 30px 10px 30px;

}

.wsbf-lecture-tps h3 {
    /* text-align: center; */
    font-size: 20px;
    margin-top: 35px;
    background-color: #0173BA;
    color: #000;
    padding: 10px 30px 10px 30px;
    width: max-content;
    font-weight: 600;
    justify-self: anchor-center;
    border-radius: 10px;

}

.reg-fee h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.wsbf-lecture-tps p {
    color: silver;
    text-align: left;
}

.wsbf-lecture-tps i {
    color: silver;
}