/* Pre footer */
.pre-footer {
    margin-top: 100px;
    gap: 50px;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.bg-gaiming-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bg-gaimin {
    border-radius: 30px;
    background: #211747;
    width: 95%;
    height: 500px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.power-of-gaimin {
    background-image: url('../images/bg-powering-img.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.power-of-gaimin > h4 {
    color: #FFF;
    text-align: center;
    font-family: "Clash Grotesk";
    font-size: 1.5em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.power-of-gaimin > h3 {
    color: #FFF;
    text-align: center;
    font-family: "Clash Grotesk";
    font-size: 3.5em;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
}

.power-of-gaimin > h2 {
    color: #FFF;
    text-align: center;
    font-family: "Clash Grotesk Semibold";
    font-size: 4em;
    font-style: normal;
    font-weight: 600;
    line-height: 97%;
    margin: 0;
}

.power-of-gaimin > h2 > span {
    background: linear-gradient(90deg, #E56DB9 0%, #FB90C8 16%, #F51C88 32%, #7A0296 49.5%, #3A3CA7 66%, #2987BC 83.5%, #1DCDCA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Clash Grotesk Semibold";
    font-size: 1em;
    font-style: normal;
    font-weight: 600;
    line-height: 97%;
}

.power-of-gaimin > p {
    color: #FFF;
    text-align: center;
    font-family: "Clash Grotesk";
    font-size: 1.5em;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
} 

.download-btn-gaimin {
    position: relative;
    height: 40px;
    width: 20%;
    gap: 5%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    overflow: hidden;
    border: none;
    text-decoration: none;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease-in-out;
    scale: 1;
}
.download-btn-gaimin:hover {
    scale: 1.05;
}

.download-btn-gaimin video {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.download-btn-gaimin > div {
    position: absolute;
    z-index: 2;
    color: #FFF;
    font-family: "Clash Grotesk";
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8%;
    width: 100%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.download-btn-gaimin > div > svg {
    height: auto;
    width: 10%;
}

.track {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: max-content;
    animation: track 32s cubic-bezier(0.1, 0.1, 0.9, 0.9) infinite;
    gap: 30px;
}

@keyframes track {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.track-text {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 30px;
}

.track-text > h2 {
    color: #409;
    font-family: "Clash Grotesk Semibold";
    font-size: 4em;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.track-text img {
    width: 125px;
    height: 125px;
    object-fit: contain;
    border-radius: 100%;
}

/* End Pre footer */

/* Footer */
footer {
    margin-top: 80px;
    position: relative;
    height: auto;
    width: 100%;
}

footer > img {
    position: absolute;
    top: -57%;
    left: 7%;
    width: 75%;
    transform: rotate(170deg);
    height: 600px;
    z-index: 1;
}

.footer-content {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    z-index: 4;
    padding-bottom: 20px;
}

.footer-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 170px;
    gap: 20%;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

.footer-top > h2 {
    color: #409;
    text-align: center;
    font-family: "Clash Grotesk Semibold";
    font-size: 4em;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footer-top > h2 > span {
    background: linear-gradient(90deg, #E56DB9 0%, #FB90C8 16%, #F51C88 32%, #7A0296 49.5%, #3A3CA7 66%, #2987BC 83.5%, #1DCDCA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Clash Grotesk Semibold";
    font-size: 1em;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.btn-contact-foo {
    position: relative;
    width: 252px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    scale: 1;
}
.btn-contact-foo:hover {
    scale: 1.05;
}

.btn-contact-foo video {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-contact-content {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    width: 100%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn-contact-content > div {
    color: #FFF;
    font-family: "Clash Grotesk";
    font-size: 1.2em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8%;
    width: 100%;
}

.btn-contact-content svg {
    height: auto;
    width: 10%;
}

.footer-middle {
    display: flex;
    flex-direction: row;
    width: 85%;
    height: auto;
    gap: 5%;
    justify-content: space-between;
}

.footer-middle > ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-middle > ul > h3 {
    color: #409;
    font-family: "Clash Grotesk Medium";
    font-size: 1.5em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.footer-middle > ul > li {
    list-style: none;
    color: #409;
    font-family: "Clash Grotesk";
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-middle > ul > li > a {
    text-decoration: none;
    color: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.footer-middle > ul > li > img {
    height: 51px;
    width: 121px;
    object-fit: contain;
}

.footer-middle > ul > li > a > div {
    color: #409;
    text-align: center;
    font-family: "Clash Grotesk";
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: auto;
    width: 85%;
}

.footer-bottom > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5%
}

.footer-bottom a {
    text-decoration: none;
}

.footer-bottom h6 {
    color: #409;
    text-align: center;
    font-family: "Clash Grotesk";
    font-size: 0.7em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.footer-bottom svg {
    width: 100%;
    height: auto;
}

