* {
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: "Panamera-Black";
    src: url(../asset/panamera-font-family-1718763811-0/Panamera-Black-BF656d457f81dcb.otf);
}
@font-face {
    font-family: "Panamera-Regular";
    src: url(../asset/panamera-font-family-1718763811-0/Panamera-Regular-BF656d458090a6d.otf);
}

@font-face {
    font-family: "Panamera-Medium";
    src: url(../asset/panamera-font-family-1718763811-0/Panamera-Medium-BF656d4580635d7.otf);
}
@font-face {
    font-family: "Panamera-Bold";
    src: url(../asset/panamera-font-family-1718763811-0/Panamera-Bold-BF656d4580153a9.otf);
}
@font-face {
    font-family: "Panamera-Light";
    src: url(../asset/panamera-font-family-1718763811-0/Panamera-Light-BF656d458035252.otf);
}
@font-face {
    font-family: "Panamera-Thin";
    src: url(../asset/panamera-font-family-1718763811-0/Panamera-Thin-BF656d45809fc0b.otf);
}
/* color configuration*/
.bg-secondary {
    background: #0b7b0b !important;
}
.btn-secondary {
    background: #0b7b0b !important;
}
.text-secondary {
    color: #0b7b0b !important;
}
/* body styling */
body {
    font-family: "Panamera-Medium";
    background: #f8f9fa;
}
/*back to top*/
.back-to-top {
    background: #ff9d01;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 40px;
    bottom: 30px;
    z-index: 9;
    box-shadow: none !important;
    border: none !important;
}
/* Nav */
nav {
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 900px) {
    nav {
        border-radius: 0;
    }
}
/* hero section */
.bac-img {
    padding: 10px;
    border-radius: 50px;
    background: #def485;
}
.cohort-a {
    padding: 16px 25px;
    background: #fff;
    color: #000;
}
.cohort-a:hover {
    background: #0b7b0b;
    color: #fff;
}
.cohort-img {
    border-radius: 35px;
}
#hero h1 {
    font-family: "Panamera-Bold";
    font-weight: 700;
    font-size: 65px;
}
#hero h5 {
    font-family: "Caveat", cursive;
    font-size: 15px;
    font-weight: 700;
    width: 320px;
}
#hero p {
    font-size: 20px;
    font-weight: 500;
}
#hero .hero-a {
    border-radius: 15px;
    font-size: 15px;
}
#hero .hero-a:hover,
#hero .hero-a.active {
    background: #0b7b0b !important;
    color: #fff !important;
}
@media (max-width: 900px) {
    #hero h1 {
        font-size: 45px;
    }
    #hero h5 {
        margin-top: 0 !important;
        font-family: "Caveat", cursive;
        font-size: 15px;
    }
    #hero h1 {
        text-align: center;
    }
    #hero .mbl-h5 {
        text-align: center;
    }
    #hero p {
        font-size: 20px;
    }
    .mobile-items {
        display: flex !important;
        justify-content: center;
    }
    .hero-mobile {
        display: block !important;
    }
    .hero-desktop {
        display: none;
    }
}

/* promo section */

.spent-promo-section {
    margin: 100px 0;
    background: linear-gradient(135deg, #000 40%, #0a7a0b 100%) !important;
    border-top: 5px solid #dc3545;
    border-bottom: 5px solid #dc3545;
}

.promo-title {
    font-size: 2.5rem;
    letter-spacing: 1px;
}

.promo-subtitle {
    font-size: 1.2rem;
}

.promo-btn {
    background: #8bf54e;
    color: black;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 1.2rem;
}

.promo-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    border: 3px solid #0a7a0b;
    transition: transform 0.2s;
}

.promo-card:hover {
    transform: scale(1.05);
}

.card-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.old-price {
    text-decoration: line-through;
    color: #dc3545;
    font-size: 1rem;
}

.new-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0a7a0b;
}

.promo-timer {
    background: #dc3545;
    color: #fff;
    display: inline-block;
    padding: 8px 18px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.1rem;
}

.promo-card {
    margin: 10px 0;
}

.spent-promo-section a {
    text-decoration: none;
}

.spent-promo-section a:hover {
    color: rgb(86, 169, 3) !important;
}

/* promo section ends */

