/*CSS Style file for Siyashu's site*/

/*FONT SECTION !!!!!!!!*/
@font-face {
  font-family: "Mikalea";
  src: url("assets/fonts/Mikalea.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "MainFont";
    src: url("Calm\ Serif\ \(DemoVersion\).otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "RomanceA";
    src: url("assets/fonts/RomanceA.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TitleFont";
    src: url("Citadel\ of\ Blackrose.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SonsOfPain";
    src: url("sonsofpain.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}







/*Esconder la scrollbar*/
html {
overflow: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0; /* remove scrollbar space */
background: transparent; /* to make scrollbar invisible */
}
::-webkit-scrollbar-thumb {
background: transparent;
}


/*Selection stuff*/
::selection {
/* Change highlight background color */
background: #ffffff;
/*Selection color*/
color: #000000;
}
/*Link color*/
a {text-decoration: none; color:rgb(124, 120, 163); }


/*Body style*/
body {
    background-image: url("1770588621312.png");
    background-attachment: fixed;
    background-repeat: repeat;
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: black;
    
}










/*PAGE PART*/




/*This is the main container, made with grid display*/
.MainContainer {
    row-gap: 10px;
    column-gap: 5px;
    display: grid;
    grid-template-columns: 250px 700px 250px;
    grid-template-rows: auto auto auto ;

    margin: 0 auto;
    border-width: 8px;
    border-style: solid; 
    background-color: rgb(20, 20, 36);
    
    border-color: rgb(20, 20, 36);
    box-shadow: 5px 5px 25px black;
    width: 1211px;
    height: auto;
    border-radius: 15px 15px 15px 15px;
    position: relative;
}












/*Siyashu web title*/
.TitleContainer {

    grid-area: 1 / 1 / 2 / 4;
    order: 1;

    font-size: 62px;
    font-family: 'TitleFont';
    color: white;
    letter-spacing: 2px;

    text-align: center;

    background-image: url('945731-3840x2160-desktop-4k-matte-black-wallpaper-image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px 15px 0px 0px;
    border:3px solid rgb(35, 35, 51);
    background: rgb(21, 21, 31);

    height: 120px;
    width: auto;
}


.Title {
     transition: 1s;
   }
   
.Title:hover{
  letter-spacing: 7px;
}

.Subtext {
    font-size: 28px;
}








.VerticalContainer {
    font-family: "SonsOfPain";
    letter-spacing: 0.5px;
    font-size: 28px;
    text-align: center;
    color: whitesmoke;

    order: 2;
    grid-area: 2 / 1 / 3 / 2;


    position: static;
    box-sizing: border-box;
    height: 290px;
    width: auto;

    border:3px solid rgb(35, 35, 51);
    background: rgb(21, 21, 31);
    padding: 14px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    

}

.Button1 {
    box-sizing: border-box;
    position: center;
    width: 220px;
    border:3px solid rgb(68, 68, 104);
    background: rgb(38, 38, 61);
}

.Button2 {
    box-sizing: border-box;
    position: center;
    width: 220px;
    border:3px solid rgb(68, 68, 104);
    background: rgb(38, 38, 61);
}

.Button3 {
    box-sizing: border-box;
    position: center;
    width: 220px;
    border:3px solid rgb(68, 68, 104);
    background: rgb(38, 38, 61);
}






.UpdateContainer {
    font-family: "MainFont";
    color: whitesmoke;
    text-align: center;
    font-size: 22px;

    border:3px solid rgb(35, 35, 51);
    background: rgb(21, 21, 31);
    box-sizing: border-box;
    height: 200px;
    width: auto;
    
    padding: 3px;
    flex-shrink: 0;

    
    align-items: center;
    flex-direction: column;
    gap: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0px 0px 0px 15px;
    
}


.UpdateContainer::-webkit-scrollbar {
    width: 8px;
}

.UpdateContainer::-webkit-scrollbar-thumb {
    background: #3e4752;
    border-radius: 4px;
}

.UpdateContainer::-webkit-scrollbar-track {
    background: #333b3f;
}

/*UPDATE ARTICLES*/
.UpdateLog {
    position: center;
    font-family: "MainFont";
    color: whitesmoke;
    text-align: center;
    font-size: 20px;
    box-sizing: border-box;
    height: auto;
    width: 238px;
    
    margin-top: 7.5px;
    margin-bottom: 15px;


    border:3px solid rgb(35, 35, 51);
    background: rgb(35, 35, 51);
    border-radius: 15px 15px 15px 15px;
}



/*The scrollable box*/
.TextContainer {  
    box-sizing: border-box;
    padding: 0px; 
    width: 700px; 
    
    
    
    grid-area: 2 / 2 / 3 / 3;
    
}


.ScrollText {
    font-family: "MainFont";
    color: whitesmoke;
    letter-spacing: 0.5px;
    font-size: 22px;
    text-shadow: 2px 2px 18px black;
    box-sizing: border-box;
    width: auto;
    height: 290px;
    border:3px solid rgb(35, 35, 51);
    background: rgb(21, 21, 31);
    
    padding: 5px;

    /* !!In case of background usage
    
    background-image: url("");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    */

    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
}

.AboutMe {
    text-align: justify;
    font-size: 18px;
}



.ScrollText::-webkit-scrollbar {
    width: 8px;
}

.ScrollText::-webkit-scrollbar-thumb {
    background: #3e4752;
    border-radius: 4px;
}

.ScrollText::-webkit-scrollbar-track {
    background: #333b3f;
}



.RandomBox {
    font-family: "MainFont";
    color: whitesmoke;
    letter-spacing: 0.5px;
    font-size: 22px;
    text-align: center;

    grid-area: 3 / 2 / 4 / 3 ;


    color: whitesmoke;
    box-sizing: border-box;
    width: 700px;
    height: 200px;

    border:3px solid rgb(35, 35, 51);
    background: rgb(21, 21, 31);
    padding: 5px;
    

}

.OnTheWorks {
    box-sizing: border-box;
    margin-top: 70px;
    margin-left: 215px;
}


.AboutSite {
    text-align: justify;
    font-size: 18px;
}


.rightBox1 {
    font-family: "MainFont";
    color: whitesmoke;
    letter-spacing: 0.5px;
    font-size: 22px;
    text-align: center;

    grid-area: 2 / 3 / 3 / 4 ;


    color: whitesmoke;
    box-sizing: border-box;
    width: auto;
    height: 290px;

    border:3px solid rgb(35, 35, 51);
    background: rgb(21, 21, 31);
    padding: 3px;
    
}

.rightBox2 {
    font-family: "MainFont";
    color: whitesmoke;
    letter-spacing: 0.5px;
    font-size: 26px;
    text-align: center;

    grid-area: 3 / 3 / 3 / 4 ;


    color: whitesmoke;
    box-sizing: border-box;
    width: auto;
    height: 200px;

    border:3px solid rgb(35, 35, 51);
    background: rgb(21, 21, 31);
    border-radius: 0px 0px 15px 0px;
    padding: 3px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    
}


