@font-face {
    font-family: "Neue Montreal";
    src: url("./fonts/NeueMontreal.woff2") format("woff2");
    font-weight: 400;
}
@font-face {
    font-family: "PP Editorial New";
    src: url("./fonts/PPEditorialNew.woff2") format("woff2");
    font-weight: 400;
}
@font-face {
    font-family: "PP Editorial New";
    src: url("./fonts/PPEditorialNew-Ultralight.woff2") format("woff2");
    font-weight: 200;
}
*{
    box-sizing: border-box;
}
.sub-heading{
    font-family: "PP Editorial New";
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0.32px;
    font-weight: 200;
}
img,video{
    max-width: 100%;
}
body{
    margin: 0;
    padding: 0;
    background-image: url('../images/body-bg.png');
    font-family: "Neue Montreal";
    color: #fff;
    position: relative;
    overflow-x: hidden;
}
.container{
    max-width: 100%;
    padding: 54px 68px;
}
header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    .mobile-menu{
        display: none;
        cursor: pointer;
        position: relative;
        width: 35px;
        height: 30px;
        &.close-menu{
            .hamburger-inner{
                transform: rotate(225deg);
                transition-delay: 0.14s;
                transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
                &::before{
                    top: 0;
                    opacity: 0;
                    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out, background-color 0.15s ease;
                }
                &::after{
                    bottom: 0;
                    transform: rotate(-90deg);
                    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1), background-color 0.15s ease;
                }
            }
        }
    }
    .hamburger-inner{
        background-color: #fff;
        height: 3px;
        border-radius: 3px;
        display: block;
        position: absolute;
        z-index: 9;
        width: 35px;
        top: 13px;
        left: 0;
        &::before,&:after{
            width:100%;
            height: 3px;
            background-color: #fff;
            border-radius: 3px;
            content: '';
            position: absolute;
            transition: transform 0.15s ease;
        }
        &::before{
            top: -10px;
        }
        &::after{
            bottom: -10px;
        }
    }
    .menu-list{
        max-width: 202px;
        width: 100%;
        ul{
            display: flex;
            padding: 0;
            margin: 0;
            align-items: center;
            gap: 20px;
            justify-content: space-between;
            li{
                list-style: none;
                a{
                    color: #fff;
                    text-decoration: none;
                    font-size: 15px;
                    line-height: 1;
                    text-transform: uppercase;
                }
            }
        }
    }
    .action-links{
        max-width: 202px;
        width: 100%;
        ul{
            display: flex;
            padding: 0;
            margin: 0;
            align-items: center;
            gap: 24px;
            li{
                list-style: none;
                /* &:nth-child(2){
                    padding-left: 24px;
                } */
                a{
                    color: #fff;
                    text-decoration: none;
                }
            }
        }
    }
}
.home-top-section{
    .inner-top-section{
        margin-top: 141px;
        text-align: center;
        max-width: 463px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        h2{
            font-size: 32px;
            line-height: 1;
            letter-spacing: 0.16px;
            text-transform: uppercase;
            font-weight: 400;
            margin: 0;
            &:nth-child(1){
                text-align: left;
                margin-left: 75px;
            }
            &:nth-child(3){
                margin-top: -9px;
                text-align: right;
                margin-right: 42px;
            }
        }
        h1{
            line-height: 1;
            font-size: 112px;
            font-style: italic;
            font-family: "PP Editorial New";
            font-weight: 200;
            margin: 18px 0 0 0;
        }
        p{
            font-size: 20px;
            line-height: 25px;
            max-width: 355px;
            width: 100%;
            margin:46px auto 60px;
            text-align: center;
        }
    }
}
.text-with-image-section{
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    max-width: 1240px;
    width: 100%;
    margin: 198px auto 88px;
    .content-col{
        width:calc(50% - 50px);
        padding-left: 50px;
        padding-top: 41px;
        h3{
            line-height: 1;
            font-size: 28px;
            letter-spacing: 0.16px;
            margin: 0;
            font-weight: normal;
            text-transform: uppercase;
        }
        h2{
            font-style: italic;
            margin: 24px  0 80px;
        }
        p{
            max-width: 381px;
            width: 100%;
            margin-left: auto;
            font-size: 20px;
            line-height: 30px;
        }
    }
    .img-col{
        width: calc(50% - 50px);
    }
}

