@import url('https://fonts.googleapis.com/css?family=Inter|Dosis&display=swap');

html,
body {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 66, 90, 0.9);
  background: url(../images_0/bckg-pearls.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  animation: startpearls 1.5s ease
}

@keyframes startpearls {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

#quotes-area {
  width: 84%;
  height: 24vh;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  display: block;
  margin-top: 30px;
  z-index: 6
}

#quotes-btn {
  margin: 0 auto;
  width: 100px;
  height: 40px;
  text-align: center
}

.quotebutton {
  position: relative;
  display: inline-block;
  -webkit-box-shadow: inset 0 0 0 0 #000;
  box-shadow: inset 0 0 0 0 transparent;
  -webkit-transition: ease-out .4s;
  -o-transition: ease-out .4s;
  transition: ease-out .4s;
  background: #ececec;
  border-radius: 8px
}

.quotebutton:hover {
  -webkit-box-shadow: inset 0 0 0 50px #000;
  box-shadow: inset 0 0 0 50px #000;
  border-radius: 8px
}

.quotes-author {
  width: 100%;
  height: 78%;
  padding-top: 12px;
  text-align: right;
  color: #fff;
  padding: 12px
}

#quotes-div {
  width: 76%;
  height: 70%;
  display: inline-block;
  left: 0;
  margin-left: 0;
  margin-top: -2px;
  line-height: 1.2;
  position: absolute;
  color: #f3efe0;
  font-family: 'Caveat', 'Gabriola';
  font-size: 26px
}

#author-div {
  width: 22%;
  height: 30%;
  display: inline-block;
  font-family: 'Calligraffitti', cursive;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  background-color: rgba(10, 38, 71, 0.6);
  padding-right: 12px;
  padding-top: 9px;
  margin-right: -20px;
  text-transform: uppercase
}

#uru_bckg_image {
  width: 62%;
  height: 60vh;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, cover;
  background-position: center bottom, center bottom;
  position: absolute;
  right: 0;
  bottom: 170px;
  background-image: url(../images_0/uru-mfegif.gif), url(../images_0/bckg_pearls.PNG);
  border-radius: 12px
}

.displayClock60 {
  width: 100%;
  height: 120px;
  display: none;
  justify-content: center;
  align-items: center;
  transition: .4s;
  font-family: 'Roboto Mono', monospace;
  font-weight: 300;
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 50px;
  background-color: rgba(89, 69, 69, 0.7)
}

.clock60 {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  width: 280px;
  height: 100px;
  margin-right: 40px
}

.block {
  width: calc(100% / 12);
  height: 20%;
  color: #474747;
  transition: .4s
}

.block:not(:nth-child(n+16)):nth-child(n+11),
.block:not(:nth-child(n+46)):nth-child(n+41) {
  margin-right: 10px
}

.block:not(:nth-child(n+31)):nth-child(n+26) {
  margin-right: 20px
}

.block:before {
  content: attr(data-num);
  position: relative;
  display: block;
  font-size: 16px;
  width: 100%;
  height: 100%;
  line-height: 20px;
  text-align: center
}

.block:nth-child(-n+10):before {
  content: "0" attr(data-num)
}

.block.active:before {
  color: whitesmoke;
  font-weight: 500
}

.block.second:before {
  color: #ff8300
}

.divider60 {
  position: absolute;
  width: 2px;
  background-color: whitesmoke;
  height: 60%;
  top: 20%;
  left: calc(50% + 19px)
}

#go_back_pearls {
  position: absolute;
  top: 36px;
  left: 0;
  display: block;
  z-index: 12;
  background-image: url(../science/go_back.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center
}

#go_back_pearls:hover {
  transform: scale(0.95);
  transition: background .6s ease;
  cursor: pointer
}

#quotes-kontrole {
  width: 20%;
  height: 60vh;
  position: absolute;
  right: 64%;
  bottom: 170px;
  border-radius: 12px
}

#kontrole-poz {
  height: 30%;
  width: 35%;
  position: absolute;
  top: 0;
  border: 1px solid aqua;
  border-radius: 12px;
  background-color: rgba(68, 60, 104, 0.6);
  background-image: url(../uru-pearls/me_myself.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center
}

#brojac-ideje {
  -webkit-animation-name: ideja;
  animation-name: ideja;
  -webkit-animation-duration: 1s;
  animation-duration: 1s
}

