/*
Theme Name: Nextcoin
Author: Themefix
Description: Nextcoin - Bitcoin And Crypto Currency Mobile Template
Version: 2.1.0
*/
/* ====================================================================
 Table of contents
====================================================================
-General Variables
-Theme default css
-Animated Css
-Page Loader
-Header
-Main Sidebar
-Logo Main
-Main Section
-Footer
-Demo Section
==================================================================== */
/* General Variables */
:root {
    --color1: #17161b;
    --color2: #F0B90A;
    --color3: #2a2d3c;
    --color4: #edf1f9;
    --color5: #fff;
    --color6: #3366ff;
    --color7: #97a3b9;
    --color8: #22B973;
    --color9: #B92269;
    --pill: 2.5rem;
    --round: 50%;
    --full: 100%;
}
:root {
 --theme-bg-color: rgba(16 18 27 / 40%);
 --border-color: rgba(113 119 144 / 25%);
 --theme-color: #f9fafb;
 --inactive-color: rgb(113 119 144 / 78%);
 --body-font: "Poppins", sans-serif;
 --hover-menu-bg: rgba(12 15 25 / 30%);
 --content-title-color: #999ba5;
 --content-bg: rgb(146 151 179 / 13%);
 --button-inactive: rgb(0 0 0 / 55%);
 --dropdown-bg: #21242d;
 --dropdown-hover: rgb(42 46 60);
 --popup-bg: rgb(22 25 37);
 --search-bg:  #14162b;
 --overlay-bg: rgba(36, 39, 59, 0.3);
 --scrollbar-bg: rgb(1 2 3 / 40%);
}

.light-mode {
  --theme-bg-color: rgb(255 255 255 / 31%);
 --theme-color: #3c3a3a;
 --inactive-color: #333333;
  --button-inactive: #3c3a3a;
 --search-bg: rgb(255 255 255 / 31%);
 --dropdown-bg: #f7f7f7;
 --overlay-bg: rgb(255 255 255 / 30%);
 --dropdown-hover: rgb(236 236 236);
 --border-color: rgb(255 255 255 / 35%);
 --popup-bg: rgb(255 255 255);
 --hover-menu-bg: rgba(255 255 255 / 35%);
 --scrollbar-bg: rgb(255 253 253 / 57%);
 --content-title-color: --theme-color;
}
* {
    margin: 0;
    padding: 0;
	}
body,
html {
    background-color: #000;
    margin: 0;
    padding: 0;
    font-family: Nunito;
    font-size: 14px;
    color: var(--color4);
    line-height: 1.4;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
	max-width: 768px;
	margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Nunito;
    color: #000;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 0;
}
.fs-11{
    font-size: 11px;
}
.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}
.fs-24{
    font-size: 24px;
}
.fs-26{
    font-size: 26px;
}
.wd-30 {
    width: 30px;
}
.ht-30 {
    height: 30px;
}
.mb-35{
    margin-bottom: 35px;
}
hr:not([size]) {
    background: #000;
}
p {
    font-family: Nunito;
    line-height: 1.5rem;
    font-size: .9rem;
}
.ms-6{
    margin-left: 4rem!important;
}
.ms-7{
    margin-left: 5rem!important;
}
.pt-6 {
    padding-top: 4rem!important;
}
ul {
    margin: 0;
    padding-left: 0;
}
ul li,
ol li {
    font-family: Nunito;
    font-size: 0.875rem;
    line-height: 1.5rem;
    list-style-type: none;
}
.table-custom-scrollbar {
    position: relative;
    display: block;
	max-height: 100%;
    -ms-touch-action: auto;
    touch-action: auto;
    overflow-anchor: none;
    -ms-overflow-style: none;
}
.btn  {
    font-size: 14px;
    font-weight: 500;
    padding: .5rem 1rem;
    border-radius: 20px;
}
.btn-main {
    color: #fff;
	background: #17d1e0;
    border-radius: 50px;
    padding: 10px;
}

