* {
    font-family: 'Poppins', sans-serif;
    color: #161616;
}

html,
body {
    position: relative;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif !important;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    background-color: white;
    z-index: 100;
}

.header {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10%;
    background-color: white;
    box-shadow: 0px 0px 10px gainsboro;
    /* border-bottom: 1px solid rgb(237, 237, 237); */
}

.header__logo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__logo a {
    color: black;
    text-decoration: none;
    font-weight: 600;
    margin: 0px;
    font-size: 1.5rem;
}

.header__logo img {
    width: 200px;
    height: auto;
}

.mobile-nav {
    display: none;
}

.hamburger-menu,
.side-nav {
    display: none;
}

#live-program-page {
    padding: 120px 50px 50px 50px;
}

#banner-section {
    position: relative;
    width: 80%;
    height: 500px;
    /* background-color: rgb(0, 0, 0); */
    background-image: linear-gradient(to right, #000000, #20453b);
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    box-shadow: -2px 20px 40px 3px rgb(65, 65, 65);
}

.banner-contents {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
}

.live {
    background-color: #e21f36;
    color: white;
    padding: 3px 10px 3px 5px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-heading {
    /* color: #4CAF50; */
    color: white;
    line-height: 1.3;
}

.prg-start-date {
    color: rgb(255, 212, 120);
    padding-top: 15px;
    font-weight: 400;
}

.prg-start-date sup {
    color: rgb(255, 212, 120);
    font-weight: 200;
}

.prg-price {
    color: white;
    font-weight: bold;
}

.prg-old-price {
    color: white;
    text-decoration: line-through;
}

.rupee {
    color: white;
    font-family: 'Roboto', sans-serif !important;
}

.rupee-black {
    color: #161616;
    font-family: 'Roboto', sans-serif !important;
}

.rupee-gray {
    color: #515151;
    font-family: 'Roboto', sans-serif !important;
}

.white-btn {
    background-color: white;
    color: black;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 700;
    box-shadow: 0px 2px 10px 2px rgba(140, 255, 230, 0.243);
    transition: all 0.5s ease;
}

.white-btn img {
    width: 27px;
}

.white-btn:hover {
    color: black;
    box-shadow: 0px 2px 25px 3px rgba(140, 255, 230, 0.42);
}

.banner-niranjan-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prg-timer {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prg-timer .timer {
    width: 200px;
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: 500;
    background-color: #e3bd48d1;
}

#prg-for,
#what-you-learn,
#faq-section,
#certificate,
#what-you-will-be {
    padding: 100px 0px 0px 0px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#register-form,
#about-mentor {
    padding-top: 100px;
}

#register-now {
    /* margin: 100px 0px 0px 0px; */
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    box-shadow: 0px 5px 40px 2px rgba(78, 202, 153, 0.503);
}

.register-now-content,
.register-now-form {
    padding: 40px;
}

.register-now-content .prg-start-date,
.register-now-content .prg-start-date sup,
.register-now-content .prg-price,
.register-now-content .prg-old-price {
    color: rgb(0, 0, 0);
    padding-top: 15px;
    font-weight: 400;
}


