	@font-face {
	font-family: Raleway-Medium;
	src: url("police/Raleway-Medium.ttf");
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	background-color: #24262b;
	background-size: 1400px 1000px;
	min-height: 767px;
	font-family:Raleway-Medium, georgian,sans-serif;
}
html{
	scroll-behavior: smooth;
}
.botton{
	position: absolute;
	left: 5px;
	bottom: 5px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #bbb;
	font-size: 15px;
}

::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
	background: #888; 
}
::-webkit-scrollbar-thumb:hover {
	background: #555; 
}


/*      header       */


header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 100px ;
	z-index: 10000;
	display: flex;
	justify-content: space-between ;
	align-items: center;
	transition: 0,5s;
	font-family: georgian,sans-serif;
	color: #ffcf00;
	background: #00000065 ;
}
header.sticky{
	background:  #000000b7;
	padding: 10px 100px ;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) ;
}

h1{
	font-size: 20px;

}
.logo{
	width: 60px;
	height: 30px;
}

.navmenu{
	position: relative;
	display: flex;
}
.menu {
	list-style: none;
	display: flex;
	margin-left: 30px;
}
.menu li{
	position: relative;
	margin-left: 30px;
}
.menu a{
	text-decoration: none;
	color: #fff;
}
header a:hover{
	color: #ffcf00;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0px;

}
.formation{
	display: none;
}
header.active .logo{
	content: url(YAF2.png);
}
header.active .search .icon::before{
	content: '';
	position: absolute;
	width: 7.5px;
	height: 7.5px;
	border: 1.5px solid #000484;
	border-radius: 50%;
	transform: translate(-2px,-2px);
}
header.active .search .icon::after{
	content: '';
	position: absolute;
	width: 1.5px;
	height: 6px;
	transform: translate(3px,3px) rotate(315deg);
	background: #000484;
}
body.active{
	background: #f8f8f8;
	transition: 0.5s;
}
header.active a:hover{
	color: #000484 ;
}
#toggle.active{
	background: #fff ;
	box-shadow: 2px 2px 50px #00000020 ;
}
#toggle{
	position: relative;
	display: block;
	width: 40px;
	height: 20px;
	border-radius: 20px;
	background: #222;
	transition: 0.5s;
	cursor: pointer;
}
#toggle .indicator{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: linear-gradient(to bottom,#444,#222);
	border-radius: 50%;
	transform: scale(0.9);
	transition: 0.5s;

}
#toggle.active .indicator{
	left: 20px;
	background: linear-gradient(to bottom,#eaeaea,#f9f9f9);
	box-shadow: 0.5px 0.5px 40px gray;
}


/*            search icone         */