.btn-main:hover {
    color: var(--color3);
}
.btn-main svg{
    vertical-align: baseline;
}
.btn-white {
    display: flex;
    justify-content: center;
	background: #fff;
	color: #111;
	border-radius: 20px;
	border: none;
	max-width: 100px;
	padding: 8px 10px;
	box-shadow: none;
	letter-spacing: 1px;
	cursor: pointer;
	transition: 1.5s;
	border: 1px solid rgba(255, 255, 255, 0.2);
	width: 80%;
}
.btn-white:hover {
	background: linear-gradient(115deg, 
	rgba(0,0,0,0.10), 
	rgba(255,255,255,0.25));
	color: #fff;
	transition: .5s;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none !important;
}
.btn-click {
	position: relative; 
	float: right;
	margin: -30px 10px -3px 25px;
}
a {color: inherit;
    text-decoration: none;
}
a:hover,
a:focus,
ins {
    text-decoration:none;
    outline:none;
	color: inherit;
}
.form-box {
    position: relative;
    width: 100%;
    height: 100%;
}
.form-group {
    position: relative;
    width: 100%;
    margin-bottom: 35px;
}
.form-control {
	width: 100%;
    outline: none;
    border: none;
    padding: 8px 10px;
    padding-left: 40px;
    border-radius: 20px;
	background: #474951;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.form-control:focus ~ .form-span,
.form-control:valid ~ .form-span{
    transform: translateX(-30px) translateY(-30px);
    font-size: 12px; 
}
.form-control:focus {
	background: transparent;
	color: #fff;
}
.form-span {
	position: absolute;
	left: 30px;
	padding: 10px;
	display: inline-block;
	color: #fff;
	transition: .5s;
	bottom: 0;
	pointer-events: none;
  }
.form-span-readonly{
	position: absolute;
	left: 30px;
	padding: 10px;
	display: inline-block;
	color: #fff;
	transition: .5s;
	bottom: 5%;
	pointer-events: none;
    transform: translateX(-30px) translateY(-30px);
    font-size: 16px; 
}
select.form-select {
    background: var(--color3);
    color: var(--color4);
    border: none;
    padding: 0.5rem 1rem;
    height: 41px;
    max-height: 41px;
    font-size: 14px;
    border-radius: 12px;
}
.form-select {
    background-image: url(../img/icons/arrow-down-sign-to-navigate.svg);
}
.form-select:focus {
    border-color: var(--color3) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-check-input {
    width: 2.25rem !important;
    height: 1.55em !important;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.form-check-input:checked {
    background-color: #F0B90A;
    border-color: #F0B90A;
}
.form-check-input:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-check-lang {
    width: 15px!important;
    height: 15px!important;
}
.form-check .form-check-input{
    margin-left: -1em;
    margin-right: 10px;
}
.form-icon {
	position: absolute;
	color: #fff;
	top: 13px;
	left: 13px;
}
.input-group .input-group-text {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
input:focus {
	outline: none;
}
.input-form {
	background: transparent; 
	color: white; 
	border: none;
}
.input-field::placeholder {
    color: white;
    opacity: 1; /* Optional, to ensure full color visibility */
    font-family: 'Creepster', cursive;
}
.input-line {
	border-right: 1px solid #4b4848; 
	padding: 10px
}
.invalid-tooltip {
    margin-top: 0;
    background: #ff5959;
    color: #fff;
}
.input-group-text {
    background: var(--color3);
    color: var(--color5);
    border-width: 1px;
    border-color: var(--color3);
    height: 41px;
    border-radius: 0 5px 5px 0;
}
textarea.form-control {
    min-height: calc(3.75em + 3.75rem + 2px);
}
img {
    max-width: 100%;
    height: auto;
}
.card {
    border-radius: 12px;
}
.text-gray {
    color: var(--color7);
}
.text-primary{
    color: var(--color6) !important;
}
.bg-lightblue{
    background: #3366ff;
}
.table>:not(:last-child)>:last-child>* {
    color: #000;
	font-weight: 500;
	text-align: center;
}
.table-borderless>:not(caption)>*>* {
    color: #FFF;
}
/* width */
::-webkit-scrollbar {
    width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #cdcdcd;
    border-radius: 12px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #cdcdcd;
    border-radius: 12px;
}
/*  Animated Css */
.icon-effect {
    -webkit-animation: tada 2s ease infinite;
    animation: tada 2s ease infinite;
}
/*  Page Loader */
#loader-page {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #000;
    z-index: 9999;
	max-width: 768px;
	margin: 0 auto;
}
#line {
    top: 40px;
    left: -2.5px;
}
#line span{
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #17d1e0;
}
#line span:nth-child(1){
    animation: grow 1s ease-in-out infinite;
}
#line span:nth-child(2){
    animation: grow 1s ease-in-out 0.15s infinite;
}
#line span:nth-child(3){
    animation: grow 1s ease-in-out 0.30s infinite;
}
#line span:nth-child(4){
    animation: grow 1s ease-in-out 0.45s infinite;
}
@keyframes grow{
    0%, 100%{
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
    50%{
        -webkit-transform: scaleY(1.8);
        -ms-transform: scaleY(1.8);
        -o-transform: scaleY(1.8);
        transform: scaleY(1.8);
    }
}
/*  Main Sidebar */
.main-sidebar {
    background-color: #1d1f25;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -300px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    width: 290px;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.main-sidebar.active {
    left: 0;
}
.bg-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
     opacity: 0;
    background-color: rgba(0, 0, 0, .7);
     visibility: hidden;
    z-index: 9999;
    -webkit-transition: opacity .25s ease, visibility 0s ease;
    transition: opacity .25s ease, visibility 0s ease;
}
.bg-overlay.active {
    visibility: visible;
    opacity: 1;
}
.sidebar-close-toggler{
    position: absolute;
    right: 20px;
    top: 45px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    color: var(--color4);
}
.profile-img-item{
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.menu-sidebar ul li a {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    padding: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu-sidebar ul li a svg{
    margin-right: 1rem;
}
.menu-title {
	color: #c8cfdd;
}
.copyright-item {
    padding-top: 2rem;
    text-align: center;
    color: var(--color4);
}
/*  Logo Main */
.logo-item .logo-main{
    width: 110px;
}
/*  Header Main */
.header-main {
    background-color: #000;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    border-bottom: 1px solid #444658;
	max-width: 768px;
	margin: 0 auto;
}
.header-main a{
 color: var(--color4);
}
.logo-main {
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
	width:140px
}
.header-bar {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	height: 58px;
	width: 100%;
	border-bottom: 1px solid var(--border-color);
	padding: 0px;
	white-space: nowrap;
 }
 .header-profile {
	display: flex;
	align-items: center;
/*	padding: 0 16px 0 40px;*/
	margin-left: auto;
	flex-shrink: 0;
}
.header-profile-img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid var(--theme-color);
	margin-left: 12px;
}
.content-header {
    height: 60px;
}
.notification {
	position: relative;
 }
 .notification-number {
	position: absolute;
	background-color: #3a6df0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	right: 6px;
	top: -6px;
 }
.item-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.avatar-item a {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.count-notif {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #ff5959;
    position: absolute;
    display: block;
    top: 3px;
    right: 1px;
}
/*  Main Section */
.main-content {
    position: relative;
    margin-top: 80px;
    margin-bottom: 82px;
}
.card-content {
    text-align: left;
    width: 100%;
    display: block;
    border-radius: 22px;
    padding: 15px;
}
.logo-card {
    max-width: 55px;
    margin-bottom: 5px;
}
.card-content span{
    color: var(--color4);
    font-size: 14px;
    display: flex;
    margin-bottom: 10px;
    white-space: nowrap;
}
.main-slider .owl-dots {
    position: absolute;
    bottom: -1.525rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-slider .owl-dots .owl-dot.active {
    background-color: var(--color2);
}
.main-slider .owl-dots .owl-dot {
    position: relative;
    z-index: 1;
    margin-right: .375rem;
    width: .5rem;
    height: .5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 .5rem;
    flex: 0 0 .5rem;
    max-width: .5rem;
    background: var(--color7);
    border-radius: 50%;
}
.service-card .card {
 /*   width: 4rem;*/
/*    height: 3rem; */
    border-radius: 12px;
/*    color: var(--color2);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
/*    margin-bottom: .5rem;*/
    border: 1px solid gray;
    margin-right: auto;
    margin-left: auto;
}
.service-card p {
    color: var(--color4);
    font-size: 14px;
}
.crypto-card {
    position: relative;
    border-radius: 25px;
    background: #403f5e;
}
.crypto-card img{
    max-width: 30px;
    max-height: 30px;
}
.chart-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.chart-wrapper canvas , .compositebar canvas{
    width: 105% !important;
    max-height: 100% !important;
    margin: 0 0 -10px -10px;
}
.transaction-list img , .market-list img  {
    max-width: 30px;
    max-height: 30px;
}
.transaction-list .list-item{
    display: flex;
    margin-bottom: 20px;
}
.media {
    display: flex;
    align-items: flex-start;
}
.media-body {
    flex: 1;
    margin-left: 15px;
}
.value-market-ticker {
    background: var(--color3);
}
.value-market-ticker ul li{
    margin:0 0.5rem ;
}
.value-market-ticker ul li span {
    color: var(--color4);
    font-size: 12px;
    display: flex;
    white-space: nowrap;
}
.apexcharts-menu-item {
    color: var(--color1);
}
.apexcharts-tooltip-box>div {
    color: var(--color1);
}
.wallet-item .clipboard-icon{
    padding: .75rem .75rem;
    font-size: .875rem;
    border-radius: 0 4px 4px 0!important;
}
.wallet-item .input-group .form-control{
    background: var(--color3);
    color: var(--color4);
    border: none;
}
#qrcode {
	display: flex;
	height: 100%; 
	width: 100%; 
	border: 3px solid transparent;
	background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #cf4af3 0%, #ff5e68 50%, #ffc848);
	background-origin: border-box;
	background-clip: content-box, border-box; 
	border-radius: 10px; 
	justify-content: center;
}
.qrcode-item {
/*    width: 170px;
    height: 170px;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5rem;
    padding: 15px;
    border-radius: 12px;
}
.qrcode-item img {
    max-width: 140px;
}
.market-list .coin-name{
    font-size: 16px;
}
.profile-thumbnail-item .thumbnail img {
    max-height: 85px;
    max-width: 85px;
    border-radius: 50%;
}
.profile-thumbnail-item .change-thumbnail {
    position: absolute;
    z-index: 1;
    width: 28px;
    height: 28px;
    top: auto;
    bottom: 55px;
    right: 0;
    left: 0;
    margin: auto;
    line-height: 0;
}
.profile-thumbnail-item .thumbnail .form-control-file{
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 5px;
    right: 0;
    left:30px;
    z-index: 10;
    opacity: 0;
}
.profile-thumbnail-item .thumbnail .change-thumbnail button {
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 0;
    left: 30px;
    margin: auto;
    background-color: var(--color2);
    color: var(--color4);
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 0;
    z-index: 1;
}
.profile-border-image {
    border-radius: 50%;
    display: inline-block;
/*	border: 2px solid #17d1e0;*/
}
.exchange-item .exchange-card {
    position: relative;
}
.exchange-select .form-select {
    background-color: var(--color3);
    color: var(--color5);
    border-width: 1px;
    border-color: var(--color3);
    height: 41px;
    border-radius: 0 15px 15px 0;
    padding: 10px 5px 5px;
    text-align: center;
}
.exchange-card .exchange-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 50px;
    width: 50px;
    background: var(--color8);
    border-radius: 50%;
   display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 999;
}
.settings-item .settings-list .list-group-item ,.pages-list .list-group .list-group-item {
    background: var(--color3);
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 12px;
    padding: 1rem 1rem;
}
.pages-list .list-group .list-group-item .item{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.news-list  .news-thumb{
    max-width: 95px;
    overflow: hidden;
    border-radius: 12px;
}
.news-details-item  .news-thumb{
    overflow: hidden;
    border-radius: 12px;
}
.news-details-item .card-news-body p {
 font-size: 14px;
}
.toast.toast-msg {
    position: absolute;
    bottom: 50%;
    top: auto;
    width: 350px;
    max-width: 100%;
    font-size: 14px;
    padding: 1.5rem;
    color: #fff;
    pointer-events: auto;
    background-color: #055160;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 12px;
}
.toast.toast-msg.error {
    opacity: 1;
    display: block;
}
.toast.toast-msg.success {
    opacity: 1;
    display: block;
}
 /*  Footer Section */
.footer-bar {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 65px;
    background: #000;
 /*   border-top: 1px solid #444658;*/
	box-shadow: 0px 0px 5px #ffffff78;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px 15px 0 0;
    z-index: 999;
/*    overflow: hidden;*/
	max-width: 768px;
	margin: 0 auto;
}
.footer-bar a {
    width: 20%;
    float: left;
    padding: 0;
    font-size: 12px;
    color: var(--color7);
    line-height: 24px;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer-bar a.active {
    color: #17d1e0;
}
.footer-bar .btn-main {
    color: var(--color1);
    font-size: 14px;
    padding: 0.5rem 1rem;
}
.footer-round-main {
    width: 4rem;
    height: 4rem;
    align-items: center;
    background: #17d1e0;
    border-radius: 50%;
    margin-top: -0px;
/*    box-shadow: 0px 0px 5px #cf4af3;*/
}
/*  Demo Section */
.demo-content {
    background-image: url('../img/bg-demo.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 90px 0;
}
.demo-item iframe {
    max-width: 425px;
    height: 750px;
    width: 100%;
    border-radius: 25px;
    border: 5px solid var(--color4);
    box-shadow:  0 10px 20px rgba(0, 0, 0, 0.3), inset 0 3px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), inset 0 3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), inset 0 3px 10px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    display: block;
}
.demo-item ul li {
    margin-right: 0.5rem;
    margin-left: .5rem;
}
.demo-item ul li img {
    max-height: 45px;
}
/*  Error Section */
.error-item{
    position: relative;
    width: 100%;
    min-height: 100vh;
    z-index: 10;
    overflow-y: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow-x: hidden;
}
.heroContainer {
  position: relative;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 15vh;
}

.navbarContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  position: relative;
  z-index: 99;
}

.navbarContainer .navLinks {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}

.navbarContainer .navLinks .navLink {
  cursor: pointer;
  border-bottom: 1.5px solid transparent;
  transition: border .2s ease-in;
}

.navbarContainer .navLinks .navLink:hover {
  border-bottom: 1.5px solid #fff;
}

.heroText {
  position: absolute;
/**  top: 40%;*/
  right: 30px;
  text-align: right;
}

.heroText .cityText {
  font-size: 15px;
  font-weight: normal;
}

.heroText .cityText.animate {
  animation: slide-down .5s ease;
}

.heroText .countryText {
  font-size: 50px;
}

.heroText .countryText.animate {
  animation: slide-up .5s ease;
}

.countries {
  position: fixed;
  left: 0;
  top: 0;
  width: 400px;
  height: 100vh;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(150, 246, 150, 0.1), rgba(155, 150, 252, 0.2));
}

