@charset "UTF-8";:root{--brandColor: #9E9F7D;--brandColorR: 158, 159, 125;--brandColor2: #F9EBE1;--brandColor2R: 249, 235, 22;--brandGray: #485468;--brandGrayR: 72, 84, 104;--inputBG: 217, 217, 217;--brandRed: #c74933;--white: #fff;--whiteR: 255, 255, 255;--black: #000;--blackR: 0, 0, 0;--bgColor: #0a0a0a;--bgColorR: 10, 10, 10;--text: #282525;--textLight: #8C8C8C;--textFooter: #CAC0B9;--fontFamily: "UKIJ Merdane", "Droid Arabic Kufi";--fontFamilyAr: "IBM Plex Sans Arabic";--fontSize: 1rem;--ease: cubic-bezier(.23, .48, .26, .94);--elastic: cubic-bezier(.47, 1.64, .38, .87);--gfs: 30;--gap: 1.5rem;--gapBig: 6rem;--sectionGap: 15vh;--pC:5%;--mW:90%;--mCW:80%;--mWL:1600px;--buttonSize: clamp(1rem, .9375rem + .3125vw, 1.25rem);--step--2: clamp(.7378rem, .7123rem + .1277vw, .84rem);--step--1: clamp(.95rem, .95rem + .2057vw, 1.05rem);--step-0: clamp(1.0625rem, 1rem + .3125vw, 1.3125rem);--step-1: clamp(1.275rem, 1.1836rem + .457vw, 1.6406rem);--step-2: clamp(1.53rem, 1.3998rem + .651vw, 2.0508rem);--step-3: clamp(1.836rem, 1.6541rem + .9093vw, 2.5635rem);--step-4: clamp(2.2032rem, 1.9529rem + 1.2514vw, 3.2043rem);--step-5: clamp(2.6438rem, 2.3034rem + 1.702vw, 4.0054rem);--step-6: clamp(3.1726rem, 2.7141rem + 2.2927vw, 5.0068rem);--step-7: clamp(3.8071rem, 3.1943rem + 3.0642vw, 6.2585rem)}@media only screen and (min-width: 1600px){:root{--gapBig: 8rem;--sectionGap: 8rem}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){:root{--gapBig: 3rem}}@media only screen and (max-width: 1024px){:root{--gapBig: 2.5rem;--sectionGap: 8vh}}@media only screen and (max-width: 980px){:root{--gap: 1.2rem;--gapBig: 1.5rem;--sectionGap: 70px}}@media only screen and (max-width: 767px){:root{--gap: 1rem;--gapBig: 1.2rem;--sectionGap: 50px}}.home-section{padding:6rem 0;position:relative}@media only screen and (max-width: 768px){.home-section{padding:4rem 0}}.home-section.bg-brand2{background-color:var(--brandColor2)}.home-section .section-title{font-size:1.8rem;font-weight:500;position:relative;padding:0;margin:0;padding-bottom:1rem;margin-bottom:2rem}.home-section .section-title svg{height:1.4rem;width:auto}@media only screen and (max-width: 768px){.home-section .section-title{font-size:1.4rem}.home-section .section-title svg{height:1rem;width:auto}}.home-section .section-title:after{content:"";bottom:0;inset-inline-start:0;width:100%;height:1px;background-color:var(--text);position:absolute;transition:all .5s ease-out .2s}.home-section.hero{height:100vh;max-height:1000px;padding:0;background-color:rgba(var(--brandColorR),.4);overflow:hidden}@media only screen and (max-width: 2000px){.home-section.hero{padding-inline-start:var(--pC)}}@media only screen and (max-width: 768px){.home-section.hero{padding:6rem 2rem 2rem;max-height:initial;height:95vh;padding-bottom:9vh}}.home-section.hero .container-full{height:100%}@media only screen and (max-width: 768px){.home-section.hero .container-full{overflow:hidden}}.home-section.hero .box-wrapper{width:100%;display:flex;height:100%;position:relative}@media only screen and (max-width: 768px){.home-section.hero .box-wrapper{flex-direction:column}}.home-section.hero .box-wrapper .box{display:flex;align-items:flex-end;height:100%}.home-section.hero .box-wrapper .box:nth-child(1){z-index:2;padding-bottom:4rem;padding-inline-end:8rem;width:60%}@media only screen and (max-width: 768px){.home-section.hero .box-wrapper .box:nth-child(1){width:100%;padding-inline-end:0;padding-bottom:1rem;flex:1}}.home-section.hero .box-wrapper .box:nth-child(2){width:40%;z-index:3;transform-origin:100% 0%}@media only screen and (max-width: 768px){.home-section.hero .box-wrapper .box:nth-child(2){width:100%;position:static;margin:2rem 0}.home-section.hero .box-wrapper .box:nth-child(2):after{content:"";bottom:-1.8rem;inset-inline-start:0;width:100%;height:1px;background-color:var(--text);position:absolute}.home-section.hero .box-wrapper .box:nth-child(2):before{content:"";top:-1.8rem;inset-inline-start:0;width:100%;height:1px;background-color:var(--text);position:absolute}}.home-section.hero .box-wrapper .box .contnet{position:relative}.home-section.hero .box-wrapper .box .contnet .title{font-size:5rem;font-weight:500;margin:0;line-height:.9;position:relative;padding-bottom:1rem}@media only screen and (max-width: 1100px){.home-section.hero .box-wrapper .box .contnet .title{font-size:3.5rem}}@media only screen and (max-width: 768px){.home-section.hero .box-wrapper .box .contnet .title{font-size:2.5rem;margin-bottom:0;padding-bottom:0}}.home-section.hero .box-wrapper .box .contnet .text p{transition:all 1s ease-out 4.8s}@media only screen and (max-width: 768px){.home-section.hero .box-wrapper .box .contnet .text p{margin-bottom:0;padding-bottom:0}}.home-section.hero .box-wrapper .box .img{height:100%;width:100%;position:relative}.home-section.hero .box-wrapper .box .img.mobile{display:none}@media only screen and (max-width: 768px){.home-section.hero .box-wrapper .box .img.mobile{display:flex}}@media only screen and (max-width: 768px){.home-section.hero .box-wrapper .box .img.desktop{display:none}}.home-section.hero .box-wrapper .box .img picture,.home-section.hero .box-wrapper .box .img img{width:100%;height:100%;object-fit:cover;object-position:top}@media only screen and (max-width: 768px){.home-section.hero .box-wrapper .box .img picture,.home-section.hero .box-wrapper .box .img img{max-height:100%;position:absolute;top:0;left:0;object-position:0 32%}}.home-section.about .section-title{padding-bottom:2rem;margin-bottom:2rem}.home-section.about .text p{margin:0}.home-section.about .link-button{margin-top:1rem}.home-section.about .box-wrapper{display:grid;grid-template-columns:1fr}.home-section.about .box-wrapper .box:nth-child(2){display:grid;grid-template-columns:1fr 1fr;gap:4rem}@media only screen and (max-width: 768px){.home-section.about .box-wrapper .box:nth-child(2){grid-template-columns:1fr;gap:1rem}}@media only screen and (max-width: 767px){.home-section.committee .swiper-controls{display:none}}@media only screen and (max-width: 767px){.home-section.committee .swiper-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:1rem}}.home-section.committee .committee-slider{padding-bottom:2rem;position:relative}.home-section.committee .committee-slider .box-wrapper{display:grid;grid-template-columns:1fr}.home-section.committee .committee-slider .box-wrapper .box:nth-child(2){display:flex;gap:4rem}.home-section.committee .committee-slider .box-wrapper .box .title{font-size:1.3rem;font-weight:500;line-height:1.2;margin:1rem 0 .5rem}.home-section.committee .committee-slider .box-wrapper .box .text p{margin:0}.home-section.committee .committee-slider:after{content:"";bottom:0;inset-inline-start:0;width:100%;height:1px;background-color:var(--text);position:absolute}.home-section.vision .box-wrapper{display:grid;grid-template-columns:100%;position:relative;padding-bottom:2rem}@media only screen and (max-width: 768px){.home-section.vision .box-wrapper{grid-template-columns:100%}}.home-section.vision .box-wrapper .swiper-slide{grid-template-columns:1fr calc(50% - 2rem);display:grid;gap:4rem}@media only screen and (max-width: 768px){.home-section.vision .box-wrapper .swiper-slide{grid-template-columns:100%;grid-template-rows:auto 1fr;gap:2rem}}.home-section.vision .box-wrapper:after{content:"";bottom:0;inset-inline-start:0;width:100%;height:1px;background-color:var(--text);position:absolute}.home-section.vision .box{display:flex;align-items:flex-start}.home-section.vision .content .text p{margin:0}.home-section.vision .content .no{font-size:5rem;font-weight:700;line-height:1}@media only screen and (max-width: 768px){.home-section.vision .content .no{font-size:3rem}}.home-section.vision .vision-slider{display:flex;align-items:flex-start;justify-content:flex-end;flex-direction:column;gap:1.5rem}@media only screen and (max-width: 768px){.home-section.vision .vision-slider .box{height:18rem}}.home-section.vision .vision-slider picture,.home-section.vision .vision-slider img{object-fit:cover;width:100%;height:100%}.home-section.vision .vision-slider .text.lg p{font-size:1.05rem}.home-section.vision .vision-slider .swiper{width:100%}.home-section.vision .vision-slider .nav-wrapper{justify-content:flex-start}.home-section.vision .swiper-controls{width:100%;margin-top:0}.home-section.news .box-wrapper{display:grid;grid-template-columns:100%;position:relative;padding-bottom:2rem}.home-section.news .box-wrapper .content{display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:2rem;align-items:flex-start}.home-section.news .box-wrapper .content .link-button{margin-top:2rem}.home-section.news .box-wrapper .content h3{font-weight:500;margin:.5rem 0;font-size:1.4rem}.home-section.news .box-wrapper .content .date h4{font-weight:500;font-size:1.1rem;margin:0}@media only screen and (max-width: 768px){.home-section.news .box-wrapper{grid-template-columns:100%}}.home-section.news .box-wrapper .swiper-slide{grid-template-columns:1fr calc(50% - 2rem);display:grid;gap:4rem}@media only screen and (max-width: 768px){.home-section.news .box-wrapper .swiper-slide{grid-template-columns:100%;grid-template-rows:auto 1fr;gap:2rem}}.home-section.news .box-wrapper .swiper-slide .text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.home-section.news .box-wrapper:after{content:"";bottom:0;inset-inline-start:0;width:100%;height:1px;background-color:var(--text);position:absolute}.home-section.news .box{display:flex;align-items:flex-start}.home-section.news .content .text p{margin:0}.home-section.news .content .no{font-size:5rem;font-weight:700;line-height:1}@media only screen and (max-width: 768px){.home-section.news .content .no{font-size:3rem}}.home-section.news .vision-slider{display:flex;align-items:flex-start;justify-content:flex-end;flex-direction:column;gap:1.5rem}@media only screen and (max-width: 768px){.home-section.news .vision-slider .box{height:18rem}}.home-section.news .vision-slider picture,.home-section.news .vision-slider img{object-fit:cover;width:100%;height:100%}.home-section.news .vision-slider .text.lg p{font-size:1.05rem}.home-section.news .vision-slider .swiper{width:100%}.home-section.news .vision-slider .nav-wrapper{justify-content:flex-start}.home-section.news .swiper-controls{width:100%;margin-top:0}.home-section.key .desc-text{display:grid;grid-template-columns:55% 1fr;gap:4rem;margin-bottom:4rem}@media only screen and (max-width: 768px){.home-section.key .desc-text{gap:2rem;margin-bottom:2rem}}@media only screen and (max-width: 768px){.home-section.key .desc-text{grid-template-columns:100%}}.home-section.key .desc-text .text p:nth-child(1){margin-top:0}.home-section.key .desc-text .text p:last-child{margin-bottom:0}.home-section.key .desc-text .box h3{font-size:1.6rem;font-weight:500;margin:0}@media only screen and (max-width: 768px){.home-section.key .desc-text .box h3{font-size:1.3rem}}.home-section.key .key-box{position:relative;padding-bottom:3rem}.home-section.key .key-box h3{font-size:1.7rem;margin-bottom:1rem;font-weight:500}@media only screen and (max-width: 768px){.home-section.key .key-box h3{font-size:1.1rem}}.home-section.key .key-box .text p{white-space:normal}.home-section.key .key-box:after{content:"";bottom:0;inset-inline-start:0;width:100%;height:1px;background-color:var(--text);position:absolute}.home-section.misssion{color:var(--white);height:100vh;z-index:1}.home-section.misssion .misssion-slider{width:100%;height:100%;overflow:hidden;z-index:0}.home-section.misssion .section-title:after{background-color:var(--white)}.home-section.misssion .container{height:100%;display:flex;flex-direction:column;justify-content:space-between}.home-section.misssion .full-bg{top:0;z-index:-1}.home-section.misssion .full-bg:after{content:"";position:absolute;width:100%;height:100%;top:0;inset-inline-start:0;background:linear-gradient(to top,rgba(0,0,0,.95) 0%,rgba(0,0,0,0) 100%);z-index:1}.home-section.misssion .full-bg video,.home-section.misssion .full-bg picture,.home-section.misssion .full-bg img{height:100%;width:100%;object-fit:cover}.home-section.misssion .text{font-size:1.6rem}@media only screen and (max-width: 768px){.home-section.misssion .text{font-size:1.3rem}}.home-section.misssion .text p{margin-bottom:0}.home-section.objectives .objectives-slider{position:relative;padding-bottom:2rem}.home-section.objectives .objectives-slider:after{content:"";bottom:0;inset-inline-start:0;width:100%;height:1px;background-color:var(--text);position:absolute}.home-section.objectives .box-wrapper{display:flex;flex-direction:column}.home-section.objectives .box-wrapper .content .text p:last-child{margin-bottom:0;padding-bottom:0}.home-section.insta .insta-box{display:grid;grid-template-columns:100%;gap:2rem;position:relative;padding-bottom:2rem}.home-section.insta .insta-box:after{content:"";bottom:0;inset-inline-start:0;width:100%;height:1px;background-color:var(--text);position:absolute;transition:all .5s ease-out .2s}.home-section.media .media-box{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-bottom:2rem;position:relative}@media only screen and (max-width: 768px){.home-section.media .media-box{grid-template-columns:repeat(2,1fr)}}.home-section.media .media-box:after{content:"";bottom:0;inset-inline-start:0;width:100%;height:1px;background-color:var(--text);position:absolute;transition:all .5s ease-out .2s}.home-section.media .media-box .box{position:relative}.home-section.media .media-box .box .play-button{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.home-section.contact{display:flex;flex-direction:column;padding-bottom:0}.home-section.contact h3{font-size:3rem;font-weight:500;margin:0;line-height:1}@media only screen and (max-width: 768px){.home-section.contact h3{font-size:1.5rem}}.home-section.contact .desc-text{display:grid;grid-template-columns:55% 1fr;position:relative;padding-bottom:3rem;gap:4rem}@media only screen and (max-width: 768px){.home-section.contact .desc-text{grid-template-columns:100%}}.home-section.contact .desc-text p{margin:0}.home-section.contact .desc-text a{text-decoration:underline;margin-top:1.5rem}.home-section.contact .desc-text:after{content:"";bottom:0;inset-inline-start:0;width:100%;height:1px;background-color:var(--text);position:absolute}.home-section.contact .desc-text .box:last-child{display:flex;flex-direction:column;align-items:flex-end;justify-content:center}@media only screen and (max-width: 768px){.home-section.contact .desc-text .box:last-child{align-items:flex-start}}.full-bg{position:absolute;width:100%;height:100%}main{overflow:hidden}.dom_loaded .home-section.hero .box-wrapper .box .contnet .title,.dom_loaded .home-section.hero .box-wrapper .box .contnet .text p{opacity:1;transform:none}.dom_loaded .home-section.hero .box-wrapper .box .contnet .title:after{width:100%}.dom_loaded .home-section.hero .box-wrapper .box:nth-child(1){transform:none;inset-inline-start:0;bottom:6rem}.dom_loaded .home-section.hero .box-wrapper .box .img{transform:none}.dom_loaded .home-section.hero .box-wrapper .box .img:after{transform:scaleY(0)}.dom_loaded .home-section.hero .box-wrapper .box .contnet .title:before{transform:scaleY(0)}.dom_loaded .home-section.hero .box-wrapper .box .contnet:before{transform:scaleX(0)}@media only screen and (max-width: 768px){.dom_loaded .home-section.hero .box-wrapper .box .contnet:before{transform:scaleY(0)}}.home-section.hero .box-wrapper .box:nth-child(2){opacity:0;transform:translateY(-.5rem);transition:all .5s cubic-bezier(.42,0,.58,1) .6s}.home-section.hero .box-wrapper .box:nth-child(1){opacity:0;transform:translateY(-.5rem);transition:all .5s cubic-bezier(.42,0,.58,1) .8s}.dom_loaded .home-section.hero .box-wrapper .box:nth-child(1){opacity:1;transform:translate(0)}.dom_loaded .home-section.hero .box-wrapper .box:nth-child(2){opacity:1;transform:translate(0)}[dir=rtl] .dom_loaded .home-section.hero .box-wrapper .box:nth-child(1){transform:translate(0);inset-inline-start:0%}[dir=rtl] .dom_loaded .home-section.hero .box-wrapper .box:nth-child(2){transform:translate(0);inset-inline-end:0%}.key-popup{max-width:80%;margin:auto}body .fancybox__content>.f-button.is-close-btn{border-radius:0}[dir=rtl] .home-section.hero .box-wrapper .box .contnet .title{font-size:5.5rem;line-height:1.4}@media only screen and (max-width: 768px){[dir=rtl] .home-section.hero .box-wrapper .box .contnet .title{font-size:2.6rem}}[dir=rtl] .home-section.contact h3{line-height:1.4}[dir=rtl] .home-section.news .box-wrapper .content h3{font-size:1.6rem}
