html, body {
  position: relative;
  height: 100vw;
}
body {
  background: #000000;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#fff;
  margin: 0;
  padding: 0;
  width: 100vw!important;
  height: 100vh!important;
  overflow: hidden;
}
.swiper-container {
  
  
  width: 100vw!important;
  height: 100%!important;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000000;
  /* 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-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;

  width: 100vw!important;
  height: 100%!important;
}

.x, .y { position: absolute; top: 10px; left: 10px; z-index: 1000; }
.y { left: 70px; }

.video-js {
  width: 100vw!important;
  height: 100vh!important;
}

#footer {
position: fixed;
bottom: 0;
left: 0;
width: 100vw;
height: 80px;
padding: 5px 10px;
background: linear-gradient(359deg, rgba(8, 8, 8, 1) 0%, rgb(0 0 0) 42%, rgb(0 0 0 / 83%) 62%, rgb(0 0 0 / 0%) 100%);
transition: bottom 0.5s ease; /* Add transition property */
z-index: 999999;
overflow: hidden;
max-width: 100%
}

.ftr-wrap {
width: 90%;
margin: 0px auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-end;
align-content: center;
}

#playBtn {
background-color: rgba(0,0,0,0.7);
padding: 8px;
border-radius: 100%;
color: #fff;
width: 40px;
height: 40px;
border: none;
max-width: 300px;
position: absolute;
left: 50%;
top: 40%;
transform: translate(-50%);
}


body > section > div > button {
background-color: rgba(0,0,0,0.7);
padding: 8px;
border-radius: 100%;
color: #fff;
width: 40px;
height: 40px;
border: none;
max-width: 300px;
position: absolute;
left: 50%;
top: 40%;
transform: translate(-50%);
}

#playButton:hover {
opacity: 0.5;
}

.playWrapper{
position: absolute;
top: 0px;
left: 0px;
display:flex;
flex-direction: column;
flex-wrap: wrap;
align-items: center;
vertical-align: middle;
cursor: pointer;
background-color: rgba(0,0,0,0.5);
border-radius: 0px;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
opacity: 1;
transition: opacity 1s;
width: 100vw;
height: 100vh;
z-index:999999999;


}

#round:hover {
opacity: 0.8;
}

#round {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -45%);
  cursor: pointer;
  background-color: rgba(0,0,0,0.6);
  
  
  
}



.hidden-form{
display:none!important;
}

@media only screen and (min-width: 600px) {
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000000;
  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;
  width: 100vw!important;
  height: 100vh!important;
  max-width: 450px;
  margin: 0px auto;
  background-color: #000000;
}
.post {
max-width: 420px;
height: 50px;
position: absolute;
bottom: 18vh;
left: 50%;
transform: translate(-50%);
width: 90vw;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
z-index: 99;
background-color: rgba(0,0,0,0.7);
border-radius: 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
}
.user-section {
width: 300px;
height: 40px;
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
vertical-align: bottom;
justify-content: left;
}
  .content{
    text-align: left;
  }
  .video-iframe {
    margin: 0px auto;
    max-height: 800px;
    max-width: 450px;
}
}


.btnWrap {
width: 100%;
/* margin: 0px auto; */
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: space-evenly;
align-content: center;
height: 30%;
margin: 0px auto;
position: absolute;
top: 20%;
}

#bottomBar {
position: fixed;
top: 50px;
display: flex;
flex-direction: column;
align-items: center;
justify-items: center;
align-content: space-between;
right: 0;
width: 10vw;
height: 100vh;
padding: 5px 10px;
background-color: rgba(0,0,0,0);
transition: top 0.5s ease;
z-index: 999999;
flex-wrap: wrap;
}

.reactions {
border-radius: 100%;
background-color: rgba(0,0,0,0.7);
cursor: pointer;
padding: 5px;
border: none;
width: 40px;
height: 40px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: center;
}

.material-icons {
color: #ffffff;
line-height: 0%;
width: 30px;
}

.container {
position: fixed;
bottom: 0;
left: 0;
width: 100vw;
height: 0;
background-color: rgba(0,0,0,0.6);
transition: height 0.5s ease;
overflow: hidden;
border-radius: 15px 15px 0px 0px;
z-index:999999;
}