@keyframes moveToPosition {
    0% {
      opacity: 0;
    }
    100% {
     opacity: 1;
    }
}
@keyframes animate-border {
    0% {
        transform: rotate(0deg); /* Start from 0 */
    }
    100% {
        transform: rotate(360deg); /* Full circle */
    }
}

.categories-section{
    line-height: 1;
    font-size: 16px;
    text-align: center;
    position: relative;
    font-weight: 500;
    max-width: 1360px;
    width: 100%;
    margin: auto;
    h3{
        font-family: "PP Editorial New";
        font-size: 32px;
        line-height: 1;
        font-style: italic;
        font-weight: 200;
    }
    .category-circle {
        transition: all 0.5s ease-out;
        /* position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -65%) scale(1); */
        cursor: pointer;
        /* border-radius: 50%; */
        position: fixed;
        bottom: 26px;
        left: 26px;
        z-index: 9;
        margin: auto;
        display: flex;
        align-items: center;
        /* justify-content: center; */
        /* &.active{
            opacity: 0;
            transform: scale(0);
        } */
        &:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0; 
            bottom: 0;
            border: 2px dotted #fff; /* Initial dotted border */
            border-radius: 100px;
            box-sizing: border-box;
            animation: animate-border 10s linear infinite;
        }
        p{
            font-size: 12px;
            line-height: 1.3;
            color: #fff;
            text-transform: uppercase;
            font-weight: 600;
            text-align: center;
            margin: 20px 0 0;
        }
    }
    ul{
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 0 0 40px;
        position: relative;
        transition: all 1s ease-in-out;
        height: 0;
        width: 0;
        margin: auto;
        opacity: 0;
        transform: scale(0);
  
        &.active{
            display: flex;
            opacity: 1;
            transform: scale(1);
            width: auto;
            height: auto;
            li{
                opacity: 0;
                animation: moveToPosition 4s ease forwards;
                &:first-child{
                    margin-top: -6%;
                    text-align: left;
                    animation-delay: 0.1s;
                    .tab{
                        max-width: max-content;
                    }
                }
                &:nth-child(2){
                    animation-delay: 0.2s;
                    .tab{
                        max-width: max-content;
                        margin-left: -26%;
                    }
                }
                &:nth-child(3){
                    animation-delay: 0.3s;
                    margin-top: 29px;
                }
                &:nth-child(4){
                    margin-top: -2%;
                    animation-delay:0.4s;
                }
                &:nth-child(5){
                    animation-delay:0.5s;
               }
               &:nth-child(6){
                    animation-delay: 0.6s;
                    margin-top: 9%;
                    max-width: max-content;
                    margin-left: -3%;
                }
                &:nth-child(7){
                     animation-delay: 0.7s;
                }
                &:nth-child(8){
                    animation-delay:0.8s;
                    max-width: max-content;
                    align-self: flex-end;
                    .tab{
                        max-width: max-content;
                        margin-left: auto;
                    }
                }
                &:last-child{
                    animation-delay:0.9s;
                    .tab{
                        max-width: max-content;
                        margin-left: auto;
                    }
                }
            }
        }
        li{
            list-style: none;
            margin-bottom: 20px;
            transition: all 0.8s ease-in-out;
            position: relative;
            width: 25%;
            opacity: 0;
            cursor: pointer;
            img{
                display: block;
                margin: auto;
            }
            p{
                margin: 12px 0 0;
            }
            .tab{
                font-size: 16px;
                line-height: 1;
                font-weight: 500;
                text-transform: uppercase;
                color: #fff;
                text-decoration: none;
                display: block;
                text-align: center;
            }
        }
    }
}
.overlay-bg-popup{
    opacity: 1;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
    z-index:9;
    pointer-events: none;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    display: none;
    &.active{
        display: block;
    }
}
.popup-cat-detail-wrapper{
    opacity: 0;
    width: 0;
    height: 0;
    z-index: 99;
    transform: scale(0);
    &.active{
        opacity: 1;
        width: 90%;
        height: 90%;
        position: fixed;
        transform: translate(-50%, -50%) scale(1);
        top: 50%;
        left: 50%;
        background-image: url(./images/body-bg.png);
        overflow: auto;
        &::-webkit-scrollbar {
            width: 3px; /* Width of the scrollbar */
          }
          
          &::-webkit-scrollbar-track {
            background: transparent; /* Track color */
          }
          
          &::-webkit-scrollbar-thumb {
            background-color: #888; /* Scrollbar thumb color */
            border-radius: 10px; /* Rounded corners */
            border: 3px solid #f1f1f1; /* Space around thumb */
          }
          
          &::-webkit-scrollbar-thumb:hover {
            background-color: #555; /* Darker thumb on hover */
          }
    }
    .close-popup{
        position: sticky;
        top: 15px;
        right: 25px;
        cursor: pointer;
        z-index: 99;
        padding: 8px 15px;
        text-align: right;
    }
    .tab-content{
        display: none;
        &.active{
            display: block;
        }
    }
}
.product-view-wrapper{
    padding: 20px 16px;
    .p-name{
        font-family: "PP Editorial New";
        font-size: 156px;
        line-height: 1;
        font-weight: 200;
        margin: 20px 0 0px;
        text-transform: uppercase;
        text-align: center;
    }
    .product-detail-wrapper{
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 106px;
        max-width: 934px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        .detail-wrap{
            width: 194px;
            .price-detail{
                margin: 20px 0 30px;
                p{
                    margin: 0;
                    font-size: 12px;
                    line-height: 1;
                    font-weight: 400;
                    margin-bottom: 7px;
                    &:last-child{
                        margin: 0;
                    }
                }
            }
            .cat-list{
                padding: 0;
                margin: 0;
                li{
                    font-size: 10px;
                    line-height: 15px;
                    font-weight: 500;
                    text-transform: uppercase;
                    list-style: none;
                    /* &:nth-child(2){
                        position: relative;
                        &::before{
                            content: '';
                            width: 3px;
                            height: 3px;
                            background-color: #fff;
                            border-radius: 50%;
                            position: absolute;
                            left: -7px;
                            top: 6px;
                        }
                    } */
                }
            }
        }
        .img-wrap{
            width: calc(100% - 40%);
            img{
                display: block;
                margin: auto;
            }
        }
    }
    .category-bottom-wrap{
        margin-top: 46px;
        margin-bottom: 32px;
        ul{
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            justify-content: center;
            li{
                list-style: none;
                img{
                    display: block;
                    margin: auto;
                }
                a{
                    font-size: 10px;
                    line-height: 1;
                    font-weight: 500;
                    text-transform: uppercase;
                    color: #fff;
                    text-decoration: none;
                    display: block;
                    letter-spacing: 1.28px;
                    text-align: center;
                }
            }
        }
    }
}
.draggable-section{
    position: relative;
    margin-bottom: 106px;
    height: auto;
    min-height: 700px;
    overflow: hidden;
    margin-top: 60px;
    .draggable-item{
        background: #000;
        padding: 22px ;
        position: absolute;
        text-align: center;
        max-width: max-content;
        right: 17%;
        top: 30%;
        cursor: pointer;
        width: 100%;
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.5s ease, transform 0.5s ease;
        max-width: 300px;
        &.hidden{
                opacity: 0;
                transform: translateY(10px); /* Shrink the box slightly before hiding */
                pointer-events: none; /* Disable interaction with hidden elements */
        }
        &:first-child {
            left:2%;
            top: 0;
            z-index: 6;
        }    
        &:nth-child(2){
            left:22%;
            top: 10%;
            z-index: 5;
        }    
        &:nth-child(3){
            left: 40%;
            top: 30%;
            z-index: 4;
        }
        &:nth-child(4){
            right: 13%;
            top: 31%;
            z-index: 3;
        }
        &:nth-child(5){
            right: 37.5px;
            top: 10.5px;
            z-index: 2;
        }
        &:nth-child(6){
            left:50%;
            top: 8.5px;
            z-index: 1
        }
        img{
            width: 100%;
        }
        .close-btn{
            position: absolute;
            top: 8px;
            right: 8px;
            width: 23px;
            height: 23px;
            background: #fff;
            border-radius: 50%;
            &::before,&::after{
                background-color: #000;
                content: "";
                height: 12px;
                width: 1px;
                z-index: 1;
                position: absolute;
                top: 5px;
                left: 11px;
            }
            &:before {
                transform: rotate(45deg);
            }
            &:after {
                transform: rotate(-45deg);
            }
        }
        p{
            color: #fff;
            text-decoration: none;
            margin: 6px 0 0;
            font-size: 12px;
            line-height: 1;
            text-transform: uppercase;
            font-weight: 500;
        }
    }
}
.about-us-wrapper{
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0px auto 133px;
    width: 100%;
    .content-col{
        border: 1px solid #fff;
        padding: 42px 0px 60px;
        width: 50%;
        h2{
            font-size: 60px;
            line-height: 1;
            font-family: "PP Editorial New";
            font-weight: 200;
            margin: 0;
            text-transform: uppercase;
            padding-bottom: 28px;
            padding-left: 40px;
            padding-right: 40px;
            border-bottom: 1px solid #fff;
        }
        h5{
            padding: 25px 0;
            border-bottom: 1px solid #fff;
            font-weight: 500;
            font-size: 24px;
            line-height: 28.8px;
            margin: 0;
            padding-left: 40px;
            padding-right: 40px;
            margin-bottom: 40px;
            text-transform: uppercase;
        }
        p{
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            padding-left: 40px;
            padding-right: 40px;
            margin-bottom: 24px;
        }
        .last-text{
            margin-top: 64px;
            border: 0;
            margin-bottom: 0;
            padding-top: 0;
            padding-bottom: 0;
        }
    }
    .img-col{
        width: 50%;
        img{
            display: block;
        }
        video{
            max-width: 450px;
            width: 100%;
            transform: rotate(-10deg);
            height: 100%;
            margin-top: -50px;
            margin-left: 44px;
        }
    }
}
.video-wrap{
    padding-right: 16px;
    text-align: center;
    margin-bottom: 233px;
    video,img,iframe{
        margin: auto;
    }
    .inner-top-section{
        max-width: 463px;
        margin-left: auto;
        width: 100%;
        h2{
            font-size: 32px;
            line-height: 1;
            letter-spacing: 0.16px;
            text-transform: uppercase;
            font-weight: 400;
            margin: 0;
            &:nth-child(1){
                text-align: left;
                margin-left: 75px;
                margin-bottom: -2px;
            }
            &:nth-child(3){
                margin-top: -29px;
                text-align: right;
                margin-right: 42px;
            }
        }
        h1{
            line-height: 1;
            font-size: 112px;
            font-style: italic;
            font-family: "PP Editorial New";
            font-weight: 200;
            margin: 0px 0 0 0;
        }
    }
}
@keyframes scrolling {
    0% { transform: translateX(0); }
    100% { transform: translateX(100%); }
}
.mission-wrapper{
    overflow: hidden;
    position: relative;
    margin-bottom: 283px;
    .moving-imgs{
        animation: scrolling 120s linear infinite;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        .item-wrap{
            position: absolute;
            z-index: -1;
            &:first-child{
                left: 0;
                top: 0;
                transform: translate(0,0);
            }
            &:nth-child(2){
                right: 0;
                top: 30%;
                transform: translate(0,-30%);
            }
            &:nth-child(3){
                left: 50%;
                top: 70%;
            }
            &:nth-child(4){
                left: 70%;
                top: 0;
            }
            &:nth-child(5){
                left: 44%;
                top: 0;
            }
        }
    }

    .inner-wrap{
        max-width: 495px;
        width: 100%;
        padding: 0 15px;
        text-align: center;
        margin: auto;
        padding-top: 4px;
    }
    h2{
        line-height: 1;
        font-size: 60px;
        font-family: "PP Editorial New";
        font-weight: 200;
        margin: 0px 0 0 0;
        text-transform: uppercase;
    }
    h5{
        font-weight: 500;
        font-size: 24px;
        line-height: 28.8px;
        margin: 9px auto 36px;
        max-width: 319px;
        width: 100%;
        text-transform: uppercase;
    }
    p{
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        margin: 0;
        font-style: italic;
    }
}

