html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

video {
    display: inline-block;
    vertical-align: baseline;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}


img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-family: -apple-system, "Roboto", Trebuchet MS, sans-serif;
    min-width: 320px
}

body {
    background-color: rgb(0, 0, 0);
    color: #000;
    height: 100vh;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
    color: #1275ec;
    border: 0;
    outline: none
}

a img {
    border: none
}


.wrap {
    height: 100%;
}

.fullscreen-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 100%;
    width: auto;
    height: 100vh;
    z-index: -100;
    overflow: hidden;
}

.fullscreen-bg video {
    min-height: 100vh;
    min-width: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    object-fit: cover;
}

.avatar {
    position: relative;
}

.avatar img {
    width: 43px;
    height: 43px;
    border-radius: 100%;
    border: 2px solid;
    position: relative;
    box-sizing: border-box;
}

.avatar div.small_live {
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fe2c55;
    font-size: 10px;
    width: fit-content;
    padding: 2px 6px;
    border-radius: 5px;
    font-weight: bold;
}

.left-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 5px;
    height: fit-content;
    color: #fff;
    justify-content: space-between;
    position: absolute;
    bottom: 25%;
    right: 3%;
    z-index: 9;
    width: 43px;
    cursor: pointer;
}
.left-icons div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
}

.like img, .comment img, .share img, .svideo img {
    width: 30px;

}
.like__img{
	filter: invert(0); 
    transition: filter 0.3s ease;
}
.like__img:active{
	filter: invert(1);
}
.comment__img{
	filter: invert(0); 
    transition: filter 0.3s ease;
}
.comment__img:active{
	filter: invert(1);
}
.share__img{
	filter: invert(0); 
    transition: filter 0.3s ease;
}
.share__img:active{
	filter: invert(1);
}
.svideo__img{
	filter: invert(0); 
    transition: filter 0.3s ease;
}
.svideo__img:active{
	filter: invert(1);
}

.footer-btn {
    margin-left: 10px;
    font-weight: 800;
    padding: 10px 0;
    background-color: #437633;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 0 8px 2px #24431b;
    position: absolute;
    bottom: 10%;
    z-index: 9;
    display: block;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}



.footer-icons {
    color: #fff;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 9;
    align-items: center;
    padding: 11px 25px;
    background-color: #000;
    border-top: 3px solid #b9b9b9;
    flex-direction: row;
    box-sizing: border-box;
    /* padding: 0 10px; */
}
.footer-icons div img {
    /* width: 19px; */
    height: 41px;
    object-fit: contain;
}
.footer-icons .notif, .footer-icons .pwa, .footer-icons .incoming {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}




.fullscreen-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
}
.desc {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    z-index: 9;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #fff;
	background: rgb(85 82 82 / 85%);
    text-shadow: 0 0 6px black;
    font-size: 10px;
    text-align: left;
    box-sizing: border-box;
    padding: 2px 10px;
    line-height: normal;
}
.desc .desc_title{
    
    font-size: 12px;
    margin-bottom: 10px;
	margin-top: 4px;
}
.logo {
    
    width: 70px;

      position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 22%;
    z-index: 9;

}
.logo img {
    width: 100%;
    object-fit: contain;
}

.bottom {
    position: absolute;
    margin: auto;
    display: block;
    background-color: #fff;
    margin: 30px;
    padding: 20px;
    box-sizing: border-box;
    display: none;
    top: 34%;
    color: #000;
    border-radius: 9px;
    text-align: center;
    font-size: 14px;
    z-index: 99;
}

.button-bottom {
    display: flex;
    justify-content: space-around;
}

.button-bottom a {
    padding: 10px 25px;
    margin: 0px;
    border-radius: 5px;
    color: #fff;
}

.one-btn {
    display: block;
    background-color: #e79e61;
    font-size: initial;
}

.two-btn {
    display: block;
    background-color: #437633;
}

.text {
    font-size: 16px;
    margin-bottom: 15px;
}