.active {
position: fixed;
bottom: 0;
left: 0;
width: 100vw;
height: 60vh;
background-color: rgba(0,0,0,0.6);
transition: height 0.5s ease;
overflow: hidden;
border-radius: 15px 15px 0px 0px;
z-index:999999;
}
.active-x {
position: fixed;
bottom: 0;
left: 0;
width: 100vw;
height: 90vh;
background-color: rgba(0,0,0,0.6);
transition: height 0.5s ease;
overflow: hidden;
border-radius: 15px 15px 0px 0px;
z-index:999999;
}

.handle {
width: 40px;
height: 6px;
background-color: #121212;
margin: 10px auto;
cursor: pointer;
border-radius: 2px;
box-shadow:inset #000000;
}

.handle:hover{
background: rgb(12,235,18);
background: linear-gradient(90deg, rgba(12,235,18,1) 0%, rgba(55,161,33,1) 100%, rgba(20,235,16,1) 100%);
}

.user-section {
width: 300px;
height: 40px;
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
vertical-align: middle;
justify-content: left;
}
.avatar{
width: 40px;
height: 40px;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-borrder-radius: 100%;
background-color: black;
}

.user-name {
line-height: 1;
margin-left: 10px;
font-size: 12px;
font-weight: bold;
}

.post {
max-width: 420px;
height: 50px;
position: absolute;
bottom: 15vh;
left: 50%;
transform: translate(-50%);
width: 90vw;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
z-index: 99;
background-color: rgba(0,0,0,0.7);
border-radius: 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
}

.content{
text-align: left;
}

#scroll-container {
background-color: rgba(0,0,0,0.5);
overflow: hidden;
height: max-content;
width: -webkit-fill-available;
border-radius: 25px;
}
#scroll-text {
/* animation properties */
-moz-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);

-moz-animation: my-animation 15s linear infinite;
-webkit-animation: my-animation 15s linear infinite;
animation: my-animation 15s linear infinite;
margin: 5px;
white-space: nowrap;
font-size: 14px;
}

/* for Firefox */
@-moz-keyframes my-animation {
from { -moz-transform: translateX(100%); }
to { -moz-transform: translateX(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
from { -webkit-transform: translateX(100%); }
to { -webkit-transform: translateX(-100%); }
}

@keyframes my-animation {
from {
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
to {
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
}

/* CSS to hide the heart image by default */
/* CSS to hide the heart image by default */
/* CSS to hide the heart image by default */
/* CSS to hide the heart image by default */
#heart-img {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(1); /* Initial scale value */
z-index: 9999;
animation: scaleUpAndDisappear 1s;
-moz-animation: scaleUpAndDisappear 1s;
-webkit-animation: scaleUpAndDisappear 1s;
}

/* Animation to scale up and disappear */
@keyframes scaleUpAndDisappear {
0% {
  opacity: 1;
  transform: translate(0%, -50%) scale(0.1);
}
100% {
  opacity: 0;
  transform: translate(0%, -50%) scale(2); /* Adjust the final scale value as needed */
}
}


.share-icon{
background-color: #000000;
border-radius: 20px;
}

.comments-bar {
max-width: 80%;
align-content: center;
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
align-items: stretch;
margin: 0px auto;
overflow-y:auto;
}

.comments-bar::-webkit-scrollbar{
display:none;
}

.comment {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
max-width: 320px;
width: 100%;
}

.comment-bubble {
background-color: rgba(0,0,0,0.7);
border-radius: 30px;
-webkit-border-radius: 30px;
padding: 10px;
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-items: flex-end;
align-content: flex-end;
justify-content: center;
justify-items: left;
width: 78%;
}

.comment-text {
color: #d4cece;
font-size: 14px;
margin: 0px;
}
.comment-date {
font-size: 10px;
width: 95%;
text-align: right;
color: #bdb9b9;
padding: 0px;
margin-top: 0px;
}



.leave-comment {
  display: none;
  position: relative;
  bottom: -10px;
  width: 90vw;
  padding: 10px;
  background-color: rgba(00,0,0.7);
  border-radius: 40px;
  min-height: 50px;
  height: fit-content;
  flex-direction: row !important;
  margin: 0px auto;
}


.input-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 40px;
  position: relative;
}

input#new-comment {
  background-color: #353535;
  outline: none;
  border: none;
  -webkit-border-radius: 40px;
  color: #09f709;
  padding: 10px;
  left: -20%;
  position: relative;
  bottom: -15px;
}



#send-comment {
  width: 40px;
  height: 40px;
  background-color: #353535;
  outline: none;
  border: none;
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 5px;
  top: -30px;
  position: relative;
}

