/* ************************ corem-website-main ************************ */

:root {
    --crm-dark: 39, 39, 39;
    --crm-second: 52, 52, 52;
    --crm-third: 30, 30, 30;
    --crm-primary: 255, 176, 96; 
    --crm-white: 255, 255, 255;
    --crm-danger: 218, 55, 60;
    --crm-success: 41, 207, 103;
    --crm-warning: 251, 209, 40;
    --crm-discord: 114,137,218;

    --crm-url-bg: url("https://cdn.tebex.io/store/1339974/templates/242901/assets/bd7481324022f376ec5923f3dd3045c515601744.jpg?updated=6953ed591073ff6b7c39a1315b911f0151aeca3b23fd4b443ae81b4355cb18ac");
    --crm-url-logo: url("https://cdn.tebex.io/store/1339974/templates/242901/assets/409046c6f73efa5da0dfbd3b1f39674e76bfa245.webp?updated=81d490fd6b4a4b49d92ac172d611dbdadddf71e6c160b3de7a17915f591a65b5");

    --crm-padding: 0 180px;
    --crm-width: calc(100% - (180px)*2);
    --crm-hero-width: 80%;
    --crm-hero-size: 80px;

    --crm-title: 32px;
    --crm-disc: 16px;
}

/* ************************ corem-website-main ************************ */

body {
    background-color: rgba(var(--crm-dark), 1.0);
    padding: 0;
    margin: 0;
    color: rgba(var(--crm-white), 1.0);
    font-family: "Plus Jakarta Sans", sans-serif;
    
    background: var(--crm-url-bg) no-repeat center center fixed,  rgba(var(--crm-dark), 1.0); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
* {
    font-family: "Plus Jakarta Sans", sans-serif;
}
.crm-container {
    width: 100%;
    height: 100%;
}
.crm-container::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(var(--crm-third), 1.0);
}
.crm-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(var(--crm-dark), 1.0);
}

/* ************************ corem-website-main ************************ */

.crm-landing {
    width: var(--crm-width);
    padding: var(--crm-padding);
    height: fit-content;
    background: linear-gradient(to bottom, rgba(var(--crm-dark), 0.0) 0%, rgba(var(--crm-dark), 1) 85%);
}

/* ************************ corem-website-main ************************ */

.crm-header {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
}
.crm-hdesk {
    width: 100%;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.crm-hmobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(var(--crm-white), 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
    box-sizing: border-box;
    position: absolute;
    top: 80px;
    width: var(--crm-width);
    z-index: 99;
    display: none;
}
.crm-hmobile.crm-show {
    display: flex;
}

.crm-hlogo {
    height: fit-content;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(var(--crm-white), 1.0);
    transition: scale 0.4s ease;
}
.crm-hlogo:hover {
    scale: 0.9905;
}
.crm-hlogo-img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-image: var(--crm-url-logo);
    background-size: contain;
    background-repeat: no-repeat;
}
.crm-hlogo-name {
    min-width: fit-content;
    font-size: 24px;
    font-weight: 700;
}

.crm-hnavs {
    display: flex;
    gap: 20px;
}
.crm-hnav {
    text-decoration: none;
    color: rgba(var(--crm-white), 1.0);
    width: fit-content;
    height: 40px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0.7;
    font-weight: 500;
    border-radius: 6px;
    transition: opacity 0.4s ease, background-color 0.4s ease;
    box-sizing: border-box;
}
.crm-hnav:hover {
    opacity: 1.0;
    background-color: rgba(var(--crm-white), 0.1);
    cursor: pointer;
}
.crm-hmobile .crm-hnavs {
    width: 100%;
    flex-direction: column;
    gap: 10px;
}
.crm-hmobile .crm-hnav {
    width: 100%;
    justify-content: center;
    background-color: rgba(var(--crm-third), 0.5);
}

.crm-hactions {
    display: flex;
    gap: 10px;
}
.crm-hbuttons {
    display: flex;
    gap: 10px; 
}
.crm-hmobile .crm-hbuttons {
    width: 100%;
}

