/* Dark Theme Body */

@font-face {
    font-family: 'red undead';
    src: url('fonts/redundeadexpand.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    overflow-x: hidden;
}


body {
  background-color: #000;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin: 0;
  scroll-behavior: smooth;
  padding: 0;
}

.card textarea, .card input {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.card {
  height: auto !important;
}


/*New Tiles*/

a[data-bs-target="#myPopupModalAddon"] {
    text-align: center;
}

p.add_price {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
    text-align: center;
    font-weight: bold;
}

div#call_out_tile .tiles_add {
    padding: 0px 20px;
}

.p_tile_inner:hover img {
    transform: scale(1.05) rotate(-5deg);
}

.p_tile_inner img {
    width: 270px;
    transition: 0.5s;
    position: relative;
    left: -85px;
    margin: 30px 0px 40px 0px;
    height: auto;
}

.hell_plots_tiles {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
}

.plot_tile_bx {
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 20px;
    width: 25%;
    background-image: url(assets/ovr-new.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.p_tile_inner p {
    font-size: 15px;
    line-height: 20px;
}

.p_tile_inner h4 {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
}


.tiles_add a {
    display: block;
    width: 100%;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px;
    transition: 0.5s;
    font-weight: bold;
    pointer-events: none;
}

.tiles_add a span {
    float: right;
}

.plot_tile_bx:hover .tiles_add a {
    background-color: #fff;
    color: #000;
}
.plot_call_out {
    position: absolute;
    top: -40px;
    right: -20px;
    background: linear-gradient(45deg, #3c0000, #ffeb00);
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 2px #ffe949d4, 0px 0px 20px 2px #e90000b3;
    border: 1px solid #70640a;
}

.plot_call_out p {
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
}
div#call_out_tile {
    padding: 20px 0px;
    overflow: visible;
}

div#call_out_tile h4, div#call_out_tile p {
    padding: 0px 20px;
}
div#call_out_tile {
    padding: 20px 0px;
}

.plot_feat_img {
    overflow: hidden;
}
/*New Tiles*/

/*hell pops*/

/* Overlay background */
#hell_pops_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Popup box */
#hell_pops_wrap {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 40px 60px;
    animation: smokeIn 1.8s ease forwards;
}

/* Close icon */
.hell_close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    transition: transform 0.2s ease;
}
.hell_close:hover {
    transform: scale(1.2);
}

/* Smoky fade-in */
@keyframes smokeIn {
    0% {
        opacity: 0;
        filter: blur(20px);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: scale(1);
    }
}

/* Smoky fade-out */
@keyframes smokeOut {
    0% {
        opacity: 1;
        filter: blur(0);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        filter: blur(20px);
        transform: scale(1.1);
    }
}


div#hell_pops_wrap h2 {
    font-family: 'red undead';
    text-shadow: 2px 2px 0px #000;
}

div#hell_pops_wrap h4 {
    font-size: 25px;
    line-height: 30px;
    text-shadow: 2px 2px 0px #000;
}

/*hell pops*/


.future_realm_desc {
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #c70204;
    border-radius: 20px;
    position: relative;
    box-shadow: 0px 0px 15px 5px #000;
    background: linear-gradient(0deg, black, #c70204);
    min-height: 350px;
    max-height: 350px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.future_realm_desc h2 {
    font-family: 'red undead';
    font-size: 40px;
    text-shadow: 2px 2px 0px #000;
    line-height: 55px;
}

.future_realm_desc p {
    font-size: 18px;
    line-height: 25px;
}

.future_realm_desc a {
    background-color: #fff;
    color: #bc0506;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin: 10px auto;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 50px;
    box-sizing: border-box;
    transition: 0.5s;
    box-shadow: 0px 0px 20px 5px #ff000075;
}

.future_realm_desc a:hover {
    background-color: #000;
    color: #fff;
}

div#future_realm {
    padding: 20px 20px 50px 20px;
}

div#future_realm .container {
    max-width: 1240px;
}

.expand_realm_desc {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.6s ease;
}

/* when active (expanded) */
.expand_realm_desc.active {
    max-height: 150px; /* adjust based on content height */
    opacity: 1;
}


button#jockes {
    border-radius: 50px !important;
}
#sec-03 .main-card .card-data {
    align-items: center;
}
#main-sec-02 .story-content .info-btns {
    animation: none;
}

.hell_new_cards {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px;
}

.hell_new_cards img {
    border-radius: 15px;
    box-shadow: 0px 0px 10px 5px #00000082;
    border: 1px solid #cccccc6b;
    width: 100%;
    height: auto !important;
    display: block !important;
    background: none !important;
    object-fit: unset !important;
}

.hell_card_bx:hover {
    transform: scale(0.98);
}
.hell_card_bx {
    cursor: pointer;
    transition: 0.5s;
}


/*all hell products*/

div#all_hell_products {
    padding: 20px 20px 50px 20px;
}

div#all_hell_products .container {
    max-width: 1240px;
}
.all_hell_desc p {
    margin-bottom: 5px;
    font-size: 18px;
}

.all_hell_desc h2 {
    font-family: 'red undead';
    font-size: 35px;
    text-shadow: 2px 2px 0px #000;
    margin-bottom: 20px;
}
.all_hell_desc {
    text-align: center;
    margin-bottom: 40px;
}

/*all hell products*/

/*Twlo sec*/

div#twloh_wrap_main .stuff-pop-wrap {
    position: static !important;
    pointer-events: all;
    opacity: 1;
    height: 100%;
    overflow: visible;
    box-sizing: border-box;
    border: 2px solid #cccccc52;
    background: linear-gradient(0deg, black, #333);
    border-radius: 20px;
    box-shadow: 0px 0px 20px 5px #ffffff1f;
    cursor: pointer;
}

div#twloh_wrap_main .container {
    max-width: 1240px;
}

div#twloh_wrap_main {
    padding: 50px 20px;
}

/*Twlo sec*/

div#myPopupModa20 p {
    margin: 0px auto !important;
}


div#myPopupModalhow p {
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
}

div#myPopupModalhow h4 {
    font-size: 25px;
    font-family: 'Special Elite';
    font-weight: 600;
    margin: 10px 0px;
}

div#myPopupModalhow h2 {
    font-family: 'red undead';
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 20px;
}

div#myPopupModalhow h3 {
    font-family: 'red undead';
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}

div#hell_cards_below {
    padding: 0px 30px;
}


/*hell sld 1 anim*/


     /* Navigation Arrows */
        .hell-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 77, 77, 0.8);
            z-index: 1;
            color: white;
            height: 25px;
            background-color: #c7020485;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            padding: 19px;
            border-radius: 50%;
            box-shadow: 0px 0px 25px 5px red;
            border: 1px solid #c7020485;
            transition: 0.5s;
            width: 25px;
        }
        
        .hell-nav:hover {
            background: rgba(255, 77, 77, 1);
            transform: translateY(-50%) scale(1.1);
        }
        
        .hell-prev {
            left: 10px;
        }
        
        .hell-next {
            right: 10px;
        }
        
        .hell-nav i {
            font-size: 20px;
        }

.typewriter-container {
  font-family: "Courier New", monospace;
  font-size: 22px;
  color: #000;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

#typedText {
  border-right: 2px solid #ff0000;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 30px;
  font-weight: 600;
}

span#damnedStamp {
    border: 10px double #c70204;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 55px;
    color: #c70204;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0;
    transform: rotate(-10deg) scale(1.2);
    filter: drop-shadow(0 0 10px red);
    transition: all 0.5s ease;
    width: fit-content;
    margin: 30px auto 0px;
}

div#hell_sld_2::before {
    content: '';
    background: #d9b573;
    box-shadow: inset 0px 0px 50px 10px #a36d0b, inset 0px 0px 100px 10px #a36d0b;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 0.8;
}

/* Stamp pop animation */
#damnedStamp.active {
  opacity: 1;
  transform: rotate(-12deg) scale(1);
}

/* Fade out animation */
.fade-out {
  animation: fadeOut 1.5s ease forwards;
}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
body.shop [data-aos^=fade][data-aos^=fade]
 {
    opacity: 1;
    transform: unset;
}

div#hell_sld_2 {
    background-image: url('assets/hell_02a.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

div#hell_sld_3 {
    background-image: url('assets/hell_03a.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

div#hell_sld_4 {
    background-image: url('assets/hell_04a.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

div#hell_sld_2 h2, div#hell_sld_2 p {
    color: #000;
    text-shadow: none;
}

div#hell_sld_3 h2, div#hell_sld_3 p {
    color: #000;
    text-shadow: none;
}

div#hell_sld_4 h2, div#hell_sld_4 p {
    color: #000;
    text-shadow: none;
}

div#hell_sld_1 h2, div#hell_sld_1 p {
    color: #000;
    text-shadow: none;
}

/* --- BACKGROUND NUMBERS --- */
.plots-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
    width: 50%;
    margin-left: auto;
    margin-right: 0px;
}

/* Individual plot numbers */
.plot-number {
  position: absolute;
  color: #333;
  font-family: 'Poppins', sans-serif;
  opacity: 0;
  filter: blur(1px);
  transition: opacity 1.5s ease;
  user-select: none;
  text-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
  transform: rotate(-25deg); 
}

/* Visible state */
.plot-number.visible {
  opacity: 0.7;
}

/* Optional subtle float for realism */
@keyframes float {
  from { transform: rotate(-25deg) translateY(0px); }
  to { transform: rotate(-25deg) translateY(10px); }
}
.plot-number {
  animation: float 6s ease-in-out infinite alternate;
}


/*hell sld 1 anim*/



/*carousel css*/

.hell-dots {
    position: absolute;
    bottom: 6%;
    left: 6%;
}

div#hell_sld_1 {
    background-image: url(assets/hell_1_new.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    text-align: left;
}

div#hell_sld_2 h2, div#hell_sld_2 p{
    text-align: left;
}

div#hell_sld_3 h2, div#hell_sld_3 p{
    text-align: left;
}

div#hell_sld_4 h2, div#hell_sld_4 p{
    text-align: left;
}

div#hell_sld_2 img {
    width: 100%;
    background: none !important;
    height: auto !important;
}

div#hell_sld_4 img {
    width: 100%;
    background: none !important;
    height: auto !important;
}

div#hell_sld_3 img {
    background: none !important;
    height: 400px !important;
    width: 100% !important;
    filter: drop-shadow(0px 0px 10px #000);
    object-fit: contain !important;
}

img.hell3_p1 {
    position: absolute;
    top: -50px;
    right: 20%;
    transform: rotate(-15deg);
    border-radius: 20px;
    filter: drop-shadow(2px 4px 6px black);
    z-index: -1;
    width: auto;
    object-fit: cover !important;
    height: 300px !important;
}

img.hell3_p2 {
    position: absolute;
    bottom: -80px;
    right: 20%;
    transform: rotate(-15deg);
    border-radius: 20px;
    filter: drop-shadow(2px 4px 6px black);
    z-index: -1;
    width: auto;
    object-fit: cover !important;
    height: 300px !important;
}

img.hell3_p3 {
    position: absolute;
    top: 0px;
    right: 0px;
    transform: rotate(15deg);
    border-radius: 20px;
    filter: drop-shadow(2px 4px 6px black);
    z-index: -1;
    width: auto;
    object-fit: cover !important;
    height: 300px !important;
}

img.hell3_p4 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: rotate(15deg);
    border-radius: 20px;
    filter: drop-shadow(2px 4px 6px black);
    z-index: -1;
    width: auto;
    object-fit: cover !important;
    height: 300px !important;
}

img.hell_1_img1 {
    position: absolute;
    top: 60%;
    right: 5%;
    transform: translate(0px, -50%) scale(0.9);
    transition: 0.5s;
    animation: hell_1_anim 3s ease-in-out infinite;
}

img.hell_1_img2 {
    position: absolute;
    top: 40%;
    right: 0%;
    transform: translate(0px, -50%) scale(0.8);
    transition: 0.5s;
    animation: hell_2_anim 3s ease-in-out infinite;
}

div#hell_sld_1 img {
    background: none !important;
    filter: drop-shadow(2px 4px 6px black);
    z-index: -1;
    pointer-events: none;
}

@keyframes hell_1_anim {
    0% {transform: translate(0px, -50%) scale(0.9);}
    50% {transform: translate(0px, -45%) scale(0.9);}
    100% {transform: translate(0px, -50%) scale(0.9);}
}

@keyframes hell_2_anim {
    0% {transform: translate(0px, -50%) scale(0.8);}
    50% {transform: translate(0px, -55%) scale(0.8);}
    100% {transform: translate(0px, -50%) scale(0.8);}
}

.hell-carousel {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 5px auto 60px;
    overflow: hidden;
    border-radius: 15px;
    padding: 0px;
}

.hell-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
  will-change: transform;
}

