/*//
//   Copyright 2024 web4plus.github.io
//
//   Licensed under the Apache License, Version 2.0 (the "License");
//   you may not use this file except in compliance with the License.
//   You may obtain a copy of the License at
//
//       http://www.apache.org/licenses/LICENSE-2.0
//
//   Unless required by applicable law or agreed to in writing, software
//   distributed under the License is distributed on an "AS IS" BASIS,
//   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//   See the License for the specific language governing permissions and
//   limitations under the License.
//*/





/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #4fbbff black;
  
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #4fbbff;
}

*::-webkit-scrollbar-thumb {
  background-color: #4fbbff;
  border-radius: 20px;
  border: 3px solid black;
}






        .bottom_ocsi_logo_container {
            position: relative;
            width: 200px;
            height: 200px;
			overflow: visible;
			marging-top:-30px;
			z-index: 1;
        }


        .bottom_ocsi_logo_container::before {
            content: "";
            position: absolute;
            top: 65%;
            left: -44%;
            width: 185%;
            height: 59%; 
            border-radius: 50%;
            background: radial-gradient(circle, rgba(0, 150, 255, 0.15), rgba(0, 0, 0, 0.1));
            #transform: translate(-50%, -50%); 
            box-shadow: 0 0 15px #009cff;
            animation: glow_circle 6s infinite; 
            z-index: 0; 
        }

      
	@keyframes glow_circle {
		0% {
			opacity: 1;
			transform: scale(0.0);

		}
		
		10% {
			opacity: 1;
			transform: scale(0.0);

		}		
		30% {
			opacity: 0.0;
			transform: scale(0.7);

		}
		
		100% {
			opacity: 0.0;
			transform: scale(0.7);

		}		
	}


        .bottom_ocsi_logo_container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
			z-index: 1;
        }

        html {
            scroll-behavior: smooth;
        }




     
        .container_introtext {

            width: 100%;
            padding-top: 100%;
            background: url('logo3.png') no-repeat center center;
            background-size: cover;
            border: 1px solid #ccc; 
			min-width: 100px;
			min-height:100px;
        }

      
        .content_introtext {
            position: relative;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }





@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap'); */  


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  letter-spacing: -0.25px;
}

ol { padding-left: 10%; 
	list-style-type: none;}



li { 
text-transform: uppercase;
  color: #eaeaea; 
  padding-left: 16px;
  margin-top: 14px;
  margin-left: 24px;
  margin-right: 24px;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  
  &:before {
    content: '';
    display: block;
    height: 22px;
    width: 22px;
    border-radius: 10%;
    border: 5px solid #fff;
    position: absolute; 
    top: 5px;
    left: -26px;
  }
}

strong { 
color: white; 
text-transform: uppercase;
}



li.style-done:before { 
  border-color: #0BAD02; 
  background-color: #0BAD02; 
}

li.style-current:before { 
  border-color: #0BAD02; 

}

li.style-todo:before { 
  border-color: #2cafe5; 
}

li.style-tocomplete:before { 
  border-color: #2cafe5; 
  background-color: #2cafe5;
}

li.style-done-sub:before { 
  border-color: #0BAD02; 
  background-color: #0BAD02; 
  height: 5px;
  width: 5px;
  margin-left: 9px;
  margin-top: -4px;
}

li.style-todo-sub:before { 
  border-color: #2cafe5; 
  height: 5px;
  width: 5px;
  margin-left: 9px;
  margin-top: -4px;
}


li.style-tocomplete-sub:before { 
  border-color: #2cafe5;
  background-color:#2cafe5;
  height: 5px;
  width: 5px;
  margin-left: 9px;
  margin-top: -4px;
}

li.style-attention-sub:before { 
  border-color: red;
  height: 5px;
  width: 5px;
  margin-left: 9px;
  margin-top: -4px;
}






* {
    margin: 0;
    padding: 0;
}


body {
    background-color: #070915;
	
}





.main_con {
	padding: 6px;
	min-width: 320px;
    max-width: 360px; 
    min-height: 100vh;
    margin: 0 auto; 
    box-sizing: border-box;
    background-color: #000008;
}

.top_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;   
}

.logo {
    display: block;
    padding: 30px 70px 30px 70px;
    background-image: url(logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;  
	
	
}

.balance {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}




.block {
    display: flex;
    flex-direction: column;
	
    background-color: #000c2b;
    border-radius: 12px;
    padding: 0 0 6px 0;
    margin-top: 10px;   
	min-width: 300px
}

.carusel {
    width: 100%;
    height: 125px;
    background-image: url(banjner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;      
}




.inner_block {
    width: 96%;
    margin: 0 auto;
    
    height: 100px;
    margin-top: 0px;
	margin-bottom: 0px; 
    background-color: #fff;
    border-radius: 12px;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    padding-right: 10px;
}

.scaled_banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}

.header_delim_con {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;

  
  background-repeat: no-repeat; 
background-image: url('GRAPH.png'); 
 
background-size: 50%; 
background-position: right 40%;
margin-bottom:15px;
}

.gecko_banner {
  display: block;
  width: 123px;
  height: 20px;
  align-self: center;
}

.gecko_banner img {
  width: 100%;
  height: 100%;
}

.inner_block_button {
    padding: 10px 30px;
    border-radius: 6px;
    background-color: #2cafe5;
    text-decoration: none;

}
#homepage-slider {
    position: relative;
}

