@media (max-width: 767px) {

    .why-quality {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        align-items: baseline;
        padding: 50px 0;
    }

    h2 {
        text-align: left;
    }

    .our-promise-eyebrow {
        text-align: left;
    }

    .our-promise-header p {
        text-align: left;
    }

    .news-insights-section {
        width: 100%;
        padding: 0px 0 0px;
        overflow: hidden;
    }

    .catalogue {
        padding: 0px 0;
    }

    .product-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        padding-top: 50px;
    }

    .collection-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        padding-top: 50px;
    }

    .about-quality {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        align-items: start;
        padding-top: 50px;
    }

    .about-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
        align-items: center;
    }

    .frint-text-area {
        padding: 20px;
        background-color: #c6c6c60f;
        backdrop-filter: blur(4px);
        width: 100%;
        border-radius: 25px;
        border: 1px solid #ffffff57;
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
    }

    .frint-text-area h1 {
        color: #fff;
        font-size: 35px;
        font-weight: 600;
        padding-bottom: 20px;
    }

    .front-btn {
        background-color: #d3ce95;
        color: #fff;
        padding: 7px 15px;
        text-decoration: none;
        font-size: 11px;
        border-radius: 30px;
        background: #ffffff0f;
        backdrop-filter: blur(12px);
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
        transition: .3s ease-in-out;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .frint-text-area span {
        color: #d3ce95;
        font-size: 35px;
        font-weight: 600;
        padding-bottom: 20px;
    }

    .logo-card {
        width: 100%;
        height: clamp(180px, 55vw, 240px);
        border-radius: 22px;
    }

    .hero, .hero__inner {
        width: 100%;
        min-height: auto;
        padding: 0px 10px;
        transform: none !important;
    }

    .features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        border: none;
    }

    .feature {
        padding: 35px 25px;
        border: 1px solid #d9d9d45e;
        border-radius: 20px;
    }

    .feature:last-child {
        border: 1px solid #d9d9d45e;
    }

    .news-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }

    .surface-g {
        display: flex;
        flex-direction: column;
        padding-bottom: 50px;
    }

    .why-choose-mat {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
        align-items: center;
        padding-bottom: 0px;
    }

    .catalogue-conttent {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        gap: 25px;
        padding: 15px 15px;
    }

    .promisss {
        padding: 0;
    }

    .main-colection-sec {
        display: flex;
        gap: 25px;
        flex-wrap: wrap;
    }

    .product-section {
        padding: 20px;
    }

    .quality img {
        padding: 0px 0px;
    }

    .why-quality h3 {
        padding: 15px 0px;
    }

    .why-quality p {
        padding: 15px 0px;
    }

    .social-links {
        display: flex;
        gap: 5px;
    }

    .footer-bottom {
        text-align: center;
    }

    .quality {
        background: #00000000;
        backdrop-filter: blur(12px);
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
        padding: 21px;
        border-radius: 20px;
    }

    .footer-address {
        background: #00000000;
        backdrop-filter: blur(12px);
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
        padding: 21px;
        border-radius: 20px;

    }

    .footer-contact {
        background: #00000000;
        backdrop-filter: blur(12px);
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
        padding: 21px;
        border-radius: 20px;

    }

    .footer-links {
        background: #00000000;
        backdrop-filter: blur(12px);
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
        padding: 21px;
        border-radius: 20px;

    }

    .footer-about {
        background: #00000000;
        backdrop-filter: blur(12px);
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
        padding: 21px;
        border-radius: 20px;
    }

    .footer-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
        padding-bottom: 20px;
        border-bottom: none;
    }

    .footer-bottom {
        background: #00000000;
        backdrop-filter: blur(12px);
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
        padding: 21px;
        border-radius: 20px;
        gap: 10px;
    }

    .about-section {
        /* background: url(../images/1.png); */
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /* height: 100vh; */
        padding: 70px 0 0px 0;
    }

    .collection-section {
        /* background: url(../images/2.png); */
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 0 50px 0;
        background-position: center;
    }

    .produuts {
        padding: 70px 0px;
    }

    .why-choose {
        padding: 70px 0px;
    }

    .social-links a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #d7d7d7;
        color: #cacaca;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        transition: .4s;
        background: #ffffff29;
        backdrop-filter: blur(12px);
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
    }

    .card__icon {
        font-size: 24px;
        height: auto;
        width: auto;
    }

    h2 {
        font-family: Rubik;
        font-size: 30px;
    }
    h1{
        font-size: 30px !important;
    }

    p {
        font-size: 15px;
        color: #c8c8c8;
    }

    .footer-contact a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: 400;
        transition: .35s;
    }

    a {
        font-size: 15px;
        text-decoration: none;
    }

    .footer-logo img {
        width: 150px;
        display: block;
    }

    .logo img {
        width: 120px;
    }

    .collection-cotnte {
        /* display: flex; */
        margin: auto;
        max-width: 850px;
        text-align: left;
    }

    .left-content {
        width: 100%;
        max-width: 640px;
        margin: 0 auto clamp(36px, 6vw, 56px);
        text-align: left;
    }
    .why-card-arrow{
        border: none;
    }
    .why-choose-us {
        text-align: left;
        color: #fff;
    }

    .hero-scale-wrapper {
        padding-bottom: 50px;
    }

    .section-heading {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .footer {
        position: relative;
        padding: 50px 0 40px;
    }

    .cards {
        gap: 15px;
    }

    .logo-card {
        margin: 0 auto clamp(15px, 6vw, 56px);
    }

    .collection-hero {
        min-height: 420px;
        top: 58px;
    }

    .product-card img {
        height: 45vh;
        border-radius: 10px;
        width: 100%;
    }

    .filter-options span {
        color: #ddd !important;
        font-size: 12px;
    }

    .application-icon {
        width: 80px;
        height: 80px;
    }

    .application-icon img {
        width: 80px;
        height: 80px;
    }

    .application-item {
        min-width: 100px;
    }

    .why-choose-uss video {
        width: 100%;
        height: 30vh;
        object-fit: cover;
        border-radius: 30px;
    }

    .find-box {
        border: 1px solid #d9d9d45e;
        padding: 20px 10px;
    }

    .tag {
        border: 1px solid #d9d9d45e;
        padding: 8px 13px;
        font-size: 11px;
        color: #e4e4e4;
        font-size: 11px;
    }

    .surface-g {
        align-items: start;
    }

    .news-header {
        display: grid;
        grid-template-columns: 1fr;
        align-items: end;
        gap: 20px;
        margin-bottom: 48px;
    }

    .news-card {
        padding: 10px;
        border-radius: 10px;
    }

    .news-image img {
        width: 100%;
        border-radius: 10px;
    }

    .export-map-sec {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
        align-items: center;
        padding-bottom: 50px;
    }

    .world-map-image {
        transform: translateX(0%);
    }

    .export-hero-inner {
        grid-template-columns: 1fr;

    }

    .export-hero h1 {
        margin: 0;
        font-size: 30px;
        font-weight: 400;
        color: #ffffff;
    }

    .export-hero {
        min-height: auto;
    }

    .export-quality {
        padding: 50px 0;
    }

    .ep-contact-hero-content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        align-items: end;
        padding-top: 85px;
    }
    .ep-contact-info-heading{
        text-align: left;
    }
    .ep-contact-info{
        padding: 50px 0;
    }
    .ep-contact-info-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        border: 1px solid #62615e;
        gap: 10px;
    }
    .ep-talk-inner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
        align-items: center;
        background: #ffffff0a;
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
        padding: 20px;
        border-radius: 20px;
    }
    .ep-form-row {
        display: grid;
        grid-template-columns: 1fr ;
        gap: 15px;
    }
    .tile-calc-header {
        max-width: 760px;
        margin: 0 auto 60px;
        text-align: left;
    }
    .tile-calculator-page{
        padding: 100px 10px 0;
    }
    .export-faq {
        padding: 50px 0;
    }

    .export-about {
        padding: 50px 0;
    }

    .export-global-ready {
        padding: 0;
    }

    .export-global-ready-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        border: none;
    }
    .map-marker {
        width: 11px;
        height: 11px;

    }
    .map-marker::before {

        width: 11px;
        height: 11px;

    }
    .export-global-ready-card:first-child {
        padding-left: 20px;
    }

    .export-global-ready-card:last-child {
        border-right: 1px solid #e2e3de4d;
        ;
    }

    .export-process-step:last-child {
        border-right: 1px solid #e2e3de4d;
    }

    .export-about-container {
        grid-template-columns: 1fr;
        gap: 0px;

    }

    .export-about-left img {
        width: 100%;
    }

    .export-about-left {
        min-height: auto;
    }

    .export-about-highlights {
        grid-template-columns: 1fr;

    }

    .export-process-track {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        border: none;
    }

    .export-quality-container {
        grid-template-columns: 1fr;
    }

    .export-certification-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .export-faq-container {
        /* width: 1100px; */
        max-width: calc(100% - 20px);
        margin: 0 auto;
    }

    .export-process-step {
        border: 1px solid #e2e3de4d;
        min-height: 300px;
        background: #00000000;
        /* backdrop-filter: blur(12px); */
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
        border-radius: 20px;
    }

    .export-global-ready-card {
        border: 1px solid #e2e3de4d;
        min-height: 300px;
        background: #00000000;
        /* backdrop-filter: blur(12px); */
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
        border-radius: 20px;

    }
    .export-ready-content h3{
        font-size: 24px;
        min-width: max-content;
    }
    .export-about-highlight{
        border: none;
    }

    .export-about-lead{
        font-size: 15px;
    }
    .export-process-step:first-child {
        padding-left: 20px;
    }

    .about-intro-inner {
        grid-template-columns: 1fr;
    }

    .about-intro-stats {
        grid-template-columns: repeat(1, 1fr);
    }

    .about-stat:first-child {
        padding-left: 30px;
    }

    .about-intro {
        padding: 50px 0;
    }

    .vm-block {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .vm-icon {
        border-radius: 0;
    }

    .vm-icon img {
        height: auto;
    }

    .about-stat {
        min-height: 100px;
        padding: 30px;
        border: none;
        display: flex;
        align-items: flex-start;
        gap: 10px;
        flex-direction: column;
        background: #00000000;
        /* backdrop-filter: blur(12px); */
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
        border-radius: 20px;
    }

    .about-intro-stats {
        margin: 50px auto 0;
        border: none;
        gap: 10px;
    }
    .value-main h3 {
        font-size: 24px;
        font-weight: 400;
        letter-spacing: .5px;
    }
    .value-number{
        font-size: 20px;
    }
    .vm-content .vm-lead{
        font-size:15px
    }
    .vm-content p{
        font-size:15px
    }
    .export-hero-circle{
        border: none;
    }

}



