/*#dam-testim-slider,*/
#dam-zab-arch1-slider{	
	/*width: 100%;*/
	font-family: "Azbuki";
	/*display: overflow;*/
	padding-top: 5px;
	/*background-color: blue;*/
}

.mundo_03{
   padding: 5px;
   border: 1px solid rgba(255, 255, 255, 0.55);
   border-radius: 8px;
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
   top: 15px;	
	background-color: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	text-align: center;
}
.mundo_03 H1, H2, H3, H4, h5 {  
   align-content: center;
   color: #456745;
   text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8), 0px 2px 4px rgba(255, 255, 255, 1);
   background: transparent;
   letter-spacing: 2px;
}

.un-fol-tes-zab{
	color: red;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8), 0px 2px 4px rgba(255, 255, 255, 1);
}

.zabpaketpun1{
	/*width: 80%;*/
	padding-right: 2px;
	padding-left: 2px;
	/*min-width: 100px;*/
	/*max-width: 350px;*/
	list-style: none;
	padding: 5px 25px;
	margin: 5px 35px;
	display: grid;	
	align-content: center;
	/*justify-content: center;*/
	align-items: normal;
	/*justify-items: center;*/
    grid-template-columns: auto auto auto auto;
    gap: 15px;
	/*display: flex;
	flex-direction: row;
    justify-content: space-between;
	flex: 1 0 25%;*/
	/*background-color: red;*/	
}

.34zab-memo-container{
	/*display: inline-block;*/
	/*min-width: 150px;*/
	/*width: 98%;*/
	/*min-height: 50px;*/
	border: 1px solid #ffffff;
	border-radius: 5px;	
	opacity: 0.9;
	/*padding: 3px;*/
	box-shadow: 2px 3px 6px red;
	/*background-color: red;*/
}

.zab-memo-container a{
	text-decoration: none;
}
.zab-memo-container li{
	flex: 1 0 50%;
	color: #456745;
	font-size: 20px;
}

.myzabzzbtn{
	display: inline-block;
	/*margin: 5px;*/
	padding: 5px 15px;
	/*position: absolute !important;*/
	/*right: 0 !important;*/
}

.zab-memo-container span{
	color: #30303f;
	font-size: 12px;
}

.zab-date1-post{
	color: #30303f;
}
.mani-class-arch{
	color: #00ff00;
}
.zz-us-in-con a{
	color: #456745;
	text-decoration: none;
	text-shadow: 0px 2px 4px rgba(255, 255, 255, 0.5);
	background: transparent;
	letter-spacing: 2px;
}
.zz-us-in-con a:hover{
	color: #57f514;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 1);
}

.zab-zz-modal-01{	
	position: absolute; /* Stay in place */
	left:0%;
	right: 0%;
	top: 30%;
	/*right: 100px;
	valign: center;
	bottom: 0;*/
	width: 100%; /* Full width */
    height: 40%; /* Full height */
	z-index: 1000; /* Sit on top */
	margin: 0 auto;
	padding-top: 100px; /* Location of the box */	
	border-radius: 8px;
	border: 1px solid #ffffff;
  overflow: auto; /* Enable scroll if needed */  
  background-color: rgba(0,0,0,0.3); /* White w/ opacity */
		backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}


.zab-zz-modal-content-01 {
	background-color: #fefefe;
  margin: auto;
  padding: 5px;
  border: 1px solid #888;
	border-radius: 5px;
  width: 80%;	
}

.zab-zz-modal-content-01 span{
	color: green;	
  float: right;
  font-size: 32px;
  font-weight: bold;
}
/*.zab-close {
  color: #aaaaaa;
  float: right;
  font-size: 30px;
  font-weight: bold;
}*/

.zab-close:hover,
.zab-close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}
ul.zab-paket-pun1 li button{
	font-size: 0.8em;
}
.hide{
	display: none;
}

.zab-zz-modal-01 button{
	position: relative;
	margin: auto;
  padding: 5px;
}

.zab-zz-modal-01 p{
	color: red;
}

@media only screen and (max-width:1250px) {
    .zab-paket-pun1 {grid-template-columns: auto auto auto auto auto; gap: 10px;}
}

@media only screen and (max-width:950px) {
    .zab-paket-pun1 {grid-template-columns: auto auto auto; gap: 5px;}
}

@media only screen and (max-width:750px) {
    .zab-paket-pun1 {grid-template-columns: auto auto; gap: 5px;}
}

@media only screen and (max-width:600px) {
    .zab-paket-pun1 {grid-template-columns: auto; gap: 5px;}
}

@media only screen and (max-width:600px) {
    .zab-zz-modal-01 {height: 20%;}
}