@import url('https://fonts.googleapis.com/css2?family=Bagel+Fat+One&family=Kavoon&family=Lilita+One&family=Oi&family=Rubik+Vinyl&display=swap');

*{

    padding: 0;
    margin: 0;  scroll-behavior: smooth;
  

}
body{
   

  
    background: #ffffff;  cursor: url('assets/Background.png') 16 16 , auto ;
   
    
   
    
   
}
.clc{
    top: 0%; left: -60%;
}
a,button{
        cursor: url(assets/pointuree.png) 16 16 , pointer;
}

.web{
    display: none;
   z-index: -1;
}
.container1{
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    overflow: hidden;
 

   
    
}
/* .container1::before {
  content: '';
        position: absolute;
        inset: 0;
        background-image:linear-gradient(rgb(255, 255, 255),rgb(255, 255, 255));
        background-size: cover;
        background-position: center;
  z-index: 1;
        mask-image: url('assets/ink_lv2.gif');
        mask-size: cover;
        mask-position: center ;
} */
/* .ink{
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    z-index: 1;




}
.ink img{
    height: 100%;
    width: 100%;
    object-fit: cover;
} */
/* .ink::before{
     content: '';
        position: absolute;
        inset: 0;
        background-image:linear-gradient(rgb(255, 255, 255),rgb(255, 255, 255));
        background-size: cover;
        background-position: center;
  z-index: 1;
        mask-image: url('assets/ink_lv2.gif');
        mask-size: cover;
        mask-position: center ;
} */
.html{
    position: absolute;
    top: -25px;
    left: -12px;
    transform: rotate(-175deg);
    width: 200px;
    height:300px;

}
.html1{
    position: absolute;
    top: -30px;
right:  -24px;
    transform: rotate(256deg);
    width: 200px;
    height:300px;
    

}
.card1{
  
    scale: 1;
    position: relative;
    z-index: 2;
    width: 350px;
    height: 350px;
    /* background: #333; */
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    animation: bom 700ms ease-in-out  1 ;

   
}
@keyframes bom{
    from{
        scale: 0.7;
        opacity: 0.9;
    }
    to{

    }
}
.card1:hover{
    width: 600px;
    transition-delay: 0.5s;
    position: relative;
    z-index: 4;
}

.card1 .circle{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card1 .circle::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 8px solid rgb(255, 255, 255);
    background: #000000;
    transition: 0.5s ,background 0.5s;
    transition-delay: 0.75s,1s;
    filter: drop-shadow(0 0 5px rgb(255, 255, 255)) drop-shadow(0 0 10px black);
}
ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
  
    
  
    
    list-style: none;
    
    
}
@property --angle{
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
    }
    .bx{
        position: relative;
        background-color: white;
    }

.bx::after,.bx::before{
    
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    border-radius: 20px;
    width: 100.5%;
    height: 105%;
    z-index: -1;
    animation: spin 3s linear infinite ;

  background-image: conic-gradient(from var(--angle),transparent 20%,rgb(0, 0, 0),rgb(63, 62, 62),rgb(158, 156, 154),rgb(216, 214, 212),rgb(0, 0, 0));
  
}
@keyframes spin{
    from{
        --angle:0deg;
        --ang:0deg;
    }
    to{
        --angle:360deg;
        --ang:360deg;

    }
}




.nav1 .divnav{
    width: 60%;
     padding: 10px;
    border-radius: 20px;
}
ul a{
    text-decoration: none;
    font-size: 1.2rem;
    color: rgb(27, 27, 27);
    font-family: 'kavoon';

}
ul a:hover{
    scale: 1.2;
    color: #000000;
}
.nav1{
    position: fixed;
    z-index: 99999999;
    top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;

  

}
.card1:hover .circle::before{
    width: 100%;
    transition-delay: 0.5s;
    height: 100%;
    border-radius: 20px;
   
}
.card1 .circle .logo{
    /* position: absolute;
    left: 42%; */

    position: relative;
   left: 3%;
    font-family: "Bagel Fat One", serif;
    font-size: 25px;
    font-weight: 700;
    color: white;
    scale: 1.7;

  
    transition: 0.5s;
    transition-delay: 0.5s;
  
  
}
.card1:hover .circle .logo{
    transform: scale(0);
    transition-delay: 0s;
}
.card1 .product_img{
    position: absolute;
    top: 50%;
    font-size: 25px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    scale: 2;
    font-family: "Bagel Fat One", serif;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%) scale(0) rotate(0deg);
   
    transition: 0.5s ease-in-out;
}
.card1:hover .product_img{
    transition-delay: 0.75s;
    transform: translate(-50%,-50%) scale(1) rotate(-60deg);

    top: -46%;
    width: 100%;
    left:0px;
   
}
.card1 .content{
    position:absolute;
    width: 50%;
    left: 10%;
    height: 80%;
    display: flex;
    justify-content: space-around;
    flex-flow: column;
    padding: 10px 10px 10px 10px;
    opacity: 0;
    
  
    visibility: hidden;
}
.card1 .content1{
    position:absolute;
    width: 50%;
    right: 20%;
    top: 18%;
    height: 200px;
    width: 200px;
    visibility: hidden;
    border-radius: 10px;
    border: solid 5px white;

}


.card1:hover .content{
    transition-delay: 0.75s;
    opacity: 1;
    visibility: visible;
    left: 5px;
}
.card1:hover .content1{
    transition-delay: 0.75s;
    opacity: 1;
    visibility: visible;
    right: 1%;

}
.card1 .content h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 2.4em;
    line-height: 1em;
    font-family: "kavoon";
}
.hy{
 font-size: 40px;
    margin: 0 9px;
    transform: rotate(90deg);
    animation: hy 1s linear infinite;
    
    display: inline-block;
}
@keyframes hy{
   0%{
        transform: rotate(90deg);
    }
   50%{
        transform: rotate(100deg);
       
    }
    100%{
        transform: rotate(90deg);
    }
    
}
.card1 .content p{
    color: #fff;
    font-family: "Bagel Fat One", serif;
    word-spacing: 3px;
   


font-size: 1.3em;}
.card1 .content a{
    position: relative;
    font-family:  serif;
font-weight: 700;
    color: #111;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    font-weight: 900;
    margin-top: 10px;
    width: 140px;
    text-align: center;
    
}
#fr,#en{
 
    width: 80px;
    padding: 10px;
  
 
}
