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

    .text-tile-img img {
        width: 100%;
        object-fit: cover;
    }
    h2{
        font-size: 30px !important;
        text-align: center;
    }
    .tile-calculator-form {
        display: inline-block;
        /* gap:50px; */
    }
    .photo img {
    width: 285px;
}
    /* start css */
    .timeline ol,
    .timeline ol li {
        width: auto;
    }
    .custom-table td {
    text-align: center;
    font-weight: 300;
    font-size: 12px;
}
.custom-table th {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    font-size: 12px;
}
.submenu-list12 {
    gap: 0px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.submenu-list10 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* display: flex; */
    gap: 0px;
}
.accordion .accordion-content p {
    font-size: 12px !important;
    font-weight: 300;
    margin: 2em 0;
}
.blog-data h2 {
    font-size: 18px;
    /* padding-top: 20px; */
    font-weight: 400;
    font-size: 18px !important;
    text-align: left;
}
.copyright p {
    color: #212121;
    text-align: center;
    padding-top: 10px !important;
}
.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-family: "Lexend", sans-serif;
    font-size: 14px;
}
    #artist-list .inner {
    position: absolute;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    align-items: flex-end;
    left: 0;
    bottom: 0;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.25s ease-out;
}
#artist-list .inner {
    grid-auto-flow: column;
    grid-template-columns: calc(100% - 340px) 300px;
    grid-column-gap: 40px;
    /* padding: 40px; */
            display: flex
;
        flex-direction: column-reverse;
}
    .image-row {
    flex-wrap: nowrap;
    height: 320px;
    transition: transform 0.5s ease;
}
#artist-list {
    display: flex;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
    height: 100%;
    width: 100%;
    min-height: 90vh;
    min-width: 100%;
    flex-direction: column;
}
.bio h2{
    font-size: 18px !important;
    padding-top: 15px;
}
.footer-text h2{
    font-size: 18px !important;
    margin: 0;
}
.fo-main {
    display: flex;
    justify-content: space-between;
    margin: 0px 20px;
    align-items: end;
}
    .top-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
}
    .timeline ol {
        padding: 0;
        transform: none !important;
        display: block;
    }

    .timeline ol li {
        display: block;
        height: auto;
        background: transparent;
    }

    .timeline ol li:first-child {
        margin-top: 25px;
    }
  .mob-re{
        /* flex-direction: column !important; */
        padding: 10px !important;
        align-items: center !important;
    gap: 0px !important;

    }
    .mob-re a{
        margin-left: 0px !important;
        padding: 0  10px !important;
    }
    .mob-two img{
        margin-right: 10px;
    }
    .text-xs {
    font-size: 8px !important;
    line-height: normal;
}
    .mob-re h2{
        font-size: 11px !important;
        text-align: left;
        line-height: normal;
    }
    .mob-two{
        /* flex-direction: column !important; */
        align-items: center !important;
    gap: 0px;
    }
    .timeline ol li:not(:first-child) {
        margin-left: auto;
    }

    .timeline ol li div {
        position: static;
        width: 94%;
        height: auto !important;
        margin: 0 auto 25px;
    }

    .timeline ol li:nth-child(odd) div {
        transform: none;
    }

    .timeline ol li:nth-child(odd) div::before,
    .timeline ol li:nth-child(even) div::before {
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        border: none;
        border-left: 1px solid white;
        height: 25px;
    }

    .timeline ol li:last-child,
    .timeline ol li:nth-last-child(2) div::before,
    .timeline ol li:not(:last-child)::after,
    .timeline .arrows {
        display: none;
    }

    .popup-content {
        height: 200px;
    }

    .divider {
        background-color: #ffffff;
    }

    .foot-logo-main {
        flex-direction: column;
        gap: 15px;
    }

    .footer-main {
        width: 100%;
        padding-left: 20px;
    }

    .footer-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }
