@media (min-width:64rem) {
    
    .zoom-icon {
        width: 100px;
        transition: transform 0.5s;
      }
      

      .zoom-icon:hover {
        transform: scale(1.1);
      }

      @font-face {
        font-family: 'behdad';
        src:url('Behdad.Font.ttf-otf-woff-png_p30download.com/Behdad.Font.ttf-otf-woff-png_p30download.com/Font/Behdad-Regular_p30download.com.woff2') format('woff2'),
        url('Behdad.Font.ttf-otf-woff-png_p30download.com/Behdad.Font.ttf-otf-woff-png_p30download.com/Font/Behdad-Regular_p30download.com.woff') format('woff'),
        url('Behdad.Font.ttf-otf-woff-png_p30download.com/Behdad.Font.ttf-otf-woff-png_p30download.com/Font/Behdad-Regular_p30download.com.ttf') format('ttf'),
        url('Behdad.Font.ttf-otf-woff-png_p30download.com/Behdad.Font.ttf-otf-woff-png_p30download.com/Font/Behdad-Regular_p30download.com.otf') format('otf');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'playfair';
        src: url('font-latin-playfair-display-ufont.ir_/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

    
    *{
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }    


    a{
        text-decoration: none;
        color:black;
    } 


    html{
        background: #43C6AC;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to bottom, #aec9ff, rgb(14 35 56));  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to bottom, #aec9ff, rgb(14 35 56)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */        display: inline-grid;
        font-size: 100%; 
        position: relative;
 
    }   


    .all{
        font-family: 'behdad';
    }


    .tel {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        border: none;
        background-color: #30C04F;
        position: fixed;
        bottom: 1rem;
        right: 1rem;
    }    
    
    .tel:hover {
        background-color: #146024;
    }


    .button {
        display: flex;
        --color: #00ffbf;
        padding: 0.5rem;
        background-color: transparent;
        border-radius: .3em;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        transition: .5s;
        font-weight: 400;
        font-size: 17px;
        border: 1px solid;
        text-transform: uppercase;
        color: var(--color);
        z-index: 1;
    }    
    
    .button::before, .button::after {
        content: '';
        display: flex;
        width: 50px;
        height: 50px;
        transform: translate(-50%, -50%);
        position: absolute;
        border-radius: 50%;
        z-index: -1;
        background-color: var(--color);
        transition: 1s ease;
    }    
    
    .button::before {
        top: -1em;
        left: -1em;
    }    
    
    .button::after {
        left: calc(100% + 1em);
        top: calc(100% + 1em);
    }    
    
    .button:hover::before, .button:hover::after {
        height: 410px;
        width: 410px;
    }    
    
    .button:hover {
        color: rgb(10, 25, 30);
    }    
    
    .button:active {
        filter: brightness(.8);
    }    
    
    .navbar{
        position: sticky;
        top: 0.5rem;
        z-index: 999999;
        padding: 0.75rem;
        background: rgba(255, 255, 255, 0.432);
        border-radius: 56px;
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.348);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 0.5px solid rgb(171, 171, 171);        
        display: flex;
        width: 80%;
        align-items: center;
        height: 55px;
        margin: 0.5rem 10%;
    }    
    
    
    .navbaritem{
        padding: 0 1rem;
        margin: 0 1rem;
        
    }    
    
    .menuitem:hover{
        
        background-color:grey;
    }    
    
    .menuitem{
        font-family: 'behdad';
        padding: 0.5rem;
        color: #4367aa;
        border: 0px;
        text-align: center;
    } 


    .titr{
        color: black;
        display: flex;
        justify-content: center;
        font-size: 2rem;
        margin: 3rem 0
    }


    .all-item{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }


    .item-img{

        width: 100%;
        height: 75%;
        border-radius: 16px;
        padding: 0.5rem;
    }   


    .text-img{
        text-align: center;
        align-items: center;
        border:cadetblue 2px solid  ;
        border-radius: 5px;
        background-color: #919090;
        padding:0.5rem;
        margin: 0.5rem 20% 0.5rem;
        width: 60%;
    } 


    .text-img:hover{
        background-color: #91909053;
    }    
    
    
    .item{       
        display:flex;
        text-align: center;
        justify-content: center;
        padding: 1rem;
        width: 22.5%;
        margin:3rem 3rem;
        background: rgba(235, 235, 235, 0.866);
        border-radius: 16px;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.742);
        backdrop-filter: blur(4.7px);
        -webkit-backdrop-filter: blur(4.7px);
        border-radius: 16px;;
    }    





    .menu-icon{
        display: none;
    }

    .header{
        display: none;
    }

    
    .sidbar{
        display: none;
    }
    
    .dropdown {
        position: relative;
        display: inline-block;
    }
    
    .dropbtn {
        color: #4367aa;
        padding: 0.5rem;
        border: solid black 0px;
        cursor: pointer;
    }
    
    .dropdown-content {
        display: none;
        border-radius: 5px;
        position: absolute;
        background-color: #919090;
        min-width: 160px;
        box-shadow: 0 8px 16px rgba(0,0,0,0.2);
        z-index: 1;
    }
    
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }
    
    .sub-menu {
        position: relative;
        text-align: center;
    }
    
    .sub-btn {
        color: rgb(0, 0, 0);
        font-family: 'behdad';
        padding: 8px;
        font-size: 1rem;
        background:none;
        cursor: pointer;
        border: none;
    }




    
    .sub-content {
        width: max-content;
        border-radius: 5px;
        display: none;
        position: absolute;
        top: 1rem;
        right: 90%;
        background-color: #919090;
        min-width: 160px;
        box-shadow: 0 8px 16px rgba(0,0,0,0.2);
        z-index: 1;
    }
    
    .sub-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }
    
    .dropdown:hover .dropdown-content {
        display: block;
    }
    
    .sub-menu:hover .sub-content {
        display: block;
    }
    



    .head h1{
        color: #2d2d2d;
        margin: 5rem 0rem;
        display: flex;
        font-size: 2.5rem;
        justify-content: center;
        text-shadow: #3b3a3a8d 1px 4px 4px;
    }


    .informetion{
        background-color: #2d2d2d00;
        /* width: 50%; */
        display: block;
        padding: 0 1rem;
    }
    

    .informetion-tel i a{
        font-family: 'behdad';
    }



    .logo{
        width: 1rem;
        height: 1rem;
    }




    .informetion-tel a:hover,
    .informetion-tel i:hover,
    .informetion-plat a:hover {
        color:#858585;
    }


    .informetion-plat {
        display: flex;
        width: 80%;
        margin: 1rem 10%;
        justify-content: center;
    }


    .informetion-plat a{
        display: flex;
        margin: 1rem;
    }
    

    .informetion-tel,
    .informetion-plat,
    .informetion-tel a,
    .informetion-tel i,
    .informetion-plat a{
        color: rgb(255, 247, 214);
    }

    .p-footer{
        font-family: 'playfair';
        font-size: 2rem;

    }
    

    .footer , h1{
        color: rgb(245, 222, 179);

    }

    .footer , span{
        width: 80%;
        margin: 10%;
    }



    .logo-img{
        margin: 0 0 ;
        display: flex;
        width: 4rem;
        height: 4rem;
    }
    
    .lego-img{
        display: none;
    }


    .nou{
        display: flex;
        justify-content: center;
        width: 10%;
        height: 0rem;
        margin: 0 45%;
        border-radius:200px;
        border: solid blueviolet 2px;
    }
    




    ::-webkit-scrollbar {
        width: 7px;
        background-color: #cedbe8;
    }
    
    /* قسمت ثابت */
    ::-webkit-scrollbar-track {
        box-shadow: inset 0px -1px 13px #727272;
    }
    
    /* قسمت متحرک */
    ::-webkit-scrollbar-thumb {
        background: #303030;
        border-radius: 10px;
    }
    










    
}