 
        .open-btn {
            position: fixed;
            top: 21px;
            right: 17px;
            background: none;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            z-index: 1001;
            transition: opacity 0.3s ease;
        }

        .overlay {
            position: fixed;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background-color: rgb(0 0 0 / 8%);
            visibility: hidden;
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 999;
        }

        .overlay.active {
            visibility: visible;
            opacity: 1;
        }

        .sidebar {
            position: fixed;
            top: 0;
            right: 0;
            width: 250px;
            height: 100%;
            background-color: #fff;
            transform: translateX(100%);
            transition: transform 0.4s ease;
            z-index: 1000;
            padding-top: 60px;
        }

        .sidebar.open {
            transform: translateX(0);
        }

        .sidebar-content {
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease;
        }

        .sidebar.open .sidebar-content {
            opacity: 1;
            visibility: visible;
        }

        .sidebar-content a {
            padding: 10px 25px;
            text-decoration: none;
            font-size: 15px;
            color: #333;
            display: block;
            transition: background-color 0.2s;
        }

        .sidebar-content a:hover {
            background-color: #ddd;
        }

        @media (min-width: 768px) {
            .open-btn {
                display: none;
            }

            .sidebar {
                display: none;
            }

            .overlay {
                display: none;
            }
        }

        .suggestion-item {
           margin-top:4px;
           display: flex;
           
           
           width: 100%;
            height: 37px;
                   line-height: 37px;
margin-bottom:5px;
            cursor: pointer;
         
                font-size: 13px;

            color: #555;
            transition: background-color 0.2s;
        }
.suggestion-item:hover {
    background-color: #dddddd52;
}
        

        .suggestion-item:last-child {
            border-bottom: none;
        }

        @font-face {
            font-family: "vfghbj";
            src: url("../font/Vazir.ttf") format("truetype");
        }

        * {
            font-family: "vfghbj";
        }

        #suggestions {
            background: #FFF;
             width: 100.24%;

            text-align: right;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
            padding: 0;
            margin-top: 44px;
            border: 1px solid #d5d5d575;
            font-size: 14px;
            color: gray;
            position: absolute;
            z-index: 1;
            box-sizing: border-box;
            pointer-events: none;
            margin-right: -0.4px;
            
            overflow-y: hidden;
            box-shadow: 0 5px 7px 0px rgb(0 0 0 / 5%);
            visibility: hidden;
            display: none;
        }

        .gcydhdc {
            width: 40px;
            background: none;
            border: none;
            margin-top: 1px;
            margin-right: 14px;
            color: #b7b7b7;
            height: 40px;
        }

        .nvssvz {
            width: 40px;
            background: none;
            border: none;
            margin-top: 1px;
            margin-right: 14px;
            color: #b7b7b7;
            height: 40px;
        }

        .fuill {
            color: #3800ff;
            border-bottom: 2px solid #3800ff;
        }

        body {
            margin: 0px;
        }

        #load-more {
            margin-bottom: 20px;
            display: block;
            border: 0px solid #FFF;
            padding: 7px;
            width: 96%;
            border-radius: 8px;
            color: #000;
            background: none;
            display: none;
            border: 1px solid #d5d5d575;
        }

        #search-form {
            background-color: #FFF;
            width: 91%;
            border-radius: 120px;
            display: flex;
            height: 47px;
            border: 1px solid #d5d5d575;
            position: relative;
            transition: border-radius 0.2s ease;
        }

        #search-form input {
            background: none;
            outline: none;
            border: 0px;
            width: 90%;
            color :#8b8989;
            margin-right: -2px;
            font-size: 12px;
        }

        #search-form input::placeholder {
            color: #cacaca;
            font-size: 14px;
        }

        #search-form button {
            background: none;
            border: 0px;
            margin-top: 7px;
            outline: none;
            margin-right: 8px;
            margin-left:6px;
        }

        .adss {
            width: 43%;
            margin-bottom: -24px;
            margin-top: 120px;
        }

        .newse {
            width: 37%;
            margin-top: 4px;
        }

        .result {
            border-radius: 6px;
            margin: 8px;
            margin-top: -10px;
            margin-top: 8px;
            border: 1px solid #d5d5d575;
            width: auto;
            padding: 16px 16px 16px 8px;
            font-size: 14px;
            text-align: right;
        }

        .ntiti {
            font-size: 14px;
            color: #3800ff;
            margin-top: 10px;
            margin-bottom: 0px;
        }

        .nurl {
            color: #222222f7;
            margin-bottom: -4px;
            text-decoration: none;
            font-size: 13px;
        }

        .ndess {
            color: #222222f7;
        }

        @keyframes leftToRight {
            0% {
                background-position: 100% 0;
            }

            100% {
                background-position: -100% 0;
            }
        }

        .linkk {
            font-size: 13.5px;
            text-decoration: none;
            color: #3800ff;
        }

        /*mob*/
        @media (max-width: 767px) {
            #lgoo {
                position: absolute;
                top: auto;
                overflow: hidden;
                height: 0px;
            }
        }

        /*des*/
        @media (min-width: 768px) {
            #suggestions {
                            width: 100.2%;

                margin-top: 44px;
                margin-right:-0.5px;
            }

            #search-form {
                width: 44%;
                 transition: width 0.5s ease;
            }
.seargv:hover{
            box-shadow: rgb(135 134 134 / 15%) 0px 0px 14px 0px;
            }

            .adss {
                width: 15%;
                margin-bottom: -26px;
                  transition: margin-top 0.5s ease;


                margin-top: 12%;
            }

            .htdvdsf,
            .cwdsxx {
                position: absolute;
                top: auto;
                overflow: hidden;
                height: 0px;
            }

            .imgseeee {
                width: 12%;
                margin-top: 5px;
                margin-bottom: -45px;
                margin-right: 20px;
                margin-left: 10px;
            }

            .formseeee {
                width: 44%;
                margin-top: -30px;
                margin-right: -28%;
            }

            .gcydhdc {
                margin-right: 14%;
            }

            .nvssvz {
                margin-right: 2%;
            }

            #seerr {
                margin-top: 10px;
            }

            #results {
                margin-right: 12%;
                width: 55%;
            }

            #load-more {
                width: 50%;
                margin-left: 20%;
            }

            .loading {
                margin-right: 12%;
                width: 55%;
            }

            .result {
                border: none;
                box-shadow: none;
            }
        }

        .thertl {
            text-align: right;
            direction: rtl;
        }

        .theltr {
            text-align: left;
            direction: ltr;
        }
    