.address {
    padding-bottom: 0px;
}
    .footer-im {
        text-align: center;
        padding-left: 20px;
    }

    .foot-logo-1 h4 {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .foot-logo-1 a {
        margin: 0 10px 10px 0;
    }

    .pl {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-logo img {
        width: 160px;
        height: 70px;
    }

    .footer-im-head p {
        font-size: 16px;
    }

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

    .footer-imgaes img {
        height: 32px;
        padding-top: 10px;
    }

    .footer-images {
        display: inline-block;
    }

    .grii img {
        height: 250px;
        width: 100%;
    }

    .grii {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .pl {
        padding: 0 15px 0 15px;
    }

    .p-5 {
        padding: 1rem !important;
    }

    .mission-center {
        text-align: center;
    }

    .gallery-container {
        flex-direction: column-reverse;
        align-items: center;
        padding: 15px;
    }

    .main-image {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 4 / 3;
    }

    .thumbnails {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
        gap: 10px;
    }

    .thumbnail {
    width: 80px;
    height: 80px;
}

    .thumbnail img {
        padding: 4px;
    }
    .box-info h2{
        font-size: 22px !important;
    }
    .brand-new {
        padding: 50px 0;
    }

    .counter-top {
        margin-top: 40px;
    }

    .counter-inner img {
        width: 100px !important;
    }

    .count {
        font-size: 25px !important;
    }

    .env {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 70px;
        align-items: center;
        color: #fff;
    }

    .silder-section {
        background-color: #000;
        padding: 100px 0;
    }

    /* .popup-img {
        max-width: 85%;
        max-height: 100%;
        margin: auto;
        border-radius: 3px;
    } */

    /* .popup-close {
        top: 14px;
        right: 32px;
        width: 30px;
        height: 30px;
        border: none;
        border-radius: 50%;
        font-size: 16px;
    } */

    .enviroment {
        padding: 50px 15px;
    }
    .logo-25 p{
        text-align: left !important; 
    }
    .mute-btn {
        position: absolute;
        top: 240px;
        left: 20px;
        display: none;
    }
    .vission_mission {
    display: flex;
    gap: 20px;
    align-items: start;
    padding: 15px;
    border: 1px solid #0000001f;
    flex-direction: column;
    height: 100%;
    border-radius: 10px;
}
.vis_missin_grid {
    gap: 20px;
}
    .footer-im a{
        font-size: 13px;
    }
.image-row img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 16px -38px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 10px;
    flex: 0 0 calc((100% - 10px) / 1);
}
    .appli-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        align-items: center;
        padding: 40px 0;
    }

    .appli-grid-new {
        /* display: grid;
        grid-template-columns: repeat(2, 1fr); */
        gap: 25px;
        align-items: center;
        padding: 25px 0;
    }

    .footer-logo {
        display: flex;
        justify-content: start !important;
    }

    .video-container {
        height: 55vh;
    }

    .footer-im-head ul li {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 14px;
        display: flex;
        align-items: baseline;
    }

    .footer-im-head ul {
        width: 80%;
    }

    .footer-imf {
        text-align: left;
    }

    .menu-main {
        display: inline;
    }

    .footer-im-head p {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 14px;
    }

    .header .menu>ul>li:last-child>a i {
        transform: rotate(0deg);
    }

    .video-container {
        height: 55vh;
    }
    .img-wrapper img.animate {
    width: 100%;
    opacity: 1;
    height: auto ;
}

    p {
        font-size: 12px;
        text-align: justify;
        line-height: 22px;
    }

    .sort-filter-trigger img {
        width: 5%;
    }

    .vission_mission img {
        width: 70px;
    }

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

    #dsn-scrollbar1 {
        overflow-y: hidden !important;
    }
    .faq-drawer__title {
    /* border-bottom: #000 1px solid; */
    cursor: pointer;
    display: block;
    font-size: 14px;
    
}

    .gallery-item {
        width: 100%;
        height: 40vh;
    }

    .collab svg {
        height: 60px;
        width: 100%;
    }

    .header .logo img {
        width: 120px;
    }

    .video-container {
        height: 55vh;
    }



    body {
        overflow-x: hidden !important;
    }

    .mute-btn i {
        font-size: 14px;
    }

    /* end css */
    h2 {
        font-size: 26px;
    }

    .grid-item img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .grid-item .color-transition {
        /* height: 400px; */
    }

    .down-text a {
        font-size: 14px;
    }

    wi {
        width: 35%;
    }
    .parent1 {
    padding: 0px;
}

    .main_section {
        padding: 30px 10px;
    }

    #bgVideo {
        position: absolute;
        /* top: 0;
        left: 0; */
        width: 100%;
        height: 45%;
        object-fit: cover;
        top: 34%;
    }

    /* .mute-btn {
        position: absolute;
        top: 300px;
        left: 20px;
    } */

    .fix-height h2 {
        color: #fff;
        font-size: 52px;
        padding: 30px 0;
        position: relative;
        top: -100px;
    }

    .disply-footer img {
        width: 40px;
    }

    main {
        /* position: relative; */
        width: 100%;
        height: 30vh;
        top: -133px;
    }

    .header {
        top: 0;
        display: block;
        width: 100%;
        position: sticky;
        z-index: 99;
        padding: 15px 0px;
    }

    .fix-height {
        height: auto;
        background: #000;
        padding: 100px 50px;
    }

    .footer-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
        padding: 0px 0px;
        text-align: center;
    }

    #artist-list li {
        /* flex: 4; */
        display: flex;
        align-items: stretch;
        cursor: pointer;
        transition: all 0.35s ease;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        overflow: hidden;
    }

    #artist-list h3 {
        font-weight: bold;
        white-space: nowrap;
        position: absolute;
        z-index: 30;
        opacity: 1;
        top: 50%;
        left: 50%;
        transition: top 0.35s, opacity 0.15s;
        transform-origin: 0 0;
        font-size: 15px;
        text-transform: uppercase;
        transform: translate(-50%, -50%) rotate(0deg);
        padding-bottom: 3em;
        font-weight: 500;
    }

    .footer {
        /*background-color: #141414;*/
        padding: 50px 20px 0;
    }

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

    .collab img {
        width: 100px;
    }

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

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

    .item {
        width: 100px;
        height: 100px;

        &:nth-child(3) {
            left: 4%;
        }

        &:nth-child(4) {
            left: calc(35%);
        }

        &:nth-child(5) {
            left: calc(66%);
        }

        &:nth-child(6) {
            left: calc(0%);
            opacity: 0;
        }
    }


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

    .tile-home-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        align-items: center;
        padding: 0px;
    }

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

    .footer-social {
        flex-direction: column;
    }

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

    .counter-company {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

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

    .vis_missin_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        /* gap: 50px; */
    }

    .vission_mission {
        display: flex;
        flex-direction: column;
        /* padding: 15px 0; */
        /* border-right: 0; */
    }

    .group-compony img {
        width: 70px;
    }

    .about-page {
        padding: 0px !important;
    }

    /* .border-left {
        border-left: 0px solid #dfdddd;
    } */

    .com-brand {
        padding: 20px;
        /* border-bottom: 1px solid #f5f5f5; */
    }

    .profile-first {
        display: flex;
        gap: 50px;
        align-items: center;
        margin: auto;
        padding: 10px 0;
        flex-direction: column;
    }

    .profile-img img {
        /* width: 100%; */
        /* border: 1px solid #d7d7d7; */
        /* padding: 20px; */
        /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
    }

    .profile-middle {
        display: flex;
        gap: 50px;
        align-items: center;
        margin: auto;
        border-bottom: 1px solid #d7d7d7;
        border-top: 1px solid #d7d7d7;
        padding: 10px 0;
        flex-direction: column-reverse;
    }

    .certification- {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
        padding: 0px 0 50px;
    }

    .img-wrapper-new {
        overflow: hidden;
        width: 100%;
        height: auto;
    }

    .img-wrapper-new img {
        height: auto;
        object-fit: fill;
    }

    .certificate-page {
        padding: 0px !important;
    }

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

    .grid-col-res {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .dropdown .dropdown-label {

        font-size: 13px !important;
    }

    .intro-product-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .grid-4 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin: 0 auto;
        /* border-bottom: 1px solid lightgrey; */
    }
    .single-product-right h2{
        font-size: 22px !important;
        padding-bottom: 15px;
        text-align: left !important;
    }
    .tech-space-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
        align-items: center;
    }

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

    .packging-img img {
        width: 100%;
    }

    .blog-details {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .tech-space {
        padding: 10px;
    }

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

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

    .medials {
        align-items: baseline;
        padding: 15px 0;
        flex-direction: column;
    }

    .bread-sec {
        padding: 0px;
    }

    .breadcum {
        margin-top: 0px;
    }

    .gr-comp {
        position: relative;
        top: 0px;
    }

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

    .team-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        /* 2x2 layout */
        gap: 15px;
    }

    .about-read-more-2 {
        width: 130%;
    }

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

    .blog-cont img {
        width: 100%;
        height: 35vh;
        object-fit: cover;
    }
    .text-abt h2 {
    font-size: 26px;
    padding-bottom: 10px;
    }
    .text-tile h2 {
        font-size: 26px;
        padding-bottom: 10px;
    }
    .clien-h {
        font-size: 26px;
        color: #fff;
        padding: 10px 0 30px;
    }
    .blog h2 {
        font-size: 26px;
    }
    .parent1 .text-ban h2 {
        font-size: 26px !important;
    }
    .diamond-title {
    font-size: 16px;
    }
    .about-read-more {
    font-size: 14px;
    }
    .team-member h3 {
    font-size: 18px;
    font-weight: 400;
    }
    .team-member h2 {
        font-size: 26px;
    }
}

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

    #artist-list h3 {
        font-weight: bold;
        white-space: nowrap;
        position: absolute;
        z-index: 30;
        opacity: 1;
        top: 50%;
        left: 50%;
        transition: top 0.35s, opacity 0.15s;
        transform-origin: 0 0;
        font-size: 15px;
        text-transform: uppercase;
        transform: translate(-50%, -50%) rotate(0deg);
        padding-bottom: 3em;
        font-weight: 500;
    }
    .img-wrapper img.animate {
    width: 100%;
    opacity: 1;
}
    /* strat css */
    .env {
        grid-template-columns: repeat(1, 1fr);
    }
    .submenu-list10 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0px;
}
.submenu-list12 {
    gap: 0px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
    .popup-content {
        height: 450px;
    }

    .counter-top {
        margin-top: 50px;
    }

    .pl {
        padding-left: 30px;
        padding-right: 30px;
    }

    .foot-main {
        flex-direction: column;
    }

    .footer-main {
        width: 100%;
        margin-bottom: 30px;
        /* text-align: center; */
    }

    .footer-logo {
        display: flex;
        justify-content: center;
    }

    .footer-grid {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-im {
        margin-bottom: 20px;
    }

    .foot-logo-main {
        flex-direction: column;
    }

    .foot-logo-1 {
        justify-content: center;
        margin-bottom: 20px;
    }

    .footer-imgaes img {
        padding: 10px;
    }

    .footer-imgaes img {
        height: 50px;
        /* padding-left: 40px; */
    }

    .grii img {
        height: 450px;
        width: 100%;
    }

    .grii {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }


    .pl {
        padding: 0 15px 0 15px;
    }

    .lightbox-img {
        max-height: 80vh;
        width: auto;
        max-width: 100%;
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }

    .gallery-container {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 20px;
    }

    .thumbnails {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 15px;
        order: 1;
        /* Appear first */
    }

    .main-image {
        order: 2;
        /* Appear below thumbnails */
        width: 100%;
        max-width: 700px;
        aspect-ratio: 4 / 3;
        height: auto;
    }

    .thumbnail {
        width: 80px;
        height: 80px;
        border: 1px solid lightgrey;
        overflow: hidden;
        cursor: pointer;
        padding: 4px;
    }

    .thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .thumbnail.active {
        border-color: lightgrey;
    }

    .blog-cont img {
        height: 35vh;
    }

    .blog-data h2 {
        font-size: 22px !important;
    }

    .grid-item img {
        height: 400px;
        object-fit: cover;
    }

    .filter-chip {
        padding: 7px 10px;
        margin: 2px;
    }

    .group-compony {
        margin: auto;
    }

    .vission_mission img {
        width: 110px;
    }

    .menu-main {
        display: inline;
    }

    .header .menu>ul>li:last-child>a i {
        transform: rotate(0deg);
    }

    .sort-filter-trigger img {
        width: 4%;
    }

    .appli-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        align-items: center;
        padding: 40px 0;
    }

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

    .cat-image-w img {
        /* height: 45vh; */
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }

    .cat-image-w {
        /* height: 45vh; */
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }

    .gallery {

        justify-content: center;
        align-items: center;
        gap: 20px;
        display: grid;
        width: 100%;
        grid-template-columns: repeat(4, 1fr);
    }

    .video-container {
        height: 45vh;
    }

    .gallery-item {
        width: 100%;
        height: 25vh;
    }

    .gallery-item:hover {
        width: 100%;
        height: 25vh;
    }

    .video-container {
        height: 50vh;
    }

    .mute-btn {
        position: absolute;
        top: 280px;
        left: 20px;
    }

    .mute-btn i {
        font-size: 16px;
    }

    .video-container {
        height: 50vh;
    }

    .appli-grid-new {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
        align-items: center;
        padding: 40px 0;
    }

    /* .mute-btn {
        width: 40px;
        height: 40px;
        bottom: 15px;
        right: 15px;
    } */

    .mute-btn i {
        font-size: 16px;
    }

    /* end css */
    .main_section {
        padding: 20px 10px;
    }

    .mute-btn {
        position: absolute;
        top: 425px;
        left: 20px;

    }

    wi {
        width: 35%;
    }

    #bgVideo {
        position: absolute;
        /* top: 0;
        left: 0; */
        width: 100%;
        height: 46%;
        object-fit: cover;
    }

    .about-home-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 100px;
        align-items: center;
        padding-bottom: 100px;
    }
