/* style for all */


/* @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;800&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;600&display=swap');
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /* font-family: "Rubik", sans-serif; */
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 400;
}

a {
    text-decoration: none !important;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd;
}

:root {
    --theme: #ee3b24;
    --faint: #f8eae8;
    --white-faint: #fff;
    --font-color: #233d63;
    --bg-color: #eef4f7;
    --second: #dc3545;
}

.theme-color {
    background-color: var(--theme);
}

a.cc {
    color: var(--font-color) !important;
}

a.cc:hover {
    color: var(--theme) !important;
}

.theme-text {
    color: var(--theme) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--font-color);
}

.svg {
    margin-top: -180px;
}

.head {
    width: 100vw;
    height: 70vh !important;
    display: flex;
    align-items: center;
}

.head h1 {
    font-size: 70px;
    font-weight: bold;
    margin-top: 0px;
}

.card {
    margin: 30px auto !important;
    border: 0px !important;
}

.heading {
    text-align: center;
    font-weight: bold;
}

.hr-row {
    height: 5px !important;
    background: var(--theme) !important;
    width: 250px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.ratings {
    color: #f68a03 !important;
    font-size: 15px !important;
}

i {
    color: var(--theme);
}

#procedure span, .timeline p, h6, h5
{
    color: var(--theme) !important;
}

.timeline {
    border-left: 3px solid var(--second);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 100%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event::before,
.timeline .event::after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event::before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event::before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event::after {
    -webkit-box-shadow: 0 0 0 3px var(--second);
    box-shadow: 0 0 0 3px var(--second);
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event::after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}

/* navbar */

.navbar-toggler-icon button {
    border: none !important;
    outline: none !important;
    padding: 5px;
}

.navbar-collapse {
    position: relative;
}

.navbar-nav a {}

.navbar-nav {
    position: absolute;
    right: 10px;
}

.p-search {
    position: relative;
}

.p-search button {
    position: absolute;
    background: none !important;
    border: none !important;
    outline: none !important;
    right: 10px !important;
    top: 10px !important;
}

.search-bar {
    padding: 7px 25px;
}

.navbar ul li a {
    font-size: 14px !important;
    font-weight: bold;
}


/* buttons */

.orange-faint-button {
    color: white;
    background-color: var(--theme);
}

.green-button {
    color: var(--theme);
    background-color: green !important;
    color: white !important;
}

.orange-button {
    color: white;
    background-color: var(--theme) !important;
}

.orange-bordered-button {
    border: 1px solid var(--theme);
    margin-left: 10px;
}

.white-faint-button {
    color: black;
    background-color: white;
}


/*  header section */

header .item {
    height: 90vh;
    position: relative;
}

header .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

header .owl-item h1 {
    font-size: 67px !important;
    font-family: 'Rubik', sans-serif;
}

header .owl-item h2 {
    font-size: 35px !important;
    font-family: 'Rubik', sans-serif;
}

header .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

header .owl-item.active h2,
header .owl-item.active .btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.9s;
}

header .item .cover .header-content a {
    z-index: 10000 !important;
}

header .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
}

header .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

header .item .cover .header-content a {
    z-index: 1000 !important;
}

header .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 800 !important;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}

header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.6) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

header .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

header .owl-nav .owl-prev:focus {
    outline: 0;
}

header .owl-nav .owl-prev:hover {
    background: #000 !important;
}

header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.6) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

header .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

header .owl-nav .owl-next:focus {
    outline: 0;
}

header .owl-nav .owl-next:hover {
    background: #000 !important;
}

header:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

header:hover .owl-next {
    right: 0px;
    opacity: 1;
}

#carousel .owl-dots {
    position: absolute !important;
    left: 50% !important;
    transform: translate(-50%) !important;
    bottom: 11px !important;
}

#carousel button.owl-dot.active span {
    color: red !important;
}