.countries .options {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.countries .options .option {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px;
  transition: all .2s ease-in;
}

.countries .options .option:not(.active):hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}

.countries .options .option.active {
  transform: scale(1.3) translateX(40px);
}

@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .heroText .cityText {
    font-size: 24px;
  }
  
  .heroText .countryText {
    font-size: 100px;
  }
  
  .countries {
    width: auto;
  }
}
.bg-img-one	{
	background-image: url('https://t2.daumcdn.net/thumb/R720x0/?fname=http://t1.daumcdn.net/brunch/service/user/13f9/image/9nS-N2k7usHfFbq0QKSSF4sio1o.jpg');
	background-repeat: no-repeat;
	position: relative;
	background-position: center !important;
	background-size: cover !important;
}
.bg-img-two	{
	background-image: url('https://mblogthumb-phinf.pstatic.net/MjAxNzA3MTdfODgg/MDAxNTAwMjY0Mjc0MTA2.wLlyTxiPDPu4TCFingTSXgQpdlTN4uMx_ogE0QbUJH8g.fEcnx5nL2vyr1mIJ5Ddh8qss3ENiIpVjbZ-wSMvI5dEg.JPEG.asia_enjoy/%ED%95%B4%EC%99%B8%EC%97%AC%ED%96%89_%EB%86%80%EB%9F%AC%EA%B0%88%EB%A7%8C%ED%95%9C%EA%B3%B3_%ED%95%B4%EC%99%B8%EC%97%AC%ED%96%89%EC%A7%80%EB%B2%A0%EC%8A%A4%ED%8A%B81015.jpg?type=w800');
	background-repeat: no-repeat;
	position: relative;
	background-position: center !important;
	background-size: cover !important;
}
.bg-img-three	{
	background-image: url('https://www.agoda.com/wp-content/uploads/2019/03/Day-trips-from-Seoul-South-Korea-Yongin-Everland-Amusement-Park-Korean-Folk-Village.jpg');
	background-repeat: no-repeat;
	position: relative;
	background-position: center !important;
	background-size: cover !important;
}
.circles{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/**    overflow: hidden;*/
	z-index: 100;
}
.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -800px;
    
}
.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}
.center{
/**  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%,-50%);*/
  text-align: center;
}
.center h1{
  color: rgba(255,0,0,0.1);
/**  font-size: 50px;*/
  text-transform: uppercase;
  font-weight: 700;
  background-size: cover;
  background-image: url(https://mblogthumb-phinf.pstatic.net/20130703_106/ttl1125ejr_1372831203982tk4Mn_JPEG/%B9%E8%B0%E6.jpg?type=w420);
  -webkit-background-clip: text;
  animation: background-text-animation 15s linear infinite;
}
@keyframes background-text-animation {
  0%{
    background-position: left 0px top 50%;
  }
  50%{
    background-position: left 1500px top 50%;
  }
  100%{
    background-position: left 0px top 50%;
  }
}
@keyframes progress {
  0% { --percentage: 0; }
  100% { --percentage: var(--value); }
}

@property --percentage {
  syntax: '<number>';
  inherits: true;
  initial-value: 0;
}

[role="progressbar"] {
    --primary: rgb(255 255 255 / 23%);
    --secondary: #212121;
    --size: 200px;
    animation: progress 2s 0.5s forwards;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    margin: auto;
}

[role="progressbar"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0);
  mask: radial-gradient(white 55%, transparent 0);
  mask-mode: alpha;
  -webkit-mask: radial-gradient(#0000 60%, #000 0);
  -webkit-mask-mode: alpha;
}

[role="progressbar"]::after {
  counter-reset: percentage var(--value);
  content: counter(percentage) '%';
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 10);
  color: #fff;
}


