body{
    background-color: #f2f4f2;
    margin: 0px;
    padding: 0px;
    font-family:  Helvetica;
    font-size: 16px;
    overflow-x: hidden;
}

h2{
    font-size: xx-large;
    font-family: 'Monstserrat', sans-serif;
}

p{
    font-family: 'Roboto', sans-serif;
}

a{
    font-family: 'Roboto', sans-serif;
    color: black;
}

a:visited{
    color: black;
}

a:hover{
    color: #fe6f09;
}

button{
    text-align: center;
    color: #f2f4f2;
    z-index: 8;
    border: none;
    border-radius: 5px;
    background: #f48635;
    border: 1px solid #f2f4f200;
    transition: 200ms ease-in-out;
}

button:hover{
    background: #f2f4f2;
    color: #020202;
    border: 1px solid #f48635;
    
}

header{
    z-index: 21;
    margin-left: 0px;
    background-color: transparent;
    height: auto;
    top: 0;
    width: 100%;
    position: fixed;
    /* box-shadow: inset 0px 0px 200px 0px #fff; */
}

header.scrolled{
    background-color: transparent;
    opacity: 75%;
}

nav{
    background-color: #ffffff05;
    backdrop-filter: blur(4px);
    border-bottom: 1px solid #00000042;
    box-shadow: 2px 2px 2px 0px #00000020;
   
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    /* opacity: 75%; */
}

#logo{
    height: 45px;
    margin: 10px;
    border-radius: 8px;
    cursor: pointer;
}

#brand{
    display: flex;
    justify-content: start;
    justify-items: center;
    text-align: center;
    align-items: start;
    align-content: center;
    
   
}

#brand{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#open{  
        display: none;
        background-color: transparent;
        cursor: pointer;   
}
#open:hover{
    border: 1px solid transparent;
}
#close{
    display: none;
    background-color: transparent;
    cursor: pointer;   
}
#close:hover{
    border: 1px solid transparent;
}

#items ul{
  
    list-style: none;
    display: flex;
    margin: 0px;
    margin: 0px;
    padding-inline-start: 0px;

}

#items .head{
        text-decoration: none;
        display: flex;
        font-size: 16px;
        padding: 16px 44px;
        color:white;
        transition: all 150ms ease-in   ;
        
     
}

#items .head:hover{
    color: #000; 
}

#items li{
    display: flex;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-collapse: collapse;
    transition: 150ms ease-in;
    img{
        height: 20px;
        aspect-ratio: 1/1;
        margin-right: 10px;
    }
}

#items li:hover{
    
    border-right: 1px solid black;
    border-left: 1px solid black;
    


}

#uphr{
    border: 0px;
    margin-top: 0px;
}

#overlay{
    background-color: #000000a0;
    position: fixed;
    inset: 0;
    z-index: 9;
    display: none;
}

@keyframes fadeInSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.animate-on-scroll {
    opacity: 0; 
    transform: translateY(30px); 
}


.animate-on-scroll.is-in-view {
    animation: fadeInSlideUp 0.8s ease-out forwards; 
}