.owl-carousel .active span {
    width: 10px !important;
    height: 10px !important;
    margin: 5px 7px !important;
    background: var(--theme) !important;
    display: block !important;
    -webkit-backface-visibility: visible !important;
    -webkit-transition: opacity 200ms ease !important;
    -moz-transition: opacity 200ms ease !important;
    -ms-transition: opacity 200ms ease !important;
    -o-transition: opacity 200ms ease !important;
    transition: opacity 200ms ease !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
}


/* feature blocks */

.card-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://images.pexels.com/photos/2292837/pexels-photo-2292837.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
    background-position: center;
    background-size: cover;
}

.card-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://images.pexels.com/photos/3184455/pexels-photo-3184455.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500");
    background-position: center;
    background-size: cover;
}

.card-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://images.pexels.com/photos/6863190/pexels-photo-6863190.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500");
    background-position: center;
    background-size: cover;
}


/* courses */

#popular_courses .card img {
    width: 100%;  height: auto!important; object-fit: contain;
    }
}

#speakers{
    background: var(--bg-color);
}

/* achievements */

#achievements {
    background: var(--bg-color);
}

#achievements i {
    font-size: 30px !important;
}


/* importance */

#importance .points {
    color: var(--font-color);
}

#importance i {
    font-size: 17px;
    background: var(--faint);
    padding: 13px !important;
    border-radius: 50%;
}


/* course block */

#course {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("https://images.pexels.com/photos/3184460/pexels-photo-3184460.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 60vh;
}

#course a {
    background: rgb(255, 255, 255, .3);
    color: white;
    border-radius: 50px;
    padding: 5px 20px;
}

#course a:hover {
    background: var(--theme);
    color: white;
}




/* testimonial */

.testimonials-clean {
    color: #313437;
    background-color: var(--bg-color);
}

.testimonials-clean p {
    color: #7d8285;
}

.testimonials-clean h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width: 767px) {
    .testimonials-clean h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.testimonials-clean .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}

.testimonials-clean .intro p {
    margin-bottom: 0;
}

.testimonials-clean .people {
    padding: 50px 0 20px;
}

.testimonials-clean .item {
    margin-bottom: 32px;
}

@media (min-width: 768px) {
    .testimonials-clean .item {
        height: 220px;
    }
}

.testimonials-clean .item .box {
    padding: 30px;
    background-color: #fff;
    position: relative;
}

.testimonials-clean .item .box::after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -24px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-width: 12px 15px;
    border-top-color: #fff;
}

.testimonials-clean .item .author {
    margin-top: 28px;
    padding-left: 25px;
}

.testimonials-clean .item .name {
    font-weight: bold;
    margin-bottom: 2px;
    color: inherit;
}

.testimonials-clean .item .title {
    font-size: 13px;
    color: #9da9ae;
}

.testimonials-clean .item .description {
    font-size: 15px;
    margin-bottom: 0;
}

.testimonials-clean .item img {
    max-width: 60px;
    height: 50px;
    float: left;
    margin-right: 12px;
    margin-top: -5px;
}


/* footer */

#footer a {
    text-decoration: none !important;
    margin: 10px 0px;
    color: white !important;
}

#footer a:hover {
    color: var(--theme) !important;
}

#footer i {
    font-size: 15px !important;
    color: white !important;
}

#footer .social-media i {
    font-size: 25px !important;
    margin-top: 10px;
    margin-left: 20px;
}

#footer p,
#footer a {
    font-weight: 300 !important;
}

#footer .categories a {
    margin: 25px auto !important;
}


/* ================ course page ================= */

.head {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
}

.w-list {
    border: 1px solid white;
    margin-left: 20px !important;
}

.w-list:hover {
    background: white !important;
    color: black !important;
}

.w-list:hover i {
    color: black !important;
    background: none !important;
}

#course_details_page_landing {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/course-details-min.jpeg");
    height: 100vh !important;
}
@media only screen and (max-width: 1200px) {

    #course_details_page_landing {
        
        height: 120vh !important;
    }
}

#course_page_landing {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/coures-page-min.jpeg");
}

#course_details_page_landing h1 {
    text-align: left;
    font-size: 50px !important;
}

