@font-face {
    font-family: 'Anthrope';
    src: url('../fonts/Anthrope.ttf') format('truetype');
}

@font-face {
    font-family: 'Silvano';
    src: url('../fonts/Silvano.otf') format('opentype');
}
    
html {
    scroll-behavior: smooth;
}

html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Anthrope', sans-serif !important;
    background: #ffd59c;
    position: relative;
    z-index: 0;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background:
      radial-gradient(
        ellipse at center,
        rgba(139, 69, 19, 0) 40%,
        rgba(92, 51, 23, 0.6) 100%
      ),
      url('../img/Brick Overlay.jpg') center/cover repeat;
    opacity: 0.4;
    filter: blur(1.5px);
    z-index: -1;
    pointer-events: none;
}

body.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}

header {
    background: linear-gradient(to right, #902a1b 0%, #902a1b 10%, #c96950 45%, #902a1b 90%, #902a1b 100%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

.navbar .nav-link, .navbar-brand {
    color: #ffef9a !important;
    text-shadow:
        -1px -1px 0 #b13725,
        1px -1px 0 #b13725,
        -1px  1px 0 #b13725,
        1px  1px 0 #b13725,
        -1px  0px 0 #b13725,
        1px  0px 0 #b13725,
        0px -1px 0 #b13725,
        0px  1px 0 #b13725,
        0px  2px 3.3px #57160D;
    transition: all 0.3s ease;
}

.navbar .nav-link:hover {
    color: #ffef9a !important;
    text-shadow:
        -1px -1px 0 #b13725,
        1px -1px 0 #b13725,
        -1px  1px 0 #b13725,
        1px  1px 0 #b13725,
        0px  2px 3.3px #57160D,
        0 0 20px rgb(251, 240, 186);
}

.navbar-toggler, .navbar-toggler:focus {
    border: none;
    box-shadow: none;
}

.navbar-toggler i {
    color: #ffef9a;
}

.icon-wrapper {
    position: relative;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.transition-icon {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 1;
    pointer-events: auto;
}

#closeIcon {
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0;
    pointer-events: none;
}

.custom-caret::after {
    display: none !important;
}

.dropdown-menu {
    background: none;
    box-shadow: none;
    border: none;
}

.dropdown-menu .dropdown-item {
    color: #ffef9a;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background-color: transparent;
    color: #b13725;
    margin-left: 10px;
}

.dropdown-item:focus,
.dropdown-item:active {
    background-color: transparent;
    color: #ffef9a;
    outline: none;
    box-shadow: none;
}

.align-icon-up {
    position: relative;
    top: -3px;
    transition: transform 0.3s ease;
}

.rotate-up {
    transform: rotate(180deg);
    top: -1px;
}

section {
    overflow-x: hidden;
}

.update-card {
    background:rgb(165, 68, 43);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.update-card:hover {
    box-shadow: 0 0 30px 15px rgba(255, 239, 154, 0.7);
}

.update-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transform: scale(1.2);
    transform-origin: center center;
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    transition: transform 0.3s ease;
}

.update-card:hover img {
    transform: scale(1.3);
}

.banner-image .img-fluid {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.desc {
    font-family: 'Silvano', sans-serif !important;
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    line-height: clamp(1.4rem, 4vw, 1.7rem);
    letter-spacing: -0.5px;
    text-align: justify;
    color: #b13725;
}

.sub-heading {
    font-family: 'Anthrope', sans-serif !important;
    font-size: clamp(1.8rem, 4vw, 2rem);
    color: #b13725;
}

.details {
    margin-top: -100px;
    z-index: 1000;
}

.details ul li {
    font-family: 'Silvano', sans-serif !important;
    font-size: clamp(1rem, 2vw, 1.3rem);
    color: #b13725;
    text-align: justify;
    text-justify: inter-character;
    letter-spacing: -0.5px;
}

.details ul {
    list-style-type: none;
    padding-left: clamp(0.5rem, 2vw, 2rem); 
}

.details li {
    background-image: url(../img/swords.svg);
    background-repeat: no-repeat;
    background-position: left 0.2rem;
    background-size: clamp(1rem, 2vw, 1.5rem); 
    padding-left: clamp(2rem, 4vw, 2.5rem);
}

.before-colon {
    color: #b13725;
    text-transform: uppercase;
}

.after-colon {
    color:rgb(188, 78, 51);
    text-transform: lowercase;
}

h1 {
    color: #B13725;
    text-shadow: 6px 6px 10px#FFD89B, -6px -6px 10px #FFD89B, 6px -6px 10px #FFD89B, -6px 6px 10px #FFD89B;
    font-size: clamp(2.7rem, 5vw, 4rem);
    line-height: clamp(2.9rem, 5vw, 4.3rem);
    max-width: clamp(500px, 80vw, 1000px);
}

h1.page-title, h2.section-title {
    color: transparent;
    text-shadow: none;
    font-size: clamp(2.5rem, 6vw, 3.5rem);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.05rem;
    max-width: 100%;
    overflow: visible;
    margin-top: 0;

    background: linear-gradient(to top, rgb(125, 34, 20), #b13725);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1.ver-num {
    font-size: clamp(2.7rem, 6vw, 3.5rem);
    line-height: 1;
    letter-spacing: 0.05rem;
    color: #b13725;
    font-weight: 700;
    text-shadow:
        -2px -2px 0 #ffd59c,
        2px -2px 0 #ffd59c, 
        -2px 2px 0 #ffd59c,
        2px 2px 0 #ffd59c
}

h2 {
    color: #B13725;
    font-size: clamp(2.3rem, 4.7vw, 3.5rem);
    font-weight: 600;
}

h2.section-title {
    font-size: clamp(2.3rem, 4.7vw, 3.5rem);
    font-weight: 600;
}

h3 {
    color: #ffef9a;
}

h3.rel-date {
    font-family: 'Silvano', sans-serif !important;
    font-size: clamp(1.6rem, 4vw, 2rem);
    color: #b13725 !important;
    font-weight: 700;
    text-shadow:
        -2px -2px 0 #ffd59c,
        2px -2px 0 #ffd59c, 
        -2px 2px 0 #ffd59c,
        2px 2px 0 #ffd59c
}

h6 {
    color: #ffef9a !important;
    font-family: 'Silvano', sans-serif !important;
    font-size: clamp(1rem, 2vw, 1.25rem);
}

#home {
    position: relative;
    overflow: hidden;
    height: 700px;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 10%;
    z-index: -1;
    filter: blur(1.5px);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

#home .container-fluid {
    padding: 0;
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.download-btn, .youtube-btn, .more-btn {
    transition: filter 0.3s ease, transform 0.3s ease;
}

.download-btn:hover, .youtube-btn:hover, .more-btn:hover {
    filter: drop-shadow(0 0 5px #fff3b0)
            drop-shadow(0 0 15px #fff3b0)
            drop-shadow(0 0 30px #fff3b0);
    transform: scale(1.05);
}

.download-btn:focus,
.download-btn:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.back-btn {
  filter: drop-shadow(0 0 5px #ffd59c)
          drop-shadow(0 0 5px #ffd59c);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.back-btn:hover {
  transform: scale(1.05);
}


.custom-text-sm, .about-custom-text-sm {
    color: #b13725;
    font-family: 'Silvano', sans-serif !important;
    font-size: 1.1rem;
    letter-spacing: -0.5px;
}

.custom-text-md, .about-custom-text-md {
    color: #b13725;
    font-family: 'Silvano', sans-serif !important;
    font-size: clamp(0.7rem, 2vw, 1.7rem);
    line-height: clamp(1.3rem, 2.5vw, 2.1rem);
    letter-spacing: -0.5px;
}

.about-custom-text-sm {
    font-size: 1.1rem;
    text-align: justify;
}

.about-custom-text-md {
    font-size: clamp(0.3rem, 1.5vw, 1.25rem);
    text-align: justify;
}

.custom-table {
    border-radius: 10px;
    overflow: hidden;
}

.custom-table {
    border-collapse: collapse;
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

.custom-table th,
.custom-table td {
    border: 3px solid rgba(203, 107, 82, 0.5);
}

.custom-table thead tr:first-child th {
    border-top: none;
}

.custom-table tbody tr:last-child td {
    border-bottom: none;
}

.custom-table tr td:first-child,
.custom-table tr th:first-child {
    border-left: none;
}

.custom-table tr td:last-child,
.custom-table tr th:last-child {
    border-right: none;
}

.table thead {
    background-color: #8f291a;
    color: #ffef9a;
    letter-spacing: 0.5px;
    font-size: clamp(1.3rem, 2vw, 1.75rem);
}

.table tbody {
    font-family: 'Silvano', sans-serif !important;
    background-color: #fff3b0;
    color: #8f291a;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    vertical-align: middle;
}

.custom-text-sm, .custom-text-md, .about-custom-text-sm, .about-custom-text-md, .feature-title, .video-title,
.video-date, .desc-size, .desc-size-gameplay, .sub-heading, .desc, .before-colon, .after-colon {
    text-shadow: 2px 2px 4px #ffe0b6;
}

.desc-size, .desc-size-gameplay {
    color: rgb(188, 78, 51);
    font-family: 'Silvano', sans-serif !important;
    font-size: clamp(1rem, 2.7vw, 1.5rem);
    letter-spacing: -0.5px;
    text-align: justify;
}

.desc-size-gameplay {
    font-size: clamp(1rem, 1.5vw, 1.3rem);
}

.swiper-slide {
    width: 65%;
    filter: blur(3px);
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: self-start;
}

.swiper-slide-active {
    filter: blur(0px);
}

.play-button {
    filter: brightness(1)
            drop-shadow(0 0 4px rgba(255, 235, 207, 1))
            drop-shadow(0 0 10px rgba(255, 235, 207, 0.6))
            drop-shadow(0 0 20px rgba(255, 235, 207, 0.3));
    transition: filter 0.3s ease;
}

.play-button:hover {
    filter: brightness(0.9)
            drop-shadow(0 0 4px rgba(255, 235, 207, 1))
            drop-shadow(0 0 10px rgba(255, 235, 207, 0.6))
            drop-shadow(0 0 20px rgba(255, 235, 207, 0.3));
}

.input-with-icon {
    position: relative;
}

.input-with-icon i {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    color: #8f291a;
    pointer-events: none;
}

.input-with-icon input {
    padding-left: 2.5rem;
}

#faqSearch::placeholder {
    color: #8f291a;
    opacity: 0.8;
}

.accordion-button {
    border-radius: 10px;
    background: linear-gradient(to right, #902a1b 0%, #902a1b 10%, #c96950 45%, #902a1b 90%, #902a1b 100%);
    color: #ffef9a !important;
    padding: clamp(1rem, 2.5vw, 1.4rem);
    font-size: clamp(1rem, 2.5vw, 1.4rem);
    letter-spacing: -0.5px;
    line-height: clamp(1.3rem, 3.5vw, 2rem);
    background-size: 200% 100%;
    transition: background-position 0.3s ease-in-out;
}

.accordion-button:hover {
    background-position: -100% 0%;
}

.accordion-item {
    background: #fff3b0;
    color: #b13725;
    border: none !important;
    font-size: clamp(1rem, 2.5vw, 1.4rem);
    font-family: 'Silvano', sans-serif !important;
    text-align: justify;
    letter-spacing: -0.5px;
    line-height: clamp(1.3rem, 3.5vw, 1.9rem);
}

.accordion-body {
    padding: clamp(1rem, 2.5vw, 1.4rem);
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
    color: #ffef9a !important;
}

.accordion-button:not(.collapsed) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.accordion-button:active,
.accordion-button:focus {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #ffef9a !important;
}

.accordion-button::after {
    display: none;
}

.accordion-button[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

.rounded-circle {
    background: #b13725;
    width: 100px;
    height: 100px;
}

.rounded-circle i {
    color: #ffef9a;
    font-size: 2.7rem;
}

.not-found-heading {
    color: #b13725;
}

.not-found-subheading {
    font-family: 'Silvano', sans-serif !important;
    color: rgb(188, 78, 51);
    font-size: 1.05rem;
    text-shadow: 2px 2px 4px #ffe0b6;
}

.clear-btn {
    background: rgb(255,213,156);
    border: 2px solid #b13725;
    color: #b13725;
    transition: background 0.3s ease, border 0.3s ease, filter 0.3s ease, color 0.3s ease;
}

.clear-btn:hover {
    background: rgb(255,221,176);
    border: 2px solid #b13725;
    color: #b13725;
}

.clear-btn:focus, .clear-btn:active {
    border-color: #b13725 !important;
    outline: none !important;
    box-shadow: none !important;
    background: rgb(255,213,156) !important;
    color: #b13725 !important;
}

.card-contents {
    padding: 0 2.5rem 2rem;
}

.fade-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    -webkit-mask-image: linear-gradient(to right, black 80%, transparent);
            mask-image: linear-gradient(to right, black 80%, transparent);
}

.pagination .page-item .page-link {
    background-color:rgba(177, 56, 37, 0.59) !important;
    color: #ffef9a !important;
    border-color:rgba(177, 56, 37, 0.59) !important;
    font-family: 'Silvano', sans-serif !important;
    border-radius: 50% !important;
    margin: 0 0.25rem;
    width: clamp(30px, 5vw, 40px);
    height: clamp(30px, 5vw, 40px);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(0.9rem, 3vw, 1.2rem) !important;
    line-height: 1;
    text-align: center;
}

.pagination .page-item .page-link:not(i) {
    font-size: clamp(0.9rem, 3vw, 1.2rem) !important;
    padding-top: 5px;
}

.pagination .page-item .page-link i {
    font-size: 1rem;
    margin-top: -4px;
}

.pagination .page-item .page-link:not(i):hover {
    background-color: rgba(177, 56, 37, 0.25) !important;
    color: rgb(129, 40, 26) !important;
    border: 1px solid #b13725 !important;
}

.pagination .page-item.active .page-link {
    background-color: #b13725 !important;
    color: #ffef9a !important;
    border-color: #b13725 !important;
}

.pagination .page-item.active .page-link:hover {
    background-color: #b13725 !important;
    color: #ffef9a !important;
    border-color: #b13725 !important; 
    cursor: default;
    box-shadow: none;
}

.pagination .page-item.disabled .page-link {
    background-color: rgba(177, 56, 37, 0.59) !important;
    color:rgba(255, 238, 154, 0.67) !important;
    border-color: rgba(177, 56, 37, 0.59) !important;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
}

.modal-content {
    background: rgb(255, 250, 220);
}

.modal-title {
    color: #8f291a;
}

.modal-body {
    color:rgb(123, 35, 21);
    font-family: 'Silvano', sans-serif !important; 
    letter-spacing: -0.5px;
    text-align: justify;
}

.cont-inst, label {
    font-family: 'Silvano', sans-serif !important;
    font-size: 0.95rem !important;
    line-height: 1.3rem;
    letter-spacing: -0.5px;
    text-align: justify;
}

.form-label {
    color: #8f291a;
}

.form-control, .form-select {
    border: 1px solid rgba(99, 27, 16, 0.2);
}

select option, .form-select, input[type="text"], input[type="email"], textarea {
    font-family: 'Inter', sans-serif !important;
}

button:focus, button:active,
input:focus, input:active,
select:focus, select:active,
.form-control:focus, .form-control:active,
.form-select:focus, .form-select:active {
    outline: none !important;
    box-shadow: none !important;
}

input:focus, input:active,
select:focus, select:active,
.form-control:focus, .form-control:active,
.form-select:focus, .form-select:active {
    border-color: rgb(114, 31, 18) !important;
}

.btn-sm.submit-btn, .btn.close-btn {
    padding-top: 0.6rem;
}

.submit-btn {
    background: #b13725;
    color:rgb(250, 243, 209);
    font-family: 'Silvano', sans-serif !important; 
    font-size: 0.9rem;
    letter-spacing: -0.5px;
}

.close-btn {
    background: #b13725;
    color:rgb(250, 243, 209);
    font-family: 'Silvano', sans-serif !important; 
    letter-spacing: -0.5px;
}

.submit-btn:hover, .close-btn:hover {
    background:rgb(114, 31, 18) !important;
    color:rgb(250, 243, 209);
}

.submit-btn:active, .close-btn:active {
    background: rgb(114, 31, 18) !important;
    color: rgb(250, 243, 209) !important;
    box-shadow: none !important; 
    outline: none !important;
}

.cancel-btn {
    background: transparent;
    color: rgb(114, 31, 18) !important;
    border: 1px solid rgba(114, 31, 18, 0.5) !important;
}

.cancel-btn:hover {
    background: #fff8cf !important;
    color: rgb(114, 31, 18) !important;
}

footer {
    background: linear-gradient(to right, #902a1b 0%, #902a1b 10%, #c96950 45%, #902a1b 90%, #902a1b 100%);
    height: auto;
    padding: 0;
}

footer .container i, footer .container p {
    color: #ffef9a;
}

.social-icon {
    width: 30px;
    height: 30px;
    border: 1px solid #ffef9a;
    border-radius: 50%;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.social-icon i {
    color: #ffef9a;
    transition: color 0.3s;
}

.social-icon:hover {
    background-color: #ffef9a;
    border-color: #ffef9a;
}

.social-icon:hover i {
    color: #b13725;
}

@keyframes characterGlow {
    0% {
        filter: drop-shadow(0 0 10px #FFD89B);
    }
    50% {
        filter: drop-shadow(0 0 25px #FFD89B);
    }
    100% {
        filter: drop-shadow(0 0 10px #FFD89B);
    }
}

.fu5ion-image img {
    animation: characterGlow 2s infinite ease-in-out;
}

#backToTop {
    background: #ffd59c;
    color: #b13725;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 1000;
    border: 1px solid #b13725;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 0.6;
    transition: all 0.3s ease;
}

#backToTop:hover {
    opacity: 1;
    cursor: pointer;
}

#warning {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    color: #212529;
    font-family: 'Silvano', sans-serif;

    justify-content: center;
    align-items: center;
    flex-direction: column;

    text-align: center;
    padding: 1.5rem;
    box-sizing: border-box;
    z-index: 9999;
}

#warning i {
    font-size: 3rem;
    color: #b13725;
    margin-bottom: 1rem;
}

#warning p {
    color: #b13725;
    line-height: 1.3rem;
    letter-spacing: -0.5px;
    text-align: justify;
    text-align-last: center;
}

@media (min-width: 441px) {
    br {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .card-contents {
        padding: 0 1.3rem 1.3rem;
    }
}

@media (max-width: 576px) {
    h1 {
        text-shadow: 4px 4px 7px #FFD89B, -4px -4px 7px #FFD89B, 4px -4px 7px #FFD89B, -4px 4px 7px #FFD89B;
        max-width: 95%;
    }
}

@media (max-width: 767.98px) {
    .responsive-img-sm {
        width: 180px !important;
        height: auto !important;
    }

    .responsive-rmbtn-sm {
        width: 130px !important;
        height: auto !important;
    }

    .custom-text-sm {
        text-align: justify;
        text-align-last: center;
    }

    .desc-size {
        text-align-last: center;
    }

    .footer {
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .custom-text-md {
        text-align: justify;
    }

    .custom-rounded {
        border-radius: clamp(0.5rem, 1.5vw, 1.5rem) !important;
    }

    .card-contents {
        padding: 0 2rem 1.75rem;
    }

    .footer {
        padding-right: 5rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .desc-size-gameplay {
        font-size: 0.85rem !important;
    }
}

@media (max-width: 991px) {
    #exploreMenu {
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        display: block !important;
        pointer-events: none;
        height: 0;
        overflow: hidden;
    }
    
    .show#exploreMenu {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        height: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu {
        background: #fff3b0;
        box-shadow: 0 8px 16px rgba(47, 29, 3, 0.2);
        border-radius: 10px;
    }

    .dropdown-menu::before {
        content: "";
        position: absolute;
        top: -10px;
        left: calc(50% - 45px);
        width: 32px;
        height: 32px;
        background: #fff3b0;
        transform: rotate(45deg);
        border-radius: 6px;
        z-index: -1;
    }

    .dropdown-menu .dropdown-item {
        color: #902a1b;
    }
    
    @keyframes slideInDownCustom {
        0% {
            transform: translateY(-10px);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .animate__slideInDownCustom {
        animation-name: slideInDownCustom !important;
        animation-duration: 0.4s;
        animation-fill-mode: both;
    }

    @keyframes slideOutUpCustom {
        0% {
            opacity: 1;
            transform: translateY(0);
        }
        100% {
            opacity: 0;
            transform: translateY(-20px);
        }
    }
    
    .animate__slideOutUpCustom {
        animation-name: slideOutUpCustom !important;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
    }
}