@font-face {
    font-family: 'rodetta';
    src: url(../font/rodetta-stamp.ttf);
}
@font-face {
  font-family: 'avenir';
  src: url(../font/avenir_roman_12.otf);
}

 .navbar a{
  color: #fff !important;

 }
 .theme{
  background-color: #ff8c00;
 }

 body{
  background-image: linear-gradient(to bottom right,#ff8c00, #ff8c00);
  overflow-y: scroll;

 }
.singin {
    font-family: "Arial", sans-serif;
    /* margin:30px 00; */
   
    min-height: 100vh;
    color: #333;
  }
  
  .singin .container {
    width: 100%;
    max-width: 400px;
  }
  .singin .img{
text-align: center;
  }
  
  .singin .border {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .singin h2 {
    text-align: center;
    color: #333;
  }
  
  .singin form {
    display: flex;
    flex-direction: column;
  }
  
  .singin input {
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border-color 0.3s ease-in-out;
    outline: none;
    color: #333;
  }
  
  .singin  input:focus {
    border-color: #ff8c00; /* Warna orange saat focus */
  }
  
  .singin button {
    background-color: #ff8c00; /* Warna orange cerah */
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
  }
  
  .singin button:hover {
    background-color: #4d3535; /* Warna orange sedikit lebih gelap saat hover */
  }
  


.center{
    text-align: center;
}
.wav{
    height: 500px;
}
.page2{
    color: #333;
}
.page2 h1{
    font-family: 'rodetta';
    font-size: 2rem;
}

.page2 h2{
    font-family: 'rodetta';
}
.wight{
    background-color: #fff;
    border-radius: 13px;
  }
.video-v{
    text-align: center;
    color: #fff;
    border-radius: 13px;

    background-color: #ff8c00;
}
.v-details{
    padding: 12px;

}
.audio{
      
    text-align: center;
    color: #333;
}
.audio p{
  color: #fff;
  font-size: medium;
}
.audio h1{
    font-family: 'rodetta';
    color: #fff;
}
.audio h3{
  font-family: 'rodetta';
  color: #fff;
}




.start-b a{
    background-color: #4d3535;
    padding: 3px 32px;
    font-family: 'rodetta';
    font-size: 25px;
    color: #fff;
    border-radius:5px;
    text-decoration: none;
}
.start-b {
  z-index: 99999;
}
.audowav{
  margin: 20px 0;
 position: relative;
 background:#fff;
 background-size: cover;
 border: 6px solid #4d3535; 
 outline: 6px solid #4d3535;
 outline-offset: 5px;
}
.canva{
  width: 97%;
  height: 250px;
  margin: 20px 0;
 position: relative;
  background-color: #fff;


}

.canva canvas{
  width: 100%;
  height: 260px;
top:0%;
  right: 0%;
  position: absolute;
  z-index: 999;

}
.cont{
  position: absolute;
  bottom: -28%;
  right:1%;
}
p{
  margin: 0;
  font-family: 'avenir';
  font-size: 16px;
}
.start-b button{
  background-color: #4d3535;
  padding: 3px 32px;
  font-family: 'rodetta';
  font-size: 25px;
  color: #fff;
  border-radius:5px;
  text-decoration: none;
  margin-top:15px;
}
.start-r button{
  background-color: #4d3535;
  padding: 3px 32px;
  font-family: 'rodetta';
  font-size: 25px;
  color: #fff;
  border-radius:5px;
  text-decoration: none;
  margin-top: 5px;
}
.border{
    border:6px solid #fff !important;
    border-radius:12px;
}
.border span{
  font-family: 'rodetta';
  color: #fff;
}
.cp-4 .col-md-4{
  padding: 12px;
}

.cp-4 {
  display: flex;
  flex-wrap: nowrap;
}
.cp-4 .col-md-4 {
   
  text-align: center;
}


.center{
  text-align: center;
}



/* audio merge */
#waveform {
  width: 100%;
  height: 200px;
}

canvas {
bottom: 0;
left: 0;
margin: auto;
position: absolute;
right:15px;
/* top: 0; */

}
video
{
  background-color: white;
}

.dot {
height: 25px;
width: 25px;
border-radius: 50%;
background:red;
position:absolute;
}
.vertical-line {
border-left: thick solid #990000;
height: 90%;
top: 5%;
color:red;
border-bottom:red;
position: relative;
right:5%;
z-index: 999;
}

.line-container {
height: 90%;
top: 5%;
border-bottom:red;
position: absolute;
right:5%;
z-index:9999;
}   

.base-timer {
position: relative;
width: 60px;
height: 60px;
/* position: absolute; */
 
}

.base-timer__svg {
transform: scaleX(-1);
}

.base-timer__circle {
fill: none;
stroke: none;
}

.base-timer__path-elapsed {
stroke-width: 7px;
stroke: grey;
}

.base-timer__path-remaining {
stroke-width: 7px;
stroke-linecap: round;
transform: rotate(90deg);
transform-origin: center;
transition: 1s linear all;
fill-rule: nonzero;
stroke: currentColor;
}

.base-timer__path-remaining.green {
color: #fff;
}

.base-timer__path-remaining.orange {
color: orange;
}

.base-timer__path-remaining.red {
color: red;
}

.base-timer__label {
position: absolute;
width: 60px;
height: 60px;
top: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
color:white;
}
.section {
  display: none;
}

 
.border {
  width: 100%;

  /* background-color: #fff; */
  border-radius: var(--border-radius);
  position: relative;
  transition: box-shadow 0.2s ease-out;
}

.border:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

input[type="radio"]{
  opacity: 0;
}
.hidden-visually {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.main-div {
  display: block;
}

.main-div .animet-text {
  margin: 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0;
}

.animet-text li {
  list-style: none;
  text-align: center;
  color: #fff;
  font-family: 'rodetta';
  font-size: 45px;
  font-weight: 600;
  position: relative;
  top: 0;
  animation: slide 12s steps(4) infinite;
}

@keyframes slide {
  100% {
      top: -160px;
  }
}

.animet-text li span {
  position: relative;
  margin: 5px 0;
  line-height: 30px;
}

.animet-text li span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 40px;
  width: 100%;
  background: #ff8c00;
  border-left: 3px solid #000000;
  animation: typing 6s steps(10) infinite;
}

@keyframes typing {
  40%,
  60% {
      left: calc(100% + 30px);
  }

  100% {
      left: 0;
  }
}
.card{
  padding: 0 26px 26px;
}

.content {
  display: none;
  padding: 20px;
  background-color: #ff8c00;
  margin-top: 10px;
}
label{
  width: 100%;
}
 

 
.counter {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.counter.hide {
  transform: translate(-50%, -50%) scale(0);
  animation: hide .2s ease-out;
}

@keyframes hide {
  0% {
      transform: translate(-50%, -50%) scale(1);
  }

  100% {
      transform: translate(-50%, -50%) scale(0);
  }
}

.final {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}

.final.show {
  transform: translate(-50%, -50%) scale(1);
  animation: show .3s ease-in;
}

@keyframes show {
  0% {
      transform: translate(-50%, -50%) scale(0);
  }

  80% {
      transform: translate(-50%, -50%) scale(1.4);
  }

  100% {
      transform: translate(-50%, -50%) scale(1);
  }
}

.nums {
color: #ff8c00;
position: relative;
font-size: 50px;
overflow: hidden;
width: 250px;
height: 50px;
}

.nums span {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) rotate(120deg);
transform-origin: bottom center;
}

.nums span.in {
  transform: translate(-50%, -50%) rotate(0deg);
animation: goIn .5s ease-in-out;
}

.nums span.out {
animation: goOut .5s ease-in-out;
}

@keyframes goIn {
0% {
  transform: translate(-50%, -50%) rotate(120deg);
}
30% {
  transform: translate(-50%, -50%) rotate(-20deg);
}

60% {
  transform: translate(-50%, -50%) rotate(10deg);
}

90%, 100% {
  transform: translate(-50%, -50%) rotate(0deg);
}

}

@keyframes goOut {
0%, 30% {
  transform: translate(-50%, -50%) rotate(0deg);
}

60% {
  transform: translate(-50%, -50%) rotate(20deg);
}

100% {
  transform: translate(-50%, -50%) rotate(-120deg);
}
}

h4 {
font-size: 20px;
margin: 5px;
text-transform: uppercase;
}


  .modal{
  max-width: 100% !important;
  max-height: 100vh !important;
  background:#fff9 !important;
  margin: 0 !important;
 }
 .start-h{
  width: 100%;
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
 }

 .reco {
  font-weight: bold;
  font-family: 'rodetta';
  font-size: 2.3rem !important;
}

.word {
  position: relative;
  white-space: nowrap;
  color: #fff;
  text-shadow: 0 0 3px rgba(0,0,0,1); 
}

.word::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: -3px;
  color: #4d3535;
  overflow: hidden;
  width: 40%;
  animation: run-text 4s infinite linear;
  text-shadow: 0 0 3px rgba(255,255,255,1); 
}