.hell-slide {
  min-width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 100px 20px 100px 20px;
  backdrop-filter: blur(4px);
  background: linear-gradient(0deg, #c702049e, transparent);
  box-shadow: 0px 0px 10px red, 0px 0px 20px red;
  border: 2px solid #fff;
  border-radius: 15px;
  transform: scale(0.95);
  overflow: hidden;
  position: relative;
    min-height: 520px;
    max-width: 520px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hell-slide h2 {
  font-size: 30px;
  font-family: 'Red Undead', cursive;
  text-shadow: 1px 1px 0px #000000, 1px 1px 10px #333;
  margin-bottom: 15px;
}

.hell-slide p {
  font-size: 18px;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
}

.hell-dots {
  margin-top: 20px;
  text-align: center;
}

.hell-dots .dot {
  height: 16px;
  width: 16px;
  margin: 5px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s;
  border: 2px solid #000;
}

.hell-dots .dot.active {
  opacity: 1;
  background-color: #fff;
  transform: scale(1.2);
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .hell-slide {
    padding: 40px 20px;
  }

  .hell-slide h2 {
    font-size: 22px;
  }

  .hell-slide p {
    font-size: 16px;
  }
}


/*carousel css*/


/*Shop New Css*/

body.shop .row.marq-bar {
    display: none;
}

body.shop .row.info-bar {
    border-bottom: 1px solid #ffffff91;
}

.steal-banner-inner {
    box-sizing: border-box;
    border: 2px solid #cccccc52;
    background: linear-gradient(0deg, black, #333);
    padding: 80px 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 5px #ffffff1f;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    min-height: 520px;
    max-height: 520px;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: scale(0.97);
}

img.steal-banner-img {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(10px, -50%) rotate(-25deg) scale(1.2);
    border-radius: 20px;
    border: 1px solid #cccccc52;
    box-shadow: 0px 0px 20px 5px #000;
    transition: 0.5s;
    z-index: -1;
    pointer-events: none;
}

.steal-banner-inner:hover img.steal-banner-img {
    transform: translate(10px, -50%) rotate(-15deg) scale(1.3);
    box-shadow: 0px 0px 20px 5px #c70204;
    border-color: #c70204;
}

.steal-banner-inner h2 {
    font-family: 'red undead';
    color: #c70204;
    text-shadow: 2px 2px 0px #000;
}

.steal-banner-inner p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 30px;
}

.steal-banner-inner a {
    background-color: #c70204;
    color: #fff;
    display: inline-block;
    width: fit-content;
    box-sizing: border-box;
    padding: 10px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0px 0px 15px 0px red;
    transition: 0.5s;
    margin-top: 20px;
}

.steal-banner-inner:hover a {
    background-color: #fff;
    color: #c70204;
}

div#hell_sld_2::after {
    content: '';
    background-image: url('assets/Infernal_Ledger_Update-new.gif');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 280px;
    height: 490px;
    position: absolute;
    top: 50%;
    right: 5%;
    border: 1px solid #000;
    border-radius: 10px;
    transform: translate(10px, -50%);
    filter: drop-shadow(2px 4px 6px black);
}


div#hell_sld_3::after {
    content: '';
    background-image: url('simple-php-cms/content/uploads/1762788315-4aee6309da85.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 300px;
    height: 450px;
    position: absolute;
    top: 50%;
    right: 5%;
    border: 1px solid #000;
    border-radius: 10px;
    transform: translate(10px, -50%);
    filter: drop-shadow(2px 4px 6px black);
}

/*Shop New Css*/



/*hell slide 4*/

#hell_sld_4 .fund-progress.vertical {
  display: flex;
  align-items: center;
  justify-content: center;
}

#hell_sld_4 .fund-bar {
  position: relative;
  width: 25px;
  height: 250px;
  background: #111;
  border-radius: 15px;
  overflow: visible; /* ✅ allow fire outside */
  transition: transform 0.6s ease;
  z-index: 2; /* bring above bg */
  border: 2px solid #000;
}

#hell_sld_4 .fund-bar.zoomed {
  transform: scale(1.2);
}

#hell_sld_4 .fund-fill {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, #c70204, #c70204, #ff5c5e);
  border-radius: 15px;
  transition: height 2s ease-in-out;
}

/* 🔥 Fire explosion at top */
#hell_sld_4 .fire {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 50px;
  height: 90px;
  background: radial-gradient(circle at center,
    rgba(255,200,50,0.9) 0%,
    rgba(255,100,0,0.7) 40%,
    rgba(255,0,0,0.4) 60%,
    transparent 80%);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  animation: none;
  z-index: 5; /* ✅ ensure visible above everything */
  filter: blur(3px) brightness(1.5);
}

@keyframes fireExplosion {
  0% {
    transform: translateX(-50%) scale(0);
    opacity: 0;
  }
  20% {
    transform: translateX(-50%) scale(1.5);
    opacity: 1;
  }
  40% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 0.9;
  }
}

/* 🔥 Continuous flame flicker */
@keyframes fireBurn {
  0% { box-shadow: 0 -10px 20px 5px rgba(255,150,0,0.8); }
  50% { box-shadow: 0 -15px 25px 10px rgba(255,70,0,0.6); }
  100% { box-shadow: 0 -10px 20px 5px rgba(255,150,0,0.8); }
}

#hell_sld_4 .fire.active {
  animation: fireExplosion 1.5s ease-out forwards, fireBurn 0.4s infinite alternate ease-in-out;
    background-image: url(assets/fires.gif);
    background-size: auto;
    background-repeat: repeat;
    background-position: bottom center;
}


/*hell slide 4*/


/*top ticker*/

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
    background: #c70204;
    padding: 8px 0px;
}

.marquee-content {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 55s linear infinite;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 800;
    font-family: 'Poppins';
    text-transform: uppercase;
}

/* Smooth infinite scroll */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Optional: Adjust speed/font-size for mobile for extra smoothness */
@media (max-width: 768px) {
  .marquee-content {
    animation-duration: 50s; /* slower = smoother on mobile */
    font-size: 14px;
  }
}


/*top ticker*/

/*under popup css*/

.under_popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: none;             /* start hidden */
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
}

.popup-content h3 {
    font-family: 'red undead';
}

.popup-content {
    padding: 60px 20px;
    text-align: center;
    position: relative;
    width: 50%;
    border: 2px solid #fff;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    background: linear-gradient(0deg, #c702049e, transparent);
    box-shadow: 0px 0px 20px red, 0px 0px 40px red;
}

button#closePopup {
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

#closePopup {
  position: absolute;
  top: 8px; right: 10px;
  border: none;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}




/*under popup css*/

/*Mouse Css*/

  #fire-canvas {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none; /* default hidden */
  }

/*Mouse Css*/

/*Meme Css*/


.meme-main-wrap .card {
    width: 250px;
    padding: 20px;
    border-radius: 5px;
    color: white;
    background-color: #6a0000;
    text-align: center;
    position: relative;
    transition: background-color 0.5s ease, color 0.5s ease;
  }

.meme-main-wrap .card h2 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    height: 50px;
}

.meme-main-wrap .card input {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: none;
    margin-bottom: 15px;
    text-align: center;
    font-family: inherit;
    transition: color 0.5s ease, background-color 0.5s ease;
  }
  
  div#me_card_1 h2 {
    font-family: 'Poppins' !important;
    font-weight: bold !important;
}

  div#me_card_2 h2 {
    font-family: 'red undead';
    font-weight: bold;
}

div#me_card_3 h2 {
    font-family: serif;
}

div#me_card_4 h2 {
    font-family: fantasy;
}
  
  .meme-main-wrap .card input {
    border: none !important;
    background-color: transparent !important;
    border-radius: 0px;
    outline: none !important;
    border-bottom: 2px solid !important;
}

.meme-main-wrap .card button.generate {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 2px solid white;
    background: #c70204;
    box-shadow: 0px 0px 10px 2px red;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
  }

.meme-main-wrap .card button.generate:disabled {
    background: #888;
    cursor: not-allowed;
  }

.meme-main-wrap .edit-icon:hover {
    filter: grayscale(1);
}

.meme-main-wrap .edit-icon {
    position: absolute;
    top: -10px;
    left: -10px;
    cursor: pointer;
    color: inherit;
    font-size: 18px;
    background: linear-gradient(45deg, #7e0304, #c70204);
    border-radius: 50%;
    border: 1px solid red;
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 20px 5px red;
    transition: 0.5s;
}

.meme-main-wrap .watermark {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 13px;
    opacity: 0.6;
    filter: grayscale(1);
}

.meme-main-wrap .color-dropdown {
    display: none;
    position: absolute;
    top: 35px;
    left: 5px;
    background: rgba(0,0,0,0.9);
    border-radius: 6px;
    padding: 5px;
    z-index: 10;
  }

.meme-main-wrap .color-dropdown label {
    display: block;
    color: white;
    font-size: 12px;
    margin-bottom: 5px;
  }

.meme-main-wrap .color-dropdown button {
    display: block;
    background: transparent;
    color: white;
    border: 1px solid #555;
    margin: 3px 0;
    padding: 5px;
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
  }

.meme-main-wrap .color-dropdown button:hover {
    background: #e91e63;
  }
    
.meme-cards-wrap .card {
    width: 45%;
    padding: 35px 20px 80px 20px;
    height: 100%;
}

.meme-cards-wrap {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.meme-main-wrap h1, .meme-main-wrap h2
 {
    text-align: center;
}


.steal-desc {
    text-align: center;
    margin: 50px 0px;
    padding: 40px 10px 30px 10px;
    border-top: 1px solid #ffffff52;
    border-bottom: 1px solid #ffffff52;
}

.steal-desc a {
    color: #c70204;
}

.meme-main-wrap h1 {
    font-family: 'red undead';
    color: #c70204;
    text-shadow: 2px 2px 0px #000;
    margin: 20px 0px;
}

    .steal-work-boxes {
    padding: 50px 0px;
    }
    
    .steal-box-inner {
        border-bottom: 1px solid #ffffff61; 
        box-sizing: border-box;
        text-align: left;
        border-image: initial;
        padding: 20px 10px;
        display: flex;
        flex-direction: column;
    }
    
    .steal-box-inner p {
        padding-left: 65px;
    }

    .steal-box-inner h5 {
        color: #C7020B;
        font-weight: bold;
        font-size: 23px;
        text-shadow: 2px 2px 0px #000;
    }
    
    .steal-box-inner h5 span {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        background-color: #C7020B;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        padding: 20px;
        border-radius: 50%;
        box-shadow: 0px 0px 25px 5px red;
        border: 1px solid red;
        transition: 0.5s;
        font-size: 25px;
        color: #fff;
    }
    
.gen-popup-content br {
    display: none;
}

.meme-header {
  border-bottom: 2px solid #840202;
  padding: 8px 0;
  margin-bottom: 6px;
}

.meme-footer {
  border-top: 2px solid #840202;
  padding: 6px 0;
  margin-top: 8px;
}

div#burn-addon {
    cursor: pointer;
}


/*Meme Css*/


div#under-sec h1 {
    font-family: 'red undead';
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
}

div#under-sec a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 15px;
    border: 2px solid #fff;
    font-size: 18px;
    line-height: 25px;
    transition: 0.5s;
    border-radius: 50px;
    display: block;
    width: fit-content;
    margin: 50px auto 0px;
}

div#under-sec a:hover {
    background-color: #c70204;
    transform: scale(1.1);
}

.scr-summary-wrapper {
    overflow-x: auto;
    background: #d9b573;
    padding: 10px;
    box-shadow: inset 0px 0px 10px 5px #a36d0b, inset 0px 0px 30px 5px #a36d0b;
}

.scr-summary-wrapper tr {
    background-color: transparent !important;
    color: #000 !important;
}

.scr-summary-wrapper thead tr {border-bottom: 1px solid #000;}

.scr-summary-wrapper td, .scr-summary-wrapper th {
    padding: 10px;
}

    .fullscreen-menu .close-btn {
        cursor: pointer;
    }
    
    
.infernal-table {
    overflow-x: auto;
}

.infernal-table {
    box-sizing: border-box;
    border: 2px solid #fff;
    text-align: left;
    backdrop-filter: blur(4px);
    background: linear-gradient(0deg, #edd580, transparent);
    box-shadow: 0px 0px 20px #000000, 0px 0px 40px #dfdfdf;
    width: 100%;
    border-radius: 20px;
    padding: 0px;
    margin-top: 50px;
}

.infernal-table table tbody td {
    padding: 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #000;
}

.infernal-table table {
    width: 100%;
}

.infernal-sec p {
    color: #000;
}

.infernal-table table tbody tr:first-child td {
    background: linear-gradient(0deg, black, transparent);
    text-align: center;
    color: #fff;
}
    
.infernal-sec {
    text-align: center;
}

.infernal-sec h1 {font-family: red undead;text-align: center;font-size: 35px;line-height: 45px;margin-bottom: 10px;color: #c70204;text-shadow: 2px 2px 5px #000, 2px 2px 5px red;}

.infernal-sec h4 {
    font-family: red undead;
    text-align: center;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #c70204;
    text-shadow: 2px 2px 5px #000, 2px 2px 5px red;
}

h2.fire-head-anim {
    background-image: url(assets/fires.gif);
    background-clip: text;
    color: transparent !important;
    background-size: contain;
    background-repeat: repeat;
    -webkit-text-stroke: 1px red;
    background-position: center center;
    font-family: 'red undead';
    filter: drop-shadow(2px 4px 6px red);
}

.stuff-bx h2 {
    font-size: 22px;
}


div#exp-for-mob {
    display: none;
}

button#jockes {
    display: block;
    color: #c70204;
    text-decoration: none;
    font-weight: 500;
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 10px;
    transition: 0.5s;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

button#jockes:hover {
    background-color: #000;
    color: #fff;
}

.addon-wrap {
    padding-top: 100px;
}

.addon-box {
    box-sizing: border-box;
    border: 2px solid #fff;
    padding: 20px 10px;
    text-align: center;
    border-radius: 15px;
    backdrop-filter: blur(4px);
    background: linear-gradient(0deg, #c702049e, transparent);
    box-shadow: 0px 0px 20px red, 0px 0px 40px red;
}

.story-sec-ready a {
    border-radius: 50px !important;
}


.buy-bx {
    background-color: #000;
    box-sizing: border-box;
    border-radius: 15px;
    height: 400px;
    display: flex;
    align-items: end;
    justify-content: start;
    width: 100%;
    overflow: hidden !important;
    position: relative;
}

.buy-desc {
    z-index: 2;
    background: linear-gradient(0deg, black, transparent);
    width: 100%;
    padding: 15px;
}

.buy-desc h2 {
    font-size: 22px !important;
    line-height: 30px !important;
    margin: 0px;
}

.buy-desc p {
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0px;
}

.buy-desc a {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    padding: 10px 40px;
    display: inline-block;
    width: fit-content;
    border-radius: 50px;
    font-weight: bold;
    margin-top: 20px;
    transition: 0.5s;
}

.buy-desc a:hover {
    background-color: #c70204;
    color: #fff;
}
.swiper-pagination {
    display: none !important;
}
.buy-bx img:nth-child(1) {
    position: absolute;
    width: 50%;
    height: 240px;
    bottom: -30px;
    right: -30px;
    object-fit: cover;
    pointer-events: none;
    z-index: 1;
    border-radius: 15px;
    transform: rotate(-20deg) scale(1);
    transition: 0.5s;
}
.buy-bx img:nth-child(2) {
    position: absolute;
    width: 80%;
    height: 230px;
    top: -50px;
    left: 0px;
    object-fit: cover;
    pointer-events: none;
    z-index: 1;
    border-radius: 15px;
    transform: rotate(-20deg) scale(1);
    transition: 0.5s;
}

.buy-bx:hover img:nth-child(1), .buy-bx:hover img:nth-child(2) { 
 transform: rotate(-20deg) scale(1.15);
}

div#buy-the-game {
    padding: 100px 20px;
    background-image: url(assets/m2-red.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center;
    position: relative;
}

div#buy-the-game h1 {
    font-family: red undead;
    text-align: center;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 30px;
}

div#stuff-done {
    padding: 100px 20px;
    margin-top: 50px;
}

