@font-face {
     font-family: 'homa';
     src: url('/static/fonts/Kalameh/KalamehWebFaNum-Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'homa';
     src: url('/static/fonts/Kalameh/KalamehWebFaNum-Medium.woff') format('woff');
     font-weight: bold;
     font-style: normal;
     font-display: swap;
}

html {
	scroll-behavior: smooth;
}
:root {
	--gutter: 20px;
	--gap: 20px;
	--primary-c: #00b0bc;
     --secondary-c: #f4f8fa;
     --tertiary-c: #969696;
     --quarternary-c: #edf2f6;
}
::selection {
	color: white;
	background-color: var(--primary-c);
    background: var(--primary-c);
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: #111111;
	font-size: 16px;
	font-family: homa;
	font-weight: normal;
	border-width: 0;
	border-style: solid;
}
p{
  line-height: 35px;
}
a {
	text-decoration: none;
	background: transparent;
}
img {
	width: 100%;
}
body {
	direction: rtl;
	font-weight: normal;
	font-size: 15px;
	z-index: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
li{
  list-style: none;
}
html,body {
	height: 100%;
}
html.lenis, html.lenis body {
	height: auto !important;
}
.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}
.lenis.lenis-stopped {
	overflow: hidden;
}
.object-cover{
	object-fit: cover;
}

/******************* SITE ********************/

nav{
    background-color: #15161A99;
  padding: 12px 0px 12px 0px;
  border-radius: 8px 8px 8px 8px;
  -webkit-backdrop-filter:  blur( 10px );
  backdrop-filter:  blur( 10px );
}
nav ul li a{
    color: #fff;
    padding: 3px 17px;
    border-radius: 4px;
    transition: 0.4s;
	white-space: nowrap;
	position: relative;
}
nav li.active > a,nav li:hover > a{
    position: relative;
}
nav li > a::after {
content: '';
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #00b0bc;
    width: 0px;
    height: 0px;
    border-radius: 100%;
    transition: 0.3s;
    opacity: 1;
    z-index: 99;
}
nav li.active > a::after,nav li:hover a::after {
	width: 6px;
	height: 6px;
  display: inline-flex;
}
.sticky-nav {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-110%);
    z-index: 9999;
    padding-top: 0;
}
.sticky-nav.transition {
    transition: transform 0.4s ease;
}
.sticky-nav.visible {
    transform: translateX(-50%) translateY(20px);
}
.sticky-nav nav {
	position: relative;
	isolation: isolate;
	box-shadow: 0px 11px 34px 0px rgba(51.99999999999999, 98.99999999999989, 188, 0.1);
}
.sticky-nav nav::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 40px;
	z-index: 0;
	pointer-events: none;
	box-shadow: inset 2px 2px 0px -2px rgba(255, 255, 255, 0.7), inset 0 0 3px 1px rgba(255, 255, 255, 0.7);
}
.sticky-nav nav::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 40px;
	z-index: -1;
	pointer-events: none;
	-webkit-backdrop-filter: blur(0px);
	backdrop-filter: blur(0px);
}
.sticky-nav nav ul {
	position: relative;
	z-index: 1;
}
.sticky-nav nav ul li a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
}
.sticky-nav nav li > a::after,.sticky-nav nav li > a::after {
content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #00b0bc;
    width: 0px;
    height: 0px;
    border-radius: 100%;
    transition: 0.3s all;
    opacity: 1;
    z-index: 99;
}

.sticky-nav nav li:hover > a::after,.sticky-nav nav li.active:hover > a::after,.sticky-nav nav li.active > a::after {
    width: 6px;
    height: 6px;
    display: inline-flex;
}
.sticky-nav nav ul li a > * {
	position: relative;
	z-index: 1;
}
.sticky-nav nav {
  background: #ffffff60;
  border-radius: 40px;
}
.sticky-nav nav a{
	color:#000
}
#sidemenu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100vw;
  z-index: 10001;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  background-image: url('../../../static/images/home/bg-9.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#sidemenu.open {
    opacity:1;
	visibility: visible;
}
.blurry-bow{
  border-radius: 50em 50em 0em 0em;
  background-image: linear-gradient(0deg, #FFF 0%, #E3EBF2 100%);
  backdrop-filter: blur(10px);
}
.float{
	-webkit-animation: float 2s ease-in-out infinite;
          animation: float 2s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translatey(0px) translateX(-50%);
  }
  50% {
    transform: translatey(-20px) translateX(-50%);;
  }
  100% {
    transform: translatey(0px) translateX(-50%);;
  }
}

#loading {
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  position: fixed;
  background-color: #fff;
  z-index: 99999;
  transition: 0.5s all;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.titles {
  position: relative;
  width: max-content;
}
.titles::after {
  content: " ";
  position: absolute;
  bottom: -1px;
  right: 0;
  display: block;
  height: 7px;
  width: calc(100% + 6px);
  background-color: #00a4b04d;
  -webkit-clip-path: polygon(6px 0,100% 0,100% 100%,0 100%);
  clip-path: polygon(6px 0,100% 0,100% 100%,0 100%);
  z-index: 0;
  border-radius: 1px;
}
.underlay-head {
  background-color: #ffffffbd;
  box-shadow: 0px 0px 20px #0000000d;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  transform: translateY(-100%);
  width: 100%;
  z-index: 8;
  position: fixed;
  top: 0;
  right: 0;
  height: 66px;
  transition: 0.4s all;
  opacity: 0;
}
.underlay-head.open {
  transform: translateY(0);
  opacity: 1;
}
.widget-title::after {
  position: absolute;
  content: '';
  background-color: #00b0bc;
  top: -3px;
  right: -24px;
  height: 30px;
  width: 4px;
  border-radius: 0px 5px 5px 0px;
}
.ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.has-submenu div {
  left: 50%;
  transform: translateX(-50%);
  top: 44px;
  background-color: #fff;
  box-shadow: 0px 4px 10px #00000021;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  text-align: center;
  z-index: 999;
}
.has-submenu:hover div{
  opacity: 1;
  visibility: visible;
}
.has-submenu a::after{
  display: none;
}
@media (min-width: 1024px) {
    .sticky-lg {
	position: sticky;
}
}
#sidemenu-brands .brand-logo {
        filter: blur(0);
        opacity: 1;
        transition: filter 0.5s ease, opacity 0.5s ease;
    }
    #sidemenu-brands .brand-logo.swapping {
        filter: blur(15px);
        opacity: 0;
    }
