/* Main styles */

.reviMain {
	position: relative;
	overflow: hidden;
	transition: 1s cubic-bezier(0.5, 0, 0.5, 1);
}

.panel {
	position: relative;
	height: 100vh;
	overflow: hidden;
	box-sizing: border-box;
	cursor: default;
}

.imgHP {
    background: url("https://web.archive.org/web/20240111213145im_/https://cdn.revite.online/images/mainheadP.jpg") no-repeat 50% 100%;
    bottom: 96px;
    background-size: cover;
    position: absolute;
    width: 100%;
    top: -5%;
    height: 110%;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
    z-index: 2;
    animation: fadeIn 1s; 

}
@media (min-width: 900px) {
.imgHP {
    bottom: 160px;
}   
}
.mLWrap {
    position: absolute;
    z-index: 3 !important;
    left: 50% !important;
    top: calc(50% - 207px) !important;
    margin: -312px;
    margin-top: 0;
}
.mLWrap img {
    display: flex !important;
    align-content: center;
    width: 250px;
    filter: drop-shadow(5px 5px 45px #000);
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes fadeInOut {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
.soclogos img {
    width: 20px;
}
.mTez {
    font-size: 40px;
    text-align: center;
    filter: drop-shadow(5px 31px 37px #000);

}
#scene {
    z-index: 9999 !important;
}

.mName {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-size: 30px;
    font-weight: 500;
    position: absolute !important;
    display: flex !important;
    width: 100vw;
    background-color: rgba(0,0,0,.8);
    backdrop-filter: blur(8px);
    align-content: center;
    justify-content: center;
    flex-direction: row;
    animation: fadeOut 1s;
    flex-wrap: wrap;
    pointer-events: all;
}
.absolutum {
    z-index: 999;
}
.mName span {
    font-size: 18px;
    font-weight: 300;
    margin-left:8px;
}
left {
    display:flex;
    align-items: center;
}
.textBlockP {
    display: flex !important;
    box-sizing: border-box;
    height: 100vh;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 128px;
    padding: 128px 128px;
    width: 100%;
    max-width: 1536px;
}
.textBlockP #imgTP {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.textBlockP #imgTP img {
    width: 100%;
    box-sizing: border-box;
}
.textBlockP #TXT {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.headAva {
    width: 50px;
    cursor: pointer;
}
inHeader {
    width: 100%;
    max-width: 1536px;
    display: flex;
    justify-content: space-between;
    padding: 0 128px 0 128px;
    box-sizing:border-box;
}
index_frst_card {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
}
index_frst_card div[grid] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: var(--main_width);
    margin: 0 auto;
    align-items: center;
}
.richBig {
    font-weight: 600;
    font-size: 3.75rem;
}
.back_none {
    background: none;
}
.richMedium {
    font-size: 2rem;
    font-weight: 300;
}
.bLMark {
    font-size: 1.25rem;
    position: absolute;
    bottom: 1.5rem;
    animation: fadeInOut 4s;
    animation-iteration-count: infinite;
    width: 100vw;
    display: flex;
    justify-content: center;
}
.cr_logo {
    display: flex;
    align-items: center;
    z-index:1;
}
.cr_logo span {
    color:var(--rich_gray);
    margin-right:7px;
}
span.aferta {
    font-size: 0.9rem;
    color: var(--rich_gray);
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 0;
    margin-left: -6.7708333333vw;
}
index_footer div[contact_block] {
    z-index:1;
}
.m_logo_wrap {
    display: flex;
    align-items: center;
}
.soc_logo_wrap {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-left: 5px;
    position: relative;
    z-index: 1;
}
.soc_logo_wrap a {
    display: flex;
}
.cr_logo svg {
    fill:var(--rich_gray);
    transition: 0.2s ease-in-out;
    height: 16px;
}
.cr_logo svg:hover {
    fill:#3BD16F;
}
.tri_col_grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.tri_col_grid colmn {
    margin-right: 20px;
    width: calc(1198px / 3 - 2rem);
}
index_usual_card {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.one_grad_img {
    background-image: linear-gradient(
  45deg,
  hsl(273deg 74% 31%) 0%,
  hsl(271deg 62% 36%) 11%,
  hsl(270deg 54% 41%) 22%,
  hsl(268deg 49% 45%) 33%,
  hsl(267deg 44% 50%) 44%,
  hsl(266deg 48% 54%) 56%,
  hsl(265deg 53% 59%) 67%,
  hsl(263deg 59% 63%) 78%,
  hsl(262deg 68% 68%) 89%,
  hsl(261deg 79% 72%) 100%
);
}
.col_card_ti_span {
    font-size: 1.65rem;
    margin-top: 1.25rem;
    display: block;
    font-weight: 500;
    margin-bottom: 0.85rem;
}

.tri_col_grid colmn card {
    display: block;
    margin-bottom: 2.5rem;
}

.tri_col_grid colmn card img {
    width: 375px;
    height: 188px;
    transition: 0.2s linear;
}
.tri_col_grid colmn card img:hover {
    transform: translateY(-5px);
}
.newer_summer {
    position: absolute;
    bottom: 3rem;
    font-size: 1.5rem;
}
.tri_col_grid colmn:last-child {
    margin-right: 0;
}
.tri_col_grid colmn {
    margin-right: 3rem;
    width: calc(1198px / 3 - 2rem);
}

.fs-1_25 {
    font-size: 1.25rem;
}
.mTop-1rem {
    margin-top: 1rem;
}
.index_box_formcol {
    display: flex;
    padding: 20px;
    width: 600px;
    border: 1px solid var(--m_active);
    background: var(--l_m_hover);
    border-radius: 10px;
    margin-top: 2rem;
    flex-direction: column;
    align-items: stretch;
}
.index_footer_inind {
    display: flex !important;
    width: calc(100% - 2 * 6.7708333333vw);
    bottom: 0;position: absolute;
}
img.big_banner {
    width: auto;
    max-width: 1198px;
    margin-bottom: 5vh;
    position: relative;
    aspect-ratio: auto;
}
.tree_cards_social {
    max-width: 1198px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    width: 100%;
    gap: 3rem;
    align-items: center;
    height: 100%;
}
.tree_cards_social_onel {
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--text_color) !important;
}
.tree_cards_social_fspan {
    color:var(--text_color);
    font-size:1.25rem;
}
.tree_cards_social_onel svg {
    height: auto;
    aspect-ratio: 1/1;
    padding: 15px;
    fill: var(--cur_logo_hover);
    background: var(--cur_logo_fill);
    border-radius: 15px;
    transition: 0.2s ease-in-out;
    width: 80px;
    height: 80px;
}
.tree_cards_social_onel svg:hover {
    transform: translateY(-5px);
}
.for_col_grid card img {
    width: 378px;
    object-fit: cover;
    height: 189px;
}
.for_col_grid card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.for_col_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
start_col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0 6.7708333333vw;
}
.premium_access_wrap {
    display: flex;
    background: var(--l_m_hover);
    height: calc(100% - 20%);
    aspect-ratio: 1/1;
    border: 1px solid var(--m_active);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.premium_access_wrap .index-gradient {
    position: relative;
    top: -25%;
}
.premium_access_top_wrap {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 40%;
}
.premium_access_top {
    
}
.aferta {
    position: absolute;
    left: 0;
    right: 0;
    color: var(--rich_gray);
}
.premium_access_grid div[in-grid] {
        display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 1rem;
    width: 50%;
}
.premium_access_grid div[in-grid] svg {
    width: 25%;
    aspect-ratio: 1/1;
    fill: var(--accent_color_revite);
}
.premium_access_grid div[in-grid] span {
    font-size: 1.25rem;
    margin-top: 1rem;
}
.premium_access_top div[in-pos] {
        left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.premium_access_top div[in-pos] span[big-span] {
    font-size: 10rem;
    font-weight: 700;
    color: rgb(255 255 255 / 95%);
}
.premium_access_top div[in-pos] span[mini-span]{
    left: 1.5rem;color: rgb(255 255 255 / 50%);font-size: 1.5rem;
}
.premium_access_grid {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 2rem;
    padding: 2rem;
}
.premium_access_body_wrap {
    position: absolute;
    background: var(--l_m_hover_na);
    height: calc(100% - 40%);
    width: 100%;
    z-index: 1;
    bottom: 0;
    border-radius: 15px 15px 0 0;
    border-top: 1px dashed var(--m_active);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

index_footer {
    bottom: 10px;
}
header {
    top: 10px;
    position: relative;
}
for_build_col {
    margin-top: -50px;
}


.newIndex {
    height: 100vh;
    width: 100%;
    margin-bottom: -74px;
}
.newIndex_Banner_Wrap {
    position: absolute;
    z-index: 0;
    left: 10px;
    width: calc(100% - 20px);
    top: 10px;
    height: calc(100% - 20px);
    border-radius: 10px;
    overflow: hidden;
}
.newIndex_Banner_Img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.185) 100%),var(--newindex_background);
}
.newIndex_Text_Wrap2 {
    height: 100%;
    display: flex;
    left: 6.7708333333vw;
    position: relative;
    width: calc(100vw / 2 - 6.7708333333vw);
    padding: 0;
}