div#stuff-done h1 {
    font-family: red undead;
    text-align: center;
    font-size: 35px;
    line-height: 55px;
    margin-bottom: 20px;
}

div#stuff-done p {
    font-size: 18px;
    padding-bottom: 30px;
    width: 60%;
    margin: 0 auto;
}

.stuff-bx {
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #cccccc30;
    border-radius: 20px;
    height: 400px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0px 0px 15px 5px #000;
}

.stuff-bx h5 {
    font-size: 15px;
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    border-radius: 50px;
    width: fit-content;
    margin-bottom: 15px;
}

.stuff-bx a {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
}

.stuff-bx a i {
    display: inline-block;
    border: 1px solid #9b0507;
    padding: 5px 6px;
    border-radius: 50%;
    background-color: #c70204;
    transition: 0.5s;
}

.stuff-bx:hover a {
    text-shadow: 0px 0px 15px red, 0px 0px 20px red;
}

.stuff-bx:hover a i {
    background-color: #000;
}

.stuff-bx:before {
    content: '';
    background: linear-gradient(0deg, black, transparent);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    pointer-events: none;
    z-index: -1;
}

.stuff-bx img {
    position: absolute;
    width: 50%;
    height: 220px;
    object-fit: cover;
    border-radius: 20px;
    bottom: 0px;
    left: -30px;
    transform: translate(0px, 0px) scale(1.2) rotate(15deg);
    transition: 0.5s;
    pointer-events: none;
    z-index: -1;
}

.stuff-bx:hover img {transform: translate(0px, 0px) scale(1.5) rotate(15deg);}

.stuff-bx1 {
    background-color: #c70204;
}

.stuff-bx2 {
    background-color: #333;
}

.stuff-bx3 {
    background-color: #919191;
}

.stuff-pop-wrap {
    position: fixed;
    bottom: -50%;
    left: 0px;
    width: 100%;
    background: linear-gradient(0deg, black, #333);
    z-index: 99;
    transition: 0.9s;
    padding: 50px 20px;
    overflow-y: scroll;
    height: 500px;
    border-radius: 30px 30px 0px 0px;
    pointer-events: none;
    opacity: 0;
}

.stuff-close-bx {
    cursor: pointer;
    display: flex;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #000;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 50%;
    margin: 0 0 0 auto;
}

.stuff-pop-bx img {
    width: auto;
    display: block;
    margin: 0 auto 20px;
    object-fit: cover;
    height: 250px;
    border-radius: 20px;
}

.stuff-pop-wrap p {
    text-align: center;
    margin-bottom: 25px;
}

.stuff-pop-wrap h2 {
    text-align: center;
    font-family: 'red undead';
    margin-bottom: 20px;
}

/* width */
.stuff-pop-wrap::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.stuff-pop-wrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.stuff-pop-wrap::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 10px;
}

/* Handle on hover */
.stuff-pop-wrap::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

.fund-progress {
  max-width: 500px;
  margin: 20px auto;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.fund-bar {
  width: 100%;
  height: 20px;
  background: #f1f1f1;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: inset 0 2px 5px rgba(0,0,0,0.1);
}

.fund-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #c70204, #ff594d);
  border-radius: 50px;
  transition: width 1.2s ease-in-out;
  width: 47%; /* ðŸ‘ˆ Static percentage */
}

.fund-text {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

a.dnt-btn-stuff {
    background-color: #bc0506;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin: 0 auto 20px;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 50px;
    box-sizing: border-box;
    transition: 0.5s;
    box-shadow: 0px 0px 20px 5px #ff000075;
}

a.dnt-btn-stuff:hover {
    background-color: #fff;
    color: #bc0506;
}

.stuff-pop-bx p a {
    color: #fff;
}


div#steal-sec {
    padding: 80px 20px;
}

.steal-box {
    background: linear-gradient(0deg, black, #333);
    padding: 50px 20px;
    border: 1px solid #cccccc57;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 10px #000;
    position: relative;
    box-sizing: border-box;
}

@keyframes rib-anim {
    0% {transform: rotate(25deg) scale(1);}
    50% {transform: rotate(25deg) scale(1.1);}
    100% {transform: rotate(25deg) scale(1);}
}

.steal-ribbon {
    position: absolute;
    top: -25px;
    right: -5px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(0deg, #c70204, #000);
    border-radius: 50%;
    border: 1px solid #c70204;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px 5px red;
    transform: rotate(25deg) scale(1);
    animation: rib-anim 1s infinite linear;
}

.steal-ribbon h5 {
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
}



.steal-box h2 {
    font-family: 'red undead';
}

.steal-box a {
    background-color: #bc0506;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin: 0;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 50px;
    box-sizing: border-box;
    transition: 0.5s;
    box-shadow: 0px 0px 20px 5px #ff000075;
}

.steal-box a:hover {
    background-color: #fff;
    color: #bc0506;
}

.swiper-button-next {
    top: 17%;
    right: 40px;
}
.swiper-button-prev {
    top: 17%;
    right: 70px;
    left: unset;
}

.donation-main-wrap .row.btm-rw {
    margin-bottom: 20px;
}

div#cnt-frm-hmp {
    padding: 100px 15px;
}

div#cnt-frm-hmp {
    padding: 100px 15px;
}

.cnt-headline h4 {
    font-family: 'red undead';
    font-size: 25px;
    line-height: 30px;
    color: #C7020B;
    text-shadow: 3px 3px 0px #000;
    text-align: center;
}

.rot-headline p {
    font-family: 'red undead';
    font-size: 20px;
    line-height: 25px;
    text-shadow: 3px 3px 0px #000;
    text-align: center;
}

.cnt-headline p.disc-text {font-size: 18px;font-weight: bold;text-align: center;}

.cnt-headline p.disc-text span {
    font-family: 'red undead';
    font-size: 20px;
    line-height: 25px;
    text-shadow: 3px 3px 0px #000;
    color: #c70204;
}


.email-form {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 5px 5px;
  max-width: 400px;
}
.email-form input {
  border: none;
  flex: 1;
  outline: none;
  font-size: 16px;
}
.email-form button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

form#subscribeForm {
    margin: 20px auto;
    background-color: #fff;
}

form.subscribeForm {
    background: #fff;
}

#formMessage {
  font-weight: 500;
  padding: 5px 0;
}

div#formMessage span {
    text-align: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 50px;
}

div#formMessage {
    width: fit-content;
    margin: 0 auto 20px;
}

div#menuBtn a {
    color: #fff;
    text-decoration: none;
}

.rot-headline {
  position: relative;
  height: 50px; /* adjust based on text height */
  overflow: hidden;
}

.rot-headline p {
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.6s ease-in-out;
  margin: 0;
}

.rot-headline p.active {
  opacity: 1;
  transform: translateY(0);
}
.rot-headline {
    margin: 20px 0px;
}



/* Headings: Special Elite for h1 to h4 */
h1, h2, h3, h4 {
  font-family: 'Special Elite', cursive;
  color: #fff;
}

/* Headings: Poppins for h5 and h6 */
h5, h6 {
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

#videoIntromob {
    display: none;
}


.top-text a {
    color: #c70204;
    text-shadow: 0px 0px 3px #000, 0px 0px 30px #fff;
    font-weight: bold;
}

.top-text {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    gap: 5px;
}

.top-text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-right: 20px;
}

div#sec-01 {
    min-height: 100vh;
    max-height: 100vh;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#sec-01 {
    padding: 50px 20px 20px 20px;
}

.all-main-content {
	background-image: url('assets/m2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, black, transparent);
    z-index: 2;
}
.row.info-bar {
    padding: 15px;
    z-index: 1;
    position: relative;
}

button#dropdownMenuButton {
    background-color: #c70204;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 8px;
    font-size: 15px;
}

a.dropdown-item:hover {
    color: #000;
}

.top-links a {
    display: inline-block;
    color: #c70204;
    text-decoration: none;
    font-weight: 500;
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 10px;
    transition: 0.5s;
    font-size: 14px;
    line-height: 20px;
}

.top-links a:hover {
    background-color: #fff;
    color: #c70204;
}

.top-links {
    display: flex;
    gap: 10px;
    justify-content: end;
    align-items: center;
}

.row.marq-bar .col-md-12 {
    padding: 0px;
}

.row.marq-bar marquee {
    background-color: #c70204;
    color: #fff;
    padding: 10px 0px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 20px;
}
.social-links-fxd {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
}

.copy-text-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy-text-bottom ul.ftr-nav {
    display: flex;
    gap: 40px;
    margin: 0px;
}

.copy-text-bottom ul p {
    margin: 0px !important;
    text-align: right;
}

.social-links-fxd i {
    font-size: 25px;
    color: #000;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.social-links-fxd a {
    text-decoration: none;
}

.social-links-fxd a:hover i {
    transform: scale(0.9);
    background-color: #c70204;
    color: #fff;
}

.main-content {
    text-align: center;
}

.main-content h2 {
    font-size: 65px;
    line-height: 75px;
    margin: 0px;
}

.main-content h1 {
    font-size: 120px;
    line-height: 120px;
    margin: 0pc;
    color: #c70204;
}

.main-content h4 {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 55px;
}

.work-bxs {
    margin: 50px 0px;
}

.work-bxs .row {
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.main-content p {
    color: #c70204;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    transition: 0.5s;
    font-size: 18px;
    line-height: 18px;
    width: fit-content;
    margin: 10px auto 10px;
    text-transform: uppercase;
}

.info-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 20px auto;
}

.info-btns a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 15px;
    border: 2px solid #fff;
    font-size: 18px;
    line-height: 25px;
    transition: 0.5s;
}

.info-btns a:hover {
    background-color: #c70204;
    color: #fff;
    transform: scale(1.1);
}

a.cm-btn {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 15px;
    border: 2px solid #fff;
    font-size: 18px;
    line-height: 25px;
    transition: 0.5s;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    width: fit-content;
}

a.cm-btn:hover {
    background-color: #c70204;
    color: #fff;
}

.info-btns a:nth-child(1) {
    border-radius: 50px 0px 0px 50px;
}

.info-btns a:nth-child(2) {
    border-radius: 0px 50px 50px 0px;
}
div#pre-sec {
    min-height: 100vh;
    max-height: 100vh;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

div#sec-guide {
    padding: 200px 20px 50px 20px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.skulls-wrap img.butter-img {
    display: block;
    width: 40%;
    margin: 20px auto;
    transition: 0.5s;
    filter: grayscale(1) drop-shadow(2px 4px 6px #fff);
}

#pre-sec:hover img.butter-img {
    transform: scale(1.3);
    filter: grayscale(0) drop-shadow(2px 2px 25px red);
}

.skulls-wrap {text-align: center; position: relative; z-index: 1;}

.skulls-wrap p:hover {
    text-shadow: 0px 0px 20px #ffffff, 0px 0px 30px #c70204, 0px 0px 40px #c70204;
}

.skulls-wrap p a {
    text-decoration: none;
    color: #fff;
    transition: 0.5s;
    position: relative;
    top: 0px;
}

.skulls-wrap p {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    transition: 0.5s;
    width: fit-content;
    margin: 0 auto;
}

.skulls-wrap p i {
    color: #c70204;
    font-size: 25px;
    line-height: 30px;
    margin: 0px 10px;
}

div#pre-sec:hover p#scroll-text a {
    top: 20px;
}



.main-card {
    box-sizing: border-box;
    border: 2px solid #fff;
    padding: 10px;
    text-align: center;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    background: linear-gradient(0deg, #c702049e, transparent);
    transition: 0.5s;
    transform: scale(0.85);
    width: 100%;
    overflow: hidden;
}

.main-card img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 15px;
    object-fit: cover;
    height: 220px;
}

.main-card a {
    display: block;
    color: #c70204;
    text-decoration: none;
    font-weight: 500;
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 10px;
    transition: 0.5s;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.main-card a:hover {
    background-color: #000;
    color: #fff;
}

/*.main-card.card-01 {*/
/*    transform: scale(0.8) rotate(-10deg) translate(100px, 0px);*/
/*}*/

/*.main-card.card-03 {transform: scale(0.8) rotate(10deg) translate(-100px, 0px);}*/

/*.main-card.card-02 {transform: scale(0.9) rotate(0deg) translate(0px, 0px);}*/

div#sec-02 {
    padding: 150px 20px 50px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/*div#sec-02 .main-card:hover {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    transform: scale(0.9);*/
/*}*/

.swiper-slide {
  display: flex;
  justify-content: center;
}



#sec-03 .card-data h4 {
    color: #c70204;
}
.card-data h4 {
    font-family: 'Special Elite', cursive;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 0px #000000, 1px 1px 10px #333;
    font-size: 30px;
}
.what-hell-cards .main-card .card-data p {
    font-size: 18px !important;
    line-height: 25px !important;
}

.swiper-button-next, .swiper-button-prev {
    color: #c70204;
    background: linear-gradient(45deg, #fff, #ccc);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 50%;
    filter: drop-shadow(2px 2px 10px red);

}

.swiper-button-next {
    transform: scale(0.6) translateX(30px);
}

.swiper-button-prev {
    transform: scale(0.6) translateX(-30px);
}

span.swiper-pagination-bullet {
    background: #ffffff;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: linear-gradient(45deg, #fff, #ccc);
}

p.show-more {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    background: linear-gradient(180deg, #c70204bf, #5c0001);
    height: 100%;
    border-radius: 15px;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    padding: 15px;
}

.show-more.active {
  opacity: 1;
  pointer-events: all;
  top: 0;
}

a.show-btn {
    background-color: #c70204;
    color: #fff;
    margin-bottom: 15px;
}


/*div#story-sec {*/
/*    min-height: 100vh;*/
/*    max-height: 100vh;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    overflow-x: hidden;*/
/*}*/



.story-content {
    text-align: center;
}

.story-sec-condemn {
    padding: 70px 0px;
}

.story-content p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
}

div#story-sec-1 .story-sec-1 {
    padding: 80px 0px;
}

