/* GLOBAL */
body {
    background: url('../../images/guild/guildlist/bg.jpg') no-repeat center center fixed;
    background-size: cover;
}
/* END GLOBAL */

/* SWAL */
.sweet-alert {
    font-family: 'IndustryTest-Ultra';
    text-transform: uppercase;
}
/* END SWAL */

/* ANIMATION */
@keyframes fly-1 {
  from {
    transform: translateY(0.1em);
  }

  to {
    transform: translateY(-0.1em);
  }
}
/* END ANIMATION */

/* SECTION 1 */
.gb-sc-gld-lst-title {
    position: relative;
    margin-bottom: 3rem;
}

.gb-sc-gld-lst-title > img {
    display: block;
    max-width: 90%;
    margin: 0 auto;
    filter: drop-shadow(2px 6px 6px black);
}

.gb-sc-gld-search {
    margin-bottom: 3rem;
}

.gb-sc-gld-lst {
    max-width: 100%;
    margin: 0 auto;
    row-gap: 80px;
}

.gb-sc-dtl-img {
    display: block;
    width: 97px;
    aspect-ratio: 1 / 1;
    border: 2px solid black;
    border-radius: 9px;
}

.gb-sc-gld-container {
    max-width: 1290px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 130px;
}

.gb-sc-gld-dtl-container {
    position: relative;
    font-family: 'IndustryTest-Ultra';
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(to bottom, #223a5f, #223a5f);
    padding: 25px 30px;
    border-radius: 23px;
    box-shadow: 3px -2px 0 1px #405a81, 1.8px 0 0 6px #0a0a0a, 1.8px 0 0 6px #ffffff, 1.8px 0 10.5px 10px #4b4b4b;
}

.gb-sc-gld-dtl-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../../images/guild/guildlist/gld-texture.png');
    opacity: 0.15;
    pointer-events: none;
}

.gb-sc-dtl-1 {
    gap: 40px;
}

.gb-sc-gld-dtl {
    padding: 0 32px;
}

.gb-sc-dtl-ds {
    padding: 20px;
    background: linear-gradient(to bottom, #12203c, #17294c);
    word-break: break-word;
    border-radius: 25px;
    box-shadow: 0px 4px 0 2px #0d1b38;
    border: 3px solid black;
}

.gb-sc-dtl-info {
    gap: 28px;
}

.gb-sc-dtl-info-name {
    font-size: 1.3rem;
    padding: 4px 20px;
    box-shadow: 0 0 0 2.1px #0d34cc, 0 0 0 4.3px #294bce;
    border-radius: 2px;
    background: linear-gradient(to bottom, #6ae9ff, #2c5bf1, #2346e8);
    text-shadow: 0 0 3px #0d34cc, 0 0 6px #0d34cc;
    word-break: break-word;
}

.gb-sc-dtl-info-leader {
    font-size: 1.3rem;
    padding: 4px 18px;
    box-shadow: 0 0 0 2.1px #ee6f2c, 0 0 0 4.3px #efd815;
    border-radius: 2px;
    background: linear-gradient(to bottom, #ffff04, #ffa10b, #ff6824);
    text-shadow: 0 0 3px #ff6824, 0 0 6px #ff6824;
    word-break: break-word;
}

.gb-sc-dtl-3-total {
    font-size: 1.2rem;
    padding: 6px 21px;
    border-radius: 5px;
    background: linear-gradient(45deg, #131e31, #183e80);
    font-weight: bold;
    box-shadow: 0 0 0 2px #000000;
}

/* BUTTON */
.gb-sc-dtl-3-join {
    font-size: 20px;
    background: linear-gradient(to bottom, #21d550, #27d94d, #0c631e);
    color: white;
    padding: 0.4em 1em;
    padding-left: 0.9em;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.2s;
    box-shadow: 0 0 0 3px #0d7025 !important;
}

.gb-sc-dtl-3-join:hover {
    box-shadow: 0 0 0 3px #0d7025 !important;
}

.gb-sc-dtl-3-join span {
    display: block;
    margin-left: 0.3em;
    transition: all 0.3s ease-in-out;
    text-shadow: 1px 2.5px 5px black;
}

.gb-sc-dtl-3-join svg {
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.4)) drop-shadow(4px 6px 6px rgba(0, 0, 0, 0.3));
}

.gb-sc-dtl-3-join:hover .svg-wrapper {
    animation: fly-1 0.6s ease-in-out infinite alternate;
}

.gb-sc-dtl-3-join:hover svg {
    transform: translateX(1.2em) rotate(45deg) scale(1.1);
}

.gb-sc-dtl-3-join:hover span {
    transform: translateX(5em);
}

.gb-sc-dtl-3-join:active {
    transform: scale(1.1); 
}
/* BUTTON */

.gb-sc-gld-search-input {
    opacity: 0.8;
    height: 3.3rem;
    text-align: center;
    color: white !important;
    font-family: 'IndustryTest-Ultra';
    text-transform: uppercase;
    font-size: 1.5rem;
    background: linear-gradient(to bottom, #010c2a, #032e88);
}

.gb-sc-gld-search-btn {
    position: absolute;
    top: 48%;
    right: 0.7%;
    transform: translateY(-50%);
    border-radius: 50%;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #81d93a, #00b0ff);
    box-shadow: 0 2.9px 0 0 #000000 !important;
    transition: all 0.5s;
}

.gb-sc-gld-search-btn:hover {
    box-shadow: 0 2.9px 0 0 #000000, 0 2.9px 15px 1.9px #000000 !important;
    transform: translateY(-55%);
}

/* CREATE GUILD BUTTON */
.gb-sc-gld-create-guild {
    position: absolute;
    font-family: 'IndustryTest-Ultra';
    right: 2%;
    top: 0;
    display: flex;
    padding: 11px 33px;
    text-decoration: none;
    font-size: 25px;
    color: #343434 !important;
    background: linear-gradient(90deg, #f0ea14, #d26a1f);
    transition: 1s;
    box-shadow: 6px 6px 0 black;
    transform: skewX(-15deg);
    border: none;
}

.gb-sc-gld-create-guild:focus {
    outline: none;
}

.gb-sc-gld-create-guild:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #121929;
}

.gb-sc-gld-create-guild .second {
    transition: 0.5s;
    margin-right: 0px;
}

.gb-sc-gld-create-guild:hover .second {
    transition: 0.5s;
    margin-right: 45px;
}

.span {
    transform: skewX(15deg);
}

.second {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
}

.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.gb-sc-gld-create-guild:hover .three {
    animation: color_anim 1s infinite 0.2s;
}

.gb-sc-gld-create-guild:hover .one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.gb-sc-gld-create-guild:hover .two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

.gb-sc-news-pagination > center > nav > ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: #fbc638;
  }

  100% {
    fill: white;
  }
}

/* END CREATE GUILD BUTTON */

@media(max-width: 1300px) {
    .gb-sc-gld-dtl {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(max-width: 1040px) {
    .gb-sc-gld-create-guild {
        position: relative;
        width: fit-content;
        margin: 0 auto;
        margin-top: 43px;
    }
}

@media(max-width: 768px) {
    .gb-sc-gld-dtl {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .gb-sc-gld-create-guild {
        position: relative;
        width: fit-content;
        margin: 0 auto;
        margin-top: 9%;
    }
}

@media(max-width: 375px) {
    .gb-sc-dtl-1 {
        flex-direction: column;
    }

    .gb-sc-dtl-3 {
        flex-direction: column;
        align-items: center;
        row-gap: 21px;
    }

    .gb-sc-gld-create-guild {
        font-size: 20px;
    }
}
/* END SECTION 1 */