@media (max-width: 1023px){
	.logo{
		justify-content: space-between;
		align-items: center;
	}
	header{
		padding: 0px 10px;
		position:sticky;
		top:0;
		z-index: 10000;
		background-color: transparent;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		transition: background-color 0.25s ease, backdrop-filter 0.25s ease;
	}
	header > div > div{
		margin: 0px !important;
		padding: 10px 0px !important;
	}
	nav ul li a {
  font-size: 20px;
}
	#banner{
		margin: 0px 10px !important;
	}
	.sticky-nav{
		display: none;
	}
	     footer .footer-widget-4{
         order: 1;
         align-items: center;
         border-bottom: 1px solid #ffffff14;
         padding-bottom: 20px;
         margin-top: -20px;
    }
     footer .footer-widget-3,footer .footer-widget-2,footer .footer-widget-1{
         order:2 ;
		 text-align: center;
		 justify-content: center;
    }
	.copyright {
  justify-content: center;
}
.copyright > ul {
  justify-content: center;
}
nav{
	display: flex !important;
  gap: 25px;
  flex-direction: column;
  width: 100% !important;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #000000cf;
  color: #fff;
  align-items: center;
  list-style: none;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
	pointer-events: none;
	transform: translateY(-10px) scale(0.98);
	transition: opacity 0.35s ease, transform 0.35s ease, backdrop-filter 0.35s ease, visibility 0s linear 0.35s;
}
nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
}
nav.open{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0) scale(1);
	backdrop-filter: blur(10px);
	transition: opacity 0.35s ease, transform 0.35s ease, backdrop-filter 0.35s ease, visibility 0s linear 0s;
}
nav li a::after {
	content: '';
    position: absolute;
    bottom: 13px;
    left: unset;
    right: -10px;
}
}
/******************* LIQUID GLASS & BLOBS ********************/
@keyframes blob-float {
	0%, 100% { transform: translate(0, 0) scale(1); }
	33% { transform: translate(5%, -8%) scale(1.08); }
	66% { transform: translate(-4%, 5%) scale(0.94); }
}
@keyframes blob-morph {
	0%, 100% { border-radius: 42% 58% 64% 36% / 45% 45% 55% 55%; }
	50% { border-radius: 60% 40% 35% 65% / 55% 60% 40% 45%; }
}
.blob {
	position: absolute;
	filter: blur(60px);
	pointer-events: none;
	border-radius: 42% 58% 64% 36% / 45% 45% 55% 55%;
	animation: blob-float 6s ease-in-out infinite, blob-morph 6s ease-in-out infinite;
	will-change: transform, border-radius;
}

.footer-blobs .blob-3 {
	width: 320px;
	height: 320px;
	left: -90px;
	bottom: -130px;
	background: radial-gradient(circle at 40% 40%, #00d4e0 0%, #00838c 55%, transparent 80%);
	opacity: 0.3;
}
.footer-blobs .blob-4 {
	width: 280px;
	height: 280px;
	right: -80px;
	top: -110px;
	background: radial-gradient(circle at 60% 60%, #7aa8ff 0%, #2f3fa8 55%, transparent 80%);
	opacity: 0.25;
}
@media (max-width: 768px) {
	.header-blobs .blob-1, .header-blobs .blob-2 {
		width: 160px;
		height: 160px;
	}
	.footer-blobs .blob-3, .footer-blobs .blob-4 {
		width: 200px;
		height: 200px;
	}
}

header nav::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	z-index: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 45%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 6px rgba(0, 0, 0, 0.2);
}
.footer-glass {
	position: relative;
	isolation: isolate;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.06);
	-webkit-backdrop-filter: blur(18px) saturate(150%);
	backdrop-filter: blur(18px) saturate(150%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 30px 24px 24px;
}
.footer-glass::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	z-index: -1;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 50%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), inset 0 -1px 10px rgba(0, 0, 0, 0.25);
}
@media (max-height: 670px) {
  .hide-on-short {
    display: none !important;
  }
}
#openmenu-button {
	transition: background-color 0.25s ease, border-color 0.25s ease;
}
#openmenu-button:hover {
	background-color: rgba(0, 0, 0, 0.05);
	border-color: rgba(0, 0, 0, 0.15);
}

/* FAQ accordion (native details/summary, no JS) */
.faq summary::-webkit-details-marker {
	display: none;
}
.faq summary {
	list-style: none;
}
.faq .faq-ico {
	transition: transform .35s cubic-bezier(.16, 1, .3, 1);
}
.faq[open] .faq-ico {
	transform: rotate(45deg);
}
.faq {
	transition: background-color .35s ease;
}
.faq[open] {
	background-color: #f1f7fb;
}
@media (prefers-reduced-motion: reduce) {
	.faq,
	.faq .faq-ico {
		transition: none;
	}
}
