@charset "utf-8";
/* CSS Document */

.left1{
	border-radius: 0 0 35px 0;
	overflow: hidden;
}
.dmine label{
	display: none;
}
.dmine input[type="checkbox"]{
	display: none;
}
.dmine nav{
	position: relative;
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
}
nav .content{
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}
nav .content .links{
	display: flex;
	margin: 0;
	padding: 0;
}
.content .links li{
  list-style: none;
  line-height: 65px;
}
.content .links li a,
.content .links li label{
  color: #bea139;
  font-size: 19px;
  text-decoration: none;
  font-weight: 500;
  padding: 13px 10px 14px 10px;
  transition: all 0.3s ease;
}
.content .links li label{
	display: none;
}
.content .links li a:hover,
.content .links li label:hover{
	background: #bea139;
	color: #285D93;
}
.content .links ul{
  position: absolute;
  background: #285D93;
  top: 80px;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
	padding: 0;
	width: auto;
	min-width: 200px;
	border-right: 3px solid #bea139;
}
.content .links .drob-menu-w{
	width: 60%;
	height: auto;
	position: absolute;
	display: flex;
	flex-wrap: wrap;
}
.content .links .drob-menu-w li{
	width: 33%;
}
.content .links li:hover > ul{
  top: 63px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.content .links li ul > li:hover{
	border-bottom: 1px solid #002F3F;
}
.content .links ul li a{
  display: block;
  width: auto;
  line-height: 30px;
  border-radius: 0px!important;
}
.content .links ul ul{
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}
.content .links li ul li > ul{
	right: 100%;
}
.content .links ul li{
  position: relative;
}
.content .links ul li:hover ul{
  top: 0px;
}
@media screen and (max-width: 1450px){
  .content .links li a{
	  font-size: 17px;
  }
  .search-box{
    max-width: calc(100% - 100px);
  }
 .search-box input{
    padding: 0 100px 0 15px;
  }
}
@media screen and (max-width: 1300px){
  .content .links li a{
	  font-size: 16px;
  }
}

@media screen and (max-width: 1200px){
	.dmine{
		overflow: visible;
	}
	.dmine label{
    display: block;
  }
	.left1 {
		border-radius: 0 0 0 0;
		overflow: visible;
	}
  nav .content .links{
    display: block;
    position: absolute;
    background: #285D93;
    max-height: 90vh;
    width: 100%;
    top: 60%;
	  right: 0;
	  border-right: 3px solid #bea139;
    margin-left: 0;
    max-width: 350px;
    overflow-y: scroll;
	  overflow-x: hidden;
	  padding: 0;
    padding-bottom: 100px;
    transition: all 0.3s ease;
	z-index: 10;
	  opacity: 0;
	  visibility: hidden;
  }
  nav #menuo:checked ~ .content .links,nav #menuo:checked ~ .content .links ul{
	  opacity: 1;
	  visibility: visible;
  }
  .content .links li a,
  .content .links li label{
    line-height: 40px;
    font-size: 20px;
    display: block;
    padding: 8px 18px;
    cursor: pointer;
  }
  .content .links li a.desktop-link{
    display: none;
  }
  /* dropdown responsive code start */
  .content .links ul,
  .content .links ul ul,
	.content .links .drob-menu-w{
    position: static;
    opacity: 0;
    visibility: hidden;
    background: none;
    max-height: 0px;
    overflow: hidden;
	  margin-right: 20px;
  }
	.content .links .drob-menu-w{
		width: 100%;
	}
	.content .links .drob-menu-w li{
		width: 80%;
	}
	
  .content .links #show-makateb:checked ~ ul,
  .content .links #show-motamarat:checked ~ ul,
  .content .links #show-mrakez:checked ~ ul,
  .content .links #show-hanger:checked ~ ul,
  .content .links #show-hk:checked ~ ul,
  .content .links #show-dor:checked ~ ul,
  .content .links #show-a:checked ~ ul,
  .content .links #show-koliya:checked ~ ul,
  .content .links #show-froa:checked ~ ul,
  .content .links #show-tsjel:checked ~ ul{
    max-height: 250vh;
  }
  .content .links ul li{
    margin: 7px 20px;
  }
  .content .links ul li a{
    font-size: 18px;
    line-height: 30px;
    border-radius: 5px!important;
  }
	.search-box{
    	max-width: calc(100% - 70px);
  }
	.search-box .go-icon{
		width: 30px;
		right: 0;
  }
	.search-box input{
   	 	padding-right: 30px;
  }
	
}
.btn{
	margin-right: 15px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	cursor: pointer;
	transition: all 0.5s;
}
.btnb{
	width: 30px;
	height: 4px;
	background: #BEA139;
	border-radius: 5px;
	transition: all 0.5s;
}
.btnb::before,
.btnb::after{
	content: '';
	position: absolute;
	width: 30px;
	height: 4px;
	background: #BEA139;
	border-radius: 5px;
	box-shadow: all 0.5px ease-in-out;
}
.btnb::before{
	transform: translateY(-8px);
}
.btnb::after{
	transform: translateY(8px);
}
.btn.open .btnb{
	transform: translateX(-50px);
	background: transparent;
	box-shadow: none;
}
.btn.open .btnb::before{
	transform: rotate(45deg) translate(35px , -35px);
}
.btn.open .btnb::after{
	transform: rotate(-45deg) translate(35px , 35px);
}