@keyframes titl{

    0% {font-size: 10px;}
    50% { font-family: 20px;}
    100% { font-size: 45px;}
}

body, a{
     
font-family:'Times New Roman', Arial;
padding-left:110px;
padding-right: 120px;
background-color: rgb(0, 0,0);
color: rgb(251, 251, 251);
text-decoration: none; 

}



h1{

    text-align: center;

}

h3{
    color: rgb(236, 94, 89);
    text-align: center;
}
 span{

    color: transparent;
    background-repeat: repeat;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 45px;
    animation-name: titl;
    animation-duration: 4s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    font-weight:bold;
    font-family:'Tahoma';
    background-image: linear-gradient(25deg,rgb(255, 145, 0), rgb(226, 82, 245));

}

.div{

height: 100px;
}
.div_{
    height:75px;
}
.divww{

    height: 50px;
}
.divw_{
    width: 25px;
}


.displaybox {
    
    display: flex;
    flex-direction: column;

}
.displaybox_{
 display: flex;
 justify-content: center;
 position: relative;
 gap: 4px;

}
.displaybox__{

    display: flex;
    flex-direction: column;    

}
#tab{
    visibility: hidden;
    text-align: center;
    animation-name: divtask;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;


}
#subtab{

    font-family: Arial, Helvetica, sans-serif;
    border-radius: 3px;

}
#sub-tabone{
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 3px;


}
#sub-tabtwo{
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 3px;
}
#sub-tabthree{

    font-family: Arial, Helvetica, sans-serif;
    border-radius: 3px;
}



.btnmenu{

    width: 20px;
    height: 1px;
    background-color: rgb(252, 27, 233);
}
.btnmenuspace{
    height: 6px;
}


@keyframes scrollbox{

    0% { visibility: hidden};

    100% { visibility: visible;}
    
}

@keyframes rightinfodiv {

    0%{ background-color: rgb(105, 100, 247);}
    25%{background-color: rgb(80, 157, 205);}
    50%{background-color: rgb(237, 31, 237);}
    100%{ background-color: rgb(16, 52, 216);}
    
}
--pending---



.msgoutput{
    padding: 10px;
    display: flex;
    justify-content:space-between;
    width: 500;
    height: 100;
    border: 1px solid rgb(27, 121, 27);
    border-radius: 5px;
    background-color: rgb(6, 131, 14);
    color: rgb(249, 248, 248);

}
.msgoutputalert{
    padding: 10px;
    display: flex;
    justify-content:space-between;
    width: 500;
    height: 75;
    border: 1px solid green;
    border-radius: 5px;
    background-color: rgb(254, 53, 3);
    color: rgb(245, 243, 243);

}
.btnx{
    display: flex;
    justify-content: flex-end;
}

.animation-container{

    display: flex;
    justify-content: center;
}

#msgoutput{

    visibility: visible;
}
#banner{
    visibility: visible;
}

.mainbox{
    
    display: flex;
    flex-direction: column;
} 


.mainboxcontent{
    
    display: flex;
    flex-direction: column;

}

.textreq{
    height: auto;
    width: 350px; 
    text-align: left;
    padding: 20px;
    border: 3px solid;
    border-color: rgb(253, 251, 251);
    background-color: #097969;
    border-radius: 10px;
}



.repolistprojects{
    
    
    display: flex;
  flex-direction: column;
    
    }

.repostitle{
    color: transparent;
    background-repeat: repeat;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 30px;
    font-weight:bold;
    font-family:'Tahoma';
    background-image: linear-gradient(25deg,rgb(140, 62, 167), rgba(103, 15, 244, 0.872));

}
.space1{

    display: flex;
    flex-direction: column;
    height: auto;
    width: 350px;
    
}
.middle{

    display: flex;
    justify-content: center;
}
.space_{

    display: flex;
    flex-direction: column;
}


.divlinebase{

    display: flex;
    justify-content: center;
}
.divline{

    height: 2px;
    width: 300px;
    background-image: linear-gradient(25deg,rgb(255, 145, 0), rgb(226, 82, 245));

}



.secdiv1-devfeeds{
    overflow: auto;
    height: 500px;
    width: 400px;
    border-radius: 25px 5px 25px 5px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(25deg,rgb(244, 78, 216),rgb(172, 29, 249),rgb(172,29,249));
    text-align: center;
}

.signinbox{

    display: flex;
    justify-content: center;

}
.classboxes{

    display: inline;
}

.pbar{

    align-content: center;
    width: 250px;
    height: 1px;
    background-color: rgb(41, 135, 236);
}
.div-contactbox{
    display: flex;
    flex-direction: column;
}
.div_subcontactbox{

    display: flex;
    justify-content: center;
}


.footerlayout{
    
    display: flex;
    justify-content: center;
     bottom: 0;
     z-index: 0;
}


button{
    width: 90px;
    height: 20px;
    border-radius: 5px;
    background-color: green;
    color: white;
    text-align: center;

}

.btnoptions{
    display: flex;
    justify-content: space-around;
    gap: 3px;
    
}
.btnoptionmain{
    padding: 5px;
    width: 100px;
    height: 30px;
    border:1px solid green;
    border-radius: 5px;
    background-color: green;
    color: white;
    text-align: center;
}

.btnoptionexit{
    padding: 5px;
    width: 100px;
    height: 30px;
    border:1px solid green;
    border-radius: 5px;
    background-color: green;
    color: white;
    text-align: center;

}

.divbrc{

    display: flex;
    justify-content: center;
    color: #f6db58;
}
#boxbrc{

    visibility: hidden;
}

.link_{

    color: rgb(231, 231, 75);
}


.contact-info{

  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 600px;
  height: 275px;
  opacity: 1;
  position : relative;
  bottom: 0;
  background-color: rgb(0, 0, 0);
  z-index: 4;

}

.contact-info_{

    display: flex;
    justify-content: center;

  
}
.contact-info__{

    display: flex;
    flex-direction: column;
}
pending
.pinfo{
    visibility: hidden;
}

input{

    border-radius: 5px;
}

hr{
    color: rgb(144, 195, 243);
}