.crm-hcurrency-c {
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 40px;
    background-color: rgba(var(--crm-white), 0.2);
    gap: 8px;
    padding: 0 10px;
    border-radius: 6px;
    font-weight: 500;
    color: rgba(var(--crm-white), 1.0);
    font-size: 16px;
    opacity: 0.7;
}
.crm-hcurrency-c:hover {
    opacity: 1.0;
    cursor: pointer;
}
.crm-hcurrencies {
    position: absolute;
    margin-top: 10px;
    width: 150px;
    height: 210px;
    background-color: rgba(var(--crm-white), 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    border-radius: 8px;
    z-index: 98;
    box-sizing: border-box;
    display: none;
}
.crm-hcurrencies.crm-show {
    display: flex;
}
.crm-hcurrency-i {
    text-decoration: none;
    color: rgba(var(--crm-white), 1.0);
    width: 60px;
    height: 30px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.crm-hcurrency-i:hover {
    background-color: rgba(var(--crm-white), 0.2);
}
.crm-hmobile .crm-hcurrencies {
    position: relative;
    margin: 0;
    width: 100%;
    align-items: center;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background-color: rgba(var(--crm-third), 0.4);
}
.crm-hmobile .crm-hcurrency-i {
    width: calc(50% - 5px);
}
.crm-hmobile .crm-hcurrency-c {
    width: 100%;
    justify-content: center;
    background-color: rgba(var(--crm-third), 0.5);
}

.crm-hcart {
    text-decoration: none;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 40px;
    background-color: rgba(var(--crm-white), 0.2);
    gap: 8px;
    padding: 0 10px;
    border-radius: 6px;
    font-weight: 500;
    color: rgba(var(--crm-white), 1.0);
    font-size: 16px;
    opacity: 0.7;
}
.crm-hcart:hover {
    opacity: 1.0;
    cursor: pointer;
}

.crm-hlogin {
    text-decoration: none;
    color: rgba(var(--crm-primary), 1.0);
    display: flex;
    width: fit-content;
    height: 40px;
    background-color: rgba(var(--crm-primary), 0.3);
    align-items: center;
    gap: 8px;
    padding: 0 15px;
    border-radius: 6px;
}
.crm-hlogin:hover {
    background-color: rgba(var(--crm-primary), 0.4);
    cursor: pointer;
}
.crm-hmobile .crm-hlogin {
    width: 100%;
    justify-content: center;
}
.crm-hlogout {
    text-decoration: none;
    color: rgba(var(--crm-danger), 1.0);
    display: flex;
    width: fit-content;
    height: 40px;
    background-color: rgba(var(--crm-danger), 0.3);
    align-items: center;
    gap: 8px;
    padding: 0 15px;
    border-radius: 6px;
}
.crm-hlogout:hover {
    background-color: rgba(var(--crm-danger), 0.4);
    cursor: pointer;
}
.crm-hmobile .crm-hlogout {
    width: 100%;
    justify-content: center;
}

.crm-htoggle {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 40px;
    background-color: rgba(var(--crm-white), 0.1);
    padding: 0 10px;
    border-radius: 6px;
    font-weight: 500;
    color: rgba(var(--crm-white), 1.0);
    font-size: 16px;
}
.crm-htoggle:hover {
    background-color: rgba(var(--crm-white), 0.2);
}

/* ************************ corem-website-main ************************ */

.crm-hero {
    width: 100%;
    height: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--crm-third), 0.0);
}
.crm-hero-center {
    width: var(--crm-hero-width);
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}
.crm-hero-t {
    width: 100%;
    font-size: var(--crm-hero-size);
    font-weight: 900;
    line-height: var(--crm-hero-size);
}
.crm-hero-s {
    color: rgba(var(--crm-white), 0.6);
}
.crm-hero-b {
    display: flex;
    gap: 10px;
}
.crm-explore {
    text-decoration: none;
    width: fit-content;
    height: 40px;
    background-color: rgba(var(--crm-primary), 0.4);
    border-radius: 6px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(var(--crm-primary), 1.0);
}
.crm-explore:hover {
    background-color: rgba(var(--crm-primary), 0.5);
    cursor: pointer;
}
.crm-discord {
    text-decoration: none;
    width: fit-content;
    height: 40px;
    background-color: rgba(var(--crm-discord), 0.4);
    border-radius: 6px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(var(--crm-discord), 1.0);
}
.crm-discord:hover {
    background-color: rgba(var(--crm-discord), 0.5);
    cursor: pointer;
}

/* ************************ corem-website-main ************************ */

.crm-mix {
    width: var(--crm-width);
    padding: var(--crm-padding);
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
    background-color: rgba(var(--crm-dark), 1.0);
    padding-bottom: 80px;
    padding-top: 10px;
}

/* ************************ corem-website-main ************************ */