.newIndex_Text_Wrap1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
.newIndex_Text_Slogan {
    font-size: 36px;
    font-weight: 500;
}
.newIndex_Text_tree_cards_social {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 24px;
}
.newIndex_Text_tree_cards_social_onel {
    display: flex;
    flex-direction: row;
    height: fit-content;
}
.tree_cards_social_onel svg {
    width: 60px;
    height: 60px;
    padding: 10px;
}
.newIndex_Button_Start {
    background: linear-gradient(90deg, #805ad5 0%, #724cc7 25%, #6242b1 50%, #44337a 100%);
    border-radius: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--text_color);
    transition: background 0.2s ease-in-out, transform 0.2s linear;
    font-weight: 500;
}
.newIndex_Button_Start:hover {
    color: var(--text_color);
    transform: translateY(-5px);
}

.newIndex_playerlist_online {
    animation: flashgreen ease-in-out 1.5s infinite;
    background: rgb(42, 231, 42);
    border-radius: 50px;
    transform: translateY(1px);
    width: 11px;
    height: 11px;
    display: block;
}
@keyframes flashgreen {
0% {
    box-shadow: 0 0 #31c73db0;
}

75% {
    box-shadow: 0 0 0 10px rgb(40 167 69 / 0%);
}
100% {
    box-shadow: 0 0 rgb(40 167 69 / 0%);
}
}

.newIndex_playerlist_span {
    font-size:1.25rem;
    margin-left: 0.5rem;
}
.newIndex_playerlist_Wrap {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.newIndex_playerlist_notOnline {
    background: var(--rich_gray);
    animation: none;
}
/*
     FILE ARCHIVED ON 21:31:45 Jan 11, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:27:46 Jul 26, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.511
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.009
  esindex: 0.011
  cdx.remote: 127.01
  LoadShardBlock: 786.683 (3)
  PetaboxLoader3.datanode: 150.0 (4)
  PetaboxLoader3.resolve: 788.434 (2)
  load_resource: 181.237
*/