@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap");

.tabs__buttons--container {
  display: flex;
  margin-bottom: 1rem;
}

.tabs__tab-btn {
  background: none;
  border: none;
  padding: 1rem 2rem;
  cursor: pointer;
  border-bottom: solid 2px #42b2b1;
}

.tabs__tab-btn--not-selected {
  border-bottom-color: #eeeeee;
}

.tabs__tab-btn:hover {
	background-color: #181717;
    transition: 0.3s;
	color: black;
    border-radius: 20px;
}
.aaa: hover::before{color: black;}

.tabs__tab--hide {
  display: none;
}

.tabs__tab--show {
  display: block;
}

.tabs__tab {
  animation: tabApear 0.6s;
}

@keyframes tabApear {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.main-cont {
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-container {
    height: 100%;
}
.app {
/* background-color: var(--theme-bg-color);*/
 height: 100%;
 display: flex;
 flex-direction: column;
 overflow: hidden;
 position: relative;
 width: 100%;
 border-radius: 14px;
 backdrop-filter: blur(20px);
 -webkit-backdrop-filter: blur(20px);
 font-size: 16px;
 font-weight: 500;
}
.content-wrapper {
	display: flex;
	flex-direction: column;
	color: var(--theme-color);
	height: 100%;
/*	overflow: auto; */
/*	background-color: var(--theme-bg-color);*/
}
 .content-wrapper-header {
	display: flex;
	align-items: center;
	height: 250px;
	width: 100%;
	justify-content: space-between;
	border-radius: 14px;
	padding: 20px 40px;
	background: #fff;
	color: #000;
 }
 .content-text {
	font-weight: 400;
	font-size: 14px;
	margin-top: 16px;
	line-height: 1.7em;
	color: #ebecec;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-wrapper-context {
/*	max-width: 350px; */
}

.content-button {
	background-color: #fff;
	border: none;
	padding: 8px 26px;
	color: #000;
	border-radius: 20px;
	margin-top: 16px;
	cursor: pointer;
	transition: 0.3s;
	white-space: nowrap;
	display: block;
	text-align: center;
}
.content-wrapper-img {
	width: 186px;
	object-fit: cover;
	margin-top: -25px;
	object-position: center;
	@media screen and (max-width: 570px) {
		width: 110px;
	}
}
.content-section {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
}
.content-section-title {
	color: #FFF;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 18px;
}
 .content-section ul {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	justify-content: space-around;
	color: #000;
	background: #f7ce78;
	border: 1px solid gray;
	padding-left: 0;
	margin: 0;
	border-radius: 14px;
	font-weight: 800;
	cursor: pointer;
}
 .content-section ul li {
	list-style: none;
	padding: 10px 18px;
	display: flex;
	align-items: center;
	font-size: 20px;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	transition: 0.3s;
}
 .content-section li:hover {
    background-color: var(--theme-bg-color);
}
.content-section li:first-child {
	border-radius: 13px 13px 0 0;
}
.content-section li:last-child {
	border-radius: 0 0 13px 13px;
}
.content-section ul svg {
	width: 28px;
	border-radius: 6px;
	margin-right: 16px;
	flex-shrink: 0;
}
.img-content {
	font-weight: 500;
	font-size: 17px;
	display: flex;
	align-items: center;
	margin: 0;
 }
.menudown {
	width: 5px;
	height: 5px;
	background-color: var(--button-inactive);
	border-radius: 50%;
	box-shadow: 7px 0 0 0 var(--button-inactive), 14px 0 0 0 var(--button-inactive);
	margin: 0 12px;
}
@media screen and (max-width: 415px) {
	.adobe-product .menu {
		display: none;
	}
}
.dropdown {
	position: relative;
	height: 53px;
	width: 40px;
	top: -24px;
	display: flex;
	left: -5px;
	background: transparent;
	border: none;
	cursor: pointer;
	ul {
		position: absolute;
		background: var(--dropdown-bg);
		height: 110px;
		width: 120px;
		right: 0;
		top: 20px;
		pointer-events: none;
		opacity: 0;
		transform: translatey(10px);
		transition: all 0.4s ease;
	li a {
		text-decoration: none;
		color: var(--theme-color);
		font-size: 12px;
		}
	}
}
.dropdown.is-active {
	ul {
		opacity: 1;
		pointer-events: all;
		transform: translatey(25px);
		li:hover {
		background-color: var(--dropdown-hover);
		}
	}
}

.button-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 187px;
	margin-left: auto;
	@media screen and (max-width: 480px) {
		width: auto;
	}
}
.apps-card {
/*	display: flex; */
	align-items: center;
	flex-wrap: wrap;
}
.app-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	font-size: 16px;
	background-color: #17d1e0;
	color: #000;
	border-radius: 14px;
	padding: 20px;
	cursor: pointer;
	transition: 0.3s ease;
	margin-bottom: 10px;
	&:hover {
		transform: scale(1.02);
		background-color: var(--theme-bg-color);
	}
	&-buttons {
		display: flex;
		align-items: center;
		margin-left: auto;
		margin-top: 16px;
	}
	@media screen and (max-width: 1110px) {
		width: calc(50% - 20px);
		&:last-child {
		margin-top: 20px;
		margin-left: 0px;
		}
	}
	@media screen and (max-width: 565px) {
		width: calc(100% - 20px);
		margin-top: 20px;
		& + .app-card {
		margin-left: 0;
		}
	}
}
.name {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}