p {
    font-size: 16px;
    line-height: 28px;
}
    .tile-home-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        align-items: center;
        padding: 100px 0;
    }
    .appli-grid-new {
    gap: 25px;
    align-items: center;
    padding: 25px 0;
    display: flex;
}
.appli-box img {
    /* height: 100px; */
    width: 165px;
    object-fit: contain;
    display: block;
}
.footer-text h2{
    font-size: 24px !important;
}
#artist-list h2 {
    font-size: 48px;
    line-height: 48px;
    font-size: 25px !important;
    text-align: left;
}
    .blog-home-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        padding-top: 50px;
    }

    .collab-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }


    .item {
        width: 150px;
        height: 130px;

        &:nth-child(3) {
            left: 20%;
        }

        &:nth-child(4) {
            left: calc(40%);
        }

        &:nth-child(5) {
            left: calc(60%);
        }

        &:nth-child(6) {
            left: calc(0%);
            opacity: 0;
        }
    }

    .slide {
        width: clamp(8rem, 12rem, 25rem) !important;
        height: clamp(10rem, 15rem, 27rem);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.5rem;
        border: 1px solid var(--borderClr);
        transition: 0.5s;
        background: #fff;
        transition-timing-function: cubic-bezier(0.9, 0, 0.1, 1);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

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

    .counter-company {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 50px 0;
    }

    .border-left {
        border-left: 0px;
    }

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

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

    .mission-vision {
        padding: 50px 10px 100px;
    }

    .profile-section {
        padding: 20px 10px;
        max-width: 100%;
        margin: auto;
    }

    .profile-first {
        display: flex;
        gap: 50px;
        align-items: center;
        margin: auto;
        padding: 50px 0;
    }

    .certification- {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        padding: 50px 0;
    }
    .text-tile-img img {
    width: 100%;
    margin: auto;
    display: flex;
}
    .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding-bottom: 50px;
    }

    .services-item img {
        width: 100%;
        height: 30vh;
        display: block;
        object-fit: cover;
        /* padding-bottom: 10px; */
    }

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

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

    .packging-img img {
        width: 40%;
        display: flex;
        margin: 0 auto;
    }

    .blog-details {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .display-4 {
        font-size: 40px;
    }

    h1,
    h2 {
        font-size: 40px !important;
        text-align: center;
    }

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

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

    main {
        position: relative;
        width: 100%;
        height: 40vh;
        top: -100px;
    }

    .footer {
        /*background-color: #141414;*/
        padding: 50px 20px 0;
    }

    .navbar-left,
    .navbar-right {
        flex: 0 0 auto;
        gap: 300px;
    }

    .title-area a {
        margin-left: 0px;
    }

    .about-cont {
        padding: 50px 10px;
        background: #fff;
        position: relative;
    }

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

    .about-vision {
        background-color: #eeeeee;
        padding: 50px 10px;
    }

    .application {
        padding: 50px 10px;
        background: #fff;
    }

    .infa {
        padding: 50px 10px 50px;
    }

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

    .export-sec {
        padding: 50px 10px;
    }

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

    .contry-sec {
        padding: 50px 10px;
    }

    .contry-flg {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .sect-pro {
        padding: 50px 10px;
    }

    ul.filter-menu {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        padding: 0px;
        text-align: left;
    }

    .short-description {
        padding-left: 10px;
        padding-top: 50px;
    }

    .catalouge-grid {
        padding: 50px 10px;
    }

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

    .cat-flex {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        padding: 10px 10px 10px;
        flex-direction: column;
    }

    .utility {
        height: auto;
        background-color: #fff;
        overflow: hidden;
        padding: 50px 10px;
        position: relative;
    }

    .contact-sec {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }

    .contact-us {
        padding: 50px 10px;
        background-color: #fff;
    }

    .map {
        padding: 0 10px;
        background-color: #fff;
    }

    .header.scrolled {
        background-color: #000;
        /* padding: 15px 50px; */
        transition: background-color 0.3s ease-in-out;
    }

    .gr-comp {
        position: relative;
        top: 0px;
    }

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

    .team-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* 2x2 layout */
        gap: 15px;
    }

    .about-read-more-2 {
        background-color: #0f0f0f;
        border: 1px solid #0f0f0f;
        color: #ffff;
        font-size: 14px;
        font-family: poppins;
        padding: 10px 5px;
        transition: 0.5s all ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 130%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1349px) {

    /* start css */
    .packging {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
        align-items: center;
        justify-content: center;
    }

    .pl {
        padding-left: 40px;
        padding-right: 40px;
    }

    .footer-grid {
        gap: 20px;
    }

    .footer-grid {
        /* width: 100%; */
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-main {
        /* width: 100%; */
        margin-bottom: 30px;
        /* text-align: center; */
    }

    .footer-imgaes img {
        height: 30px;
        /* padding-left: 40px; */
    }

    .gallery {
        flex-wrap: wrap;
    }

    .gallery-item {
        width: calc(50% - 20px);
    }

    .gallery-item:hover {
        width: calc(100% - 20px);
    }

    /* end css */
    .about-sub p {
        font-size: 11px;
    }

    #bgVideo {
        position: absolute;
        /* top: 0; */
        /* left: 0; */
        width: 100%;
        height: 80%;
        object-fit: cover;
    }

    wi {
        width: 35%;
    }

    .text-ban h2 {
        font-size: 35px;
        color: #fff;
        padding: 50px 0;
    }

    .about-text a {
        border: 1px solitransparent;
        position: absolute;
        margin-top: 0px !important;
    }

    .baner-first {
        padding: 50px 20px;
        background-repeat: no-repeat;
    }

    /*.about-fix img {*/
    /*    position: absolute;*/
    /*    bottom: 0px;*/
    /*    width: 183px;*/
    /*}*/
    .about-text h2 {
        padding-bottom: 30px;
        font-size: 32px;
    }

    .footer {
        /*background-color: #141414;*/
        padding: 50px 50px 0;
    }

    .testimonal h2 {
        font-size: 32px;
    }

    .pt-15 {
        padding-top: 35%;
    }

    .vison-mision- h2 {
        font-size: 32px;
    }

    .vison-mision h2 {
        font-size: 32px;
    }

    .about-read-more-2 {
        background-color: #0f0f0f;
        border: 1px solid #0f0f0f;
        color: #ffff;
        font-size: 14px;
        font-family: poppins;
        padding: 10px 5px;
        transition: 0.5s all ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 130%;
    }

    .grid-item img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        padding: 15px;
        border: 1px solid lightgrey;
    }

    .packging-img img {
        width: 100%;
        display: flex;
        margin: 0 auto;
    }

    .blog-cont img {
        width: 100%;
        height: 35vh;
        object-fit: cover;
    }
}

