body, html {
  height: 100%;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}

.navbar-brand {
	color: white;
}
.bg-warning{
   background-color: #ffd24d!important;
}
.about-us{
	background-color: rgb(0, 0, 0, 0.2);
}
.about-us p {
	color: white;
}

#wrapper-main {
	/* The image used */
  background-image: url("../img/main-bg.jpg");
  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  padding-top: 10%;

  overflow: auto;
}

#wrapper-prices {

}

#wrapper-services {
	background-color: rgb(255, 193, 7, 0.1);
}
#wrapper-contact {
	min-height: 300px;
	background-color: white;
}

.priceholder {
	min-height: 250px;
	padding: 1%;
  cursor: pointer;

	/*W3-CARD*/
 	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.priceholder p {
	font-size: 60px;
	margin-top: 20%;
	margin-bottom: 20%;
}
.po-dogovor p {
	font-size: 30px;
}


.table-contacts {
	width: 50%;
	margin: auto;
}
@media screen and (max-width: 992px) {
	.priceholder p {
	margin-top: 15%;
	margin-bottom: 15%;
	}
	.table-contacts{
		width: 100%;
	}
}

/*ACCORDION*/
.accordion {
  background-color: transparent;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: rgba(255, 193, 7, 0.2);
}

.accordion:after {
  content: '\2c5';
  color: #777;
  font-weight: bold;
  margin-left: 15px;
}

.active:after {
  content: '\2c4';
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: auto;
  transition: max-height 0.2s ease-out;
  border: 1px solid rgba(255, 193, 7, 0.2);
}

.panelCeni {
  height: 250px;
  padding: 0 18px;
  display: none;
}

/*CALL BUTTON*/

.contain {
  position: fixed;
  right: 0px;
  bottom: 0px;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #00cc00;
  box-shadow: inset 0 0 0px 40px rgba(0, 204, 0, 1), 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23), 0 0 0 0 rgba(33, 150, 243, 0);
}
.contain:active {
  animation: callaaya 3s ease-in-out infinite;
}
.contain .phonecall:active {
  animation: phoneaaya 3s ease-in-out infinite;
}
.phonecall {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes callaaya {
  0% {
    box-shadow: inset 0 0 0px 40px rgba(0, 204, 0, 1), 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23), 0 0 0 0 rgba(33, 150, 243, 0.1);
    transform: translate(-50%, -50%);
  }
  10% {
    box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.2), 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23), 0 0 0 0 rgba(33, 150, 243, 0.1);
    transform: translate(-50%, -50%) scale(1.2);
  }
  20% {
    box-shadow: inset 0 0 0px 40px rgba(0, 204, 0, 1), 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23), 0 0 0 1px rgba(33, 150, 243, 0.1);
  }
  25% {
    transform: translate(-50%, -50%);
  }
  69% {
  box-shadow: inset 0 0 0px 40px rgba(0, 204, 0, 1), 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23), 0 0 0 100px rgba(33, 150, 243, 0.01);  }
}

@keyframes phoneaaya {
  0% {
    transform: translate(-52%, -50%);;
  }
  2% {
    transform: translate(-48%, -50%);;
  }
  4% {
    transform: translate(-52%, -50%);;
  }
  6% {
    transform: translate(-48%, -50%);;
  }
  8% {
    transform: translate(-52%, -50%);
  }
  10% {
    transform: translate(-48%, -50%);;
  }
  12% {
    transform: translate(-52%, -50%);;
  }
  14% {
    transform: translate(-48%, -50%);;
  }
  16% {
    transform: translate(-52%, -50%);
  }
  18% {
    transform: translate(-48%, -50%);
  }
  20% {
    transform: translate(-50%, -50%);
  }
}