@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .about-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
        align-items: center;
    }

    .main-colection-sec {
        display: flex;
        gap: 25px;
        flex-wrap: wrap;
    }

    .collection-cotnte {
        margin: auto;
        max-width: 100%;
        padding-bottom: 20px;
        text-align: left;
    }

    .our-promise-header {
        max-width: 100%;
        margin: 0 auto 10px;
        text-align: left;
    }

    .promisss {
        /* min-height: 100vh; */
        padding: 70px 0px 90px;
        overflow-x: hidden;
    }

    /* .our-promise-col-left, .our-promise-col-right {
        margin: 0;
        width: 100%;
        max-width: 100%;
    } */


    .why-choose-mat {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
        align-items: center;
        padding-bottom: 50px;
    }

    .about-quality {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        align-items: start;
        padding-top: 70px;
    }

    .why-quality {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        align-items: baseline;
        padding: 50px 0 0px;
    }

    .catalogue-conttent {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        gap: 50px;
    }

    .news-insights-section {
        width: 100%;
        padding: 0px 0 40px;
        overflow: hidden;
    }

    .news-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .footer-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
        padding-bottom: 60px;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .footer-bottom {
        padding-top: 45px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .frint-text-area {
        padding: 40px;
        background-color: #c6c6c60f;
        backdrop-filter: blur(4px);
        width: 100%;
        border-radius: 25px;
        border: 1px solid #ffffff57;
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
    }

    .hero, .hero__inner {
        width: 100%;
        min-height: auto;
        padding: 0px;
        transform: none !important;
    }

    .cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        max-width: 95%;
    }

    .logo-card {
        width: 95%;
        height: clamp(220px, 40vw, 300px);
        margin: 0 auto 15px;
    }

    .container {
        width: 95%;
        /* max-width: 1600px; */
        margin: auto;
    }

    .quality img {
        padding: 0px;
    }

    .why-quality h3 {
        color: #d3ce95;
        padding: 15px 0px;
        border-bottom: 1px solid #4f4f4f;
        font-weight: 400;
    }

    .why-quality p {
        padding-top: 10px;
        padding: 15px 0px;
    }



    .hero-scale-wrapper {
        display: block;
        padding-bottom: 50px;
    }

    .why-choose {
        /* background: url(../images/4.png); */
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding-top: 50px;
    }

    .quality {
        background: #00000000;
        backdrop-filter: blur(12px);
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
        padding: 21px;
        border-radius: 20px;
        height: 100%;
    }

    .footer-address {
        background: #00000000;
        backdrop-filter: blur(12px);
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
        padding: 21px;
        border-radius: 20px;

    }

    .footer-contact {
        background: #00000000;
        backdrop-filter: blur(12px);
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
        padding: 21px;
        border-radius: 20px;

    }

    .footer-links li {
    margin-bottom: 15px;
}


    .footer-links {
        background: #00000000;
        backdrop-filter: blur(12px);
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
        padding: 21px;
        border-radius: 20px;

    }

    .footer-about {
        background: #00000000;
        backdrop-filter: blur(12px);
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
        padding: 21px;
        border-radius: 20px;
    }

    .footer-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        padding-bottom: 20px;
        border-bottom: none;
    }

    .footer-bottom {
        background: #00000000;
        backdrop-filter: blur(12px);
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
        padding: 21px;
        border-radius: 20px;
        gap: 10px;
    }

    .left-content {
        width: 100%;
        max-width: 715px;
        margin: 0 auto clamp(36px, 6vw, 56px);
        text-align: left;
    }

    .lead {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        font-size: clamp(15px, 2vw, 17px);
    }

    .why-choose-us {
        text-align: left;
        color: #fff;
    }

    .footer-about p {
        max-width: 100%;
    }

    .product-section {
        background-color: #6362625e;
        backdrop-filter: blur(1px);
        padding: 20px;
    }

    .navbar {
        position: fixed !important;
        top: 0;
        right: 0;
        left: auto;
        width: 580px;
        max-width: 100%;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
        background: #111;
        padding: 90px 20px 40px;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        transform: translateX(100%);
        transition: transform .35s ease;
        z-index: 100000;
    }
    .about-intro-inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .values-section {
        padding: 100px 10px 110px;
    }
    .vm-block {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .vm-icon{
        border-radius: 0px;
    }
    .about-intro-stats {
        margin: 50px auto 0;
        border: 1px solid #71717057;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
        .about-stat:first-child {
        padding-left: 30px;
    }
    .export-hero-inner {
        min-height: auto;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
    }
    .export-hero {
        padding: 120px 0 70px;
    }
    .export-map-sec {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
        align-items: center;
        padding: 50px 0;
    }
    .export-global-ready-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        border-top: 1px solid rgba(255, 255, 255, .15);
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }
    .export-about-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 70px;
    }
    .export-about-highlights {
        margin-top: 42px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        margin-bottom: 55px;
    }
    .export-about-left img{
        width: 100%;
    }
    .export-process-track{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .export-quality-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 50px;
        align-items: center;
    }
    .export-certification-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .ep-contact-hero-content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        align-items: end;
        padding-top: 85px;
    }
    .ep-contact-info-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        border-bottom: 1px solid #62615e;
        border-top: 1px solid #62615e;
    }
    .ep-talk-inner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 20px;
        border-radius: 20px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1150px) {
        .about-hero-scroll {
    right: 6%;
    bottom: 180px;
}

}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {

    .left-content {
        position: absolute;
        left: 0px
    }

    .logo-card {
        position: absolute;
        left: 0px;
    }

    .card {
        position: absolute;
        width: 335px;
        height: auto;
        padding: 20px 25px;
        border-radius: 15px;
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid #ffffff57;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35); */
        display: flex;
        align-items: flex-start;
        gap: 22px;
        transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
        opacity: 0;
        transform: translateY(16px);
        animation: cardStagger 0.7s ease-out forwards;
        background: #c6c6c60f;
        backdrop-filter: blur(12px);
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
    }

    .export-quality-container {
        display: grid;
        grid-template-columns: 350px 1fr;
        gap: 20px;
        align-items: center;
    }
    .card__text h3 {
        font-size: 16px;
        font-weight: 400;
        color: #ffffff;
        margin-bottom: 6px;
        line-height: 1.2;
    }

    .card__text p {
        font-size: 11px;
        font-weight: 400;
        line-height: 1.55;
        color: #d8d8d8;
    }

    .hero-scale-wrapper {
        width: 100%;
        overflow: visible;
        display: flex;
        justify-content: center;
        /* background: #23241F; */
        /* background: url(../images/3.png); */
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }


    .conn-1-h1 {
        left: 337px;
        top: 530px;
        width: 280px;
    }

    .conn-1-v {
        left: 615px;
        top: 250px;
        height: 280px;
    }

    .conn-1-h2 {
        left: 617px;
        top: 250px;
        width: 140px;
    }

    .conn-1-node {
        right: 710px;
        top: 246px;
    }

    .card--1 {
        left: 756px;
        top: 170px;
        animation-delay: 0.55s;
    }

    /* =====================================================
   CONNECTOR 2
===================================================== */

    .conn-2-h1 {
        left: 337px;
        top: 560px;
        width: 380px;
    }

    .conn-2-v {
        left: 716px;
        top: 420px;
        height: 140px;
    }

    .conn-2-h2 {
        left: 718px;
        top: 420px;
        width: 130px;
    }

    .conn-2-node {
        right: 620px;
        top: 416px;
    }

    .card--2 {
        left: 845px;
        top: 340px;
        animation-delay: 0.60s;
    }

    /* =====================================================
   CONNECTOR 3
===================================================== */

    .conn-3-h {
        left: 337px;
        top: 589px;
        width: 554px;
    }

    .card--3 {
        left: 889px;
        top: 510px;
        animation-delay: 0.65s;
    }

    /* =====================================================
   CONNECTOR 4
===================================================== */

    .conn-4-h1 {
        left: 337px;
        top: 620px;
        width: 380px;
    }

    .conn-4-v {
        left: 717px;
        top: 620px;
        height: 140px;
    }

    .conn-4-h2 {
        left: 718px;
        top: 759px;
        width: 130px;
    }

    .conn-4-node {
        right: 620px;
        top: 755px;
    }

    .card--4 {
        left: 845px;
        top: 680px;
        animation-delay: 0.70s;
    }

    .conn-5-h1 {
        left: 337px;
        top: 649px;
        width: 280px;
    }

    .conn-5-v {
        left: 615px;
        top: 650px;
        height: 280px;
    }

    .conn-5-h2 {
        left: 617px;
        top: 929px;
        width: 140px;
    }

    .conn-5-node {
        right: 710px;
        top: 925px;
    }

    .card--5 {
        left: 754px;
        top: 850px;
        animation-delay: 0.75s;
    }

    p {
        font-size: 12px;
        color: #c8c8c8;
    }

    a {
        font-size: 12px;
        color: #c8c8c8;
    }

    .footer-contact a {
        font-size: 12px;
        font-weight: 400;
        transition: .35s;
    }

    .footer-contact small {
        font-size: 12px;
        margin-bottom: 0px;
    }

    h2 {
        font-family: Rubik;
        font-size: 30px;
    }
    h1 {
        font-family: Rubik;
        font-size: 40px !important;
    }

    .footer-logo img {
        width: 150px;
        display: block;
    }

    .footer-grid {
        display: grid;
        grid-template-columns: 1fr .5fr 1fr 1.5fr;
        gap: 50px;
        padding-bottom: 60px;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .footer {
        position: relative;
        padding: 50px 0 40px;
        /* overflow: hidden; */
        /* background: url(../images/5.png); */
        background-repeat: no-repeat;
        background-position: bottom;
        border-top: 1px solid #383838;
    }

    .why-choose {
        padding: 50px 0px;
    }

    .produuts {
        padding: 50px 0px;
    }

    .collection-section {
        padding: 50px 0px;
        background-position: center;
    }

    .about-section {
        /* background: url(../images/1.png); */
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /* height: 100vh; */
        padding: 70px 0 50px 0;
    }

    .frint-text-area {
        padding: 45px;
        background-color: #c6c6c60f;
        backdrop-filter: blur(4px);
        width: 600px;
    }

    .frint-text-area h1 {
        color: #fff;
        font-size: 35px;
        font-weight: 600;
        padding-bottom: 20px;
    }

    .nav-links {
        display: flex;
        list-style: none;
        gap: 40px;
        align-items: baseline;
    }

    .nav-links a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        transition: .3s;
    }

    .why-quality h3 {
        font-size: 16px;
    }

    .logo img {
        width: 120px;
        display: block;
    }

    .front-btn {
        background-color: #d3ce95;
        color: #fff;
        padding: 12px 25px;
        text-decoration: none;
        font-size: 12px;
        border-radius: 30px;
        background: #ffffff0f;
        backdrop-filter: blur(12px);
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
    }

    .section-heading span {
        font-size: 15px;
    }

    .mega-column li a {
        width: 110px;
    }

    .social-links a {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }

    .social-links {
        display: flex;
        gap: 10px;
    }

    .why-quality {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* gap: 0px; */
        align-items: baseline;
        padding: 50px 0;
    }

    .why-choose-uss video {
        width: 100%;
        height: 650px;
        object-fit: cover;
        border-radius: 30px;
    }

    .our-promise-col {
        display: flex;
        flex-direction: column;
        gap: 26px;
        width: 370px;
        flex-shrink: 0;
        z-index: 2;
    }

    .our-promise-connectors {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: visible;
        pointer-events: none;
    }

    .product-section {
        padding: 20px;
    }

    .popularProductSwiper .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
        padding-top: 50px;
    }

    .frint-text-area span {
        color: #aeb477;
        font-size: 35px;
        font-weight: 600;
        padding-bottom: 20px;
    }
    .app-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: .6s;
}
.app-content span{
    font-size: 12px !important;
}
}

