body {
    margin: 0;
    font-family: "Nunito", sans-serif;
}

h6,
p {
    font-weight: 400;
}

.main-parent {
    width: 100%;
}

section .navbar {
    background-color: white !important;
    padding: 10px 50px;
    border-bottom: 1px solid rgb(237, 237, 237);
}

.navbar-brand img {
    height: 80px;
}

.navbar .nav-item {
    padding: 0 15px;
}

.navbar .nav-item .nav-link {
    font-size: 18px;
    font-weight: 400;
    color: black !important;
    position: relative;
    
    
    
    

    &:hover {
        color: #c5a02f !important;

    }

    &::after {
        content: "";
        background-color: #c5a02f;
        height: 3px;
        width: 0%;
        position: absolute;
        left: 0;
        bottom: 5px;
        transition-duration: 0.5s;
    }
}

.navbar .nav-item:hover .nav-link::after {
    width: 100%;
}

.navbar .nav-item .active {
    color: #c5a02f !important;


    &::after {
        content: "";
        background-color: #c5a02f;
        height: 3px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 5px;
        transition-duration: 0.5s;
    }
}

.navbar .btn {
    background-color: #c5a02f;
    border: 2px solid #c5a02f;
    padding: 8px 20px;
    border-radius: 50px;
    color: white;
    font-size: 18px;
    margin-right: 0;
    
    
    
    
    

    &:hover {
        border: 2px solid #c5a02f;
        box-shadow: 2px 2px 5px #7f7f7f;
    }

    &:focus {
        box-shadow: none;
    }
}

.banner {
    padding-left: 60px;
    position: relative;
}

.banner .ban-text {
    padding: 100px 0;
}

.banner h6 {
    font-family: "Poppins", sans-serif;
    color: #c5a02f;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.banner h1 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.banner h2 {
    padding-bottom: 40px;
}

.banner p {
    color: rgba(3, 31, 66, 0.518);

    font-size: 16px;
    margin-bottom: 50px;
}

.banner .ban-img {
    padding-top: 55px;
}

.banner .btn_1,
.btn_2 {
    padding: 10px 20px;
    border: 1px solid;
    text-decoration: none;
    border-radius: 25px;
    font-size: 15px;
}

.banner .btn_1 {
    background-color: #c5a02f;
    color: white;
}

.banner .btn_2 {
    border: 2px solid;
    color: #c5a02f;
    margin: 0 20px;
    font-weight: 500;

    &:active {
        box-shadow: inset 2px 2px 5px #5e553c;
    }
}

.banner .light {
    position: absolute;
    bottom: 100px;
    left: 700px;
    animation: light ease infinite alternate 5s;
}

.banner .planet {
    position: absolute;
    top: 70px;
    left: 50px;
    animation: planet ease infinite 5s;
    opacity: 0.9;
}

@keyframes planet {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes light {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(40px);
    }

    100% {
        transform: translatey(0px);
    }
}

.class-card {
    padding: 50px 0;
}

.class-card h2 {
    font-size: 54px;
    margin-bottom: 70px;
}

.class-card h2 span a {
    background-color: #c5a02f;
    box-shadow: 2px 2px 5px #7f7f7f;
    padding: 10px 20px;
    border-radius: 50px;
    color: white;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 300;
    text-decoration: none;
    float: right;
}

.class-card .card {
    border: 1px solid rgb(3 31 66 / 10%);
    border-radius: 20px;
    box-shadow: rgba(22, 18, 3, 0.1) 0px 6px 10px 0px;
    margin: 0 10px;
    height: 100%;

    &:hover {
        border: 1px solid #c5a02f;
    }
}

.class-card .card .card-body .card-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px;
}

.class-card .card .card-body .card-subtitle {
    font-size: 15px;
    line-height: 23px;
}

.class-card .card:hover .card-title {
    color: #c5a02f;
}

.class-card .card .card-img {
    width: 60px;
}

.splide__arrow svg {
    fill: #c5a02f;
}

.splide__arrow {
    top: 65%;
    background-color: transparent;
}

.splide__arrow--next {
    right: -40px;
}

.splide__arrow--prev {
    left: -40px;
}

.Brochure {
    padding: 30px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    border-bottom: 1px solid #5e553c;
}

.Brochure img {
    width: 70px;
}

.Brochure p {
    color: #c5a02f;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
    font-size: 18px;
}

.Brochure h6 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
}

.Brochure a {
    background-color: #c5a02f;
    padding: 8px 15px;
    border-radius: 50px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 20px;
}

.overview {
    text-align: center;
    padding: 30px 150px;
}

.overview h4 {
    font-size: 50px;
    color: #c5a02f;
    font-weight: 700;
}