.crm-whyus {
    width: fit-content;
    max-width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.crm-wsection {
    width: fit-content;
    max-width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.crm-witem {
    width: 300px;
    max-width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.crm-witem-i {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-color: rgba(var(--crm-primary), 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: rgba(var(--crm-primary), 1.0);
}
.crm-witem-t {
    display: flex;
    flex-direction: column;
}
.crm-witem-l {
    font-size: 18px;
    font-weight: 700;
}
.crm-witem-d {
    font-size: 13px;
    opacity: 0.7;
}

/* ************************ corem-website-main ************************ */

.crm-featured {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.crm-ftitle {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.crm-ftitle-l {
    font-size: var(--crm-title);
    font-weight: 700;
    text-align: center;
}
.crm-ftitle-d {
    font-size: var(--crm-desc);
    opacity: 0.6;
    text-align: center;
}
.crm-fcontent {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.crm-fview-c {
    width: 100%;
    display: flex;
    justify-content: center;
}
.crm-fview {
    text-decoration: none;
    width: fit-content;
    height: fit-content;
    background-color: rgba(var(--crm-success), 0.2);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 4px;
    color: rgba(var(--crm-success), 1.0);
    font-size: 18px;
    font-weight: 500;
    transition: background-color 0.3s ease, gap 0.3s ease;
}
.crm-fview:hover {
    background-color: rgba(var(--crm-success), 0.3); 
    cursor: pointer;
    gap: 20px;
}

/* ************************ corem-website-main ************************ */

.crm-packages {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
}
.crm-package {
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    background-color: rgba(var(--crm-third), 1.0);
    background: radial-gradient(rgba(var(--crm-dark), 0.8), rgba(var(--crm-third), 0.8));
    border-radius: 15px;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.crm-pimg {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: scale 0.3s ease;
}
.crm-pimg:hover {
    background: radial-gradient(rgba(var(--crm-dark), 1.0), rgba(var(--crm-third), 1.0));
    scale: 0.995;
    cursor: pointer;
}
.crm-pdetails {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
}
.crm-ptags {
    display: flex;
    gap: 6px;
}
.crm-ptag {
    width: fit-content;
    height: fit-content;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    color: rgba(var(--crm-primary), 1.0);
    background-color: rgba(var(--crm-primary), 0.2);
}
.crm-pname {
    font-size: 20px;
    font-weight: 700;
}
.crm-pprice {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.7;
    display: flex;
    gap: 10px;
}
.crm-pprice-n {
    color: rgba(var(--crm-danger), 1.0);
    font-weight: 500;
    text-decoration: line-through;
}
.crm-pbuttons {
    margin-top: 15px;
    width: fit-content;
    height: 40px;
    min-height: 40px;
    display: flex;
    gap: 10px;
}
.crm-pview {
    width: fit-content;
    height: 100%;
    padding: 0 15px;
    text-decoration: none;
    background-color: rgba(var(--crm-primary), 0.2);
    color: rgba(var(--crm-primary), 1.0);
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}
.crm-pview:hover {
    background-color: rgba(var(--crm-primary), 0.3);
}
.crm-pbuy {
    width: fit-content;
    height: 100%;
    padding: 0 10px;
    text-decoration: none;
    background-color: rgba(var(--crm-primary), 0.2);
    color: rgba(var(--crm-primary), 1.0);
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}
.crm-pbuy:hover {
    background-color: rgba(var(--crm-primary), 0.3);
}
.crm-premove {
    width: fit-content;
    height: 100%;
    padding: 0 10px;
    text-decoration: none;
    background-color: rgba(var(--crm-danger), 0.2);
    color: rgba(var(--crm-danger), 1.0);
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}
.crm-premove:hover {
    background-color: rgba(var(--crm-danger), 0.3);
}

/* ************************ corem-website-main ************************ */

.crm-recent {
    width: var(--crm-width);
    padding: var(--crm-padding);
    padding-top: 80px;
    padding-bottom: 80px;
    height: fit-content;
    background-color: rgba(var(--crm-dark), 0.5);
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.crm-rtitle {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.crm-rtitle-l {
    font-size: var(--crm-title);
    font-weight: 700;
    text-align: center;
}
.crm-rtitle-d {
    font-size: var(--crm-desc);
    opacity: 0.6;
    text-align: center;
}
.crm-rpayments {
    display: flex;
    overflow: hidden;
    display: flex;
    > * {
        flex: 0 0 100%;
    }
}
.crm-rpayments-c {
    display: flex;
    will-change: transform;
    animation: crm-scrolling 10s linear infinite;
    gap: 10px;
    padding-right: 10px;
}
.crm-rpayment {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: rgba(var(--crm-dark), 0.95);
    padding: 0px 20px;
    border-radius: 8px;
}
.crm-rpimg {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    border: 2px solid rgba(var(--crm-primary), 0.8);
}
.crm-rpname {
    font-size: 18px;
    font-weight: 700;
}
.crm-rpval {
    color: rgba(var(--crm-white), 0.6);
    font-size: 14px;
}
@keyframes crm-scrolling {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
}

/* ************************ corem-website-main ************************ */

.crm-testimonials {
    width: var(--crm-width);
    padding: var(--crm-padding);
    padding-top: 80px;
    padding-bottom: 80px;
    height: fit-content;
    background-color: rgba(var(--crm-dark), 1.0);
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.crm-ttitle {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.crm-ttitle-l {
    font-size: var(--crm-title);
    font-weight: 700;
    text-align: center;
}
.crm-ttitle-d {
    font-size: var(--crm-desc);
    opacity: 0.6;
    text-align: center;
}
.crm-tbody {
    gap: 10px;
    overflow: hidden;
    display: flex;
    > * {
        flex: 0 0 100%;
    }
}
.crm-tcontainer {
    display: flex;
    gap: 10px;
    will-change: transform;
}
.crm-tcolumn {
    min-height: fit-content;
    display: grid;
    height: 500px;
    gap: 10px;
}
.crm-tcolumn-1 {
    grid-template-rows: 65% 35%;
}
.crm-tcolumn-2 {
    grid-template-rows: 40% 60%;
}
.crm-trow {
    width: 324px;
    background: radial-gradient(rgba(var(--crm-dark), 0.8), rgba(var(--crm-third), 0.8));
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
}
.crm-tstars {
    display: flex;
    gap: 8px;
    font-size: 20px;
    color: rgba(var(--crm-primary), 1.0);
}
.crm-tname {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
}
.crm-tcontent {
    margin-top: 5px;
    opacity: 0.7;
    font-size: 14px;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1; 
    font-weight: 100;
}
@keyframes crm-scrolling-r {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
}

/* ************************ corem-website-main ************************ */

.crm-questions {
    width: var(--crm-width);
    padding: var(--crm-padding);
    padding-bottom: 80px;
    height: fit-content;
    padding-bottom: 80px;
    background-color: rgba(var(--crm-dark), 1.0);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.crm-qtitle {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.crm-qtitle-l {
    font-size: var(--crm-title);
    font-weight: 700;
    text-align: center;
}
.crm-qtitle-d {
    font-size: var(--crm-desc);
    opacity: 0.6;
    text-align: center;
}
.crm-qcontent {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.crm-qitem {
    width: 100%;
    background-color: rgba(var(--crm-third), 0.7);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}
.crm-qitem-q:hover {
    cursor: pointer;
    background-color: rgba(var(--crm-third), 0.9);
}
.crm-qitem-q {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    padding: 15px 20px;
}
.crm-qitem-title {
    display: flex;
    align-items: center;
    gap: 10px;
}
.crm-qitem-c {
    width: 8px;
    height: 8px;
    background-color: rgba(var(--crm-primary), 1.0);
    rotate: 45deg;
}
.crm-qitem-ques {
    font-weight: 500;
}
.crm-qitem-r {
    font-weight: 100;
    padding: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
}
.crm-qitem.active .crm-qitem-r {
    opacity: 0.7;
    padding: 20px 20px;
}
.crm-qitem-q i {
    transition: transform 0.4s ease;
}
.crm-qitem-q i.rotated {
    transform: rotate(180deg);
}

/* ************************ corem-website-main ************************ */

.crm-footer {
    height: fit-content;
    width: var(--crm-width);
    padding: var(--crm-padding);
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: rgba(var(--crm-third), 1.0);
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.crm-ftop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.crm-fomain {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.crm-fologo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.crm-foimg {
    width: 30px;
    height: auto;
}
.crm-foname {
    font-size: 18px;
    font-weight: 700;
}
.crm-fodesc {
    font-size: 14px;
    opacity: 0.7;
}
.crm-fosocials {
    display: flex;
    gap: 10px;
}
.crm-fosocial {
    text-decoration: none;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--crm-primary), 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: rgba(var(--crm-primary), 1.0);
}
.crm-fosocial:hover {
    background-color: rgba(var(--crm-primary), 0.3);
    cursor: pointer;
}
.crm-foquick, .crm-folegals {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.crm-foquick-t, .crm-folegals-t {
    font-size: 18px;
    font-weight: 700;
}
.crm-foquick-c, .crm-folegals-c {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.crm-folink, .crm-folegal {
    text-decoration: none;
    color: rgba(var(--crm-white), 0.7);
}
.crm-folink:hover, .crm-folegal:hover {
    cursor: pointer;
    color: rgba(var(--crm-primary), 1.0);
}

.crm-ftebex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
}
.crm-ftebex-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.crm-ftebex-img {
    width: 80px;
    height: auto;
    opacity: 0.7;
}
.crm-ftebex-c {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.7;
}

.crm-ftebex-links {
    display: flex;
    gap: 15px;
}
.crm-ftebex-link {

    text-decoration: none;
    color: rgba(var(--crm-white), 1.0);
    font-size: 14px;
    font-weight: 500;
    opacity: 0.7; 
}
.crm-ftebex-link:hover {
    opacity: 1.0;
}

/* ************************ corem-website-main ************************ */
/* ************************ corem-website-main ************************ */
/* ************************ corem-website-main ************************ */

.crm-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.crm-page-header {
    width: var(--crm-width);
    padding: var(--crm-padding);
    background-color: rgba(var(--crm-dark), 1.0);
}
.crm-page-body {
    flex: 1;
    width: var(--crm-width);
    padding: var(--crm-padding);
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: rgba(var(--crm-dark), 1.0);
}
.crm-page-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0px;
}
.crm-page-heading {
    font-size: 24px;
    font-weight: 700;
}
.crm-page-t {
    font-size: 22px;
    font-weight: 700;
}
.crm-page-s {
    font-size: 14px;
    opacity: 0.7;
}
.crm-page-content {
    width: fit-content;
    height: fit-content;
    color: rgba(var(--crm-white), 0.7);
}
.crm-page-content a {
    text-decoration: none;
    font-weight: 500;
    color: rgba(var(--crm-primary), 0.9);
}
.crm-page-content a:hover {
    color: rgba(var(--crm-primary), 1.0);
}
.crm-page-sub {
    opacity: 0.7;
}
.crm-page-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

/* ************************ corem-website-main ************************ */
/* ************************ corem-website-main ************************ */
/* ************************ corem-website-main ************************ */

.crm-signin {
    box-sizing: border-box;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: rgba(var(--crm-third), 1.0);
    padding: 20px;
    border-radius: 8px;
}
.crm-shead {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.crm-stitle {
    font-size: 24px;
    font-weight: 700;
}
.crm-sdesc {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    opacity: 0.7;
    font-size: 14px;
}
.crm-sbody {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.crm-slogin {
    text-decoration: none;
    width: fit-content;
    height: 50px;
    min-height: 50px;
    padding: 0 15px;
    background-color: rgba(var(--crm-success), 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: rgba(var(--crm-success), 1.0);
    border-radius: 4px;
}
.crm-slogin:hover {
    background-color: rgba(var(--crm-success), 0.3);
}
.crm-sbody a {
    text-decoration: none;
    width: fit-content;
    height: 50px;
    min-height: 50px;
    padding: 0 15px;
    background-color: rgba(var(--crm-success), 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: rgba(var(--crm-success), 1.0);
    border-radius: 4px;
}
.crm-sbody a:hover {
    background-color: rgba(var(--crm-success), 0.3);
}
.crm-sbody p {
    font-size: 16px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

/* ************************ corem-website-main ************************ */
/* ************************ corem-website-main ************************ */
/* ************************ corem-website-main ************************ */

.crm-sign-discord {
    box-sizing: border-box;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: rgba(var(--crm-third), 1.0);
    padding: 20px;
    border-radius: 8px;
}
.crm-sdhead {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.crm-sdpackage {
    font-size: 24px;
    font-weight: 700;
}
.crm-sdoptions {
    font-weight: 500;
    opacity: 0.7;
    font-size: 14px;
}
.crm-sdbody {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.crm-sddesc {
    font-weight: 500;
}
.crm-sdsection {
    display: flex;
    width: 100%;
    height: fit-content;
    gap: 10px;
}
.crm-sduser {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 50px;
    background-color: rgba(var(--crm-dark), 1.0);
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    color: rgba(var(--crm-white), 0.7);
}
.crm-sdlogin {
    box-sizing: border-box;
    text-decoration: none;
    width: 100%;
    min-width: fit-content;
    height: 100%;
    min-height: 50px;
    padding: 0 15px;
    background-color: rgba(var(--crm-discord), 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 500;
    color: rgba(var(--crm-discord), 1.0);
    border-radius: 4px;
}
.crm-sdlogin:hover {
    background-color: rgba(var(--crm-discord), 0.3);
}
.crm-sdcontinue {
    border: none;
    outline: none;
    text-decoration: none;
    width: fit-content;
    height: 50px;
    min-height: 50px;
    padding: 0 15px;
    background-color: rgba(var(--crm-success), 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: rgba(var(--crm-success), 1.0);
    border-radius: 4px;
    font-size: 16px;
}
.crm-sdcontinue:hover {
    background-color: rgba(var(--crm-success), 0.3);
}

/* ************************ corem-website-main ************************ */
/* ************************ corem-website-main ************************ */
/* ************************ corem-website-main ************************ */

.crm-basket {
    display: grid;
    gap: 20px;
    grid-template-columns: 2fr 1fr;
}
.crm-bmain {
    height: fit-content;
    background-color: rgba(var(--crm-third), 1.0);
    padding: 20px;
    border-radius: 8px;
}
.crm-bcheckout {
    height: fit-content;
    background-color: rgba(var(--crm-third), 1.0);
    padding: 20px;
    border-radius: 8px;
}

.crm-bhead {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.crm-btitle {
    font-size: 24px;
    font-weight: 700;
}
.crm-bcount {
    width: fit-content;
    height: fit-content;
    padding: 10px 15px;
    background-color: rgba(var(--crm-dark), 1.0);
    font-size: 14px;
    color: rgba(var(--crm-white), 0.7);
    font-weight: 500;
    border-radius: 4px;
}

.crm-bpackages {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.crm-bpackage {
    display: flex;
    background-color: rgba(var(--crm-dark), 1.0);
    border-radius: 8px;
}
.crm-bpackage-img {
    width: 200px;
    height: auto;
    border-radius: inherit;
}
.crm-bpackage-c {
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.crm-bpackage-i {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.crm-bpackage-n {
    font-size: 18px;
    font-weight: 700;
}
.crm-bpackage-p {
    opacity: 0.7;
}
.crm-bpackage-r {
    text-decoration: none;
    color: rgba(var(--crm-danger), 1.0);
    background-color: rgba(var(--crm-danger), 0.2);
    width: fit-content;
    height: fit-content;
    padding: 10px 12px;
    border-radius: 4px;
}
.crm-bpackage-r:hover {
    background-color: rgba(var(--crm-danger), 0.3);
}
.crm-bpackage-d {
    font-size: 14px;
    font-weight: 500;
    color: rgba(var(--crm-primary), 0.8);
}

.crm-bcoupon {
    width: 100%;
    display: flex;
    gap: 15px;
}
.crm-bcoupon-i {
    box-sizing: border-box;
    outline: none;
    border: none;
    width: 100%;
    height: 40px;
    min-height: 40px;
    background-color: rgba(var(--crm-dark), 1.0);
    border-radius: 4px;
    padding: 0 15px;
    color: rgba(var(--crm-white), 1.0);
    font-weight: 500;
}
.crm-bcoupon-i::placeholder {
    color: rgba(var(--crm-white), 0.6);
}
.crm-bcoupon-add {
    box-sizing: border-box;
    outline: none;
    border: none;
    width: fit-content;
    padding: 0 20px;
    height: 40px;
    min-height: 40px;
    background-color: rgba(var(--crm-success), 0.3);
    font-size: 16px;
    color: rgba(var(--crm-success), 1.0);
    border-radius: 4px;
    opacity: 0.7;
}
.crm-bcoupon-add:hover {
    opacity: 1.0;
}

.crm-bdiscounts {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.crm-bdiscount {
    width: fit-content;
    height: 40px;
    background-color: rgba(var(--crm-dark), 1.0);
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0 15px;
    border-radius: 4px;
}
.crm-bdiscount-c {
    font-size: 14px;
    font-weight: 500;
}
.crm-bdicount-v {
    font-size: 14px;
    opacity: 0.7;
}
.crm-bdiscount-r {
    text-decoration: none;
    font-size: 18px;
    color: rgba(var(--crm-danger), 0.8);
}
.crm-bdiscount-r:hover {
    color: rgba(var(--crm-danger), 1.0);
}

.crm-bfinance {
    margin-top: 30px;
}
.crm-bfinance-i {
    display: flex;
    justify-content: space-between;
}
.crm-bfinance-v {
    opacity: 0.7;
}
.crm-bfinance-t {
    margin-top: 15px;
    font-weight: 500;
}
.crm-bline {
    width: 100%;
    height: 2px;
    background-color: rgba(var(--crm-dark), 1.0);
    margin-top: 20px;
    margin-bottom: 20px;
}
.crm-btebex {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.crm-btebex-img {
    width: 100px;
}
.crm-btebex-p {
    width: 70%;
    text-align: center;
    opacity: 0.7;
    font-size: 14px;
}
.crm-btebex-c {
    outline: none;
    border: none;
    width: 100%;
    height: 50px;
    min-height: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(var(--crm-primary), 1.0);
    background-color: rgba(var(--crm-primary), 0.2);
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
}
.crm-btebex-c:hover {
    background-color: rgba(var(--crm-primary), 0.3);
}

/* ************************ corem-website-main ************************ */
/* ************************ corem-website-main ************************ */
/* ************************ corem-website-main ************************ */

.crm-list {
    background-color: rgba(var(--crm-dark), 0.0);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.crm-list-header {
    width: var(--crm-width);
    padding: var(--crm-padding);
    background-color: rgba(var(--crm-dark), 1.0);
}
.crm-list-body {
    flex: 1;
    width: var(--crm-width);
    padding: var(--crm-padding);
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: rgba(var(--crm-dark), 1.0);
}

.crm-list-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0px;
}
.crm-list-t {
    font-size: 26px;
    font-weight: 700;
}
.crm-list-s {
    opacity: 0.7;
}

.crm-list-s p {
    margin-block-start: 0px;
    margin-block-end: 0px;
}

/* ************************ corem-website-main ************************ */
/* ************************ corem-website-main ************************ */
/* ************************ corem-website-main ************************ */


.crm-item {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.crm-item-header {
    width: var(--crm-width);
    padding: var(--crm-padding);
    background-color: rgba(var(--crm-dark), 1.0);
}
.crm-item-body {
    background-color: rgba(var(--crm-dark), 1.0);
    width: var(--crm-width);
    padding: var(--crm-padding);
    padding-bottom: 40px;
    padding-top: 40px;
    display: flex;
    gap: 20px;
}
.crm-item-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0px;
}
.crm-item-t {
    font-size: 26px;
    font-weight: 700;
}
.crm-item-s {
    opacity: 0.7;
}

.crm-isection {
    width: 100%;
    max-width: 50%;
    height: fit-content;
    background-color: rgba(var(--crm-third), 0.5);
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
}
.crm-isection:first-child {
    position: sticky;
    top: 20px;
    align-self: start;
    z-index: 1;
}

.crm-idetails {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.crm-iname {
    font-size: 22px;
    font-weight: 700;
}
.crm-iescrow {
    font-size: 14px;
    font-weight: 100;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 6px;
}
.crm-iprice {
    height: fit-content;
    width: fit-content;
    font-weight: 700;
    color: rgba(var(--crm-primary), 1.0);
    background-color: rgba(var(--crm-primary), 0.2);
    padding: 6px 10px;
    border-radius: 4px;
    display: flex;
    gap: 10px;
}
.crm-iprice-n {
    text-decoration: line-through;
    font-size: 14px;
}

.crm-ibuttons {
    height: fit-content;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.crm-ibuy {
    width: 100%;
    height: 50px;
    min-height: 50px;
    padding: 0 10px;
    text-decoration: none;
    background-color: rgba(var(--crm-primary), 0.2);
    color: rgba(var(--crm-primary), 1.0);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    box-sizing: border-box;
}
.crm-ibuy:hover {
    background-color: rgba(var(--crm-primary), 0.3);
}
.crm-iremove {
    width: 100%;
    height: 50px;
    min-height: 50px;
    padding: 0 10px;
    text-decoration: none;
    background-color: rgba(var(--crm-danger), 0.2);
    color: rgba(var(--crm-danger), 1.0);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 500;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}
.crm-iremove:hover {
    background-color: rgba(var(--crm-danger), 0.3);
}
.crm-idiscord {
    width: 100%;
    height: 50px;
    min-height: 50px;
    padding: 0 10px;
    text-decoration: none;
    background-color: rgba(var(--crm-discord), 0.2);
    color: rgba(var(--crm-discord), 1.0);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 500;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}
.crm-idiscord:hover {
    background-color: rgba(var(--crm-discord), 0.3);
}

.crm-icomp {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.crm-icomp-t {
    font-size: 14px;
    font-weight: 100;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 6px;
}
.crm-icomp-b {
    display: flex;
    gap: 10px;
    height: 40px;
}
.crm-icomp-i {
    width: 100%;
    height: 100%;
    background-color: rgba(var(--crm-third), 1.0);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.crm-iguide {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.crm-iguide-t {
    font-size: 14px;
    font-weight: 100;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 6px;
}
.crm-iguide-b {
    display: block;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    height: 50px;
    background-color: rgba(var(--crm-white), 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: rgba(var(--crm-white), 1.0);
    font-weight: 100;
    border-radius: 6px;
    transition: background-color 0.3s ease;
    padding: 0 10px;
    box-sizing: border-box;
}
.crm-iguide-b:hover {
    background-color: rgba(var(--crm-white), 0.2);
}

.crm-idesc {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}
.crm-idesc-t {
    font-size: 14px;
    font-weight: 100;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 6px;
}

.crm-ifeatures {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.crm-ifeatures-t {
    font-size: 14px;
    font-weight: 100;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 6px;
}
.crm-ifeatures-b {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.crm-ifeature {
    background: radial-gradient(rgba(var(--crm-third), 0.0), rgba(var(--crm-third), 1.0));;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.crm-ifeature-t {
    font-weight: 500;
}
.crm-ifeature-d {
    font-size: 13px;
    opacity: 0.7;
    font-weight: 200;
}

.crm-igallery {
    position: relative;
    width: 100%;
    margin: auto;
}
.crm-imain {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
#crm-iimg {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
}
.crm-imain iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
}
.crm-ibtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(var(--crm-white), 0.2);
    border: none;
    color: rgba(var(--crm-white), 1.0);
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 50%;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.crm-ibtn:hover {
    background: rgba(var(--crm-white), 0.3);
}
.crm-iprev { 
    left: 10px; 
}
.crm-inext { 
    right: 10px; 
}
.crm-ifull { 
    top: 10px; 
    right: 10px; 
    transform: none;
}
.crm-iplay {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(var(--crm-white), 0.2);
    border: none;
    color: rgba(var(--crm-white), 1.0);
    font-size: 22px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.crm-iplay:hover {
    background: rgba(var(--crm-white), 0.3);
}
.crm-ithumbs {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    display: flex;
    gap: 10px;
    justify-content: center;
    overflow-x: scroll;
    scroll-behavior: smooth;
}
.crm-ithumbs::-webkit-scrollbar {
    display: none;
}
.crm-ithumb {
    width: 114px;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    cursor: pointer;
    border-radius: 6px;
    opacity: 0.6;
    transition: 0.2s;
    border: 1px solid rgba(var(--crm-white), 0.0);
}
.crm-ithumb.active,
.crm-ithumb:hover {
    opacity: 1;
    border: 1px solid rgba(var(--crm-white), 0.4);
}
.crm-igallery.fullscreen {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--crm-dark), 1.0);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    box-sizing: border-box;
}
.crm-igallery.fullscreen .crm-imain {
    width: 90%;
    height: auto;
    aspect-ratio: 16 / 9;
    position: relative;
}
.crm-igallery.fullscreen #crm-iimg,
.crm-igallery.fullscreen iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: contain;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

/* ************************ corem-website-main ************************ */

.crm-qbox {
    background-color: rgba(var(--crm-warning), 0.3);
    color: rgba(var(--crm-warning), 1.0);
}
.crm-qb {
    background-color: rgba(var(--crm-danger), 0.3);
    color: rgba(var(--crm-danger), 1.0);
}

/* ************************ corem-website-main ************************ */

/* Base alert box */
.alert {
    width: fit-content;
    position: relative;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    border-radius: 8px;
    background-color: rgba(var(--crm-primary), 1.0);
    color: rgba(var(--crm-white), 0.9);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.alert-success {
  background-color: rgba(var(--crm-success), 1.0);
  color: rgba(var(--crm-white), 0.95);
}

.alert-danger,
.alert-error {
  background-color: rgba(var(--crm-danger), 1.0);
  color: rgba(var(--crm-white), 0.95);
}


/* ************************ corem-website-main ************************ */

#tebex-checkout {
    width: 100%;
}
