*{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    font-family: 'poppins', sans-serif, system-ui;
    box-sizing: border-box;
}

body{
    max-width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
    color: #37423b;
}

p{
    margin: 0px !important;
}

input:focus, textarea:focus{
    outline: none !important;
}

::placeholder {
    color: #37423b;
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #37423b;
  }

#preloader{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #ffffff;
    background-size: 25%;
    z-index: 100;
}

#preloader-circle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border: 7px solid #5fcf80;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: rotate 1s ease infinite;
}

a{
    text-decoration: none !important;
    color: #37423b;
    height: fit-content;
}

section{
    margin: 20px 40px;
    background-color: #ffffff;
    overflow: hidden;
}

section h2{
    border-left: 10px solid #5fcf80;
    padding-left: 7px;
    font-size: xx-large;
    font-weight: 900;
}

.loading-btn-container{
    display: none;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 5px;
    padding: 7px;
    width: 200px;
    border-radius: 250px;
    border: solid #37423b 2px;
    background-color: #ffffff;
    align-self: center;
    pointer-events: none;
}

.loading-animation{
    pointer-events: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 4px solid #5fcf80;
    border-top-color: transparent;
    animation: rotate 1s ease infinite;
}

.loading-text{
    color: #37423b;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
}

@keyframes rotate{
    0%{
        transform: rotate(0turn);
    }

    100%{
        transform: rotate(1turn);
    }
}

.dropdown-menu{
    font-weight: 900;
    color: #5f5f5f;
    width: 100%;
    margin: 10px 0px;
    padding: 10px;
    border: solid #d9d9d9 2px;
    border-radius: 5px;
}

.form-checkboxes{
    background-color: #ffffff;
    padding: 10px;
    margin: 10px 0px;
    border-radius: 7px;
    border: 2px solid #d9d9d9;
    font-size: small;
    font-weight: 600;
}

.form-checkboxes p{
    color: #5f5f5f;
    font-weight: 900;
    font-size: small;
    margin-bottom: 7px;
}

.input-desc{
    text-align: left;
    text-align: left;
    display: block;
    font-size: 9px;
}

.header{
    position: sticky;
    top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    height: 65px;
    z-index: 100;
    background-color: #ffffff;
}

.heading{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.heading h1{
    font-size: xx-large;
    padding: 5px;
    font-weight: bolder;
    border-bottom: solid #5fcf80 7px;
}

.logo{
    width: fit-content;
    height: fit-content;
}

#logo-img{
    margin: 10px 0px;
    width: 170px;
    cursor: pointer;
}

.links{
    margin: 20px 0px;
    width: 40%;
    display: flex;
    flex-direction: row;
    height: fit-content;
    justify-content: space-evenly;
    cursor: pointer;
}

.links a{
    font-weight: 700;
    height: fit-content;
}

.links a:hover{
    color: #5fcf80;
}

.search-bar{
    margin: 10px 0px !important;
    padding: 3px;
    width: 40%;
    border-radius: 70px;
    border: 1px solid #37423b;
    display: flex;
    justify-content: space-between;
}

.search-bar input{
    margin: 10px;
    border: none;
    width: 100%;
}

.search-bar input:focus{
    outline: none;
}

.search-bar button{
    width: 45px;
    border: none;
    color: #37423b;
    padding: 7px;
    background-color: #5fcf80;
    border-radius: 50%;
}

.search-bar i{
    color: #ffffff;
}

.course-drop-down{
    display: none;
    flex-direction: column;
    justify-content: left;
    background-color: #ffffff;
    width: 200px;
    padding: 10px;
    position: absolute;
    margin-top: 20px;
}

#drop-up-arrow,
#drop-up-arrow-mobile{
    display: none;
}

.course-drop-down a{
    padding : 10px;
}

.course-drop-down a:hover{
    background-color: #5fcf80;
    color: #ffffff;
}

.course-drop-down-mobile{
    display: none;
    flex-direction: column;
    margin-left: 150px;
    transition: all 1s ease;
}

