@media only screen and (max-width: 1680px) {
    html {
        font-size: 15px;
    }

    .home-sec6-contant {
        flex-basis: 35%;
    }

    .wide-angle-div {
        flex-basis: 65%;
    }
}

@media only screen and (max-width: 1450px) {
    html {
        font-size: 14px;
    }

    .main-container {
        width: 85%;
    }

    .header-inquiryWrapper {

        width: 30%;

    }
    .wide-angle-about-section-2 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 13px;
    }

    .main-container {
        width: 87%;
    }

    .mini-container {
        width: 70%;
        margin: 0 auto;
    }

    .swiper-left-padding {
        padding-left: 6rem;
    }
    .videosect-div{
        height: auto;
       
    }

}

@media only screen and (max-width: 1152px) {
    html {
        font-size: 12px;
    }

    .main-container {
        width: 90%;
    }

    .mini-container {
        width: 75%;
        margin: 0 auto;
    }

    .swiper-left-padding {
        padding-left: 5rem;
    }
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 11px;
    }

    .header-links-ul ul {

        gap: 1.5rem;
    }

    .main-container {
        width: 95%;
    }

    .mini-container {
        width: 80%;
        margin: 0 auto;
    }

    .swiper-left-padding {
        padding-left: 2rem;
    }

    .header-inquiryWrapper {

        width: 40%;

    }
    .wide-angle-about-section-2 .sectwo-bgimg {
        margin-left: -12.5%;
      
    }
  
}

@media only screen and (max-width: 991px) {
    .visible-tab-mobile {
        display: block !important;
    }

    .hide-tab-mobile {
        display: none !important;
    }

    .footer-flex {
        flex-wrap: wrap;
    }

    .inner-flex-tab {
        display: flex;
        flex-direction: column;
    }

    .mini-container {
        width: 95%;
        margin: 0 auto;
    }

    .flex_30 {
        /* flex-basis: 30%; */
        width: fit-content;
    }

    #wide-angle-detail-section-3 .flex_30 {
        /* flex-basis: 30%; */
        width: 100%;
    }

    #wide-angle-detail-section-3 .flex_70 {

        width: 100%;
    }

    .swiper-left-padding {
        padding-left: 0rem;
        width: 95%;
        margin: 0 auto;
    }

    /* #wide-angle-detail-section-3 .flex_30.swiper-left-padding-tab {
        width: 95%;
        margin: 0 auto;
    } */
    .wide-angle-about-wrapper .wide-angle-about-section-2 .aboutsect1-grid,
    .wide-angle-about-section-2 .aboutsect1-grid {

        grid-template-columns: 100%;
        gap: 3.63rem;
    }

    .wide-angle-about-section-2 .sectwo-bg1 {
        position: absolute;
        top: 44%;
        left: 50%;
        width: 80%;
        opacity: 0.3;
        transform: translate(-50%, -50%);
    }

    .wide-angle-about-wrapper .wide-angle-about-section-2 .sectwo-bgimg,
    .wide-angle-about-section-2 .sectwo-bgimg {
        margin-left: 0;
        width: 100%;
        margin-top: 0rem;
    }

    .wide-angle-about-section-2 .sectwo-img {
        position: unset;
        width: 80%;
        transform: unset;
    }

    .about-sect5-logo {

        width: 85%;
    }

    .header-inquiryWrapper {

        width: 50%;

    }

    .home-sec6-contant {
        justify-content: start;
    }

    .sec6-grid {
        flex-direction: column;
        height: auto;
    }

    .sec6-bgimg {

        width: 70%;
    }

    .sec6-bgimg1 {
        position: absolute;
        opacity: 0.3;
        top: 50%;
        width: 70%;
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .menubar {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        /* padding: 1rem; */
        border: 1px solid var(--white-color) !important;
        border-radius: 50%;
        width: 3.5rem;
        height: 3.5rem;
        align-items: center;
        justify-content: center;
        transition: var(--common-transition);

    }

    .menubar.active {

        border: 1px solid var(--primary-color) !important;
        transition: var(--common-transition);
    }

    .bar {
        width: 1.5rem;
        height: 1px;
        background-color: var(--white-color);
        transition: var(--common-transition);


    }

    .menubar.active .bar {
        background-color: var(--primary-color) !important;
        transition: var(--common-transition);

    }

    .menubar.active .bar.bar-top {
        transform: translateY(4px) rotate(-45deg);
        transition: var(--common-transition);
    }

    .menubar.active .bar.bar-bottom {
        transform: translateY(-4px) rotate(45deg);
        transition: var(--common-transition);

    }

    .menubar.active .bar.bar-middle {
        opacity: 0;
        transition: var(--common-transition);

    }

    .mobile-navigation-wrapper {
        display: block;
        padding: 8rem 2rem 2.5rem 2rem;
        position: fixed;
        top: 0%;
        transition: var(--common-transition);
        left: -100%;
        height: 100svh;
        width: 50%;
        background-color: var(--white-color);
        z-index: 999;
        overflow: scroll;
        scrollbar-width: none;
    }

    .mobile-navigation-wrapper.active {
        left: 0;
        transition: var(--common-transition);
    }

    .header-mobile {
        padding: 2rem 0;
    }

    .header-links-ul ul {
        flex-direction: column;
        text-align: left;
        align-items: start;
        padding-bottom: 3rem;
    }

    .header-links-ul ul li a, .header-links-ul ul li span, .header-links-ul ul li p {
        color: var(--primary-color);
        position: relative;
        font-size: 2rem;
        font-family: var(--medium-font-family);
        text-transform: capitalize;
    }

    .header-links-ul ul li span::before, .header-links-ul ul li p::before {

        background-color: var(--primary-color);

    }

    .mobile-header-btn .button-style-transparent span, .mobile-header-btn .button-style-transparent p, .mobile-header-btn .button-style-secondary span, .mobile-header-btn .button-style-secondary p {

        font-size: 1.8rem;
    }

    .mobile-header-btn .header-icon {
        width: 1.8rem;
        height: 1.8rem;
    }

    .mobile-header-btn,
    .mobile-header-btn .wide-angle-button {
        width: 100%;
    }

    .header-social-icon {
        border-top: 1px solid #EBEBEB;
        padding-top: 2rem;
        width: 100%;
    }

    .header-wrapper-1.mobile-header .mobile-logo, .header-wrapper-1 .mobile-active-logo {
        display: none !important;
    }

    .header-wrapper-1.mobile-header .mobile-active-logo {
        display: block !important;
    }

    .header-wrapper-1.mobile-header {
        transition: var(--common-transition);
        background-color: var(--white-color);
    }

    .industry_swiper_wrapper .swiper-slide.swiper-slide-active .industry_swiper_box {
        box-shadow: 1px 0px 8px #00000006, 1px 0px 8px #00000006, 1px 0px 8px #00000006, 1px 0px 8px #00000006;

    }

    .industry_swiper_wrapper .swiper-slide.swiper-slide-active .industry_swiper_contant {
        opacity: 1;
        max-height: 35vh;
    }


    .wide-angle-fill-triangle,
    .wide-angle-about-section-2 .sectwo-bgimg>svg {
        display: none;
    }

}