.vision-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    max-width: 1100px;
    width: 100%;
    padding: 0 15px;
    margin:0 auto 143px;
    .left-col{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: calc(50% - 20px);
        .top-wrapper{
            padding-left: 100px;
        }
        img{
            align-self: flex-end;
            margin-right: auto;
            display: block;
        }
        h3{
            margin: 0 0 3px;
            line-height: 1;
            font-size: 40px;
            font-family: "PP Editorial New";
            font-weight: 200;
            text-transform: uppercase;
        }
        h2{
            margin: 0 0 10px;
            line-height: 1;
            font-size: 70px;
            font-family: "PP Editorial New";
            font-weight: 200;
            text-transform: uppercase;
        }
        p{
            font-size: 24px;
            line-height: 28px;
            font-weight: 400;
            margin: 0;
            text-transform: uppercase;
            font-style: italic;
            max-width: 465px;
            width: 100%;
        }
    }
    .right-col{
        width: calc(50% - 20px);
        text-align: right;
    }
}

.values-wrapper{
    margin-bottom: 178px;
    max-width: 1000px;
    .top-wrapper{
        img{
            margin-top: 57px;
        }
    }
    .right-col{
        text-align: left;
        ul{
            padding: 0;
            margin: 0;
            li{
                list-style: none;
                margin-bottom: 44px;
                padding-left: 12px;
                position: relative;
                &::before{
                    content: '';
                    height: 5px;
                    width: 8px;
                    background-color: white;
                    display: block;
                    border-radius: 50%;
                    transform: rotate(145deg);
                    position: absolute;
                    left: 0;
                    top: 6px;
                }
                &:last-child{
                    margin-bottom: 0;
                }
            }
        }
        h6{
            margin: 0 0 6px;
            line-height: 1;
            font-size: 20px;
            font-family: "PP Editorial New";
            font-weight: 400;
            text-transform: uppercase;
            font-style: italic;
        }
        p{
            font-size: 14px;
            line-height:15px;
            font-weight: 500;
            margin: 0;
            text-transform: uppercase;
            font-style: italic;
        }
    }
}

