* {
    font-family: 'Montserrat', sans-serif;
}

.xyu {
    position: relative;
    background: linear-gradient(to top, #110f16, #53196e);  
}

.clmn {
    border: #661f86 solid 2px;
    border-radius: 15px;
    padding: 20px;
    margin: 20px;
}

.xyu1 {
    color: lightsalmon;
}

body {
    background-color: #110f16;
}
.link1 {
    color: #53196e;
}
.link1:hover {
    color: lightsalmon;
}
.link2 {
    color: lightgoldenrodyellow;
}
.link2:hover {
    color: lightsalmon;
}
.intro {
    background-size: cover;
}
.fon {
    background: url(/web/20240923213756im_/https://topdarknetmarkets.com/styles/style.css) center no-repeat;
    background-size: cover;
}
.btn {
    font-size: 20px;
    font-weight: bold;
    border: 1.5px solid black;
    transition: 0.5s;
}
.btn:hover {
    border: 1.5px solid black;
    background-color: black;
    color: white;
}
.btn2 {
    font-size: 20px;
    font-weight: bold;
    border: 1.5px solid white;
    transition: 0.5s;
}
.btn2:hover {
    border: 1.5px solid #eee;
    background-color: #eee;
}
.btn3 {
    font-size: 20px;
    font-weight: bold;
    border: 1.5px solid #53196e;
    transition: 0.5s;
    color: #53196e;
    background-color: rgb(33, 33, 33);
}
.btn3:hover {
    border: 1.5px solid #53196e;
    background-color: #53196e;
    color: rgb(33, 33, 33);
}
.arrow {
	margin: 0 auto;
	position: relative;
	background: #53196e;
	border-radius: 3px;
}
.arrow:before {
	content: ""; 
	border: solid transparent;
	position: absolute;
 	top: 100%;
	left: 50%;
	border-top-color: #53196e;
	border-width: 40px;
	margin-left: -40px;
}

.gray_section {
    background-color: rgb(246, 247, 250);
}
.card {
    background: radial-gradient(circle, rgb(83, 58, 11) 0%, rgb(22, 20, 15) 100%); 
    border: 1px solid rgb(134, 93, 17);
    border-radius: 15px;
    margin: 15px;
    padding: 20px;
    box-shadow: none;
    transition: 0.5s;
    color: white;
}
.card2 {
    background: radial-gradient(circle, rgb(8, 20, 77) 0%, rgb(3, 0, 17) 100%); 
    border: 1px solid rgb(14, 33, 128);
    border-radius: 15px;
    margin: 15px;
    padding: 20px;
    box-shadow: none;
    transition: 0.5s;
    color: white;
    text-align: right;
}
.card3 {
    background: radial-gradient(circle, rgb(63, 19, 83) 0%, rgba(17,15,22,1) 100%);
    border: 1px solid #661f86;
    border-radius: 15px;
    margin: 15px;
    padding: 20px;
    box-shadow: none;
    transition: 0.5s;
    color: white;
}
.card4 {
    background: radial-gradient(circle, rgb(7, 78, 23) 0%, rgb(0, 17, 5) 100%); 
    border: 1px solid rgb(11, 124, 38);
    border-radius: 15px;
    margin: 15px;
    padding: 20px;
    box-shadow: none;
    transition: 0.5s;
    color: white;
    text-align: right;
}
/* .card:hover {
    scale: 1.005;
    border: 1px solid #75249b;
    background: linear-gradient(90deg, rgba(17,15,22,1) 0%, rgb(63, 19, 83) 15%, rgba(17,15,22,1) 100%); 
    -webkit-box-shadow: -5px 5px 25px 0px rgba(83,25,110,1);
    -moz-box-shadow: -5px 5px 25px 0px rgba(83,25,110,1);
    box-shadow: -5px 5px 25px 0px rgba(83,25,110,1);
}
.card2:hover {
    scale: 1.005;
    border: 1px solid #75249b;
    background: linear-gradient(90deg, rgba(17,15,22,1) 0%, rgb(63, 19, 83) 85%, rgba(17,15,22,1) 100%); 
    -webkit-box-shadow: -5px 5px 25px 0px rgba(83,25,110,1);
    -moz-box-shadow: -5px 5px 25px 0px rgba(83,25,110,1);
    box-shadow: -5px 5px 25px 0px rgba(83,25,110,1);
    text-align: right;
} */
.card1 {
    margin: 10px;
    box-shadow: none;
}
.card_orange {
    background-color: #53196e;
    border-radius: 15px;
    margin: 15px;
    box-shadow: none;
}
.white_text {
    color: white;
}
.hr {
    border: #53196e 1px solid;
}
.cl_img {
    display: flex;
    justify-content: center;
    margin: auto;
}
.hover:hover {
    color: #4fc1f1;
}

.footer {
    color: white;
    background-color: #1b2a32;
    padding-bottom: 5px;
    padding-top: 20px;
}

li {
    list-style: none;
    background-size: 20px 20px;
    padding-left: 30px;
}
.text_block {
    text-align: center;
}
.hr_short {
    width: 20%;
    background-color: #53196e;
    margin-bottom: 10px;
}
.card_img {
    border-radius: 5px;
    margin: auto;
}
.baton {
    display: inline-block;
    background: rgb(255, 255, 255);
    border: none;
    padding: 5px 15px;
    margin: 0 5px 5px 0;
    cursor: default;
    user-select: none;
    transition: background-color .3s;
}
.baton:hover {
    background: rgb(192, 192, 192);
}










.modal-container {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0; 
    display: flex;
    width: 100vw;
    height: 100vh; 
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
    text-align: left;
    z-index: 9999;
    overflow: scroll;
    width: 100%; 
    height: 100%; 
    max-width: 1000px; 
    max-height: 600px; 
    background: radial-gradient(circle, rgba(43,31,48,1) 0%, rgba(22,27,33,1) 100%); 
    padding: 15px;
    border-radius: 10px;
}
.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.modal-container { 
    pointer-events: none; 
    opacity: 0;
}
.modal-container.is-open { 
    pointer-events: all; 
    opacity: 1;
}




.modal-container1 {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0; 
    display: flex;
    width: 100vw;
    height: 100vh; 
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content1 {
    z-index: 9999;
    overflow: scroll;
    width: 100%; 
    height: 100%; 
    max-width: 1000px; 
    max-height: 600px; 
    background: radial-gradient(circle, rgba(43,31,48,1) 0%, rgba(22,27,33,1) 100%); 
    padding: 15px;
    border-radius: 10px;
    margin: 0 auto;
}
.close1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.modal-container1 { 
    pointer-events: none; 
    opacity: 0;
}
.modal-container1.is-open1 { 
    pointer-events: all; 
    opacity: 1;
}



.modal-container2 {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0; 
    display: flex;
    width: 100vw;
    height: 100vh; 
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content2 {
    z-index: 9999;
    overflow: scroll;
    width: 100%; 
    height: 100%; 
    max-width: 1000px; 
    max-height: 600px; 
    background: radial-gradient(circle, rgba(43,31,48,1) 0%, rgba(22,27,33,1) 100%); 
    padding: 15px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: left;
}
.close2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.modal-container2 { 
    pointer-events: none; 
    opacity: 0;
}
.modal-container2.is-open2 { 
    pointer-events: all; 
    opacity: 1;
}


.modal-container3 {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0; 
    display: flex;
    width: 100vw;
    height: 100vh; 
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content3 {
    z-index: 9999;
    overflow: scroll;
    width: 100%; 
    height: 100%; 
    max-width: 1000px; 
    max-height: 600px; 
    background: radial-gradient(circle, rgba(43,31,48,1) 0%, rgba(22,27,33,1) 100%); 
    padding: 15px;
    border-radius: 10px;
    margin: 0 auto;
}
.close3 {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.modal-container3 { 
    pointer-events: none; 
    opacity: 0;
}
.modal-container3.is-open3 { 
    pointer-events: all; 
    opacity: 1;
}

.modal-container4 {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0; 
    display: flex;
    width: 100vw;
    height: 100vh; 
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content4 {
    z-index: 9999;
    overflow: scroll;
    width: 100%; 
    height: 100%; 
    max-width: 1000px; 
    max-height: 600px; 
    background: radial-gradient(circle, rgba(43,31,48,1) 0%, rgba(22,27,33,1) 100%); 
    padding: 15px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: left;
}
.close4 {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.modal-container4 { 
    pointer-events: none; 
    opacity: 0;
}
.modal-container4.is-open4 { 
    pointer-events: all; 
    opacity: 1;
}

.modal-container5 {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0; 
    display: flex;
    width: 100vw;
    height: 100vh; 
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content5 {
    z-index: 9999;
    overflow: scroll;
    width: 100%; 
    height: 100%; 
    max-width: 1000px; 
    max-height: 600px; 
    background: radial-gradient(circle, rgba(43,31,48,1) 0%, rgba(22,27,33,1) 100%); 
    padding: 15px;
    border-radius: 10px;
    margin: 0 auto;
}
.close5 {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.modal-container5 { 
    pointer-events: none; 
    opacity: 0;
}
.modal-container5.is-open5 { 
    pointer-events: all; 
    opacity: 1;
}

.modal-container6 {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0; 
    display: flex;
    width: 100vw;
    height: 100vh; 
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content6 {
    z-index: 9999;
    overflow: scroll;
    width: 100%; 
    height: 100%; 
    max-width: 1000px; 
    max-height: 600px; 
    background: radial-gradient(circle, rgba(43,31,48,1) 0%, rgba(22,27,33,1) 100%); 
    padding: 15px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: left;
}
.close6 {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.modal-container6 { 
    pointer-events: none; 
    opacity: 0;
}
.modal-container6.is-open6 { 
    pointer-events: all; 
    opacity: 1;
}

.modal-container7 {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0; 
    display: flex;
    width: 100vw;
    height: 100vh; 
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content7 {
    z-index: 9999;
    overflow: scroll;
    width: 100%; 
    height: 100%; 
    max-width: 1000px; 
    max-height: 600px; 
    background: radial-gradient(circle, rgba(43,31,48,1) 0%, rgba(22,27,33,1) 100%); 
    padding: 15px;
    border-radius: 10px;
    margin: 0 auto;
}
.close7 {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.modal-container7 { 
    pointer-events: none; 
    opacity: 0;
}
.modal-container7.is-open7 { 
    pointer-events: all; 
    opacity: 1;
}

.modal-container8 {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0; 
    display: flex;
    width: 100vw;
    height: 100vh; 
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content8 {
    z-index: 9999;
    overflow: scroll;
    width: 100%; 
    height: 100%; 
    max-width: 1000px; 
    max-height: 600px; 
    background: radial-gradient(circle, rgba(43,31,48,1) 0%, rgba(22,27,33,1) 100%); 
    padding: 15px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: left;
}
.close8 {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.modal-container8 { 
    pointer-events: none; 
    opacity: 0;
}
.modal-container8.is-open8 { 
    pointer-events: all; 
    opacity: 1;
}

.modal-container9 {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0; 
    display: flex;
    width: 100vw;
    height: 100vh; 
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content9 {
    z-index: 9999;
    overflow: scroll;
    width: 100%; 
    height: 100%; 
    max-width: 1000px; 
    max-height: 600px; 
    background: radial-gradient(circle, rgba(43,31,48,1) 0%, rgba(22,27,33,1) 100%); 
    padding: 15px;
    border-radius: 10px;
    margin: 0 auto;
}
.close9 {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.modal-container9 { 
    pointer-events: none; 
    opacity: 0;
}
.modal-container9.is-open9 { 
    pointer-events: all; 
    opacity: 1;
}
/*
     FILE ARCHIVED ON 21:37:56 Sep 23, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:29:06 Sep 21, 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.461
  exclusion.robots: 0.022
  exclusion.robots.policy: 0.013
  esindex: 0.009
  cdx.remote: 120.542
  LoadShardBlock: 245.495 (3)
  PetaboxLoader3.datanode: 222.23 (4)
  load_resource: 340.743
  PetaboxLoader3.resolve: 238.938
*/