p.mn-wrd {
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 10px;
    font-weight: 600;
}

/*.story-content p span {*/
/*    font-family: 'Special Elite';*/
/*    text-transform: uppercase;*/
/*    color: #c70204;*/
/*    font-size: 30px;*/
/*    line-height: 30px;*/
/*    font-weight: bold;*/
/*    text-shadow: 0px 0px 10px red, 0px 0px 10px #000;*/
/*}*/
/*.skulls-wrap::after {*/
/*    content: '';*/
/*    background-image: url('assets/scratch.png');*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 200px;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%) rotateX(180deg);*/
/*    transition: 0.5s;*/
/*    z-index: -1;*/
/*}*/

/*#pre-sec:hover .skulls-wrap::after {filter: brightness(0) invert(1);}*/

.quide-links a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border: 2px solid #fff;
    padding: 10px 20px;
    border-radius: 10px;
    transition: 0.5s;
    font-size: 14px;
    line-height: 20px;
    background-color: #c70204;
    margin-bottom: 20px;
    width: fit-content;
}

.row.marq-bar .col-md-12 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.main-logo {
   text-align: left;
}

.main-logo img {
    width: 120px;
    margin: 0px auto 20px 0;
}



.cards-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    min-height: 100vh;
    gap: 15px;
}

.cards-wrapper .main-card:nth-child(1) {
    position: absolute;
    top: -50px;
    left: 20%;
    width: 30%;
    height: auto;
    transform: rotateZ(-15deg) scale(0.7);
    transition: 0.5s;
}

.cards-wrapper .main-card:nth-child(2) {
    position: absolute;
    top: 0px;
    left: 35%;
    width: 30%;
    height: auto;
    transform: rotateZ(-5deg) scale(0.7);
    transition: 0.5s;
}

.cards-wrapper .main-card:nth-child(3) {
    position: absolute;
    top: 50px;
    right: 20%;
    width: 30%;
    height: auto;
    transform: rotateZ(15deg) scale(0.7);
    transition: 0.5s;
}
.main-card:hover {
    z-index: 2;
    transform: scale(0.77) !important;
}
.what-hell-cards .main-card:hover {
    z-index: 1;
    transform: scale(0.98) !important;
}
.gossip-box {
    background-color: #c70204;
    text-align: center;
    padding: 10px;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0px 0px 20px 5px #ff0000d9, 5px 0px 20px 5px #000;
    border: 1px solid #a90405;
}

.gossip-box h4 {
    margin: 0px;
}

.story-sec-2 a {
    text-decoration: none;
    color: #fff;
    transition: 0.5s;
    position: relative;
    top: 0px;
}

.story-sec-2 #scroll-text {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    transition: 0.5s;
    width: fit-content;
    margin: 0 auto;
    font-size: 18px;
}

.story-sec-2 #scroll-text i {
    color: #c70204;
    font-size: 25px;
    line-height: 30px;
    margin: 0px 10px;
}
div#story-sec-1 {
    padding: 80px 20px 20px 20px;
    height: 100%;
}
#story-sec-1 .steal-desc {
    border: none;
    margin-bottom: 10px;
    margin-top: 10px;
}
#story-sec-1 .steal-desc a {
    color: #fff;
}

div#main-sec-02 {
    padding: 20px 20px 80px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
    max-height: 100vh;
}

div#main-sec-02 .info-btns {
    margin: 20px auto !important;
}

div#story-sec-2 {
    padding: 120px 20px 80px 20px;
    /*height: 100vh;*/
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /*min-height:100vh;*/
    /*max-height:100vh;*/
}

.horizontal-scroll-wrapper div#sec-01 {
    padding-top: 0px;
}

.story-sec-4 h1 {
    font-size: 100px;
    line-height: 120px;
    margin: 0pc;
    color: #c70204;
    text-shadow: 0px 0px 10px red, 0px 0px 10px #fff;
    -webkit-text-stroke: 1px #000;
}

.story-sec-4 h4 {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 55px;
}
.cards-wrapper .main-card:nth-child(4) {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 30%;
    height: auto;
    transform: rotateZ(15deg) scale(0.7);
    transition: 0.5s;
}

.cards-wrapper .main-card:nth-child(5) {
    position: absolute;
    top: 150px;
    left: 15%;
    width: 30%;
    height: auto;
    transform: rotateZ(-15deg) scale(0.7);
    transition: 0.5s;
}

.cards-wrapper .main-card:nth-child(6) {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 30%;
    height: auto;
    transform: rotateZ(-15deg) scale(0.7);
    transition: 0.5s;
}

div#sec-03 .what-hell-cards .main-card:last-child .card-data {
    gap: 0px !important;
}

div#sec-03 {
    padding: 100px 20px;
    background: radial-gradient(#b80204, #000);
    margin: 0px 0px;
    background-image: url(assets/m2-red.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center;
}

#sec-03 h1, #sec-03 h2 {
    text-shadow: 4px 3px 0px #000;
    text-transform: capitalize;
}

div#sec-03 p {
    color: #fff;
    line-height: 30px;
    border: none;
    font-size: 20px;
}

.moth-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.moth-text p {
    margin: 0px;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    transition: 0.5s;
    text-shadow: 0px 0px 10px red, 0px 0px 20px red;
}

.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}

.floating2 {  
    animation-name: floating2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating2 {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 8px); }
    to   { transform: translate(0, -0px); }    
}


.story-sec-4 h1, .story-sec-4 h2 {
    font-family: red undead;
}


.video-main-sec {
    min-height: 100vh;
    max-height: 100vh;
    height: 100%;
    overflow-x: hidden;
}

.video-main-sec video {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    background-color: #000;
    object-fit: cover;
}
.story-sec-condemn .story-content {
    flex-direction: column;
}

.story-sec-condemn .story-content h2 {
    color: #c70204;
    text-transform: uppercase;
    font-weight: bold;
    font-family: red undead;
}

.story-sec-condemn .info-btns a {
    border-radius: 50px;
}
.story-sec-condemn {
    overflow: hidden;
}
.video-main-sec {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    background: black;
    transition: opacity 1s ease;
}

.video-main-sec.fade-out {
    opacity: 0;
    pointer-events: none;
}

.work-bxs .row .col-md-6 {
    box-sizing: border-box;
    border: 2px solid #fff;
    padding: 30px 15px;
    text-align: left;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    background: linear-gradient(0deg, #c702049e, transparent);
}

.work-bxs .row .col-md-12 {
    box-sizing: border-box;
    border: 2px solid #fff;
    padding: 30px 15px;
    text-align: left;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    background: linear-gradient(0deg, #c702049e, transparent);
}
.work-bxs p a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

/*.work-bx-inner {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    gap: 20px;*/
/*}*/

.what-hell-cards .main-card {
    position: unset !important;
    transform: unset !important;
    background: linear-gradient(0deg, #3232327a, #0000009c);
    width: 100% !important;
    padding:20px;
}
.what-hell-cards .main-card a {
    margin-bottom: 10px;
    border-radius: 50px;
}

.what-hell-cards .main-card img {
    object-fit: fill !important;
    height: 470px;
    width: 100%;
    border: 1px solid #000000f0;
    margin: 15px 0px;
}

.what-hell-cards .main-card .card-data p.show-more {
    font-size: 17px !important;
    line-height: 25px !important;
}

.what-hell-cards .main-card .card-data {
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

div#hell_cards_below .card-data h4, div#hell_cards_below .card-data p {
    margin: 0px;
}

.what-hell-cards {
    min-height: 50vh;
}



.call-sec {
    padding: 0px;
    position: fixed;
    bottom: -50px;
    left: 5px;
    width: 30%;
    z-index: 9;
    transition: 0.5s;
    pointer-events: none;
    opacity: 0;
}
.call-sec.active {
  opacity: 1;
  pointer-events: all;
  bottom: 15px;
}

.call-inner {
    position: relative;
}

.call-pop-close {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #fff;
    color: #000;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
}

.call-sec .info-btns a {
    font-size: 14px;
    line-height: 20px;
}

.call-sec .info-btns {
    margin: 0px auto;
}

.call-sec h2 {
    font-size: 16px;
    line-height: 20px;
}

.call-inner {
    box-sizing: border-box;
    border: 2px solid #fff;
    padding: 20px 10px;
    text-align: center;
    border-radius: 15px;
    backdrop-filter: blur(4px);
    background: linear-gradient(0deg, #c702049e, transparent);
    box-shadow: 0px 0px 20px red, 0px 0px 40px red;
}
.call-inner .info-btns a {
    border-radius: 50px;
}

.story-sec-ready {
    min-height: 100vh;
    max-height: 100vh;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 50px 20px;
    overflow: hidden;
}

.story-sec-ready img {
    display: block;
    width: 50%;
    margin: 0 auto 50px;
    border: 3px solid #ccc;
    border-radius: 30px;
}

.story-sec-ready h2 {
    font-size: 60px;
    line-height: 80px;
    margin: 0pc;
    color: #c70204;
}

div#sec-02 .story-content h2 {
    font-size: 60px;
    line-height: 80px;
    margin: 0pc;
    color: #c70204;
}

div#sec-02 .story-content {
    margin-bottom: 80px;
}
.cards-wrapper .main-card:nth-child(7) {
    position: absolute;
    top: 200px;
    left: 40%;
    width: 30%;
    height: auto;
    transform: rotateZ(5deg) scale(0.7);
    transition: 0.5s;
}

.cards-wrapper .main-card:nth-child(8) {
    position: absolute;
    top: 200px;
    left: 0px;
    width: 30%;
    height: auto;
    transform: rotateZ(5deg) scale(0.7);
    transition: 0.5s;
}

.cards-wrapper .main-card:nth-child(9) {
    position: absolute;
    bottom: 0px;
    right: 40px;
    width: 30%;
    height: auto;
    transform: rotateZ(-15deg) scale(0.7);
    transition: 0.5s;
}
.cards-wrapper .main-card:nth-child(10) {
    position: absolute;
    top: 250px;
    right: 0px;
    width: 30%;
    height: auto;
    transform: rotateZ(25deg) scale(0.7);
    transition: 0.5s;
}

div#under-sec {
    min-height: 70vh;
    max-height: 70vh;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 50px 20px;
}

div#under-sec h2 {
    font-size: 70px;
    line-height: 80px;
    margin: 0pc;
    color: #c70204;
    text-shadow: 4px 3px 0px #000;
    text-transform: capitalize;
}

div#faq-sec {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 50px 20px;
}

div#faq-sec h2 {
    font-size: 70px;
    line-height: 80px;
    margin: 0pc;
    color: #c70204;
    text-shadow: 4px 3px 0px #000;
    text-transform: capitalize;
}
ul.ftr-nav {
    display: block;
    list-style: none;
    padding: 0px;
    margin: 10px 0px;
}
ul.ftr-nav li {
    margin-bottom: 5px;
}
footer {
    padding: 50px 0px 10px 0px;
    background-image: url(assets/m2-red.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center;
}
ul.ftr-nav li a {
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
footer p {
    font-weight: 400;
}
.steal-box-inner p {
    font-weight: 400;
}
ul.ftr-nav li a:hover {
    transform: scale(1.05);
}
footer .top-links {
    justify-content: center;
}

footer .top-links a {
    background-color: #fff;
}

footer .top-links a:hover {
    background-color: #000;
}
.copy-text-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #fff;
    margin-top: 30px;
}
.scroll-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.scroll-top-btn a {
    width: 30px;
    height: 30px;
    background-color: #c70204;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 20px;
    border-radius: 50%;
    box-shadow: 0px 0px 25px 5px red;
    border: 1px solid red;
    transition: 0.5s;
}

.scroll-top-btn i {
    color: #fff;
}

.scroll-top-btn a:hover {
    filter: grayscale(1);
}
div#faqAccordion .accordion-header {
    line-height: normal;
}

#faq-sec .accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
}

#faq-sec .accordion-button {
    font-weight: bold;
    box-sizing: border-box;
    border-bottom: 2px solid red;
    padding: 10px;
    color: #fff;
    font-family: poppins;
    background: transparent;
}

#faq-sec .accordion-body {
    color: #fff;
}

div#faq-sec {
    background-image: url(assets/faq-bg.jpg);
    background-size: cover;
    background-position: top left;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

div#faq-sec h2 {
    font-family: 'red undead';
    font-size: 50px;
    line-height: 70px;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.faq-main {
    padding-top: 200px !important;
}

.faq-main h4 {
    font-size: 35px;
    line-height: 45px;
    color: #c60204;
    text-shadow: 2px 2px 0px #000;
    font-family: 'red undead';
}

.btm-bxs {
    box-sizing: border-box;
    border: 2px solid #fff;
    padding: 30px 15px;
    text-align: left;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    background: linear-gradient(0deg, #c702049e, transparent);
}

.btm-bxs {
    box-sizing: border-box;
    border: 2px solid #fff;
    padding: 30px 15px;
    text-align: left;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    background: linear-gradient(0deg, #c702049e, transparent);
}

.row.btm-rw {
    gap: 20px;
    flex-wrap: nowrap;
}

.btm-bx-inner a {
    color: #fff;
}
p.wht-txt {
    color: #fff;
    text-transform: none;
    text-shadow: 0px 0px 30px #fff;
}


.story-sec-condemn p {
    text-decoration: none;
    font-weight: 600;
    transition: 0.5s;
    font-size: 18px;
    line-height: 18px;
    padding: 5px 0px;
}
p.red-txt {
    font-size: 22px;
    text-shadow: 0px 0px 30px red;
}
.modal-content {
    background-color: transparent;
}

.modal-content p {
    color: #fff;
    font-weight: 500;
    text-transform: none;
    line-height: 30px;
}

.modal-dialog {
    padding: 20px;
    max-width: 80%;
    background: linear-gradient(0deg, #ff00001c, #710000);
    border-radius: 20px;
    backdrop-filter: blur(5px);
    border: 2px solid #870303;
}

.horizontal-scroll-wrapper {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  height: 100vh;
  width: 100vw;
}

.scroll-section {
  flex: 0 0 100vw;
  height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  position: relative;
}

div#main-sec-02 .story-sec-condemn {
    width: 100%;
    padding: 0px !important;
    display: flex;
    overflow: visible;
}

div#main-sec-02 .story-sec-condemn .story-content {
    text-align: center;
}

div#main-sec-02 .story-sec-condemn:nth-child(1) {
    align-items: start;
}