/* start ours */
#slide{
    background-image: linear-gradient(to left, #00000000,  #000000af), url('lasercutting2.jpg'); 
    background-repeat: no-repeat;
    background-size: 1153% 113%;
    background-position: -606dvw 0dvh;
    background-blend-mode:multiply;
}
#container1{
 
    /* background-image: url('lasercutting.jpg'); */
    background-image: linear-gradient(to left, #00000000,  #000000af), url('lasercutting2.jpg');
    background-repeat: no-repeat;
    background-size:100% 100% ;  
    background-position: left center;
    background-blend-mode:multiply;
    width: 100%;
    text-align: left;
    height: 750px;
    align-content: center;
    align-items: end;
    display: flex;
    justify-content: center;
    gap: 2px;
    
    
}
 #circle1, #circle3{
        border-radius: 50%;
        height: 85dvh;
        aspect-ratio: 1/1;
        background-color: #00000027;
        backdrop-filter: blur(2px);
        border-left : 1px solid #ffffff52;
        border-bottom : 1px solid #ffffff52;
        border-right: 1px solid #ffffff52;
        box-shadow: 2px 2px 2px 0px #00000020;

        display: flex;
        align-items: center;
        align-content: center;
        text-align: center;
        justify-content: center;
        margin-bottom: 35px;

        .innercircle{
        border-radius: 50%;
        height: 60dvh;
        aspect-ratio: 1/1;
        background-color: #ffffff01;
        backdrop-filter: blur(0px);
        border : 1px solid #ffffff32;
        border-style: dashed;
        border-width: 1.6px;
        box-shadow: 2px 2px 2px 0px #00000020;
        }

        #nhk{
            
            position: relative;
            height: 60dvh;
            border : 1px solid #ffffff32;
            border-style: dashed;
            border-width: 1.6px;
            .smallcircle{
                position: absolute;
                border-radius: 50%;
                height: 20dvh;
                aspect-ratio: 1/1;
                background-color: #ffffff01;
                backdrop-filter: blur(4px);
                border : 1px solid #ffffff52;
                box-shadow: 2px 2px 2px 0px #00000020;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #f48635;
                transition: all 200ms ease-in-out;
            }
            .smallcircle:nth-child(1){
                top:-12%;
                left: 32%;
                background: #232323c3;
            }
            .smallcircle:nth-child(2){
                top: 34%;
                right: -12%;
                background: #232323c3;
            }
            .smallcircle:nth-child(3){
                bottom: -12%;
                left: 32%;
                background: #232323c3;
            }

            .smallcircle:hover{
                scale: 1.06;
                background: #f48635c3;
                color: #000;
                font-weight: 600;
                cursor: pointer;
                
            }

        }

      
 }
  #nhk2{
        border-radius: 50%;
        height: 60dvh;
        aspect-ratio: 1/1;
        background-color: #ffffff31;
        backdrop-filter: blur(4px);
        border : 5px solid #ffffff32;
        border-style: dashed;
        border-width: 1.7px;
        box-shadow: 2px 2px 2px 0px #00000020;
        display: flex;
        align-items: center;
        align-content: center;
        text-align: center;
        justify-content: center;
         #ring1{
                border-radius: 50%; 
                 aspect-ratio: 1/1;
                 background-color: #ffffff71;
                 backdrop-filter: blur(3px);
                 border : 1px solid #ffffff32;
                 border-width: 1.6px;
                 box-shadow: 2px 2px 2px 0px #00000020;
                height: 35dvh;
                 display: flex;
                 align-items: center;
                 align-content: center;
                 text-align: center;
                 justify-content: center;
                 transition: all 200ms ease-in-out;
                h3{
                    font-size: 2rem;
                }
            }

         #ring1:hover{
            scale: 1.1;
            background-color: #000000a1;
            color: #f48635;
            cursor: pointer;
         }
         
    }
  
            

 #circle2{
        border-radius: 50%;
        height: 85dvh;
        aspect-ratio: 1/1;
        background-color: #00000016;
        backdrop-filter: blur(5px);
        border : 1px solid #ffffff42;       
        box-shadow: 2px 2px 2px 0px #00000020;

        display: flex;
        align-items: center;
        align-content: center;
        text-align: center;
        justify-content: center;
        margin-bottom: 35px;
        h1{
            
            font-size: 50px;
            text-shadow: 0px 0px 20px #000000a0;
            font-weight: 500;
            margin-block-end: 10px;

        }
        h5{
            font-size: 20px;
            font-style: italic;
            text-shadow: 0px 0px 20px #000000a0;
            font-weight: 100;
            margin-block-start: 0px;
        }
        
    }



#content1{

    margin: 50px;
    filter: blur(0px);
    inset: 0;
    font-size: 20px;
    color:#fff;
    
    text-shadow: 0px 0px  20px #000;

    
  
}

#pt2{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 77.5dvw;
    margin: 0px 30px 0px 30px;
}
#pt3{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 73dvw;
    margin: 0px 30px 0px 30px;
}

hr{
    margin-block: 0px;
}


#infra{
    scroll-margin-top: 70px;
    background-image: linear-gradient( to bottom, #f2f4f2 ,  #1a1c20);
    h2{
        color: #020202;
    }
}

.product{
    scroll-margin-top: 70px;
    background-image: linear-gradient( to top, #f2f4f2 ,  #000000e3);
    display: flex;
    flex-direction: column;
    
    #va{
        height: 45px;
        width: 97px;
    }
    #va:hover{
    background: #f2f4f2;
    color: #020202;
    border: 1px solid #f48635;
    scale: 1.1;
    }
    h2{
        color: #f0f0f0;
    }
   
    button{
            background-color: #f48635;
            color: white;
            width: 30px;           
            align-items: end;
            border-radius: 0px;
            border-radius: 5px;
            padding: 10px;
            margin: 10px;
            cursor: pointer;
        }
    button:hover{
                background: #f2f4f2;
                color: #020202;
                border: 1px solid #f48635;
                

        }
    .scroll-right{
        margin-right: 0px;
    }
    
}
.prbutt{
        display: flex;
        width: 100%;
        justify-content: end;
    }

