@font-face {
	font-family: dana-b;
	font-style: normal;
	font-weight: bold;
	src: url('font/dana-bold.woff2') format('woff2');   /* All Major Browsers */
}

@font-face {
	font-family: dana-m;
	font-style: normal;
	font-weight: 500;
	src: url('font/dana-medium.woff2') format('woff2');   /* All Major Browsers */
}
*{
    font-family: dana-m;
}
html{
    background-color: green;
}
body{
   max-width: 1200px;
    margin: auto;
    background-color: white;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 8px;
}
.logo h1{
    line-height: 0;
}
.logo h1 img{
    width: 140px;
}
.logo h1 strong:nth-child(1){
    color: green;

}
.logo h1 strong:nth-child(2){
    color: greenyellow

}
.headers .meno .menotop ul{
    list-style: none;
    margin-inline-start: 0px;
    margin-block-start: 0;
    padding-inline-start: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.headers {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.headers .meno .menotop ul li{
    margin: auto 5px;
}
.headers .meno .menotop{
    margin: -15px auto;
}
.headers .meno .contact a{
    width: 100%;
    display: flex;
    text-align: center;
    background: green;
    height: 30px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: greenyellow;
}
.headers .meno .contact{
    margin-top: -6px;
}
nav{
margin-top: 10px;
}
nav ul{
    list-style: none;
    margin-inline-start: 0px;
    margin-block-start: 0;
    padding-inline-start: 0;
    position: relative;
}
nav ul li{
    margin: auto 5px;
    display: inline-block;
}
nav ul li a{
    text-decoration: none;
    color: black;
}
nav ul li div{
    display: flex;
    position: absolute;
    width: 98%;
    height: 200px;
    background-color: #fff;
    flex-wrap: wrap;
    display: none;
   flex-direction: column;
}
nav ul li div span{
    width: 186px;
    height: 25px;
    margin: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 2px solid green;
}
nav ul li div .title1{
    background-color: green;
}
nav ul li:hover div{
display: flex;
z-index: 10000;
}
nav ul li div span:hover{
    cursor: pointer;
    background-color: green;
}
.item a{
    text-decoration: none;
    color: black;
}
main .slider{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .slider .sliders{
    width: 80%;
}
main .slider .sliders .slid{
    width: 100%;
    height: 300px;
    background-color: blue;
}
main .slider .sliders .slid p{
    position: absolute;
    top: 10%;
    right: 10%;
    background: #008000bf;
    padding: 5px;
    border-radius: 8px;
    max-width: 300px;
}
main .slider .baner{
    width: 19.5%;
   
  
}
main .slider .baner .ban{
    width: 92%;
    height: 286px;
    background-color: rgb(255, 255, 255);
    border: 5px double green;
    border-radius: 5px;
}
main .slider .baner .ban p{
    margin: 0;
    text-align: center;
    background: green;
    position: absolute;
    bottom: 4px;
    width: 88%;
    color: white;
    padding: 5px;
}
main .slider .baner .ban pric{
    margin: auto;
    text-align: center;
    background: #db0404;
    position: absolute;
    bottom: 32px;
    width: 88%;
    color: white;
    padding: 5px;
}
main .slider .baner .ban logop{
    margin: auto;
    text-align: center;
    background: #ffffffc4;
    position: absolute;
    top: 5px;
    color: white;
    padding: 5px;
    left: 13px;
    border-bottom: 3px double green;
    border-right: 3px double green;
    backdrop-filter: blur(1px);
    border-radius: 8px 0;
}
main .slider .baner .ban logop img{
    width: 50px;
}
main .disc{

}
main .discd{
    display: flex;
}
main .discd p{
    width: 49.8%;
}
main .discd p:nth-child(2){
   text-align: center;
}
main .catdisk {
        text-align: justify;
}
main .catdisk img {
            width: 100%;
}
main .catdisk h1 {
        font-size: 1.2rem;
}
main .discd p strong{
  
    background-image: url(../img/main.jpg);
    width: 457px;
    height: 270px;
    display: inline-block;
    border-radius: 53px 5px 53px 5px;
    border: 5px solid #00800070;
    background-size: auto;
    background-position: right;
}
main .ads{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 10px -9px;
    
    min-width: 96%;
    padding: 50px 33px;
}
main .adsi{
    width: 170px;
    /* background-color: gray; */
    height: 116px;
    border-radius: 4px;
    text-align: center;
    margin: -23px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 5px;}
    main .adsi i{
        font-size: 50px;
        display: block;
    }
    main .adsi span{
        display: block;
    }
main .catlist{background-color: #6cff2f2e;border-radius: 8px; padding-bottom: 10px;backdrop-filter: blur(4px);}
main .prolist{background-color: #6cff2f2e;border-radius: 8px; padding-bottom: 10px;backdrop-filter: blur(4px);}
main .catlists{padding-top: 5px; height: 110px;}
main .catlists .item{
    width: 100px;
    position: relative;
}
main .prolists .item{
    width: 150px;
    position: relative;
    text-align: center;
    background: white;
    background-color: rgb(255, 255, 255);
    border: 5px double green;
    border-radius: 5px;
}
main .prolists .item logop{
    margin: auto;
    text-align: center;
    background: #ffffffc4;
    position: absolute;
    top: 0px;
    color: white;
    padding: 5px;
    left: 0px;
    border-bottom: 3px double green;
    border-right: 3px double green;
    backdrop-filter: blur(1px);
    border-radius: 8px 0;
    
}
main .prolists .item logop img{
    width: 50px;
}
main .catlists .item:hover{
    background-color: #fff;
    border-radius: 8px;
    padding: 5px;
    -webkit-transition-duration: 300ms;
}
main .catlists .item:hover .title{
    display: block;
}
main .catlist .item .title{
    position: absolute;
    top: 20px;
    right: 0;
    background: white;
    width: 90%;
    text-align: center;
    display: none;
    font-size: 13px;
}
main h2{
    font-size: 20px;
    padding: 5px;
}
footer{
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}
footer h2{
    font-size: 15px;
    border-bottom: 1px solid;
    width: fit-content;
    padding: 0 40px;
}
footer div{
    width: 50%;
}
main .back-w{
    background: none;
}
footer .mosh,footer .contact{
    width: 100%;
}
footer .mapp{
    width: 61%;
}
footer .contact{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #e4ffd9;
    width: fit-content;
    padding: 10px;
}
footer .contact label{
    margin: auto 5px;
    color: green;
    font-size: 18px;
}
footer .contact input[type=tel]{
    border: none;
    background: none;
    outline: none;
    text-align: center;
    height: 30px;
    direction: rtl;
}
footer .contact button{
    background: none;
    border: none;
    font-size: 20px;
    color: green;
    cursor: pointer;
}
footer .seocall{
    width: 61%;
}
footer .seocall div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    font-size: 25px;
    justify-content: space-between;
}
footer .seocall div a{
    color: green;
}
main .prodactf {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
main .prodactf .actf{
    width: 155px;
    position: relative;
    text-align: center;
    background: white;
    background-color: rgb(255, 255, 255);
    border: 5px double green;
    border-radius: 5px;
    margin: 5px;
}
main .prodactf .actf logop{
    margin: auto;
    text-align: center;
    background: #ffffffc4;
    position: absolute;
    top: 0px;
    color: white;
    padding: 5px;
    left: 0px;
    border-bottom: 3px double green;
    border-right: 3px double green;
    backdrop-filter: blur(1px);
    border-radius: 8px 0;
    
}
main .prodactf .actf logop img{
    width: 50px;
}
main .prodactf .actf  img{
    width: 100%;
}
main .productv{
display: flex;
}
main .productv p{
    width: 50%;
    text-align: center;
}
main .productv p img{
    width: 50%;
}
main .productv .textp{
    text-align: right;
    width: 45%;
}
main .productv .textp table{
border-collapse: collapse;
width: 100%;
height: 280px;
}
main .productv .textp table thead tr{
    background-color: green;
    color: white;
    border: none;
}

main .productv .textp table tr{
    border-bottom: 1px solid;
}
main .productv .textp table tbody tr :nth-child(odd){
    width: 23%;
}
main .pricp{
    display: flex;
    justify-content: space-around;
    margin-top: 23px;
}
main .pricp div{
    width: 170px;
    padding: 5px;
    border-radius: 5px;
    background: #6eb904;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    height: 30px;
    color: white;
}
main .pricp :nth-child(even){
    background: #0000ff69;
}
main .pricp :nth-child(even):hover::before{
    content: '09379974156';
    content-visibility:visible;
}