#course_details_page_landing i {
    font-size: 11px;
    color: white;
    background: rgb(255, 255, 255, 0.07);
    padding: 10px;
    border-radius: 50%;
}

#course_details_page_landing p {
    margin-top: -35px !important;
}

#all_course_landing {
    height: 70vh !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/course-min.jpeg");
}

.ins img {
    width: 120px !important;
    height: 110px !important;
    border-radius: 50%;
}

.ins i {
    font-size: 12px;
    padding: 10px !important;
}



/* ================ course list page ================= */

#course_list_landing {
    height: 70vh !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/");
}


/* ================ course by category page ================= */

#course_by_cat_landing {
    height: 70vh !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/cbc-min.jpg");
}


/* ================ course by cat list page ================= */

#course_by_cat_list_landing {
    height: 70vh !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/ccl-min.jpg");
}


/* ================ single course details ========== */

#popular_courses p {
    margin-top: 5px !important;
}

#first img {
    width: 80% !important;
    height: 50vh;
    margin: auto !important;
}

.accordion-button {
    padding: 10px !important;
    margin-top: 10px !important;
    border: 0px !important;
    background: var(--bg-color);
    color: var(--font-color) !important;
}

.accordion a {
    color: var(--font-color) !important;
}

.accordion-button:focus {
    box-shadow: inset 0 -1px 0 #ddd !important;
}

#related_courses .owl-dots {
    margin-top: 10px !important;
}


/* ============== Labs ====================== */

#it_lab {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/it-lab-min.jpeg");
}

#franchisee {
    height: 70vh !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/fr-min.jpeg");
}

#sc {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/sc.jpg");
}

#it_features i,
#sc_features i {
    font-size: 25px !important;
    background: var(--faint) !important;
    padding: 18px 20px !important;
    border-radius: 55% !important;
    margin-bottom: 5px !important;
}

.fa-clock,
.fa-play-circle,
.fa-check-circle,
.fa-book-open,
.fa-atlas,
.fa-question,
.fa-globe-americas,
.fa-laptop-code,
.fa-medal,
.star,
.fa-dot-circle,
.fa-book,
.fa-map-marked-alt,
.fa-user-tie {
    background: var(--faint) !important;
    padding: 5px !important;
    border-radius: 55% !important;
}

#features .d-block {
    margin-top: 30px;
}


/* ============= video ===================== */

#video iframe {
    box-shadow: 1px 1px 15px grey;
}


/* ============= portfolio ===================== */

#portfolio {
    height: 70vh !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/portfolio-min.jpg");
}


/* ============= about us ===================== */

#sc_first i {
    margin-left: 10px !important;
    font-size: 12px;
}

#about {
    height: 70vh !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/about.jpg");
}

#about_second .card {
    margin-top: 5px !important;
}

#about_second .card img {
    border-radius: 5px !important;
}

.ab-c,
.wu-card {
    background-position: center;
    background-size: cover;
    width: 100%;
    margin-top: 10px !important;
}

.about_card-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/ab-1-min.jpeg");
}

.about_card-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/ab-2-min.jpeg");
}

.about_card-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/ab-3-min.jpeg");
}

.wu-card-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/1-min.jpg");
}

.wu-card-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/1-min.jpg");
}

.wu-card-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/2-min.jpg");
}

.wu-card-4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/3-min.jpg");
}


/* ============= contact us ===================== */

#contact {
    height: 70vh !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/4.jpg");
}

#contact_first .card {
    height: 230px !important;
    transition: 0.5s;
}

#contact_first .card:hover {
    color: white !important;
    background: var(--theme);
}

#contact_first i {
    background: var(--faint);
    border-radius: 50%;
    font-size: 30px;
}

#contact_first .fa-map-marker-alt {
    padding: 15px 20px;
}

#contact_first .fa-envelope {
    padding: 17px;
}

#contact_first .fa-phone {
    padding: 17px;
}

#contact_second .social-media i,
#application .social-media i {
    margin-left: 20px;
    font-size: 25px;
    color: var(--font-color);
    margin-top: 15px;
}