.logo {
    height: 30px;
    position: absolute;
    bottom: 0.5rem;
    right: 0.8rem;
}

.tabs {
	height: 60px;
}

.tab-area {
/*  margin:10px;*/
/*  border:1px solid #000;*/
}
.tab-menu {
  overflow:hidden;
}
.tab-menu a {
  float:left;
  width:50%;
  height:45px;
  text-align:center;
  text-decoration:none;
  font-size:14px;
  line-height:30px;
  text-decoration: none;
  color: var(--inactive-color);
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}
.tab-menu a:first-child {
  border-left:0;
}
.tab-menu a.on {
  color: var(--theme-color);
  border-bottom: 2px solid var(--theme-color);
}
.tab-color{
	border: 1px solid #38394e;
    border-radius: 30px;
    background: #38394e;
	width: 25% !important;
	white-space: nowrap;
	margin: 5px;
}
.hidden-area {
  display:none;
/*  border-top:1px solid #000;*/
  background:#00000;
  text-align:center;
  font-size:20px;
/*  line-height:100px;*/
}
.hidden-area.on {
  display:block;
}
.progress-number{
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0;
	top: -0%;
	animation: fadeIn 1s linear forwards;
	animation-delay: 2.5s;
    text-align: center;
}
.progress-number h2{
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-weight: 700;
	font-size: 2.0em;

}
.progress-number span{
	color: white;
	font-weight: 300;
	font-size: 13px;
	height: 55px;
}
.progress-number p{
	font-weight: 300;
	font-size: 0.75em;
	margin-top: 5px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.5);
}

