/* .logo {
	width: 200px;
	height: auto;
} */

@media only screen and (max-width: 600px) {
    .logo {
        width: 200px;
		height: auto;
    }
}

.about-text {
	width: 175px;
	background: #02232f;
	padding: 20px;
	box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 8%);
	text-align: center;
	border-radius: 8px;
}
.about-text span {
	font-size: 48px;
	color: #fff;
	position: relative;
	display: inline-block;
	font-weight: 700;
	margin-top: 15px;
}
.second-about p {
	margin-bottom: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	font-family: "Rajdhani", sans-serif;
	margin-top: 10px;
}
.counter {
	padding-left: 0;
	padding-right: 0;
	background: #02232f;
	border-radius: 10px;
	border-top: 4px solid #f29103;
}
.custom-card:hover:before {
	background-color: var(--primary);
}
.custom-card:hover {
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.1);
}

.custom-card:hover:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	height: 3px;
	width: 100%;
}
.border-20 {
	border-radius: 20px !important;
}
.flip-card .flip-front {
	height: 300px !important;
}
/* .hakkimizda-titlebar {
	top: 120px !important;
} */
