    @import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400%3B0,700%3B1,400%3B1,700&subset=latin&display=swap);
  .agegate {
    margin:20px;
    font-size: 30px;
    position: absolute;
    top: 20%;
  }
  #like, #dislike {
  cursor: pointer;
  }

.info {
  display: flex; /* Make the logo and text display in a row */
        align-items: center;
}
.dd {
  display: flex; /* Make the logo and text display in a row */
        align-items: center;
         position: static;
         padding: 5px;
}
a.mdata {
  font-size:18px;
}
.dd img {
  margin-right: 10px;
  border-radius:8px;
}
.dd8 img {
  margin-right: 10px;
  border-radius:16px;
  border: 4px solid #97ad68;
}
h1, p  {

  overflow: hidden;

  display: -webkit-box;
  -webkit-line-clamp: 20; /* number of lines to show */
          line-clamp: 20;
  -webkit-box-orient: vertical;
}
a {
  text-decoration:none;
  color: #0f29bb;
}
.ratings {
  background: #f5ffcc;
  border: 2px solid #202614;
  margin-left:50px;
  border-top-left-radius: 255px 175px;
  border-top-right-radius: 175px 225px;
  border-bottom-right-radius: 225px 175px;
  border-bottom-left-radius:175px 255px;
   height: auto;
   box-shadow:
       0 0 0 4px #97ad68; /* First border */
    width: fit-content;
          display: flex; /* Make the logo and text display in a row */
                align-items: center;
}
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400%3B0,700%3B1,400%3B1,700&subset=latin&display=swap);
.uname {

        margin-left: 10;
        border-left: 2px solid #97ad68;
        padding: 15px;
}

body {
font-family: Poppins,'Helvetica Neue',Arial,Helvetica,sans-serif;
margin: 0px;
background: url(/image?src=bg.png);
 background-size: tile;
}
video {
  background: black;
}

.submeta {
  background: #f2ffbf;
  padding: 10px 40px;
  margin-top: 30px;
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  border-bottom-right-radius: 225px 15px;
  border-bottom-left-radius: 15px 255px;
  width: 650px;
}

.meta-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.rply {
  cursor: pointer;
  color: #370057;
  margin-left:10px; /* Optional: Adjust the spacing between the date and the new element */
}

.submeta2 {
  background: #d0e384;
  padding: 10px 40px;
  margin-top:15px;

    -webkit-line-clamp: 2;
    overflow-wrap: break-word;
      border-top-left-radius: 255px 15px;
      border-top-right-radius: 15px 225px;
      border-bottom-right-radius: 225px 15px;
      border-bottom-left-radius:15px 255px;
      width: 570px;
}
button {
  border: none;
  font-family: Poppins,'Helvetica Neue',Arial,Helvetica,sans-serif;
  font-size: 24px;
  padding: 10px;
  border-top-left-radius: 215px 35px;
  border-top-right-radius: 35px 215px;
  border-bottom-right-radius: 215px 35px;
  border-bottom-left-radius:35px 215px;
    background: #f2ffbf;
    cursor: pointer;
    background: #f5ffcc;
    border: 2px solid #202614;
    border-radius:5px;
    box-shadow:
        0 0 0 4px #97ad68; /* First border */
}
button:hover {
    background: #d2dcb9;
}
textarea {
  font-family: Poppins,'Helvetica Neue',Arial,Helvetica,sans-serif;
  border: none;
  resize: none;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  border-bottom-right-radius: 225px 15px;
  border-bottom-left-radius:15px 255px;
  height:130px;
  padding: 20px 30px;
  outline: none;
  font-size: 17px;
  width: 550px;
}

.thumb {

      border-top-left-radius: 255px 15px;
      border-top-right-radius: 15px 225px;
      border-bottom-right-radius: 225px 15px;
      border-bottom-left-radius:15px 255px;
      border: 4px solid #598627;
}
/* Styles for desktop */
@media screen and (orientation: landscape) {
  video {
    width: 65%;
    max-width: calc(100vw * 0.65); /* 65% of the viewport width */
    height: calc((100vw * 0.65) * 9 / 16); /* 16:9 aspect ratio */

  }
  .meta {
    background: #d0e384;
    padding: 10px 40px;
    margin-top:30px;
    margin-right:30px;
        border-top-left-radius: 255px 15px;
        border-top-right-radius: 15px 225px;
        border-bottom-right-radius: 225px 15px;
        border-bottom-left-radius:15px 255px;
          width: 60%;
  }
}

/* Styles for vertical resolutions (height > width) */
@media screen and (orientation: portrait) {
  .heading {
  height: 10em;
  }
  img[src="/image?src=snekmo.png"] {
    height:6em;
    width:20em;
  }
  .uname {
    font-size: 2em;
    display:block;
  }
  .meta h1 {
    font-size: 4em;
  }
  video {
    width: 100%;
    max-width: calc(92vw); /* 65% of the viewport width */
    height: calc((92vw) * 9 / 16); /* 16:9 aspect ratio */
    margin-top: 4em;
  }
  .meta {

    background: #d0e384;
    padding: 10px 40px;
    margin-top:30px;
    margin-right:30px;

        border-top-left-radius: 255px 15px;
        border-top-right-radius: 15px 225px;
        border-bottom-right-radius: 225px 15px;
        border-bottom-left-radius:15px 255px;
        width: 90%;
        max-width: calc(90vw);
  }
}
.vid1 {
  background: #b6d149;
  width: 300px;
  float: left;
  margin-left:15px;
  margin-bottom:15px;
  padding: 25px;

  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px  225px;
  border-bottom-left-radius: 225px 15px;
  border-bottom-right-radius:15px 255px;
  border: 4px solid black;
  box-shadow:
    inset 0 -6px 0 0 #598627,
    inset 6px 0 0 0 #598627;
}
.vid2 {
  background: #b6d149;
  width: 300px;
  float: left;
  margin-left:15px;
  margin-bottom:15px;
  padding: 25px;

  border-bottom-left-radius: 255px 15px;
  border-top-right-radius: 15px  225px;
  border-top-left-radius: 225px 15px;
  border-bottom-right-radius:15px 255px;
  border: 4px solid black;
  box-shadow:
    inset 0 -6px 0 0 #598627,
    inset 6px 0 0 0 #598627;
}
.vid3 {
  background: #b6d149;
  width: 300px;
  float: left;
  margin-left:15px;
  margin-bottom:15px;
  padding: 25px;

  border-bottom-left-radius: 255px 15px;
  border-top-right-radius: 15px  225px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius:15px 255px;
  border: 4px solid black;
  box-shadow:
    inset 0 -6px 0 0 #598627,
    inset 6px 0 0 0 #598627;
}
.content {
  margin: 19px;
  width:100%;
}
.heading {
  display: flex; /* Make the logo and text display in a row */
        align-items: center;
   position: fixed;
   top: 0px;
   width: 100%;
  background: #f2f2df;
  border-bottom: 5px solid #97ad68;
}