.course-drop-down-mobile a{
    color: #ffffff;
    margin: 10px;
    border-bottom: 2px solid #ffffff;
    width: fit-content;
    font-weight: 600;
    font-size: large;
}

.signup-btn-container{
    display: flex;
    justify-content: space-evenly;
}

.signup-btn-container a:hover{
    color: #ffffff;
}

.signup-btn{
    background-color: #5fcf80;
    color: #ffffff;
    padding: 9px;
    margin: 16px 25px 16px 0px;
    width: 130px;
    height: 40px;
    text-align: center;
    font-weight: 600;
    border-radius: 30px;
}

.login-btn{
    background-color: #ffffff;
    border: 2px solid #5fcf80;
}

.login-btn P{
    color: #5fcf80 !important;
}

.mobile-navbar{
    z-index: -1;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: -2000px;
    top: 60px;
    background-color: #ffffff;
    transition: all 0.5s ease-in-out;
}

.mobile-navbar .header-links{
    font-size: 17px;
    padding: 25px 5px;
    margin: 0px 20px;
    color: #37423b;
    text-align: center;
    border-bottom: 1px solid #37423b;
    font-weight: 600;
    transition: all 0.5s ease;
}

.navbar-show{
    display: none;
    position: absolute;
    color: #37423b;
    top: 10px;
    right: 0px;
    width: 40px;
    font-size: 30px;
}

.navbar-close i{
    color: #37423b;
    position: absolute;
    display: none;
    font-size: 35px;
    top: 10px;
    right: 13px;
}

.signup-btn-container-mobile{
    margin-top: 60px;
    display: flex;
    justify-content: space-evenly;
}

.signup-btn-container-mobile a{
    background-color: #37423b;
    color: #ffffff;
    padding: 10px;
    width: 160px;   
    border-radius: 50px;
    font-size: 17px;
    text-align: center;
    margin-bottom: 0rem !important;
    font-weight: 900;
    transition: all 0.5s ease;
}

.main{
    height: fit-content;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.illustration{
    width: 400px;
}

.hero-content{
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.vivid-hero-text{
    color: #5fcf80;
    padding: 5px;
}

.highlight-green{
    color: #5fcf80;
}

.demo-class-enrollment-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    width: 350px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: #777777 0px 0px 15px;
}

.demo-class-enrollment-form input,
.demo-class-enrollment-form select{
    padding: 7px;
    border-radius: 5px;
    border: 2px solid #d9d9d9;
    margin: 8px;
}

.demo-class-enrollment-form #form-submit-btn{
    padding: 4px 8px;
    width: max-content;
    margin-top: 5px;
    border-radius: 250px;
    font-weight: 600;
    color: #5fcf80;
    border: solid #5fcf80 2px;
    background-color: #ffffff;
    align-self: center;
    cursor: pointer;
    transition: 0.5s ease-in-out all;
}

.demo-class-enrollment-form #form-submit-btn:hover{
    background-color: #5fcf80;
    color: #ffffff;
}

