@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Outfit:wght@600&display=swap');
body{

     background-color: black;
    /*
    background-image: url(4054966.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    */
}

#nav-text{
    color: white;
}

#ttn{
    background-color: black;
    position: flex;
    margin-top: 30px;
}

#ojay{
    font-size: 25px;
    margin: 10px;
    color: grey;
    font-weight: 500;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px ;
    text-shadow: 2px 2px 4px rgba(139, 123, 123, 0.665);
    
}

#autoTypingText {
    font-size: 27px;
    font-family: Montserrat, sans-serif; /* Ensure correct font family name */
    
    white-space: nowrap;
    overflow: hidden;
    padding: 1%;
    color: grey;
    font-weight: 500;
    display: inline-block;
}

#autoTypingText::after {
    content: '|';
    display: inline-block;
    width: 0;
    overflow: hidden;
    border-right: 2px solid #333; /* Adjust border-width for the cursor */
    animation: blink 0.8s infinite;
    margin-right: 50px;
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

#autoTypingText.updated {
    font-size: 27px; /* Adjust as needed */
}

#hero{
    padding: 4%;
    
   
}

@media only screen and (min-width: 480px) and (max-width: 992px) {
    #autoTypingText {
        margin-left: 20px; /* Adjust margin for screens between 480px and 992px */
    }
}

@media only screen and (min-width: 992px) {
    #ojay {
        margin-left: 95px; /* Adjust margin for screens between 480px and 992px */
    }
}


@media only screen and (min-width: 992px) {
    #hero {
        margin-left: auto; /* Adjust font size for smaller screens */
        margin-right: auto;
    }
}

@media only screen and (min-width: 992px) {
    #autoTypingText {
        margin-left: 170px;
    }
}

#fade-in-text {
    opacity: 0;
    font-size: 45px;
    transform: translateY(-20px); /* Move the text up initially */
    animation: fadeInFromTop 1.5s ease-in-out forwards;
}

@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#autoTypingText {
    opacity: 0;
    transform: translateY(-20px); /* Move the text up initially */
    animation: fadeIFromTop 1s ease-in-out forwards;
}

@keyframes fadeIFromTop {
    from {
        opacity: 0;
        transform: translatey(-60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#ojay {
    opacity: 0;
    transform: translateY(-20px); /* Move the text up initially */
    animation: fadenFromTop 1s ease-in-out forwards;
}

@keyframes fadenFromTop {
    from {
        opacity: 0;
        transform: translateX(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

a {
    text-decoration: none;
    color: grey;
    font-weight: 600;
}

a:active{
    color: green;
}

#imgg{
    border-radius: 250px;
   
}

#h22{
    padding: 10px;
    font-size: 30px;
}

#abt{
    color: grey;
    font-weight: 300;
    padding: 10px;
}

#lists p{
    color: rgb(93, 90, 90);
    font-weight: 400;
    font-size: 17px;
}

#footer > a {
    color: rgb(93, 90, 90);
    border: solid 1px;
    border-radius: 1.5em;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;


}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: black; /* Adjust the background color as needed */
    padding-top: 15px;
}

#lists > p {
    padding: 3px;
    margin-left: 8px;
}

#gtfd{
    margin-top: 50px;
}

#be-list{
    margin-top: 40px;
}

#footer {
    opacity: 0;
    transform: translateY(-20px); /* Move the text up initially */
    animation: fadenFromTop 1s ease-in-out forwards;
}

@keyframes fadenFromTop {
    from {
        opacity: 0;
        transform: translateX(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#be-list {
    opacity: 0;
    transform: translatey(-20px); /* Move the text up initially */
    animation: fadenFromTop 1s ease-in-out forwards;
}

@keyframes fadenFromTop {
    from {
        opacity: 0;
        transform: translatex(70px);
    }
    to {
        opacity: 1;
        transform: translatey(0);
    }
}

#gtfd {
    opacity: 0;
    transform: translateY(-20px); /* Move the text up initially */
    animation: fadenFromTop 1s ease-in-out forwards;
}

@keyframes fadenFromTop {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#hero2 {
    opacity: 0;
    transform: translateY(-20px); /* Move the text up initially */
    animation: fadeInFromTop 1.5s ease-in-out forwards;
    color: grey;
    font-weight: 300;
    font-size: 30px;
}

@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#web3{
    color: yellow;
    
}