.formwrapper {
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  margin: 0px auto;
  padding: 20px 5px;
  width: 100vw;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: rgb(0 0 0);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  height: 100%;
  position: fixed;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0);
  z-index: 99999999999;
}

#login-form {
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  margin: 0px auto;
  padding: 20px 5px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  align-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  min-height: fit-content;
  height: 55%;
}

#post-form {
display: flex;
flex-direction: column;
max-width: 320px;
margin: 0px auto;
padding: 10px;
position: absolute;
top: 40px;
left: 50%;
transform: translate(-50%);
width: 100%;
align-content: space-around;
align-items: stretch;
flex-wrap: wrap;
justify-content: space-evenly;
background-color: #000000;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}

input#comment{
color: #ffffff;
background-color: #121212;
outline: none;
border: none;
border-radius: 40px;
margin: 10px;
padding: 10px;
margin-bottom: 10px;
}
input#displayName{
color: #ffffff;
background-color: #121212;
outline: none;
border: none;
border-radius: 40px;
margin: 10px;
padding: 10px;
margin-bottom: 10px;
margin-top: 2px;
}

button#create-post {
color: #0be91e;
background-color: #353535;
outline: none;
border: none;
border-radius: 40px;
padding: 10px;
margin: 10px;
margin-top: 10px;
margin-bottom: 2px;
cursor: pointer;
font-size: 18px;
text-transform: uppercase;
}

#create-post:hover{
color: #000000;
background: rgb(12,235,18);
background: linear-gradient(90deg, rgba(12,235,18,1) 0%, rgba(55,161,33,1) 100%, rgba(20,235,16,1) 100%);
}

.top-row {
  width: 80%;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  max-width: 340px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}

input#email{
color: #ffffff;
background-color: #121212;
outline: none;
border: none;
border-radius: 7px;
margin: 10px;
padding: 10px;
margin-bottom: 5px;
}

input#password{

color: #ffffff;
background-color: #121212;
outline: none;
border: none;
border-radius: 7px;
margin: 10px;
padding: 10px;
margin-bottom: 5px;
margin-top: 2px;
}
button#login-button {
  color: #3975b3;
  background-color: #121212;
  outline: none;
  border: none;
  border-radius: 7px;
  padding: 12px 10px;
  margin: 0px auto;
  margin-top: 2px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  width: 90%;
  font-weight: bold;
  max-width: 320px;
}
#login-button:hover{
color: #000000;
background: rgb(12,235,18);
background: linear-gradient(90deg, rgba(12,235,18,1) 0%, rgba(55,161,33,1) 100%, rgba(20,235,16,1) 100%);
}

#signup:hover{
background: rgb(12,235,18);
background: linear-gradient(90deg, rgba(12,235,18,1) 0%, rgba(55,161,33,1) 100%, rgba(20,235,16,1) 100%);
}

#mute-button:hover{
background: rgb(12,235,18);
background: linear-gradient(90deg, rgba(12,235,18,1) 0%, rgba(55,161,33,1) 100%, rgba(20,235,16,1) 100%);
}

#send-comment:hover{
background: rgb(12,235,18);
background: linear-gradient(90deg, rgba(12,235,18,1) 0%, rgba(55,161,33,1) 100%, rgba(20,235,16,1) 100%);
}

.send-btn-show:hover{

background: rgb(12,235,18);
background: linear-gradient(90deg, rgba(12,235,18,1) 0%, rgba(55,161,33,1) 100%, rgba(20,235,16,1) 100%);
}
#signup {
margin: 0px;
}
#signup {
  color: #3375c0;
  background-color: #121212;
  outline: none;
  border: none;
  border-radius: 7px;
  padding: 12px 10px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 2px;
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  width: 90%;
  max-width: 320px;
  left: 50%;
  position: relative;
  transform: translate(-50%, 0);
  text-align: center;
}

#user-post-pic{
margin-right: 10px;
}