.prg-for-card {
    padding: 10px;
    margin: 15px;
    max-width: 300px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 12px 10px #b1b1b1;
    text-align: center;
    background-image: linear-gradient(to right, #000000, #20453b);
    color: white;
}

.what-you-learn-card {
    padding: 5px;
    margin: 10px;
    width: 100%;
    border-radius: 5px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.what-you-learn-card img {
    width: 30px;
}

.register-now-content .details_card-heading,
.register-now-content .details_card-price {
    font-family: 'Poppins', sans-serif !important;
}

.register-now-form-container {
    background-color: white;
    border-radius: 0px 10px 10px 0px;
}

.pay-now {
    width: 100%;
    background-color: rgb(0, 161, 129) !important;
    padding: 5px 10px !important;
}

.pay-now a {
    color: rgb(0, 0, 0) !important;
    font-weight: 600;
    text-align: center;
}

.pay-now a img {
    width: 27px;
}

.politics-mentor {
    width: 150px;
}

.certificate-img {
    width: 50%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 2px rgb(194, 194, 194);
    border: 2px solid rgba(218, 165, 32, 0.766);
}

.admission-niranjan {
    max-width: 300px;
    max-height: 300px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* details section */
#details-section {
    padding: 50px 0px 0px 0px;
}

.details-inner-section {
    padding: 50px 0px;
}

#details-section .title {
    font-size: 2rem !important;
    font-weight: 800;
    margin-bottom: 20px;
}

.main-title {
    font-size: 2rem !important;
    font-weight: 800;
    margin: 10px 0px 5px 0px;
}

#details-section .content,
ul li {
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 30px;
}

.work-logo-card {
    margin: 10px;
    padding: 10px;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 5px;
    max-width: 230px;
    width: 100%;
    height: 85px;
    box-shadow: 7px 6px 12px 0px #898989;
}

.work-logo-card .content {
    font-weight: 500 !important;
    margin-right: 10px;
}

.work-logo {
    max-width: 95px;
    /* width: auto; */
    height: 100%;
    width: 100%;
    max-height: 70px;
    object-fit: contain;
}

.form-heading {
    text-align: center;
}


/* form input styles */
.form-input-control {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 8px 0px;
}

.form-input {
    border: 1px solid #a8a8a8;
    border-radius: 5px;
    padding: 7px;
}

.submit-btn {
    position: relative;
    border: none;
    background-color: black;
    color: white;
    border-radius: 5px;
    padding: 2%;
    width: 100%;
    box-shadow: 5px 5px 20px rgba(31, 31, 31, 0.438);
    overflow: hidden;
    cursor: pointer;
}

.submit-btn input {
    background-color: transparent;
    border: none;
    color: white;
}

.submit-btn::before {
    position: absolute;
    content: "";
    top: -35px;
    width: 10px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.571);
    filter: blur(5px);
    /* background: linear-gradient( to right, rgba(217, 217, 217, 0.4), rgba(237, 237, 237, 0.763) ); */
    transition: 0.2s;
    animation: move 1s infinite;
    transform: rotate(30deg);
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.418);
}

@keyframes move {
    from {
        left: -20px;
    }

    to {
        left: 100%;
    }
}

#course-faq .containerwidth {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#course-faq .wrapper {
    background-color: #ffffff;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
    box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
}

#course-faq .toggle,
#course-faq .content {
    font-family: "Poppins", sans-serif;
}

#course-faq .toggle {
    width: 100%;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.1rem;
    color: black;
    font-weight: 500;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 0;
    text-align: left;
}

#course-faq .content {
    position: relative;
    font-size: 1rem !important;
    text-align: justify;
    line-height: 30px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#bottom-sticky {
    display: none;
}


.footer__copy-rights {
    padding: 10px 5% 10px 5%;
}

.footer__copy-rights {
    display: flex;
    justify-content: space-between;
    background-color: rgb(33, 33, 33);
}

.footer__copy-rights p {
    color: #c5c5c5 !important;
}

.footer-section__scroll-up.display {
    display: flex;
}

.footer-section__scroll-up.hide {
    display: none;
}

.rocket-button {
    background-color: #000000;
    box-shadow: 0px 2px 15px 2px gray;
    border-radius: 50px;
    width: 42px;
    height: 42px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.rocket-button img {
    width: 22px;
    height: 22px;
}

.hide {
    display: none;
}

.display {
    display: flex;
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

    #banner-section,
    #prg-for,
    #what-you-learn,
    #register-now,
    #faq-section,
    #certificate,
    #what-you-will-be {
        width: 90%;
    }

    .header__logo a {
        font-size: 1.3rem;
    }

    #details-section {
        padding: 50px 0px 0px 0px;
    }
}

@media (max-width: 1299.98px) {
    .header__logo a {
        font-size: 1.2rem;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

    #banner-section,
    #prg-for,
    #what-you-learn,
    #register-now,
    #faq-section,
    #certificate,
    #what-you-will-be {
        width: 100%;
    }

    #live-program-page {
        padding: 100px 30px;
    }

    .header {
        padding: 0px 5%;
    }

    .header__logo a {
        font-size: 1.2rem;
    }

}