.overview p {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.course {
    padding: 50px;
}

.course h2 {
    margin: auto;
    font-size: 54px;
    position: relative;
    width: max-content;
    margin-bottom: 50px;
}

.course .course-detail {
    /* margin: 80px 150px; */
    padding: 20px;
    background-color: #ffffff;
    border-radius: 25px;
    box-shadow: rgba(22, 18, 3, 0.1) 0px 6px 10px 0px;
    position: relative;
    z-index: 1;
}

.course .course-detail img {
    border-radius: 20px;
    width: 100%;
}

.course .course-detail .course-text {
    padding: 25px 20px;
}

.course .course-detail .course-text h5 {
    font-size: 28px;
    margin-bottom: 16px;
}

.course .course-detail .course-text .text {
    margin-bottom: 20px;
    font-size: 16px;
}

.course .course-detail .course-text .price {
    font-size: 20px;
    margin-bottom: 10px;

}

.course .course-detail .course-text .offer {
    font-size: 20px;
    margin-bottom: 35px;
}

.course .course-detail .course-text a {
    text-decoration: none;
    color: white;
    background-color: #c5a02f;
    padding: 8px 18px;
    border-radius: 20px;
    border: 1px solid #c5a02f;

    &:hover {
        background-color: transparent;
        color: #c5a02f;
        border: 2px solid #c5a02f;

    }
}

.about {
    padding: 50px;
}

.about .about-img {
    border-radius: 20px;
}

.about .about-text h6 {
    color: #c5a02f;
    letter-spacing: 3px;
    font-size: 16px;
}

.about .about-text h3 {
    font-size: 42px;
    margin-bottom: 20px;
}

.about .about-text p {
    font-size: 17px;
}

.about .about-text .about-opt {
    padding-top: 20px;
}

.about .about-text .about-opt p {
    font-size: 20px;
}

.about .about-text .about-opt img {
    width: 50px;
}

.instruction {
    padding: 50px 0px;
    padding-bottom: 20px;
}

.instruction h3 {
    font-size: 40px;
    margin-bottom: 70px;
    text-align: center;
}

.instruction h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: white;
    box-shadow: inset 0px 0px 150px #c5a02f;
    padding: 10px 20px;
    border-radius: 8px 8px 0px 0;
}

.instruction .card {
    box-shadow: rgba(22, 18, 3, 0.1) 0px 6px 10px 0px;
    border-radius: 10px;
    height: 430px;
}

.instruction .card .card-title {
    font-size: 20px;
}

.instruction .card ul {
    padding-left: 17px;
    font-size: 16px;
}

.instruction .card img {
    border-radius: 10px;
    margin-bottom: 15px;
    height: 200px;
}

.instruction .card .btn {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
    
    
    
    

    &:focus {
        box-shadow: none;
    }
}

.instruction .inst-btn {
    background-color: #c5a02f;
    box-shadow: 2px 2px 5px #7f7f7f;
    padding: 6px 20px;
    border-radius: 50px;
    color: white;
    font-size: 20px;
    text-decoration: none;
}

.apply {
    padding: 50px 0;
    text-align: center;
}

.apply h2 {
    font-size: 42px;
}

.apply img {
    width: 70px;
}

.apply h5 {
    font-size: 24px;
    margin-top: 20px;
}

.apply p {
    margin-top: 20px;
    padding: 0 15px;
    margin-bottom: 0;
    font-size: 16px;
}

.testimonial {
    padding: 50px 150px;
    text-align: center;
}

.testimonial h6 {
    color: #c5a02f;
    font-size: 20px;
    letter-spacing: 3px;
}

.testimonial h2 {
    font-size: 54px;
    margin-bottom: 50px;
}

.testimonial .carousel {
    margin-top: 50px !important;
}

.testimonial .carousel .carousel-inner img {
    width: 100px;
    margin: auto;
    margin-bottom: 20px;
}

.testimonial .carousel .carousel-inner h5 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 20px;
}

.testimonial .carousel .carousel-inner p {
    font-size: 18px;
}

.testimonial .carousel .carousel-inner .carousel-item {
    padding: 0 130px;
}

.testimonial .carousel-control-prev-icon {
    background-image: none;
}

.testimonial .carousel-control-next-icon,
.carousel-control-prev-icon {
    color: #c5a02f;
    font-size: 20px;
    background-image: none;
}

.touch {
    padding: 50px !important;
}

.touch h6 {
    color: #c5a02f;
    font-size: 20px;
    letter-spacing: 3px;
}

.touch h2 {
    font-size: 54px;
    margin-bottom: 15px;
}

.touch h5 {
    color: #c5a02f;
    font-size: 28px;
}

.touch p {
    padding-right: 80px;
    font-size: 22px;
}

.touch i {
    margin-right: 20px;
    font-size: 36px;
    color: #c5a02f;
}

.touch a {
    color: black;
    text-decoration: none;
    font-size: 22px;

    &:hover {
        color: black;
    }
}

