@import url("iconic/css/iconmonstr-iconic-font.min.css");
@import url("fonts.css");

html,
body {
    overflow-x: hidden;
    overscroll-behavior: none;
}

footer {
    display: block;
    font-family: "montserrat-regular", sans-serif;
    font-size: 12px;
    padding: 1rem 0 1rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.2);
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: black;
    align-content: center;
    z-index: 2;
}

.footer-transition {
    position: fixed;
    bottom: 50px;
    width: 100%;
    height: 220px;
    z-index: 0;
    background-image: linear-gradient(transparent, black);
}

.cardApp {
    background-color: dodgerblue;
}

.cardMusic {
    background-color: yellowgreen;
}

.cardGame {
    background-color: crimson;
}

.projectDetails {
    font-family: "montserrat-regular", sans-serif;
    position: absolute;
    padding: 2rem;
    left: 0;
    bottom: 0;
    width: 100%;
    height: min-content;
    vertical-align: middle;
    line-height: 2.5rem;
    text-align: left;
    color: #fff;
    clip-path: none;
}

.appDetails {
    background-color: #1872cc;
}

.middle h2 {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    font-family: "montserrat-regular", sans-serif;
    color: #fff;
    padding-top: 15px;
    font-size: 2.5rem;
    line-height: 6rem;
}

.gameDetails {
    background-color: #b01030;
}

.projectLinks {
    margin-top: 0;
    line-height: 25px;
    text-align: center;
}

.mainImage {
    -webkit-transform: translateY(4%) scale(82%);
    -ms-transform: translateY(4%) scale(82%);
    transform: translateY(4%) scale(82%);
}

.nextProject {
    position: absolute;
    text-align: center;
    left: 50%;
    translate: -50%;
    bottom: 25px;
    color: #fff;
    z-index: 10;
    scale: 130%;
    overflow: visible;
    animation: fade 3s infinite ease-in-out;
}

.topProject {
    position: absolute;
    left: 50%;
    translate: -50%;
    bottom: 25px;
    color: #fff;
    z-index: 10;
    scale: 130%;
    animation: fade 3s infinite linear;
}

.imageContainer {
    float: left;
    width: 50%;
    height: 50%;
    justify-content: center;
    align-content: center;
    vertical-align: middle;
    opacity: 0.9;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    -webkit-filter: grayscale(5%);
    -moz-filter: grayscale(5%);
    -o-filter: grayscale(5%);
    filter: grayscale(5%);
}

.imageContainer:hover {
    opacity: 1;
    scale: 101%;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.imageContainer img {
    padding: 10px;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.appIcon {
    border-radius: 25px;
}

.footerspacer {
    background-color: #d9e9ff;
    width: 100%;
}

.footer-quick-transition {
    position: fixed;
    bottom: 50px;
    width: 100%;
    z-index: 0;
    background-image: linear-gradient(transparent, black);
    height: 5px;
}

.picsGame {
    background-color: #f0365e;
}

.picsApp {
    background-color: #5aa9ff;
}

/* ===================================================================
 * # footer - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

footer a,
footer a:visited {
    color: darkorange;
}

.footermusic a,
.footermusic a:visited {
    color: yellowgreen;
}

footer a:hover,
footer a:focus {
    color: #ffffff;
}

@media only screen and (max-width: 600px) {
    footer {
        font-size: x-small;
    }
    .projectShowcase h2 {
        font-size: 1.8rem;
        padding-top: 0;
    }
    .platformIcons h2 {
        zoom: 50%;
    }

    .nextProject {
        bottom: 10px;
        scale: 110%;
    }
}

.footer-logo {
    display: inline-block;
}

.footer-site-logo {
    display: block;
    width: 130px;
}

.footer-social {
    list-style: none;
    margin-top: 3rem;
    margin-left: 0;
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
}

.footer-social:after {
    content: "";
    display: table;
    clear: both;
}

.footer-social li {
    display: inline-block;
    padding-left: 0;
    margin-right: 0.9rem;
    line-height: 3.9rem;
    vertical-align: middle;
}

.footer-social li::after {
    content: "|";
    color: rgba(255, 255, 255, 0.15);
    padding-left: 0.9rem;
}

.footer-social li i {
    font-size: 1.7rem;
    line-height: 3rem;
    vertical-align: middle;
}

.footer-social li span {
    margin-left: 0.6rem;
}

.footer-social li a {
    color: #ffffff;
}

.footer-social li:last-child {
    margin-right: 0;
}

.footer-social li:last-child::after {
    display: none;
}

.footer-bottom {
    margin-top: 7.2rem;
    text-align: center;
}

.footer-bottom .copyright span {
    display: inline-block;
}

.footer-bottom .copyright span::after {
    content: "|";
    display: inline-block;
    padding: 0 1rem 0 1.2rem;
    color: rgba(255, 255, 255, 0.1);
}

.footer-bottom .copyright span:last-child::after {
    display: none;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * footer 
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 600px) {
    .footer-social li {
        margin-right: 1.8rem;
    }
    .footer-social li span,
    .footer-social li::after {
        display: none;
    }
    .footer-social li i {
        font-size: 2.4rem;
    }
    .footer-bottom {
        padding-bottom: 0.6rem;
    }
    .footer-bottom .copyright span {
        display: block;
    }
    .footer-bottom .copyright span::after {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .footer-site-logo {
        width: 100px;
    }
    .footer-social li {
        margin-right: 1.2rem;
    }
    .footer-social li i {
        font-size: 2.2rem;
    }
}

.projectGame {
    background-color: #fad0d8;
}

.projectApp {
    background-color: #d9e9ff;
}

.projectHeader {
}

.platformIcons {
    text-align-last: end;
}

.platformIcons h2 {
    padding-right: 25px;
    translate: 0 2px;
    color: rgba(255, 255, 255, 0.45);
}

.slidingPic {
    position: absolute; /* Adjust as needed */
    left: -150%; /* Start off-screen */
    opacity: 0; /* Optional: Fade-in effect */
    scale: 0;
    animation: slideIn 1.5s ease-out forwards;
}

@keyframes slideIn {
    0% {
        left: -100%;
        scale: 0;
        opacity: 0;
    }
    100% {
        left: 0;
        scale: 1;
        opacity: 1;
    }
}

.btn-primary {
    color: #fff;
    background: darkorange;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}

.btn-primary:hover {
    background: #fff;
    color: darkorange;
}

.btn-app {
    color: #fff;
    background: dodgerblue;
    padding: 10px 20px;
    margin: 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}

.btn-app:hover {
    background: #fff;
    color: dodgerblue;
}

.btn-game {
    color: #fff;
    background: crimson;
    padding: 10px 20px;
    margin: 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}

.btn-game:hover {
    background: #fff;
    color: crimson;
}

.btn-music {
    color: #fff;
    background: yellowgreen;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}

.btn-music:hover {
    background: #fff;
    color: yellowgreen;
}