@keyframes run-text {
  from { width: 0 }
  to { width: 100% }
}
.error-message
{
  color: red;
}

button.active_button{
  background: #ff8c00;
  color: #fff;
  border: 1px solid #fff;
}
.new-border-class{
  border:6px solid #4d3535 !important;
  /* background-color: #4d3535; */
}










.audio-player {
  margin: 0 auto;
  height: 50px;
  width: 350px;
  background: #444;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6666666667);
  font-family: arial;
  color: white;
  font-size: 0.75em;
  overflow: hidden;
  display: grid;
  grid-template-rows: 6px auto;
}
.audio-player .timeline {
  background: white;
  width: 100%;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5333333333);
}
.audio-player .timeline .progress {
  background: coral;
  width: 0%;
  height: 100%;
  transition: 0.25s;
}
.audio-player .controls {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 20px;
}
.audio-player .controls > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.audio-player .controls .toggle-play.play {
  cursor: pointer;
  position: relative;
  left: 0;
  height: 0;
  width: 0;
  border: 7px solid rgba(0, 0, 0, 0);
  border-left: 13px solid white;
}
.audio-player .controls .toggle-play.play:hover {
  transform: scale(1.1);
}
.audio-player .controls .toggle-play.pause {
  height: 15px;
  width: 20px;
  cursor: pointer;
  position: relative;
}
.audio-player .controls .toggle-play.pause:before {
  position: absolute;
  top: 0;
  left: 0px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause:after {
  position: absolute;
  top: 0;
  right: 8px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause:hover {
  transform: scale(1.1);
}
.audio-player .controls .time {
  display: flex;
}
.audio-player .controls .time > * {
  padding: 2px;
}
.audio-player .controls .volume-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.audio-player .controls .volume-container .volume-button {
  height: 26px;
  display: flex;
  align-items: center;
}
.audio-player .controls .volume-container .volume-button .volume {
  transform: scale(0.7);
}
.audio-player .controls .volume-container .volume-slider {
  position: absolute;
  left: -3px;
  top: 15px;
  z-index: -1;
  width: 0;
  height: 15px;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6666666667);
  transition: 0.25s;
}
.audio-player .controls .volume-container .volume-slider .volume-percentage {
  background: coral;
  height: 100%;
  width: 75%;
}
.audio-player .controls .volume-container:hover .volume-slider {
  left: -123px;
  width: 120px;
}
.mobile{
  display: flex;
}




.pos{
  position: relative;
}


.hourglass {
  animation: flip 10s ease-in-out infinite;
  border-bottom: solid 1vmin #630;
  border-top: solid 1vmin #630;
  right: 7%;
  /* margin-left: -6vmin; */
  margin-top: -11vmin;
  /* padding: 0 1vmin; */
  position: absolute;
  bottom: 12%;
}
.hourglass .top, .hourglass .bottom {
  background-color: #def;
  box-shadow: 0 0 1vmin 1vmin #bcd inset;
  height:12px;
  overflow: hidden;
  position: relative;
  width: 12px;
}
.hourglass .top {
  border-radius: 0 0 50% 50%;
}
.hourglass .top:before {
  animation: top 10s linear infinite;
  background-color: #fc6;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(50%);
  width: 12px;
}
.hourglass .top:after {
  animation: top-drip 10s linear infinite;
  background-color: #fc6;
  content: "";
  display: block;
  height: 100%;
  left: 45%;
  position: absolute;
  top: 0;
  transform: translateY(100%);
  width: 10%;
}
.hourglass .bottom {
  border-radius: 50% 50% 0 0;
}
.hourglass .bottom:before {
  animation: bottom 10s linear infinite;
  background-color: #fc6;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(100%);
  width: 12px;
}
.hourglass .bottom:after {
  animation: bottom-drip 10s linear infinite;
  background-color: #fc6;
  content: "";
  display: block;
  height: 100%;
  left: 45%;
  position: absolute;
  top: 0;
  width: 10%;
}

@keyframes flip {
  0%, 45% {
    transform: rotate(0);
  }
  50%, 95% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bottom {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(50%);
  }
  51% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes top {
  0% {
    transform: translateY(50%);
  }
  50% {
    transform: translateY(100%);
  }
  51% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes bottom-drip {
  0% {
    left: 45%;
    transform: translateY(-100%);
    width: 10%;
  }
  5% {
    transform: translateY(0);
  }
  45%, 100% {
    left: 50%;
    transform: translateY(0);
    width: 0;
  }
}
@keyframes top-drip {
  0%, 50% {
    left: 45%;
    transform: translateY(100%);
    width: 10%;
  }
  55% {
    left: 45%;
    transform: translateY(0);
    width: 10%;
  }
  100% {
    left: 50%;
    transform: translateY(0);
    width: 0;
  }
}


@media only screen and (max-width: 800px) {
  .pos{
    font-size: 20px;
  }
}



@media only screen and (max-width: 320px) {
  .pos{
    font-size: 20px !important;
  }
}



@media only screen and (max-width: 600px) {

  .hourglass .top, .hourglass .bottom{
    width: 8px;
    height: 8px;
  } 
  .start-b button, .start-r button {
    font-size: 16px;
  }
  .reco{
    font-size: 0.9rem !important;
  }
    .audio img{
        width: 100%;
    }
   
    .border{
      padding: 0;
    }
    .start-b img{
      width: 0px;
  }
    
}


@media only screen and (max-width: 600px) {
  
  .reco{
    font-size: 0.9rem !important;
  }
    .audio img{
        width: 100%;
    }
   
    .border{
      padding: 0;
    }
    .start-b img{
      width: 40px;
  }
  
.word::after {
  top:-1px
}

    
}
.postionr{
  position: relative;
}
.postiona{
  position: absolute;
  top: 50%;
  left: 35%;
}



/* Product Card */
.card2 {
  /* border: 1px solid #ddd;
  background-color: #ddd; */
  /* border-radius: 8px; */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  margin: 20px;
  /* padding: 20px; */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Main Container */
.main-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Drop Zone */
.drop-zone {
  width: 300px;
  height: 200px;
  border: 2px dashed #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* Drop Zone Text */
.drop-zone-text {
  color: #fff;
  font-size: 16px;
}

/* Highlighted Drop Zone */
.drop-zone.dragged-over {
  background-color: rgba(255, 90, 95, 0.2);
}

/* Drop Zone Icons */
.drop-zone-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.upload-icon {
  height: 48px;  /* Increased icon size */
  width: 48px;   /* Increased icon size */
  margin-bottom: 10px;
}

/* Drop Zone Text */
.drop-zone-text {
  text-align: center;
  font-size: 16px;
  margin-top: 10px; /* Added to separate text from icons */
}

.page3 input{
  width: 320px;
  height: 45px;
  padding: 2%;
  border: 1px solid #ddd;
}