@import url(https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css);

body {
    overflow-x: hidden;
    font-family: Inter;
    color: #101010
}

.main-section {
    padding: 50px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 90%;
}

.mainContainer {
    width: 100%;
    padding: 150px 00px 50px 00px
}

.heading-h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.5;
    margin: auto
}

.paragraph-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    text-align: center
}

.book-demo-button {
    font-weight: 500;
    font-size: 16px;
    padding: 12px 20px;
    border: none !important;
    background: linear-gradient(180deg, #6e2cd8 0, #098ff8 100%);
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 5px 0 transparent;
    transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transform: translateY(0);
    text-align: center;
    display: block;
    width: auto;
    margin: 0px auto;
}

.book-demo-button:hover {
    color: #fff;
    transform: translateY(calc(-1 * var(--animation-depth, .375em)));
    box-shadow: 0 5px 0 #6436db;
    animation: bounce .4s ease-out
}

.heading-h2 {
    font-weight: 600;
    font-size: 42px;
    text-align: center;
    margin: auto;
    line-height: 1.5;
}

.logo-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 0
}

.clnt-logo-img {
    width: 100% !important;
    height: auto;
    border-radius: 10px;
    margin: 10px 0;
    box-shadow: 2px 2px 6px #00000029
}

.playablo-vs-moodle {
    margin: auto;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: 90%;
}

.display-flex-section {
    display: flex;
    flex-direction: row;
    gap: 100px;
    margin: auto;
    width: 100%;
}

.description-side {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.table-side {
    width: 60%
}

.heading-h3 {
    font-weight: 600;
    font-size: 42px;
    text-align: center;
    margin: auto
}

.heading-h4 {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.5
}

.paragraph-sub-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5
}

.sub-title {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #098ff8;
    display: flex;
    gap: 16px;
    align-items: center
}

.sub-title span {
    background: #6e2cd8;
    padding: 6px 14px;
    border-radius: 100px;
    color: #fff;
    margin-right: 10px
}

table {
    width: 100%
}

td, th {
    padding: 10px;
    text-align: center;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5
}

td {
    padding: 20px 10px;
    border-bottom: 1px solid #93cefb;
    width: 20%
}

tr:first-child th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

tr:first-child th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

tr:last-child td:first-child {
    border-bottom-left-radius: 12px
}

tr:last-child td:last-child {
    border-bottom-right-radius: 12px
}

th {
    background-color: #098ff8;
    color: #fff;
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    text-align: center
}

.text-align {
    text-align: left;
    padding: 10px;
    width: 60%
}

.span-text {
    font-size: 12px
}

.note-text {
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    text-align: center;
    margin: 30px auto;
    line-height: 1.5
}

.moodle-img {
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    display: block
}