@media only screen and (min-width: 1401px) and (max-width: 1600px) {

    .card {
        position: absolute;
        width: 400px;
        height: auto;
        padding: 20px 25px;
        border-radius: 15px;
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid #ffffff57;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35); */
        display: flex;
        align-items: flex-start;
        gap: 22px;
        transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
        opacity: 0;
        transform: translateY(16px);
        animation: cardStagger 0.7s ease-out forwards;
        background: #c6c6c60f;
        backdrop-filter: blur(12px);
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
    }

    .app-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: .6s;
}
.app-content span{
    font-size: 12px !important;
}
      .our-promise-connectors {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: visible;
        pointer-events: none;
    }
    .card__text h3 {
        font-size: 16px;
        font-weight: 400;
        color: #ffffff;
        margin-bottom: 6px;
        line-height: 1.2;
    }

    .card__text p {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.55;
        color: #d8d8d8;
    }

    .product-section {
        background-color: #6362625e;
        backdrop-filter: blur(1px);
        padding: 20px;
        border-radius: 20px
    }

    p {
        font-size: 15px;
        color: #c8c8c8;
    }

    h2 {
        font-family: Rubik;
        font-size: 38px;
        font-weight: 500;
    }

    .frint-text-area h1 {
        color: #fff;
        font-size: 45px;
        font-weight: 600;
        padding-bottom: 20px;
    }

    .frint-text-area {
        padding: 50px;
        background-color: #c6c6c60f;
        backdrop-filter: blur(4px);
        width: 700px;
        border-radius: 25px;
        border: 1px solid #ffffff57;
        box-shadow: inset 0px 1px 6px 0px rgb(203 203 203 / 49%);
    }

    .nav-links a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        transition: .3s;
    }
    .our-promise-col {
    display: flex;
    flex-direction: column;
    gap: 26px;
    width: 450px;
    flex-shrink: 0;
    z-index: 2;
}
}

@media only screen and (min-width: 1601px) and (max-width: 1800px) {

 .our-promise-col {
    display: flex;
    flex-direction: column;
    gap: 26px;
    width: 500px;
    flex-shrink: 0;
    z-index: 2;
}

}