/* header section css start */

/* Global Classes */
.d-flex {
    display: flex;
}
.justify-content-between {
    justify-content: space-between;
}
.align-center {
    align-items: center;
}
/* END - Global Classes */

.main_section {
    background-image: url(../images/moon.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
    background-attachment: fixed;
}

.heading_content {
    padding-bottom: 30px;
}
.heading_content .heading_content {
    padding-bottom: 40px;
}
.heading_content h2 {
    color: #ffff;
    text-align: center;
    font-weight: 400;
    font-family: "Merriweather", serif;
    font-size: 66px;
}

.heading_content strong {
    color: #d4af37;
    text-align: center;
    font-weight: 400;
    font-family: "Merriweather";
}

.course_iframe {
    width: 100%;
    height: 400px;
    border: 0;
    margin-bottom: 20px;
    text-align: center;
}
.card_course {
    padding: 30px;
    margin: 15px 0;
}
.card_course h2 {
    font-size: 3rem;
    margin: 0.5rem;
    background: linear-gradient(180deg, #c82f32, #821214);
    color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 20px #c82f32;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.heading_content p {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 26px;
    font-weight: 400;
    text-align: center;
}

.header_section .image_section {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.header_section .image_section img {
    width: 100%;
    object-fit: cover;
}

.header_section .image_section h3 {
    color: white;
    font-family: "Merriweather";
    margin: 0;
    padding-bottom: 10px;
    font-size: 28px;
}

.header_section .image_section h4 {
    color: #d4af37;
    font-family: "Merriweather";
    margin: 0;
    font-size: 24px;
}
.header_section .price_content {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 25px 30px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    background: linear-gradient(179deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 77.85%, #000000 100%);
    border-radius: 25px;
}
.header_section .price_content .d-flex {
    width: 100%;
}

.header_section .image_section .view_button {
    background-color: #c82f32;
    color: white;
    border: 1px solid #c82f32;
    border-radius: 25px;
    font-size: 16px;
    padding: 12px 35px;
    font-family: "Open Sans";
    box-shadow: 0px 0px 25px 0px #c82f32 !important;
}

.header_section .image_section .view_button:hover {
    text-decoration: none;
}

.header_section hr {
    border: 1px solid #fff;
}

/* haeder section css end */

/* feature  section css start */

.feature_section h2 {
    color: white;
    font-family: "Merriweather";
    text-align: center;
    font-style: normal;
    margin-bottom: 40px;
    font-size: 52px;
}
/* feature section css end */

/* faq section start */

.faq .heading_section h2 {
    color: rgb(255, 255, 255);
    font-family: "Merriweather";
    text-align: center;
    font-style: normal;
    font-size: 52px;
    margin-bottom: 30px;
}

/* faq section css end */

/* star section start */

.star_student .heading_section h2 {
    color: white;
    font-family: "Merriweather";
    text-align: center;
    font-style: normal;
    font-size: 52px;
}
.star_student .image_section {
    margin-top: 50px;
    background: white;
    padding: 30px 15px 20px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.star_student .image_section img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.star_student .image_section h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    text-align: center;
}

/* star section end */

/* slider css start */
.feature_section .card {
    color: #fff;
    text-align: center;
    margin: 20px 0;
    line-height: 250px;
    font-size: 90px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

/* slider css end */

.faq {
    padding: 50px 0;
}

.faq h2 {
    color: #fff;
    text-align: center;
    font-size: 50px;
    margin-bottom: 50px;
}

.questions-container {
    width: 100%;
    margin: 0 auto;
}
.questions-container .question {
    border-radius: 12px;
    margin-bottom: 10px;
    background-color: #000;
}
.question button {
    width: 100%;
    background-color: #000000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 20px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 12px;
    position: relative;
    text-align: left;
    color: #FFD700;
}

.question button i {
    /* position: absolute; */
    /* left: 15px; */
    transform: rotate(90deg);
    transition: all 0.3s;
}

.question .label_ {
    line-height: 25px;
    font-size: 18px;
    font-weight: 700;
    padding-left: 20px;
}

.question p {
    background-color: #d9d9d9;
    font-size: 16px;
    line-height: 29px;
    font-weight: 500;
}
.answer_body {
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.answer_body_inner {
    margin: 0 20px 20px;
    border-top: 1px solid #000;
    padding-top: 15px;
    color: #FFD700;
}
.question .answer_body.show {
    height: auto;
    opacity: 1;
}

.question button i.rotate {
    transform: rotate(180deg);
}


.feature_section .heading_section h1 {
    padding-top: 50px;
}

.feature_section h1 {
    color: white;
    font-family: 'Merriweather';
    text-align: center;
    font-style: normal;
    margin-bottom: 40px;
    font-size: 52px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    height: auto;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.detail .form-control {
    background-color: #000000;
    line-height: 2;
    color:rgb(255, 255, 255);
}

.detail label {
    color: white;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    padding: 0px;
}
.image_section img {
    width: auto !important;
}
.c_content {
    color: #fff;
}
.c_timer {
    background: transparent;
    /*padding: 30px 0;*/
}
.heading h2 {
    color: #ffff;
    text-align: center;
    font-weight: 400;
    font-family: "Merriweather", serif;
    font-size: 52px;
}
.heading h3{
    color: #fff;
}
#countdown {
    margin: 20px 0 50px;
}
#countdown div {
    font-size: 1.2rem;
    padding: 0.5rem;
    margin: 0.5rem;
    background: linear-gradient(180deg, #c82f32, #821214);
    line-height: 2.4;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 20px #c82f32;
    width: 100px;
    height: 100px;
    text-align: center;
    border: 2px solid #c82f32;
}
#countdown div span{
    font-size: 2.3rem;
}
.countdown-btn {
    background: linear-gradient(180deg, #c82f32, #821214);
    border: 2px solid #c82f32;
    color: #fff;
    font-weight: 600;
    padding: 15px 50px;
    border-radius: 10px;
    margin: 20px 0;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    box-shadow: 0px 5px 20px rgb(200 47 50);
    font-size: 24px;
}
.countdown-btn span {
    display: block;
    font-size: 14px;
}
.countdown-btn:hover {
    background: transparent;
    border-color:#fff;
    color: #fff;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
}
p.countdown-text {
    color: #fff;
    font-size: 20px;
}

/* testimonials */

.testimonial {
    padding: 30px;
    font-size: 18px;
    text-align: center;
}
.testimonial img {
    max-width: 90px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.testimonial_name{
    font-weight: bold;
}
.designation{
    color: #7f7f7f;
}

.mt-0 {
    margin-top:0;
}

.login-title {
    color: #fff;
    text-align: center;
    margin-top: 67px;
}

.login_page_section label {
    color: #fff;
}

button.bordered-btn {
background: transparent;
}

.change_number {
    display: none;
    font-size: 13px;
    text-align: right;
    color: #d4af37;
    cursor: pointer;
}

.resend-otp {
    font-size: 13px;
    text-align: right;
    color: #d4af37;
    cursor: pointer;
}

.login_btn,.send_otp_btn, .bordered-btn {
    border: 1px solid #d4af37;
    color: #fff;
    border-radius: 0;
    padding: 8px 20px;
    outline:none;
    font-size: 16px;
}

.login_btn:hover, .login_btn:active,.login_btn:focus,
.bordered-btn:hover, .bordered-btn:active,.bordered-btn:focus,
.send_otp_btn:hover, .send_otp_btn:active,.send_otp_btn:focus {
    color: #fff;
    outline:none;
    box-shadow:none;
}
.otp-wrap, .mobile-form {
    display: none;
}

.power-by-success-btn {
    background: darkgoldenrod;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 7px 20px;
    outline: none;
    color: #fff;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 15px;
}

.order-action-btn {
    padding: 5px 15px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.order-action-btn:hover {
    text-decoration: none;
    color:#fff;
}

.form_content {
    display: none;
    color: rgb(255, 255, 255);
    border: 1px solid darkgoldenrod;
    padding: 10px 19px;
}

.course_content h1, .course_content p{
    color:#fff;
}

.single_course_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*short course*/
.scroll_content {
    background: #000;

}

.s_content_wrap,.tool_content_wrap {
    display: flex;
    justify-content: space-between;
    height: 100vh;
}

.tool_content_second {
    background-color: #141313;
    border-style: solid;
    border-width: 1px 0;
    border-color: #433e37;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4%;
    border-right: 1px solid #433e37;
}

.tool_content_first ol li {
    color: #c3beb6;
    line-height: 29px;
}
.tool_content_first h2{
    color: #ca9d75;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 32px;
    line-height: 41px;
    margin-top: 30px;
}
.tool_content_first {
    border-top: 1px solid #433e37;
    border-bottom: 1px solid #433e37;
    border-right: 1px solid #433e37;
    background-color: #141313;
    padding: 25px;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
}

.tool_content_second h2 {
    color: #ca9d75;
    font-weight: 300;
    font-size: 32px;
    line-height: 41px;
    margin-top: 30px;
    text-align: center;
}

.tool_content_first, .tool_content_second {
    width: 50%;
}

.s_content_first img, .tool_content_second img {
    width: 100%;
}

.s_content_first h2 {
    color: #ca9d75;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 41px;
    margin-top: 30px;
}
.s_content_first {
    width: 50%;
    background-color: #141313;
    border-style: solid;
    border-width: 1px 0;
    border-color: #433e37;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4%;
    border-right: 1px solid #433e37;
}

.s_content_second {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #433e37;
    width: 50%;
    overflow-y: scroll;
}

.s_content_second::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.s_content_second {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.s-inner-box p{
    color:#c3beb6;
}
.s-inner-box h2{
    color: #ca9d75;
    font-size: 24px;
    line-height: 28px;
}
.s-inner-box {
    display: flex;
    justify-content: center;
    width: 50%;
    flex-direction: column;
    border-top: 1px solid #433e37;
    border-right: 1px solid #433e37;
    padding: 35px 100px
}




@media (max-width: 1199px) {
    .question .label_ {
        font-size: 16px;
    }

    .s-inner-box {
        padding: 15px 15px;
    }

    .s-inner-box h2{
        font-size: 22px;
    }
}

@media (max-width: 991px) {
}
@media (max-width: 768px) {
    .s-inner-box {
        padding: 15px 15px;
    }

    .s-inner-box h2{
        font-size: 22px;
    }
}
@media (max-width: 575px) {
    .header_section {
        padding-bottom: 20px;
    }
    .heading_content h2 {
        font-size: 36px;
    }
    .heading_content p {
        font-size: 20px;
    }
    .feature_section .heading_section h2 {
        font-size: 36px;
    }
    .star_student .heading_section h2 {
        font-size: 36px;
    }
    .faq .heading_section h2 {
        font-size: 36px;
    }
    .question .label_ {
        font-size: 15px !important;
    }

    .header_section .price_content {
        padding: 15px 15px;
    }
    .header_section .image_section h3 {
        font-size: 20px;
    }
    .header_section .image_section h4 {
        font-size: 18px;
    }
    .header_section .image_section .view_button {
        font-size: 14px;
        padding: 8px 20px;
    }
    .s-inner-box {
        width: 100%;
        display: block;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid #433e37;
    }
    .s_content_first {
        width: 100%;
    }
    .s_content_second {
        display: block;
        width: 100%;
        height: 417px;
        overflow: scroll;
    }
    .s_content_wrap {
        display: block;
        height: 100%;
    }

    .tool_content_wrap {
        flex-direction: row-reverse;
    }

    .tool_content_first, .tool_content_second {
        width: 100%;
    }

    .tool_content_wrap {
        width: 100%;
        flex-direction: row-reverse;
        flex-basis: 100%;
        flex-wrap: wrap-reverse;
        height: auto;
    }

    .tool_content_first h2 {
        font-size: 25px;
        line-height: 35px;
    }
}
