/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- mobil-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*--*-*-*/
@media  (max-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('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;
    }


    .zoom-icon {
        width: 100px;
        transition: transform 0.5s;
      }
      

      .zoom-icon:hover {
        transform: scale(1.1);
      }

    .all{
        font-family: 'behdad';
    }
    

    *{
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }    


    a{
        text-decoration: none;
        color:black;
    } 

    body {
        margin: 0;
        font-family: Arial, sans-serif;
    }


    .dropdown{
        display: none;
    }

    
    
    

    

    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%;   
    } 


    .navbar{
        display: none;
    }


    .tel{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: none;
    background-color: #30C04F;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 999;
}    

.tel:hover {
    background-color: #146024;
}    


.story{
    padding: 10rem 0;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}    


.item-img{
    
        width: 100%;
        height: 75%;
        border-radius: 16px;
        padding: 0.5rem;
    }    
    
    
    .text-img{
        align-items: center;
        border:cadetblue 2px solid  ;
        border-radius: 5px;
        background-color: #919090;
        padding:0.5rem;
        margin: 0.5rem 15% ;
        width: 70%;
    }    
    
    
    .text-img:hover{
        background-color: #91909053;
    }    
    
    
    .mahsoolat{
        text-align: center;
        display:flex;
        justify-content: center;
        padding: 1rem;
        width: 90%;
        margin:3rem 3rem;
        background: rgba(235, 235, 235, 0.866);
        box-shadow: 1px 4px 25px rgba(0, 0, 0, 0.742);
        backdrop-filter: blur(4.7px);
        -webkit-backdrop-filter: blur(4.7px);
        /* border: 1px solid rgba(255, 255, 255, 1);     */
        border-radius: 16px;
    }
    

    .menu-icon{
        display: block;
        position: fixed;
        top: 1rem;
        left: 1rem;
        width: 20px;
        height: 20px;
        z-index: 999;
    }


    .bar,
    .bar::before,
    .bar::after {
        content: "";
        border-radius:5px;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #333333;
        transition: all 0.5s;
    }

    .bar::before{
        top: -6px;
    }


    .bar::after{
        top: 6px;
    }


    .active .bar{ 
        background: transparent;
    }


    .active .bar::before{
        top: 0;
        transform: rotate(45deg);
    } 


    .active .bar::after{
        top: 0;
        transform: rotate(-45deg);
    }  



    .open-menu nav{
        transform:translatex(0)  ;
    }
    

    nav{
        text-align: center;
        transition: transform 0.5s ease;
        display: inline-block;
        flex-direction: column;
        width: 45%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 999;
        border-radius: 5px;
        background-color: #33333383;
        backdrop-filter: blur(6px);
        transform: translateX(200%);
    }


    nav ul{
        list-style: none;
        float:inline-start;
    }


    nav ul li{
        padding: 1.5rem 1rem ;
        transition: color 1s;
    }


    nav ul li a{
        color: #1a1a1a;
    }


    nav ul li a:hover{
        color: #393939;
        border-radius: 5px;
        cursor: pointer;
    }

    
    
    .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-content1{
        top: -3.5rem;
    }
    
    
    .sub-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }
    
    
    
    .sub-menu:hover .sub-content {
        display: block;
    }



    .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: 80%;
        margin: 0rem 10%;
        line-height: 3rem;
    }
    .abut h1:first-child{
        color: wheat;
    }



    .head h1{
        color: #2d2d2d;
        margin: 5rem 0rem;
        display: flex;
        font-size: 1.5rem;
        justify-content: center;
        text-shadow: #3b3a3a76 1px 4px 4px;
    }

    .informetion{
        /* background-color: #2d2d2d; */
        /* width: 50%; */
        display: block;
        padding: 0 1rem;
    }


    .informetion-plat {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
     }


    .informetion-plat a{

        display:flex;
        justify-content: center;
        padding: 1rem;
        flex-direction: row;
        width: 30%;
    }
    
    

    .informetion-tel i a{
        font-size: 0.9rem;
        font-family: 'behdad';
    }



    .logo{
        width: 1rem;
        height: 1rem;
    }




    .informetion-tel a:hover,
    .informetion-tel i:hover,
    .informetion-plat a:hover {
        color:#858585;
    }




    .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(255, 255, 255);

    }

    .footer , h1{
        width: 80%;
        margin: 10%;
    }

    .lego-img{
        position: relative;
        top: 1rem;
        right: 1rem;
        display: flex;
        width: 4rem;
        height: 4rem;
        z-index: 998;
    }


    .sort{
        font-size: 1.5rem;
        display: flex;
        justify-content: center;
    
    }
    
    .nou{
        display: flex;
        justify-content: center;
        width: 10%;
        height: 0rem;
        margin: 0 45%;
        border-radius:200px;
        border: solid blueviolet 2px;
    }


    .visue{
        position: relative;
        border: solid rgb(72, 0, 135) 1.5px;
        border-radius: 5px;
        text-align: center;
        width: 80%;
        margin: 0 10%;
        padding: 0.5rem;
        background-image:url(../img/star-background.jpg) ;
    
        
    }
    .visue h2{
        position:absolute;
        bottom: 2rem ;
        right: 0;
        border: solid rgb(255, 0, 0) 1px;
        border-radius: 5px;
        background-color: rgba(239, 17, 17, 0.882);
        color: wheat;
        padding: 0.5rem;
    
    }







    .slideshow-container {  
        width: 50%;
        position: relative;  
        margin: auto;  
    }  
    
    .mySlides {  
        display: none;  
    }  
    
    .prev, .next {  
        cursor: pointer;  
        position: absolute;  
        top: 50%;  
        width: auto;  
        margin-top: -22px;  
        padding: 16px;  
        color: white;  
        font-weight: bold;  
        font-size: 18px;  
        transition: 0.6s ease;  
        border-radius: 0 3px 3px 0;  
        user-select: none;  
    }  
    
    .prev {  
        right: 0;  
        border-radius: 3px 0 0 3px;  
    }  
    
    .prev:hover, .next:hover {  
        background-color: rgba(0,0,0,0.8);  
    }  
    
    .next {  
        left: 0;  
        border-radius: 3px 0 0 3px;  
    }  
    
    
    .text {  
        color: #f2f2f2;  
        font-size: 15px;  
        padding: 8px 12px;  
        position: absolute;  
        bottom: 8px;  
        width: 100%;  
        text-align: center;  
    }  
    
    .numbertext {  
        color: #f2f2f2;  
        font-size: 12px;  
        padding: 8px 12px;  
        position: absolute;  
        top: 0;  
    }  
    
    .dot {  
        cursor: pointer;  
        height: 15px;  
        width: 15px;  
        margin: 0 2px;  
        background-color: #bbb;  
        border-radius: 50%;  
        display: inline-block;  
        transition: background-color 0.6s ease;  
    }  
    
    .active, .dot:hover {  
        background-color: #717171;  
    }  
    
    .fade {  
        -webkit-animation-name: fade;  
        -webkit-animation-duration: 1.5s;  
        animation-name: fade;  
        animation-duration: 1.5s; 
        text-align: center;
        display:flex;
        justify-content: center;

        background: rgba(235, 235, 235, 0.866);
        border-radius: 16px;
        box-shadow: 1px 4px 25px rgba(0, 0, 0, 0.742);
        backdrop-filter: blur(4.7px);
        -webkit-backdrop-filter: blur(4.7px);
        border: 1px solid rgba(255, 255, 255, 1);    
        border-radius: 0.5rem; 
    }  
    
    @-webkit-keyframes fade {  
        from {opacity: .4}  
        to {opacity: 1}  
    }  
    
    @keyframes fade {  
        from {opacity: .4}  
        to {opacity: 1}  
    }  
    


    .allproduct{
        
        width: 98%;
        margin: 0 1%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    



    .card {
        display: flex ;
        width: 100%;
        height: 150px;
        background-image: linear-gradient(163deg, #00ff75 0%, #3700ff 100%);
        margin: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        box-shadow:  0px 0px  25px #8e8e8e ;
        transition: all .3s;
       }
       
       .card2 {
        width: 100%;
        height: 150px;
        display: flex;
        align-items:center;
        flex-direction: row;
        background-color: #e5e5e5;
        border-radius:10px;
        transition: all .2s;
       }
       
       .card2:hover {
        transform: scale(0.98);
        border-radius: 20px;
       }
       
       .card:hover {
        box-shadow: 0px 0px 30px 1px rgba(0, 255, 117, 0.30);
       }
    


    .item-imge{
    
        width: 40%;
        align-items: center;
        border-radius: 16px;
        padding: 0.5rem;
    }    
    
    
    .text-imge{
        text-align: center;
        display: flex;
        border:cadetblue 2px solid  ;
        border-radius: 5px;
        background-color: #919090;
        line-height: 1.2rem;
        width: 65%;
        height: min-content;
    }    




}