@media (max-width: 1050.98px) {
    .header__logo a {
        font-size: 1.1rem;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    .header__logo a {
        font-size: 1.2rem;
    }

    .header ul {
        display: none;
    }

    .header {
        padding: 0px 2%;
        box-shadow: 0px 0px 10px gainsboro;
        /* border-bottom: 1px solid rgb(237, 237, 237); */
    }

    #live-program-page {
        padding: 100px 20px 100px 20px;
    }

    .live {
        padding: 2px 10px;
        font-size: 0.8rem;
    }

    .banner-heading {
        font-size: 1.9rem;
    }

    .prg-start-date {
        font-size: 1rem;
        padding-top: 10px;
    }

    .prg-price {
        font-size: 1.9rem;
    }

    .prg-old-price {
        font-size: 0.95rem;
    }

    .white-btn {
        font-size: 1rem;
        padding: 5px 10px;
    }

    .white-btn img {
        width: 30px;
    }

    .banner-niranjan-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .register-now-content .details_card-heading,
    .register-now-content .details_card-price {
        font-size: 0.85rem;
        font-weight: 500;
        font-family: 'Poppins', sans-serif !important;
    }

    .register-now-content .details_card-text {
        font-size: 0.8rem;
    }

    .register-now-content .course-details_card {
        width: 100%;
    }

    .certificate-img {
        width: 70%;
    }

    #details-section {
        padding: 20px 0px 20px 0px;
    }

    #details-section .content,
    ul li {
        line-height: 30px;
    }

    #details-section .title {
        font-size: 1.5rem !important;
        margin-bottom: 15px;
    }

    #course-faq .containerwidth {
        width: 90%;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    .header__logo img {
        width: 150px;
        height: auto;
    }

    .header {
        padding: 0px 15px;
        box-shadow: 0px 0px 10px gainsboro;
        /* border-bottom: 1px solid rgb(237, 237, 237); */
    }

    #banner-section {
        height: auto;
        overflow: hidden;
        background-image: linear-gradient(to bottom, #000000, #20453b);
    }

    #live-program-page {
        padding: 100px 20px 50px 20px;
    }

    .register-now-content,
    .register-now-form {
        padding: 20px 10px;
    }

    #prg-for,
    #what-you-learn,
    #faq-section,
    #certificate,
    #what-you-will-be {
        padding: 50px 0px 0px 0px;
    }

    #register-form,
    #about-mentor {
        padding-top: 50px;
    }

    .what-you-learn-card {
        padding: 5px;
        margin: 5px;
        justify-content: start;
        align-items: start;
    }

    .what-you-learn-card img {
        width: 25px;
    }

    .banner-heading {
        font-size: 1.5rem;
    }

    .live {
        padding: 1px 5px 2px 3px;
        font-size: 0.8rem;
        letter-spacing: 1px;
    }

    .live img {
        width: 15px;
    }

    .prg-price {
        font-size: 1.5rem;
    }

    .prg-start-date {
        font-size: 1rem;
        padding-top: 20px;
    }

    .prg-old-price {
        font-size: 1rem;
    }

    .white-btn img {
        width: 22px;
    }

    .white-btn {
        font-size: 0.9rem;
        padding: 5px 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .banner-contents {
        padding: 30px 30px 30px 30px;
        align-items: start;
        justify-content: start;
    }

    .banner-niranjan-img {
        object-fit: contain;
    }

    .register-now-form-container {
        border-radius: 0px 0px 10px 10px;
    }

    .politics-mentor {
        width: 110px;
    }

    .certificate-img {
        width: 100%;
    }

    #details-section {
        padding: 30px 0px 20px 0px;
    }

    .details-inner-section {
        padding: 30px 0px 0px 0px;
    }

    #details-section .content,
    ul li {
        font-size: 1rem !important;
        line-height: 30px;
    }

    #details-section .title {
        font-size: 1.5rem !important;
        margin-bottom: 15px;
    }

    #course-faq .containerwidth {
        width: 95%;
    }

    /* bottom-sticky */
    #bottom-sticky {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0px;
        background-color: #9ad2ff;
        cursor: pointer;
    }

    #bottom-sticky p {
        margin: 0px;
    }

    #bottom-sticky .price {
        font-size: 1.3rem;
        font-weight: 800;
    }

    #bottom-sticky a {
        height: auto !important;
        font-size: 1.3rem;
        font-weight: 800;
        background-color: transparent;
        color: black;
        border: none;
        text-decoration: none;
    }

    .bottom-timer {
        background-color: #000000;
        text-align: center;
        color: #FFEB3B;
        font-weight: 500;
    }

    .footer__copy-rights {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0px 0px 140px 0px;
    }

    .footer__copy-rights p {
        text-align: center;
        margin-bottom: 10px;
    }

    .rocket-button {
        right: 15px;
        bottom: 95px;
    }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .header__logo a {
        font-size: 1.1rem;
    }
}