.labels {
    position: absolute;
    top: 110px; 
    right: 20px;
}

.slider_banner {
    display: block;
    width: 100%;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}




.header_delim {
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    display: block;

    margin-top: 10px;
    padding: 10px 20px;
	
}



  
  
  
  
  
  
.about_container {
    width: 99%;
    height: 100%;
    border: 0px solid #fff;
    overflow: auto;
    position: relative;

}




.about_content {
    padding: 10px;
	
	
}

.about_scroll-button {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    border: none;
    background-color: #007bff;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

.about_scroll-button:hover {
    background-color: #0056b3;
}









.github_button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  gap: 15px;
  background-color: #181717;
  outline: 3px #181717 solid;
  outline-offset: -3px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: 400ms;
}

.github_button .github_text {
  color: white;
  font-weight: 700;
  font-size: 1em;
  transition: 400ms;
}

.github_button svg path {
  transition: 400ms;
}

.github_button:hover {
  background-color: transparent;
}

.github_button:hover .github_text {
  color: #181717;
}

.github_button:hover svg path {
  fill: #181717;
}



/* ^ before megering */


.swap_block {
	background-color: #f6f6f6; 
	#background-image: url(price.png); 
	#margin-bottom: 8px; 
	background-size: contain; 
	background-repeat: no-repeat; 
	background-position: center; 
	display: flex;
}

.swap_av_logo {
	background-image: url('AV_ICON.png'); 
	background-size: contain;  
	background-repeat: no-repeat; 
	background-position: center 10%;
	width: 25%; 
	height: 100%; 
	position: relative; 
	margin-left: 10px;
}

.swap_av_price {
	
	border-radius: 5px; 
	padding: 3px; 
	position: absolute; 
	bottom: 8%; left: 50%; 
	transform: translateX(-50%); 
	width: 80%; max-width: 300px; 
	text-align: center; 
	box-sizing: border-box; 
	font-size: 16px; 
	line-height: 1;
}


.root_swap_mainpanel_block {
	
	#background-color: green; 
	#background-image: url('AV_ICON2.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	width: 73%;
	height: 100%;
	display: flex; 
	flex-direction: column;
	
	
}


.swap_stonfi_logo_block {
	
	#background-color: purple;
	width: 100%;
	height: 50%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	
}

.swap_stonfi_logo_container {
    background-position: bottom 15px center;
    background-repeat: no-repeat;
    background-size: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    text-align: center;
    background-image: url('stonfi_logo.png');
    font-size: calc(1vw + 1em); /* Responsive font size */
    /* Optional: Adjust the minimum font size if needed */
    min-font-size: 10px; /* Minimum size to ensure readability */
    box-sizing: border-box; /* Ensures padding and border are included in the width/height */
}


.swap_stonfi_buttons_container {
	#background-color: yellow; 
	width: 100%; 
	height: 50%; 
	display: flex; 
	justify-content: space-around; 
	align-items: center;

}



.custom-button {
    transition: box-shadow 0.3s, background-color 0.3s;
    background-color: white;
    border: 1px solid #2cafe569;
    border-radius: 10px;
    padding: 10px 23px;
    font-weight: bold;
    width: 35%;
    height: 40%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.10);
}

.custom-button:hover {

	box-shadow: 0px 1px 10px 2px rgba(44, 175, 229, 0.26);
}

.custom-button:active {
    background-color: #acffa8; 
    transform: translateY(2px) scale(0.98);
}

.custom-button:focus {
    outline: none;
}





.gecko_terminal_block {
	
background-repeat: no-repeat; 
height: 50px; 
background-size: 50%; 
border-bottom-right-radius:18px; 
border-bottom-left-radius:18px; 
background-position: right -10px;
	
}





.gecko_terminal_logo {
	
	height: 25px; 
	background-repeat: no-repeat; 
	background-position: right; 
	background-size: contain; 
	color: white; 
	font-size: 20px; 
	text-transform: uppercase; 
	display: flex; 
	padding: 0px 15px; 
	background-image: url('logo_cointerm.png'); 
	margin-top:10px; 
	margin-bottom:0px;
	
}



.instagram-icon {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s; 
    cursor: pointer;
	margin-top: 30px;
	#margin-bottom: 50px;
}

