:root {
    --primary-color: #fc800a;
    --primary-color-light: #01afd1;
    --secondary-color: #1ab69d;
    --dark-color: #101c42;
    --red-color: rgb(242 101 34);
    --green-color: rgb(136 181 32);
    --purple-color: #8e56ff;
    --yellow-color: rgb(244 162 26);
    --para-color: #21465b;
}

@media (max-width: 1200px) {
    .navbar {
        padding: 10px;
    }

    .navbar-nav .nav-link {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .navbar-nav .nav-link {
        font-size: 18px;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 576px) {
    .navbar {
        padding: 2px;
    }

    .navbar-nav .nav-link {
        padding-top: 5px;
    }

    h1 {
        font-size: 24px;
    }

    p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    section.hero-section {
        min-height: 100%;
        height: 100%;
    }

    h1.banner-title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .banner.mt-md-5 {
        text-align: center;
    }

    p.banner-description {
        width: 100%;
    }

    .banner-main {
        margin-top: 32px;
    }

    section {
        padding: 30px 0;
    }

    section.feature {
        padding-top: 40px;
    }

    h4.feature-title {
        font-size: 20px;
    }

    img.feature-left-shape {
        top: 10px;
        left: 15px;
        width: 50px;
        height: 50px;
    }

    img.feature-right-shape {
        position: relative;
        animation: none;
        right: 0;
        left: auto;
        margin: 0 auto;
        width: 200px;
        object-fit: contain;
        display: block;
    }

    .sub-heading {
        font-size: 14px;
    }

    h2.sec-title {
        font-size: 24px;
    }

    .video-banner {
        height: 300px;
    }

    .video-title h2 {
        font-size: 20px;
    }

    i.bi.bi-play {
        width: 60px;
        height: 60px;
        font-size: 40px;
        border-radius: 50%;
    }

    img.pro-bg-shapes {
        display: none;
    }

    .program-card {
        height: auto;
        margin-bottom: 30px;
    }

    img.test-shapes-2.test-bg-shapes {
        animation: none;
        width: 50px;
        height: 50px;
        left: 0;
        top: 17px;
        opacity: 0.3;
        z-index: -1;
    }

    .testimonial-card {
        display: grid;
    }

    .testimonial-code {
        position: absolute;
        z-index: -1;
        opacity: 0.3;
        margin-left: 300px;
    }

    .slick-slide img {
        width: 200px;
        height: 200px;
        margin: 0 auto;
        border-radius: 50%;
        box-shadow: 5px 5px 0px #fc8f27 !important;
    }

    .testimonial-description {
        font-size: 16px;
    }

    .slick-prev,
    .slick-next {
        top: 20% !important;
    }

    button.slick-prev.slick-arrow {
        left: 5%;
    }

    button.slick-next.slick-arrow {
        right: 10%;
    }

    img.test-shapes-1 {
        right: 30px;
        bottom: 0;
        left: auto;
        width: 100px;
        height: 100px;
        object-fit: contain;
        opacity: 0.3;
    }

    .google-reviews-show {
        padding-top: 20px;
        padding-left: 0;
    }

    .contact-form-sec.margin-top-move {
        margin-top: 0;
    }

    .contact-form-sec.margin-top-move {
        padding: 20px;
    }

    .inspiring-card {
        padding: 20px;
    }

    img.inspiring-shapes-1 {
        display: none;
    }

    img.inspiring-shapes-2 {
        display: none;
    }

    img.inspiring-shapes-3 {
        bottom: 15pc;
        top: auto;
        right: 40px;
    }

    form.newsletter-form {
        text-align: center;
        display: grid;
        gap: 10px;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    form.newsletter-form input.form-control {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    section.newsletter-area {
        padding: 60px 0;
        text-align: center;
        z-index: 1;
    }

    img.newsletter-shapes-1 {
        z-index: -1;
        margin: 0;
        width: 60px;
        height: 60px;
        bottom: 0;
        top: auto;
        right: 0;
        left: auto;
    }

    .ptb-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    img.footer-shapes-1 {
        position: absolute;
        top: 0;
        left: auto;
        width: 80px;
        height: 80px;
        object-fit: contain;
        right: 10px;
        opacity: 0.5;
    }

    footer {
        z-index: 1;
    }

    img.footer-shapes-2 {
        width: 150px;
        height: auto;
        z-index: -1;
    }

    .vis-mis-sec-card {
        padding: 20px;
    }

    .vis-mis-sec-card img.form-shapes-1 {
        width: 50px;
        opacity: 0.4;
    }

    .objective-item h5 {
        font-size: 16px;
        line-height: inherit;
    }

    h1.breadcrumb-title {
        font-size: 25px;
    }

    section.breadcrumb-sec {
        padding: 30px 0;
    }

    img.about-us-img.img-fluid {
        margin-bottom: 20px;
    }

    .age-box {
        font-size: 20px;
    }

    h4.quote {
        font-size: 18px;
        color: #fc800a;
        text-align: justify;
    }

    .product-highlight-box {
        display: grid;
    }

    .high-icon {
        width: 70px;
        height: 70px;
    }

    .product-img.product-display {
        height: auto;
        margin-bottom: 30px;
    }

    h1.product-title {
        font-size: 20px;
        line-height: inherit;
    }

    img.abt-shape-img-top {
        width: 80px;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
    }

    .abt-imgs {
        margin-bottom: 30px;
    }

    img.abt-shape-img-bottom {
        width: 80px;
        height: auto;
        position: relative;
        bottom: 0;
        right: 0;
        float: inline-end;
    }

    img.abt-shape-img-bottom.right-10 {
        right: 0px;
        width: 200px;
    }

    .price-card {
        display: grid;
        align-content: center;
        justify-items: center;
        text-align: center;
        align-items: unset;
        justify-content: unset;
        gap: 10px;
    }

    ul.abt-dsc li {
        display: grid;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 20px;
        font-size: 16px;
    }

    ul.abt-dsc::before {
        display: none;
    }

    section.vis-sec h2.sec-title {
        font-size: 18px;
    }

    nav.navbar.navbar-main::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50px;
        z-index: -1;
        background-color: #88B520;
        clip-path: none;
    }

    .auth-details-section i {
        font-size: 16px;
    }

    .btn-sec .btn-button {
        width: 100%;
    }

    img.banner-shape-2,
    img.banner-shape-1 {
        width: 30px;
        height: 30px;
    }

    img.banner-main {
        width: 200px;
        bottom: -90%;
    }

    .banner-images {
        width: 100%;
        height: 300px;
        position: relative;
    }

    img.banner-circle {
        width: 200px;
        height: 200px;
        bottom: 0;
    }

    img.banner-shapes {
        width: 100%;
        height: 300px;
        object-fit: contain;
        position: absolute;
        animation: rotateHalf 20s infinite linear;
        left: 0;
        right: 0;
        bottom: -50px;
        top: auto;
    }

    img.banner-top-move-rocket {
        width: 65px;
        height: 130px;
        bottom: -17%;
        left: 0;
        right: auto;
    }
}

/* laptop */
@media (min-width: 1244px) and (max-width: 1694px) {
    img.feature-left-shape {
        left: 0;
    }

    img.feature-right-shape {
        width: 150px;
    }

    img.pro-shapes-4 {
        z-index: -1;
    }

    img.footer-shapes-2 {
        width: 300px;
    }

    img.footer-shapes-1 {
        left: 30px;
    }
}