	@font-face {
    font-family: 'ALKATIP';
    src: url("ALKATIP.eot");
    src: url('ALKATIP.eot?#iefix') format('embedded-opentype'),
        url('ALKATIP.woff') format('woff'),
        url('ALKATIP.ttf') format('truetype'),
        url('ALKATIP.svg#ALKATIP') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nurjanbay Ayam';
    src: url('NurjanbayAyam.eot');
    src: url('NurjanbayAyam.eot?#iefix') format('embedded-opentype'),
        url('NurjanbayAyam.woff') format('woff'),
        url('NurjanbayAyam.svg#NurjanbayAyam') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



*{font-family: "ALKATIP"}

body{
	
	background:#E3E3E3;
	font-family:" ALKATIP";
	
}
.naw{
	float: right;
	width: 99%;
	height: 130px;
	background:#fff;
	margin-right: 10px;
	margin-top: 20px;
	border-radius: 15px
}
.naw p{
	text-align: center;
	list-style: none;
	text-decoration: none;
color: #000000;
font-size: 20px;
	margin-top: 5px;
	
}
.a{
	margin-right: 15px;
	list-style: none;
	text-decoration: none;
	width: 100%;
	height: auto;
	
	
}
.a a:hover {
    background-color: #fff;
    color: white;
	border-radius: 5px;
	
}
.naw img{
	width: 90%
		
}
.conut{
	float: right;
	width: 30%;
	height: 270px;
	background:#fff;
	margin-right: 10px;
	margin-top: 20px;
	border-radius: 15px
}
.pr{
	font-family: Nurjanbay Ayam;
	text-align: center;
	padding-top: 15px;
	font-size: 40px;
	color: #07a99e;
}
.pi{
	text-align: right;
margin-top: 25px;
	margin-right: 33px;
	font-size: 20px;
	float: right;
}
.po{
	margin-top: 25px;
	text-align: right;
	margin-right: 20px;
	font-size: 20px;
	float: right;
	margin-bottom: 25px;
}
.auto{
	margin: auto;
	text-align: center;
	margin-top: 25px;

}


.conut1{
	float: right;
	width: 68%;
	height: 270px;
	background:#fff;
	margin-right: 10px;
	margin-top: 20px;
	border-radius: 15px
}

.card {
	margin-right:13px;
	margin-top: 15px;
	padding-top: 28px;
	float: right;
  box-sizing: border-box;
  width: 170px;
  height: 220px;
  background: rgba(217, 217, 217, 0.58);
  border: 1px solid white;
  box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(6px);
  border-radius: 17px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  
  align-items: center;
  justify-content: center;
  user-select: none;
  font-weight: bolder;
  color: black;
}

.card:hover {
  border: 1px solid black;
  transform: scale(1.05);
}

.card:active {
  transform: scale(0.95) rotateZ(1.7deg);
}


.conut2{
	float: right;
	width: 46%;
	height: 300px;
	background:#fff;
	margin-right: 10px;
	margin-top: 20px;
	border-radius: 15px
		
}

.for{
	padding-left: 50px
	
}

.cards {
	float: right;

  display: flex;
  flex-direction: row;
  gap: 5px;
	
}

.cards .red {
  background-color:  rgba(217, 217, 217, 0.58);
}

.cards .blue {
  background-color:  rgba(217, 217, 217, 0.58);
}

.cards .green {
  background-color:  rgba(217, 217, 217, 0.58);
}
.cards .min{
	 background-color: rgba(217, 217, 217, 0.58);
	
}

.cards .card {
	
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100px;
  width: 100px;
  border-radius: 10px;
  color: #000000;
  cursor: pointer;
  transition: 400ms;
}

.cards .card p.tip {
  font-size: 1em;
  font-weight: 700;
}

.cards .card p.second-text {
  font-size: .7em;
}

.cards .card:hover {
  transform: scale(1.2, 1.2);
}

.cards:hover > .card:not(:hover) {
  filter: blur(10px);
  transform: scale(0.9, 0.9);
}

.cards i{
	font-size: 45px;
	
}

