/********** Template CSS **********/
:root {
    --primary: #16D5FF;
    --secondary: #999999;
    --light: #F2F8FE;;
    --dark: #111111;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 60px;
    z-index: 99;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 500 !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: 0.5s;
}

.navbar .navbar-brand {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

/*** Button ***/
.navbar .btn:hover {
  color: #FFFFFF !important;
  background: var(--primary) !important;
}

/*** Header ***/
.hero-header .breadcrumb-item + .breadcrumb-item::before {
  color: var(--secondary);
}

/*** Roadmap ***/
.roadmap-carousel {
    position: relative;
}

.roadmap-carousel::before {
    position: absolute;
    content: "";
    height: 1;
    width: 100%;
    top: 20px;
    left: 0;
    border-top: 2px dashed var(--secondary);
}


.roadmap-carousel .roadmap-item .roadmap-point {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 6px;
    left: 50%;
    margin-left: -15px;
    background: #FFFFFF;
    border: 2px solid var(--primary);
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.roadmap-carousel .roadmap-item .roadmap-point span {
    display: block;
    width: 18px;
    height: 18px;
    background: var(--primary);
}

.roadmap-carousel .roadmap-item {
    position: relative;
    padding-top: 150px;
    text-align: center;
}

.roadmap-carousel .roadmap-item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 115px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-right: 2px dashed var(--secondary);
}

.roadmap-carousel .roadmap-item::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 111px;
    left: 50%;
    margin-left: -7px;
    transform: rotate(45deg);
    background: var(--primary);
}

.roadmap-carousel .owl-nav {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.roadmap-carousel .owl-nav .owl-prev,
.roadmap-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--light);
    background: var(--primary);
    transition: .5s;
}

.roadmap-carousel .owl-nav .owl-prev:hover,
.roadmap-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: var(--dark);
}

/*** donat ***/
.card-rounded {
  border-radius: 8px !important;
}

/*** Footer ***/

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #f7f7f7;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f7f7f7;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: var(--primary);
    border: 1px solid var(--primary);
}

.footer .btn.btn-square:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(17, 17, 17, .1);
}

.footer .copyright a {
    color: var(--primary);
}

.footer .copyright a:hover {
    color: var(--dark);
}
/* Hero Section container */
.hero-section {
    background-color: #f8f9fa;
    padding: 60px 0;
}

/* Hero Image */
.hero-section img {
    max-height: 320px;
    object-fit: contain;
}

/* Title */
.hero-section h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

/* Subtitle */
.hero-section .lead {
    color: #6c757d;
}

.category-title {
  font-size: 40px;  
  font-weight: 700;
  }
/* menu */
.sidebar-menu a.sidebar-link {
  color: var(--secondary) !important;
  text-decoration: none;
  transition: color 0.3s, letter-spacing 0.3s;
}

/* Hover */
.sidebar-menu a.sidebar-link:hover {
  color: var(--primary) !important;
  letter-spacing: 0.5px;
}

/* Active Element */
.sidebar-menu .active-link {
  color: var(--primary);
  font-weight: bold;
  cursor: default;
  text-decoration: none;
}
.sidebar-menu .active-link:hover {
  color: var(--primary);
  letter-spacing: normal;
}
.footer ul.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.footer ul.list-unstyled li a {
    color: #333;
    text-decoration: none;
}

.footer ul.list-unstyled li a:hover {
    color: #16D5FF;
}
@media (max-width: 991.98px) {
 .navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 15px 0 !important; 
    }
}

.navbar .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 350px;
    padding: 10px 15px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.1);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.navbar .nav-item:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

/* Columns */
.navbar .dropdown-menu > li {
    width: 48%;
    list-style: none;
    margin-bottom: 6px;
}

/* submenu */
.navbar .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 5px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    white-space: normal;
    text-align: left;
    word-break: break-word;
}
.navbar .dropdown-menu .dropdown-item span {
    display: inline-block;
    max-width: 220px;
    word-wrap: break-word;
}

.navbar .dropdown-menu .submenu-item:hover {
    
    color: #16D5FF;
    text-decoration: none;
}

