html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background: #160201;
    /* cursor: url(../img/home/arrow.png), default; */
    background-size: cover;
    height: Auto;
}

@font-face {
   font-family: 'museo-300';
   src: url('fonts/MuseoSans-300.eot');
   src: local(':relaxed:'), url('fonts/MuseoSans-300.woff') format('woff'),
   url('fonts/MuseoSans-300.ttf') format('truetype'), 
   url('fonts/MuseoSans-300.svg') format('svg');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'museo-500';
   src: url('fonts/MuseoSans-500.eot');
   src: local(':relaxed:'), url('fonts/MuseoSans-500.woff') format('woff'),
   url('fonts/MuseoSans-500.ttf') format('truetype'), 
   url('fonts/MuseoSans-500.svg') format('svg');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'museo-700';
   src: url('fonts/MuseoSans-700.eot');
   src: local(':relaxed:'), url('fonts/MuseoSans-700.woff') format('woff'),
   url('fonts/MuseoSans-700.ttf') format('truetype'), 
   url('fonts/MuseoSans-700.svg') format('svg');
   font-weight: normal;
   font-style: normal;
}

.banner-holder {
    width: 100%;
    height: 393px;
    background-size: cover !important;
}

.content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    /*padding: 19.5% 0;*/
    display: table;
}
.donation-menu .inside p {
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    font-family: 'museo-500';
    text-align: center;
    padding: 10px;
    background: rgba(0,0,0,0.4);
    border-bottom: 1px solid #4d120a;
}
.donation-menu {
    width: 30%;
    float: left;
}
.group {
    display: table;
    background: url(../img/home/bg.jpg);
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.group ul {
    padding: 10px 0;
    margin: 0;
}
.group li {
    list-style: none;
    display: block;
}
.group a {
    text-decoration: none;
    font-size: 16px;
    font-family: 'museo-300';
    color: #fff;
    display: block;
    padding: 5px 9px;
    border-radius: 5px;
}
.group a:hover {
    background: #4d120a;
    color: fff;
}
.group ul.tab {
    width: 100%;
    float: left;
}

.donation-view {
    width: 100%;
/*    float: left;
    padding: 3%;
    margin: 0 0 0 3%;
    background: url(../img/home/bg.jpg);
    background: #1d1c1a;
    box-shadow: 0 0 10px #000;*/
    background-size: cover;
}

div#tier2 {
    display: table;
    width: 100%;
}
.title-page p {
    font-size: 30px;
    color: #efeff1;
    margin: 0 0 10px;
    text-align: center;
    font-family: 'museo-700';
}

.set-details {
    width: 49%;
    float: left;
    display: table;
    padding: 10px;
    background: rgba(0,0,0,0.4);
    margin: 2px;
    border: 1px dashed #fff;
    transition: background 0.5s ease-in-out;
}

.set-details ul {
    padding: 0;
    margin: 0;
}
.set-details li {
    display: inline-block;
    list-style: none;
    font-family: 'museo-500';
    color: #8e8e8e;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 2%;
}
.set-details li:nth-child(2) {
    width: 56%;
    float: right;
}


.category {
  width: 100%;
  display: table;
}


.title img {
    width: 124px;
    height: 200px;
}
.image-holder img {
    width: 150px;
    height: 250px;
}
.set-details .title{
	position: relative;
}
.set-details:hover {
    background: #000;
}
.set-details .title p {
    font-size: 17px;
    color: #efeff1;
    margin: 0;
}
.set-details .button-view {
    position: absolute;
    bottom: 5px;
    right: 0;
}
.set-details .button-view a {
    /* background: #ededed; */
    border: 1px solid #db5822;
    border-radius: 25px;
    outline: none;
    padding: 5px 21px;
    font-size: 14px;
    text-decoration: none;
    color: #c0300a;
    font-family: 'museo-500';
    transition: background 0.5s ease-in-out;
    cursor: pointer;
}
.set-details .button-view a:hover {
    background: #db5822;
    color: #fff;
}