#contact_second .form-control {
    border-radius: 5px !important;
    margin: 6px auto !important;
}

.field {
    position: relative;
}

.field i {
    position: absolute;
    top: 17px;
    left: 20px;
    color: var(--font-color);
    font-size: 14px;
}

.field input,
.select {
    padding-left: 50px;
    font-size: 14px;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    margin-top: 20px;
}

.select {
    padding-left: 50px;
    font-size: 13px;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    border: 1px solid rgb(212, 208, 208) !important;
}

textarea {
    font-size: 13px !important;
    padding-left: 45px !important;
    padding-top: 14px !important;
    margin-top: 20px;
}


/* ====================== registration page ==================== */

#registration {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/regis-min.jpg");
    height: 50vh !important;
}


/* ====================== login page ==================== */

#login {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/login-min.jpg");
    height: 50vh !important;
}

.alt-login i {
    margin-left: 20px !important;
    font-size: 20px;
}

.alt-login .fab fa-facebook-f {
    color: blue !important;
}


/* ====================== Forgot password page ==================== */

#forgot_pass {
    height: 50vh !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/forgot-pass-min.jpg");
}


/* media queries */

@media only screen and (max-width: 851px) {
    .hide {
        display: flex !important;
        flex-direction: column;
        text-align: center !important;
        width: 70%;
        margin: 0px auto !important;
    }
    .head {
        width: 100vw !important;
        height: 70vh !important;
        display: flex;
        align-items: center;
    }
    .head .row {
        padding-left: 20px;
    }
    .head h1 {
        text-align: left;
        margin-top: 30px !important;
        font-size: 35px !important;
    }
    
    #course_details_page_landing h1 {
        margin-top: 30px !important;
        font-size: 30px !important;
    }
    .navbar-collapse {
        position: static;
    }
    .navbar-nav {
        position: static;
    }
    .morecontent span {
        display: none;
    }
    .morelink {
        display: block;
    }
    .navbar ul li a {
        margin-left: 0px !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .navbar ul li {
        margin-left: 10px;
    }
    header .owl-item h1 {
        font-weight: 900 !important;
        font-size: 40px !important;
    }
    header .owl-item h2 {
        font-weight: 900 !important;
        font-size: 25px !important;
    }
    .apply-block {
        margin-top: 50px !important;
    }
    .svg {
        margin-top: -100px;
    }
    /* .act {
        color: var(--theme) !important;
        border-bottom: none !important;
    } */
    /* .navbar ul li a:hover {
        color: var(--theme) !important;
        border-bottom: none !important;
    } */
    #video .margin-needs {
        margin-top: 40px !important;
    }
}


.course_review
{
    margin: 50px auto;

} 

.course_review_profile
{
    padding: 20px 10px 10px;
    background-color: #efefef;

}
.course_review_profile img
{
    top: -70px!important;
    position: relative;
    left: calc(50% - 50%);
    border: 10px solid white;
}
.course_review_user
{
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.course_review_profile h3
{
    font-size: 20px;
    margin-top: 15px;
    color: #ff9800;
}
.course_review span
{
    font-size: 12px;
    color:#333;
}
.course_review blockquote
{
    font-size: 16px;
    line-height: 30px;
}
.course_review blockquote::before
{
    content:'\93';
    font-size:50px;
    position:relative;
    color: #ff6600;
    line-height: 20px;
    bottom: -15px;
    right: 5px;
}
.course_review blockquote::after
{
    content:'\94';
    font-size:50px;
    position:relative;
    color: #ff6600;
    line-height: 10px;
    bottom: -15px;
    right: 5px;
}
.course_review_profile:hover
{
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: 0.5s;
}


/*Events CSS Starts*/


#event_details_page_landing {
/*    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/course-details-min.jpeg");*/
    height: 70vh !important;    
    background-image: url("../images/event_details_page_landing.png");
    background-position:center;
    background-size:cover;
    padding:0 8%;
    position:relative;
    font-family:'poppins',sans-serif;
    box-sizing: border-box;
}

