*{
    max-width: 100%;
}
@media only screen and (min-width: 600px) {
    .ok{
        height: 120px;
        width: auto;
        align-items: center;
        justify-content: center;
        
    }
    .main{
        background: url("3d text.png");
        background-size: 100% 100%;
        width: auto;
        background-position: center; 
        background-repeat: no-repeat;
        transition: 5s ease-in-out;
    }
    .pos{
        transition: 2s;
        filter:blur(9px);
        cursor: pointer;
        opacity: 0
    }
    .pos:hover{
        filter: none;
        transition: 1s ease-in-out;
        opacity: 1;
    }

    .po:hover{
        filter: none;
        transition: 1s ease-in-out;
        opacity: 1;
    
    }
    .po{
        opacity:0;
        transition: 2s;
        filter:blur(9px);
        cursor: pointer;
        transition: 1s ease-in-out;   
    }


}



.ro{
    animation: myro 5s infinite;
    animation-direction: reverse;
}
@keyframes myro {
    50%{transform: rotate(360deg);}
}
.ook{
    width: 250px;
    height:250px;
    border-radius: 40px;
    padding: 20px;
}
.okk{
    padding: 20px;
    
}
.okkn{
    width: 450px;
}

.logo{
    width: 50px;
    padding: 2px;
    border-radius: 20px;
}
.nam{
    margin-top:20px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
}
.name{
    color: rgb(226, 60, 137);
    font-family:'Cambria', Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
    font-size: 40px;
    animation-name: myname;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes myname{
    0%{transform: scale(0);}
    100%{transform:scale(1);}
}

.use{
    width: 400px;
    border-radius: 360px;
    height: 400px;
}
.dimg{
    margin: 30px 0px;
    position: relative;
    float: right;
}
.us{
    height: 500px;
    justify-content: center;
    align-items:center;
}
.social{
    margin-top: 0px;
    width: 30px;
    height: 30px;
    margin-left:20px;
    border-radius: 80px;
    transition: 5s ease-in-out;
}
.media{
    justify-content: center;
    
}
.sen{
    height: 200px;
    
}
.hire{
   font-weight: bolder;
   font-size: 40px;
   font-family:'Cambria', 'Cochin', Georgia, Times, 'Times New Roman', serif;
}
footer{
    justify-content:end;
    align-items: end;
    align-content: end;
}
.ok{
    /* width: 50px;
    height: 80px; */
    display: flex;
    border-radius: 20px;
    justify-content: center;
    padding: 10px;

}
.okl{
    width: 50px;
    margin-top: 300px;
    margin-left: 10px;
    animation-name: dot-example;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes dot-example{
    0% {left: 0px; top: 0px}
    75%{left: 0px ; top: 200px}
    100%{left: 0px ; top: 0px}
}

.list{
    justify-content:left;
    text-align: left;
}

.on{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px 50px;
}

@media only screen and (max-width: 600px) {
    .ok{
        height: 60px;
        width: 60px;
    }
    .okkn{
        width: 200px;
    }
    .oks{
        margin-left: 2rem;
    }

    .main{
        background: url("3d text.png");
        background-position: center;
        background-size: 100% 100%; 
        background-repeat: cover;
        transition: 3s ease-in-out;
        position: absolute;
    }
    
    body::-webkit-scrollbar{
        width: 3px;
        visibility:hidden;
        transition: ease-in-out;
    }
    body::-webkit-scrollbar-track{
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }
    body::-webkit-scrollbar-thumb{
        background-color: rgb(64, 121, 89);
        outline: 1px solid rgb(64, 121, 89);
        border-radius: 3600px;
        
    }
    body::-webkit-scrollbar:hover{
        width:5px;
    }
}