@font-face {
    font-family: 'Parkinsans-Regular';
    src: url('../fonts/Parkinsans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #3e3c3c;
}
body {
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.8em;
	background: linear-gradient(to bottom, #301c13, #b6481a, #8c8e2f, #6394d5, #347dee);
	background-size: 100%;
	background-repeat: no-repeat;
}
body:before {
	content: "";
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	background-image: url("../img/my-little-plaid.png");
}
#container {
	background-color: #ccbab1;
	margin: 80px 10%;
	border-radius: 20px;
	box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.2);
	padding-bottom: 35px;
	max-width: 1500px;
}
#modal1 p {
  font-size: 12px;
  margin: auto;
  text-align: center;
  width: 170px;
  padding: 0;
  text-indent: 0;
  line-height: 16px;
  color: #fff;
}
main,
header {
  font-family: "Parkinsans-Regular", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
  font-size: 20px;
  color: rgb(74, 28, 13);
}

main {
  background-color: #3d2920;
  box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: 40px 0;
  padding-bottom: 45px;
  justify-content: center;
  display: grid;
  background-image: url("../img/my-little-plaid.png");
}
#buttBuyHead {
  display: none;
}
/*iCat*/
h1 {
  letter-spacing: 1px;
  line-height:40px;
  font-size: 36px;
}
h3 {
  letter-spacing: 1px;
}
.download {
  margin: auto;
}
.blokswal {
  margin: auto;
}
p {
  font-family: "Parkinsans-Regular", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: justify;
  line-height: 30px;
  font-size: 20px;
  width: 90%;
  margin: auto;
  text-indent: 60px;
}
.minicenter {
  text-align: center;
}
#myCat {
  position: relative;
  background-image: url(../img/HeadSanta.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  border-radius: 20px 20px 0 0;
}
.buy {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 20px;
 }
.screenBlock {
    display: flex;
    flex-wrap: wrap;
	margin: 15px auto;
    gap: 10px; /* Расстояние между изображениями */
    justify-content: center; /* Центровка изображений */
	position: relative;
	z-index: 2;
  }