div#main-sec-02 .story-sec-condemn:nth-child(2) {
    align-items: center;
}

div#main-sec-02 .story-sec-condemn:nth-child(3) {
    align-items: end;
}


@keyframes fadeInLeftSlow {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.story-sec-condemn {
  opacity: 0;
  transform: translateX(-60px); /* prep for animation */
  transition: opacity 0.6s ease, transform 0.9s ease;
}
.story-sec-condemn.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.wrd-anim {
    position: relative;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.wrd-anim2 {
    position: relative;
    animation-name: floating1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}



@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}

@keyframes floating1 {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 10px); }
    to   { transform: translate(0, -0px); }    
}

#main-sec-02 .story-content > * {
    opacity: 0;
    transform: rotate(5deg);
    transition: opacity 1s ease, transform 1s ease;
  }

#main-sec-02 .story-content .show-line {
    opacity: 1;
    transform: rotate(0deg);
  }
  
div#product-detail {
    padding: 200px 20px 80px 20px !important;
}
.product-feat-img img {
    display: block;
    margin: 0 auto 50px;
    border: 3px solid #ccc;
    border-radius: 30px;
    width: 100%;
}

.product-desc-bx {
    box-sizing: border-box;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    background: linear-gradient(0deg, #c702049e, transparent);
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-main-desc h2 {
    margin: 30px 0px;
}

/*div#shop-wrapper {*/
/*    padding: 25px 20px 100px 20px;*/
/*}*/

body.shop div#shop-wrapper {
    padding-top: 20px;
}

div#shop-sec h2 {
    font-family: 'red undead';
    font-size: 40px;
    line-height: 60px;
    margin: 0pc;
    color: #c70204;
    text-shadow: 4px 3px 0px #000;
    text-transform: capitalize;
}
div#shop-sec p {
    font-family: 'Special Elite';
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
}
.gossip-box a {
    text-decoration: none;
}


div#sec-01 {
    position: relative;
}

.scroll-tooltip p {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px 10px;
    opacity: 0.6;
}

.scroll-tooltip {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translate(0px, -50%);
    width: 130px;
    transition: 0.5s;
    animation: scrollnow 2s infinite linear;
}

@keyframes scrollnow {
    0% {right: 50px; opacity: 0.6;}
    50% {right: 70px; opacity: 1;}
    100% {right: 50px; opacity: 0.6;}
}

button.btn-close {
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    padding: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
}


/*div#shop-wrapper img {*/
/*    display: block;*/
/*    object-fit: contain;*/
/*    height: 350px;*/
/*    background: radial-gradient(black, transparent);*/
/*}*/
div#shop-wrapper .card-data {
    height: auto;
}

div#damn-box-mate {
    position: relative !important;
    top: 0px !important;
    overflow: visible;
}

div#damn-box-mate .free-damn-badge {
    position: absolute;
    top: -10px;
    left: -12px;
    background: linear-gradient(0deg, black, red);
    font-size: 12px;
    font-weight: bold;
    padding: 20px 10px;
    border-radius: 50%;
    transform: rotate(-25deg);
    box-shadow: 0px 0px 20px 5px red;
}


.mob-hide {
    display: block;
}
.mob-menu {
    display: none;  
}

.first-btns a:nth-child(2) {
    border-radius: 0px !important;
}

.first-btns a:nth-child(3) {
    border-radius: 0px 50px 50px 0px;
}

.fullscreen-menu {
    position: fixed;
    width: 90%;
    height: 100vh;
    background: linear-gradient(180deg, #c70204, #000000);
    top: 0px;
    right: -100%;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}

.fullscreen-menu a {
    display: block;
    margin: 10px 0px;
    color: #fff;
    text-decoration: none;
}

.fullscreen-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    color: #333;
}

div#menuBtn i.fas.fa-bars {
    background-color: #c70204;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.anchr-dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    pointer-events: none;
}
.scroll-section {
    position: relative;
}

div#horizontal_main {
    position: relative;
}

.sec-dots-btm {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -25px);
}

.sec-dots-btm a {
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
}

.sec-dots-btm a:hover {
    color: #c70204;
    filter: drop-shadow(0px 2px 15px #c70204) drop-shadow(0px 2px 10px #c70204);
}

.sec-dots-btm a i {
    font-size: 13px;
}

.active-dot {
    color: #c70204 !important;
    filter: drop-shadow(0px 2px 15px #c70204) drop-shadow(0px 2px 10px #c70204);  
}

div#myPopupModa20 h2 {
    text-align: center;
}

div#myPopupModa20 p {
    margin: 0px auto !important;
    text-align: center;
}
.how-work-wrap h1 {
    text-align: center;
    font-family: red undead;
}

.how-work-wrap h2 {
    text-align: center;
}

.how-work-wrap h4 {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
}
.work-bx-inner p {
    text-align: center;
}
.copy-text-bottom ul.ftr-nav a {
    text-decoration: underline;
}

div#story-sec-1 .steal-box-inner p {
    margin-bottom: 3px;
    padding-left: 45px;
}

div#story-sec-1 .steal-box-inner h5 {
    line-height: 25px;
}

div#story-sec-1 .steal-box-inner h5 span {
    width: 30px;
    height: 30px;
    padding: 15px;
    font-size: 18px;
}
div#story-sec-1 .steal-box-inner {
    padding: 15px 0px;
}
footer h4 {
    font-family: 'poppins';
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 0px #000000, 1px 1px 10px #333;
}

.how-it-home h1 {
    font-family: 'red undead';
    text-align: center;
    color: #c70204;
    text-shadow: 4px 3px 0px #000;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.how-work-boxes .steal-box-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    gap: 0px;
    border: none;
}
.how-work-boxes .steal-box-inner h5 {
    font-size: 21px;
    line-height: 20px;
    text-align: center;
        font-family: 'red undead';
    
}

div#story-sec-1 .steal-box-inner h5 span {
    width: 25px;
    height: 25px;
    padding: 13px;
    font-size: 17px;
    margin-right: 5px;
}
.how-work-boxes {
    text-align: center;
}

#how-pg h5 br {
    display: none;
}


div#how-pg .steal-desc {
    border: none;
    margin: 20px 0px;
}

div#how-pg .steal-desc h4 {
    font-size: 25px;
    line-height: 35px;
}
div#how-pg h1 {
    color: #c70204;
    text-shadow: 2px 2px 0px #000;
}
.steal-work-boxes a {
    background-color: #bc0506;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 50px;
    box-sizing: border-box;
    transition: 0.5s;
    box-shadow: 0px 0px 20px 5px #ff000075;
}

.steal-work-boxes a:hover {
    color: #bc0506;
    background-color: #fff;
}

div#hell_slide_wrapper .container {
    max-width: 1240px;
}

.steal-banner-section .container {
    max-width: 1240px;
}
div#screaming_suburbs {
    margin: 50px 0px;
}

div#screaming_suburbs .steal-banner-inner {
    background: linear-gradient(0deg, #000000, #c70204);
    border-color: #c70204;
    box-shadow: 0px 0px 20px 5px #c702048c;
}
div#screaming_suburbs .steal-banner-inner {
    position: relative;
}

div#screaming_suburbs .steal-banner-inner::before {
    content: '';
    background-image: url('assets/haunted-cemeteries-new-orleans.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    opacity: 0.4;
    transform: rotateY(180deg);
}
div#hell_caption_below h2 {
    text-align: center;
    font-family: 'red undead';
    font-size: 28px;
    line-height: 35px;
    text-shadow: 2px 2px 10px #000;
}
div#hell_caption_below {
    padding: 20px 20px 50px 20px;
}
div#screaming_suburbs .steal-banner-inner h2 {
    color: #fff;
}
div#hell_cards_below {
    max-width: 1240px;
}
.what-hell-cards {
    min-height: auto;
    transform: scale(0.95);
}
div#damn-addon-mate {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

div#damn-addon-mate:hover a {
    background-color: #c70204;
    color: #fff;
}

div#damn-addon-mate .card-data {
    gap: 15px;
    text-align: center;
}
/*div#myPopupModalAddon h2 {*/
/*    text-align: center;*/
/*    font-size: 40px;*/
/*    line-height: 45px;*/
/*    font-family: 'red undead';*/
/*    text-shadow: 2px 2px 0px #000;*/
/*    padding-bottom: 20px;*/
/*}*/

.addon_box_below h4 {
    font-family: 'red undead';
    text-shadow: 2px 2px 0px #000;
}
.what-hell-cards .main-card {
    cursor: pointer;
}
div#hell_caption_below .container {
    max-width: 1240px;
}
div#shop-sec {
    padding-top: 85px;
}
div#hell_second_fold {
    padding: 20px 0px;
}
#hell_second_fold .tiles_add a {
    text-align: center;
}
.btn_txt_center a {
    text-align: center;
}
.starterTile, .infernalTile, .founderTile {
    cursor: pointer;
}
div#hell_caption_below h2 {
    margin-bottom: 0px;
}


.modal-content {
    border: none;
}

.modal-dialog {
    background: none;
    backdrop-filter: unset;
    border-color: #000;
    background-color: #f4f4f4;
}

.modal-content h2, .modal-content h4, .modal-content h3, .modal-content p, .modal-content li {
    color: #000;
    text-shadow: none !important;
}

a.prd_pop_add_btn {
    display: block;
    width: fit-content;
    border: 2px solid #000000;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px;
    transition: 0.5s;
    font-weight: bold;
    background-color: #000;
}

a.prd_pop_add_btn span {
    float: right;
    padding-left: 20px;
}

a.prd_pop_add_btn:hover {
    background-color: #fff;
    color: #000;
}

div#under_popup .popup-content {
    border-color: #000;
    box-shadow: none;
    background: none;
    background-color: #f4f4f4;
}

div#under_popup .popup-content h3, div#under_popup .popup-content p {
    color: #000;
}
body.shop .modal-dialog {
    min-height: 380px;
    max-height: 38px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


@media (max-width: 360px){
#how-pg h5 br {
    display: block;
}
.row.info-bar {
    padding: 10px 5px;
}

.top-text {
    gap: 5px;
    flex-direction: column;
    text-align: start;
}

.top-text p {
    font-size: 12px;
}

.top-links {
    justify-content: center;
    margin-top: 10px;
}

.top-links a {
    padding: 7px 10px;
    font-size: 13px;
}

.row.marq-bar {
    margin-top: 10px;
}
.gossip-box h4 {
    margin: 0px;
    font-size: 16px;
}

.row.marq-bar marquee {
    font-size: 13px;
    padding: 8px 0px;
}

.moth-text p {
    font-size: 14px;
}

.skulls-wrap {
    padding-top: 70px;
}

.skulls-wrap img.butter-img {
    width: 55%;
}

div#story-sec-1 {
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    padding: 20px 10px;
}

div#story-sec-1 .story-sec-1 {
    padding: 20px 0px;
}

p.mn-wrd {
    font-size: 30px;
    line-height: 45px;
}

.story-sec-4 h1 {
    font-size: 70px;
    line-height: 90px;
}
div#story-sec-2 {
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    padding: 50px 10px;
}

.main-content h1 {
    font-size: 60px;
    line-height: 90px;
}

div#sec-01 {
    min-height: 100%;
    max-height: 100%;
}

.main-content h2 {
    font-size: 45px;
    line-height: 65px;
}

.main-content h4 {
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 35px;
}

.horizontal-scroll-wrapper {
    height: 100%;
}
.scroll-tooltip {
    top: 5%;
}
.scroll-tooltip p {
    font-size: 13px;
}

.info-btns a {
    font-size: 13px;
}

.main-content p {
    font-size: 16px;
    line-height: 22px;
}

div#sec-03 {
    padding: 50px 20px;
}

.main-content h1 {
    font-size: 40px;
    line-height: 70px;
}
.main-content h2 {
    font-size: 35px;
    line-height: 55px;
}

div#sec-03 p {
    font-size: 15px;
    line-height: 22px;
}

.cards-wrapper.what-hell-cards {
    flex-direction: column;
}

.cards-wrapper.what-hell-cards .main-card {
    width: 100%;
}



.call-sec h2 {
    font-size: 12px;
    line-height: 18px;
}

.story-sec-ready {
    padding: 50px 0px;
    min-height: 100%;
    max-height: 100%;
    height: 100%;
}

.story-sec-ready img {
    width: 90%;
    margin: 0 auto 30px;
}

.story-sec-ready h2 {
    font-size: 45px;
    line-height: 60px;
}

div#sec-02 {
    padding: 50px 10px;
}

div#sec-02 .story-content h2 {
    font-size: 35px;
    line-height: 45px;
}

div#sec-02 .cards-wrapper {
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    padding: 50px 10px;
    flex-direction: column;
}

div#sec-02 .main-card {
    position: unset !important;
    width: 100% !important;
    transform: unset !important;
}

div#under-sec h2 {
    font-size: 35px;
    line-height: 50px;
}

div#faq-sec h2 {
    font-size: 27px;
    line-height: 40px;
}

#faq-sec .accordion-body {
    font-size: 14px;
}

a.cm-btn {
    font-size: 14px;
}

ul.ftr-nav {
    padding: 0px;
    flex-direction: column;
    gap: 10px;
}
.scroll-top-btn a {
    width: 20px;
    height: 20px;
    padding: 15px;
}
.scroll-top-btn {
    position: fixed;
    bottom: 60px;
    right: 20px;
}
div#sec-guide {
    padding-top: 300px;
}
.modal-dialog {
    max-width: 100%;
}
.row.btm-rw {
    gap: 20px;
    flex-wrap: wrap;
}
div#main-sec-02 {
    padding: 20px 20px 20px 20px;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
}
.scroll-tooltip {
    top: 55%;
    width: 30px;
    margin-right: -40px;
}

.scroll-tooltip p {
    font-size: 0px;
}

.scroll-tooltip p i {
    font-size: 12px;
}
div#sec-03 {
    margin-top: 0px;
}
.what-hell-cards .main-card .card-data {
    height: auto;
    padding: 20px 10px;
}
span.mob-no-show {
    display: none;
}

