#header .btn {
    margin-right: 0px;
    background-color: #99EFE3;
}

#header .btn:hover {
    border-radius: 20px 0px 20px 0px !important;
    background-color: #00D7BA;
}

.green-button a,
.learn-more {
    padding: 4px 0px;
}

.single-block-banner .green-button a {
    padding: 4px 20px;
}

.metrics {
    color: var(--color-white);
}

.metrics .tab-image-block {
    font-size: 50px;
    font-weight: 700;
}

.metrics .w-25>div {
    min-height: 215px;
    padding: 25px;
}

.metrics .five-column-block {
    margin: 0 -25px;
}

.section-header {
    text-transform: lowercase;
}

.launchpad-glance {
    color: var(--color-black);
}

.section-bottom-header {
    font-size: 44px;
    font-weight: 700;
    padding: 15px 0;
}

.tab-image-block img {
    height: 80px;
    width: auto;
}

.skill-set .tab-header-description {
    font-weight: normal;
}

.AccWrap {
    margin-top: 20px;
    overflow: hidden;
}

.faq .AccWrapInr {
    background-color: #F8F8F8;
    border-radius: 15px 0 15px 0;
}

.faq .AccWrapInr.accordion-outerwrap {
    background-color: #B3F3EA;
}

.AccHdr {
    font-size: 24px;
    padding: 24px 40px;
    cursor: pointer;
    font-weight: 500;
}

.AccCont {
    display: none;
}

.t-p {
    padding: 20px 40px;
    font-size: 20px;
}

.speakers-container.owl-theme .owl-dots .owl-dot span,
.video-container.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid var(--color-green);
}

.speakers-container.owl-theme .owl-dots .owl-dot.active span,
.video-container.owl-theme .owl-dots .owl-dot.active span {
    background: var(--color-green);
}


.single-block-banner .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

/* .AccWrap:first-child .AccCont {
    display: block;
} */
.mr-20 {
    margin-right: 20px;
}

.event-schedule .AccHdr {
    font-weight: 700;
}

.border-top-left-radius-30 {
    border-top-left-radius: 30px !important;
}

.border-top-left-radius-15 {
    border-top-left-radius: 15px !important;
}

.border-top-right-radius-15 {
    border-top-left-radius: 15px !important;
}

.founder-content {
    border: 3px solid var(--color-pink);
}

.orange-border {
    border: 3px solid var(--color-orange);
}

.blue-border {
    border: 3px solid var(--color-blue);
}

.jury-section .founder-content {
    border: 3px solid var(--color-blue);
}

.event-schedule .AccWrap:nth-child(odd) {
    border: 4px solid #FF7FB9;
    color: #FF7FB9;
}

.event-schedule .AccWrap:nth-child(odd):hover .AccHdr {
    background-color: #FF7FB9;
    color: #fff;
}

.event-schedule .AccWrap:nth-child(3) {
    border: 4px solid #804DD4;
    color: #804DD4;
}

.event-schedule .AccWrap:nth-child(3):hover .AccHdr {
    background-color: #804DD4;
    color: #fff;
}

.event-schedule .AccWrap:nth-child(3) {
    border: 4px solid #804DD4;
    color: #804DD4;
}

.event-schedule .AccWrap:nth-child(even) {
    border: 4px solid #FF8806;
    color: #FF8806;
}

.event-schedule .AccWrap:nth-child(even):hover .AccHdr {
    background-color: #FF8806;
    color: #fff;
}

.event-schedule .AccWrap:nth-child(even) {
    border: 4px solid #FF8806;
    color: #FF8806;
}

.event-schedule .AccWrap:nth-child(odd) .AccCont {
    border-top: 4px solid #FF7FB9
}

.event-schedule .AccWrap:nth-child(even) .AccCont {
    border-top: 4px solid #FF8806
}

.event-schedule .AccWrap:nth-child(3) .AccCont {
    border-top: 4px solid #804DD4;
}

.event-schedule .AccWrap:nth-child(odd) .AccHdr.clicked {
    background-color: #FF7FB9;
    color: var(--color-white);
}

.event-schedule .AccWrap:nth-child(even) .AccHdr.clicked {
    background-color: #FF8806;
    color: var(--color-white);
}

.event-schedule .AccWrap:nth-child(3) .AccHdr.clicked {
    background-color: #804DD4;
}

.event-schedule .AccWrap:nth-child(odd) .hidden-text,
.event-schedule .AccWrap:nth-child(even) .hidden-text {
    transition: all 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
}

.event-schedule .AccWrap:nth-child(odd) .AccHdr.clicked .hidden-text,
.event-schedule .AccWrap:nth-child(even) .AccHdr.clicked .hidden-text {
    visibility: hidden;
    opacity: 0;
}

