@import url(./header.css);
@import url(./footer.css);
@import url(./booklet.css);
@import url(./loader.css);

.close-icon {
    width: 20px;
    height: 20px;
    color: #000;
    border: 2px solid #000;
    border-radius: 50%;
    font-size: 17px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.green-btn {
    position: relative;
    background-color: #BAFC9D;
    color: #310069;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 1px 1px 1px 1px #000;
    letter-spacing: 1px;
    padding: 10px 20px;
    min-width: 210px;
    text-align: right;
}

.btn-blue {
    position: absolute;
    bottom: 14px;
    left: 100px;
    background-color: #073393;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 1px 1px 1px 1px #000;
    letter-spacing: 1px;
    padding: 10px 20px;
    min-width: 210px;
}

.btn-block-banner {
    position: absolute;
    bottom: 25px;
    left: 6%;
}

.result::before {
    content: '';
    display: block;
    background-image: url('../images/gallery.svg');
    /* background-image: url('../images/exampad.png'); */
    width: 30px;
    height: 35px;
    position: absolute;
    left: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}

.agenda {
    margin-left: 20px;
}

.agenda::before {
    background-image: url('../images/notepad.png');
}

.image-sponser-hover-section {
    visibility: hidden;
    opacity: 0;
    width: 20%;
    height: auto;
    position: absolute;
    top: 24%;
    right: 3%;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    border-radius: 15px;
}

.image-sponser-hover-section:hover {
    width: 35%;
}

.image-sponser-hover-section.active {
    visibility: visible;
    opacity: 1;
}

/* BAnner */

.banner-slider-section .item {
    padding-top: 107px;
}

.banner-slider-section {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-top: 0px;
}

/* .banner-slider-section.active {
    padding-top: 100px;
} */

.banner-slider-section .owl-theme .owl-dots .owl-dot span {
    background: #D6D6D6;
    border-radius: 0;
    width: 3px;
    height: 20px;
    margin: 3px;
    background: #fff;
}

.banner-slider-section .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    width: 6px;
    height: 26px;
}

.banner-slider-section .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-slider-section .owl-theme .owl-nav {
    margin: 0;
}

.nav-btn {
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.next-slide {
    right: 50px;
    background-image: url('https://api.iconify.design/simple-line-icons/arrow-right.svg?color=white&width=30&height=30');
}

.prev-slide {
    left: 50px;
    background-image: url('https://api.iconify.design/simple-line-icons/arrow-left.svg?color=white&width=30&height=30');
}

.title-section h2 {
    font-size: 30px;
    line-height: 2;
    font-family: "Poppins";
    font-weight: 700;
    color: #2f0063;
    margin-bottom: 0;
}

.title-section h3 {
    font-size: 26px;
    line-height: 48px;
    font-family: "Poppins";
    font-weight: 700;
    padding-top: 2rem;
}

.title-section h4 {
    font-size: 20px;
    line-height: 36px;
    font-family: "Poppins";
    font-weight: 600;
    color: #2f0063;
    text-transform: uppercase;
    margin-bottom: 0;
}

.section-desc {
    font-weight: 600;
    font-size: 20px;
    font-family: "Open Sans";
}

.sponsors {
    width: 68%;
    margin: auto;
}

.col-lg-4.col-md-6.pt-4:last-child .sponsors {
    width: 80%;
}

.sponsors img {
    width: 100%;
    height: 110px;
}

.section {
    padding: 30px 0;
}

.num-counter-section {
    background-image: url("../images/impact-bg.webp");
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    color: #fff;
    padding: 30px;
}

.counting-number {
    font-size: 30px;
    line-height: 72px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
}

.counting-desc {
    font-size: 20px;
    line-height: 30px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
}

.bg-box {
    position: relative;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ECECEC;
    -webkit-box-shadow: 0px 4px 4px 0px rgb(204, 204, 204);
    -moz-box-shadow: 0px 4px 4px 0px rgb(204, 204, 204);
    box-shadow: 0px 4px 4px 0px rgb(204, 204, 204);
}

.img-wrapper-outer {
    padding: 10px;
    background-color: #fff;
}

.image-block {
    overflow: hidden;
}

.speaker-details {
    padding-bottom: 10px;
    padding-top: 10px;
    min-height: 65px;
}


.speaker-details h6 {
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
}

.zury-carousel .owl-item h6 {
    color: #F3993E;
    text-transform: uppercase;
}

.speaker-details p {
    font-size: 12px;
    line-height: 13px;
    font-family: "Poppins";
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
}

.zury-carousel .speaker-details p {
    font-size: 11px;
}

.event-speakers-section .owl-dots {
    padding-top: 2rem;
}

.event-speakers-section .left-side-vector {
    width: 15%;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 26px;
}

.ful-roadmap-section .left-side-vector {
    width: 15%;
    position: absolute;
    right: 0;
    z-index: -1;
    top: 26px;
}

.AccWrap {
    margin-top: 20px;
}

.AccCont {
    display: none;
}

.AccWrap:first-child .AccCont {
    display: block;
}

.ful-roadmap-section ul {
    padding-left: 20px;
}

.panel-header {
    background: #B284E4;
    box-shadow: 0px 10px 25px -6px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 5px 15px;
    cursor: pointer;
    position: relative;
}

.action-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.clicked .action-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.panel-header .fa-angle-down {
    color: #073393;
    font-size: 25px;
}

.t-p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins";
    font-style: normal;
    padding: 1rem;
}