.top-text {
    justify-content: center;
    align-items: start;
}

.top-text p {
    padding: 0px;
}
.mob-hide {
    display: none;
}
.mob-menu {
    display: block;  
}
.row.info-bar {
    flex-wrap: nowrap;
    align-items: center;
}

.main-top-wrap {
    width: 85%;
}

.mob-menu {
    width: 15%;
    padding: 0px;
    text-align: center;
}

.sec-dots-btm {
        transform: translate(-50%, -10px);
}
.swiper-button-next {
    top: unset;
    right: 40%;
    bottom: 10px;
}
.swiper-button-prev {
    top: unset;
    right: 45%;
    bottom: 10px;
}
div#stuff-done h1 {
    font-size: 25px;
    line-height: 35px;
}

.stuff-bx {
    margin-bottom: 20px;
}

.stuff-pop-bx img {
    width: 100%;
}
a.dnt-btn-stuff {
    font-size: 14px;
}
.footer-content h4 {
    margin: 20px 0px;
    font-size: 17px;
}

.copy-text-bottom {
    margin-top: 0px;
    flex-direction: column;
}

.copy-text-bottom ul.ftr-nav {
    gap: 5px;
    margin-bottom: 20px;
}

.copy-text-bottom ul {
    padding: 0px;
    margin: 0px;
}
footer {
    padding: 20px 10px;
}
.call-sec {
  width: 50%;  
}
.swiper-button-next, .swiper-button-prev
 {
    padding: 15px;
    width: 70px;
    height: 70px;
    display: flex !important;
}
div#exp-for-mob {
    display: block;
}
div#exp-for-desk {
    display: none;
}
div#exp-for-mob .swiper-button-next.swiper-next-2, div#exp-for-mob .swiper-button-prev.swiper-prev-2 {
    bottom: -75px;
}
.stuff-bx h2 {
    font-size: 16px;
}
.horizontal-scroll-wrapper {
    height: auto;
}
.meme-cards-wrap {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
}

.meme-cards-wrap .card {
    width: 100%;
}
div#sec-guide {
    padding: 150px 10px 50px 10px !important;
}

.steal-work-boxes {
    padding: 10px 0px;
}

.steal-box-inner h5 span {
    display: block;
    margin: 0 auto 15px;
    line-height: 15px;
    padding: 15px;
}

    .steal-box-inner h5 {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
    }

.steal-box-inner {
    padding: 30px 0px;
}

.steal-box-inner p {
    padding: 0px;
    text-align: center;
}
.steal-desc {
    margin: 30px 0px;
    padding: 40px 0px 30px 0px;
}
div#steal-game-wrap {
    padding-top: 30px;
}
b.brk {
    display: block;
    font-weight: bold;
}
.footer-content .row .col-md-3:nth-of-type(2), .footer-content .row .col-md-3:nth-of-type(3) {
    width: 50%;
}

.footer-content .row .col-md-3:nth-of-type(1) {
    width: 100%;
}

.main-logo img {
    margin: 0 auto;
    display: block;
}

    .footer-content .main-logo h4 {
        margin: 8px 0px;
        text-align: center;
    }

.main-logo p {
    text-align: center;
}

    .copy-text-bottom ul.ftr-nav {
        gap: 5px;
        margin-bottom: 10px;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 100%;
    }
    .popup-content {
    width: 90%;
}
    .footer-content h4 {
        margin: 10px 0px;
        font-size: 17px;
    }
    .guide-content p {
    text-align: center;
}
ul.ftr-nav {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 5px !important;
}

.copy-text-bottom {
    padding-top: 10px;
}
div#story-sec-1 .steal-box-inner h5 span {
    width: 40px;
    height: 40px;
    padding: 10px;
    font-size: 18px;
}


div#story-sec-1 .steal-box-inner p {
    padding-left: 0px;
}
footer p {
    font-size: 14px;
}
.copy-text-bottom ul.ftr-nav a {
    font-size: 13px;
}
.col-md-12.no-p {
    padding: 0px;
}
.email-form input {
    width: 100%;
}

.email-form {
    max-width: 100%;
    width: auto;
    padding: 5px 5px;
}
footer h4 {
    font-weight: bold;
}
div#story-sec-1 .steal-box-inner h5 span {
    margin: 0 auto 10px;
    width: 30px;
    height: 30px;
    font-size: 15px;
    padding: 7px;
}
div#story-sec-1 .steal-box-inner {
    padding: 15px 0px;
    flex-direction: column;
    gap: 10px;
}
.how-work-boxes .steal-box-inner h5 {
    font-size: 19px;
}
div#how-pg {
    padding-top: 30px;
}

.ht_wrap {
    padding-top: 90px;
}

div#myPopupModalhow h4 {
    font-size: 20px;
}

div#myPopupModalhow h3 {
    font-size: 20px;
    line-height: 27px;
}
/*bad css*/

div#hell_sld_1 {
    padding: 15px 5px;
}
div#hell_sld_2 {
    padding: 15px 5px;
}

div#hell_sld_1 .row {
    flex-wrap: nowrap;
}

div#hell_sld_1 .row .col-sm-12 {
    width: 50%;
}

div#hell_sld_1 h2, div#hell_sld_1 p {
    text-align: left;
}
#typedText {
    font-size: 15px;
}

span#damnedStamp {
    font-size: 20px;
    line-height: 30px;
    padding: 10px;
    background-color: transparent;
}

div#hell_sld_1 p {
    font-size: 14px;
    line-height: 20px;
}

div#hell_sld_1 h2 {
    font-size: 18px;
    line-height: 22px;
}
    .hell-slide {
        min-height: 275px;
        max-width: 275px;
        height: 100%;
    }

div#hell_sld_2 p {
    font-size: 13px;
    line-height: 18px;
}

div#hell_sld_2 h2 {
    font-size: 16px;
    line-height: 20px;
}

    div#hell_sld_2::after {
        width: 170px !important;
        height: 240px !important;
        top: 50% !important;
        transform: translate(0px, -50%) rotate(0deg) !important;
        z-index: -1 !important;
        right: 10px !important;
    }

div#hell_sld_2 {
        justify-content: center;
    }

div#hell_sld_3 {
    padding: 15px 5px;
    justify-content: center;
}

div#hell_sld_3::after {
        width: 170px;
        height: 240px;
        bottom: unset;
        top: 50%;
        transform: translate(0px, -50%) rotate(0deg);
        right: 10px !important;
    }



div#hell_sld_3 .row {
    flex-wrap: nowrap !important;
}

div#hell_sld_3 .row .col-sm-12 {
    width: 50%;
}

div#hell_sld_3 h2 {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
}
div#hell_sld_3 p {
    font-size: 13px;
    line-height: 18px;
}


div#hell_sld_4 {
    padding: 15px 5px;
    justify-content: center;
}

div#hell_sld_4 .row {
    flex-wrap: nowrap !important;
}

div#hell_sld_4 .row .col-sm-12 {
    width: 50%;
}

div#hell_sld_4 h2 {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
}

div#hell_sld_4 p {
    font-size: 13px;
    line-height: 17px;
    text-align: left;
}

.fund-bar.zoomed {
        height: 120px !important;
        width: 20px !important;
    }

#hell_sld_4 .fund-bar {
    height: 120px !important;
    width: 20px !important;
}

/*bad css*/

#steal_bnr_abv .steal-banner-inner {
    min-height: auto;
    max-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}


div#hell_sld_1 {
    background-size: cover;
}
div#hell_sld_2 .row .col-sm-12 {
    width: 50%;
}
div#hell_sld_1, div#hell_sld_2, div#hell_sld_3, div#hell_sld_4
 {
    justify-content: start !important;
}
body.shop div#shop-wrapper {
    padding: 20px 5px;
}

.hell-dots {
    bottom: unset;
    top: 0px;
    left: 15px;
}

.hell-dots span.dot {
    height: 12px;
    width: 12px;
}
.hell-slide h2 {
    padding-top: 30px;
}
div#hell_caption_below h2 {
    font-size: 13px;
    line-height: 17px;
}
div#hell_caption_below {
    padding: 5px 5px;
}
.hell-carousel {
    margin-bottom: 0px;
}
.steal-banner-inner {
    padding: 15px 10px;
}

.steal-banner-inner h2 {
    font-size: 17px;
    line-height: 20px;
}

.steal-banner-inner p {
    font-size: 13px;
    line-height: 20px;
}

.steal-banner-inner a {
    font-size: 14px;
    padding: 8px 12px;
    margin: 10px 0px;
}

img.steal-banner-img {
    position: relative;
    box-shadow: none;
    background-color: #000 !important;
    width: 170px;
    height: 180px !important;
    top: unset !important;
    bottom: unset !important;
    transform: unset !important;
}
div#screaming_suburbs .steal-banner-inner {
    min-height: auto;
    max-height: 100%;
    height: 100%;
    padding: 15px 10px;
}
.what-hell-cards .main-card .card-data {
    padding: 10px 0px !important;
}

.cards-wrapper.what-hell-cards {
    flex-direction: row !important;
    flex-wrap: wrap;
}

.cards-wrapper.what-hell-cards .main-card {
    width: 45% !important;
    padding: 10px;
}

div#hell_cards_below .card-data h4 {
    font-size: 19px;
}

.what-hell-cards .main-card img {
    height: 170px !important;
    margin-bottom: 0px;
}

    .what-hell-cards .main-card a {
        font-size: 13px;
        letter-spacing: 0px;
        padding: 5px;
        line-height: 15px;
    }
div#hell_sld_4 p {
    margin: 0px !important;
}
div#screaming_suburbs {
    margin: 10px 0px 0px 0px;
}
div#hell_caption_below h2 {
    margin: 0px;
}
div#steal_bnr_abv .col-12 {
    padding: 0px;
}

div#screaming_suburbs .col-12 {
    padding: 0px;
}
.what-hell-cards {
    min-height: auto;
    transform: unset;
    margin-top: 10px;
}
div#myPopupModalAddon h2 {
    font-size: 30px;
    line-height: 40px;
}

.addon_box_below h4 {
    margin-top: 15px;
    font-size: 23px;	
}

.addon_box_below p {
    font-size: 16px;
    line-height: 20px;
}
img.trk-anim {
    transform: scale(2);
    position: relative;
    top: 60px;
}
div#hell_cards_below {
    margin-top: 60px;
}
.steal-banner-section {
    margin: 20px 0px;
}
div#twloh_wrap_main {
    padding: 20px 5px;
}
div#twloh_wrap_main div#stuff-bx1 p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
}

div#twloh_wrap_main .stuff-pop-wrap {
        padding: 10px 8px;
}
.hell_new_cards .hell_card_bx {
    width: 45%;
}

.hell_new_cards {
    flex-wrap: wrap;
}
div#hell_cards_below {
    padding: 0px 5px;
}
div#all_hell_products .col-12 {
    padding: 0px;
}

.all_hell_desc {
    margin-bottom: 20px;
}

.all_hell_desc p {
    font-size: 16px;
}
.all_hell_desc h2 {
    font-size: 25px;
}
div#hell_pops_wrap {
    padding: 50px 5px;
}
div#sec-03 .cards-wrapper.what-hell-cards .main-card {
    width: 100% !important;
}
div#sec-03 .cards-wrapper.what-hell-cards {
    flex-direction: column;
    flex-wrap: wrap;
}

button#jockes {
    padding: 3px;
}
.future_realm_desc {
    min-height: 420px;
    max-height: 420px;
    height: 100%;
}
div#future_realm .col-12 {
    padding: 0px;
}
.future_realm_desc p {
    font-size: 16px;
    line-height: 23px;
}

.future_realm_desc h2 {
    font-size: 30px;
    line-height: 40px;
}

.expand_realm_desc.active {
    max-height: 200px;
}
div#shop-sec h2 {
    font-size: 22px;
    line-height: 35px;
}
div#shop-sec {
    padding-top: 70px;
}
.plot_tile_bx {
    width: 48%;
    padding: 15px 10px;
    margin-bottom: 20px;
}

.p_tile_inner h4 {
    font-size: 14px;
    line-height: 18px;
}

.p_tile_inner img {
    width: 210px;
}

.tiles_add a {
    font-size: 12px;
    padding: 10px 5px;
}

.p_tile_inner p {
    font-size: 11px;
    line-height: 15px;
}
.hell_plots_tiles {
    flex-wrap: wrap;
    gap: 8px;
}
.plot_call_out p {
    font-size: 10px;
    line-height: 12px;
}

.plot_call_out {
    height: 60px;
    width: 60px;
}
div#call_out_tile h4, div#call_out_tile p {
    padding: 0px 10px;
}
div#call_out_tile .tiles_add {
    padding: 0px 10px;
}
div#shop-sec p {
    font-size: 20px;
    line-height: 22px;
}
.hell-nav {
    bottom: 10px;
    top: unset;
    width: 10px;
    height: 10px;
    padding: 10px;
}

.hell-prev {
    left: 20px;
}

.hell-next {
    left: 70px;
}
.hell-nav i {
    font-size: 12px;
}
div#buy-the-game h1 {
    font-size: 27px;
    line-height: 40px;
}
div#buy-the-game {
    padding: 30px 20px;
}
.steal-ribbon {
    width: 80px;
    height: 80px;
    padding: 5px;
}

.steal-ribbon h5 {
    font-size: 10px;
    line-height: 14px;
    margin: 0px;
}
.pp-mob-ovr {
    overflow-y: scroll;
    height: 250px;
}
div#stuff-done {
    padding: 20px 10px;
    margin-top: 20px;
}
div#stuff-done p {
    font-size: 16px;
    padding-bottom: 25px;
    width: 100%;
}
.stuff-pop-wrap {
    height: 90%;
    padding: 20px;
}
    .stuff-pop-wrap h2 {
        padding-top: 20px;
        font-size: 19px;
        line-height: 28px;
    }
.swiper-button-prev, .swiper-button-next {
    bottom: -40px !important;
}

    div#sec-03 {
        padding: 70px 20px;
    }

div#under-sec {
    min-height: 60vh;
    max-height: 60vh;
}
div#exp-for-mob .swiper-button-next, div#exp-for-mob .swiper-button-prev {
    bottom: -90px !important;
}
div#under-sec h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
}
body.about div#sec-guide {
    padding-top: 180px !important;
}

