@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap');:root {--red-color: #EE1E2E;--black-color: #3E444E;--grey-color: #808B96;--grey-icon: #9CA6AD;--grey-light: #D6DBDF;--grey-bg: #E2E5E8;--grey-bold: #F1F2F3;--white-bold: #FAFBFC;--red-rgba-color: rgba(238, 30, 46, 1);--black-rgba-color: rgba(62, 68, 78, 1);--grey-rgba-color: rgba(128, 139, 150, 1);--grey-rgba-bold: rgba(241, 242, 243, 1);--white-rgba-bold: rgba(250, 251, 252, 1);}::-webkit-scrollbar {width: 8px;}::-webkit-scrollbar-track {background-color: transparent;}::-webkit-scrollbar-thumb {background-color: var(--grey-color);border-color: transparent;border-style: solid;border-width: 1px;position: relative;}::-webkit-scrollbar-thumb:vertical:active {background-color: var(--red-color);}::-webkit-scrollbar-thumb:hover {background-color: var(--black-color);}*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;-webkit-touch-callout: none;margin: 0;padding: 0;border: 0;}a,a:before,a:after {text-decoration: none;text-decoration-color: transparent;text-decoration-line: none;}a:active,a:focus {outline-color: transparent;outline-style: none;outline-width: 0;outline: none;}ol,ul,li {list-style: none;}body {-webkit-tap-highlight-color: transparent;-moz-tap-highlight-color: transparent;font-family: 'Noto Sans Arabic', sans-serif;overflow-x: hidden;cursor: default;background: rgb(255, 255, 255);background: -moz-radial-gradient(circle, rgba(255, 255, 255, 1) 10%, rgba(241, 242, 243, 1) 100%);background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 1) 10%, rgba(241, 242, 243, 1) 100%);background: radial-gradient(circle, rgba(255, 255, 255, 1) 10%, rgba(241, 242, 243, 1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f1f2f3", GradientType=1);}.box-logo {width: 100%;height: auto;margin: auto;padding: 16px;position: relative;overflow: hidden;margin-top: 32px;}.logo {width: 160px;height: 160px;margin: auto;position: relative;border-radius: 16px;box-shadow: 0 0 0 3px var(--grey-bold);}.logo img {width: 160px;height: 160px;border: none;position: absolute;left: 0;top: 0;border-radius: 16px;text-align: center;color: var(--red-color);line-height: 160px;}.name {width: 100%;height: auto;margin: auto;position: relative;overflow: hidden;text-align: center;}.name h1 {color: var(--black-color);font-size: 24px;font-weight: 600;line-height: 28px;}.name h2 {color: var(--grey-color);font-size: 18px;font-weight: 400;line-height: 26px;}.box-media {max-width: 512px;height: auto;margin: auto;position: relative;padding: 16px;}.box-media ul li {font-size: 15px;color: var(--black-color);padding: 7px;margin: 16px;border-radius: 8px;background: white;position: relative;box-shadow: 0 0 0 1px var(--grey-bold);cursor: pointer;transition: all .2s;}.box-media ul li span {padding-right: 52px;text-align: right;line-height: 22px !important;font-size: 15px;}.box-media ul li:hover {box-shadow: 0 0 0 1px var(--grey-light);background: var(--white-bold);}.box-media ul li .link {width: 16px;height: 16px;fill: var(--grey-light);position: absolute;top: 16px;left: 14px;transition: all .2s;}.box-media ul li:hover .link {fill: var(--red-color);}.box-media ul li .icon {width: 28px;height: 28px;fill: var(--grey-icon);position: absolute;top: 9px;right: 16px;transition: all .2s;}.box-media ul li:hover .icon {fill: var(--black-color);}.bgw {fill: white;}.end-info {width: 100%;height: auto;margin: auto;padding: 16px;text-align: center;font-size: 16px;}.copyright {line-height: 48px;color: var(--black-color);}.color {color: var(--grey-icon);font-size: 14px;}.state {font-size: 14px !important;line-height: 38px;color: var(--grey-icon) !important;}.img-center{text-align:center;position:relative;}.clippath-image{width:100%;height:100%;object-fit:cover;}.blurred-image{filter:blur(20px);transition:filter 0.5s ease-out;}.blurred-image.loaded{filter:blur(0);}