.service-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 109px;
    padding: 0 15px;
    .left-wrap{
        width: calc(50% - 20px);
        padding-left: 100px;
        .heading-wrap{
            max-width: 214px;
            width: 100%;
            margin-left: 100px;
        }
        .img-wrapper{
            max-width: 400px;
            width: 100%;
            margin-top: 125px;
            img{
                display: block;
                &:first-child{
                    padding-left: 85px;
                    margin-bottom: 60px;
                }
                &:nth-child(2){
                    margin-bottom: 60px;
                    margin-left: auto;
                }
            }
        }
        h3{
            margin: 0 0 3px;
            line-height: 1;
            font-size: 36px;
            font-family: "PP Editorial New";
            font-weight: 200;
            text-transform: uppercase;
            text-align: right;
        }
        h2{
            margin: 0 0;
            line-height: 1;
            font-size: 70px;
            font-family: "PP Editorial New";
            font-weight: 200;
            text-transform: uppercase;
        }
    }
    .right-wrap{
        width: calc(50% - 20px);
        .inner-wrap{
            max-width: 512px;
            width: 100%;
        }
        p{
            margin: 0 0 25px;
            line-height: 27px;
            text-transform: uppercase;
            font-weight: 400;
            font-style: italic;
            font-size: 18px;
            &:last-child{
                margin-bottom: 0;
            }
        }
    }
}