.main .tag-line{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.tag-line h1{
    font-size: 50px;
    font-weight: bolder;
}

.demo-class-form{
    display: flex;
    padding: 20px 0px;
    align-items: center;
}

.about-us{
    display: flex;
    justify-content: center;
    text-align: center;
}

.about-us-bold{
    font-size: 35px;
    font-weight: 900;
}

.about-us-main p{
    margin: 10px;
    font-size: large;
    color: #37423b;
    font-weight: 500;
}

.about-us-btn{
    margin: 30px 0px;
}

.about-us-btn a{
    color: #ffffff;
    font-weight: 600;
    background-color: #5fcf80;
    border: 2px solid #5fcf80;
    padding: 7px;
    border-radius: 20px;
}

.testimonial-section{
    margin: 40px 0px;
}

.testimonial-section h2{
    margin: 0px 40px;
}

.card-container{
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.testimonial-main{
    max-width: 800px;
    display: flex;
    flex-direction: column;
    margin: 20px 20px;
    padding: 20px;
    border: 3px solid #ced4da;
    border-radius: 10px
}

.testimonial-user-details{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.testimonial-user-image img{
    width: 50px;
    margin-right: 15px;
}

.testimonial-user-review{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.testimonial-user-review p{
    display: flex;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 6px;
}

.user-review-opening-comma{
    padding-right: 40px;
}

.user-review-closing-comma{
    padding-left: 40px;
}

.carousel-control-next-icon {
    background-image: url("../images/icons/next-arrow.png") !important;
}

.carousel-control-prev-icon {
    background-image: url("../images/icons/prev-arrow.png") !important;
}

.color-green{
    color: #5fcf80;
    font-size: larger;
}

.popular-courses-cards{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 10px;
}

.courses-card{
    width: 350px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    margin: 20px 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    box-shadow: #d9d9d9 5px 5px 10px;
    transition: all 0.2s ease-in-out;
}

.courses-card img{
    text-align: center;
    width: 100%;
    border-radius: 5px;
    margin: 0px;
    padding: 0px;
}

.courses-card p,
.courses-card button{
    font-weight: 500;
    margin-bottom: 5px;
}

.courses-card h3{
    margin: 7px 0px 0px 0px;
    font-weight: 700;
    border-bottom: 3px solid #5fcf80;
}

.enroll-now-btn{
    color: #37423b;
    font-weight: bold;
    transition: 0.7s ease;
}

.courses-card p{
    color: #777777;
    font-size: 14px;
}

.courses-card h3:hover{
    color: #5fcf80;

}

.courses-card .enquire-now-btn{
    margin: 10px 0px;
    font-weight: 600;
    font-size: small;
    padding: 5px 10px;
    border-radius: 40px;
    border: none;
    background-color: #ECEFF2;
    align-self: center;
    cursor: pointer;
    transition: 0.5s ease;
}

.courses-card .enquire-now-btn:hover{
    color: #ffffff;
    background-color: #5fcf80;
}

.other-courses-options{
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.courses-option{
    min-width: 170px;
    margin-top: 10px;
    border: 2px solid #d9d9d9;
    border-radius: 7px;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.courses-option a{
    margin-bottom: 0px !important;
}

.courses-option:hover{
    border: 2px solid #5fcf80;
    box-shadow: 0px 0px 20px #5fcf80;
}

.courses-option i{
    font-size: 22px;
    color: #37423b;
}

#academics-icon{
    color: #ffbb2c;
}

#dance-icon{
    color: #e80368;
}

#guitar-icon{
    color: #3a86ff;
}

#coding-icon{
    color: #e361ff;
}

.courses-option h5{
    margin: 7px;
    font-size: 17px;
    font-weight: 600;
}

.journey-inner{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 10px 0px;
}

.journey-image{
    width: 75%;
}

.journey-image-mobile{
    display: none;
}

.why-us-main{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.why-us-main h3{
    color: #ffffff;
    font-size: x-large;
    font-weight: 800;
    margin: 20px 0px;
}

.why-us-box{
    background-color: #5fcf80;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 10px;
    width: 350px;
    max-height: 40%;
}

.why-us-highlights{
    margin: 10px;
    width: 250px;
    display: flex;
    flex-direction: column;
    align-self: center;
    padding: 10px 0px;
    border: solid #d9d9d9 3px;
    border-radius: 5px;
}

.why-us-highlights i{
    width: fit-content;
    font-size: large;
    padding: 15px;
    align-self: center;
    color: #5fcf80;
    background-color: #ecf9f0;
    border-radius: 50%;
}

.why-us-highlights p{
    color: #777777;
    text-align: center;
    padding: 10px;
}

.why-us-highlights h5{
    margin: 10px 0px;
    color: #37423b;
    text-align: center;
    font-size: medium;
    font-weight: 900;
}

.numbers{
    /* background-color: #eef0ef;    */
    padding: 20px 0px 20px 0px;
}

.numbers h2{
    margin: 0px 0px 10px 15px;
}

.counter-box{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.counter-box p{
    margin: 0px !important;
    color: #5fcf80;
    font-size: 30px;
    font-weight: 900;
}

.counters{
    width: 120px;
    margin: 10px;
    text-align: center;
}

.counters i{
    font-size: 30px;
    color: #37423b;
}

.counter-box h3{
    font-weight: 700;
}

.payment-options-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.payment-options-wrapper img{
    width: 500px;
}

#highlight{
    background-color: #ffffff;
    color: #777777;
    border-radius: 15px;
    padding: 6px;
    font-weight: 900;
    margin-bottom: 15px;
    align-self: flex-start;
}

.payment-option{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 270px;
    margin: 10px;
    border-radius: 5px;
    padding: 20px;
    border: 2px solid #ced4da;
    box-shadow: 10px 10px 5px #ced4da;
}

.payment-option p{
    color: #37423b;
    text-align: center;
    font-weight: 600;
    font-size: small;
}

.payment-option-logo img{
    width: 60%;
}

.payment-option-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    width: 130px;
    height: 130px;
    margin-bottom: 30px;
    border: 3px solid #ECEFF2;
    border-radius: 50%;
}

.payment-description{
    margin-bottom: 30px;
    color: #8d99ae;
}

.payment-btn{
    background-color: #ffffff;
    font-size: small;
    font-weight: bold;
    color: #37423b;
    padding: 7px;
    border-radius: 5px;
    border: none;
    transition: all .4s;
    cursor: pointer;
}

#upi-id{
    border: 3px solid #ced4da;
    border-radius: 7px;
    padding: 3px;
    width: 130px;
}

#copy-btn{
    font-weight: 600;
    width: 50px;
    padding: 3px;
    border: 2px solid #8d99ae;
    border-radius: 5px;
}