.scroll-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: start;
    overflow: hidden;
    width: 90%;
    margin: auto;
         
}

.scroll-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    transition: transform 500ms ease-in-out;

    
}

.scroll-item {
   
    margin: 20px;
   
    height: 450px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: start;
        background-color: #00000016;
        backdrop-filter: blur(5px);
        border-top : 1px solid #ffffff42;
        border-left: 1px solid #ffffff42;
        box-shadow: 2px 2px 2px 0px #00000020;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    /* box-shadow: 0px 0px 3px #000000a0; */
    transition: 150ms ease-in;
     background-color: transparent;
        color: #fff;
    p{
        font-size: large;
        width: 100%;
        text-align: left;
        padding: 20px ;
        font-weight: 700;
        margin-bottom: 0px;
        
    }
    h4{
        font-weight: 100;
        text-align: left;
        font-size: 15px;
        padding-inline: 20px;
        margin-block: 0px;
        
    }
    img{
        border-radius: 20px;  
        width: 90%;
        height: 50%;
        margin-left: 5%;
        margin-top: 5%;
        filter: brightness(0.79);
        backdrop-filter: blur(2px);
                    border-left : 1px solid #ffffffa2;
                    border-top : 1px solid #ffffffa2;
                    box-shadow: 2px 2px 2px 0px #00000020;
    }
}
.scroll-item:hover{
    scale: 1.025;

}


#service{
    scroll-margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 85vh;
    background: #f2f4f2;
    scroll-margin-top: 70px;
    /* background-image: linear-gradient(to bottom, #f48535e1 52%,  #000000e3);
     */
    
    h3{
        
        font-size: xx-large;
        z-index: 9;
        color: #020202;
        opacity: 0.9;
        font-weight: 600;
        margin-top: 8px;
        left: 45%;
    }
    .main-display{
        margin-top: 15px;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 7;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 500ms ease-in-out;
        
        opacity: 1;
        img{
            
            aspect-ratio: 1/1;
            height: 83%;
            border-radius: 20px;
            border-left : 1px solid #ffffffe2;
            border-top : 1px solid #ffffffe2;
            box-shadow: 2px 2px 2px 2px #00000050;
            z-index: 0;
            
        }

        div{
           
            aspect-ratio: 1/1;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: start;
           
            h2{
                padding-top: 100px;
                padding-left: 40px;
                margin-block: 0px;
                font-size: x-large;
            }
            p{
                font-size: large;
                padding-left: 40px;
                padding-bottom: 10px;
            }
           
           
        }

        

    }
    .scroll-items-wrapper{
        position: absolute;
        display: flex;
        align-content: center;
        justify-content: center;
        gap: 10px;
        z-index: 9;
        border-radius: 10px;
        padding: 10px;
        background-color: #0000008a;
        backdrop-filter: blur(2px);
        border-left : 1px solid #ffffff22;
        border-top : 1px solid #ffffff22;
        box-shadow: 2px 2px 1px 0px #00000020;
        bottom: 0%;
        
        .service-scroll-item{
            height: 100px;
            aspect-ratio: 1/1;
            border-radius: 10px;
            background-color: #000;
            display: flex;
            justify-content: center;
            transition: all 200ms ease-in-out;
            cursor: pointer;
            z-index: 9;
            

            img{
                object-fit: cover;
                border-radius: 10px;
                opacity: 0.76;
                
                    backdrop-filter: blur(2px);
                    border-left : 1px solid #ffffffa2;
                    border-top : 1px solid #ffffffa2;
                    box-shadow: 2px 2px 2px 0px #00000020;
            }
        }
        .service-scroll-item:hover{
            scale: 1.05;
            opacity: 1;
            backdrop-filter: blur(0px);
            background-color: #f2f4f256;
        }
        
    }
}


.container3{
    background-color: #f0f0f0e3;
}


#os{
   /* background-color: #000
     background-image: url('sltdiv.jpg');
    background-repeat: no-repeat ;
    background-position: center center;
    background-size: cover;  
    background-blend-mode:soft-light; */
    
    justify-content: center;
    text-align: center;
    padding: 20px 0 20px 0;
    
    color: #2a2929;
 
    font-size: 17px;
}




#va2{
    
    height: 40px;
    width: 80px;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    cursor: pointer;
}

.slt{
    
    display: flex;
    flex-direction: column;
    padding: 0px 20px 0px 20px;
    align-content: center;
    align-items: center;
    justify-content: center;
    
}