.containar{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
/*	gap: 40px;*/
}
.contatinar .cart{
	postion: relative;
	width: 270px;
	height: 270px;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

.containar .cart .percent{
	position: relative;
	width: 270px;
	height: 270px;
/*	transform: rotate(270deg);*/
}

.containar .cart .percent svg{
	position: relative;
	width: 270px;
	height: 270px;
	transform: rotate(270deg);
}

.containar .cart .percent svg circle{
	width: 100%;
	height: 100%;
	fill: transparent;
	stroke-width:2;
	stroke: #191919;
	transform: translate(5px,5px);
}
.containar .cart .percent svg circle:nth-child(2){
	stroke: var(--clr);
	stroke-dasharray: 820;    
    stroke-dashoffset: calc(820 - (820*var(--num))/100);
	opacity: 0;
	animation: fadeIn 1s linear forwards;
	animation-delay: 2.5s;
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.dot{
	position: absolute;
	inset: 5px;
	z-index: 10;
	transform: rotate(calc(3.6deg*var(--num)));
	animation: animateDot 2s linear forwards;
}
@keyframes animateDot{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(calc(3.6deg*var(--num)));
	}
}
.dot::before{
	content: '';
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--clr);
	box-shadow: 0 0 10px var(--clr), 0 0 30px var(--clr);
}
.border-box{
	border: 1px solid #403f5e;
    border-radius: 20px;
    background-color: #403f5e;
	padding: 10px;
}
.icon-wrapper{
	border: 1px solid #403f5e;
    border-radius: 50%;
    background-color: #403f5e;
	height: 50px;
    width: 50px;
    padding: 10px;
}
.glass-box {
	position: relative;
	padding: 30px;
	min-height: 380px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
/*	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);	
	box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);*/
}