.topic-title-desc {
    padding-bottom: 10px;
    display: flex;
    align-content: center;
}

.topic-title-desc:first-child {
    min-height: 52px;
}

.topic span {
    font-size: 12px;
    margin-left: 5px;
}

.img-wrapper-outer iconify-icon {
    color: #F3993E;
}

.speaker-item {
    padding: 10px 15px;
}

.speaker-info .modal-header {
    background-color: #8e5dc5;
    color: #fff;
}

.modal-dialog {
    max-width: 45%;
}

.modal-header .close {
    color: #fff;
    font-size: 35px;
    opacity: 1;
}

.rewards-card .card-wrap {
    border: 1px solid #7823DC;
    position: relative;
}

.rewards-card .content-overlay {
    background: rgba(31, 30, 30, 0.49);
    position: absolute;
    height: calc(100% + 10px);
    width: 100%;
    left: -10px;
    bottom: 10px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rewards-card:hover .content-overlay {
    opacity: 1;
}

.rewards-card .card-wrap img {
    width: 100%;
    margin-left: -20px;
    margin-bottom: 10px;
    margin-top: -20px;
}

.hover-icon {
    height: 50px;
    width: 50px !important;
    margin: 0 !important;
}

.reward-title {
    font-size: 16px;
    line-height: 24px;
    font-family: "Poppins";
    font-weight: 500;
    text-align: center;
    padding-top: 8px;
}

.tab-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tab-content-1,
.tab-content {
    display: none;
}

.tab-content-1.current,
.tab-content.current {
    display: block;
}

.tab-content-1 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.35);
}

.tab-section-desc {
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 500;
    color: #2f0063;
}