.event-title {
    font-size: 50px !important;
    font-weight: bolder;
    color: var(--theme);
    text-shadow: 2px 2px 4px lightgray;
}

.eventdatetime i {
    font-size: 11px!important;
    color: white;
    background: var(--theme)!important;
    padding: 10px!important;
    border-radius: 50%!important;
}

.eventdatetime b {
    margin-left: 5px;
}


.video-box{
    margin: auto;
    width:100%;
    height: 50vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url("../images/course-details-min.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 15px 15px 15px 15px;
}

.video-box h1{
    
   position: relative;
   top: 70px;
   font-family: "Times New Roman", Times, serif;
   font-weight: bold;
   font-size: 50px;
   color: white;
   text-align: center;
   

}

.video-box-play-btn{
    
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme);
    color: #fff!important;
    font-size: 35px;
    width:70px;
    height: 70px;
    z-index: 2;    
    border-radius: 100%;
    position: relative;
    cursor: pointer;
}

.video-box-play-btn::before{
    content: '';
    position: absolute;
    border: 15px solid #fff;
    border-radius: 100%;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
    animation: bloom1 1.5s linear infinite;
    opacity: 0;
    z-index: 1;

}
.video-box-play-btn::after{
    content: '';
    position: absolute;
    border: 15px solid #fff;
    border-radius: 100%;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
    animation: bloom2 1.5s linear infinite;
    opacity: 0;
    z-index: 1;
    animation-delay: .5s;
}

.video-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255,0.9);    
    display:none ;
    
}  

.video-close{
    position: fixed;
    top: 10%;
    right: 25px;
    font-size: 20px;
    cursor: pointer;
}

.video-container iframe{
    display: none;
}
.video-container.show{
    pointer-events: all;
    display: flex;
    justify-content: center;
    align-items:center;
    z-index: 5;
    transition: all 0.3s;
}
.video-container.show iframe{
    width: 90%;    
    height: 70vh;
    display: block;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    outline: none;
    transition: all 0.3s;
}
@keyframes bloom1{
    0%{
        transform: scale(0.8);
        opacity: 1;
    }
    
    100%{
        transform: scale(1.5);
    }
}
@keyframes bloom2{
    0%{
        transform: scale(0.8);
        opacity: 1;
    }
    
    100%{
        transform: scale(1.5);
    }
}


@media (max-width: 992px) { 
    .video-container iframe{
        width: 90%;    
        height: 70vh;
        
    }

}

@media (max-width: 768px) { 
    .video-container iframe{
        width: 90%;    
        height: 50vh;
        
    }

}

@media (max-width: 576px) { 
    .video-container iframe{
        width: 90%;    
        height: 30vh;
        
    }

}


.event-content{
    top:50%;
    position:absolute;
    transform:translateY(-50%);
    color:#fff!important;
}
.event-content h1{
    font-size:75px;
    font-weight:600;
    color: #fff;
}
.event-content h1 span{
    color: #ff3753;
}
.event-content p{
    font-size:25px;
    font-weight:300;
    color: #fff;
}
.event-content button{
    background:transparent;
    border:2px solid #fff;
    outline: none;
    padding: 12px 25px;
    color:#fff;
    display:flex;
    align-items:center;
    margin-top:30px;
    cursor:pointer;

}
.event-content button img{
    width: 15px;
    margin-left: 10px;
}
.lunch-time{
    display: flex;
}
.lunch-time div{
    flex-basis: 100px;
}
.lunch-time div p{
    font-size:60px;
    margin-bottom:-14px;
}
.rocket{
    width: 250px;
    position: absolute;
    right: 10%;
    bottom: 0;
    animation: rocket 4s linear infinite;

}


@keyframes rocket{
    0%{
        bottom: 0;
        opacity: 0;
    }
    100%{
        bottom: 105%;
        opacity: 1;
    }
}