#copy-btn-after{
    font-weight: bold;
    background-color: #5fcf80;
    color: #ffffff;
    padding: 3px;
    border: 2px solid #5fcf80;
    border-radius: 5px;
    display: none;
}

#whatsapp-img{
    width: 35px;
    border-radius: 10px;
    box-shadow: 4px 4px 5px #ced4da;
}

.privacy-policy-content li{
    margin: 20px 0px;
}

.privacy-policy-content p{
    text-decoration: underline; 
    font-weight: bold; 
    font-size: large;
}

.terms-conditions-content h3{
    width: fit-content;
    margin: 30px 0px 5px 0px;
    border-top: solid #5fcf80 3px;
}

.tutoring-agreement-content h3{
    width: fit-content;
    margin: 30px 0px 5px 0px;
    border-top: solid #5fcf80 3px;
}

.contact-form-section{
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.about-content-main{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.about-highlights{
    width: 100%;
}

.about-highlights h4, 
.about-highlights li{
    margin-bottom: 10px;
    list-style: none;
}

.about-highlights i{
    color: #5fcf80;
}

.contact-form-text p{
    font-size: large;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.contact-form-text i{
    color: #5fcf80 ;
    font-size: large;  
    text-align: center;
    padding: 15px;
    width: 48px;
    background-color: #eceff2;
    border-radius: 50%;
}

#contact-form{
    display: flex;
    flex-direction: column;
    height: fit-content;
}

#contact-form input, #contact-form textarea{
    font-weight: 600;
    width: 100%;
    margin: 10px 0px;
    padding: 5px;
    border: none;
    border-bottom: solid #5fcf80 2px;
}

#contact-form button{
    margin-top: 10px;
    background-color: #5fcf80;
    color: #ffffff;
    border: none;
    padding: 7px;
    font-size: medium;
    font-weight: 900;
    border-radius: 10px;
    cursor: pointer;
}

.registration-main{
    width: 100vw;
    display: flex;
    justify-content: space-evenly;
}