/* career section */
#sub-hero h1 {
    font-size: 30px;
    font-weight: 500;
}
.sub {
    padding: 20px;
    background: #def485;
    border-radius: 0px 50px 0px 50px;
}
.sub1 {
    padding: 20px;
    background: #def485;
    border-radius: 50px 0px 50px 0px;
}
.img-item {
    background: #def485;
    width: 70px;
    border: 3px solid #fff;
    border-radius: 0px 20px 0px 20px;
}
.img-itemm {
    background: #def485;
    width: 80px;
    border: 3px solid #fff;
    border-radius: 0px 20px 0px 20px;
}
@media (max-width: 900px) {
    .img-itemm {
        width: 100px;
        margin-top: 80px;
    }
}
.img-item:hover {
    background: #e4f79a;
}
/* why choose us */
#chooseUs h1 {
    font-size: 30px;
    font-weight: 500;
}
#chooseUs .firstbox {
    background: #ff9d01;
    padding: 30px;
    border-radius: 25px;
    width: 30%;
}
#chooseUs .col-md-5 {
    padding: 30px 0px;
    border-radius: 10px;
    background: #ff9d01;
}
@media (max-width: 900px) {
    .box1 {
        display: none;
    }
    #chooseUs .col-md-5 {
        padding: 30px 0px;
    }
    /* General styling of h1 */
    .h1-item {
        font-size: 30px;
        font-weight: 600;
    }
}
#courses .coursebox {
    padding: 30px;
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 20px;
    text-align: center;
}
#courses .coursebox:hover {
    border: 1px solid #f783d4;
}
#courses .coursebox h6 {
    margin-top: 10px;
}
table {
    border-radius: 10px;
    background: #d8f7d8;
}
#courses li {
    padding: 9px;
    display: inline-block;
    font-weight: 500;
    cursor: pointer;
    transition: 0.5s;
    border: 1px solid #098009;
    border-radius: 10px !important;
}
#courses li:hover,
#courses li.active {
    color: #fff;
    background: #0b7b0b !important;
}
@media (max-width: 900px) {
    #courses small li {
        font-size: 12px;
    }

    #courses li {
        font-size: 11px;
        padding: 5px;
    }
    #courses .all {
        padding: 13px;
    }
}
/*============================ Testimonial====================== */
#testimonial h5 {
    font-weight: 500;
}
@media (max-width: 900px) {
    #testimonial h5 {
        font-size: 18px;
    }
}
.testimonial-carousel .testimonial-item {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
}
/* blog */
#contact .contact-box {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 900px) {
    .desktop-img {
        display: none;
    }
    .mobile-img {
        display: block !important;
    }
}
#blog p {
    line-height: 30px;
}
#blog a {
    color: #764af1;
    text-transform: capitalize;
}

/* footer
 */
#footer {
    background-color: rgb(1, 65, 1) !important;
}

.footer-background .col-md-6 p {
    color: white;
}
#footer h4 {
    text-transform: capitalize;
    color: #ddd;
}
#footer li {
    padding: 3px;
    list-style: none;
}
#footer li a {
    text-decoration: none;
}
#footer .arrow {
    width: 100%;
    background: #ddd;
}
.arrow1 {
    margin-bottom: 30px;
    border: 1px solid #0b7b0b;
}
#footer .social-icons {
    font-size: 20px;
}
#footer .social-icons i {
    padding: 8px;
}
#footer .footer-background {
    background: rgb(1, 78, 1);
}

#footer .subcribe-form {
    margin-top: 20px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}

#footer .subcribe-form .form-control:active,
#footer .subcribe-form .form-control:focus {
    outline: none;
    box-shadow: none;
}

#footer .subcribe-form input[type="submit"] {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    padding: 8px 20px 10px 20px;
}

#footer .subcribe-form input[type="submit"]:hover {
    background: #53ff53;
    color: red;
}