.touch .btn {
    text-decoration: none;
    color: white;
    font-size: 20px;
    background-color: #c5a02f;
    padding: 8px 18px;
    border-radius: 50px;
    border: 1px solid #c5a02f;
    margin-top: 30px;

    &:hover {
        background-color: transparent;
        color: #c5a02f;
        border: 2px solid #c5a02f;

    }
}

.touch form {
    padding: 20px 30px;
    border-radius: 20px;
}

.touch form label {
    font-size: 20px;
}

::placeholder {
    font-size: 20px;
}

.touch form input {
    border-radius: 20px !important;


    &:focus {
        box-shadow: none;
        border-color: #c5a02f;
    }
}

.touch form select,
textarea {
    border-radius: 20px !important;

    #c5a02f &:focus {
        box-shadow: none;
        border-color: #c5a02f;
    }
}

.form-check-input:checked {
    background-color: #c5a02f;
}

.FAQ {
    text-align: center;
    padding: 50px 200px;
}

.FAQ h6 {
    color: #c5a02f;
    font-size: 20px;

    letter-spacing: 3px;
}

.FAQ h2 {
    font-size: 48px;
    margin-bottom: 35px;
}

.FAQ .FAQ-text {
    margin: 12px 0px;
    padding: 20px;
    text-align: left;
    border-radius: 20px;
    box-shadow: rgba(22, 18, 3, 0.1) 0px 6px 10px 0px;
}

.FAQ .FAQ-text h5 {
    margin-bottom: 20px;
    font-size: 26px;
}

.FAQ .FAQ-text h5 i {
    float: right;
    background-color: rgb(232, 235, 240);
    padding: 5px;
    border-radius: 20px;
    font-size: 20px;
}

.FAQ .FAQ-text p {
    margin: 0;
    font-size: 16px;
}

.footer {
    padding: 50px 0;
    border-top: 1px solid #a5a6a7;
}

.footer img {
    width: 200px;
}

.footer a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 16px;
    
    
    
    

    &:hover {
        color: #c5a02f;
    }
}

.footer .f-icon {
    padding-top: 50px;
}

.footer .f-icon a {
    font-size: 22px;
    padding: 0 8px;
    color: #c5a02f;
}

.footer ul {
    list-style: none;
    padding-left: 2px;
}

.footer ul li {
    padding: 4px 0;
}

.footer h3 {
    margin-bottom: 20px;
    font-size: 24px;
}

.footer p {
    padding-top: 20px;
    padding-right: 50px;
    font-size: 16px;
}

.splide__pagination__page {
    display: none;
}

@media (max-width:1145px) {
    .navbar .nav-item .nav-link {
        font-size: 18px;
    }
}

@media (max-width:1024px) {
    .testimonial {
        padding: 50px;
    }

    .testimonial .carousel .carousel-inner .carousel-item {
        padding: 0 50px;
    }

    section .navbar {
        padding: 10px 0;
    }
    .FAQ{
        padding: 50px 100px;
    }
    .footer p{
        padding-right: 0;
    }
}

@media (max-width:786px) {
    .testimonial {
        padding: 50px 0;
    }

    .testimonial .carousel .carousel-inner .carousel-item {
        padding: 0;
    }

    .course {
        padding: 50px 0;
    }

    .splide__arrow--prev {
        left: 0;
    }

    .splide__arrow--next {
        right: 0;
    }

    .banner {
        padding-left: 30px;
    }

    .banner .btn_1,
    .btn_2 {
        display: inline-block;
        margin: 20px 0 0 0 !important;
    }
    .about{
        padding: 50px 0;
    }
    .overview{
        padding: 30px 0;
    }
    .instruction .card{
        height: auto;
    }
    .FAQ{
        padding: 50px 0;
    }
    .FAQ h2{
        font-size: 34px;
    }
    .FAQ .FAQ-text h5{
        font-size: 22px;
    }
    .FAQ .FAQ-text p{
        font-size: 14px;
    }
    
}
@media (max-width: 576px) {
    .class-card h2 span a {
        float: none;
        display: inline-block;
    }
    .banner {
        padding-left: 30px;
    }
    .banner h1{
        font-size: 36px;
    }
    .banner h2 {
        font-size: 22px;
    }
    .class-card h2{
        font-size: 36px;
    }
    .course h2{
        font-size: 36px;
    }
    .course .course-detail .course-text h5{
        font-size: 24px;
    }
    .about .about-text h3{
        font-size: 36px;
    }
    .instruction h3{
        font-size: 28px;
    }
    .apply h2{
        font-size: 36px;
    }
    .testimonial h2{
        font-size: 36px;
    }
    .testimonial .carousel .carousel-inner h5{
        font-size: 26px;
    }
    .footer p{
        padding-right: 0;
    }
}