/*GENERAL*/
body {
    background-color: #041212;
    color: #5bf1cf;
    font-family: "Chakra Petch", sans-serif;
    text-align: center;
}

#background {
    background-color: #1d2a27;
    position: relative;
    z-index: 0;
    padding-top: 30px;
}

.infoRight {
    background-color: #1d2a27;
    position: relative;
    z-index: 0;
}

.infoLeft {
    background-color: #1d2a27;
    position: relative;
    z-index: 0;
}

body div{
    padding:35px 70px;
}

body div > *{
    vertical-align:middle;
}

a {
    text-decoration: none;
}

/*VISUAL FRAMES*/
.visual-tab {
    background-color: #43b29a;
    height: 45px;
    width: 100%;
    padding: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.visual-tab h4 {
    width: max-content;
    color: #041212;
    margin-left: 20px;
    margin-top: 5px;
}

.visual-window {
    background-color: #041212;
    border-width: 3px;
    border-top-width: 0;
    border-color: #43b29a;
    border-style: solid;
    padding: 0px;
}

.frame-tab {
    background-color: #041212;
    height: 45px;
    width: 100%;
    padding: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-width: 3px;
    border-bottom-width: 0;
    border-color: #5bf1cf;
    border-style: solid;
}

.frame-tab h4 {
    width: max-content;
    color: #c0fbee;
    margin-left: 20px;
    margin-top: 4px;
}

.frame-window {
    background-color: #041212;
    border-width: 3px;
    border-top-width: 0;
    border-color: #5bf1cf;
    border-style: solid;
    padding: 0px;
}

.frame-window #avatar {
    border-width: 3px;
    border-color: #5bf1cf;
    border-style: solid;
    margin: 9px;
    margin-top: 0;
}

.frame-window video {
    border-width: 3px;
    border-color: #5bf1cf;
    border-style: solid;
    margin: 9px;
    margin-top: 0;
}


/*TEXT H*/

h1 {
    font-family: "Micro 5", sans-serif;
    color: #c0fbee;
    text-align: center;
    font-size: 64px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 2px;
}

h2 {
    font-family: "Micro 5", sans-serif;
    color: #c0fbee;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 5px;
}

h3 {
    font-family: "Micro 5", sans-serif;
    color: #5bf1cf;
    text-align: end;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    line-height: 0.7;
}

h4 {
    font-family: "Micro 5", sans-serif;
    color: #c0fbee;
    text-align: start;
    font-size: 30px;
}

h5 {
    font-family: "Micro 5", sans-serif;
    color: #c0fbee;
    text-align: end;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

h6 {
    font-family: "Chakra Petch", sans-serif;
    color: #c0fbee;
    text-align: end;
    font-size: 14px;
    margin: 0;
}

/*TEXT P*/

p {
    font-family: "Chakra Petch", sans-serif;
    color: #5bf1cf;
    text-align: start;
    line-height: normal;
    font-size: 16px;
}

/*BUTTONS*/
.btn {
    --bs-btn-color:#5bf1cf;
    --bs-btn-border-color:#5bf1cf;
    --bs-btn-border-radius: 0rem;
    --bs-btn-border-width: 3px;
    --bs-btn-hover-color: #041212;
    --bs-btn-hover-bg: #5bf1cf;
    --bs-btn-hover-border-color: #5bf1cf;
    font-family: "Micro 5", sans-serif;
    font-size: 2rem;
    --bs-btn-line-height: 1;
    width: 130px;
    height: 38px;
}

.btn-primary {
    --bs-btn-bg: #25322F;
}

.btn-secondary {
    --bs-btn-bg: #041212;
}

/*SIDEBAR*/
#sidenav {
    background-color: #1d2a27;
    border-color:#5bf1cf;
    border-right-style: solid;
    border-right-width: 3px;
    width: 80px;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 4;
    padding: 0;
    transition: 0.2s;
    overflow: hidden;
}

#sidenav h1 {
    margin-top: 25px;
    margin-left: 2px;
    color: #c0fbee;
}

#sidenav ul {
    padding: 0;
    padding-top: 50px;
    list-style-type: none;
}

#sidenav ul div {
    display: flex;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    background-color: inherit;
    width: 100%;
}

#sidenav ul div:hover {
    background-color: #25322F;
    color: #5bf1cf !important;
}



#sidenav ul h3 {
    padding-left: 20px;
    align-self: center;
    font-size: 40px;
    color: #43b29a;
}

#projectNav {
    flex-direction: column;
    padding: 0 !important;
}

#projectNav div {
    padding-bottom: 0px !important;
}

#accordion {
    max-height: 0px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0 !important;
    transition: 0.2s;
    overflow: hidden;
}

#accordion ul {
    padding-top: 0;
    text-align: center;
    width: 100%;
}