.search{
	position: relative;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 30px;
	transition: 0.5s;
	box-shadow: 0 0 0 1px black;
	overflow: hidden;
}
.search.active{
	width: 300px;
}
.search .icon{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	cursor: pointer;
}
.search .icon::before{
	content: '';
	position: absolute;
	width: 7.5px;
	height: 7.5px;
	border: 1.5px solid #ffcf00;
	border-radius: 50%;
	transform: translate(-2px,-2px);
}
.search .icon::after{
	content: '';
	position: absolute;
	width: 1.5px;
	height: 6px;
	background: #ffcf00;
	transform: translate(3px,3px) rotate(315deg);
}
.search .input{
	position: relative;
	width: 150px;
	height: 30px;
	left: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search .input input {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	font-size: 11px;
	padding: 5px 0;
}


/*        header nav         */

/* dropdown menu */

nav li a , .dropbtn {
	display: inline-block;
	color:rgb(255, 255, 255);
	text-align: center;
	padding: 14px 14px;
	text-decoration: none;
}
  
  
li.dropdown {
	display: inline-block;
}
.sub-menu{
    display: none;
}
.navmenu ul li:hover .sub-menu{
    display:block ;
    position: absolute;
    background: #00000044;
}
.navmenu ul li:hover .sub-menu ul{
    display:block ;
}
.navmenu ul li:hover .sub-menu ul li{
    width: 120px;
    padding: 10px;
    background: transparent;
   
} 


/* nav jdida */
.text {
	position: absolute;
	display: inline-flex;
	left: 0;
	right: 0;
	opacity: 0;
} 
.description{
	padding: 12px 16px;
}

.hover-it:hover .text {
	opacity: 1;
}
.hover-it:hover .description {
	opacity: 0;
}  

.Sem{
	display:block;
	text-decoration: none;
	color: #fff;
}
.Sem:hover{
	color: #ffcf00;
	font-weight: bold;	
	background-color: #ffffff50;
}

section{
	min-height: 900px;
}

/*         section          */

.fintro{
	position: relative;
	text-align: center;
	top: 130px;
	color: #ffcf00;
	font-size: 1.5em;
	text-shadow: 6px 6px 10px black;
}

.fcontent{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position:relative ;
	top: 170px;
	color: white;
	
}
.fcontent h3{
	padding-bottom: 20px;
}

.rating{
    position: relative;
    display: flex;
    flex-direction: row-reverse;

}
.rating input{
    display: none;
}

.label img{
	width: 50px;
	height: 50px;
}

.label{
    position: relative;
    width: 100px;
    height: 128px;
    cursor: pointer;
    transition: 0.5s;
    filter: grayscale(1);
    text-align: center;
}
.rating:hover .label{
    width: 160px;
    opacity: 0.2;
}

.rating input:hover +  .label, 
.rating input:checked + .label{
    filter: grayscale(0);
    opacity: 1;
    width: 160px;
}
.label h4{
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(-50px) scale(0);
    transition: 0.5s;
}
.rating input:hover +  .label h4, 
.rating input:checked + .label h4{
    opacity: 1;
    transform: translateY(0px) scale(1);
}
.fcontent::before{
	content: '';
	position: absolute;
	bottom: 25px;
	background-color: white;
	width: 80%;
	height: 1px;
	opacity: 0.5;
}
.fcategory{
	position: relative;
	top: 160px;
	color: white;
	padding: 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	
}
.fcategory h3{
	text-align: center;
	font-size: 20px;
	padding-bottom: 15px;
	color: #fff;
}
.categories{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fbox{
	border: 2px solid white;
	font-size: 1.2em;
	padding: 20px;
	margin: 30px;
	border-radius: 8px;
	width: 250px;
	height: 80px;
	background-color: rgba(165, 162, 162, 0.144);
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
}
 .fbox:focus{
	border: 3px solid #ffcf00;
	transition:0.1s;

}
.fcategory::before{
	content: '';
	position: absolute;
	bottom: 10px;
	background-color: white;
	width: 80%;
	height: 1px;
	opacity: 0.5;

	
	
}
.fintro2 h3{
	position: relative;
	text-align: center;
	top: 170px;
	color: #fff;
	font-size: 20px;
}
textarea{
	display:block;
	border: none;
	color: black;
	padding: 10px 10px;
	text-decoration: none;
	margin: 4px 2px;
	height: 100px;
	width:900px;
	resize: none;
	position: relative;
	top: 200px;
	border-radius: 5px;
	margin-right: auto;
	margin-left: auto;
}
b{
	display: block;
	text-align: center;
	margin-top: 160px;
	color: white;	
}
input[type="submit"]{
    border: 10px 40px;
    cursor: pointer;
    outline: none;
    color: #000;
    font-size: 18px;
    border-radius: 5px;
    padding: 10px 40px;
	display: block;
   	position: relative;    
    margin-left: auto;
    margin-right: auto;
	top: 280px;
}


 
/*       footer       */
.footer{
	background: rgba(0, 0, 0, 0.6);
	padding: 70px 0;
	color: white;
}
#container{
	max-width: 1170px;
	margin: auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.LVL{
	width: 25%;
	padding: 0 15px;
}
.LVL h4{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom:30px ;
	font-weight: 500;
	position: relative;
}
.LVL h4::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	background-color: #ffcf00 ;
	height: 2px;
	box-sizing: border-box;
	width: 50px;

}
.LVL ul li:not(:last-child){
	margin-bottom: 10px;
}
.LVL ul li a {
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.LVL p{
	color: #bbbbbb;
}
.LVL ul li a:hover{
	color: #fff;
	padding-left: 10px;
}
.LVL .social_media a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.3s ease;
}
.LVL .social_media a:hover{
	color: #24262b ;
	background-color: #ffffff ;
}


/* version phone */
.checkbtn{
	font-size: 30px;
	color: white;
	float: right;
	cursor: pointer;
	display: none;
  }
  #check{
	display: none;
  }
  
  @media (max-width: 989px){
	section{
		min-height: 1200px;
		margin: 20px;
	}
		header{
		padding: 20px 25px ;
		display: flex;
	}
	
	.navmenu{
		order:1;
	}
	.nom_site{
		order: 2;
	}
	.search{
		order: 3;
	}
	header.sticky{
		padding: 15px 25px ;
	}
	header.sticky .menu{
		top: 65px;
		background-color:#000000b7;
	}
	
	.botton{
		bottom: 4px;
		left: 5px;
	}
	.button{
		margin: 0em  0.3em 0.3em 0;
	}
	.banner h1{
		position: relative;
		top: -90px;
		font-size: 2.5em;
		padding: 20px;
	}
	.banner p{
		position: relative;
		top: -70px;
		text-align:center;
		font-size: 0.95em;
		margin: 15px;
	}
	.checkbtn{
	  	display: block;
		margin-right: 15px;
	}
	.menu{
	  	position: fixed;
		width: 100%;
		height: 100vh;
		background: #00000065;
		top: 75px;
		left: 100%;
		margin: 0px;
		text-align: center;
		transition: all .5s ;
		display: flex;
	 	flex-direction: column;  
	}
	.menu li{
	  	display: block;
		margin-bottom: 20px;
	}
	.menu li a{
	  font-size: 20px;
	}
	#check:checked ~ ul{
	  left: 0;
	}
	.dropbtn{
		display: none;
	}

	.row{
		display: flex;
		flex-direction: column;
	}
	.footer{
		padding-bottom: 0px;
		padding-top: 50px;
	}
	.LVL{
		width: 100%;
		margin-bottom: 30px;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.search.active{
		width: 150px;
	}
	.fintro{
		position: relative;
		top: 120px;
		font-size: 1.3em;
	}

	.label img{
		width: 30px;
		height: 30px;
	}
	.label{
		position: relative;
		width: 60px;
		height: 128px;
		cursor: pointer;
		transition: 0.5s;
		filter: grayscale(1);
		text-align: center;
	}
	.rating:hover .label{
		width: 60px;
		opacity: 0.2;
	}
	.rating input:hover +  .label, 
	.rating input:checked + .label{
		filter: grayscale(0);
		opacity: 1;
		width: 60px;
	}
	.label h4{
		font-size: 15px;
	}
	.fcontent::before{
		position: absolute;
		bottom: 40px ;
	}
	.fcategory{
		top: 150px;
	}
	.fintro2 h3{
		font-size: 19px;
	}
	textarea{
		width: 100%;
	}
  }