#orange-blob-svg{
    position: absolute; top: 10px;left: 20px;
    transform: rotate(-60deg);
    z-index: 2;
}
#gray-blob-svg{
    position: absolute; top: 10px;left: 20px;
    z-index: 3;
    transform: rotate(-45deg);


}
#speaker-profile-img{    
    z-index: 4;
    width: 80%;
    display: block;
    margin: auto;
    
}

#speaker-box:hover #orange-blob-svg{
    transform: rotate(0deg);
    transition: all 2s ease 0s;
}

#speaker-box:hover{
    border: 1px solid #fff!important;
    box-shadow: 10px 10px 10px 10px #aaaaaa;
}


#event-info-section {

    background-color: white;    
    height: 80vh;
  
}
@media (max-width: 576px) { 
    #event-info-section {

        background-color: white;    
        height: 120vh;
      
    }
}
.side-speaker-heading{
    text-align: center; 
    margin:auto;
    position: relative; 
    bottom: 55%;
    z-index: 5; 
    background-color: white;
    color: black;
}
.speaker-bg{
    width: 80%;
    position: relative; top: 10%;left: 10%;
    transform: rotate(30deg);
    z-index: 2;
}
.speaker-img{
    width: 100%;
    position: relative; bottom: 50%;left: 0;
    z-index: 3;
}
.event-content-section
{
    display: flex;
    justify-content: center;
    align-items: center ;
    min-height: 100vh;
    background: var(--bg-color);
}
.event-container
{
    margin: 0 40px;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 95%;
}
.event-container h1
{
    color: #333;
}
.event-container .tab
{
    position: relative;
    background: #fff;
    padding: 0 20px 20px;
    box-shadow: 0 15px 25px rgba(0,0,0,0.05);
    border-radius: 5px;
    overflow: hidden;
}
.event-container .tab input
{
    appearance: none;
}
.event-container .tab label
{
    display: flex;
    align-items: center;
    cursor: pointer;

}
/* This is a single-line comment of hover */
.event-container .tab label::after
{
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.1);
    transition: transform 1s;
}
.event-container .tab:hover label::after
{
    color: #333;
}
.event-container .tab input:checked ~ label::after
{
    transform: rotate(135deg);
    color: #fff;
}
.event-container .tab label h2
{
    width: 40px;
    height: 40px;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.25em;
    border-radius: 5px;
    margin-right: 10px;

}
.event-container .tab  input:checked ~ label h2
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255,0.2);
    font-size: 8em;
    justify-content: flex-end;
    padding: 20px;
}
/*.event-container .tab:nth-child(2) label h2
{
    background: linear-gradient(135deg,#70f570,#49c628);
}
.event-container .tab:nth-child(3) label h2 
{
    background: linear-gradient(135deg,#3c8ce7,#00eaff);
}
.event-container .tab:nth-child(4) label h2
{
    background: linear-gradient(135deg,#ff96f9,#c32bac);
}
.event-container .tab:nth-child(5) label h2
{
    background: linear-gradient(135deg,#fd6e6a,#ffc600);
}*/
.event-container .tab label h3
{
    position: relative;
    font-weight: 500;
    color: #333;
    z-index: 10;
}