.group .active {
	background: #4d120a;
	width: 100%
}

.active{
	background: #4d120a;
	width: 100%
}


/*tier2*/
.design .button-back {
    text-align: left;
    padding: 0 0 10px;
}
.design .button-back a {
    text-decoration: none;
    color: #c0a37b;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    padding: 0 0 10px;
    font-family: Verdana, sans-serif;
}
.image-holder {
    padding: 20px 0;
}
.design {
    width: 100%;
    float: left;
    /* padding: 3%; */
    /* margin: 0 0 0 3%; */
    /* background: url(../img/home/bg.jpg) no-repeat; */
    /* background-size: cover; */
    /* box-shadow: 0 0 10px #000; */
    text-align: center;
}
.design .title p {
    margin: 0 auto;
    color: #fff;
    font-size: 25px;
    font-family: 'museo-500';
    text-align: center !important;
    padding: 10px;
    background: rgba(0,0,0,0.4);
    border-bottom: 1px solid #4d120a;
}

.set-info {
    max-width: 300px;
    margin: 0 auto;
    background: rgba(0,0,0,0.4);
    border: 1px dashed #fff;
    padding: 0 5px 15px;
}
.set-info p {
    font-size: 17px;
    font-family: 'museo-500';
    color: #fff;
}
.set-opt p {
    margin: 0;
    font-size: 17px;
    font-family: 'museo-500';
    color: #fff;
}

.paypal {
    display: table;
    width: 100%;
    margin: 10px 0 0;
    border-top: 2px solid #4d120a;
}
.paypal a {
    display: block;
    margin: 10px 0;
}

.paypal p {
    margin: 0;
    font-size: 17px;
    font-family: 'museo-500';
    color: #fff;
    text-align: left;
    max-width: 207px;
    margin: 3px auto;
}

.link-method {
    margin: 10px 0;
}
.link-method a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'museo-500';
}
/*end tier2*/


img.resize {
    width: 40%;
    height: auto;
}
img.t2acc {
    width: 27%;
    height: auto;
}
img.vip{
    width: 127px;
    height: auto;
}

.desc p {
    margin: 0;
    border-bottom: 1px solid;
    padding: 10px 0;
}

.desc p:last-child {
    border:0;
}

.info p {
    margin: 0;
    border-bottom: 1px solid;
    padding: 10px 0;
}

.info p:last-child {
    border:0;
}

.donation-info {
    max-width: 600px;
    margin: 10px auto;
    background: rgba(0,0,0,0.4);
    border: 1px dashed #fff;
    padding: 0 5px 15px;
}

.donation-info p.price{
    margin: 0 auto;
    color: #fff;
    font-family: 'museo-500';
    text-align: center;
    font-size: 25px;
    padding: 10px;
    background: rgba(0,0,0,0.4);
    border-bottom: 1px solid #4d120a;
}

.box .title p {
    /*margin: 0 auto; */
    /* color: #fff; */
    font-size: 22px;
    font-family: 'museo-500';
    text-align: left;
    /* padding: 10px; */
    font-family: Verdana, sans-serif;
    /* background: rgba(0,0,0,0.4); */
    /* border-bottom: 1px solid #4d120a !important; */
    /* border-top: 1px solid #4d120a !important; */
}

.info ul {
    padding: 0;
    margin: 10px;
}

.info li {
    list-style: none;
    font-size: 16px;
    color: fff;
    font-family: 'museo-300';
    text-align: left;
}

img.t2wing {
    width: 124px;
    height: 140px;
}

img.weapon-resize {
    width: 90px;
    height: 155px;
}

img.shield-resize {
    width: 90px;
    height: 120px;
}
img.view-resize {
    width: 62px;
    height: 90px;
}

.terms-details {
    width: 100%;
    float: left;
    display: table;
    padding: 10px;
    background: rgba(0,0,0,0.4);
    margin: 2px;
    box-shadow: 0 0 10px #000;
}
.terms-details p {
    color: #fff;
    font-size: 18px;
    font-family: 'museo-300';
}