@-webkit-keyframes ideja {
  from {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: .4
  }

  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1
  }
}

@keyframes ideja {
  from {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: .4
  }

  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1
  }
}

.circlesvg {
  position: absolute;
  top: 0;
  right: -1px;
  width: 82px;
  height: 82px;
  margin-top: -25px;
  transform: rotateY(-180deg) rotateZ(-90deg)
}

.circlesvg-circle {
  stroke-dasharray: 203px;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 1.9px;
  stroke: #eae509;
  fill: none;
  animation: countdown_circle 9s linear infinite forwards
}

@keyframes countdown_circle {
  from {
    stroke-dashoffset: 0
  }

  to {
    stroke-dashoffset: 203px
  }
}

.wrapper_circle_total {
  position: relative;
  top: 0;
  right: 0
}

.wrapper__circle {
  position: absolute;
  z-index: 12;
  right: 0;
  top: 0;
  margin-top: -6px;
  display: none
}

.wrapper__circle span:hover {
  cursor: default
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 1;
  stroke-miterlimit: 10;
  stroke: #639a67;
  fill: none;
  animation: stroke .6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark__inside {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0 0 0 #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke .3s cubic-bezier(0.65, 0, 0.45, 1) .8s forwards
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0
  }
}

@keyframes scale {

  0%,
  100% {
    transform: none
  }

  50% {
    transform: scale3d(1.1, 1.1, 1)
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0 0 0 30px #54b435
  }
}

#countdowncircle {
  height: 82px;
  width: 82px;
  position: absolute;
  z-index: 12;
  right: 0;
  top: 0;
  margin-top: 0;
  display: none
}

#textSpeech #loudQ:hover {
  color: #3db2ff !important;
  cursor: pointer;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9)
}

.zooming_playing div:hover {
  cursor: pointer
}

.zooming_playing div {
  display: none
}

.blink-1 {
  -webkit-animation: blink-1 .6s cubic-bezier(0.950, 0.050, 0.795, 0.035) both;
  animation: blink-1 .6s cubic-bezier(0.950, 0.050, 0.795, 0.035) both
}

@-webkit-keyframes blink-1 {

  0%,
  50%,
  100% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes blink-1 {

  0%,
  50%,
  100% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@media(max-width:1199px) {
  #count-9 {
    display: none !important
  }
}

@media(min-width:1200px) {
  #count-9 {
    display: none
  }
}

.mikrofoni img:hover {
  transform: scale(1.1) !important;
  cursor: pointer
}

@media(min-width:576px) and (max-width:767px) {
  .mikrofoni {
    transform: scale(0.8)
  }
}

@media(max-width:576px) {
  .mikrofoni {
    transform: scale(0.5)
  }
}

#readQuotes {
  display: none
}

#readQuotes:not(.no-hover):hover {
  cursor: pointer;
  color: #de8f5f !important
}

#prevod {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 100px;
  width: 38%;
  z-index: 23
}

.container-prevod {
  max-width: 690px;
  width: 100%;
  padding: 25px;
  background: rgba(199, 0, 57, 0.4);
  border-radius: 7px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.01)
}

.wrapper-prevod {
  border-radius: 5px;
  border: 1px solid #ccc
}

.wrapper-prevod .text-input {
  display: flex;
  border-bottom: 1px solid #ccc
}

.text-input .to-text {
  border-radius: 0;
  border-left: 1px solid #ccc
}

.text-input textarea {
  height: 240px;
  width: 100%;
  border: 0;
  outline: 0;
  resize: none;
  background: 0;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 5px;
  caret-color: white;
  color: #f78ca2
}

.to-text {
  color: #a8df8e !important
}

.text-input textarea::placeholder {
  color: #b7b6b6
}

.text-input textarea:focus {
  color: #fff5e0
}

.controls {
  position: relative;
  left: 0;
  right: 0
}

.controls .row.from {
  padding-right: 14px;
  width: 180px;
  position: absolute;
  left: 0;
  margin-left: 12px;
  margin-top: 10px
}

.controls .row.to {
  padding-left: 14px;
  width: 180px;
  position: absolute;
  right: 0;
  margin-right: 12px;
  margin-top: -20px
}

.controls .row select {
  color: #d2de32;
  border: 0;
  outline: 0;
  font-size: 16px;
  background: rgba(76, 58, 81, 1);
  padding-left: 5px;
  border-radius: 5px
}