#stack{
    font-size: 26px;
    color: rgba(211, 131, 62, 0.963);
    font-family: monospace;
    animation: fadenFromdown 1s ease-in-out forwards;
    transition: border-color 0.3s;
    margin: 30px;
}

#stack:hover{
    font-size: 24px;
    color: rgb(151, 10, 88);
    font-family: monospace;
    animation: fadenFromdown 1s ease-in-out forwards;
    border: solid 1px;
    padding: 15px;
    border-color: rgba(135, 207, 235, 0.553);
    border-radius: 10px;
}

#stac{
    font-size: 20px;
    border: solid 0.5px;
    margin: 5px;
    padding: 0px;
    transition: border-color 0.5s;
    color: silver;
    font-weight: 100;
    border-radius: 5px;
    box-shadow: #6a6565;
    border-color: rgba(135, 207, 235, 0.553);
    animation: fadenFromdown 1s ease-in-out forwards;    
}

@keyframes fadenFromdown {
    from {
        opacity: 0;
        transform: translatey(-70px);
    }
    to {
        opacity: 1;
        transform: translatey(0);
    }
}

#stac:hover{
    background-color: rgba(4, 16, 16, 0.49);
    border-color: rgba(211, 131, 62, 0.752);
    box-shadow: 0 0 10px rgb(79, 91, 121);
    border-radius: 0px;
    color: white;
    transform: scale(1.2);
    
}
#stac:active{
    transform: scale(1.1);
}

#bt-stack{
    padding-top: 30px;
    padding-bottom: 25px;
    transition: 0.3s;  
}

#bt-stack:hover{
    transform: scale(1.1);
}

#dev{
    background: linear-gradient(45deg, #00ff00, #008000);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline;
    font-family: monospace;
}

#pjet{
    background-color: black;
    font-size: 20px;
    border: solid 0.5px;
    margin: 5px;
    padding: 0px;
    transition: border-color 0.5s;
    color: silver;
    font-weight: 100;
    border-radius: 35px;
    box-shadow: #6a6565;
    border-color: rgba(135, 207, 235, 0.553);
    animation: fadenFromdown 1s ease-in-out forwards;    
}

@keyframes fadenFromdown {
    from {
        opacity: 0;
        transform: translatey(-70px);
    }
    to {
        opacity: 1;
        transform: translatey(0);
    }
}

#pjet:hover{
    background-color: rgba(4, 16, 16, 0.49);
    border-color: rgba(211, 131, 62, 0.752);
    box-shadow: 0 0 10px rgb(79, 91, 121);
    border-radius: 10px;
    color: white;
    transform: scale(1.2);
    
}
#pjet:active{
    transform: scale(1.1);
}

@media (max-width: 828px) {
    #begone {
       display: none;
    }
}

@media (max-width: 828px) {
    #sidedy {
       flex: 1;
       
    }
}

@media (max-width: 828px) {
    #tiin {
       display: flex;
       
    }
}

hr{
    border: none;
    height: 2px;
    background-color: #fff;
}

#cv{
    background-color: rgba(4, 16, 16, 0.49);
    border: rgba(211, 131, 62, 0.752);
    box-shadow: 0 0 10px rgb(79, 91, 121);
    border-radius: 0px;
    color: white;
    transform: scale(1.2);
}

#x{
    background-color: rgba(4, 16, 16, 0.49);
    border: rgba(211, 131, 62, 0.752);
    box-shadow: 0 0 10px rgba(79, 91, 121, 0.448);
    border-radius: 0px;
    color: rgba(255, 255, 255, 0.42);
    transform: scale(1.2);
    padding: 6px;
    border-radius: 20px;
    text-align: center;
    margin-left: 250px;
}

@media (max-width: 828px) {
    #x {
       margin-left: 60px;
    }
}