@media only screen and (min-width: 1350px) and (max-width: 1800px) {
    .pl {
        padding-left: 40px;
        padding-right: 40px;
    }

    .footer-grid {
        gap: 20px;
    }

    .footer-grid {
        /* width: 100%; */
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-main {
        margin-bottom: 30px;
        /* text-align: center; */
        /* width: 100%; */

    }

    .footer-imf {
        max-width: 1200px;
        margin: auto;
    }

    .footer-imgaes img {
        height: 30px;
        /* padding-left: 40px; */
    }

    .about-sub p {
        font-size: 12px;
    }

    #bgVideo {
        position: absolute;
        /* top: 0; */
        /* left: 0; */
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .text-ban h2 {
        font-size: 35px;
        color: #fff;
        padding: 50px 0;
    }

    .about-text a {
        border: 1px solid transparent;
        position: absolute;
        margin-top: 0px !important;
    }

    .baner-first {
        padding: 50px 20px;
        background-repeat: no-repeat;
    }

    /*.about-fix img {*/
    /*    position: absolute;*/
    /*    bottom: 0px;*/
    /*    width: 183px;*/
    /*}*/
    .about-text h2 {
        padding-bottom: 30px;
        font-size: 32px;
    }

    .footer {
        /*background-color: #141414;*/
        padding: 50px 50px 0;
    }

    .testimonal h2 {
        font-size: 32px;
    }

    .pt-15 {
        padding-top: 35%;
    }

    .vison-mision- h2 {
        font-size: 32px;
    }

    .vison-mision h2 {
        font-size: 32px;
    }


}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    #artist-list h3 {
        font-weight: bold;
        white-space: nowrap;
        position: absolute;
        z-index: 30;
        opacity: 1;
        top: 50%;
        left: 50%;
        transition: top 0.35s, opacity 0.15s;
        transform-origin: 0 0;
        font-size: 15px;
        text-transform: uppercase;
        transform: translate(-50%, -50%) rotate(0deg);
        padding-bottom: 3em;
        font-weight: 500;
    }

    .gr-comp {
        position: relative;
        top: 0px;
    }

    .footer-im-head ul li i.padding-r {
        padding-right: 0px;
    }

    .footer-main {
        /* width: 100%; */
        margin-bottom: 30px;
        /* text-align: center; */
    }

    .footer-grid {
        /* width: 100%; */
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .pl {
        padding-left: 50px;
        padding-right: 50px;
    }

    .enviroment {
        padding: 50px 30px;
    }

    .env {
        gap: 20px;
    }

    .inner-t {
        /* height: 285px; */
    }

    .border-left {
        border-left: 1px solid #ffffff;
    }

    .grii {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .lightbox-img {
        max-height: 80vh;
        width: auto;
        max-width: 100%;
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }

    .gallery-container {
        flex-direction: row;
        align-items: flex-start;
        /* gap: 40px; */
        padding: 15px;
    }

    .main-image {
        width: 100%;
        max-width: 600px;
        height: 600px;
        aspect-ratio: 4 / 3;
        overflow: hidden;
        position: relative;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        cursor: zoom-in;
    }

    .main-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: none;
        /* fully instant */
        will-change: transform, transform-origin;
        display: block;
    }

    .thumbnails {
        flex-direction: column;
        gap: 20px;
        justify-content: flex-start;
    }

    .thumbnail {
        width: 150px;
        height: 160px;
    }

    .thumbnail img {
        width: 145px;
        height: 155px;
        object-fit: cover;
        padding: 4px 4px 4px 4px;
    }

    .services-item img {
        width: 100%;
        height: 20vh;
    }

    .text-abt h2 {
        font-size: 45px;
    }

    h1,
    h2 {
        font-size: 45px;
    }

    .text-tile h2 {
        font-size: 45px;
        padding-bottom: 30px;
    }

    .clien-h {
        font-size: 45px;
    }

    .appli-grid-new {
        grid-template-columns: repeat(4, 1fr);
    }

    .blog h2 {
        font-size: 45px;
    }

    .sort-filter-trigger img {
        width: 4%;
    }

    .gallery {
        align-items: center;
        gap: 10px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

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

    .blog-home-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        padding-top: 50px;
    }

    .group-compony {

        margin: auto;
    }

    .cat-image-w {
        /* overflow: hidden; */
        /* width: 100%; */
        /* height: 40vh; */
        display: flex;
        justify-content: flex-start;
        align-items: center;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        object-fit: cover;
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }

    .cat-image-w img {
        /* height: 40vh; */
        /* width: 0%; */
        opacity: 0;
        /* object-fit: cover; */
        transform-origin: left;
        transition-property: width, opacity;
        transition-duration: 1s;
        transition-timing-function: ease-in-out;
        transition-delay: 1s;
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }

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

    .blog-details {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

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

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

    .grid-4 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin: 0 auto;
        /* border-bottom: 1px solid lightgrey; */
    }

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

    .counter-company {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .vis_missin_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: flex-start;
        /* gap: 50px; */
    }

    .gallery-item {
        width: 94%;
        height: 22vh;
    }

    .video-container {
        height: 50vh;
    }

    .about-text- {
        padding: 20px 20px;
    }

    .about-sub p {
        max-width: 599px;
        font-size: 12px;
        line-height: 20px;
    }

    #bgVideo {
        position: absolute;
        /* top: 0;
        left: 0; */
        width: 100%;
        height: 70%;
        object-fit: cover;
    }

    .about-fix {
        position: relative;
        bottom: -80px;
        width: 238px;
        padding-bottom: 2px;
    }

    .header.scrolled {
        padding: 15px 0px;
        transition: background-color 0.3s ease-in-out;
    }

    .header {

        padding: 15px 0px;
        transition: background-color 0.3s ease-in-out;
    }

    .mute-btn {
        position: absolute;
        bottom: 60px;
        left: 20px;

    }

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

    .team-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* 2x2 layout */
        gap: 15px;
    }

    .about-read-more-2 {
        background-color: #0f0f0f;
        border: 1px solid #0f0f0f;
        color: #ffff;
        font-size: 14px;
        font-family: poppins;
        padding: 10px 5px;
        transition: 0.5s all ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 130%;
    }

    .packging-img img {
        width: 40%;
        display: flex;
        margin: 0 auto;
    }
}

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

    /*    .about {*/
    /*    padding: 0px 20px;*/
    /*}*/
    .about-text- {
        padding: 120px 80px;
    }

    /*.about-fix {*/
    /*    border-bottom: 1px solid #e0e0e0;*/
    /*    padding: 50px 80px;*/
    /*}*/
    .mute-btn {
        position: absolute;
        /* bottom: 250px; */
        left: 20px;

    }