.text-input textarea::-webkit-scrollbar {
  width: 4px
}

.controls .row select::-webkit-scrollbar {
  width: 8px
}

.text-input textarea::-webkit-scrollbar-track,
.controls .row select::-webkit-scrollbar-track {
  background: #fff
}

.text-input textarea::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 8px
}

.controls .row select::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 8px;
  border-right: 2px solid #fff
}

.controls .exchange {
  color: #adadad;
  cursor: pointer;
  font-size: 18px;
  transition: transform .2s ease;
  width: 40px;
  height: 30px;
  text-align: center;
  margin: 0 auto 0 auto;
  list-style-type: none;
  position: relative;
  right: 16px;
  top: 10px
}

.container-prevod button {
  width: 100%;
  height: 50px;
  padding: 10px;
  outline: 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
  font-size: 17px;
  border-radius: 5px;
  background: rgba(254, 120, 71, 0.8);
  position: relative
}

.container-prevod button:hover {
  background: rgba(254, 120, 71, 0.6)
}

.slide-in-bottom {
  -webkit-animation: slide-in-bottom .5s cubic-bezier(0.770, 0.000, 0.175, 1.000) both;
  animation: slide-in-bottom .5s cubic-bezier(0.770, 0.000, 0.175, 1.000) both
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

.swing-in-bottom-fwd {
  -webkit-animation: swing-in-bottom-fwd .5s cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s both;
  animation: swing-in-bottom-fwd .5s cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s both
}

@-webkit-keyframes swing-in-bottom-fwd {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0
  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 1
  }
}

@keyframes swing-in-bottom-fwd {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0
  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 1
  }
}

.fade-out-bck {
  -webkit-animation: fade-out-bck .7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: fade-out-bck .7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both
}

@-webkit-keyframes fade-out-bck {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }

  100% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0
  }
}

@keyframes fade-out-bck {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }

  100% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0
  }
}

#bosmuteimg {
  display: none
}

#engspeakimg {
  display: none
}

.fade-out-right {
  -webkit-animation: fade-out-right .8s cubic-bezier(0.950, 0.050, 0.795, 0.035) both;
  animation: fade-out-right .8s cubic-bezier(0.950, 0.050, 0.795, 0.035) both
}

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0
  }
}

@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0
  }
}

#typingquote:hover {
  cursor: pointer;
  transform: scale(1.05);
  transition: all .15s linear
}

.highlight {
  background-color: transparent;
  color: black
}

@media(min-width:1200px) {
  .search-container {
    box-sizing: border-box;
    flex-direction: column;
    margin: 10px auto 20px auto;
    width: 460px;
    padding: 0 2%;
    position: absolute;
    left: 110px;
    top: -23px;
    display: none;
    animation: slideInDown;
    animation-duration: .2s
  }

  label {
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
    margin-bottom: 3px;
    text-transform: uppercase;
    text-align: left
  }

  #search {
    background: #fff;
    border: 1px solid #535353;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    outline: 0;
    padding: 0 10px;
    transition: all .5s;
    width: 100%
  }

  #search:focus {
    border: 1px solid #3a5bd3;
    box-shadow: 0 0 4px 0 #7d90de
  }

  h1 {
    font-size: 1.7em;
    font-family: "Roboto Mono", monospace;
    margin: -8px 0 0 0;
    padding: 2px
  }

  #start,
  #reset {
    font-weight: 700;
    border: 1px solid black;
    background: #404040;
    color: #e4e4e4;
    border-radius: 5px;
    padding: 4px;
    font-size: 12px;
    width: 70px;
    margin: 0 20px;
    outline: 0
  }

  #start:hover {
    color: white;
    transform: scale(1.03)
  }

  #reset:hover {
    color: white;
    transform: scale(1.03)
  }

  .container-sw {
    margin: 0 auto;
    text-align: center;
    background: rgba(249, 249, 249, .6);
    border: 1px solid #606060;
    border-radius: 5px;
    padding: 9px;
    width: 250px;
    position: absolute;
    left: 70px;
    top: -30px;
    display: none;
    animation: fadeInDown;
    animation-duration: .2s
  }

  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration {
    display: none
  }
}

@media(max-width:1199px) {
  .search-container {
    display: none !important
  }

  .container-sw {
    display: none !important
  }
}

#bubblepearl:hover {
  cursor: pointer;
}

#bubblepearl {
  z-index: 6;
}