.contact-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto 126px;
    padding: 0 15px;
    width: 100%;
    .contact-detail{
        width: calc(50% - 20px);
        h2{
            line-height: 1;
            font-size: 56px;
            font-family: "PP Editorial New";
            font-weight: 200;
            margin: 0px 0 0 0;
        }
        h6{
            line-height:17px;
            margin: 8px 0 32px;
            font-size: 16px;
            font-weight: 400;
            text-transform: uppercase;
            max-width: 242px;
        }
        a.email-link{
            line-height:1;
            margin: 0px 0 60px;
            font-size: 28px;
            font-weight: 500;
            color: #fff;
            display: block;
            text-decoration: none;
        }
        .address-wrap{
            margin-bottom: 44px;
            max-width: 203px;
            p{
                margin: 0 0 10px;
                line-height: 1;
                font-weight: 400;
                font-size: 14px;
                letter-spacing:0.16px;
                &:first-child{
                    text-transform: uppercase;
                    text-decoration: underline;
                    font-weight: 500;
                }
                &:last-child{
                    margin-bottom: 0;
                }
            }
        }
        .contact-actions{
            ul{
                padding: 0;
                margin: 0;
                display: flex;
                gap: 36px;
                align-items: center;
                flex-wrap: wrap;
                li{
                    list-style: none;
                    display: flex;
                    align-items: center;
                    gap: 16px;
                    a{
                        margin: 0 0 0px;
                        line-height: 1;
                        font-weight: 400;
                        text-transform: uppercase;
                        font-size: 12px;
                        color: #fff;
                        letter-spacing: 0.32px;
                        text-decoration: none;
                    }
                }
            }
        }
    }
    .form-wrap{
        width: calc(50% - 20px);
        .inner-form-wrap{
            border: 1px solid #fff;
            h2{
                font-size: 40px;
                line-height: 1;
                margin: 0;
                font-family: "PP Editorial New";
                font-weight: 200;
                padding: 31px 50px 22px;
                border-bottom: 1px solid #fff;
                text-transform: uppercase;
            }
            form{
                padding: 49px 50px 80px;
                label{
                    font-size: 14px;
                    margin: 0;
                    line-height: 1;
                    text-transform: uppercase;
                    display: block;
                    letter-spacing: 0.16px;
                }
                input{
                   border: 0;
                   border-bottom: 1px solid #fff;
                   background: transparent;
                   width: 100%;
                   color: #fff;
                   margin-bottom: 40px;
                   &:focus{
                    outline: 0;
                   }
                }
                button{
                    border: 1px solid #fff;
                    background: transparent;
                    color: #fff;
                    border-radius: 30px;
                    font-size: 16px;
                    line-height: 17px;
                    font-weight: 500;
                    padding: 15px 20px 15px 23px;
                    text-transform: uppercase;
                    letter-spacing: 0.8px;
                    display: flex;
                    align-items: center;
                    transition: all 0.4s ease-in-out;
                    cursor: pointer;
                    &:hover{
                        background: #fff;
                        color: #222;
                        svg{
                            path{
                                fill: #222;
                            }
                        }
                    }
                    svg{
                        margin-left: 43px;
                        transition: all 0.4s ease-in-out;
                        margin-top: 0px;
                    }
                }
            }
        }
    }
    #successMsg{
        margin-top: 20px;
        display: block;
    }
}