.registration-main .page-heading{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.registration-course-heading{
    color: #ffffff;
    background-color: #5fcf80;
    border: none;
}

.student-registration-data{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
}

.registration-form-section{
    display: flex;
}

.registration-form{
    height: fit-content;
    border-radius: 7px;
    padding: 20px;
}

.registration-form-section a{
    color: #5fcf80;
}

.input-box{
    color: #37423b;
    font-size: 15px;
    font-weight: 500;
}

.input-box legend{
    font-size: 13px;
}

.input-box fieldset{
    margin: 10px 0px;
    font-weight: 600;
    color: #37423b;
    border: none;
    border-bottom: 2px solid #5fcf80;

}

.input-box input,
.input-box textarea{
    color: #37423b;
    font-weight: 600;
    width: 100%;
    margin: 15px 0px;
    border: none;
    border-bottom: 2px solid #5fcf80;
}

.input-box input:focus,
.input-box textarea:focus{
    outline: none;
}

#male,
#female,
#others,
#declaration{
    width: 20px;
}

#male, 
#female{
    margin-right: 10px;
}

.submit-btn{
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.submit-btn{
    width: 100%;
    padding: 7px;
    border-radius: 7px;
    font-weight: 600;
    background-color: #5fcf80;
    color: #ffffff;
    border: none;
    transition: 0.5s all ease-in;
    cursor: pointer;
}

.course-details-main-box{
    padding: 10px;
    margin: 30px 0px;
    width: 100%;
    border-bottom: 2px solid #8d99ae;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
}

.course-heading h3{
    padding: 4px;
    font-weight: bold;
    border-left: 10px solid #5fcf80;
}

.course-details-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px;
}

.course-details-main h3{
    width: fit-content;
    border-bottom: 2px solid #5fcf80;
    margin-bottom: 10px;
}

.course-details-main p,
.course-details-main li{
    margin: 10px 0px;
}

.course-details-main .course-img{
    margin: 20px 0px;
    text-align: center;
}