/* ABOUTUS PAGE */
#aboutPage h2 {
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 20px;
}
#aboutPage .p-items1 {
    background: #0b7b0b;
    color: #fff;
}
#aboutPage .p-items2 {
    background: #b81d1d;
    color: #fff;
}
@media (max-width: 900px) {
    .media-title {
        margin-top: 25px;
    }
}
#discover p {
    line-height: 30px;
}
#discover .p-items1 {
    background: #0b7b0b;
    color: #fff;
}
#discover .p-items2 {
    background: #b81d1d;
    color: #fff;
}
@media (max-width: 900px) {
    #discover .hide-item {
        display: none;
    }
}
#affordCourses {
    background: #000;
    padding: 60px;
}
#affordCourses .afford-item .item {
    border-radius: 50px;
    background: #4e4d4d !important;
}
#affordCourses .afford-item {
    padding: 40px;
    border-radius: 150px;
    background: rgb(24, 23, 23);
}
#affordCourses div a:hover {
    background: #086108 !important;
}
#aboutFooter .about-content {
    background: #121212;
}
#aboutFooter .aboutFooter-item {
    color: #fff;
    padding: 30px;
    background: #353535 !important;
    border-radius: 45px;
}
#aboutFooter .aboutFooter-item li {
    padding: 2px;
    list-style: none;
    line-height: 30px;
}
#aboutFooter #testimonial .carousel-indicators li {
    display: none;
}
#aboutFooter .carousel-control-next,
.carousel-control-prev {
    position: relative;
    display: inline;
    left: 200px;
    top: 20px;
    padding: 6px;
}
@media (max-width: 900px) {
    #aboutFooter .carousel-item {
        margin-bottom: 45px;
    }
    #aboutFooter #testimonial .carousel-indicators li {
        margin-bottom: 5px;
    }
    #aboutFooter .carousel-control-next,
    .carousel-control-prev {
        position: relative;
        top: -15px;
        left: 150px;
    }
}
/* TECHXCELENCE */
.heading-item {
    font-weight: 500;
}
#techxcellence {
    background: rgb(226, 241, 247);
}
#techxcellence h2 {
    color: #000;
    font-size: 50px;
    font-weight: 800;
}
#techxcellence h2 span {
    color: rgb(245, 45, 122);
    font-size: 50px;
    font-weight: 800;
}
#techxcellence h4 {
    color: rgb(245, 45, 122);
}
#techxcellence .tech-bac {
    background: url(../media/techxcellence1.png);
    background-size: cover;
    height: 350px;
}
#techxcellence .tech-bac .tech-box {
    padding: 15px;
    background: #fff;
    border-radius: 25px;
}
#techxcellence .tech-bac .tech-box a {
    background: rgb(250, 103, 159);
    padding: 8px 16px;
    border-radius: 30px;
    color: #fff;
}
#techxcellence .tech-bac .tech-box a:hover {
    background: rgb(247, 79, 143);
}
#techxcellence .tech-box1 {
    position: relative;
    bottom: -10px;
    right: 80px;
}
#techxcellence .tech-box2 {
    position: relative;
    left: 100px;
}
@media (max-width: 900px) {
    #techxcellence .tech-bac .tech-box {
        padding: 10px;
        border-radius: 25px;
    }
    #techxcellence .tech-bac {
        width: 90%;
    }
    #techxcellence .tech-box1 {
        display: none;
    }
    #techxcellence .tech-box2 {
        left: 0px;
    }
}
#mission .mission-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: 0px;
    top: 0;
    background: #2c16f1;
    border: 2px solid #f72173;
}
#solution .solution-item {
    padding: 20px;
    background: #f1f1f1;
    border-radius: 30px;
    color: #098009;
}
#solution .p-item {
    line-height: 30px;
}

footer a {
    padding: 15px 30px;
    border-radius: 30px;
}
footer .footer-a:hover {
    background: #139713 !important;
}
@media (max-width: 900px) {
    footer .footer-mobile {
        display: none;
    }
}
#testimonial-second .testimonial-item {
    border-radius: 30px;
}
/* skill Up page */
#skillup {
    background: #139713;
}
#skillup a {
    border-radius: 30px;
}
#join {
    padding: 30px;
    background: #139713;
}
#join a {
    border-radius: 30px;
}
/* design-a-athon */
#design-athon {
    background: rgba(11, 123, 11, 0.04);
}
#design-athon h1 {
    font-weight: 600;
    font-size: 70px;
    letter-spacing: 3px;
}
#design-athon h2 {
    font-family: "Panamera-Black";
    font-weight: 700;
    color: #086108;
}
#design-athon .design-p {
    background: #ddd;
    padding: 15px;
}
#design-athon .register a {
    background: #086108;
    padding: 10px 40px;
    border-radius: 10px;
    box-shadow: 1px 2px 1px 2px #ddd;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
}
#design-athon .register a:hover {
    background: #039403;
    color: #fff;
}
@media (max-width: 900px) {
    #design-athon h1 {
        font-size: 35px;
    }
}

/* design-slide */
#design-slide .join a {
    background: #000;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 2px 1px 2px #ddd;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
}
#design-slide .join a:hover {
    background: #202020;
}
/* Guide */
#guideline .list-item li {
    padding: 10px;
    margin: 15px 0px 0px 0px;
    background: #ddd;
    list-style: none;
    box-shadow: 0.5px 1px 0.5px 1px #979595;
    border-radius: 10px;
}
.list-item span {
    background: #039403;
    border-radius: 25px;
    padding: 10px;
    margin: 0px 5px 0px 0px;
    color: #fff;
}
/* Award */
#award .award-item {
    background: rgba(97, 97, 97, 1);
    border-radius: 30px;
}
#award .award-item h3 {
    text-transform: capitalize;
    margin: 20px 0px 0px 0px;
}
#award .award-badge {
    border-radius: 20px;
    background: #ddd;
    margin: 20px 0px 0px 0px;
    padding: 10px;
    box-shadow: 1px 2px 1px 2px #979595;
}
#award .reward1 {
    background: #ddd;
    border-radius: 30px;
}
#award .reward2 {
    background: #616161;
    border-radius: 30px;
}
#disclaimer {
    padding: 20px;
    background: #f02323;
    color: #fff;
}
