body{
	font-family: 'baloo bhai 2'!important;
	font-weight: 600;
}
b, strong {
    font-weight: 900;
}
.pc{
	display:block;
}
.mobil{
	display:none;
}
a{
	text-decoration: none;
}
ul li{
	list-style-type:none;
}
.navbar-light .navbar-nav .nav-link{
	font-weight: 600;
    font-size: 16px;
    color: rgb(0 0 0 / 50%);
}

.bg-warning{
	background-color: #fff!important;
	height: 80px;
	z-index: 99;
}
.bg-top{
	background-color: #f3f3f3;
}
.bg-ov{
	border-radius: 100%;
    background: #fff;
    height: 125px;
    position: absolute;
    top: 0px;
    width: 310px;
    padding: 15px 0px 0px 80px;
}
.top-contact{
	font-size: 14px;
}
.line{
	border-left: 1px solid #c1c1c1;
}
.catalog{
	background: #53d6c3;
    font-weight: 900;
}
.catalog a{
    color: #000!important;
}
.social-media p a {
    border: 1px solid #e6e6e6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 4px;
	text-decoration: none;
}
.social-media p a span {
    color: #4d4d4d;
}
.social-media p a:hover {
    background: #53d6c3;
    border-color: #53d6c3;
}
.spot-alt-bg {
    background: url('img/spot-alt-bg.png') center center no-repeat;
    height: 145px;
	background-size: cover;
}
.footer{
	background:url('img/footer.jpg') center center no-repeat;
    height: 182px;
    float: left;
    width: 100%;
	background-size: cover;
}
.h1 h1{
    color: #957e4e!important;
    font-family: 'baloo bhai 2',cursive!important;
}
.mobil_lang, .mslider {
    display: none;
}
.spot-h2 h2 {
    font-weight: 900!important;
    font-size: 70px!important;
    font-family: 'baloo bhai 2',cursive;
    color: #fff!important;
    line-height: 60px;
    text-align: center;
}
.spot-h2 small {
    font-size: 45px!important;
}
.devami a{
    width: 250px!important;
    padding: 15px;
    text-align: center;
    border: 2px solid #fff;
    font-family: 'baloo bhai 2',cursive;
    border-radius: 45px;
    color: #fff;
    font-size: 26px;
    background: url('img/arrow.png') right center no-repeat;
    background-position: 180px 10px;
}

.footer-spot {
    font-family: 'Baloo Bhai 2', cursive;
    color: #243e8b;
    font-size: 30px;
    line-height: 36px;
}



@media (max-width: 991.98px){
	.mobil{
		display:block;
	}
	.pc, .bg-top {
		display: none;
	}
	.bg-warning .container{
		display:block;
		position: relative;
		top: 0;
	}
	.navbar-light .navbar-toggler{
		float:right;
		border: none;
		outline: none;
		margin-top: 13px;
	}
	.bg-ov {
		height: 50px;
		width: 100px;
		padding:5px 10px;
		background: none!important;
		position: relative;
	}
	.bg-ov img{
		width:80px;
	}
	.bg-warning {
		background: #3aded1!important;
		position: absolute;
		margin-top: 20px;
		margin-left: 15px;
		margin-right: 15px;
		width: 92%;
		height: auto;
		padding: 5px 15px;
	}
	.navbar-collapse{
		background: #3aded1!important;
		padding: 15px;
	}
	.social-media{
		margin-top:25px;
	}
	.social-media p a{
		background: #fff;
	}
	.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link.active{
		color:#fff;
		font-size: 22px;
	}
	.mobil_lang{
		margin-top:25px;
	}
	.mobil_lang, .sorusor, .whatsapp, .phones, .mslider {
		display: block!important;
	}
	.devami a {
		width: 161px!important;
		font-family: 'baloo bhai 2'!important;
		padding: 4px;
		font-size: 22px;
	}
	.spot-h2 p{
		font-size: 45px;
	}
	.spot-h2 h2 {
		font-size: 32px!important;
	}
}