#post-user-row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
align-content: flex-start;
justify-content: flex-start;
width: 95%;
margin: 0px auto;

}

#logo {
position: absolute;
top: 5px;
left: 15px;

}

.user-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 400px;
  width: 80%;
  align-content: center;
  align-items: center;
  margin: 0px auto;
  position: relative;
}

#user-avatar{
width: 40px;
height: 40px;
border-radius: 100%;
margin-right: 5px
}

#comment-form {
  width: 90%;
  max-width: 500px;
  margin: 0px auto;
  top: 5px;
  position: relative;
}

#login-title {
  margin: 0px;
  font-size: 24px;
  color: #fff;
  margin-left: 8px;
}

input#password {
color: #3975b3!important;
background-color: #35353582!important;
outline: none;
border: none;
border-radius: 7px;
margin: 0px auto;
padding: 12px 10px;
font-size: 18px;
margin-bottom: 5px;
}

input#email {
color: #3975b3!important;
background-color: #35353582!important;
outline: none;
border: none;
border-radius: 7px;
margin: 0px auto;
padding: 12px 10px;
margin-bottom: 5px;
font-size: 18px;
}

input:-internal-autofill-selected {
appearance: menulist-button;
background-image: none !important;
background-color: #353535!important;
color: fieldtext !important;
}

input:not([type="range"]):not([type="color"]) {
writing-mode: vertical-lr !important;
}

#signup{
margin: 0px;

}

#like:focus-within {
animation: bounce 2s ease infinite;
}
@keyframes bounce {
  70% { transform:translateY(0%); }
  80% { transform:translateY(-15%); }
  90% { transform:translateY(0%); }
  95% { transform:translateY(-7%); }
  97% { transform:translateY(0%); }
  99% { transform:translateY(-3%); }
  100% { transform:translateY(0); }
}

#snackbar {
visibility: hidden;
width: 250px;
height: 20px;
background-color: #3975b3;
color: #ffffff;
text-align: center;
border-radius: 2px;
padding: 16px;
position: fixed;
z-index: 999999999999;
left: 50%;
top: 80px;
transform: translate(-50%);
font-weight: 600;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
visibility: visible; /* Show the snackbar */
/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 2.5 seconds */
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}

.upload-div {
display: flex;
flex-direction: column;
height: auto;

width: 90vw;
align-self: center;
margin: 0px auto;
flex-wrap: nowrap;
justify-content: space-evenly;
align-items: center;
align-content: center;
vertical-align: top;
}

section {
display: flex;
flex-direction: column;
width: 100vw;
align-items: stretch;
align-content: center;
flex-wrap: nowrap;
height: 100vh;
justify-content: center;
justify-items: center;
position: absolute;

margin: 0px auto;
vertical-align: middle;
}



#upld-footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 50px;
/* padding: 5px; */
background-color: rgba(0,0,0,1);
transition: bottom 0.5s ease;
z-index: 999999;
max-width: 100%;
text-align: center;
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: center;
}

.upld-ftr-wrap{

  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  height: 100%;

}

#upload-btn {
background-color: #121212;
color: #fff;
border: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
text-align: center;
justify-content: center;
max-width: 98%;
align-content: center;
align-self: center;
position: absolute;
bottom: 0px;
height: 100%;
border-radius: 5px;
margin: 2px 2px 4px 2px;
}

body > section > div > button{
background-color: #121212;
padding: 8px;
border-radius: 25px;
color: #fff;
width: 100%;
border: none;
max-width: 300px;
margin: 5px;
}

#upload-status{
display: inline;
  color: rgb(255, 255, 255);
  width: 95%;
  margin: 0px auto;
}

#video-uploaded{
display: none;
}

.send-btn-show {
background-color: #121212;
padding: 8px;
border-radius: 25px;
color: #fff;
width: 100%;
border: none;
max-width: 300px;
margin: 5px;
}
.send-btn-hide {
display: none;

}
#videoTag{
display: none;
}


.video-show{
display: block;
width: 90vw;
max-width: 600px;
height: auto;
border-radius: 15px;
margin: 0px auto;
}


.hidden-upload-btn {
display: none!important;
}

