*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
 min-height: 85vh;
 background-color: #050505;
 line-height: 1.5;
 align-items: center;
    justify-content: center;
    display: flex;

 
}

/* Container */
.container{
    border: 50px solid linear-gradient(to right, #656565, #7f42a7, #6600c5,#5300a0,#757575,#757575);
    background-size: 200%;
    animation: animationGradient 2,5s linear infinite;
    box-shadow: 0 0 15px rgba(255,255,255,0.3);
    padding: 5px;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 85vh;
}
/* Header */
header{
    display: flex;
    align-items: center;
    
    padding: 1rem 4rem;
     z-index: 999;
}
nav{
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-left: -7%;
}
nav a{
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    transition: color 0.2s ease;
    text-decoration: none;
    color: white;
    margin-left: 10%;
}
nav a:hover{
    color: grey;
}


.content{
    display: flex;
    
    align-items: center;
    justify-content: center;
    min-height: 350vh
    
    
}

.tag-box{
    color: white;
    position: relative;
    font-size: 1.2rem;
    font-weight: 200;
    width: 22rem;
    height: 5rem;
    border-radius: 50px;
    background: linear-gradient(to right, #656565, #7f42a7, #6600c5,#5300a0,#757575,#757575);
    background-size: 200%;
    animation: animationGradient 2,5s linear infinite;
    box-shadow: 0 0 15px rgba(255,255,255,0.3);
    margin-left: 35%;
    margin-top: 10%;
    margin-bottom: -15%;
} 
.tag-box h3{
    position: absolute;
    inset: 3px 3px 3px 3px;
    background-color: black;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
    cursor: pointer;
}
@keyframes animationGradient{
    
    to{
        background-position: 200%;
    }
}


 .tag-box .tag:hover{
    color: gray;
 }
 .koli{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
 
    height: 290vh;
    width: 100%;
    margin: 4.5rem;


 }
    .koli .koli_img{
        width: 410px;
        height: 310px;
        margin:50px;
        
        margin-left: 7%;
    }
    .koli .koli_img img{
        width: 400px;
        height: 300px;
        border-radius: 50px;
     border: 50px solid linear-gradient(to right, #656565, #7f42a7, #6600c5,#5300a0,#757575,#757575);
    background-size: 200%;
    animation: animationGradient 2,5s linear infinite;
    box-shadow: 0 0 15px rgba(255,255,255,0.3);
    padding: 3px;
        cursor: pointer;
        margin: 5rem;
        transition: 400ms;
        margin: 5px;
        margin-bottom: -1%;
        align-self:center ;
        
        
    }
    .koli img:hover{
        background-color: gray;
        transform: scale(1.03);
    }

    .koli h2{
        color: white;
        font-size: 1.3rem;
        text-align: center;
        margin-top: 10px;
        
    }
    .footer{
        width: 100%;
        height: 100%;
    margin-top: 1%;
    background-color: rgb(7, 7, 7);
    padding: 1rem 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(255,255,255,0.3);
}
hr{
    border-color: gray;
}
.footer p{
color: gray;
}
.footer1{
    
    justify-items: center;
    padding: 0 32rem ;
    
}
.footer1 a{
    color: gray;
    margin: 10px;
}

.footer p{
    text-align: center;
    
}
    

    @media (max-width: 768px){

        header{
            padding: 1rem 0.1remS;
        }

        nav {
            flex-direction: column;
        }
        nav img{
            
            width: 100%;  
            height: 100%; 
            margin-left: 5%;                   
        }
        nav a{
            margin-left: 5%;
        }
        
        .tag-box {
            margin-left: 8%;
            
        }
        nav img{
            
            width: 100%;  
            height: 100%; 
            margin-left: 10%;                   
        }
        .koli{
   
    
    height: 100%;
    width: 100%;
    

 }
        .koli .koli_img{
        width: 100%;
        height: 100%;
        
    }
    .koli .koli_img img{
        width: 100%;
        height: 100%;
    }
        .footer{
    width: 100%;
    height: 100px;
    margin-top: -20%;
    flex-direction: column;
 }
 .footer p{
    font-size: 0.8rem;
 }
 .footer1{
    display: flex;
    justify-items: center;
    padding: 0 120px ;
}
.footer1 a{
    color: gray;
    margin: 5px;
    
}
    }