#accordion li {
    padding-left: 90px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#accordion li:hover {
    background-color: #1d2a27;
}

#accordion h5{
    text-align: start;
    line-height: normal;
}

#opacity {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 3;
    visibility: hidden;
    background-color: rgba(0,0,0,0.5);
    transition: 0.5s;
    padding: 0;
    margin: 0;
    margin-top: -40px;
}

/*FRAMES*/
.frame {
    position: absolute;
    z-index: -1;
    width: fit-content;
}

.frame {
    position: absolute;
    z-index: -1;
    width: fit-content;
}

#showcase a {
    position: absolute;
    width: 170px;
    z-index: 1;
    align-self: end;
    justify-self: end;
    margin-bottom: 37px;
    margin-right: 45px;
}

/*EXPERIENCE*/

#background h2 {
    margin-top: 10px;
}

#experience .row {
    padding: 10px;
}
#experience .col {
    padding: 10px;
}

#experience .col-7 {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
}

#experience p {
    padding-bottom: 10px;
    margin: 0;
    max-width: 250px;
}

#experience h2 {
    padding-left: 150px;
}

#experience img {
    align-self: end;
    margin-top: 20px;
}

/*PROJECTS*/
#projects p {
    line-height: normal;
    margin: 0;
}

#projects .synopsis {
    padding-top: 15px;
    max-width: 400px;
    text-indent: 5px;
}

#projects .col {
    max-width: fit-content;
    padding-top: 0px;
}

#projects h4 {
    color: #041212;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 13px;
}

#projects a img {
    position: absolute;
    z-index: 2;
    visibility: visible;
    transition: 0.2s;
}

.project-tab {
    width: 750px;
    margin-left: 70px;
    margin-bottom: 10px;
    cursor: pointer;
}

/*ABOUT*/
#bio {
    margin-top: 20px;
    margin-bottom: 30px;
}

#bio #photo {
    margin: 20px;
    margin-right: 10px;
    border-width: 3px;
    border-color: #5bf1cf;
    border-style: solid;
}

#idcard {
    margin: 20px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 95%;
    height: 85%;
    background-color: #1d2a27;
}

#idcard .row {
    padding: 0;
    margin: 0;
    width: 100%;
}

#idcard .col {
    padding: 0;
    margin-top: 35px;
    margin-left: 30px;
}

#idcard h3 {
    text-align: start;
}

#idcard li {
    justify-self: start;
    list-style-position: outside;
    line-height: 20px;
    font-family: "Micro 5", sans-serif;
    color: #c0fbee;
    text-align: start;
    font-size: 30px;
    text-wrap-mode: nowrap;
    text-indent: -9px;
}

#idcard ::marker {
    margin: 0px;
    content: '\25AA';
    font-size: 20px;
}

#idcard h4{
    width: auto;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

#about-text {
    padding:0px 20px 0px 25px !important;
    margin-bottom: 10px !important;
}

#about-text h2{
    margin-bottom: 10px;
    text-align: start;
}

#about-text p {
    text-indent: 5px;
}

.contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: max-content;
    padding: 0;
    padding-right: 20px;
}

.contact img {
    margin-right: 5px;
}

.contact h4 {
    text-decoration: underline;
}

#skills {
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}

#pratical-skills {
    background-color: #041212;
    border-width: 3px;
    border-top-width: 0;
    border-color: #43b29a;
    border-style: solid;
    padding: 0px;
    margin-right: 40px;
    margin-bottom: 40px;
}

#pratical-skills .d-flex {
    padding: 15px 20px 20px 40px;
}

#pratical-skills p {
    text-wrap-mode: nowrap;
}

#pratical-skills .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 40px 0 25px;
    width: 240px;
}

#softwares {
    background-color: #041212;
    border-width: 3px;
    border-top-width: 0;
    border-color: #43b29a;
    border-style: solid;
    padding: 0px;
    margin-right: 40px;
}

#softwares .d-flex {
    padding: 10px 20px 15px 60px;
}

#softwares .col h4 {
    line-height: 25px;
}

#softwares .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px 0 20px;
}

#skills .col h3 {
    text-align: start;    
}

#current {
    display: flex;
    flex-direction: column;
    align-items: start;
}

#current .row {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 20px;
    justify-items: center;
    width: 414px;
}

#current .col {
    align-items: center;
    padding: 0;
}

#current .col img {
    margin-top: 15px;
    margin-bottom: 5px;
}

#current h3 {
    text-align: center;
}

#current p {
    text-align: center;
    margin: 0;
}

/*GAMES*/
.gameplay {
    display: flex;
    align-items: flex-end;
}

.gameplay a {
    position: absolute;
    opacity: 100%;
    padding: 0;
    margin: 0;
    z-index: 2;
}

