html,
body {
    padding: 0;
    margin: 0;
    background-color: white;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    -ms-overflow-style: none;  /* IE and old Edge */
  scrollbar-width: none;
    
}
body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */



h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.body2 {
    position: fixed;
    /* overflow-y: scroll; */
}

header {
    background-color: #E2E3E5;
    max-width: 1411px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-shadow: 8px 6px 4px rgba(0, 0, 0, 0.3);
    border: 1px solid #B9BAC1;
    box-sizing: border-box;
    border-radius: 10px;
    position: fixed;
    width: 98%;
    margin: 0 auto;
    /* margin-bottom: 10px; */
    z-index: 99;
    left: 0;
    right: 0;

}

header nav {
    width: 93%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    /* height: 29px; */
    /* padding: 0 10px; */
    justify-content: space-between;
    align-items: center;
    /* padding: 10px; */
    /* background-color: red; */
}

.logoInput {
    display: flex;
    width: 52.11%;
    justify-content: space-between;
}

.signUpLogo {
    display: flex;
    width: 52.11%;
    justify-content: space-between;
    margin-top: 10px;
    margin-left: 10px;
}

.logoContainer {
    height: 33px;
    background-color: white;
    padding: 0 10px;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
}


.logoContainer img {
    width: 87px;
    object-fit: contain;
    cursor: pointer;
}


.navList {
    display: flex;
    list-style: none;
    padding: none;
    gap: 10px;
    /* background-color: red; */
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;

}

.navList2 {
    display: flex;
    list-style: none;
    padding: none;
    gap: 10px;
    /* background-color: red; */
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;

}

