@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: #000000;
    margin-top: 2rem;
    padding: .75rem;
    border-radius: 2px;
    text-align: center;
    font-weight: 600;
    transition: .3s;
}

.pricing-table .price-button:hover {
    text-decoration: none;
}

.purple .pricing-label {
    background: #b9edee;
    color: #000000;
}

.purple .price-tag {
    color: #79D1BA;
}

.purple .price-button {
    background: #79D1BA;
}

.purple .price-button:hover {
    background: #79D1BA;
}

.turquoise .pricing-label {
    background: #b9edee;
    color: #79D1BA;
}

.turquoise .price-tag {
    color: #79D1BA;
}

.turquoise .price-button {
    background: #79D1BA;
}

.turquoise .price-button:hover {
    background: #79D1BA;
}

.red .pricing-label {
    background: #b9edee;
    color: #79D1BA;
}

.red .price-tag {
    color: #79D1BA;
}

.red .price-button {
    background: #79D1BA;
}

.red .price-button:hover {
    background: #79D1BA;
}



.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;
    margin-right: 15px;
    margin-left: 15px;
}

.reg-fee h4 {
    color: #79D1BA;
    font-weight: 600;
}

.reg-fee p {
    text-align: justify;
}

.reg-fee i {
    color: #79D1BA;
}

.panel-body h5 {
    font-weight: 600;
    color: #79D1BA;
}

.panel-body h6 {
    font-weight: 600;
    color: #79D1BA;
}


.profile-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 10px 0;
}

.profile-img {
    width: 100%;
    /* Default image width */
    border-radius: 50%;
    max-width: 70px;
    /* Slightly bigger by default */
}

.profile-img-1 {
    width: 120px;
    border-radius: 50%;
}

.profile-info {
    padding-left: 15px;
}

.profile-name {
    font-size: 18px;
    font-weight: bold;
}

.profile-name-1 {
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

.wsbf-masters{
    padding-bottom: 40px;
}

.profile-country {
    color: #777;
    font-size: 14px;
}

/* Increase image size in extra small screens */
@media (min-width: 992px) {
    .profile-img {
        width: 60px;
        /* Bigger image on mobile */
        /* height: 40px; */
        /* Maintain aspect ratio */
    }
}

.profile-name {
    font-size: 12px;
    color: #000000;
}

.profile-card {
    background-color: #ffffff;
}

.profile-img {
    border: 2px solid #ffffff;
}


.profile-country {
    color: #000000;
    font-size: 12px;
}

.fac-title {
    font-size: 18px;
    text-align: center !important;
    font-weight: 700;
    background-color: transparent;
    padding: 5px;
    color: #000000;
    width: 200px;
    align-items: center;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    place-self: anchor-center;


}