@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'nafees_web_naskhshipped',"Poppins", sans-serif;
}
@font-face{
    font-family:'Mehr Nastaliq Web 3';
    src:local("Mehr Nastaliq Web 3"),
    url("https://misc.dawateislami.net/fonts/Mehr Nastaliq Web 3.ttf");
}
@font-face{
    font-family:'nafees_web_naskhshipped';
    src:local("nafees_web_naskhshipped"),
                url("https://misc.dawateislami.net/fonts/nafees_web_naskhshipped.ttf");
}
@font-face {
    font-family:'Aslam';
    src:local("Aslam"),
		url("https://misc.dawateislami.net/fonts/Aslam.ttf");
}
body {
    background-image: url(../img/aiback.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    direction: rtl;
    text-align: right;
    z-index: 1;
}
.fixDivAiSearch {
    position: fixed;
    width: 100%;
    height: 5500vh;
    top: 0;
    left: 0;
    background: radial-gradient(#ffffffb5, #c9e0e3, #d7e6fb8a);
    z-index: -1;
}