@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@700&family=Nunito&family=Ubuntu:wght@500&display=swap');

html {
    scroll-behavior: smooth;
}

.font-family-arvo-bold {
    font-family: 'Arvo';
}

.font-family-nunito {
    font-family: 'Nunito';
}

.font-family-ubuntu-med {
    font-family: "Ubuntu";
}

.text-black {
    color: black;
}

.text-charcoal {
    color: #495057;
}

.text-spider {
    color: #0F1334;
}

.text-normal {
    color: #1C2126;
}

.text-gray-2 {
    color: #647680;
}

.text-gray-3, .text-gray-3:hover{
    color: #98A6AD;
}

.custom-card {
    border-radius: 4px;
    box-shadow: 0px 1px 20px #0000003C;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    text-align: center;
}

.navbar {
    background-color: white;
    border-bottom: solid 1px #ededed;
}

.partners__custom-card {
    border-radius: 4px;
    box-shadow: 0px 1px 20px #0000003C;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

#home__main-figure{
    width: 100%;
}

.business__wrapper{
    background-color: #D8EEFE;
    padding-bottom: 2rem;
}

.custom-btn-outline{
    background-color: transparent !important;
    color: #0b6ed0 !important;
    border: solid 1px #0b6ed0 !important;
}

#partners__background-logo {
    display: none;
}

#partners__top-heading {
    font-size: 2.7rem;
}

.business__main-heading{
    font-size: 2rem;
}

#webinars__list-section .container {
    padding: 2rem .3rem;
}

#webinars__speaker-row {
    padding-top: 90px;
    padding-bottom: 90px;
}

#webinars__mobile-wrapper{
    padding-top: 50px;
    background-color: #CCE6FF;
    padding-bottom: 55px;
}

#webinars__host-section {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

#webinars__host-section .figure img {
    width: 100%;
}

#webinars__speaker-row > .figure > img {
    width: 100% !important;
}

#webinars__mobile-wrapper .figure {
    justify-content: center;
    align-items: end;
    position: relative;
}

#webinars__mobile-wrapper .figure > img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#webinars__mobile-wrapper .details {
    justify-content: center;
}

.event-block {
    padding: 7px 3px;
}

.host-webinar__section-tab {
    color: #0F1334;
    font-size: .5rem;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.host-webinar__section-tab img {
    width: 40px;
}

.custom-btn-light {
    color: black !important;
}

.custom-btn-light:hover {
    color: black !important;
}

.select2-selection, .select2-container--default, .select2-selection--multiple {
    border-color: rgba(8, 60, 130, .07) !important;
}

.nav-pills .nav-link {
    color: black;
    border-radius: 50rem;
    background-color: #F0F3F6;
    padding: .5rem 1.2rem;
}

.nav-pills .nav-link.active {
    color: white;
    border-radius: 50rem;
    background-color: #0b6ed0;
    padding: .5rem 1.2rem;
}

@media(min-width: 1200px) {
    #home__main-heading {
        font-size: 48px;
        width: 524px;
        height: 189px;
    }

    #home__main-figure {
        width:  677px;
        height: 562px;
    }

    #home__main-paragraph {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 1.55;
        width: 485px;
    }

    .custom-card {
        width: 100%;
        height: 100%;
    }

    #partners__background-logo {
        left: 855px;
        top: -341px;
    }

    .business__wrapper {
        height: 625px;
        padding-bottom: 0px;
    }

    .partners__custom-card {
        border-radius: 4px;
        box-shadow: 0px 1px 20px #0000003C;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 40px;
        width: 623px;
        height: 150px;
    }

    .business__main-heading {
        font-size: 2.7rem;
    }

    .text-center-md{
        text-align: center;
    }

    .dropdown > .dropdown-menu {
        box-shadow: 0px 10px 20px #00000053;
        padding: .3rem;
    }

    .dropdown-item {
        background-color: white;
        color: black;
        border-radius: 4px;
        padding: .5rem 1rem;
    }

    .dropdown-item:hover {
        background-color: #006ED7;
        color: white;
    }

    #host-webinar__main-figure-row {
        height: 625px;
    }

    #host-webinar__figure-2 {
        width: 641px;
    }

    .host-webinar__section-tab {
        font-size: 22px !important;
        padding: .7rem;
        flex-direction: row !important;
        justify-content: center !important;
    }

    .host-webinar__section-tab img {
        width: 73px !important;
    }

    #webinars__list-section > .container {
        padding: 2.5rem !important;
    }

    #webinars__mobile-wrapper {
        height: 625px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #webinars__mobile-wrapper .figure > img{
        height: 892px;
        width: auto;
    }

    #webinars__mobile-wrapper .details {
        width: 700px;
        height: 625px;
    }

    #webinars__host-section .figure {
        justify-content: start !important;
    }

    #webinars__host-section .figure img {
        height: 348px;
        width: 348px;
    }

    #webinars__host-section .details {
        justify-content: end !important;
    }

    #webinars__speaker-row {
        padding: 0px !important;
        height: 450px;
    }

    #webinars__speaker-row .figure {
        justify-content: end !important;
    }
    #webinars__speaker-row .figure img {
        height: 322px;
    }

    #webinars__speaker-row .details {
        justify-content: start !important;
    }

    .event-block {
        padding: 20px;
    }
}

.bg-overlay-universe:before{
    background: rgba(216, 238, 254, 0.8) !important;
    /*background: linear-gradient(to bottom,  rgba(68,67,73,0.85) 0%,  rgba(70,66,73,0.85) 1%,  rgba(92, 154, 221, 0.7) 80%) !important;*/
}

.bg-business {
    background-color: #D8EEFE;
}