.scroll-down-icon{
    position: fixed;
    bottom: 72px;
    left: 0;
    margin: auto;
    right: 0;
    animation: translateUpDown .8s infinite alternate;
    opacity: 1;
    transition:all 0.4s ease-in-out;
    p{
        margin: 0;
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;
        font-weight: 500;
        text-align: center;
    }
    &.scrolled{
        opacity: 0;
        visibility: hidden;
    }
}
@keyframes translateUpDown {
    0% {
        transform: translateY(0);
    }
    
    100% {
        transform: translateY(-2rem);
    }
}


.moving-icon {
    width: auto;
    height: auto;
    position: fixed;
    border-radius: 50%; /* Example style, adjust as needed */
    animation: move 50s infinite alternate ease-in-out;
    z-index: 9;
}

/* Different animations for each icon */
.icon1 {
    animation: move1 50s infinite linear;
}

.icon2 {
    animation: move2 50s infinite linear;
}

.icon3 {
    animation: move3 40s infinite linear;
}

.icon4 {
    animation: move4 50s infinite linear;
}

@keyframes move1 {
    0% { top: 0%; right: 0%; }
    50% { top:30%; right:20%; }
    100% { top:0%; right:20%; }
}

@keyframes move2 {
    0% { bottom: 0%; right: 0; }
    50% { bottom: 40%; right: 20%; }
    100% { bottom: 0%; right: 0%; }
}