.gameplay a img{
    position: absolute;
    opacity: 100%;
    padding: 0;
    z-index: 2;
    margin: 9px;
    margin-top: 0;
    border-width: 3px;
    border-color: #5bf1cf;
    border-style: solid;
}

.gameplay a :hover {
    opacity: 0;
    transition: 0.2s;
}

.description {
    padding-left: 80px !important;
    padding-bottom: 20px !important;
    align-self: center;
    height: 527px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.description .container {
    flex-direction: column;
    max-width: max-content;
    margin: 0;
    padding: 0;
}

.description h4 {
    margin-left: 20px;
    margin-top: 5px;
}

#gameStats {
    padding: 10px 15px 10px 15px;
    margin: 9px;
    margin-top: 0;
    border-top-width: 3px;
    border-style: solid;
    border-color: #5bf1cf;
    max-width: 384px;
    min-height: 384px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#gameStats .row {
    padding: 10px 15px 10px 15px;
}

#gameStats .col {
    padding: 0;
}

#gameStats h3 {
    justify-self: start;
    font-size: 25px;
}

#gameStats .col li {
    justify-self: start;
    list-style-position: outside;
    line-height: 20px;
    text-align: start;
}

#gameStats ::marker {
    margin: 0px;
    content: '\25AA';
    font-size: 15px;
}

#gameStats .col a {
    width: max-content;
    padding: 0px 5px 0px 6px !important;
    margin-top: 20px !important;
}

.infoTextRgt {
    width: 450px;
    justify-self: end;
    padding: 0;
}

.infoTextLft {
    width: 450px;
    justify-self: start;
    padding: 0;
}

.carousel {
    padding: 0px;
    margin: 9px;
    margin-top: 0;
    height: 384px;
    width: 672px;
    border-width: 3px;
    border-color: #5bf1cf;
    border-style: solid;
}

.infoRight .carousel div {
    padding: 0;
    max-width: 672px;
}

.infoLeft .carousel div {
    padding: 0;
    max-width: 672px;
}

.carousel-inner {
    height: 100%;
    width: 100%;
}

.carousel-indicators {
    position: absolute;
    margin-bottom: 5px;
    margin-right: 15px;
    justify-self: end;
}

.carousel-indicators button {
    background-color: #c0fbee !important;
}

.carousel-caption {
    position: absolute;
    margin-right: -80px;
    margin-bottom: 5px;
    justify-self: end;
}

.carousel-control-prev {
    position: absolute;
    height: 378px;
    width: 50px;
}

.carousel-control-next {
    position: absolute;
    height: 378px;
    width: 50px;
}

.carousel-control-next-icon{
    background-image: url(Media/Assets/Arrow_Next.png);
    height: 33px;
    width: 33px;
}

.carousel-control-prev-icon{
    background-image: url(Media/Assets/Arrow_Prev.png);
    height: 33px;
    width: 33px;
}

.infoRight .col-5 {
    height: 438px;
    padding: 0 !important;
    margin-top: 8px;
    display: grid;
}

.infoLeft .col-5 {
    height: 438px;
    padding: 0 !important;
    margin-top: 8px;
}

.infoRight p {
    font-size: 20px;
    text-indent: 10px;
    margin-bottom: 20px;
}

.infoLeft p {
    font-size: 20px;
    text-indent: 10px;
    margin-bottom: 20px;
}


.infoRight .row {
    padding-top: 0px;
    padding-bottom: 0px;
}

.infoLeft .row {
    padding-top: 0px;
    padding-bottom: 0px;
}


/*MORE GAMES*/
.moreintro {
    padding-bottom: 0;
}

.moreinfo {
    padding-top: 0;
}

.moreinfo .row{
    height: 370px;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
}

.moreinfo .carousel {
    padding: 0px;
    height: 270px;
    width: 480px;
}

.moreinfo .carousel img{
    height: 270px;
    width: 480px !important;
}

.moreinfo .carousel div {
    padding: 0;
    max-width: 480px;
}

.moreinfo .carousel-indicators {
    position: absolute;
    margin-bottom: 5px;
    margin-right: 15px;
    justify-self: end;
}

.moreinfo .carousel-indicators button{
    width: 15px;
}

.moreinfo .carousel-caption {
    position: absolute;
    margin-right: -55px;
    margin-bottom: 3px;
    justify-self: end;
}

.moreinfo .carousel-control-prev {
    position: absolute;
    height: 270px;
    width: 50px;
}

.moreinfo .carousel-control-next {
    position: absolute;
    height: 270px;
    width: 50px;
}

.moreinfo .infoText {
    width: 450px;
    justify-self: start;
    padding: 0;
}

.moreinfo p {
    text-indent: 10px;
    margin-bottom: 20px;
    margin-left: 50px;
}
