@media (max-width: 767px) {
    .section-padding {
        padding: 60px 0;
    }

    .builtForTitle h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .builtForTitle p {
        font-size: 20px;
    }

    .heroVideo {
        margin-top: 84px;
    }

    header.scrolled {
        background-color: #000;
    }

    .navbar {
        padding: 10px 0;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .newsCard {
        padding: 35px 30px 30px;
    }

    .title h3 {
        font-size: 20px;
    }

    .keyFactBoxWrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .keyFactBox .icon h4 {
        height: auto;
    }

    .keyFactBox {
        padding: 15px 15px 30px;
    }

    .exploreProductCard:after {
        opacity: 0;
    }

    .exploreProductCard .content {
        transform: translateX(-50%);
        left: 50%;
    }

    .keyFactBox .content h3 {
        font-size: 36px;
    }

    .middleContent {
        padding: 10px 10px;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .middleContent h3 {
        font-size: 17px;
    }

    .patchWrapperContent p {
        font-size: 14px;
    }

    .middleContent p {
        font-size: 14px;
        margin: 0;
    }

    .middleImgBlock .col-lg-6:nth-child(2) {
        margin-top: 2px;
    }

    .patchWrapper .section-title h2 {
        font-size: 22px;
    }

    .middleContentRight img {
        width: 30px;
        min-width: 30px;
    }

    .site-footer h5 {
        font-size: 15px;
    }

    .site-footer li {
        font-size: 13px;
    }

    .heroVideo {
        height: auto;
        position: relative;
    }

    .heroVideo video {
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: relative;
        top: 0;
        left: 0;
    }

    .forgeContentInner {
        font-size: 26px;
        padding: 35px 0;
    }

    .forgeContentInner:before,
    .forgeContentInner:after {
        width: 100px;
    }

    .newsWrapper.section-padding {
        padding-top: 0;
    }

    .founderImageWrapper {
        margin-top: 95px;
    }

    .founderBannerText h2 {
        font-size: 18px;
    }

    .founderContent {
        grid-template-columns: 1fr;
    }

    .founderContentOuter h3 {
        font-size: 18px;
        margin-bottom: 28px;
    }

    .founderBannerText h2 {
        font-size: 18px;
    }

    .founderName h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .founderName h4,
    .founderName p {
        font-size: 14px;
    }

    .founderContentOuterWrapper {
        margin-top: -94px;
    }

    .valuesLeadershipWarpper {
        padding-bottom: 60px;
    }
    .valuesLeadershipWarpper h2 {
        font-size: 26px;
    }

    .groupCompanieContent h3 {
        font-size: 17px;
    }
    .groupCompanieContent p {
        font-size: 13px;
        padding: 0 8px;
    }
    .groupCompanieContent a span {
        font-size: 12px;
    }

    .journeyTimelineBox {
        padding: 0 0 50px;
    }

    .journeyTimelineBlockTime h3 {
        font-size: 75px;
    }

    .journeyTimelineBlockTime {
        justify-content: flex-start;
        padding: 0 15px 0 30px;
    }

    .journeyTimelineBox:nth-child(even) .col-md-6:nth-child(2) {
        order: 2;
    }

    .journeyTimelineBox:nth-child(even) .col-md-6:nth-child(1) {
        order: 1;
    }

    .journeyTimelineBox:last-child {
        padding-bottom: 0;
    }

    .journeyTimelineBlockContent {
        flex-direction: column-reverse;
    }

    .journeyTimelineBlockContent img {
        width: 175px;
    }
    .journeyTimelineBlockContent .left {
        padding: 20px 10px 10px 0px;
    }

    .journeyTimelineBlockContent .left h3 {
        font-size: 26px;
    }

    .journeyTitle h3 {
        font-size: 24px;
    }

    .aboutTabwrapperGroup {
        padding: 0px 0 30px;
    }

    .tab-switch .tab {
        font-size: 12px;
    }

    .aboutLeader {
        padding: 30px 30px 20px;
    }

    .aboutLeader h2 {
        font-size: 26px;
    }

    .aboutLeader p {
        font-size: 14px;
    }

    .aboutLeader p img {
        width: 70px;
    }

    .aboutLeader .arrowButton svg {
        width: 30px;
    }

    .boardDirectors {
        padding: 60px 0 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .keyFactBoxWrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .keyFactBox .content h3 {
        font-size: 34px;
    }

    .newsCard {
        padding: 40px 25px 40px;
    }

    .newsCard {
        padding: 40px 15px 40px;
    }

    .title h3 {
        font-size: 18px;
    }

    .title h3 {
        font-size: 17px;
    }

    .patchWrapper .section-title h2 {
        color: #fff;
        font-size: 26px;
    }

    .builtForWrapper.section-padding {
        padding-bottom: 50px;
    }

    .middleContentBox.shadow::after {
        border-radius: 44px !important;
    }

    .founderContentOuter h3 {
        font-size: 24px;
    }

    .founderBannerText h2 {
        font-size: 30px;
    }

    .founderName h2 {
        font-size: 40px;
    }

    .founderName h4,
    .founderName p {
        font-size: 20px;
    }

    .founderContentOuterWrapper {
        margin-top: -245px;
    }
    .founderImageWrapper,
    .heroVideo {
        margin-top: 74px;
    }

    .pageBanners {
        margin-top: 73px;
    }

    .section-title h2 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .site-footer .text-lg-end {
        text-align: left !important;
    }

    .middleContentBox .mobImg {
        width: 100%;
    }

    .middleImgBlock .col-lg-6:nth-child(1) .middleContent {
        bottom: 140px;
    }

    .middleImgBlock .col-lg-6:nth-child(1) .middleContentBox {
        border-radius: 20px 20px 0 0;
        overflow: hidden;
    }

    /* menu */
    .navbarMenu {
        position: fixed;
        top: 0;
        height: 100vh;
        right: -100%;
        width: 235px;
        background-color: #000;
        padding: 50px 20px 30px 30px;
        transition: right 0.5s ease;
        overflow-y: auto;
    }

    header.menuActive .navbarMenu {
        right: 0;
        padding: 30px 20px 30px 30px;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 24px;
    }
    .navbar-nav .nav-item.has-megamenu .menuToggle {
        color: #fff;
    }

    .megaMenu-inner,
    .megaMenu-inner.two-column,
    .megaMenu-inner.three-column {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .megaMenu-inner {
        gap: 10px;
    }

    .navbar-nav .nav-item.has-megamenu .nav-link-group {
        width: 100%;
        justify-content: space-between;
        padding-bottom: 0;
    }

    header .megaMenu {
        position: static;
        background: transparent;
        padding: 0;
        border: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        display: none;
    }

    .navbar-nav .nav-item.has-megamenu.menu-open .megaMenu {
        display: block;
        padding-top: 12px;
    }

    .megaMenu-inner {
        gap: 20px;
    }

    .megaMenu-column a,
    .megaMenu-column h6 {
        color: #fff;
    }

    .megaMenu-column a {
        font-size: 13px;
    }

    .megaMenu-column h6 {
        font-size: 11px;
        opacity: 0.8;
    }

    .navbar-nav .nav-item.has-megamenu .nav-link-group:after {
        display: none;
    }

    .navbar-nav .nav-item.has-megamenu .menuToggle {
        width: 28px;
        height: 28px;
    }
    /* menu */

    .middleContentBox {
        overflow: hidden;
    }

    .middleContentBox::after {
        content: "";
        background: linear-gradient(0deg, #00000094, transparent);
        overflow: hidden;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .middleImgBlock .col-lg-6:nth-child(1) .middleContentBox::after {
        border-radius: 20px 20px 0px 0px;
    }
    .middleImgBlock .col-lg-6:nth-child(2) .middleContentBox::after {
        border-radius: 0px 20px 20px 0px;
    }

    .middleContent {
        z-index: 3;
    }

    .middleImgBlock .col-lg-6:nth-child(1) .middleContent {
        bottom: 15px;
    }

    .middleImgBlock .col-lg-6:nth-child(2) .middleContent {
        bottom: 15px;
    }

    .middleImgBlock .col-lg-6:nth-child(2) .middleContentBox {
        border-radius: 0 0px 20px 20px;
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    .navbarMenu {
        transform: translateY(10px);
        opacity: 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    header.menuActive .navbarMenu {
        transform: translateY(0);
        opacity: 1;
    }

    header.menuActive .nav-link {
        color: var(--dark-color) !important;
    }
}
@media (min-width: 1024px) {
    .navbarMenu {
        pointer-events: none;
    }

    header.menuActive .navbarMenu {
        pointer-events: auto;
    }
}

@media (min-width: 1200px) {
    .site-footer .col-lg-2 {
        width: auto;
        flex: 1;
    }
    .site-footer .col-lg-2:nth-child(3) {
        flex: 1.3;
    }
    .site-footer .col-lg-2:nth-child(3) {
        flex: 1.3;
    }
    .site-footer .col-lg-2:nth-child(1),
    .site-footer .col-lg-2:nth-child(5) {
        flex: 0.8;
    }
    .site-footer .col-lg-2:nth-child(6) {
        flex: 1.4;
    }

    .keyFactBox:nth-child(1),
    .keyFactBox:nth-child(4) {
        padding-left: 0;
    }

    .keyFactBox:nth-child(n + 3) {
        padding-bottom: 0;
    }

    .middleImgBlock .row {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        height: 100%;
    }

    .middleContent {
        padding: 30px 45px 25px 25px;
        color: #fff;
        position: absolute;
        width: 100%;
        bottom: 0;
        display: flex;
        align-items: end;
        gap: 15px;
    }

    .newsWrapper.section-padding {
        padding-top: 0;
    }

    .newsCardWrapper {
        margin-top: 70px;
    }

    .middleImgBlock > .row {
        position: relative;
        z-index: 2;
    }

    .middleImgBlock:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(346deg, #0000007a, transparent);
    }

    .middleContent p {
        text-shadow: 5px 6px 6px rgb(0 0 0 / 89%);
    }
}

@media (min-width: 1536px) {
    .builtForContent p {
        font-size: 18px;
    }
    .title h3 {
        font-size: 30px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }

    .builtForTitle h2 {
        font-size: 50px;
    }

    .builtForTitle p {
        font-size: 28px;
    }

    .forgeContentInner {
        font-size: 48px;
    }

    .section-title h2 {
        font-size: 46px;
    }

    .keyFactBox .icon h4 {
        font-size: 17px;
        height: 65px;
    }

    .middleContent h3 {
        font-size: 22px;
    }

    .middleContent p {
        font-size: 18px;
    }

    .title h3 {
        font-size: 30px;
    }

    .keyFactBox .content h3 {
        font-size: 53px;
    }

    .builtForContent p {
        font-size: 18px;
    }

    .founderName p {
        font-size: 30px;
    }

    .founderName h2 {
        font-size: 65px;
    }

    .founderName h4 {
        font-size: 32px;
    }

    .founderBannerText h2 {
        font-size: 55px;
    }

    .founderContentOuter h3 {
        font-size: 45px;
    }

    .founderContentOuterWrapper {
        margin-top: -24%;
    }

    .founderName p {
        font-size: 32px;
    }

    .founderName h2 {
        font-size: 65px;
    }

    .founderName h4 {
        font-size: 32px;
    }

    .founderContentOuter h3 {
        font-size: 50px;
        margin-bottom: 70px;
    }

    .founderContentOuter p {
        font-size: 20px;
    }

    .aboutLeader h2 {
        font-size: 50px;
    }

    .aboutLeader p {
        font-size: 22px;
    }

    .aboutContent p {
        font-size: 20px;
    }

    .theCatelyst h3 {
        font-size: 22px;
    }

    #modalDescription p {
        font-size: 20px;
    }

    .achivmentsBox p {
        font-size: 16px;
    }
}
