﻿#Webinars {
    padding-top: 100px;
    background-image: url(/Areas/NewBmc/App/homepageFiles/webinar_background.png);
    background-repeat: no-repeat;
    background-position: 50% 4%;
    background-size: 80%;
}

.section {
    display: flex;
    justify-content: center;
    min-height: 200px;
    margin-inline: 400px;
}

.section-container {
    width: 100%;
}

    .section-container.main-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.section-content {
    width: 100%;
    display: flex;
    margin: 40px 0px 80px 0px;
    justify-content: center;
}

.section-container .secton-title-container,
.section-container .main-sub-title {
    text-align: center;
    margin-bottom: 0px;
}

.secton-title-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .secton-title-container .title-dvider {
        width: 100px;
        height: 5px;
        background: #00a0c3;
        border-radius: 10px;
    }

    .secton-title-container.main-title h1 {
        font-weight: 700;
        font-size: 32px;
    }


    .secton-title-container h1 {
        font-weight: 700;
        font-size: 25px;
    }

.section-container .main-sub-title {
    width: 80%;
    margin-inline: auto;
    margin-top: 40px;
    flex-direction: column;
}


    .section-container .main-sub-title p {
        font-size: 20px;
        font-weight: 400;
    }

.header-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.header-content-column {
    /*max-width: 450px;*/
    padding: 10px;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    width: 45%;
}

.header-column-right {
    /*flex-grow: 1;*/
    width: 55%;
}

/* .content-box-main {
            width: 400px;
        }*/

.content-box {
    position: relative;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow: hidden;
    background-color: #FFFFFF;
    margin: 10px;
}

    .content-box > a {
        text-decoration: none;
        display: contents;
    }

.content-box-header {
    position: relative;
    overflow: hidden;
}

    .content-box-header img {
        margin-block: -10%;
        width: 100%;
    }

.content-box-content {
    padding: 15px;
}

    .content-box-content > h5 {
        font-weight: 700;
        color: #193765;
    }

    .content-box-content > p {
        color: #6F7F96;
    }

.content-box-footer {
    display: flex;
    flex-direction: row;
}

    .content-box-footer button {
        background-color: #00A1C5;
        border-radius: 5px;
        color: white;
        padding: 5px 10px 5px 10px;
        font-size: 12px;
        border-color: transparent;
        outline: none;
    }


.content-box-horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

    .content-box-horizontal .content-box-header {
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
        /*max-width: 200px;
                min-width: 200px;*/
        width: 300px;
    }

        .content-box-horizontal .content-box-header img {
            margin-block: -10%;
            width: 100%;
        }

    .content-box-horizontal .content-box-content {
        width: 600px;
    }

        .content-box-horizontal .content-box-content > h5 {
            font-size: 18px;
        }

        .content-box-horizontal .content-box-content p {
            font-size: 12px;
        }

.play-btn {
    position: absolute;
    width: 60px;
    height: 38px;
    background: #00A0C3C9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-btn-small {
    width: 42px;
    height: 26px;
}

.header-column-right .content-box {
}

.content-box-counter {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: 10px;
    height: 100%;
}

    .content-box-counter > span {
        box-sizing: border-box;
        font-weight: 700;
        font-size: 20px;
        color: #193765;
        background: #FFFFFF;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        text-align: center;
        font-size: 20px;
        line-height: 36px;
    }

.content-box-container {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

.content-box-container .content-box.content-box-v2 {
    width: 300px;
}

@media only screen and (max-width: 1202px) {
    .content-box-container {
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-grow: 0;
        max-width: 640px;
    }
}

@media only screen and (max-width: 620px) {
    .content-box-container {
        max-width: 340px;
    }
}

.content-box.content-box-v2 {
    padding: 10px;
    display: flex;
    flex-direction: column;
}

    .content-box.content-box-v2 .content-box-content {
        padding-inline: 0px;
        padding-bottom: 0px;
    }

        .content-box.content-box-v2 .content-box-content > h5 {
            font-size: 20px;
            min-height: 50px;
        }

        .content-box.content-box-v2 .content-box-content > p {
            font-size: 12px;
        }

    .content-box.content-box-v2 .content-box-footer {
        margin-top: auto;
    }

.content-box-gird {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-inline: auto;
}

.section.suggestions-section {
    background-image: url(/Areas/NewBmc/App/homepageFiles/webinar_suggestions_background.png);
    background-repeat: no-repeat;
    background-position: 50% 160%;
    background-size: 66%;
    padding-inline: 400px;
    margin-inline: 0;
}

@media only screen and (max-width: 1600px) {
    .section {
        margin-inline: 150px;
    }

        .section.suggestions-section {
            padding-inline: 150px;
            margin-inline: 0;
        }

    .content-box-gird {
        display: grid;
        gap: 10px;
        width: 100%;
    }
}


@media only screen and (max-width: 1200px) {
    .section {
        margin-inline: 100px;
    }

        .section.suggestions-section {
            padding-inline: 100px;
            margin-inline: 0;
        }

    .content-box-gird {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        width: 100%;
    }
}

@media only screen and (max-width: 620px) {
    .section {
        margin-inline: 50px;
    }

        .section.suggestions-section {
            padding-inline: 50px;
            margin-inline: 0;
        }

    .content-box-gird {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        width: 100%;
    }
}


/*Carousel*/

#cCarousel {
    position: relative;
    width: 100%;
}

    #cCarousel .arrow {
        position: absolute;
        top: 50%;
        display: flex;
        width: 35px;
        height: 35px;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        z-index: 1;
        font-size: 26px;
        color: white;
        background: #ffffff;
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        color: #1C1B1F;
    }

        #cCarousel .arrow > i {
            font-size: 15px;
        }

    #cCarousel #prev {
        left: -70px;
    }

    #cCarousel #next {
        right: -70px;
    }

