.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 40%;
}

.koloncg:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
     padding: 1px 6px;
    background: linear-gradient(95deg, #21abd7, #1972b2);
    color: #fff;
    font-family: sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}

h4 {margin:0;}



/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}



/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
}
.flip-card-front img {
 filter: brightness(0.5);
}
   
/* Style the back side */
.flip-card-back {

  
      background: linear-gradient(45deg, rgba(35, 174, 217, 0.11), #24b3dc);
    color: white;
    transform: rotateY(180deg);
}

.nq{    background: linear-gradient(45deg, #0e6bae, #24b3dc);
  color: white;
  transform: rotateY(180deg);}

.mega {background: blue;
    margin: 0;
	
	    background: linear-gradient(45deg, #0e6bae, #24b3dc);
		
		color:white;}
		
		
.duzelt {


  display: block;


    clear: both;


    visibility: hidden;


    line-height: 0;


    height: 0;

}

.counter {

	    transition: 0.5s;
		
		
		display: table-cell;
    margin: 1.5%;
    background: white;
    color: #1b95c9;
    font-size: 50px;
    border: 5px solid;
    width: 200px;
    border-radius: 50%;
    height: 200px;
    vertical-align: middle;
}
.counter:hover {
display: table-cell;
    margin: 1.5%;
	color:white;
    background: radial-gradient(#1b95c9, #1b94c8);
    font-size: 50px;
    border: 5px solid;
    width: 200px;
    border-radius: 50%;
    height: 200px;
    vertical-align: middle;
}
footer {    position: relative;
    z-index: 100;
    height: auto!important;
    padding: 30px 0;
    background: #24b3dc;
    color: #fff;
    overflow: hidden;
font-family: "Myriad W01 SmBd", Arial, Helvetica, Geneva, sans-serif;}


.reqord{    padding: 5px;
    border: 2px solid #1a94c8;
    text-decoration: dashed;
    color: #1a93c8;
    margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 10px;
	}
	
	.yenia {
    width: 100%;
    background: linear-gradient(45deg, #24b3dc, #0e6bae);
    display: inline-block;
    color: white;
    font-weight: 900;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: dashed;
		
	}
	.col {    float: left;
    margin: 5;
    font-size: 22px;}
	
	
	
	.col p {color:#1b95c9;}
	
	
	textarea {
		    background: 0;
    border: none;
    resize: none;
    width: 100%;
    height: 100%;
    color: white;
    padding: 15px;
    font-size: 14px;
    text-align: center;
}
		
	}
	
	footer {position: relative;
    z-index: 100;
    height: 170px;
    padding: 30px 0;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    overflow: hidden;
font-family: "Myriad W01 SmBd", Arial, Helvetica, Geneva, sans-serif;}