.filter form{
    margin: 15px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.filter p{
    padding-top: 5px;
}

.filter select{
    height: fit-content;
    color: #37423b;
    border: none;
    padding: 5px;
}

.filter button{
    width: 80px;
    padding: 5px;
    border: none;
    background-color: #5fcf80;
    border-radius: 15px;
    color: #ffffff;
    font-weight: 500;
}

.why-us-main-registration{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.why-us-registration{
    border: none;
    margin: 15px;
    display: flex;
    flex-direction: column;
    align-self: center;
}

.why-us-registration i{
    width: fit-content;
    font-size: large;
    padding: 15px;
    align-self: center;
    color: #5fcf80;
    background-color: #ecf9f0;
    border-radius: 50%;
}

.why-us-registration p{
    color: #777777;
    text-align: center;
    padding: 10px;
}

.why-us-registration h5{
    margin: 10px 0px;
    color: #37423b;
    text-align: center;
    font-size: medium;
    font-weight: 900;
}

.course-register{
    display: flex;
    justify-content: center;
    width: 100%;
}

.course-register-btn{
    width: 180px;
    text-align: center;
    border-radius: 20px;
    font-weight: bold;
    padding: 10px;
    margin: 5px 0px;
    background-color: #5fcf80;
    color: #eceff2;
    transition: 00.5s ease all;
    animation: glowup 0.5s linear 0s infinite alternate;
    box-shadow: 0px 0px 10px #5fcf80;
}

@keyframes glowup{
    from{
    box-shadow: 0px 0px 10px #5fcf80;   
    }

    to{
        box-shadow: 0px 0px 30px #5fcf80;
    }
}

.course-register a:hover{
    color: #ECEFF2;
}

.course-details-second{
    margin: 10px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.couse-nav{
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #ffffff;
}

.couse-nav .nav{
    justify-content: center;
}

.course-section-heading{
    text-align: center;
    font-weight: bolder;
    font-size: 30px;
}

.nav-pills .nav-link{
    color: #37423b !important;
    font-size: medium;
    font-weight: bold;
}

.nav-pills .nav-link.active{
    background-color: #5fcf80 !important;
    color: #ffffff !important;
}

.roadmap-container{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.roadmap-item{
    display: flex;
    margin: 10px 0px;
    justify-content: space-between;
    font-weight: 600;
    box-shadow: inset 0px 0px 5px #8d99ae;
    border-radius: 10px;
    padding: 10px;
}

.roadmap-item p{
    margin-bottom: 0px;
}

.requisites-main{
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #eceff2;
    padding: 60px;
    border-radius: 20px;
}

.requisites-item{
    text-align: center;
    margin-bottom: 10px;
}

.requisites-item p{
    margin-top: 2px;
    font-weight: 600;
}

.requisites-item i{
    font-size: 50px;
    text-align: center;
    align-self: center;
}

.accordion-button:focus{
    background-color: #ecf9f0;
    box-shadow: none;
}

.accordion-item .accordion-button{
    color: #37423b;
    font-weight: 600;
    font-size: medium;
}

.accordion-button:not(.collapsed){
    background-color: #ecf9f0;
}

.course-details-section-inner img{
    width: 300px;
}

.watch-demo-btn{
    color: #5fcf80 !important;
}

.course-info{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.course-info-inner{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 3px 10px;
}

.course-info-inner h5{
    font-weight: 600;
    border-radius: 10px;
    background-color: #eef0ef;
    font-size: medium;
    padding: 10px;
    margin: 0px;
}

.user-details-wrapper{
    display: flex;
    justify-content: center;
}

.user-details{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 500px;
    padding: 40px;
    border: 2px solid #ced4da;
    border-radius: 12px;
}

#user-details-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.user-details h3{
    margin-bottom: 25px;
    width: fit-content;
    border-top: 3px solid #5fcf80;
}

#user-details-form input{
    margin-bottom: 15px;
    padding: 6px;
    border: 1px solid #777777;
    border-radius: 5px;

}

.forms-loading-btn{
    display: none;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
    background-color: #ecf9f0;
    color: #37423b;
    font-weight: 600;
    padding: 5px;
    border: 2px solid #777777;
    border-radius: 7px;
    pointer-events: none;
}

.forms-loading-btn .circle{
    margin-right: 10px;
    border: 4px solid #5fcf80;
    color: #5fcf80;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    border-top-color: transparent;
    animation: rotate 1s ease infinite;
    text-align: center;
    font-size: large;
}

@keyframes rotate{
    0%{
        transform: rotate(0turn);
    }

    100%{
        transform: rotate(1turn);
    }
}

.forms-loading-btn p{
    margin-top: 5px;
}

footer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px;
    width: 100%;
    background-color: #37423b;
}

footer h3{
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 4px;
    border-left:#5fcf80 solid 7px;

}

footer a, footer p, footer i{
    color: #ffffff;
    font-weight: 400;
}

footer a:hover{
    color: #5fcf80;
}

.footer-contact-section{
    display: flex;
    flex-direction: column;
}

.footer-contact-subsection{
    display: flex;
    flex-direction: row;
    margin-bottom: 7px;
}

.footer-contact-subsection i{
    margin-right: 15px;
}

.footer-links-section ul li{
    list-style: none;
    margin-bottom: 7px;
}

.footer-links-subsection{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.footer-socialmedia-subsection a img{
    width: 25px;
    margin-right: 15px;
}

@media screen and (max-width: 1100px) {
    .links, .signup-btn{
      display: none;
    }

    .navbar-show, .navbar-hamburger{
        display: block;
    }

    .tag-line h1{
        font-size: 40px;
        text-align: center;
    }

    .hero-content{
        height: max-content;
    }

    #logo-img{
        margin-left: 0px;
    }

    .courses-card{
        padding: 9px;
    }

    .about-content-main{
        flex-wrap: wrap;
    }

    .course-details-section-inner img{
        display: none;
    }

    .registration-main .page-heading{
        width: fit-content;
    }

    .registration-form-section{
        width: fit-content;
    }

    .registration-main{
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 700px){
    section{
        margin: 20px 15px;
    }

    footer{
        justify-content: left;
    }

    .illustration{
        width: 330px;
    }

    .journey-image{
        display: none;
    }

    .journey-image-mobile{
        display: block;
        width: 90%;
    }
    

}

@media screen and (max-width: 600px){
    .header{
        justify-content: left;
    }

    .search-bar{
        padding: 0px;
    }

    .search-bar button{
        width: 60px;
    }

    .testimonial-main{
        width: 300px !important;
    }

    .card-container{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}