.toggle-symbol {
    position: absolute;
    right: 40px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-in-out;
    top: 30px;
}

.faq .toggle-symbol {
    background-image: url(../images/icon-plus-black.webp);
}

.faq .AccHdr.clicked .toggle-symbol {
    background-image: url(../images/icon-minus-black.webp);
}

.event-schedule .AccWrap:nth-child(odd) .toggle-symbol {
    background-image: url(../images/icon-plus-pink.webp);
}

.event-schedule .AccWrap:nth-child(even) .toggle-symbol {
    background-image: url(../images/icon-plus-orange.webp);
}

.event-schedule .AccWrap:nth-child(3) .toggle-symbol {
    background-image: url(../images/icon-plus-purple.webp);
}

.event-schedule .AccWrap:hover .toggle-symbol {
    background-image: url(../images/icon-plus.webp);
}

.event-schedule .AccWrap .AccHdr.clicked .toggle-symbol {
    background-image: url(../images/icon-minus.webp);
    height: 3px;
    margin-top: 14px;
}

.AccCont {
    color: var(--color-black);
}

.event-schedule .tab-content-content-block {
    padding: 40px;
}

.banner-background {
    background-image: url(../images/yp-launchpad-banner.webp);
    min-height: 710px;
}

.founder-designation {
    min-height: 40px;
}

/* .web-menu {
  display: flex;
  justify-content: space-between;
} */

.single-founder-block {
    padding: 0;
}

/* Hover effect */
.flex-slide {
    position: relative;
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    /* filter: grayscale(100%); */
    border-radius: 0;
    /* height: 100%; */
}

.home {
    background-size: cover !important;
    background-position: center center !important;
}

.video-container .owl-stage-outer {
    border-radius: 50px 0 50px 0;
}

.video-container .owl-stage-outer .video-player .video-player-frame {
    border-radius: 0;
}

.video-container .owl-stage-outer .video-player {
    width: 100%;
    height: 100%;
}

.flex-container {
    /* height: 450px; */
    width: 80%;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}

.flex-content-block {
    position: absolute;
    padding: 20px 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flex-title,
.flex-about {
    z-index: 2;
    position: relative;
}

.about .flex-content-block {
    color: #000;
}

.flex-slide:hover {
    -webkit-flex-grow: 3;
    flex-grow: 3;
    filter: grayscale(0%);
}

/* Hover effect */

.about-content-block {
    min-height: 250px;
}

#header.scrolled .logo {
    width: 30%;

}

#header.scrolled .yp-logo {
    width: 13%;
}

h3 {
    font-size: var(--font-size-30);
}

.tab-header-description {
    font-weight: 400;
    font-size: 20px;
}

.speakers-container img {
    height: 300px !important;
}

.about-launchpad .tab-content-content-block {
    padding: 30px 50px;
}

.video-overlay {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    border-radius: 40px;
    position: absolute;
}

.launchpad-btn {
    position: absolute;
    left: 65%;
    bottom: 40px;
    width: 50%;
}

.launchpad-btn .btn a {
    font-size: var(--font-size-18);
    color: var(--color-white);
}

.launchpad-btn .btn {
    padding: 8px 40px;
}

@media(max-width: 811px) {
    .banner-background {
        background: url('../images/responsive-banner-YP.webp') no-repeat center/cover !important;
    }

    .launchpad-btn {
        left: 16%;
        bottom: 36px;
    }

    .launchpad-btn .btn a {
        font-size: var(--font-size-12);
    }

    .launchpad-btn .btn {
        padding: 6px 24px;
    }
}

@media(max-width: 468px) {
    
    .launchpad-btn {
        left: auto;
        bottom: 10px;
        width: 100%;
        position: relative;
        align-items: center;
        justify-content: center;
    }

    .banner-background {
        min-height: 180px !important;
        margin-bottom: 40px;
    }

    .five-column-block .w-25 {
        width: 50% !important;
        margin: 10px auto;
    }

    .metrics .tab-image-block {
        font-size: 30px;
    }

    .section-bottom-header {
        font-size: 20px;
        padding: 10px 20px;
    }

    .metrics .w-25>div {
        padding: 10px;
        min-height: 140px;
        margin: 0 10px;
    }

    .metrics .tab-header-description {
        font-size: 16px;
    }

    .tab-image-block img {
        /* width: 70px; */
        height: 70px;
    }

    .toggle-symbol {
        right: 10px;
        top: 20px;
    }

    .AccHdr {
        font-size: 20px;
        padding: 15px 10px;
    }

    .event-schedule .AccWrap .AccHdr.clicked .toggle-symbol {
        margin-top: 8px;
    }

    .speakers-container img {
        height: 280px !important;
    }

    .metrics .five-column-block {
        margin: 0;
    }
}