input:not([type="range"]):not([type="color"]) {
background-color: #121212;
padding: 8px;
border-radius: 25px;
color: #fff;
width: 100%;
border: none;
max-width: 300px;
margin: 5px;
}
input.span {
display: none
}

span{
display: none;
}


#dropbox {

border: 4px dashed #121212;
padding-left: 8px;
width: 90vw;
max-width: 300px;
margin: 0px auto;
/* margin-top: 40px; */
font-size: 10px;
}
#fileSelect {
color: #000;
display: none;
}
#fileSelect:active{
color: #000000;
}

#urlSelect {
display: none;
}


.my-form {
margin-top: 10px;
}
.gallery {
margin: 10px;
}
.gallery img {
margin-left: 16px;
}
.progress-bar{
width: 200px;
position: relative;
height: 8px;
margin-top: 4px;
}
.progress-bar .progress {
height: 8px;
background-color: #eb9c0a;
width: 0;
border-radius: 10px;
}

/*timeline*/

video, .timeline {
max-width: 300px;
}

.hide{
display: none!important;
}

.timeline {
display:none;
width: 90vw;
max-width: 300px;
height: 10px;
background-color: black;
cursor: pointer;
position: relative;
margin: 0px auto;
left: 45vw;
transform: translate(-45vw);

}
/* Here is the dragger that I will use to move the video 
* current time forward or backward.
* I have added a background color for you to see it
* but just remove it in production.
*/

.timeline__drag {
width: 1px;
height: 20px;
top: -10px;
background-color: yellow;
position: absolute;
z-index: 2;
transform-origin: 0 0;
}

.timeline__progress {
display: block;
width: 100%;
height: 100%;
background-color: green;
transform: scaleX(0);
transform-origin: 0 0;
position: relative;
z-index: 1;
}

@media only screen and (min-width: 400px) {
.mobile-nav{
display:none;
}


.custom-nav{
position: absolute;
top: 50%;
margin-top: -22px;
margin-top: -22px;
display: flex;
flex-direction: row;
align-content: center;
align-items: center;
left: 50%;
width: 80vw;
max-width: 600px;
transform: translate(-50%);
z-index: 9999999;
}



.cust-swiper-button-next{

right: 0;

}

.cust-swiper-button-prev:hover {
background-color: #07ee07;
}

.cust-swiper-button-prev{

left: 0;
}

.cust-swiper-button-next:hover {
background-color: #07ee07;
}

}

@media only screen and (max-width: 480px) {



.mobile-nav {
  display: flex;
  flex-direction: column;
  width: 40px;
  height: 130px;
  z-index: 999999;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 5%;
}



.cust-swiper-button-prev:hover {
  background-color: #07ee07;
}

#custNext > img, #custPrev > img {
  opacity: 0.5
}

}


/*mute button*/

#mute-button {
background-color: rgba(0,0,0,0.8);
width: 40px;
height: 40px;
position: absolute;
bottom: 40%;
border-radius: 100%;
z-index: 9999999;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: wrap;
align-content: center;
cursor: pointer;
animation: pulse-animation 2s infinite;

}

@keyframes crescendo {
0%   {transform: scale(.5);}
100% {transform: scale(1);}
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(91 166 230 / 26%);
}

100% {
    box-shadow: 0 0 0 5px #06a8ef7a;
}
}
.sound-mute{
display:none;
}

.toggle-sound.sound-mute {
box-shadow: none;
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}



.sound--wave {
position: absolute;
border: 2px solid transparent;
border-right: 2px solid #fff;
border-radius: 50%;
transition: all 200ms;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.sound--wave_one {
width: 45%;
height: 45%;
}
.sound--wave_two {
width: 50%;
height: 50%;
}
.sound--wave_three {
width: 95%;
height:95%;
}
.sound-mute .sound--wave {
border-radius: 0;
width: 35%;
height: 35%;
border-width: 0 2px 0 0;
left: 5px;
}

.sound-mute .sound--wave_two {
-webkit-transform: rotate(-45deg) translate3d(0, 50%, 0);
        transform: rotate(-45deg) translate3d(0, 50%, 0);
}
.volume_on {
  opacity: 0.8;
  animation: crescendo 1.5s alternate infinite ease-in;
}

@keyframes crescendo {
0%   {transform: scale(.5);}
100% {transform: scale(1);}
}