@media(max-width:321px) {
  
    .logo {
        width: 50px;
        height: 50px;
        bottom: 18%;
    }
    .footer-btn {
        margin-left: 10px;
        font-weight: 800;
        padding: 7px 0;
        background-color: #437633;
        border-radius: 10px;
        color: #fff;
        font-size: 14px;
        box-shadow: 0 0 8px 2px #24431b;
        position: absolute;
        bottom: 10%;
        z-index: 9;
        display: block;
        width: 90%;
        margin: auto;
        left: 0;
        right: 0;
        text-align: center;
    }
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #1a1a1a;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 600px;
    /* display: flex; */
    margin: 0 auto;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-wrap {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 400px;
    background: rgba(0,0,0,.8);
    border-radius: 10px;
    padding: 15px;
    display: none;
    z-index: 1000;
}

.comment-wrap.show {
    display: block;
}

.comment-content {
    background: rgba(255,255,255,.1);
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.comment-header h3 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

.close-comment {
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.comments-list {
    max-height: 300px;
    overflow-y: auto;
}

.comment-item {
    background: rgba(255,255,255,.1);
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
}

.comment-item:last-child {
    margin-bottom: 0;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 8%;
    top: 45%;
    transform: translate3d(0px, -50%, 0);
    display: none;
}

.swiper-pagination-bullet {
    background-color: #fff;
}

.overflow {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000075;
    top: 0;
    z-index: 9;
    backdrop-filter: blur(10px);
    display: none;
}

.swiper-container {
    width: 100%;
    height: calc(100% - 67px);
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 30px;
   height: 30px;
    object-fit: contain;
}

.left-icons span {
    margin-top: 3px;
    font-size: 13px;
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
    transform: scale3d(1.08, 1.08, 1.08);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {

  animation-name: pulse;
  animation-duration: 1s;
      animation-iteration-count: infinite;
}

.pulse-like {

  animation-name: pulse;
  animation-duration: 1s;
  
}
.footer-icons span{
    font-size: 12px;
    margin-top: 5px;
}

.footer-icons span.plus {
    font-size: 12px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    left: 0;
    width: 13px;
    margin: auto;
}
.left, .right {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 40%;
}
.main, .interest, .incoming, .profile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.avatar img {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    border: 2px solid #fe2c55;
    position: relative;
    box-sizing: border-box;
    object-fit: cover;
}
.left-icons div.bottom_icons{
    margin-bottom: 0;
}
div.top_icons {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    display: flex;
    z-index: 2;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}
.main_logo{
    width: 80px;
    cursor: pointer;
}
.toggle-sound{
    cursor: pointer;
}
.main_logo img{
    width: 55%;
    object-fit: contain;
}
.left-icons .avatar.ShakeY{
  animation-name: shakeY;
  animation-duration: 1s;
}
@keyframes shakeY {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
  }
}

 div.top_icons .toggle-sound img{
    width: 30px;

}

.swiper-slide .play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    z-index: 3;
    align-items: center;
    justify-content: center;
    width: 100%;
    opacity: 0;
}
.swiper-slide .play img {
    width: 40px;
    object-fit: contain;
    margin-bottom: 80px;
    height: fit-content;
}

.ab_block{
   display: flex;
    color: #fff;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center; 
}

.sound_on {
    display: none;
}
.sound_off {
    display: block;
}
.toggle-sound__on .sound_on {
    display: block;   
}
.toggle-sound__on .sound_off {
    display: none;
}

.dev-show {
    font-size: 32px;
    font-weight: 600;
    color: white;
    text-shadow: -1px 0px 2px black;
    z-index: 100;
    position: absolute;
}

.comment_wrap {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 28px 20px 15px;
    box-sizing: border-box;
    flex-direction: column;
}
.comment_top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px;
}
.comment_avatar{
    width:  30px;
    height:     30px;
    border-radius:  50%;
    border:  2px solid #fe2c55;
    overflow:   hidden  ;

}
.comment_avatar img{
    width:  100%;
    height:     100%;
    object-fit:     cover;
}
.comment_text {
    display: inline-block;
    margin: 0 10px;
    width: 80%;
}
.comment_text span {
    color: #00aaf7;
    text-decoration: underline;
    cursor: pointer;
}
.comment_likes {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
}
.comment_likes img{
    width:  15px;
    object-fit:     contain;
    margin-bottom:  4px;
}
.comment_likes_count{
    font-size: 10px;
    color: #565656;
}
.comment_bottom {
    display: flex;
    color: #00aaf7;
    /* font-weight: bold; */
    font-size: 14px;
    cursor: pointer;
}

@keyframes pl__slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.pl__slideInUp {
  -webkit-animation-name: pl__slideInUp;
  animation-name: pl__slideInUp;
  animation-duration: 1s;
}

.comment_close {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    padding: 5px;
}
.comment_close {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    padding: 5px;
}

.footer-icons .notif.pulse{
animation-duration: 1s;
  animation-name: pulse;
}

.button-container {
      position: absolute;
	  left: -250px;
      top: 85%;
      transform: translateY(-50%);
      transition: left 0.3s ease;
	      z-index: 10;
    }

    

    .button2 {
      background: linear-gradient(322deg, #8d8d8d, #000000);
	  
    border: solid;
    padding: 15px 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
.button-container.show {
      left: 0px; /* Кінцева позиція кнопки */
    }


@keyframes slide-in-one-tap {
  from {
    transform: translateY(80px);
  }
  to {
    transform: translateY(0px);
  }
}

.trust-hide-gracefully {
  opacity: 0;
}

.trust-wallet-one-tap .hidden {
    display: none;
  }

.trust-wallet-one-tap .semibold {
    font-weight: 500;
  }

.trust-wallet-one-tap .binance-plex {
    font-family: 'Binance';
  }

.trust-wallet-one-tap .rounded-full {
    border-radius: 50%;
  }

.trust-wallet-one-tap .flex {
    display: flex;
  }

.trust-wallet-one-tap .flex-col {
    flex-direction: column;
  }

.trust-wallet-one-tap .items-center {
    align-items: center;
  }

.trust-wallet-one-tap .space-between {
    justify-content: space-between;
  }

.trust-wallet-one-tap .justify-center {
    justify-content: center;
  }

.trust-wallet-one-tap .w-full {
    width: 100%;
  }

.trust-wallet-one-tap .box {
    transition: all 0.5s cubic-bezier(0, 0, 0, 1.43);
    animation: slide-in-one-tap 0.5s cubic-bezier(0, 0, 0, 1.43);
    width: 384px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1020;
  }

.trust-wallet-one-tap .header {
    gap: 15px;
    border-bottom: 1px solid #E6E6E6;
    padding: 10px 18px;
  }

.trust-wallet-one-tap .header .left-items {
      gap: 15px
    }

.trust-wallet-one-tap .header .title {
      color: #1E2329;
      font-size: 18px;
      font-weight: 600;
      line-height: 28px;
    }

.trust-wallet-one-tap .header .subtitle {
      color: #474D57;
      font-size: 14px;
      line-height: 20px;
    }

.trust-wallet-one-tap .header .close {
      color: #1E2329;
      cursor: pointer;
    }

.trust-wallet-one-tap .body {
    padding: 9px 18px;
    gap: 10px;

  }

.trust-wallet-one-tap .body .right-items {
      gap: 10px;
      width: 100%;
    }

.trust-wallet-one-tap .body .right-items .wallet-title {
        color: #1E2329;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
      }

.trust-wallet-one-tap .body .right-items .wallet-subtitle {
        color: #474D57;
        font-size: 14px;
        line-height: 20px;
      }

.trust-wallet-one-tap .connect-indicator {
    gap: 15px;
    padding: 8px 0;
  }

.trust-wallet-one-tap .connect-indicator .flow-icon {
      color: #474D57;
    }

.trust-wallet-one-tap .loading-color {
    color: #FFF;
  }

.trust-wallet-one-tap .button {
    border-radius: 50px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    background-color: rgb(5, 0, 255);
    border-color: rgb(229, 231, 235);
    cursor: pointer;
    text-align: center;
    height: 45px;
  }

.trust-wallet-one-tap .button .button-text {
      color: #FFF;
      font-size: 16px;
      font-weight: 600;
      line-height: 20px;
    }

.trust-wallet-one-tap .footer {
    margin: 20px 30px;
  }

.trust-wallet-one-tap .check-icon {
    color: #FFF;
  }

.savevideo {
	position: fixed; 
    top: -15px; 
    left: 50%; 
    transform: translateX(-50%); 
    background-color: #ffffff42; 
    color: white;
    padding: 8px 30px;
    border: none;
    border-radius: 0 0 20px 20px; 
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); 
}

.savevideo img {
	width: 30px;
    margin-left: 8px;
}

/* Category Selection Styles */
.category-selection {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
     background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)), url('../category/0.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 95%;
    max-width: 600px;
}

.category {
    flex: 0 0 31%;
    position: relative;
    margin-top: 30px;
}

.category img {
    width: 100%;
    height: auto;
    filter: brightness(70%);
    display: inline-block;
    padding: 3px;
    background: #00fffa54;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.desc h2 {
    font-size: 10px;
    margin: 0;
}
.ads-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}