.santaImg {
    width: 100%; /* Занимают всю ширину контейнера */
    max-width: 300px; /* Ограничиваем максимальную ширину */
    height: auto; /* Сохраняем пропорции изображения */
	border-radius: 15px;
	cursor: crosshair;
}
.santaImg:hover {
  opacity: 0.7;
}
.buy.mobile {
	display: none;
}
.footer.mobile {
	display: none;
}
.media {
  margin: 15px auto;
  /*display: inline-flex;*/
  display: none;
}
.social {
	display: block;
	width: 48px;
	height: 48px;
	margin: 3px 10px;
	cursor: pointer;
	border: solid 2px #A65F08;
}
.social:hover {
	opacity: 0.6;
	border-color: #593306;
}
.x {
  background-image: url("../img/x.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  margin: 10px;
}
.tg {
  background-image: url("../img/tg.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  margin: 10px;
}
.docs {
  background-image: url("../img/docs.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  margin: 10px 5px;
}
.youtube {
  background-image: url("../img/youtube.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  margin: 10px 5px;
}
.sb{
  background-image: url("../img/sb.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  margin: 10px 5px;
  /*border: solid 1px #135e32;*/
}

.golden-button.with-close {
  width: 150px;
  margin: auto;
  position: relative;
  display: grid;
}
.golden-button.you {
  margin: 30px auto;
  width: 200px;
  box-shadow: none;
}
.golden-button {
	z-index: 2;
  --main-color: gold;
  --main-bg-color: rgba(185, 165, 57, 0.64);
  --pattern-color: rgba(46, 213, 116, 0.073);

  /* change this rotation value */
  filter: hue-rotate(0deg);

  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  background: radial-gradient(
      circle,
      var(--main-bg-color) 0%,
      rgba(0, 0, 0, 0) 95%
    ),
    linear-gradient(var(--pattern-color) 1px, transparent 1px),
    linear-gradient(to right, var(--pattern-color) 1px, transparent 1px);
  background-size:
    cover,
    15px 15px,
    15px 15px;
  background-position:
    center center,
    center center,
    center center;
  border-image: radial-gradient(
      circle,
      var(--main-color) 0%,
      rgba(0, 0, 0, 0) 100%
    )
    1;
  border-width: 1px 0 1px 0;
  color: var(--main-color);
  padding: 1rem 3rem;
  font-weight: 700;
  font-size: 18px;
  transition: background-size 0.2s ease-in-out;
}

.golden-button:hover {
  background-size:
    cover,
    10px 10px,
    10px 10px;
	color: rgb(46, 213, 115);
}
.golden-button:active {
  filter: hue-rotate(250deg);
}
.forButton {
	margin: 55px auto 0 auto;
	z-index: 2;
	position: relative;
}
.forButton.head {
  margin: 50px auto;
  display: grid;
  width: 285px;
}
.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}
/* TG GAME BUTTON*/
/* From Uiverse.io by Mangesh636 */ 
.tggame {
  background: rgb(36, 161, 222);
  position: relative;
  z-index: 2;
  margin: 25px auto 65px auto;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgb(36, 161, 222);
  border-radius: 25px;
  outline: none;
  overflow: hidden;
  color: #FFFFFF;
  transition: color 0.3s 0.1s ease-out;
  text-align: center;
}

.tggame span {
  margin: 10px;
}

.tggame::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  left: -5em;
  text-align: center;
  transition: box-shadow 0.5s ease-out;
  z-index: -1;
}

.tggame:hover {
  color: rgb(36, 161, 222);
  border: 1px solid rgb(36, 161, 222);
}

.tggame:hover::before {
  box-shadow: inset 0 0 0 10em #FFFFFF;
}
/* end button tg game */
.numerTimer {
    font-family: 'Courier New', Courier, monospace; /* Моноширинный шрифт */
    font-size: 20px; /* Размер текста */
    font-weight: bold; /* Жирный текст для акцента */
    color: #6b705c; /* Темный оливково-зелёный цвет, хорошо смотрится на бежевом */
    background-color: #f8f5f2; /* Светло-бежевый фон */
    padding: 5px 10px; /* Внутренние отступы для красоты */
    border-radius: 10px; /* Скругление углов */
    display: inline-block; /* Чтобы текст выглядел как самостоятельный блок */
    text-align: center; /* Выравнивание текста */
	width: 220px;
	margin: auto;
}
.gallery-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Галерея для ПК */
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    position: relative;
}

.gallery img {
    width: 250px;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Стили для мобильного устройства */
@media (max-width: 768px) {
	.gallery-container {
	padding: 10px 0;
	}
    .gallery {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
        justify-content: flex-start;
        width: 100%;
        height: 350px;
        position: relative;
    }

    .gallery img {
        margin: auto;
        height: auto; /* Оставляем оригинальный размер */
        display: none; /* Скрываем все изображения по умолчанию */
    }

    .gallery img.active {
        display: block; /* Показываем только активное изображение */
    }
    #raydium {
      display: none;
    }
    #buttBuyHead {
      display: block;
    }
}


.text {
  display: inline-grid;
}
.coin {
  width: 230px;
  height: 230px;
  padding: 15px;
   box-shadow: 
    inset 0 0 10px rgba(0, 0, 0, 0.5), /* Тень для создания эффекта толщины */
    0 0 20px rgba(255, 255, 255, 0.8), /* Блеск на аверсе */
    0 0 40px rgba(255, 255, 255, 0.6), /* Блеск на аверсе */
    0 0 60px rgba(255, 255, 255, 0.4), /* Блеск на аверсе */
    0 0 80px rgba(255, 255, 255, 0.3), /* Блеск на аверсе */
    0 0 100px rgba(255, 255, 255, 0.2), /* Блеск на аверсе */
    0 0 120px rgba(255, 255, 255, 0.1); /* Блеск на аверсе */
  transform-style: preserve-3d;
  animation: spin 7s linear infinite;
  border-radius: 50%;
  background-image: url("../img/brushed-alum.png");
}
@keyframes spin {
  from {
    transform: rotateY(0deg) translateZ(25px); /* Придаем изображению начальное 3D преобразование */
  }
  to {
    transform: rotateY(360deg) translateZ(25px); /* Придаем изображению угол поворота */
  }
}
.text.about {
  text-align: justify;
}
.text.about p {
  padding: 0 15px;
}
.card {
  display: inline-grid;
  width: 220px;
  height: 115px;
  background-color: #271144;
  border-radius: 15px;
  margin: 15px;
  border: solid 2px #979797;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  color: #4d144f70;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 35px;
}
.card span {
  position: relative;
  margin: auto;
  font-weight: 300;
  animation: lights 5s 750ms linear infinite;
}
.card:hover {
  background-color: #8d7aa6;
  cursor: crosshair;
  color: #133a5b;
}
ul {
            margin: 20px auto;
            padding: 0;
            list-style-type: none;
			width: 90%;
        }
        ul li {
            font-size: 18px;
            margin-bottom: 10px;
        }
        ul li:before {
            content: "•";
            color: #e85d04;
            font-weight: bold;
            display: inline-block;
            width: 1em;
        }
.linkBlock {
  margin-top: 40px;
}
.checkmark-list li::before {
  content: "😺";
  margin-right: 5px; 
}
.lnk {
  z-index: 2;
  font-family: "Rubik", sans-serif;
  background-image: linear-gradient(to right, #643371, #ac9ac7 50%, #2d8bba 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.lnk:before{
  content: '';
  background: #54b3d6;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}
.lnk.one {
  padding: 0;
  text-indent: 0;
}
a:hover {
 background-position: 0;
}

a:hover::before{
  width: 100%;
}
@keyframes lights {
  0% {
    color: hsl(230, 40%, 80%);
    text-shadow:
      0 0 1em hsla(320, 100%, 50%, 0.2),
      0 0 0.125em hsla(320, 100%, 60%, 0.3),
      -1em -0.125em 0.5em hsla(40, 100%, 60%, 0),
      1em 0.125em 0.5em hsla(200, 100%, 60%, 0);
  }
  
  30% { 
    color: hsl(230, 80%, 90%);
    text-shadow:
      0 0 1em hsla(320, 100%, 50%, 0.5),
      0 0 0.125em hsla(320, 100%, 60%, 0.5),
      -0.5em -0.125em 0.25em hsla(40, 100%, 60%, 0.2),
      0.5em 0.125em 0.25em hsla(200, 100%, 60%, 0.4);
  }
  
  40% { 
    color: hsl(230, 100%, 95%);
    text-shadow:
      0 0 1em hsla(320, 100%, 50%, 0.5),
      0 0 0.125em hsla(320, 100%, 90%, 0.5),
      -0.25em -0.125em 0.125em hsla(40, 100%, 60%, 0.2),
      0.25em 0.125em 0.125em hsla(200, 100%, 60%, 0.4);
  }
  
  70% {
    color: hsl(230, 80%, 90%);
    text-shadow:
      0 0 1em hsla(320, 100%, 50%, 0.5),
      0 0 0.125em hsla(320, 100%, 60%, 0.5),
      0.5em -0.125em 0.25em hsla(40, 100%, 60%, 0.2),
      -0.5em 0.125em 0.25em hsla(200, 100%, 60%, 0.4);
  }
  
  100% {
    color: hsl(230, 40%, 80%);
    text-shadow:
      0 0 1em hsla(320, 100%, 50%, 0.2),
      0 0 0.125em hsla(320, 100%, 60%, 0.3),
      1em -0.125em 0.5em hsla(40, 100%, 60%, 0),
      -1em 0.125em 0.5em hsla(200, 100%, 60%, 0);
  }
  
}
.partner {
  z-index: 2;
  position: relative;
  /* border-radius: 8px; */
  margin: 15px;
  display: inline-grid;
  padding: 10px;
  width: 270px;
  height: 70px;
  background-color: #f9d967e0;
  border: solid 2px #a55d07;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.partner:hover {
  background-color: #dbc657;
  cursor: pointer;
}
.partner.wal {
  width: 190px;
  height: 50px;
  margin: 10px auto;
}
.tok:hover {
  opacity: 0.8;
  cursor: crosshair;
}
.footer {
  display: inline-flex;
  margin: auto;
  width: 100%;
}
.logofoot img {
  z-index: 2;
  width: 200px;
  height: 200px;
  margin: 15px;
  text-align: center;
  justify-content: center;
  transition: .5s;
  cursor: crosshair;
}
.logofoot {
  display: grid;
  width: 33%;
  text-align: center;
  justify-content: center;
}
 .logofoot img:hover {
	-webkit-mask: linear-gradient(135deg,#000c 60%,#000,#000c 80%) 100% 100%/250% 250%;
} 
.logofoot.logo {
  z-index: 2;
  width: auto;
}
.colfoot {
  z-index: 2;
  display: inline-flex;
  width: 33%;
  margin: auto;
  text-align: center;
  justify-content: center;
}
.colfoot.modal {
	width: 150px;
}
.logofoot span {
  letter-spacing: 1px;
  font-size: 22px;
  font-weight: 600;
  color: #373737;
}
.colfoot.right {
  display: grid;
}
.forButton.down {
  margin: auto;
}
.forButton.mobile {
  margin: 10px auto;
}
/*MODAL*/
.with-fade {
	display: none;
}
.withbefore {
	display: none;
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9997;
} 
.with {
  position: fixed;
  left: 0;
  top: 0;
  width: 310px;
  height: 400px;
  margin: 180px calc(50% - 155px);
  border: solid 3px #f9e67e;
  border-radius: 25px;
  z-index: 9999;
  background: linear-gradient( 45deg, #483d10, #dbc75a );
  text-align: center;
  
}
.closeContainer {
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px auto;
	text-decoration: none;
	position: relative;
	width: 200px;
	height: 90px;
	text-align: center;
	color: #50156b;
	font-size: 36pt;
	font-family: 'Arial',Arial,sans-serif;
	line-height: 1.55;
	font-weight: 600;
	border-width: 1px;
	border-radius: 30px;
	background-color: #00ff66;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.closeContainer:hover {
	background-color: #97e647;
}
.conteinerSize {
	width: 149px;
}
.centerConteiner {
  position: relative;
  display: grid;
  margin: auto;
  width: 290px;
  height: 240px;
  color: #ffffff;
  font-family: "Parkinsans-Regular", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
} 
.centerConteiner h3 {
  color: #fff;
  letter-spacing: 2px;
}
.heroboss {
  width: 50%;
  margin: auto;
}
.menumobile.modal a:hover {
  color: #fddb3a;
}
.styleButton.sendMessage {
  display: none;
}
.moovieblock {
	width: 560px;
	height: 315px;
	border-radius: 20px;
	padding: 5px;
}
.memlink {
  font-size: 13pt;
  font-size: 1.15rem;
}
.meme {
  cursor: pointer;
  border-radius: 20px;
  padding: 5px;
}
.meme:hover {
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
}
.downcomic {
  height: 25px;
  display: block;
}
.ssl {
  margin: 10px auto 30px auto;
  display: grid;
  background-color: #f0f8ff24;
  max-width: 70%;
  text-align: center;
  padding: 25px;
  font-size: 12px;
  line-height: 12px;
  border: 1px solid #4274c1;
  border-radius: 15px;
}
.ssl p {
  font-size: 12px;
}
.ver {
  font-size: 16px;
  font-weight: 600;
  color: #4c4b4d;
  border: solid 2px #4c4b4d;
  background-color: #f5faff;
  width: 160px;
  margin: 30px auto;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
  display: inline-flex;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  height: 52px;
  letter-spacing: 1px;
}
.vBlock {
  display: grid;
  margin: auto;
}
.button.wht {
  box-shadow: none;
}
.icatScreen:hover {
  opacity: 0.8;
}
.smTit {
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  color: #8c8a8a;
  margin: auto;
}
.tgicon {
  width: 42px;
  height: 42px;
  padding: 6px 11px;
  display: inline-flex;
}
.button.buys {
  margin: auto;
  width: 290px;
  height: 35px;
  box-shadow: none;
}
.Digi {
  font-family: "Parkinsans-Regular", sans-serif;
  font-style: normal;
  font-variant-numeric: tabular-nums;
  font-size: 32px;
  margin: auto;
  color: rgb(255, 215, 0);
}
.link {
  color: #38abf0;
  cursor: pointer;
}
.link:hover {
  color: #a071bb;
}
/*==== Raydium ====*/
.raydium-widget-container {
    max-width: 480px;
    width: 100%;
    height: 620px; /* подбираешь под себя */
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    z-index: 2;
    position: relative;
  }

  .raydium-widget-frame {
    width: 100%;
    height: 100%;
    border: none;
  }

/*=====================*/
.loaderz {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
	z-index: 0;
}


@keyframes snow-loader {
	from {
		transform: rotateY(0deg);
	}

	to {
		transform: rotateY(90deg);
	}
}

@keyframes snow-loader-zoom {
	from {
		transform: scale(1, 1) rotateZ(0deg);
		color: rgb(200, 241, 255, 0.8);
	}

	to {
		color: #123;
		transform: scale(200, 200) rotateZ(360deg);
	}
}

.loader-text {
	font-size: 25px;
}

.gosnow {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	animation: main-loadup 1s forwards linear, main-loadup-bg 10s forwards linear;
	animation-delay: 7s, 8s;
}

@keyframes main-loadup {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes main-loadup-bg {
	from {
		background-size: 100% 100%;
		background-position: 0% 0%;
	}

	to {
		background-size: 400% 400%;
		background-position: 0% 100%;
	}
}

.gosnow {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: main-loadup 1s forwards linear, main-loadup-bg 10s forwards linear;
    animation-delay: 7s, 8s;
}
#connect-holiday-wallet {
  display: none;
}
.alert {
  font-size: 14px;
  line-height: 24px;
  display: grid;
  margin: auto;
}
@keyframes main-loadup {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes main-loadup-bg {
    from {
        background-size: 100% 100%;
        background-position: 0% 0%;
    }
    to {
        background-size: 400% 400%;
        background-position: 0% 100%;
    }
}

.initial-snow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* z-index: 10; */
    pointer-events: none;
}

.initial-snow > * {
    font-size: 50px;
    color: white;
    position: absolute;
    top: -10vh;
}

@keyframes snowfall {
    0% {
        transform: translate3d(var(--left-ini), -10vh, 0);
    }
    100% {
        transform: translate3d(var(--left-end), 110vh, 0);
    }
}


.snow:nth-child(2n) {
	filter: blur(1px);
	font-size: 40px;
}

.snow:nth-child(6n) {
	filter: blur(2px);
	font-size: 30px;
}

.snow:nth-child(10n) {
	filter: blur(5px);
	font-size: 30px;
}

.snow:nth-child(1) {
	--size: 0.8vw;
	--left-ini: 0vw;
	--left-end: -1vw;
	left: 70vw;
	animation: snowfall 9s linear infinite;
	animation-delay: -1s;
}

.snow:nth-child(2) {
	--size: 0.2vw;
	--left-ini: -7vw;
	--left-end: 10vw;
	left: 65vw;
	animation: snowfall 15s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(3) {
	--size: 1vw;
	--left-ini: 6vw;
	--left-end: 6vw;
	left: 1vw;
	animation: snowfall 9s linear infinite;
	animation-delay: -7s;
}

.snow:nth-child(4) {
	--size: 0.2vw;
	--left-ini: -3vw;
	--left-end: 9vw;
	left: 88vw;
	animation: snowfall 14s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(5) {
	--size: 0.4vw;
	--left-ini: -2vw;
	--left-end: -9vw;
	left: 74vw;
	animation: snowfall 6s linear infinite;
	animation-delay: -4s;
}

.snow:nth-child(6) {
	--size: 0.2vw;
	--left-ini: 5vw;
	--left-end: 1vw;
	left: 35vw;
	animation: snowfall 6s linear infinite;
	animation-delay: -7s;
}

.snow:nth-child(7) {
	--size: 0.4vw;
	--left-ini: -2vw;
	--left-end: -1vw;
	left: 27vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(8) {
	--size: 1vw;
	--left-ini: -9vw;
	--left-end: -2vw;
	left: 69vw;
	animation: snowfall 8s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(9) {
	--size: 0.2vw;
	--left-ini: -1vw;
	--left-end: -5vw;
	left: 84vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(10) {
	--size: 0.2vw;
	--left-ini: 7vw;
	--left-end: -9vw;
	left: 82vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -3s;
}

.snow:nth-child(11) {
	--size: 0.6vw;
	--left-ini: -2vw;
	--left-end: -1vw;
	left: 48vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -1s;
}

.snow:nth-child(12) {
	--size: 0.2vw;
	--left-ini: 5vw;
	--left-end: 6vw;
	left: 39vw;
	animation: snowfall 15s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(13) {
	--size: 0.2vw;
	--left-ini: 6vw;
	--left-end: 5vw;
	left: 3vw;
	animation: snowfall 9s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(14) {
	--size: 0.8vw;
	--left-ini: -5vw;
	--left-end: -2vw;
	left: 49vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(15) {
	--size: 0.6vw;
	--left-ini: 10vw;
	--left-end: 4vw;
	left: 77vw;
	animation: snowfall 7s linear infinite;
	animation-delay: -4s;
}

.snow:nth-child(16) {
	--size: 0.8vw;
	--left-ini: -3vw;
	--left-end: 1vw;
	left: 86vw;
	animation: snowfall 14s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(17) {
	--size: 1vw;
	--left-ini: 6vw;
	--left-end: -7vw;
	left: 18vw;
	animation: snowfall 9s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(18) {
	--size: 1vw;
	--left-ini: -9vw;
	--left-end: 4vw;
	left: 64vw;
	animation: snowfall 13s linear infinite;
	animation-delay: -7s;
}

.snow:nth-child(19) {
	--size: 1vw;
	--left-ini: 2vw;
	--left-end: -7vw;
	left: 52vw;
	animation: snowfall 15s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(20) {
	--size: 0.4vw;
	--left-ini: 0vw;
	--left-end: 8vw;
	left: 5vw;
	animation: snowfall 8s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(21) {
	--size: 0.6vw;
	--left-ini: -9vw;
	--left-end: -2vw;
	left: 10vw;
	animation: snowfall 12s linear infinite;
	animation-delay: -3s;
}

.snow:nth-child(22) {
	--size: 0.8vw;
	--left-ini: -3vw;
	--left-end: -8vw;
	left: 54vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(23) {
	--size: 0.6vw;
	--left-ini: -7vw;
	--left-end: -8vw;
	left: 20vw;
	animation: snowfall 6s linear infinite;
	animation-delay: -3s;
}

.snow:nth-child(24) {
	--size: 0.4vw;
	--left-ini: 10vw;
	--left-end: -4vw;
	left: 68vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(25) {
	--size: 1vw;
	--left-ini: 3vw;
	--left-end: 5vw;
	left: 90vw;
	animation: snowfall 7s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(26) {
	--size: 1vw;
	--left-ini: -7vw;
	--left-end: 5vw;
	left: 71vw;
	animation: snowfall 13s linear infinite;
	animation-delay: -2s;
}

.snow:nth-child(27) {
	--size: 0.6vw;
	--left-ini: 9vw;
	--left-end: 4vw;
	left: 2vw;
	animation: snowfall 15s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(28) {
	--size: 1vw;
	--left-ini: -5vw;
	--left-end: 3vw;
	left: 23vw;
	animation: snowfall 12s linear infinite;
	animation-delay: -1s;
}

.snow:nth-child(29) {
	--size: 0.4vw;
	--left-ini: -2vw;
	--left-end: -1vw;
	left: 39vw;
	animation: snowfall 14s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(30) {
	--size: 0.6vw;
	--left-ini: -9vw;
	--left-end: -5vw;
	left: 76vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(31) {
	--size: 0.4vw;
	--left-ini: -5vw;
	--left-end: 3vw;
	left: 14vw;
	animation: snowfall 8s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(32) {
	--size: 0.2vw;
	--left-ini: 5vw;
	--left-end: -1vw;
	left: 86vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(33) {
	--size: 0.4vw;
	--left-ini: -3vw;
	--left-end: 10vw;
	left: 66vw;
	animation: snowfall 6s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(34) {
	--size: 1vw;
	--left-ini: -3vw;
	--left-end: 6vw;
	left: 75vw;
	animation: snowfall 14s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(35) {
	--size: 1vw;
	--left-ini: -6vw;
	--left-end: 7vw;
	left: 22vw;
	animation: snowfall 7s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(36) {
	--size: 1vw;
	--left-ini: 3vw;
	--left-end: 4vw;
	left: 10vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -10s;
}

.snow:nth-child(37) {
	--size: 0.6vw;
	--left-ini: 2vw;
	--left-end: 10vw;
	left: 95vw;
	animation: snowfall 13s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(38) {
	--size: 0.8vw;
	--left-ini: 5vw;
	--left-end: 8vw;
	left: 34vw;
	animation: snowfall 9s linear infinite;
	animation-delay: -10s;
}

.snow:nth-child(39) {
	--size: 0.8vw;
	--left-ini: 4vw;
	--left-end: 0vw;
	left: 80vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -2s;
}

.snow:nth-child(40) {
	--size: 0.8vw;
	--left-ini: 1vw;
	--left-end: -7vw;
	left: 45vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -4s;
}

.snow:nth-child(41) {
	--size: 0.2vw;
	--left-ini: 9vw;
	--left-end: 10vw;
	left: 82vw;
	animation: snowfall 8s linear infinite;
	animation-delay: -2s;
}

.snow:nth-child(42) {
	--size: 1vw;
	--left-ini: 9vw;
	--left-end: -9vw;
	left: 22vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(43) {
	--size: 0.6vw;
	--left-ini: 5vw;
	--left-end: 8vw;
	left: 66vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -1s;
}

.snow:nth-child(44) {
	--size: 0.6vw;
	--left-ini: -5vw;
	--left-end: -2vw;
	left: 75vw;
	animation: snowfall 12s linear infinite;
	animation-delay: -4s;
}

.snow:nth-child(45) {
	--size: 0.2vw;
	--left-ini: 0vw;
	--left-end: 3vw;
	left: 2vw;
	animation: snowfall 7s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(46) {
	--size: 0.2vw;
	--left-ini: 8vw;
	--left-end: -3vw;
	left: 94vw;
	animation: snowfall 8s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(47) {
	--size: 0.6vw;
	--left-ini: -6vw;
	--left-end: -9vw;
	left: 95vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -4s;
}

.snow:nth-child(48) {
	--size: 0.2vw;
	--left-ini: -5vw;
	--left-end: 6vw;
	left: 34vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(49) {
	--size: 0.8vw;
	--left-ini: 4vw;
	--left-end: 8vw;
	left: 22vw;
	animation: snowfall 12s linear infinite;
	animation-delay: -10s;
}

.snow:nth-child(50) {
	--size: 0.2vw;
	--left-ini: -4vw;
	--left-end: 4vw;
	left: 100vw;
	animation: snowfall 14s linear infinite;
	animation-delay: -9s;
}

.boxis {
  display: flex;
  gap: 40px;
  margin: 26px auto 0 auto;
  flex-wrap: wrap;
}

.circle {
position: relative;
margin: auto;
  width: 130px;
  height: 130px;
  border: 5px solid transparent;
  border-radius: 50%;
  background: #f4ffdf;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  animation: borderGlow 3s linear infinite;
  background-image: url("../img//hexellence.png");
}

@keyframes borderGlow {
  0% {
  border-color: #ecc735;
  box-shadow: 0 0 10px #ece290;
}
50% {
  border-color: #10b923;
  box-shadow: 0 0 10px #c7ff00;
}
100% {
  border-color: #0997ce;
  box-shadow: 0 0 10px #7ce3ee;
}
}

/* Airdrop */
.airdrop-container {
  position: relative;
  z-index: 2;
  background: #aa8a7dd1;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 75%;
  max-width: 480px;
  margin: 30px auto;
}
.airdrop-container, .holiday-loot-container {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin: 10px;
	background: #aa8a7dd1;
    padding: 20px 30px;
    border-radius: 10px;
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
   z-index: 2;
  position: relative;
}

.wallet-btn {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
}

.wallet-btn:hover {
    background-color: #0056b3;
}
.wallet-btn.claim {
  width: 165px;
  margin: 20px auto auto auto;
}
.wallet-hidden {
    display: none;
}
#wallet-status {
    font-size: 14px;
    margin-bottom: 10px;
}
/* Крестик закрытия */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
    cursor: pointer;
    z-index: 10;
}

.close-btn:hover {
    color: #b20000;
}
.wallet-options {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

.wallet-option {
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.wallet-option:hover {
    background-color: #0056b3;
}

.wallet-hidden {
    display: none;
}

/*====================================*/
@media (max-width: 768px) {
    .airdrop-container, .holiday-loot-container {
        display: block;
        width: 100%;
        margin: 10px auto;
    }
}
#container {
  margin: 40px 5%;
}

@media (min-width: 999px) {
#container {
  margin: 40px 5%;
}
}

@media (max-width: 1160px) {
#button1 {
	display: none;
}
}

@media (min-width: 1599px) {

#container {
    margin: 60px auto;
}
}

@media (max-width: 1024px) {
.text.about {
	display: grid;
}
.coin {
	margin: auto;
}
.moovieblock {
	width: 336px;
	height: 189px;
}
.meme {
	width: 320px;
	height: 272px;
}
}
@media (max-width: 945px) {
.screenBlock {
  display: inline-flex;
  overflow-y: hidden;
  cursor: grab;
  margin: 15px auto auto auto;
}
}
@media (max-width: 828px) {
h2 {
  font-size: 18px;
}
#container {
  margin: 31px 4%;
}
.buy {
	display: none;
}
.buy.mobile {
	display: grid;
	position: relative;
    margin: 20px auto;
}
.lnk {
	font-size: 16px;
}
.logofoot img {
  width: 120px;
  height: 120px;
  margin: auto;
}
.button {
	font-size: 12px;
	padding-inline: 0;
}
.forButton {
  margin: 40px auto;
}
.footer {
	display: none;
}
.footer.mobile {
	display: grid;
}
.logofoot{
	width: 100%;
	margin: 15px auto;
}
.colfoot{
	width: 100%;
	margin: auto;
}
.tok {
  width: 100%;
}
.boxis {
    gap: 20px; /* Уменьшает расстояние между элементами */
    align-items: center; /* Центрует элементы вертикально */
  }
.initial-snow > * {
        font-size: 30px; /* Уменьшаем размер снежинок */
    }

    /* Уменьшаем количество снежинок, скрывая лишние */
    .snow:nth-child(n+21) {
        display: none;
    }

    /* Уменьшаем интенсивность анимации для лучшей производительности */
    @keyframes snowfall {
        0% {
            transform: translate3d(var(--left-ini), -10vh, 0);
        }
        100% {
            transform: translate3d(var(--left-end), 100vh, 0); /* Снижаем длину пути */
        }
    }

    .snow {
        animation-duration: 15s; /* Замедляем скорость анимации */
    }
}

@media (max-width: 640px) {
.lnk {
	font-size: 12px;
}
h1 {
	font-size: 26px;
	line-height: 30px;
}
h3 {
    font-size: 16px;
    font-family: "Rubik", sans-serif;
  }
h4 {
  font-size: 10px;
  font-family: "Rubik", sans-serif;
}
p {
  line-height: 24px;
  font-size: 18px;
  text-indent: 15px;
}
header {
  font-size: 14px;
}
#myCat {
  background-image: url(../img/hero_mob.png);
}
.Digi {
  font-size: 16px;
}
.ver {
	margin: 30px auto auto auto;
}
}

@media (max-width: 500px) {
#container {
  margin: 20px 15px;
}
.coin {
  width: 120px;
  height: 120px;
}
.text.about p {
  padding: 0 5px;
}
ul {
  font-size: 16px;
  line-height: 28px;
}
.checkmark-list li::before {
  margin-right: 2px;
}
main {
	padding: 5px;
}
p {
  text-align: justify;
  padding: 5px;
}
.partner.end {
  margin-bottom: 35px;
}
.partner.start {
  margin-top: 35px;
}
.moovieblock {
	width: 280px;
	height: 157px;
}
.meme {
	width: 280px;
	height: 238px;
}
}