.navbar .dropdown-menu a,
.navbar .dropdown-menu a:hover,
.navbar .dropdown-menu a:focus,
.navbar .dropdown-menu a:active {
    text-decoration: none !important;
    background: none !important;
}
.navbar .dropdown-menu .dropdown-item,
.navbar .dropdown-menu .submenu-item {
    transition: all 0.3s ease;
    padding-left: 5px;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .submenu-item:hover {
    padding-left: 10px;
    
}

.navbar .nav-item > .nav-link {
    transition: transform 0.3s ease;
}

.navbar .nav-item > .nav-link:hover {
    transform: translateX(5px);
}


.card {
    transition: transform 0.3s ease;
}


.card:hover {
    transform: translateY(-8px);
}
.hover-link {
  color: var(--secondary) !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

.hover-link:hover {
  color: var(--primary);
}

.sidebar-link {
  color: var(--secondary);
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
}

a.d-flex.align-items-center:hover {
  transform: translateX(5px);
  transition: transform 0.2s ease;
}

.btn:focus,
.btn-link:focus {
  outline: none;
  box-shadow: none;
}

/*  .post-image */
.post-image {
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  display: inline-block;
  max-width: 50%;
  max-height: 200px;
  margin-right: 15px;
  margin-bottom: 15px;
}

/* post-image */
.post-image img {
  border-radius: 6px;
  display: block;
  max-width: 100%;
  height: auto;
}


@media (max-width: 767.98px) {
  .post-image {
    float: none;          
    max-width: 100%;
    max-height: none;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;     
    display: block;
  }
  .post-image img {
    max-width: 100%;       
    width: 100%;           
    height: auto;        
  }
}
.set-color {
  background-color: #424242 !important;
}
.text-post {
  color: #A0A0A0 !important;
}

.header-bg {
  background-color: #5A5A5A;
}



.language-switcher {
  max-width: 100px;
}

.language-switcher .nav-link {
  padding: 0 !important;
  margin: 0 !important;
  color: #333;
  background: transparent !important;
  box-shadow: none !important;
}

.language-switcher .dropdown-menu {
  min-width: 100px;
  max-width: 100px;
  z-index: 1050;
  display: block;
}

.language-switcher .dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  text-transform: none;
  font-size: 14px;
  padding: 0.1rem 0.1rem; /* можно уменьшить до 0, если нужно полностью убрать */
  margin: 0 !important;
}

.language-switcher .text-uppercase {
  font-size: 14px;
}

.footer-language-switcher .dropdown-toggle {
  background-color: transparent;
  border: 1px solid #16D5FF;
  color: #fff;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  width: 100%;
}

.footer-language-switcher .dropdown-menu {
  font-size: 0.9rem;
  width: 100%;
  min-width: unset;
}

.footer-language-switcher .dropdown-item:hover {
  background-color: #16D5FF;
  color: #000;
}


.wallet-img {
  width: 80%;
  max-width: 400px;
  
  display: block;
  margin: 0 auto;
}

.narel-img {
  width: 100%;
  max-width: 700px;
 
  display: block;
  margin: 0 auto;
 }

@media (max-width: 768px) {
  .wallet-img,
  .narel-img {
    max-width: 100%;
  }
}

.img-left,{
  float: left;
  margin: 0 10px 5px 0;
  max-width: 60%;
  height: auto;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.alignnone.size-medium,
.alignleft,
.alignright,
.aligncenter {
  float: left;
  margin: 0 10px 10px 0;
  max-width: 50%;
  height: auto;
}

.vaine-blok {
  display: block;
  width: 100%;
  max-width: 200px;      /* можно адаптировать под дизайн */
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  
  font-weight: 900;
  color: var(--primary); /* если используешь переменную */
}

.site-title {
  margin: 0;
  font-size: 27px; /* размер можно подкорректировать */
  font-weight: bold;
  color: var(--primary); /* или любой цвет */
  text-shadow: 0 0 0.5px currentColor, 0 0 0.5px currentColor;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase; /* если нужно заглавными */
  letter-spacing: 0.5px;
}

.download-block-icon {
    max-height: 80px;
    width: auto;
}
@media (max-width: 768px) {
    .download-block-icon {
        max-height: 60px;
    }
}