.package-item {
    font-size: 18px;
    padding: 20px 10px;
    min-width: 205px;
    width: calc(33.333333% - 2px);
    font-weight: 500;
    text-align: center;
    margin: 0 1px;
    background: #94C87D;
    border: none;
    padding: 20px 24px;
    color: #2f0063;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.package-item.active,
.package-item:hover {
    background-color: #7823DC;
    color: #fff;
    border-radius: 0px;
}

.package-item.active::after {
    position: absolute;
    bottom: -9px;
    left: 5px;
    margin-left: 0px;
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #7823DC;
}

.perk {
    background: #B284E4;
    box-shadow: 3px 3px 20px -4px rgba(0, 0, 0, 0.25);
    position: relative;
    padding: 15px 40px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 500;
}

.perk p {
    margin: 0;

}

.tab-content-block {
    margin-top: 30px;
}

.bg-shadow-white {
    background: #fff;
    -webkit-box-shadow: 0px 5px 4px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 4px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 4px -2px rgba(0, 0, 0, 0.1);
}

.highlights-section {
    background-color: #7823dc;
    font-size: 16px;
    line-height: 30px;
    font-family: "Poppins";
    color: #fff;
}

.text-bg-wrapper {
    background-image: url("../images/enterpreneur-bg.webp");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 80px;
}

.highlights-section h2 {
    color: #fff;
}

.highlights-section p {
    margin: 0;
}

.instagram-block .owl-dots {
    margin-top: 20px;
}

.instagram-block-inner {
    min-height: 225px;
    margin: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.instagram-block .owl-prev {
    position: absolute;
    top: 35% !important;
    left: -40px;
    transform: translateX(-50%);
}

.instagram-block .owl-next {
    position: absolute;
    top: 35% !important;
    right: -80px;
    transform: translateX(-50%);
}

.instagram-block .next-slide {
    background-image: url('https://api.iconify.design/simple-line-icons/arrow-right.svg?color=black&width=30&height=30');
    right: 40px;
}

.instagram-block .prev-slide {
    background-image: url('https://api.iconify.design/simple-line-icons/arrow-left.svg?color=black&width=30&height=30');
    left: 0;
}

.instagram-block .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #94C87D !important;
}

.card-image {
    width: 180px;
}

.organizers-card {
    background-color: #F3993E;
    margin-left: -13px;
    margin-top: -17px;
    margin-bottom: 15px;
    margin-right: 12px;
    padding: 2rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.organizers-card:hover {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
}

.card-wrap {
    border: 2px solid #F3993E;
}

.organizers-section .col-lg-6.col-md-6.col-sm-12.col-12:nth-child(even) .organizers-card {
    background-color: #94C87D;
}

.organizers-section .col-lg-6.col-md-6.col-sm-12.col-12:nth-child(even) .card-wrap {
    border: 2px solid #94C87D;
}

.accordion {
    margin-bottom: 30px;
}

.load-more-btn {
    font-size: 14px;
    padding: 20px 70px;
    font-family: "Poppins";
    font-weight: 600;
    color: #ffffff;
    background-color: #F3993E;
    box-shadow: 6px 6px 0px #000;
    border-radius: 0;
}

.faq-section .AccWrap:first-child {
    margin-top: 0;
}

.video-text-block {
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 14px;
}

.feature-point:first-child {
    margin-bottom: 50px;
}

.points-wrap {
    width: 33.33%;
}

.feature-point img {
    width: 75px;
}

.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.align-right {
    padding-right: 30px;
    text-align: right;

}

.align-left {
    padding-left: 30px;

}

.youtube-video .modal-header {
    border-bottom: none;
    justify-content: right;
    padding: 0;
}

.youtube-video .modal-content {
    background-color: transparent;
    border: none;
}

.speaker-img {
    height: 225px;
    width: auto !important;
    margin: auto;
}

.video-details {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    min-height: 50px;
    margin-top: 20px;
}

.close.video-modal-close {
    color: #000;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: transparent;
    opacity: 0.6;
}

#videos-section .modal-dialog {
    max-width: 65%;
}

.videos-section {
    height: 460px;
}

#videos-section .nav-btn {
    top: 40%;
}

#videos-section .prev-slide {
    left: -40px;
    background-image: url('https://api.iconify.design/simple-line-icons/arrow-left.svg?color=#cccccc&width=30&height=30');
}

#videos-section .next-slide {
    right: -40px;
    background-image: url('https://api.iconify.design/simple-line-icons/arrow-right.svg?color=#cccccc&width=30&height=30');
}

.video-thumbnail {
    height: 280px;
}