*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #04062f;
}

body {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

.mt-8 {
    margin-top: 8px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-15 {
    margin-top: 15px;
}

.header-ads-label {
    letter-spacing: 4px;
    color: #414d65;
    opacity: .7;
    width: fit-content;
    margin: 0 auto;
    font: 400 9px / 2 Arial, sans-serif;
    display: block;
}

.ad-banner {
    margin-top: 16px;
}

/* index page css */
.main-full-page {
    background-color: #04062f;
    width: 100%;
    height: 100vh;
}

.main-page-container {
    background-color: #1d1d43;
    max-width: 400px;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
}

.fff-box {
    border: 2px solid #d3d6e0;
    border-radius: 100% / 30%;
    padding: 30px 20px 40px 20px;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fff-box img {
    height: 150px;
    width: 150px;
    border-radius: 100%;
}

.fff-box h1 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 600;
    padding: 10px 0;
}

.lets-start-now-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 15px 50px;
    border-radius: 10px;
    background: #acb2cf;
    color: #000000;
    font-size: 22px;
    z-index: 1;
    animation: buttonZoom 2s ease-in-out infinite;
}

.lets-start-now-btn:hover {
    animation-play-state: paused;
}

.lets-start-now-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #96aaff;
    z-index: -1;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}

.lets-start-now-btn:hover::before {
    transform: translateX(0);
}

.fff-box-content {
    padding: 30px;
}

.h1-heading {
    color: #cecaca;
    font-size: 24px;
    font-weight: 400;
}

.h1-heading-padding {
    padding-top: 20px;
}

.para-text {
    color: #cecaca;
    font-size: 16px;
}

@keyframes buttonZoom {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.04);
    }
}

/* home page css */
.main-page-container2 {
    background-color: #04062f;
    max-width: 400px;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    padding: 15px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.main-page-container2::-webkit-scrollbar {
    display: none;
}

.ff-skin-tool-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.game-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #17183f 0%, #101330 50%, #080b20 100%);
    border: 1px solid rgba(150, 160, 220, 0.35);
    padding: 20px;
    transition: all 0.4s ease;
}

.game-card:hover,
.game-card2:hover,
.tips-card:hover,
.diamond-code-card:hover {
    transform: translateY(-4px);
    border-color: rgba(150, 170, 255, 0.7);
    box-shadow: 0 15px 40px rgba(30, 40, 120, 0.4);
}

.game-card-arrow {
    position: absolute;
    top: 0;
    right: 10px;
    color: #ffffff;
    font-size: 22px;
}

.game-card-image {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.game-card-image img,
.game-card-image2 img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.game-card-image h3,
.game-card-image2 h3 {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 24px;
    line-height: 24px;
}

.game-card2 {
    background: linear-gradient(145deg, #17183f 0%, #101330 50%, #080b20 100%);
    border: 1px solid rgba(150, 160, 220, 0.35);
    padding: 20px;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.game-card-image2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.game-card-image2 h3 {
    margin-top: 0;
}

.game-card-arrow2 {
    color: #ffffff;
    font-size: 22px;
}

/* character page css */
.ff-skin-tool-top-bar {
    position: relative;
    margin: 20px 0 35px 0;
}

.ff-skin-tool-top-bar .menu-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-60%);
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
}

.ff-skin-tool-top-bar .menu-arrow:hover {
    filter: brightness(0) saturate(100%) invert(71%) sepia(9%) saturate(4878%) hue-rotate(194deg) brightness(100%) contrast(104%);
}

.ff-skin-tool-top-bar h1 {
    color: #ffffff;
    font-size: 26px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* character details page css */
.main-page-container3 {
    display: flex;
    align-items: center;
}

.character-details-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #17183f 0%, #101330 50%, #080b20 100%);
    border: 1px solid #96aaff;
    border-radius: 12px;
    padding: 30px 15px;
    width: 100%;
}

.action-btn {
    position: absolute;
    top: 0;
    right: 2px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 26px;
    transition: all 0.3s ease;
}

.action-btn:hover {
    color: #96aaff;
}

.character-detail-image {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.character-detail-image img {
    width: 110px;
    height: 110px;
    object-fit: contain;
}

.character-detail-image h2 {
    color: #96aaff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 18px 0 10px 0;
}

.character-detail-image p {
    color: #a9a9a9;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
}

.details-box {
    background-color: #9eb5be;
    border-radius: 10px;
    padding: 16px;
    margin-top: 16px;
}

.details-box h3 {
    color: #101330;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.details-row {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 8px;
    margin-top: 8px;
}

.details-row span {
    color: #101330;
    font-size: 14px;
    line-height: 20px;
}

.details-row strong {
    color: #101330;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    overflow-wrap: anywhere;
}

/* tips and trick page css */
.tips-card {
    background: linear-gradient(145deg, #17183f 0%, #101330 50%, #080b20 100%);
    border: 1px solid rgba(150, 160, 220, 0.35);
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    transition: all 0.4s ease;
}

.tips-card h2,
.diamond-code-card h2 {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
}

.tips-card-arrow {
    color: #ffffff;
    font-size: 22px;
}

/* tips and trick details page css */
.tips-para {
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
}

/* diamond code page css */
.diamond-code-card {
    background: linear-gradient(145deg, #17183f 0%, #101330 50%, #080b20 100%);
    border: 1px solid rgba(150, 160, 220, 0.35);
    padding: 30px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s ease;
}

/* get diamond page css */
.get-diamond-container h2,
.player-name-container h2 {
    color: #ffffff;
    font-size: 24px;
}

.get-diamond-img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 12px;
}

.get-diamond-para {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}

.get-diamond-container h3 {
    color: #ffffff;
    font-size: 22px;
}

.get-diamond-list1 li {
    color: #ffffff;
    font-size: 18px;
    margin: 10px 0;
}

.get-diamond-list1 li::before {
    content: "•";
    color: #ffffff;
    font-size: 14px;
    margin-right: 14px;
}

.get-diamond-list2 li {
    color: #ffffff;
    font-size: 16px;
    margin: 10px 0;
}

/* player name page css */
.player-name-container h2,
.player-name-para {
    text-align: center;
}

.player-name-container h3 {
    color: #ffffff;
    font-size: 18px;
    margin-top: 30px;
}

input {
    width: 100%;
    height: 58px;
    background: #22274f;
    border: none;
    outline: none;
    color: #cec8c8;
    font-size: 18px;
    padding-left: 15px;
    margin: 15px 0;
}

input::placeholder {
    color: #cec8c8;
    font-size: 18px;
}

.item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, .15);
    padding: 12px 15px;
    margin-bottom: 10px;
}

.item:last-child {
    margin-bottom: 0;
}

.styleText {
    flex: 1;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    padding-right: 10px;
    color: #ffffff;
    font-size: 20px;
}

.copy {
    flex-shrink: 0;
    width: 80px;
    height: 35px;
    background: #acb2cf;
    border-radius: 6px;
    color: #000000;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: .3s;
}

.copy:hover {
    background: #96aaff;
}