.glass-box::after {
	content: '';
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	border-radius: 5px;
	pointer-events: none;
	background: linear-gradient( to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 2%);
}
.video-bg {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;

	video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.dark-light {
	position: fixed;
	bottom: 75px;
	right: 30px;
	background-color: var(--dropdown-bg);
	box-shadow: -1px 3px 8px -1px rgba(0, 0, 0, 0.2);
	padding: 8px;
	border-radius: 50%;
	z-index: 3;
	cursor: pointer;
	svg {
		width: 24px;
		flex-shrink: 0;
		fill: #ffce45;
		stroke: #ffce45;
		transition: 0.5s;
	}
}

.light-mode {
	.dark-light svg {
		fill: transparent;
		stroke: var(--theme-color);
	}
	.profile-img {
		border: 2px solid var(--theme-bg-color)
	}
	.content-section ul{
		background-color: var(--theme-bg-color);
	}
	.dropdown.is-active ul {
		background-color:rgb(255 255 255 / 94%);
	}
}
.light-mode:before,
.light-mode .video-bg:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgb(255 255 255 / 45%) 100%);
	backdrop-filter: saturate(3);
}
.skill {
	width: 200px;
	height: 220px;
	position: relative;
	margin: auto;
}
.outer {
	height: 200px;
	width: 200px;
	border-radius: 50%;
	padding: 20px;
	background: #fff;
/*	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5), inset 0px 2px 2px rgba(255, 255, 255, 0.2);*/
}
.outer::before {
/*	content: "";*/
    width: 350px;
    height: 500px;
    display: block;
    background-color: transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #0075ff;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    position: absolute;
    border-radius: 100%;
    z-index: -1;
    top: -5%;
    left: -38%;
    right: 0;
    margin: auto;
    transform: translatey(-50%);
}
.outer::after {
/*    content: "";*/
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #0075ff;
    z-index: -1;
    left: 43%;
	top: 83%;
  /*  right: 0;*/
    margin: auto;
    position: absolute;
}
.inner {
	height: 160px;
	width: 160px;
	border-radius: 50%;
	display: flex;
	background: #000;
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5), inset 0px 2px 2px rgba(255, 255, 255, 0.2);
}

.font-404 h1 {
  font-family: "Josefin Sans", sans-serif;
  color: #222;
  font-size: 150px;
  letter-spacing: 10px;
  margin: 0px;
  font-weight: 700;
  text-shadow: 2px 2px 0px #c9c9c9, -2px -2px 0px #c9c9c9;
  text-align: center
}

.font-404 h1 > span {
  text-shadow: 2px 2px 0px #3a6df0, -2px -2px 0px #3a6df0, 0px 0px 8px #ffe652;
}

.nav-item .active {color:#17d1e0}

.f-left {float:left !important}
.f-right {float:right !important}