* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Be Vietnam Pro', sans-serif;
}
body {
    background-color: #F1F1F3;
}
.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section {
    width: 95%;
    margin-top: 15px;
    margin-bottom: 50px;
}
/* Global Styling */

.advert {
    background-color: #FF9500;
    display: flex;
    gap:  0.7rem;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    height: 50px;
    border-radius: 6px;
    font-weight: 400;
}
.ad-arrow {
    padding-top: 7px;
}
nav {
    height: 70px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    border-bottom: 1px solid #e0e0e6 ;
    color: #262626;
}
.cont {
    width: 90%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
nav .left {
    display: flex;
    align-items: center;
    gap: 3rem;
}
nav .left ul {
    display: flex;
    list-style: none;
    gap: 1.5rem;
}
nav .left ul li a {
    text-decoration: none;
    color: black;
}
nav .left ul li .live {
    background-color: #e7e7ed;
    border-radius: 6px;
    padding: 10px 20px;
}
nav .right {
    display: flex;
    align-items: center;
}
nav .right ul {
    display: flex;
    list-style: none;
    gap: 2rem;
}
nav .right ul li a {
    text-decoration: none;
    color: black;
}
nav .right ul li .btn {
    color: white;
    background-color: #FF9500;
    padding: 10px 20px;
    border-radius: 6px;
}
.checkbtn {
    font-size: 30px;
    color: #262626;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check {
    display: none;
}
.abstract {
    position: absolute;
    left: -24px;
    top: -30px;
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
    color: #262626;
    width: 100%;
}
.hero-body .block {
    background-color: #FCFCFD;
    display: flex;
    gap: 0.5rem;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    position: relative;
}
.hero .block h1 {
    font-weight: 600;
    font-size: 32px;
}
.hero .block .light {
    padding: 10px 10px;
    background-color: #FFF4E5;
    border-radius: 6px;
}
.hero .catch p {
    font-size: 26px;
    font-weight: 500;
    padding-top: 20px;
    text-align: center;
}
.hero .catch .slogan {
    font-size: 14px;
    font-weight: 400;
}
.hero-btn ul {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    list-style: none;
}
.hero-btn ul li {
    background-color: #FFFFFF;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #F1F1F3;
    font-weight: 500s;
}
.hero-btn ul li.btn {
    background-color: #FF9500;
    padding: 13px 20px;
    border-radius: 6px;
    font-weight: 600;
}
.hero-btn ul li.btn a {
    color: white;
}
.hero-btn ul li a {
    color: #262626;
}
.card-cont {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.sponsor {
    display: flex;
    gap: 0.2rem;
    justify-self: center;
    align-items: center;
    width: 90%;
    height: 20vh;
    background-color: #FCFCFD;
}
.cards {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90%;
}
.card {
    padding: 22px 44px;
    border-right: 1px solid #F1F1F3;
}
.video-cont {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.video {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 95vh;
    border-radius: 8px;
}

.sm-video {
    display: none;
}
.video-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-img .bg-video {
    background-position: center;
    background-size: cover;
}

/* Benefit Section */
.benefit-cont {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.benefit {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.benefit .head {
    display: flex;
    width: 100%;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 30px;
}
.benefit .head .text {
    width: 60%;
    color: #262626;
}
.benefit .head .text h3 {
    font-weight: 600;
    font-size: 36px;
    padding-bottom: 10px;
}
.benefit .head .text p {
    font-weight: 400;
    font-size: 16px;
}
.benefit .head .btn  {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.benefit .head .btn a {
    text-decoration: none;
    padding: 10px 20px;
    background-color: #FCFCFD;
    color: #262626;
    border-radius: 6px;
    border: 2px solid #F1F1F3;
}
.benefit .sub {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 40px;
    width: 100%;
}
.benefit .row1 {
    display: flex;
    gap: 1rem;
}
.benefit .row1 .card {
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 15px 30px;
    height: 322px;
}
.benefit .row1 .card .num {
    display: flex;
    justify-content: right;
    padding-bottom: 12px;
    font-weight: 700;
    font-size: 32px;
}
.benefit .row1 .card .head {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}
.benefit .row1 .card .sub {
    font-weight: 400;
    font-size: 14px;    
}
.benefit .row1 .card .img {
    display: flex;
    justify-content: flex-end;
    
}
.benefit .row1 .card .img img {
    padding: 10px;
    background-color: #F1F1F3;
    border-radius: 6px;
}

/* Courses section */
.course-cont {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.courses {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.courses .head {
    display: flex;
    width: 100%;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 30px;
}
.courses .head .text {
    width: 60%;
    color: #262626;
}
.courses .head .text h3 {
    font-weight: 600;
    font-size: 36px;
    padding-bottom: 10px;
}
.courses .head .text p {
    font-weight: 400;
    font-size: 16px;
}
.courses .head .btn  {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.courses .head .btn a {
    text-decoration: none;
    padding: 10px 20px;
    background-color: #FCFCFD;
    color: #262626;
    border-radius: 6px;
    border: 2px solid #F1F1F3;
}
.courses .sub {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.courses .sub .row2 {
    width: 100%;
    display: flex;
    gap: 1rem;



}
.path {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
}
.path .top {
    background-image: url("./assets/images/web.png");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    width: 95%;
    height: 50%;
}
.top2 {
    background-image: url("./assets/images/uiux.png");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    width: 95%;
    height: 50%;
}
.top3 {
    background-image: url("./assets/images/mobile.png");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    width: 95%;
    height: 50%;
}
.top4 {
    background-image: url("./assets/images/graphic.png");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    width: 95%;
    height: 50%;
}
.top5 {
    background-image: url("./assets/images/frontend.png");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    width: 95%;
    height: 50%;
}
.top6 {
    background-image: url("./assets/images/adv.png");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    width: 95%;
    height: 50%;  
}
.path .bottom {
    width: 95%;
    height: 50%;
}
.descrip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 25px;
}
.r1 {
    display: flex;
    gap: 2rem;
    color: #4C4C4D;
}
.r1 p {
    padding: 7px 10px;
    border: 1px solid #F1F1F3;
    border-radius: 6px;
    color: #4C4C4D;
    font-size: 12px;
}
.tutor {
    color: #262626;
    font-weight: 500;
    font-size: 14px;
} 
.path .bottom .head {
    font-weight: 600;
    font-size: 18px;
}
.sub {
    font-weight: 400;
    font-size: 14px;
}
.path .bottom .button {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    background-color: #F7F7F8;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px;
}
.get {
    text-decoration: none;
    text-align: center;
    color: #262626;
    font-weight: 500;
    font-size: 12px;
}

/* Testimonial Section */
.testimonial-cont {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.testimonial .head {
    display: flex;
    width: 100%;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 30px;
}
.testimonial .head .text {
    width: 60%;
    color: #262626;
}
.testimonial .head .text h3 {
    font-weight: 600;
    font-size: 36px;
    padding-bottom: 10px;
}
.testimonial .head .text p {
    font-weight: 400;
    font-size: 16px;
}
.testimonial .head .btn  {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.testimonial .head .btn a {
    text-decoration: none;
    padding: 10px 20px;
    background-color: #FCFCFD;
    color: #262626;
    border-radius: 6px;
    border: 2px solid #F1F1F3;
}
.testimonial .sub {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.row2 {
    width: 100%;
    display: flex;
    gap: 1rem;
}
.test1 {
    width: 50%;
    height: 220px;
    color: #262626;
}
.test1 .top {
    background-color: #FFFFFF;
    height: 60%;
    padding: 15px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #F1F1F3;
}
.test1 .top p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.test1 .bottom {
    background-color: #FCFCFD;
    height: 40%;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px 0px 10px 10px;
    border: 0.5px solid #F1F1F3;
}
.person {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.person p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.test1 a {
    background-color: #F7F7F8;
    border: 1px solid #F1F1F3;
    border-radius: 6px;
    text-decoration: none;
    padding: 14px 16px;
    color: #262626;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
} 

/* Pricing Section */
.pricing-cont {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pricing {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pricing .head {
    display: flex;
    width: 100%;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 30px;
}
.pricing .head .text {
    width: 60%;
    color: #262626;
}
.pricing .head .text h3 {
    font-weight: 600;
    font-size: 36px;
    padding-bottom: 10px;
}
.pricing .head .text p {
    font-weight: 400;
    font-size: 16px;
}
.pricing .head .btn  {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.pricing .head .btn a {
    text-decoration: none;
    padding: 10px 20px;
    background-color: #FCFCFD;
    color: #262626;
    border-radius: 6px;
    border: 2px solid #F1F1F3;
}
.pricing .head .btn {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.pricing .head .anchor {
    background-color: white;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
} 
.pricing .head .anchor .active {
    background-color: #FF9500;
    border-radius: 6px;
    color: white;
}
.pricing .head .anchor a {
    background-color: white;
    border: none;
}
.pricing .sub {
    background-color: white;
    width: 100%;
    padding: 30px;
    border-radius: 12px;
    height: 850px;
    display: flex;
    gap: 1rem;
}
.plan {
    width: 50%;
    background-color: #FCFCFD;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    color: #262626;
    height: 800px;
}
.plan .btn {
    width: 90%;
    background-color: #FFEACC;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #FFF9F0;
}
.plan .btn a {
    text-decoration: none;
    color: #262626;
}
.price {
    margin-top: 20px;
    margin-bottom: 20px;
}
.price span {
    font-size: 50px;
    font-weight: 600;
}
.features {
    background-color: white;
    width: 90%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0 0 0px;
}
.features h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 10px;
}
.feat {
    border: 1px solid #F1F1F3;
    display: flex;
    width: 90%;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 15px;
    align-items: center;
    gap: 0.5rem;
}
.feat p {
    font-size: 12px;
    font-weight: 400;
}
.features .butn {
    background-color: #FF9500;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 8px 8px;
    margin-top: 10px;
}
.features .butn a {
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 12px;
}

/* FAQ */
.faq-cont {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faq {
    width: 90%;
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: white;
    padding: 40px;
    border-radius: 12px;
}
.head {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}
.sub {
    width: 50%;
}
.faq .head h2 {
    font-weight: 600;
    font-size: 38px;
    line-height: 45.6px;
    margin-bottom: 7px;
}
.faq .head p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.faq .head .butn {
    justify-content: flex-start;
}
.faq .head .butn a {
    color: #262626;
    background-color: white;
    border: 1px solid #F1F1F3;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 6px;
}
.sub .quest {
    border: 1px solid #F1F1F3;
    padding: 10px 10px 20px 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 8px;
}
.quest .holder {
    display: flex;
    width: 90%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F1F1F3;
    padding-bottom: 12px;
    padding-top: 10px;
}
.quest p {
    width: 90%;
    padding: 25px 0;
}
.quest .cont1 {
    display: flex;
    width: 90%;
    background-color: #F7F7F8;
    padding: 5px 15px;
    border-radius: 6px;
    align-items: center;
    justify-content: space-between;
}
.arrow {
    background-color: white;
    border-radius: 50%;
    padding: 5px;
}
.quest1 {
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
    border: 1px solid #F1F1F3;
    padding: 10px 30px;
    margin-bottom: 20px;
    gap: 1.5rem;
    font-weight: 500;
    border-radius: 8px;
}

/* Footer Section */
.footer-cont {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer {
    width: 90%;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.more {
    display: flex;
    gap: 8rem;
}
.rol1 {
    display: flex;
    margin-top: 20px;
    gap: 0.5rem;
    align-items: center;
}
.rol1 {
    display: flex;
    margin-top: 20px;
    gap: 0.5rem;
    align-items: center;
}
.rol1 p {
    color: #262626;
    font-weight: 400;
    font-size: 16px;
}
.line2 ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.line2 ul li a {
    text-decoration: none;
    color: #59595A;
    font-weight: 400;
    font-size: 16px;
}
.line3 ul li a {
    text-decoration: none;
    color: #59595A;
}
.line3 ul {
    list-style: none;
    display: flex;
    gap: 0.5rem;
}
.copy {
    width: 90%;
    border-top: 1px solid #F1F1F3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 5px;
}


/**
 * Responsive styles    
 */

@media  (max-width: 858px) {
    .checkbtn {
        display: block;
    }
    nav .links ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 160px;
        left:  -100%;
        text-align: center;
        flex-direction: column;
        transition: all .5s;
        background-color: #FF9500;
    }
    nav .links ul li {
        display: block;
    }
    nav .links ul li a {
        font-size: 20px;
    }
    nav .links ul li a:hover, .active {
        background-color: #e7e7ed;
        border-radius: 6px;
        padding: 10px 20px;
    }
    #check:checked ~ nav .links ul{
        left: 0;
    }
    .right ul li a {
        font-size: 12px;
    }
    .sponsor {
        overflow: hidden;
    }
    .card {
        padding: 10px 20px;
    }
}




@media screen and (max-width: 430px) {
    .advert p {
        font-size: 12px;
    }
    .ad-arrow {
        font-size: 5px;
    }
    .check {
        color: black;
    }
    .hero .hero-body {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hero .hero-body .block {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
    }
    .hero .block h1 {
        font-size: 15px;
    }
    .hero .catch {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hero .catch p {
        font-size: 24px;
    }
    .hero .catch .slogan  {
        font-size: 14px;
        text-align: center;
        width: 290px;
    }
    .hero-body .block {
        width: 90%;
    }
    .hero-btn ul li a {
        font-size: 12px;
    }
    .head {
        flex-direction: column;
    }
    .head .text p {
        width: 100%;
    }
    .bg-video {
        display: none;
    }
    .video-img .sm-video {
        display: block;
        width: 100%;
        background-color: black;
    }
    .benefit .head .text {
        width: 100%;
    }
    .courses .head .text {
        width: 100%;
    }
    .descrip {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        justify-content: flex-start;
    }
    .path {
        height: 670px;
    }
    .testimonial .head .text {
        width: 100%;
    }
    .pricing .head .text {
        width: 100%;
    }
    .pricing .head .btn {
        justify-content: center;
    }
    .pricing .sub .plan {
        height: 800px;
    }
    .row1 {
        flex-direction: column;
    }
    .owl {
        display: none;
    }
    .row2 {
        flex-direction: column;
    }
    .testimonial .sub .row2 {
        flex-direction: column;
    }
    .testimonial .sub .row2 .test1 {
        width: 100%;
        height: 250px;
    }
    .test1 .top p {
        font-size: 14px;
        line-height: 21px;
        padding-top: 15px;
    }
    .person p {
        font-size: 14px;
    }
    .pricing .sub {
        flex-direction: column;
        height: 1650px;
    }
    .pricing .sub .plan {
        width: 100%;
        height: 900px;
    }
    .pricing .sub .features h3 {
        padding-top: 15px;
    }
    .pricing .sub .features .butn {
        padding: 20px;
    }
    .faq {
        flex-direction: column;
    }
    .faq .head {
        width: 100%;
    }
    .faq .sub {
        width: 100%;
    }
    .footer {
        flex-direction: column;
    }
    .more {
        flex-wrap: wrap;
        gap: 4rem;
        margin-top: 40px;
    }
    .line2 {
        padding-left: 10px;
    }
}

/* responsive design that bring the toggle bar to the right hand side */
@media (max-width: 767px) {
    Custom CSS for mobile view
    .navbar-toggler {
        order: 1; /* Move the mobile toggle button after "nav-left" */
    }
    .nav-item {
        order: 2; /* Move "nav-left" before the mobile toggle button */
    }

    /* Courses Style */
    .hero {
        flex-direction: column;
    }

    .w-50 {
        width: 80% !important;
    }

    .left {
        padding-bottom: 5% !important;
    }

    .card-body {
        flex-direction: column;
    }

    .down {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: start !important;
    }

    .img-container {
        width: 120px !important;
        gap: 5px !important;
    }

    .period {
        flex-direction: column;
        gap: 15px !important;
    }

    .select {
        justify-content: flex-start !important;
        align-items: start !important;
        padding: 5px 0 5px 0 !important;
        margin: 10px 0 10px 0 !important;
    }
}