@keyframes move3 {
    0% { top: 50%; left: 40%; }
    50% { top: 0%; left:50%; }
    100% { top: 50%; left:40%; }
}

@keyframes move4 {
    0% { top: 30%; left: 0; }
    50% { top: 30%; left: 10%; }
    100% { top: 30%; left: 0%; }
}


/* 
all media query starts here */


@media(max-width:1280px){
    .product-view-wrapper {
        .p-name {
            font-size: 100px;
        }
    }
}
@media(min-width:992px) and (max-width:1200px){
    .categories-section {
        ul {
            li {
                .tab {
                    font-size: 12px;
                    img{
                        max-width: 125px;
                    }
                }
            }
        }
    }
}
@media(min-width:768px) and (max-width:991px){
    .categories-section {
        ul {
            li {
                .tab {
                    font-size: 12px;
                    img{
                        max-width: 96px;
                    }
                }
            }
        }
    }
}
@media(max-width:1199px){
    .categories-section {
        ul {
            li {
               &:nth-child(8){
                .tab {
                       margin-left: 0;
                   }
               }
               &:nth-child(7){
                margin-left: 0;
               }
               &:nth-child(5){
                .tab{
                    max-width: max-content;
                    margin-left: -9%;
                    margin-top: -17%;
                }
               }
           }
       }
   }
}

@media(max-width:1024px){
    .sub-heading {
        font-size: 70px;
    }
}

@media(max-width:991px){
    .about-us-wrapper {
        .content-col {
            padding: 20px 0px 40px;
            h2 {
                font-size: 40px;
                padding-bottom: 15px;
                padding-left: 20px;
                padding-right: 20px;
            }
            h5{
                font-size: 18px;
                padding: 20px 0;
                margin-bottom: 20px;
                padding-left: 20px;
                padding-right: 20px;
            }
            p{
                padding-left: 20px;
                padding-right: 20px;
            }
            .last-text {
                margin-top: 40px;
            }
        }
    }    
    .product-view-wrapper {
        .p-name {
            font-size: 70px;
        }
    }
}