.event-container .tab  input:checked ~ label h3
{
    background: #fff;
    padding: 2px 10px;
    color: #333;
    border-radius: 2px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.event-container .tab .content
{
    max-height: 0;
    transition: 1s;
    overflow: hidden;
}
.event-container .tab input:checked ~ .content
{
    max-height: 100vh;

}
.event-container .tab .content p
{
    position: relative;
    padding: 10px 0;
    color: #333;
    z-index: 10;

}

.event-container .tab input:checked ~ .content p
{
    color: #fff;
    
}

.event-container .tab .content li
{
    position: relative;
    padding: 10px 0;
    color: #333;
    z-index: 10;

}
.event-container .tab input:checked ~ .content li
{
    color: #fff;
    
}




.keypoints_section{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
        
}
.box{
    height: 140px;
    width: 90%;
    position: relative;
    right: 0px;
    margin: 5px 0px;
}
.box1{
    border-width: 20px;
    border-style: solid;
    position: absolute;
    top: 0px;
    transform: translate(20%, 20px) rotateZ(45deg);
    height: 100px;
    width: 100px;
    border-right-color: transparent;
    z-index: 2;
}
.smallbox1{
    height: 20px;
    width: 20px;
    position: absolute;
    top: -20px;
    right: -20px;

}
.smallbox2{
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: -20px;
    right: -20px;

}
.arrowhead{
    position: absolute;
    top: -30px;
    right: -40px;
    height: 40px;
    width: 20px;
    clip-path: polygon(0% 0%,100% 50%, 0% 100%);
}
.bg{
    background-color: #fff;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.box1text{
    position: absolute;
    transform: rotateZ(-45deg);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 60px;
    width: 60px;
}
.step {
    font-size: 12pt;
    line-height: 12pt;

}
.stepnumber {
    font-size: 20pt;
    margin: -5px;

}
.box2{
    height: 115px;
    width: 90%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    justify-content: right;
    align-items: center;
    position: absolute;
    right: 0px;
}
.box2text{
    width: 70%;
    height: auto;
    margin: 100px;
    display: flex;
    flex-direction: column;
    color: white;
    padding: 5px 0px;

}
.box2text .tagline{
    font-size: 18pt;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    color: #fff;

}
.box2text h1{
    font-size: 12pt;
    text-transform: uppercase;
    margin: -8px;
    width: 100%;
    padding-left: 10px;
    color: #fff;
    
    padding-top: 5px;
}



@media (max-width: 576px) { 
    .box{
    
        width: 90%;
        position: relative;
        right: 0px;
        margin: -5px 0px;
    }
    .box1{
        border-width: 15px;
        border-style: solid;
        position: absolute;
        top: 0px;
        transform: translate(20%, 15px) rotateZ(45deg);
        height: 80px;
        width: 80px;
        border-right-color: transparent;
        z-index: 2;
    }
    .smallbox1{
        height: 15px;
        width: 15px;
        position: absolute;
        top: -15px;
        right: -15px;

    }
    .smallbox2{
        height: 15px;
        width: 15px;
        position: absolute;
        bottom: -15px;
        right: -15px;

    }
    .arrowhead{
        position: absolute;
        top: -22.5px;
        right: -30px;
        height: 30px;
        width: 15px;
        clip-path: polygon(0% 0%,100% 50%, 0% 100%);
    }
    .bg{
        background-color: #fff;
        height: 50px;
        width: 50px;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .box1text{
        position: absolute;
        transform: rotateZ(-45deg);
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 50px;
        width: 50px;
    }
    .step {
        font-size: 12pt;
        line-height: 12pt;

    }
    .stepnumber {
        font-size: 20pt;
        margin: -5px;

    }
    .box2{
        height: 94px;
        width: 80%;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        display: flex;
        justify-content: right;
        align-items: center;
        position: absolute;
        right: 0px;
    }
    .box2text{
        width: 75%;
        height: auto;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        color: white;
        padding: 5px 10px;

    }
    .box2text .tagline{
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        width: 100%;
        color: #fff;

    }
    .box2text h1{
        font-size: 12px;
        text-transform: uppercase;
        margin: -8px;
        width: 100%;
        padding-left: 10px;
        color: #fff;        
        padding-top: 5px;
    }
   

}


#floating-div-bottom{
    display: none;
}

@media (max-width: 576px) { 
    

    #floating-div-bottom{
        position: fixed;
        bottom: 0px;      
        z-index: 1000;
        width: 100%;       
        display: flex;        
        align-items: center;
        justify-content: center;        
        background-color: white;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  
        

    }

    .flex-item-left {
      flex: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;      
      color: var(--theme);
      padding-top: 5%;
      padding-bottom: 5%;

      
    }

    .flex-item-right {
      flex: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      
    }

    .flex-item-left p{
        font-weight: bolder;
               

    }
    .flex-item-left span{
        color: black;
        font-size: 20px;
        font-weight: bolder;


    }


}