#carousel-vp {
    width: 1110px;
    height: 310px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin: auto;
}

@media (max-width: 770px) {
    #carousel-vp {
        width: 510px;
    }
}

@media (max-width: 510px) {
    #carousel-vp {
        width: 250px;
    }
}

#cCarousel #cCarousel-inner {
    display: flex;
    position: absolute;
    transition: 0.3s ease-in-out;
    gap: 10px;
    left: 0px;
}

.cCarousel-item {
    width: 250px;
    height: 300px;
    border: 2px solid white;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.terms-and-privacy {
    margin-top: 70px;
    font-size: 15px;
}

.footer {
    background-color: #0095F2;
    position: inherit;
    text-align: center;
    background-image: url(/Areas/NewBmc/App/homepageFiles/Capture.png);
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
    max-width: 100%;
    background-size: unset;
    margin-top: 20px;
}

#WebinarDetails {
    padding-top: 120px;
}

.section.webinar-section {
    margin-inline: 10%;
    background-image: url(/Areas/NewBmc/App/homepageFiles/webinar_details_background.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 100%;
}

    .section.webinar-section .section-container {
        margin-top: 40px;
        margin-bottom: 150px;
        margin-inline: 50px;
    }

.webinar-details-container {
    display: flex;
    flex-direction: row;
    height: 23vw;
}

.webinar-title-container {
    color: #193765;
    font-size: 40px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}

.webinar-data-contianer {
    display: flex;
    flex-direction: row;
    margin-block: 10px;
    color: #505A79CC;
    font-size: 16px;
}

.webinar-container a {
    color: #505A79CC;
    font-size: 16px;
}

.webinar-data-contianer span {
    margin-right: 20px;
}

.webinar-column {
    display: flex;
    flex-direction: column;
    width: 60%;
    z-index: 2;
}

    .webinar-column.right-column {
        width: 37%;
        z-index: 1;
    }

    .webinar-column .video-conatiner,
    .webinar-column .video-conatiner iframe {
        width: 100%;
        height: 100%;
    }

    .webinar-column .webinar-details-text {
        width: 100%;
        padding-block: 20px;
        padding-inline: 40px;
        background-color: #ffff;
        box-shadow: rgb(255 255 255) 0px 0px 20px 13px;
    }

        .webinar-column .webinar-details-text p {
            font-weight: 400;
            font-size: 20px;
            line-height: 33px;
        }

@media only screen and (max-width: 1600px) {
    .webinar-column .webinar-details-text p {
        font-weight: 400;
        font-size: 18px;
        line-height: unset;
    }
}

@media only screen and (max-width: 1400px) {
    .webinar-column .webinar-details-text p {
        font-weight: 400;
        font-size: 16px;
        line-height: unset;
    }
}

@media only screen and (max-width: 620px) {
    .webinar-details-container {
        flex-direction: column;
        height: unset;
    }


    .webinar-column {
        display: flex;
        flex-direction: column;
        width: 100%;
        z-index: 2;
    }

        .webinar-column .video-conatiner {
            padding-inline: 10px;
        }

        .webinar-column .webinar-details-text {
            padding-inline: 10px;
        }

    .webinar-column.right-column {
        width: 100%;
    }

    .section.webinar-section .section-container {
        margin-bottom: 50px;
        margin-inline: 10px;
    }
}

#WebinarDetails .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(80, 90, 121, 0.6);
    display: none;
    z-index: 10;
}

#WebinarDetails .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 34px;
    width: 500px;
    height: 280px;
    max-width: 90%;
    border-radius: 20px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 20;
    text-align: center;
    display: none;
    overflow: visible;
}

    #WebinarDetails .modal h2 {
        font-size: 1.5em;
        margin-bottom: 10px;
        color: #505A79;
    }

    #WebinarDetails .modal p {
        font-size: 0.9em;
        color: #666;
        margin-bottom: 20px;
    }

    #WebinarDetails .modal input[type="email"] {
        width: 100%;
        padding: 12px;
        margin-bottom: 0px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 1em;
        height: 50px;
        padding: 10px 20px;
    }

    #WebinarDetails .modal .error {
        display: block;
        width: 100%;
        font-size: 15px;
        height: 26px;
        margin-inline: 10px;
    }

#WebinarDetails .modal-play-btn {
    background-color: #1a2d53;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    width: 100%;
    font-weight: 700;
}

    #WebinarDetails .modal-play-btn:hover {
        background-color: #1a2d7d;
    }

#WebinarDetails .close-btn {
    position: absolute;
    top: -12px;
    right: -10px;
    background: none;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #666;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

    #WebinarDetails .close-btn i {
        font-size: 20px;
    }

    #WebinarDetails .close-btn:hover {
        color: #333;
    }