/* ends */
/* Footer */
footer {
    background-color: #1a1c20; /* Darker footer background */
    padding: 50px 5%;
    border-top: 1px solid #333;
}

#foot {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.tab {
    width: 100%; /* Default to full width for flexibility */
    border-collapse: collapse;
    
}

#ogtab {
    flex: 2; /* Takes more space */
    min-width: 300px; /* Minimum width for the table */
}

#ogtab td {
    padding: 30px 116px;
}

#ogtab td a {
    text-decoration: none;
    color: #ccc;
    font-size: 16px;
    transition: color 0.3s ease;
}

#ogtab td a:hover {
    color: #f48635;
}

#ef {
    flex: 1; /* Takes remaining space */
    min-width: 300px; 
    background-color: #0c0f16;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

#ft th {
    font-size: 22px;
    color: #f48635;
    padding-bottom: 20px;
}

#ft .td {
    padding: 10px 0;
    color: #ccc;
}

#ft .td1 {
    padding: 10px 0;
}

#ef label {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    color: #ccc;
}

#ef input[type="text"],
#ef input[type="email"],
#ef textarea {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #555;
    border-radius: 5px;
    background-color: #222;
    color: #ffffff;
    font-size: 15px;
}

#ef input[type="text"]:focus,
#ef input[type="email"]:focus,
#ef textarea:focus {
    outline: none;
    border-color: #f48635;
    box-shadow: 0 0 5px rgba(244, 134, 53, 0.5);
}

#msg-area {
    resize: vertical;
    min-height: 80px;
}

#sub {
    width: 100%;
    background-color: #f48635;
    color: #ffffff;
    border: none;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-transform: uppercase;
    margin-top: 10px;
}

#sub:hover {
    background-color: #e07a2ce8;
    color: black;
    transform: translateY(-2px);
}
#fl {
    background-color: #000;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #888;
}

#fl a {
    color: #f48635;
    text-decoration: none;
    transition: color 0.3s ease;
}

#fl a:hover {
    color: #ffffff;
}


@media(max-width: 900px){


   #open{
        display: block;
        padding-block: 0px;
        margin-bottom: 0px;
        img{
            height: 40px;
            aspect-ratio: 1/1;
        } 
    }
    #close{
        display: block;
    }

    #pt3{
        gap: 16vw;
        margin: 0px 10px 0px 20px;
        
    }

    #pt2{
        gap: 33dvw;
        margin: 0px 10px 0px 20px;
        
    }
   
    .box{
        height: 100px;
    }

    #items{
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: min(250px, 100%);
        z-index: 20;
        background-color: #f48635f0;
        transition: all 300ms ease-out;
    }
    #items.show{
        right: 0;
    }

    #items.show ~ #overlay{
        display:block;
        
    }


    #items ul{
        width: 100%;
        flex-direction: column;
        margin-top: 10px;
        
    }

    #items li{
        margin-block: 5px;
        /* padding-left: 100px; */
        width: 100%;
        display: flex;
        justify-content: center;
        
    }
    footer{
        padding: 15px 15%;
    }
       #foot{
        height: auto;
        justify-content: center;
        
        gap: 20px;
       
        tr{
            display: flex;
            flex-direction: column;
        }
        td{
            padding-left: 0px;
            width: 100%;
            padding: 0px;
        }

        form{
            margin-right: 0px;    
        }

        textarea{
            width: 165px;
        }
    }

    #ogtab{
        td{
            padding-block: 12px;
        }
    }

    #fl{
        p{
            font-size: 10px;
        }
        
    }


    #container1{
        background: transparent;
        flex-wrap: wrap;
        scale: 0.48;
        height: 100dvh;
        #circle3{
            display: none;
        }
        
    }
    #service{
        height: 118vh;
        .main-display{
            flex-direction: column;
            height: 70vh;
            margin-top: 0px;
         h3{
            position: initial;
        }
        img{
            margin-top: 17dvh;
            height: 49%;
            
        }
        div{
            
            height: 40dvh;
            h2{
                padding-top: 10px;
                margin-top: 10px;
                padding-left: 20px;
            }
            p{
                font-size: 15px;
                margin-block: 10px;
                padding-inline: 24px;
                line-height: 1.25;
                
            }
        }

       }

       .scroll-items-wrapper{
        flex-wrap: wrap;
        
        .service-scroll-item{
            height: 44px;
        }
       }

    }
   
    #infra{
        margin-top: 40px;
    }

    #product6{
        margin-bottom: 40px;
    }
    
}