body.about div#sec-guide .guide-content p {
    text-align: left;
}
body.Community-Guideline-Policy div#sec-guide {
    padding-top: 180px !important;
}
body.Community-Guideline-Policy div#sec-guide p {
    text-align: left;
}
div#twloh_wrap_main p {
    margin-bottom: 0px !important;
    font-size: 12px !important;
}

div#twloh_wrap_main h2 {
    padding: 0px;
    margin-bottom: 5px;
}

div#twloh_wrap_main a.dnt-btn-stuff {
    margin: 0px auto;
    padding: 8px;
    font-size: 13px;
}

.fund-progress {
    margin: 0px auto 10px;
}
body.faq div#faq-sec h4 {
    font-size: 20px;
    line-height: 22px;
    margin: 20px 0px;
}
body.our-mission div#sec-guide {
    padding-top: 180px !important;
}

body.our-mission .work-bxs {
    margin: 20px 0px;
}

body.our-mission .guide-content p {
    text-align: left;
}
body.shop .modal-dialog {
    min-height: 420px;
    max-height: 42px;
    height: 100%;
}
}
@media (min-width: 360px) and (max-width: 767px){
body.shop .modal-dialog {
    min-height: 420px;
    max-height: 420px;
    height: 100%;
}
body.our-mission div#sec-guide {
    padding-top: 180px !important;
}

body.our-mission .work-bxs {
    margin: 20px 0px;
}

body.our-mission .guide-content p {
    text-align: left;
}
body.faq div#faq-sec h4 {
    font-size: 20px;
    line-height: 22px;
    margin: 20px 0px;
}
div#twloh_wrap_main p {
    margin-bottom: 0px !important;
    font-size: 12px !important;
}

div#twloh_wrap_main h2 {
    padding: 0px;
    margin-bottom: 5px;
}

div#twloh_wrap_main a.dnt-btn-stuff {
    margin: 0px auto;
    padding: 8px;
    font-size: 13px;
}

.fund-progress {
    margin: 0px auto 10px;
}
body.Community-Guideline-Policy div#sec-guide p {
    text-align: left;
}
body.Community-Guideline-Policy div#sec-guide {
    padding-top: 180px !important;
}
body.about div#sec-guide {
    padding-top: 180px !important;
}

body.about div#sec-guide .guide-content p {
    text-align: left;
}
div#under-sec h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
}
div#exp-for-mob .swiper-button-next, div#exp-for-mob .swiper-button-prev {
    bottom: -90px !important;
}
.swiper-button-prev, .swiper-button-next {
    bottom: -40px !important;
}

    div#sec-03 {
        padding: 70px 20px;
    }

div#under-sec {
    min-height: 60vh;
    max-height: 60vh;
}
.stuff-pop-wrap {
    height: 90%;
    padding: 20px;
}
    .stuff-pop-wrap h2 {
        padding-top: 20px;
        font-size: 19px;
        line-height: 28px;
    }

div#stuff-done {
    padding: 20px 10px;
    margin-top: 20px;
}
div#stuff-done p {
    font-size: 16px;
    padding-bottom: 25px;
    width: 100%;
}

.pp-mob-ovr {
    overflow-y: scroll;
    height: 250px;
}
.steal-ribbon {
    width: 80px;
    height: 80px;
    padding: 5px;
}

.steal-ribbon h5 {
    font-size: 10px;
    line-height: 14px;
    margin: 0px;
}
div#buy-the-game h1 {
    font-size: 27px;
    line-height: 40px;
}
div#buy-the-game {
    padding: 30px 20px;
}
.hell-nav i {
    font-size: 12px;
}

.hell-nav {
    bottom: 10px;
    top: unset;
    width: 10px;
    height: 10px;
    padding: 10px;
}

.hell-prev {
    left: 20px;
}

.hell-next {
    left: 70px;
}
div#shop-sec p {
    font-size: 20px;
    line-height: 22px;
}
div#call_out_tile .tiles_add {
    padding: 0px 10px;
}
div#call_out_tile h4, div#call_out_tile p {
    padding: 0px 10px;
}
.plot_call_out p {
    font-size: 10px;
    line-height: 12px;
}

.plot_call_out {
    height: 60px;
    width: 60px;
}
.hell_plots_tiles {
    flex-wrap: wrap;
    gap: 8px;
}
.plot_tile_bx {
    width: 48%;
    padding: 15px 10px;
    margin-bottom: 20px;
}

.p_tile_inner h4 {
    font-size: 14px;
    line-height: 18px;
}

.p_tile_inner img {
    width: 210px;
}

.tiles_add a {
    font-size: 12px;
    padding: 10px 5px;
}

.p_tile_inner p {
    font-size: 11px;
    line-height: 15px;
}


div#shop-sec h2 {
    font-size: 22px;
    line-height: 35px;
}
div#shop-sec {
    padding-top: 70px;
}
.future_realm_desc p {
    font-size: 16px;
    line-height: 23px;
}

.future_realm_desc h2 {
    font-size: 30px;
    line-height: 40px;
}

.expand_realm_desc.active {
    max-height: 200px;
}
div#future_realm .col-12 {
    padding: 0px;
}
.future_realm_desc {
    min-height: 420px;
    max-height: 420px;
    height: 100%;
}
div#sec-03 .cards-wrapper.what-hell-cards .main-card {
    width: 100% !important;
}
div#sec-03 .cards-wrapper.what-hell-cards {
    flex-direction: column;
    flex-wrap: wrap;
}

button#jockes {
    padding: 3px;
}
div#hell_pops_wrap {
    padding: 50px 5px;
}
.all_hell_desc h2 {
    font-size: 25px;
}
div#all_hell_products .col-12 {
    padding: 0px;
}

.all_hell_desc {
    margin-bottom: 20px;
}

.all_hell_desc p {
    font-size: 16px;
}
div#hell_cards_below {
    padding: 0px 5px;
}
.hell_new_cards .hell_card_bx {
    width: 45%;
}

.hell_new_cards {
    flex-wrap: wrap;
}
div#twloh_wrap_main div#stuff-bx1 p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
}

div#twloh_wrap_main .stuff-pop-wrap {
        padding: 10px 8px;
}
div#twloh_wrap_main {
    padding: 20px 5px;
}
.steal-banner-section {
    margin: 20px 0px;
}
div#hell_cards_below {
    margin-top: 60px;
}
img.trk-anim {
    transform: scale(2);
    position: relative;
    top: 60px;
}
    
div#myPopupModalAddon h2 {
    font-size: 30px;
    line-height: 40px;
}

.addon_box_below h4 {
    margin-top: 15px;
    font-size: 23px;	
}

.addon_box_below p {
    font-size: 16px;
    line-height: 20px;
}
.what-hell-cards {
    min-height: auto;
    transform: unset;
    margin-top: 10px;
}
div#steal_bnr_abv .col-12 {
    padding: 0px;
}

div#screaming_suburbs .col-12 {
    padding: 0px;
}
div#hell_caption_below h2 {
    margin: 0px;
}
div#screaming_suburbs {
    margin: 10px 0px 0px 0px;
}
div#hell_sld_4 p {
    margin: 0px !important;
}
.what-hell-cards .main-card .card-data {
    padding: 10px 0px !important;
}

.cards-wrapper.what-hell-cards {
    flex-direction: row !important;
    flex-wrap: wrap;
}

.cards-wrapper.what-hell-cards .main-card {
    width: 45% !important;
    padding: 10px;
}

div#hell_cards_below .card-data h4 {
    font-size: 19px;
}

.what-hell-cards .main-card img {
    height: 170px !important;
    margin-bottom: 0px;
}

    .what-hell-cards .main-card a {
        font-size: 13px;
        letter-spacing: 0px;
        padding: 5px;
        line-height: 15px;
    }
div#screaming_suburbs .steal-banner-inner {
    min-height: auto;
    max-height: 100%;
    height: 100%;
    padding: 15px 10px;
}
.steal-banner-inner {
    padding: 15px 10px;
}

.steal-banner-inner h2 {
    font-size: 17px;
    line-height: 20px;
}

.steal-banner-inner p {
    font-size: 13px;
    line-height: 20px;
}

.steal-banner-inner a {
    font-size: 14px;
    padding: 8px 12px;
    margin: 10px 0px;
}

img.steal-banner-img {
    position: relative;
    box-shadow: none;
    background-color: #000 !important;
    width: 170px;
    height: 180px !important;
    top: unset !important;
    bottom: unset !important;
    transform: unset !important;
}
.hell-carousel {
    margin-bottom: 0px;
}
div#hell_caption_below h2 {
    font-size: 13px;
    line-height: 17px;
}
div#hell_caption_below {
    padding: 5px 5px;
}
body.shop div#shop-wrapper {
    padding: 20px 5px;
}
.hell-slide h2 {
    padding-top: 30px;
}
.hell-dots {
    bottom: unset;
    top: 0px;
    left: 15px;
}

.hell-dots span.dot {
    height: 12px;
    width: 12px;
}
div#hell_sld_1, div#hell_sld_2, div#hell_sld_3, div#hell_sld_4
 {
    justify-content: start !important;
}
div#hell_sld_2 .row .col-sm-12 {
    width: 50%;
}
div#hell_sld_1 {
    background-size: cover;
}

#steal_bnr_abv .steal-banner-inner {
    min-height: auto;
    max-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}
  
    
/*bad css*/

div#hell_sld_1 {
    padding: 15px 5px;
}
div#hell_sld_2 {
    padding: 15px 5px;
}

div#hell_sld_1 .row {
    flex-wrap: nowrap;
}

div#hell_sld_1 .row .col-sm-12 {
    width: 50%;
}

div#hell_sld_1 h2, div#hell_sld_1 p {
    text-align: left;
}
#typedText {
    font-size: 15px;
}

span#damnedStamp {
    font-size: 20px;
    line-height: 30px;
    padding: 10px;
    background-color: transparent;
}

div#hell_sld_1 p {
    font-size: 13px;
    line-height: 20px;
}

div#hell_sld_1 h2 {
    font-size: 18px;
    line-height: 22px;
}
    .hell-slide {
        min-height: 275px;
        max-width: 275px;
        height: 100%;
    }

div#hell_sld_2 p {
    font-size: 13px;
    line-height: 18px;
}

div#hell_sld_2 h2 {
    font-size: 16px;
    line-height: 20px;
}

    div#hell_sld_2::after {
        width: 170px !important;
        height: 240px !important;
        top: 50% !important;
        transform: translate(0px, -50%) rotate(0deg) !important;
        z-index: -1 !important;
        right: 10px !important;
    }

div#hell_sld_2 {
        justify-content: center;
    }

div#hell_sld_3 {
    padding: 15px 5px;
    justify-content: center;
}

div#hell_sld_3::after {
        width: 170px;
        height: 240px;
        bottom: unset;
        top: 50%;
        transform: translate(0px, -50%) rotate(0deg);
        right: 10px !important;
    }



div#hell_sld_3 .row {
    flex-wrap: nowrap !important;
}

div#hell_sld_3 .row .col-sm-12 {
    width: 50%;
}

div#hell_sld_3 h2 {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
}
div#hell_sld_3 p {
    font-size: 13px;
    line-height: 18px;
}


div#hell_sld_4 {
    padding: 15px 5px;
    justify-content: center;
}

div#hell_sld_4 .row {
    flex-wrap: nowrap !important;
}

div#hell_sld_4 .row .col-sm-12 {
    width: 50%;
}

div#hell_sld_4 h2 {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
}

div#hell_sld_4 p {
    font-size: 13px;
    line-height: 17px;
    text-align: left;
}

.fund-bar.zoomed {
        height: 120px !important;
        width: 20px !important;
    }

#hell_sld_4 .fund-bar {
    height: 120px !important;
    width: 20px !important;
}

/*bad css*/
    
div#myPopupModalhow h4 {
    font-size: 20px;
}

div#myPopupModalhow h3 {
    font-size: 20px;
    line-height: 27px;
}
.ht_wrap {
    padding-top: 90px;
}

#how-pg h5 br {
    display: block;
}
div#how-pg {
    padding-top: 30px;
}
.how-work-boxes .steal-box-inner h5 {
    font-size: 19px;
}
div#story-sec-1 .steal-box-inner {
    padding: 15px 0px;
    flex-direction: column;
    gap: 10px;
}
div#story-sec-1 .steal-box-inner h5 span {
    margin: 0 auto 10px;
    width: 30px;
    height: 30px;
    font-size: 15px;
    padding: 7px;
}
footer h4 {
    font-weight: bold;
}
.email-form input {
    width: 100%;
}

.email-form {
    max-width: 100%;
    width: auto;
    padding: 5px 5px;
}
.col-md-12.no-p {
    padding: 0px;
}
.copy-text-bottom ul.ftr-nav a {
    font-size: 13px;
}
    footer p {
    font-size: 14px;
}
div#story-sec-1 .steal-box-inner h5 span {
    width: 40px;
    height: 40px;
    padding: 10px;
    font-size: 18px;
}


div#story-sec-1 .steal-box-inner p {
    padding-left: 0px;
}
ul.ftr-nav {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 5px !important;
}

.copy-text-bottom {
    padding-top: 10px;
}
    .guide-content p {
    text-align: center;
}
        .footer-content h4 {
        margin: 10px 0px;
        font-size: 17px;
    }
.popup-content {
    width: 90%;
}
.footer-content .row .col-md-3:nth-of-type(2), .footer-content .row .col-md-3:nth-of-type(3) {
    width: 50%;
}

.footer-content .row .col-md-3:nth-of-type(1) {
    width: 100%;
}

.main-logo img {
    margin: 0 auto;
    display: block;
}

    .footer-content .main-logo h4 {
        margin: 8px 0px;
        text-align: center;
    }

.main-logo p {
    text-align: center;
}

    .copy-text-bottom ul.ftr-nav {
        gap: 5px;
        margin-bottom: 20px;
        flex-wrap: nowrap;
        flex-direction: row;
    }
b.brk {
    display: block;
    font-weight: bold;
}
    div#steal-game-wrap {
    padding-top: 30px;
}
div#sec-guide {
    padding: 150px 10px 50px 10px !important;
}

.steal-work-boxes {
    padding: 10px 0px;
}

