
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-laptap-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/



@media (min-width:64rem) {


    @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('truetype'),
        url('Behdad.Font.ttf-otf-woff-png_p30download.com/Behdad.Font.ttf-otf-woff-png_p30download.com/Font/Behdad-Regular_p30download.com.otf') format('opentype');
        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;
    }


    .zoom-icon {
        width: 100px;
        transition: transform 0.5s;
      }
      

      .zoom-icon:hover {
        transform: scale(1.1);
      }


    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+ */
        position: relative;
        display: inline-grid;
        font-size: 100%;  
    }    
    


    
    *{
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }    
    
    
    a{
        text-decoration: none;
        color:black;
    }  


    
    
    .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;
        z-index: 999;
    }    
    
    .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{
        display: flex;
        justify-content: center;
        padding: 0 1rem ;
        margin: 0 0rem;
        
    }    
    
    .menuitem:hover{
        
        background-color:grey;
    }    
    
    .menuitem{
        font-family: 'behdad';
        padding: 0.5rem;
        color: #4367aa;
        border: 0px;
        text-align: center;
    }    
    
    
    .story{
        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 5% 0.5rem;
        width: 90%;
    }    
    
    
    .text-img:hover{
        background-color: #91909053;
    }    
    
    
    .mahsoolat{
        display:flex;
        text-align: center;
        justify-content: center;
        padding: 1rem;
        width: 21%;
        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: 1px solid rgb(64, 49, 49);     */
        border-radius: 1rem;
    }    
    
    
    .abut h1  {
        text-align: center;
        justify-content: center;
    }
    .abut  {
        text-align: center;
        justify-content: center;
    }

    
    
    
    .abut h1:last-child {
        color: black;
        background: #ffffff6e;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-radius: 10px;
        box-shadow: 0px 0px 30px #ffffff6e;

        width: 50%;
        margin: 0rem 25%;
        line-height: 3rem;
    }
    .abut h1:first-child{
        color: wheat;
    }
        
    

    .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: #2d2d2d; */
        /* 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;
}

.sort{
    font-size: 1.5rem;
    display: flex;
    justify-content: center;

}

.nou{
    display: flex;
    justify-content: center;
    width: 5%;
    height: 0rem;
    margin: 0 47.5%;
    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;
}
                                                                        

.allproduct{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 5%;
    box-shadow:  0px 0px  25px #8e8e8e ;
    background-color: #d7d7d7a4;
    border-radius: 20px;
    padding: 1rem 1rem;
}

    

                                                          
 

/* From Uiverse.io by Tiagoadag */ 
.card {
    display: flex ;
    width: 190px;
    height: 254px;
    background-image: linear-gradient(215deg, #00ff75 0%, #3700ff 100%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.742);
    margin: 1rem;
    border-radius: 25px;
    transition: all .3s;
   }
   
   .card2 {
    width: 190px;
    height: 254px;
    background-color: #ffffff;
    border-radius:25px;
    padding: 1rem;
    transition: all .2s;
   }
   
   .card2:hover {
    transform: scale(0.98);
    border-radius: 25px;
   }
   
   .card:hover {
    box-shadow: 0px 0px 30px 1px rgba(0, 255, 117, 0.30);
   }



} 

























