
        #searchHolderBox {
            /* text-align: center; */
            width: 100%;
            height: 100%;
            max-height: 100%;
            overflow: auto;
            gap: 16px;
            display: flex;
            flex-direction: column;
            /* justify-content: center; */
        }
        #searchHolderBox::-webkit-scrollbar{
            display: none;
        }
        .TitleSection {
            font-size: 32px !important;

            font-weight: 900;
            font-family: IRANSansWeb_bold;
            color: var(--TitleDarkBlue);
            display: inline-block;
        }
        @media (max-height:800px) AND (min-width:980px) {
            #searchSection{
                padding-bottom: 125px !important;
            }
        }
        @media (min-height:800px) {
            #searchHolderBox {
                gap: 32px;
            }
            .TitleSection {
                font-size: 40px;
                margin-top: 64px;
            }
        }
        .TitleSection+p {
            margin: 8px 0;
            color: var(--TextColor);
            font-size: 19px;
            font-weight: 500;
            font-family: IRANSansWeb_Medium;
        }

       #SearchForm {
            width: 100%;
            height: fit-content;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
        }

        .posterLink{
            width: 100%;
            /* min-width: 300px; */
            height: fit-content;
            border-radius: 16px;
            overflow: hidden;
            display: flex;
            background: red;
        }
        .posterLink>img{
            width: 100%;
            height: auto;
        }
          /*
        #SearchForm>input {
            font-family: IRANSansWeb_Bold;
            border: none;
            font-size: 16px;
            outline: none;
        }

        #SearchForm input[type=submit] {
            background: var(--menuItmeBlueMid);
            color: #fff;
            cursor: pointer;
            border-top-left-radius: 50px;
            border-bottom-left-radius: 50px;
        }

        #SearchForm input[type=submit]:hover,
        #SearchForm input[type=submit]:focus {
            box-shadow: inset 0 0 6px #0003;
            border-right: 5px solid var(--menuItmeBlueMid);
        }

        #SearchForm input[type=text] {
            background: #fff;
            color: var(--darkBlue);
            padding-right: 8px;
        } */

        @media (min-width:980px) {
            #searchSection{
                padding-top: 64px !important;
            }
            #searchHolderBox {
                /* position: absolute; */
                bottom: 50%;
                left: 50%;
                /* transform: translate(-50%, 30px); */
                /* align-items: center; */
            }
            /* #SearchForm {
                grid-template-columns: 1fr .5fr;
            } */
        }

        /* @media (min-width:980px) and (min-height:900px) {
            #SearchForm {
                width: 40vh;
                grid-template-columns: 1fr .4fr;
            }
        } */

        /* @media (min-width:980px) and (max-height:900px) {
            #SearchForm {
                border-width: 3px;
                height: 40px;
            }
        } */

        @media (max-width:980px) {
            #searchSection{
                padding:106px 24px 0 !important;
            }
            #searchHolderBox {
                /* position: absolute; */
                gap: 16px;
                padding-top: 32px;
                /* max-width: calc(100% - 48px); */
            }
            #SearchForm {
                width: 100%;
                grid-template-columns: 1fr ;
                padding-bottom: 128px;
            }
            .TitleSection {
                font-size: 30px;
                font-weight: unset;
                font-family: IRANSansWeb_bold;
                color: var(--TitleDarkBlue);
            }
            .TitleSection+p {
                margin: 8px 0;
                color: var(--TextColor);
                font-size: 16px;
                font-weight: unset;
                font-family: IRANSansWeb_Medium;
            }
        }