.method-details .title p {
    font-size: 18px;
    color: #fff;
    font-family: 'museo-300';
    text-align: center;
}
.method-details .title a{
    font-size: 18px;
    color: #fff;
    /*text-decoration: none;*/
    font-family: 'museo-300';
    text-align: center;
}
.method-details .title p:first-child {
    font-size: 45px;
    margin: 19% 0;
    text-align: center;
    font-family: 'museo-700';
}

.method-details {
    width: 100%;
    height: 503px;
    float: left;
    display: table;
    padding: 10px;
    background: rgba(0,0,0,0.4);
    margin: 2px;
    box-shadow: 0 0 10px #000;
}


img.resize-dl {
    width: 30%;
    margin-right: 20px;
    vertical-align: middle;
}

a.resize-text {
    font-size: 24px;
    font-family: 'museo-700';
}

.donation-view img.vote_goal {
    width: 100%;
}
a.style {
text-decoration: none;
    color: #c0a37b;
    /* font-family: 'museo-300'; */
    font-size: 15px;
    /* cursor: url(../img/home/arrow.png), default; */
    float: left;
    font-weight: bold;
    cursor: pointer;
    padding: 0 0 10px;
    font-family: Verdana, sans-serif;
}

/* RageZoneMU PremiumShop upgrade - Layout 4 featured packages */
body.open_air.three_column.home.diablo_ii {
    background:
        radial-gradient(circle at top center, rgba(165, 0, 0, 0.35), transparent 36%),
        radial-gradient(circle at bottom right, rgba(255, 45, 45, 0.12), transparent 28%),
        #080101 !important;
    color: #d8c4a0;
}

#wallpaper {
    background: linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.92)) !important;
}

#banner {
    min-height: 180px;
    background:
        linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.85)),
        url('../img/home/bg_main_visual01.jpg') center 26% / cover no-repeat !important;
    border-bottom: 1px solid rgba(255,45,45,.45);
    box-shadow: 0 0 35px rgba(190,0,0,.45);
    cursor: pointer;
}