.listItem {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.listItem:hover {
    /* transform: translateY(-1px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25); */
}

.login {
    color: #0C3ADC;
    border: 1px solid #0C3ADC;
}


.listItemCart {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.listItem h4 {
    padding: 7px 10px;
    background-color: white;
    font-size: 14px;
    /* font-family: inter; */

}

.listItem h4:hover {
    background-color: #0356AE;
    color: white;
    transition: all 0.3s ease;
}


.cart {
    width: 33px;
    height: 33px;
}

.menuHandler {
    display: none;
    cursor: pointer;
}

.mobile {
    display: none;
}

.loginContainer {
    position: absolute;
    max-width: 1440px;
    width: 93%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 20;
    display: flex;
    justify-content: end;
    top: 56.6px;
}

.loginContainer2 {
    display: none;
}

.loginTypes {
    background-color: #0356AE;
    width: 150px;
    padding: 30px 10px;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25)
}

.loginTypes h4 {
    cursor: pointer;
    font-weight: 500;
    box-shadow: 8px 6px 4px rgba(0, 0, 0, 0.3);
    background-color: black;
    padding: 10px;
}

.loginTypes h4:hover {
    font-weight: 900;
}

.heroSection {
    background-color: #E2E3E5;
    max-width: 1411px;
    margin: 0 auto;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
    box-shadow: 8px 6px 4px rgba(0, 0, 0, 0.3);
    border: 1px solid #B9BAC1;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px 0;
    padding-bottom: 0;
    margin-top: 75.6px;
}


.hero {
    width: 90.71%;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;

}

.hero img {
    width: 100%;
    margin: 0 auto;
    min-height: 280px;
    object-fit: cover;
}

.hero h2 {
    position: absolute;
    top: 100px;
    left: 27px;
    color: white;
    font-family: Jacques Francois Shadow;
    /* opacity: 0.9; */
    font-weight: 400;
    max-width: 50%;
}

/* .courses h2 {
    background-color: #0C3ADC;
    font-size: 16px;
    text-align: center;
    width: 138px;
    margin: 40px auto;
    padding: 10px;
    color: white;
    font-family: inter;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
} */

.trainingCourses {
    background-color: #0356AE;
    font-size: 16px;
    text-align: center;
    width: 138px;
    margin: 40px auto;
    padding: 10px;
    color: white;
    font-family: inter;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
}

.trainingCoursesIndex {
    background-color: #0356AE;
    font-size: 16px;
    text-align: center;
    width: 90%;
    max-width: 1280px;
    margin: 40px auto;
    padding: 10px;
    /* color: black; */
    color: white;
    font-family: inter;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
}

.coursesList {
    width: 93%;
    background-color: white;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1280px;
    padding: 35px 0;
    display: flex;
    justify-content: center;
}

.coursesList ul {
    list-style: none;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    /* background-color: blue; */
    padding: 0;
}

.coursesList ul li img {
    margin-bottom: 6px;
}

.coursesList ul li .coursesDetails {
    width: 250px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.coursesDetails {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.coursesDetails h4 {
    font-family: inter;
    font-size: 16px;
}


.coursesDetails div {
    display: flex;
    max-width: 96px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.fa-crown {
    color: #FFB743;
}

.coursesDetails div h4 {
    background-color: #0C3ADC;
    color: white;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 5px;
}

.coursesDetails h3 {
    width: 100%;
    background-color: #0356AE;
    font-family: inter;
    text-align: center;
    padding: 7px 10px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
}

.coursesDetails h3:hover {
    scale: 1.02;
    transition: all;
    transition-duration: 0.2s;
    background-color: #024B97;
}

footer {
    max-width: 1411px;
    width: 100%;
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

footer nav {
    display: flex;
    /* background-color: red; */
    justify-content: space-evenly;
    max-width: 1280px;
    width: 90.73%;
    gap: 80px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

footer nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    box-sizing: border-box;
    /* background-color: blue; */
    width: 180px;

}

/* .terms {
    align-items: center;
} */

footer nav ul li {
    cursor: pointer;
    box-sizing: border-box;
}


footer nav ul li:hover {
    font-weight: bold;
}

.bibojicCopyright:hover {
    font-weight: 500;
    cursor: inherit;
}

.main3 {
    /* position: fixed; */
}

.hide {
    visibility: hidden;
}


/* Teachers Dashboard Bigins */

.referral {
    color: rgb(1, 1, 132);
    margin-bottom: 10px;
    font-size: 14px;
    /* background-color: red; */
    width: fit-content;
}

.heroSection2 {
    /* background-color: #eef0f3; */
    max-width: 1411px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 8px 6px 4px rgba(0, 0, 0, 0.3);
    border: 1px solid #B9BAC1;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px 0;
    padding-bottom: 0;
    min-height: calc(100vh - 86.6px);
    margin-top: 75.6px;
}

.requestError2 {
    display: none;
}

.mainBody {
    width: 96%;
    max-width: 1280px;
    /* min-height: calc(60vh - 86.6px); */
    /* background-color: rgb(139, 239, 216); */
}

.dashboard {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.dashboard h2 {
    font-size: 20px;
}

.dashboard div  {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: white;
    border: 1px solid #333;
    border-radius: 10px;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.dashboard div a{
    padding: 15px 17px;
    display: flex;
}

.data {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    /* background-color: red; */
}

.data div {
    display: flex;
    width: 170px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 10px 15px;
    background-color: white;
    border: 1px solid #333;
    border-radius: 10px;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    font-size: 13px;
    box-sizing: border-box;
}

.fa-plus {
    font-size: 12px;
}

.dashboard div h4 {
    font-size: 12px;
}

.filterContainer {
    display: flex;
    justify-content: space-between;
    /* justify-content: flex-end; */
    align-items: center;
    /* background-color: rgb(161, 161, 255); */
    margin: 10px 0;
    position: relative;
}

.filterContainer button {
    padding: 7px 10px;
    margin: 10px 10px 2px 10px;
    color: #333;
    border: 1px solid #333;
    outline: none;
    background-color: #e1e1e1;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    
}

.filter {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    background-color: white;
    border: 1px solid #333;
    border-radius: 10px;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    font-size: 13px;
    box-sizing: border-box;
    color: #333;
    gap: 5px;
    cursor: pointer;
}

.filterCategories {
    position: absolute;
    /* right: 250px; */
    background-color: black;
    top: 44px;
    padding: 10px;
    border: 1px solid #B9BAC1;
    right: -2%;
}

.filterCategories h4 {
    /* background-color: white; */
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    padding: 10px;
    color: white;
    font-size: 14px;
    border: 1px solid #B9BAC1;
    cursor: pointer;
}

.filterCategories h4:hover {
    background-color: #0356AE;
}


.filterCategories2 {
    display: none;
}

.pendingPay {
    margin: 10px;
}

.table {
    display: flex;
    flex-direction: column;
    background-color: white;
}

.table div {
    display: flex;
    flex-direction: column;
    background-color: white;
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    /* gap: 5px; */
}

.table div ul {
    display: flex;
    list-style: none;
    padding: 5px 0;
    padding-left: 10px;
    width: 100%;
    justify-content: space-between;
    margin: 5px 0;
}


.topics {
    background-color: white;
    border: 1px solid #333;
    border-radius: 5px;
    box-shadow: 4px 6px 80px rgba(0, 0, 0, 0.25);
}

.loading {
    margin-top: 20px;
}

.topics li {
    font-weight: bolder;
}

.table ul {
    display: flex;
    list-style: none;
    padding: 5px 0;
    width: 100%;
    justify-content: space-between;
    margin: 5px 0;
}

.subtopics {
    /* background-color: #EDEEF1; */
    /* border: 1px solid #333; */
    /* border-radius: 10px; */
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}


.table ul li {
    width: 13%;
    /* background-color: brown; */
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
}

.table ul li:first-child {
  text-align: left;
  padding-left: 10px;
}

.school {
    /* white-space: nowrap; */
    /* overflow: hidden;
  text-overflow: ellipsis;
  width: 50ch; */
}



/* Student Sign Up form */


.signupBody {
    background-color: #E2E3E5;
    min-height: 100vh;
    width: 100%;
    box-sizing: border-box;

}

.signup {
    max-width: 1280px;
    /* background-color: red; */
    width: 100%;
    margin: 0 auto;
}

.formContainer {
    width: 70%;
    background-color: white;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    gap: 10px;
    padding: 18px 0;
    padding-bottom: 20px;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    max-width: 900px;
}

.formContainer form {
    width: 58%;
    background-color: #E2E3E5;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px 0;
    gap: 15px;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);

}

.divContainer {
    display: flex;
    flex-direction: column;
    width: 80%;
    box-sizing: border-box;
    gap: 10px;
    /* background-color: blue; */
}

.divContainer div {
    /* width: 40px; */
    display: flex;
    gap: 10px;
    /* background-color: red; */
    /* padding: 10px; */
}

.divContainer div input {
    flex-grow: 1;
    width: 100%;
    background-color: white;
    /* background-color: red; */
}

.divContainer input {
    outline: none;
    border: none;
    padding: 10px;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    background-color: white;
    font-size: 14px;
    min-height: 24px;
}

.countryCode {
    padding: 7px;
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    width: 135px;
    background-color: white;
    font-size: 14px;
    min-height: 24px;
}

select.gender {
    padding: 10px !important;
    outline: none !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25) !important;
    background-color: white !important;
    height: 50px !important;
    font-size: 14px !important;
    min-height: 24px !important;
    color: black !important;
}
.course {
    padding: 10px;
    outline: none;
    border: none;
    cursor: pointer;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    background-color: white;
    font-size: 14px;
    min-height: 24px;
}

.formContainer form .divContainer button {
    padding: 10px;
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 20px;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.studentButton {
    background-color: #009D66;
}

.studentButton:hover {
    scale: 1.02;
    transition: all;
    transition-duration: 0.2s;
}

.teacherButton {
    background-color: #0C3ADC;
}

.changePasswordButton {
    background-color: rgb(0, 101, 121);
}

.registrarButton{
    background-color:rgb(141, 51, 145);
}
.studentRegistrarButton{
    background-color:rgb(69, 101, 161);
}

.coordinatorButton {
    background-color: black;
}



/* Login */

.coverForm {
    width: 100%;
    min-height: 80vh;
    /* background-color: rgb(233, 229, 229); */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loginFormContainer {
    /* padding: 30px 0; */
    /* background-color: red; */
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.studentButton {
    background-color: #009D66;
}

.failed {
    color: red;
}

.failed2 {
    display: none;
}


/* credentials */

.downloadButton {
    padding: 10px 20px;
    color: white;
    background-color: #0C3ADC;
    border: none;
    outline: none;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    margin-top: 10px;
    font-weight: bold;
    cursor: pointer;
}

/* countdown */

.heroSection3 {
    /* background-color: #eef0f3; */
    max-width: 1411px;
    margin: 0 auto;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    box-shadow: 8px 6px 4px rgba(0, 0, 0, 0.3);
    border: 1px solid #B9BAC1;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px 0;
    padding-bottom: 0;
    min-height: calc(100vh - 86.6px);
    margin-top: 75.6px;
    padding-top: 70px;
}

#countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 2rem;
}

.time-box {
    background: transparent;
    color: #333;
    padding: 10px;
    border-radius: 10px;
    /* min-width: 100px; */
    box-shadow: 8px 6px 4px rgba(0, 0, 0, 0.3);
}

.label {
    font-size: 1rem;
    margin-top: 5px;
    display: block;
    color: #aaa;
}

.mainBody h1 {
    text-align: center;
    margin-bottom: 20px;
}


/* .footerSection {
    position: absolute;
    bottom: 0;
} */

.registerFormButton{
    margin-bottom: 120px;
}

.countDownMainBody {
    min-height: calc(60vh - 86.6px);
}

.dashboardMainBody {
    min-height: calc(70vh - 86.6px);
}


.registerTrainingButton {
    padding: 20px 20px;
    color: white;
    background-color: #0356AE;
    border: none;
    outline: none;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    margin-top: 50px;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
}


/* terms */
.section1 {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    margin: 10px;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    /* border-radius: 20px; */
}

.section2 {
    background-color: white;
    padding: 10px;
    margin: 10px;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    border-radius: 20px;
}

/* about */

.sectionClass {
    padding: 3rem 1rem;
    max-width: 1000px;
    margin: auto;
    /* background-color: rgb(233, 235, 235); */
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    /* box-shadow: -4px -6px 4px rgba(0, 0, 0, 0.25); */
}

.section-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #111827;
    text-align: center;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.card h3 {
    margin-bottom: 0.5rem;
    color: #1f2937;
}

.card p {
    color: #555;
}

.testimonial {
    font-style: italic;
    color: #444;
}


.requestDetails{
    position: absolute;
    height: calc(100vh - 75.6px);
    background-color: rgba(0, 0, 0, 0.25);
    max-width: 1440px;
    width: 92%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 30;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    border-radius: 10px;
}

.requestDetails2{
    display: none;
}

.requestAmountRemaining {
    color: #dbdbdb;
}

.requestError {
    color: red;
}

.requestDetails form {
    display: flex;
    flex-direction: column;
    width: 96%;
    gap: 20px;
    max-width: 600px;
    background-color: white;
    height: 80%;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;

}

.requestDetails form input {
    padding: 10px;
    outline: none;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    /* background-color: white; */
    border: none;
    max-width: 500px;
    width: 96%;
}

.inputDisabled {
    background-color: #333;
    color: white;
}

.buttons {
    display: flex;
    gap: 20px;
    /* background-color: red; */
}

.buttons button{
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.rButton1 {
    background-color: #0A8A41;
}

.rButton2 {
    background-color: red;
}



/* Admin Details */
.userDetails {
    position: absolute;
    height: calc(100vh - 75.6px);
    background-color: rgba(0, 0, 0, 0.25);
    max-width: 1440px;
    width: 92%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 30;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    border-radius: 10px;
}

.user-card {
    background-color: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 60%;
    max-height: 500px;
    text-align: center;
    overflow-y: auto;
    /* vertical scroll only when needed */
    overflow-x: hidden;
}

.user-card h2 {
    margin: 0;
    font-size: 1.5rem;
    color: #333;
}


.user-card p {
    margin: 0.3rem 0;
    color: #666;
}

.label {
    font-weight: bold;
    color: #222;
}

.cartButton {
    background-color: blue;
    color: white;
    font-size: 16px;
    padding: 8px 12px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px;
}


.userDetails2 {
    display: none;
}

/* Course Details */
.courseDetails-heroSection{
    width: 100%;
    background-color: #0356AE;
    margin-top: -30px;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
}
.courseDetails-content {
    max-width: 980.1px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    color: white;
    align-items: center;
    /* flex-wrap: wrap; */
    /* background-color: green; */
}

.detailsContainer {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 585px;
    width: 80%;
    /* background-color: green; */
}

.firstPart {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: inter;
}

.firstPart h1 {
    font-size: 35px;
    font-weight: 500;
    font-family: inter;
}

.firstPart h5 {
    font-size: 14px;
    font-weight: 300;
    font-family: inter;
}

.firstPart .bold {
    font-weight: bold;
}

.secondPart h5 {
    max-width: 541px;
    /* background-color: red; */
    font-size: 14px;
    font-weight: 300;
    font-family: inter;
}

.registerSection {
    display: flex;
    flex-direction: column;
    
    
}
.courseDetailsRegister {
    /* background-color: white; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18.82px;
    padding-top: 18.82px;
    background-color: white;
    padding-bottom: 15.35px;
}

.courseDetailsRegister h4 {
    color: #0A8A41;
    font-size: 17.28px;
    font-family: inter;
}

.frontendDetails {
    display: flex;
    flex-direction: column;
    gap: 11.52px;
    align-items: center;
}

.frontendDetails h3 {
    font-family: inter;
    font-weight: bold;
    color: #333;
    font-size: 17.28px;
}

.frontendDetails h6 {
    color: #333;
    font-size: 12px;
    font-family: inter;
}

.trust {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.trust h5 {
    background-color: #0C3ADC;
    padding: 4.32px 8.64px;
    border-radius: 6px;
    font-size: 8.64px;
}

.frontendDetails button {
    background-color: #0C3ADC;
    border: none;
    outline: none;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 14.85px 65.38px;
    font-family: inter;
    border-radius: 14.4px;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.frontendDetails button:hover {
    scale: 1.02;
    transition: all;
    transition-duration: 0.2s;
}

.whatYouWillLearnSection{
    width: 100%;
    max-width: 980.1px;
    margin: 0 auto;
    /* background-color: red; */
}

.learnContainer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    
}


.learnFirstPart {
    max-width: 585px;
    /* background-color: red; */
}

.learnFirstPart h2{
    font-size: 16px;
    font-family: inter;
    color: #333;
    margin: 26px 0;
}
.learnFirstPart div h3{
    font-size: 16px;
    font-family: inter;
    color: #000;
    line-height: 22px;
    
}

.learnFirstPart div {
    display: flex;
    flex-direction: column;
    margin-bottom: 26px;
    background-color: white;
    padding: 10px;
    /* box-sizing: border-box; */
    max-width: 681px;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
}

.learnFirstPart div ul{
    
    margin: 0;
    padding: 0 20px;
}

.learnFirstPart div ul li{
    font-size: 12.5px;
    font-family: inter;
    color: #333;
    line-height: 22px;
}

.learnSecondPart {
    width: 295.2px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    /* background-color: blue; */
}

.number1 {
    background-color: #0356AE;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 73px;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
}
.number1 p {
    font-size: 14px;
    /* max-width: 254px; */
    color: white;
    font-weight: 600;
    padding: 10px;
    font-family: inter;
    /* background-color: red; */
}

.number2 {
   width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px; 
    border: 2px solid #7c7c7c;
    box-sizing: border-box;
    
}

.number2 p {
    font-weight: bold;
    color: #333;
    font-family: inter;
    font-size: 14px;
    /* background-color: red; */
    margin: 0;
}

.number3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px; 
    box-sizing: border-box;
}

.number3 p {
    color: #333;
    font-family: inter;
    font-size: 14px;
    /* background-color: red; */
    margin: 0;
}

.requestProcessDetails {
    position: absolute;
    height: calc(100vh - 75.6px);
    background-color: rgba(0, 0, 0, 0.25);
    max-width: 1440px;
    width: 92%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 30;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    border-radius: 10px;
}

.requestProcessButton {
    background-color: rgb(0, 0, 10);
    color: white;
    font-weight: bold;
    border: none;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    padding: 10px 20px;
    cursor: pointer;
}

.requestProcessDetails2 {
    display: none;
}

.paymentListContainer {
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    /* max-width: 900px; */
    width: 90%;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 40px;
    overflow-y: auto;
    /* vertical scroll only when needed */
    overflow-x: hidden;
    height: 85vh;
}

.paymentList {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
    padding: 10px;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    max-width: 300px;
    width: 96%;
    background-color: white;
    border: 1px solid #cecdcd;
    height: 300px;
    /* border-radius: 20px; */
}

.paymentList ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.paymentList button {
    background-color: rgb(1, 101, 39);
    color: white;
    border: none;
    padding: 10px 15px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
}

@media (max-width: 600px) {
    .section-title {
        font-size: 1.4rem;
    }
}


@media (max-width: 1420px) {
    header {
        max-width: 1366px;
    }

    .heroSection {
        max-width: 1366px;
    }

    .heroSection2 {
        max-width: 1366px;
    }

    .formContainer form {
        width: 65%;
    }


}


@media (max-width: 1370px) {
    header {
        max-width: 1280px;
    }

    .heroSection {
        max-width: 1280px;
    }

    .heroSection2 {
        max-width: 1280px;
    }
}

@media (max-width: 1300px) {
    header {
        max-width: 96%;
    }

    .heroSection {
        max-width: 96%;
    }

    .heroSection2 {
        max-width: 96%;
    }

    .hero h2 {
        font-size: 22px;
    }

    .userDetails {
        width: 96%;
    }

}

@media (max-width: 1150px) {

    .formContainer {
        margin-top: 50px;
    }

    .formContainer form {
        width: 80%;
    }

}


@media (max-width: 1080px) {
    .courseDetails-heroSection{
        padding: 0 10px;
        /* background-color: red; */
        justify-content: center;
        width: 98%;
        margin: 0 auto;
        margin-top: -30px;
        
    }
    .courseDetails-content {
        justify-content: center;
        /* background-color: red; */
        gap: 20px;
        padding: 10px 0;
    }
    .detailsContainer {
        width: 60%;
    }

    .learnContainer {
        padding: 0 10px;
        justify-content: center;
        gap: 20px;
        margin: 0 auto;
        /* background-color: red; */
        width: 98%;
        box-sizing: border-box;
    }

    
}

@media (max-width: 900px) {
    
    .courseDetails-content {
        padding: 20px;
    }

    .learnContainer {
        padding: 0 20px;
    }

    .firstPart h1 {
        font-size: 30px;
    }
    .firstPart h5 {
        max-width: 420px;
        /* background-color: red; */
    }

    .secondPart h5 {
        max-width: 455px;
    }
    
    
    .learnFirstPart {
        /* width: 55%; */
        /* background-color: red; */
    }
}

@media (max-width: 800px)  {
    
    
    .firstPart h1 {
        font-size: 27px;
    }

    .firstPart h5 {
        max-width: 350px;
        /* background-color: red; */
    }

    .secondPart h5 {
        max-width: 350px;
    }

    
}

@media (max-width: 740px){
    .courseDetails-heroSection {
        width: 98%;
        box-sizing: border-box;
        background-color: transparent;
    }
    .courseDetails-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
        /* margin-bottom: 0; */
        /* background-color: red; */
    }

    .detailsContainer {
        width: 96%;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
        gap: 0;
        margin: 0;
        /* display: none; */
        /* background-color: red; */

    }

    .firstPart h1 {
        font-size: 22px;
        color: #fff;
        background-color: #0356AE;
        padding: 10px;
        box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    }

    .firstPart h5 {
        max-width: 96%;
        /* background-color: red; */
        text-align: center;
        display: none;
    }

    .secondPart h5 {
        max-width: 96%;
        display: none;
    }

    .registerSection {
        /* background-color: red; */
        width: 100%;
        box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    }

    .registerSection img {
        box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    }

    .courseDetailsRegister {
        /* background-color: rgb(247, 140, 140); */
    }

    .frontendDetails {
        /* background-color: red; */
        width: 100%;
    }

    .learnContainer {
        flex-direction: column-reverse;
        /* background-color: red; */
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 0;
        gap: 0;
    }

    
    .learnFirstPart {
        width: 100%;
        /* background-color: red; */
        box-sizing: border-box;
        max-width: 96%;
        /* margin: 0; */
    }

    .learnFirstPart div {
        /* max-width: 900px;
        width: 98%;  */
        width: 100%;
        box-sizing: border-box;
        /* background-color: red; */
    }

    .learnFirstPart div ul {
        margin: 0;
    }

    .learnSecondPart {
        /* flex-direction: row; */
        width: 96%;
    }

    .number1 {
        margin-top: 25px;
        background-color: white;
    }

    .number2 {
        background-color: white;
        box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
        border: none;
    }
    .number3 {
        background-color: white;
        box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
        border: none;
    }

    .number1 p {
        color: #333;
        font-weight: 500;
    }

    .number2 p {
        color: #333;
        font-weight: 500;
    } 
    .number3 p {
        color: #333;
        font-weight: 500;
    } 
}

@media (max-width: 850px) {

    .formContainer {
        width: 85%;
    }

    .formContainer form {
        width: 80%;
    }

}

@media (max-width: 800px) {

    .navList {
        display: none;
    }

    /* header{
    display: block;
   } */
    .main1 {
        position: relative;
        /* display: none; */
    }

    .main2 {
        position: relative;
        display: none;
    }

    .hero h2 {
        font-size: 18px;
    }

    .mobile {
        display: flex;
        position: absolute;
        max-width: 100%;
        z-index: 2;
        width: 96%;
        left: 2%;
        top: 75.6px;
        /* right: -2%; */
        background-color: black;
        height: calc(100vh - 75.6px);
        justify-content: center;
    }

    header {
        z-index: 2;
    }

    .menuHandler {
        display: block;
    }

    .fa-bars {
        /* background-color: black; */
        z-index: 3;
        color: back;
        display: block;
        width: 50px !important;
        scale: 1.5;
    }


    .mobileNavList {
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
        padding: 0;
    }

    .mobileListItem {
        color: white;
        font-size: 24px;
        cursor: pointer;
    }

    .fa-cart-shopping {
        color: white;
        scale: 2;
    }

    .mobileLogin {
        color: #fff;
        font-weight: 900;
        font-family: inter;
        padding: 10px;
        border: 1px solid #fff;
    }

    footer nav {
        gap: 60px;
    }

    .loginContainer {
        display: none;
    }


}


@media (max-width: 700px) {

    .formContainer {
        width: 90%;
    }

    .formContainer form {
        width: 85%;
    }

}

@media (max-width: 610px) {

    .formContainer {
        width: 94%;
    }

    .formContainer form {
        width: 90%;
    }

    .divContainer {
        width: 90%;
    }

}


@media (max-width: 500px) {

    .hero h2 {
        top: 60px;
        font-size: 16px;
    }

    .logoContainer {
        height: 28px;
        background-color: white;
        padding: 0 10px;
        box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    }


    .logoContainer img {
        width: 70px;
        object-fit: contain;
    }

    .parentPhone {
        display: none;
    }

    .paymentList {
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

}


@media (max-width: 482px) {

    .formContainer {
        width: 96%;
    }

    .formContainer form {
        width: 94%;
    }

    .divContainer {
        width: 92%;
    }

    .formContainer h2 {
        font-size: 20px;
        margin: 16px 0;
    }

}

@media (max-width: 330px) {

    .formContainer h2 {
        font-size: 16px;
        margin: 16px 0;
    }

}


@media (max-width: 1008px) {
    .reg {
        display: none;
    }

    .regBy {
        display: none;
    }
}

@media (max-width: 467px) {
    .name {
        display: none;
    }
}