.instagram-icon svg {
    width: 100%;
    height: 100%;
    color: gray; /* Default color */
    transition: color 0.3s; /* Smooth color transition */
}

.instagram-icon:hover svg {
    color: #f56040; /* Instagram color on hover */
    transform: scale(1.1); /* Slightly scale up on hover */
}






.cyberpunk-button {
	transform: scale(1.2);
	text-shadow: 0 0 15px rgba(0, 191, 255, 1), 0 0 30px rgba(0, 191, 255, 1);
    position: relative;
    #display: inline-block;
    
    border-radius: 3px;
    #background: #000; 
    color: #fff; 
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
    font-family: 'roboto-bold', sans-serif; 
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    border: 1px solid #5bb6ed;
    #z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	margin-left: 0px;
}


.cyberpunk-button::before,
.cyberpunk-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    z-index: 0;
    filter: blur(8px);
}

.cyberpunk-button::before {
    background: radial-gradient(circle, rgba(0, 42, 87, 0.4) 0%, rgba(0, 42, 87, 0.2) 60%);
    animation: glow 1.5s infinite alternate;
}

.cyberpunk-button::after {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
    animation: glitch-glow 1.5s infinite alternate;
}


.cyberpunk-text {
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #fff; 
    animation: glitch 1.5s infinite;
}


@keyframes glitchy {
    0% {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), -1px -1px 2px rgba(255, 255, 255, 0.6);
        transform: translate(0, 0);
    }
    25% {
        text-shadow: 2px 0 4px rgba(0, 0, 0, 0.4), -2px 0 4px rgba(255, 255, 255, 0.8);
        transform: translate(-4px, 2px);
    }
    50% {
        text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.4), 2px -2px 4px rgba(255, 255, 255, 0.8);
        transform: translate(2px, -2px);
    }
    75% {
        text-shadow: 0 -2px 4px rgba(0, 0, 0, 0.4), 0 2px 4px rgba(255, 255, 255, 0.8);
        transform: translate(-2px, 2px);
    }
    100% {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), -1px -1px 2px rgba(255, 255, 255, 0.6);
        transform: translate(0, 0);
    }
}


@keyframes glow {
    0% {
        opacity: 0.0;
        transform: scale(0);

    }
    100% {
        opacity: 1;
        transform: scale(0.7);

    }
}




@keyframes levitate {
    0% {

        transform:  translateY(-5px);  
    }
    50% {

        transform:translateY(5px);  
    }
    100% {

        transform: translateY(-5px) ; 
    }
}





@keyframes glitch-glow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


.cyberpunk-button:hover {
    transform: scale(1.3);
    #box-shadow: 0 0 20px rgba(0, 42, 87, 0.8), 0 0 30px rgba(0, 42, 87, 0.5);
	border: 1px solid #fff;
	
}

.cyberpunk-button:hover .cyberpunk-text {
    color: #fff; 
	
    #text-shadow: 0 0 15px rgba(0, 191, 255, 0.8), 0 0 30px rgba(0, 191, 255, 0.5);
}


.cyberpunk-button:active {
    background: #002957;
    box-shadow: inset 0 0 10px rgba(0, 42, 87, 0.8), inset 0 0 20px rgba(0, 42, 87, 0.5);
}



        .ozon-container {
            width: 100%;
            height: 340px;
            background-image: url('ozon_logo.png');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center 0px;
            display: flex;
            flex-direction: column;
        }
        .ozon-item {
            width: 100%;
            
            display: flex; 
        }
        .ozon-item1, .ozon-item2, .ozon-item3 {
            flex-direction: column; 
        }
        .ozon-item1 {
            height: 15%;
            background-color: rgba(0, 128, 0, 0); 
        }
        .ozon-item2 {
            height: 70%;
            #background-color: rgba(255, 255, 0, 0.5);
        }
        .ozon-item3 {
            height: 15%;
            background-color: rgba(255, 192, 203, 0); 
        }
        .ozon-inner {
            display: flex; 
            height: 100%; 
        }
        .ozon-inner > div {
            height: 100%;
        }
        .ozon-inner-item1 {
            width: 30%;
            background-color: rgba(0, 0, 0, 1); 
        }
        .ozon-inner-item2 {
            width: 10%;
            #background-color: rgba(0, 150, 0, 0.5); 
            clip-path: polygon(0% 0%, 100% 0%, 0% 100%); 
            background-color: black;
        }
        .ozon-inner-item3 {
            width: 60%;
            #background-color: rgba(0, 200, 0, 0.5);
        }
        .ozon-inner-item4 {
            width: 60%;
            #background-color: rgba(255, 182, 193, 0.5); 
        }
        .ozon-inner-item5 {
            width: 10%;
            background-color: rgba(255, 105, 180, 0.5); 
            clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
            background-color: black;
        }
        .ozon-inner-item6 {
            width: 30%;
            background-color: rgba(0, 0, 0, 1); 
        }