.image-section, .tms-section {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.cta-buttons {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 20px;
    margin: 20px 0
}

.try-for-free-button, .watch-demo {
    font-size: 14px;
    padding: 12px 20px;
    border: none;
    background: linear-gradient(180deg, #6e2cd8 0, #098ff8 100%);
    color: #fff;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 5px 0 transparent;
    transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transform: translateY(0);
    line-height: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.try-for-free-button:hover {
    color: #fff;
    transform: translateY(calc(-1 * var(--animation-depth, .375em)));
    box-shadow: 0 5px 0 #6436db;
    animation: bounce .4s ease-out
}

.watch-demo {
    background: 0 0;
    border: 1px solid #010101;
    color: #010101
}

.watch-demo:hover {
    color: #010101;
    transform: translateY(calc(-1 * var(--animation-depth, .375em)));
    box-shadow: 0 5px 0 #010101;
    animation: bounce .4s ease-out
}

.learning-impact {
    background: #f9fcff;
    padding: 50px;
    margin: 80px auto;
    display: flex;
    flex-direction: column;
    gap: 50px
}

.learning-impact .heading-h4 {
    text-align: center
}

.learning-impact .book-demo-button {
    margin-top: 50px;
}

.toggel-lms-tubes {
    background-color: #fff;
    color: #101010;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    font-size: 20px;
    transition: .4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    border-radius: 12px;
    margin: 0;
    border: 1px solid #93cefb;
    line-height: 1.5;
}

.toggel-lms-tubes:hover {
    background-color: #dbeefd;
    color: #101010
}

.toggel-lms-tubes img {
    width: 26px;
    height: 26px
}

.toggeltextlms {
    max-height: 0;
    box-shadow: 0 3px 6px #0000001A;
    overflow: hidden;
    transition: max-height .2s ease-out;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    max-height: auto !important
}

.toggle-container {
    background: #f9fcff;
    padding: 50px;
    border-radius: 12px;
    margin: auto;
    width: 90%
}

.toggle-container .heading-h2 {
    margin-bottom: 50px;
}

.toggle-bg {
    background: #e3f2fe;
    border-radius: 12px;
    margin: 20px 0;
    box-shadow: 0 0 4px 0 #00000029
}

.testiSpace {
    padding: 30px 50px;
    color: #101010;
    font-size: 16px
}

.toggel-lms-tubes.active {
    background-color: #fff;
    color: #101010;
    border: 1px solid #93cefb;
    box-shadow: 0 0 4px 0 #00000029
}

.workplace-section {
    background-image: url(../playablo-ai-img/compare-us/workplace-bg.webp);
    width: 100%;
    margin: auto;
    padding: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    max-width: 90%;
    height: 650px;
}

.workplace-section h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto
}

.workplace-section p {
    font-weight: 500;
    line-height: 1.5;
    font-size: 24px;
    text-align: center;
}

@media only screen and (min-width:768px) {
    .mobileversion {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .desktopversion {
        display: none
    }

    .display-flex-section {
        flex-direction: column;
        gap: 20px;
    }

    .mainContainer {
        padding: 120px 0px 0px 0px;
    }

    .main-section {
        padding: 20px;
    }

    .heading-h1 {
        font-size: 36px;
    }

    .paragraph-text {
        font-size: 20px;
    }

    .heading-h2 {
        font-size: 30px;
        padding: 20px;
    }

    .playablo-vs-moodle {
        padding: 20px;
        gap: 40px;
        width: 100%;
    }

    .description-side {
        width: 100%;
        gap: 10px;
    }

    th {
        font-size: 16px;
    }

    .heading-h3 {
        font-size: 30px;
    }

    .table-side {
        width: 100%;
    }

    .image-section, .tms-section {
        width: 100%;
        gap: 10px;
    }

    .note-text {
        margin: 20px auto 0px auto;
    }

    .heading-h4 {
        font-size: 24px;
    }

    .paragraph-sub-text {
        font-size: 18px;
    }

    .toggle-container {
        padding: 20px;
        width: 100%;
    }

    .toggel-lms-tubes {
        padding: 12px;
        font-size: 18px;
        line-height: 1.5;
    }

    .workplace-section h2 {
        font-size: 30px;
    }

    .workplace-section {
        padding: 20px;
        max-width: 100%;
        height: auto;
    }

    .learning-impact {
        padding: 20px;
        margin: 0px;
    }

    .workplace-section p {
        font-size: 16px;
    }

    .testiSpace {
        padding: 20px;
        font-size: 16px;
        line-height: 1.5;
    }


    .toggle-container .heading-h2 {
        margin-bottom: 0px;
    }

    .learning-impact .book-demo-button {
        margin-top: 20px;
    }

    .text-align {
        font-size: 14px;
    }

    .logo-section {
        gap: 10px;
        padding: 0px;
    }

}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .heading-h1 {
        font-size: 36px;
    }

    .paragraph-text {
        font-size: 20px;
    }

    .main-section {
        padding: 40px;
        gap: 20px;
        width: 100%;
    }

    .heading-h2 {
        font-size: 30px;
        padding: 0px 20px;
    }

    .logo-section {
        padding: 20px 0px;
    }

    .heading-h4 {
        font-size: 22px;
        margin: 0px;
    }

    .display-flex-section {
        gap: 40px;
    }

    .playablo-vs-moodle {
        padding: 20px;
    }

    .paragraph-sub-text {
        font-size: 16px;
    }

    th {
        font-size: 16px;
    }

    .note-text {
        font-size: 14px;
        margin: 10px auto;
    }

    .testiSpace {
        padding: 20px;
    }

    .workplace-section h2 {
        font-size: 36px;
    }

    .learning-impact .book-demo-button {
        margin-top: 20px;
    }

    .workplace-section p {
        font-size: 20px;
    }

    .workplace-section {
        height: auto;
    }

    .learning-impact {
        margin: 40px auto;
    }

    .mainContainer {
        padding: 150px 00px 00px 00px;
    }
}