@media(max-width:767px){
    .container{
        padding: 30px 15px;
    }
    header{
        /* .mobile-menu{
            display: block;
        } */
        .menu-list{
            position: fixed;
            left: -100%;
            max-width: 58%;
            transition: all 0.4s ease-in-out;
            background: rgba(0,0,0,0.9);
            top: 0;
            height: 100%;
            z-index: 1;
            padding: 70px 20px;
            &.menu-active{
              left: 0;
            }
            ul{
                justify-content: flex-start;
                flex-direction: column;
                align-items: flex-start;
            }
        }
        .action-links{
            max-width: max-content;
            ul{
                justify-content: flex-end;
                gap: 14px;
                li{
                    /* &:first-child{
                        display: none;
                    } */
                    &:nth-child(2){
                        padding-left: 0;
                    }
                }
            }
        }
    }
    .home-top-section {
        & .inner-top-section {
            h2 {
                font-size: 20px;
            }
            h1 {
                font-size: 75px;
                margin-top: 8px;
            }
        }
    }
    .text-with-image-section{
        display: block;
        margin: 40px auto;
        .content-col{
            width: 100%;
            padding-left: 0;
            h2{
                margin: 24px 0 30px;
            }
            p{
                margin-left: 0;
                max-width: 100%;
            }
        }
        .img-col{
            width: 100%;
            text-align: center;
        }
    }
    .categories-section {
        ul {
            display: block;
            padding-left: 0;
            li{
                max-width: 100% !important;
                margin-left: 0 !important;
                .tab{
                    max-width: 100% !important;
                    margin-left: auto !important;
                }
                &:nth-child(odd){
                    text-align: right;
                    width: 100%;
                    max-width: 100%;
                    .tab{
                        margin-right: 0;
                        max-width: max-content !important;
                        margin-left: auto !important;
                        img{
                            margin-left: auto;
                            margin-right: 0;
                        }
                    }
                }
            }
        }
    }
    .product-view-wrapper{
        .product-detail-wrapper{
            justify-content: center;
            margin-top: 50px;
            gap: 30px;
      }
    }
    .draggable-section{
        min-height: 300px;
        .draggable-item{
            max-width: 150px;
            padding:15px!important;
            .close-btn{
                top: 5px;
                right: 5px;
                width: 20px;
                height: 20px;
                &::after,&::before{
                    height: 10px;
                    left: 10px;
                }
            }
        }
    }
    .about-us-wrapper {
        margin: 0px auto 60px;
        text-align: center;
        display: block;
        .content-col,.img-col{
            width: 100%;
        }
        .img-col{
            video{
                margin-left: 0;
                margin-top: 20px;
                transform: unset;
            }
        }
    }
    .video-wrap{
        margin-bottom: 60px;
        & .inner-top-section {
            h2 {
                font-size: 20px;
                &:nth-child(3) {
                    margin-top: -10px;
                }
            }
            h1 {
                font-size: 75px;
                margin-top: 8px;
            }
        }
    }
    .mission-wrapper {
        margin-bottom: 60px;
        h2 {
            font-size: 40px;
        }
        .moving-imgs{
            .item-wrap{
                img{
                    width: 40%;
                }
            }
        }
    }
    .vision-wrapper{
        display: block;
        .left-col,.right-col{
            width: 100%;
        }
        .left-col{
            display: block;
            margin-bottom: 20px;
            .top-wrapper{
                padding-left: 0;
                margin-bottom: 20px;
            }
            img{
                margin: auto;
            }
        }
        .right-col{
            text-align: center;
        }
    }
    .values-wrapper{
        margin-bottom: 60px;
        .right-col{
            text-align: left;
        }
    }
    .service-wrapper {
        display: block;
        .left-wrap {
            width: 100%;
            margin-bottom: 30px;
            padding-left: 0;
            .heading-wrap {
                margin: auto;
            }
            .img-wrapper {
                margin-left: auto;
                margin-right: auto;
            }
        }
        .right-wrap{
            width: 100%;
            .inner-wrap {
                max-width: 100%;
            }
        }
    }
    .contact-wrapper{
        display: block;
        .contact-detail,.form-wrap{
            width: 100%;
        }
        .contact-detail{
            text-align: center;
            margin-bottom: 30px;
            h6{
                max-width: 100%;
            }
            .address-wrap{
                max-width: 100%;
            }
            .contact-actions{
                ul{
                    justify-content: center;
                }
            }
        }
    }
    .product-view-wrapper {
        .p-name {
            font-size: 35px;
        }
    }
}

@media(max-width:580px){
    header {
        .menu-list {
            max-width: 65%;
        }
    }
}