@media only screen and (max-width: 767px) {
    .visible-mobile-only {
        display: block !important;
    }

    .hide-mobile-only {
        display: none !important;
    }

    .inner-flex-big {
        gap: 3rem;
    }

    .inner-flex-large {
        gap: 5rem;
    }

    .section-padding {
        padding: 5rem 0;
    }

    .footer-logo-div {
        width: 100%;
    }

    .inner-flex-mob {
        display: flex;
        flex-direction: column;
    }

    .footer-text .section-paragraph p {
        font-size: 1.37rem;
    }

    .footer-text .section-content p {
        font-size: 1.37rem;
    }

    .copy-right-flex {
        align-items: center;

    }

    .footer-flex {
        gap: 5rem;
    }

    .footer-social-icon {
        justify-content: left;
    }

    .footer-icon, .footer-icon img {
        width: 2rem;
        height: 2rem;
        min-width: 2rem;
    }

    .copy-right-flex .section-padding-small {
        padding: 0;

    }

    .section-content p, .section-content a, .section-content span {
        font-size: 1.25rem;
    }

    .salt_hover {
        padding-bottom: 2rem !important;
    }

    .banner-text-abs {
        bottom: 5rem;
    }

    .widangle_stone_img {
        width: 35%;
        margin-left: auto;
    }


    .main-container, .mini-container, .main-container-fluid, .swiper-left-padding {
        width: 100%;
        padding: 0 15px;
    }

    .two-grid {
        display: flex;
        flex-direction: column;
    }

    .material-subtext:last-child {
        border: 0;
    }

    .material-title {
        padding: 2rem 0 0rem 0;
    }

    .material-grid-gap {
        gap: 0;
    }

    .two-grid.border-top {
        margin-top: 2rem;
        gap: 0;
    }



    .wide-angle-button {

        padding: 1rem 1.5rem;

    }

    .section-paragraph p, .section-paragraph p span {

        font-size: 1.35rem;
        line-height: 1.5;
    }

    .wide-angle-button span, .wide-angle-button p {

        font-size: 1.5rem;
    }

    .link-font-size a p, .link-font-size a p span.material-symbols-outlined, .link-font-size p {
        font-size: var(--link-font-size);
        font-size: 1.25rem;
    }

    .section-content p, .section-content p span, .section-content-small p {
        font-size: 1.35rem;
    }

    .section-pragraph-font-size p, .section-pragraph-big-fonts p {

        font-size: 1.5rem;

    }

    .banner-title h1, .banner-title h1 span, .banner-title h2, .banner-title h2 span ,.section-title h1, .section-title h1 span, .section-title h2, .section-title h2 span {
        font-size: 3rem;
    }

    .flex_30 {
        width: 100%;
    }

    .flex_70 {
        width: 100%;
    }

    .inquiryWrapper form {
        display: grid;
        grid-template-columns: 100%;
        grid-template-areas:
            'cal1'
            'cal2'
            'cal3'
            'cal4'
            'cal5'
            'cal6';
        gap: 3rem;
    }

    .get-in-touch-wrapper {
        padding: 2rem;

    }

    .md-label {

        font-size: 1.25rem;

    }

    .inquiry-label input, .inquiry-label textarea, .inquiry-label select {

        font-size: 1.25rem;
    }

    .material-button-flex {
        width: 100%;
    }

    .section-big-title {
        font-size: 3rem;
    }

    .text-left-mob {
        text-align: left;
    }

    .pt0-mob {
        padding-top: 0 !important;
    }

    .contact-flex-30 {
        flex-basis: 100%;
        width: 100%;
        padding: 2rem;

    }

    .contact-flex-70 {
        flex-basis: 100%;
        width: 100%;
        padding: 2rem;

    }

    .view-on-map {
        flex-direction: column;
        gap: 1.5rem;
        align-items: start;
    }

    .wide-angle-icon {
        width: 2rem;
        min-width: 2rem;
        height: 2rem;
    }

    .wide-angle-about-section-2 .sectwo-img {
        width: 100%;
        margin: 0;
    }

    .wide-angle-about-section-2 .sectwo-bg1 {
        width: 100%;
    }

    .sec3-main .section-subtitle h4 span,
    .sec3-main1 .section-subtitle h4 span {
        font-size: 1.5rem;
    }

    .strength-number:nth-child(3):after {
        width: 0;
    }

    .section-subtitle h4, .section-subtitle h4 span {
        font-size: 2.5rem;
    }

    .sec3-main1 {

        margin-top: 4rem;
    }

    .strength-number {
        padding: 1.5rem 0;
    }

    .aboutsect5-grid {
        grid-template-columns: 100%;
        gap: 3rem;
    }

    .about-sect5-logo {
        position: absolute;
        right: 0;
        bottom: -6rem;
        width: 100%;
        /* top: 50%; */
        /* transform: translateY(-50%); */
    }

    .header-inquiryWrapper {
        width: 100%;

    }

    .header-inquiryWrapper .section-subtitle h4 {
        font-size: 3rem;
    }

    .our-clients-flex {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .j-flex {
        justify-content: left;
    }

    .swiper-scrollbar.range-of-product-scrollbar {
        margin-top: 3rem;
    }

    .sec6-bgimg1 {
        opacity: 0.3;
        bottom: -7rem;
        top: unset;
        width: 100%;
        transform: translateX(-50%);
        left: 50%;
    }

    .wide-angle-about-section-2 .sectwo-bg1 {

        top: 50%;

    }

    .mobile-navigation-wrapper {

        top: -100%;
        left: 0%;
        width: 100%;
    }

    .mobile-navigation-wrapper.active {
        left: 0;
        top: 0;
    }



    .button-style-transparent.secondary-text:hover span,
    .button-style-transparent.secondary-text:hover p {
        color: var(--secondary-color);
    }

    .button-style-transparent:hover span,
    .button-style-transparent:hover p {
        color: var(--white-color);
        transition: var(--common-transition);


    }

    .button-style-transparent:hover {
        background-color: transparent;
        transition: var(--common-transition);
        border: 1px solid white;

    }


    .button-style-transparent.secondary-text:hover {
        border: 1px solid var(--secondary-color);
        background-color: transparent;

    }
    .aerrow_white,.aerrow_black {
        width: 1.5rem;
    }
    .button-style-secondary.white-hover-border:hover,.button-style-secondary:hover {
        border: 1px solid var(--secondary-color);
        background-color: var(--secondary-color);
        transition: var(--common-transition);
    }
   
    .button-style-secondary:hover span, .button-style-secondary:hover p {
        color: var(--white-color);
        transition: var(--common-transition);
    }
    .wide-angle-button .btn-img {
        display: block !important;
    }
   
    .wide-angle-button .btn-img-hover{
        display: none !important;
    }
    div:focus-visible, img:focus-visible, button:focus-visible {
        outline: none;
        border: none;
    }
    .sectwo-img img {
        height: 37svh;
        object-position: 100% 20%;
    }
    .wide-angle-about-section-2 .sectwo-img {
        width: 100%;
        right: 5%;
    }
}

@media only screen and (max-width: 425px) {
    .material-button {
        padding: 1rem 1.5rem;
    }

    .secone_img {
        height: 110lvh;
    }
}

@media only screen and (max-width: 325px) {}