
/*Mobil*/
@media screen and (max-width: 762px){
	.hidden-desktop{
		display: none;
	}
	.hidden-mobil{
		display: block;
	}
	.navbar-dark .navbar-brand{
		color: #e12d1e!important;
	}
	.navbar-toggler{
		outline: none!important;
		cursor: pointer;
	}
	button.navbar-toggler {
	    outline: none!important;
	}
	nav.hidden-mobil{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #010101!important;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		left: 0;
		z-index: 2;
	}
	.flex-mobil{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.g-recaptcha {
	    -webkit-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	    transform: scale(0.9);
	    position: relative;
	    left: -15px
	}
	h1{
		font-size: 1.5rem;
	}
	h2{
		font-size: 1.3rem;
	}
	h4{
		font-size: 1.1rem;
	}
	h6{
		font-size: 0.8rem;
	}
	.width-75 {
	    width: 100%;
	}
	.description{
		height: 800px;
	}
	.ptb-100{
		padding: 50px 0;
	}
	.about-me h3, .rezumat h3 {
		font-size: 1.2rem;
	}
	.about-number h5{
		font-size: 2rem;
	}
	.text-align-mobil{
		text-align: center;
	}
	.rezumat h3{
		font-size: 1.5rem;
	}
	.rezumat-box{
		margin: 0px 0px 35px 0px;
		padding: 20px 15px;
	}
	svg.curbe {
	    height: 15vh!important;
	}
	h6.color-red.ls-10.mb-3.d-flex.justify-content-center {
	    margin-top: 50px
	}
	.width-100{
		width: 100%;
	}
	.services-card-black, .services-card-red{
		width: 90%;
		margin: auto;
		padding: 30px 15px;
	}
	.width-100-mobil{
		width: 80%;
	}
}