* {
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-snap-type: y mandatory;
}

body {
  color: white;
  background-color: black;
  height: 100vh;
  display: grid;
  place-items: center;
}

.app__videos {
  position: relative;
  height: 750px;
  background-color: white;
  overflow: scroll;
  width: 100%;
  max-width: 400px;
  scroll-snap-type: y mandatory;
  border-radius: 20px;
}

.app__videos::-webkit-scrollbar {
  display: none;
}

.app__videos {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.video {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: white;
  scroll-snap-align: start;
}

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

@media (max-width: 425px) {
  .app__videos {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 0;
  }
}

/* video header */

.videoHeader {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.videoHeader * {
  padding: 20px;
}

/* video footer */

.videoFooter {
  position: relative;
  bottom: 100px;
  margin-left: 20px;
}

.videoFooter__text {
  position: absolute;
  bottom: 0;
  color: white;
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

.user__avatar {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.videoFooter__text h3 {
  margin-left: 10px;
}

.videoFooter__text h3 button {
  color: white;
  font-weight: 900;
  text-transform: inherit;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 5px;
}

.videoFooter__ticker {
  width: 60%;
  margin-left: 30px;
  margin-bottom: 20px;
  height: fit-content;
}

.videoFooter__ticker marquee {
  font-size: 12px;
  padding-top: 7px;
  color: white;
}

.videoFooter__ticker .material-icons {
  position: absolute;
  left: 5px;
  color: white;
}

.videoFooter__actions {
  display: flex;
  position: absolute;
  width: 95%;
  justify-content: space-between;
  color: white;
}

.videoFooter__actionsLeft .material-icons {
  padding: 0 7px;
  font-size: 1.6em;
}

.videoFooter__actionsRight .material-icons {
  font-size: 25px;
}

.videoFooter__actionsRight {
  display: flex;
}

.videoFooter__stat {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.videoFooter__stat p {
  margin-left: 3px;
}.mobile-nav {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: #fff;
            border-top: 1px solid #ddd;
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding: 10px 0;
            box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
                z-index: 999;
        }
        .mobile-nav a {
            text-decoration: none;
            color: #333;
            font-size: 12px;
            text-align: center;
            flex: 1;
        }
        .mobile-nav a .fa {
            font-size: 20px;
            display: block;
            margin-bottom: 5px;
        }
        .mobile-nav a.active {
            color: #e30613; /* Kırmızı renk */
        }
        .mobile-nav a .notification {
            position: absolute;
            top: 5px;
            right: 12%;
            background: #e30613;
            color: #fff;
            font-size: 10px;
            border-radius: 50%;
            padding: 2px 5px;
        }.mobile-nav a svg {
    width: 100%;
}.mobile-nav a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
    text-align: center;
    flex: 1;
    font-family: "Poppins", serif;
    color: #333333;
    font-size: 12px;
    font-weight: 500;
}.mobile-nav a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
    text-align: center;
    flex: 1;
    font-family: "Poppins", serif;
    color: #333333;
    font-size: 12px;
    padding: 7px 0 5px 0;
    margin: 0px;
    line-height: 19px;
}.mobile-nav a svg {
    width: 100%;
    height: 25px;
}.mobile-nav {
    padding: 3px 0 3px 0;
}.mobile-nav {
    z-index: 998;
}.header--menu-links>li>a, .header--style-4 .header--menu-links>li>a {
    padding: 14px 20px;
    border-bottom: 1px solid #c3c3c361;
}@media(max-width:751px) {.header--menu-links {
    height: 80%;
}}.mobile-nav a svg {
    height: 20px;
}
  body {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: normal;
  }
  .videoFooter__text {
    position: relative;
    bottom: 0;
    color: white;
    display: flex;
    align-items: center;
    padding-bottom: 9px;
    margin-bottom: 0px;
  }
  .videoFooter__text h3 button {
    color: white;
    font-weight: 900;
    text-transform: inherit;
    background: rgb(192 0 0 / 77%);
    border: none;
    padding: 5px;
    border-radius: 9px;
  }
  .videoFooter {
    bottom: 110px;
  }
  .video {
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
  video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }.videoHeader {
z-index: 998;
}.videoHeader * {
padding: 10px;
color: #ffffff;
}.videoFooter {
    bottom: 188px;
    margin-left: 11px;
}p.aciklama {
    font-weight: 500;
    font-size: 16px;
}