.gallery-container .thumbnails {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: flex-start;
}
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding: 10px;
    flex-direction: column-reverse;
}
    .grid-4 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }

    .gr-comp {
        position: relative;
        top: -20px;
    }

    .aboutpage-image img {
        width: 100%;
        height: 100%;
    }

    .values-img img {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (min-width: 1351px) and (max-width: 1500px) {
    .mute-btn {
        position: absolute;
        bottom: 20px;
        left: 20px;

    }

    .grid-4 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }

    .gallery-container {
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: center;
        gap: 40px;
        padding: 20px;
    }

    .main-image {
        width: 100%;
        max-width: 600px;
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .main-image img {
        width: 100%;
        /* height: auto; */
        object-fit: cover;
        transition: none;
        will-change: transform, transform-origin;
    }

    .thumbnails {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        max-width: 500px;
    }

    .thumbnail {
        flex: 1 1 calc(25% - 10px);
        /* 4 items per row with gap */
        max-width: 80px;
        aspect-ratio: 3 / 4;
        border: 1px solid lightgrey;
        padding: 4px;
        box-sizing: border-box;
    }

    .thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .gr-comp {
        position: relative;
        top: -25px;
    }

    .aboutpage-image img {
        width: 100%;
        height: 100%;
    }

    .values-img img {
        width: 100%;
        height: 100%;
    }

    .about-read-more-2 {
        background-color: #0f0f0f;
        border: 1px solid #0f0f0f;
        color: #ffff;
        font-size: 14px;
        font-family: poppins;
        padding: 10px 5px;
        transition: 0.5s all ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 130%;
    }
}

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

    .gallery-container {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
        padding: 10px;
    }

    .main-image {
        width: 100%;
        max-width: 600px;
        aspect-ratio: 4 / 3;
        overflow: hidden;
        position: relative;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        cursor: zoom-in;
    }

    .main-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.2s ease, transform-origin 0.2s ease;
        will-change: transform;
        display: block;
    }

    .thumbnails {
        display: flex;
        flex-direction: row;
        gap: 15px;
        justify-content: flex-start;
    }

    .thumbnail {
        width: 80px;
        height: 78px;
        overflow: hidden;
        cursor: pointer;
        border: 1px solid lightgrey;
        padding: 4px;
        box-sizing: border-box;
    }

    .thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }


    .thumbnail.active {
        border-color: 1px solid lightgrey;
        padding: 5px;
    }

    /*    .about {*/
    /*    padding: 0px 20px;*/
    /*}*/
    .about-text- {
        padding: 120px 80px;
    }

    /*.about-fix {*/
    /*    border-bottom: 1px solid #e0e0e0;*/
    /*    padding: 50px 80px;*/
    /*}*/
    .about-img .img1 {
        width: 100%;
        border-radius: 400px 0 0 0;
        height: auto;
        object-fit: cover;
    }

    .about-img .img2 {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .about-img .img3 {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .about-img .img4 {
        width: 100%;
        border-radius: 400px 0 0 0;
        height: auto;
        object-fit: cover;
    }

    .aboutpage-image img {
        width: 100%;
        height: 100%;
    }

    .values-img img {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (min-width: 550px) and (max-width: 767px) {
    .grid-4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin: 0 auto;
        /* border-bottom: 1px solid lightgrey; */
    }

    .cat-image-w {
        overflow: hidden;
        /* width: 100%;
	height: 30vh; */
        display: flex;
        justify-content: flex-start;
        align-items: center;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }

    .cat-image-w img {
        /* height: 30vh; */
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }

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

@media only screen and (max-width: 549px) {
    .grid-4 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin: 0 auto;
        /* border-bottom: 1px solid lightgrey; */
    }

    .cat-image-w {
        overflow: hidden;
        /* width: 100%; */
        /* height: 30vh; */
        display: flex;
        justify-content: flex-start;
        align-items: center;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }

    .cat-image-w img {
        /* height: 30vh; */
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }

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

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    #artist-list h3 {
        font-weight: bold;
        white-space: nowrap;
        position: absolute;
        z-index: 30;
        opacity: 1;
        top: 50%;
        left: 50%;
        transition: top 0.35s, opacity 0.15s;
        transform-origin: 0 0;
        font-size: 15px;
        text-transform: uppercase;
        transform: translate(-50%, -50%) rotate(0deg);
        padding-bottom: 3em;
        font-weight: 500;
    }
}




@media only screen and (min-width: 1050px) and (max-width: 1199px) {

    .grid-25 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        align-self: start;
    }
    .about-home-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
        align-items: start;
        padding-bottom: 100px;
        /* padding-top: 50px; */
    }

    .img-wrapper img.animate {
        width: 100%;
        opacity: 1;
    }
    .video-container {
        height: 70vh;
    }
    .tile-home-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        align-items: start;
        /* padding: 100px 0; */
    }
    .text-tile-img img {
        width: 100%;
        margin: auto;
        display: flex;
    }
       h1, h2 {
        font-size: 30px !important;
    }
    p{
        font-size: 14px;
    }
    .team-member h3 {
    /* margin: 5px 0 2px; */
    font-size: 15px;
    font-weight: 300;
}   
.profile-section {
    padding: 50px 50px;
}
.packging {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
}
.packging-img img {
    width: 80%;
    display: flex;
    margin: 0 auto;
    
}
.custom-table td {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
}
.footer-im-head p {
    margin: 0;
    padding: 0;
    color: #212121;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 10px;
}
.footer-im-head ul li a {
    color: #000000;
    text-decoration: none;
    transition: 0.5s all ease-in-out;
    /* padding-left: 10px; */
    font-size: 14px;
}
.blog-data h2 {
    font-size: 18px;
    /* padding-top: 20px; */
    font-weight: 400;
    font-size: 20px !important;
}
.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-family: "Lexend", sans-serif;
    font-size: 18px;
}
.team-section {
    padding-bottom: 20px;
    padding-top: 20px;
}
.value_sec {
    padding: 20px 50px 20px;
}
.vis_missin_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: flex-start;
    gap: 20px;
}
.about {
    margin-top: -70px;
}
}




