:root {
    --nota-color-blue: #223e6d;
    --nota-color-purple: #9C3BF9;
}

* {
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.background {
    background-color: #90d;
}

.load-layer {
    background-image: url(../../img/loading.svg);
    background-position: center;
    background-size: 80px;
    background-repeat: no-repeat;
}

a {
    text-decoration: none;
}

.btn-blue,
.btn-purple {
    color: #fff;
    font-size: 16px;
    text-align: left;
    border-radius: 10px;
}
.btn-blue:hover,
.btn-purple:hover {
    color: #fff;
}
.btn-blue {
    background-color: #223e6d;
}
.btn-blue:hover {
    background-color: #334f7f;
}
.btn-purple {
    background-color: var(--nota-color-purple);
}
.btn-purple:hover {
    background-color: #ab55fd;
}

.btn-block {
    width: 100%;
}

.text-blue {
    color: var(--nota-color-blue);
}

.text-purple {
    color: var(--nota-color-purple);
}

.nota-text-gradient {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(132deg, #a027ff, #4b9aff 49%, #00f0ff);
    -webkit-background-clip: text;
    background-clip: text;
}

.nota-section-title {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 800;
    /* font-size: 40px; */
    color: #223e6d !important;
    text-align: center;
}

.nota-title {
    font-weight: 700;
    color: #223e6d;
}

.nota-subtitle {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #223e6d !important;
    text-align: center;
}

.nota-title-gradient {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(132deg, #a027ff, #4b9aff 49%, #00f0ff);
    -webkit-background-clip: text;
    background-clip: text;
}

.navbar {
    box-shadow: 0px 12px 18px -6px rgba(34, 62, 109, 0.1);
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.navbar-nav .nav-link {
    color: #223e6d !important;
    font-size: 14px;
    font-weight: 500;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34,62,109, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-toggler {
    border: 0 !important;
}

/* Content */

section {
    padding: 54px 0;
}

.nota-bg-collections {
    background-image: url(https://notainclusion.com/wp-content/uploads/2023/07/nota-bg-horizontal.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 300px;
    padding-bottom: 220px;
}

.collection-card {
    background-color: #f2f6ff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    min-height: 350px !important;
    border-radius: 10px;
    padding-right: 30px;
    transition: all .5s;
}

.collection-card:hover::after {
    background: linear-gradient(0deg, rgb(111, 8, 191) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, 0) 100%);
}

.collection-card::after {
    content: '';
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.collection-info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 20px 20px;
    z-index: 1;
}

.collection-info span {
    font-weight: 700;
    color: #00f5d4;
    text-decoration: none;
}

.collection-info a i,
.speaker-card-link i {
    margin-left: 5px;
    font-size: 12px;
}

.collection-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.collection-number {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.collections-carousel .item {
    /* padding-right: 30px; */
    margin: 0 15px;
}

.collections-carousel .slick-arrow,
.testimonials-carousel .slick-arrow {
    background-color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 8px 11px;
    cursor: pointer;
}

.collections-carousel .slick-arrow {
    top: -55px;
}

.testimonials-carousel .slick-arrow {
    top: -80px;
}

.collections-carousel .fa-chevron-left {
    right: 50px;
}

.collections-carousel .fa-chevron-right {
    right: 20px;
}

.testimonials-carousel .fa-arrow-left-long {
    right: 150px;
}

.testimonials-carousel .fa-arrow-right-long {
    right: 111px;
}

/* Filters  */

.filters-widget {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-gap: 5
}

.filters-widget input {
    border: 1px solid #223e6d;
    border-radius: 20px;
}

.experience-card,
.speaker-card {
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 25px;
    min-height: 350px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.speaker-card {
    min-width: auto;
}

.experience-card-photo {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 10px 10px 0 0;
    min-height: 200px;
    width: 100%;
    transition: all .5s;
}

/*.experience-card:hover .experience-card-photo {
    background-size: 110%;
}*/

.experience-card-photo::after {
    content: '';
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.experience-card:hover .experience-card-photo::after {
    background: linear-gradient(0deg, rgba(37,0,179,1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

.experience-card-info,
.speaker-card-info {
    padding: 20px;
}

.experience-card-title,
.speaker-card-title {
    max-height: 38px;
    overflow: hidden;
    font-weight: 700;
    color: #223e6d;
}

.speaker-card-title span {
    font-weight: 400;
    font-size: 14px;
}

.experience-card-excerpt {
    max-height: 62px;
    overflow: hidden;
}

.experience-card-info p,
.speaker-card-info p {
    font-weight: 500;
    color: #223e6d;
    margin: 0;
}

.speaker-card-titles {
    height: 45px;
    overflow: hidden;
}

.experience-card-info small {
    color: #223e6d;
}

.experience-card-author-container {
    display: flex;
    border-top: 1px solid #223e6d;
    overflow: hidden;
}

.speaker-card-author-container {
    border-top: 1px solid #223e6d;
    overflow: hidden;
}

.experience-card-author-container img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

.experience-card-author,
.speaker-card-author {
    max-height: 20px;
    overflow: hidden;
}

.experience-card-titles {
    font-size: 12px;
    font-style: italic;
}

.speaker-card-link {
    color: #9c3bf9 !important;
    font-weight: 700 !important;
}

.filter-container {
    border: 1px solid #223e6d;
    border-radius: 10px;
    padding: 20px;
}

.btn-filter {
    background-color: #fff;
    border: 1px solid #223e6d;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
    border-radius: 10px;
    color: #223e6d;
}

.btn-filter.filter-active {
    background-color: #223e6d;
    color: #fff;
    border: 1px solid #223e6d;
}

.speakers-filters .btn-filter {
    font-size: 14px;
    padding: 3px 6px;

}

.nota-empty-container {
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nota-empty {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: end;
    text-align: center;
    color: #859bb9;
    font-weight: 600;
    max-width: 300px;
}

.nota-empty::after {
    content: '';
    background-image: url(../../img/empty-box.png);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

/* Speakers */

.speakers-title {
    font-size: 6em;
    font-weight: 700;
    color: #223e6d;
}

.speakers-mosaic-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.speakers-mosaic-container>div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 150px;
}

.nota_bg_1 {
    background-image: url(../../img/speakers/spkr_nota_1.jpg)
}

.nota_bg_2 {
    background-image: url(../../img/speakers/spkr_nota_2.jpg)
}

.go-back-btn {
    color: #223e6d;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
}

.go-back-btn i {
    font-size: 12px;
}

/* Speakers */

.speaker-page {
    background-image: url(https://notainclusion.com/wp-content/uploads/2023/07/nota-bg-vertical.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 150px;
}

.speaker-detail-container {
    color: #223e6d;
}

.speaker-detail-container h1 {
    color: #9c3bf9;
    font-weight: 700;
}

.speaker-detail-container h1 span {
    font-weight: 400;
    font-size: 28px;
}

.speaker-detail-container hr {
    border: 1px solid #223e6d;
    opacity: 1;
}

.speaker-detail-container h5 {
    font-weight: 600;
}

.speaker-detail-container h5 i {
    font-weight: 300;
}

.speaker-description {
    font-size: 16px;
}

.nota-tag {
    border-width: 1px;
    border-style: solid;
    padding: 5px 8px;
    color: #9c3bf9;
    border-radius: 10px;
    margin: 0 3px 5px 0;
    display: inline-block;
    transition: all .5s;
}

.speaker-tags-container .nota-tag {
    border-color: var(--nota-color-purple)
}

.speaker-tags-container .nota-tag:hover {
    background-color: #9c3bf9;
    color: #fff;
}

.experience-tags-container .nota-tag {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: transparent;
    color: #fff;
}

.experience-tags-container .nota-tag:hover {
    background-color: #fff;
    color: var(--nota-color-blue);
}

.speaker-video-container {
    background-color: #f2f6ff;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.speaker-testimonial {
    /* max-width: 80%; */
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
    color: var(--nota-color-blue);
}

.quotes {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80px;
    height: 60px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.quotes i {
    color: #C083FB;
}

.testimonials-author {
    font-weight: 700;
}

.slick-slide {
    transform: scale(1);
    transition: 0.3s ease-in-out all;
}
.slick-slide.slick-center {
    opacity: 1;
    transform: scale(1.08);
    transition: all .5s;
}
.testimonials-carousel:after,
.testimonials-carousel:before {
    content: "";
    background: #FAFAFA;
    position: absolute;
    top: 0;
    height: 100%;
    width: 12%;
    z-index: 100;
}
.testimonials-carousel:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.testimonials-carousel:before {
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

/* Single Experience */

.experience-cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
}

.experience-cover-content {
    background-image: url(https://notainclusion.com/wp-content/uploads/2023/07/nota-bg-vertical.svg),
    linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
    background-size: 150px, auto;
    background-repeat: no-repeat,no-repeat;
    background-position: top right;
    padding: 80px 50px;
    color: #fff;
}

.experience-cover-content hr {
    border: 1px solid #fff;
    opacity: 1;
}

.experience-speaker-card-photo {
    background-position: 0 15%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
}

.experience-formats-container {
    border-radius: 10px;
    border: 1px solid var(--nota-color-blue);
}

.experience-formats-container h6 {
    color: var(--nota-color-blue);
    font-weight: 600;
}

.experience-formats-container ul {
    padding: 0;
}

.experience-formats-container li {
    list-style: none;
}

.experience-formats-container i {
    color: #8d99b3;
}

.experience-takeaways {
    background-color: #f2f6ff;
}

.experience-takeaways p {
    margin: 0;
}

.nota-badge {
    background-color: rgba(138, 69, 255, 0.3);
    border: 2px solid #8a45ff !important;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 3px 10px;
    color: #4a05ad;
    margin-bottom: 5px;
    margin-right: 5px;
}

.section-title h1,
.section-title h2,
.section-title h4 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 800 !important;
    color: #223e6d;
    text-align: center;
}

.section-title h2 {
    font-weight: 800 !important;
}

.section-title h4 {
    font-weight: 600 !important;
}

.nota-text-gradient {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(132deg, #a027ff, #4b9aff 49%, #00f0ff);
    -webkit-background-clip: text;
    background-clip: text;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    overflow-x: hidden;
}

@keyframes marqueeLeft {
    0% {
        left: 0
    }

    100% {
        left: -50%
    }
}

.marquee_row {
    height: 70px;
    width: 100%;
}

.marquee_parent {
    width: 100vw;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

.marquee-block {
    height: 70px;
    width: calc(9000px);
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.marquee-inner {
    display: block;
    width: 100%;
    position: absolute;
    animation: marqueeLeft 50s linear infinite;
}

.marquee-inner span {
    float: left;
}

.marquee-item {
    height: 70px;
    width: 170px;
    display: inline-block;
    padding: 15px;
    box-sizing: border-box;
    float: left;
    transition: all .2s ease-out;
}

.marquee-item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* Testimonial Slider */

.testimonial-text {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    font-size: 12px;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 20px;
    box-shadow: 0px 3px 10px 10px rgba(0, 0, 0, 0.03)
}

.testimonial-text::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: -6px;
    background-color: #fff;
    left: 55px;
    transform: rotate(45deg);
}

.testimonial-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-author {
    width: 70%;
    padding-left: 20px;
}

.testimonial-author h6,
.testimonial-author h5 {
    margin-bottom: 0;
}

.testimonial-author h5 {
    color: #223e6d;
    padding-bottom: 5px;
}

.testimonial-author h6 {
    font-style: italic;
    color: rgba(0, 0, 0, .6);
    line-height: 20px;
    font-size: 12px;
}

.testimonial-photo {
    width: 100px;
    border-radius: 50%;
}


.slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow-x: hidden;
    margin: 0;
    padding: 0 0 0px;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-slide {
    position: relative;
    float: left;
    height: 100%;
    min-height: 1px;
}

.divilife-3-col-feature-blurb-slider {
    position: relative;
}

.et_pb_blurb {
    margin-left: 25px;
    margin-right: 25px;
}

.divilife-3-col-feature-blurb-slider .slick-arrow,
.divilife-3-col-feature-blurb-slider .slick-arrow:hover,
.divilife-3-col-feature-blurb-slider .slick-arrow:focus {
    position: absolute;
    font-size: 0;
    line-height: 0;
    padding: 0;
    color: transparent;
    outline: none;
    background: rgba(122, 105, 230, 0.3);
    border: none;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    height: 40px;
    vertical-align: middle;
    border-radius: 50%;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divilife-3-col-feature-blurb-slider .slick-prev {
    left: -50px;
}

.divilife-3-col-feature-blurb-slider .slick-next {
    right: -50px;
}

.divilife-3-col-feature-blurb-slider .slick-arrow:before {
    color: #000;
    background: transparent;
    opacity: 1;
    font-size: 18px;
    vertical-align: middle;
    color: #7a69e6;
    text-align: center;
}

.divilife-3-col-feature-blurb-slider .slick-arrow:hover:before {
    opacity: 0.8;
}

ul.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background-color: #6b8ec9;
    border-radius: 10px;
}

.slick-dots li.slick-active button {
    background-color: #1dcfff;
}

/* Wizard */

#smartwizard {
    background-color: #fafcff;
}

.sw>.progress>.progress-bar {
    background-image: linear-gradient(132deg, #a027ff, #4b9aff 49%, #00f0ff);
}

.sw-theme-arrows>.nav .nav-link.active {
    background-image: linear-gradient(90deg, #a027ff, #4b9aff 49%, #00f0ff);
}

.sw-theme-arrows>.nav .nav-link.active::after {
    border-left-color: #00efff !important;
}

.sw-theme-arrows>.nav .nav-link.error {
    /* color: #dc3545 !important; */
    border-color: #dc3545 !important;
    background-color: #dc3545 !important;
    background-image: none;
}

.sw-theme-arrows>.nav .nav-link.error::after {
    border-left-color: #dc3545 !important;
}

.sw-theme-arrows>.nav .nav-link::after, .sw-theme-arrows>.nav .nav-link::before,
.sw-theme-arrows>.nav .nav-link {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.sw .toolbar>.sw-btn {
    background-color: #223e6d !important;
    border: 1px solid #223e6d !important;
    border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -o-border-radius: 25px !important;
}

.sw .toolbar>.btn-success {
    color: #fff;
    border-radius: 25px;
}

#smartwizard .form-label {
    margin-bottom: 0.5rem;
    color: #848991;
}

.smrtwzrd-tab-title {
    padding-left: 32px  ;
}

.smrtwzrd-tab-title p {
    font-weight: 500;
}

.smrtwzrd-tab-title span {
    font-size: 12px;
    font-weight: 300;
}

.sw.sw-justified>.nav .nav-link {
    text-align: left !important;
}

.spkr-type-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.spkr-type-item,
.budget-container  .btn {
    border: 2px solid #8a45ff !important;
    padding: 3px 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: #223e6d;
    cursor: pointer;
    font-size: 14px;
}

.spkr-type-item:hover,
.budget-container .btn:hover {
    background-color: rgba(138, 69, 255, 0.3);
    /* color: #fff; */
}

.type-active,
.btn-outline-info:active,
.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    background-color: #8a45ff !important;
    color: #fff !important;
}

.error{
    color: #e74c3c;
    font-weight: bold;
    font-size: 12px;
}

input.error, textarea.error, select.error {
    border-color: #e74c3c; 

}

@media(max-width: 980px) {
    .divilife-3-col-feature-blurb-slider .slick-prev {
        left: -32px;
    }

    .divilife-3-col-feature-blurb-slider .slick-next {
        right: -30px;
    }
}

@media(max-width: 499px) {
    .divilife-3-col-feature-blurb-slider .slick-prev {
        left: -26px;
    }

    .divilife-3-col-feature-blurb-slider .slick-next {
        right: -24px;
    }
}

/* Modal */

.nota-bg-light {
    background-color: #f2f6ff;
}

.modal-content .form-label {
    /* margin-bottom: 0; */
}

.modal-content .form-control {
    background-color: #f2f6ff;
    border: 0;
    font-size: 14px;
    /*margin-bottom: 10px;*/
}

.speaker-modal-title {
    color: #223e6d!important;
    font-weight: 700;
}

.speaker-modal-title span {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(132deg,#a027ff,#4b9aff 49%,#00f0ff);
    -webkit-background-clip: text;
    background-clip: text;
}

.modal-content .error-message,
.modal-content .sent-message,
.modal-content .loading {
    display: none;
}

.modal-recaptcha-text p {
    font-size: 10px;;
}

/* Footer */

footer {
    background-color: #f2f6ff;
    padding: 54px 0;
}

footer p {
    color: #223e6d;
    font-weight: 500;
}

footer a {
    color: #223e6d;
}

.social-link {
    background-color: #223e6d;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.social-link:last-child {
    margin-right: 0;
}

@media (max-width: 1024px) {
    .speakers-title {
        font-size: 5em;
    }

    .speakers-mosaic-container>div {
        width: 100px;
        height: 100px;
    }

    .speaker-testimonial {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (max-width: 768px) {
    .navbar-nav .nav-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    }

    .navbar-collapse {
        margin-top: 30px;
        padding-top: 15px;
        border-top: 3px solid #874bff;
    }

    .speaker-page {
        background-size: 100px;
    }

    .speakers-title {
        font-size: 4em;
    }

    .speakers-mosaic-container>div {
        width: 70px;
        height: 70px;
    }
    .experience-cover-content {
        background-size: 80px, auto;
        background-position: bottom right;
        padding: 80px 30px;
    }
}

@media (max-width: 500px) {
    section {
        padding: 54px 20px;
    }

    .collections-carousel .item {
        padding-right: 0;
    }

    .speaker-page {
        background-size: 80px;
    }

    .speakers-title {
        margin-bottom: 50px;
    }

    .speaker-testimonial {
        margin-left: 10px;
        margin-right: 10px;
    }
    .experience-cover-content {
        background-size: 90px, auto;
        background-position: top right;
    }
}
/* Menu */

.nota-nav-dropdown {
    border-top: 3px solid #2ea3f2;
    padding: 20px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
.nota-nav-dropdown .dropdown-item:focus,
.nota-nav-dropdown .dropdown-item:hover {
    background-color: rgba(0, 0, 0, .03);
}

.nota-nav-dropdown .dropdown-item {
    font-size: 14px;
    color: #223e6d;
    font-weight: 500;
    padding: 6px 20px;
}

.nav-item .nota-contact-btn {
    background-color: #223e6d;
    color: #fff !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}