.steal-box-inner h5 span {
    display: block;
    margin: 0 auto 15px;
    line-height: 15px;
    padding: 15px;
}

.steal-desc {
    margin: 30px 0px;
    padding: 40px 0px 30px 0px;
}

    .steal-box-inner h5 {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
    }

.steal-box-inner {
    padding: 30px 0px;
}

.steal-box-inner p {
    padding: 0px;
    text-align: center;
}
.meme-cards-wrap {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
}

.meme-cards-wrap .card {
    width: 100%;
}
.horizontal-scroll-wrapper {
    height: auto;
}
.stuff-bx h2 {
    font-size: 16px;
}
div#exp-for-mob .swiper-button-next.swiper-next-2, div#exp-for-mob .swiper-button-prev.swiper-prev-2 {
    bottom: -75px;
}
div#exp-for-mob {
    display: block;
}
div#exp-for-desk {
    display: none;
}
 .swiper-button-next, .swiper-button-prev
 {
    padding: 15px;
    width: 70px;
    height: 70px;
    display: flex !important;
}   
.call-sec {
  width: 50%;  
}
footer {
    padding: 20px 10px;
}
.footer-content h4 {
    margin: 20px 0px;
}

.copy-text-bottom {
    margin-top: 0px;
    flex-direction: column;
}

.copy-text-bottom ul.ftr-nav {
    gap: 5px;
    margin-bottom: 20px;
}

.copy-text-bottom ul {
    padding: 0px;
    margin: 0px;
}

div#stuff-done h1 {
    font-size: 25px;
    line-height: 35px;
}

.stuff-bx {
    margin-bottom: 20px;
}

.stuff-pop-bx img {
    width: 100%;
}
a.dnt-btn-stuff {
    font-size: 14px;
}
.swiper-button-next {
    top: unset;
    right: 40%;
    bottom: 10px;
}
.swiper-button-prev {
    top: unset;
    right: 45%;
    bottom: 10px;
}
.sec-dots-btm {
        transform: translate(-50%, -10px);
}
    
.row.info-bar {
    flex-wrap: nowrap;
    align-items: center;
}

.main-top-wrap {
    width: 85%;
}

.mob-menu {
    width: 15%;
    padding: 0px;
    text-align: center;
}
.mob-hide {
    display: none;
}
.mob-menu {
    display: block;  
}
span.mob-no-show {
    display: none;
}

.top-text {
    justify-content: center;
    align-items: start;
}

.top-text p {
    padding: 0px;
}
div#sec-03 {
    margin-top: 0px;
}
div#main-sec-02 {
    padding: 20px 20px 20px 20px;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
}
.row.info-bar {
    padding: 10px 5px;
}

.top-text {
    gap: 5px;
    flex-direction: column;
    text-align: center;
}

.top-text p {
    font-size: 12px;
}

.top-links {
    justify-content: center;
    margin-top: 10px;
}

.top-links a {
    padding: 7px 10px;
    font-size: 13px;
}

.row.marq-bar {
    margin-top: 10px;
}
.gossip-box h4 {
    margin: 0px;
    font-size: 16px;
}

.row.marq-bar marquee {
    font-size: 13px;
    padding: 8px 0px;
}

.moth-text p {
    font-size: 14px;
}

.skulls-wrap {
    padding-top: 70px;
}

.skulls-wrap img.butter-img {
    width: 55%;
}

div#story-sec-1 {
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    padding: 20px 10px;
}

div#story-sec-1 .story-sec-1 {
    padding: 20px 0px;
}

p.mn-wrd {
    font-size: 30px;
    line-height: 45px;
}

.story-sec-4 h1 {
    font-size: 70px;
    line-height: 90px;
}
div#story-sec-2 {
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    padding: 50px 10px;
}

.main-content h1 {
    font-size: 60px;
    line-height: 90px;
}

div#sec-01 {
    min-height: 100%;
    max-height: 100%;
}

.main-content h2 {
    font-size: 45px;
    line-height: 65px;
}

.main-content h4 {
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 35px;
}


.scroll-tooltip {
    top: 5%;
}
.scroll-tooltip p {
    font-size: 13px;
}

.info-btns a {
    font-size: 13px;
}

.main-content p {
    font-size: 16px;
    line-height: 22px;
}

div#sec-03 {
    padding: 50px 20px;
}

.main-content h1 {
    font-size: 40px;
    line-height: 70px;
}
.main-content h2 {
    font-size: 35px;
    line-height: 55px;
}

div#sec-03 p {
    font-size: 15px;
    line-height: 22px;
}

.cards-wrapper.what-hell-cards {
    flex-direction: column;
}

.cards-wrapper.what-hell-cards .main-card {
    width: 100%;
}



.call-sec h2 {
    font-size: 12px;
    line-height: 18px;
}
.story-sec-ready {
    padding: 50px 0px;
    min-height: 100%;
    max-height: 100%;
    height: 100%;
}

.story-sec-ready img {
    width: 90%;
    margin: 0 auto 30px;
}

.story-sec-ready h2 {
    font-size: 45px;
    line-height: 60px;
}

div#sec-02 {
    padding: 50px 10px;
}

div#sec-02 .story-content h2 {
    font-size: 35px;
    line-height: 45px;
}

div#sec-02 .cards-wrapper {
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    padding: 50px 10px;
    flex-direction: column;
}

div#sec-02 .main-card {
    position: unset !important;
    width: 100% !important;
    transform: unset !important;
}

div#under-sec h2 {
    font-size: 35px;
    line-height: 50px;
}

div#faq-sec h2 {
    font-size: 27px;
    line-height: 40px;
}

#faq-sec .accordion-body {
    font-size: 14px;
}

a.cm-btn {
    font-size: 14px;
}

ul.ftr-nav {
    padding: 0px;
    flex-direction: column;
    gap: 10px;
}
.scroll-top-btn a {
    width: 20px;
    height: 20px;
    padding: 15px;
}
.scroll-top-btn {
    position: fixed;
    bottom: 60px;
    right: 20px;
}
.story-content p {
    font-size: 16px;
    line-height: 25px;
}
.video-main-sec video {
    object-fit: contain;
}
#videoIntromob {
    display: block;
}
#videoIntro {
    display: none;
}
div#sec-guide {
    padding-top: 300px;
}
.modal-dialog {
    max-width: 100%;
}
.row.btm-rw {
    gap: 20px;
    flex-wrap: wrap;
}
.scroll-tooltip {
    top: 55%;
    width: 30px;
    margin-right: -40px;
}

.scroll-tooltip p {
    font-size: 0px;
}

.scroll-tooltip p i {
    font-size: 12px;
}
.what-hell-cards .main-card .card-data {
    height: auto;
    padding: 20px 10px;
}
}
@media (min-width: 768px) and (max-width: 1024px){
.hell_plots_tiles {
    flex-wrap: wrap;
}

.plot_tile_bx {
    width: 48%;
}
.future_realm_desc {
    min-height: 400px;
    max-height: 400px;
    height: 100%;
}  
.what-hell-cards .main-card .card-data {
    padding: 10px 0px !important;
}

.cards-wrapper.what-hell-cards {
    flex-direction: row !important;
    flex-wrap: wrap;
}

.cards-wrapper.what-hell-cards .main-card {
    width: 45% !important;
    padding: 10px;
}

div#hell_cards_below .card-data h4 {
    font-size: 19px;
}

.what-hell-cards .main-card img {
    height: 170px !important;
    margin-bottom: 0px;
}

    .what-hell-cards .main-card a {
        font-size: 13px;
        letter-spacing: 0px;
        padding: 5px;
        line-height: 15px;
    }
div#story-sec-1 .steal-box-inner {
    padding: 15px 0px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.copy-text-bottom {
    padding-top: 10px;
    margin-top: 20px;
}
.email-form input {
    width: 100%;
}

.email-form {
    max-width: 100%;
    width: auto;
    padding: 5px 5px;
}

.footer-content h4 {
    font-size: 17px;
}

footer p {
    font-weight: 400;
    font-size: 14px;
}

.copy-text-bottom ul.ftr-nav {
    display: flex;
    gap: 10px;
    margin: 0px;
    width: 55%;
    flex-wrap: nowrap;
    flex-direction: row;
}

.copy-text-bottom ul:last-child {
    width: 45%;
    padding: 0px;
    margin: 0px;
}
.what-hell-cards .main-card .card-data {
    height: auto;
    padding: 20px 10px;
}
div#sec-03 {
    margin-top: 0px;
} 
.scroll-tooltip {
    top: 55%;
    width: 30px;
    margin-right: -40px;
}

.scroll-tooltip p {
    font-size: 0px;
}

.scroll-tooltip p i {
    font-size: 12px;
}
div#main-sec-02 {
    padding: 80px 20px 20px 20px;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
}
.row.btm-rw {
    gap: 20px;
    flex-wrap: wrap;
}
.modal-dialog {
    max-width: 100%;
}
div#sec-guide {
    padding-top: 300px;
}
#videoIntromob {
    display: block;
}
#videoIntro {
    display: none;
}
.row.info-bar {
    padding: 10px 5px;
}

.top-text {
    gap: 5px;
    flex-direction: column;
    text-align: center;
}

.top-text p {
    font-size: 12px;
}

.top-links {
    justify-content: center;
    margin-top: 10px;
}

.top-links a {
    padding: 7px 10px;
    font-size: 13px;
}

.row.marq-bar {
    margin-top: 10px;
}
.gossip-box h4 {
    margin: 0px;
    font-size: 16px;
}

.row.marq-bar marquee {
    font-size: 13px;
    padding: 8px 0px;
}

.moth-text p {
    font-size: 14px;
}

.skulls-wrap {
    padding-top: 70px;
}

.skulls-wrap img.butter-img {
    width: 55%;
}

div#story-sec-1 {
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    padding: 20px 10px;
}

div#story-sec-1 .story-sec-1 {
    padding: 20px 0px;
}

p.mn-wrd {
    font-size: 30px;
    line-height: 45px;
}

.story-sec-4 h1 {
    font-size: 70px;
    line-height: 90px;
}
div#story-sec-2 {
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    padding: 50px 10px;
}

.main-content h1 {
    font-size: 60px;
    line-height: 90px;
}

div#sec-01 {
    min-height: 100%;
    max-height: 100%;
}

.main-content h2 {
    font-size: 45px;
    line-height: 65px;
}

.main-content h4 {
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 35px;
}


.scroll-tooltip {
    top: 5%;
}
.scroll-tooltip p {
    font-size: 13px;
}

.info-btns a {
    font-size: 13px;
}

.main-content p {
    font-size: 16px;
    line-height: 22px;
}

div#sec-03 {
    padding: 50px 20px;
}

.main-content h1 {
    font-size: 40px;
    line-height: 70px;
}
.main-content h2 {
    font-size: 35px;
    line-height: 55px;
}

div#sec-03 p {
    font-size: 15px;
    line-height: 22px;
}

.cards-wrapper.what-hell-cards {
    flex-direction: column;
}

.cards-wrapper.what-hell-cards .main-card {
    width: 100%;
}


.call-sec h2 {
    font-size: 16px;
    line-height: 24px;
}

.story-sec-ready {
    padding: 50px 0px;
    min-height: 100%;
    max-height: 100%;
    height: 100%;
}

.story-sec-ready img {
    width: 90%;
    margin: 0 auto 30px;
}

.story-sec-ready h2 {
    font-size: 45px;
    line-height: 60px;
}

div#sec-02 {
    padding: 50px 10px;
}

div#sec-02 .story-content h2 {
    font-size: 35px;
    line-height: 45px;
}

div#sec-02 .cards-wrapper {
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    padding: 50px 10px;
    flex-direction: column;
}

div#sec-02 .main-card {
    position: unset !important;
    width: 100% !important;
    transform: unset !important;
}

div#under-sec h2 {
    font-size: 35px;
    line-height: 50px;
}

div#faq-sec h2 {
    font-size: 27px;
    line-height: 40px;
}

#faq-sec .accordion-body {
    font-size: 14px;
}

a.cm-btn {
    font-size: 14px;
}

ul.ftr-nav {
    padding: 0px;
    flex-direction: column;
    gap: 10px;
}
.scroll-top-btn a {
    width: 20px;
    height: 20px;
    padding: 15px;
}
.scroll-top-btn {
    position: fixed;
    bottom: 60px;
    right: 20px;
}
.story-content p {
    font-size: 16px;
    line-height: 25px;
}
.video-main-sec video {
    object-fit: contain;
}
}
@media (min-width: 1025px) and (max-width: 1201px) {
.future_realm_desc {
    min-height: 400px;
    max-height: 400px;
    height: 100%;
}
div#story-sec-1 .steal-box-inner {
    padding: 15px 0px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.copy-text-bottom {
    padding-top: 10px;
    margin-top: 20px;
}
.email-form input {
    width: 100%;
}

.email-form {
    max-width: 100%;
    width: auto;
    padding: 5px 5px;
}

.footer-content h4 {
    font-size: 17px;
}

footer p {
    font-weight: 400;
    font-size: 14px;
}

.copy-text-bottom ul.ftr-nav {
    display: flex;
    gap: 10px;
    margin: 0px;
    width: 55%;
    flex-wrap: nowrap;
    flex-direction: row;
}

.copy-text-bottom ul:last-child {
    width: 45%;
    padding: 0px;
    margin: 0px;
}
.mob-menu {
    display: block;
}

div#menuBtn {
    position: fixed;
    top: 20px;
    right: 20px;
    box-shadow: 0px 0px 20px 1px red;
    border: 1px solid #ff0000bf;
    border-radius: 8px;
}

div#menu {
    width: 30%;
}

.fullscreen-menu .close-btn {
    text-align: center;
}
.row.info-bar .top-links {
    padding-right: 50px;
}
}
@media (min-width: 1202px) and (max-width: 2999px) {
.mob-menu {
    display: block;
}

div#menuBtn {
    position: fixed;
    top: 20px;
    right: 20px;
    box-shadow: 0px 0px 20px 1px red;
    border: 1px solid #ff0000bf;
    border-radius: 8px;
}

div#menu {
    width: 30%;
}

.fullscreen-menu .close-btn {
    text-align: center;
}
.row.info-bar .top-links {
    padding-right: 50px;
}
}