@media only screen and (min-width: 1200px) and (max-width: 1450px) {

    .about-home-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        align-items: start;
        padding-bottom: 100px;
    }   
    .img-wrapper img.animate {
        width: 100%;
        opacity: 1;
    }
    .text-tile-img img {
        width: 100%;
        margin: auto;
        display: flex;
    }
    .tile-home-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        align-items: center;
    }
    .container.grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 60px;
        justify-items: center;
    }
    #artist-list h2 {
        font-size: 32px;
        line-height: 48px;
    }
    .blog-home-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        padding-top: 30px;
    }
    .img-wrapper1 img {
        height: 35vh;
        width: 0%;
        opacity: 0;
        object-fit: cover;
        object-position: bottom;
        transform-origin: left;
        transition-property: width, opacity;
        transition-duration: 1s;
        transition-timing-function: ease-in-out;
        transition-delay: 0s;
        display: block;
    }
    .img-wrapper1 {
        overflow: hidden;
        width: 100%;
        height: 35vh;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .env {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        color: #fff;
    }
    .aboutpage-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .values-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .vis_missin_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: flex-start;
        gap: 15px;
    }
    .flex-row-c {
        display: flex;
        /* justify-content: space-between; */
        align-items: center;
        gap: 25px;
        flex-direction: column;
    }
        .vission_mission {
        display: flex;
        gap: 20px;
        align-items: start;
        padding: 15px 20px;
        border: 1px solid #0000001f;
        flex-direction: column;
        height: 100%;
        border-radius: 10px;
        align-items: center;
    }
    .aboutpage-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .values {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .about-page-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }
    .vission_mission h2{
        font-size: 25px;
    }
        h1, h2 {
        font-size: 30px !important;
    }
    p{
        font-size: 14px;
    }
    .team-member h3 {
    /* margin: 5px 0 2px; */
    font-size: 15px;
    font-weight: 300;
}   
    .grid-item img {
        width: 100%;
        height: 60vh;
        object-fit: cover;
        padding: 15px;
        border: 1px solid lightgrey;
    }
    .custom-table td {
        text-align: center;
        font-weight: 300;
        font-size: 14px;
    }
    .footer-im-head p {
        margin: 0;
        padding: 0;
        color: #212121;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 15px;
        padding-bottom: 10px;
    }
        .footer-im-head ul li a {
        color: #000000;
        text-decoration: none;
        transition: 0.5s all ease-in-out;
        /* padding-left: 10px; */
        font-size: 14px;
    }
        .events-card .grid-item img {
        width: 100%;
        height: 50vh;
        object-fit: cover;
        padding: 0px;
        border: 1px solid lightgrey;
    }   
    .event-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 50px 0px 0px 0px;
}
.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-family: "Lexend", sans-serif;
    font-size: 16px;
}   

    }


@media only screen and (min-width: 1451px) and (max-width: 1700px) {

    .img-wrapper img.animate {
        width: 100%;
        opacity: 1;
    }
    .text-tile-img img {
        width: 100%;
        margin: auto;
        display: flex;
    }
    .aboutpage-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .values-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .vis_missin_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: flex-start;
        gap: 15px;
    }
    .vission_mission h2{
        font-size: 35px;
    }

}