.box .header .inner_content,
.side_box .header .inner_content {
    background: linear-gradient(90deg, #210000, #810000 48%, #210000) !important;
    border: 1px solid rgba(255, 60, 60, .35);
    box-shadow: inset 0 0 18px rgba(255,0,0,.18), 0 0 12px rgba(0,0,0,.7);
}

.bh_padding,
.sh_padding {
    color: #ffd8a0 !important;
    letter-spacing: 1px;
    text-shadow: 0 0 8px #ff0000, 0 2px 2px #000;
    text-transform: uppercase;
}

.box .content .inner_content,
.side_box .content .inner_content {
    background: rgba(7, 2, 2, .88) !important;
    border-left: 1px solid rgba(255, 50, 50, .16);
    border-right: 1px solid rgba(255, 50, 50, .16);
}

.message a,
.side_box a {
    color: #ffb36b !important;
    transition: color .25s ease, text-shadow .25s ease;
}
.message a:hover,
.side_box a:hover {
    color: #ffffff !important;
    text-shadow: 0 0 8px #ff2d2d;
}

.rz-hero-shop {
    position: relative;
    overflow: hidden;
    min-height: 310px;
    padding: 38px 32px;
    border: 1px solid rgba(255,45,45,.35);
    border-radius: 18px;
    background:
        linear-gradient(90deg, rgba(5,0,0,.96) 0%, rgba(45,0,0,.78) 58%, rgba(0,0,0,.68) 100%),
        url('../img/banner2.jpg') center / cover no-repeat;
    box-shadow: 0 0 30px rgba(255,0,0,.23), inset 0 0 65px rgba(0,0,0,.75);
    margin-bottom: 18px;
}
.rz-hero-glow {
    position: absolute;
    width: 360px;
    height: 360px;
    right: -140px;
    top: -110px;
    background: radial-gradient(circle, rgba(255,0,0,.45), transparent 68%);
    filter: blur(3px);
}
.rz-hero-copy { position: relative; z-index: 2; max-width: 560px; }
.rz-kicker {
    color: #ff3838;
    font-weight: bold;
    letter-spacing: 3px;
    text-shadow: 0 0 10px #ff0000;
}
.rz-hero-copy h1 {
    margin: 8px 0 6px;
    font-size: 46px;
    line-height: 1;
    color: #fff0c8;
    text-transform: uppercase;
    text-shadow: 0 0 14px #b60000, 0 4px 0 #000;
}
.rz-hero-copy p {
    color: #d9c29a;
    font-size: 16px;
    line-height: 1.6;
    max-width: 480px;
}
.rz-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.rz-btn,
.rz-card-btn {
    display: inline-block;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: bold;
    letter-spacing: .8px;
    border-radius: 999px;
    padding: 11px 20px;
    border: 1px solid rgba(255,190,120,.55);
    background: linear-gradient(180deg, #e0271d, #770000);
    box-shadow: 0 0 16px rgba(255,0,0,.35), inset 0 1px 0 rgba(255,255,255,.25);
}
.rz-btn-secondary { background: linear-gradient(180deg, #3b1515, #120303); }
.rz-btn:hover,
.rz-card-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 0 24px rgba(255,45,45,.7), inset 0 1px 0 rgba(255,255,255,.35);
}

.rz-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 0 0 18px;
}
.rz-trust-strip div {
    padding: 13px;
    background: linear-gradient(180deg, rgba(40,0,0,.9), rgba(5,0,0,.9));
    border: 1px solid rgba(255,45,45,.25);
    border-radius: 12px;
    text-align: center;
}
.rz-trust-strip strong { display:block; color:#fff0c8; }
.rz-trust-strip span { display:block; color:#a99572; font-size:12px; margin-top:4px; }

.rz-featured-packages {
    padding: 20px;
    background: rgba(0,0,0,.48);
    border: 1px solid rgba(255,45,45,.22);
    border-radius: 16px;
    box-shadow: inset 0 0 35px rgba(120,0,0,.16);
}
.rz-section-title { text-align:center; margin-bottom:18px; }
.rz-section-title span {
    color:#ff3d3d;
    font-weight:bold;
    letter-spacing:2px;
    text-transform:uppercase;
}
.rz-section-title h2 {
    margin: 5px 0;
    color:#fff0c8;
    text-shadow:0 0 10px #a00000;
}
.rz-section-title p { color:#aa9670; margin:0; }
.rz-package-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.rz-package-card {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    padding: 18px;
    text-align: center;
    background: linear-gradient(180deg, rgba(34,0,0,.92), rgba(6,0,0,.96));
    border: 1px solid rgba(255,75,75,.28);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0,0,0,.45);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.rz-package-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255,90,60,.75);
    box-shadow: 0 16px 35px rgba(0,0,0,.65), 0 0 22px rgba(255,0,0,.33);
}
.rz-package-card img {
    height: 150px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    margin: 4px auto 14px;
    filter: drop-shadow(0 0 15px rgba(255,0,0,.35));
}
.rz-package-card h3 { color:#fff0c8; margin:0 0 8px; text-shadow:0 0 8px #9b0000; }
.rz-package-card p { color:#c8b38d; min-height:66px; line-height:1.5; }
.rz-package-card ul { text-align:left; padding-left:18px; color:#d0c0a5; min-height:78px; }
.rz-package-card li { margin-bottom:6px; }
.rz-popular { border-color: rgba(255,190,90,.58); }
.rz-ribbon {
    position:absolute;
    top:14px;
    right:-36px;
    transform:rotate(35deg);
    background:linear-gradient(180deg,#ffcf75,#b60000);
    color:#160000;
    font-weight:bold;
    font-size:11px;
    padding:7px 38px;
    box-shadow:0 0 14px rgba(255,0,0,.6);
}
.rz-banner-panel { margin-top:18px; text-align:center; }
.rz-banner-panel img {
    border-radius: 16px;
    border: 1px solid rgba(255,45,45,.28);
    box-shadow: 0 0 30px rgba(255,0,0,.22);
}

/* Upgrade existing pack list cards */
.set-details {
    border: 1px solid rgba(255, 62, 62, .32) !important;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(30,0,0,.82), rgba(5,0,0,.92)) !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.35);
}
.set-details:hover {
    background: linear-gradient(180deg, rgba(72,0,0,.92), rgba(8,0,0,.96)) !important;
    box-shadow: 0 0 20px rgba(255,0,0,.28);
}
.set-details .title p { color:#fff0c8 !important; text-shadow:0 0 7px #8f0000; }
.set-details .button-view a {
    color:#fff !important;
    background: linear-gradient(180deg, #ca2118, #610000);
    border-color: rgba(255,190,120,.55) !important;
    box-shadow:0 0 10px rgba(255,0,0,.25);
}
.set-details .button-view a:hover { background: linear-gradient(180deg, #ff3c2e, #970000) !important; }

@media (max-width: 900px) {
    #left_column, #middle_column { width: 100% !important; float: none !important; padding: 0 !important; }
    .rz-package-grid, .rz-trust-strip { grid-template-columns: 1fr; }
    .rz-hero-copy h1 { font-size: 34px; }
    .set-details { width: 100% !important; float: none !important; }
}


/* RageZoneMU purchase options: PayPal + GCash */
.rz-payment-box {
    margin-top: 22px;
    padding: 18px;
    border: 1px solid rgba(255, 45, 45, .45);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(30,0,0,.88), rgba(6,6,6,.96));
    box-shadow: 0 0 24px rgba(180,0,0,.25), inset 0 0 18px rgba(255,255,255,.03);
    text-align: center;
}
.rz-payment-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 6px;
    text-shadow: 0 0 12px rgba(255,0,0,.65);
}
.rz-payment-note,
.rz-gcash-help {
    color: #d7c0c0;
    font-size: 12px;
    line-height: 1.45;
    margin: 6px auto 12px;
    max-width: 520px;
}
.rz-payment-option-label {
    display: inline-block;
    margin: 10px 0 10px;
    padding: 5px 12px;
    border-radius: 999px;
    color: #ffd8d8;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .4px;
}
.rz-payment-box table {
    margin: 0 auto 12px;
    color: #f4e9e9;
}
.rz-payment-box select,
.rz-payment-box input[type="text"] {
    width: min(100%, 360px);
    border-radius: 8px;
    border: 1px solid rgba(255,45,45,.35);
    background: #100707;
    color: #fff;
    padding: 8px 10px;
    outline: none;
}
.rz-paypal-button,
.rz-gcash-button {
    display: inline-block;
    width: min(100%, 300px);
    margin: 8px auto;
    padding: 13px 20px;
    border: 0;
    border-radius: 10px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .4px;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.rz-paypal-button {
    background: linear-gradient(180deg, #2477ff, #003f9f);
    box-shadow: 0 0 18px rgba(36,119,255,.35);
}
.rz-gcash-button {
    background: linear-gradient(180deg, #18a7ff, #0057d8);
    box-shadow: 0 0 18px rgba(24,167,255,.35);
}
.rz-paypal-button:hover,
.rz-gcash-button:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
    box-shadow: 0 0 25px rgba(255,45,45,.45);
}
.rz-payment-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 14px auto 6px;
    max-width: 360px;
    color: #ff9a9a;
    font-weight: 900;
}
.rz-payment-divider:before,
.rz-payment-divider:after {
    content: "";
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, transparent, rgba(255,45,45,.65), transparent);
}
@media (max-width: 720px) {
    .rz-payment-box { padding: 14px 10px; }
    .rz-paypal-button, .rz-gcash-button { width: 100%; }
    .rz-payment-box table, .rz-payment-box tbody, .rz-payment-box tr, .rz-payment-box td { display: block; width: 100%; }
}
